01JH49JVP7A6QTQK9J0F9F1ZNF: 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: 01JH49K6XX4GF80T4YFQCY8MNW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-09T01:07:53.175Zjob assigned to worker 01JH49KBEZ3N52R57E444JQQWV [factory aws, i-03951987abc48e83f] (queued for 59 s)
 
22025-01-09T01:08:00.745Zstarting task 0: "setup"
32025-01-09T01:08:00.755Z++ uname -s
42025-01-09T01:08:00.758Z+ kern=SunOS
52025-01-09T01:08:00.759Z+ case "$kern" in
62025-01-09T01:08:00.759Z+ groupadd -g 12345 build
72025-01-09T01:08:00.762Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-09T01:08:02.767Z+ zfs create -o mountpoint=/work rpool/work
92025-01-09T01:08:02.855Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-09T01:08:02.859Z+ home_fs=zfs
112025-01-09T01:08:02.859Z+ [[ zfs == autofs ]]
122025-01-09T01:08:02.859Z+ mkdir -p /home/build
132025-01-09T01:08:02.861Z+ chown build:build /home/build /work
142025-01-09T01:08:04.862Z+ chmod 0700 /home/build /work
152025-01-09T01:08:04.865Zprocess exited: duration 4121 ms, exit code 0
 
162025-01-09T01:08:04.871Zstarting task 1: "rust-toolchain"
172025-01-09T01:08:04.876Z+ printf ' * toolchain channel = "%s"
182025-01-09T01:08:04.876Z' 1.81.0
192025-01-09T01:08:04.876Z * toolchain channel = "1.81.0"
202025-01-09T01:08:04.876Z+ printf ' * toolchain profile = "%s"
212025-01-09T01:08:04.876Z * toolchain profile = "default"
222025-01-09T01:08:04.876Z' default
232025-01-09T01:08:04.879Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-09T01:08:04.879Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-09T01:08:04.997Zinfo: downloading installer
262025-01-09T01:08:06.538Zinfo: profile set to 'default'
272025-01-09T01:08:06.538Zinfo: default host triple is x86_64-unknown-illumos
282025-01-09T01:08:06.540Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-09T01:08:06.675Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-09T01:08:06.675Zinfo: downloading component 'cargo'
312025-01-09T01:08:07.374Zinfo: downloading component 'clippy'
322025-01-09T01:08:07.633Zinfo: downloading component 'rust-docs'
332025-01-09T01:08:08.595Zinfo: downloading component 'rust-std'
342025-01-09T01:08:10.085Zinfo: downloading component 'rustc'
352025-01-09T01:08:15.462Zinfo: downloading component 'rustfmt'
362025-01-09T01:08:15.666Zinfo: installing component 'cargo'
372025-01-09T01:08:16.478Zinfo: installing component 'clippy'
382025-01-09T01:08:16.834Zinfo: installing component 'rust-docs'
392025-01-09T01:08:18.442Zinfo: installing component 'rust-std'
402025-01-09T01:08:20.174Zinfo: installing component 'rustc'
412025-01-09T01:08:25.938Zinfo: installing component 'rustfmt'
422025-01-09T01:08:26.264Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432025-01-09T01:08:26.264Z
442025-01-09T01:08:26.632Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-09T01:08:26.632Z
462025-01-09T01:08:26.635Z
472025-01-09T01:08:26.635ZRust is installed now. Great!
482025-01-09T01:08:26.635Z
492025-01-09T01:08:26.635ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-09T01:08:26.636Zenvironment variable. This has not been done automatically.
512025-01-09T01:08:26.636Z
522025-01-09T01:08:26.636ZTo configure your current shell, you need to source
532025-01-09T01:08:26.636Zthe corresponding env file under $HOME/.cargo.
542025-01-09T01:08:26.636Z
552025-01-09T01:08:26.636ZThis is usually done by running one of the following (note the leading DOT):
562025-01-09T01:08:26.636Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-09T01:08:26.636Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-09T01:08:26.709Z+ rustc --version
592025-01-09T01:08:26.776Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-09T01:08:26.780Zprocess exited: duration 21908 ms, exit code 0
 
612025-01-09T01:08:26.786Zstarting task 2: "authentication"
622025-01-09T01:08:26.808Zprocess exited: duration 21 ms, exit code 0
 
632025-01-09T01:08:26.813Zstarting task 3: "clone repository"
642025-01-09T01:08:26.818Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-09T01:08:26.821Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-09T01:08:26.857ZCloning into '/work/oxidecomputer/omicron'...
672025-01-09T01:08:33.825Z+ cd /work/oxidecomputer/omicron
682025-01-09T01:08:33.828Z+ git fetch origin ca9a5006d388cf91c86766f47d1f66b83df08d14
692025-01-09T01:08:34.157ZFrom https://github.com/oxidecomputer/omicron
702025-01-09T01:08:34.157Z * branch ca9a5006d388cf91c86766f47d1f66b83df08d14 -> FETCH_HEAD
712025-01-09T01:08:34.168Z+ [[ -n john/blueprint-id-map ]]
722025-01-09T01:08:34.172Z++ git branch --show-current
732025-01-09T01:08:34.174Z+ current=main
742025-01-09T01:08:34.175Z+ [[ main != john/blueprint-id-map ]]
752025-01-09T01:08:34.175Z+ git branch -f john/blueprint-id-map ca9a5006d388cf91c86766f47d1f66b83df08d14
762025-01-09T01:08:34.177Z+ git checkout -f john/blueprint-id-map
772025-01-09T01:08:34.234ZSwitched to branch 'john/blueprint-id-map'
782025-01-09T01:08:34.237Z+ git reset --hard ca9a5006d388cf91c86766f47d1f66b83df08d14
792025-01-09T01:08:34.297ZHEAD is now at ca9a5006d fixup openapi schema
802025-01-09T01:08:34.300Zprocess exited: duration 7485 ms, exit code 0
 
