01JH90SV65V2TS3C3867WJFNPP: 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: 01JH90T6EVF79C56DJJZTD2PT6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-10T21:10:37.837Zjob assigned to worker 01JH90TBCFFW4V0JPV0Q46M5Q3 [factory aws, i-0ac98ee3ffffd078f] (queued for 59 s)
 
22025-01-10T21:10:45.309Zstarting task 0: "setup"
32025-01-10T21:10:45.318Z++ uname -s
42025-01-10T21:10:45.320Z+ kern=SunOS
52025-01-10T21:10:45.321Z+ case "$kern" in
62025-01-10T21:10:45.321Z+ groupadd -g 12345 build
72025-01-10T21:10:45.323Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-10T21:10:47.331Z+ zfs create -o mountpoint=/work rpool/work
92025-01-10T21:10:47.460Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-10T21:10:47.462Z+ home_fs=zfs
112025-01-10T21:10:47.462Z+ [[ zfs == autofs ]]
122025-01-10T21:10:47.462Z+ mkdir -p /home/build
132025-01-10T21:10:47.465Z+ chown build:build /home/build /work
142025-01-10T21:10:49.466Z+ chmod 0700 /home/build /work
152025-01-10T21:10:49.469Zprocess exited: duration 4161 ms, exit code 0
 
162025-01-10T21:10:49.476Zstarting task 1: "rust-toolchain"
172025-01-10T21:10:49.482Z+ printf ' * toolchain channel = "%s"
182025-01-10T21:10:49.482Z' 1.81.0
192025-01-10T21:10:49.482Z+ printf ' * toolchain profile = "%s"
202025-01-10T21:10:49.482Z' default
212025-01-10T21:10:49.482Z * toolchain channel = "1.81.0"
222025-01-10T21:10:49.482Z * toolchain profile = "default"
232025-01-10T21:10:49.485Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-10T21:10:49.485Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-10T21:10:49.602Zinfo: downloading installer
262025-01-10T21:10:50.807Zinfo: profile set to 'default'
272025-01-10T21:10:50.807Zinfo: default host triple is x86_64-unknown-illumos
282025-01-10T21:10:50.809Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-10T21:10:50.963Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-10T21:10:50.963Zinfo: downloading component 'cargo'
312025-01-10T21:10:51.828Zinfo: downloading component 'clippy'
322025-01-10T21:10:52.147Zinfo: downloading component 'rust-docs'
332025-01-10T21:10:53.355Zinfo: downloading component 'rust-std'
342025-01-10T21:10:55.222Zinfo: downloading component 'rustc'
352025-01-10T21:11:01.923Zinfo: downloading component 'rustfmt'
362025-01-10T21:11:02.174Zinfo: installing component 'cargo'
372025-01-10T21:11:02.974Zinfo: installing component 'clippy'
382025-01-10T21:11:03.335Zinfo: installing component 'rust-docs'
392025-01-10T21:11:04.942Zinfo: installing component 'rust-std'
402025-01-10T21:11:06.650Zinfo: installing component 'rustc'
412025-01-10T21:11:12.308Zinfo: installing component 'rustfmt'
422025-01-10T21:11:12.629Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432025-01-10T21:11:12.629Z
442025-01-10T21:11:12.996Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-10T21:11:12.996Z
462025-01-10T21:11:13.005Z
472025-01-10T21:11:13.005ZRust is installed now. Great!
482025-01-10T21:11:13.005Z
492025-01-10T21:11:13.005ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-10T21:11:13.005Zenvironment variable. This has not been done automatically.
512025-01-10T21:11:13.005Z
522025-01-10T21:11:13.005ZTo configure your current shell, you need to source
532025-01-10T21:11:13.005Zthe corresponding env file under $HOME/.cargo.
542025-01-10T21:11:13.005Z
552025-01-10T21:11:13.005ZThis is usually done by running one of the following (note the leading DOT):
562025-01-10T21:11:13.005Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-10T21:11:13.005Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-10T21:11:13.069Z+ rustc --version
592025-01-10T21:11:13.135Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-10T21:11:13.139Zprocess exited: duration 23661 ms, exit code 0
 
612025-01-10T21:11:13.145Zstarting task 2: "authentication"
622025-01-10T21:11:13.165Zprocess exited: duration 20 ms, exit code 0
 
632025-01-10T21:11:13.172Zstarting task 3: "clone repository"
642025-01-10T21:11:13.179Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-10T21:11:13.182Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-10T21:11:13.220ZCloning into '/work/oxidecomputer/omicron'...
672025-01-10T21:11:21.560Z+ cd /work/oxidecomputer/omicron
682025-01-10T21:11:21.560Z+ git fetch origin 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907
692025-01-10T21:11:21.864ZFrom https://github.com/oxidecomputer/omicron
702025-01-10T21:11:21.864Z * branch 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907 -> FETCH_HEAD
712025-01-10T21:11:21.875Z+ [[ -n add-precondition-to-configuration-updates ]]
722025-01-10T21:11:21.877Z++ git branch --show-current
732025-01-10T21:11:21.879Z+ current=main
742025-01-10T21:11:21.879Z+ [[ main != add-precondition-to-configuration-updates ]]
752025-01-10T21:11:21.879Z+ git branch -f add-precondition-to-configuration-updates 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907
762025-01-10T21:11:21.882Z+ git checkout -f add-precondition-to-configuration-updates
772025-01-10T21:11:22.057ZSwitched to branch 'add-precondition-to-configuration-updates'
782025-01-10T21:11:22.059Z+ git reset --hard 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907
792025-01-10T21:11:22.232ZHEAD is now at 7c02d9e05 Merge branch 'main' into add-precondition-to-configuration-updates
802025-01-10T21:11:22.235Zprocess exited: duration 9062 ms, exit code 0
 