812025-01-09T01:08:34.307Zstarting task 4: "build"
822025-01-09T01:08:34.312Z+ source .github/buildomat/ci-env.sh
832025-01-09T01:08:34.312Z++ export CARGO_TERM_COLOR=always
842025-01-09T01:08:34.315Z++ CARGO_TERM_COLOR=always
852025-01-09T01:08:34.315Z+ cargo --version
862025-01-09T01:08:34.373Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872025-01-09T01:08:34.376Z+ rustc --version
882025-01-09T01:08:34.438Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892025-01-09T01:08:34.441Z+ WORK=/work
902025-01-09T01:08:34.441Z+ pfexec mkdir -p /work
912025-01-09T01:08:34.445Z+ pfexec chown build /work
922025-01-09T01:08:34.448Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-09T01:08:38.120Zpkg list: illegal option -- F
942025-01-09T01:08:38.120ZUsage:
952025-01-09T01:08:38.122Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-09T01:08:38.122Z [pkg_fmri_pattern ...]
972025-01-09T01:08:38.982Zpkg list: illegal option -- F
982025-01-09T01:08:38.982ZUsage:
992025-01-09T01:08:38.986Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-09T01:08:38.986Z [pkg_fmri_pattern ...]
1012025-01-09T01:08:45.318Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-09T01:08:49.338Z Startup: Caching catalogs ... Done
1032025-01-09T01:09:00.542ZPlanning: Solver setup ... Done (10.208s)
1042025-01-09T01:09:00.683ZPlanning: Running solver ... Done (0.141s)
1052025-01-09T01:09:00.806ZPlanning: Finding local manifests ... Done (0.005s)
1062025-01-09T01:09:01.243ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-09T01:09:01.900ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-09T01:09:02.194ZPlanning: Package planning ... Done (0.293s)
1092025-01-09T01:09:02.251ZPlanning: Merging actions ... Done (0.058s)
1102025-01-09T01:09:02.452ZPlanning: Checking for conflicting actions ... Done (0.200s)
1112025-01-09T01:09:04.003ZPlanning: Consolidating action changes ... Done (1.551s)
1122025-01-09T01:09:04.413ZPlanning: Evaluating mediators ... Done (0.409s)
1132025-01-09T01:09:04.495ZPlanning: Planning completed in 15.06 seconds
1142025-01-09T01:09:04.511Z Packages to install: 4
1152025-01-09T01:09:04.511Z Packages to update: 3
1162025-01-09T01:09:04.511Z Mediators to change: 2
1172025-01-09T01:09:04.514Z Services to change: 1
1182025-01-09T01:09:04.514Z Estimated space available: 155.63 GB
1192025-01-09T01:09:04.514ZEstimated space to be consumed: 1.64 GB
1202025-01-09T01:09:04.514Z Create boot environment: No
1212025-01-09T01:09:04.514ZCreate backup boot environment: Yes
1222025-01-09T01:09:04.515Z Rebuild boot archive: No
1232025-01-09T01:09:04.515Z
1242025-01-09T01:09:04.515ZChanged mediators:
1252025-01-09T01:09:04.515Z mediator clang:
1262025-01-09T01:09:04.515Z version: None -> 15 (system default)
1272025-01-09T01:09:04.515Z
1282025-01-09T01:09:04.515Z mediator llvm:
1292025-01-09T01:09:04.515Z version: 14 (system default) -> 15 (system default)
1302025-01-09T01:09:04.515Z
1312025-01-09T01:09:04.515ZChanged packages:
1322025-01-09T01:09:04.515Zhelios-dev
1332025-01-09T01:09:04.515Z developer/build-essential
1342025-01-09T01:09:04.515Z None -> 11-2.0
1352025-01-09T01:09:04.515Z library/libxmlsec1
1362025-01-09T01:09:04.515Z None -> 1.2.35-2.0
1372025-01-09T01:09:04.515Z ooce/developer/clang-15
1382025-01-09T01:09:04.515Z None -> 15.0.7-2.0
1392025-01-09T01:09:04.515Z ooce/developer/llvm-15
1402025-01-09T01:09:04.515Z None -> 15.0.7-2.0
1412025-01-09T01:09:04.515Z package/pkg
1422025-01-09T01:09:04.515Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-09T01:09:04.515Z system/library/g++-runtime
1442025-01-09T01:09:04.515Z 13-2.0 -> 14-2.0
1452025-01-09T01:09:04.515Z system/library/gcc-runtime
1462025-01-09T01:09:04.515Z 13-2.0 -> 14-2.0
1472025-01-09T01:09:04.515Z
1482025-01-09T01:09:04.515ZServices:
1492025-01-09T01:09:04.515Z restart_fmri:
1502025-01-09T01:09:04.515Z svc:/system/update-man-index:default
1512025-01-09T01:09:04.515Z
1522025-01-09T01:09:04.515ZEditable files to change:
1532025-01-09T01:09:04.515Z Update:
1542025-01-09T01:09:04.515Z usr/share/lib/pkg/web/config.shtml
1552025-01-09T01:09:04.585Z
1562025-01-09T01:09:04.585ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-09T01:09:17.117ZDownload: 211/4301 items 1.3/225.4MB 0% complete
1582025-01-09T01:09:29.907ZDownload: 212/4301 items 1.3/225.4MB 0% complete
1592025-01-09T01:09:34.909ZDownload: 1717/4301 items 118.1/225.4MB 52% complete (23.6M/s)
1602025-01-09T01:09:39.914ZDownload: 3238/4301 items 188.8/225.4MB 83% complete (18.8M/s)
1612025-01-09T01:09:44.826ZDownload: Completed 225.42 MB in 40.24 seconds (5.6M/s)
1622025-01-09T01:09:46.958Z Actions: 1/5122 actions (Removing old actions)
1632025-01-09T01:09:46.974Z Actions: 194/5122 actions (Installing new actions)
1642025-01-09T01:09:51.856Z Actions: 4267/5122 actions (Updating modified actions)
1652025-01-09T01:09:52.292Z Actions: Completed 5122 actions in 5.33 seconds.
1662025-01-09T01:09:52.725Z Done (0.424s)
1672025-01-09T01:09:52.728Z Done (0.001s)
1682025-01-09T01:09:53.322Z Done (0.594s)
1692025-01-09T01:09:57.653Z Done (4.099s)
1702025-01-09T01:09:57.742Z Done (0.017s)
1712025-01-09T01:09:57.745Z Done (0.000s)
1722025-01-09T01:09:57.923Z Done (0.000s)
1732025-01-09T01:09:58.651ZPlanning: Evaluating mediator changes ... Done
1742025-01-09T01:09:58.821ZPlanning: Checking for conflicting actions ... Done
1752025-01-09T01:09:58.824ZPlanning: Consolidating action changes ... Done
1762025-01-09T01:09:59.100ZPlanning: Evaluating mediators ... Done
1772025-01-09T01:09:59.103ZPlanning: Planning completed in 0.45 seconds
1782025-01-09T01:09:59.139Z Mediators to change: 2
1792025-01-09T01:09:59.139Z Create boot environment: No
1802025-01-09T01:09:59.142ZCreate backup boot environment: No
1812025-01-09T01:09:59.223Z Done
1822025-01-09T01:09:59.223Z Done
1832025-01-09T01:09:59.599Z Done
1842025-01-09T01:10:03.456Z Done
1852025-01-09T01:10:03.557Z Done
1862025-01-09T01:10:03.560Z Done
1872025-01-09T01:10:03.700Z Done
1882025-01-09T01:10:04.337ZPlanning: Evaluating mediator changes ... Done
1892025-01-09T01:10:04.339ZPlanning: Merging actions ... Done
1902025-01-09T01:10:04.528ZPlanning: Checking for conflicting actions ... Done
1912025-01-09T01:10:04.531ZPlanning: Consolidating action changes ... Done
1922025-01-09T01:10:04.804ZPlanning: Evaluating mediators ... Done
1932025-01-09T01:10:04.861ZPlanning: Planning completed in 0.78 seconds
1942025-01-09T01:10:04.901Z Packages to change: 1
1952025-01-09T01:10:04.902Z Mediators to change: 1
1962025-01-09T01:10:04.904Z Services to change: 1
1972025-01-09T01:10:04.904Z Create boot environment: No
1982025-01-09T01:10:04.904ZCreate backup boot environment: Yes
1992025-01-09T01:10:07.099Z Actions: 1/6 actions (Updating modified actions)
2002025-01-09T01:10:07.102Z Actions: Completed 6 actions in 0.00 seconds.
2012025-01-09T01:10:07.102Z Done
2022025-01-09T01:10:07.102Z Done
2032025-01-09T01:10:07.221Z Done
2042025-01-09T01:10:11.072Z Done
2052025-01-09T01:10:11.173Z Done
2062025-01-09T01:10:11.176Z Done
2072025-01-09T01:10:11.316Z Done
2082025-01-09T01:10:11.811ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092025-01-09T01:10:11.811Zclang system 15 system
2102025-01-09T01:10:11.812Zcsh system system illumos
2112025-01-09T01:10:11.812Zctags system system illumos
2122025-01-09T01:10:11.812Zgcc vendor 12 vendor
2132025-01-09T01:10:11.812Zgcc system 10 system
2142025-01-09T01:10:11.812Zgcc system 7 system
2152025-01-09T01:10:11.812Zgo system 1.20 system
2162025-01-09T01:10:11.812Zgo system 1.19 system
2172025-01-09T01:10:11.812Zllvm system 15 system
2182025-01-09T01:10:11.812Zllvm system 14 system
2192025-01-09T01:10:11.812Zmariadb system 10.6 system
2202025-01-09T01:10:11.812Zmta vendor vendor dma
2212025-01-09T01:10:11.812Zopenjdk system 17 system
2222025-01-09T01:10:11.812Zopenjdk system 11 system
2232025-01-09T01:10:11.812Zopenjdk system 1.8 system
2242025-01-09T01:10:11.812Zopenssl vendor 3 vendor
2252025-01-09T01:10:11.812Zperl system 5.36 system
2262025-01-09T01:10:11.812Zpostgresql system 15 system
2272025-01-09T01:10:11.812Zpostgresql system 13 system
2282025-01-09T01:10:11.812Zpython vendor 3 vendor
2292025-01-09T01:10:11.812Zpython system 2 system
2302025-01-09T01:10:11.812Zpython3 system 3.11 system
2312025-01-09T01:10:11.812Zruby system 3.0 system
2322025-01-09T01:10:11.812Zwords vendor vendor american-english
2332025-01-09T01:10:11.812Zwords system system australian-english
2342025-01-09T01:10:11.812Zwords system system british-english
2352025-01-09T01:10:11.812Zwords system system canadian-english
2362025-01-09T01:10:11.812Zwords system system french
2372025-01-09T01:10:11.812Zwords system system italian
2382025-01-09T01:10:11.812Zwords system system ngerman
2392025-01-09T01:10:11.812Zwords system system ogerman
2402025-01-09T01:10:11.813Zwords system system spanish
2412025-01-09T01:10:12.193ZPUBLISHER TYPE STATUS P LOCATION
2422025-01-09T01:10:12.193Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432025-01-09T01:10:15.030ZFMRI IFO
2442025-01-09T01:10:15.030Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452025-01-09T01:10:15.030Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462025-01-09T01:10:15.030Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472025-01-09T01:10:15.030Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482025-01-09T01:10:15.030Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492025-01-09T01:10:15.030Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502025-01-09T01:10:15.030Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2512025-01-09T01:10:15.030Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522025-01-09T01:10:15.030Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532025-01-09T01:10:15.030Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2542025-01-09T01:10:15.030Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552025-01-09T01:10:15.030Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562025-01-09T01:10:15.030Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2572025-01-09T01:10:15.030Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582025-01-09T01:10:15.030Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592025-01-09T01:10:15.834Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602025-01-09T01:10:16.125Z Updating crates.io index
2612025-01-09T01:10:16.127Z Updating git repository `https://github.com/oxidecomputer/diffus`
2622025-01-09T01:10:16.441Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632025-01-09T01:10:16.925Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2642025-01-09T01:10:17.209Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652025-01-09T01:10:17.485Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2662025-01-09T01:10:17.755Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672025-01-09T01:10:18.624Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682025-01-09T01:10:20.158Z Updating git repository `https://github.com/oxidecomputer/opte`
2692025-01-09T01:10:20.970Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702025-01-09T01:10:21.661Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712025-01-09T01:10:22.028Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722025-01-09T01:10:22.308Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732025-01-09T01:10:23.012Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2742025-01-09T01:10:23.283Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2752025-01-09T01:10:23.644Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762025-01-09T01:10:23.933Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772025-01-09T01:10:24.195Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782025-01-09T01:10:24.432Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792025-01-09T01:10:24.735Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802025-01-09T01:10:25.015Z Updating git repository `https://github.com/oxidecomputer/ispf`
2812025-01-09T01:10:25.478Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2822025-01-09T01:10:26.020Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2832025-01-09T01:10:26.516Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2842025-01-09T01:10:26.796Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2852025-01-09T01:10:27.199Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2862025-01-09T01:10:27.595Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2872025-01-09T01:10:27.941Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882025-01-09T01:10:28.224Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892025-01-09T01:10:28.475Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902025-01-09T01:10:29.727Z Downloading crates ...
2912025-01-09T01:10:29.789Z Downloaded anstream v0.6.15
2922025-01-09T01:10:29.792Z Downloaded cfg-if v1.0.0
2932025-01-09T01:10:29.796Z Downloaded anstyle v1.0.10
2942025-01-09T01:10:29.800Z Downloaded camino v1.1.9
2952025-01-09T01:10:29.811Z Downloaded equivalent v1.0.1
2962025-01-09T01:10:29.817Z Downloaded cargo-platform v0.1.8
2972025-01-09T01:10:29.825Z Downloaded proc-macro-error-attr v1.0.4
2982025-01-09T01:10:29.832Z Downloaded dof v0.3.0
2992025-01-09T01:10:29.838Z Downloaded swrite v0.1.0
3002025-01-09T01:10:29.842Z Downloaded pretty-hex v0.4.1
3012025-01-09T01:10:29.846Z Downloaded anstyle-parse v0.2.5
3022025-01-09T01:10:29.850Z Downloaded errno v0.3.9
3032025-01-09T01:10:29.850Z Downloaded bytecount v0.6.8
3042025-01-09T01:10:29.853Z Downloaded digest v0.10.7
3052025-01-09T01:10:29.857Z Downloaded crypto-common v0.1.6
3062025-01-09T01:10:29.860Z Downloaded strsim v0.11.1
3072025-01-09T01:10:29.860Z Downloaded generic-array v0.14.7
3082025-01-09T01:10:29.864Z Downloaded dtrace-parser v0.2.0
3092025-01-09T01:10:29.868Z Downloaded scroll_derive v0.12.0
3102025-01-09T01:10:29.872Z Downloaded byteorder v1.5.0
3112025-01-09T01:10:29.874Z Downloaded anstyle-query v1.1.1
3122025-01-09T01:10:29.877Z Downloaded thiserror v1.0.69
3132025-01-09T01:10:29.881Z Downloaded thread-id v4.2.2
3142025-01-09T01:10:29.883Z Downloaded autocfg v1.4.0
3152025-01-09T01:10:29.885Z Downloaded colorchoice v1.0.2
3162025-01-09T01:10:29.888Z Downloaded thiserror-impl v1.0.69
3172025-01-09T01:10:29.888Z Downloaded usdt v0.5.0
3182025-01-09T01:10:29.890Z Downloaded terminal_size v0.4.0
3192025-01-09T01:10:29.890Z Downloaded tabled_derive v0.7.0
3202025-01-09T01:10:29.893Z Downloaded smawk v0.3.2
3212025-01-09T01:10:29.893Z Downloaded unicode-linebreak v0.1.5
3222025-01-09T01:10:29.896Z Downloaded clap_lex v0.7.2
3232025-01-09T01:10:29.898Z Downloaded usdt-attr-macro v0.5.0
3242025-01-09T01:10:29.901Z Downloaded version_check v0.9.5
3252025-01-09T01:10:29.901Z Downloaded serde_spanned v0.6.8
3262025-01-09T01:10:29.903Z Downloaded fnv v1.0.7
3272025-01-09T01:10:29.903Z Downloaded heck v0.4.1
3282025-01-09T01:10:29.904Z Downloaded itoa v1.0.11
3292025-01-09T01:10:29.908Z Downloaded usdt-impl v0.5.0
3302025-01-09T01:10:29.910Z Downloaded heck v0.5.0
3312025-01-09T01:10:29.910Z Downloaded camino-tempfile v1.1.1
3322025-01-09T01:10:29.913Z Downloaded clap_derive v4.5.18
3332025-01-09T01:10:29.915Z Downloaded cargo_toml v0.20.5
3342025-01-09T01:10:29.918Z Downloaded cargo_metadata v0.18.1
3352025-01-09T01:10:29.918Z Downloaded block-buffer v0.10.4
3362025-01-09T01:10:29.920Z Downloaded usdt-macro v0.5.0
3372025-01-09T01:10:29.923Z Downloaded macaddr v1.0.1
3382025-01-09T01:10:29.933Z Downloaded scroll v0.12.0
3392025-01-09T01:10:29.943Z Downloaded utf8parse v0.2.2
3402025-01-09T01:10:29.945Z Downloaded toml_datetime v0.6.8
3412025-01-09T01:10:29.946Z Downloaded sha2 v0.10.8
3422025-01-09T01:10:29.948Z Downloaded tempfile v3.13.0
3432025-01-09T01:10:29.951Z Downloaded zerocopy-derive v0.7.35
3442025-01-09T01:10:29.954Z Downloaded proc-macro-error v1.0.4
3452025-01-09T01:10:29.957Z Downloaded semver v1.0.23
3462025-01-09T01:10:29.960Z Downloaded serde_tokenstream v0.2.2
3472025-01-09T01:10:29.960Z Downloaded clap v4.5.21
3482025-01-09T01:10:29.969Z Downloaded fastrand v2.1.1
3492025-01-09T01:10:29.971Z Downloaded pest_generator v2.7.14
3502025-01-09T01:10:29.974Z Downloaded once_cell v1.20.2
3512025-01-09T01:10:29.974Z Downloaded is_terminal_polyfill v1.70.1
3522025-01-09T01:10:29.977Z Downloaded memmap v0.7.0
3532025-01-09T01:10:29.979Z Downloaded cpufeatures v0.2.14
3542025-01-09T01:10:29.979Z Downloaded plain v0.2.3
3552025-01-09T01:10:29.982Z Downloaded ucd-trie v0.1.7
3562025-01-09T01:10:29.984Z Downloaded quote v1.0.37
3572025-01-09T01:10:29.987Z Downloaded pest_derive v2.7.14
3582025-01-09T01:10:29.987Z Downloaded fs-err v2.11.0
3592025-01-09T01:10:29.989Z Downloaded anyhow v1.0.93
3602025-01-09T01:10:29.993Z Downloaded bitflags v2.6.0
3612025-01-09T01:10:29.998Z Downloaded serde_derive v1.0.215
3622025-01-09T01:10:30.001Z Downloaded typenum v1.17.0
3632025-01-09T01:10:30.004Z Downloaded toml v0.8.19
3642025-01-09T01:10:30.007Z Downloaded pest_meta v2.7.14
3652025-01-09T01:10:30.009Z Downloaded log v0.4.22
3662025-01-09T01:10:30.012Z Downloaded proc-macro2 v1.0.89
3672025-01-09T01:10:30.020Z Downloaded textwrap v0.16.1
3682025-01-09T01:10:30.029Z Downloaded serde v1.0.215
3692025-01-09T01:10:30.039Z Downloaded ryu v1.0.18
3702025-01-09T01:10:30.042Z Downloaded indexmap v2.6.0
3712025-01-09T01:10:30.049Z Downloaded papergrid v0.11.0
3722025-01-09T01:10:30.059Z Downloaded unicode-ident v1.0.13
3732025-01-09T01:10:30.073Z Downloaded memchr v2.7.4
3742025-01-09T01:10:30.079Z Downloaded toml_edit v0.22.22
3752025-01-09T01:10:30.100Z Downloaded pest v2.7.14
3762025-01-09T01:10:30.110Z Downloaded serde_json v1.0.133
3772025-01-09T01:10:30.121Z Downloaded zerocopy v0.7.35
3782025-01-09T01:10:30.135Z Downloaded winnow v0.6.20
3792025-01-09T01:10:30.144Z Downloaded hashbrown v0.15.1
3802025-01-09T01:10:30.148Z Downloaded clap_builder v4.5.21
3812025-01-09T01:10:30.159Z Downloaded goblin v0.8.2
3822025-01-09T01:10:30.165Z Downloaded tabled v0.15.0
3832025-01-09T01:10:30.180Z Downloaded syn v1.0.109
3842025-01-09T01:10:30.198Z Downloaded unicode-width v0.1.14
3852025-01-09T01:10:30.203Z Downloaded syn v2.0.87
3862025-01-09T01:10:30.215Z Downloaded rustix v0.38.37
3872025-01-09T01:10:30.257Z Downloaded libc v0.2.162
3882025-01-09T01:10:30.572Z Compiling proc-macro2 v1.0.89
3892025-01-09T01:10:30.572Z Compiling unicode-ident v1.0.13
3902025-01-09T01:10:30.572Z Compiling version_check v0.9.5
3912025-01-09T01:10:30.575Z Compiling serde v1.0.215
3922025-01-09T01:10:30.575Z Compiling thiserror v1.0.69
3932025-01-09T01:10:30.575Z Compiling memchr v2.7.4
3942025-01-09T01:10:30.575Z Compiling libc v0.2.162
3952025-01-09T01:10:30.609Z Compiling ucd-trie v0.1.7
3962025-01-09T01:10:30.822Z Compiling itoa v1.0.11
3972025-01-09T01:10:31.065Z Compiling ryu v1.0.18
3982025-01-09T01:10:31.354Z Compiling once_cell v1.20.2
3992025-01-09T01:10:31.480Z Compiling byteorder v1.5.0
4002025-01-09T01:10:31.482Z Compiling rustix v0.38.37
4012025-01-09T01:10:31.695Z Compiling serde_json v1.0.133
4022025-01-09T01:10:32.027Z Compiling bitflags v2.6.0
4032025-01-09T01:10:32.092Z Compiling proc-macro-error-attr v1.0.4
4042025-01-09T01:10:32.371Z Compiling usdt-impl v0.5.0
4052025-01-09T01:10:32.398Z Compiling syn v1.0.109
4062025-01-09T01:10:32.468Z Compiling quote v1.0.37
4072025-01-09T01:10:32.493Z Compiling proc-macro-error v1.0.4
4082025-01-09T01:10:32.521Z Compiling plain v0.2.3
4092025-01-09T01:10:32.685Z Compiling camino v1.1.9
4102025-01-09T01:10:32.771Z Compiling utf8parse v0.2.2
4112025-01-09T01:10:32.872Z Compiling syn v2.0.87
4122025-01-09T01:10:32.944Z Compiling errno v0.3.9
4132025-01-09T01:10:33.160Z Compiling equivalent v1.0.1
4142025-01-09T01:10:33.187Z Compiling hashbrown v0.15.1
4152025-01-09T01:10:33.223Z Compiling log v0.4.22
4162025-01-09T01:10:33.410Z Compiling anstyle-parse v0.2.5
4172025-01-09T01:10:33.543Z Compiling thread-id v4.2.2
4182025-01-09T01:10:33.754Z Compiling winnow v0.6.20
4192025-01-09T01:10:33.782Z Compiling unicode-width v0.1.14
4202025-01-09T01:10:33.998Z Compiling pretty-hex v0.4.1
4212025-01-09T01:10:34.239Z Compiling anstyle-query v1.1.1
4222025-01-09T01:10:34.268Z Compiling semver v1.0.23
4232025-01-09T01:10:34.340Z Compiling colorchoice v1.0.2
4242025-01-09T01:10:34.401Z Compiling anstyle v1.0.10
4252025-01-09T01:10:34.513Z Compiling indexmap v2.6.0
4262025-01-09T01:10:34.516Z Compiling is_terminal_polyfill v1.70.1
4272025-01-09T01:10:34.688Z Compiling autocfg v1.4.0
4282025-01-09T01:10:34.864Z Compiling anstream v0.6.15
4292025-01-09T01:10:35.663Z Compiling terminal_size v0.4.0
4302025-01-09T01:10:35.693Z Compiling fnv v1.0.7
4312025-01-09T01:10:35.830Z Compiling heck v0.4.1
4322025-01-09T01:10:35.867Z Compiling strsim v0.11.1
4332025-01-09T01:10:35.915Z Compiling fs-err v2.11.0
4342025-01-09T01:10:35.973Z Compiling anyhow v1.0.93
4352025-01-09T01:10:36.063Z Compiling fastrand v2.1.1
4362025-01-09T01:10:36.385Z Compiling cfg-if v1.0.0
4372025-01-09T01:10:36.499Z Compiling heck v0.5.0
4382025-01-09T01:10:36.692Z Compiling clap_lex v0.7.2
4392025-01-09T01:10:36.695Z Compiling bytecount v0.6.8
4402025-01-09T01:10:36.929Z Compiling papergrid v0.11.0
4412025-01-09T01:10:37.008Z Compiling clap_builder v4.5.21
4422025-01-09T01:10:37.066Z Compiling tempfile v3.13.0
4432025-01-09T01:10:37.274Z Compiling memmap v0.7.0
4442025-01-09T01:10:37.344Z Compiling unicode-linebreak v0.1.5
4452025-01-09T01:10:37.671Z Compiling smawk v0.3.2
4462025-01-09T01:10:37.917Z Compiling textwrap v0.16.1
4472025-01-09T01:10:37.950Z Compiling swrite v0.1.0
4482025-01-09T01:10:39.099Z Compiling tabled_derive v0.7.0
4492025-01-09T01:10:40.785Z Compiling tabled v0.15.0
4502025-01-09T01:10:42.109Z Compiling serde_derive v1.0.215
4512025-01-09T01:10:42.112Z Compiling thiserror-impl v1.0.69
4522025-01-09T01:10:42.112Z Compiling zerocopy-derive v0.7.35
4532025-01-09T01:10:42.112Z Compiling scroll_derive v0.12.0
4542025-01-09T01:10:42.449Z Compiling clap_derive v4.5.18
4552025-01-09T01:10:43.566Z Compiling scroll v0.12.0
4562025-01-09T01:10:44.090Z Compiling goblin v0.8.2
4572025-01-09T01:10:44.323Z Compiling zerocopy v0.7.35
4582025-01-09T01:10:44.980Z Compiling pest v2.7.14
4592025-01-09T01:10:46.598Z Compiling clap v4.5.21
4602025-01-09T01:10:47.299Z Compiling pest_meta v2.7.14
4612025-01-09T01:10:48.174Z Compiling pest_generator v2.7.14
4622025-01-09T01:10:49.845Z Compiling pest_derive v2.7.14
4632025-01-09T01:10:50.488Z Compiling dtrace-parser v0.2.0
4642025-01-09T01:10:52.786Z Compiling toml_datetime v0.6.8
4652025-01-09T01:10:52.786Z Compiling serde_spanned v0.6.8
4662025-01-09T01:10:52.789Z Compiling cargo-platform v0.1.8
4672025-01-09T01:10:53.181Z Compiling serde_tokenstream v0.2.2
4682025-01-09T01:10:53.216Z Compiling toml_edit v0.22.22
4692025-01-09T01:10:53.352Z Compiling macaddr v1.0.1
4702025-01-09T01:10:53.449Z Compiling camino-tempfile v1.1.1
4712025-01-09T01:10:54.377Z Compiling dof v0.3.0
4722025-01-09T01:10:54.377Z Compiling cargo_metadata v0.18.1
4732025-01-09T01:10:56.100Z Compiling toml v0.8.19
4742025-01-09T01:10:56.299Z Compiling usdt-attr-macro v0.5.0
4752025-01-09T01:10:56.299Z Compiling usdt-macro v0.5.0
4762025-01-09T01:10:56.988Z Compiling cargo_toml v0.20.5
4772025-01-09T01:10:57.653Z Compiling usdt v0.5.0
4782025-01-09T01:11:00.667Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4792025-01-09T01:11:04.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.42s
4802025-01-09T01:11:05.276Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4812025-01-09T01:11:05.838Z Downloading crates ...
4822025-01-09T01:11:05.958Z Downloaded atty v0.2.14
4832025-01-09T01:11:05.962Z Downloaded async-stream-impl v0.3.6
4842025-01-09T01:11:05.964Z Downloaded base16ct v0.2.0
4852025-01-09T01:11:05.967Z Downloaded bitfield v0.14.0
4862025-01-09T01:11:05.975Z Downloaded hubpack_derive v0.1.1
4872025-01-09T01:11:05.977Z Downloaded hex v0.4.3
4882025-01-09T01:11:05.980Z Downloaded atomicwrites v0.4.4
4892025-01-09T01:11:05.988Z Downloaded cfg_aliases v0.1.1
4902025-01-09T01:11:05.991Z Downloaded headers-core v0.3.0
4912025-01-09T01:11:05.994Z Downloaded cstr-argument v0.1.2
4922025-01-09T01:11:05.994Z Downloaded http-range v0.1.5
4932025-01-09T01:11:05.996Z Downloaded crunchy v0.2.2
4942025-01-09T01:11:05.996Z Downloaded ciborium-io v0.2.2
4952025-01-09T01:11:05.999Z Downloaded cfg_aliases v0.2.1
4962025-01-09T01:11:06.001Z Downloaded match_cfg v0.1.0
4972025-01-09T01:11:06.007Z Downloaded bb8 v0.8.5
4982025-01-09T01:11:06.010Z Downloaded humantime v2.1.0
4992025-01-09T01:11:06.010Z Downloaded heapless v0.7.17
5002025-01-09T01:11:06.015Z Downloaded ident_case v1.0.1
5012025-01-09T01:11:06.018Z Downloaded icu_provider_macros v1.5.0
5022025-01-09T01:11:06.018Z Downloaded crucible-workspace-hack v0.1.0
5032025-01-09T01:11:06.021Z Downloaded allocator-api2 v0.2.18
5042025-01-09T01:11:06.023Z Downloaded bitfield-struct v0.6.2
5052025-01-09T01:11:06.026Z Downloaded is_ci v1.2.0
5062025-01-09T01:11:06.026Z Downloaded bit-vec v0.6.3
5072025-01-09T01:11:06.028Z Downloaded matches v0.1.10
5082025-01-09T01:11:06.031Z Downloaded buf-list v1.0.3
5092025-01-09T01:11:06.034Z Downloaded adler2 v2.0.0
5102025-01-09T01:11:06.036Z Downloaded assert_matches v1.5.0
5112025-01-09T01:11:06.036Z Downloaded heck v0.3.3
5122025-01-09T01:11:06.039Z Downloaded cmake v0.1.51
5132025-01-09T01:11:06.042Z Downloaded http-body-util v0.1.2
5142025-01-09T01:11:06.044Z Downloaded hostname v0.3.1
5152025-01-09T01:11:06.047Z Downloaded cassowary v0.3.0
5162025-01-09T01:11:06.047Z Downloaded maplit v1.0.2
5172025-01-09T01:11:06.050Z Downloaded linked-hash-map v0.5.6
5182025-01-09T01:11:06.052Z Downloaded crossbeam-deque v0.8.5
5192025-01-09T01:11:06.052Z Downloaded ciborium-ll v0.2.2
5202025-01-09T01:11:06.055Z Downloaded lalrpop-util v0.19.12
5212025-01-09T01:11:06.058Z Downloaded base64 v0.22.1
5222025-01-09T01:11:06.061Z Downloaded memoffset v0.9.1
5232025-01-09T01:11:06.063Z Downloaded chrono-tz-build v0.4.0
5242025-01-09T01:11:06.067Z Downloaded linear-map v1.2.0
5252025-01-09T01:11:06.067Z Downloaded ipnetwork v0.20.0
5262025-01-09T01:11:06.069Z Downloaded is-terminal v0.4.13
5272025-01-09T01:11:06.072Z Downloaded libsw v3.3.1
5282025-01-09T01:11:06.074Z Downloaded castaway v0.2.3
5292025-01-09T01:11:06.075Z Downloaded md-5 v0.10.6
5302025-01-09T01:11:06.078Z Downloaded managed v0.8.0
5312025-01-09T01:11:06.081Z Downloaded lazycell v1.3.0
5322025-01-09T01:11:06.081Z Downloaded bcrypt-pbkdf v0.10.0
5332025-01-09T01:11:06.084Z Downloaded backoff v0.4.0
5342025-01-09T01:11:06.087Z Downloaded async-recursion v1.1.1
5352025-01-09T01:11:06.089Z Downloaded async-bb8-diesel v0.2.1
5362025-01-09T01:11:06.092Z Downloaded maybe-uninit v2.0.0
5372025-01-09T01:11:06.095Z Downloaded hyper-staticfile v0.10.1
5382025-01-09T01:11:06.098Z Downloaded icu_locid_transform v1.5.0
5392025-01-09T01:11:06.100Z Downloaded httparse v1.9.5
5402025-01-09T01:11:06.104Z Downloaded rand_chacha v0.3.1
5412025-01-09T01:11:06.106Z Downloaded sigpipe v0.1.3
5422025-01-09T01:11:06.109Z Downloaded semver v0.1.20
5432025-01-09T01:11:06.109Z Downloaded lock_api v0.4.12
5442025-01-09T01:11:06.114Z Downloaded serde-big-array v0.5.1
5452025-01-09T01:11:06.114Z Downloaded md5 v0.7.0
5462025-01-09T01:11:06.116Z Downloaded const_format_proc_macros v0.2.33
5472025-01-09T01:11:06.119Z Downloaded highway v1.2.0
5482025-01-09T01:11:06.121Z Downloaded mime v0.3.17
5492025-01-09T01:11:06.124Z Downloaded rusty-fork v0.3.0
5502025-01-09T01:11:06.124Z Downloaded time-core v0.1.2
5512025-01-09T01:11:06.127Z Downloaded rtoolbox v0.0.2
5522025-01-09T01:11:06.127Z Downloaded libloading v0.8.5
5532025-01-09T01:11:06.130Z Downloaded tower-service v0.3.3
5542025-01-09T01:11:06.132Z Downloaded ciborium v0.2.2
5552025-01-09T01:11:06.134Z Downloaded diesel_table_macro_syntax v0.2.0
5562025-01-09T01:11:06.137Z Downloaded crc32fast v1.4.2
5572025-01-09T01:11:06.139Z Downloaded mime_guess v2.0.5
5582025-01-09T01:11:06.142Z Downloaded csv-core v0.1.11
5592025-01-09T01:11:06.145Z Downloaded iana-time-zone v0.1.61
5602025-01-09T01:11:06.147Z Downloaded hmac v0.12.1
5612025-01-09T01:11:06.150Z Downloaded argon2 v0.5.3
5622025-01-09T01:11:06.153Z Downloaded base64ct v1.6.0
5632025-01-09T01:11:06.155Z Downloaded crossbeam-utils v0.8.20
5642025-01-09T01:11:06.158Z Downloaded normalize-line-endings v0.3.0
5652025-01-09T01:11:06.161Z Downloaded const-oid v0.9.6
5662025-01-09T01:11:06.164Z Downloaded indexmap v1.9.3
5672025-01-09T01:11:06.167Z Downloaded structmeta-derive v0.2.0
5682025-01-09T01:11:06.171Z Downloaded structmeta v0.3.0
5692025-01-09T01:11:06.171Z Downloaded stable_deref_trait v1.2.0
5702025-01-09T01:11:06.173Z Downloaded smf v0.2.3
5712025-01-09T01:11:06.173Z Downloaded memmap2 v0.9.5
5722025-01-09T01:11:06.177Z Downloaded thread_local v1.1.8
5732025-01-09T01:11:06.182Z Downloaded structmeta v0.2.0
5742025-01-09T01:11:06.182Z Downloaded xz2 v0.1.7
5752025-01-09T01:11:06.184Z Downloaded phf_shared v0.10.0
5762025-01-09T01:11:06.184Z Downloaded parse-size v1.1.0
5772025-01-09T01:11:06.185Z Downloaded xattr v1.3.1
5782025-01-09T01:11:06.187Z Downloaded utf16_iter v1.0.5
5792025-01-09T01:11:06.187Z Downloaded utf-8 v0.7.6
5802025-01-09T01:11:06.191Z Downloaded openssl-macros v0.1.1
5812025-01-09T01:11:06.191Z Downloaded wait-timeout v0.2.0
5822025-01-09T01:11:06.193Z Downloaded twox-hash v1.6.3
5832025-01-09T01:11:06.196Z Downloaded pretty-hex v0.2.1
5842025-01-09T01:11:06.196Z Downloaded icu_locid_transform_data v1.5.0
5852025-01-09T01:11:06.198Z Downloaded blake2 v0.10.6
5862025-01-09T01:11:06.201Z Downloaded base64 v0.13.1
5872025-01-09T01:11:06.205Z Downloaded bytes v1.8.0
5882025-01-09T01:11:06.210Z Downloaded ena v0.14.3
5892025-01-09T01:11:06.214Z Downloaded compact_str v0.8.0
5902025-01-09T01:11:06.220Z Downloaded nodrop v0.1.14
5912025-01-09T01:11:06.222Z Downloaded strum v0.26.3
5922025-01-09T01:11:06.225Z Downloaded hyper-util v0.1.10
5932025-01-09T01:11:06.232Z Downloaded termtree v0.4.1
5942025-01-09T01:11:06.235Z Downloaded typify v0.2.0
5952025-01-09T01:11:06.239Z Downloaded phf_generator v0.11.2
5962025-01-09T01:11:06.242Z Downloaded der_derive v0.7.3
5972025-01-09T01:11:06.245Z Downloaded unicode-truncate v1.1.0
5982025-01-09T01:11:06.247Z Downloaded waitgroup v0.1.2
5992025-01-09T01:11:06.247Z Downloaded yoke v0.7.4
6002025-01-09T01:11:06.250Z Downloaded yasna v0.5.2
6012025-01-09T01:11:06.253Z Downloaded parse-display-derive v0.10.0
6022025-01-09T01:11:06.256Z Downloaded vte v0.11.1
6032025-01-09T01:11:06.256Z Downloaded quick-error v1.2.3
6042025-01-09T01:11:06.259Z Downloaded rpassword v7.3.1
6052025-01-09T01:11:06.262Z Downloaded icu_provider v1.5.0
6062025-01-09T01:11:06.264Z Downloaded quinn-udp v0.5.5
6072025-01-09T01:11:06.267Z Downloaded primeorder v0.13.6
6082025-01-09T01:11:06.267Z Downloaded const_format v0.2.33
6092025-01-09T01:11:06.272Z Downloaded rustversion v1.0.17
6102025-01-09T01:11:06.275Z Downloaded mirai-annotations v1.12.0
6112025-01-09T01:11:06.278Z Downloaded num_threads v0.1.7
6122025-01-09T01:11:06.278Z Downloaded dhcproto-macros v0.1.0
6132025-01-09T01:11:06.281Z Downloaded hashlink v0.9.1
6142025-01-09T01:11:06.284Z Downloaded strip-ansi-escapes v0.2.0
6152025-01-09T01:11:06.284Z Downloaded spki v0.7.3
6162025-01-09T01:11:06.286Z Downloaded sha1 v0.10.6
6172025-01-09T01:11:06.289Z Downloaded serde_urlencoded v0.7.1
6182025-01-09T01:11:06.289Z Downloaded serde_repr v0.1.19
6192025-01-09T01:11:06.292Z Downloaded serde_plain v1.0.2
6202025-01-09T01:11:06.295Z Downloaded rustls-pemfile v1.0.4
6212025-01-09T01:11:06.297Z Downloaded termcolor v1.4.1
6222025-01-09T01:11:06.297Z Downloaded ssh-encoding v0.2.0
6232025-01-09T01:11:06.300Z Downloaded peg-runtime v0.8.3
6242025-01-09T01:11:06.300Z Downloaded smallvec v0.6.14
6252025-01-09T01:11:06.302Z Downloaded number_prefix v0.4.0
6262025-01-09T01:11:06.305Z Downloaded postgres-protocol v0.6.7
6272025-01-09T01:11:06.307Z Downloaded debug-ignore v1.0.5
6282025-01-09T01:11:06.307Z Downloaded password-hash v0.4.2
6292025-01-09T01:11:06.310Z Downloaded writeable v0.5.5
6302025-01-09T01:11:06.312Z Downloaded hickory-resolver v0.24.1
6312025-01-09T01:11:06.316Z Downloaded heapless v0.8.0
6322025-01-09T01:11:06.321Z Downloaded zerocopy v0.6.6
6332025-01-09T01:11:06.324Z Downloaded serde_yaml v0.9.34+deprecated
6342025-01-09T01:11:06.328Z Downloaded sync_wrapper v1.0.1
6352025-01-09T01:11:06.330Z Downloaded sync-ptr v0.1.1
6362025-01-09T01:11:06.330Z Downloaded wyz v0.5.1
6372025-01-09T01:11:06.333Z Downloaded tinyvec_macros v0.1.1
6382025-01-09T01:11:06.333Z Downloaded zone_cfg_derive v0.1.2
6392025-01-09T01:11:06.335Z Downloaded zone_cfg_derive v0.3.0
6402025-01-09T01:11:06.335Z Downloaded serde_path_to_error v0.1.16
6412025-01-09T01:11:06.338Z Downloaded fs_extra v1.3.0
6422025-01-09T01:11:06.341Z Downloaded form_urlencoded v1.2.1
6432025-01-09T01:11:06.341Z Downloaded num v0.4.3
6442025-01-09T01:11:06.344Z Downloaded funty v2.0.0
6452025-01-09T01:11:06.344Z Downloaded fd-lock v4.0.2
6462025-01-09T01:11:06.358Z Downloaded tokio-stream v0.1.16
6472025-01-09T01:11:06.362Z Downloaded termios v0.3.3
6482025-01-09T01:11:06.365Z Downloaded tap v1.0.1
6492025-01-09T01:11:06.368Z Downloaded paste v1.0.15
6502025-01-09T01:11:06.370Z Downloaded olpc-cjson v0.1.4
6512025-01-09T01:11:06.370Z Downloaded postcard v1.0.10
6522025-01-09T01:11:06.373Z Downloaded vsss-rs v3.3.4
6532025-01-09T01:11:06.376Z Downloaded diesel_derives v2.2.3
6542025-01-09T01:11:06.381Z Downloaded num-conv v0.1.0
6552025-01-09T01:11:06.383Z Downloaded env_logger v0.11.5
6562025-01-09T01:11:06.386Z Downloaded miniz_oxide v0.8.0
6572025-01-09T01:11:06.388Z Downloaded serde-hex v0.1.0
6582025-01-09T01:11:06.391Z Downloaded russh-cryptovec v0.7.3
6592025-01-09T01:11:06.391Z Downloaded slab v0.4.9
6602025-01-09T01:11:06.393Z Downloaded siphasher v0.3.11
6612025-01-09T01:11:06.395Z Downloaded ref-cast-impl v1.0.23
6622025-01-09T01:11:06.395Z Downloaded publicsuffix v2.2.3
6632025-01-09T01:11:06.398Z Downloaded untrusted v0.9.0
6642025-01-09T01:11:06.401Z Downloaded untrusted v0.7.1
6652025-01-09T01:11:06.404Z Downloaded slog-dtrace v0.3.0
6662025-01-09T01:11:06.404Z Downloaded slog-async v2.8.0
6672025-01-09T01:11:06.406Z Downloaded nu-ansi-term v0.50.1
6682025-01-09T01:11:06.409Z Downloaded slog-bunyan v2.5.0
6692025-01-09T01:11:06.409Z Downloaded rsa v0.9.6
6702025-01-09T01:11:06.415Z Downloaded precomputed-hash v0.1.1
6712025-01-09T01:11:06.419Z Downloaded tls_codec v0.4.1
6722025-01-09T01:11:06.419Z Downloaded dyn-clone v1.0.17
6732025-01-09T01:11:06.421Z Downloaded pkg-config v0.3.31
6742025-01-09T01:11:06.425Z Downloaded pkcs8 v0.10.2
6752025-01-09T01:11:06.427Z Downloaded flagset v0.4.6
6762025-01-09T01:11:06.427Z Downloaded aes v0.8.4
6772025-01-09T01:11:06.433Z Downloaded uuid v1.11.0
6782025-01-09T01:11:06.435Z Downloaded darling_macro v0.20.10
6792025-01-09T01:11:06.439Z Downloaded try-lock v0.2.5
6802025-01-09T01:11:06.440Z Downloaded num-integer v0.1.46
6812025-01-09T01:11:06.442Z Downloaded num-derive v0.4.2
6822025-01-09T01:11:06.442Z Downloaded newtype-uuid v1.1.3
6832025-01-09T01:11:06.445Z Downloaded mockall v0.13.0
6842025-01-09T01:11:06.445Z Downloaded downcast v0.11.0
6852025-01-09T01:11:06.447Z Downloaded pin-utils v0.1.0
6862025-01-09T01:11:06.451Z Downloaded dhcproto v0.12.0
6872025-01-09T01:11:06.453Z Downloaded powerfmt v0.2.0
6882025-01-09T01:11:06.453Z Downloaded peg v0.8.4
6892025-01-09T01:11:06.458Z Downloaded schemars_derive v0.8.21
6902025-01-09T01:11:06.465Z Downloaded ppv-lite86 v0.2.20
6912025-01-09T01:11:06.465Z Downloaded tungstenite v0.21.0
6922025-01-09T01:11:06.468Z Downloaded libxml v0.3.3
6932025-01-09T01:11:06.471Z Downloaded path-slash v0.1.5
6942025-01-09T01:11:06.473Z Downloaded opaque-debug v0.3.1
6952025-01-09T01:11:06.473Z Downloaded tungstenite v0.23.0
6962025-01-09T01:11:06.477Z Downloaded synstructure v0.13.1
6972025-01-09T01:11:06.480Z Downloaded simd-adler32 v0.3.7
6982025-01-09T01:11:06.480Z Downloaded ecdsa v0.16.9
6992025-01-09T01:11:06.483Z Downloaded openssl-probe v0.1.5
7002025-01-09T01:11:06.486Z Downloaded quinn v0.11.5
7012025-01-09T01:11:06.488Z Downloaded toml v0.7.8
7022025-01-09T01:11:06.491Z Downloaded data-encoding v2.6.0
7032025-01-09T01:11:06.494Z Downloaded which v4.4.2
7042025-01-09T01:11:06.497Z Downloaded subtle v2.6.1
7052025-01-09T01:11:06.497Z Downloaded tabwriter v1.4.0
7062025-01-09T01:11:06.500Z Downloaded zerofrom v0.1.4
7072025-01-09T01:11:06.500Z Downloaded write16 v1.0.0
7082025-01-09T01:11:06.503Z Downloaded thiserror-impl-no-std v2.0.2
7092025-01-09T01:11:06.503Z Downloaded foreign-types v0.3.2
7102025-01-09T01:11:06.506Z Downloaded scheduled-thread-pool v0.2.7
7112025-01-09T01:11:06.506Z Downloaded foreign-types-shared v0.1.1
7122025-01-09T01:11:06.508Z Downloaded fallible-iterator v0.3.0
7132025-01-09T01:11:06.508Z Downloaded fallible-iterator v0.2.0
7142025-01-09T01:11:06.511Z Downloaded hyper v1.5.0
7152025-01-09T01:11:06.517Z Downloaded rustc-demangle v0.1.24
7162025-01-09T01:11:06.520Z Downloaded zopfli v0.8.1
7172025-01-09T01:11:06.522Z Downloaded x509-cert v0.2.5
7182025-01-09T01:11:06.529Z Downloaded newtype_derive v0.1.6
7192025-01-09T01:11:06.532Z Downloaded new_debug_unreachable v1.0.6
7202025-01-09T01:11:06.534Z Downloaded spin v0.9.8
7212025-01-09T01:11:06.537Z Downloaded salsa20 v0.10.2
7222025-01-09T01:11:06.539Z Downloaded rustc-hash v1.1.0
7232025-01-09T01:11:06.539Z Downloaded sqlformat v0.2.6
7242025-01-09T01:11:06.542Z Downloaded aes-gcm v0.10.3
7252025-01-09T01:11:06.545Z Downloaded itertools v0.13.0
7262025-01-09T01:11:06.552Z Downloaded toolchain_find v0.4.0
7272025-01-09T01:11:06.556Z Downloaded signal-hook-mio v0.2.4
7282025-01-09T01:11:06.558Z Downloaded rcgen v0.12.1
7292025-01-09T01:11:06.558Z Downloaded resolv-conf v0.7.0
7302025-01-09T01:11:06.561Z Downloaded walkdir v2.5.0
7312025-01-09T01:11:06.564Z Downloaded defmt-macros v0.3.9
7322025-01-09T01:11:06.566Z Downloaded display-error-chain v0.2.2
7332025-01-09T01:11:06.569Z Downloaded toml_edit v0.19.15
7342025-01-09T01:11:06.587Z Downloaded foreign-types-macros v0.2.3
7352025-01-09T01:11:06.589Z Downloaded dirs-next v2.0.0
7362025-01-09T01:11:06.589Z Downloaded glob v0.3.1
7372025-01-09T01:11:06.592Z Downloaded ron v0.7.1
7382025-01-09T01:11:06.598Z Downloaded secrecy v0.8.0
7392025-01-09T01:11:06.600Z Downloaded phf_shared v0.11.2
7402025-01-09T01:11:06.600Z Downloaded futures v0.3.31
7412025-01-09T01:11:06.604Z Downloaded signal-hook-registry v1.4.2
7422025-01-09T01:11:06.606Z Downloaded rustc_version v0.1.7
7432025-01-09T01:11:06.606Z Downloaded proc-macro-crate v1.3.1
7442025-01-09T01:11:06.610Z Downloaded predicates v3.1.2
7452025-01-09T01:11:06.612Z Downloaded progenitor-client v0.8.0
7462025-01-09T01:11:06.612Z Downloaded derive_builder_macro v0.20.2
7472025-01-09T01:11:06.615Z Downloaded tokio-rustls v0.26.0
7482025-01-09T01:11:06.615Z Downloaded test-strategy v0.3.1
7492025-01-09T01:11:06.619Z Downloaded futures-io v0.3.31
7502025-01-09T01:11:06.622Z Downloaded env_filter v0.1.2
7512025-01-09T01:11:06.624Z Downloaded dsl_auto_type v0.1.2
7522025-01-09T01:11:06.624Z Downloaded percent-encoding v2.3.1
7532025-01-09T01:11:06.627Z Downloaded packed_struct_codegen v0.10.1
7542025-01-09T01:11:06.627Z Downloaded futures-macro v0.3.31
7552025-01-09T01:11:06.630Z Downloaded tokio-tungstenite v0.21.0
7562025-01-09T01:11:06.633Z Downloaded tls_codec_derive v0.4.1
7572025-01-09T01:11:06.633Z Downloaded dropshot_endpoint v0.12.0
7582025-01-09T01:11:06.638Z Downloaded num_enum_derive v0.5.11
7592025-01-09T01:11:06.638Z Downloaded tracing-core v0.1.32
7602025-01-09T01:11:06.641Z Downloaded similar v2.6.0
7612025-01-09T01:11:06.644Z Downloaded ron v0.8.1
7622025-01-09T01:11:06.650Z Downloaded hashbrown v0.12.3
7632025-01-09T01:11:06.655Z Downloaded thiserror-no-std v2.0.2
7642025-01-09T01:11:06.659Z Downloaded deranged v0.3.11
7652025-01-09T01:11:06.662Z Downloaded value-bag v1.9.0
7662025-01-09T01:11:06.664Z Downloaded postgres-types v0.2.8
7672025-01-09T01:11:06.667Z Downloaded aho-corasick v1.1.3
7682025-01-09T01:11:06.672Z Downloaded zerofrom-derive v0.1.4
7692025-01-09T01:11:06.675Z Downloaded nibble_vec v0.1.0
7702025-01-09T01:11:06.678Z Downloaded uzers v0.12.1
7712025-01-09T01:11:06.681Z Downloaded mio v1.0.2
7722025-01-09T01:11:06.684Z Downloaded strum_macros v0.25.3
7732025-01-09T01:11:06.687Z Downloaded slog-scope v4.4.0
7742025-01-09T01:11:06.690Z Downloaded progenitor v0.8.0
7752025-01-09T01:11:06.693Z Downloaded slog-json v2.6.1
7762025-01-09T01:11:06.694Z Downloaded foldhash v0.1.3
7772025-01-09T01:11:06.694Z Downloaded string_cache v0.8.7
7782025-01-09T01:11:06.697Z Downloaded url v2.5.3
7792025-01-09T01:11:06.700Z Downloaded packed_struct v0.10.1
7802025-01-09T01:11:06.703Z Downloaded zerovec-derive v0.10.3
7812025-01-09T01:11:06.703Z Downloaded zeroize_derive v1.4.2
7822025-01-09T01:11:06.705Z Downloaded derive_more v0.99.18
7832025-01-09T01:11:06.712Z Downloaded hkdf v0.12.4
7842025-01-09T01:11:06.714Z Downloaded oso-derive v0.27.3
7852025-01-09T01:11:06.714Z Downloaded tinystr v0.7.6
7862025-01-09T01:11:06.717Z Downloaded sqlparser_derive v0.2.2
7872025-01-09T01:11:06.717Z Downloaded thiserror-impl v2.0.3
7882025-01-09T01:11:06.720Z Downloaded endian-type v0.1.2
7892025-01-09T01:11:06.720Z Downloaded thiserror v2.0.3
7902025-01-09T01:11:06.725Z Downloaded nanorand v0.7.0
7912025-01-09T01:11:06.728Z Downloaded displaydoc v0.2.5
7922025-01-09T01:11:06.730Z Downloaded aws-lc-rs v1.10.0
7932025-01-09T01:11:06.742Z Downloaded slog-stdlog v4.1.1
7942025-01-09T01:11:06.745Z Downloaded rustfmt-wrapper v0.2.1
7952025-01-09T01:11:06.745Z Downloaded psl-types v2.0.11
7962025-01-09T01:11:06.748Z Downloaded unicode-bidi v0.3.17
7972025-01-09T01:11:06.752Z Downloaded hash32 v0.3.1
7982025-01-09T01:11:06.752Z Downloaded unicode_categories v0.1.1
7992025-01-09T01:11:06.754Z Downloaded rustyline v14.0.0
8002025-01-09T01:11:06.758Z Downloaded float-ord v0.3.2
8012025-01-09T01:11:06.761Z Downloaded zone v0.1.8
8022025-01-09T01:11:06.761Z Downloaded snafu-derive v0.8.5
8032025-01-09T01:11:06.764Z Downloaded pkcs1 v0.7.5
8042025-01-09T01:11:06.767Z Downloaded rusqlite v0.32.1
8052025-01-09T01:11:06.772Z Downloaded gethostname v0.5.0
8062025-01-09T01:11:06.774Z Downloaded whoami v1.5.2
8072025-01-09T01:11:06.777Z Downloaded pin-project-lite v0.2.14
8082025-01-09T01:11:06.780Z Downloaded ssh-cipher v0.2.0
8092025-01-09T01:11:06.783Z Downloaded topological-sort v0.2.2
8102025-01-09T01:11:06.786Z Downloaded fixedbitset v0.4.2
8112025-01-09T01:11:06.786Z Downloaded enum-as-inner v0.6.1
8122025-01-09T01:11:06.788Z Downloaded static_assertions v1.1.0
8132025-01-09T01:11:06.789Z Downloaded multer v3.1.0
8142025-01-09T01:11:06.792Z Downloaded zone v0.3.0
8152025-01-09T01:11:06.795Z Downloaded polyval v0.6.2
8162025-01-09T01:11:06.795Z Downloaded r2d2 v0.8.10
8172025-01-09T01:11:06.797Z Downloaded multimap v0.10.0
8182025-01-09T01:11:06.797Z Downloaded unsafe-libyaml v0.2.11
8192025-01-09T01:11:06.801Z Downloaded pbkdf2 v0.12.2
8202025-01-09T01:11:06.805Z Downloaded typify-macro v0.2.0
8212025-01-09T01:11:06.805Z Downloaded num-iter v0.1.45
8222025-01-09T01:11:06.807Z Downloaded unicase v2.7.0
8232025-01-09T01:11:06.808Z Downloaded rustc-hash v2.0.0
8242025-01-09T01:11:06.810Z Downloaded vergen v8.3.2
8252025-01-09T01:11:06.813Z Downloaded radium v0.7.0
8262025-01-09T01:11:06.815Z Downloaded zerovec v0.10.4
8272025-01-09T01:11:06.822Z Downloaded getrandom v0.2.15
8282025-01-09T01:11:06.824Z Downloaded darling_core v0.20.10
8292025-01-09T01:11:06.829Z Downloaded tokio-tungstenite v0.23.1
8302025-01-09T01:11:06.831Z Downloaded flate2 v1.0.34
8312025-01-09T01:11:06.837Z Downloaded parking_lot_core v0.8.6
8322025-01-09T01:11:06.840Z Downloaded owo-colors v4.1.0
8332025-01-09T01:11:06.843Z Downloaded progenitor-macro v0.8.0
8342025-01-09T01:11:06.846Z Downloaded num-rational v0.4.2
8352025-01-09T01:11:06.848Z Downloaded env_logger v0.10.2
8362025-01-09T01:11:06.851Z Downloaded pem-rfc7468 v0.7.0
8372025-01-09T01:11:06.854Z Downloaded quinn-proto v0.11.8
8382025-01-09T01:11:06.860Z Downloaded mockall_derive v0.13.0
8392025-01-09T01:11:06.863Z Downloaded icu_properties_data v1.5.0
8402025-01-09T01:11:06.875Z Downloaded parking_lot v0.12.3
8412025-01-09T01:11:06.878Z Downloaded chrono v0.4.38
8422025-01-09T01:11:06.886Z Downloaded reedline v0.35.0
8432025-01-09T01:11:06.895Z Downloaded bitvec v1.0.1
8442025-01-09T01:11:06.912Z Downloaded dropshot_endpoint v0.13.0
8452025-01-09T01:11:06.915Z Downloaded oso v0.27.3
8462025-01-09T01:11:06.918Z Downloaded pin-project v1.1.6
8472025-01-09T01:11:06.930Z Downloaded futures-util v0.3.31
8482025-01-09T01:11:06.942Z Downloaded bindgen v0.69.5
8492025-01-09T01:11:06.950Z Downloaded qorb v0.2.1
8502025-01-09T01:11:06.955Z Downloaded zip v2.1.3
8512025-01-09T01:11:06.960Z Downloaded flume v0.11.1
8522025-01-09T01:11:06.964Z Downloaded idna v0.3.0
8532025-01-09T01:11:06.971Z Downloaded num-bigint-dig v0.8.4
8542025-01-09T01:11:06.977Z Downloaded steno v0.4.1
8552025-01-09T01:11:06.981Z Downloaded proptest v1.5.0
8562025-01-09T01:11:06.993Z Downloaded ssh-key v0.6.6
8572025-01-09T01:11:06.999Z Downloaded idna v0.2.3
8582025-01-09T01:11:07.007Z Downloaded curve25519-dalek v4.1.3
8592025-01-09T01:11:07.018Z Downloaded unicode-normalization v0.1.24
8602025-01-09T01:11:07.021Z Downloaded p521 v0.13.3
8612025-01-09T01:11:07.025Z Downloaded zerocopy v0.8.10
8622025-01-09T01:11:07.050Z Downloaded unicode-segmentation v1.12.0
8632025-01-09T01:11:07.053Z Downloaded tokio-util v0.7.12
8642025-01-09T01:11:07.060Z Downloaded idna v0.5.0
8652025-01-09T01:11:07.068Z Downloaded portable-atomic v1.9.0
8662025-01-09T01:11:07.075Z Downloaded openssl v0.10.66
8672025-01-09T01:11:07.085Z Downloaded unicode-width v0.2.0
8682025-01-09T01:11:07.092Z Downloaded reqwest v0.12.9
8692025-01-09T01:11:07.102Z Downloaded rustls-webpki v0.101.7
8702025-01-09T01:11:07.117Z Downloaded git2 v0.19.0
8712025-01-09T01:11:07.126Z Downloaded winnow v0.5.40
8722025-01-09T01:11:07.136Z Downloaded h2 v0.4.6
8732025-01-09T01:11:07.143Z Downloaded webpki-roots v0.26.6
8742025-01-09T01:11:07.147Z Downloaded polar-core v0.27.3
8752025-01-09T01:11:07.158Z Downloaded sqlparser v0.45.0
8762025-01-09T01:11:07.163Z Downloaded trust-dns-proto v0.22.0
8772025-01-09T01:11:07.176Z Downloaded rustls-webpki v0.102.8
8782025-01-09T01:11:07.196Z Downloaded object v0.36.5
8792025-01-09T01:11:07.208Z Downloaded diesel v2.2.6
8802025-01-09T01:11:07.228Z Downloaded chrono-tz v0.10.0
8812025-01-09T01:11:07.235Z Downloaded nix v0.28.0
8822025-01-09T01:11:07.248Z Downloaded gimli v0.31.1
8832025-01-09T01:11:07.257Z Downloaded openapiv3 v2.0.0
8842025-01-09T01:11:07.270Z Downloaded regress v0.10.1
8852025-01-09T01:11:07.280Z Downloaded regex-syntax v0.8.5
8862025-01-09T01:11:07.288Z Downloaded typify-impl v0.2.0
8872025-01-09T01:11:07.305Z Downloaded smoltcp v0.11.0
8882025-01-09T01:11:07.318Z Downloaded ratatui v0.28.1
8892025-01-09T01:11:07.339Z Downloaded rustls v0.23.19
8902025-01-09T01:11:07.352Z Downloaded nix v0.29.0
8912025-01-09T01:11:07.365Z Downloaded sled v0.34.7
8922025-01-09T01:11:07.375Z Downloaded zerocopy-derive v0.6.6
8932025-01-09T01:11:07.386Z Downloaded rustls v0.21.12
8942025-01-09T01:11:07.398Z Downloaded vcpkg v0.2.15
8952025-01-09T01:11:07.438Z Downloaded bzip2-sys v0.1.11+1.0.8
8962025-01-09T01:11:07.450Z Downloaded regex-automata v0.4.8
8972025-01-09T01:11:07.469Z Downloaded p384 v0.13.0
8982025-01-09T01:11:07.475Z Downloaded nix v0.27.1
8992025-01-09T01:11:07.486Z Downloaded regex-syntax v0.6.29
9002025-01-09T01:11:07.494Z Downloaded bstr v1.10.0
9012025-01-09T01:11:07.506Z Downloaded lzma-sys v0.1.20
9022025-01-09T01:11:07.537Z Downloaded petname v2.0.2
9032025-01-09T01:11:07.541Z Downloaded regex v1.11.1
9042025-01-09T01:11:07.554Z Downloaded rustls v0.22.4
9052025-01-09T01:11:07.568Z Downloaded dropshot v0.13.0
9062025-01-09T01:11:07.589Z Downloaded hickory-proto v0.24.1
9072025-01-09T01:11:07.605Z Downloaded regress v0.9.1
9082025-01-09T01:11:07.614Z Downloaded radix_trie v0.2.1
9092025-01-09T01:11:07.619Z Downloaded csv v1.3.0
9102025-01-09T01:11:07.640Z Downloaded petgraph v0.6.5
9112025-01-09T01:11:07.658Z Downloaded object v0.30.4
9122025-01-09T01:11:07.668Z Downloaded tokio v1.40.0
9132025-01-09T01:11:07.706Z Downloaded libz-sys v1.1.20
9142025-01-09T01:11:07.728Z Downloaded dropshot v0.12.0
9152025-01-09T01:11:07.747Z Downloaded salty v0.3.0
9162025-01-09T01:11:07.754Z Downloaded smoltcp v0.9.1
9172025-01-09T01:11:07.766Z Downloaded idna v0.4.0
9182025-01-09T01:11:07.773Z Downloaded fatfs v0.3.6
9192025-01-09T01:11:07.776Z Downloaded sha3 v0.10.8
9202025-01-09T01:11:07.781Z Downloaded half v2.4.1
9212025-01-09T01:11:07.784Z Downloaded num-bigint v0.4.6
9222025-01-09T01:11:07.789Z Downloaded quick-xml v0.33.0
9232025-01-09T01:11:07.796Z Downloaded zip v0.6.6
9242025-01-09T01:11:07.800Z Downloaded lalrpop v0.19.12
9252025-01-09T01:11:07.812Z Downloaded rustls-pki-types v1.10.0
9262025-01-09T01:11:07.815Z Downloaded p256 v0.13.2
9272025-01-09T01:11:07.819Z Downloaded snafu v0.8.5
9282025-01-09T01:11:07.825Z Downloaded tough v0.19.0
9292025-01-09T01:11:07.833Z Downloaded tui-tree-widget v0.22.0
9302025-01-09T01:11:07.836Z Downloaded pkcs5 v0.7.1
9312025-01-09T01:11:07.839Z Downloaded serde_with v3.11.0
9322025-01-09T01:11:07.847Z Downloaded rustls-pemfile v2.2.0
9332025-01-09T01:11:07.849Z Downloaded unicode-properties v0.1.3
9342025-01-09T01:11:07.852Z Downloaded expectorate v1.1.0
9352025-01-09T01:11:07.854Z Downloaded rayon v1.10.0
9362025-01-09T01:11:07.863Z Downloaded unarray v0.1.4
9372025-01-09T01:11:07.866Z Downloaded enum-as-inner v0.5.1
9382025-01-09T01:11:07.866Z Downloaded ed25519 v2.2.3
9392025-01-09T01:11:07.869Z Downloaded schemars v0.8.21
9402025-01-09T01:11:07.879Z Downloaded blake3 v1.5.4
9412025-01-09T01:11:07.887Z Downloaded tokio-tungstenite v0.24.0
9422025-01-09T01:11:07.890Z Downloaded time-macros v0.2.18
9432025-01-09T01:11:07.892Z Downloaded encoding_rs v0.8.34
9442025-01-09T01:11:07.913Z Downloaded derive-where v1.2.7
9452025-01-09T01:11:07.917Z Downloaded hash32 v0.2.1
9462025-01-09T01:11:07.919Z Downloaded omicron-zone-package v0.12.0
9472025-01-09T01:11:07.922Z Downloaded samael v0.0.17
9482025-01-09T01:11:07.927Z Downloaded tiny-keccak v2.0.2
9492025-01-09T01:11:07.929Z Downloaded native-tls v0.2.12
9502025-01-09T01:11:07.932Z Downloaded derive_builder_core v0.20.2
9512025-01-09T01:11:07.934Z Downloaded strum_macros v0.26.4
9522025-01-09T01:11:07.936Z Downloaded rustc_version v0.4.1
9532025-01-09T01:11:07.939Z Downloaded hashbrown v0.14.5
9542025-01-09T01:11:07.943Z Downloaded openssl-sys v0.9.103
9552025-01-09T01:11:07.947Z Downloaded zeroize v1.8.1
9562025-01-09T01:11:07.950Z Downloaded strum_macros v0.24.3
9572025-01-09T01:11:07.952Z Downloaded futures-executor v0.3.31
9582025-01-09T01:11:07.952Z Downloaded serde_derive_internals v0.29.1
9592025-01-09T01:11:07.955Z Downloaded rand v0.8.5
9602025-01-09T01:11:07.958Z Downloaded russh v0.45.0
9612025-01-09T01:11:07.963Z Downloaded subprocess v0.2.9
9622025-01-09T01:11:07.965Z Downloaded time v0.3.36
9632025-01-09T01:11:07.972Z Downloaded nom v7.1.3
9642025-01-09T01:11:07.978Z Downloaded parking_lot_core v0.9.10
9652025-01-09T01:11:07.980Z Downloaded socket2 v0.5.7
9662025-01-09T01:11:07.983Z Downloaded universal-hash v0.5.1
9672025-01-09T01:11:07.983Z Downloaded unicode-xid v0.2.6
9682025-01-09T01:11:07.986Z Downloaded slog-envlogger v2.2.0
9692025-01-09T01:11:07.986Z Downloaded shlex v1.3.0
9702025-01-09T01:11:07.989Z Downloaded shell-words v1.1.0
9712025-01-09T01:11:07.989Z Downloaded password-hash v0.5.0
9722025-01-09T01:11:07.992Z Downloaded crossterm v0.28.1
9732025-01-09T01:11:07.996Z Downloaded itertools v0.12.1
9742025-01-09T01:11:08.003Z Downloaded libgit2-sys v0.17.0+1.8.1
9752025-01-09T01:11:08.060Z Downloaded dirs-sys-next v0.1.2
9762025-01-09T01:11:08.063Z Downloaded tokio-native-tls v0.3.1
9772025-01-09T01:11:08.065Z Downloaded tokio-macros v2.4.0
9782025-01-09T01:11:08.065Z Downloaded sec1 v0.7.3
9792025-01-09T01:11:08.068Z Downloaded globset v0.4.15
9802025-01-09T01:11:08.068Z Downloaded russh-keys v0.45.0
9812025-01-09T01:11:08.070Z Downloaded signal-hook v0.3.17
9822025-01-09T01:11:08.073Z Downloaded scopeguard v1.2.0
9832025-01-09T01:11:08.075Z Downloaded predicates-core v1.0.8
9842025-01-09T01:11:08.075Z Downloaded defmt v0.3.8
9852025-01-09T01:11:08.078Z Downloaded rayon-core v1.12.1
9862025-01-09T01:11:08.081Z Downloaded foreign-types-shared v0.3.1
9872025-01-09T01:11:08.084Z Downloaded predicates-tree v1.0.11
9882025-01-09T01:11:08.084Z Downloaded pbkdf2 v0.11.0
9892025-01-09T01:11:08.086Z Downloaded des v0.8.1
9902025-01-09T01:11:08.089Z Downloaded peg-macros v0.8.4
9912025-01-09T01:11:08.089Z Downloaded parse-zoneinfo v0.3.1
9922025-01-09T01:11:08.092Z Downloaded hashbrown v0.13.2
9932025-01-09T01:11:08.096Z Downloaded typed-path v0.9.3
9942025-01-09T01:11:08.102Z Downloaded idna v1.0.3
9952025-01-09T01:11:08.106Z Downloaded fallible-streaming-iterator v0.1.9
9962025-01-09T01:11:08.108Z Downloaded pem v3.0.4
9972025-01-09T01:11:08.108Z Downloaded slog v2.7.0
9982025-01-09T01:11:08.111Z Downloaded zerocopy-derive v0.8.10
9992025-01-09T01:11:08.116Z Downloaded tinyvec v1.8.0
10002025-01-09T01:11:08.120Z Downloaded num-complex v0.4.6
10012025-01-09T01:11:08.122Z Downloaded tracing-attributes v0.1.27
10022025-01-09T01:11:08.125Z Downloaded libm v0.2.8
10032025-01-09T01:11:08.130Z Downloaded parse-display v0.10.0
10042025-01-09T01:11:08.133Z Downloaded utf8_iter v1.0.4
10052025-01-09T01:11:08.133Z Downloaded diff v0.1.13
10062025-01-09T01:11:08.135Z Downloaded ed25519-dalek v2.1.1
10072025-01-09T01:11:08.138Z Downloaded want v0.3.1
10082025-01-09T01:11:08.141Z Downloaded float-cmp v0.9.0
10092025-01-09T01:11:08.141Z Downloaded dunce v1.0.5
10102025-01-09T01:11:08.143Z Downloaded supports-color v3.0.1
10112025-01-09T01:11:08.143Z Downloaded poly1305 v0.8.0
10122025-01-09T01:11:08.145Z Downloaded futures-sink v0.3.31
10132025-01-09T01:11:08.145Z Downloaded difflib v0.4.0
10142025-01-09T01:11:08.148Z Downloaded tungstenite v0.24.0
10152025-01-09T01:11:08.152Z Downloaded tracing v0.1.40
10162025-01-09T01:11:08.154Z Downloaded minimal-lexical v0.2.1
10172025-01-09T01:11:08.158Z Downloaded itertools v0.10.5
10182025-01-09T01:11:08.164Z Downloaded pin-project-internal v1.1.6
10192025-01-09T01:11:08.167Z Downloaded der v0.7.9
10202025-01-09T01:11:08.171Z Downloaded tokio-postgres v0.7.12
10212025-01-09T01:11:08.176Z Downloaded futures-channel v0.3.31
10222025-01-09T01:11:08.178Z Downloaded headers v0.4.0
10232025-01-09T01:11:08.182Z Downloaded ref-cast v1.0.23
10242025-01-09T01:11:08.185Z Downloaded rand_xorshift v0.3.0
10252025-01-09T01:11:08.187Z Downloaded derive_builder v0.20.2
10262025-01-09T01:11:08.190Z Downloaded rand_seeder v0.3.0
10272025-01-09T01:11:08.192Z Downloaded ff v0.13.0
10282025-01-09T01:11:08.195Z Downloaded elliptic-curve v0.13.8
10292025-01-09T01:11:08.197Z Downloaded newline-converter v0.3.0
10302025-01-09T01:11:08.197Z Downloaded fxhash v0.2.1
10312025-01-09T01:11:08.200Z Downloaded rand_core v0.6.4
10322025-01-09T01:11:08.200Z Downloaded http v1.1.0
10332025-01-09T01:11:08.203Z Downloaded hickory-server v0.24.1
10342025-01-09T01:11:08.209Z Downloaded bumpalo v3.16.0
10352025-01-09T01:11:08.212Z Downloaded tar v0.4.42
10362025-01-09T01:11:08.215Z Downloaded futures-core v0.3.31
10372025-01-09T01:11:08.217Z Downloaded sct v0.7.1
10382025-01-09T01:11:08.219Z Downloaded filetime v0.2.25
10392025-01-09T01:11:08.221Z Downloaded diesel-dtrace v0.4.2
10402025-01-09T01:11:08.224Z Downloaded num-traits v0.2.19
10412025-01-09T01:11:08.227Z Downloaded crypto-bigint v0.5.5
10422025-01-09T01:11:08.231Z Downloaded cc v1.1.30
10432025-01-09T01:11:08.235Z Downloaded crossbeam-channel v0.5.13
10442025-01-09T01:11:08.239Z Downloaded stringprep v0.1.5
10452025-01-09T01:11:08.241Z Downloaded parking_lot v0.11.2
10462025-01-09T01:11:08.243Z Downloaded indicatif v0.17.9
10472025-01-09T01:11:08.246Z Downloaded icu_collections v1.5.0
10482025-01-09T01:11:08.252Z Downloaded prettyplease v0.2.25
10492025-01-09T01:11:08.255Z Downloaded group v0.13.0
10502025-01-09T01:11:08.258Z Downloaded backtrace v0.3.74
10512025-01-09T01:11:08.261Z Downloaded phf_codegen v0.11.2
10522025-01-09T01:11:08.264Z Downloaded phf v0.11.2
10532025-01-09T01:11:08.264Z Downloaded tokio-rustls v0.25.0
10542025-01-09T01:11:08.266Z Downloaded structmeta-derive v0.3.0
10552025-01-09T01:11:08.266Z Downloaded tokio-rustls v0.24.1
10562025-01-09T01:11:08.269Z Downloaded term v0.7.0
10572025-01-09T01:11:08.272Z Downloaded take_mut v0.2.2
10582025-01-09T01:11:08.274Z Downloaded num_enum v0.5.11
10592025-01-09T01:11:08.277Z Downloaded smallvec v1.13.2
10602025-01-09T01:11:08.280Z Downloaded slog-term v2.9.1
10612025-01-09T01:11:08.282Z Downloaded icu_properties v1.5.1
10622025-01-09T01:11:08.285Z Downloaded icu_locid v1.5.0
10632025-01-09T01:11:08.288Z Downloaded ghash v0.5.1
10642025-01-09T01:11:08.291Z Downloaded futures-task v0.3.31
10652025-01-09T01:11:08.291Z Downloaded fragile v2.0.0
10662025-01-09T01:11:08.293Z Downloaded foreign-types v0.5.0
10672025-01-09T01:11:08.293Z Downloaded defmt-parser v0.3.4
10682025-01-09T01:11:08.296Z Downloaded signature v2.2.0
10692025-01-09T01:11:08.296Z Downloaded signal-hook-tokio v0.3.1
10702025-01-09T01:11:08.299Z Downloaded progenitor-impl v0.8.0
10712025-01-09T01:11:08.299Z Downloaded chacha20poly1305 v0.10.1
10722025-01-09T01:11:08.302Z Downloaded embedded-io v0.6.1
10732025-01-09T01:11:08.302Z Downloaded either v1.13.0
10742025-01-09T01:11:08.304Z Downloaded serde_with_macros v3.11.0
10752025-01-09T01:11:08.304Z Downloaded arc-swap v1.7.1
10762025-01-09T01:11:08.308Z Downloaded crossbeam-epoch v0.9.18
10772025-01-09T01:11:08.310Z Downloaded crc-any v2.5.0
10782025-01-09T01:11:08.313Z Downloaded clang-sys v1.8.1
10792025-01-09T01:11:08.315Z Downloaded icu_normalizer_data v1.5.0
10802025-01-09T01:11:08.318Z Downloaded hickory-client v0.24.1
10812025-01-09T01:11:08.320Z Downloaded icu_normalizer v1.5.0
10822025-01-09T01:11:08.323Z Downloaded embedded-io v0.4.0
10832025-01-09T01:11:08.326Z Downloaded scrypt v0.11.0
10842025-01-09T01:11:08.328Z Downloaded same-file v1.0.6
10852025-01-09T01:11:08.328Z Downloaded base64 v0.21.7
10862025-01-09T01:11:08.331Z Downloaded cookie v0.18.1
10872025-01-09T01:11:08.334Z Downloaded ahash v0.8.11
10882025-01-09T01:11:08.336Z Downloaded yoke-derive v0.7.4
10892025-01-09T01:11:08.340Z Downloaded vte_generate_state_changes v0.1.2
10902025-01-09T01:11:08.340Z Downloaded rfc6979 v0.4.0
10912025-01-09T01:11:08.340Z Downloaded hyper-rustls v0.27.3
10922025-01-09T01:11:08.342Z Downloaded cancel-safe-futures v0.1.5
10932025-01-09T01:11:08.345Z Downloaded bcs v0.1.6
10942025-01-09T01:11:08.347Z Downloaded litemap v0.7.3
10952025-01-09T01:11:08.350Z Downloaded keccak v0.1.5
10962025-01-09T01:11:08.350Z Downloaded jobserver v0.1.32
10972025-01-09T01:11:08.352Z Downloaded ipnet v2.10.1
10982025-01-09T01:11:08.352Z Downloaded cookie_store v0.21.0
10992025-01-09T01:11:08.355Z Downloaded darling v0.20.10
11002025-01-09T01:11:08.358Z Downloaded bzip2 v0.4.4
11012025-01-09T01:11:08.361Z Downloaded console v0.15.8
11022025-01-09T01:11:08.363Z Downloaded cbc v0.1.2
11032025-01-09T01:11:08.367Z Downloaded hex-literal v0.4.1
11042025-01-09T01:11:08.370Z Downloaded constant_time_eq v0.3.1
11052025-01-09T01:11:08.373Z Downloaded addr2line v0.24.2
11062025-01-09T01:11:08.373Z Downloaded lru-cache v0.1.2
11072025-01-09T01:11:08.373Z Downloaded lockfree-object-pool v0.1.6
11082025-01-09T01:11:08.375Z Downloaded cipher v0.4.4
11092025-01-09T01:11:08.378Z Downloaded arrayvec v0.7.6
11102025-01-09T01:11:08.380Z Downloaded arrayref v0.3.9
11112025-01-09T01:11:08.380Z Downloaded indoc v1.0.9
11122025-01-09T01:11:08.383Z Downloaded indent_write v2.2.0
11132025-01-09T01:11:08.385Z Downloaded libefi-sys v0.1.0
11142025-01-09T01:11:08.385Z Downloaded idna_adapter v1.2.0
11152025-01-09T01:11:08.388Z Downloaded curve25519-dalek-derive v0.1.1
11162025-01-09T01:11:08.388Z Downloaded convert_case v0.4.0
11172025-01-09T01:11:08.388Z Downloaded lru v0.12.5
11182025-01-09T01:11:08.390Z Downloaded lazy_static v1.5.0
11192025-01-09T01:11:08.390Z Downloaded kstat-rs v0.2.4
11202025-01-09T01:11:08.393Z Downloaded hostname v0.4.0
11212025-01-09T01:11:08.393Z Downloaded bitflags v1.3.2
11222025-01-09T01:11:08.396Z Downloaded async-trait v0.1.83
11232025-01-09T01:11:08.401Z Downloaded impl-trait-for-tuples v0.2.2
11242025-01-09T01:11:08.404Z Downloaded chacha20 v0.9.1
11252025-01-09T01:11:08.407Z Downloaded internet-checksum v0.2.1
11262025-01-09T01:11:08.409Z Downloaded inout v0.1.3
11272025-01-09T01:11:08.409Z Downloaded hyper-tls v0.6.0
11282025-01-09T01:11:08.412Z Downloaded colored v2.1.0
11292025-01-09T01:11:08.412Z Downloaded cobs v0.2.3
11302025-01-09T01:11:08.414Z Downloaded ring v0.17.8
11312025-01-09T01:11:08.482Z Downloaded blowfish v0.9.1
11322025-01-09T01:11:08.485Z Downloaded instability v0.3.2
11332025-01-09T01:11:08.485Z Downloaded hubpack v0.1.2
11342025-01-09T01:11:08.487Z Downloaded block-padding v0.3.3
11352025-01-09T01:11:08.487Z Downloaded ctr v0.9.2
11362025-01-09T01:11:08.490Z Downloaded crc-catalog v2.4.0
11372025-01-09T01:11:08.490Z Downloaded crc v3.2.1
11382025-01-09T01:11:08.493Z Downloaded cexpr v0.6.0
11392025-01-09T01:11:08.493Z Downloaded home v0.5.9
11402025-01-09T01:11:08.495Z Downloaded bit-set v0.5.3
11412025-01-09T01:11:08.495Z Downloaded array-init v0.0.4
11422025-01-09T01:11:08.495Z Downloaded aead v0.5.2
11432025-01-09T01:11:08.498Z Downloaded instant v0.1.13
11442025-01-09T01:11:08.499Z Downloaded http-body v1.0.1
11452025-01-09T01:11:08.501Z Downloaded atomic-waker v1.1.2
11462025-01-09T01:11:08.502Z Downloaded async-stream v0.3.6
11472025-01-09T01:11:08.504Z Downloaded ascii-canvas v3.0.0
11482025-01-09T01:11:08.504Z Downloaded httpdate v1.0.3
11492025-01-09T01:11:08.557Z Downloaded libsqlite3-sys v0.30.1
11502025-01-09T01:11:08.770Z Downloaded aws-lc-sys v0.22.0
11512025-01-09T01:11:09.090Z Compiling serde v1.0.215
11522025-01-09T01:11:09.093Z Compiling lock_api v0.4.12
11532025-01-09T01:11:09.093Z Compiling scopeguard v1.2.0
11542025-01-09T01:11:09.093Z Compiling value-bag v1.9.0
11552025-01-09T01:11:09.093Z Compiling typenum v1.17.0
11562025-01-09T01:11:09.093Z Compiling generic-array v0.14.7
11572025-01-09T01:11:09.294Z Compiling syn v2.0.87
11582025-01-09T01:11:09.309Z Compiling getrandom v0.2.15
11592025-01-09T01:11:09.413Z Compiling subtle v2.6.1
11602025-01-09T01:11:09.617Z Compiling rand_core v0.6.4
11612025-01-09T01:11:09.736Z Compiling log v0.4.22
11622025-01-09T01:11:09.736Z Compiling shlex v1.3.0
11632025-01-09T01:11:09.890Z Compiling jobserver v0.1.32
11642025-01-09T01:11:10.109Z Compiling smallvec v1.13.2
11652025-01-09T01:11:10.139Z Compiling const-oid v0.9.6
11662025-01-09T01:11:10.162Z Compiling spin v0.9.8
11672025-01-09T01:11:10.182Z Compiling pin-project-lite v0.2.14
11682025-01-09T01:11:10.322Z Compiling cc v1.1.30
11692025-01-09T01:11:10.522Z Compiling rustix v0.38.37
11702025-01-09T01:11:10.587Z Compiling parking_lot_core v0.9.10
11712025-01-09T01:11:10.629Z Compiling futures-core v0.3.31
11722025-01-09T01:11:10.844Z Compiling signal-hook-registry v1.4.2
11732025-01-09T01:11:10.908Z Compiling mio v1.0.2
11742025-01-09T01:11:11.607Z Compiling parking_lot v0.12.3
11752025-01-09T01:11:11.897Z Compiling aho-corasick v1.1.3
11762025-01-09T01:11:11.919Z Compiling cpufeatures v0.2.14
11772025-01-09T01:11:12.028Z Compiling regex-syntax v0.8.5
11782025-01-09T01:11:12.225Z Compiling either v1.13.0
11792025-01-09T01:11:12.255Z Compiling lazy_static v1.5.0
11802025-01-09T01:11:12.332Z Compiling glob v0.3.1
11812025-01-09T01:11:12.425Z Compiling futures-sink v0.3.31
11822025-01-09T01:11:12.602Z Compiling stable_deref_trait v1.2.0
11832025-01-09T01:11:12.674Z Compiling socket2 v0.5.7
11842025-01-09T01:11:12.694Z Compiling slab v0.4.9
11852025-01-09T01:11:12.736Z Compiling prettyplease v0.2.25
11862025-01-09T01:11:13.112Z Compiling minimal-lexical v0.2.1
11872025-01-09T01:11:13.189Z Compiling serde_json v1.0.133
11882025-01-09T01:11:13.407Z Compiling clang-sys v1.8.1
11892025-01-09T01:11:13.679Z Compiling nom v7.1.3
11902025-01-09T01:11:13.729Z Compiling libloading v0.8.5
11912025-01-09T01:11:13.853Z Compiling home v0.5.9
11922025-01-09T01:11:14.147Z Compiling bindgen v0.69.5
11932025-01-09T01:11:14.192Z Compiling itertools v0.12.1
11942025-01-09T01:11:14.999Z Compiling futures-channel v0.3.31
11952025-01-09T01:11:15.042Z Compiling lazycell v1.3.0
11962025-01-09T01:11:15.216Z Compiling pin-utils v0.1.0
11972025-01-09T01:11:15.324Z Compiling libm v0.2.8
11982025-01-09T01:11:15.434Z Compiling futures-io v0.3.31
11992025-01-09T01:11:15.656Z Compiling rustc-hash v1.1.0
12002025-01-09T01:11:15.763Z Compiling foldhash v0.1.3
12012025-01-09T01:11:15.808Z Compiling futures-task v0.3.31
12022025-01-09T01:11:16.082Z Compiling regex-automata v0.4.8
12032025-01-09T01:11:16.140Z Compiling allocator-api2 v0.2.18
12042025-01-09T01:11:17.021Z Compiling hashbrown v0.15.1
12052025-01-09T01:11:17.427Z Compiling synstructure v0.13.1
12062025-01-09T01:11:17.739Z Compiling cexpr v0.6.0
12072025-01-09T01:11:18.429Z Compiling cmake v0.1.51
12082025-01-09T01:11:19.212Z Compiling num-traits v0.2.19
12092025-01-09T01:11:19.234Z Compiling tinyvec_macros v0.1.1
12102025-01-09T01:11:19.330Z Compiling dunce v1.0.5
12112025-01-09T01:11:19.427Z Compiling fs_extra v1.3.0
12122025-01-09T01:11:19.469Z Compiling pkg-config v0.3.31
12132025-01-09T01:11:19.578Z Compiling tinyvec v1.8.0
12142025-01-09T01:11:20.028Z Compiling ring v0.17.8
12152025-01-09T01:11:20.676Z Compiling unicode-bidi v0.3.17
12162025-01-09T01:11:21.148Z Compiling unicode-normalization v0.1.24
12172025-01-09T01:11:21.182Z Compiling litemap v0.7.3
12182025-01-09T01:11:21.200Z Compiling paste v1.0.15
12192025-01-09T01:11:21.626Z Compiling base64ct v1.6.0
12202025-01-09T01:11:21.714Z Compiling writeable v0.5.5
12212025-01-09T01:11:22.166Z Compiling regex v1.11.1
12222025-01-09T01:11:22.253Z Compiling pem-rfc7468 v0.7.0
12232025-01-09T01:11:22.357Z Compiling flagset v0.4.6
12242025-01-09T01:11:22.581Z Compiling aws-lc-rs v1.10.0
12252025-01-09T01:11:22.999Z Compiling httparse v1.9.5
12262025-01-09T01:11:23.162Z Compiling tracing-core v0.1.32
12272025-01-09T01:11:23.255Z Compiling icu_locid_transform_data v1.5.0
12282025-01-09T01:11:23.366Z Compiling percent-encoding v2.3.1
12292025-01-09T01:11:23.739Z Compiling rustls-pki-types v1.10.0
12302025-01-09T01:11:23.839Z Compiling crossbeam-utils v0.8.20
12312025-01-09T01:11:24.469Z Compiling serde_derive v1.0.215
12322025-01-09T01:11:24.469Z Compiling zeroize_derive v1.4.2
12332025-01-09T01:11:24.596Z Compiling zerocopy-derive v0.7.35
12342025-01-09T01:11:24.791Z Compiling tokio-macros v2.4.0
12352025-01-09T01:11:24.954Z Compiling zerofrom-derive v0.1.4
12362025-01-09T01:11:26.101Z Compiling zeroize v1.8.1
12372025-01-09T01:11:26.524Z Compiling thiserror-impl v1.0.69
12382025-01-09T01:11:26.724Z Compiling yoke-derive v0.7.4
12392025-01-09T01:11:26.962Z Compiling zerocopy v0.7.35
12402025-01-09T01:11:27.932Z Compiling crypto-common v0.1.6
12412025-01-09T01:11:28.100Z Compiling block-buffer v0.10.4
12422025-01-09T01:11:28.188Z Compiling futures-macro v0.3.31
12432025-01-09T01:11:28.367Z Compiling digest v0.10.7
12442025-01-09T01:11:28.628Z Compiling zerovec-derive v0.10.3
12452025-01-09T01:11:28.949Z Compiling hmac v0.12.1
12462025-01-09T01:11:29.152Z Compiling block-padding v0.3.3
12472025-01-09T01:11:29.230Z Compiling zerofrom v0.1.4
12482025-01-09T01:11:29.358Z Compiling displaydoc v0.2.5
12492025-01-09T01:11:29.412Z Compiling inout v0.1.3
12502025-01-09T01:11:29.471Z Compiling sha2 v0.10.8
12512025-01-09T01:11:29.710Z Compiling cipher v0.4.4
12522025-01-09T01:11:29.820Z Compiling yoke v0.7.4
12532025-01-09T01:11:29.983Z Compiling thiserror v1.0.69
12542025-01-09T01:11:30.126Z Compiling ppv-lite86 v0.2.20
12552025-01-09T01:11:30.197Z Compiling icu_provider_macros v1.5.0
12562025-01-09T01:11:30.200Z Compiling futures-util v0.3.31
12572025-01-09T01:11:30.239Z Compiling der_derive v0.7.3
12582025-01-09T01:11:31.023Z Compiling rand_chacha v0.3.1
12592025-01-09T01:11:31.132Z Compiling tracing-attributes v0.1.27
12602025-01-09T01:11:31.398Z Compiling zerovec v0.10.4
12612025-01-09T01:11:31.453Z Compiling salsa20 v0.10.2
12622025-01-09T01:11:31.698Z Compiling rand v0.8.5
12632025-01-09T01:11:32.979Z Compiling der v0.7.9
12642025-01-09T01:11:33.120Z Compiling pest v2.7.14
12652025-01-09T01:11:33.466Z Compiling tinystr v0.7.6
12662025-01-09T01:11:33.805Z Compiling icu_collections v1.5.0
12672025-01-09T01:11:33.916Z Compiling icu_locid v1.5.0
12682025-01-09T01:11:33.954Z Compiling pbkdf2 v0.12.2
12692025-01-09T01:11:34.135Z Compiling mirai-annotations v1.12.0
12702025-01-09T01:11:34.350Z Compiling icu_properties_data v1.5.0
12712025-01-09T01:11:34.649Z Compiling vcpkg v0.2.15
12722025-01-09T01:11:35.107Z Compiling icu_provider v1.5.0
12732025-01-09T01:11:35.320Z Compiling tracing v0.1.40
12742025-01-09T01:11:35.852Z Compiling icu_locid_transform v1.5.0
12752025-01-09T01:11:36.180Z Compiling spki v0.7.3
12762025-01-09T01:11:36.283Z Compiling untrusted v0.9.0
12772025-01-09T01:11:36.442Z Compiling num-conv v0.1.0
12782025-01-09T01:11:36.476Z Compiling powerfmt v0.2.0
12792025-01-09T01:11:36.476Z Compiling time-core v0.1.2
12802025-01-09T01:11:36.609Z Compiling untrusted v0.7.1
12812025-01-09T01:11:36.679Z Compiling pest_meta v2.7.14
12822025-01-09T01:11:36.736Z Compiling time-macros v0.2.18
12832025-01-09T01:11:36.798Z Compiling deranged v0.3.11
12842025-01-09T01:11:36.885Z Compiling openssl-sys v0.9.103
12852025-01-09T01:11:36.927Z Compiling scrypt v0.11.0
12862025-01-09T01:11:37.523Z Compiling icu_properties v1.5.1
12872025-01-09T01:11:38.031Z Compiling cbc v0.1.2
12882025-01-09T01:11:38.282Z Compiling aes v0.8.4
12892025-01-09T01:11:38.738Z Compiling scroll_derive v0.12.0
12902025-01-09T01:11:39.341Z Compiling bitflags v2.6.0
12912025-01-09T01:11:39.805Z Compiling bytes v1.8.0
12922025-01-09T01:11:40.265Z Compiling indexmap v2.6.0
12932025-01-09T01:11:40.514Z Compiling semver v1.0.23
12942025-01-09T01:11:41.150Z Compiling tokio v1.40.0
12952025-01-09T01:11:41.227Z Compiling http v1.1.0
12962025-01-09T01:11:41.352Z Compiling rustc_version v0.4.1
12972025-01-09T01:11:41.879Z Compiling utf8_iter v1.0.4
12982025-01-09T01:11:42.024Z Compiling atomic-waker v1.1.2
12992025-01-09T01:11:42.137Z Compiling write16 v1.0.0
13002025-01-09T01:11:42.190Z Compiling num_threads v0.1.7
13012025-01-09T01:11:42.218Z Compiling icu_normalizer_data v1.5.0
13022025-01-09T01:11:42.278Z Compiling utf16_iter v1.0.5
13032025-01-09T01:11:42.323Z Compiling time v0.3.36
13042025-01-09T01:11:42.326Z Compiling scroll v0.12.0
13052025-01-09T01:11:42.496Z Compiling icu_normalizer v1.5.0
13062025-01-09T01:11:42.607Z Compiling pkcs5 v0.7.1
13072025-01-09T01:11:42.906Z Compiling http-body v1.0.1
13082025-01-09T01:11:43.279Z Compiling pest_generator v2.7.14
13092025-01-09T01:11:43.446Z Compiling form_urlencoded v1.2.1
13102025-01-09T01:11:43.786Z Compiling try-lock v0.2.5
13112025-01-09T01:11:43.847Z Compiling slog v2.7.0
13122025-01-09T01:11:43.886Z Compiling goblin v0.8.2
13132025-01-09T01:11:43.947Z Compiling want v0.3.1
13142025-01-09T01:11:44.241Z Compiling which v4.4.2
13152025-01-09T01:11:44.453Z Compiling idna_adapter v1.2.0
13162025-01-09T01:11:44.692Z Compiling pkcs8 v0.10.2
13172025-01-09T01:11:44.875Z Compiling uuid v1.11.0
13182025-01-09T01:11:45.427Z Compiling pest_derive v2.7.14
13192025-01-09T01:11:45.471Z Compiling httpdate v1.0.3
13202025-01-09T01:11:45.559Z Compiling iana-time-zone v0.1.61
13212025-01-09T01:11:45.984Z Compiling chrono v0.4.38
13222025-01-09T01:11:46.051Z Compiling idna v1.0.3
13232025-01-09T01:11:46.231Z Compiling dtrace-parser v0.2.0
13242025-01-09T01:11:47.253Z Compiling toml_datetime v0.6.8
13252025-01-09T01:11:47.808Z Compiling serde_spanned v0.6.8
13262025-01-09T01:11:47.946Z Compiling serde_tokenstream v0.2.2
13272025-01-09T01:11:48.039Z Compiling openssl v0.10.66
13282025-01-09T01:11:48.058Z Compiling base64 v0.22.1
13292025-01-09T01:11:48.456Z Compiling adler2 v2.0.0
13302025-01-09T01:11:48.519Z Compiling rustversion v1.0.17
13312025-01-09T01:11:48.561Z Compiling match_cfg v0.1.0
13322025-01-09T01:11:48.662Z Compiling foreign-types-shared v0.1.1
13332025-01-09T01:11:48.682Z Compiling tower-service v0.3.3
13342025-01-09T01:11:48.782Z Compiling foreign-types v0.3.2
13352025-01-09T01:11:48.803Z Compiling hostname v0.3.1
13362025-01-09T01:11:48.823Z Compiling miniz_oxide v0.8.0
13372025-01-09T01:11:48.917Z Compiling url v2.5.3
13382025-01-09T01:11:49.330Z Compiling async-trait v0.1.83
13392025-01-09T01:11:49.960Z Compiling tokio-util v0.7.12
13402025-01-09T01:11:50.401Z Compiling dof v0.3.0
13412025-01-09T01:11:50.505Z Compiling openssl-macros v0.1.1
13422025-01-09T01:11:50.988Z Compiling h2 v0.4.6
13432025-01-09T01:11:51.328Z Compiling usdt-impl v0.5.0
13442025-01-09T01:11:51.483Z Compiling serde_derive_internals v0.29.1
13452025-01-09T01:11:52.202Z Compiling dirs-sys-next v0.1.2
13462025-01-09T01:11:52.692Z Compiling native-tls v0.2.12
13472025-01-09T01:11:52.882Z Compiling siphasher v0.3.11
13482025-01-09T01:11:52.955Z Compiling rustls v0.23.19
13492025-01-09T01:11:53.027Z Compiling data-encoding v2.6.0
13502025-01-09T01:11:53.219Z Compiling rustls v0.22.4
13512025-01-09T01:11:53.276Z Compiling syn v1.0.109
13522025-01-09T01:11:53.481Z Compiling schemars v0.8.21
13532025-01-09T01:11:53.942Z Compiling dirs-next v2.0.0
13542025-01-09T01:11:54.332Z Compiling schemars_derive v0.8.21
13552025-01-09T01:11:54.418Z Compiling http-body-util v0.1.2
13562025-01-09T01:11:54.998Z Compiling heapless v0.7.17
13572025-01-09T01:11:55.436Z Compiling crossbeam-epoch v0.9.18
13582025-01-09T01:11:55.471Z Compiling signature v2.2.0
13592025-01-09T01:11:55.593Z Compiling sha1 v0.10.6
13602025-01-09T01:11:55.766Z Compiling bzip2-sys v0.1.11+1.0.8
13612025-01-09T01:11:56.048Z Compiling thread_local v1.1.8
13622025-01-09T01:11:56.199Z Compiling multer v3.1.0
13632025-01-09T01:11:56.323Z Compiling encoding_rs v0.8.34
13642025-01-09T01:11:56.507Z Compiling cookie v0.18.1
13652025-01-09T01:11:56.647Z Compiling mime v0.3.17
13662025-01-09T01:11:56.811Z Compiling gimli v0.31.1
13672025-01-09T01:11:57.238Z Compiling openssl-probe v0.1.5
13682025-01-09T01:11:57.427Z Compiling rayon-core v1.12.1
13692025-01-09T01:11:57.596Z Compiling signal-hook v0.3.17
13702025-01-09T01:11:57.680Z Compiling unicode-properties v0.1.3
13712025-01-09T01:11:57.788Z Compiling ipnet v2.10.1
13722025-01-09T01:11:57.862Z Compiling slog-async v2.8.0
13732025-01-09T01:11:58.123Z Compiling dyn-clone v1.0.17
13742025-01-09T01:11:58.356Z Compiling hyper v1.5.0
13752025-01-09T01:11:59.106Z Compiling stringprep v0.1.5
13762025-01-09T01:12:00.914Z Compiling hyper-util v0.1.10
13772025-01-09T01:12:01.081Z Compiling toml_edit v0.22.22
13782025-01-09T01:12:02.158Z Compiling addr2line v0.24.2
13792025-01-09T01:12:02.456Z Compiling crossbeam-deque v0.8.5
13802025-01-09T01:12:02.754Z Compiling usdt-attr-macro v0.5.0
13812025-01-09T01:12:02.830Z Compiling usdt-macro v0.5.0
13822025-01-09T01:12:02.864Z Compiling term v0.7.0
13832025-01-09T01:12:04.055Z Compiling slog-json v2.6.1
13842025-01-09T01:12:04.112Z Compiling serde_urlencoded v0.7.1
13852025-01-09T01:12:04.312Z Compiling curve25519-dalek v4.1.3
13862025-01-09T01:12:04.446Z Compiling crossbeam-channel v0.5.13
13872025-01-09T01:12:04.469Z Compiling enum-as-inner v0.6.1
13882025-01-09T01:12:04.469Z Compiling futures-executor v0.3.31
13892025-01-09T01:12:04.667Z Compiling md-5 v0.10.6
13902025-01-09T01:12:04.962Z Compiling async-stream-impl v0.3.6
13912025-01-09T01:12:04.985Z Compiling rustls-pemfile v2.2.0
13922025-01-09T01:12:05.105Z Compiling num-integer v0.1.46
13932025-01-09T01:12:05.357Z Compiling idna v0.4.0
13942025-01-09T01:12:05.622Z Compiling idna v0.3.0
13952025-01-09T01:12:05.646Z Compiling hash32 v0.2.1
13962025-01-09T01:12:05.958Z Compiling ff v0.13.0
13972025-01-09T01:12:06.009Z Compiling is-terminal v0.4.13
13982025-01-09T01:12:06.157Z Compiling object v0.36.5
13992025-01-09T01:12:06.191Z Compiling dropshot v0.12.0
14002025-01-09T01:12:06.511Z Compiling fallible-iterator v0.2.0
14012025-01-09T01:12:06.534Z Compiling rustc-demangle v0.1.24
14022025-01-09T01:12:07.123Z Compiling take_mut v0.2.2
14032025-01-09T01:12:07.276Z Compiling smoltcp v0.9.1
14042025-01-09T01:12:07.297Z Compiling base16ct v0.2.0
14052025-01-09T01:12:07.394Z Compiling portable-atomic v1.9.0
14062025-01-09T01:12:07.593Z Compiling psl-types v2.0.11
14072025-01-09T01:12:07.642Z Compiling linked-hash-map v0.5.6
14082025-01-09T01:12:07.787Z Compiling utf-8 v0.7.6
14092025-01-09T01:12:08.015Z Compiling num-bigint-dig v0.8.4
14102025-01-09T01:12:08.018Z Compiling anyhow v1.0.93
14112025-01-09T01:12:08.108Z Compiling quick-error v1.2.3
14122025-01-09T01:12:08.257Z Compiling resolv-conf v0.7.0
14132025-01-09T01:12:08.370Z Compiling tungstenite v0.24.0
14142025-01-09T01:12:08.539Z Compiling lru-cache v0.1.2
14152025-01-09T01:12:08.743Z Compiling publicsuffix v2.2.3
14162025-01-09T01:12:09.003Z Compiling sec1 v0.7.3
14172025-01-09T01:12:09.077Z Compiling postgres-protocol v0.6.7
14182025-01-09T01:12:09.675Z Compiling async-stream v0.3.6
14192025-01-09T01:12:09.740Z Compiling hickory-proto v0.24.1
14202025-01-09T01:12:09.996Z Compiling usdt v0.5.0
14212025-01-09T01:12:10.319Z Compiling group v0.13.0
14222025-01-09T01:12:10.462Z Compiling slog-term v2.9.1
14232025-01-09T01:12:10.639Z Compiling num-iter v0.1.45
14242025-01-09T01:12:10.841Z Compiling futures v0.3.31
14252025-01-09T01:12:10.923Z Compiling toml v0.8.19
14262025-01-09T01:12:10.970Z Compiling slog-bunyan v2.5.0
14272025-01-09T01:12:12.970Z Compiling camino v1.1.9
14282025-01-09T01:12:13.015Z Compiling tokio-native-tls v0.3.1
14292025-01-09T01:12:13.305Z Compiling phf_shared v0.11.2
14302025-01-09T01:12:13.327Z Compiling dropshot_endpoint v0.12.0
14312025-01-09T01:12:13.746Z Compiling backtrace v0.3.74
14322025-01-09T01:12:13.860Z Compiling terminal_size v0.4.0
14332025-01-09T01:12:14.030Z Compiling openapiv3 v2.0.0
14342025-01-09T01:12:14.085Z Compiling waitgroup v0.1.2
14352025-01-09T01:12:14.319Z Compiling serde_path_to_error v0.1.16
14362025-01-09T01:12:14.564Z Compiling hkdf v0.12.4
14372025-01-09T01:12:14.840Z Compiling crypto-bigint v0.5.5
14382025-01-09T01:12:15.185Z Compiling zerocopy-derive v0.6.6
14392025-01-09T01:12:17.583Z Compiling curve25519-dalek-derive v0.1.1
14402025-01-09T01:12:17.602Z Compiling webpki-roots v0.26.6
14412025-01-09T01:12:17.820Z Compiling idna v0.5.0
14422025-01-09T01:12:18.097Z Compiling hostname v0.4.0
14432025-01-09T01:12:18.154Z Compiling hubpack_derive v0.1.1
14442025-01-09T01:12:18.374Z Compiling fs-err v2.11.0
14452025-01-09T01:12:18.528Z Compiling ahash v0.8.11
14462025-01-09T01:12:18.662Z Compiling crc32fast v1.4.2
14472025-01-09T01:12:18.858Z Compiling bitflags v1.3.2
14482025-01-09T01:12:18.974Z Compiling debug-ignore v1.0.5
14492025-01-09T01:12:19.002Z Compiling newtype-uuid v1.1.3
14502025-01-09T01:12:19.026Z Compiling managed v0.8.0
14512025-01-09T01:12:19.122Z Compiling winnow v0.5.40
14522025-01-09T01:12:19.302Z Compiling clap_builder v4.5.21
14532025-01-09T01:12:19.534Z Compiling strum_macros v0.25.3
14542025-01-09T01:12:20.625Z Compiling hubpack v0.1.2
14552025-01-09T01:12:21.094Z Compiling flate2 v1.0.34
14562025-01-09T01:12:21.214Z Compiling console v0.15.8
14572025-01-09T01:12:21.753Z Compiling cookie_store v0.21.0
14582025-01-09T01:12:22.290Z Compiling elliptic-curve v0.13.8
14592025-01-09T01:12:22.901Z Compiling toml_edit v0.19.15
14602025-01-09T01:12:23.135Z Compiling zerocopy v0.6.6
14612025-01-09T01:12:23.156Z Compiling hickory-resolver v0.24.1
14622025-01-09T01:12:23.850Z Compiling phf v0.11.2
14632025-01-09T01:12:24.060Z Compiling hyper-tls v0.6.0
14642025-01-09T01:12:24.153Z Compiling signal-hook-mio v0.2.4
14652025-01-09T01:12:24.330Z Compiling rayon v1.10.0
14662025-01-09T01:12:24.354Z Compiling bzip2 v0.4.4
14672025-01-09T01:12:24.776Z Compiling postgres-types v0.2.8
14682025-01-09T01:12:26.406Z Compiling tokio-tungstenite v0.24.0
14692025-01-09T01:12:27.603Z Compiling ed25519 v2.2.3
14702025-01-09T01:12:28.407Z Compiling phf_shared v0.10.0
14712025-01-09T01:12:28.832Z Compiling tokio-stream v0.1.16
14722025-01-09T01:12:29.081Z Compiling pkcs1 v0.7.5
14732025-01-09T01:12:29.315Z Compiling serde-big-array v0.5.1
14742025-01-09T01:12:29.534Z Compiling clap_derive v4.5.18
14752025-01-09T01:12:29.573Z Compiling rfc6979 v0.4.0
14762025-01-09T01:12:29.786Z Compiling serde_repr v0.1.19
14772025-01-09T01:12:29.936Z Compiling derive-where v1.2.7
14782025-01-09T01:12:30.125Z Compiling float-cmp v0.9.0
14792025-01-09T01:12:30.180Z Compiling bstr v1.10.0
14802025-01-09T01:12:30.348Z Compiling sync_wrapper v1.0.1
14812025-01-09T01:12:30.508Z Compiling number_prefix v0.4.0
14822025-01-09T01:12:30.730Z Compiling unicode-segmentation v1.12.0
14832025-01-09T01:12:31.013Z Compiling difflib v0.4.0
14842025-01-09T01:12:31.125Z Compiling static_assertions v1.1.0
14852025-01-09T01:12:31.260Z Compiling whoami v1.5.2
14862025-01-09T01:12:31.693Z Compiling unicode-width v0.2.0
14872025-01-09T01:12:31.922Z Compiling bit-vec v0.6.3
14882025-01-09T01:12:32.107Z Compiling new_debug_unreachable v1.0.6
14892025-01-09T01:12:32.215Z Compiling fixedbitset v0.4.2
14902025-01-09T01:12:32.235Z Compiling normalize-line-endings v0.3.0
14912025-01-09T01:12:32.370Z Compiling predicates-core v1.0.8
14922025-01-09T01:12:32.411Z Compiling precomputed-hash v0.1.1
14932025-01-09T01:12:32.543Z Compiling string_cache v0.8.7
14942025-01-09T01:12:32.685Z Compiling predicates v3.1.2
14952025-01-09T01:12:32.712Z Compiling petgraph v0.6.5
14962025-01-09T01:12:32.754Z Compiling bit-set v0.5.3
14972025-01-09T01:12:33.030Z Compiling indicatif v0.17.9
14982025-01-09T01:12:33.059Z Compiling tokio-postgres v0.7.12
14992025-01-09T01:12:33.654Z Compiling similar v2.6.0
15002025-01-09T01:12:34.561Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15012025-01-09T01:12:34.944Z Compiling clap v4.5.21
15022025-01-09T01:12:35.083Z Compiling ecdsa v0.16.9
15032025-01-09T01:12:35.427Z Compiling rsa v0.9.6
15042025-01-09T01:12:35.994Z Compiling ed25519-dalek v2.1.1
15052025-01-09T01:12:36.203Z Compiling toml v0.7.8
15062025-01-09T01:12:36.937Z Compiling zip v0.6.6
15072025-01-09T01:12:37.417Z Compiling crossterm v0.28.1
15082025-01-09T01:12:39.118Z Compiling hex v0.4.3
15092025-01-09T01:12:39.206Z Compiling x509-cert v0.2.5
15102025-01-09T01:12:39.357Z Compiling itertools v0.10.5
15112025-01-09T01:12:39.436Z Compiling lalrpop-util v0.19.12
15122025-01-09T01:12:39.757Z Compiling peg-runtime v0.8.3
15132025-01-09T01:12:39.822Z Compiling unicode-xid v0.2.6
15142025-01-09T01:12:40.041Z Compiling strum_macros v0.26.4
15152025-01-09T01:12:40.406Z Compiling xattr v1.3.1
15162025-01-09T01:12:40.686Z Compiling filetime v0.2.25
15172025-01-09T01:12:41.022Z Compiling tar v0.4.42
15182025-01-09T01:12:45.466Z Compiling strum v0.26.3
15192025-01-09T01:12:48.244Z Compiling aws-lc-sys v0.22.0
15202025-01-09T01:13:17.267Z Compiling rustls-webpki v0.102.8
15212025-01-09T01:13:20.775Z Compiling tokio-rustls v0.25.0
15222025-01-09T01:13:22.516Z Compiling tokio-rustls v0.26.0
15232025-01-09T01:13:22.947Z Compiling hyper-rustls v0.27.3
15242025-01-09T01:13:23.281Z Compiling reqwest v0.12.9
15252025-01-09T01:13:24.366Z Compiling qorb v0.2.1
15262025-01-09T01:13:29.474Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15272025-01-09T01:13:29.716Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15282025-01-09T01:13:35.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
15292025-01-09T01:13:35.847Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15302025-01-09T01:13:35.898ZJan 09 01:13:35.125 INFO Starting download, target: Cockroach
15312025-01-09T01:13:35.898ZJan 09 01:13:35.126 INFO Starting download, target: Clickhouse
15322025-01-09T01:13:35.902ZJan 09 01:13:35.126 INFO Starting download, target: DendriteOpenapi
15332025-01-09T01:13:35.902ZJan 09 01:13:35.126 INFO Starting download, target: Console
15342025-01-09T01:13:35.902ZJan 09 01:13:35.126 INFO Starting download, target: DendriteStub
15352025-01-09T01:13:35.903ZJan 09 01:13:35.126 INFO Starting download, target: MaghemiteMgd
15362025-01-09T01:13:35.903ZJan 09 01:13:35.126 INFO Starting download, target: TransceiverControl
15372025-01-09T01:13:35.903ZJan 09 01:13:35.127 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15382025-01-09T01:13:35.903ZJan 09 01:13:35.127 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15392025-01-09T01:13:35.903ZJan 09 01:13:35.127 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15402025-01-09T01:13:35.903ZJan 09 01:13:35.127 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15412025-01-09T01:13:35.903ZJan 09 01:13:35.127 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15422025-01-09T01:13:35.903ZJan 09 01:13:35.127 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15432025-01-09T01:13:35.903ZJan 09 01:13:35.127 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15442025-01-09T01:13:36.137ZJan 09 01:13:35.365 INFO Download complete, target: DendriteOpenapi
15452025-01-09T01:13:36.416ZJan 09 01:13:35.637 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15462025-01-09T01:13:36.453ZJan 09 01:13:35.658 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15472025-01-09T01:13:36.760ZJan 09 01:13:35.986 INFO Download complete, target: Console
15482025-01-09T01:13:36.919ZJan 09 01:13:36.136 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15492025-01-09T01:13:37.115ZJan 09 01:13:36.328 INFO Download complete, target: TransceiverControl
15502025-01-09T01:13:37.128ZJan 09 01:13:36.358 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15512025-01-09T01:13:37.787ZJan 09 01:13:37.018 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15522025-01-09T01:13:37.787ZJan 09 01:13:37.018 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15532025-01-09T01:13:37.971ZJan 09 01:13:37.203 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15542025-01-09T01:13:39.741ZJan 09 01:13:38.972 INFO Download complete, target: DendriteStub
15552025-01-09T01:13:40.047ZJan 09 01:13:39.274 INFO Download complete, target: MaghemiteMgd
15562025-01-09T01:13:46.227ZJan 09 01:13:44.331 INFO Checking that binary works, target: Cockroach
15572025-01-09T01:13:46.261ZJan 09 01:13:44.596 INFO Download complete, target: Cockroach
15582025-01-09T01:13:50.257ZJan 09 01:13:49.488 INFO Checking that binary works, target: Clickhouse
15592025-01-09T01:13:50.387ZJan 09 01:13:49.618 INFO Download complete, target: Clickhouse
15602025-01-09T01:13:50.394ZAll prerequisites installed successfully
15612025-01-09T01:13:50.397Z
15622025-01-09T01:13:50.397Zreal 5:15.933286817
15632025-01-09T01:13:50.397Zuser 17:01.821837635
15642025-01-09T01:13:50.397Zsys 3:20.218745270
15652025-01-09T01:13:50.397Ztrap 0.607548385
15662025-01-09T01:13:50.397Ztflt 1.836241904
15672025-01-09T01:13:50.397Zdflt 2.047898902
15682025-01-09T01:13:50.397Zkflt 0.022470154
15692025-01-09T01:13:50.397Zlock 32:03.783589514
15702025-01-09T01:13:50.397Zslp 1:03:57.142184888
15712025-01-09T01:13:50.397Zlat 59.764310084
15722025-01-09T01:13:50.397Zstop 2:30.304365395
15732025-01-09T01:13:50.397Z+ ptime -m cargo xtask download softnpu
15742025-01-09T01:13:50.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15752025-01-09T01:13:50.988Z Running `target/debug/xtask download softnpu`
15762025-01-09T01:13:51.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
15772025-01-09T01:13:51.942Z Running `target/debug/xtask-downloader softnpu`
15782025-01-09T01:13:51.979ZJan 09 01:13:51.210 INFO Starting download, target: Softnpu
15792025-01-09T01:13:51.982ZJan 09 01:13:51.211 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15802025-01-09T01:13:52.913ZJan 09 01:13:52.143 INFO Download complete, target: Softnpu
15812025-01-09T01:13:52.916Z
15822025-01-09T01:13:52.919Zreal 2.514849952
15832025-01-09T01:13:52.919Zuser 1.342449340
15842025-01-09T01:13:52.919Zsys 0.579693761
15852025-01-09T01:13:52.919Ztrap 0.000850988
15862025-01-09T01:13:52.919Ztflt 0.000002189
15872025-01-09T01:13:52.919Zdflt 0.000018670
15882025-01-09T01:13:52.919Zkflt 0.000000000
15892025-01-09T01:13:52.919Zlock 9.830105784
15902025-01-09T01:13:52.919Zslp 0.760070197
15912025-01-09T01:13:52.919Zlat 0.067869573
15922025-01-09T01:13:52.919Zstop 0.000173379
15932025-01-09T01:13:52.919Z+ export CARGO_INCREMENTAL=0
15942025-01-09T01:13:52.919Z+ CARGO_INCREMENTAL=0
15952025-01-09T01:13:52.919Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
15962025-01-09T01:13:53.885Z Compiling proc-macro2 v1.0.89
15972025-01-09T01:13:53.885Z Compiling unicode-ident v1.0.13
15982025-01-09T01:13:53.885Z Compiling libc v0.2.162
15992025-01-09T01:13:53.887Z Compiling serde v1.0.215
16002025-01-09T01:13:53.887Z Compiling autocfg v1.4.0
16012025-01-09T01:13:53.887Z Compiling version_check v0.9.5
16022025-01-09T01:13:53.888Z Compiling cfg-if v1.0.0
16032025-01-09T01:13:54.170Z Compiling memchr v2.7.4
16042025-01-09T01:13:54.191Z Compiling typenum v1.17.0
16052025-01-09T01:13:54.220Z Compiling shlex v1.3.0
16062025-01-09T01:13:54.641Z Compiling value-bag v1.9.0
16072025-01-09T01:13:54.756Z Compiling generic-array v0.14.7
16082025-01-09T01:13:54.955Z Compiling lock_api v0.4.12
16092025-01-09T01:13:55.045Z Compiling scopeguard v1.2.0
16102025-01-09T01:13:55.084Z Compiling log v0.4.22
16112025-01-09T01:13:55.218Z Compiling parking_lot_core v0.9.10
16122025-01-09T01:13:55.629Z Compiling serde_json v1.0.133
16132025-01-09T01:13:55.648Z Compiling once_cell v1.20.2
16142025-01-09T01:13:55.898Z Compiling quote v1.0.37
16152025-01-09T01:13:55.924Z Compiling libm v0.2.8
16162025-01-09T01:13:55.942Z Compiling rustix v0.38.37
16172025-01-09T01:13:56.069Z Compiling jobserver v0.1.32
16182025-01-09T01:13:56.243Z Compiling getrandom v0.2.15
16192025-01-09T01:13:56.383Z Compiling syn v2.0.87
16202025-01-09T01:13:56.577Z Compiling cc v1.1.30
16212025-01-09T01:13:56.599Z Compiling num-traits v0.2.19
16222025-01-09T01:13:56.619Z Compiling thiserror v1.0.69
16232025-01-09T01:13:56.638Z Compiling aho-corasick v1.1.3
16242025-01-09T01:13:56.640Z Compiling regex-syntax v0.8.5
16252025-01-09T01:13:56.828Z Compiling either v1.13.0
16262025-01-09T01:13:56.892Z Compiling itoa v1.0.11
16272025-01-09T01:13:57.100Z Compiling spin v0.9.8
16282025-01-09T01:13:57.346Z Compiling slab v0.4.9
16292025-01-09T01:13:57.528Z Compiling byteorder v1.5.0
16302025-01-09T01:13:57.781Z Compiling errno v0.3.9
16312025-01-09T01:13:57.994Z Compiling rand_core v0.6.4
16322025-01-09T01:13:58.166Z Compiling lazy_static v1.5.0
16332025-01-09T01:13:58.286Z Compiling glob v0.3.1
16342025-01-09T01:13:58.826Z Compiling prettyplease v0.2.25
16352025-01-09T01:13:59.060Z Compiling clang-sys v1.8.1
16362025-01-09T01:13:59.253Z Compiling minimal-lexical v0.2.1
16372025-01-09T01:13:59.639Z Compiling libloading v0.8.5
16382025-01-09T01:13:59.736Z Compiling nom v7.1.3
16392025-01-09T01:13:59.759Z Compiling subtle v2.6.1
16402025-01-09T01:14:00.039Z Compiling allocator-api2 v0.2.18
16412025-01-09T01:14:00.116Z Compiling bindgen v0.69.5
16422025-01-09T01:14:00.228Z Compiling home v0.5.9
16432025-01-09T01:14:00.456Z Compiling regex-automata v0.4.8
16442025-01-09T01:14:00.808Z Compiling itertools v0.12.1
16452025-01-09T01:14:01.041Z Compiling semver v1.0.23
16462025-01-09T01:14:01.098Z Compiling rustc-hash v1.1.0
16472025-01-09T01:14:01.262Z Compiling smallvec v1.13.2
16482025-01-09T01:14:01.496Z Compiling lazycell v1.3.0
16492025-01-09T01:14:01.777Z Compiling cmake v0.1.51
16502025-01-09T01:14:02.726Z Compiling fs_extra v1.3.0
16512025-01-09T01:14:02.794Z Compiling dunce v1.0.5
16522025-01-09T01:14:03.210Z Compiling pkg-config v0.3.31
16532025-01-09T01:14:03.288Z Compiling ryu v1.0.18
16542025-01-09T01:14:03.585Z Compiling cexpr v0.6.0
16552025-01-09T01:14:03.669Z Compiling ring v0.17.8
16562025-01-09T01:14:03.730Z Compiling pin-project-lite v0.2.14
16572025-01-09T01:14:03.899Z Compiling const-oid v0.9.6
16582025-01-09T01:14:04.111Z Compiling schemars v0.8.21
16592025-01-09T01:14:04.450Z Compiling synstructure v0.13.1
16602025-01-09T01:14:05.189Z Compiling paste v1.0.15
16612025-01-09T01:14:05.214Z Compiling fnv v1.0.7
16622025-01-09T01:14:05.352Z Compiling serde_derive_internals v0.29.1
16632025-01-09T01:14:05.790Z Compiling equivalent v1.0.1
16642025-01-09T01:14:05.892Z Compiling foldhash v0.1.3
16652025-01-09T01:14:05.912Z Compiling httparse v1.9.5
16662025-01-09T01:14:06.190Z Compiling regex v1.11.1
16672025-01-09T01:14:06.511Z Compiling aws-lc-rs v1.10.0
16682025-01-09T01:14:06.561Z Compiling hashbrown v0.15.1
16692025-01-09T01:14:07.248Z Compiling heck v0.5.0
16702025-01-09T01:14:07.656Z Compiling signal-hook-registry v1.4.2
16712025-01-09T01:14:07.969Z Compiling parking_lot v0.12.3
16722025-01-09T01:14:08.030Z Compiling mio v1.0.2
16732025-01-09T01:14:09.674Z Compiling crossbeam-utils v0.8.20
16742025-01-09T01:14:09.946Z Compiling serde_derive v1.0.215
16752025-01-09T01:14:10.010Z Compiling zeroize_derive v1.4.2
16762025-01-09T01:14:10.066Z Compiling zerocopy-derive v0.7.35
16772025-01-09T01:14:10.231Z Compiling thiserror-impl v1.0.69
16782025-01-09T01:14:10.770Z Compiling tokio-macros v2.4.0
16792025-01-09T01:14:11.132Z Compiling zerofrom-derive v0.1.4
16802025-01-09T01:14:11.419Z Compiling yoke-derive v0.7.4
16812025-01-09T01:14:11.499Z Compiling zeroize v1.8.1
16822025-01-09T01:14:12.030Z Compiling futures-macro v0.3.31
16832025-01-09T01:14:12.107Z Compiling zerovec-derive v0.10.3
16842025-01-09T01:14:12.231Z Compiling zerocopy v0.7.35
16852025-01-09T01:14:13.184Z Compiling displaydoc v0.2.5
16862025-01-09T01:14:13.875Z Compiling crypto-common v0.1.6
16872025-01-09T01:14:14.067Z Compiling tracing-attributes v0.1.27
16882025-01-09T01:14:14.085Z Compiling schemars_derive v0.8.21
16892025-01-09T01:14:14.104Z Compiling icu_provider_macros v1.5.0
16902025-01-09T01:14:14.543Z Compiling block-buffer v0.10.4
16912025-01-09T01:14:14.654Z Compiling stable_deref_trait v1.2.0
16922025-01-09T01:14:14.777Z Compiling digest v0.10.7
16932025-01-09T01:14:14.799Z Compiling der_derive v0.7.3
16942025-01-09T01:14:15.261Z Compiling socket2 v0.5.7
16952025-01-09T01:14:15.443Z Compiling futures-core v0.3.31
16962025-01-09T01:14:15.532Z Compiling time-core v0.1.2
16972025-01-09T01:14:15.735Z Compiling num-conv v0.1.0
16982025-01-09T01:14:16.052Z Compiling time-macros v0.2.18
16992025-01-09T01:14:17.018Z Compiling vcpkg v0.2.15
17002025-01-09T01:14:17.689Z Compiling syn v1.0.109
17012025-01-09T01:14:18.491Z Compiling cpufeatures v0.2.14
17022025-01-09T01:14:18.669Z Compiling openssl-sys v0.9.103
17032025-01-09T01:14:18.812Z Compiling futures-sink v0.3.31
17042025-01-09T01:14:19.082Z Compiling slog v2.7.0
17052025-01-09T01:14:19.332Z Compiling ahash v0.8.11
17062025-01-09T01:14:19.626Z Compiling iana-time-zone v0.1.61
17072025-01-09T01:14:19.648Z Compiling zerofrom v0.1.4
17082025-01-09T01:14:19.940Z Compiling scroll_derive v0.12.0
17092025-01-09T01:14:20.041Z Compiling ucd-trie v0.1.7
17102025-01-09T01:14:20.098Z Compiling yoke v0.7.4
17112025-01-09T01:14:20.386Z Compiling pest v2.7.14
17122025-01-09T01:14:20.492Z Compiling futures-channel v0.3.31
17132025-01-09T01:14:20.917Z Compiling hmac v0.12.1
17142025-01-09T01:14:21.137Z Compiling pin-utils v0.1.0
17152025-01-09T01:14:21.245Z Compiling futures-task v0.3.31
17162025-01-09T01:14:21.382Z Compiling openssl v0.10.66
17172025-01-09T01:14:21.682Z Compiling futures-io v0.3.31
17182025-01-09T01:14:22.030Z Compiling futures-util v0.3.31
17192025-01-09T01:14:22.080Z Compiling zerovec v0.10.4
17202025-01-09T01:14:22.231Z Compiling block-padding v0.3.3
17212025-01-09T01:14:22.614Z Compiling tinyvec_macros v0.1.1
17222025-01-09T01:14:22.713Z Compiling tinyvec v1.8.0
17232025-01-09T01:14:23.256Z Compiling pest_meta v2.7.14
17242025-01-09T01:14:23.808Z Compiling bitflags v2.6.0
17252025-01-09T01:14:24.244Z Compiling bytes v1.8.0
17262025-01-09T01:14:26.260Z Compiling indexmap v2.6.0
17272025-01-09T01:14:27.415Z Compiling tokio v1.40.0
17282025-01-09T01:14:27.803Z Compiling serde_tokenstream v0.2.2
17292025-01-09T01:14:28.240Z Compiling which v4.4.2
17302025-01-09T01:14:28.376Z Compiling uuid v1.11.0
17312025-01-09T01:14:28.993Z Compiling http v1.1.0
17322025-01-09T01:14:29.367Z Compiling chrono v0.4.38
17332025-01-09T01:14:29.682Z Compiling rustc_version v0.4.1
17342025-01-09T01:14:32.971Z Compiling pest_generator v2.7.14
17352025-01-09T01:14:33.119Z Compiling serde_spanned v0.6.8
17362025-01-09T01:14:33.348Z Compiling toml_datetime v0.6.8
17372025-01-09T01:14:33.823Z Compiling inout v0.1.3
17382025-01-09T01:14:34.828Z Compiling openssl-macros v0.1.1
17392025-01-09T01:14:35.077Z Compiling strsim v0.11.1
17402025-01-09T01:14:35.560Z Compiling dyn-clone v1.0.17
17412025-01-09T01:14:35.785Z Compiling rustls v0.23.19
17422025-01-09T01:14:35.825Z Compiling native-tls v0.2.12
17432025-01-09T01:14:36.435Z Compiling pest_derive v2.7.14
17442025-01-09T01:14:37.154Z Compiling cipher v0.4.4
17452025-01-09T01:14:37.214Z Compiling unicode-normalization v0.1.24
17462025-01-09T01:14:37.635Z Compiling tinystr v0.7.6
17472025-01-09T01:14:37.857Z Compiling sha2 v0.10.8
17482025-01-09T01:14:37.937Z Compiling tracing-core v0.1.32
17492025-01-09T01:14:38.080Z Compiling usdt-impl v0.5.0
17502025-01-09T01:14:38.312Z Compiling base64ct v1.6.0
17512025-01-09T01:14:38.416Z Compiling litemap v0.7.3
17522025-01-09T01:14:38.653Z Compiling writeable v0.5.5
17532025-01-09T01:14:38.832Z Compiling unicode-bidi v0.3.17
17542025-01-09T01:14:39.076Z Compiling icu_locid v1.5.0
17552025-01-09T01:14:40.090Z Compiling tracing v0.1.40
17562025-01-09T01:14:40.353Z Compiling pem-rfc7468 v0.7.0
17572025-01-09T01:14:41.135Z Compiling scroll v0.12.0
17582025-01-09T01:14:41.379Z Compiling ppv-lite86 v0.2.20
17592025-01-09T01:14:41.496Z Compiling async-trait v0.1.83
17602025-01-09T01:14:42.326Z Compiling cookie v0.18.1
17612025-01-09T01:14:42.677Z Compiling camino v1.1.9
17622025-01-09T01:14:42.896Z Compiling aws-lc-sys v0.22.0
17632025-01-09T01:14:43.213Z Compiling flagset v0.4.6
17642025-01-09T01:14:43.452Z Compiling plain v0.2.3
17652025-01-09T01:14:43.847Z Compiling anyhow v1.0.93
17662025-01-09T01:14:44.410Z Compiling goblin v0.8.2
17672025-01-09T01:14:46.704Z Compiling der v0.7.9
17682025-01-09T01:14:47.941Z Compiling rand_chacha v0.3.1
17692025-01-09T01:14:49.593Z Compiling icu_provider v1.5.0
17702025-01-09T01:14:50.682Z Compiling rustls-pki-types v1.10.0
17712025-01-09T01:14:51.408Z Compiling percent-encoding v2.3.1
17722025-01-09T01:14:51.702Z Compiling rustls v0.22.4
17732025-01-09T01:14:51.982Z Compiling icu_locid_transform_data v1.5.0
17742025-01-09T01:14:52.097Z Compiling rayon-core v1.12.1
17752025-01-09T01:14:52.211Z Compiling pretty-hex v0.4.1
17762025-01-09T01:14:52.370Z Compiling dof v0.3.0
17772025-01-09T01:14:52.419Z Compiling icu_locid_transform v1.5.0
17782025-01-09T01:14:53.600Z Compiling spki v0.7.3
17792025-01-09T01:14:53.931Z Compiling rand v0.8.5
17802025-01-09T01:14:54.301Z Compiling salsa20 v0.10.2
17812025-01-09T01:14:54.400Z Compiling dtrace-parser v0.2.0
17822025-01-09T01:14:54.527Z Compiling tokio-util v0.7.12
17832025-01-09T01:14:54.702Z Compiling icu_collections v1.5.0
17842025-01-09T01:14:55.588Z Compiling pbkdf2 v0.12.2
17852025-01-09T01:14:55.960Z Compiling thread-id v4.2.2
17862025-01-09T01:14:56.090Z Compiling icu_properties_data v1.5.0
17872025-01-09T01:14:56.163Z Compiling untrusted v0.7.1
17882025-01-09T01:14:56.197Z Compiling mirai-annotations v1.12.0
17892025-01-09T01:14:56.367Z Compiling untrusted v0.9.0
17902025-01-09T01:14:56.390Z Compiling powerfmt v0.2.0
17912025-01-09T01:14:56.544Z Compiling winnow v0.5.40
17922025-01-09T01:14:56.813Z Compiling deranged v0.3.11
17932025-01-09T01:14:58.901Z Compiling icu_properties v1.5.1
17942025-01-09T01:15:00.642Z Compiling toml_edit v0.19.15
17952025-01-09T01:15:02.291Z Compiling scrypt v0.11.0
17962025-01-09T01:15:02.379Z Compiling cbc v0.1.2
17972025-01-09T01:15:02.516Z Compiling aes v0.8.4
17982025-01-09T01:15:03.718Z Compiling multer v3.1.0
17992025-01-09T01:15:03.958Z Compiling num_threads v0.1.7
18002025-01-09T01:15:04.013Z Compiling utf8_iter v1.0.4
18012025-01-09T01:15:04.096Z Compiling rustversion v1.0.17
18022025-01-09T01:15:04.402Z Compiling atomic-waker v1.1.2
18032025-01-09T01:15:04.574Z Compiling icu_normalizer_data v1.5.0
18042025-01-09T01:15:04.596Z Compiling utf16_iter v1.0.5
18052025-01-09T01:15:04.691Z Compiling write16 v1.0.0
18062025-01-09T01:15:04.798Z Compiling slog-async v2.8.0
18072025-01-09T01:15:05.120Z Compiling time v0.3.36
18082025-01-09T01:15:05.262Z Compiling icu_normalizer v1.5.0
18092025-01-09T01:15:06.049Z Compiling pkcs5 v0.7.1
18102025-01-09T01:15:07.526Z Compiling form_urlencoded v1.2.1
18112025-01-09T01:15:08.019Z Compiling http-body v1.0.1
18122025-01-09T01:15:08.281Z Compiling heapless v0.7.17
18132025-01-09T01:15:08.434Z Compiling bzip2-sys v0.1.11+1.0.8
18142025-01-09T01:15:09.127Z Compiling signal-hook v0.3.17
18152025-01-09T01:15:09.400Z Compiling try-lock v0.2.5
18162025-01-09T01:15:09.722Z Compiling want v0.3.1
18172025-01-09T01:15:11.295Z Compiling pkcs8 v0.10.2
18182025-01-09T01:15:11.584Z Compiling idna_adapter v1.2.0
18192025-01-09T01:15:11.991Z Compiling h2 v0.4.6
18202025-01-09T01:15:13.065Z Compiling usdt-macro v0.5.0
18212025-01-09T01:15:14.424Z Compiling usdt-attr-macro v0.5.0
18222025-01-09T01:15:14.921Z Compiling async-stream-impl v0.3.6
18232025-01-09T01:15:15.162Z Compiling httpdate v1.0.3
18242025-01-09T01:15:15.933Z Compiling adler2 v2.0.0
18252025-01-09T01:15:16.233Z Compiling miniz_oxide v0.8.0
18262025-01-09T01:15:17.091Z Compiling idna v1.0.3
18272025-01-09T01:15:18.827Z Compiling curve25519-dalek v4.1.3
18282025-01-09T01:15:19.228Z Compiling hyper v1.5.0
18292025-01-09T01:15:19.472Z Compiling openapiv3 v2.0.0
18302025-01-09T01:15:21.921Z Compiling enum-as-inner v0.6.1
18312025-01-09T01:15:23.076Z Compiling dropshot v0.12.0
18322025-01-09T01:15:23.364Z Compiling tower-service v0.3.3
18332025-01-09T01:15:23.503Z Compiling base64 v0.22.1
18342025-01-09T01:15:23.669Z Compiling match_cfg v0.1.0
18352025-01-09T01:15:23.803Z Compiling smoltcp v0.9.1
18362025-01-09T01:15:23.842Z Compiling num-bigint-dig v0.8.4
18372025-01-09T01:15:24.127Z Compiling foreign-types-shared v0.1.1
18382025-01-09T01:15:24.247Z Compiling newtype-uuid v1.1.3
18392025-01-09T01:15:24.406Z Compiling portable-atomic v1.9.0
18402025-01-09T01:15:24.481Z Compiling foreign-types v0.3.2
18412025-01-09T01:15:24.530Z Compiling hostname v0.3.1
18422025-01-09T01:15:24.584Z Compiling hyper-util v0.1.10
18432025-01-09T01:15:30.871Z Compiling url v2.5.3
18442025-01-09T01:15:32.636Z Compiling dirs-sys-next v0.1.2
18452025-01-09T01:15:32.699Z Compiling heck v0.4.1
18462025-01-09T01:15:32.825Z Compiling ident_case v1.0.1
18472025-01-09T01:15:32.959Z Compiling siphasher v0.3.11
18482025-01-09T01:15:33.122Z Compiling data-encoding v2.6.0
18492025-01-09T01:15:33.125Z Compiling gimli v0.31.1
18502025-01-09T01:15:33.262Z Compiling darling_core v0.20.10
18512025-01-09T01:15:33.323Z Compiling dirs-next v2.0.0
18522025-01-09T01:15:36.416Z Compiling http-body-util v0.1.2
18532025-01-09T01:15:39.546Z Compiling addr2line v0.24.2
18542025-01-09T01:15:40.153Z Compiling crossbeam-epoch v0.9.18
18552025-01-09T01:15:40.356Z Compiling hubpack_derive v0.1.1
18562025-01-09T01:15:40.381Z Compiling dropshot_endpoint v0.12.0
18572025-01-09T01:15:40.575Z Compiling sha1 v0.10.6
18582025-01-09T01:15:40.874Z Compiling signature v2.2.0
18592025-01-09T01:15:40.975Z Compiling zerocopy-derive v0.6.6
18602025-01-09T01:15:41.113Z Compiling curve25519-dalek-derive v0.1.1
18612025-01-09T01:15:41.273Z Compiling object v0.36.5
18622025-01-09T01:15:42.515Z Compiling thread_local v1.1.8
18632025-01-09T01:15:42.899Z Compiling fs-err v2.11.0
18642025-01-09T01:15:42.996Z Compiling encoding_rs v0.8.34
18652025-01-09T01:15:44.522Z Compiling ipnet v2.10.1
18662025-01-09T01:15:45.675Z Compiling winnow v0.6.20
18672025-01-09T01:15:46.637Z Compiling anstyle v1.0.10
18682025-01-09T01:15:47.102Z Compiling utf8parse v0.2.2
18692025-01-09T01:15:49.588Z Compiling mime v0.3.17
18702025-01-09T01:15:50.783Z Compiling unicode-properties v0.1.3
18712025-01-09T01:15:51.285Z Compiling openssl-probe v0.1.5
18722025-01-09T01:15:51.600Z Compiling rustc-demangle v0.1.24
18732025-01-09T01:15:52.589Z Compiling backtrace v0.3.74
18742025-01-09T01:15:54.675Z Compiling stringprep v0.1.5
18752025-01-09T01:15:54.781Z Compiling toml_edit v0.22.22
18762025-01-09T01:15:56.639Z Compiling anstyle-parse v0.2.5
18772025-01-09T01:15:58.535Z Compiling rustls-webpki v0.102.8
18782025-01-09T01:15:58.946Z Compiling crossbeam-deque v0.8.5
18792025-01-09T01:16:03.893Z Compiling darling_macro v0.20.10
18802025-01-09T01:16:05.426Z Compiling term v0.7.0
18812025-01-09T01:16:06.670Z Compiling slog-json v2.6.1
18822025-01-09T01:16:08.432Z Compiling serde_urlencoded v0.7.1
18832025-01-09T01:16:09.039Z Compiling crossbeam-channel v0.5.13
18842025-01-09T01:16:09.128Z Compiling rustls-pemfile v2.2.0
18852025-01-09T01:16:09.531Z Compiling hashbrown v0.14.5
18862025-01-09T01:16:10.161Z Compiling idna v0.4.0
18872025-01-09T01:16:10.181Z Compiling idna v0.3.0
18882025-01-09T01:16:10.932Z Compiling futures-executor v0.3.31
18892025-01-09T01:16:11.661Z Compiling num-integer v0.1.46
18902025-01-09T01:16:11.896Z Compiling md-5 v0.10.6
18912025-01-09T01:16:12.145Z Compiling ff v0.13.0
18922025-01-09T01:16:12.167Z Compiling hash32 v0.2.1
18932025-01-09T01:16:12.389Z Compiling memmap v0.7.0
18942025-01-09T01:16:12.406Z Compiling is-terminal v0.4.13
18952025-01-09T01:16:12.548Z Compiling colorchoice v1.0.2
18962025-01-09T01:16:12.707Z Compiling utf-8 v0.7.6
18972025-01-09T01:16:13.516Z Compiling anstyle-query v1.1.1
18982025-01-09T01:16:13.679Z Compiling quick-error v1.2.3
18992025-01-09T01:16:14.652Z Compiling is_terminal_polyfill v1.70.1
19002025-01-09T01:16:14.780Z Compiling base16ct v0.2.0
19012025-01-09T01:16:14.798Z Compiling psl-types v2.0.11
19022025-01-09T01:16:15.027Z Compiling linked-hash-map v0.5.6
19032025-01-09T01:16:15.091Z Compiling take_mut v0.2.2
19042025-01-09T01:16:15.267Z Compiling fallible-iterator v0.2.0
19052025-01-09T01:16:15.745Z Compiling lru-cache v0.1.2
19062025-01-09T01:16:15.961Z Compiling postgres-protocol v0.6.7
19072025-01-09T01:16:16.007Z Compiling publicsuffix v2.2.3
19082025-01-09T01:16:16.288Z Compiling sec1 v0.7.3
19092025-01-09T01:16:16.895Z Compiling anstream v0.6.15
19102025-01-09T01:16:16.974Z Compiling resolv-conf v0.7.0
19112025-01-09T01:16:17.589Z Compiling tungstenite v0.24.0
19122025-01-09T01:16:17.716Z Compiling usdt v0.5.0
19132025-01-09T01:16:18.204Z Compiling slog-term v2.9.1
19142025-01-09T01:16:19.313Z Compiling group v0.13.0
19152025-01-09T01:16:19.472Z Compiling num-iter v0.1.45
19162025-01-09T01:16:19.616Z Compiling futures v0.3.31
19172025-01-09T01:16:19.640Z Compiling hickory-proto v0.24.1
19182025-01-09T01:16:19.667Z Compiling regress v0.10.1
19192025-01-09T01:16:23.359Z Compiling tokio-rustls v0.26.0
19202025-01-09T01:16:23.626Z Compiling slog-bunyan v2.5.0
19212025-01-09T01:16:23.830Z Compiling darling v0.20.10
19222025-01-09T01:16:23.864Z Compiling tokio-rustls v0.25.0
19232025-01-09T01:16:24.309Z Compiling toml v0.8.19
19242025-01-09T01:16:24.344Z Compiling tokio-native-tls v0.3.1
19252025-01-09T01:16:24.488Z Compiling phf_shared v0.11.2
19262025-01-09T01:16:24.638Z Compiling strum_macros v0.25.3
19272025-01-09T01:16:25.110Z Compiling async-stream v0.3.6
19282025-01-09T01:16:25.176Z Compiling waitgroup v0.1.2
19292025-01-09T01:16:25.387Z Compiling webpki-roots v0.26.6
19302025-01-09T01:16:25.970Z Compiling idna v0.5.0
19312025-01-09T01:16:26.024Z Compiling terminal_size v0.4.0
19322025-01-09T01:16:26.257Z Compiling serde_path_to_error v0.1.16
19332025-01-09T01:16:27.141Z Compiling hkdf v0.12.4
19342025-01-09T01:16:27.306Z Compiling crypto-bigint v0.5.5
19352025-01-09T01:16:27.396Z Compiling serde_repr v0.1.19
19362025-01-09T01:16:27.447Z Compiling derive-where v1.2.7
19372025-01-09T01:16:28.345Z Compiling clap_derive v4.5.18
19382025-01-09T01:16:28.474Z Compiling hostname v0.4.0
19392025-01-09T01:16:28.707Z Compiling crc32fast v1.4.2
19402025-01-09T01:16:28.900Z Compiling debug-ignore v1.0.5
19412025-01-09T01:16:29.043Z Compiling managed v0.8.0
19422025-01-09T01:16:29.244Z Compiling bitflags v1.3.2
19432025-01-09T01:16:29.396Z Compiling unicode-width v0.1.14
19442025-01-09T01:16:29.596Z Compiling clap_lex v0.7.2
19452025-01-09T01:16:30.803Z Compiling elliptic-curve v0.13.8
19462025-01-09T01:16:31.106Z Compiling clap_builder v4.5.21
19472025-01-09T01:16:31.133Z Compiling console v0.15.8
19482025-01-09T01:16:33.818Z Compiling flate2 v1.0.34
19492025-01-09T01:16:33.821Z Compiling cookie_store v0.21.0
19502025-01-09T01:16:38.225Z Compiling hyper-rustls v0.27.3
19512025-01-09T01:16:38.687Z Compiling hickory-resolver v0.24.1
19522025-01-09T01:16:39.941Z Compiling phf v0.11.2
19532025-01-09T01:16:40.283Z Compiling hyper-tls v0.6.0
19542025-01-09T01:16:40.685Z Compiling signal-hook-mio v0.2.4
19552025-01-09T01:16:40.856Z Compiling bzip2 v0.4.4
19562025-01-09T01:16:40.935Z Compiling typify-impl v0.2.0
19572025-01-09T01:16:41.254Z Compiling rayon v1.10.0
19582025-01-09T01:16:41.558Z Compiling tokio-tungstenite v0.24.0
19592025-01-09T01:16:41.945Z Compiling postgres-types v0.2.8
19602025-01-09T01:16:42.143Z Compiling zerocopy v0.6.6
19612025-01-09T01:16:42.208Z Compiling hubpack v0.1.2
19622025-01-09T01:16:42.664Z Compiling ed25519 v2.2.3
19632025-01-09T01:16:43.040Z Compiling phf_shared v0.10.0
19642025-01-09T01:16:43.168Z Compiling pkcs1 v0.7.5
19652025-01-09T01:16:43.438Z Compiling tokio-stream v0.1.16
19662025-01-09T01:16:44.523Z Compiling ipnetwork v0.20.0
19672025-01-09T01:16:44.692Z Compiling serde-big-array v0.5.1
19682025-01-09T01:16:44.961Z Compiling rfc6979 v0.4.0
19692025-01-09T01:16:45.170Z Compiling float-cmp v0.9.0
19702025-01-09T01:16:45.402Z Compiling sync_wrapper v1.0.1
19712025-01-09T01:16:45.571Z Compiling bstr v1.10.0
19722025-01-09T01:16:47.295Z Compiling number_prefix v0.4.0
19732025-01-09T01:16:47.522Z Compiling static_assertions v1.1.0
19742025-01-09T01:16:47.542Z Compiling predicates-core v1.0.8
19752025-01-09T01:16:47.635Z Compiling normalize-line-endings v0.3.0
19762025-01-09T01:16:47.778Z Compiling new_debug_unreachable v1.0.6
19772025-01-09T01:16:47.865Z Compiling whoami v1.5.2
19782025-01-09T01:16:47.883Z Compiling unicode-width v0.2.0
19792025-01-09T01:16:48.427Z Compiling bit-vec v0.6.3
19802025-01-09T01:16:48.445Z Compiling precomputed-hash v0.1.1
19812025-01-09T01:16:48.463Z Compiling unicode-segmentation v1.12.0
19822025-01-09T01:16:48.574Z Compiling fixedbitset v0.4.2
19832025-01-09T01:16:48.953Z Compiling difflib v0.4.0
19842025-01-09T01:16:49.002Z Compiling petgraph v0.6.5
19852025-01-09T01:16:49.331Z Compiling similar v2.6.0
19862025-01-09T01:16:49.415Z Compiling predicates v3.1.2
19872025-01-09T01:16:50.920Z Compiling bit-set v0.5.3
19882025-01-09T01:16:50.982Z Compiling string_cache v0.8.7
19892025-01-09T01:16:51.251Z Compiling indicatif v0.17.9
19902025-01-09T01:16:51.443Z Compiling tokio-postgres v0.7.12
19912025-01-09T01:16:51.475Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19922025-01-09T01:16:53.273Z Compiling reqwest v0.12.9
19932025-01-09T01:16:53.423Z Compiling typify-macro v0.2.0
19942025-01-09T01:16:56.676Z Compiling ecdsa v0.16.9
19952025-01-09T01:16:57.185Z Compiling qorb v0.2.1
19962025-01-09T01:16:57.574Z Compiling rsa v0.9.6
19972025-01-09T01:16:57.945Z Compiling ed25519-dalek v2.1.1
19982025-01-09T01:16:58.442Z Compiling zip v0.6.6
19992025-01-09T01:16:58.505Z Compiling crossterm v0.28.1
20002025-01-09T01:16:58.822Z Compiling clap v4.5.21
20012025-01-09T01:16:59.698Z Compiling toml v0.7.8
20022025-01-09T01:17:00.987Z Compiling x509-cert v0.2.5
20032025-01-09T01:17:01.884Z Compiling hex v0.4.3
20042025-01-09T01:17:02.597Z Compiling itertools v0.10.5
20052025-01-09T01:17:02.909Z Compiling unicode-xid v0.2.6
20062025-01-09T01:17:03.084Z Compiling zerocopy v0.8.10
20072025-01-09T01:17:03.676Z Compiling lalrpop-util v0.19.12
20082025-01-09T01:17:03.843Z Compiling peg-runtime v0.8.3
20092025-01-09T01:17:05.578Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20102025-01-09T01:17:10.021Z Compiling proc-macro-crate v1.3.1
20112025-01-09T01:17:10.137Z Compiling macaddr v1.0.1
20122025-01-09T01:17:10.807Z Compiling zerocopy-derive v0.8.10
20132025-01-09T01:17:10.881Z Compiling itertools v0.13.0
20142025-01-09T01:17:12.275Z Compiling heapless v0.8.0
20152025-01-09T01:17:14.449Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20162025-01-09T01:17:18.610Z Compiling num_enum_derive v0.5.11
20172025-01-09T01:17:27.497Z Compiling hash32 v0.3.1
20182025-01-09T01:17:28.054Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20192025-01-09T01:17:28.803Z Compiling smoltcp v0.11.0
20202025-01-09T01:17:34.088Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20212025-01-09T01:17:34.350Z Compiling num_enum v0.5.11
20222025-01-09T01:17:35.107Z Compiling typify v0.2.0
20232025-01-09T01:17:35.126Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20242025-01-09T01:17:36.176Z Compiling proc-macro-error-attr v1.0.4
20252025-01-09T01:17:36.630Z Compiling cobs v0.2.3
20262025-01-09T01:17:37.874Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20272025-01-09T01:17:38.165Z Compiling unsafe-libyaml v0.2.11
20282025-01-09T01:17:39.057Z Compiling postcard v1.0.10
20292025-01-09T01:17:40.013Z Compiling serde_yaml v0.9.34+deprecated
20302025-01-09T01:17:55.149Z Compiling progenitor-impl v0.8.0
20312025-01-09T01:17:56.044Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20322025-01-09T01:18:06.476Z Compiling strum_macros v0.26.4
20332025-01-09T01:18:07.761Z Compiling foreign-types-macros v0.2.3
20342025-01-09T01:18:07.984Z Compiling structmeta-derive v0.3.0
20352025-01-09T01:18:08.201Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20362025-01-09T01:18:08.378Z Compiling proc-macro-error v1.0.4
20372025-01-09T01:18:08.930Z Compiling foreign-types-shared v0.3.1
20382025-01-09T01:18:09.055Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20392025-01-09T01:18:10.583Z Compiling structmeta v0.3.0
20402025-01-09T01:18:11.015Z Compiling strum v0.26.3
20412025-01-09T01:18:16.188Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20422025-01-09T01:18:17.846Z Compiling foreign-types v0.5.0
20432025-01-09T01:18:20.495Z Compiling progenitor-macro v0.8.0
20442025-01-09T01:18:25.002Z Compiling progenitor-client v0.8.0
20452025-01-09T01:18:25.305Z Compiling tabwriter v1.4.0
20462025-01-09T01:18:26.067Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20472025-01-09T01:18:27.338Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20482025-01-09T01:18:28.165Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20492025-01-09T01:18:29.014Z Compiling cstr-argument v0.1.2
20502025-01-09T01:18:29.303Z Compiling dropshot v0.13.0
20512025-01-09T01:18:29.536Z Compiling fastrand v2.1.1
20522025-01-09T01:18:29.620Z Compiling thiserror v2.0.3
20532025-01-09T01:18:30.207Z Compiling crucible-workspace-hack v0.1.0
20542025-01-09T01:18:30.504Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20552025-01-09T01:18:30.813Z Compiling pretty-hex v0.2.1
20562025-01-09T01:18:31.044Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20572025-01-09T01:18:31.461Z Compiling tempfile v3.13.0
20582025-01-09T01:18:31.738Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20592025-01-09T01:18:32.243Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20602025-01-09T01:18:32.451Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20612025-01-09T01:18:33.123Z Compiling parse-display-derive v0.10.0
20622025-01-09T01:18:33.433Z Compiling colored v2.1.0
20632025-01-09T01:18:33.453Z Compiling progenitor v0.8.0
20642025-01-09T01:18:33.749Z Compiling serde_with_macros v3.11.0
20652025-01-09T01:18:34.243Z Compiling dropshot_endpoint v0.13.0
20662025-01-09T01:18:34.691Z Compiling thiserror-impl v2.0.3
20672025-01-09T01:18:36.437Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20682025-01-09T01:18:36.504Z Compiling instant v0.1.13
20692025-01-09T01:18:36.703Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20702025-01-09T01:18:37.129Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20712025-01-09T01:18:37.149Z Compiling parse-display v0.10.0
20722025-01-09T01:18:37.174Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20732025-01-09T01:18:37.204Z Compiling backoff v0.4.0
20742025-01-09T01:18:37.400Z Compiling serde_with v3.11.0
20752025-01-09T01:18:38.009Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20762025-01-09T01:18:39.137Z Compiling zone_cfg_derive v0.3.0
20772025-01-09T01:18:40.211Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20782025-01-09T01:18:40.550Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20792025-01-09T01:18:40.934Z Compiling camino-tempfile v1.1.1
20802025-01-09T01:18:41.421Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20812025-01-09T01:18:41.688Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20822025-01-09T01:18:41.902Z Compiling regress v0.9.1
20832025-01-09T01:18:41.921Z Compiling num-derive v0.4.2
20842025-01-09T01:18:41.940Z Compiling sigpipe v0.1.3
20852025-01-09T01:18:42.089Z Compiling libefi-sys v0.1.0
20862025-01-09T01:18:42.386Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20872025-01-09T01:18:42.743Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20882025-01-09T01:18:44.294Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
20892025-01-09T01:18:45.933Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20902025-01-09T01:18:46.171Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20912025-01-09T01:18:46.509Z Compiling zone v0.3.0
20922025-01-09T01:18:47.660Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20932025-01-09T01:18:50.672Z Compiling smf v0.2.3
20942025-01-09T01:18:51.952Z Compiling bitfield-struct v0.6.2
20952025-01-09T01:18:52.004Z Compiling blake3 v1.5.4
20962025-01-09T01:18:52.683Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20972025-01-09T01:18:53.437Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20982025-01-09T01:18:53.850Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20992025-01-09T01:18:53.870Z Compiling xattr v1.3.1
21002025-01-09T01:18:54.082Z Compiling memmap2 v0.9.5
21012025-01-09T01:18:54.102Z Compiling filetime v0.2.25
21022025-01-09T01:18:54.213Z Compiling constant_time_eq v0.3.1
21032025-01-09T01:18:54.411Z Compiling arrayvec v0.7.6
21042025-01-09T01:18:54.453Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21052025-01-09T01:18:54.603Z Compiling same-file v1.0.6
21062025-01-09T01:18:54.648Z Compiling arrayref v0.3.9
21072025-01-09T01:18:54.768Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21082025-01-09T01:18:54.910Z Compiling walkdir v2.5.0
21092025-01-09T01:18:55.008Z Compiling tar v0.4.42
21102025-01-09T01:18:56.627Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21112025-01-09T01:18:57.062Z Compiling gethostname v0.5.0
21122025-01-09T01:18:57.261Z Compiling cargo-platform v0.1.8
21132025-01-09T01:18:57.280Z Compiling topological-sort v0.2.2
21142025-01-09T01:18:57.531Z Compiling omicron-zone-package v0.12.0
21152025-01-09T01:18:57.570Z Compiling shell-words v1.1.0
21162025-01-09T01:18:57.590Z Compiling indent_write v2.2.0
21172025-01-09T01:18:57.842Z Compiling cargo_metadata v0.18.1
21182025-01-09T01:19:05.421Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21192025-01-09T01:19:06.497Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21202025-01-09T01:19:10.613Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21212025-01-09T01:19:28.772Z Finished `release` profile [optimized] target(s) in 5m 35s
21222025-01-09T01:19:28.936Z Running `target/release/omicron-package -t test target create -p dev`
21232025-01-09T01:19:28.986ZLogging to: /work/oxidecomputer/omicron/out/LOG
21242025-01-09T01:19:28.989ZCreated new build target 'test' and set it as active
21252025-01-09T01:19:28.989Z
21262025-01-09T01:19:28.989Zreal 5:36.057615582
21272025-01-09T01:19:28.989Zuser 37:57.196664410
21282025-01-09T01:19:28.989Zsys 5:01.406247622
21292025-01-09T01:19:28.989Ztrap 1.164817662
21302025-01-09T01:19:28.989Ztflt 3.045378623
21312025-01-09T01:19:28.989Zdflt 0.888133198
21322025-01-09T01:19:28.989Zkflt 0.003215414
21332025-01-09T01:19:28.989Zlock 1:19:56.090289834
21342025-01-09T01:19:28.989Zslp 2:38:15.594123123
21352025-01-09T01:19:28.989Zlat 2:35.542725474
21362025-01-09T01:19:28.989Zstop 4:34.134291526
21372025-01-09T01:19:28.991Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21382025-01-09T01:19:29.985Z Finished `release` profile [optimized] target(s) in 0.94s
21392025-01-09T01:19:30.049Z Running `target/release/omicron-package -t test package`
21402025-01-09T01:19:30.096ZLogging to: /work/oxidecomputer/omicron/out/LOG
21412025-01-09T01:19:31.241Z Compiling convert_case v0.4.0
21422025-01-09T01:19:31.241Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21432025-01-09T01:19:31.244Z Compiling newline-converter v0.3.0
21442025-01-09T01:19:31.244Z Compiling password-hash v0.5.0
21452025-01-09T01:19:31.244Z Compiling blake2 v0.10.6
21462025-01-09T01:19:31.244Z Compiling base64 v0.21.7
21472025-01-09T01:19:31.244Z Compiling atomicwrites v0.4.4
21482025-01-09T01:19:31.389Z Compiling progenitor-client v0.8.0
21492025-01-09T01:19:31.704Z Compiling expectorate v1.1.0
21502025-01-09T01:19:31.869Z Compiling cancel-safe-futures v0.1.5
21512025-01-09T01:19:31.906Z Compiling owo-colors v4.1.0
21522025-01-09T01:19:31.909Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21532025-01-09T01:19:32.009Z Compiling argon2 v0.5.3
21542025-01-09T01:19:32.030Z Compiling derive_more v0.99.18
21552025-01-09T01:19:32.237Z Compiling progenitor v0.8.0
21562025-01-09T01:19:32.257Z Compiling num-rational v0.4.2
21572025-01-09T01:19:32.504Z Compiling num-complex v0.4.6
21582025-01-09T01:19:32.644Z Compiling libsw v3.3.1
21592025-01-09T01:19:32.997Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21602025-01-09T01:19:33.257Z Compiling swrite v0.1.0
21612025-01-09T01:19:33.410Z Compiling linear-map v1.2.0
21622025-01-09T01:19:33.574Z Compiling float-ord v0.3.2
21632025-01-09T01:19:33.596Z Compiling num v0.4.3
21642025-01-09T01:19:33.714Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21652025-01-09T01:19:33.745Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21662025-01-09T01:19:33.835Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21672025-01-09T01:19:33.855Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21682025-01-09T01:19:34.513Z Compiling highway v1.2.0
21692025-01-09T01:19:34.774Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21702025-01-09T01:19:35.501Z Compiling semver v0.1.20
21712025-01-09T01:19:36.033Z Compiling rustc_version v0.1.7
21722025-01-09T01:19:36.084Z Compiling tungstenite v0.21.0
21732025-01-09T01:19:36.481Z Compiling newtype_derive v0.1.6
21742025-01-09T01:19:36.815Z Compiling ipnetwork v0.20.0
21752025-01-09T01:19:37.634Z Compiling tokio-tungstenite v0.21.0
21762025-01-09T01:19:38.280Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21772025-01-09T01:19:38.771Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21782025-01-09T01:19:41.326Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21792025-01-09T01:19:41.939Z Compiling humantime v2.1.0
21802025-01-09T01:19:42.189Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21812025-01-09T01:19:42.840Z Compiling dropshot v0.13.0
21822025-01-09T01:19:42.926Z Compiling instant v0.1.13
21832025-01-09T01:19:43.091Z Compiling backoff v0.4.0
21842025-01-09T01:19:43.200Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21852025-01-09T01:19:43.368Z Compiling steno v0.4.1
21862025-01-09T01:19:43.464Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21872025-01-09T01:19:43.659Z Compiling parse-display v0.10.0
21882025-01-09T01:19:44.271Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21892025-01-09T01:19:44.478Z Compiling serde_with v3.11.0
21902025-01-09T01:19:48.596Z Compiling strum v0.26.3
21912025-01-09T01:19:48.805Z Compiling regress v0.9.1
21922025-01-09T01:19:48.808Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21932025-01-09T01:19:51.602Z Compiling macaddr v1.0.1
21942025-01-09T01:19:51.870Z Compiling slog-dtrace v0.3.0
21952025-01-09T01:19:52.021Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21962025-01-09T01:19:52.286Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
21972025-01-09T01:19:53.823Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21982025-01-09T01:19:53.846Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
21992025-01-09T01:19:54.071Z Compiling prettyplease v0.2.25
22002025-01-09T01:19:54.480Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22012025-01-09T01:19:55.062Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22022025-01-09T01:19:55.568Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22032025-01-09T01:19:58.283Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22042025-01-09T01:19:59.123Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22052025-01-09T01:20:06.063Z Compiling half v2.4.1
22062025-01-09T01:20:06.785Z Compiling ciborium-io v0.2.2
22072025-01-09T01:20:10.194Z Compiling ciborium-ll v0.2.2
22082025-01-09T01:20:10.608Z Compiling ciborium v0.2.2
22092025-01-09T01:20:10.739Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22102025-01-09T01:20:13.426Z Compiling fastrand v2.1.1
22112025-01-09T01:20:13.541Z Compiling same-file v1.0.6
22122025-01-09T01:20:13.783Z Compiling display-error-chain v0.2.2
22132025-01-09T01:20:13.955Z Compiling tempfile v3.13.0
22142025-01-09T01:20:14.019Z Compiling walkdir v2.5.0
22152025-01-09T01:20:14.565Z Compiling blake3 v1.5.4
22162025-01-09T01:20:14.687Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22172025-01-09T01:20:14.780Z Compiling xattr v1.3.1
22182025-01-09T01:20:15.080Z Compiling filetime v0.2.25
22192025-01-09T01:20:15.205Z Compiling memmap2 v0.9.5
22202025-01-09T01:20:15.411Z Compiling constant_time_eq v0.3.1
22212025-01-09T01:20:15.570Z Compiling arrayref v0.3.9
22222025-01-09T01:20:15.654Z Compiling keccak v0.1.5
22232025-01-09T01:20:15.682Z Compiling arrayvec v0.7.6
22242025-01-09T01:20:16.424Z Compiling sha3 v0.10.8
22252025-01-09T01:20:16.476Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22262025-01-09T01:20:16.699Z Compiling tar v0.4.42
22272025-01-09T01:20:17.040Z Compiling camino-tempfile v1.1.1
22282025-01-09T01:20:17.262Z Compiling toolchain_find v0.4.0
22292025-01-09T01:20:17.323Z Compiling const_format_proc_macros v0.2.33
22302025-01-09T01:20:17.484Z Compiling topological-sort v0.2.2
22312025-01-09T01:20:17.727Z Compiling crunchy v0.2.2
22322025-01-09T01:20:17.854Z Compiling radium v0.7.0
22332025-01-09T01:20:18.196Z Compiling maplit v1.0.2
22342025-01-09T01:20:18.274Z Compiling omicron-zone-package v0.12.0
22352025-01-09T01:20:18.322Z Compiling rustfmt-wrapper v0.2.1
22362025-01-09T01:20:18.339Z Compiling tap v1.0.1
22372025-01-09T01:20:18.534Z Compiling maybe-uninit v2.0.0
22382025-01-09T01:20:18.668Z Compiling tiny-keccak v2.0.2
22392025-01-09T01:20:18.892Z Compiling wyz v0.5.1
22402025-01-09T01:20:19.156Z Compiling const_format v0.2.33
22412025-01-09T01:20:19.202Z Compiling dsl_auto_type v0.1.2
22422025-01-09T01:20:19.358Z Compiling phf_generator v0.11.2
22432025-01-09T01:20:19.560Z Compiling scheduled-thread-pool v0.2.7
22442025-01-09T01:20:19.563Z Compiling secrecy v0.8.0
22452025-01-09T01:20:19.862Z Compiling async-recursion v1.1.1
22462025-01-09T01:20:20.440Z Compiling diesel_table_macro_syntax v0.2.0
22472025-01-09T01:20:20.598Z Compiling packed_struct v0.10.1
22482025-01-09T01:20:20.826Z Compiling funty v2.0.0
22492025-01-09T01:20:20.855Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22502025-01-09T01:20:21.037Z Compiling crc-catalog v2.4.0
22512025-01-09T01:20:21.150Z Compiling arc-swap v1.7.1
22522025-01-09T01:20:21.190Z Compiling crc v3.2.1
22532025-01-09T01:20:21.379Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22542025-01-09T01:20:21.438Z Compiling diesel_derives v2.2.3
22552025-01-09T01:20:21.850Z Compiling slog-scope v4.4.0
22562025-01-09T01:20:21.908Z Compiling bitvec v1.0.1
22572025-01-09T01:20:22.702Z Compiling r2d2 v0.8.10
22582025-01-09T01:20:23.131Z Compiling phf_codegen v0.11.2
22592025-01-09T01:20:23.357Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22602025-01-09T01:20:23.384Z Compiling ascii-canvas v3.0.0
22612025-01-09T01:20:23.621Z Compiling universal-hash v0.5.1
22622025-01-09T01:20:23.871Z Compiling packed_struct_codegen v0.10.1
22632025-01-09T01:20:23.902Z Compiling thiserror-impl-no-std v2.0.2
22642025-01-09T01:20:24.062Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22652025-01-09T01:20:26.424Z Compiling parse-zoneinfo v0.3.1
22662025-01-09T01:20:26.578Z Compiling ena v0.14.3
22672025-01-09T01:20:26.755Z Compiling indexmap v1.9.3
22682025-01-09T01:20:27.043Z Compiling opaque-debug v0.3.1
22692025-01-09T01:20:27.087Z Compiling diff v0.1.13
22702025-01-09T01:20:27.169Z Compiling nodrop v0.1.14
22712025-01-09T01:20:27.322Z Compiling regex-syntax v0.6.29
22722025-01-09T01:20:27.636Z Compiling array-init v0.0.4
22732025-01-09T01:20:27.997Z Compiling poly1305 v0.8.0
22742025-01-09T01:20:28.966Z Compiling chrono-tz-build v0.4.0
22752025-01-09T01:20:29.588Z Compiling thiserror-no-std v2.0.2
22762025-01-09T01:20:30.189Z Compiling smallvec v0.6.14
22772025-01-09T01:20:30.726Z Compiling slog-stdlog v4.1.1
22782025-01-09T01:20:31.565Z Compiling lalrpop v0.19.12
22792025-01-09T01:20:33.232Z Compiling diesel v2.2.6
22802025-01-09T01:20:33.432Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22812025-01-09T01:20:34.112Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22822025-01-09T01:20:34.410Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22832025-01-09T01:20:34.527Z Compiling chacha20 v0.9.1
22842025-01-09T01:20:34.648Z Compiling aead v0.5.2
22852025-01-09T01:20:34.992Z Compiling vte_generate_state_changes v0.1.2
22862025-01-09T01:20:34.995Z Compiling ref-cast v1.0.23
22872025-01-09T01:20:35.468Z Compiling bitfield v0.14.0
22882025-01-09T01:20:35.651Z Compiling hashbrown v0.12.3
22892025-01-09T01:20:35.785Z Compiling termcolor v1.4.1
22902025-01-09T01:20:36.860Z Compiling env_logger v0.10.2
22912025-01-09T01:20:38.281Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22922025-01-09T01:20:40.018Z Compiling vte v0.11.1
22932025-01-09T01:20:41.568Z Compiling chacha20poly1305 v0.10.1
22942025-01-09T01:20:41.862Z Compiling slog-envlogger v2.2.0
22952025-01-09T01:20:44.732Z Compiling serde-hex v0.1.0
22962025-01-09T01:20:50.030Z Compiling chrono-tz v0.10.0
22972025-01-09T01:20:50.693Z Compiling vsss-rs v3.3.4
22982025-01-09T01:20:55.261Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22992025-01-09T01:20:55.614Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23002025-01-09T01:20:55.909Z Compiling ron v0.8.1
23012025-01-09T01:20:57.758Z Compiling derive_builder_core v0.20.2
23022025-01-09T01:20:58.605Z Compiling polar-core v0.27.3
23032025-01-09T01:20:59.931Z Compiling hashbrown v0.13.2
23042025-01-09T01:21:00.049Z Compiling headers-core v0.3.0
23052025-01-09T01:21:00.249Z Compiling fxhash v0.2.1
23062025-01-09T01:21:00.511Z Compiling libxml v0.3.3
23072025-01-09T01:21:00.881Z Compiling ref-cast-impl v1.0.23
23082025-01-09T01:21:01.425Z Compiling bytecount v0.6.8
23092025-01-09T01:21:01.775Z Compiling bumpalo v3.16.0
23102025-01-09T01:21:02.005Z Compiling simd-adler32 v0.3.7
23112025-01-09T01:21:02.025Z Compiling crc-any v2.5.0
23122025-01-09T01:21:02.404Z Compiling zip v2.1.3
23132025-01-09T01:21:02.750Z Compiling lockfree-object-pool v0.1.6
23142025-01-09T01:21:03.022Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23152025-01-09T01:21:03.081Z Compiling zopfli v0.8.1
23162025-01-09T01:21:03.402Z Compiling papergrid v0.11.0
23172025-01-09T01:21:07.380Z Compiling object v0.30.4
23182025-01-09T01:21:12.489Z Compiling headers v0.4.0
23192025-01-09T01:21:13.428Z Compiling derive_builder_macro v0.20.2
23202025-01-09T01:21:16.229Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23212025-01-09T01:21:18.547Z Compiling strip-ansi-escapes v0.2.0
23222025-01-09T01:21:18.753Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23232025-01-09T01:21:19.252Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23242025-01-09T01:21:19.540Z Compiling tabled_derive v0.7.0
23252025-01-09T01:21:20.689Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23262025-01-09T01:21:21.746Z Compiling fd-lock v4.0.2
23272025-01-09T01:21:21.830Z Compiling peg-macros v0.8.4
23282025-01-09T01:21:21.921Z Compiling strum_macros v0.24.3
23292025-01-09T01:21:21.987Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23302025-01-09T01:21:23.096Z Compiling kstat-rs v0.2.4
23312025-01-09T01:21:24.089Z Compiling samael v0.0.17
23322025-01-09T01:21:25.226Z Compiling unicase v2.7.0
23332025-01-09T01:21:25.394Z Compiling indoc v1.0.9
23342025-01-09T01:21:25.409Z Compiling nu-ansi-term v0.50.1
23352025-01-09T01:21:25.539Z Compiling path-slash v0.1.5
23362025-01-09T01:21:25.598Z Compiling peg v0.8.4
23372025-01-09T01:21:25.727Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23382025-01-09T01:21:25.773Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23392025-01-09T01:21:26.615Z Compiling reedline v0.35.0
23402025-01-09T01:21:29.598Z Compiling tabled v0.15.0
23412025-01-09T01:21:32.132Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23422025-01-09T01:21:41.692Z Compiling derive_builder v0.20.2
23432025-01-09T01:21:46.408Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23442025-01-09T01:21:47.059Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23452025-01-09T01:21:50.360Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23462025-01-09T01:21:50.442Z Compiling pem v3.0.4
23472025-01-09T01:21:50.675Z Compiling bcs v0.1.6
23482025-01-09T01:21:51.399Z Compiling oso-derive v0.27.3
23492025-01-09T01:21:51.598Z Compiling impl-trait-for-tuples v0.2.2
23502025-01-09T01:21:51.938Z Compiling libz-sys v1.1.20
23512025-01-09T01:21:52.425Z Compiling quick-xml v0.33.0
23522025-01-09T01:21:52.641Z Compiling diesel-dtrace v0.4.2
23532025-01-09T01:21:52.954Z Compiling parking_lot_core v0.8.6
23542025-01-09T01:21:58.429Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23552025-01-09T01:21:58.649Z Compiling oso v0.27.3
23562025-01-09T01:22:00.100Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23572025-01-09T01:22:05.760Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23582025-01-09T01:22:08.929Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23592025-01-09T01:22:09.247Z Compiling bb8 v0.8.5
23602025-01-09T01:22:09.902Z Compiling buf-list v1.0.3
23612025-01-09T01:22:10.573Z Compiling async-bb8-diesel v0.2.1
23622025-01-09T01:22:13.024Z Compiling nibble_vec v0.1.0
23632025-01-09T01:22:13.286Z Compiling libgit2-sys v0.17.0+1.8.1
23642025-01-09T01:22:14.074Z Compiling pin-project-internal v1.1.6
23652025-01-09T01:22:16.497Z Compiling atty v0.2.14
23662025-01-09T01:22:16.701Z Compiling salty v0.3.0
23672025-01-09T01:22:17.011Z Compiling endian-type v0.1.2
23682025-01-09T01:22:17.164Z Compiling pin-project v1.1.6
23692025-01-09T01:22:17.278Z Compiling radix_trie v0.2.1
23702025-01-09T01:22:18.642Z Compiling parking_lot v0.11.2
23712025-01-09T01:22:21.784Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23722025-01-09T01:22:28.258Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23732025-01-09T01:22:33.214Z Compiling snafu-derive v0.8.5
23742025-01-09T01:22:36.917Z Compiling sled v0.34.7
23752025-01-09T01:22:37.996Z Compiling snafu v0.8.5
23762025-01-09T01:22:39.252Z Compiling mime_guess v2.0.5
23772025-01-09T01:22:40.347Z Compiling hickory-client v0.24.1
23782025-01-09T01:22:46.156Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23792025-01-09T01:22:48.024Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23802025-01-09T01:22:48.355Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23812025-01-09T01:22:48.453Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23822025-01-09T01:22:49.405Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23832025-01-09T01:22:50.867Z Compiling globset v0.4.15
23842025-01-09T01:22:53.884Z Compiling hickory-server v0.24.1
23852025-01-09T01:22:57.493Z Compiling primeorder v0.13.6
23862025-01-09T01:22:58.115Z Compiling olpc-cjson v0.1.4
23872025-01-09T01:22:58.477Z Compiling vergen v8.3.2
23882025-01-09T01:22:58.496Z Compiling castaway v0.2.3
23892025-01-09T01:22:58.671Z Compiling env_filter v0.1.2
23902025-01-09T01:22:58.785Z Compiling serde_plain v1.0.2
23912025-01-09T01:22:59.317Z Compiling cargo-platform v0.1.8
23922025-01-09T01:22:59.865Z Compiling nanorand v0.7.0
23932025-01-09T01:23:00.187Z Compiling memoffset v0.9.1
23942025-01-09T01:23:00.525Z Compiling typed-path v0.9.3
23952025-01-09T01:23:00.752Z Compiling flume v0.11.1
23962025-01-09T01:23:01.562Z Compiling cargo_metadata v0.18.1
23972025-01-09T01:23:04.728Z Compiling tough v0.19.0
23982025-01-09T01:23:05.947Z Compiling env_logger v0.11.5
23992025-01-09T01:23:07.458Z Compiling compact_str v0.8.0
24002025-01-09T01:23:08.029Z Compiling p384 v0.13.0
24012025-01-09T01:23:08.786Z Compiling git2 v0.19.0
24022025-01-09T01:23:09.065Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24032025-01-09T01:23:10.078Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24042025-01-09T01:23:12.164Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24052025-01-09T01:23:18.352Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24062025-01-09T01:23:20.156Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24072025-01-09T01:23:20.328Z Compiling unicode-truncate v1.1.0
24082025-01-09T01:23:20.667Z Compiling lru v0.12.5
24092025-01-09T01:23:21.057Z Compiling rand_seeder v0.3.0
24102025-01-09T01:23:21.479Z Compiling libsqlite3-sys v0.30.1
24112025-01-09T01:23:22.001Z Compiling lzma-sys v0.1.20
24122025-01-09T01:23:22.709Z Compiling instability v0.3.2
24132025-01-09T01:23:23.786Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24142025-01-09T01:23:24.048Z Compiling parse-size v1.1.0
24152025-01-09T01:23:24.120Z Compiling cassowary v0.3.0
24162025-01-09T01:23:24.391Z Compiling http-range v0.1.5
24172025-01-09T01:23:25.007Z Compiling rustls v0.21.12
24182025-01-09T01:23:25.499Z Compiling cfg_aliases v0.2.1
24192025-01-09T01:23:25.649Z Compiling nix v0.29.0
24202025-01-09T01:23:26.627Z Compiling ratatui v0.28.1
24212025-01-09T01:23:27.314Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24222025-01-09T01:23:28.071Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24232025-01-09T01:23:30.146Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24242025-01-09T01:23:35.337Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24252025-01-09T01:23:36.085Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24262025-01-09T01:23:36.841Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24272025-01-09T01:23:36.945Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24282025-01-09T01:23:37.148Z Compiling sct v0.7.1
24292025-01-09T01:23:37.628Z Compiling rustls-webpki v0.101.7
24302025-01-09T01:23:40.376Z Compiling heck v0.3.3
24312025-01-09T01:23:40.716Z Compiling csv-core v0.1.11
24322025-01-09T01:23:40.783Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24332025-01-09T01:23:41.113Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24342025-01-09T01:23:41.443Z Compiling glob v0.3.1
24352025-01-09T01:23:41.670Z Compiling csv v1.3.0
24362025-01-09T01:23:41.734Z Compiling zone_cfg_derive v0.1.2
24372025-01-09T01:23:43.262Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24382025-01-09T01:23:43.824Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24392025-01-09T01:23:46.032Z Compiling nix v0.27.1
24402025-01-09T01:23:49.200Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24412025-01-09T01:23:50.700Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24422025-01-09T01:23:53.031Z Compiling hyper-staticfile v0.10.1
24432025-01-09T01:23:55.490Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24442025-01-09T01:23:56.927Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24452025-01-09T01:23:57.599Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24462025-01-09T01:23:58.204Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24472025-01-09T01:24:02.020Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24482025-01-09T01:24:02.099Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24492025-01-09T01:24:02.374Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24502025-01-09T01:24:02.407Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24512025-01-09T01:24:02.691Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24522025-01-09T01:24:03.964Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24532025-01-09T01:24:04.633Z Compiling hashlink v0.9.1
24542025-01-09T01:24:05.541Z Compiling tungstenite v0.23.0
24552025-01-09T01:24:05.794Z Compiling base64 v0.13.1
24562025-01-09T01:24:05.953Z Compiling fallible-streaming-iterator v0.1.9
24572025-01-09T01:24:06.256Z Compiling fallible-iterator v0.3.0
24582025-01-09T01:24:06.534Z Compiling ron v0.7.1
24592025-01-09T01:24:07.076Z Compiling rusqlite v0.32.1
24602025-01-09T01:24:09.922Z Compiling tokio-tungstenite v0.23.1
24612025-01-09T01:24:10.609Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24622025-01-09T01:24:11.365Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24632025-01-09T01:24:11.983Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24642025-01-09T01:24:12.448Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24652025-01-09T01:24:13.168Z Compiling xz2 v0.1.7
24662025-01-09T01:24:13.919Z Compiling tokio-rustls v0.24.1
24672025-01-09T01:24:14.394Z Compiling zone v0.1.8
24682025-01-09T01:24:16.674Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24692025-01-09T01:24:17.858Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24702025-01-09T01:24:24.696Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24712025-01-09T01:24:31.274Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24722025-01-09T01:24:31.383Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24732025-01-09T01:24:32.211Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24742025-01-09T01:24:34.819Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24752025-01-09T01:24:35.190Z Compiling rustls-pemfile v1.0.4
24762025-01-09T01:24:36.031Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24772025-01-09T01:24:38.734Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24782025-01-09T01:24:38.934Z Compiling signal-hook-tokio v0.3.1
24792025-01-09T01:24:39.166Z Compiling twox-hash v1.6.3
24802025-01-09T01:24:40.205Z Compiling yasna v0.5.2
24812025-01-09T01:24:40.952Z Compiling is_ci v1.2.0
24822025-01-09T01:24:40.972Z Compiling unicode-linebreak v0.1.5
24832025-01-09T01:24:41.278Z Compiling smawk v0.3.2
24842025-01-09T01:24:41.540Z Compiling textwrap v0.16.1
24852025-01-09T01:24:41.576Z Compiling rcgen v0.12.1
24862025-01-09T01:24:43.767Z Compiling supports-color v3.0.1
24872025-01-09T01:24:45.203Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24882025-01-09T01:24:51.233Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24892025-01-09T01:24:52.055Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
24902025-01-09T01:24:55.280Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24912025-01-09T01:25:05.562Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24922025-01-09T01:25:13.885Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24932025-01-09T01:25:14.859Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24942025-01-09T01:25:18.772Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24952025-01-09T01:25:19.431Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24962025-01-09T01:25:28.305Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24972025-01-09T01:25:28.624Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24982025-01-09T01:25:31.626Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24992025-01-09T01:25:35.578Z Compiling fatfs v0.3.6
25002025-01-09T01:25:38.462Z Compiling rtoolbox v0.0.2
25012025-01-09T01:25:38.912Z Compiling subprocess v0.2.9
25022025-01-09T01:25:39.048Z Compiling assert_matches v1.5.0
25032025-01-09T01:25:42.428Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25042025-01-09T01:25:43.713Z Compiling rpassword v7.3.1
25052025-01-09T01:25:44.211Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25062025-01-09T01:25:49.215Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25072025-01-09T01:25:50.300Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25082025-01-09T01:25:52.758Z Compiling tui-tree-widget v0.22.0
25092025-01-09T01:25:53.266Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25102025-01-09T01:25:56.518Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25112025-01-09T01:25:56.848Z Compiling uzers v0.12.1
25122025-01-09T01:26:00.107Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25132025-01-09T01:26:07.121Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25142025-01-09T01:26:09.222Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25152025-01-09T01:26:33.383Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25162025-01-09T01:26:40.543Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25172025-01-09T01:26:44.365Z Compiling multimap v0.10.0
25182025-01-09T01:29:08.193Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25192025-01-09T01:29:20.362Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25202025-01-09T01:36:03.050Z Finished `release` profile [optimized] target(s) in 16m 32s
25212025-01-09T01:37:08.516Z
25222025-01-09T01:37:08.516Zreal 17:39.482117295
25232025-01-09T01:37:08.516Zuser 2:00:49.241381688
25242025-01-09T01:37:08.516Zsys 6:03.926195846
25252025-01-09T01:37:08.516Ztrap 3.152485439
25262025-01-09T01:37:08.519Ztflt 3.037144178
25272025-01-09T01:37:08.519Zdflt 4.413761456
25282025-01-09T01:37:08.519Zkflt 0.000743242
25292025-01-09T01:37:08.519Zlock 7:26:29.025569619
25302025-01-09T01:37:08.519Zslp 6:27:49.642021199
25312025-01-09T01:37:08.519Zlat 2:58.633778675
25322025-01-09T01:37:08.519Zstop 2:33.244301597
25332025-01-09T01:37:08.519Z+ mapfile -t packages
25342025-01-09T01:37:08.519Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25352025-01-09T01:37:09.558Z Finished `release` profile [optimized] target(s) in 0.99s
25362025-01-09T01:37:09.622Z Running `target/release/omicron-package -t test list-outputs`
25372025-01-09T01:37:09.668ZLogging to: /work/oxidecomputer/omicron/out/LOG
25382025-01-09T01:37:09.670Z+ ptime -m cargo build --locked --release -p xtask
25392025-01-09T01:37:10.264Z Compiling serde v1.0.215
25402025-01-09T01:37:10.267Z Compiling rustix v0.38.37
25412025-01-09T01:37:10.267Z Compiling libc v0.2.162
25422025-01-09T01:37:10.267Z Compiling serde_json v1.0.133
25432025-01-09T01:37:10.267Z Compiling bitflags v2.6.0
25442025-01-09T01:37:10.267Z Compiling syn v2.0.87
25452025-01-09T01:37:10.708Z Compiling usdt-impl v0.5.0
25462025-01-09T01:37:10.751Z Compiling syn v1.0.109
25472025-01-09T01:37:10.892Z Compiling hashbrown v0.15.1
25482025-01-09T01:37:10.910Z Compiling log v0.4.22
25492025-01-09T01:37:10.935Z Compiling fs-err v2.11.0
25502025-01-09T01:37:11.243Z Compiling anyhow v1.0.93
25512025-01-09T01:37:11.399Z Compiling once_cell v1.20.2
25522025-01-09T01:37:11.941Z Compiling thread-id v4.2.2
25532025-01-09T01:37:12.273Z Compiling indexmap v2.6.0
25542025-01-09T01:37:13.571Z Compiling terminal_size v0.4.0
25552025-01-09T01:37:13.572Z Compiling tempfile v3.13.0
25562025-01-09T01:37:13.806Z Compiling clap_builder v4.5.21
25572025-01-09T01:37:14.285Z Compiling proc-macro-error v1.0.4
25582025-01-09T01:37:15.647Z Compiling tabled_derive v0.7.0
25592025-01-09T01:37:16.891Z Compiling tabled v0.15.0
25602025-01-09T01:37:18.603Z Compiling serde_derive v1.0.215
25612025-01-09T01:37:19.143Z Compiling thiserror-impl v1.0.69
25622025-01-09T01:37:19.412Z Compiling zerocopy-derive v0.7.35
25632025-01-09T01:37:19.827Z Compiling scroll_derive v0.12.0
25642025-01-09T01:37:21.273Z Compiling scroll v0.12.0
25652025-01-09T01:37:21.490Z Compiling zerocopy v0.7.35
25662025-01-09T01:37:22.013Z Compiling goblin v0.8.2
25672025-01-09T01:37:22.176Z Compiling thiserror v1.0.69
25682025-01-09T01:37:22.353Z Compiling pest v2.7.14
25692025-01-09T01:37:25.498Z Compiling pest_meta v2.7.14
25702025-01-09T01:37:27.433Z Compiling pest_generator v2.7.14
25712025-01-09T01:37:29.853Z Compiling pest_derive v2.7.14
25722025-01-09T01:37:30.651Z Compiling dtrace-parser v0.2.0
25732025-01-09T01:37:32.510Z Compiling clap_derive v4.5.18
25742025-01-09T01:37:37.393Z Compiling dof v0.3.0
25752025-01-09T01:37:37.481Z Compiling serde_tokenstream v0.2.2
25762025-01-09T01:37:38.210Z Compiling serde_spanned v0.6.8
25772025-01-09T01:37:38.322Z Compiling toml_datetime v0.6.8
25782025-01-09T01:37:39.068Z Compiling toml_edit v0.22.22
25792025-01-09T01:37:39.557Z Compiling camino v1.1.9
25802025-01-09T01:37:39.721Z Compiling usdt-macro v0.5.0
25812025-01-09T01:37:40.953Z Compiling usdt-attr-macro v0.5.0
25822025-01-09T01:37:42.426Z Compiling cargo-platform v0.1.8
25832025-01-09T01:37:42.638Z Compiling semver v1.0.23
25842025-01-09T01:37:43.031Z Compiling toml v0.8.19
25852025-01-09T01:37:43.577Z Compiling cargo_metadata v0.18.1
25862025-01-09T01:37:43.712Z Compiling usdt v0.5.0
25872025-01-09T01:37:44.206Z Compiling cargo_toml v0.20.5
25882025-01-09T01:37:44.793Z Compiling camino-tempfile v1.1.1
25892025-01-09T01:37:45.339Z Compiling clap v4.5.21
25902025-01-09T01:37:45.488Z Compiling macaddr v1.0.1
25912025-01-09T01:37:56.309Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25922025-01-09T01:38:08.014Z Finished `release` profile [optimized] target(s) in 58.28s
25932025-01-09T01:38:08.120Z
25942025-01-09T01:38:08.120Zreal 58.423359206
25952025-01-09T01:38:08.120Zuser 5:55.877214909
25962025-01-09T01:38:08.120Zsys 32.758960815
25972025-01-09T01:38:08.120Ztrap 0.168851155
25982025-01-09T01:38:08.120Ztflt 0.331226324
25992025-01-09T01:38:08.120Zdflt 0.466838729
26002025-01-09T01:38:08.121Zkflt 0.000000000
26012025-01-09T01:38:08.123Zlock 10:34.446212236
26022025-01-09T01:38:08.123Zslp 15:39.147799264
26032025-01-09T01:38:08.123Zlat 13.546869208
26042025-01-09T01:38:08.123Zstop 18.453864350
26052025-01-09T01:38:08.123Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26062025-01-09T01:38:08.123Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26072025-01-09T01:38:08.123Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26082025-01-09T01:38:08.123Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26092025-01-09T01:38:08.123Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26102025-01-09T01:38:09.038Z Compiling hashbrown v0.14.5
26112025-01-09T01:38:09.165Z Compiling ident_case v1.0.1
26122025-01-09T01:38:09.180Z Compiling unsafe-libyaml v0.2.11
26132025-01-09T01:38:09.180Z Compiling progenitor-client v0.8.0
26142025-01-09T01:38:09.182Z Compiling ipnetwork v0.20.0
26152025-01-09T01:38:09.182Z Compiling macaddr v1.0.1
26162025-01-09T01:38:09.183Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26172025-01-09T01:38:09.183Z Compiling instant v0.1.13
26182025-01-09T01:38:09.325Z Compiling darling_core v0.20.10
26192025-01-09T01:38:09.420Z Compiling structmeta-derive v0.3.0
26202025-01-09T01:38:09.662Z Compiling dropshot v0.13.0
26212025-01-09T01:38:09.684Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26222025-01-09T01:38:09.775Z Compiling dropshot_endpoint v0.13.0
26232025-01-09T01:38:10.058Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26242025-01-09T01:38:10.258Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26252025-01-09T01:38:10.504Z Compiling regress v0.10.1
26262025-01-09T01:38:10.543Z Compiling serde_yaml v0.9.34+deprecated
26272025-01-09T01:38:11.084Z Compiling regress v0.9.1
26282025-01-09T01:38:11.223Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26292025-01-09T01:38:11.398Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26302025-01-09T01:38:11.427Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26312025-01-09T01:38:12.229Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26322025-01-09T01:38:12.464Z Compiling backoff v0.4.0
26332025-01-09T01:38:12.576Z Compiling structmeta v0.3.0
26342025-01-09T01:38:12.738Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26352025-01-09T01:38:12.845Z Compiling tempfile v3.13.0
26362025-01-09T01:38:12.920Z Compiling proc-macro-crate v1.3.1
26372025-01-09T01:38:13.077Z Compiling parse-display-derive v0.10.0
26382025-01-09T01:38:13.790Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26392025-01-09T01:38:14.079Z Compiling num_enum_derive v0.5.11
26402025-01-09T01:38:14.203Z Compiling itertools v0.13.0
26412025-01-09T01:38:14.783Z Compiling typify-impl v0.2.0
26422025-01-09T01:38:15.902Z Compiling zerocopy v0.8.10
26432025-01-09T01:38:16.445Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26442025-01-09T01:38:16.691Z Compiling darling_macro v0.20.10
26452025-01-09T01:38:16.785Z Compiling zerocopy-derive v0.8.10
26462025-01-09T01:38:16.823Z Compiling num_enum v0.5.11
26472025-01-09T01:38:16.918Z Compiling foreign-types-macros v0.2.3
26482025-01-09T01:38:16.999Z Compiling heapless v0.8.0
26492025-01-09T01:38:17.668Z Compiling crucible-workspace-hack v0.1.0
26502025-01-09T01:38:17.672Z Compiling foreign-types-shared v0.3.1
26512025-01-09T01:38:17.705Z Compiling darling v0.20.10
26522025-01-09T01:38:17.847Z Compiling serde_with_macros v3.11.0
26532025-01-09T01:38:17.985Z Compiling parse-display v0.10.0
26542025-01-09T01:38:18.015Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26552025-01-09T01:38:18.134Z Compiling proc-macro-error v1.0.4
26562025-01-09T01:38:18.182Z Compiling foreign-types v0.5.0
26572025-01-09T01:38:18.709Z Compiling camino-tempfile v1.1.1
26582025-01-09T01:38:18.730Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26592025-01-09T01:38:18.904Z Compiling hash32 v0.3.1
26602025-01-09T01:38:19.180Z Compiling cstr-argument v0.1.2
26612025-01-09T01:38:19.205Z Compiling smoltcp v0.11.0
26622025-01-09T01:38:19.450Z Compiling pretty-hex v0.2.1
26632025-01-09T01:38:19.624Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26642025-01-09T01:38:19.645Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26652025-01-09T01:38:19.816Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26662025-01-09T01:38:20.207Z Compiling tabwriter v1.4.0
26672025-01-09T01:38:20.536Z Compiling colored v2.1.0
26682025-01-09T01:38:20.740Z Compiling cobs v0.2.3
26692025-01-09T01:38:20.771Z Compiling serde_with v3.11.0
26702025-01-09T01:38:21.087Z Compiling postcard v1.0.10
26712025-01-09T01:38:21.347Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26722025-01-09T01:38:21.649Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26732025-01-09T01:38:21.856Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26742025-01-09T01:38:21.906Z Compiling thiserror v2.0.3
26752025-01-09T01:38:22.571Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26762025-01-09T01:38:22.917Z Compiling smf v0.2.3
26772025-01-09T01:38:23.194Z Compiling thiserror-impl v2.0.3
26782025-01-09T01:38:23.572Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26792025-01-09T01:38:24.411Z Compiling zone_cfg_derive v0.3.0
26802025-01-09T01:38:24.870Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26812025-01-09T01:38:24.947Z Compiling num-derive v0.4.2
26822025-01-09T01:38:25.450Z Compiling sigpipe v0.1.3
26832025-01-09T01:38:25.620Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26842025-01-09T01:38:25.685Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26852025-01-09T01:38:25.954Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26862025-01-09T01:38:25.990Z Compiling zone v0.3.0
26872025-01-09T01:38:26.254Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26882025-01-09T01:38:26.562Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26892025-01-09T01:38:26.746Z Compiling universal-hash v0.5.1
26902025-01-09T01:38:26.973Z Compiling opaque-debug v0.3.1
26912025-01-09T01:38:27.087Z Compiling tungstenite v0.21.0
26922025-01-09T01:38:27.131Z Compiling num-rational v0.4.2
26932025-01-09T01:38:27.191Z Compiling password-hash v0.5.0
26942025-01-09T01:38:27.491Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
26952025-01-09T01:38:27.690Z Compiling num-complex v0.4.6
26962025-01-09T01:38:28.309Z Compiling blake2 v0.10.6
26972025-01-09T01:38:28.382Z Compiling aead v0.5.2
26982025-01-09T01:38:28.492Z Compiling convert_case v0.4.0
26992025-01-09T01:38:28.773Z Compiling base64 v0.21.7
27002025-01-09T01:38:28.858Z Compiling keccak v0.1.5
27012025-01-09T01:38:29.019Z Compiling argon2 v0.5.3
27022025-01-09T01:38:29.292Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27032025-01-09T01:38:29.438Z Compiling sha3 v0.10.8
27042025-01-09T01:38:29.549Z Compiling derive_more v0.99.18
27052025-01-09T01:38:29.580Z Compiling num v0.4.3
27062025-01-09T01:38:29.709Z Compiling tokio-tungstenite v0.21.0
27072025-01-09T01:38:29.731Z Compiling poly1305 v0.8.0
27082025-01-09T01:38:29.856Z Compiling chacha20 v0.9.1
27092025-01-09T01:38:30.390Z Compiling float-ord v0.3.2
27102025-01-09T01:38:30.406Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27112025-01-09T01:38:30.519Z Compiling semver v0.1.20
27122025-01-09T01:38:30.570Z Compiling same-file v1.0.6
27132025-01-09T01:38:30.899Z Compiling rustc_version v0.1.7
27142025-01-09T01:38:31.161Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27152025-01-09T01:38:31.222Z Compiling walkdir v2.5.0
27162025-01-09T01:38:31.468Z Compiling newline-converter v0.3.0
27172025-01-09T01:38:31.489Z Compiling primeorder v0.13.6
27182025-01-09T01:38:31.508Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27192025-01-09T01:38:31.645Z Compiling secrecy v0.8.0
27202025-01-09T01:38:31.959Z Compiling owo-colors v4.1.0
27212025-01-09T01:38:32.021Z Compiling cancel-safe-futures v0.1.5
27222025-01-09T01:38:32.042Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27232025-01-09T01:38:32.064Z Compiling expectorate v1.1.0
27242025-01-09T01:38:32.159Z Compiling newtype_derive v0.1.6
27252025-01-09T01:38:32.270Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27262025-01-09T01:38:32.296Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27272025-01-09T01:38:32.410Z Compiling thiserror-impl-no-std v2.0.2
27282025-01-09T01:38:32.461Z Compiling blake3 v1.5.4
27292025-01-09T01:38:32.622Z Compiling half v2.4.1
27302025-01-09T01:38:32.966Z Compiling unicase v2.7.0
27312025-01-09T01:38:33.164Z Compiling arc-swap v1.7.1
27322025-01-09T01:38:33.202Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27332025-01-09T01:38:33.291Z Compiling ciborium-io v0.2.2
27342025-01-09T01:38:33.456Z Compiling ciborium-ll v0.2.2
27352025-01-09T01:38:33.731Z Compiling slog-scope v4.4.0
27362025-01-09T01:38:33.829Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27372025-01-09T01:38:33.887Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27382025-01-09T01:38:34.095Z Compiling typify-macro v0.2.0
27392025-01-09T01:38:34.294Z Compiling polyval v0.6.2
27402025-01-09T01:38:34.678Z Compiling atomicwrites v0.4.4
27412025-01-09T01:38:34.773Z Compiling libsw v3.3.1
27422025-01-09T01:38:34.879Z Compiling memmap2 v0.9.5
27432025-01-09T01:38:35.097Z Compiling libefi-sys v0.1.0
27442025-01-09T01:38:35.130Z Compiling arrayvec v0.7.6
27452025-01-09T01:38:35.409Z Compiling constant_time_eq v0.3.1
27462025-01-09T01:38:35.432Z Compiling linear-map v1.2.0
27472025-01-09T01:38:35.574Z Compiling indent_write v2.2.0
27482025-01-09T01:38:35.626Z Compiling arrayref v0.3.9
27492025-01-09T01:38:35.756Z Compiling parking_lot_core v0.8.6
27502025-01-09T01:38:35.817Z Compiling salty v0.3.0
27512025-01-09T01:38:35.840Z Compiling thiserror-no-std v2.0.2
27522025-01-09T01:38:35.975Z Compiling vsss-rs v3.3.4
27532025-01-09T01:38:36.319Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27542025-01-09T01:38:36.351Z Compiling ghash v0.5.1
27552025-01-09T01:38:36.715Z Compiling slog-stdlog v4.1.1
27562025-01-09T01:38:36.737Z Compiling ciborium v0.2.2
27572025-01-09T01:38:37.479Z Compiling p384 v0.13.0
27582025-01-09T01:38:37.576Z Compiling toolchain_find v0.4.0
27592025-01-09T01:38:37.745Z Compiling chacha20poly1305 v0.10.1
27602025-01-09T01:38:38.023Z Compiling ctr v0.9.2
27612025-01-09T01:38:38.298Z Compiling lzma-sys v0.1.20
27622025-01-09T01:38:38.332Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27632025-01-09T01:38:38.417Z Compiling bitfield-struct v0.6.2
27642025-01-09T01:38:38.691Z Compiling typify v0.2.0
27652025-01-09T01:38:38.751Z Compiling slog-dtrace v0.3.0
27662025-01-09T01:38:38.773Z Compiling highway v1.2.0
27672025-01-09T01:38:38.851Z Compiling progenitor-impl v0.8.0
27682025-01-09T01:38:39.026Z Compiling topological-sort v0.2.2
27692025-01-09T01:38:39.152Z Compiling aes-gcm v0.10.3
27702025-01-09T01:38:39.251Z Compiling omicron-zone-package v0.12.0
27712025-01-09T01:38:39.272Z Compiling rustfmt-wrapper v0.2.1
27722025-01-09T01:38:39.487Z Compiling mime_guess v2.0.5
27732025-01-09T01:38:39.571Z Compiling slog-envlogger v2.2.0
27742025-01-09T01:38:39.864Z Compiling steno v0.4.1
27752025-01-09T01:38:39.954Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27762025-01-09T01:38:40.845Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27772025-01-09T01:38:40.939Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27782025-01-09T01:38:40.961Z Compiling heck v0.3.3
27792025-01-09T01:38:41.337Z Compiling ssh-encoding v0.2.0
27802025-01-09T01:38:41.441Z Compiling blowfish v0.9.1
27812025-01-09T01:38:41.533Z Compiling nibble_vec v0.1.0
27822025-01-09T01:38:41.606Z Compiling env_filter v0.1.2
27832025-01-09T01:38:41.786Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27842025-01-09T01:38:41.903Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27852025-01-09T01:38:41.937Z Compiling humantime v2.1.0
27862025-01-09T01:38:41.958Z Compiling endian-type v0.1.2
27872025-01-09T01:38:42.134Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27882025-01-09T01:38:42.215Z Compiling radix_trie v0.2.1
27892025-01-09T01:38:42.245Z Compiling env_logger v0.11.5
27902025-01-09T01:38:42.396Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27912025-01-09T01:38:42.477Z Compiling ssh-cipher v0.2.0
27922025-01-09T01:38:42.500Z Compiling bcrypt-pbkdf v0.10.0
27932025-01-09T01:38:42.962Z Compiling zone_cfg_derive v0.1.2
27942025-01-09T01:38:43.191Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27952025-01-09T01:38:43.446Z Compiling parking_lot v0.11.2
27962025-01-09T01:38:43.665Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27972025-01-09T01:38:44.389Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27982025-01-09T01:38:44.424Z Compiling password-hash v0.4.2
27992025-01-09T01:38:44.484Z Compiling gethostname v0.5.0
28002025-01-09T01:38:44.616Z Compiling fxhash v0.2.1
28012025-01-09T01:38:44.739Z Compiling matches v0.1.10
28022025-01-09T01:38:44.815Z Compiling zip v2.1.3
28032025-01-09T01:38:44.856Z Compiling simd-adler32 v0.3.7
28042025-01-09T01:38:44.880Z Compiling http-range v0.1.5
28052025-01-09T01:38:44.882Z Compiling lockfree-object-pool v0.1.6
28062025-01-09T01:38:45.150Z Compiling bumpalo v3.16.0
28072025-01-09T01:38:45.255Z Compiling base64 v0.13.1
28082025-01-09T01:38:45.298Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28092025-01-09T01:38:45.468Z Compiling pbkdf2 v0.11.0
28102025-01-09T01:38:45.528Z Compiling zopfli v0.8.1
28112025-01-09T01:38:45.658Z Compiling idna v0.2.3
28122025-01-09T01:38:45.680Z Compiling sled v0.34.7
28132025-01-09T01:38:45.855Z Compiling ron v0.7.1
28142025-01-09T01:38:45.903Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28152025-01-09T01:38:46.679Z Compiling zone v0.1.8
28162025-01-09T01:38:46.723Z Compiling xz2 v0.1.7
28172025-01-09T01:38:47.288Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28182025-01-09T01:38:47.510Z Compiling ssh-key v0.6.6
28192025-01-09T01:38:47.537Z Compiling progenitor-macro v0.8.0
28202025-01-09T01:38:47.987Z Compiling hickory-client v0.24.1
28212025-01-09T01:38:48.508Z Compiling p256 v0.13.2
28222025-01-09T01:38:48.580Z Compiling p521 v0.13.3
28232025-01-09T01:38:48.833Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28242025-01-09T01:38:49.417Z Compiling hickory-server v0.24.1
28252025-01-09T01:38:49.512Z Compiling enum-as-inner v0.5.1
28262025-01-09T01:38:50.055Z Compiling pem v3.0.4
28272025-01-09T01:38:50.674Z Compiling yasna v0.5.2
28282025-01-09T01:38:50.951Z Compiling headers-core v0.3.0
28292025-01-09T01:38:51.074Z Compiling kstat-rs v0.2.4
28302025-01-09T01:38:51.132Z Compiling nanorand v0.7.0
28312025-01-09T01:38:51.775Z Compiling atty v0.2.14
28322025-01-09T01:38:51.794Z Compiling russh-cryptovec v0.7.3
28332025-01-09T01:38:51.942Z Compiling md5 v0.7.0
28342025-01-09T01:38:52.144Z Compiling rcgen v0.12.1
28352025-01-09T01:38:52.456Z Compiling russh-keys v0.45.0
28362025-01-09T01:38:52.479Z Compiling flume v0.11.1
28372025-01-09T01:38:52.482Z Compiling headers v0.4.0
28382025-01-09T01:38:52.864Z Compiling trust-dns-proto v0.22.0
28392025-01-09T01:38:54.383Z Compiling hyper-staticfile v0.10.1
28402025-01-09T01:38:54.738Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28412025-01-09T01:38:55.446Z Compiling num-bigint v0.4.6
28422025-01-09T01:38:55.635Z Compiling des v0.8.1
28432025-01-09T01:38:55.861Z Compiling subprocess v0.2.9
28442025-01-09T01:38:56.010Z Compiling display-error-chain v0.2.2
28452025-01-09T01:38:56.250Z Compiling hex-literal v0.4.1
28462025-01-09T01:38:56.426Z Compiling dhcproto-macros v0.1.0
28472025-01-09T01:38:56.735Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28482025-01-09T01:38:56.930Z Compiling internet-checksum v0.2.1
28492025-01-09T01:38:57.623Z Compiling dhcproto v0.12.0
28502025-01-09T01:38:58.703Z Compiling russh v0.45.0
28512025-01-09T01:39:00.935Z Compiling progenitor v0.8.0
28522025-01-09T01:39:01.079Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28532025-01-09T01:39:01.079Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28542025-01-09T01:39:01.081Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28552025-01-09T01:39:01.081Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28562025-01-09T01:39:01.081Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28572025-01-09T01:39:01.081Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28582025-01-09T01:39:01.180Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28592025-01-09T01:39:02.626Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28602025-01-09T01:39:04.591Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28612025-01-09T01:39:05.538Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28622025-01-09T01:39:07.070Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28632025-01-09T01:39:07.092Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28642025-01-09T01:39:17.200Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28652025-01-09T01:39:17.200Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28662025-01-09T01:39:17.202Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28672025-01-09T01:39:17.202Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28682025-01-09T01:39:18.202Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28692025-01-09T01:39:20.687Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28702025-01-09T01:39:21.518Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28712025-01-09T01:39:21.870Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28722025-01-09T01:39:24.651Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28732025-01-09T01:39:25.489Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28742025-01-09T01:39:25.801Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28752025-01-09T01:39:26.672Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28762025-01-09T01:39:27.629Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28772025-01-09T01:39:28.384Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28782025-01-09T01:39:29.527Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28792025-01-09T01:39:29.832Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28802025-01-09T01:39:30.944Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28812025-01-09T01:39:31.321Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28822025-01-09T01:39:32.576Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28832025-01-09T01:39:33.807Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28842025-01-09T01:39:34.346Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28852025-01-09T01:39:35.646Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28862025-01-09T01:39:37.029Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28872025-01-09T01:39:37.983Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28882025-01-09T01:39:41.692Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28892025-01-09T01:39:42.342Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28902025-01-09T01:39:43.985Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28912025-01-09T01:39:44.663Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28922025-01-09T01:39:47.939Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28932025-01-09T01:39:57.399Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28942025-01-09T01:39:58.923Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28952025-01-09T01:40:20.314Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28962025-01-09T01:40:57.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 48s
28972025-01-09T01:40:57.396Z
28982025-01-09T01:40:57.398Zreal 2:49.225732278
28992025-01-09T01:40:57.398Zuser 12:56.008597238
29002025-01-09T01:40:57.398Zsys 2:50.467296835
29012025-01-09T01:40:57.398Ztrap 0.369614144
29022025-01-09T01:40:57.398Ztflt 0.885894369
29032025-01-09T01:40:57.398Zdflt 2.081873741
29042025-01-09T01:40:57.398Zkflt 0.000067176
29052025-01-09T01:40:57.398Zlock 27:08.533819857
29062025-01-09T01:40:57.398Zslp 46:37.440525935
29072025-01-09T01:40:57.398Zlat 36.066717939
29082025-01-09T01:40:57.398Zstop 1:37.001198978
29092025-01-09T01:40:57.399Z+ mkdir tests
29102025-01-09T01:40:57.407Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29112025-01-09T01:40:57.408Z+ xargs -I '{}' -t cp '{}' tests/
29122025-01-09T01:40:57.440Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a65261c80d673e6f tests/
29132025-01-09T01:40:57.467Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a3e6b71d30e2fa2a tests/
29142025-01-09T01:40:57.494Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-5d8773b64f36e079 tests/
29152025-01-09T01:40:57.522Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a5443c6ae7b0140e tests/
29162025-01-09T01:40:57.759Z+ 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/*)
29172025-01-09T01:40:57.761Z+ 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-a3e6b71d30e2fa2a tests/commtest-5d8773b64f36e079 tests/dhcp_server-a65261c80d673e6f tests/end_to_end_tests-a5443c6ae7b0140e 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
29182025-01-09T01:42:09.334ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29192025-01-09T01:42:09.335Za .github/buildomat/ci-env.sh 1K
29202025-01-09T01:42:09.335Za out/target/test 1K
29212025-01-09T01:42:09.335Za out/npuzone/npuzone 23144K
29222025-01-09T01:42:09.335Za package-manifest.toml 34K
29232025-01-09T01:42:09.335Za smf/sled-agent/non-gimlet/config.toml 4K
29242025-01-09T01:42:09.335Za target/release/omicron-package 36062K
29252025-01-09T01:42:09.335Za target/release/xtask 11721K
29262025-01-09T01:42:09.335Za target/debug/bootstrap 209145K
29272025-01-09T01:42:09.335Za tests/bootstrap-a3e6b71d30e2fa2a 24243K
29282025-01-09T01:42:09.335Za tests/commtest-5d8773b64f36e079 25019K
29292025-01-09T01:42:09.335Za tests/dhcp_server-a65261c80d673e6f 24243K
29302025-01-09T01:42:09.335Za tests/end_to_end_tests-a5443c6ae7b0140e 227342K
29312025-01-09T01:42:09.335Za out/clickhouse.tar.gz 293508K
29322025-01-09T01:42:09.335Za out/clickhouse_keeper.tar.gz 280612K
29332025-01-09T01:42:09.335Za out/clickhouse_server.tar.gz 293495K
29342025-01-09T01:42:09.335Za out/cockroachdb.tar.gz 134638K
29352025-01-09T01:42:09.335Za out/crucible-dtrace.tar 85K
29362025-01-09T01:42:09.335Za out/crucible-pantry-zone.tar.gz 28212K
29372025-01-09T01:42:09.335Za out/crucible-zone.tar.gz 36434K
29382025-01-09T01:42:09.335Za out/external-dns.tar.gz 35342K
29392025-01-09T01:42:09.335Za out/internal-dns.tar.gz 35343K
29402025-01-09T01:42:09.335Za out/mg-ddm-gz.tar 63075K
29412025-01-09T01:42:09.335Za out/nexus.tar.gz 98811K
29422025-01-09T01:42:09.335Za out/ntp.tar.gz 10389K
29432025-01-09T01:42:09.335Za out/omicron-gateway-softnpu.tar.gz 23980K
29442025-01-09T01:42:09.335Za out/omicron-sled-agent.tar 113607K
29452025-01-09T01:42:09.335Za out/overlay.tar.gz 3K
29462025-01-09T01:42:09.335Za out/oximeter.tar.gz 47845K
29472025-01-09T01:42:09.335Za out/oxlog.tar 3088K
29482025-01-09T01:42:09.335Za out/probe.tar.gz 2764K
29492025-01-09T01:42:09.335Za out/propolis-server.tar.gz 66291K
29502025-01-09T01:42:09.335Za out/pumpkind-gz.tar 26665K
29512025-01-09T01:42:09.335Za out/switch-softnpu.tar.gz 235429K
29522025-01-09T01:42:09.338Z
29532025-01-09T01:42:09.338Zreal 1:11.570961564
29542025-01-09T01:42:09.338Zuser 1:08.215323622
29552025-01-09T01:42:09.338Zsys 4.799625459
29562025-01-09T01:42:09.338Ztrap 0.019663165
29572025-01-09T01:42:09.339Ztflt 0.000000000
29582025-01-09T01:42:09.339Zdflt 0.000000000
29592025-01-09T01:42:09.339Zkflt 0.000000000
29602025-01-09T01:42:09.339Zlock 0.000000000
29612025-01-09T01:42:09.339Zslp 1:07.970117571
29622025-01-09T01:42:09.339Zlat 2.131064637
29632025-01-09T01:42:09.339Zstop 0.000634836
29642025-01-09T01:42:09.339Zprocess exited: duration 2014967 ms, exit code 0
 
29652025-01-09T01:42:09.354Zfound 1 output files
29662025-01-09T01:42:09.354Zuploading: /work/package.tar.gz (1880720378 bytes)
29672025-01-09T01:42:48.498Zuploaded: /work/package.tar.gz