812025-01-10T21:11:22.240Zstarting task 4: "build"
822025-01-10T21:11:22.246Z+ source .github/buildomat/ci-env.sh
832025-01-10T21:11:22.246Z++ export CARGO_TERM_COLOR=always
842025-01-10T21:11:22.248Z++ CARGO_TERM_COLOR=always
852025-01-10T21:11:22.248Z+ cargo --version
862025-01-10T21:11:22.302Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872025-01-10T21:11:22.306Z+ rustc --version
882025-01-10T21:11:22.364Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892025-01-10T21:11:22.366Z+ WORK=/work
902025-01-10T21:11:22.366Z+ pfexec mkdir -p /work
912025-01-10T21:11:22.371Z+ pfexec chown build /work
922025-01-10T21:11:22.373Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-10T21:11:24.047Zpkg list: illegal option -- F
942025-01-10T21:11:24.047ZUsage:
952025-01-10T21:11:24.050Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-10T21:11:24.050Z [pkg_fmri_pattern ...]
972025-01-10T21:11:24.902Zpkg list: illegal option -- F
982025-01-10T21:11:24.902ZUsage:
992025-01-10T21:11:24.904Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-10T21:11:24.904Z [pkg_fmri_pattern ...]
1012025-01-10T21:11:30.943Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-10T21:11:34.880Z Startup: Caching catalogs ... Done
1032025-01-10T21:11:46.027ZPlanning: Solver setup ... Done (10.170s)
1042025-01-10T21:11:46.167ZPlanning: Running solver ... Done (0.140s)
1052025-01-10T21:11:46.277ZPlanning: Finding local manifests ... Done (0.006s)
1062025-01-10T21:11:46.312ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-10T21:11:46.964ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-10T21:11:47.248ZPlanning: Package planning ... Done (0.284s)
1092025-01-10T21:11:47.306ZPlanning: Merging actions ... Done (0.058s)
1102025-01-10T21:11:47.504ZPlanning: Checking for conflicting actions ... Done (0.197s)
1112025-01-10T21:11:49.649ZPlanning: Consolidating action changes ... Done (2.145s)
1122025-01-10T21:11:50.101ZPlanning: Evaluating mediators ... Done (0.452s)
1132025-01-10T21:11:50.181ZPlanning: Planning completed in 15.20 seconds
1142025-01-10T21:11:50.197Z Packages to install: 4
1152025-01-10T21:11:50.197Z Packages to update: 3
1162025-01-10T21:11:50.197Z Mediators to change: 2
1172025-01-10T21:11:50.199Z Services to change: 1
1182025-01-10T21:11:50.199Z Estimated space available: 155.63 GB
1192025-01-10T21:11:50.199ZEstimated space to be consumed: 1.64 GB
1202025-01-10T21:11:50.199Z Create boot environment: No
1212025-01-10T21:11:50.199ZCreate backup boot environment: Yes
1222025-01-10T21:11:50.199Z Rebuild boot archive: No
1232025-01-10T21:11:50.199Z
1242025-01-10T21:11:50.199ZChanged mediators:
1252025-01-10T21:11:50.199Z mediator clang:
1262025-01-10T21:11:50.199Z version: None -> 15 (system default)
1272025-01-10T21:11:50.200Z
1282025-01-10T21:11:50.200Z mediator llvm:
1292025-01-10T21:11:50.200Z version: 14 (system default) -> 15 (system default)
1302025-01-10T21:11:50.200Z
1312025-01-10T21:11:50.200ZChanged packages:
1322025-01-10T21:11:50.200Zhelios-dev
1332025-01-10T21:11:50.200Z developer/build-essential
1342025-01-10T21:11:50.200Z None -> 11-2.0
1352025-01-10T21:11:50.200Z library/libxmlsec1
1362025-01-10T21:11:50.200Z None -> 1.2.35-2.0
1372025-01-10T21:11:50.200Z ooce/developer/clang-15
1382025-01-10T21:11:50.200Z None -> 15.0.7-2.0
1392025-01-10T21:11:50.200Z ooce/developer/llvm-15
1402025-01-10T21:11:50.200Z None -> 15.0.7-2.0
1412025-01-10T21:11:50.200Z package/pkg
1422025-01-10T21:11:50.200Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-10T21:11:50.200Z system/library/g++-runtime
1442025-01-10T21:11:50.200Z 13-2.0 -> 14-2.0
1452025-01-10T21:11:50.200Z system/library/gcc-runtime
1462025-01-10T21:11:50.200Z 13-2.0 -> 14-2.0
1472025-01-10T21:11:50.200Z
1482025-01-10T21:11:50.200ZServices:
1492025-01-10T21:11:50.200Z restart_fmri:
1502025-01-10T21:11:50.200Z svc:/system/update-man-index:default
1512025-01-10T21:11:50.200Z
1522025-01-10T21:11:50.200ZEditable files to change:
1532025-01-10T21:11:50.200Z Update:
1542025-01-10T21:11:50.200Z usr/share/lib/pkg/web/config.shtml
1552025-01-10T21:11:50.285Z
1562025-01-10T21:11:50.285ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-10T21:11:55.287ZDownload: 898/4301 items 18.9/225.4MB 8% complete (3.9M/s)
1582025-01-10T21:12:00.699ZDownload: 1197/4301 items 83.5/225.4MB 37% complete (9.9M/s)
1592025-01-10T21:12:07.091ZDownload: 1198/4301 items 83.5/225.4MB 37% complete (9.7M/s)
1602025-01-10T21:12:12.092ZDownload: 2498/4301 items 120.3/225.4MB 53% complete (7.4M/s)
1612025-01-10T21:12:17.093ZDownload: 3600/4301 items 215.9/225.4MB 95% complete (13.3M/s)
1622025-01-10T21:12:23.779ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (10.1M/s)
1632025-01-10T21:12:25.225ZDownload: Completed 225.42 MB in 34.94 seconds (6.5M/s)
1642025-01-10T21:12:27.504Z Actions: 1/5122 actions (Removing old actions)
1652025-01-10T21:12:27.524Z Actions: 194/5122 actions (Installing new actions)
1662025-01-10T21:12:32.260Z Actions: 4267/5122 actions (Updating modified actions)
1672025-01-10T21:12:32.621Z Actions: Completed 5122 actions in 5.12 seconds.
1682025-01-10T21:12:33.041Z Done (0.412s)
1692025-01-10T21:12:33.044Z Done (0.002s)
1702025-01-10T21:12:33.633Z Done (0.590s)
1712025-01-10T21:12:37.992Z Done (4.130s)
1722025-01-10T21:12:38.080Z Done (0.018s)
1732025-01-10T21:12:38.083Z Done (0.000s)
1742025-01-10T21:12:38.264Z Done (0.000s)
1752025-01-10T21:12:38.961ZPlanning: Evaluating mediator changes ... Done
1762025-01-10T21:12:39.119ZPlanning: Checking for conflicting actions ... Done
1772025-01-10T21:12:39.122ZPlanning: Consolidating action changes ... Done
1782025-01-10T21:12:39.385ZPlanning: Evaluating mediators ... Done
1792025-01-10T21:12:39.388ZPlanning: Planning completed in 0.42 seconds
1802025-01-10T21:12:39.425Z Mediators to change: 2
1812025-01-10T21:12:39.425Z Create boot environment: No
1822025-01-10T21:12:39.427ZCreate backup boot environment: No
1832025-01-10T21:12:39.506Z Done
1842025-01-10T21:12:39.506Z Done
1852025-01-10T21:12:39.883Z Done
1862025-01-10T21:12:43.499Z Done
1872025-01-10T21:12:43.588Z Done
1882025-01-10T21:12:43.590Z Done
1892025-01-10T21:12:43.770Z Done
1902025-01-10T21:12:44.387ZPlanning: Evaluating mediator changes ... Done
1912025-01-10T21:12:44.390ZPlanning: Merging actions ... Done
1922025-01-10T21:12:44.577ZPlanning: Checking for conflicting actions ... Done
1932025-01-10T21:12:44.579ZPlanning: Consolidating action changes ... Done
1942025-01-10T21:12:44.839ZPlanning: Evaluating mediators ... Done
1952025-01-10T21:12:44.892ZPlanning: Planning completed in 0.75 seconds
1962025-01-10T21:12:44.936Z Packages to change: 1
1972025-01-10T21:12:44.936Z Mediators to change: 1
1982025-01-10T21:12:44.940Z Services to change: 1
1992025-01-10T21:12:44.940Z Create boot environment: No
2002025-01-10T21:12:44.940ZCreate backup boot environment: Yes
2012025-01-10T21:12:47.054Z Actions: 1/6 actions (Updating modified actions)
2022025-01-10T21:12:47.057Z Actions: Completed 6 actions in 0.00 seconds.
2032025-01-10T21:12:47.057Z Done
2042025-01-10T21:12:47.057Z Done
2052025-01-10T21:12:47.176Z Done
2062025-01-10T21:12:50.780Z Done
2072025-01-10T21:12:50.870Z Done
2082025-01-10T21:12:50.872Z Done
2092025-01-10T21:12:50.991Z Done
2102025-01-10T21:12:51.430ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112025-01-10T21:12:51.431Zclang system 15 system
2122025-01-10T21:12:51.431Zcsh system system illumos
2132025-01-10T21:12:51.431Zctags system system illumos
2142025-01-10T21:12:51.431Zgcc vendor 12 vendor
2152025-01-10T21:12:51.431Zgcc system 10 system
2162025-01-10T21:12:51.431Zgcc system 7 system
2172025-01-10T21:12:51.431Zgo system 1.20 system
2182025-01-10T21:12:51.431Zgo system 1.19 system
2192025-01-10T21:12:51.431Zllvm system 15 system
2202025-01-10T21:12:51.431Zllvm system 14 system
2212025-01-10T21:12:51.431Zmariadb system 10.6 system
2222025-01-10T21:12:51.431Zmta vendor vendor dma
2232025-01-10T21:12:51.431Zopenjdk system 17 system
2242025-01-10T21:12:51.431Zopenjdk system 11 system
2252025-01-10T21:12:51.431Zopenjdk system 1.8 system
2262025-01-10T21:12:51.431Zopenssl vendor 3 vendor
2272025-01-10T21:12:51.431Zperl system 5.36 system
2282025-01-10T21:12:51.431Zpostgresql system 15 system
2292025-01-10T21:12:51.431Zpostgresql system 13 system
2302025-01-10T21:12:51.431Zpython vendor 3 vendor
2312025-01-10T21:12:51.431Zpython system 2 system
2322025-01-10T21:12:51.431Zpython3 system 3.11 system
2332025-01-10T21:12:51.431Zruby system 3.0 system
2342025-01-10T21:12:51.431Zwords vendor vendor american-english
2352025-01-10T21:12:51.431Zwords system system australian-english
2362025-01-10T21:12:51.431Zwords system system british-english
2372025-01-10T21:12:51.431Zwords system system canadian-english
2382025-01-10T21:12:51.431Zwords system system french
2392025-01-10T21:12:51.431Zwords system system italian
2402025-01-10T21:12:51.431Zwords system system ngerman
2412025-01-10T21:12:51.431Zwords system system ogerman
2422025-01-10T21:12:51.431Zwords system system spanish
2432025-01-10T21:12:51.762ZPUBLISHER TYPE STATUS P LOCATION
2442025-01-10T21:12:51.762Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452025-01-10T21:12:54.555ZFMRI IFO
2462025-01-10T21:12:54.556Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472025-01-10T21:12:54.556Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482025-01-10T21:12:54.556Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492025-01-10T21:12:54.556Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502025-01-10T21:12:54.556Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512025-01-10T21:12:54.556Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522025-01-10T21:12:54.556Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2532025-01-10T21:12:54.556Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542025-01-10T21:12:54.556Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552025-01-10T21:12:54.556Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2562025-01-10T21:12:54.556Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2572025-01-10T21:12:54.556Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582025-01-10T21:12:54.556Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2592025-01-10T21:12:54.556Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2602025-01-10T21:12:54.556Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612025-01-10T21:12:55.324Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2622025-01-10T21:12:55.590Z Updating crates.io index
2632025-01-10T21:12:55.594Z Updating git repository `https://github.com/oxidecomputer/diffus`
2642025-01-10T21:12:55.927Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2652025-01-10T21:12:56.473Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2662025-01-10T21:12:56.755Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672025-01-10T21:12:57.004Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2682025-01-10T21:12:57.284Z Updating git repository `https://github.com/oxidecomputer/propolis`
2692025-01-10T21:12:58.229Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702025-01-10T21:12:59.716Z Updating git repository `https://github.com/oxidecomputer/opte`
2712025-01-10T21:13:00.428Z Updating git repository `https://github.com/oxidecomputer/falcon`
2722025-01-10T21:13:01.163Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732025-01-10T21:13:01.438Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742025-01-10T21:13:01.758Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2752025-01-10T21:13:02.383Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2762025-01-10T21:13:02.694Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2772025-01-10T21:13:03.051Z Updating git repository `https://github.com/oxidecomputer/tofino`
2782025-01-10T21:13:03.316Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792025-01-10T21:13:03.566Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802025-01-10T21:13:03.834Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812025-01-10T21:13:04.221Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2822025-01-10T21:13:04.467Z Updating git repository `https://github.com/oxidecomputer/ispf`
2832025-01-10T21:13:04.788Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2842025-01-10T21:13:05.159Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2852025-01-10T21:13:05.609Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2862025-01-10T21:13:05.883Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2872025-01-10T21:13:06.300Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2882025-01-10T21:13:06.682Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2892025-01-10T21:13:06.956Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2902025-01-10T21:13:07.208Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2912025-01-10T21:13:07.478Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2922025-01-10T21:13:08.774Z Downloading crates ...
2932025-01-10T21:13:08.845Z Downloaded autocfg v1.4.0
2942025-01-10T21:13:08.851Z Downloaded anstream v0.6.15
2952025-01-10T21:13:08.855Z Downloaded camino v1.1.9
2962025-01-10T21:13:08.863Z Downloaded swrite v0.1.0
2972025-01-10T21:13:08.866Z Downloaded scroll_derive v0.12.0
2982025-01-10T21:13:08.868Z Downloaded equivalent v1.0.1
2992025-01-10T21:13:08.872Z Downloaded usdt-attr-macro v0.5.0
3002025-01-10T21:13:08.880Z Downloaded camino-tempfile v1.1.1
3012025-01-10T21:13:08.891Z Downloaded usdt-macro v0.5.0
3022025-01-10T21:13:08.893Z Downloaded pretty-hex v0.4.1
3032025-01-10T21:13:08.896Z Downloaded dtrace-parser v0.2.0
3042025-01-10T21:13:08.908Z Downloaded thread-id v4.2.2
3052025-01-10T21:13:08.911Z Downloaded cargo-platform v0.1.8
3062025-01-10T21:13:08.911Z Downloaded terminal_size v0.4.0
3072025-01-10T21:13:08.913Z Downloaded heck v0.4.1
3082025-01-10T21:13:08.915Z Downloaded byteorder v1.5.0
3092025-01-10T21:13:08.918Z Downloaded block-buffer v0.10.4
3102025-01-10T21:13:08.919Z Downloaded bytecount v0.6.8
3112025-01-10T21:13:08.921Z Downloaded proc-macro-error-attr v1.0.4
3122025-01-10T21:13:08.921Z Downloaded anstyle-query v1.1.1
3132025-01-10T21:13:08.921Z Downloaded crypto-common v0.1.6
3142025-01-10T21:13:08.924Z Downloaded anstyle v1.0.10
3152025-01-10T21:13:08.924Z Downloaded toml_datetime v0.6.8
3162025-01-10T21:13:08.928Z Downloaded thiserror v1.0.69
3172025-01-10T21:13:08.930Z Downloaded fs-err v2.11.0
3182025-01-10T21:13:08.932Z Downloaded errno v0.3.9
3192025-01-10T21:13:08.932Z Downloaded cpufeatures v0.2.14
3202025-01-10T21:13:08.934Z Downloaded is_terminal_polyfill v1.70.1
3212025-01-10T21:13:08.937Z Downloaded unicode-linebreak v0.1.5
3222025-01-10T21:13:08.937Z Downloaded cfg-if v1.0.0
3232025-01-10T21:13:08.942Z Downloaded serde_spanned v0.6.8
3242025-01-10T21:13:08.945Z Downloaded thiserror-impl v1.0.69
3252025-01-10T21:13:08.947Z Downloaded usdt v0.5.0
3262025-01-10T21:13:08.947Z Downloaded pest_generator v2.7.14
3272025-01-10T21:13:08.947Z Downloaded memmap v0.7.0
3282025-01-10T21:13:08.955Z Downloaded fastrand v2.1.1
3292025-01-10T21:13:08.955Z Downloaded tabled_derive v0.7.0
3302025-01-10T21:13:08.955Z Downloaded itoa v1.0.11
3312025-01-10T21:13:08.955Z Downloaded smawk v0.3.2
3322025-01-10T21:13:08.955Z Downloaded fnv v1.0.7
3332025-01-10T21:13:08.955Z Downloaded anstyle-parse v0.2.5
3342025-01-10T21:13:08.958Z Downloaded version_check v0.9.5
3352025-01-10T21:13:08.958Z Downloaded heck v0.5.0
3362025-01-10T21:13:08.958Z Downloaded generic-array v0.14.7
3372025-01-10T21:13:08.961Z Downloaded strsim v0.11.1
3382025-01-10T21:13:08.963Z Downloaded macaddr v1.0.1
3392025-01-10T21:13:08.965Z Downloaded colorchoice v1.0.2
3402025-01-10T21:13:08.965Z Downloaded clap_lex v0.7.2
3412025-01-10T21:13:08.968Z Downloaded serde_tokenstream v0.2.2
3422025-01-10T21:13:08.968Z Downloaded dof v0.3.0
3432025-01-10T21:13:08.970Z Downloaded digest v0.10.7
3442025-01-10T21:13:08.972Z Downloaded cargo_toml v0.20.5
3452025-01-10T21:13:08.975Z Downloaded proc-macro-error v1.0.4
3462025-01-10T21:13:08.977Z Downloaded plain v0.2.3
3472025-01-10T21:13:08.979Z Downloaded semver v1.0.23
3482025-01-10T21:13:08.983Z Downloaded quote v1.0.37
3492025-01-10T21:13:08.991Z Downloaded cargo_metadata v0.18.1
3502025-01-10T21:13:08.993Z Downloaded zerocopy-derive v0.7.35
3512025-01-10T21:13:08.996Z Downloaded usdt-impl v0.5.0
3522025-01-10T21:13:08.999Z Downloaded scroll v0.12.0
3532025-01-10T21:13:09.001Z Downloaded clap_derive v4.5.18
3542025-01-10T21:13:09.004Z Downloaded utf8parse v0.2.2
3552025-01-10T21:13:09.004Z Downloaded once_cell v1.20.2
3562025-01-10T21:13:09.016Z Downloaded bitflags v2.6.0
3572025-01-10T21:13:09.020Z Downloaded ucd-trie v0.1.7
3582025-01-10T21:13:09.022Z Downloaded sha2 v0.10.8
3592025-01-10T21:13:09.025Z Downloaded pest_derive v2.7.14
3602025-01-10T21:13:09.028Z Downloaded log v0.4.22
3612025-01-10T21:13:09.033Z Downloaded toml v0.8.19
3622025-01-10T21:13:09.037Z Downloaded typenum v1.17.0
3632025-01-10T21:13:09.039Z Downloaded textwrap v0.16.1
3642025-01-10T21:13:09.042Z Downloaded pest_meta v2.7.14
3652025-01-10T21:13:09.044Z Downloaded ryu v1.0.18
3662025-01-10T21:13:09.047Z Downloaded anyhow v1.0.93
3672025-01-10T21:13:09.051Z Downloaded tempfile v3.13.0
3682025-01-10T21:13:09.053Z Downloaded proc-macro2 v1.0.89
3692025-01-10T21:13:09.056Z Downloaded clap v4.5.21
3702025-01-10T21:13:09.065Z Downloaded unicode-ident v1.0.13
3712025-01-10T21:13:09.067Z Downloaded serde_derive v1.0.215
3722025-01-10T21:13:09.071Z Downloaded papergrid v0.11.0
3732025-01-10T21:13:09.080Z Downloaded indexmap v2.6.0
3742025-01-10T21:13:09.093Z Downloaded serde v1.0.215
3752025-01-10T21:13:09.111Z Downloaded toml_edit v0.22.22
3762025-01-10T21:13:09.132Z Downloaded memchr v2.7.4
3772025-01-10T21:13:09.155Z Downloaded pest v2.7.14
3782025-01-10T21:13:09.160Z Downloaded zerocopy v0.7.35
3792025-01-10T21:13:09.175Z Downloaded serde_json v1.0.133
3802025-01-10T21:13:09.182Z Downloaded winnow v0.6.20
3812025-01-10T21:13:09.189Z Downloaded clap_builder v4.5.21
3822025-01-10T21:13:09.196Z Downloaded tabled v0.15.0
3832025-01-10T21:13:09.210Z Downloaded hashbrown v0.15.1
3842025-01-10T21:13:09.215Z Downloaded goblin v0.8.2
3852025-01-10T21:13:09.225Z Downloaded unicode-width v0.1.14
3862025-01-10T21:13:09.231Z Downloaded syn v1.0.109
3872025-01-10T21:13:09.240Z Downloaded syn v2.0.87
3882025-01-10T21:13:09.251Z Downloaded rustix v0.38.37
3892025-01-10T21:13:09.282Z Downloaded libc v0.2.162
3902025-01-10T21:13:09.589Z Compiling proc-macro2 v1.0.89
3912025-01-10T21:13:09.590Z Compiling unicode-ident v1.0.13
3922025-01-10T21:13:09.590Z Compiling version_check v0.9.5
3932025-01-10T21:13:09.590Z Compiling serde v1.0.215
3942025-01-10T21:13:09.592Z Compiling memchr v2.7.4
3952025-01-10T21:13:09.592Z Compiling thiserror v1.0.69
3962025-01-10T21:13:09.592Z Compiling libc v0.2.162
3972025-01-10T21:13:09.592Z Compiling ryu v1.0.18
3982025-01-10T21:13:09.846Z Compiling itoa v1.0.11
3992025-01-10T21:13:10.026Z Compiling ucd-trie v0.1.7
4002025-01-10T21:13:10.078Z Compiling once_cell v1.20.2
4012025-01-10T21:13:10.454Z Compiling byteorder v1.5.0
4022025-01-10T21:13:10.478Z Compiling rustix v0.38.37
4032025-01-10T21:13:10.655Z Compiling serde_json v1.0.133
4042025-01-10T21:13:10.964Z Compiling bitflags v2.6.0
4052025-01-10T21:13:11.048Z Compiling proc-macro-error-attr v1.0.4
4062025-01-10T21:13:11.328Z Compiling usdt-impl v0.5.0
4072025-01-10T21:13:11.379Z Compiling syn v1.0.109
4082025-01-10T21:13:11.437Z Compiling proc-macro-error v1.0.4
4092025-01-10T21:13:11.463Z Compiling equivalent v1.0.1
4102025-01-10T21:13:11.508Z Compiling quote v1.0.37
4112025-01-10T21:13:11.613Z Compiling camino v1.1.9
4122025-01-10T21:13:11.730Z Compiling plain v0.2.3
4132025-01-10T21:13:11.831Z Compiling hashbrown v0.15.1
4142025-01-10T21:13:11.894Z Compiling syn v2.0.87
4152025-01-10T21:13:12.023Z Compiling errno v0.3.9
4162025-01-10T21:13:12.262Z Compiling utf8parse v0.2.2
4172025-01-10T21:13:12.264Z Compiling log v0.4.22
4182025-01-10T21:13:12.372Z Compiling thread-id v4.2.2
4192025-01-10T21:13:12.395Z Compiling anstyle-parse v0.2.5
4202025-01-10T21:13:12.673Z Compiling is_terminal_polyfill v1.70.1
4212025-01-10T21:13:12.755Z Compiling autocfg v1.4.0
4222025-01-10T21:13:12.801Z Compiling anstyle-query v1.1.1
4232025-01-10T21:13:12.966Z Compiling semver v1.0.23
4242025-01-10T21:13:12.993Z Compiling indexmap v2.6.0
4252025-01-10T21:13:13.087Z Compiling anstyle v1.0.10
4262025-01-10T21:13:13.335Z Compiling winnow v0.6.20
4272025-01-10T21:13:13.471Z Compiling pretty-hex v0.4.1
4282025-01-10T21:13:13.579Z Compiling colorchoice v1.0.2
4292025-01-10T21:13:13.699Z Compiling unicode-width v0.1.14
4302025-01-10T21:13:13.743Z Compiling anstream v0.6.15
4312025-01-10T21:13:13.916Z Compiling fs-err v2.11.0
4322025-01-10T21:13:14.383Z Compiling terminal_size v0.4.0
4332025-01-10T21:13:14.385Z Compiling fnv v1.0.7
4342025-01-10T21:13:14.428Z Compiling bytecount v0.6.8
4352025-01-10T21:13:14.504Z Compiling fastrand v2.1.1
4362025-01-10T21:13:14.530Z Compiling clap_lex v0.7.2
4372025-01-10T21:13:14.609Z Compiling anyhow v1.0.93
4382025-01-10T21:13:14.638Z Compiling strsim v0.11.1
4392025-01-10T21:13:15.027Z Compiling cfg-if v1.0.0
4402025-01-10T21:13:15.060Z Compiling heck v0.5.0
4412025-01-10T21:13:15.170Z Compiling heck v0.4.1
4422025-01-10T21:13:15.553Z Compiling tempfile v3.13.0
4432025-01-10T21:13:15.608Z Compiling clap_builder v4.5.21
4442025-01-10T21:13:15.673Z Compiling papergrid v0.11.0
4452025-01-10T21:13:16.018Z Compiling memmap v0.7.0
4462025-01-10T21:13:16.148Z Compiling smawk v0.3.2
4472025-01-10T21:13:16.384Z Compiling unicode-linebreak v0.1.5
4482025-01-10T21:13:16.873Z Compiling textwrap v0.16.1
4492025-01-10T21:13:17.030Z Compiling swrite v0.1.0
4502025-01-10T21:13:18.089Z Compiling tabled_derive v0.7.0
4512025-01-10T21:13:19.740Z Compiling tabled v0.15.0
4522025-01-10T21:13:21.084Z Compiling serde_derive v1.0.215
4532025-01-10T21:13:21.086Z Compiling thiserror-impl v1.0.69
4542025-01-10T21:13:21.086Z Compiling zerocopy-derive v0.7.35
4552025-01-10T21:13:21.086Z Compiling scroll_derive v0.12.0
4562025-01-10T21:13:21.237Z Compiling clap_derive v4.5.18
4572025-01-10T21:13:22.394Z Compiling scroll v0.12.0
4582025-01-10T21:13:22.876Z Compiling goblin v0.8.2
4592025-01-10T21:13:22.921Z Compiling zerocopy v0.7.35
4602025-01-10T21:13:23.626Z Compiling pest v2.7.14
4612025-01-10T21:13:24.989Z Compiling clap v4.5.21
4622025-01-10T21:13:26.037Z Compiling pest_meta v2.7.14
4632025-01-10T21:13:26.883Z Compiling pest_generator v2.7.14
4642025-01-10T21:13:28.548Z Compiling pest_derive v2.7.14
4652025-01-10T21:13:29.325Z Compiling dtrace-parser v0.2.0
4662025-01-10T21:13:31.304Z Compiling serde_spanned v0.6.8
4672025-01-10T21:13:31.306Z Compiling toml_datetime v0.6.8
4682025-01-10T21:13:31.307Z Compiling cargo-platform v0.1.8
4692025-01-10T21:13:31.675Z Compiling serde_tokenstream v0.2.2
4702025-01-10T21:13:31.893Z Compiling toml_edit v0.22.22
4712025-01-10T21:13:31.896Z Compiling macaddr v1.0.1
4722025-01-10T21:13:32.030Z Compiling camino-tempfile v1.1.1
4732025-01-10T21:13:32.801Z Compiling dof v0.3.0
4742025-01-10T21:13:32.801Z Compiling cargo_metadata v0.18.1
4752025-01-10T21:13:34.729Z Compiling toml v0.8.19
4762025-01-10T21:13:34.856Z Compiling usdt-macro v0.5.0
4772025-01-10T21:13:34.856Z Compiling usdt-attr-macro v0.5.0
4782025-01-10T21:13:35.539Z Compiling cargo_toml v0.20.5
4792025-01-10T21:13:36.184Z Compiling usdt v0.5.0
4802025-01-10T21:13:39.172Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4812025-01-10T21:13:43.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.31s
4822025-01-10T21:13:43.665Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4832025-01-10T21:13:44.203Z Downloading crates ...
4842025-01-10T21:13:44.329Z Downloaded adler2 v2.0.0
4852025-01-10T21:13:44.331Z Downloaded aead v0.5.2
4862025-01-10T21:13:44.337Z Downloaded cfg_aliases v0.2.1
4872025-01-10T21:13:44.339Z Downloaded http-body v1.0.1
4882025-01-10T21:13:44.341Z Downloaded headers-core v0.3.0
4892025-01-10T21:13:44.341Z Downloaded addr2line v0.24.2
4902025-01-10T21:13:44.344Z Downloaded atty v0.2.14
4912025-01-10T21:13:44.346Z Downloaded cfg_aliases v0.1.1
4922025-01-10T21:13:44.346Z Downloaded assert_matches v1.5.0
4932025-01-10T21:13:44.351Z Downloaded async-stream-impl v0.3.6
4942025-01-10T21:13:44.354Z Downloaded home v0.5.9
4952025-01-10T21:13:44.357Z Downloaded http-range v0.1.5
4962025-01-10T21:13:44.359Z Downloaded crunchy v0.2.2
4972025-01-10T21:13:44.362Z Downloaded hex-literal v0.4.1
4982025-01-10T21:13:44.362Z Downloaded hubpack_derive v0.1.1
4992025-01-10T21:13:44.365Z Downloaded matches v0.1.10
5002025-01-10T21:13:44.367Z Downloaded ciborium-io v0.2.2
5012025-01-10T21:13:44.369Z Downloaded md5 v0.7.0
5022025-01-10T21:13:44.372Z Downloaded match_cfg v0.1.0
5032025-01-10T21:13:44.377Z Downloaded ident_case v1.0.1
5042025-01-10T21:13:44.377Z Downloaded ahash v0.8.11
5052025-01-10T21:13:44.381Z Downloaded cstr-argument v0.1.2
5062025-01-10T21:13:44.383Z Downloaded async-stream v0.3.6
5072025-01-10T21:13:44.388Z Downloaded lazy_static v1.5.0
5082025-01-10T21:13:44.388Z Downloaded httparse v1.9.5
5092025-01-10T21:13:44.390Z Downloaded heck v0.3.3
5102025-01-10T21:13:44.393Z Downloaded httpdate v1.0.3
5112025-01-10T21:13:44.395Z Downloaded http-body-util v0.1.2
5122025-01-10T21:13:44.397Z Downloaded icu_provider_macros v1.5.0
5132025-01-10T21:13:44.397Z Downloaded hostname v0.3.1
5142025-01-10T21:13:44.400Z Downloaded crc-catalog v2.4.0
5152025-01-10T21:13:44.402Z Downloaded colored v2.1.0
5162025-01-10T21:13:44.404Z Downloaded is_ci v1.2.0
5172025-01-10T21:13:44.407Z Downloaded convert_case v0.4.0
5182025-01-10T21:13:44.409Z Downloaded is-terminal v0.4.13
5192025-01-10T21:13:44.409Z Downloaded instant v0.1.13
5202025-01-10T21:13:44.411Z Downloaded indoc v1.0.9
5212025-01-10T21:13:44.414Z Downloaded curve25519-dalek-derive v0.1.1
5222025-01-10T21:13:44.416Z Downloaded internet-checksum v0.2.1
5232025-01-10T21:13:44.416Z Downloaded const_format_proc_macros v0.2.33
5242025-01-10T21:13:44.419Z Downloaded memoffset v0.9.1
5252025-01-10T21:13:44.421Z Downloaded cassowary v0.3.0
5262025-01-10T21:13:44.424Z Downloaded hostname v0.4.0
5272025-01-10T21:13:44.426Z Downloaded maybe-uninit v2.0.0
5282025-01-10T21:13:44.428Z Downloaded allocator-api2 v0.2.18
5292025-01-10T21:13:44.431Z Downloaded progenitor-client v0.8.0
5302025-01-10T21:13:44.433Z Downloaded lockfree-object-pool v0.1.6
5312025-01-10T21:13:44.436Z Downloaded crossbeam-deque v0.8.5
5322025-01-10T21:13:44.438Z Downloaded chacha20 v0.9.1
5332025-01-10T21:13:44.440Z Downloaded lru v0.12.5
5342025-01-10T21:13:44.442Z Downloaded libsw v3.3.1
5352025-01-10T21:13:44.445Z Downloaded ctr v0.9.2
5362025-01-10T21:13:44.447Z Downloaded hickory-client v0.24.1
5372025-01-10T21:13:44.451Z Downloaded mime v0.3.17
5382025-01-10T21:13:44.453Z Downloaded lru-cache v0.1.2
5392025-01-10T21:13:44.455Z Downloaded r2d2 v0.8.10
5402025-01-10T21:13:44.458Z Downloaded linked-hash-map v0.5.6
5412025-01-10T21:13:44.460Z Downloaded cookie_store v0.21.0
5422025-01-10T21:13:44.462Z Downloaded maplit v1.0.2
5432025-01-10T21:13:44.462Z Downloaded bzip2 v0.4.4
5442025-01-10T21:13:44.465Z Downloaded highway v1.2.0
5452025-01-10T21:13:44.467Z Downloaded bitfield v0.14.0
5462025-01-10T21:13:44.470Z Downloaded hyper-rustls v0.27.3
5472025-01-10T21:13:44.473Z Downloaded async-bb8-diesel v0.2.1
5482025-01-10T21:13:44.475Z Downloaded managed v0.8.0
5492025-01-10T21:13:44.478Z Downloaded iana-time-zone v0.1.61
5502025-01-10T21:13:44.480Z Downloaded memmap2 v0.9.5
5512025-01-10T21:13:44.483Z Downloaded lock_api v0.4.12
5522025-01-10T21:13:44.485Z Downloaded darling v0.20.10
5532025-01-10T21:13:44.490Z Downloaded toolchain_find v0.4.0
5542025-01-10T21:13:44.492Z Downloaded libloading v0.8.5
5552025-01-10T21:13:44.495Z Downloaded zerofrom v0.1.4
5562025-01-10T21:13:44.497Z Downloaded async-trait v0.1.83
5572025-01-10T21:13:44.500Z Downloaded mime_guess v2.0.5
5582025-01-10T21:13:44.503Z Downloaded scrypt v0.11.0
5592025-01-10T21:13:44.505Z Downloaded same-file v1.0.6
5602025-01-10T21:13:44.507Z Downloaded hubpack v0.1.2
5612025-01-10T21:13:44.510Z Downloaded rtoolbox v0.0.2
5622025-01-10T21:13:44.512Z Downloaded icu_locid_transform v1.5.0
5632025-01-10T21:13:44.514Z Downloaded diesel_table_macro_syntax v0.2.0
5642025-01-10T21:13:44.514Z Downloaded resolv-conf v0.7.0
5652025-01-10T21:13:44.516Z Downloaded sha1 v0.10.6
5662025-01-10T21:13:44.519Z Downloaded crossbeam-utils v0.8.20
5672025-01-10T21:13:44.522Z Downloaded jobserver v0.1.32
5682025-01-10T21:13:44.525Z Downloaded simd-adler32 v0.3.7
5692025-01-10T21:13:44.527Z Downloaded array-init v0.0.4
5702025-01-10T21:13:44.530Z Downloaded litemap v0.7.3
5712025-01-10T21:13:44.532Z Downloaded dyn-clone v1.0.17
5722025-01-10T21:13:44.534Z Downloaded number_prefix v0.4.0
5732025-01-10T21:13:44.537Z Downloaded num_threads v0.1.7
5742025-01-10T21:13:44.537Z Downloaded foreign-types-shared v0.3.1
5752025-01-10T21:13:44.539Z Downloaded foreign-types-shared v0.1.1
5762025-01-10T21:13:44.539Z Downloaded foreign-types-macros v0.2.3
5772025-01-10T21:13:44.541Z Downloaded crc32fast v1.4.2
5782025-01-10T21:13:44.544Z Downloaded subtle v2.6.1
5792025-01-10T21:13:44.546Z Downloaded gethostname v0.5.0
5802025-01-10T21:13:44.546Z Downloaded strip-ansi-escapes v0.2.0
5812025-01-10T21:13:44.549Z Downloaded parse-size v1.1.0
5822025-01-10T21:13:44.549Z Downloaded twox-hash v1.6.3
5832025-01-10T21:13:44.552Z Downloaded xz2 v0.1.7
5842025-01-10T21:13:44.555Z Downloaded zeroize_derive v1.4.2
5852025-01-10T21:13:44.557Z Downloaded zerovec-derive v0.10.3
5862025-01-10T21:13:44.557Z Downloaded zeroize v1.8.1
5872025-01-10T21:13:44.559Z Downloaded icu_provider v1.5.0
5882025-01-10T21:13:44.563Z Downloaded foreign-types v0.5.0
5892025-01-10T21:13:44.565Z Downloaded float-cmp v0.9.0
5902025-01-10T21:13:44.567Z Downloaded fallible-iterator v0.3.0
5912025-01-10T21:13:44.567Z Downloaded psl-types v2.0.11
5922025-01-10T21:13:44.570Z Downloaded indexmap v1.9.3
5932025-01-10T21:13:44.573Z Downloaded fallible-streaming-iterator v0.1.9
5942025-01-10T21:13:44.575Z Downloaded sct v0.7.1
5952025-01-10T21:13:44.578Z Downloaded rpassword v7.3.1
5962025-01-10T21:13:44.584Z Downloaded env_filter v0.1.2
5972025-01-10T21:13:44.584Z Downloaded diesel-dtrace v0.4.2
5982025-01-10T21:13:44.584Z Downloaded bytes v1.8.0
5992025-01-10T21:13:44.589Z Downloaded termtree v0.4.1
6002025-01-10T21:13:44.591Z Downloaded sigpipe v0.1.3
6012025-01-10T21:13:44.591Z Downloaded icu_properties v1.5.1
6022025-01-10T21:13:44.595Z Downloaded nodrop v0.1.14
6032025-01-10T21:13:44.597Z Downloaded multimap v0.10.0
6042025-01-10T21:13:44.599Z Downloaded heapless v0.8.0
6052025-01-10T21:13:44.602Z Downloaded tokio-rustls v0.26.0
6062025-01-10T21:13:44.605Z Downloaded olpc-cjson v0.1.4
6072025-01-10T21:13:44.607Z Downloaded xattr v1.3.1
6082025-01-10T21:13:44.610Z Downloaded phf_codegen v0.11.2
6092025-01-10T21:13:44.612Z Downloaded ed25519 v2.2.3
6102025-01-10T21:13:44.614Z Downloaded strum_macros v0.26.4
6112025-01-10T21:13:44.616Z Downloaded write16 v1.0.0
6122025-01-10T21:13:44.619Z Downloaded percent-encoding v2.3.1
6132025-01-10T21:13:44.619Z Downloaded value-bag v1.9.0
6142025-01-10T21:13:44.621Z Downloaded primeorder v0.13.6
6152025-01-10T21:13:44.624Z Downloaded rusty-fork v0.3.0
6162025-01-10T21:13:44.626Z Downloaded serde_plain v1.0.2
6172025-01-10T21:13:44.628Z Downloaded ecdsa v0.16.9
6182025-01-10T21:13:44.631Z Downloaded cc v1.1.30
6192025-01-10T21:13:44.634Z Downloaded hickory-server v0.24.1
6202025-01-10T21:13:44.641Z Downloaded serde_path_to_error v0.1.16
6212025-01-10T21:13:44.643Z Downloaded icu_collections v1.5.0
6222025-01-10T21:13:44.650Z Downloaded path-slash v0.1.5
6232025-01-10T21:13:44.653Z Downloaded thiserror-impl v2.0.3
6242025-01-10T21:13:44.656Z Downloaded multer v3.1.0
6252025-01-10T21:13:44.658Z Downloaded tabwriter v1.4.0
6262025-01-10T21:13:44.660Z Downloaded num-iter v0.1.45
6272025-01-10T21:13:44.663Z Downloaded toml v0.7.8
6282025-01-10T21:13:44.665Z Downloaded password-hash v0.4.2
6292025-01-10T21:13:44.667Z Downloaded phf v0.11.2
6302025-01-10T21:13:44.669Z Downloaded uuid v1.11.0
6312025-01-10T21:13:44.673Z Downloaded untrusted v0.7.1
6322025-01-10T21:13:44.675Z Downloaded universal-hash v0.5.1
6332025-01-10T21:13:44.678Z Downloaded dunce v1.0.5
6342025-01-10T21:13:44.678Z Downloaded defmt-macros v0.3.9
6352025-01-10T21:13:44.681Z Downloaded rustversion v1.0.17
6362025-01-10T21:13:44.684Z Downloaded dsl_auto_type v0.1.2
6372025-01-10T21:13:44.686Z Downloaded dirs-sys-next v0.1.2
6382025-01-10T21:13:44.688Z Downloaded backtrace v0.3.74
6392025-01-10T21:13:44.693Z Downloaded futures-task v0.3.31
6402025-01-10T21:13:44.696Z Downloaded hickory-resolver v0.24.1
6412025-01-10T21:13:44.701Z Downloaded sqlparser_derive v0.2.2
6422025-01-10T21:13:44.703Z Downloaded nibble_vec v0.1.0
6432025-01-10T21:13:44.705Z Downloaded pbkdf2 v0.12.2
6442025-01-10T21:13:44.708Z Downloaded pbkdf2 v0.11.0
6452025-01-10T21:13:44.710Z Downloaded http v1.1.0
6462025-01-10T21:13:44.714Z Downloaded thiserror v2.0.3
6472025-01-10T21:13:44.721Z Downloaded powerfmt v0.2.0
6482025-01-10T21:13:44.723Z Downloaded pin-utils v0.1.0
6492025-01-10T21:13:44.725Z Downloaded whoami v1.5.2
6502025-01-10T21:13:44.737Z Downloaded shlex v1.3.0
6512025-01-10T21:13:44.740Z Downloaded num-conv v0.1.0
6522025-01-10T21:13:44.742Z Downloaded newline-converter v0.3.0
6532025-01-10T21:13:44.742Z Downloaded shell-words v1.1.0
6542025-01-10T21:13:44.742Z Downloaded secrecy v0.8.0
6552025-01-10T21:13:44.745Z Downloaded scheduled-thread-pool v0.2.7
6562025-01-10T21:13:44.747Z Downloaded normalize-line-endings v0.3.0
6572025-01-10T21:13:44.749Z Downloaded tls_codec v0.4.1
6582025-01-10T21:13:44.749Z Downloaded stable_deref_trait v1.2.0
6592025-01-10T21:13:44.752Z Downloaded ssh-encoding v0.2.0
6602025-01-10T21:13:44.752Z Downloaded signal-hook-mio v0.2.4
6612025-01-10T21:13:44.754Z Downloaded rfc6979 v0.4.0
6622025-01-10T21:13:44.757Z Downloaded ssh-cipher v0.2.0
6632025-01-10T21:13:44.757Z Downloaded qorb v0.2.1
6642025-01-10T21:13:44.762Z Downloaded pretty-hex v0.2.1
6652025-01-10T21:13:44.764Z Downloaded peg-runtime v0.8.3
6662025-01-10T21:13:44.764Z Downloaded const_format v0.2.33
6672025-01-10T21:13:44.770Z Downloaded serde-big-array v0.5.1
6682025-01-10T21:13:44.772Z Downloaded postcard v1.0.10
6692025-01-10T21:13:44.775Z Downloaded poly1305 v0.8.0
6702025-01-10T21:13:44.778Z Downloaded tracing-attributes v0.1.27
6712025-01-10T21:13:44.780Z Downloaded test-strategy v0.3.1
6722025-01-10T21:13:44.785Z Downloaded tower-service v0.3.3
6732025-01-10T21:13:44.787Z Downloaded deranged v0.3.11
6742025-01-10T21:13:44.790Z Downloaded polyval v0.6.2
6752025-01-10T21:13:44.790Z Downloaded fragile v2.0.0
6762025-01-10T21:13:44.792Z Downloaded elliptic-curve v0.13.8
6772025-01-10T21:13:44.796Z Downloaded dropshot_endpoint v0.13.0
6782025-01-10T21:13:44.801Z Downloaded endian-type v0.1.2
6792025-01-10T21:13:44.804Z Downloaded downcast v0.11.0
6802025-01-10T21:13:44.804Z Downloaded dhcproto-macros v0.1.0
6812025-01-10T21:13:44.807Z Downloaded hash32 v0.3.1
6822025-01-10T21:13:44.810Z Downloaded num-derive v0.4.2
6832025-01-10T21:13:44.810Z Downloaded aes v0.8.4
6842025-01-10T21:13:44.813Z Downloaded num v0.4.3
6852025-01-10T21:13:44.815Z Downloaded dropshot_endpoint v0.12.0
6862025-01-10T21:13:44.818Z Downloaded tokio-tungstenite v0.21.0
6872025-01-10T21:13:44.821Z Downloaded tokio-stream v0.1.16
6882025-01-10T21:13:44.826Z Downloaded predicates-tree v1.0.11
6892025-01-10T21:13:44.828Z Downloaded vte v0.11.1
6902025-01-10T21:13:44.831Z Downloaded static_assertions v1.1.0
6912025-01-10T21:13:44.833Z Downloaded serde_urlencoded v0.7.1
6922025-01-10T21:13:44.835Z Downloaded semver v0.1.20
6932025-01-10T21:13:44.838Z Downloaded toml_edit v0.19.15
6942025-01-10T21:13:44.855Z Downloaded sync_wrapper v1.0.1
6952025-01-10T21:13:44.858Z Downloaded sync-ptr v0.1.1
6962025-01-10T21:13:44.858Z Downloaded unicode-xid v0.2.6
6972025-01-10T21:13:44.860Z Downloaded topological-sort v0.2.2
6982025-01-10T21:13:44.860Z Downloaded tokio-macros v2.4.0
6992025-01-10T21:13:44.862Z Downloaded smallvec v0.6.14
7002025-01-10T21:13:44.864Z Downloaded vte_generate_state_changes v0.1.2
7012025-01-10T21:13:44.864Z Downloaded wait-timeout v0.2.0
7022025-01-10T21:13:44.867Z Downloaded untrusted v0.9.0
7032025-01-10T21:13:44.869Z Downloaded diesel_derives v2.2.3
7042025-01-10T21:13:44.873Z Downloaded yoke-derive v0.7.4
7052025-01-10T21:13:44.875Z Downloaded foldhash v0.1.3
7062025-01-10T21:13:44.876Z Downloaded float-ord v0.3.2
7072025-01-10T21:13:44.878Z Downloaded pkcs1 v0.7.5
7082025-01-10T21:13:44.881Z Downloaded derive_builder_macro v0.20.2
7092025-01-10T21:13:44.883Z Downloaded debug-ignore v1.0.5
7102025-01-10T21:13:44.883Z Downloaded flagset v0.4.6
7112025-01-10T21:13:44.886Z Downloaded omicron-zone-package v0.12.0
7122025-01-10T21:13:44.888Z Downloaded num_enum_derive v0.5.11
7132025-01-10T21:13:44.891Z Downloaded pin-project-lite v0.2.14
7142025-01-10T21:13:44.896Z Downloaded pem v3.0.4
7152025-01-10T21:13:44.898Z Downloaded aho-corasick v1.1.3
7162025-01-10T21:13:44.904Z Downloaded unicode-segmentation v1.12.0
7172025-01-10T21:13:44.909Z Downloaded tap v1.0.1
7182025-01-10T21:13:44.912Z Downloaded structmeta-derive v0.2.0
7192025-01-10T21:13:44.912Z Downloaded structmeta v0.3.0
7202025-01-10T21:13:44.915Z Downloaded slog-term v2.9.1
7212025-01-10T21:13:44.917Z Downloaded structmeta v0.2.0
7222025-01-10T21:13:44.919Z Downloaded half v2.4.1
7232025-01-10T21:13:44.922Z Downloaded derive-where v1.2.7
7242025-01-10T21:13:44.927Z Downloaded signal-hook v0.3.17
7252025-01-10T21:13:44.930Z Downloaded unicode_categories v0.1.1
7262025-01-10T21:13:44.932Z Downloaded rsa v0.9.6
7272025-01-10T21:13:44.937Z Downloaded try-lock v0.2.5
7282025-01-10T21:13:44.939Z Downloaded defmt v0.3.8
7292025-01-10T21:13:44.942Z Downloaded hashlink v0.9.1
7302025-01-10T21:13:44.945Z Downloaded itertools v0.13.0
7312025-01-10T21:13:44.954Z Downloaded precomputed-hash v0.1.1
7322025-01-10T21:13:44.956Z Downloaded zip v0.6.6
7332025-01-10T21:13:44.959Z Downloaded progenitor-macro v0.8.0
7342025-01-10T21:13:44.962Z Downloaded signal-hook-tokio v0.3.1
7352025-01-10T21:13:44.964Z Downloaded progenitor v0.8.0
7362025-01-10T21:13:44.964Z Downloaded password-hash v0.5.0
7372025-01-10T21:13:44.966Z Downloaded serde_with_macros v3.11.0
7382025-01-10T21:13:44.969Z Downloaded predicates-core v1.0.8
7392025-01-10T21:13:44.972Z Downloaded rand_seeder v0.3.0
7402025-01-10T21:13:44.974Z Downloaded unicode-normalization v0.1.24
7412025-01-10T21:13:44.977Z Downloaded russh-cryptovec v0.7.3
7422025-01-10T21:13:44.979Z Downloaded foreign-types v0.3.2
7432025-01-10T21:13:44.979Z Downloaded walkdir v2.5.0
7442025-01-10T21:13:44.982Z Downloaded vergen v8.3.2
7452025-01-10T21:13:44.985Z Downloaded wyz v0.5.1
7462025-01-10T21:13:44.987Z Downloaded supports-color v3.0.1
7472025-01-10T21:13:44.989Z Downloaded num-bigint v0.4.6
7482025-01-10T21:13:44.994Z Downloaded opaque-debug v0.3.1
7492025-01-10T21:13:44.996Z Downloaded zone_cfg_derive v0.1.2
7502025-01-10T21:13:44.996Z Downloaded want v0.3.1
7512025-01-10T21:13:44.999Z Downloaded waitgroup v0.1.2
7522025-01-10T21:13:44.999Z Downloaded enum-as-inner v0.6.1
7532025-01-10T21:13:45.001Z Downloaded der_derive v0.7.3
7542025-01-10T21:13:45.003Z Downloaded miniz_oxide v0.8.0
7552025-01-10T21:13:45.006Z Downloaded enum-as-inner v0.5.1
7562025-01-10T21:13:45.008Z Downloaded quick-error v1.2.3
7572025-01-10T21:13:45.011Z Downloaded num-rational v0.4.2
7582025-01-10T21:13:45.013Z Downloaded tokio-postgres v0.7.12
7592025-01-10T21:13:45.017Z Downloaded tinyvec_macros v0.1.1
7602025-01-10T21:13:45.019Z Downloaded ppv-lite86 v0.2.20
7612025-01-10T21:13:45.022Z Downloaded signal-hook-registry v1.4.2
7622025-01-10T21:13:45.024Z Downloaded mirai-annotations v1.12.0
7632025-01-10T21:13:45.024Z Downloaded phf_shared v0.11.2
7642025-01-10T21:13:45.026Z Downloaded glob v0.3.1
7652025-01-10T21:13:45.026Z Downloaded parking_lot_core v0.9.10
7662025-01-10T21:13:45.028Z Downloaded take_mut v0.2.2
7672025-01-10T21:13:45.031Z Downloaded fixedbitset v0.4.2
7682025-01-10T21:13:45.031Z Downloaded futures-core v0.3.31
7692025-01-10T21:13:45.033Z Downloaded zone v0.3.0
7702025-01-10T21:13:45.035Z Downloaded zone v0.1.8
7712025-01-10T21:13:45.036Z Downloaded parking_lot_core v0.8.6
7722025-01-10T21:13:45.038Z Downloaded zerocopy-derive v0.8.10
7732025-01-10T21:13:45.045Z Downloaded zone_cfg_derive v0.3.0
7742025-01-10T21:13:45.047Z Downloaded form_urlencoded v1.2.1
7752025-01-10T21:13:45.047Z Downloaded zerocopy v0.6.6
7762025-01-10T21:13:45.050Z Downloaded funty v2.0.0
7772025-01-10T21:13:45.052Z Downloaded flume v0.11.1
7782025-01-10T21:13:45.056Z Downloaded unicode-truncate v1.1.0
7792025-01-10T21:13:45.058Z Downloaded typify-macro v0.2.0
7802025-01-10T21:13:45.060Z Downloaded slog-stdlog v4.1.1
7812025-01-10T21:13:45.062Z Downloaded openssl-macros v0.1.1
7822025-01-10T21:13:45.062Z Downloaded newtype_derive v0.1.6
7832025-01-10T21:13:45.065Z Downloaded env_logger v0.11.5
7842025-01-10T21:13:45.067Z Downloaded new_debug_unreachable v1.0.6
7852025-01-10T21:13:45.069Z Downloaded env_logger v0.10.2
7862025-01-10T21:13:45.072Z Downloaded rustc_version v0.1.7
7872025-01-10T21:13:45.072Z Downloaded predicates v3.1.2
7882025-01-10T21:13:45.075Z Downloaded pkg-config v0.3.31
7892025-01-10T21:13:45.077Z Downloaded rustc-hash v2.0.0
7902025-01-10T21:13:45.079Z Downloaded phf_generator v0.11.2
7912025-01-10T21:13:45.079Z Downloaded progenitor-impl v0.8.0
7922025-01-10T21:13:45.082Z Downloaded tokio-native-tls v0.3.1
7932025-01-10T21:13:45.084Z Downloaded typify v0.2.0
7942025-01-10T21:13:45.087Z Downloaded mockall v0.13.0
7952025-01-10T21:13:45.090Z Downloaded zip v2.1.3
7962025-01-10T21:13:45.095Z Downloaded darling_macro v0.20.10
7972025-01-10T21:13:45.097Z Downloaded zerovec v0.10.4
7982025-01-10T21:13:45.102Z Downloaded synstructure v0.13.1
7992025-01-10T21:13:45.105Z Downloaded yasna v0.5.2
8002025-01-10T21:13:45.108Z Downloaded futures-channel v0.3.31
8012025-01-10T21:13:45.111Z Downloaded scopeguard v1.2.0
8022025-01-10T21:13:45.111Z Downloaded tls_codec_derive v0.4.1
8032025-01-10T21:13:45.114Z Downloaded pkcs8 v0.10.2
8042025-01-10T21:13:45.116Z Downloaded packed_struct v0.10.1
8052025-01-10T21:13:45.118Z Downloaded fatfs v0.3.6
8062025-01-10T21:13:45.120Z Downloaded pin-project-internal v1.1.6
8072025-01-10T21:13:45.123Z Downloaded filetime v0.2.25
8082025-01-10T21:13:45.125Z Downloaded rustls-pemfile v1.0.4
8092025-01-10T21:13:45.127Z Downloaded thiserror-no-std v2.0.2
8102025-01-10T21:13:45.131Z Downloaded futures-executor v0.3.31
8112025-01-10T21:13:45.134Z Downloaded ff v0.13.0
8122025-01-10T21:13:45.136Z Downloaded num-traits v0.2.19
8132025-01-10T21:13:45.139Z Downloaded signature v2.2.0
8142025-01-10T21:13:45.141Z Downloaded salsa20 v0.10.2
8152025-01-10T21:13:45.143Z Downloaded thread_local v1.1.8
8162025-01-10T21:13:45.143Z Downloaded rustls-pemfile v2.2.0
8172025-01-10T21:13:45.146Z Downloaded pin-project v1.1.6
8182025-01-10T21:13:45.158Z Downloaded tui-tree-widget v0.22.0
8192025-01-10T21:13:45.161Z Downloaded tinystr v0.7.6
8202025-01-10T21:13:45.163Z Downloaded ssh-key v0.6.6
8212025-01-10T21:13:45.170Z Downloaded newtype-uuid v1.1.3
8222025-01-10T21:13:45.173Z Downloaded russh-keys v0.45.0
8232025-01-10T21:13:45.175Z Downloaded data-encoding v2.6.0
8242025-01-10T21:13:45.177Z Downloaded packed_struct_codegen v0.10.1
8252025-01-10T21:13:45.178Z Downloaded schemars_derive v0.8.21
8262025-01-10T21:13:45.180Z Downloaded dirs-next v2.0.0
8272025-01-10T21:13:45.182Z Downloaded bindgen v0.69.5
8282025-01-10T21:13:45.188Z Downloaded term v0.7.0
8292025-01-10T21:13:45.192Z Downloaded mockall_derive v0.13.0
8302025-01-10T21:13:45.195Z Downloaded url v2.5.3
8312025-01-10T21:13:45.198Z Downloaded sec1 v0.7.3
8322025-01-10T21:13:45.201Z Downloaded icu_properties_data v1.5.0
8332025-01-10T21:13:45.212Z Downloaded lalrpop v0.19.12
8342025-01-10T21:13:45.225Z Downloaded zopfli v0.8.1
8352025-01-10T21:13:45.228Z Downloaded parking_lot v0.11.2
8362025-01-10T21:13:45.230Z Downloaded globset v0.4.15
8372025-01-10T21:13:45.233Z Downloaded tracing-core v0.1.32
8382025-01-10T21:13:45.235Z Downloaded der v0.7.9
8392025-01-10T21:13:45.240Z Downloaded publicsuffix v2.2.3
8402025-01-10T21:13:45.244Z Downloaded dhcproto v0.12.0
8412025-01-10T21:13:45.246Z Downloaded tungstenite v0.21.0
8422025-01-10T21:13:45.251Z Downloaded schemars v0.8.21
8432025-01-10T21:13:45.264Z Downloaded diff v0.1.13
8442025-01-10T21:13:45.267Z Downloaded rustls-webpki v0.101.7
8452025-01-10T21:13:45.283Z Downloaded samael v0.0.17
8462025-01-10T21:13:45.289Z Downloaded bitvec v1.0.1
8472025-01-10T21:13:45.305Z Downloaded tar v0.4.42
8482025-01-10T21:13:45.308Z Downloaded quinn-proto v0.11.8
8492025-01-10T21:13:45.315Z Downloaded chrono v0.4.38
8502025-01-10T21:13:45.323Z Downloaded expectorate v1.1.0
8512025-01-10T21:13:45.326Z Downloaded hashbrown v0.14.5
8522025-01-10T21:13:45.332Z Downloaded num-bigint-dig v0.8.4
8532025-01-10T21:13:45.336Z Downloaded serde_with v3.11.0
8542025-01-10T21:13:45.346Z Downloaded tracing v0.1.40
8552025-01-10T21:13:45.351Z Downloaded petname v2.0.2
8562025-01-10T21:13:45.357Z Downloaded nom v7.1.3
8572025-01-10T21:13:45.362Z Downloaded sqlparser v0.45.0
8582025-01-10T21:13:45.369Z Downloaded mio v1.0.2
8592025-01-10T21:13:45.375Z Downloaded time v0.3.36
8602025-01-10T21:13:45.387Z Downloaded typed-path v0.9.3
8612025-01-10T21:13:45.390Z Downloaded object v0.30.4
8622025-01-10T21:13:45.401Z Downloaded idna v0.2.3
8632025-01-10T21:13:45.408Z Downloaded idna v0.3.0
8642025-01-10T21:13:45.420Z Downloaded reqwest v0.12.9
8652025-01-10T21:13:45.425Z Downloaded idna v0.4.0
8662025-01-10T21:13:45.433Z Downloaded rustyline v14.0.0
8672025-01-10T21:13:45.439Z Downloaded p521 v0.13.3
8682025-01-10T21:13:45.444Z Downloaded hickory-proto v0.24.1
8692025-01-10T21:13:45.461Z Downloaded quick-xml v0.33.0
8702025-01-10T21:13:45.467Z Downloaded rustls v0.23.19
8712025-01-10T21:13:45.481Z Downloaded tokio-util v0.7.12
8722025-01-10T21:13:45.487Z Downloaded salty v0.3.0
8732025-01-10T21:13:45.494Z Downloaded zerocopy v0.8.10
8742025-01-10T21:13:45.520Z Downloaded object v0.36.5
8752025-01-10T21:13:45.531Z Downloaded smoltcp v0.11.0
8762025-01-10T21:13:45.545Z Downloaded h2 v0.4.6
8772025-01-10T21:13:45.552Z Downloaded webpki-roots v0.26.6
8782025-01-10T21:13:45.555Z Downloaded nix v0.28.0
8792025-01-10T21:13:45.567Z Downloaded chrono-tz v0.10.0
8802025-01-10T21:13:45.575Z Downloaded regex-syntax v0.6.29
8812025-01-10T21:13:45.582Z Downloaded openssl v0.10.66
8822025-01-10T21:13:45.592Z Downloaded polar-core v0.27.3
8832025-01-10T21:13:45.602Z Downloaded nix v0.29.0
8842025-01-10T21:13:45.615Z Downloaded rustls v0.22.4
8852025-01-10T21:13:45.629Z Downloaded diesel v2.2.6
8862025-01-10T21:13:45.648Z Downloaded unicode-width v0.2.0
8872025-01-10T21:13:45.654Z Downloaded trust-dns-proto v0.22.0
8882025-01-10T21:13:45.667Z Downloaded regex v1.11.1
8892025-01-10T21:13:45.680Z Downloaded openapiv3 v2.0.0
8902025-01-10T21:13:45.693Z Downloaded nix v0.27.1
8912025-01-10T21:13:45.705Z Downloaded regress v0.9.1
8922025-01-10T21:13:45.714Z Downloaded dropshot v0.13.0
8932025-01-10T21:13:45.736Z Downloaded gimli v0.31.1
8942025-01-10T21:13:45.744Z Downloaded dropshot v0.12.0
8952025-01-10T21:13:45.764Z Downloaded regress v0.10.1
8962025-01-10T21:13:45.773Z Downloaded regex-syntax v0.8.5
8972025-01-10T21:13:45.782Z Downloaded zerocopy-derive v0.6.6
8982025-01-10T21:13:45.792Z Downloaded p384 v0.13.0
8992025-01-10T21:13:45.799Z Downloaded bstr v1.10.0
9002025-01-10T21:13:45.810Z Downloaded ratatui v0.28.1
9012025-01-10T21:13:45.831Z Downloaded sled v0.34.7
9022025-01-10T21:13:45.841Z Downloaded typify-impl v0.2.0
9032025-01-10T21:13:45.857Z Downloaded petgraph v0.6.5
9042025-01-10T21:13:45.875Z Downloaded lzma-sys v0.1.20
9052025-01-10T21:13:45.919Z Downloaded bzip2-sys v0.1.11+1.0.8
9062025-01-10T21:13:45.935Z Downloaded rustls v0.21.12
9072025-01-10T21:13:45.948Z Downloaded proptest v1.5.0
9082025-01-10T21:13:45.961Z Downloaded radix_trie v0.2.1
9092025-01-10T21:13:45.968Z Downloaded smoltcp v0.9.1
9102025-01-10T21:13:45.981Z Downloaded libz-sys v1.1.20
9112025-01-10T21:13:46.001Z Downloaded curve25519-dalek v4.1.3
9122025-01-10T21:13:46.009Z Downloaded regex-automata v0.4.8
9132025-01-10T21:13:46.025Z Downloaded sha3 v0.10.8
9142025-01-10T21:13:46.029Z Downloaded vcpkg v0.2.15
9152025-01-10T21:13:46.067Z Downloaded git2 v0.19.0
9162025-01-10T21:13:46.075Z Downloaded idna v0.5.0
9172025-01-10T21:13:46.081Z Downloaded reedline v0.35.0
9182025-01-10T21:13:46.088Z Downloaded rayon v1.10.0
9192025-01-10T21:13:46.096Z Downloaded tokio v1.40.0
9202025-01-10T21:13:46.132Z Downloaded csv v1.3.0
9212025-01-10T21:13:46.152Z Downloaded portable-atomic v1.9.0
9222025-01-10T21:13:46.158Z Downloaded winnow v0.5.40
9232025-01-10T21:13:46.166Z Downloaded tough v0.19.0
9242025-01-10T21:13:46.173Z Downloaded ron v0.8.1
9252025-01-10T21:13:46.178Z Downloaded x509-cert v0.2.5
9262025-01-10T21:13:46.184Z Downloaded futures-util v0.3.31
9272025-01-10T21:13:46.196Z Downloaded russh v0.45.0
9282025-01-10T21:13:46.201Z Downloaded aws-lc-rs v1.10.0
9292025-01-10T21:13:46.209Z Downloaded tinyvec v1.8.0
9302025-01-10T21:13:46.212Z Downloaded steno v0.4.1
9312025-01-10T21:13:46.215Z Downloaded rustls-webpki v0.102.8
9322025-01-10T21:13:46.232Z Downloaded flate2 v1.0.34
9332025-01-10T21:13:46.237Z Downloaded native-tls v0.2.12
9342025-01-10T21:13:46.239Z Downloaded group v0.13.0
9352025-01-10T21:13:46.242Z Downloaded serde_yaml v0.9.34+deprecated
9362025-01-10T21:13:46.244Z Downloaded rcgen v0.12.1
9372025-01-10T21:13:46.247Z Downloaded rusqlite v0.32.1
9382025-01-10T21:13:46.252Z Downloaded tokio-tungstenite v0.24.0
9392025-01-10T21:13:46.254Z Downloaded tokio-tungstenite v0.23.1
9402025-01-10T21:13:46.256Z Downloaded futures v0.3.31
9412025-01-10T21:13:46.261Z Downloaded slab v0.4.9
9422025-01-10T21:13:46.263Z Downloaded num_enum v0.5.11
9432025-01-10T21:13:46.266Z Downloaded difflib v0.4.0
9442025-01-10T21:13:46.268Z Downloaded rand v0.8.5
9452025-01-10T21:13:46.271Z Downloaded display-error-chain v0.2.2
9462025-01-10T21:13:46.273Z Downloaded pkcs5 v0.7.1
9472025-01-10T21:13:46.275Z Downloaded pem-rfc7468 v0.7.0
9482025-01-10T21:13:46.278Z Downloaded p256 v0.13.2
9492025-01-10T21:13:46.280Z Downloaded quinn v0.11.5
9502025-01-10T21:13:46.283Z Downloaded headers v0.4.0
9512025-01-10T21:13:46.288Z Downloaded fd-lock v4.0.2
9522025-01-10T21:13:46.291Z Downloaded slog-scope v4.4.0
9532025-01-10T21:13:46.293Z Downloaded slog-json v2.6.1
9542025-01-10T21:13:46.293Z Downloaded slog-envlogger v2.2.0
9552025-01-10T21:13:46.296Z Downloaded slog-dtrace v0.3.0
9562025-01-10T21:13:46.298Z Downloaded derive_more v0.99.18
9572025-01-10T21:13:46.300Z Downloaded blake3 v1.5.4
9582025-01-10T21:13:46.308Z Downloaded encoding_rs v0.8.34
9592025-01-10T21:13:46.329Z Downloaded hashbrown v0.13.2
9602025-01-10T21:13:46.333Z Downloaded fallible-iterator v0.2.0
9612025-01-10T21:13:46.336Z Downloaded ed25519-dalek v2.1.1
9622025-01-10T21:13:46.338Z Downloaded proc-macro-crate v1.3.1
9632025-01-10T21:13:46.341Z Downloaded phf_shared v0.10.0
9642025-01-10T21:13:46.341Z Downloaded ghash v0.5.1
9652025-01-10T21:13:46.341Z Downloaded parse-display-derive v0.10.0
9662025-01-10T21:13:46.343Z Downloaded owo-colors v4.1.0
9672025-01-10T21:13:46.345Z Downloaded socket2 v0.5.7
9682025-01-10T21:13:46.347Z Downloaded nu-ansi-term v0.50.1
9692025-01-10T21:13:46.350Z Downloaded unicode-bidi v0.3.17
9702025-01-10T21:13:46.353Z Downloaded openssl-sys v0.9.103
9712025-01-10T21:13:46.355Z Downloaded hashbrown v0.12.3
9722025-01-10T21:13:46.359Z Downloaded hkdf v0.12.4
9732025-01-10T21:13:46.361Z Downloaded hyper v1.5.0
9742025-01-10T21:13:46.368Z Downloaded stringprep v0.1.5
9752025-01-10T21:13:46.370Z Downloaded rand_xorshift v0.3.0
9762025-01-10T21:13:46.372Z Downloaded rand_core v0.6.4
9772025-01-10T21:13:46.372Z Downloaded displaydoc v0.2.5
9782025-01-10T21:13:46.375Z Downloaded snafu-derive v0.8.5
9792025-01-10T21:13:46.377Z Downloaded derive_builder v0.20.2
9802025-01-10T21:13:46.380Z Downloaded peg v0.8.4
9812025-01-10T21:13:46.384Z Downloaded paste v1.0.15
9822025-01-10T21:13:46.388Z Downloaded parse-display v0.10.0
9832025-01-10T21:13:46.390Z Downloaded smallvec v1.13.2
9842025-01-10T21:13:46.396Z Downloaded libgit2-sys v0.17.0+1.8.1
9852025-01-10T21:13:46.447Z Downloaded yoke v0.7.4
9862025-01-10T21:13:46.450Z Downloaded vsss-rs v3.3.4
9872025-01-10T21:13:46.458Z Downloaded parse-zoneinfo v0.3.1
9882025-01-10T21:13:46.458Z Downloaded peg-macros v0.8.4
9892025-01-10T21:13:46.458Z Downloaded num-complex v0.4.6
9902025-01-10T21:13:46.458Z Downloaded crossterm v0.28.1
9912025-01-10T21:13:46.465Z Downloaded libm v0.2.8
9922025-01-10T21:13:46.472Z Downloaded itertools v0.12.1
9932025-01-10T21:13:46.478Z Downloaded idna v1.0.3
9942025-01-10T21:13:46.482Z Downloaded utf-8 v0.7.6
9952025-01-10T21:13:46.484Z Downloaded serde-hex v0.1.0
9962025-01-10T21:13:46.487Z Downloaded fs_extra v1.3.0
9972025-01-10T21:13:46.487Z Downloaded ron v0.7.1
9982025-01-10T21:13:46.491Z Downloaded darling_core v0.20.10
9992025-01-10T21:13:46.496Z Downloaded unsafe-libyaml v0.2.11
10002025-01-10T21:13:46.499Z Downloaded tungstenite v0.23.0
10012025-01-10T21:13:46.503Z Downloaded itertools v0.10.5
10022025-01-10T21:13:46.509Z Downloaded rustfmt-wrapper v0.2.1
10032025-01-10T21:13:46.511Z Downloaded rustc_version v0.4.1
10042025-01-10T21:13:46.513Z Downloaded rand_chacha v0.3.1
10052025-01-10T21:13:46.513Z Downloaded oso v0.27.3
10062025-01-10T21:13:46.516Z Downloaded libxml v0.3.3
10072025-01-10T21:13:46.521Z Downloaded unicase v2.7.0
10082025-01-10T21:13:46.523Z Downloaded snafu v0.8.5
10092025-01-10T21:13:46.528Z Downloaded tokio-rustls v0.25.0
10102025-01-10T21:13:46.531Z Downloaded tokio-rustls v0.24.1
10112025-01-10T21:13:46.533Z Downloaded rustls-pki-types v1.10.0
10122025-01-10T21:13:46.536Z Downloaded hash32 v0.2.1
10132025-01-10T21:13:46.540Z Downloaded crossbeam-channel v0.5.13
10142025-01-10T21:13:46.543Z Downloaded rayon-core v1.12.1
10152025-01-10T21:13:46.546Z Downloaded ena v0.14.3
10162025-01-10T21:13:46.549Z Downloaded embedded-io v0.6.1
10172025-01-10T21:13:46.549Z Downloaded similar v2.6.0
10182025-01-10T21:13:46.554Z Downloaded des v0.8.1
10192025-01-10T21:13:46.556Z Downloaded writeable v0.5.5
10202025-01-10T21:13:46.558Z Downloaded thiserror-impl-no-std v2.0.2
10212025-01-10T21:13:46.560Z Downloaded tungstenite v0.24.0
10222025-01-10T21:13:46.562Z Downloaded aes-gcm v0.10.3
10232025-01-10T21:13:46.565Z Downloaded parking_lot v0.12.3
10242025-01-10T21:13:46.567Z Downloaded termcolor v1.4.1
10252025-01-10T21:13:46.569Z Downloaded serde_derive_internals v0.29.1
10262025-01-10T21:13:46.569Z Downloaded crypto-bigint v0.5.5
10272025-01-10T21:13:46.577Z Downloaded num-integer v0.1.46
10282025-01-10T21:13:46.579Z Downloaded nanorand v0.7.0
10292025-01-10T21:13:46.581Z Downloaded getrandom v0.2.15
10302025-01-10T21:13:46.584Z Downloaded minimal-lexical v0.2.1
10312025-01-10T21:13:46.591Z Downloaded futures-sink v0.3.31
10322025-01-10T21:13:46.591Z Downloaded futures-macro v0.3.31
10332025-01-10T21:13:46.591Z Downloaded futures-io v0.3.31
10342025-01-10T21:13:46.594Z Downloaded embedded-io v0.4.0
10352025-01-10T21:13:46.594Z Downloaded either v1.13.0
10362025-01-10T21:13:46.596Z Downloaded defmt-parser v0.3.4
10372025-01-10T21:13:46.596Z Downloaded base64 v0.22.1
10382025-01-10T21:13:46.599Z Downloaded which v4.4.2
10392025-01-10T21:13:46.601Z Downloaded radium v0.7.0
10402025-01-10T21:13:46.601Z Downloaded postgres-types v0.2.8
10412025-01-10T21:13:46.604Z Downloaded postgres-protocol v0.6.7
10422025-01-10T21:13:46.606Z Downloaded unarray v0.1.4
10432025-01-10T21:13:46.609Z Downloaded icu_locid v1.5.0
10442025-01-10T21:13:46.611Z Downloaded unicode-properties v0.1.3
10452025-01-10T21:13:46.613Z Downloaded subprocess v0.2.9
10462025-01-10T21:13:46.616Z Downloaded prettyplease v0.2.25
10472025-01-10T21:13:46.619Z Downloaded slog v2.7.0
10482025-01-10T21:13:46.622Z Downloaded termios v0.3.3
10492025-01-10T21:13:46.624Z Downloaded oso-derive v0.27.3
10502025-01-10T21:13:46.624Z Downloaded openssl-probe v0.1.5
10512025-01-10T21:13:46.626Z Downloaded structmeta-derive v0.3.0
10522025-01-10T21:13:46.626Z Downloaded string_cache v0.8.7
10532025-01-10T21:13:46.628Z Downloaded smf v0.2.3
10542025-01-10T21:13:46.631Z Downloaded siphasher v0.3.11
10552025-01-10T21:13:46.631Z Downloaded hyper-util v0.1.10
10562025-01-10T21:13:46.634Z Downloaded clang-sys v1.8.1
10572025-01-10T21:13:46.636Z Downloaded bumpalo v3.16.0
10582025-01-10T21:13:46.640Z Downloaded chacha20poly1305 v0.10.1
10592025-01-10T21:13:46.643Z Downloaded base64 v0.21.7
10602025-01-10T21:13:46.646Z Downloaded derive_builder_core v0.20.2
10612025-01-10T21:13:46.648Z Downloaded indicatif v0.17.9
10622025-01-10T21:13:46.652Z Downloaded uzers v0.12.1
10632025-01-10T21:13:46.654Z Downloaded strum_macros v0.25.3
10642025-01-10T21:13:46.656Z Downloaded strum_macros v0.24.3
10652025-01-10T21:13:46.659Z Downloaded compact_str v0.8.0
10662025-01-10T21:13:46.661Z Downloaded tiny-keccak v2.0.2
10672025-01-10T21:13:46.663Z Downloaded time-macros v0.2.18
10682025-01-10T21:13:46.666Z Downloaded spin v0.9.8
10692025-01-10T21:13:46.669Z Downloaded arc-swap v1.7.1
10702025-01-10T21:13:46.672Z Downloaded icu_normalizer_data v1.5.0
10712025-01-10T21:13:46.674Z Downloaded base64 v0.13.1
10722025-01-10T21:13:46.677Z Downloaded icu_normalizer v1.5.0
10732025-01-10T21:13:46.681Z Downloaded base64ct v1.6.0
10742025-01-10T21:13:46.683Z Downloaded rustc-demangle v0.1.24
10752025-01-10T21:13:46.685Z Downloaded zerofrom-derive v0.1.4
10762025-01-10T21:13:46.688Z Downloaded utf8_iter v1.0.4
10772025-01-10T21:13:46.688Z Downloaded utf16_iter v1.0.5
10782025-01-10T21:13:46.688Z Downloaded fxhash v0.2.1
10792025-01-10T21:13:46.691Z Downloaded sqlformat v0.2.6
10802025-01-10T21:13:46.691Z Downloaded spki v0.7.3
10812025-01-10T21:13:46.694Z Downloaded slog-bunyan v2.5.0
10822025-01-10T21:13:46.694Z Downloaded slog-async v2.8.0
10832025-01-10T21:13:46.696Z Downloaded icu_locid_transform_data v1.5.0
10842025-01-10T21:13:46.696Z Downloaded ascii-canvas v3.0.0
10852025-01-10T21:13:46.699Z Downloaded crossbeam-epoch v0.9.18
10862025-01-10T21:13:46.702Z Downloaded crc-any v2.5.0
10872025-01-10T21:13:46.702Z Downloaded cookie v0.18.1
10882025-01-10T21:13:46.705Z Downloaded const-oid v0.9.6
10892025-01-10T21:13:46.708Z Downloaded serde_repr v0.1.19
10902025-01-10T21:13:46.708Z Downloaded rustc-hash v1.1.0
10912025-01-10T21:13:46.710Z Downloaded libefi-sys v0.1.0
10922025-01-10T21:13:46.710Z Downloaded ref-cast-impl v1.0.23
10932025-01-10T21:13:46.710Z Downloaded ref-cast v1.0.23
10942025-01-10T21:13:46.712Z Downloaded blake2 v0.10.6
10952025-01-10T21:13:46.715Z Downloaded hmac v0.12.1
10962025-01-10T21:13:46.717Z Downloaded heapless v0.7.17
10972025-01-10T21:13:46.720Z Downloaded time-core v0.1.2
10982025-01-10T21:13:46.722Z Downloaded strum v0.26.3
10992025-01-10T21:13:46.722Z Downloaded console v0.15.8
11002025-01-10T21:13:46.724Z Downloaded ipnet v2.10.1
11012025-01-10T21:13:46.726Z Downloaded hyper-staticfile v0.10.1
11022025-01-10T21:13:46.729Z Downloaded csv-core v0.1.11
11032025-01-10T21:13:46.731Z Downloaded atomicwrites v0.4.4
11042025-01-10T21:13:46.731Z Downloaded argon2 v0.5.3
11052025-01-10T21:13:46.734Z Downloaded bcs v0.1.6
11062025-01-10T21:13:46.736Z Downloaded keccak v0.1.5
11072025-01-10T21:13:46.736Z Downloaded ipnetwork v0.20.0
11082025-01-10T21:13:46.738Z Downloaded indent_write v2.2.0
11092025-01-10T21:13:46.738Z Downloaded hyper-tls v0.6.0
11102025-01-10T21:13:46.740Z Downloaded quinn-udp v0.5.5
11112025-01-10T21:13:46.743Z Downloaded lalrpop-util v0.19.12
11122025-01-10T21:13:46.743Z Downloaded kstat-rs v0.2.4
11132025-01-10T21:13:46.743Z Downloaded idna_adapter v1.2.0
11142025-01-10T21:13:46.746Z Downloaded ciborium v0.2.2
11152025-01-10T21:13:46.748Z Downloaded arrayvec v0.7.6
11162025-01-10T21:13:46.750Z Downloaded cancel-safe-futures v0.1.5
11172025-01-10T21:13:46.753Z Downloaded backoff v0.4.0
11182025-01-10T21:13:46.755Z Downloaded instability v0.3.2
11192025-01-10T21:13:46.757Z Downloaded hex v0.4.3
11202025-01-10T21:13:46.757Z Downloaded md-5 v0.10.6
11212025-01-10T21:13:46.761Z Downloaded lazycell v1.3.0
11222025-01-10T21:13:46.761Z Downloaded inout v0.1.3
11232025-01-10T21:13:46.764Z Downloaded crc v3.2.1
11242025-01-10T21:13:46.764Z Downloaded blowfish v0.9.1
11252025-01-10T21:13:46.767Z Downloaded base16ct v0.2.0
11262025-01-10T21:13:46.767Z Downloaded linear-map v1.2.0
11272025-01-10T21:13:46.767Z Downloaded impl-trait-for-tuples v0.2.2
11282025-01-10T21:13:46.769Z Downloaded chrono-tz-build v0.4.0
11292025-01-10T21:13:46.772Z Downloaded cobs v0.2.3
11302025-01-10T21:13:46.772Z Downloaded cipher v0.4.4
11312025-01-10T21:13:46.774Z Downloaded bitflags v1.3.2
11322025-01-10T21:13:46.777Z Downloaded atomic-waker v1.1.2
11332025-01-10T21:13:46.779Z Downloaded humantime v2.1.0
11342025-01-10T21:13:46.779Z Downloaded constant_time_eq v0.3.1
11352025-01-10T21:13:46.781Z Downloaded buf-list v1.0.3
11362025-01-10T21:13:46.785Z Downloaded bcrypt-pbkdf v0.10.0
11372025-01-10T21:13:46.785Z Downloaded castaway v0.2.3
11382025-01-10T21:13:46.787Z Downloaded async-recursion v1.1.1
11392025-01-10T21:13:46.789Z Downloaded bit-vec v0.6.3
11402025-01-10T21:13:46.789Z Downloaded bb8 v0.8.5
11412025-01-10T21:13:46.792Z Downloaded ring v0.17.8
11422025-01-10T21:13:46.860Z Downloaded ciborium-ll v0.2.2
11432025-01-10T21:13:46.862Z Downloaded cexpr v0.6.0
11442025-01-10T21:13:46.865Z Downloaded block-padding v0.3.3
11452025-01-10T21:13:46.865Z Downloaded bitfield-struct v0.6.2
11462025-01-10T21:13:46.865Z Downloaded arrayref v0.3.9
11472025-01-10T21:13:46.867Z Downloaded cmake v0.1.51
11482025-01-10T21:13:46.867Z Downloaded bit-set v0.5.3
11492025-01-10T21:13:46.870Z Downloaded crucible-workspace-hack v0.1.0
11502025-01-10T21:13:46.870Z Downloaded cbc v0.1.2
11512025-01-10T21:13:46.916Z Downloaded libsqlite3-sys v0.30.1
11522025-01-10T21:13:47.144Z Downloaded aws-lc-sys v0.22.0
11532025-01-10T21:13:47.469Z Compiling serde v1.0.215
11542025-01-10T21:13:47.472Z Compiling lock_api v0.4.12
11552025-01-10T21:13:47.472Z Compiling scopeguard v1.2.0
11562025-01-10T21:13:47.472Z Compiling value-bag v1.9.0
11572025-01-10T21:13:47.472Z Compiling typenum v1.17.0
11582025-01-10T21:13:47.629Z Compiling generic-array v0.14.7
11592025-01-10T21:13:47.671Z Compiling syn v2.0.87
11602025-01-10T21:13:47.673Z Compiling getrandom v0.2.15
11612025-01-10T21:13:47.850Z Compiling shlex v1.3.0
11622025-01-10T21:13:47.965Z Compiling rand_core v0.6.4
11632025-01-10T21:13:48.164Z Compiling log v0.4.22
11642025-01-10T21:13:48.190Z Compiling subtle v2.6.1
11652025-01-10T21:13:48.263Z Compiling jobserver v0.1.32
11662025-01-10T21:13:48.286Z Compiling const-oid v0.9.6
11672025-01-10T21:13:48.474Z Compiling smallvec v1.13.2
11682025-01-10T21:13:48.493Z Compiling spin v0.9.8
11692025-01-10T21:13:48.523Z Compiling pin-project-lite v0.2.14
11702025-01-10T21:13:48.663Z Compiling cc v1.1.30
11712025-01-10T21:13:48.907Z Compiling rustix v0.38.37
11722025-01-10T21:13:48.910Z Compiling parking_lot_core v0.9.10
11732025-01-10T21:13:49.071Z Compiling futures-core v0.3.31
11742025-01-10T21:13:49.207Z Compiling signal-hook-registry v1.4.2
11752025-01-10T21:13:49.326Z Compiling mio v1.0.2
11762025-01-10T21:13:49.859Z Compiling parking_lot v0.12.3
11772025-01-10T21:13:50.041Z Compiling aho-corasick v1.1.3
11782025-01-10T21:13:50.070Z Compiling either v1.13.0
11792025-01-10T21:13:50.235Z Compiling regex-syntax v0.8.5
11802025-01-10T21:13:50.354Z Compiling cpufeatures v0.2.14
11812025-01-10T21:13:50.461Z Compiling lazy_static v1.5.0
11822025-01-10T21:13:50.500Z Compiling glob v0.3.1
11832025-01-10T21:13:50.521Z Compiling futures-sink v0.3.31
11842025-01-10T21:13:50.587Z Compiling stable_deref_trait v1.2.0
11852025-01-10T21:13:50.675Z Compiling socket2 v0.5.7
11862025-01-10T21:13:50.708Z Compiling slab v0.4.9
11872025-01-10T21:13:50.775Z Compiling prettyplease v0.2.25
11882025-01-10T21:13:51.199Z Compiling minimal-lexical v0.2.1
11892025-01-10T21:13:51.224Z Compiling serde_json v1.0.133
11902025-01-10T21:13:51.637Z Compiling clang-sys v1.8.1
11912025-01-10T21:13:51.730Z Compiling nom v7.1.3
11922025-01-10T21:13:51.797Z Compiling libloading v0.8.5
11932025-01-10T21:13:51.885Z Compiling home v0.5.9
11942025-01-10T21:13:52.174Z Compiling bindgen v0.69.5
11952025-01-10T21:13:52.273Z Compiling futures-channel v0.3.31
11962025-01-10T21:13:52.717Z Compiling itertools v0.12.1
11972025-01-10T21:13:53.024Z Compiling pin-utils v0.1.0
11982025-01-10T21:13:53.074Z Compiling futures-task v0.3.31
11992025-01-10T21:13:53.122Z Compiling lazycell v1.3.0
12002025-01-10T21:13:53.305Z Compiling libm v0.2.8
12012025-01-10T21:13:53.398Z Compiling rustc-hash v1.1.0
12022025-01-10T21:13:53.557Z Compiling allocator-api2 v0.2.18
12032025-01-10T21:13:53.638Z Compiling futures-io v0.3.31
12042025-01-10T21:13:53.952Z Compiling foldhash v0.1.3
12052025-01-10T21:13:54.260Z Compiling regex-automata v0.4.8
12062025-01-10T21:13:54.367Z Compiling hashbrown v0.15.1
12072025-01-10T21:13:55.591Z Compiling synstructure v0.13.1
12082025-01-10T21:13:55.668Z Compiling cexpr v0.6.0
12092025-01-10T21:13:55.972Z Compiling cmake v0.1.51
12102025-01-10T21:13:57.042Z Compiling num-traits v0.2.19
12112025-01-10T21:13:57.221Z Compiling pkg-config v0.3.31
12122025-01-10T21:13:57.334Z Compiling fs_extra v1.3.0
12132025-01-10T21:13:57.351Z Compiling dunce v1.0.5
12142025-01-10T21:13:57.480Z Compiling tinyvec_macros v0.1.1
12152025-01-10T21:13:57.578Z Compiling tinyvec v1.8.0
12162025-01-10T21:13:57.920Z Compiling ring v0.17.8
12172025-01-10T21:13:59.024Z Compiling paste v1.0.15
12182025-01-10T21:13:59.084Z Compiling writeable v0.5.5
12192025-01-10T21:13:59.128Z Compiling unicode-normalization v0.1.24
12202025-01-10T21:13:59.149Z Compiling base64ct v1.6.0
12212025-01-10T21:13:59.528Z Compiling unicode-bidi v0.3.17
12222025-01-10T21:13:59.665Z Compiling litemap v0.7.3
12232025-01-10T21:13:59.760Z Compiling regex v1.11.1
12242025-01-10T21:14:00.074Z Compiling pem-rfc7468 v0.7.0
12252025-01-10T21:14:00.818Z Compiling aws-lc-rs v1.10.0
12262025-01-10T21:14:00.837Z Compiling flagset v0.4.6
12272025-01-10T21:14:00.856Z Compiling httparse v1.9.5
12282025-01-10T21:14:01.068Z Compiling tracing-core v0.1.32
12292025-01-10T21:14:01.291Z Compiling percent-encoding v2.3.1
12302025-01-10T21:14:01.673Z Compiling crossbeam-utils v0.8.20
12312025-01-10T21:14:01.724Z Compiling icu_locid_transform_data v1.5.0
12322025-01-10T21:14:01.809Z Compiling rustls-pki-types v1.10.0
12332025-01-10T21:14:02.295Z Compiling vcpkg v0.2.15
12342025-01-10T21:14:02.441Z Compiling serde_derive v1.0.215
12352025-01-10T21:14:02.495Z Compiling zeroize_derive v1.4.2
12362025-01-10T21:14:02.804Z Compiling zerocopy-derive v0.7.35
12372025-01-10T21:14:02.891Z Compiling tokio-macros v2.4.0
12382025-01-10T21:14:04.047Z Compiling zeroize v1.8.1
12392025-01-10T21:14:04.446Z Compiling zerofrom-derive v0.1.4
12402025-01-10T21:14:04.489Z Compiling thiserror-impl v1.0.69
12412025-01-10T21:14:04.645Z Compiling yoke-derive v0.7.4
12422025-01-10T21:14:05.102Z Compiling zerocopy v0.7.35
12432025-01-10T21:14:05.782Z Compiling crypto-common v0.1.6
12442025-01-10T21:14:06.055Z Compiling block-buffer v0.10.4
12452025-01-10T21:14:06.115Z Compiling futures-macro v0.3.31
12462025-01-10T21:14:06.343Z Compiling digest v0.10.7
12472025-01-10T21:14:06.723Z Compiling zerovec-derive v0.10.3
12482025-01-10T21:14:06.859Z Compiling hmac v0.12.1
12492025-01-10T21:14:07.119Z Compiling block-padding v0.3.3
12502025-01-10T21:14:07.342Z Compiling displaydoc v0.2.5
12512025-01-10T21:14:07.379Z Compiling inout v0.1.3
12522025-01-10T21:14:07.661Z Compiling cipher v0.4.4
12532025-01-10T21:14:07.800Z Compiling sha2 v0.10.8
12542025-01-10T21:14:07.905Z Compiling thiserror v1.0.69
12552025-01-10T21:14:08.054Z Compiling ppv-lite86 v0.2.20
12562025-01-10T21:14:08.133Z Compiling futures-util v0.3.31
12572025-01-10T21:14:08.172Z Compiling icu_provider_macros v1.5.0
12582025-01-10T21:14:08.744Z Compiling zerofrom v0.1.4
12592025-01-10T21:14:08.908Z Compiling der_derive v0.7.3
12602025-01-10T21:14:08.965Z Compiling yoke v0.7.4
12612025-01-10T21:14:09.118Z Compiling rand_chacha v0.3.1
12622025-01-10T21:14:09.328Z Compiling tracing-attributes v0.1.27
12632025-01-10T21:14:09.350Z Compiling salsa20 v0.10.2
12642025-01-10T21:14:09.506Z Compiling zerovec v0.10.4
12652025-01-10T21:14:09.572Z Compiling rand v0.8.5
12662025-01-10T21:14:11.417Z Compiling tinystr v0.7.6
12672025-01-10T21:14:11.492Z Compiling der v0.7.9
12682025-01-10T21:14:11.550Z Compiling icu_collections v1.5.0
12692025-01-10T21:14:11.798Z Compiling pest v2.7.14
12702025-01-10T21:14:11.858Z Compiling icu_locid v1.5.0
12712025-01-10T21:14:11.885Z Compiling pbkdf2 v0.12.2
12722025-01-10T21:14:12.062Z Compiling untrusted v0.7.1
12732025-01-10T21:14:12.269Z Compiling untrusted v0.9.0
12742025-01-10T21:14:12.463Z Compiling num-conv v0.1.0
12752025-01-10T21:14:12.774Z Compiling powerfmt v0.2.0
12762025-01-10T21:14:13.031Z Compiling icu_provider v1.5.0
12772025-01-10T21:14:13.174Z Compiling time-core v0.1.2
12782025-01-10T21:14:13.292Z Compiling tracing v0.1.40
12792025-01-10T21:14:13.343Z Compiling icu_properties_data v1.5.0
12802025-01-10T21:14:13.609Z Compiling spki v0.7.3
12812025-01-10T21:14:13.826Z Compiling icu_locid_transform v1.5.0
12822025-01-10T21:14:13.985Z Compiling mirai-annotations v1.12.0
12832025-01-10T21:14:14.117Z Compiling time-macros v0.2.18
12842025-01-10T21:14:14.180Z Compiling deranged v0.3.11
12852025-01-10T21:14:14.491Z Compiling pest_meta v2.7.14
12862025-01-10T21:14:14.846Z Compiling scrypt v0.11.0
12872025-01-10T21:14:14.866Z Compiling aes v0.8.4
12882025-01-10T21:14:15.453Z Compiling icu_properties v1.5.1
12892025-01-10T21:14:16.111Z Compiling cbc v0.1.2
12902025-01-10T21:14:16.372Z Compiling openssl-sys v0.9.103
12912025-01-10T21:14:16.599Z Compiling bitflags v2.6.0
12922025-01-10T21:14:16.986Z Compiling bytes v1.8.0
12932025-01-10T21:14:17.502Z Compiling indexmap v2.6.0
12942025-01-10T21:14:17.802Z Compiling semver v1.0.23
12952025-01-10T21:14:18.076Z Compiling tokio v1.40.0
12962025-01-10T21:14:18.322Z Compiling http v1.1.0
12972025-01-10T21:14:18.594Z Compiling rustc_version v0.4.1
12982025-01-10T21:14:19.013Z Compiling scroll_derive v0.12.0
12992025-01-10T21:14:19.667Z Compiling utf8_iter v1.0.4
13002025-01-10T21:14:19.924Z Compiling num_threads v0.1.7
13012025-01-10T21:14:20.057Z Compiling icu_normalizer_data v1.5.0
13022025-01-10T21:14:20.162Z Compiling utf16_iter v1.0.5
13032025-01-10T21:14:20.375Z Compiling atomic-waker v1.1.2
13042025-01-10T21:14:20.447Z Compiling write16 v1.0.0
13052025-01-10T21:14:20.470Z Compiling scroll v0.12.0
13062025-01-10T21:14:20.563Z Compiling time v0.3.36
13072025-01-10T21:14:20.586Z Compiling icu_normalizer v1.5.0
13082025-01-10T21:14:20.642Z Compiling http-body v1.0.1
13092025-01-10T21:14:20.835Z Compiling pkcs5 v0.7.1
13102025-01-10T21:14:20.874Z Compiling pest_generator v2.7.14
13112025-01-10T21:14:20.895Z Compiling form_urlencoded v1.2.1
13122025-01-10T21:14:21.053Z Compiling which v4.4.2
13132025-01-10T21:14:21.244Z Compiling slog v2.7.0
13142025-01-10T21:14:21.780Z Compiling try-lock v0.2.5
13152025-01-10T21:14:21.933Z Compiling goblin v0.8.2
13162025-01-10T21:14:22.101Z Compiling want v0.3.1
13172025-01-10T21:14:22.473Z Compiling idna_adapter v1.2.0
13182025-01-10T21:14:22.509Z Compiling pkcs8 v0.10.2
13192025-01-10T21:14:22.666Z Compiling uuid v1.11.0
13202025-01-10T21:14:22.694Z Compiling iana-time-zone v0.1.61
13212025-01-10T21:14:22.942Z Compiling pest_derive v2.7.14
13222025-01-10T21:14:23.150Z Compiling httpdate v1.0.3
13232025-01-10T21:14:23.244Z Compiling chrono v0.4.38
13242025-01-10T21:14:23.637Z Compiling idna v1.0.3
13252025-01-10T21:14:23.771Z Compiling dtrace-parser v0.2.0
13262025-01-10T21:14:25.007Z Compiling serde_spanned v0.6.8
13272025-01-10T21:14:25.251Z Compiling toml_datetime v0.6.8
13282025-01-10T21:14:25.508Z Compiling serde_tokenstream v0.2.2
13292025-01-10T21:14:25.750Z Compiling adler2 v2.0.0
13302025-01-10T21:14:25.967Z Compiling openssl v0.10.66
13312025-01-10T21:14:26.003Z Compiling base64 v0.22.1
13322025-01-10T21:14:26.023Z Compiling rustversion v1.0.17
13332025-01-10T21:14:26.144Z Compiling match_cfg v0.1.0
13342025-01-10T21:14:26.248Z Compiling tower-service v0.3.3
13352025-01-10T21:14:26.400Z Compiling foreign-types-shared v0.1.1
13362025-01-10T21:14:26.450Z Compiling hostname v0.3.1
13372025-01-10T21:14:26.513Z Compiling tokio-util v0.7.12
13382025-01-10T21:14:26.705Z Compiling foreign-types v0.3.2
13392025-01-10T21:14:26.788Z Compiling miniz_oxide v0.8.0
13402025-01-10T21:14:26.810Z Compiling url v2.5.3
13412025-01-10T21:14:27.031Z Compiling openssl-macros v0.1.1
13422025-01-10T21:14:27.817Z Compiling h2 v0.4.6
13432025-01-10T21:14:27.921Z Compiling dof v0.3.0
13442025-01-10T21:14:28.234Z Compiling async-trait v0.1.83
13452025-01-10T21:14:28.283Z Compiling serde_derive_internals v0.29.1
13462025-01-10T21:14:28.859Z Compiling usdt-impl v0.5.0
13472025-01-10T21:14:30.154Z Compiling dirs-sys-next v0.1.2
13482025-01-10T21:14:30.483Z Compiling rustls v0.22.4
13492025-01-10T21:14:30.750Z Compiling syn v1.0.109
13502025-01-10T21:14:30.791Z Compiling data-encoding v2.6.0
13512025-01-10T21:14:30.998Z Compiling native-tls v0.2.12
13522025-01-10T21:14:31.150Z Compiling schemars v0.8.21
13532025-01-10T21:14:31.327Z Compiling rustls v0.23.19
13542025-01-10T21:14:31.418Z Compiling siphasher v0.3.11
13552025-01-10T21:14:31.618Z Compiling schemars_derive v0.8.21
13562025-01-10T21:14:31.673Z Compiling dirs-next v2.0.0
13572025-01-10T21:14:32.442Z Compiling http-body-util v0.1.2
13582025-01-10T21:14:33.003Z Compiling crossbeam-epoch v0.9.18
13592025-01-10T21:14:33.239Z Compiling heapless v0.7.17
13602025-01-10T21:14:33.306Z Compiling sha1 v0.10.6
13612025-01-10T21:14:33.664Z Compiling signature v2.2.0
13622025-01-10T21:14:33.727Z Compiling bzip2-sys v0.1.11+1.0.8
13632025-01-10T21:14:33.775Z Compiling thread_local v1.1.8
13642025-01-10T21:14:33.799Z Compiling cookie v0.18.1
13652025-01-10T21:14:33.944Z Compiling multer v3.1.0
13662025-01-10T21:14:34.083Z Compiling encoding_rs v0.8.34
13672025-01-10T21:14:34.220Z Compiling slog-async v2.8.0
13682025-01-10T21:14:34.238Z Compiling gimli v0.31.1
13692025-01-10T21:14:34.310Z Compiling ipnet v2.10.1
13702025-01-10T21:14:34.771Z Compiling hyper v1.5.0
13712025-01-10T21:14:34.957Z Compiling openssl-probe v0.1.5
13722025-01-10T21:14:35.355Z Compiling dyn-clone v1.0.17
13732025-01-10T21:14:35.513Z Compiling signal-hook v0.3.17
13742025-01-10T21:14:35.590Z Compiling rayon-core v1.12.1
13752025-01-10T21:14:35.783Z Compiling unicode-properties v0.1.3
13762025-01-10T21:14:35.869Z Compiling mime v0.3.17
13772025-01-10T21:14:36.222Z Compiling stringprep v0.1.5
13782025-01-10T21:14:36.513Z Compiling toml_edit v0.22.22
13792025-01-10T21:14:37.526Z Compiling hyper-util v0.1.10
13802025-01-10T21:14:38.955Z Compiling addr2line v0.24.2
13812025-01-10T21:14:39.632Z Compiling crossbeam-deque v0.8.5
13822025-01-10T21:14:39.653Z Compiling usdt-macro v0.5.0
13832025-01-10T21:14:39.990Z Compiling usdt-attr-macro v0.5.0
13842025-01-10T21:14:40.539Z Compiling term v0.7.0
13852025-01-10T21:14:40.731Z Compiling slog-json v2.6.1
13862025-01-10T21:14:41.142Z Compiling serde_urlencoded v0.7.1
13872025-01-10T21:14:41.162Z Compiling crossbeam-channel v0.5.13
13882025-01-10T21:14:41.600Z Compiling curve25519-dalek v4.1.3
13892025-01-10T21:14:41.697Z Compiling futures-executor v0.3.31
13902025-01-10T21:14:42.124Z Compiling enum-as-inner v0.6.1
13912025-01-10T21:14:42.207Z Compiling md-5 v0.10.6
13922025-01-10T21:14:42.285Z Compiling async-stream-impl v0.3.6
13932025-01-10T21:14:42.307Z Compiling rustls-pemfile v2.2.0
13942025-01-10T21:14:42.465Z Compiling num-integer v0.1.46
13952025-01-10T21:14:42.500Z Compiling idna v0.3.0
13962025-01-10T21:14:42.642Z Compiling idna v0.4.0
13972025-01-10T21:14:43.204Z Compiling hash32 v0.2.1
13982025-01-10T21:14:43.229Z Compiling ff v0.13.0
13992025-01-10T21:14:43.476Z Compiling is-terminal v0.4.13
14002025-01-10T21:14:43.604Z Compiling dropshot v0.12.0
14012025-01-10T21:14:43.623Z Compiling object v0.36.5
14022025-01-10T21:14:43.644Z Compiling rustc-demangle v0.1.24
14032025-01-10T21:14:43.880Z Compiling anyhow v1.0.93
14042025-01-10T21:14:44.193Z Compiling fallible-iterator v0.2.0
14052025-01-10T21:14:44.374Z Compiling linked-hash-map v0.5.6
14062025-01-10T21:14:44.527Z Compiling base16ct v0.2.0
14072025-01-10T21:14:44.605Z Compiling take_mut v0.2.2
14082025-01-10T21:14:44.765Z Compiling utf-8 v0.7.6
14092025-01-10T21:14:44.785Z Compiling psl-types v2.0.11
14102025-01-10T21:14:44.854Z Compiling portable-atomic v1.9.0
14112025-01-10T21:14:44.911Z Compiling num-bigint-dig v0.8.4
14122025-01-10T21:14:44.974Z Compiling quick-error v1.2.3
14132025-01-10T21:14:44.977Z Compiling smoltcp v0.9.1
14142025-01-10T21:14:45.104Z Compiling tungstenite v0.24.0
14152025-01-10T21:14:45.131Z Compiling resolv-conf v0.7.0
14162025-01-10T21:14:45.211Z Compiling publicsuffix v2.2.3
14172025-01-10T21:14:45.487Z Compiling postgres-protocol v0.6.7
14182025-01-10T21:14:45.919Z Compiling lru-cache v0.1.2
14192025-01-10T21:14:46.040Z Compiling sec1 v0.7.3
14202025-01-10T21:14:46.556Z Compiling async-stream v0.3.6
14212025-01-10T21:14:46.671Z Compiling slog-term v2.9.1
14222025-01-10T21:14:46.875Z Compiling hickory-proto v0.24.1
14232025-01-10T21:14:47.072Z Compiling usdt v0.5.0
14242025-01-10T21:14:47.566Z Compiling group v0.13.0
14252025-01-10T21:14:47.610Z Compiling num-iter v0.1.45
14262025-01-10T21:14:47.900Z Compiling futures v0.3.31
14272025-01-10T21:14:47.921Z Compiling slog-bunyan v2.5.0
14282025-01-10T21:14:48.117Z Compiling toml v0.8.19
14292025-01-10T21:14:49.269Z Compiling camino v1.1.9
14302025-01-10T21:14:49.322Z Compiling tokio-native-tls v0.3.1
14312025-01-10T21:14:49.817Z Compiling phf_shared v0.11.2
14322025-01-10T21:14:49.918Z Compiling dropshot_endpoint v0.12.0
14332025-01-10T21:14:50.213Z Compiling terminal_size v0.4.0
14342025-01-10T21:14:50.255Z Compiling waitgroup v0.1.2
14352025-01-10T21:14:50.439Z Compiling openapiv3 v2.0.0
14362025-01-10T21:14:50.499Z Compiling serde_path_to_error v0.1.16
14372025-01-10T21:14:50.606Z Compiling hkdf v0.12.4
14382025-01-10T21:14:50.876Z Compiling crypto-bigint v0.5.5
14392025-01-10T21:14:51.397Z Compiling backtrace v0.3.74
14402025-01-10T21:14:51.840Z Compiling curve25519-dalek-derive v0.1.1
14412025-01-10T21:14:53.450Z Compiling zerocopy-derive v0.6.6
14422025-01-10T21:14:54.669Z Compiling webpki-roots v0.26.6
14432025-01-10T21:14:54.901Z Compiling idna v0.5.0
14442025-01-10T21:14:54.950Z Compiling hostname v0.4.0
14452025-01-10T21:14:55.097Z Compiling hubpack_derive v0.1.1
14462025-01-10T21:14:55.154Z Compiling ahash v0.8.11
14472025-01-10T21:14:55.198Z Compiling crc32fast v1.4.2
14482025-01-10T21:14:55.495Z Compiling fs-err v2.11.0
14492025-01-10T21:14:55.543Z Compiling bitflags v1.3.2
14502025-01-10T21:14:55.661Z Compiling managed v0.8.0
14512025-01-10T21:14:55.745Z Compiling winnow v0.5.40
14522025-01-10T21:14:55.769Z Compiling newtype-uuid v1.1.3
14532025-01-10T21:14:56.031Z Compiling debug-ignore v1.0.5
14542025-01-10T21:14:56.132Z Compiling hubpack v0.1.2
14552025-01-10T21:14:56.329Z Compiling zerocopy v0.6.6
14562025-01-10T21:14:56.584Z Compiling cookie_store v0.21.0
14572025-01-10T21:14:56.649Z Compiling clap_builder v4.5.21
14582025-01-10T21:14:57.152Z Compiling console v0.15.8
14592025-01-10T21:14:57.242Z Compiling strum_macros v0.25.3
14602025-01-10T21:14:57.777Z Compiling flate2 v1.0.34
14612025-01-10T21:14:58.200Z Compiling elliptic-curve v0.13.8
14622025-01-10T21:14:58.778Z Compiling hickory-resolver v0.24.1
14632025-01-10T21:14:59.063Z Compiling phf v0.11.2
14642025-01-10T21:14:59.369Z Compiling toml_edit v0.19.15
14652025-01-10T21:14:59.682Z Compiling signal-hook-mio v0.2.4
14662025-01-10T21:14:59.731Z Compiling hyper-tls v0.6.0
14672025-01-10T21:14:59.848Z Compiling rayon v1.10.0
14682025-01-10T21:15:00.165Z Compiling bzip2 v0.4.4
14692025-01-10T21:15:01.421Z Compiling postgres-types v0.2.8
14702025-01-10T21:15:02.946Z Compiling tokio-tungstenite v0.24.0
14712025-01-10T21:15:04.800Z Compiling ed25519 v2.2.3
14722025-01-10T21:15:04.898Z Compiling phf_shared v0.10.0
14732025-01-10T21:15:05.326Z Compiling tokio-stream v0.1.16
14742025-01-10T21:15:05.656Z Compiling pkcs1 v0.7.5
14752025-01-10T21:15:06.229Z Compiling serde-big-array v0.5.1
14762025-01-10T21:15:06.475Z Compiling clap_derive v4.5.18
14772025-01-10T21:15:06.496Z Compiling rfc6979 v0.4.0
14782025-01-10T21:15:06.496Z Compiling derive-where v1.2.7
14792025-01-10T21:15:06.676Z Compiling serde_repr v0.1.19
14802025-01-10T21:15:06.697Z Compiling float-cmp v0.9.0
14812025-01-10T21:15:06.716Z Compiling bstr v1.10.0
14822025-01-10T21:15:06.937Z Compiling sync_wrapper v1.0.1
14832025-01-10T21:15:07.091Z Compiling unicode-segmentation v1.12.0
14842025-01-10T21:15:07.753Z Compiling difflib v0.4.0
14852025-01-10T21:15:07.899Z Compiling whoami v1.5.2
14862025-01-10T21:15:08.057Z Compiling new_debug_unreachable v1.0.6
14872025-01-10T21:15:08.159Z Compiling fixedbitset v0.4.2
14882025-01-10T21:15:08.530Z Compiling precomputed-hash v0.1.1
14892025-01-10T21:15:08.570Z Compiling bit-vec v0.6.3
14902025-01-10T21:15:08.654Z Compiling number_prefix v0.4.0
14912025-01-10T21:15:08.657Z Compiling predicates-core v1.0.8
14922025-01-10T21:15:08.889Z Compiling normalize-line-endings v0.3.0
14932025-01-10T21:15:09.023Z Compiling unicode-width v0.2.0
14942025-01-10T21:15:09.041Z Compiling static_assertions v1.1.0
14952025-01-10T21:15:09.059Z Compiling predicates v3.1.2
14962025-01-10T21:15:09.151Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14972025-01-10T21:15:09.402Z Compiling bit-set v0.5.3
14982025-01-10T21:15:09.559Z Compiling indicatif v0.17.9
14992025-01-10T21:15:09.709Z Compiling string_cache v0.8.7
15002025-01-10T21:15:10.185Z Compiling petgraph v0.6.5
15012025-01-10T21:15:10.226Z Compiling tokio-postgres v0.7.12
15022025-01-10T21:15:10.820Z Compiling similar v2.6.0
15032025-01-10T21:15:11.667Z Compiling clap v4.5.21
15042025-01-10T21:15:11.794Z Compiling ecdsa v0.16.9
15052025-01-10T21:15:11.905Z Compiling rsa v0.9.6
15062025-01-10T21:15:12.704Z Compiling ed25519-dalek v2.1.1
15072025-01-10T21:15:13.414Z Compiling toml v0.7.8
15082025-01-10T21:15:14.021Z Compiling zip v0.6.6
15092025-01-10T21:15:14.417Z Compiling crossterm v0.28.1
15102025-01-10T21:15:15.765Z Compiling hex v0.4.3
15112025-01-10T21:15:15.891Z Compiling x509-cert v0.2.5
15122025-01-10T21:15:16.055Z Compiling itertools v0.10.5
15132025-01-10T21:15:16.126Z Compiling unicode-xid v0.2.6
15142025-01-10T21:15:16.247Z Compiling peg-runtime v0.8.3
15152025-01-10T21:15:16.314Z Compiling lalrpop-util v0.19.12
15162025-01-10T21:15:16.371Z Compiling strum_macros v0.26.4
15172025-01-10T21:15:16.686Z Compiling xattr v1.3.1
15182025-01-10T21:15:16.946Z Compiling filetime v0.2.25
15192025-01-10T21:15:17.303Z Compiling tar v0.4.42
15202025-01-10T21:15:21.599Z Compiling strum v0.26.3
15212025-01-10T21:15:24.558Z Compiling aws-lc-sys v0.22.0
15222025-01-10T21:15:52.729Z Compiling rustls-webpki v0.102.8
15232025-01-10T21:15:56.197Z Compiling tokio-rustls v0.25.0
15242025-01-10T21:15:57.731Z Compiling tokio-rustls v0.26.0
15252025-01-10T21:15:58.126Z Compiling hyper-rustls v0.27.3
15262025-01-10T21:15:58.497Z Compiling reqwest v0.12.9
15272025-01-10T21:15:59.668Z Compiling qorb v0.2.1
15282025-01-10T21:16:04.534Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15292025-01-10T21:16:04.769Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15302025-01-10T21:16:10.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
15312025-01-10T21:16:10.748Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15322025-01-10T21:16:10.797ZJan 10 21:16:09.656 INFO Starting download, target: Clickhouse
15332025-01-10T21:16:10.797ZJan 10 21:16:09.656 INFO Starting download, target: Cockroach
15342025-01-10T21:16:10.799ZJan 10 21:16:09.656 INFO Starting download, target: Console
15352025-01-10T21:16:10.799ZJan 10 21:16:09.656 INFO Starting download, target: DendriteOpenapi
15362025-01-10T21:16:10.799ZJan 10 21:16:09.656 INFO Starting download, target: DendriteStub
15372025-01-10T21:16:10.800ZJan 10 21:16:09.656 INFO Starting download, target: MaghemiteMgd
15382025-01-10T21:16:10.800ZJan 10 21:16:09.656 INFO Starting download, target: TransceiverControl
15392025-01-10T21:16:10.800ZJan 10 21:16:09.657 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15402025-01-10T21:16:10.800ZJan 10 21:16:09.657 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15412025-01-10T21:16:10.800ZJan 10 21:16:09.657 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15422025-01-10T21:16:10.800ZJan 10 21:16:09.657 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15432025-01-10T21:16:10.800ZJan 10 21:16:09.657 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15442025-01-10T21:16:10.800ZJan 10 21:16:09.657 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15452025-01-10T21:16:10.800ZJan 10 21:16:09.657 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15462025-01-10T21:16:10.985ZJan 10 21:16:09.841 INFO Download complete, target: DendriteOpenapi
15472025-01-10T21:16:11.223ZJan 10 21:16:10.060 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15482025-01-10T21:16:11.473ZJan 10 21:16:10.289 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15492025-01-10T21:16:11.714ZJan 10 21:16:10.569 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15502025-01-10T21:16:11.759ZJan 10 21:16:10.603 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15512025-01-10T21:16:11.788ZJan 10 21:16:10.631 INFO Download complete, target: Console
15522025-01-10T21:16:11.948ZJan 10 21:16:10.760 INFO Download complete, target: TransceiverControl
15532025-01-10T21:16:12.690ZJan 10 21:16:11.548 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15542025-01-10T21:16:12.787ZJan 10 21:16:11.644 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15552025-01-10T21:16:12.787ZJan 10 21:16:11.645 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15562025-01-10T21:16:14.602ZJan 10 21:16:13.461 INFO Download complete, target: DendriteStub
15572025-01-10T21:16:14.653ZJan 10 21:16:13.512 INFO Download complete, target: MaghemiteMgd
15582025-01-10T21:16:20.268ZJan 10 21:16:19.127 INFO Checking that binary works, target: Cockroach
15592025-01-10T21:16:20.430ZJan 10 21:16:19.289 INFO Download complete, target: Cockroach
15602025-01-10T21:16:25.279ZJan 10 21:16:24.137 INFO Checking that binary works, target: Clickhouse
15612025-01-10T21:16:25.402ZJan 10 21:16:24.261 INFO Download complete, target: Clickhouse
15622025-01-10T21:16:25.410ZAll prerequisites installed successfully
15632025-01-10T21:16:25.412Z
15642025-01-10T21:16:25.412Zreal 5:03.016291308
15652025-01-10T21:16:25.412Zuser 16:39.714307365
15662025-01-10T21:16:25.412Zsys 3:17.870727766
15672025-01-10T21:16:25.412Ztrap 0.551712714
15682025-01-10T21:16:25.412Ztflt 1.571966691
15692025-01-10T21:16:25.412Zdflt 1.950617037
15702025-01-10T21:16:25.412Zkflt 0.029631659
15712025-01-10T21:16:25.412Zlock 29:41.729951251
15722025-01-10T21:16:25.413Zslp 1:02:20.940405612
15732025-01-10T21:16:25.413Zlat 58.126183804
15742025-01-10T21:16:25.413Zstop 2:21.115728896
15752025-01-10T21:16:25.413Z+ ptime -m cargo xtask download softnpu
15762025-01-10T21:16:25.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15772025-01-10T21:16:25.963Z Running `target/debug/xtask download softnpu`
15782025-01-10T21:16:26.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
15792025-01-10T21:16:26.852Z Running `target/debug/xtask-downloader softnpu`
15802025-01-10T21:16:26.888ZJan 10 21:16:25.746 INFO Starting download, target: Softnpu
15812025-01-10T21:16:26.891ZJan 10 21:16:25.747 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15822025-01-10T21:16:27.492ZJan 10 21:16:26.350 INFO Download complete, target: Softnpu
15832025-01-10T21:16:27.495Z
15842025-01-10T21:16:27.498Zreal 2.078868531
15852025-01-10T21:16:27.498Zuser 1.305104747
15862025-01-10T21:16:27.498Zsys 0.539777498
15872025-01-10T21:16:27.498Ztrap 0.001040440
15882025-01-10T21:16:27.498Ztflt 0.000016338
15892025-01-10T21:16:27.498Zdflt 0.000019398
15902025-01-10T21:16:27.498Zkflt 0.000000000
15912025-01-10T21:16:27.498Zlock 6.205454566
15922025-01-10T21:16:27.498Zslp 0.375423871
15932025-01-10T21:16:27.498Zlat 0.072070618
15942025-01-10T21:16:27.498Zstop 0.000156014
15952025-01-10T21:16:27.498Z+ export CARGO_INCREMENTAL=0
15962025-01-10T21:16:27.498Z+ CARGO_INCREMENTAL=0
15972025-01-10T21:16:27.498Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
15982025-01-10T21:16:28.461Z Compiling proc-macro2 v1.0.89
15992025-01-10T21:16:28.461Z Compiling unicode-ident v1.0.13
16002025-01-10T21:16:28.464Z Compiling libc v0.2.162
16012025-01-10T21:16:28.464Z Compiling serde v1.0.215
16022025-01-10T21:16:28.464Z Compiling autocfg v1.4.0
16032025-01-10T21:16:28.464Z Compiling version_check v0.9.5
16042025-01-10T21:16:28.464Z Compiling cfg-if v1.0.0
16052025-01-10T21:16:28.730Z Compiling memchr v2.7.4
16062025-01-10T21:16:28.760Z Compiling typenum v1.17.0
16072025-01-10T21:16:28.853Z Compiling shlex v1.3.0
16082025-01-10T21:16:29.223Z Compiling value-bag v1.9.0
16092025-01-10T21:16:29.242Z Compiling scopeguard v1.2.0
16102025-01-10T21:16:29.293Z Compiling generic-array v0.14.7
16112025-01-10T21:16:29.486Z Compiling lock_api v0.4.12
16122025-01-10T21:16:29.640Z Compiling log v0.4.22
16132025-01-10T21:16:29.796Z Compiling parking_lot_core v0.9.10
16142025-01-10T21:16:30.250Z Compiling quote v1.0.37
16152025-01-10T21:16:30.269Z Compiling serde_json v1.0.133
16162025-01-10T21:16:30.426Z Compiling once_cell v1.20.2
16172025-01-10T21:16:30.477Z Compiling libm v0.2.8
16182025-01-10T21:16:30.573Z Compiling rustix v0.38.37
16192025-01-10T21:16:30.792Z Compiling syn v2.0.87
16202025-01-10T21:16:30.830Z Compiling jobserver v0.1.32
16212025-01-10T21:16:30.875Z Compiling getrandom v0.2.15
16222025-01-10T21:16:30.946Z Compiling num-traits v0.2.19
16232025-01-10T21:16:31.172Z Compiling cc v1.1.30
16242025-01-10T21:16:31.195Z Compiling thiserror v1.0.69
16252025-01-10T21:16:31.229Z Compiling aho-corasick v1.1.3
16262025-01-10T21:16:31.246Z Compiling regex-syntax v0.8.5
16272025-01-10T21:16:31.344Z Compiling either v1.13.0
16282025-01-10T21:16:31.588Z Compiling itoa v1.0.11
16292025-01-10T21:16:31.706Z Compiling spin v0.9.8
16302025-01-10T21:16:31.953Z Compiling slab v0.4.9
16312025-01-10T21:16:32.149Z Compiling byteorder v1.5.0
16322025-01-10T21:16:32.323Z Compiling errno v0.3.9
16332025-01-10T21:16:32.544Z Compiling rand_core v0.6.4
16342025-01-10T21:16:32.647Z Compiling lazy_static v1.5.0
16352025-01-10T21:16:32.766Z Compiling glob v0.3.1
16362025-01-10T21:16:33.205Z Compiling prettyplease v0.2.25
16372025-01-10T21:16:33.555Z Compiling clang-sys v1.8.1
16382025-01-10T21:16:33.823Z Compiling minimal-lexical v0.2.1
16392025-01-10T21:16:34.047Z Compiling libloading v0.8.5
16402025-01-10T21:16:34.231Z Compiling nom v7.1.3
16412025-01-10T21:16:34.291Z Compiling allocator-api2 v0.2.18
16422025-01-10T21:16:34.437Z Compiling home v0.5.9
16432025-01-10T21:16:34.665Z Compiling subtle v2.6.1
16442025-01-10T21:16:34.799Z Compiling regex-automata v0.4.8
16452025-01-10T21:16:34.992Z Compiling bindgen v0.69.5
16462025-01-10T21:16:35.350Z Compiling itertools v0.12.1
16472025-01-10T21:16:35.574Z Compiling lazycell v1.3.0
16482025-01-10T21:16:35.665Z Compiling smallvec v1.13.2
16492025-01-10T21:16:35.748Z Compiling semver v1.0.23
16502025-01-10T21:16:36.181Z Compiling rustc-hash v1.1.0
16512025-01-10T21:16:36.339Z Compiling cmake v0.1.51
16522025-01-10T21:16:37.224Z Compiling fs_extra v1.3.0
16532025-01-10T21:16:37.242Z Compiling dunce v1.0.5
16542025-01-10T21:16:37.625Z Compiling cexpr v0.6.0
16552025-01-10T21:16:37.680Z Compiling ryu v1.0.18
16562025-01-10T21:16:37.777Z Compiling pkg-config v0.3.31
16572025-01-10T21:16:37.970Z Compiling ring v0.17.8
16582025-01-10T21:16:38.264Z Compiling pin-project-lite v0.2.14
16592025-01-10T21:16:38.407Z Compiling synstructure v0.13.1
16602025-01-10T21:16:38.999Z Compiling const-oid v0.9.6
16612025-01-10T21:16:39.151Z Compiling fnv v1.0.7
16622025-01-10T21:16:39.293Z Compiling schemars v0.8.21
16632025-01-10T21:16:39.373Z Compiling paste v1.0.15
16642025-01-10T21:16:39.604Z Compiling serde_derive_internals v0.29.1
16652025-01-10T21:16:39.892Z Compiling foldhash v0.1.3
16662025-01-10T21:16:39.912Z Compiling aws-lc-rs v1.10.0
16672025-01-10T21:16:40.178Z Compiling regex v1.11.1
16682025-01-10T21:16:40.337Z Compiling httparse v1.9.5
16692025-01-10T21:16:40.959Z Compiling equivalent v1.0.1
16702025-01-10T21:16:41.076Z Compiling hashbrown v0.15.1
16712025-01-10T21:16:41.371Z Compiling heck v0.5.0
16722025-01-10T21:16:41.832Z Compiling signal-hook-registry v1.4.2
16732025-01-10T21:16:42.258Z Compiling parking_lot v0.12.3
16742025-01-10T21:16:42.457Z Compiling mio v1.0.2
16752025-01-10T21:16:44.062Z Compiling stable_deref_trait v1.2.0
16762025-01-10T21:16:44.083Z Compiling crossbeam-utils v0.8.20
16772025-01-10T21:16:44.102Z Compiling serde_derive v1.0.215
16782025-01-10T21:16:44.188Z Compiling zeroize_derive v1.4.2
16792025-01-10T21:16:44.269Z Compiling zerocopy-derive v0.7.35
16802025-01-10T21:16:44.617Z Compiling thiserror-impl v1.0.69
16812025-01-10T21:16:45.061Z Compiling tokio-macros v2.4.0
16822025-01-10T21:16:45.394Z Compiling zerofrom-derive v0.1.4
16832025-01-10T21:16:45.477Z Compiling yoke-derive v0.7.4
16842025-01-10T21:16:45.656Z Compiling zeroize v1.8.1
16852025-01-10T21:16:46.139Z Compiling futures-macro v0.3.31
16862025-01-10T21:16:46.455Z Compiling zerovec-derive v0.10.3
16872025-01-10T21:16:46.530Z Compiling zerocopy v0.7.35
16882025-01-10T21:16:47.509Z Compiling displaydoc v0.2.5
16892025-01-10T21:16:47.962Z Compiling crypto-common v0.1.6
16902025-01-10T21:16:48.169Z Compiling tracing-attributes v0.1.27
16912025-01-10T21:16:48.222Z Compiling schemars_derive v0.8.21
16922025-01-10T21:16:48.297Z Compiling icu_provider_macros v1.5.0
16932025-01-10T21:16:48.861Z Compiling block-buffer v0.10.4
16942025-01-10T21:16:49.091Z Compiling digest v0.10.7
16952025-01-10T21:16:49.163Z Compiling der_derive v0.7.3
16962025-01-10T21:16:49.308Z Compiling socket2 v0.5.7
16972025-01-10T21:16:49.326Z Compiling futures-core v0.3.31
16982025-01-10T21:16:49.532Z Compiling time-core v0.1.2
16992025-01-10T21:16:49.572Z Compiling num-conv v0.1.0
17002025-01-10T21:16:49.865Z Compiling time-macros v0.2.18
17012025-01-10T21:16:51.172Z Compiling vcpkg v0.2.15
17022025-01-10T21:16:51.899Z Compiling syn v1.0.109
17032025-01-10T21:16:52.715Z Compiling cpufeatures v0.2.14
17042025-01-10T21:16:52.776Z Compiling openssl-sys v0.9.103
17052025-01-10T21:16:52.936Z Compiling futures-sink v0.3.31
17062025-01-10T21:16:52.956Z Compiling slog v2.7.0
17072025-01-10T21:16:53.252Z Compiling ahash v0.8.11
17082025-01-10T21:16:53.535Z Compiling iana-time-zone v0.1.61
17092025-01-10T21:16:53.732Z Compiling zerofrom v0.1.4
17102025-01-10T21:16:53.984Z Compiling scroll_derive v0.12.0
17112025-01-10T21:16:54.020Z Compiling ucd-trie v0.1.7
17122025-01-10T21:16:54.164Z Compiling yoke v0.7.4
17132025-01-10T21:16:54.400Z Compiling pest v2.7.14
17142025-01-10T21:16:54.514Z Compiling futures-channel v0.3.31
17152025-01-10T21:16:54.956Z Compiling hmac v0.12.1
17162025-01-10T21:16:55.176Z Compiling pin-utils v0.1.0
17172025-01-10T21:16:55.283Z Compiling openssl v0.10.66
17182025-01-10T21:16:55.308Z Compiling futures-task v0.3.31
17192025-01-10T21:16:55.336Z Compiling futures-io v0.3.31
17202025-01-10T21:16:55.786Z Compiling futures-util v0.3.31
17212025-01-10T21:16:55.956Z Compiling zerovec v0.10.4
17222025-01-10T21:16:56.355Z Compiling block-padding v0.3.3
17232025-01-10T21:16:56.589Z Compiling tinyvec_macros v0.1.1
17242025-01-10T21:16:56.822Z Compiling tinyvec v1.8.0
17252025-01-10T21:16:57.374Z Compiling bitflags v2.6.0
17262025-01-10T21:16:57.633Z Compiling bytes v1.8.0
17272025-01-10T21:16:59.023Z Compiling indexmap v2.6.0
17282025-01-10T21:16:59.702Z Compiling tokio v1.40.0
17292025-01-10T21:17:01.196Z Compiling serde_tokenstream v0.2.2
17302025-01-10T21:17:01.782Z Compiling uuid v1.11.0
17312025-01-10T21:17:02.167Z Compiling which v4.4.2
17322025-01-10T21:17:02.761Z Compiling http v1.1.0
17332025-01-10T21:17:02.989Z Compiling chrono v0.4.38
17342025-01-10T21:17:03.066Z Compiling rustc_version v0.4.1
17352025-01-10T21:17:05.624Z Compiling pest_meta v2.7.14
17362025-01-10T21:17:06.448Z Compiling serde_spanned v0.6.8
17372025-01-10T21:17:06.679Z Compiling toml_datetime v0.6.8
17382025-01-10T21:17:07.130Z Compiling pest_generator v2.7.14
17392025-01-10T21:17:08.474Z Compiling inout v0.1.3
17402025-01-10T21:17:08.955Z Compiling openssl-macros v0.1.1
17412025-01-10T21:17:09.714Z Compiling rustls v0.23.19
17422025-01-10T21:17:09.845Z Compiling strsim v0.11.1
17432025-01-10T21:17:10.001Z Compiling dyn-clone v1.0.17
17442025-01-10T21:17:10.239Z Compiling native-tls v0.2.12
17452025-01-10T21:17:10.600Z Compiling pest_derive v2.7.14
17462025-01-10T21:17:11.305Z Compiling cipher v0.4.4
17472025-01-10T21:17:11.354Z Compiling unicode-normalization v0.1.24
17482025-01-10T21:17:11.747Z Compiling tinystr v0.7.6
17492025-01-10T21:17:11.893Z Compiling sha2 v0.10.8
17502025-01-10T21:17:12.211Z Compiling tracing-core v0.1.32
17512025-01-10T21:17:12.279Z Compiling usdt-impl v0.5.0
17522025-01-10T21:17:12.450Z Compiling base64ct v1.6.0
17532025-01-10T21:17:12.616Z Compiling litemap v0.7.3
17542025-01-10T21:17:12.847Z Compiling writeable v0.5.5
17552025-01-10T21:17:13.005Z Compiling unicode-bidi v0.3.17
17562025-01-10T21:17:13.024Z Compiling tracing v0.1.40
17572025-01-10T21:17:13.351Z Compiling icu_locid v1.5.0
17582025-01-10T21:17:13.869Z Compiling pem-rfc7468 v0.7.0
17592025-01-10T21:17:14.502Z Compiling scroll v0.12.0
17602025-01-10T21:17:15.029Z Compiling ppv-lite86 v0.2.20
17612025-01-10T21:17:15.120Z Compiling async-trait v0.1.83
17622025-01-10T21:17:15.881Z Compiling cookie v0.18.1
17632025-01-10T21:17:16.348Z Compiling aws-lc-sys v0.22.0
17642025-01-10T21:17:17.226Z Compiling anyhow v1.0.93
17652025-01-10T21:17:17.773Z Compiling camino v1.1.9
17662025-01-10T21:17:17.793Z Compiling plain v0.2.3
17672025-01-10T21:17:17.950Z Compiling flagset v0.4.6
17682025-01-10T21:17:18.173Z Compiling der v0.7.9
17692025-01-10T21:17:18.242Z Compiling goblin v0.8.2
17702025-01-10T21:17:20.810Z Compiling rand_chacha v0.3.1
17712025-01-10T21:17:21.702Z Compiling icu_provider v1.5.0
17722025-01-10T21:17:22.640Z Compiling rustls v0.22.4
17732025-01-10T21:17:22.918Z Compiling percent-encoding v2.3.1
17742025-01-10T21:17:23.214Z Compiling rayon-core v1.12.1
17752025-01-10T21:17:23.421Z Compiling rustls-pki-types v1.10.0
17762025-01-10T21:17:23.477Z Compiling pretty-hex v0.4.1
17772025-01-10T21:17:24.123Z Compiling icu_locid_transform_data v1.5.0
17782025-01-10T21:17:25.243Z Compiling icu_locid_transform v1.5.0
17792025-01-10T21:17:25.246Z Compiling dof v0.3.0
17802025-01-10T21:17:27.364Z Compiling rand v0.8.5
17812025-01-10T21:17:27.469Z Compiling spki v0.7.3
17822025-01-10T21:17:27.589Z Compiling salsa20 v0.10.2
17832025-01-10T21:17:27.693Z Compiling dtrace-parser v0.2.0
17842025-01-10T21:17:27.793Z Compiling tokio-util v0.7.12
17852025-01-10T21:17:28.358Z Compiling icu_collections v1.5.0
17862025-01-10T21:17:28.954Z Compiling pbkdf2 v0.12.2
17872025-01-10T21:17:29.377Z Compiling thread-id v4.2.2
17882025-01-10T21:17:29.419Z Compiling untrusted v0.9.0
17892025-01-10T21:17:29.512Z Compiling untrusted v0.7.1
17902025-01-10T21:17:29.598Z Compiling mirai-annotations v1.12.0
17912025-01-10T21:17:29.705Z Compiling icu_properties_data v1.5.0
17922025-01-10T21:17:29.797Z Compiling winnow v0.5.40
17932025-01-10T21:17:29.814Z Compiling powerfmt v0.2.0
17942025-01-10T21:17:29.982Z Compiling icu_properties v1.5.1
17952025-01-10T21:17:30.230Z Compiling deranged v0.3.11
17962025-01-10T21:17:33.701Z Compiling toml_edit v0.19.15
17972025-01-10T21:17:34.976Z Compiling scrypt v0.11.0
17982025-01-10T21:17:35.050Z Compiling cbc v0.1.2
17992025-01-10T21:17:35.287Z Compiling aes v0.8.4
18002025-01-10T21:17:36.462Z Compiling multer v3.1.0
18012025-01-10T21:17:36.962Z Compiling icu_normalizer_data v1.5.0
18022025-01-10T21:17:37.254Z Compiling rustversion v1.0.17
18032025-01-10T21:17:37.331Z Compiling num_threads v0.1.7
18042025-01-10T21:17:37.468Z Compiling utf16_iter v1.0.5
18052025-01-10T21:17:37.589Z Compiling atomic-waker v1.1.2
18062025-01-10T21:17:37.776Z Compiling write16 v1.0.0
18072025-01-10T21:17:37.856Z Compiling slog-async v2.8.0
18082025-01-10T21:17:37.915Z Compiling utf8_iter v1.0.4
18092025-01-10T21:17:38.137Z Compiling icu_normalizer v1.5.0
18102025-01-10T21:17:38.251Z Compiling time v0.3.36
18112025-01-10T21:17:38.861Z Compiling pkcs5 v0.7.1
18122025-01-10T21:17:40.410Z Compiling form_urlencoded v1.2.1
18132025-01-10T21:17:40.809Z Compiling http-body v1.0.1
18142025-01-10T21:17:41.062Z Compiling heapless v0.7.17
18152025-01-10T21:17:41.252Z Compiling bzip2-sys v0.1.11+1.0.8
18162025-01-10T21:17:41.933Z Compiling try-lock v0.2.5
18172025-01-10T21:17:41.968Z Compiling signal-hook v0.3.17
18182025-01-10T21:17:42.414Z Compiling want v0.3.1
18192025-01-10T21:17:44.189Z Compiling pkcs8 v0.10.2
18202025-01-10T21:17:44.427Z Compiling idna_adapter v1.2.0
18212025-01-10T21:17:44.723Z Compiling h2 v0.4.6
18222025-01-10T21:17:45.971Z Compiling usdt-macro v0.5.0
18232025-01-10T21:17:47.286Z Compiling usdt-attr-macro v0.5.0
18242025-01-10T21:17:47.731Z Compiling async-stream-impl v0.3.6
18252025-01-10T21:17:47.881Z Compiling httpdate v1.0.3
18262025-01-10T21:17:48.783Z Compiling adler2 v2.0.0
18272025-01-10T21:17:48.983Z Compiling miniz_oxide v0.8.0
18282025-01-10T21:17:50.088Z Compiling idna v1.0.3
18292025-01-10T21:17:51.569Z Compiling hyper v1.5.0
18302025-01-10T21:17:52.416Z Compiling curve25519-dalek v4.1.3
18312025-01-10T21:17:53.549Z Compiling openapiv3 v2.0.0
18322025-01-10T21:17:54.469Z Compiling enum-as-inner v0.6.1
18332025-01-10T21:17:55.536Z Compiling dropshot v0.12.0
18342025-01-10T21:17:55.747Z Compiling base64 v0.22.1
18352025-01-10T21:17:56.026Z Compiling portable-atomic v1.9.0
18362025-01-10T21:17:56.381Z Compiling num-bigint-dig v0.8.4
18372025-01-10T21:17:56.663Z Compiling match_cfg v0.1.0
18382025-01-10T21:17:56.765Z Compiling foreign-types-shared v0.1.1
18392025-01-10T21:17:56.851Z Compiling newtype-uuid v1.1.3
18402025-01-10T21:17:56.911Z Compiling tower-service v0.3.3
18412025-01-10T21:17:57.049Z Compiling smoltcp v0.9.1
18422025-01-10T21:17:57.275Z Compiling hyper-util v0.1.10
18432025-01-10T21:17:57.657Z Compiling foreign-types v0.3.2
18442025-01-10T21:17:57.703Z Compiling hostname v0.3.1
18452025-01-10T21:18:03.591Z Compiling url v2.5.3
18462025-01-10T21:18:05.290Z Compiling dirs-sys-next v0.1.2
18472025-01-10T21:18:05.390Z Compiling gimli v0.31.1
18482025-01-10T21:18:05.444Z Compiling data-encoding v2.6.0
18492025-01-10T21:18:05.788Z Compiling siphasher v0.3.11
18502025-01-10T21:18:05.878Z Compiling ident_case v1.0.1
18512025-01-10T21:18:06.064Z Compiling heck v0.4.1
18522025-01-10T21:18:06.091Z Compiling darling_core v0.20.10
18532025-01-10T21:18:06.129Z Compiling dirs-next v2.0.0
18542025-01-10T21:18:08.735Z Compiling http-body-util v0.1.2
18552025-01-10T21:18:12.288Z Compiling addr2line v0.24.2
18562025-01-10T21:18:12.508Z Compiling crossbeam-epoch v0.9.18
18572025-01-10T21:18:12.656Z Compiling hubpack_derive v0.1.1
18582025-01-10T21:18:13.007Z Compiling dropshot_endpoint v0.12.0
18592025-01-10T21:18:13.209Z Compiling sha1 v0.10.6
18602025-01-10T21:18:13.263Z Compiling signature v2.2.0
18612025-01-10T21:18:13.493Z Compiling zerocopy-derive v0.6.6
18622025-01-10T21:18:13.512Z Compiling curve25519-dalek-derive v0.1.1
18632025-01-10T21:18:13.692Z Compiling thread_local v1.1.8
18642025-01-10T21:18:14.172Z Compiling object v0.36.5
18652025-01-10T21:18:14.926Z Compiling fs-err v2.11.0
18662025-01-10T21:18:15.494Z Compiling encoding_rs v0.8.34
18672025-01-10T21:18:16.823Z Compiling openssl-probe v0.1.5
18682025-01-10T21:18:17.132Z Compiling unicode-properties v0.1.3
18692025-01-10T21:18:17.541Z Compiling mime v0.3.17
18702025-01-10T21:18:23.486Z Compiling rustc-demangle v0.1.24
18712025-01-10T21:18:24.002Z Compiling winnow v0.6.20
18722025-01-10T21:18:25.919Z Compiling anstyle v1.0.10
18732025-01-10T21:18:26.311Z Compiling ipnet v2.10.1
18742025-01-10T21:18:26.365Z Compiling utf8parse v0.2.2
18752025-01-10T21:18:26.528Z Compiling anstyle-parse v0.2.5
18762025-01-10T21:18:26.860Z Compiling backtrace v0.3.74
18772025-01-10T21:18:27.869Z Compiling toml_edit v0.22.22
18782025-01-10T21:18:28.938Z Compiling stringprep v0.1.5
18792025-01-10T21:18:32.079Z Compiling rustls-webpki v0.102.8
18802025-01-10T21:18:35.198Z Compiling crossbeam-deque v0.8.5
18812025-01-10T21:18:35.564Z Compiling darling_macro v0.20.10
18822025-01-10T21:18:37.854Z Compiling term v0.7.0
18832025-01-10T21:18:38.538Z Compiling slog-json v2.6.1
18842025-01-10T21:18:39.199Z Compiling serde_urlencoded v0.7.1
18852025-01-10T21:18:40.445Z Compiling crossbeam-channel v0.5.13
18862025-01-10T21:18:40.495Z Compiling rustls-pemfile v2.2.0
18872025-01-10T21:18:41.337Z Compiling hashbrown v0.14.5
18882025-01-10T21:18:41.994Z Compiling idna v0.3.0
18892025-01-10T21:18:42.655Z Compiling idna v0.4.0
18902025-01-10T21:18:42.684Z Compiling futures-executor v0.3.31
18912025-01-10T21:18:43.687Z Compiling num-integer v0.1.46
18922025-01-10T21:18:43.842Z Compiling md-5 v0.10.6
18932025-01-10T21:18:44.087Z Compiling ff v0.13.0
18942025-01-10T21:18:44.090Z Compiling hash32 v0.2.1
18952025-01-10T21:18:44.333Z Compiling memmap v0.7.0
18962025-01-10T21:18:44.413Z Compiling is-terminal v0.4.13
18972025-01-10T21:18:44.543Z Compiling is_terminal_polyfill v1.70.1
18982025-01-10T21:18:44.680Z Compiling psl-types v2.0.11
18992025-01-10T21:18:45.650Z Compiling take_mut v0.2.2
19002025-01-10T21:18:45.785Z Compiling anstyle-query v1.1.1
19012025-01-10T21:18:45.822Z Compiling base16ct v0.2.0
19022025-01-10T21:18:45.952Z Compiling utf-8 v0.7.6
19032025-01-10T21:18:46.130Z Compiling fallible-iterator v0.2.0
19042025-01-10T21:18:46.270Z Compiling linked-hash-map v0.5.6
19052025-01-10T21:18:46.774Z Compiling quick-error v1.2.3
19062025-01-10T21:18:46.866Z Compiling colorchoice v1.0.2
19072025-01-10T21:18:46.931Z Compiling resolv-conf v0.7.0
19082025-01-10T21:18:47.033Z Compiling anstream v0.6.15
19092025-01-10T21:18:47.615Z Compiling postgres-protocol v0.6.7
19102025-01-10T21:18:47.711Z Compiling lru-cache v0.1.2
19112025-01-10T21:18:47.926Z Compiling tungstenite v0.24.0
19122025-01-10T21:18:48.839Z Compiling sec1 v0.7.3
19132025-01-10T21:18:50.049Z Compiling publicsuffix v2.2.3
19142025-01-10T21:18:50.327Z Compiling usdt v0.5.0
19152025-01-10T21:18:50.518Z Compiling slog-term v2.9.1
19162025-01-10T21:18:50.795Z Compiling group v0.13.0
19172025-01-10T21:18:51.103Z Compiling num-iter v0.1.45
19182025-01-10T21:18:51.297Z Compiling hickory-proto v0.24.1
19192025-01-10T21:18:51.641Z Compiling futures v0.3.31
19202025-01-10T21:18:51.766Z Compiling regress v0.10.1
19212025-01-10T21:18:54.958Z Compiling tokio-rustls v0.26.0
19222025-01-10T21:18:55.224Z Compiling slog-bunyan v2.5.0
19232025-01-10T21:18:55.412Z Compiling tokio-rustls v0.25.0
19242025-01-10T21:18:55.433Z Compiling darling v0.20.10
19252025-01-10T21:18:55.561Z Compiling toml v0.8.19
19262025-01-10T21:18:55.827Z Compiling tokio-native-tls v0.3.1
19272025-01-10T21:18:55.865Z Compiling strum_macros v0.25.3
19282025-01-10T21:18:56.110Z Compiling phf_shared v0.11.2
19292025-01-10T21:18:56.644Z Compiling async-stream v0.3.6
19302025-01-10T21:18:56.710Z Compiling waitgroup v0.1.2
19312025-01-10T21:18:56.927Z Compiling webpki-roots v0.26.6
19322025-01-10T21:18:57.215Z Compiling idna v0.5.0
19332025-01-10T21:18:57.403Z Compiling terminal_size v0.4.0
19342025-01-10T21:18:57.631Z Compiling serde_path_to_error v0.1.16
19352025-01-10T21:18:58.501Z Compiling hkdf v0.12.4
19362025-01-10T21:18:58.677Z Compiling crypto-bigint v0.5.5
19372025-01-10T21:18:58.741Z Compiling serde_repr v0.1.19
19382025-01-10T21:18:58.782Z Compiling derive-where v1.2.7
19392025-01-10T21:18:59.403Z Compiling clap_derive v4.5.18
19402025-01-10T21:18:59.791Z Compiling hostname v0.4.0
19412025-01-10T21:19:00.046Z Compiling crc32fast v1.4.2
19422025-01-10T21:19:00.384Z Compiling clap_lex v0.7.2
19432025-01-10T21:19:00.830Z Compiling bitflags v1.3.2
19442025-01-10T21:19:01.057Z Compiling unicode-width v0.1.14
19452025-01-10T21:19:01.588Z Compiling managed v0.8.0
19462025-01-10T21:19:02.204Z Compiling debug-ignore v1.0.5
19472025-01-10T21:19:02.545Z Compiling elliptic-curve v0.13.8
19482025-01-10T21:19:03.294Z Compiling console v0.15.8
19492025-01-10T21:19:04.640Z Compiling clap_builder v4.5.21
19502025-01-10T21:19:04.823Z Compiling flate2 v1.0.34
19512025-01-10T21:19:04.919Z Compiling cookie_store v0.21.0
19522025-01-10T21:19:06.592Z Compiling hyper-rustls v0.27.3
19532025-01-10T21:19:09.253Z Compiling hickory-resolver v0.24.1
19542025-01-10T21:19:11.678Z Compiling phf v0.11.2
19552025-01-10T21:19:11.892Z Compiling hyper-tls v0.6.0
19562025-01-10T21:19:12.003Z Compiling typify-impl v0.2.0
19572025-01-10T21:19:12.005Z Compiling signal-hook-mio v0.2.4
19582025-01-10T21:19:12.185Z Compiling bzip2 v0.4.4
19592025-01-10T21:19:12.272Z Compiling rayon v1.10.0
19602025-01-10T21:19:12.872Z Compiling tokio-tungstenite v0.24.0
19612025-01-10T21:19:12.947Z Compiling postgres-types v0.2.8
19622025-01-10T21:19:13.431Z Compiling zerocopy v0.6.6
19632025-01-10T21:19:14.339Z Compiling hubpack v0.1.2
19642025-01-10T21:19:14.434Z Compiling ed25519 v2.2.3
19652025-01-10T21:19:14.467Z Compiling phf_shared v0.10.0
19662025-01-10T21:19:14.744Z Compiling pkcs1 v0.7.5
19672025-01-10T21:19:14.854Z Compiling tokio-stream v0.1.16
19682025-01-10T21:19:15.700Z Compiling ipnetwork v0.20.0
19692025-01-10T21:19:15.941Z Compiling serde-big-array v0.5.1
19702025-01-10T21:19:16.734Z Compiling rfc6979 v0.4.0
19712025-01-10T21:19:16.940Z Compiling float-cmp v0.9.0
19722025-01-10T21:19:17.179Z Compiling sync_wrapper v1.0.1
19732025-01-10T21:19:17.288Z Compiling bstr v1.10.0
19742025-01-10T21:19:18.407Z Compiling difflib v0.4.0
19752025-01-10T21:19:18.900Z Compiling unicode-segmentation v1.12.0
19762025-01-10T21:19:19.575Z Compiling new_debug_unreachable v1.0.6
19772025-01-10T21:19:19.681Z Compiling number_prefix v0.4.0
19782025-01-10T21:19:19.702Z Compiling static_assertions v1.1.0
19792025-01-10T21:19:19.721Z Compiling bit-vec v0.6.3
19802025-01-10T21:19:19.809Z Compiling fixedbitset v0.4.2
19812025-01-10T21:19:19.828Z Compiling unicode-width v0.2.0
19822025-01-10T21:19:20.140Z Compiling predicates-core v1.0.8
19832025-01-10T21:19:20.159Z Compiling whoami v1.5.2
19842025-01-10T21:19:20.223Z Compiling precomputed-hash v0.1.1
19852025-01-10T21:19:20.354Z Compiling normalize-line-endings v0.3.0
19862025-01-10T21:19:20.373Z Compiling string_cache v0.8.7
19872025-01-10T21:19:20.463Z Compiling predicates v3.1.2
19882025-01-10T21:19:20.495Z Compiling tokio-postgres v0.7.12
19892025-01-10T21:19:20.716Z Compiling indicatif v0.17.9
19902025-01-10T21:19:21.844Z Compiling petgraph v0.6.5
19912025-01-10T21:19:22.014Z Compiling bit-set v0.5.3
19922025-01-10T21:19:22.334Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19932025-01-10T21:19:22.570Z Compiling similar v2.6.0
19942025-01-10T21:19:24.106Z Compiling typify-macro v0.2.0
19952025-01-10T21:19:24.900Z Compiling reqwest v0.12.9
19962025-01-10T21:19:25.887Z Compiling ecdsa v0.16.9
19972025-01-10T21:19:26.768Z Compiling qorb v0.2.1
19982025-01-10T21:19:27.304Z Compiling rsa v0.9.6
19992025-01-10T21:19:27.702Z Compiling ed25519-dalek v2.1.1
20002025-01-10T21:19:28.623Z Compiling zip v0.6.6
20012025-01-10T21:19:28.741Z Compiling crossterm v0.28.1
20022025-01-10T21:19:28.913Z Compiling clap v4.5.21
20032025-01-10T21:19:30.627Z Compiling toml v0.7.8
20042025-01-10T21:19:31.528Z Compiling x509-cert v0.2.5
20052025-01-10T21:19:32.232Z Compiling hex v0.4.3
20062025-01-10T21:19:32.855Z Compiling itertools v0.10.5
20072025-01-10T21:19:33.227Z Compiling unicode-xid v0.2.6
20082025-01-10T21:19:33.410Z Compiling zerocopy v0.8.10
20092025-01-10T21:19:33.487Z Compiling lalrpop-util v0.19.12
20102025-01-10T21:19:33.830Z Compiling peg-runtime v0.8.3
20112025-01-10T21:19:35.969Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20122025-01-10T21:19:40.186Z Compiling proc-macro-crate v1.3.1
20132025-01-10T21:19:40.302Z Compiling macaddr v1.0.1
20142025-01-10T21:19:40.947Z Compiling zerocopy-derive v0.8.10
20152025-01-10T21:19:41.005Z Compiling itertools v0.13.0
20162025-01-10T21:19:41.804Z Compiling heapless v0.8.0
20172025-01-10T21:19:44.256Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20182025-01-10T21:19:48.892Z Compiling num_enum_derive v0.5.11
20192025-01-10T21:19:57.568Z Compiling hash32 v0.3.1
20202025-01-10T21:19:58.503Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20212025-01-10T21:19:58.792Z Compiling smoltcp v0.11.0
20222025-01-10T21:20:04.027Z Compiling num_enum v0.5.11
20232025-01-10T21:20:04.222Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20242025-01-10T21:20:05.199Z Compiling typify v0.2.0
20252025-01-10T21:20:05.227Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20262025-01-10T21:20:05.718Z Compiling proc-macro-error-attr v1.0.4
20272025-01-10T21:20:06.232Z Compiling cobs v0.2.3
20282025-01-10T21:20:06.697Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20292025-01-10T21:20:06.998Z Compiling unsafe-libyaml v0.2.11
20302025-01-10T21:20:08.660Z Compiling serde_yaml v0.9.34+deprecated
20312025-01-10T21:20:12.512Z Compiling postcard v1.0.10
20322025-01-10T21:20:22.303Z Compiling progenitor-impl v0.8.0
20332025-01-10T21:20:27.539Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20342025-01-10T21:20:35.993Z Compiling strum_macros v0.26.4
20352025-01-10T21:20:36.803Z Compiling structmeta-derive v0.3.0
20362025-01-10T21:20:36.927Z Compiling foreign-types-macros v0.2.3
20372025-01-10T21:20:37.109Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20382025-01-10T21:20:37.352Z Compiling proc-macro-error v1.0.4
20392025-01-10T21:20:37.416Z Compiling foreign-types-shared v0.3.1
20402025-01-10T21:20:39.519Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20412025-01-10T21:20:39.692Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20422025-01-10T21:20:40.306Z Compiling structmeta v0.3.0
20432025-01-10T21:20:40.604Z Compiling strum v0.26.3
20442025-01-10T21:20:45.290Z Compiling foreign-types v0.5.0
20452025-01-10T21:20:50.403Z Compiling progenitor-macro v0.8.0
20462025-01-10T21:20:53.699Z Compiling progenitor-client v0.8.0
20472025-01-10T21:20:54.346Z Compiling tabwriter v1.4.0
20482025-01-10T21:20:57.015Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20492025-01-10T21:20:57.105Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20502025-01-10T21:20:57.821Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20512025-01-10T21:20:58.323Z Compiling cstr-argument v0.1.2
20522025-01-10T21:20:58.561Z Compiling dropshot v0.13.0
20532025-01-10T21:20:58.643Z Compiling pretty-hex v0.2.1
20542025-01-10T21:20:58.848Z Compiling fastrand v2.1.1
20552025-01-10T21:20:58.850Z Compiling thiserror v2.0.3
20562025-01-10T21:20:59.427Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20572025-01-10T21:20:59.553Z Compiling crucible-workspace-hack v0.1.0
20582025-01-10T21:20:59.928Z Compiling tempfile v3.13.0
20592025-01-10T21:21:00.300Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20602025-01-10T21:21:00.607Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20612025-01-10T21:21:00.708Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20622025-01-10T21:21:01.509Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20632025-01-10T21:21:01.741Z Compiling parse-display-derive v0.10.0
20642025-01-10T21:21:02.329Z Compiling colored v2.1.0
20652025-01-10T21:21:02.425Z Compiling serde_with_macros v3.11.0
20662025-01-10T21:21:03.325Z Compiling progenitor v0.8.0
20672025-01-10T21:21:03.513Z Compiling dropshot_endpoint v0.13.0
20682025-01-10T21:21:03.607Z Compiling thiserror-impl v2.0.3
20692025-01-10T21:21:05.033Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20702025-01-10T21:21:05.622Z Compiling instant v0.1.13
20712025-01-10T21:21:05.784Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20722025-01-10T21:21:05.802Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20732025-01-10T21:21:05.865Z Compiling backoff v0.4.0
20742025-01-10T21:21:06.016Z Compiling parse-display v0.10.0
20752025-01-10T21:21:06.198Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20762025-01-10T21:21:06.240Z Compiling serde_with v3.11.0
20772025-01-10T21:21:06.306Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20782025-01-10T21:21:08.014Z Compiling zone_cfg_derive v0.3.0
20792025-01-10T21:21:09.176Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20802025-01-10T21:21:09.447Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20812025-01-10T21:21:09.911Z Compiling camino-tempfile v1.1.1
20822025-01-10T21:21:10.316Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20832025-01-10T21:21:10.733Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20842025-01-10T21:21:10.752Z Compiling regress v0.9.1
20852025-01-10T21:21:10.833Z Compiling num-derive v0.4.2
20862025-01-10T21:21:10.921Z Compiling sigpipe v0.1.3
20872025-01-10T21:21:11.064Z Compiling libefi-sys v0.1.0
20882025-01-10T21:21:11.366Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20892025-01-10T21:21:11.725Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20902025-01-10T21:21:13.022Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
20912025-01-10T21:21:14.563Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20922025-01-10T21:21:14.983Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20932025-01-10T21:21:15.140Z Compiling zone v0.3.0
20942025-01-10T21:21:16.505Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20952025-01-10T21:21:18.527Z Compiling smf v0.2.3
20962025-01-10T21:21:19.417Z Compiling bitfield-struct v0.6.2
20972025-01-10T21:21:20.771Z Compiling blake3 v1.5.4
20982025-01-10T21:21:20.834Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20992025-01-10T21:21:21.176Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21002025-01-10T21:21:21.749Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21012025-01-10T21:21:21.967Z Compiling xattr v1.3.1
21022025-01-10T21:21:21.989Z Compiling filetime v0.2.25
21032025-01-10T21:21:22.076Z Compiling memmap2 v0.9.5
21042025-01-10T21:21:22.295Z Compiling constant_time_eq v0.3.1
21052025-01-10T21:21:22.350Z Compiling arrayvec v0.7.6
21062025-01-10T21:21:22.480Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21072025-01-10T21:21:22.619Z Compiling same-file v1.0.6
21082025-01-10T21:21:22.673Z Compiling arrayref v0.3.9
21092025-01-10T21:21:22.851Z Compiling walkdir v2.5.0
21102025-01-10T21:21:22.883Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21112025-01-10T21:21:22.904Z Compiling tar v0.4.42
21122025-01-10T21:21:24.525Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21132025-01-10T21:21:24.956Z Compiling gethostname v0.5.0
21142025-01-10T21:21:25.122Z Compiling cargo-platform v0.1.8
21152025-01-10T21:21:25.176Z Compiling topological-sort v0.2.2
21162025-01-10T21:21:25.451Z Compiling cargo_metadata v0.18.1
21172025-01-10T21:21:25.501Z Compiling omicron-zone-package v0.12.0
21182025-01-10T21:21:25.595Z Compiling shell-words v1.1.0
21192025-01-10T21:21:26.019Z Compiling indent_write v2.2.0
21202025-01-10T21:21:33.674Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21212025-01-10T21:21:36.119Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21222025-01-10T21:21:38.662Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21232025-01-10T21:21:56.201Z Finished `release` profile [optimized] target(s) in 5m 28s
21242025-01-10T21:21:56.293Z Running `target/release/omicron-package -t test target create -p dev`
21252025-01-10T21:21:56.340ZLogging to: /work/oxidecomputer/omicron/out/LOG
21262025-01-10T21:21:56.343ZCreated new build target 'test' and set it as active
21272025-01-10T21:21:56.343Z
21282025-01-10T21:21:56.343Zreal 5:28.824548338
21292025-01-10T21:21:56.343Zuser 37:02.303020417
21302025-01-10T21:21:56.343Zsys 4:58.609407127
21312025-01-10T21:21:56.343Ztrap 1.109709820
21322025-01-10T21:21:56.343Ztflt 3.200305932
21332025-01-10T21:21:56.343Zdflt 0.952225965
21342025-01-10T21:21:56.343Zkflt 0.000358578
21352025-01-10T21:21:56.343Zlock 1:17:53.096225098
21362025-01-10T21:21:56.343Zslp 2:34:25.958116790
21372025-01-10T21:21:56.343Zlat 2:32.113098373
21382025-01-10T21:21:56.343Zstop 4:35.351411926
21392025-01-10T21:21:56.343Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21402025-01-10T21:21:57.328Z Finished `release` profile [optimized] target(s) in 0.93s
21412025-01-10T21:21:57.385Z Running `target/release/omicron-package -t test package`
21422025-01-10T21:21:57.430ZLogging to: /work/oxidecomputer/omicron/out/LOG
21432025-01-10T21:21:58.566Z Compiling convert_case v0.4.0
21442025-01-10T21:21:58.566Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21452025-01-10T21:21:58.568Z Compiling newline-converter v0.3.0
21462025-01-10T21:21:58.568Z Compiling password-hash v0.5.0
21472025-01-10T21:21:58.568Z Compiling blake2 v0.10.6
21482025-01-10T21:21:58.568Z Compiling base64 v0.21.7
21492025-01-10T21:21:58.699Z Compiling atomicwrites v0.4.4
21502025-01-10T21:21:58.711Z Compiling progenitor-client v0.8.0
21512025-01-10T21:21:58.921Z Compiling owo-colors v4.1.0
21522025-01-10T21:21:58.969Z Compiling expectorate v1.1.0
21532025-01-10T21:21:59.172Z Compiling cancel-safe-futures v0.1.5
21542025-01-10T21:21:59.208Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21552025-01-10T21:21:59.254Z Compiling argon2 v0.5.3
21562025-01-10T21:21:59.321Z Compiling progenitor v0.8.0
21572025-01-10T21:21:59.403Z Compiling derive_more v0.99.18
21582025-01-10T21:21:59.524Z Compiling num-rational v0.4.2
21592025-01-10T21:21:59.567Z Compiling num-complex v0.4.6
21602025-01-10T21:21:59.951Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21612025-01-10T21:22:00.549Z Compiling libsw v3.3.1
21622025-01-10T21:22:00.580Z Compiling swrite v0.1.0
21632025-01-10T21:22:00.718Z Compiling num v0.4.3
21642025-01-10T21:22:00.840Z Compiling linear-map v1.2.0
21652025-01-10T21:22:00.893Z Compiling float-ord v0.3.2
21662025-01-10T21:22:00.915Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21672025-01-10T21:22:00.961Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21682025-01-10T21:22:01.062Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21692025-01-10T21:22:01.260Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21702025-01-10T21:22:01.701Z Compiling highway v1.2.0
21712025-01-10T21:22:02.001Z Compiling semver v0.1.20
21722025-01-10T21:22:02.576Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21732025-01-10T21:22:02.873Z Compiling rustc_version v0.1.7
21742025-01-10T21:22:03.142Z Compiling tungstenite v0.21.0
21752025-01-10T21:22:03.308Z Compiling newtype_derive v0.1.6
21762025-01-10T21:22:03.617Z Compiling ipnetwork v0.20.0
21772025-01-10T21:22:04.418Z Compiling tokio-tungstenite v0.21.0
21782025-01-10T21:22:05.133Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21792025-01-10T21:22:05.810Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21802025-01-10T21:22:06.004Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21812025-01-10T21:22:08.438Z Compiling humantime v2.1.0
21822025-01-10T21:22:08.914Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21832025-01-10T21:22:09.341Z Compiling dropshot v0.13.0
21842025-01-10T21:22:09.420Z Compiling instant v0.1.13
21852025-01-10T21:22:09.610Z Compiling backoff v0.4.0
21862025-01-10T21:22:09.870Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21872025-01-10T21:22:10.250Z Compiling steno v0.4.1
21882025-01-10T21:22:10.344Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21892025-01-10T21:22:10.503Z Compiling parse-display v0.10.0
21902025-01-10T21:22:11.092Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21912025-01-10T21:22:11.285Z Compiling strum v0.26.3
21922025-01-10T21:22:11.488Z Compiling serde_with v3.11.0
21932025-01-10T21:22:15.225Z Compiling regress v0.9.1
21942025-01-10T21:22:15.795Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21952025-01-10T21:22:18.366Z Compiling macaddr v1.0.1
21962025-01-10T21:22:18.487Z Compiling slog-dtrace v0.3.0
21972025-01-10T21:22:18.785Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21982025-01-10T21:22:18.874Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
21992025-01-10T21:22:19.153Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22002025-01-10T21:22:20.857Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22012025-01-10T21:22:21.190Z Compiling prettyplease v0.2.25
22022025-01-10T21:22:21.647Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22032025-01-10T21:22:21.793Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22042025-01-10T21:22:22.872Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22052025-01-10T21:22:25.289Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22062025-01-10T21:22:25.843Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22072025-01-10T21:22:37.893Z Compiling half v2.4.1
22082025-01-10T21:22:38.436Z Compiling ciborium-io v0.2.2
22092025-01-10T21:22:38.587Z Compiling ciborium-ll v0.2.2
22102025-01-10T21:22:38.590Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22112025-01-10T21:22:39.110Z Compiling ciborium v0.2.2
22122025-01-10T21:22:39.280Z Compiling same-file v1.0.6
22132025-01-10T21:22:39.451Z Compiling display-error-chain v0.2.2
22142025-01-10T21:22:39.530Z Compiling fastrand v2.1.1
22152025-01-10T21:22:39.661Z Compiling walkdir v2.5.0
22162025-01-10T21:22:40.043Z Compiling tempfile v3.13.0
22172025-01-10T21:22:40.223Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22182025-01-10T21:22:40.362Z Compiling blake3 v1.5.4
22192025-01-10T21:22:40.822Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22202025-01-10T21:22:41.026Z Compiling xattr v1.3.1
22212025-01-10T21:22:41.176Z Compiling filetime v0.2.25
22222025-01-10T21:22:41.295Z Compiling memmap2 v0.9.5
22232025-01-10T21:22:41.479Z Compiling arrayref v0.3.9
22242025-01-10T21:22:41.595Z Compiling arrayvec v0.7.6
22252025-01-10T21:22:41.692Z Compiling keccak v0.1.5
22262025-01-10T21:22:42.039Z Compiling constant_time_eq v0.3.1
22272025-01-10T21:22:42.708Z Compiling sha3 v0.10.8
22282025-01-10T21:22:43.308Z Compiling tar v0.4.42
22292025-01-10T21:22:43.587Z Compiling camino-tempfile v1.1.1
22302025-01-10T21:22:43.702Z Compiling toolchain_find v0.4.0
22312025-01-10T21:22:44.064Z Compiling const_format_proc_macros v0.2.33
22322025-01-10T21:22:44.330Z Compiling maplit v1.0.2
22332025-01-10T21:22:44.467Z Compiling topological-sort v0.2.2
22342025-01-10T21:22:44.487Z Compiling radium v0.7.0
22352025-01-10T21:22:44.705Z Compiling crunchy v0.2.2
22362025-01-10T21:22:44.784Z Compiling omicron-zone-package v0.12.0
22372025-01-10T21:22:44.948Z Compiling rustfmt-wrapper v0.2.1
22382025-01-10T21:22:45.064Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22392025-01-10T21:22:45.173Z Compiling maybe-uninit v2.0.0
22402025-01-10T21:22:45.408Z Compiling tap v1.0.1
22412025-01-10T21:22:45.516Z Compiling tiny-keccak v2.0.2
22422025-01-10T21:22:45.601Z Compiling wyz v0.5.1
22432025-01-10T21:22:45.716Z Compiling dsl_auto_type v0.1.2
22442025-01-10T21:22:45.875Z Compiling phf_generator v0.11.2
22452025-01-10T21:22:45.955Z Compiling const_format v0.2.33
22462025-01-10T21:22:46.062Z Compiling scheduled-thread-pool v0.2.7
22472025-01-10T21:22:46.095Z Compiling secrecy v0.8.0
22482025-01-10T21:22:46.252Z Compiling async-recursion v1.1.1
22492025-01-10T21:22:46.368Z Compiling diesel_table_macro_syntax v0.2.0
22502025-01-10T21:22:46.779Z Compiling crc-catalog v2.4.0
22512025-01-10T21:22:46.957Z Compiling packed_struct v0.10.1
22522025-01-10T21:22:47.087Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22532025-01-10T21:22:47.227Z Compiling funty v2.0.0
22542025-01-10T21:22:47.256Z Compiling arc-swap v1.7.1
22552025-01-10T21:22:47.422Z Compiling diesel_derives v2.2.3
22562025-01-10T21:22:47.441Z Compiling crc v3.2.1
22572025-01-10T21:22:47.701Z Compiling r2d2 v0.8.10
22582025-01-10T21:22:47.950Z Compiling slog-scope v4.4.0
22592025-01-10T21:22:48.179Z Compiling phf_codegen v0.11.2
22602025-01-10T21:22:48.413Z Compiling bitvec v1.0.1
22612025-01-10T21:22:49.339Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22622025-01-10T21:22:49.429Z Compiling ascii-canvas v3.0.0
22632025-01-10T21:22:49.565Z Compiling universal-hash v0.5.1
22642025-01-10T21:22:49.812Z Compiling packed_struct_codegen v0.10.1
22652025-01-10T21:22:49.922Z Compiling thiserror-impl-no-std v2.0.2
22662025-01-10T21:22:50.673Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22672025-01-10T21:22:52.337Z Compiling parse-zoneinfo v0.3.1
22682025-01-10T21:22:52.633Z Compiling ena v0.14.3
22692025-01-10T21:22:52.930Z Compiling indexmap v1.9.3
22702025-01-10T21:22:53.037Z Compiling diff v0.1.13
22712025-01-10T21:22:53.246Z Compiling opaque-debug v0.3.1
22722025-01-10T21:22:53.365Z Compiling regex-syntax v0.6.29
22732025-01-10T21:22:53.597Z Compiling nodrop v0.1.14
22742025-01-10T21:22:53.749Z Compiling array-init v0.0.4
22752025-01-10T21:22:53.942Z Compiling poly1305 v0.8.0
22762025-01-10T21:22:55.111Z Compiling chrono-tz-build v0.4.0
22772025-01-10T21:22:56.293Z Compiling thiserror-no-std v2.0.2
22782025-01-10T21:22:56.435Z Compiling smallvec v0.6.14
22792025-01-10T21:22:56.961Z Compiling lalrpop v0.19.12
22802025-01-10T21:22:58.796Z Compiling slog-stdlog v4.1.1
22812025-01-10T21:22:58.933Z Compiling diesel v2.2.6
22822025-01-10T21:22:59.702Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22832025-01-10T21:23:00.194Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22842025-01-10T21:23:00.495Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22852025-01-10T21:23:00.741Z Compiling chacha20 v0.9.1
22862025-01-10T21:23:00.833Z Compiling aead v0.5.2
22872025-01-10T21:23:01.193Z Compiling vte_generate_state_changes v0.1.2
22882025-01-10T21:23:01.231Z Compiling ref-cast v1.0.23
22892025-01-10T21:23:01.682Z Compiling termcolor v1.4.1
22902025-01-10T21:23:01.805Z Compiling bitfield v0.14.0
22912025-01-10T21:23:02.077Z Compiling hashbrown v0.12.3
22922025-01-10T21:23:02.770Z Compiling env_logger v0.10.2
22932025-01-10T21:23:04.583Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22942025-01-10T21:23:05.859Z Compiling vte v0.11.1
22952025-01-10T21:23:07.389Z Compiling chacha20poly1305 v0.10.1
22962025-01-10T21:23:07.644Z Compiling slog-envlogger v2.2.0
22972025-01-10T21:23:10.493Z Compiling serde-hex v0.1.0
22982025-01-10T21:23:15.925Z Compiling vsss-rs v3.3.4
22992025-01-10T21:23:20.604Z Compiling chrono-tz v0.10.0
23002025-01-10T21:23:21.227Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23012025-01-10T21:23:21.565Z Compiling ron v0.8.1
23022025-01-10T21:23:22.753Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23032025-01-10T21:23:23.046Z Compiling derive_builder_core v0.20.2
23042025-01-10T21:23:23.134Z Compiling polar-core v0.27.3
23052025-01-10T21:23:24.353Z Compiling hashbrown v0.13.2
23062025-01-10T21:23:25.393Z Compiling headers-core v0.3.0
23072025-01-10T21:23:25.585Z Compiling fxhash v0.2.1
23082025-01-10T21:23:25.769Z Compiling libxml v0.3.3
23092025-01-10T21:23:25.817Z Compiling ref-cast-impl v1.0.23
23102025-01-10T21:23:26.126Z Compiling crc-any v2.5.0
23112025-01-10T21:23:26.956Z Compiling bytecount v0.6.8
23122025-01-10T21:23:27.110Z Compiling simd-adler32 v0.3.7
23132025-01-10T21:23:27.295Z Compiling zip v2.1.3
23142025-01-10T21:23:27.366Z Compiling lockfree-object-pool v0.1.6
23152025-01-10T21:23:27.619Z Compiling bumpalo v3.16.0
23162025-01-10T21:23:27.708Z Compiling papergrid v0.11.0
23172025-01-10T21:23:28.229Z Compiling zopfli v0.8.1
23182025-01-10T21:23:28.432Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23192025-01-10T21:23:32.532Z Compiling object v0.30.4
23202025-01-10T21:23:38.184Z Compiling headers v0.4.0
23212025-01-10T21:23:38.787Z Compiling derive_builder_macro v0.20.2
23222025-01-10T21:23:41.101Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23232025-01-10T21:23:42.761Z Compiling strip-ansi-escapes v0.2.0
23242025-01-10T21:23:43.393Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23252025-01-10T21:23:43.448Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23262025-01-10T21:23:43.737Z Compiling tabled_derive v0.7.0
23272025-01-10T21:23:45.621Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23282025-01-10T21:23:45.906Z Compiling fd-lock v4.0.2
23292025-01-10T21:23:46.125Z Compiling peg-macros v0.8.4
23302025-01-10T21:23:46.156Z Compiling strum_macros v0.24.3
23312025-01-10T21:23:46.615Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23322025-01-10T21:23:47.715Z Compiling kstat-rs v0.2.4
23332025-01-10T21:23:48.735Z Compiling samael v0.0.17
23342025-01-10T21:23:49.395Z Compiling unicase v2.7.0
23352025-01-10T21:23:49.415Z Compiling nu-ansi-term v0.50.1
23362025-01-10T21:23:49.707Z Compiling path-slash v0.1.5
23372025-01-10T21:23:49.964Z Compiling indoc v1.0.9
23382025-01-10T21:23:50.347Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23392025-01-10T21:23:50.584Z Compiling reedline v0.35.0
23402025-01-10T21:23:50.805Z Compiling peg v0.8.4
23412025-01-10T21:23:50.932Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23422025-01-10T21:23:54.261Z Compiling tabled v0.15.0
23432025-01-10T21:23:56.666Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23442025-01-10T21:24:06.184Z Compiling derive_builder v0.20.2
23452025-01-10T21:24:11.198Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23462025-01-10T21:24:11.475Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23472025-01-10T21:24:14.433Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23482025-01-10T21:24:14.724Z Compiling pem v3.0.4
23492025-01-10T21:24:14.744Z Compiling bcs v0.1.6
23502025-01-10T21:24:14.821Z Compiling impl-trait-for-tuples v0.2.2
23512025-01-10T21:24:15.680Z Compiling oso-derive v0.27.3
23522025-01-10T21:24:16.197Z Compiling libz-sys v1.1.20
23532025-01-10T21:24:16.651Z Compiling quick-xml v0.33.0
23542025-01-10T21:24:16.851Z Compiling diesel-dtrace v0.4.2
23552025-01-10T21:24:17.169Z Compiling parking_lot_core v0.8.6
23562025-01-10T21:24:21.705Z Compiling oso v0.27.3
23572025-01-10T21:24:22.492Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23582025-01-10T21:24:24.057Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23592025-01-10T21:24:29.472Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23602025-01-10T21:24:32.688Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23612025-01-10T21:24:32.979Z Compiling bb8 v0.8.5
23622025-01-10T21:24:33.621Z Compiling buf-list v1.0.3
23632025-01-10T21:24:34.268Z Compiling async-bb8-diesel v0.2.1
23642025-01-10T21:24:36.667Z Compiling nibble_vec v0.1.0
23652025-01-10T21:24:36.922Z Compiling libgit2-sys v0.17.0+1.8.1
23662025-01-10T21:24:37.733Z Compiling pin-project-internal v1.1.6
23672025-01-10T21:24:39.279Z Compiling atty v0.2.14
23682025-01-10T21:24:39.458Z Compiling endian-type v0.1.2
23692025-01-10T21:24:39.727Z Compiling salty v0.3.0
23702025-01-10T21:24:40.197Z Compiling radix_trie v0.2.1
23712025-01-10T21:24:40.588Z Compiling pin-project v1.1.6
23722025-01-10T21:24:41.534Z Compiling parking_lot v0.11.2
23732025-01-10T21:24:44.587Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23742025-01-10T21:24:50.995Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23752025-01-10T21:24:55.884Z Compiling snafu-derive v0.8.5
23762025-01-10T21:24:59.630Z Compiling sled v0.34.7
23772025-01-10T21:25:00.692Z Compiling snafu v0.8.5
23782025-01-10T21:25:01.983Z Compiling mime_guess v2.0.5
23792025-01-10T21:25:03.076Z Compiling hickory-client v0.24.1
23802025-01-10T21:25:09.221Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23812025-01-10T21:25:10.408Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23822025-01-10T21:25:11.400Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23832025-01-10T21:25:11.878Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23842025-01-10T21:25:12.353Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23852025-01-10T21:25:13.830Z Compiling globset v0.4.15
23862025-01-10T21:25:16.468Z Compiling hickory-server v0.24.1
23872025-01-10T21:25:20.673Z Compiling primeorder v0.13.6
23882025-01-10T21:25:21.141Z Compiling olpc-cjson v0.1.4
23892025-01-10T21:25:21.236Z Compiling castaway v0.2.3
23902025-01-10T21:25:21.435Z Compiling vergen v8.3.2
23912025-01-10T21:25:21.477Z Compiling env_filter v0.1.2
23922025-01-10T21:25:21.720Z Compiling serde_plain v1.0.2
23932025-01-10T21:25:22.259Z Compiling cargo-platform v0.1.8
23942025-01-10T21:25:22.786Z Compiling nanorand v0.7.0
23952025-01-10T21:25:22.983Z Compiling memoffset v0.9.1
23962025-01-10T21:25:23.309Z Compiling typed-path v0.9.3
23972025-01-10T21:25:23.663Z Compiling flume v0.11.1
23982025-01-10T21:25:27.431Z Compiling tough v0.19.0
23992025-01-10T21:25:28.665Z Compiling cargo_metadata v0.18.1
24002025-01-10T21:25:30.668Z Compiling env_logger v0.11.5
24012025-01-10T21:25:31.739Z Compiling git2 v0.19.0
24022025-01-10T21:25:31.927Z Compiling compact_str v0.8.0
24032025-01-10T21:25:32.092Z Compiling p384 v0.13.0
24042025-01-10T21:25:33.994Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24052025-01-10T21:25:34.527Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24062025-01-10T21:25:38.222Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24072025-01-10T21:25:41.611Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24082025-01-10T21:25:42.806Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24092025-01-10T21:25:44.722Z Compiling unicode-truncate v1.1.0
24102025-01-10T21:25:45.041Z Compiling lru v0.12.5
24112025-01-10T21:25:45.432Z Compiling rand_seeder v0.3.0
24122025-01-10T21:25:45.883Z Compiling libsqlite3-sys v0.30.1
24132025-01-10T21:25:46.409Z Compiling lzma-sys v0.1.20
24142025-01-10T21:25:47.131Z Compiling instability v0.3.2
24152025-01-10T21:25:48.160Z Compiling http-range v0.1.5
24162025-01-10T21:25:48.757Z Compiling cassowary v0.3.0
24172025-01-10T21:25:49.634Z Compiling parse-size v1.1.0
24182025-01-10T21:25:49.828Z Compiling cfg_aliases v0.2.1
24192025-01-10T21:25:49.951Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24202025-01-10T21:25:49.970Z Compiling rustls v0.21.12
24212025-01-10T21:25:50.309Z Compiling nix v0.29.0
24222025-01-10T21:25:50.328Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24232025-01-10T21:25:51.226Z Compiling ratatui v0.28.1
24242025-01-10T21:25:52.489Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24252025-01-10T21:25:54.584Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24262025-01-10T21:25:56.501Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24272025-01-10T21:25:57.642Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24282025-01-10T21:25:58.456Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24292025-01-10T21:25:58.767Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24302025-01-10T21:26:00.509Z Compiling rustls-webpki v0.101.7
24312025-01-10T21:26:02.451Z Compiling sct v0.7.1
24322025-01-10T21:26:02.527Z Compiling heck v0.3.3
24332025-01-10T21:26:02.912Z Compiling csv-core v0.1.11
24342025-01-10T21:26:02.931Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24352025-01-10T21:26:03.251Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24362025-01-10T21:26:03.570Z Compiling glob v0.3.1
24372025-01-10T21:26:03.767Z Compiling csv v1.3.0
24382025-01-10T21:26:04.430Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24392025-01-10T21:26:05.708Z Compiling zone_cfg_derive v0.1.2
24402025-01-10T21:26:07.125Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24412025-01-10T21:26:10.698Z Compiling nix v0.27.1
24422025-01-10T21:26:11.776Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24432025-01-10T21:26:13.077Z Compiling hyper-staticfile v0.10.1
24442025-01-10T21:26:13.463Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24452025-01-10T21:26:14.281Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24462025-01-10T21:26:16.368Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24472025-01-10T21:26:17.643Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24482025-01-10T21:26:21.013Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24492025-01-10T21:26:23.557Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24502025-01-10T21:26:23.785Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24512025-01-10T21:26:23.897Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24522025-01-10T21:26:24.091Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24532025-01-10T21:26:24.203Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24542025-01-10T21:26:26.793Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24552025-01-10T21:26:27.214Z Compiling hashlink v0.9.1
24562025-01-10T21:26:27.425Z Compiling tungstenite v0.23.0
24572025-01-10T21:26:28.053Z Compiling base64 v0.13.1
24582025-01-10T21:26:28.529Z Compiling fallible-streaming-iterator v0.1.9
24592025-01-10T21:26:28.824Z Compiling fallible-iterator v0.3.0
24602025-01-10T21:26:28.827Z Compiling tokio-tungstenite v0.23.1
24612025-01-10T21:26:29.494Z Compiling ron v0.7.1
24622025-01-10T21:26:29.672Z Compiling rusqlite v0.32.1
24632025-01-10T21:26:30.671Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24642025-01-10T21:26:31.339Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24652025-01-10T21:26:33.187Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24662025-01-10T21:26:34.840Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24672025-01-10T21:26:34.980Z Compiling xz2 v0.1.7
24682025-01-10T21:26:35.935Z Compiling tokio-rustls v0.24.1
24692025-01-10T21:26:36.402Z Compiling zone v0.1.8
24702025-01-10T21:26:39.131Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24712025-01-10T21:26:39.830Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24722025-01-10T21:26:47.746Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24732025-01-10T21:26:49.763Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24742025-01-10T21:26:53.081Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24752025-01-10T21:26:53.486Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24762025-01-10T21:26:56.410Z Compiling rustls-pemfile v1.0.4
24772025-01-10T21:26:57.267Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24782025-01-10T21:26:57.624Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24792025-01-10T21:26:59.326Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24802025-01-10T21:26:59.508Z Compiling signal-hook-tokio v0.3.1
24812025-01-10T21:26:59.744Z Compiling twox-hash v1.6.3
24822025-01-10T21:27:00.788Z Compiling yasna v0.5.2
24832025-01-10T21:27:01.817Z Compiling is_ci v1.2.0
24842025-01-10T21:27:02.125Z Compiling unicode-linebreak v0.1.5
24852025-01-10T21:27:02.540Z Compiling smawk v0.3.2
24862025-01-10T21:27:02.659Z Compiling supports-color v3.0.1
24872025-01-10T21:27:02.807Z Compiling textwrap v0.16.1
24882025-01-10T21:27:03.074Z Compiling rcgen v0.12.1
24892025-01-10T21:27:06.441Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24902025-01-10T21:27:12.104Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24912025-01-10T21:27:13.417Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
24922025-01-10T21:27:14.901Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24932025-01-10T21:27:17.982Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24942025-01-10T21:27:33.270Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24952025-01-10T21:27:34.209Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24962025-01-10T21:27:38.143Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24972025-01-10T21:27:38.794Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24982025-01-10T21:27:47.875Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24992025-01-10T21:27:48.184Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
25002025-01-10T21:27:50.793Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25012025-01-10T21:27:55.061Z Compiling fatfs v0.3.6
25022025-01-10T21:27:57.969Z Compiling subprocess v0.2.9
25032025-01-10T21:27:58.020Z Compiling rtoolbox v0.0.2
25042025-01-10T21:27:58.464Z Compiling assert_matches v1.5.0
25052025-01-10T21:28:00.666Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25062025-01-10T21:28:01.391Z Compiling rpassword v7.3.1
25072025-01-10T21:28:01.863Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25082025-01-10T21:28:02.734Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25092025-01-10T21:28:08.477Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25102025-01-10T21:28:09.938Z Compiling tui-tree-widget v0.22.0
25112025-01-10T21:28:10.398Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25122025-01-10T21:28:11.741Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25132025-01-10T21:28:12.052Z Compiling uzers v0.12.1
25142025-01-10T21:28:15.194Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25152025-01-10T21:28:23.908Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25162025-01-10T21:28:25.968Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25172025-01-10T21:28:51.209Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25182025-01-10T21:28:57.486Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25192025-01-10T21:29:02.032Z Compiling multimap v0.10.0
25202025-01-10T21:31:19.129Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25212025-01-10T21:31:30.900Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25222025-01-10T21:38:14.478Z Finished `release` profile [optimized] target(s) in 16m 16s
25232025-01-10T21:39:19.385Z
25242025-01-10T21:39:19.388Zreal 17:22.973093121
25252025-01-10T21:39:19.388Zuser 1:57:07.562104755
25262025-01-10T21:39:19.388Zsys 5:55.652314779
25272025-01-10T21:39:19.388Ztrap 2.896774377
25282025-01-10T21:39:19.388Ztflt 3.146013433
25292025-01-10T21:39:19.388Zdflt 4.791493289
25302025-01-10T21:39:19.388Zkflt 0.010603726
25312025-01-10T21:39:19.388Zlock 7:17:11.809926950
25322025-01-10T21:39:19.388Zslp 6:13:44.894413740
25332025-01-10T21:39:19.388Zlat 2:53.759858593
25342025-01-10T21:39:19.388Zstop 2:30.097368069
25352025-01-10T21:39:19.388Z+ mapfile -t packages
25362025-01-10T21:39:19.388Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25372025-01-10T21:39:20.400Z Finished `release` profile [optimized] target(s) in 0.96s
25382025-01-10T21:39:20.462Z Running `target/release/omicron-package -t test list-outputs`
25392025-01-10T21:39:20.503ZLogging to: /work/oxidecomputer/omicron/out/LOG
25402025-01-10T21:39:20.508Z+ ptime -m cargo build --locked --release -p xtask
25412025-01-10T21:39:21.073Z Compiling serde v1.0.215
25422025-01-10T21:39:21.076Z Compiling rustix v0.38.37
25432025-01-10T21:39:21.076Z Compiling serde_json v1.0.133
25442025-01-10T21:39:21.076Z Compiling libc v0.2.162
25452025-01-10T21:39:21.175Z Compiling syn v2.0.87
25462025-01-10T21:39:21.204Z Compiling bitflags v2.6.0
25472025-01-10T21:39:21.550Z Compiling usdt-impl v0.5.0
25482025-01-10T21:39:21.570Z Compiling syn v1.0.109
25492025-01-10T21:39:21.674Z Compiling log v0.4.22
25502025-01-10T21:39:21.693Z Compiling hashbrown v0.15.1
25512025-01-10T21:39:21.763Z Compiling fs-err v2.11.0
25522025-01-10T21:39:22.079Z Compiling once_cell v1.20.2
25532025-01-10T21:39:22.143Z Compiling anyhow v1.0.93
25542025-01-10T21:39:22.559Z Compiling thread-id v4.2.2
25552025-01-10T21:39:22.964Z Compiling indexmap v2.6.0
25562025-01-10T21:39:24.325Z Compiling terminal_size v0.4.0
25572025-01-10T21:39:24.325Z Compiling tempfile v3.13.0
25582025-01-10T21:39:24.547Z Compiling clap_builder v4.5.21
25592025-01-10T21:39:25.025Z Compiling proc-macro-error v1.0.4
25602025-01-10T21:39:26.369Z Compiling tabled_derive v0.7.0
25612025-01-10T21:39:27.746Z Compiling tabled v0.15.0
25622025-01-10T21:39:29.205Z Compiling serde_derive v1.0.215
25632025-01-10T21:39:29.803Z Compiling thiserror-impl v1.0.69
25642025-01-10T21:39:32.806Z Compiling zerocopy-derive v0.7.35
25652025-01-10T21:39:32.834Z Compiling thiserror v1.0.69
25662025-01-10T21:39:33.036Z Compiling pest v2.7.14
25672025-01-10T21:39:35.050Z Compiling zerocopy v0.7.35
25682025-01-10T21:39:36.079Z Compiling pest_meta v2.7.14
25692025-01-10T21:39:36.692Z Compiling scroll_derive v0.12.0
25702025-01-10T21:39:38.121Z Compiling pest_generator v2.7.14
25712025-01-10T21:39:39.958Z Compiling scroll v0.12.0
25722025-01-10T21:39:40.250Z Compiling pest_derive v2.7.14
25732025-01-10T21:39:40.585Z Compiling goblin v0.8.2
25742025-01-10T21:39:41.016Z Compiling dtrace-parser v0.2.0
25752025-01-10T21:39:42.812Z Compiling clap_derive v4.5.18
25762025-01-10T21:39:46.065Z Compiling dof v0.3.0
25772025-01-10T21:39:47.492Z Compiling toml_datetime v0.6.8
25782025-01-10T21:39:47.834Z Compiling serde_spanned v0.6.8
25792025-01-10T21:39:48.108Z Compiling serde_tokenstream v0.2.2
25802025-01-10T21:39:48.209Z Compiling toml_edit v0.22.22
25812025-01-10T21:39:48.499Z Compiling camino v1.1.9
25822025-01-10T21:39:48.701Z Compiling usdt-macro v0.5.0
25832025-01-10T21:39:49.853Z Compiling usdt-attr-macro v0.5.0
25842025-01-10T21:39:49.941Z Compiling cargo-platform v0.1.8
25852025-01-10T21:39:51.071Z Compiling semver v1.0.23
25862025-01-10T21:39:51.269Z Compiling usdt v0.5.0
25872025-01-10T21:39:51.897Z Compiling toml v0.8.19
25882025-01-10T21:39:52.553Z Compiling cargo_metadata v0.18.1
25892025-01-10T21:39:52.778Z Compiling camino-tempfile v1.1.1
25902025-01-10T21:39:53.148Z Compiling cargo_toml v0.20.5
25912025-01-10T21:39:53.600Z Compiling clap v4.5.21
25922025-01-10T21:39:53.742Z Compiling macaddr v1.0.1
25932025-01-10T21:40:06.172Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25942025-01-10T21:40:17.542Z Finished `release` profile [optimized] target(s) in 56.98s
25952025-01-10T21:40:17.669Z
25962025-01-10T21:40:17.669Zreal 57.138115758
25972025-01-10T21:40:17.669Zuser 5:46.523002565
25982025-01-10T21:40:17.669Zsys 31.833300546
25992025-01-10T21:40:17.669Ztrap 0.151339194
26002025-01-10T21:40:17.669Ztflt 0.267999563
26012025-01-10T21:40:17.672Zdflt 0.524237196
26022025-01-10T21:40:17.672Zkflt 0.000000000
26032025-01-10T21:40:17.672Zlock 9:51.785466637
26042025-01-10T21:40:17.672Zslp 15:16.018636179
26052025-01-10T21:40:17.672Zlat 11.896185243
26062025-01-10T21:40:17.672Zstop 16.781200664
26072025-01-10T21:40:17.672Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26082025-01-10T21:40:17.672Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26092025-01-10T21:40:17.672Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26102025-01-10T21:40:17.672Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26112025-01-10T21:40:17.672Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26122025-01-10T21:40:18.558Z Compiling hashbrown v0.14.5
26132025-01-10T21:40:18.686Z Compiling ident_case v1.0.1
26142025-01-10T21:40:18.699Z Compiling unsafe-libyaml v0.2.11
26152025-01-10T21:40:18.699Z Compiling progenitor-client v0.8.0
26162025-01-10T21:40:18.701Z Compiling ipnetwork v0.20.0
26172025-01-10T21:40:18.701Z Compiling macaddr v1.0.1
26182025-01-10T21:40:18.702Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26192025-01-10T21:40:18.702Z Compiling instant v0.1.13
26202025-01-10T21:40:18.840Z Compiling darling_core v0.20.10
26212025-01-10T21:40:18.916Z Compiling structmeta-derive v0.3.0
26222025-01-10T21:40:19.116Z Compiling dropshot v0.13.0
26232025-01-10T21:40:19.174Z Compiling dropshot_endpoint v0.13.0
26242025-01-10T21:40:19.211Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26252025-01-10T21:40:19.504Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26262025-01-10T21:40:19.728Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26272025-01-10T21:40:20.031Z Compiling regress v0.10.1
26282025-01-10T21:40:20.037Z Compiling serde_yaml v0.9.34+deprecated
26292025-01-10T21:40:20.521Z Compiling regress v0.9.1
26302025-01-10T21:40:20.628Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26312025-01-10T21:40:20.844Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26322025-01-10T21:40:20.864Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26332025-01-10T21:40:21.662Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26342025-01-10T21:40:21.942Z Compiling structmeta v0.3.0
26352025-01-10T21:40:21.986Z Compiling backoff v0.4.0
26362025-01-10T21:40:22.126Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26372025-01-10T21:40:22.300Z Compiling tempfile v3.13.0
26382025-01-10T21:40:22.361Z Compiling proc-macro-crate v1.3.1
26392025-01-10T21:40:22.401Z Compiling parse-display-derive v0.10.0
26402025-01-10T21:40:23.224Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26412025-01-10T21:40:23.501Z Compiling num_enum_derive v0.5.11
26422025-01-10T21:40:23.614Z Compiling itertools v0.13.0
26432025-01-10T21:40:24.162Z Compiling typify-impl v0.2.0
26442025-01-10T21:40:25.136Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26452025-01-10T21:40:25.441Z Compiling zerocopy v0.8.10
26462025-01-10T21:40:25.897Z Compiling foreign-types-macros v0.2.3
26472025-01-10T21:40:26.038Z Compiling darling_macro v0.20.10
26482025-01-10T21:40:26.168Z Compiling num_enum v0.5.11
26492025-01-10T21:40:26.349Z Compiling zerocopy-derive v0.8.10
26502025-01-10T21:40:26.473Z Compiling crucible-workspace-hack v0.1.0
26512025-01-10T21:40:26.755Z Compiling foreign-types-shared v0.3.1
26522025-01-10T21:40:26.899Z Compiling heapless v0.8.0
26532025-01-10T21:40:26.996Z Compiling darling v0.20.10
26542025-01-10T21:40:27.128Z Compiling parse-display v0.10.0
26552025-01-10T21:40:27.131Z Compiling serde_with_macros v3.11.0
26562025-01-10T21:40:27.168Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26572025-01-10T21:40:27.220Z Compiling foreign-types v0.5.0
26582025-01-10T21:40:27.346Z Compiling proc-macro-error v1.0.4
26592025-01-10T21:40:28.010Z Compiling camino-tempfile v1.1.1
26602025-01-10T21:40:28.036Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26612025-01-10T21:40:28.108Z Compiling hash32 v0.3.1
26622025-01-10T21:40:28.373Z Compiling cstr-argument v0.1.2
26632025-01-10T21:40:28.500Z Compiling smoltcp v0.11.0
26642025-01-10T21:40:28.647Z Compiling pretty-hex v0.2.1
26652025-01-10T21:40:28.844Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26662025-01-10T21:40:28.893Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26672025-01-10T21:40:29.074Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26682025-01-10T21:40:29.426Z Compiling tabwriter v1.4.0
26692025-01-10T21:40:29.707Z Compiling colored v2.1.0
26702025-01-10T21:40:29.939Z Compiling serde_with v3.11.0
26712025-01-10T21:40:29.964Z Compiling cobs v0.2.3
26722025-01-10T21:40:30.311Z Compiling postcard v1.0.10
26732025-01-10T21:40:30.474Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26742025-01-10T21:40:30.810Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26752025-01-10T21:40:31.045Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26762025-01-10T21:40:31.105Z Compiling thiserror v2.0.3
26772025-01-10T21:40:31.821Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26782025-01-10T21:40:32.132Z Compiling smf v0.2.3
26792025-01-10T21:40:32.367Z Compiling thiserror-impl v2.0.3
26802025-01-10T21:40:33.104Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26812025-01-10T21:40:33.607Z Compiling zone_cfg_derive v0.3.0
26822025-01-10T21:40:33.933Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26832025-01-10T21:40:34.186Z Compiling num-derive v0.4.2
26842025-01-10T21:40:34.435Z Compiling sigpipe v0.1.3
26852025-01-10T21:40:34.535Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26862025-01-10T21:40:34.576Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26872025-01-10T21:40:34.907Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26882025-01-10T21:40:35.062Z Compiling zone v0.3.0
26892025-01-10T21:40:35.392Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26902025-01-10T21:40:35.498Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26912025-01-10T21:40:35.993Z Compiling universal-hash v0.5.1
26922025-01-10T21:40:36.064Z Compiling opaque-debug v0.3.1
26932025-01-10T21:40:36.179Z Compiling tungstenite v0.21.0
26942025-01-10T21:40:36.200Z Compiling num-rational v0.4.2
26952025-01-10T21:40:36.398Z Compiling password-hash v0.5.0
26962025-01-10T21:40:36.600Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
26972025-01-10T21:40:36.758Z Compiling num-complex v0.4.6
26982025-01-10T21:40:37.445Z Compiling blake2 v0.10.6
26992025-01-10T21:40:37.608Z Compiling aead v0.5.2
27002025-01-10T21:40:37.807Z Compiling base64 v0.21.7
27012025-01-10T21:40:37.856Z Compiling keccak v0.1.5
27022025-01-10T21:40:38.027Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27032025-01-10T21:40:38.052Z Compiling convert_case v0.4.0
27042025-01-10T21:40:38.254Z Compiling sha3 v0.10.8
27052025-01-10T21:40:38.484Z Compiling argon2 v0.5.3
27062025-01-10T21:40:38.617Z Compiling num v0.4.3
27072025-01-10T21:40:38.745Z Compiling tokio-tungstenite v0.21.0
27082025-01-10T21:40:38.796Z Compiling poly1305 v0.8.0
27092025-01-10T21:40:38.891Z Compiling chacha20 v0.9.1
27102025-01-10T21:40:39.071Z Compiling derive_more v0.99.18
27112025-01-10T21:40:39.353Z Compiling float-ord v0.3.2
27122025-01-10T21:40:39.381Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27132025-01-10T21:40:39.540Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27142025-01-10T21:40:39.574Z Compiling semver v0.1.20
27152025-01-10T21:40:39.825Z Compiling same-file v1.0.6
27162025-01-10T21:40:40.027Z Compiling walkdir v2.5.0
27172025-01-10T21:40:40.162Z Compiling rustc_version v0.1.7
27182025-01-10T21:40:40.283Z Compiling newline-converter v0.3.0
27192025-01-10T21:40:40.468Z Compiling primeorder v0.13.6
27202025-01-10T21:40:40.543Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27212025-01-10T21:40:40.675Z Compiling secrecy v0.8.0
27222025-01-10T21:40:40.860Z Compiling owo-colors v4.1.0
27232025-01-10T21:40:40.987Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27242025-01-10T21:40:41.019Z Compiling cancel-safe-futures v0.1.5
27252025-01-10T21:40:41.185Z Compiling newtype_derive v0.1.6
27262025-01-10T21:40:41.205Z Compiling expectorate v1.1.0
27272025-01-10T21:40:41.334Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27282025-01-10T21:40:41.405Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27292025-01-10T21:40:41.433Z Compiling thiserror-impl-no-std v2.0.2
27302025-01-10T21:40:41.499Z Compiling blake3 v1.5.4
27312025-01-10T21:40:41.741Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27322025-01-10T21:40:41.881Z Compiling half v2.4.1
27332025-01-10T21:40:41.909Z Compiling unicase v2.7.0
27342025-01-10T21:40:42.185Z Compiling ciborium-io v0.2.2
27352025-01-10T21:40:42.218Z Compiling arc-swap v1.7.1
27362025-01-10T21:40:42.453Z Compiling ciborium-ll v0.2.2
27372025-01-10T21:40:42.552Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27382025-01-10T21:40:42.853Z Compiling slog-scope v4.4.0
27392025-01-10T21:40:42.897Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27402025-01-10T21:40:42.969Z Compiling typify-macro v0.2.0
27412025-01-10T21:40:43.249Z Compiling polyval v0.6.2
27422025-01-10T21:40:43.397Z Compiling atomicwrites v0.4.4
27432025-01-10T21:40:43.716Z Compiling libsw v3.3.1
27442025-01-10T21:40:43.782Z Compiling memmap2 v0.9.5
27452025-01-10T21:40:43.804Z Compiling parking_lot_core v0.8.6
27462025-01-10T21:40:44.057Z Compiling constant_time_eq v0.3.1
27472025-01-10T21:40:44.264Z Compiling libefi-sys v0.1.0
27482025-01-10T21:40:44.285Z Compiling indent_write v2.2.0
27492025-01-10T21:40:44.304Z Compiling arrayvec v0.7.6
27502025-01-10T21:40:44.530Z Compiling salty v0.3.0
27512025-01-10T21:40:44.555Z Compiling linear-map v1.2.0
27522025-01-10T21:40:44.750Z Compiling arrayref v0.3.9
27532025-01-10T21:40:44.754Z Compiling thiserror-no-std v2.0.2
27542025-01-10T21:40:44.881Z Compiling vsss-rs v3.3.4
27552025-01-10T21:40:45.001Z Compiling ghash v0.5.1
27562025-01-10T21:40:45.158Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27572025-01-10T21:40:45.253Z Compiling slog-stdlog v4.1.1
27582025-01-10T21:40:45.504Z Compiling ciborium v0.2.2
27592025-01-10T21:40:46.198Z Compiling p384 v0.13.0
27602025-01-10T21:40:46.468Z Compiling toolchain_find v0.4.0
27612025-01-10T21:40:47.007Z Compiling chacha20poly1305 v0.10.1
27622025-01-10T21:40:47.058Z Compiling ctr v0.9.2
27632025-01-10T21:40:47.221Z Compiling lzma-sys v0.1.20
27642025-01-10T21:40:47.249Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27652025-01-10T21:40:47.393Z Compiling bitfield-struct v0.6.2
27662025-01-10T21:40:47.429Z Compiling slog-dtrace v0.3.0
27672025-01-10T21:40:47.458Z Compiling typify v0.2.0
27682025-01-10T21:40:47.610Z Compiling progenitor-impl v0.8.0
27692025-01-10T21:40:47.640Z Compiling highway v1.2.0
27702025-01-10T21:40:47.745Z Compiling topological-sort v0.2.2
27712025-01-10T21:40:47.977Z Compiling omicron-zone-package v0.12.0
27722025-01-10T21:40:47.998Z Compiling aes-gcm v0.10.3
27732025-01-10T21:40:48.090Z Compiling rustfmt-wrapper v0.2.1
27742025-01-10T21:40:48.314Z Compiling mime_guess v2.0.5
27752025-01-10T21:40:48.410Z Compiling slog-envlogger v2.2.0
27762025-01-10T21:40:48.675Z Compiling steno v0.4.1
27772025-01-10T21:40:48.859Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27782025-01-10T21:40:49.666Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27792025-01-10T21:40:49.668Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27802025-01-10T21:40:49.924Z Compiling heck v0.3.3
27812025-01-10T21:40:50.066Z Compiling ssh-encoding v0.2.0
27822025-01-10T21:40:50.208Z Compiling blowfish v0.9.1
27832025-01-10T21:40:50.371Z Compiling nibble_vec v0.1.0
27842025-01-10T21:40:50.394Z Compiling env_filter v0.1.2
27852025-01-10T21:40:50.591Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27862025-01-10T21:40:50.621Z Compiling endian-type v0.1.2
27872025-01-10T21:40:50.673Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27882025-01-10T21:40:50.729Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27892025-01-10T21:40:50.871Z Compiling humantime v2.1.0
27902025-01-10T21:40:50.930Z Compiling radix_trie v0.2.1
27912025-01-10T21:40:51.039Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27922025-01-10T21:40:51.090Z Compiling env_logger v0.11.5
27932025-01-10T21:40:51.204Z Compiling bcrypt-pbkdf v0.10.0
27942025-01-10T21:40:51.420Z Compiling ssh-cipher v0.2.0
27952025-01-10T21:40:51.705Z Compiling zone_cfg_derive v0.1.2
27962025-01-10T21:40:51.856Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27972025-01-10T21:40:52.081Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27982025-01-10T21:40:52.290Z Compiling parking_lot v0.11.2
27992025-01-10T21:40:53.078Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28002025-01-10T21:40:53.130Z Compiling password-hash v0.4.2
28012025-01-10T21:40:53.245Z Compiling gethostname v0.5.0
28022025-01-10T21:40:53.268Z Compiling fxhash v0.2.1
28032025-01-10T21:40:53.268Z Compiling simd-adler32 v0.3.7
28042025-01-10T21:40:53.481Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28052025-01-10T21:40:53.484Z Compiling http-range v0.1.5
28062025-01-10T21:40:53.515Z Compiling base64 v0.13.1
28072025-01-10T21:40:53.789Z Compiling zip v2.1.3
28082025-01-10T21:40:53.877Z Compiling matches v0.1.10
28092025-01-10T21:40:53.877Z Compiling lockfree-object-pool v0.1.6
28102025-01-10T21:40:53.986Z Compiling bumpalo v3.16.0
28112025-01-10T21:40:54.083Z Compiling idna v0.2.3
28122025-01-10T21:40:54.144Z Compiling ron v0.7.1
28132025-01-10T21:40:54.184Z Compiling pbkdf2 v0.11.0
28142025-01-10T21:40:54.211Z Compiling sled v0.34.7
28152025-01-10T21:40:54.503Z Compiling zopfli v0.8.1
28162025-01-10T21:40:54.568Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28172025-01-10T21:40:55.317Z Compiling zone v0.1.8
28182025-01-10T21:40:55.320Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28192025-01-10T21:40:55.818Z Compiling xz2 v0.1.7
28202025-01-10T21:40:56.115Z Compiling progenitor-macro v0.8.0
28212025-01-10T21:40:56.374Z Compiling ssh-key v0.6.6
28222025-01-10T21:40:56.429Z Compiling hickory-client v0.24.1
28232025-01-10T21:40:56.968Z Compiling p256 v0.13.2
28242025-01-10T21:40:57.009Z Compiling p521 v0.13.3
28252025-01-10T21:40:57.355Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28262025-01-10T21:40:57.871Z Compiling hickory-server v0.24.1
28272025-01-10T21:40:57.949Z Compiling enum-as-inner v0.5.1
28282025-01-10T21:40:58.516Z Compiling pem v3.0.4
28292025-01-10T21:40:59.047Z Compiling yasna v0.5.2
28302025-01-10T21:40:59.332Z Compiling headers-core v0.3.0
28312025-01-10T21:40:59.388Z Compiling kstat-rs v0.2.4
28322025-01-10T21:40:59.522Z Compiling nanorand v0.7.0
28332025-01-10T21:41:00.069Z Compiling russh-cryptovec v0.7.3
28342025-01-10T21:41:00.114Z Compiling atty v0.2.14
28352025-01-10T21:41:00.279Z Compiling md5 v0.7.0
28362025-01-10T21:41:00.415Z Compiling rcgen v0.12.1
28372025-01-10T21:41:00.783Z Compiling russh-keys v0.45.0
28382025-01-10T21:41:00.841Z Compiling flume v0.11.1
28392025-01-10T21:41:00.950Z Compiling headers v0.4.0
28402025-01-10T21:41:01.306Z Compiling trust-dns-proto v0.22.0
28412025-01-10T21:41:01.604Z Compiling hyper-staticfile v0.10.1
28422025-01-10T21:41:03.005Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28432025-01-10T21:41:03.027Z Compiling num-bigint v0.4.6
28442025-01-10T21:41:03.640Z Compiling des v0.8.1
28452025-01-10T21:41:04.017Z Compiling subprocess v0.2.9
28462025-01-10T21:41:04.901Z Compiling dhcproto-macros v0.1.0
28472025-01-10T21:41:05.168Z Compiling hex-literal v0.4.1
28482025-01-10T21:41:05.233Z Compiling display-error-chain v0.2.2
28492025-01-10T21:41:05.333Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28502025-01-10T21:41:05.449Z Compiling internet-checksum v0.2.1
28512025-01-10T21:41:05.936Z Compiling dhcproto v0.12.0
28522025-01-10T21:41:06.195Z Compiling russh v0.45.0
28532025-01-10T21:41:09.681Z Compiling progenitor v0.8.0
28542025-01-10T21:41:09.818Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28552025-01-10T21:41:09.818Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28562025-01-10T21:41:09.829Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28572025-01-10T21:41:09.829Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28582025-01-10T21:41:09.829Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28592025-01-10T21:41:09.829Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28602025-01-10T21:41:09.923Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28612025-01-10T21:41:10.744Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28622025-01-10T21:41:11.370Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28632025-01-10T21:41:13.186Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28642025-01-10T21:41:15.441Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28652025-01-10T21:41:16.384Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28662025-01-10T21:41:26.025Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28672025-01-10T21:41:26.025Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28682025-01-10T21:41:26.029Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28692025-01-10T21:41:26.029Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28702025-01-10T21:41:27.007Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28712025-01-10T21:41:29.162Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28722025-01-10T21:41:30.453Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28732025-01-10T21:41:30.939Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28742025-01-10T21:41:31.409Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28752025-01-10T21:41:34.074Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28762025-01-10T21:41:34.134Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28772025-01-10T21:41:35.327Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28782025-01-10T21:41:35.660Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28792025-01-10T21:41:36.855Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28802025-01-10T21:41:37.297Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28812025-01-10T21:41:38.305Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28822025-01-10T21:41:38.740Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28832025-01-10T21:41:38.848Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28842025-01-10T21:41:40.053Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28852025-01-10T21:41:42.551Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28862025-01-10T21:41:43.015Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28872025-01-10T21:41:43.058Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28882025-01-10T21:41:44.607Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28892025-01-10T21:41:45.230Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28902025-01-10T21:41:48.236Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28912025-01-10T21:41:49.746Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28922025-01-10T21:41:50.237Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28932025-01-10T21:41:51.874Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28942025-01-10T21:41:57.125Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28952025-01-10T21:42:05.531Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28962025-01-10T21:42:06.954Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28972025-01-10T21:42:26.979Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28982025-01-10T21:43:05.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 47s
28992025-01-10T21:43:05.474Z
29002025-01-10T21:43:05.477Zreal 2:47.754304614
29012025-01-10T21:43:05.477Zuser 12:36.770937248
29022025-01-10T21:43:05.477Zsys 2:48.497151685
29032025-01-10T21:43:05.477Ztrap 0.340972609
29042025-01-10T21:43:05.477Ztflt 0.836397411
29052025-01-10T21:43:05.477Zdflt 2.269891425
29062025-01-10T21:43:05.477Zkflt 0.000016618
29072025-01-10T21:43:05.477Zlock 26:25.627004203
29082025-01-10T21:43:05.477Zslp 45:26.478740767
29092025-01-10T21:43:05.477Zlat 35.258955284
29102025-01-10T21:43:05.477Zstop 1:31.989192509
29112025-01-10T21:43:05.477Z+ mkdir tests
29122025-01-10T21:43:05.480Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29132025-01-10T21:43:05.480Z+ xargs -I '{}' -t cp '{}' tests/
29142025-01-10T21:43:05.521Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-233039bd511b28d4 tests/
29152025-01-10T21:43:05.548Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-de0a7ca8dcb7211a tests/
29162025-01-10T21:43:05.574Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3ac7d7b8b4c9a31f tests/
29172025-01-10T21:43:05.600Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-517e010e9925d683 tests/
29182025-01-10T21:43:05.875Z+ 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/*)
29192025-01-10T21:43:05.878Z+ 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-de0a7ca8dcb7211a tests/commtest-3ac7d7b8b4c9a31f tests/dhcp_server-233039bd511b28d4 tests/end_to_end_tests-517e010e9925d683 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
29202025-01-10T21:44:18.875ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29212025-01-10T21:44:18.875Za .github/buildomat/ci-env.sh 1K
29222025-01-10T21:44:18.875Za out/target/test 1K
29232025-01-10T21:44:18.875Za out/npuzone/npuzone 23144K
29242025-01-10T21:44:18.875Za package-manifest.toml 34K
29252025-01-10T21:44:18.875Za smf/sled-agent/non-gimlet/config.toml 4K
29262025-01-10T21:44:18.875Za target/release/omicron-package 36071K
29272025-01-10T21:44:18.875Za target/release/xtask 11721K
29282025-01-10T21:44:18.875Za target/debug/bootstrap 209181K
29292025-01-10T21:44:18.875Za tests/bootstrap-de0a7ca8dcb7211a 24243K
29302025-01-10T21:44:18.875Za tests/commtest-3ac7d7b8b4c9a31f 25019K
29312025-01-10T21:44:18.875Za tests/dhcp_server-233039bd511b28d4 24243K
29322025-01-10T21:44:18.875Za tests/end_to_end_tests-517e010e9925d683 272014K
29332025-01-10T21:44:18.875Za out/clickhouse.tar.gz 293534K
29342025-01-10T21:44:18.875Za out/clickhouse_keeper.tar.gz 280615K
29352025-01-10T21:44:18.875Za out/clickhouse_server.tar.gz 293497K
29362025-01-10T21:44:18.875Za out/cockroachdb.tar.gz 134640K
29372025-01-10T21:44:18.875Za out/crucible-dtrace.tar 85K
29382025-01-10T21:44:18.875Za out/crucible-pantry-zone.tar.gz 28215K
29392025-01-10T21:44:18.875Za out/crucible-zone.tar.gz 36436K
29402025-01-10T21:44:18.875Za out/external-dns.tar.gz 35343K
29412025-01-10T21:44:18.875Za out/internal-dns.tar.gz 35343K
29422025-01-10T21:44:18.875Za out/mg-ddm-gz.tar 63075K
29432025-01-10T21:44:18.875Za out/nexus.tar.gz 98761K
29442025-01-10T21:44:18.875Za out/ntp.tar.gz 10390K
29452025-01-10T21:44:18.875Za out/omicron-gateway-softnpu.tar.gz 23980K
29462025-01-10T21:44:18.875Za out/omicron-sled-agent.tar 113625K
29472025-01-10T21:44:18.875Za out/overlay.tar.gz 3K
29482025-01-10T21:44:18.876Za out/oximeter.tar.gz 47845K
29492025-01-10T21:44:18.876Za out/oxlog.tar 3088K
29502025-01-10T21:44:18.876Za out/probe.tar.gz 2764K
29512025-01-10T21:44:18.876Za out/propolis-server.tar.gz 66291K
29522025-01-10T21:44:18.876Za out/pumpkind-gz.tar 26665K
29532025-01-10T21:44:18.876Za out/switch-softnpu.tar.gz 235430K
29542025-01-10T21:44:18.878Z
29552025-01-10T21:44:18.878Zreal 1:12.993621615
29562025-01-10T21:44:18.878Zuser 1:09.692738783
29572025-01-10T21:44:18.878Zsys 4.772931552
29582025-01-10T21:44:18.879Ztrap 0.019113744
29592025-01-10T21:44:18.879Ztflt 0.000000000
29602025-01-10T21:44:18.879Zdflt 0.000000000
29612025-01-10T21:44:18.879Zkflt 0.000000000
29622025-01-10T21:44:18.879Zlock 0.000000000
29632025-01-10T21:44:18.879Zslp 1:09.391346538
29642025-01-10T21:44:18.879Zlat 2.104142336
29652025-01-10T21:44:18.879Zstop 0.000555448
29662025-01-10T21:44:18.881Zprocess exited: duration 1976528 ms, exit code 0
 
29672025-01-10T21:44:18.896Zfound 1 output files
29682025-01-10T21:44:18.896Zuploading: /work/package.tar.gz (1890599482 bytes)
29692025-01-10T21:44:54.175Zuploaded: /work/package.tar.gz