01JHGTG190AQZY8D6C5EEQBHDK: 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: 01JHGTGE6HN4JMJT7PQ2MTKRHJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-13T21:54:22.327Zjob assigned to worker 01JHGTGMJHPQJFK1CM4S3BGZGW [factory aws, i-00c4cac03d55b10e0] (queued for 1 m 0 s)
 
22025-01-13T21:54:30.305Zstarting task 0: "setup"
32025-01-13T21:54:30.314Z++ uname -s
42025-01-13T21:54:30.321Z+ kern=SunOS
52025-01-13T21:54:30.321Z+ case "$kern" in
62025-01-13T21:54:30.321Z+ groupadd -g 12345 build
72025-01-13T21:54:30.321Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-13T21:54:32.324Z+ zfs create -o mountpoint=/work rpool/work
92025-01-13T21:54:32.448Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-13T21:54:32.451Z+ home_fs=zfs
112025-01-13T21:54:32.451Z+ [[ zfs == autofs ]]
122025-01-13T21:54:32.451Z+ mkdir -p /home/build
132025-01-13T21:54:32.454Z+ chown build:build /home/build /work
142025-01-13T21:54:34.454Z+ chmod 0700 /home/build /work
152025-01-13T21:54:34.457Zprocess exited: duration 4157 ms, exit code 0
 
162025-01-13T21:54:34.476Zstarting task 1: "rust-toolchain"
172025-01-13T21:54:34.479Z+ printf ' * toolchain channel = "%s"
182025-01-13T21:54:34.479Z' 1.81.0
192025-01-13T21:54:34.479Z+ printf ' * toolchain profile = "%s"
202025-01-13T21:54:34.479Z' default
212025-01-13T21:54:34.479Z * toolchain channel = "1.81.0"
222025-01-13T21:54:34.479Z * toolchain profile = "default"
232025-01-13T21:54:34.479Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-13T21:54:34.479Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-13T21:54:34.590Zinfo: downloading installer
262025-01-13T21:54:35.959Zinfo: profile set to 'default'
272025-01-13T21:54:35.959Zinfo: default host triple is x86_64-unknown-illumos
282025-01-13T21:54:35.961Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-13T21:54:36.101Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-13T21:54:36.101Zinfo: downloading component 'cargo'
312025-01-13T21:54:36.836Zinfo: downloading component 'clippy'
322025-01-13T21:54:37.112Zinfo: downloading component 'rust-docs'
332025-01-13T21:54:38.135Zinfo: downloading component 'rust-std'
342025-01-13T21:54:39.717Zinfo: downloading component 'rustc'
352025-01-13T21:54:45.402Zinfo: downloading component 'rustfmt'
362025-01-13T21:54:45.616Zinfo: installing component 'cargo'
372025-01-13T21:54:46.397Zinfo: installing component 'clippy'
382025-01-13T21:54:46.754Zinfo: installing component 'rust-docs'
392025-01-13T21:54:48.345Zinfo: installing component 'rust-std'
402025-01-13T21:54:50.052Zinfo: installing component 'rustc'
412025-01-13T21:54:55.691Zinfo: installing component 'rustfmt'
422025-01-13T21:54:56.009Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432025-01-13T21:54:56.009Z
442025-01-13T21:54:56.405Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-13T21:54:56.405Z
462025-01-13T21:54:56.408Z
472025-01-13T21:54:56.408ZRust is installed now. Great!
482025-01-13T21:54:56.408Z
492025-01-13T21:54:56.408ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-13T21:54:56.408Zenvironment variable. This has not been done automatically.
512025-01-13T21:54:56.408Z
522025-01-13T21:54:56.408ZTo configure your current shell, you need to source
532025-01-13T21:54:56.408Zthe corresponding env file under $HOME/.cargo.
542025-01-13T21:54:56.408Z
552025-01-13T21:54:56.408ZThis is usually done by running one of the following (note the leading DOT):
562025-01-13T21:54:56.408Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-13T21:54:56.408Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-13T21:54:56.477Z+ rustc --version
592025-01-13T21:54:56.543Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-13T21:54:56.546Zprocess exited: duration 22080 ms, exit code 0
 
612025-01-13T21:54:56.552Zstarting task 2: "authentication"
622025-01-13T21:54:56.573Zprocess exited: duration 20 ms, exit code 0
 
632025-01-13T21:54:56.578Zstarting task 3: "clone repository"
642025-01-13T21:54:56.582Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-13T21:54:56.585Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-13T21:54:56.700ZCloning into '/work/oxidecomputer/omicron'...
672025-01-13T21:55:04.318Z+ cd /work/oxidecomputer/omicron
682025-01-13T21:55:04.318Z+ git fetch origin 7c5e396c9a1f1ee5e35e6c9ffce7a3f759712e57
692025-01-13T21:55:04.709ZFrom https://github.com/oxidecomputer/omicron
702025-01-13T21:55:04.709Z * branch 7c5e396c9a1f1ee5e35e6c9ffce7a3f759712e57 -> FETCH_HEAD
712025-01-13T21:55:04.719Z+ [[ -n support-bundle-bg-task ]]
722025-01-13T21:55:04.722Z++ git branch --show-current
732025-01-13T21:55:04.724Z+ current=main
742025-01-13T21:55:04.724Z+ [[ main != support-bundle-bg-task ]]
752025-01-13T21:55:04.724Z+ git branch -f support-bundle-bg-task 7c5e396c9a1f1ee5e35e6c9ffce7a3f759712e57
762025-01-13T21:55:04.727Z+ git checkout -f support-bundle-bg-task
772025-01-13T21:55:04.904ZSwitched to branch 'support-bundle-bg-task'
782025-01-13T21:55:04.906Z+ git reset --hard 7c5e396c9a1f1ee5e35e6c9ffce7a3f759712e57
792025-01-13T21:55:05.079ZHEAD is now at 7c5e396c9 Merge branch 'support-bundle-simulated-implementation' into support-bundle-bg-task
802025-01-13T21:55:05.082Zprocess exited: duration 8502 ms, exit code 0
 
812025-01-13T21:55:05.089Zstarting task 4: "build"
822025-01-13T21:55:05.093Z+ source .github/buildomat/ci-env.sh
832025-01-13T21:55:05.096Z++ export CARGO_TERM_COLOR=always
842025-01-13T21:55:05.096Z++ CARGO_TERM_COLOR=always
852025-01-13T21:55:05.096Z+ cargo --version
862025-01-13T21:55:05.152Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872025-01-13T21:55:05.154Z+ rustc --version
882025-01-13T21:55:05.213Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892025-01-13T21:55:05.215Z+ WORK=/work
902025-01-13T21:55:05.218Z+ pfexec mkdir -p /work
912025-01-13T21:55:05.220Z+ pfexec chown build /work
922025-01-13T21:55:05.223Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-13T21:55:07.030Zpkg list: illegal option -- F
942025-01-13T21:55:07.038ZUsage:
952025-01-13T21:55:07.038Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-13T21:55:07.038Z [pkg_fmri_pattern ...]
972025-01-13T21:55:07.857Zpkg list: illegal option -- F
982025-01-13T21:55:07.857ZUsage:
992025-01-13T21:55:07.859Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-13T21:55:07.859Z [pkg_fmri_pattern ...]
1012025-01-13T21:55:13.497Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-13T21:55:17.616Z Startup: Caching catalogs ... Done
1032025-01-13T21:55:29.058ZPlanning: Solver setup ... Done (10.634s)
1042025-01-13T21:55:29.201ZPlanning: Running solver ... Done (0.143s)
1052025-01-13T21:55:29.314ZPlanning: Finding local manifests ... Done (0.008s)
1062025-01-13T21:55:29.361ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-13T21:55:29.652ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-13T21:55:29.765ZPlanning: Package planning ... Done (0.112s)
1092025-01-13T21:55:29.821ZPlanning: Merging actions ... Done (0.056s)
1102025-01-13T21:55:30.020ZPlanning: Checking for conflicting actions ... Done (0.198s)
1112025-01-13T21:55:32.315ZPlanning: Consolidating action changes ... Done (2.294s)
1122025-01-13T21:55:32.774ZPlanning: Evaluating mediators ... Done (0.459s)
1132025-01-13T21:55:32.856ZPlanning: Planning completed in 15.14 seconds
1142025-01-13T21:55:32.874Z Packages to install: 4
1152025-01-13T21:55:32.874Z Packages to update: 3
1162025-01-13T21:55:32.874Z Mediators to change: 2
1172025-01-13T21:55:32.874Z Services to change: 1
1182025-01-13T21:55:32.874Z Estimated space available: 155.63 GB
1192025-01-13T21:55:32.877ZEstimated space to be consumed: 1.64 GB
1202025-01-13T21:55:32.877Z Create boot environment: No
1212025-01-13T21:55:32.877ZCreate backup boot environment: Yes
1222025-01-13T21:55:32.877Z Rebuild boot archive: No
1232025-01-13T21:55:32.877Z
1242025-01-13T21:55:32.877ZChanged mediators:
1252025-01-13T21:55:32.877Z mediator clang:
1262025-01-13T21:55:32.877Z version: None -> 15 (system default)
1272025-01-13T21:55:32.877Z
1282025-01-13T21:55:32.877Z mediator llvm:
1292025-01-13T21:55:32.877Z version: 14 (system default) -> 15 (system default)
1302025-01-13T21:55:32.877Z
1312025-01-13T21:55:32.877ZChanged packages:
1322025-01-13T21:55:32.877Zhelios-dev
1332025-01-13T21:55:32.877Z developer/build-essential
1342025-01-13T21:55:32.877Z None -> 11-2.0
1352025-01-13T21:55:32.877Z library/libxmlsec1
1362025-01-13T21:55:32.877Z None -> 1.2.35-2.0
1372025-01-13T21:55:32.877Z ooce/developer/clang-15
1382025-01-13T21:55:32.877Z None -> 15.0.7-2.0
1392025-01-13T21:55:32.877Z ooce/developer/llvm-15
1402025-01-13T21:55:32.877Z None -> 15.0.7-2.0
1412025-01-13T21:55:32.877Z package/pkg
1422025-01-13T21:55:32.877Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-13T21:55:32.877Z system/library/g++-runtime
1442025-01-13T21:55:32.877Z 13-2.0 -> 14-2.0
1452025-01-13T21:55:32.877Z system/library/gcc-runtime
1462025-01-13T21:55:32.877Z 13-2.0 -> 14-2.0
1472025-01-13T21:55:32.877Z
1482025-01-13T21:55:32.877ZServices:
1492025-01-13T21:55:32.877Z restart_fmri:
1502025-01-13T21:55:32.877Z svc:/system/update-man-index:default
1512025-01-13T21:55:32.877Z
1522025-01-13T21:55:32.877ZEditable files to change:
1532025-01-13T21:55:32.878Z Update:
1542025-01-13T21:55:32.878Z usr/share/lib/pkg/web/config.shtml
1552025-01-13T21:55:32.958Z
1562025-01-13T21:55:32.958ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-13T21:55:37.985ZDownload: 600/4301 items 17.7/225.4MB 7% complete (3.6M/s)
1582025-01-13T21:55:46.678ZDownload: 1196/4301 items 83.5/225.4MB 37% complete (9.8M/s)
1592025-01-13T21:55:51.680ZDownload: 1746/4301 items 118.0/225.4MB 52% complete (3.9M/s)
1602025-01-13T21:55:56.683ZDownload: 2433/4301 items 119.9/225.4MB 53% complete (3.7M/s)
1612025-01-13T21:56:01.720ZDownload: 3235/4301 items 190.7/225.4MB 84% complete (7.2M/s)
1622025-01-13T21:56:07.439ZDownload: 3242/4301 items 203.0/225.4MB 90% complete (8.3M/s)
1632025-01-13T21:56:12.450ZDownload: 3445/4301 items 215.3/225.4MB 95% complete (1.8M/s)
1642025-01-13T21:56:17.795ZDownload: 4290/4301 items 224.2/225.4MB 99% complete (2.1M/s)
1652025-01-13T21:56:23.431ZDownload: 4300/4301 items 225.3/225.4MB 99% complete (1.4M/s)
1662025-01-13T21:56:23.439ZDownload: Completed 225.42 MB in 50.47 seconds (4.5M/s)
1672025-01-13T21:56:25.726Z Actions: 1/5122 actions (Removing old actions)
1682025-01-13T21:56:25.747Z Actions: 194/5122 actions (Installing new actions)
1692025-01-13T21:56:30.427Z Actions: 4267/5122 actions (Updating modified actions)
1702025-01-13T21:56:30.793Z Actions: Completed 5122 actions in 5.07 seconds.
1712025-01-13T21:56:31.194Z Done (0.395s)
1722025-01-13T21:56:31.197Z Done (0.001s)
1732025-01-13T21:56:31.768Z Done (0.572s)
1742025-01-13T21:56:36.287Z Done (4.285s)
1752025-01-13T21:56:36.374Z Done (0.019s)
1762025-01-13T21:56:36.377Z Done (0.000s)
1772025-01-13T21:56:36.561Z Done (0.000s)
1782025-01-13T21:56:37.249ZPlanning: Evaluating mediator changes ... Done
1792025-01-13T21:56:37.410ZPlanning: Checking for conflicting actions ... Done
1802025-01-13T21:56:37.412ZPlanning: Consolidating action changes ... Done
1812025-01-13T21:56:37.673ZPlanning: Evaluating mediators ... Done
1822025-01-13T21:56:37.675ZPlanning: Planning completed in 0.42 seconds
1832025-01-13T21:56:37.714Z Mediators to change: 2
1842025-01-13T21:56:37.719Z Create boot environment: No
1852025-01-13T21:56:37.719ZCreate backup boot environment: No
1862025-01-13T21:56:37.816Z Done
1872025-01-13T21:56:37.816Z Done
1882025-01-13T21:56:38.216Z Done
1892025-01-13T21:56:41.716Z Done
1902025-01-13T21:56:41.804Z Done
1912025-01-13T21:56:41.806Z Done
1922025-01-13T21:56:41.939Z Done
1932025-01-13T21:56:42.544ZPlanning: Evaluating mediator changes ... Done
1942025-01-13T21:56:42.547ZPlanning: Merging actions ... Done
1952025-01-13T21:56:42.733ZPlanning: Checking for conflicting actions ... Done
1962025-01-13T21:56:42.736ZPlanning: Consolidating action changes ... Done
1972025-01-13T21:56:42.999ZPlanning: Evaluating mediators ... Done
1982025-01-13T21:56:43.054ZPlanning: Planning completed in 0.75 seconds
1992025-01-13T21:56:43.095Z Packages to change: 1
2002025-01-13T21:56:43.096Z Mediators to change: 1
2012025-01-13T21:56:43.099Z Services to change: 1
2022025-01-13T21:56:43.099Z Create boot environment: No
2032025-01-13T21:56:43.099ZCreate backup boot environment: Yes
2042025-01-13T21:56:45.381Z Actions: 1/6 actions (Updating modified actions)
2052025-01-13T21:56:45.384Z Actions: Completed 6 actions in 0.00 seconds.
2062025-01-13T21:56:45.384Z Done
2072025-01-13T21:56:45.384Z Done
2082025-01-13T21:56:45.500Z Done
2092025-01-13T21:56:49.026Z Done
2102025-01-13T21:56:49.116Z Done
2112025-01-13T21:56:49.119Z Done
2122025-01-13T21:56:49.261Z Done
2132025-01-13T21:56:49.688ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2142025-01-13T21:56:49.688Zclang system 15 system
2152025-01-13T21:56:49.688Zcsh system system illumos
2162025-01-13T21:56:49.688Zctags system system illumos
2172025-01-13T21:56:49.688Zgcc vendor 12 vendor
2182025-01-13T21:56:49.688Zgcc system 10 system
2192025-01-13T21:56:49.688Zgcc system 7 system
2202025-01-13T21:56:49.689Zgo system 1.20 system
2212025-01-13T21:56:49.689Zgo system 1.19 system
2222025-01-13T21:56:49.689Zllvm system 15 system
2232025-01-13T21:56:49.689Zllvm system 14 system
2242025-01-13T21:56:49.689Zmariadb system 10.6 system
2252025-01-13T21:56:49.689Zmta vendor vendor dma
2262025-01-13T21:56:49.689Zopenjdk system 17 system
2272025-01-13T21:56:49.689Zopenjdk system 11 system
2282025-01-13T21:56:49.689Zopenjdk system 1.8 system
2292025-01-13T21:56:49.689Zopenssl vendor 3 vendor
2302025-01-13T21:56:49.689Zperl system 5.36 system
2312025-01-13T21:56:49.689Zpostgresql system 15 system
2322025-01-13T21:56:49.689Zpostgresql system 13 system
2332025-01-13T21:56:49.689Zpython vendor 3 vendor
2342025-01-13T21:56:49.689Zpython system 2 system
2352025-01-13T21:56:49.689Zpython3 system 3.11 system
2362025-01-13T21:56:49.689Zruby system 3.0 system
2372025-01-13T21:56:49.689Zwords vendor vendor american-english
2382025-01-13T21:56:49.689Zwords system system australian-english
2392025-01-13T21:56:49.689Zwords system system british-english
2402025-01-13T21:56:49.689Zwords system system canadian-english
2412025-01-13T21:56:49.689Zwords system system french
2422025-01-13T21:56:49.689Zwords system system italian
2432025-01-13T21:56:49.689Zwords system system ngerman
2442025-01-13T21:56:49.689Zwords system system ogerman
2452025-01-13T21:56:49.689Zwords system system spanish
2462025-01-13T21:56:50.020ZPUBLISHER TYPE STATUS P LOCATION
2472025-01-13T21:56:50.020Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2482025-01-13T21:56:52.805ZFMRI IFO
2492025-01-13T21:56:52.805Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2502025-01-13T21:56:52.805Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2512025-01-13T21:56:52.805Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2522025-01-13T21:56:52.805Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2532025-01-13T21:56:52.805Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2542025-01-13T21:56:52.805Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2552025-01-13T21:56:52.805Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2562025-01-13T21:56:52.805Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2572025-01-13T21:56:52.805Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2582025-01-13T21:56:52.805Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2592025-01-13T21:56:52.805Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2602025-01-13T21:56:52.805Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2612025-01-13T21:56:52.805Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2622025-01-13T21:56:52.805Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2632025-01-13T21:56:52.805Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2642025-01-13T21:56:53.564Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2652025-01-13T21:56:53.837Z Updating crates.io index
2662025-01-13T21:56:53.891Z Updating git repository `https://github.com/oxidecomputer/diffus`
2672025-01-13T21:56:54.162Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682025-01-13T21:56:54.659Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2692025-01-13T21:56:55.016Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702025-01-13T21:56:55.284Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2712025-01-13T21:56:55.579Z Updating git repository `https://github.com/oxidecomputer/propolis`
2722025-01-13T21:56:56.565Z Updating git repository `https://github.com/oxidecomputer/crucible`
2732025-01-13T21:56:58.090Z Updating git repository `https://github.com/oxidecomputer/opte`
2742025-01-13T21:56:58.716Z Updating git repository `https://github.com/oxidecomputer/falcon`
2752025-01-13T21:56:59.499Z Updating git repository `https://github.com/oxidecomputer/clickward`
2762025-01-13T21:56:59.772Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2772025-01-13T21:57:00.150Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2782025-01-13T21:57:00.684Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2792025-01-13T21:57:00.992Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2802025-01-13T21:57:01.313Z Updating git repository `https://github.com/oxidecomputer/tofino`
2812025-01-13T21:57:01.729Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822025-01-13T21:57:02.014Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832025-01-13T21:57:02.300Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842025-01-13T21:57:02.732Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2852025-01-13T21:57:03.140Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862025-01-13T21:57:03.627Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2872025-01-13T21:57:03.964Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882025-01-13T21:57:04.625Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892025-01-13T21:57:04.919Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2902025-01-13T21:57:05.476Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912025-01-13T21:57:05.961Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2922025-01-13T21:57:06.220Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932025-01-13T21:57:06.531Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942025-01-13T21:57:06.842Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952025-01-13T21:57:08.182Z Downloading crates ...
2962025-01-13T21:57:08.253Z Downloaded anstyle-parse v0.2.5
2972025-01-13T21:57:08.259Z Downloaded anstyle v1.0.10
2982025-01-13T21:57:08.262Z Downloaded anstream v0.6.15
2992025-01-13T21:57:08.285Z Downloaded bytecount v0.6.8
3002025-01-13T21:57:08.290Z Downloaded block-buffer v0.10.4
3012025-01-13T21:57:08.295Z Downloaded autocfg v1.4.0
3022025-01-13T21:57:08.299Z Downloaded anstyle-query v1.1.1
3032025-01-13T21:57:08.302Z Downloaded memchr v2.7.4
3042025-01-13T21:57:08.307Z Downloaded camino v1.1.9
3052025-01-13T21:57:08.310Z Downloaded anyhow v1.0.93
3062025-01-13T21:57:08.313Z Downloaded memmap v0.7.0
3072025-01-13T21:57:08.319Z Downloaded pretty-hex v0.4.1
3082025-01-13T21:57:08.322Z Downloaded colorchoice v1.0.2
3092025-01-13T21:57:08.322Z Downloaded pest_generator v2.7.14
3102025-01-13T21:57:08.325Z Downloaded clap_lex v0.7.2
3112025-01-13T21:57:08.327Z Downloaded smawk v0.3.2
3122025-01-13T21:57:08.330Z Downloaded scroll v0.12.0
3132025-01-13T21:57:08.332Z Downloaded scroll_derive v0.12.0
3142025-01-13T21:57:08.332Z Downloaded bitflags v2.6.0
3152025-01-13T21:57:08.334Z Downloaded cfg-if v1.0.0
3162025-01-13T21:57:08.354Z Downloaded serde_spanned v0.6.8
3172025-01-13T21:57:08.358Z Downloaded dtrace-parser v0.2.0
3182025-01-13T21:57:08.358Z Downloaded proc-macro-error-attr v1.0.4
3192025-01-13T21:57:08.363Z Downloaded equivalent v1.0.1
3202025-01-13T21:57:08.372Z Downloaded swrite v0.1.0
3212025-01-13T21:57:08.380Z Downloaded thiserror v1.0.69
3222025-01-13T21:57:08.385Z Downloaded usdt v0.5.0
3232025-01-13T21:57:08.388Z Downloaded thiserror-impl v1.0.69
3242025-01-13T21:57:08.388Z Downloaded terminal_size v0.4.0
3252025-01-13T21:57:08.391Z Downloaded tabled_derive v0.7.0
3262025-01-13T21:57:08.391Z Downloaded unicode-linebreak v0.1.5
3272025-01-13T21:57:08.391Z Downloaded strsim v0.11.1
3282025-01-13T21:57:08.394Z Downloaded ryu v1.0.18
3292025-01-13T21:57:08.394Z Downloaded quote v1.0.37
3302025-01-13T21:57:08.396Z Downloaded semver v1.0.23
3312025-01-13T21:57:08.399Z Downloaded usdt-macro v0.5.0
3322025-01-13T21:57:08.399Z Downloaded errno v0.3.9
3332025-01-13T21:57:08.402Z Downloaded usdt-attr-macro v0.5.0
3342025-01-13T21:57:08.402Z Downloaded proc-macro-error v1.0.4
3352025-01-13T21:57:08.404Z Downloaded itoa v1.0.11
3362025-01-13T21:57:08.407Z Downloaded heck v0.5.0
3372025-01-13T21:57:08.407Z Downloaded cpufeatures v0.2.14
3382025-01-13T21:57:08.409Z Downloaded is_terminal_polyfill v1.70.1
3392025-01-13T21:57:08.409Z Downloaded heck v0.4.1
3402025-01-13T21:57:08.409Z Downloaded fs-err v2.11.0
3412025-01-13T21:57:08.413Z Downloaded dof v0.3.0
3422025-01-13T21:57:08.416Z Downloaded macaddr v1.0.1
3432025-01-13T21:57:08.419Z Downloaded thread-id v4.2.2
3442025-01-13T21:57:08.421Z Downloaded byteorder v1.5.0
3452025-01-13T21:57:08.421Z Downloaded fnv v1.0.7
3462025-01-13T21:57:08.423Z Downloaded fastrand v2.1.1
3472025-01-13T21:57:08.423Z Downloaded crypto-common v0.1.6
3482025-01-13T21:57:08.426Z Downloaded tempfile v3.13.0
3492025-01-13T21:57:08.428Z Downloaded sha2 v0.10.8
3502025-01-13T21:57:08.431Z Downloaded once_cell v1.20.2
3512025-01-13T21:57:08.433Z Downloaded cargo-platform v0.1.8
3522025-01-13T21:57:08.436Z Downloaded proc-macro2 v1.0.89
3532025-01-13T21:57:08.438Z Downloaded usdt-impl v0.5.0
3542025-01-13T21:57:08.443Z Downloaded generic-array v0.14.7
3552025-01-13T21:57:08.445Z Downloaded version_check v0.9.5
3562025-01-13T21:57:08.445Z Downloaded plain v0.2.3
3572025-01-13T21:57:08.457Z Downloaded digest v0.10.7
3582025-01-13T21:57:08.460Z Downloaded cargo_metadata v0.18.1
3592025-01-13T21:57:08.463Z Downloaded toml_datetime v0.6.8
3602025-01-13T21:57:08.463Z Downloaded cargo_toml v0.20.5
3612025-01-13T21:57:08.465Z Downloaded camino-tempfile v1.1.1
3622025-01-13T21:57:08.468Z Downloaded textwrap v0.16.1
3632025-01-13T21:57:08.470Z Downloaded ucd-trie v0.1.7
3642025-01-13T21:57:08.473Z Downloaded utf8parse v0.2.2
3652025-01-13T21:57:08.473Z Downloaded pest_derive v2.7.14
3662025-01-13T21:57:08.475Z Downloaded unicode-ident v1.0.13
3672025-01-13T21:57:08.478Z Downloaded serde_tokenstream v0.2.2
3682025-01-13T21:57:08.478Z Downloaded clap_derive v4.5.18
3692025-01-13T21:57:08.480Z Downloaded zerocopy-derive v0.7.35
3702025-01-13T21:57:08.483Z Downloaded papergrid v0.11.0
3712025-01-13T21:57:08.487Z Downloaded log v0.4.22
3722025-01-13T21:57:08.489Z Downloaded typenum v1.17.0
3732025-01-13T21:57:08.492Z Downloaded clap v4.5.21
3742025-01-13T21:57:08.499Z Downloaded pest_meta v2.7.14
3752025-01-13T21:57:08.502Z Downloaded serde_derive v1.0.215
3762025-01-13T21:57:08.513Z Downloaded toml v0.8.19
3772025-01-13T21:57:08.523Z Downloaded serde v1.0.215
3782025-01-13T21:57:08.526Z Downloaded indexmap v2.6.0
3792025-01-13T21:57:08.541Z Downloaded toml_edit v0.22.22
3802025-01-13T21:57:08.580Z Downloaded syn v1.0.109
3812025-01-13T21:57:08.590Z Downloaded pest v2.7.14
3822025-01-13T21:57:08.598Z Downloaded zerocopy v0.7.35
3832025-01-13T21:57:08.612Z Downloaded winnow v0.6.20
3842025-01-13T21:57:08.620Z Downloaded tabled v0.15.0
3852025-01-13T21:57:08.634Z Downloaded goblin v0.8.2
3862025-01-13T21:57:08.639Z Downloaded clap_builder v4.5.21
3872025-01-13T21:57:08.647Z Downloaded syn v2.0.87
3882025-01-13T21:57:08.655Z Downloaded serde_json v1.0.133
3892025-01-13T21:57:08.661Z Downloaded hashbrown v0.15.1
3902025-01-13T21:57:08.666Z Downloaded unicode-width v0.1.14
3912025-01-13T21:57:08.673Z Downloaded rustix v0.38.37
3922025-01-13T21:57:08.712Z Downloaded libc v0.2.162
3932025-01-13T21:57:09.023Z Compiling proc-macro2 v1.0.89
3942025-01-13T21:57:09.023Z Compiling unicode-ident v1.0.13
3952025-01-13T21:57:09.023Z Compiling version_check v0.9.5
3962025-01-13T21:57:09.026Z Compiling serde v1.0.215
3972025-01-13T21:57:09.026Z Compiling memchr v2.7.4
3982025-01-13T21:57:09.026Z Compiling thiserror v1.0.69
3992025-01-13T21:57:09.026Z Compiling libc v0.2.162
4002025-01-13T21:57:09.026Z Compiling ryu v1.0.18
4012025-01-13T21:57:09.294Z Compiling itoa v1.0.11
4022025-01-13T21:57:09.443Z Compiling ucd-trie v0.1.7
4032025-01-13T21:57:09.538Z Compiling once_cell v1.20.2
4042025-01-13T21:57:09.979Z Compiling byteorder v1.5.0
4052025-01-13T21:57:10.005Z Compiling serde_json v1.0.133
4062025-01-13T21:57:10.070Z Compiling rustix v0.38.37
4072025-01-13T21:57:10.394Z Compiling bitflags v2.6.0
4082025-01-13T21:57:10.421Z Compiling proc-macro-error-attr v1.0.4
4092025-01-13T21:57:10.708Z Compiling usdt-impl v0.5.0
4102025-01-13T21:57:10.738Z Compiling syn v1.0.109
4112025-01-13T21:57:10.879Z Compiling quote v1.0.37
4122025-01-13T21:57:10.934Z Compiling proc-macro-error v1.0.4
4132025-01-13T21:57:10.969Z Compiling equivalent v1.0.1
4142025-01-13T21:57:11.084Z Compiling log v0.4.22
4152025-01-13T21:57:11.161Z Compiling hashbrown v0.15.1
4162025-01-13T21:57:11.218Z Compiling plain v0.2.3
4172025-01-13T21:57:11.347Z Compiling syn v2.0.87
4182025-01-13T21:57:11.374Z Compiling errno v0.3.9
4192025-01-13T21:57:11.596Z Compiling camino v1.1.9
4202025-01-13T21:57:11.622Z Compiling utf8parse v0.2.2
4212025-01-13T21:57:11.749Z Compiling thread-id v4.2.2
4222025-01-13T21:57:11.775Z Compiling anstyle-parse v0.2.5
4232025-01-13T21:57:12.117Z Compiling colorchoice v1.0.2
4242025-01-13T21:57:12.291Z Compiling unicode-width v0.1.14
4252025-01-13T21:57:12.319Z Compiling autocfg v1.4.0
4262025-01-13T21:57:12.345Z Compiling anstyle v1.0.10
4272025-01-13T21:57:12.467Z Compiling indexmap v2.6.0
4282025-01-13T21:57:12.629Z Compiling semver v1.0.23
4292025-01-13T21:57:12.805Z Compiling is_terminal_polyfill v1.70.1
4302025-01-13T21:57:12.843Z Compiling anstyle-query v1.1.1
4312025-01-13T21:57:12.945Z Compiling pretty-hex v0.4.1
4322025-01-13T21:57:13.001Z Compiling winnow v0.6.20
4332025-01-13T21:57:13.175Z Compiling anstream v0.6.15
4342025-01-13T21:57:13.501Z Compiling fs-err v2.11.0
4352025-01-13T21:57:13.551Z Compiling bytecount v0.6.8
4362025-01-13T21:57:13.778Z Compiling terminal_size v0.4.0
4372025-01-13T21:57:13.803Z Compiling heck v0.4.1
4382025-01-13T21:57:13.905Z Compiling anyhow v1.0.93
4392025-01-13T21:57:13.962Z Compiling fnv v1.0.7
4402025-01-13T21:57:14.002Z Compiling fastrand v2.1.1
4412025-01-13T21:57:14.311Z Compiling cfg-if v1.0.0
4422025-01-13T21:57:14.364Z Compiling strsim v0.11.1
4432025-01-13T21:57:14.557Z Compiling heck v0.5.0
4442025-01-13T21:57:14.610Z Compiling clap_lex v0.7.2
4452025-01-13T21:57:15.015Z Compiling clap_builder v4.5.21
4462025-01-13T21:57:15.096Z Compiling tempfile v3.13.0
4472025-01-13T21:57:15.143Z Compiling papergrid v0.11.0
4482025-01-13T21:57:15.298Z Compiling memmap v0.7.0
4492025-01-13T21:57:15.327Z Compiling smawk v0.3.2
4502025-01-13T21:57:15.553Z Compiling unicode-linebreak v0.1.5
4512025-01-13T21:57:15.987Z Compiling textwrap v0.16.1
4522025-01-13T21:57:16.247Z Compiling swrite v0.1.0
4532025-01-13T21:57:17.387Z Compiling tabled_derive v0.7.0
4542025-01-13T21:57:18.966Z Compiling tabled v0.15.0
4552025-01-13T21:57:20.327Z Compiling serde_derive v1.0.215
4562025-01-13T21:57:20.327Z Compiling thiserror-impl v1.0.69
4572025-01-13T21:57:20.330Z Compiling zerocopy-derive v0.7.35
4582025-01-13T21:57:20.330Z Compiling scroll_derive v0.12.0
4592025-01-13T21:57:20.570Z Compiling clap_derive v4.5.18
4602025-01-13T21:57:21.551Z Compiling scroll v0.12.0
4612025-01-13T21:57:22.027Z Compiling goblin v0.8.2
4622025-01-13T21:57:22.230Z Compiling zerocopy v0.7.35
4632025-01-13T21:57:22.995Z Compiling pest v2.7.14
4642025-01-13T21:57:24.204Z Compiling clap v4.5.21
4652025-01-13T21:57:25.252Z Compiling pest_meta v2.7.14
4662025-01-13T21:57:26.071Z Compiling pest_generator v2.7.14
4672025-01-13T21:57:27.765Z Compiling pest_derive v2.7.14
4682025-01-13T21:57:28.496Z Compiling dtrace-parser v0.2.0
4692025-01-13T21:57:30.286Z Compiling toml_datetime v0.6.8
4702025-01-13T21:57:30.287Z Compiling serde_spanned v0.6.8
4712025-01-13T21:57:30.289Z Compiling cargo-platform v0.1.8
4722025-01-13T21:57:30.665Z Compiling serde_tokenstream v0.2.2
4732025-01-13T21:57:30.850Z Compiling toml_edit v0.22.22
4742025-01-13T21:57:30.935Z Compiling camino-tempfile v1.1.1
4752025-01-13T21:57:31.004Z Compiling macaddr v1.0.1
4762025-01-13T21:57:31.740Z Compiling dof v0.3.0
4772025-01-13T21:57:31.740Z Compiling cargo_metadata v0.18.1
4782025-01-13T21:57:33.478Z Compiling toml v0.8.19
4792025-01-13T21:57:33.843Z Compiling usdt-macro v0.5.0
4802025-01-13T21:57:33.947Z Compiling usdt-attr-macro v0.5.0
4812025-01-13T21:57:34.415Z Compiling cargo_toml v0.20.5
4822025-01-13T21:57:35.339Z Compiling usdt v0.5.0
4832025-01-13T21:57:37.897Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4842025-01-13T21:57:42.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.70s
4852025-01-13T21:57:42.309Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4862025-01-13T21:57:42.840Z Downloading crates ...
4872025-01-13T21:57:42.969Z Downloaded async-stream-impl v0.3.6
4882025-01-13T21:57:42.973Z Downloaded atty v0.2.14
4892025-01-13T21:57:42.979Z Downloaded atomicwrites v0.4.4
4902025-01-13T21:57:42.981Z Downloaded adler2 v2.0.0
4912025-01-13T21:57:42.991Z Downloaded ciborium-io v0.2.2
4922025-01-13T21:57:42.994Z Downloaded cfg_aliases v0.1.1
4932025-01-13T21:57:42.997Z Downloaded cfg_aliases v0.2.1
4942025-01-13T21:57:43.005Z Downloaded crucible-workspace-hack v0.1.0
4952025-01-13T21:57:43.008Z Downloaded cstr-argument v0.1.2
4962025-01-13T21:57:43.013Z Downloaded base16ct v0.2.0
4972025-01-13T21:57:43.017Z Downloaded atomic-waker v1.1.2
4982025-01-13T21:57:43.020Z Downloaded ascii-canvas v3.0.0
4992025-01-13T21:57:43.022Z Downloaded hickory-proto v0.24.1
5002025-01-13T21:57:43.037Z Downloaded headers-core v0.3.0
5012025-01-13T21:57:43.041Z Downloaded crunchy v0.2.2
5022025-01-13T21:57:43.041Z Downloaded bitfield-struct v0.6.2
5032025-01-13T21:57:43.041Z Downloaded bit-vec v0.6.3
5042025-01-13T21:57:43.044Z Downloaded assert_matches v1.5.0
5052025-01-13T21:57:43.044Z Downloaded async-recursion v1.1.1
5062025-01-13T21:57:43.047Z Downloaded colored v2.1.0
5072025-01-13T21:57:43.049Z Downloaded cmake v0.1.51
5082025-01-13T21:57:43.052Z Downloaded chrono-tz-build v0.4.0
5092025-01-13T21:57:43.052Z Downloaded cexpr v0.6.0
5102025-01-13T21:57:43.055Z Downloaded constant_time_eq v0.3.1
5112025-01-13T21:57:43.055Z Downloaded convert_case v0.4.0
5122025-01-13T21:57:43.058Z Downloaded chacha20 v0.9.1
5132025-01-13T21:57:43.058Z Downloaded bitflags v1.3.2
5142025-01-13T21:57:43.061Z Downloaded humantime v2.1.0
5152025-01-13T21:57:43.064Z Downloaded cipher v0.4.4
5162025-01-13T21:57:43.066Z Downloaded block-padding v0.3.3
5172025-01-13T21:57:43.066Z Downloaded array-init v0.0.4
5182025-01-13T21:57:43.066Z Downloaded ctr v0.9.2
5192025-01-13T21:57:43.069Z Downloaded bit-set v0.5.3
5202025-01-13T21:57:43.073Z Downloaded crossbeam-deque v0.8.5
5212025-01-13T21:57:43.073Z Downloaded hickory-server v0.24.1
5222025-01-13T21:57:43.078Z Downloaded hyper-staticfile v0.10.1
5232025-01-13T21:57:43.081Z Downloaded ident_case v1.0.1
5242025-01-13T21:57:43.084Z Downloaded hyper-tls v0.6.0
5252025-01-13T21:57:43.085Z Downloaded argon2 v0.5.3
5262025-01-13T21:57:43.087Z Downloaded rustc-hash v1.1.0
5272025-01-13T21:57:43.087Z Downloaded hyper-rustls v0.27.3
5282025-01-13T21:57:43.091Z Downloaded hyper v1.5.0
5292025-01-13T21:57:43.097Z Downloaded crc-catalog v2.4.0
5302025-01-13T21:57:43.099Z Downloaded addr2line v0.24.2
5312025-01-13T21:57:43.102Z Downloaded icu_provider_macros v1.5.0
5322025-01-13T21:57:43.102Z Downloaded idna v0.4.0
5332025-01-13T21:57:43.110Z Downloaded csv-core v0.1.11
5342025-01-13T21:57:43.113Z Downloaded crc32fast v1.4.2
5352025-01-13T21:57:43.116Z Downloaded ciborium v0.2.2
5362025-01-13T21:57:43.119Z Downloaded instant v0.1.13
5372025-01-13T21:57:43.122Z Downloaded curve25519-dalek-derive v0.1.1
5382025-01-13T21:57:43.123Z Downloaded bzip2 v0.4.4
5392025-01-13T21:57:43.123Z Downloaded castaway v0.2.3
5402025-01-13T21:57:43.125Z Downloaded const_format_proc_macros v0.2.33
5412025-01-13T21:57:43.128Z Downloaded is_ci v1.2.0
5422025-01-13T21:57:43.128Z Downloaded bcs v0.1.6
5432025-01-13T21:57:43.132Z Downloaded ahash v0.8.11
5442025-01-13T21:57:43.135Z Downloaded idna_adapter v1.2.0
5452025-01-13T21:57:43.137Z Downloaded serde-big-array v0.5.1
5462025-01-13T21:57:43.137Z Downloaded icu_locid_transform v1.5.0
5472025-01-13T21:57:43.140Z Downloaded rand_chacha v0.3.1
5482025-01-13T21:57:43.143Z Downloaded md5 v0.7.0
5492025-01-13T21:57:43.143Z Downloaded bb8 v0.8.5
5502025-01-13T21:57:43.143Z Downloaded iana-time-zone v0.1.61
5512025-01-13T21:57:43.149Z Downloaded ref-cast-impl v1.0.23
5522025-01-13T21:57:43.152Z Downloaded cancel-safe-futures v0.1.5
5532025-01-13T21:57:43.152Z Downloaded mirai-annotations v1.12.0
5542025-01-13T21:57:43.152Z Downloaded match_cfg v0.1.0
5552025-01-13T21:57:43.155Z Downloaded base64ct v1.6.0
5562025-01-13T21:57:43.155Z Downloaded tower-service v0.3.3
5572025-01-13T21:57:43.159Z Downloaded matches v0.1.10
5582025-01-13T21:57:43.159Z Downloaded hubpack_derive v0.1.1
5592025-01-13T21:57:43.159Z Downloaded is-terminal v0.4.13
5602025-01-13T21:57:43.162Z Downloaded http-body v1.0.1
5612025-01-13T21:57:43.162Z Downloaded cbc v0.1.2
5622025-01-13T21:57:43.165Z Downloaded cookie_store v0.21.0
5632025-01-13T21:57:43.168Z Downloaded internet-checksum v0.2.1
5642025-01-13T21:57:43.168Z Downloaded indoc v1.0.9
5652025-01-13T21:57:43.171Z Downloaded crossbeam-epoch v0.9.18
5662025-01-13T21:57:43.174Z Downloaded libefi-sys v0.1.0
5672025-01-13T21:57:43.174Z Downloaded lazycell v1.3.0
5682025-01-13T21:57:43.177Z Downloaded ipnetwork v0.20.0
5692025-01-13T21:57:43.177Z Downloaded blake2 v0.10.6
5702025-01-13T21:57:43.183Z Downloaded icu_normalizer v1.5.0
5712025-01-13T21:57:43.186Z Downloaded clang-sys v1.8.1
5722025-01-13T21:57:43.189Z Downloaded icu_normalizer_data v1.5.0
5732025-01-13T21:57:43.189Z Downloaded arc-swap v1.7.1
5742025-01-13T21:57:43.193Z Downloaded secrecy v0.8.0
5752025-01-13T21:57:43.196Z Downloaded maybe-uninit v2.0.0
5762025-01-13T21:57:43.198Z Downloaded managed v0.8.0
5772025-01-13T21:57:43.198Z Downloaded semver v0.1.20
5782025-01-13T21:57:43.198Z Downloaded lru v0.12.5
5792025-01-13T21:57:43.201Z Downloaded lockfree-object-pool v0.1.6
5802025-01-13T21:57:43.204Z Downloaded mockall v0.13.0
5812025-01-13T21:57:43.204Z Downloaded md-5 v0.10.6
5822025-01-13T21:57:43.207Z Downloaded rustc-demangle v0.1.24
5832025-01-13T21:57:43.209Z Downloaded termtree v0.4.1
5842025-01-13T21:57:43.209Z Downloaded static_assertions v1.1.0
5852025-01-13T21:57:43.212Z Downloaded spki v0.7.3
5862025-01-13T21:57:43.216Z Downloaded slab v0.4.9
5872025-01-13T21:57:43.216Z Downloaded diesel_table_macro_syntax v0.2.0
5882025-01-13T21:57:43.219Z Downloaded termios v0.3.3
5892025-01-13T21:57:43.219Z Downloaded ipnet v2.10.1
5902025-01-13T21:57:43.221Z Downloaded float-ord v0.3.2
5912025-01-13T21:57:43.221Z Downloaded termcolor v1.4.1
5922025-01-13T21:57:43.225Z Downloaded tokio-native-tls v0.3.1
5932025-01-13T21:57:43.227Z Downloaded jobserver v0.1.32
5942025-01-13T21:57:43.227Z Downloaded tokio-macros v2.4.0
5952025-01-13T21:57:43.230Z Downloaded hickory-client v0.24.1
5962025-01-13T21:57:43.233Z Downloaded universal-hash v0.5.1
5972025-01-13T21:57:43.236Z Downloaded progenitor-impl v0.8.0
5982025-01-13T21:57:43.239Z Downloaded untrusted v0.9.0
5992025-01-13T21:57:43.239Z Downloaded icu_provider v1.5.0
6002025-01-13T21:57:43.243Z Downloaded newline-converter v0.3.0
6012025-01-13T21:57:43.246Z Downloaded crc-any v2.5.0
6022025-01-13T21:57:43.247Z Downloaded phf_shared v0.10.0
6032025-01-13T21:57:43.249Z Downloaded litemap v0.7.3
6042025-01-13T21:57:43.252Z Downloaded mime v0.3.17
6052025-01-13T21:57:43.252Z Downloaded lazy_static v1.5.0
6062025-01-13T21:57:43.255Z Downloaded number_prefix v0.4.0
6072025-01-13T21:57:43.255Z Downloaded mime_guess v2.0.5
6082025-01-13T21:57:43.258Z Downloaded lock_api v0.4.12
6092025-01-13T21:57:43.261Z Downloaded linked-hash-map v0.5.6
6102025-01-13T21:57:43.261Z Downloaded zerovec-derive v0.10.3
6112025-01-13T21:57:43.264Z Downloaded pretty-hex v0.2.1
6122025-01-13T21:57:43.264Z Downloaded sct v0.7.1
6132025-01-13T21:57:43.267Z Downloaded rustls-pemfile v2.2.0
6142025-01-13T21:57:43.270Z Downloaded fragile v2.0.0
6152025-01-13T21:57:43.273Z Downloaded siphasher v0.3.11
6162025-01-13T21:57:43.275Z Downloaded rustls-pki-types v1.10.0
6172025-01-13T21:57:43.278Z Downloaded dirs-sys-next v0.1.2
6182025-01-13T21:57:43.281Z Downloaded backtrace v0.3.74
6192025-01-13T21:57:43.284Z Downloaded futures-executor v0.3.31
6202025-01-13T21:57:43.287Z Downloaded env_filter v0.1.2
6212025-01-13T21:57:43.289Z Downloaded whoami v1.5.2
6222025-01-13T21:57:43.292Z Downloaded typify v0.2.0
6232025-01-13T21:57:43.295Z Downloaded zone v0.1.8
6242025-01-13T21:57:43.295Z Downloaded compact_str v0.8.0
6252025-01-13T21:57:43.299Z Downloaded cc v1.1.30
6262025-01-13T21:57:43.303Z Downloaded base64 v0.21.7
6272025-01-13T21:57:43.307Z Downloaded try-lock v0.2.5
6282025-01-13T21:57:43.310Z Downloaded take_mut v0.2.2
6292025-01-13T21:57:43.310Z Downloaded phf_generator v0.11.2
6302025-01-13T21:57:43.313Z Downloaded base64 v0.22.1
6312025-01-13T21:57:43.315Z Downloaded yoke-derive v0.7.4
6322025-01-13T21:57:43.319Z Downloaded vte_generate_state_changes v0.1.2
6332025-01-13T21:57:43.319Z Downloaded predicates-tree v1.0.11
6342025-01-13T21:57:43.319Z Downloaded primeorder v0.13.6
6352025-01-13T21:57:43.322Z Downloaded powerfmt v0.2.0
6362025-01-13T21:57:43.322Z Downloaded indicatif v0.17.9
6372025-01-13T21:57:43.326Z Downloaded hmac v0.12.1
6382025-01-13T21:57:43.329Z Downloaded dhcproto-macros v0.1.0
6392025-01-13T21:57:43.332Z Downloaded spin v0.9.8
6402025-01-13T21:57:43.332Z Downloaded slog v2.7.0
6412025-01-13T21:57:43.335Z Downloaded pkg-config v0.3.31
6422025-01-13T21:57:43.338Z Downloaded fxhash v0.2.1
6432025-01-13T21:57:43.341Z Downloaded icu_collections v1.5.0
6442025-01-13T21:57:43.345Z Downloaded new_debug_unreachable v1.0.6
6452025-01-13T21:57:43.347Z Downloaded crossbeam-channel v0.5.13
6462025-01-13T21:57:43.351Z Downloaded salsa20 v0.10.2
6472025-01-13T21:57:43.354Z Downloaded crypto-bigint v0.5.5
6482025-01-13T21:57:43.360Z Downloaded signal-hook-tokio v0.3.1
6492025-01-13T21:57:43.363Z Downloaded precomputed-hash v0.1.1
6502025-01-13T21:57:43.363Z Downloaded peg-runtime v0.8.3
6512025-01-13T21:57:43.363Z Downloaded parking_lot v0.11.2
6522025-01-13T21:57:43.366Z Downloaded num-complex v0.4.6
6532025-01-13T21:57:43.369Z Downloaded tap v1.0.1
6542025-01-13T21:57:43.371Z Downloaded tabwriter v1.4.0
6552025-01-13T21:57:43.372Z Downloaded structmeta-derive v0.2.0
6562025-01-13T21:57:43.381Z Downloaded xz2 v0.1.7
6572025-01-13T21:57:43.384Z Downloaded xattr v1.3.1
6582025-01-13T21:57:43.387Z Downloaded tui-tree-widget v0.22.0
6592025-01-13T21:57:43.390Z Downloaded password-hash v0.5.0
6602025-01-13T21:57:43.390Z Downloaded foreign-types-shared v0.1.1
6612025-01-13T21:57:43.393Z Downloaded sync_wrapper v1.0.1
6622025-01-13T21:57:43.393Z Downloaded embedded-io v0.6.1
6632025-01-13T21:57:43.393Z Downloaded embedded-io v0.4.0
6642025-01-13T21:57:43.396Z Downloaded dunce v1.0.5
6652025-01-13T21:57:43.396Z Downloaded foreign-types v0.5.0
6662025-01-13T21:57:43.399Z Downloaded toolchain_find v0.4.0
6672025-01-13T21:57:43.399Z Downloaded nanorand v0.7.0
6682025-01-13T21:57:43.402Z Downloaded multimap v0.10.0
6692025-01-13T21:57:43.405Z Downloaded futures-task v0.3.31
6702025-01-13T21:57:43.405Z Downloaded scheduled-thread-pool v0.2.7
6712025-01-13T21:57:43.408Z Downloaded smf v0.2.3
6722025-01-13T21:57:43.408Z Downloaded gethostname v0.5.0
6732025-01-13T21:57:43.411Z Downloaded qorb v0.2.1
6742025-01-13T21:57:43.413Z Downloaded ppv-lite86 v0.2.20
6752025-01-13T21:57:43.416Z Downloaded num-iter v0.1.45
6762025-01-13T21:57:43.416Z Downloaded num-integer v0.1.46
6772025-01-13T21:57:43.419Z Downloaded structmeta-derive v0.3.0
6782025-01-13T21:57:43.422Z Downloaded percent-encoding v2.3.1
6792025-01-13T21:57:43.422Z Downloaded serde-hex v0.1.0
6802025-01-13T21:57:43.424Z Downloaded scrypt v0.11.0
6812025-01-13T21:57:43.424Z Downloaded quick-error v1.2.3
6822025-01-13T21:57:43.428Z Downloaded psl-types v2.0.11
6832025-01-13T21:57:43.428Z Downloaded thiserror v2.0.3
6842025-01-13T21:57:43.433Z Downloaded stringprep v0.1.5
6852025-01-13T21:57:43.436Z Downloaded resolv-conf v0.7.0
6862025-01-13T21:57:43.438Z Downloaded zip v0.6.6
6872025-01-13T21:57:43.441Z Downloaded string_cache v0.8.7
6882025-01-13T21:57:43.444Z Downloaded slog-dtrace v0.3.0
6892025-01-13T21:57:43.447Z Downloaded slog-async v2.8.0
6902025-01-13T21:57:43.447Z Downloaded yoke v0.7.4
6912025-01-13T21:57:43.450Z Downloaded yasna v0.5.2
6922025-01-13T21:57:43.453Z Downloaded pin-utils v0.1.0
6932025-01-13T21:57:43.453Z Downloaded synstructure v0.13.1
6942025-01-13T21:57:43.456Z Downloaded slog-bunyan v2.5.0
6952025-01-13T21:57:43.456Z Downloaded url v2.5.3
6962025-01-13T21:57:43.459Z Downloaded thiserror-impl v2.0.3
6972025-01-13T21:57:43.462Z Downloaded ron v0.7.1
6982025-01-13T21:57:43.467Z Downloaded num_threads v0.1.7
6992025-01-13T21:57:43.469Z Downloaded russh-cryptovec v0.7.3
7002025-01-13T21:57:43.469Z Downloaded schemars v0.8.21
7012025-01-13T21:57:43.482Z Downloaded darling_macro v0.20.10
7022025-01-13T21:57:43.485Z Downloaded futures-macro v0.3.31
7032025-01-13T21:57:43.485Z Downloaded funty v2.0.0
7042025-01-13T21:57:43.487Z Downloaded serde_derive_internals v0.29.1
7052025-01-13T21:57:43.488Z Downloaded hickory-resolver v0.24.1
7062025-01-13T21:57:43.492Z Downloaded display-error-chain v0.2.2
7072025-01-13T21:57:43.496Z Downloaded test-strategy v0.3.1
7082025-01-13T21:57:43.499Z Downloaded slog-json v2.6.1
7092025-01-13T21:57:43.501Z Downloaded serde_path_to_error v0.1.16
7102025-01-13T21:57:43.501Z Downloaded diesel_derives v2.2.3
7112025-01-13T21:57:43.506Z Downloaded strum v0.26.3
7122025-01-13T21:57:43.509Z Downloaded packed_struct_codegen v0.10.1
7132025-01-13T21:57:43.509Z Downloaded packed_struct v0.10.1
7142025-01-13T21:57:43.512Z Downloaded futures-sink v0.3.31
7152025-01-13T21:57:43.515Z Downloaded normalize-line-endings v0.3.0
7162025-01-13T21:57:43.515Z Downloaded want v0.3.1
7172025-01-13T21:57:43.515Z Downloaded dhcproto v0.12.0
7182025-01-13T21:57:43.517Z Downloaded derive_more v0.99.18
7192025-01-13T21:57:43.523Z Downloaded utf-8 v0.7.6
7202025-01-13T21:57:43.526Z Downloaded samael v0.0.17
7212025-01-13T21:57:43.530Z Downloaded peg v0.8.4
7222025-01-13T21:57:43.534Z Downloaded progenitor v0.8.0
7232025-01-13T21:57:43.537Z Downloaded proc-macro-crate v1.3.1
7242025-01-13T21:57:43.539Z Downloaded predicates-core v1.0.8
7252025-01-13T21:57:43.540Z Downloaded topological-sort v0.2.2
7262025-01-13T21:57:43.540Z Downloaded oso v0.27.3
7272025-01-13T21:57:43.544Z Downloaded debug-ignore v1.0.5
7282025-01-13T21:57:43.546Z Downloaded data-encoding v2.6.0
7292025-01-13T21:57:43.548Z Downloaded futures-channel v0.3.31
7302025-01-13T21:57:43.551Z Downloaded fs_extra v1.3.0
7312025-01-13T21:57:43.553Z Downloaded shell-words v1.1.0
7322025-01-13T21:57:43.553Z Downloaded sha1 v0.10.6
7332025-01-13T21:57:43.556Z Downloaded elliptic-curve v0.13.8
7342025-01-13T21:57:43.559Z Downloaded supports-color v3.0.1
7352025-01-13T21:57:43.562Z Downloaded subtle v2.6.1
7362025-01-13T21:57:43.562Z Downloaded itertools v0.10.5
7372025-01-13T21:57:43.569Z Downloaded sync-ptr v0.1.1
7382025-01-13T21:57:43.571Z Downloaded enum-as-inner v0.5.1
7392025-01-13T21:57:43.574Z Downloaded write16 v1.0.0
7402025-01-13T21:57:43.574Z Downloaded dsl_auto_type v0.1.2
7412025-01-13T21:57:43.577Z Downloaded which v4.4.2
7422025-01-13T21:57:43.577Z Downloaded pkcs1 v0.7.5
7432025-01-13T21:57:43.579Z Downloaded dropshot_endpoint v0.13.0
7442025-01-13T21:57:43.583Z Downloaded structmeta v0.3.0
7452025-01-13T21:57:43.585Z Downloaded flagset v0.4.6
7462025-01-13T21:57:43.588Z Downloaded fixedbitset v0.4.2
7472025-01-13T21:57:43.588Z Downloaded filetime v0.2.25
7482025-01-13T21:57:43.591Z Downloaded zone_cfg_derive v0.3.0
7492025-01-13T21:57:43.591Z Downloaded parse-display v0.10.0
7502025-01-13T21:57:43.593Z Downloaded vergen v8.3.2
7512025-01-13T21:57:43.595Z Downloaded phf_shared v0.11.2
7522025-01-13T21:57:43.596Z Downloaded signal-hook-mio v0.2.4
7532025-01-13T21:57:43.598Z Downloaded shlex v1.3.0
7542025-01-13T21:57:43.600Z Downloaded http v1.1.0
7552025-01-13T21:57:43.603Z Downloaded serde_with_macros v3.11.0
7562025-01-13T21:57:43.606Z Downloaded progenitor-client v0.8.0
7572025-01-13T21:57:43.608Z Downloaded walkdir v2.5.0
7582025-01-13T21:57:43.611Z Downloaded tokio-tungstenite v0.23.1
7592025-01-13T21:57:43.613Z Downloaded signature v2.2.0
7602025-01-13T21:57:43.616Z Downloaded aes v0.8.4
7612025-01-13T21:57:43.618Z Downloaded parse-zoneinfo v0.3.1
7622025-01-13T21:57:43.621Z Downloaded sigpipe v0.1.3
7632025-01-13T21:57:43.623Z Downloaded thiserror-impl-no-std v2.0.2
7642025-01-13T21:57:43.623Z Downloaded zip v2.1.3
7652025-01-13T21:57:43.628Z Downloaded foreign-types v0.3.2
7662025-01-13T21:57:43.631Z Downloaded x509-cert v0.2.5
7672025-01-13T21:57:43.637Z Downloaded hash32 v0.2.1
7682025-01-13T21:57:43.640Z Downloaded defmt-parser v0.3.4
7692025-01-13T21:57:43.640Z Downloaded defmt-macros v0.3.9
7702025-01-13T21:57:43.643Z Downloaded newtype_derive v0.1.6
7712025-01-13T21:57:43.645Z Downloaded glob v0.3.1
7722025-01-13T21:57:43.645Z Downloaded zone_cfg_derive v0.1.2
7732025-01-13T21:57:43.647Z Downloaded group v0.13.0
7742025-01-13T21:57:43.650Z Downloaded zeroize v1.8.1
7752025-01-13T21:57:43.652Z Downloaded foreign-types-shared v0.3.1
7762025-01-13T21:57:43.652Z Downloaded pbkdf2 v0.11.0
7772025-01-13T21:57:43.655Z Downloaded olpc-cjson v0.1.4
7782025-01-13T21:57:43.655Z Downloaded pin-project-internal v1.1.6
7792025-01-13T21:57:43.658Z Downloaded serde_plain v1.0.2
7802025-01-13T21:57:43.662Z Downloaded scopeguard v1.2.0
7812025-01-13T21:57:43.662Z Downloaded rustversion v1.0.17
7822025-01-13T21:57:43.665Z Downloaded tinyvec_macros v0.1.1
7832025-01-13T21:57:43.667Z Downloaded derive_builder_macro v0.20.2
7842025-01-13T21:57:43.667Z Downloaded slog-scope v4.4.0
7852025-01-13T21:57:43.669Z Downloaded serde_repr v0.1.19
7862025-01-13T21:57:43.672Z Downloaded simd-adler32 v0.3.7
7872025-01-13T21:57:43.674Z Downloaded writeable v0.5.5
7882025-01-13T21:57:43.677Z Downloaded wait-timeout v0.2.0
7892025-01-13T21:57:43.677Z Downloaded rustls-pemfile v1.0.4
7902025-01-13T21:57:43.679Z Downloaded progenitor-macro v0.8.0
7912025-01-13T21:57:43.682Z Downloaded oso-derive v0.27.3
7922025-01-13T21:57:43.682Z Downloaded aes-gcm v0.10.3
7932025-01-13T21:57:43.690Z Downloaded tokio-postgres v0.7.12
7942025-01-13T21:57:43.694Z Downloaded foldhash v0.1.3
7952025-01-13T21:57:43.694Z Downloaded float-cmp v0.9.0
7962025-01-13T21:57:43.694Z Downloaded rpassword v7.3.1
7972025-01-13T21:57:43.697Z Downloaded num-bigint-dig v0.8.4
7982025-01-13T21:57:43.701Z Downloaded dyn-clone v1.0.17
7992025-01-13T21:57:43.703Z Downloaded nibble_vec v0.1.0
8002025-01-13T21:57:43.706Z Downloaded newtype-uuid v1.1.3
8012025-01-13T21:57:43.706Z Downloaded pin-project v1.1.6
8022025-01-13T21:57:43.718Z Downloaded endian-type v0.1.2
8032025-01-13T21:57:43.721Z Downloaded ssh-cipher v0.2.0
8042025-01-13T21:57:43.721Z Downloaded form_urlencoded v1.2.1
8052025-01-13T21:57:43.721Z Downloaded diesel-dtrace v0.4.2
8062025-01-13T21:57:43.724Z Downloaded tinystr v0.7.6
8072025-01-13T21:57:43.727Z Downloaded tiny-keccak v2.0.2
8082025-01-13T21:57:43.730Z Downloaded toml v0.7.8
8092025-01-13T21:57:43.733Z Downloaded signal-hook v0.3.17
8102025-01-13T21:57:43.735Z Downloaded ghash v0.5.1
8112025-01-13T21:57:43.738Z Downloaded ecdsa v0.16.9
8122025-01-13T21:57:43.740Z Downloaded zerovec v0.10.4
8132025-01-13T21:57:43.745Z Downloaded downcast v0.11.0
8142025-01-13T21:57:43.748Z Downloaded aws-lc-rs v1.10.0
8152025-01-13T21:57:43.756Z Downloaded wyz v0.5.1
8162025-01-13T21:57:43.760Z Downloaded fallible-iterator v0.3.0
8172025-01-13T21:57:43.763Z Downloaded fallible-iterator v0.2.0
8182025-01-13T21:57:43.763Z Downloaded unicase v2.7.0
8192025-01-13T21:57:43.763Z Downloaded ref-cast v1.0.23
8202025-01-13T21:57:43.765Z Downloaded thiserror-no-std v2.0.2
8212025-01-13T21:57:43.769Z Downloaded blake3 v1.5.4
8222025-01-13T21:57:43.777Z Downloaded path-slash v0.1.5
8232025-01-13T21:57:43.780Z Downloaded similar v2.6.0
8242025-01-13T21:57:43.784Z Downloaded rustc-hash v2.0.0
8252025-01-13T21:57:43.786Z Downloaded either v1.13.0
8262025-01-13T21:57:43.789Z Downloaded time-core v0.1.2
8272025-01-13T21:57:43.789Z Downloaded parse-display-derive v0.10.0
8282025-01-13T21:57:43.791Z Downloaded getrandom v0.2.15
8292025-01-13T21:57:43.794Z Downloaded headers v0.4.0
8302025-01-13T21:57:43.799Z Downloaded deranged v0.3.11
8312025-01-13T21:57:43.801Z Downloaded multer v3.1.0
8322025-01-13T21:57:43.804Z Downloaded hash32 v0.3.1
8332025-01-13T21:57:43.807Z Downloaded twox-hash v1.6.3
8342025-01-13T21:57:43.807Z Downloaded rayon v1.10.0
8352025-01-13T21:57:43.817Z Downloaded num-conv v0.1.0
8362025-01-13T21:57:43.819Z Downloaded owo-colors v4.1.0
8372025-01-13T21:57:43.823Z Downloaded nu-ansi-term v0.50.1
8382025-01-13T21:57:43.825Z Downloaded unarray v0.1.4
8392025-01-13T21:57:43.825Z Downloaded sqlformat v0.2.6
8402025-01-13T21:57:43.828Z Downloaded sqlparser_derive v0.2.2
8412025-01-13T21:57:43.828Z Downloaded aho-corasick v1.1.3
8422025-01-13T21:57:43.834Z Downloaded thread_local v1.1.8
8432025-01-13T21:57:43.837Z Downloaded pbkdf2 v0.12.2
8442025-01-13T21:57:43.841Z Downloaded env_logger v0.11.5
8452025-01-13T21:57:43.844Z Downloaded num-derive v0.4.2
8462025-01-13T21:57:43.844Z Downloaded darling_core v0.20.10
8472025-01-13T21:57:43.847Z Downloaded russh-keys v0.45.0
8482025-01-13T21:57:43.850Z Downloaded tinyvec v1.8.0
8492025-01-13T21:57:43.853Z Downloaded hashbrown v0.14.5
8502025-01-13T21:57:43.860Z Downloaded num_enum v0.5.11
8512025-01-13T21:57:43.865Z Downloaded ed25519 v2.2.3
8522025-01-13T21:57:43.867Z Downloaded tokio-rustls v0.25.0
8532025-01-13T21:57:43.870Z Downloaded slog-stdlog v4.1.1
8542025-01-13T21:57:43.872Z Downloaded smallvec v0.6.14
8552025-01-13T21:57:43.873Z Downloaded phf v0.11.2
8562025-01-13T21:57:43.875Z Downloaded toml_edit v0.19.15
8572025-01-13T21:57:43.892Z Downloaded derive_builder_core v0.20.2
8582025-01-13T21:57:43.896Z Downloaded derive_builder v0.20.2
8592025-01-13T21:57:43.899Z Downloaded snafu-derive v0.8.5
8602025-01-13T21:57:43.901Z Downloaded unicode_categories v0.1.1
8612025-01-13T21:57:43.902Z Downloaded rustls-webpki v0.102.8
8622025-01-13T21:57:43.920Z Downloaded smallvec v1.13.2
8632025-01-13T21:57:43.923Z Downloaded slog-term v2.9.1
8642025-01-13T21:57:43.925Z Downloaded poly1305 v0.8.0
8652025-01-13T21:57:43.928Z Downloaded p256 v0.13.2
8662025-01-13T21:57:43.930Z Downloaded dropshot_endpoint v0.12.0
8672025-01-13T21:57:43.933Z Downloaded socket2 v0.5.7
8682025-01-13T21:57:43.936Z Downloaded quinn v0.11.5
8692025-01-13T21:57:43.939Z Downloaded russh v0.45.0
8702025-01-13T21:57:43.945Z Downloaded num-traits v0.2.19
8712025-01-13T21:57:43.948Z Downloaded tungstenite v0.24.0
8722025-01-13T21:57:43.952Z Downloaded rsa v0.9.6
8732025-01-13T21:57:43.956Z Downloaded lalrpop v0.19.12
8742025-01-13T21:57:43.969Z Downloaded unicode-bidi v0.3.17
8752025-01-13T21:57:43.972Z Downloaded idna v0.2.3
8762025-01-13T21:57:43.979Z Downloaded icu_properties_data v1.5.0
8772025-01-13T21:57:43.990Z Downloaded der v0.7.9
8782025-01-13T21:57:43.996Z Downloaded tokio-util v0.7.12
8792025-01-13T21:57:44.003Z Downloaded zerocopy-derive v0.8.10
8802025-01-13T21:57:44.009Z Downloaded reqwest v0.12.9
8812025-01-13T21:57:44.019Z Downloaded quick-xml v0.33.0
8822025-01-13T21:57:44.026Z Downloaded hashbrown v0.12.3
8832025-01-13T21:57:44.031Z Downloaded idna v0.5.0
8842025-01-13T21:57:44.039Z Downloaded serde_with v3.11.0
8852025-01-13T21:57:44.048Z Downloaded typed-path v0.9.3
8862025-01-13T21:57:44.055Z Downloaded unicode-segmentation v1.12.0
8872025-01-13T21:57:44.058Z Downloaded hashbrown v0.13.2
8882025-01-13T21:57:44.063Z Downloaded flate2 v1.0.34
8892025-01-13T21:57:44.069Z Downloaded ssh-key v0.6.6
8902025-01-13T21:57:44.078Z Downloaded reedline v0.35.0
8912025-01-13T21:57:44.085Z Downloaded winnow v0.5.40
8922025-01-13T21:57:44.095Z Downloaded vcpkg v0.2.15
8932025-01-13T21:57:44.134Z Downloaded unicode-normalization v0.1.24
8942025-01-13T21:57:44.137Z Downloaded p521 v0.13.3
8952025-01-13T21:57:44.141Z Downloaded portable-atomic v1.9.0
8962025-01-13T21:57:44.148Z Downloaded time v0.3.36
8972025-01-13T21:57:44.155Z Downloaded gimli v0.31.1
8982025-01-13T21:57:44.175Z Downloaded proptest v1.5.0
8992025-01-13T21:57:44.182Z Downloaded object v0.30.4
9002025-01-13T21:57:44.194Z Downloaded regex-syntax v0.6.29
9012025-01-13T21:57:44.205Z Downloaded smoltcp v0.9.1
9022025-01-13T21:57:44.219Z Downloaded webpki-roots v0.26.6
9032025-01-13T21:57:44.223Z Downloaded trust-dns-proto v0.22.0
9042025-01-13T21:57:44.235Z Downloaded sqlparser v0.45.0
9052025-01-13T21:57:44.241Z Downloaded bstr v1.10.0
9062025-01-13T21:57:44.253Z Downloaded git2 v0.19.0
9072025-01-13T21:57:44.261Z Downloaded p384 v0.13.0
9082025-01-13T21:57:44.267Z Downloaded radix_trie v0.2.1
9092025-01-13T21:57:44.272Z Downloaded petname v2.0.2
9102025-01-13T21:57:44.277Z Downloaded regress v0.10.1
9112025-01-13T21:57:44.285Z Downloaded openapiv3 v2.0.0
9122025-01-13T21:57:44.295Z Downloaded nix v0.27.1
9132025-01-13T21:57:44.305Z Downloaded smoltcp v0.11.0
9142025-01-13T21:57:44.318Z Downloaded regex v1.11.1
9152025-01-13T21:57:44.331Z Downloaded nix v0.28.0
9162025-01-13T21:57:44.343Z Downloaded nix v0.29.0
9172025-01-13T21:57:44.354Z Downloaded unicode-width v0.2.0
9182025-01-13T21:57:44.359Z Downloaded polar-core v0.27.3
9192025-01-13T21:57:44.368Z Downloaded dropshot v0.12.0
9202025-01-13T21:57:44.387Z Downloaded rustls v0.23.19
9212025-01-13T21:57:44.398Z Downloaded typify-impl v0.2.0
9222025-01-13T21:57:44.412Z Downloaded object v0.36.5
9232025-01-13T21:57:44.423Z Downloaded dropshot v0.13.0
9242025-01-13T21:57:44.444Z Downloaded diesel v2.2.6
9252025-01-13T21:57:44.462Z Downloaded sled v0.34.7
9262025-01-13T21:57:44.471Z Downloaded rustls v0.21.12
9272025-01-13T21:57:44.483Z Downloaded zerocopy-derive v0.6.6
9282025-01-13T21:57:44.492Z Downloaded rustls v0.22.4
9292025-01-13T21:57:44.505Z Downloaded regex-syntax v0.8.5
9302025-01-13T21:57:44.513Z Downloaded bzip2-sys v0.1.11+1.0.8
9312025-01-13T21:57:44.526Z Downloaded chrono-tz v0.10.0
9322025-01-13T21:57:44.533Z Downloaded regress v0.9.1
9332025-01-13T21:57:44.542Z Downloaded openssl v0.10.66
9342025-01-13T21:57:44.551Z Downloaded ratatui v0.28.1
9352025-01-13T21:57:44.570Z Downloaded zerocopy v0.8.10
9362025-01-13T21:57:44.592Z Downloaded curve25519-dalek v4.1.3
9372025-01-13T21:57:44.602Z Downloaded rusqlite v0.32.1
9382025-01-13T21:57:44.608Z Downloaded regex-automata v0.4.8
9392025-01-13T21:57:44.626Z Downloaded idna v0.3.0
9402025-01-13T21:57:44.632Z Downloaded lzma-sys v0.1.20
9412025-01-13T21:57:44.661Z Downloaded rayon-core v1.12.1
9422025-01-13T21:57:44.665Z Downloaded petgraph v0.6.5
9432025-01-13T21:57:44.682Z Downloaded tokio v1.40.0
9442025-01-13T21:57:44.718Z Downloaded csv v1.3.0
9452025-01-13T21:57:44.737Z Downloaded libz-sys v1.1.20
9462025-01-13T21:57:44.757Z Downloaded nom v7.1.3
9472025-01-13T21:57:44.762Z Downloaded chrono v0.4.38
9482025-01-13T21:57:44.769Z Downloaded salty v0.3.0
9492025-01-13T21:57:44.776Z Downloaded quinn-proto v0.11.8
9502025-01-13T21:57:44.782Z Downloaded h2 v0.4.6
9512025-01-13T21:57:44.789Z Downloaded bitvec v1.0.1
9522025-01-13T21:57:44.805Z Downloaded sha3 v0.10.8
9532025-01-13T21:57:44.810Z Downloaded bindgen v0.69.5
9542025-01-13T21:57:44.817Z Downloaded unicode-properties v0.1.3
9552025-01-13T21:57:44.820Z Downloaded derive-where v1.2.7
9562025-01-13T21:57:44.823Z Downloaded rand v0.8.5
9572025-01-13T21:57:44.827Z Downloaded futures-util v0.3.31
9582025-01-13T21:57:44.839Z Downloaded tls_codec v0.4.1
9592025-01-13T21:57:44.842Z Downloaded num v0.4.3
9602025-01-13T21:57:44.845Z Downloaded heck v0.3.3
9612025-01-13T21:57:44.845Z Downloaded hkdf v0.12.4
9622025-01-13T21:57:44.847Z Downloaded structmeta v0.2.0
9632025-01-13T21:57:44.847Z Downloaded strip-ansi-escapes v0.2.0
9642025-01-13T21:57:44.850Z Downloaded stable_deref_trait v1.2.0
9652025-01-13T21:57:44.850Z Downloaded ssh-encoding v0.2.0
9662025-01-13T21:57:44.853Z Downloaded der_derive v0.7.3
9672025-01-13T21:57:44.853Z Downloaded rusty-fork v0.3.0
9682025-01-13T21:57:44.855Z Downloaded fallible-streaming-iterator v0.1.9
9692025-01-13T21:57:44.855Z Downloaded time-macros v0.2.18
9702025-01-13T21:57:44.857Z Downloaded r2d2 v0.8.10
9712025-01-13T21:57:44.860Z Downloaded zopfli v0.8.1
9722025-01-13T21:57:44.862Z Downloaded hex v0.4.3
9732025-01-13T21:57:44.862Z Downloaded unicode-xid v0.2.6
9742025-01-13T21:57:44.871Z Downloaded unicode-truncate v1.1.0
9752025-01-13T21:57:44.871Z Downloaded omicron-zone-package v0.12.0
9762025-01-13T21:57:44.871Z Downloaded parse-size v1.1.0
9772025-01-13T21:57:44.871Z Downloaded openssl-probe v0.1.5
9782025-01-13T21:57:44.871Z Downloaded openssl-macros v0.1.1
9792025-01-13T21:57:44.880Z Downloaded zerofrom v0.1.4
9802025-01-13T21:57:44.880Z Downloaded num-bigint v0.4.6
9812025-01-13T21:57:44.880Z Downloaded expectorate v1.1.0
9822025-01-13T21:57:44.880Z Downloaded rustls-webpki v0.101.7
9832025-01-13T21:57:44.895Z Downloaded serde_yaml v0.9.34+deprecated
9842025-01-13T21:57:44.898Z Downloaded publicsuffix v2.2.3
9852025-01-13T21:57:44.901Z Downloaded rand_xorshift v0.3.0
9862025-01-13T21:57:44.903Z Downloaded rand_seeder v0.3.0
9872025-01-13T21:57:44.903Z Downloaded radium v0.7.0
9882025-01-13T21:57:44.906Z Downloaded quinn-udp v0.5.5
9892025-01-13T21:57:44.906Z Downloaded postgres-protocol v0.6.7
9902025-01-13T21:57:44.908Z Downloaded postcard v1.0.10
9912025-01-13T21:57:44.911Z Downloaded globset v0.4.15
9922025-01-13T21:57:44.911Z Downloaded tokio-tungstenite v0.24.0
9932025-01-13T21:57:44.914Z Downloaded pkcs5 v0.7.1
9942025-01-13T21:57:44.917Z Downloaded rustyline v14.0.0
9952025-01-13T21:57:44.922Z Downloaded encoding_rs v0.8.34
9962025-01-13T21:57:44.946Z Downloaded itertools v0.13.0
9972025-01-13T21:57:44.955Z Downloaded parking_lot v0.12.3
9982025-01-13T21:57:44.957Z Downloaded hashlink v0.9.1
9992025-01-13T21:57:44.962Z Downloaded fatfs v0.3.6
10002025-01-13T21:57:44.964Z Downloaded ed25519-dalek v2.1.1
10012025-01-13T21:57:44.967Z Downloaded tough v0.19.0
10022025-01-13T21:57:44.973Z Downloaded libxml v0.3.3
10032025-01-13T21:57:44.979Z Downloaded polyval v0.6.2
10042025-01-13T21:57:44.982Z Downloaded zone v0.3.0
10052025-01-13T21:57:44.982Z Downloaded signal-hook-registry v1.4.2
10062025-01-13T21:57:44.984Z Downloaded pin-project-lite v0.2.14
10072025-01-13T21:57:44.987Z Downloaded phf_codegen v0.11.2
10082025-01-13T21:57:44.990Z Downloaded defmt v0.3.8
10092025-01-13T21:57:44.993Z Downloaded zerofrom-derive v0.1.4
10102025-01-13T21:57:44.996Z Downloaded ron v0.8.1
10112025-01-13T21:57:45.002Z Downloaded openssl-sys v0.9.103
10122025-01-13T21:57:45.006Z Downloaded libm v0.2.8
10132025-01-13T21:57:45.013Z Downloaded itertools v0.12.1
10142025-01-13T21:57:45.020Z Downloaded libgit2-sys v0.17.0+1.8.1
10152025-01-13T21:57:45.080Z Downloaded tokio-tungstenite v0.21.0
10162025-01-13T21:57:45.082Z Downloaded tokio-stream v0.1.16
10172025-01-13T21:57:45.086Z Downloaded tokio-rustls v0.26.0
10182025-01-13T21:57:45.089Z Downloaded futures v0.3.31
10192025-01-13T21:57:45.092Z Downloaded strum_macros v0.24.3
10202025-01-13T21:57:45.095Z Downloaded idna v1.0.3
10212025-01-13T21:57:45.098Z Downloaded rustfmt-wrapper v0.2.1
10222025-01-13T21:57:45.101Z Downloaded serde_urlencoded v0.7.1
10232025-01-13T21:57:45.101Z Downloaded value-bag v1.9.0
10242025-01-13T21:57:45.104Z Downloaded uuid v1.11.0
10252025-01-13T21:57:45.107Z Downloaded displaydoc v0.2.5
10262025-01-13T21:57:45.110Z Downloaded predicates v3.1.2
10272025-01-13T21:57:45.113Z Downloaded postgres-types v0.2.8
10282025-01-13T21:57:45.115Z Downloaded crossterm v0.28.1
10292025-01-13T21:57:45.122Z Downloaded tungstenite v0.23.0
10302025-01-13T21:57:45.125Z Downloaded tungstenite v0.21.0
10312025-01-13T21:57:45.129Z Downloaded vte v0.11.1
10322025-01-13T21:57:45.132Z Downloaded vsss-rs v3.3.4
10332025-01-13T21:57:45.134Z Downloaded uzers v0.12.1
10342025-01-13T21:57:45.137Z Downloaded tracing-core v0.1.32
10352025-01-13T21:57:45.140Z Downloaded tar v0.4.42
10362025-01-13T21:57:45.143Z Downloaded num_enum_derive v0.5.11
10372025-01-13T21:57:45.143Z Downloaded snafu v0.8.5
10382025-01-13T21:57:45.147Z Downloaded tokio-rustls v0.24.1
10392025-01-13T21:57:45.150Z Downloaded zerocopy v0.6.6
10402025-01-13T21:57:45.153Z Downloaded rcgen v0.12.1
10412025-01-13T21:57:45.155Z Downloaded prettyplease v0.2.25
10422025-01-13T21:57:45.158Z Downloaded heapless v0.8.0
10432025-01-13T21:57:45.162Z Downloaded heapless v0.7.17
10442025-01-13T21:57:45.166Z Downloaded flume v0.11.1
10452025-01-13T21:57:45.170Z Downloaded steno v0.4.1
10462025-01-13T21:57:45.175Z Downloaded mio v1.0.2
10472025-01-13T21:57:45.180Z Downloaded minimal-lexical v0.2.1
10482025-01-13T21:57:45.185Z Downloaded pem-rfc7468 v0.7.0
10492025-01-13T21:57:45.191Z Downloaded peg-macros v0.8.4
10502025-01-13T21:57:45.194Z Downloaded waitgroup v0.1.2
10512025-01-13T21:57:45.194Z Downloaded futures-io v0.3.31
10522025-01-13T21:57:45.194Z Downloaded futures-core v0.3.31
10532025-01-13T21:57:45.194Z Downloaded ff v0.13.0
10542025-01-13T21:57:45.194Z Downloaded fd-lock v4.0.2
10552025-01-13T21:57:45.198Z Downloaded utf8_iter v1.0.4
10562025-01-13T21:57:45.198Z Downloaded utf16_iter v1.0.5
10572025-01-13T21:57:45.198Z Downloaded num-rational v0.4.2
10582025-01-13T21:57:45.201Z Downloaded native-tls v0.2.12
10592025-01-13T21:57:45.201Z Downloaded parking_lot_core v0.9.10
10602025-01-13T21:57:45.203Z Downloaded parking_lot_core v0.8.6
10612025-01-13T21:57:45.206Z Downloaded half v2.4.1
10622025-01-13T21:57:45.209Z Downloaded tracing v0.1.40
10632025-01-13T21:57:45.211Z Downloaded tracing-attributes v0.1.27
10642025-01-13T21:57:45.214Z Downloaded term v0.7.0
10652025-01-13T21:57:45.217Z Downloaded pem v3.0.4
10662025-01-13T21:57:45.219Z Downloaded foreign-types-macros v0.2.3
10672025-01-13T21:57:45.219Z Downloaded diff v0.1.13
10682025-01-13T21:57:45.223Z Downloaded ena v0.14.3
10692025-01-13T21:57:45.226Z Downloaded unsafe-libyaml v0.2.11
10702025-01-13T21:57:45.228Z Downloaded password-hash v0.4.2
10712025-01-13T21:57:45.231Z Downloaded env_logger v0.10.2
10722025-01-13T21:57:45.234Z Downloaded miniz_oxide v0.8.0
10732025-01-13T21:57:45.236Z Downloaded const_format v0.2.33
10742025-01-13T21:57:45.240Z Downloaded des v0.8.1
10752025-01-13T21:57:45.242Z Downloaded bumpalo v3.16.0
10762025-01-13T21:57:45.245Z Downloaded schemars_derive v0.8.21
10772025-01-13T21:57:45.247Z Downloaded same-file v1.0.6
10782025-01-13T21:57:45.248Z Downloaded slog-envlogger v2.2.0
10792025-01-13T21:57:45.250Z Downloaded rustc_version v0.4.1
10802025-01-13T21:57:45.250Z Downloaded rustc_version v0.1.7
10812025-01-13T21:57:45.253Z Downloaded rfc6979 v0.4.0
10822025-01-13T21:57:45.253Z Downloaded rand_core v0.6.4
10832025-01-13T21:57:45.256Z Downloaded dirs-next v2.0.0
10842025-01-13T21:57:45.256Z Downloaded subprocess v0.2.9
10852025-01-13T21:57:45.259Z Downloaded pkcs8 v0.10.2
10862025-01-13T21:57:45.261Z Downloaded paste v1.0.15
10872025-01-13T21:57:45.264Z Downloaded nodrop v0.1.14
10882025-01-13T21:57:45.264Z Downloaded mockall_derive v0.13.0
10892025-01-13T21:57:45.267Z Downloaded memmap2 v0.9.5
10902025-01-13T21:57:45.267Z Downloaded enum-as-inner v0.6.1
10912025-01-13T21:57:45.269Z Downloaded icu_locid v1.5.0
10922025-01-13T21:57:45.272Z Downloaded difflib v0.4.0
10932025-01-13T21:57:45.275Z Downloaded strum_macros v0.26.4
10942025-01-13T21:57:45.278Z Downloaded indexmap v1.9.3
10952025-01-13T21:57:45.281Z Downloaded icu_locid_transform_data v1.5.0
10962025-01-13T21:57:45.281Z Downloaded crossbeam-utils v0.8.20
10972025-01-13T21:57:45.284Z Downloaded zeroize_derive v1.4.2
10982025-01-13T21:57:45.286Z Downloaded httparse v1.9.5
10992025-01-13T21:57:45.289Z Downloaded highway v1.2.0
11002025-01-13T21:57:45.289Z Downloaded rtoolbox v0.0.2
11012025-01-13T21:57:45.292Z Downloaded libloading v0.8.5
11022025-01-13T21:57:45.295Z Downloaded kstat-rs v0.2.4
11032025-01-13T21:57:45.297Z Downloaded opaque-debug v0.3.1
11042025-01-13T21:57:45.298Z Downloaded cookie v0.18.1
11052025-01-13T21:57:45.300Z Downloaded bytes v1.8.0
11062025-01-13T21:57:45.303Z Downloaded chacha20poly1305 v0.10.1
11072025-01-13T21:57:45.306Z Downloaded untrusted v0.7.1
11082025-01-13T21:57:45.306Z Downloaded typify-macro v0.2.0
11092025-01-13T21:57:45.306Z Downloaded icu_properties v1.5.1
11102025-01-13T21:57:45.309Z Downloaded hyper-util v0.1.10
11112025-01-13T21:57:45.313Z Downloaded const-oid v0.9.6
11122025-01-13T21:57:45.315Z Downloaded darling v0.20.10
11132025-01-13T21:57:45.319Z Downloaded tls_codec_derive v0.4.1
11142025-01-13T21:57:45.321Z Downloaded lalrpop-util v0.19.12
11152025-01-13T21:57:45.321Z Downloaded impl-trait-for-tuples v0.2.2
11162025-01-13T21:57:45.324Z Downloaded hubpack v0.1.2
11172025-01-13T21:57:45.328Z Downloaded base64 v0.13.1
11182025-01-13T21:57:45.331Z Downloaded allocator-api2 v0.2.18
11192025-01-13T21:57:45.333Z Downloaded strum_macros v0.25.3
11202025-01-13T21:57:45.336Z Downloaded lru-cache v0.1.2
11212025-01-13T21:57:45.340Z Downloaded http-body-util v0.1.2
11222025-01-13T21:57:45.340Z Downloaded hostname v0.4.0
11232025-01-13T21:57:45.340Z Downloaded memoffset v0.9.1
11242025-01-13T21:57:45.343Z Downloaded keccak v0.1.5
11252025-01-13T21:57:45.343Z Downloaded httpdate v1.0.3
11262025-01-13T21:57:45.343Z Downloaded hostname v0.3.1
11272025-01-13T21:57:45.346Z Downloaded maplit v1.0.2
11282025-01-13T21:57:45.346Z Downloaded http-range v0.1.5
11292025-01-13T21:57:45.346Z Downloaded linear-map v1.2.0
11302025-01-13T21:57:45.349Z Downloaded libsw v3.3.1
11312025-01-13T21:57:45.352Z Downloaded home v0.5.9
11322025-01-13T21:57:45.352Z Downloaded hex-literal v0.4.1
11332025-01-13T21:57:45.352Z Downloaded sec1 v0.7.3
11342025-01-13T21:57:45.356Z Downloaded instability v0.3.2
11352025-01-13T21:57:45.356Z Downloaded indent_write v2.2.0
11362025-01-13T21:57:45.356Z Downloaded inout v0.1.3
11372025-01-13T21:57:45.358Z Downloaded console v0.15.8
11382025-01-13T21:57:45.361Z Downloaded async-stream v0.3.6
11392025-01-13T21:57:45.363Z Downloaded async-bb8-diesel v0.2.1
11402025-01-13T21:57:45.366Z Downloaded blowfish v0.9.1
11412025-01-13T21:57:45.366Z Downloaded bitfield v0.14.0
11422025-01-13T21:57:45.369Z Downloaded backoff v0.4.0
11432025-01-13T21:57:45.371Z Downloaded async-trait v0.1.83
11442025-01-13T21:57:45.374Z Downloaded bcrypt-pbkdf v0.10.0
11452025-01-13T21:57:45.374Z Downloaded arrayvec v0.7.6
11462025-01-13T21:57:45.378Z Downloaded ciborium-ll v0.2.2
11472025-01-13T21:57:45.378Z Downloaded buf-list v1.0.3
11482025-01-13T21:57:45.380Z Downloaded crc v3.2.1
11492025-01-13T21:57:45.383Z Downloaded cobs v0.2.3
11502025-01-13T21:57:45.386Z Downloaded cassowary v0.3.0
11512025-01-13T21:57:45.386Z Downloaded arrayref v0.3.9
11522025-01-13T21:57:45.386Z Downloaded aead v0.5.2
11532025-01-13T21:57:45.421Z Downloaded ring v0.17.8
11542025-01-13T21:57:45.531Z Downloaded libsqlite3-sys v0.30.1
11552025-01-13T21:57:45.777Z Downloaded aws-lc-sys v0.22.0
11562025-01-13T21:57:46.073Z Compiling serde v1.0.215
11572025-01-13T21:57:46.076Z Compiling lock_api v0.4.12
11582025-01-13T21:57:46.076Z Compiling scopeguard v1.2.0
11592025-01-13T21:57:46.076Z Compiling value-bag v1.9.0
11602025-01-13T21:57:46.076Z Compiling typenum v1.17.0
11612025-01-13T21:57:46.076Z Compiling generic-array v0.14.7
11622025-01-13T21:57:46.264Z Compiling syn v2.0.87
11632025-01-13T21:57:46.278Z Compiling getrandom v0.2.15
11642025-01-13T21:57:46.337Z Compiling shlex v1.3.0
11652025-01-13T21:57:46.555Z Compiling rand_core v0.6.4
11662025-01-13T21:57:46.679Z Compiling log v0.4.22
11672025-01-13T21:57:46.775Z Compiling subtle v2.6.1
11682025-01-13T21:57:46.802Z Compiling jobserver v0.1.32
11692025-01-13T21:57:46.822Z Compiling const-oid v0.9.6
11702025-01-13T21:57:47.079Z Compiling smallvec v1.13.2
11712025-01-13T21:57:47.082Z Compiling spin v0.9.8
11722025-01-13T21:57:47.112Z Compiling pin-project-lite v0.2.14
11732025-01-13T21:57:47.242Z Compiling cc v1.1.30
11742025-01-13T21:57:47.462Z Compiling rustix v0.38.37
11752025-01-13T21:57:47.481Z Compiling parking_lot_core v0.9.10
11762025-01-13T21:57:47.517Z Compiling futures-core v0.3.31
11772025-01-13T21:57:47.733Z Compiling signal-hook-registry v1.4.2
11782025-01-13T21:57:47.774Z Compiling mio v1.0.2
11792025-01-13T21:57:48.372Z Compiling parking_lot v0.12.3
11802025-01-13T21:57:48.569Z Compiling aho-corasick v1.1.3
11812025-01-13T21:57:48.588Z Compiling cpufeatures v0.2.14
11822025-01-13T21:57:48.688Z Compiling regex-syntax v0.8.5
11832025-01-13T21:57:48.767Z Compiling either v1.13.0
11842025-01-13T21:57:48.889Z Compiling lazy_static v1.5.0
11852025-01-13T21:57:48.956Z Compiling futures-sink v0.3.31
11862025-01-13T21:57:49.005Z Compiling glob v0.3.1
11872025-01-13T21:57:49.101Z Compiling stable_deref_trait v1.2.0
11882025-01-13T21:57:49.296Z Compiling socket2 v0.5.7
11892025-01-13T21:57:49.319Z Compiling slab v0.4.9
11902025-01-13T21:57:49.371Z Compiling prettyplease v0.2.25
11912025-01-13T21:57:49.727Z Compiling serde_json v1.0.133
11922025-01-13T21:57:49.765Z Compiling minimal-lexical v0.2.1
11932025-01-13T21:57:50.038Z Compiling clang-sys v1.8.1
11942025-01-13T21:57:50.290Z Compiling nom v7.1.3
11952025-01-13T21:57:50.309Z Compiling libloading v0.8.5
11962025-01-13T21:57:50.380Z Compiling home v0.5.9
11972025-01-13T21:57:50.651Z Compiling bindgen v0.69.5
11982025-01-13T21:57:50.770Z Compiling itertools v0.12.1
11992025-01-13T21:57:51.491Z Compiling futures-channel v0.3.31
12002025-01-13T21:57:51.661Z Compiling foldhash v0.1.3
12012025-01-13T21:57:51.934Z Compiling libm v0.2.8
12022025-01-13T21:57:51.998Z Compiling allocator-api2 v0.2.18
12032025-01-13T21:57:52.284Z Compiling rustc-hash v1.1.0
12042025-01-13T21:57:52.440Z Compiling futures-io v0.3.31
12052025-01-13T21:57:52.772Z Compiling regex-automata v0.4.8
12062025-01-13T21:57:52.833Z Compiling pin-utils v0.1.0
12072025-01-13T21:57:52.935Z Compiling futures-task v0.3.31
12082025-01-13T21:57:53.228Z Compiling lazycell v1.3.0
12092025-01-13T21:57:53.390Z Compiling hashbrown v0.15.1
12102025-01-13T21:57:53.942Z Compiling synstructure v0.13.1
12112025-01-13T21:57:54.396Z Compiling cexpr v0.6.0
12122025-01-13T21:57:54.826Z Compiling cmake v0.1.51
12132025-01-13T21:57:55.640Z Compiling num-traits v0.2.19
12142025-01-13T21:57:55.731Z Compiling pkg-config v0.3.31
12152025-01-13T21:57:55.849Z Compiling fs_extra v1.3.0
12162025-01-13T21:57:55.919Z Compiling dunce v1.0.5
12172025-01-13T21:57:56.051Z Compiling tinyvec_macros v0.1.1
12182025-01-13T21:57:56.150Z Compiling tinyvec v1.8.0
12192025-01-13T21:57:56.436Z Compiling ring v0.17.8
12202025-01-13T21:57:57.230Z Compiling litemap v0.7.3
12212025-01-13T21:57:57.315Z Compiling writeable v0.5.5
12222025-01-13T21:57:57.573Z Compiling unicode-normalization v0.1.24
12232025-01-13T21:57:57.649Z Compiling paste v1.0.15
12242025-01-13T21:57:57.820Z Compiling base64ct v1.6.0
12252025-01-13T21:57:57.878Z Compiling unicode-bidi v0.3.17
12262025-01-13T21:57:58.386Z Compiling regex v1.11.1
12272025-01-13T21:57:58.696Z Compiling pem-rfc7468 v0.7.0
12282025-01-13T21:57:59.340Z Compiling aws-lc-rs v1.10.0
12292025-01-13T21:57:59.409Z Compiling httparse v1.9.5
12302025-01-13T21:57:59.462Z Compiling flagset v0.4.6
12312025-01-13T21:57:59.679Z Compiling tracing-core v0.1.32
12322025-01-13T21:57:59.777Z Compiling crossbeam-utils v0.8.20
12332025-01-13T21:58:00.204Z Compiling percent-encoding v2.3.1
12342025-01-13T21:58:00.365Z Compiling icu_locid_transform_data v1.5.0
12352025-01-13T21:58:00.472Z Compiling rustls-pki-types v1.10.0
12362025-01-13T21:58:00.782Z Compiling time-core v0.1.2
12372025-01-13T21:58:00.853Z Compiling serde_derive v1.0.215
12382025-01-13T21:58:00.970Z Compiling zeroize_derive v1.4.2
12392025-01-13T21:58:01.040Z Compiling zerocopy-derive v0.7.35
12402025-01-13T21:58:01.303Z Compiling tokio-macros v2.4.0
12412025-01-13T21:58:01.504Z Compiling zerofrom-derive v0.1.4
12422025-01-13T21:58:02.524Z Compiling zeroize v1.8.1
12432025-01-13T21:58:02.901Z Compiling thiserror-impl v1.0.69
12442025-01-13T21:58:03.075Z Compiling yoke-derive v0.7.4
12452025-01-13T21:58:03.342Z Compiling zerocopy v0.7.35
12462025-01-13T21:58:04.040Z Compiling zerovec-derive v0.10.3
12472025-01-13T21:58:04.279Z Compiling crypto-common v0.1.6
12482025-01-13T21:58:04.530Z Compiling block-buffer v0.10.4
12492025-01-13T21:58:04.796Z Compiling digest v0.10.7
12502025-01-13T21:58:05.041Z Compiling futures-macro v0.3.31
12512025-01-13T21:58:05.295Z Compiling hmac v0.12.1
12522025-01-13T21:58:05.548Z Compiling block-padding v0.3.3
12532025-01-13T21:58:05.622Z Compiling displaydoc v0.2.5
12542025-01-13T21:58:05.679Z Compiling zerofrom v0.1.4
12552025-01-13T21:58:05.794Z Compiling inout v0.1.3
12562025-01-13T21:58:05.920Z Compiling sha2 v0.10.8
12572025-01-13T21:58:06.087Z Compiling cipher v0.4.4
12582025-01-13T21:58:06.242Z Compiling yoke v0.7.4
12592025-01-13T21:58:06.267Z Compiling thiserror v1.0.69
12602025-01-13T21:58:06.410Z Compiling ppv-lite86 v0.2.20
12612025-01-13T21:58:06.597Z Compiling der_derive v0.7.3
12622025-01-13T21:58:06.616Z Compiling icu_provider_macros v1.5.0
12632025-01-13T21:58:06.850Z Compiling zerovec v0.10.4
12642025-01-13T21:58:06.998Z Compiling futures-util v0.3.31
12652025-01-13T21:58:07.240Z Compiling rand_chacha v0.3.1
12662025-01-13T21:58:07.289Z Compiling tracing-attributes v0.1.27
12672025-01-13T21:58:07.772Z Compiling rand v0.8.5
12682025-01-13T21:58:09.115Z Compiling tinystr v0.7.6
12692025-01-13T21:58:09.185Z Compiling der v0.7.9
12702025-01-13T21:58:09.486Z Compiling icu_collections v1.5.0
12712025-01-13T21:58:09.618Z Compiling icu_locid v1.5.0
12722025-01-13T21:58:09.639Z Compiling salsa20 v0.10.2
12732025-01-13T21:58:09.877Z Compiling pest v2.7.14
12742025-01-13T21:58:10.078Z Compiling pbkdf2 v0.12.2
12752025-01-13T21:58:10.268Z Compiling icu_properties_data v1.5.0
12762025-01-13T21:58:10.525Z Compiling mirai-annotations v1.12.0
12772025-01-13T21:58:10.701Z Compiling untrusted v0.9.0
12782025-01-13T21:58:10.893Z Compiling icu_provider v1.5.0
12792025-01-13T21:58:10.913Z Compiling powerfmt v0.2.0
12802025-01-13T21:58:11.106Z Compiling tracing v0.1.40
12812025-01-13T21:58:11.336Z Compiling spki v0.7.3
12822025-01-13T21:58:11.601Z Compiling num-conv v0.1.0
12832025-01-13T21:58:11.734Z Compiling icu_locid_transform v1.5.0
12842025-01-13T21:58:11.896Z Compiling vcpkg v0.2.15
12852025-01-13T21:58:12.020Z Compiling untrusted v0.7.1
12862025-01-13T21:58:12.073Z Compiling time-macros v0.2.18
12872025-01-13T21:58:12.205Z Compiling deranged v0.3.11
12882025-01-13T21:58:12.613Z Compiling pest_meta v2.7.14
12892025-01-13T21:58:12.903Z Compiling icu_properties v1.5.1
12902025-01-13T21:58:14.120Z Compiling scrypt v0.11.0
12912025-01-13T21:58:14.151Z Compiling openssl-sys v0.9.103
12922025-01-13T21:58:14.482Z Compiling aes v0.8.4
12932025-01-13T21:58:14.721Z Compiling cbc v0.1.2
12942025-01-13T21:58:14.967Z Compiling bitflags v2.6.0
12952025-01-13T21:58:15.189Z Compiling bytes v1.8.0
12962025-01-13T21:58:15.479Z Compiling indexmap v2.6.0
12972025-01-13T21:58:16.552Z Compiling tokio v1.40.0
12982025-01-13T21:58:16.983Z Compiling http v1.1.0
12992025-01-13T21:58:17.004Z Compiling semver v1.0.23
13002025-01-13T21:58:17.281Z Compiling scroll_derive v0.12.0
13012025-01-13T21:58:17.746Z Compiling rustc_version v0.4.1
13022025-01-13T21:58:17.812Z Compiling utf16_iter v1.0.5
13032025-01-13T21:58:18.029Z Compiling num_threads v0.1.7
13042025-01-13T21:58:18.166Z Compiling utf8_iter v1.0.4
13052025-01-13T21:58:18.411Z Compiling atomic-waker v1.1.2
13062025-01-13T21:58:18.519Z Compiling icu_normalizer_data v1.5.0
13072025-01-13T21:58:18.601Z Compiling write16 v1.0.0
13082025-01-13T21:58:18.622Z Compiling http-body v1.0.1
13092025-01-13T21:58:18.659Z Compiling time v0.3.36
13102025-01-13T21:58:18.733Z Compiling icu_normalizer v1.5.0
13112025-01-13T21:58:18.791Z Compiling scroll v0.12.0
13122025-01-13T21:58:18.836Z Compiling pkcs5 v0.7.1
13132025-01-13T21:58:19.153Z Compiling which v4.4.2
13142025-01-13T21:58:19.362Z Compiling pest_generator v2.7.14
13152025-01-13T21:58:19.426Z Compiling form_urlencoded v1.2.1
13162025-01-13T21:58:19.833Z Compiling try-lock v0.2.5
13172025-01-13T21:58:19.984Z Compiling slog v2.7.0
13182025-01-13T21:58:20.098Z Compiling goblin v0.8.2
13192025-01-13T21:58:20.572Z Compiling want v0.3.1
13202025-01-13T21:58:20.640Z Compiling idna_adapter v1.2.0
13212025-01-13T21:58:20.857Z Compiling pkcs8 v0.10.2
13222025-01-13T21:58:20.876Z Compiling uuid v1.11.0
13232025-01-13T21:58:20.881Z Compiling httpdate v1.0.3
13242025-01-13T21:58:21.377Z Compiling iana-time-zone v0.1.61
13252025-01-13T21:58:21.404Z Compiling pest_derive v2.7.14
13262025-01-13T21:58:21.587Z Compiling chrono v0.4.38
13272025-01-13T21:58:21.840Z Compiling idna v1.0.3
13282025-01-13T21:58:22.197Z Compiling dtrace-parser v0.2.0
13292025-01-13T21:58:23.099Z Compiling serde_tokenstream v0.2.2
13302025-01-13T21:58:23.691Z Compiling serde_spanned v0.6.8
13312025-01-13T21:58:23.725Z Compiling toml_datetime v0.6.8
13322025-01-13T21:58:23.917Z Compiling rustversion v1.0.17
13332025-01-13T21:58:23.967Z Compiling base64 v0.22.1
13342025-01-13T21:58:24.259Z Compiling foreign-types-shared v0.1.1
13352025-01-13T21:58:24.378Z Compiling openssl v0.10.66
13362025-01-13T21:58:24.381Z Compiling adler2 v2.0.0
13372025-01-13T21:58:24.616Z Compiling match_cfg v0.1.0
13382025-01-13T21:58:24.643Z Compiling tower-service v0.3.3
13392025-01-13T21:58:24.717Z Compiling hostname v0.3.1
13402025-01-13T21:58:24.762Z Compiling miniz_oxide v0.8.0
13412025-01-13T21:58:24.801Z Compiling foreign-types v0.3.2
13422025-01-13T21:58:24.820Z Compiling url v2.5.3
13432025-01-13T21:58:24.954Z Compiling tokio-util v0.7.12
13442025-01-13T21:58:25.293Z Compiling openssl-macros v0.1.1
13452025-01-13T21:58:26.071Z Compiling h2 v0.4.6
13462025-01-13T21:58:26.235Z Compiling dof v0.3.0
13472025-01-13T21:58:26.299Z Compiling async-trait v0.1.83
13482025-01-13T21:58:26.387Z Compiling serde_derive_internals v0.29.1
13492025-01-13T21:58:26.775Z Compiling dirs-sys-next v0.1.2
13502025-01-13T21:58:27.427Z Compiling usdt-impl v0.5.0
13512025-01-13T21:58:28.427Z Compiling data-encoding v2.6.0
13522025-01-13T21:58:29.008Z Compiling siphasher v0.3.11
13532025-01-13T21:58:29.092Z Compiling syn v1.0.109
13542025-01-13T21:58:29.139Z Compiling native-tls v0.2.12
13552025-01-13T21:58:29.423Z Compiling schemars v0.8.21
13562025-01-13T21:58:29.489Z Compiling rustls v0.22.4
13572025-01-13T21:58:29.757Z Compiling rustls v0.23.19
13582025-01-13T21:58:29.864Z Compiling schemars_derive v0.8.21
13592025-01-13T21:58:29.892Z Compiling dirs-next v2.0.0
13602025-01-13T21:58:30.433Z Compiling http-body-util v0.1.2
13612025-01-13T21:58:30.884Z Compiling crossbeam-epoch v0.9.18
13622025-01-13T21:58:30.936Z Compiling heapless v0.7.17
13632025-01-13T21:58:31.370Z Compiling sha1 v0.10.6
13642025-01-13T21:58:31.492Z Compiling signature v2.2.0
13652025-01-13T21:58:31.665Z Compiling bzip2-sys v0.1.11+1.0.8
13662025-01-13T21:58:31.784Z Compiling thread_local v1.1.8
13672025-01-13T21:58:31.803Z Compiling multer v3.1.0
13682025-01-13T21:58:32.074Z Compiling encoding_rs v0.8.34
13692025-01-13T21:58:32.147Z Compiling cookie v0.18.1
13702025-01-13T21:58:32.167Z Compiling mime v0.3.17
13712025-01-13T21:58:32.349Z Compiling signal-hook v0.3.17
13722025-01-13T21:58:32.415Z Compiling dyn-clone v1.0.17
13732025-01-13T21:58:32.608Z Compiling gimli v0.31.1
13742025-01-13T21:58:32.635Z Compiling slog-async v2.8.0
13752025-01-13T21:58:32.728Z Compiling openssl-probe v0.1.5
13762025-01-13T21:58:33.076Z Compiling hyper v1.5.0
13772025-01-13T21:58:33.139Z Compiling rayon-core v1.12.1
13782025-01-13T21:58:33.159Z Compiling ipnet v2.10.1
13792025-01-13T21:58:33.404Z Compiling unicode-properties v0.1.3
13802025-01-13T21:58:33.809Z Compiling stringprep v0.1.5
13812025-01-13T21:58:35.303Z Compiling toml_edit v0.22.22
13822025-01-13T21:58:36.574Z Compiling hyper-util v0.1.10
13832025-01-13T21:58:37.236Z Compiling addr2line v0.24.2
13842025-01-13T21:58:37.918Z Compiling crossbeam-deque v0.8.5
13852025-01-13T21:58:37.968Z Compiling usdt-attr-macro v0.5.0
13862025-01-13T21:58:38.254Z Compiling usdt-macro v0.5.0
13872025-01-13T21:58:38.342Z Compiling term v0.7.0
13882025-01-13T21:58:38.832Z Compiling slog-json v2.6.1
13892025-01-13T21:58:39.186Z Compiling serde_urlencoded v0.7.1
13902025-01-13T21:58:39.581Z Compiling crossbeam-channel v0.5.13
13912025-01-13T21:58:39.672Z Compiling curve25519-dalek v4.1.3
13922025-01-13T21:58:39.692Z Compiling futures-executor v0.3.31
13932025-01-13T21:58:39.782Z Compiling enum-as-inner v0.6.1
13942025-01-13T21:58:39.800Z Compiling md-5 v0.10.6
13952025-01-13T21:58:40.053Z Compiling rustls-pemfile v2.2.0
13962025-01-13T21:58:40.275Z Compiling async-stream-impl v0.3.6
13972025-01-13T21:58:40.296Z Compiling num-integer v0.1.46
13982025-01-13T21:58:40.404Z Compiling idna v0.3.0
13992025-01-13T21:58:40.705Z Compiling idna v0.4.0
14002025-01-13T21:58:40.836Z Compiling hash32 v0.2.1
14012025-01-13T21:58:41.098Z Compiling ff v0.13.0
14022025-01-13T21:58:41.219Z Compiling is-terminal v0.4.13
14032025-01-13T21:58:41.328Z Compiling object v0.36.5
14042025-01-13T21:58:41.355Z Compiling dropshot v0.12.0
14052025-01-13T21:58:41.642Z Compiling quick-error v1.2.3
14062025-01-13T21:58:41.690Z Compiling portable-atomic v1.9.0
14072025-01-13T21:58:41.798Z Compiling fallible-iterator v0.2.0
14082025-01-13T21:58:42.044Z Compiling base16ct v0.2.0
14092025-01-13T21:58:42.373Z Compiling anyhow v1.0.93
14102025-01-13T21:58:42.417Z Compiling rustc-demangle v0.1.24
14112025-01-13T21:58:42.516Z Compiling smoltcp v0.9.1
14122025-01-13T21:58:42.772Z Compiling psl-types v2.0.11
14132025-01-13T21:58:42.960Z Compiling linked-hash-map v0.5.6
14142025-01-13T21:58:43.001Z Compiling utf-8 v0.7.6
14152025-01-13T21:58:43.233Z Compiling take_mut v0.2.2
14162025-01-13T21:58:43.314Z Compiling num-bigint-dig v0.8.4
14172025-01-13T21:58:43.334Z Compiling lru-cache v0.1.2
14182025-01-13T21:58:43.434Z Compiling tungstenite v0.24.0
14192025-01-13T21:58:43.617Z Compiling publicsuffix v2.2.3
14202025-01-13T21:58:43.706Z Compiling postgres-protocol v0.6.7
14212025-01-13T21:58:43.879Z Compiling sec1 v0.7.3
14222025-01-13T21:58:43.896Z Compiling resolv-conf v0.7.0
14232025-01-13T21:58:44.459Z Compiling async-stream v0.3.6
14242025-01-13T21:58:44.637Z Compiling hickory-proto v0.24.1
14252025-01-13T21:58:44.745Z Compiling slog-term v2.9.1
14262025-01-13T21:58:44.777Z Compiling group v0.13.0
14272025-01-13T21:58:45.111Z Compiling usdt v0.5.0
14282025-01-13T21:58:45.628Z Compiling num-iter v0.1.45
14292025-01-13T21:58:45.862Z Compiling futures v0.3.31
14302025-01-13T21:58:45.934Z Compiling slog-bunyan v2.5.0
14312025-01-13T21:58:46.026Z Compiling toml v0.8.19
14322025-01-13T21:58:47.269Z Compiling tokio-native-tls v0.3.1
14332025-01-13T21:58:47.555Z Compiling camino v1.1.9
14342025-01-13T21:58:47.757Z Compiling phf_shared v0.11.2
14352025-01-13T21:58:47.934Z Compiling dropshot_endpoint v0.12.0
14362025-01-13T21:58:48.128Z Compiling terminal_size v0.4.0
14372025-01-13T21:58:48.355Z Compiling waitgroup v0.1.2
14382025-01-13T21:58:48.403Z Compiling openapiv3 v2.0.0
14392025-01-13T21:58:48.526Z Compiling serde_path_to_error v0.1.16
14402025-01-13T21:58:48.586Z Compiling backtrace v0.3.74
14412025-01-13T21:58:49.363Z Compiling hkdf v0.12.4
14422025-01-13T21:58:49.386Z Compiling crypto-bigint v0.5.5
14432025-01-13T21:58:49.631Z Compiling webpki-roots v0.26.6
14442025-01-13T21:58:49.846Z Compiling zerocopy-derive v0.6.6
14452025-01-13T21:58:52.140Z Compiling curve25519-dalek-derive v0.1.1
14462025-01-13T21:58:52.369Z Compiling idna v0.5.0
14472025-01-13T21:58:52.643Z Compiling hostname v0.4.0
14482025-01-13T21:58:52.776Z Compiling hubpack_derive v0.1.1
14492025-01-13T21:58:52.900Z Compiling crc32fast v1.4.2
14502025-01-13T21:58:52.927Z Compiling fs-err v2.11.0
14512025-01-13T21:58:53.223Z Compiling ahash v0.8.11
14522025-01-13T21:58:53.242Z Compiling bitflags v1.3.2
14532025-01-13T21:58:53.350Z Compiling winnow v0.5.40
14542025-01-13T21:58:53.540Z Compiling debug-ignore v1.0.5
14552025-01-13T21:58:53.648Z Compiling newtype-uuid v1.1.3
14562025-01-13T21:58:53.690Z Compiling managed v0.8.0
14572025-01-13T21:58:53.693Z Compiling hubpack v0.1.2
14582025-01-13T21:58:54.036Z Compiling strum_macros v0.25.3
14592025-01-13T21:58:54.151Z Compiling clap_builder v4.5.21
14602025-01-13T21:58:55.114Z Compiling console v0.15.8
14612025-01-13T21:58:55.652Z Compiling cookie_store v0.21.0
14622025-01-13T21:58:56.415Z Compiling flate2 v1.0.34
14632025-01-13T21:58:56.722Z Compiling elliptic-curve v0.13.8
14642025-01-13T21:58:57.229Z Compiling toml_edit v0.19.15
14652025-01-13T21:58:57.254Z Compiling zerocopy v0.6.6
14662025-01-13T21:58:57.384Z Compiling hickory-resolver v0.24.1
14672025-01-13T21:58:58.124Z Compiling phf v0.11.2
14682025-01-13T21:58:58.242Z Compiling signal-hook-mio v0.2.4
14692025-01-13T21:58:58.409Z Compiling hyper-tls v0.6.0
14702025-01-13T21:58:58.434Z Compiling rayon v1.10.0
14712025-01-13T21:58:58.465Z Compiling bzip2 v0.4.4
14722025-01-13T21:58:58.859Z Compiling tokio-tungstenite v0.24.0
14732025-01-13T21:58:59.434Z Compiling postgres-types v0.2.8
14742025-01-13T21:59:02.149Z Compiling ed25519 v2.2.3
14752025-01-13T21:59:02.390Z Compiling phf_shared v0.10.0
14762025-01-13T21:59:02.806Z Compiling tokio-stream v0.1.16
14772025-01-13T21:59:03.280Z Compiling pkcs1 v0.7.5
14782025-01-13T21:59:03.771Z Compiling serde-big-array v0.5.1
14792025-01-13T21:59:03.860Z Compiling clap_derive v4.5.18
14802025-01-13T21:59:04.009Z Compiling rfc6979 v0.4.0
14812025-01-13T21:59:04.027Z Compiling derive-where v1.2.7
14822025-01-13T21:59:04.129Z Compiling serde_repr v0.1.19
14832025-01-13T21:59:05.199Z Compiling float-cmp v0.9.0
14842025-01-13T21:59:05.202Z Compiling bstr v1.10.0
14852025-01-13T21:59:05.202Z Compiling sync_wrapper v1.0.1
14862025-01-13T21:59:05.202Z Compiling normalize-line-endings v0.3.0
14872025-01-13T21:59:05.202Z Compiling fixedbitset v0.4.2
14882025-01-13T21:59:05.202Z Compiling static_assertions v1.1.0
14892025-01-13T21:59:05.228Z Compiling predicates-core v1.0.8
14902025-01-13T21:59:05.283Z Compiling difflib v0.4.0
14912025-01-13T21:59:05.342Z Compiling bit-vec v0.6.3
14922025-01-13T21:59:05.589Z Compiling unicode-width v0.2.0
14932025-01-13T21:59:05.792Z Compiling number_prefix v0.4.0
14942025-01-13T21:59:06.020Z Compiling precomputed-hash v0.1.1
14952025-01-13T21:59:06.123Z Compiling whoami v1.5.2
14962025-01-13T21:59:06.141Z Compiling unicode-segmentation v1.12.0
14972025-01-13T21:59:06.180Z Compiling new_debug_unreachable v1.0.6
14982025-01-13T21:59:06.278Z Compiling string_cache v0.8.7
14992025-01-13T21:59:06.757Z Compiling tokio-postgres v0.7.12
15002025-01-13T21:59:06.760Z Compiling indicatif v0.17.9
15012025-01-13T21:59:06.922Z Compiling similar v2.6.0
15022025-01-13T21:59:07.038Z Compiling predicates v3.1.2
15032025-01-13T21:59:07.625Z Compiling bit-set v0.5.3
15042025-01-13T21:59:07.917Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15052025-01-13T21:59:08.834Z Compiling petgraph v0.6.5
15062025-01-13T21:59:08.978Z Compiling clap v4.5.21
15072025-01-13T21:59:09.036Z Compiling ecdsa v0.16.9
15082025-01-13T21:59:09.104Z Compiling rsa v0.9.6
15092025-01-13T21:59:09.315Z Compiling ed25519-dalek v2.1.1
15102025-01-13T21:59:09.974Z Compiling toml v0.7.8
15112025-01-13T21:59:10.693Z Compiling zip v0.6.6
15122025-01-13T21:59:11.726Z Compiling crossterm v0.28.1
15132025-01-13T21:59:13.009Z Compiling hex v0.4.3
15142025-01-13T21:59:13.170Z Compiling x509-cert v0.2.5
15152025-01-13T21:59:13.208Z Compiling itertools v0.10.5
15162025-01-13T21:59:13.274Z Compiling lalrpop-util v0.19.12
15172025-01-13T21:59:13.615Z Compiling peg-runtime v0.8.3
15182025-01-13T21:59:13.635Z Compiling unicode-xid v0.2.6
15192025-01-13T21:59:13.811Z Compiling strum_macros v0.26.4
15202025-01-13T21:59:14.289Z Compiling xattr v1.3.1
15212025-01-13T21:59:14.578Z Compiling filetime v0.2.25
15222025-01-13T21:59:14.912Z Compiling tar v0.4.42
15232025-01-13T21:59:18.764Z Compiling strum v0.26.3
15242025-01-13T21:59:21.533Z Compiling aws-lc-sys v0.22.0
15252025-01-13T21:59:49.302Z Compiling rustls-webpki v0.102.8
15262025-01-13T21:59:52.645Z Compiling tokio-rustls v0.25.0
15272025-01-13T21:59:54.334Z Compiling tokio-rustls v0.26.0
15282025-01-13T21:59:54.792Z Compiling hyper-rustls v0.27.3
15292025-01-13T21:59:55.147Z Compiling reqwest v0.12.9
15302025-01-13T21:59:56.045Z Compiling qorb v0.2.1
15312025-01-13T22:00:00.986Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15322025-01-13T22:00:01.219Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15332025-01-13T22:00:06.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
15342025-01-13T22:00:07.117Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15352025-01-13T22:00:07.167ZJan 13 22:00:06.201 INFO Starting download, target: Cockroach
15362025-01-13T22:00:07.168ZJan 13 22:00:06.201 INFO Starting download, target: Clickhouse
15372025-01-13T22:00:07.187ZJan 13 22:00:06.201 INFO Starting download, target: Console
15382025-01-13T22:00:07.187ZJan 13 22:00:06.201 INFO Starting download, target: DendriteOpenapi
15392025-01-13T22:00:07.187ZJan 13 22:00:06.201 INFO Starting download, target: DendriteStub
15402025-01-13T22:00:07.188ZJan 13 22:00:06.201 INFO Starting download, target: MaghemiteMgd
15412025-01-13T22:00:07.188ZJan 13 22:00:06.201 INFO Starting download, target: TransceiverControl
15422025-01-13T22:00:07.188ZJan 13 22:00:06.202 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15432025-01-13T22:00:07.188ZJan 13 22:00:06.202 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15442025-01-13T22:00:07.188ZJan 13 22:00:06.202 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15452025-01-13T22:00:07.188ZJan 13 22:00:06.202 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15462025-01-13T22:00:07.188ZJan 13 22:00:06.202 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15472025-01-13T22:00:07.188ZJan 13 22:00:06.202 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15482025-01-13T22:00:07.189ZJan 13 22:00:06.202 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15492025-01-13T22:00:07.686ZJan 13 22:00:06.711 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15502025-01-13T22:00:07.762ZJan 13 22:00:06.780 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15512025-01-13T22:00:07.777ZJan 13 22:00:06.795 INFO Download complete, target: DendriteOpenapi
15522025-01-13T22:00:08.016ZJan 13 22:00:07.041 INFO Download complete, target: Console
15532025-01-13T22:00:08.403ZJan 13 22:00:07.440 INFO Download complete, target: TransceiverControl
15542025-01-13T22:00:09.036ZJan 13 22:00:08.069 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15552025-01-13T22:00:09.042ZJan 13 22:00:08.071 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15562025-01-13T22:00:09.113ZJan 13 22:00:08.149 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15572025-01-13T22:00:10.309ZJan 13 22:00:09.347 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15582025-01-13T22:00:10.309ZJan 13 22:00:09.347 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15592025-01-13T22:00:11.984ZJan 13 22:00:10.999 INFO Download complete, target: DendriteStub
15602025-01-13T22:00:12.048ZJan 13 22:00:11.081 INFO Download complete, target: MaghemiteMgd
15612025-01-13T22:00:17.516ZJan 13 22:00:16.553 INFO Checking that binary works, target: Cockroach
15622025-01-13T22:00:17.681ZJan 13 22:00:16.718 INFO Download complete, target: Cockroach
15632025-01-13T22:00:21.581ZJan 13 22:00:20.617 INFO Checking that binary works, target: Clickhouse
15642025-01-13T22:00:21.723ZJan 13 22:00:20.759 INFO Download complete, target: Clickhouse
15652025-01-13T22:00:21.730ZAll prerequisites installed successfully
15662025-01-13T22:00:21.733Z
15672025-01-13T22:00:21.733Zreal 5:16.460632279
15682025-01-13T22:00:21.733Zuser 16:29.958023937
15692025-01-13T22:00:21.733Zsys 3:14.288478344
15702025-01-13T22:00:21.733Ztrap 0.532507054
15712025-01-13T22:00:21.733Ztflt 1.571141273
15722025-01-13T22:00:21.733Zdflt 2.212906398
15732025-01-13T22:00:21.733Zkflt 0.030090880
15742025-01-13T22:00:21.733Zlock 28:43.921907440
15752025-01-13T22:00:21.733Zslp 1:02:06.557431783
15762025-01-13T22:00:21.733Zlat 57.677253350
15772025-01-13T22:00:21.733Zstop 2:20.340083740
15782025-01-13T22:00:21.733Z+ ptime -m cargo xtask download softnpu
15792025-01-13T22:00:22.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15802025-01-13T22:00:22.314Z Running `target/debug/xtask download softnpu`
15812025-01-13T22:00:23.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
15822025-01-13T22:00:23.216Z Running `target/debug/xtask-downloader softnpu`
15832025-01-13T22:00:23.248ZJan 13 22:00:22.282 INFO Starting download, target: Softnpu
15842025-01-13T22:00:23.255ZJan 13 22:00:22.282 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15852025-01-13T22:00:24.197ZJan 13 22:00:23.232 INFO Download complete, target: Softnpu
15862025-01-13T22:00:24.201Z
15872025-01-13T22:00:24.201Zreal 2.462513529
15882025-01-13T22:00:24.201Zuser 1.326460431
15892025-01-13T22:00:24.201Zsys 0.555743154
15902025-01-13T22:00:24.201Ztrap 0.000839225
15912025-01-13T22:00:24.201Ztflt 0.000005498
15922025-01-13T22:00:24.201Zdflt 0.000034745
15932025-01-13T22:00:24.201Zkflt 0.000000000
15942025-01-13T22:00:24.201Zlock 9.980634163
15952025-01-13T22:00:24.201Zslp 0.729182003
15962025-01-13T22:00:24.201Zlat 0.071362667
15972025-01-13T22:00:24.202Zstop 0.000173080
15982025-01-13T22:00:24.206Z+ export CARGO_INCREMENTAL=0
15992025-01-13T22:00:24.206Z+ CARGO_INCREMENTAL=0
16002025-01-13T22:00:24.206Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16012025-01-13T22:00:25.171Z Compiling proc-macro2 v1.0.89
16022025-01-13T22:00:25.171Z Compiling unicode-ident v1.0.13
16032025-01-13T22:00:25.171Z Compiling libc v0.2.162
16042025-01-13T22:00:25.174Z Compiling serde v1.0.215
16052025-01-13T22:00:25.174Z Compiling autocfg v1.4.0
16062025-01-13T22:00:25.174Z Compiling version_check v0.9.5
16072025-01-13T22:00:25.174Z Compiling cfg-if v1.0.0
16082025-01-13T22:00:25.403Z Compiling memchr v2.7.4
16092025-01-13T22:00:25.424Z Compiling typenum v1.17.0
16102025-01-13T22:00:25.537Z Compiling shlex v1.3.0
16112025-01-13T22:00:25.881Z Compiling value-bag v1.9.0
16122025-01-13T22:00:25.900Z Compiling scopeguard v1.2.0
16132025-01-13T22:00:25.946Z Compiling generic-array v0.14.7
16142025-01-13T22:00:26.155Z Compiling lock_api v0.4.12
16152025-01-13T22:00:26.312Z Compiling log v0.4.22
16162025-01-13T22:00:26.423Z Compiling parking_lot_core v0.9.10
16172025-01-13T22:00:26.817Z Compiling serde_json v1.0.133
16182025-01-13T22:00:26.887Z Compiling once_cell v1.20.2
16192025-01-13T22:00:27.043Z Compiling quote v1.0.37
16202025-01-13T22:00:27.126Z Compiling libm v0.2.8
16212025-01-13T22:00:27.167Z Compiling rustix v0.38.37
16222025-01-13T22:00:27.304Z Compiling jobserver v0.1.32
16232025-01-13T22:00:27.442Z Compiling syn v2.0.87
16242025-01-13T22:00:27.468Z Compiling getrandom v0.2.15
16252025-01-13T22:00:27.677Z Compiling cc v1.1.30
16262025-01-13T22:00:27.805Z Compiling num-traits v0.2.19
16272025-01-13T22:00:27.856Z Compiling thiserror v1.0.69
16282025-01-13T22:00:28.020Z Compiling aho-corasick v1.1.3
16292025-01-13T22:00:28.054Z Compiling regex-syntax v0.8.5
16302025-01-13T22:00:28.087Z Compiling either v1.13.0
16312025-01-13T22:00:28.090Z Compiling itoa v1.0.11
16322025-01-13T22:00:28.320Z Compiling spin v0.9.8
16332025-01-13T22:00:28.632Z Compiling slab v0.4.9
16342025-01-13T22:00:28.723Z Compiling byteorder v1.5.0
16352025-01-13T22:00:28.974Z Compiling errno v0.3.9
16362025-01-13T22:00:29.191Z Compiling rand_core v0.6.4
16372025-01-13T22:00:29.380Z Compiling lazy_static v1.5.0
16382025-01-13T22:00:29.505Z Compiling glob v0.3.1
16392025-01-13T22:00:29.903Z Compiling prettyplease v0.2.25
16402025-01-13T22:00:30.321Z Compiling clang-sys v1.8.1
16412025-01-13T22:00:30.498Z Compiling minimal-lexical v0.2.1
16422025-01-13T22:00:30.628Z Compiling libloading v0.8.5
16432025-01-13T22:00:30.976Z Compiling nom v7.1.3
16442025-01-13T22:00:31.000Z Compiling bindgen v0.69.5
16452025-01-13T22:00:31.017Z Compiling allocator-api2 v0.2.18
16462025-01-13T22:00:31.197Z Compiling subtle v2.6.1
16472025-01-13T22:00:31.424Z Compiling home v0.5.9
16482025-01-13T22:00:31.659Z Compiling regex-automata v0.4.8
16492025-01-13T22:00:31.818Z Compiling itertools v0.12.1
16502025-01-13T22:00:32.015Z Compiling smallvec v1.13.2
16512025-01-13T22:00:32.412Z Compiling rustc-hash v1.1.0
16522025-01-13T22:00:32.524Z Compiling semver v1.0.23
16532025-01-13T22:00:32.572Z Compiling lazycell v1.3.0
16542025-01-13T22:00:32.986Z Compiling cmake v0.1.51
16552025-01-13T22:00:33.976Z Compiling dunce v1.0.5
16562025-01-13T22:00:34.115Z Compiling fs_extra v1.3.0
16572025-01-13T22:00:34.297Z Compiling cexpr v0.6.0
16582025-01-13T22:00:34.521Z Compiling ryu v1.0.18
16592025-01-13T22:00:34.663Z Compiling pkg-config v0.3.31
16602025-01-13T22:00:34.804Z Compiling ring v0.17.8
16612025-01-13T22:00:34.918Z Compiling pin-project-lite v0.2.14
16622025-01-13T22:00:35.083Z Compiling synstructure v0.13.1
16632025-01-13T22:00:35.826Z Compiling fnv v1.0.7
16642025-01-13T22:00:35.844Z Compiling const-oid v0.9.6
16652025-01-13T22:00:35.889Z Compiling schemars v0.8.21
16662025-01-13T22:00:36.219Z Compiling paste v1.0.15
16672025-01-13T22:00:36.383Z Compiling serde_derive_internals v0.29.1
16682025-01-13T22:00:36.572Z Compiling aws-lc-rs v1.10.0
16692025-01-13T22:00:36.717Z Compiling httparse v1.9.5
16702025-01-13T22:00:36.984Z Compiling regex v1.11.1
16712025-01-13T22:00:37.387Z Compiling foldhash v0.1.3
16722025-01-13T22:00:37.744Z Compiling equivalent v1.0.1
16732025-01-13T22:00:37.902Z Compiling hashbrown v0.15.1
16742025-01-13T22:00:38.078Z Compiling heck v0.5.0
16752025-01-13T22:00:38.574Z Compiling signal-hook-registry v1.4.2
16762025-01-13T22:00:38.815Z Compiling parking_lot v0.12.3
16772025-01-13T22:00:39.337Z Compiling mio v1.0.2
16782025-01-13T22:00:40.671Z Compiling serde_derive v1.0.215
16792025-01-13T22:00:40.807Z Compiling zeroize_derive v1.4.2
16802025-01-13T22:00:40.951Z Compiling zerocopy-derive v0.7.35
16812025-01-13T22:00:40.968Z Compiling thiserror-impl v1.0.69
16822025-01-13T22:00:41.929Z Compiling tokio-macros v2.4.0
16832025-01-13T22:00:42.060Z Compiling zerofrom-derive v0.1.4
16842025-01-13T22:00:42.256Z Compiling zeroize v1.8.1
16852025-01-13T22:00:42.643Z Compiling yoke-derive v0.7.4
16862025-01-13T22:00:42.820Z Compiling futures-macro v0.3.31
16872025-01-13T22:00:42.963Z Compiling zerovec-derive v0.10.3
16882025-01-13T22:00:43.384Z Compiling zerocopy v0.7.35
16892025-01-13T22:00:43.825Z Compiling displaydoc v0.2.5
16902025-01-13T22:00:44.684Z Compiling crypto-common v0.1.6
16912025-01-13T22:00:45.053Z Compiling tracing-attributes v0.1.27
16922025-01-13T22:00:45.096Z Compiling schemars_derive v0.8.21
16932025-01-13T22:00:45.312Z Compiling icu_provider_macros v1.5.0
16942025-01-13T22:00:45.350Z Compiling block-buffer v0.10.4
16952025-01-13T22:00:45.490Z Compiling crossbeam-utils v0.8.20
16962025-01-13T22:00:45.607Z Compiling digest v0.10.7
16972025-01-13T22:00:45.838Z Compiling stable_deref_trait v1.2.0
16982025-01-13T22:00:46.006Z Compiling der_derive v0.7.3
16992025-01-13T22:00:46.065Z Compiling socket2 v0.5.7
17002025-01-13T22:00:46.252Z Compiling time-core v0.1.2
17012025-01-13T22:00:46.354Z Compiling num-conv v0.1.0
17022025-01-13T22:00:46.442Z Compiling futures-core v0.3.31
17032025-01-13T22:00:46.639Z Compiling time-macros v0.2.18
17042025-01-13T22:00:47.764Z Compiling vcpkg v0.2.15
17052025-01-13T22:00:48.531Z Compiling syn v1.0.109
17062025-01-13T22:00:49.462Z Compiling openssl-sys v0.9.103
17072025-01-13T22:00:49.583Z Compiling cpufeatures v0.2.14
17082025-01-13T22:00:49.695Z Compiling futures-sink v0.3.31
17092025-01-13T22:00:49.985Z Compiling slog v2.7.0
17102025-01-13T22:00:50.136Z Compiling ahash v0.8.11
17112025-01-13T22:00:50.425Z Compiling iana-time-zone v0.1.61
17122025-01-13T22:00:50.547Z Compiling zerofrom v0.1.4
17132025-01-13T22:00:50.748Z Compiling scroll_derive v0.12.0
17142025-01-13T22:00:50.822Z Compiling ucd-trie v0.1.7
17152025-01-13T22:00:50.912Z Compiling yoke v0.7.4
17162025-01-13T22:00:51.238Z Compiling pest v2.7.14
17172025-01-13T22:00:51.310Z Compiling futures-channel v0.3.31
17182025-01-13T22:00:51.729Z Compiling hmac v0.12.1
17192025-01-13T22:00:51.966Z Compiling pin-utils v0.1.0
17202025-01-13T22:00:52.067Z Compiling openssl v0.10.66
17212025-01-13T22:00:52.104Z Compiling futures-task v0.3.31
17222025-01-13T22:00:52.186Z Compiling futures-io v0.3.31
17232025-01-13T22:00:52.694Z Compiling futures-util v0.3.31
17242025-01-13T22:00:52.831Z Compiling zerovec v0.10.4
17252025-01-13T22:00:53.146Z Compiling block-padding v0.3.3
17262025-01-13T22:00:53.528Z Compiling tinyvec_macros v0.1.1
17272025-01-13T22:00:53.626Z Compiling tinyvec v1.8.0
17282025-01-13T22:00:54.176Z Compiling bitflags v2.6.0
17292025-01-13T22:00:54.239Z Compiling bytes v1.8.0
17302025-01-13T22:00:55.863Z Compiling indexmap v2.6.0
17312025-01-13T22:00:56.506Z Compiling tokio v1.40.0
17322025-01-13T22:00:57.933Z Compiling serde_tokenstream v0.2.2
17332025-01-13T22:00:58.889Z Compiling uuid v1.11.0
17342025-01-13T22:00:58.895Z Compiling http v1.1.0
17352025-01-13T22:00:59.444Z Compiling which v4.4.2
17362025-01-13T22:01:00.006Z Compiling chrono v0.4.38
17372025-01-13T22:01:00.098Z Compiling rustc_version v0.4.1
17382025-01-13T22:01:02.199Z Compiling pest_meta v2.7.14
17392025-01-13T22:01:03.027Z Compiling toml_datetime v0.6.8
17402025-01-13T22:01:03.506Z Compiling pest_generator v2.7.14
17412025-01-13T22:01:05.094Z Compiling serde_spanned v0.6.8
17422025-01-13T22:01:05.308Z Compiling inout v0.1.3
17432025-01-13T22:01:05.584Z Compiling openssl-macros v0.1.1
17442025-01-13T22:01:06.329Z Compiling dyn-clone v1.0.17
17452025-01-13T22:01:06.367Z Compiling native-tls v0.2.12
17462025-01-13T22:01:06.547Z Compiling rustls v0.23.19
17472025-01-13T22:01:06.694Z Compiling strsim v0.11.1
17482025-01-13T22:01:07.455Z Compiling pest_derive v2.7.14
17492025-01-13T22:01:08.208Z Compiling cipher v0.4.4
17502025-01-13T22:01:08.472Z Compiling unicode-normalization v0.1.24
17512025-01-13T22:01:08.510Z Compiling tinystr v0.7.6
17522025-01-13T22:01:08.712Z Compiling sha2 v0.10.8
17532025-01-13T22:01:08.974Z Compiling tracing-core v0.1.32
17542025-01-13T22:01:09.065Z Compiling usdt-impl v0.5.0
17552025-01-13T22:01:09.550Z Compiling base64ct v1.6.0
17562025-01-13T22:01:09.590Z Compiling writeable v0.5.5
17572025-01-13T22:01:09.610Z Compiling unicode-bidi v0.3.17
17582025-01-13T22:01:10.111Z Compiling litemap v0.7.3
17592025-01-13T22:01:10.130Z Compiling pem-rfc7468 v0.7.0
17602025-01-13T22:01:10.532Z Compiling icu_locid v1.5.0
17612025-01-13T22:01:10.732Z Compiling tracing v0.1.40
17622025-01-13T22:01:11.600Z Compiling scroll v0.12.0
17632025-01-13T22:01:11.769Z Compiling ppv-lite86 v0.2.20
17642025-01-13T22:01:12.208Z Compiling async-trait v0.1.83
17652025-01-13T22:01:12.712Z Compiling cookie v0.18.1
17662025-01-13T22:01:13.792Z Compiling aws-lc-sys v0.22.0
17672025-01-13T22:01:14.036Z Compiling anyhow v1.0.93
17682025-01-13T22:01:14.470Z Compiling camino v1.1.9
17692025-01-13T22:01:14.540Z Compiling plain v0.2.3
17702025-01-13T22:01:14.898Z Compiling flagset v0.4.6
17712025-01-13T22:01:14.914Z Compiling der v0.7.9
17722025-01-13T22:01:14.992Z Compiling goblin v0.8.2
17732025-01-13T22:01:17.849Z Compiling rand_chacha v0.3.1
17742025-01-13T22:01:18.535Z Compiling icu_provider v1.5.0
17752025-01-13T22:01:19.541Z Compiling percent-encoding v2.3.1
17762025-01-13T22:01:19.844Z Compiling rustls-pki-types v1.10.0
17772025-01-13T22:01:20.431Z Compiling rustls v0.22.4
17782025-01-13T22:01:20.694Z Compiling pretty-hex v0.4.1
17792025-01-13T22:01:20.864Z Compiling rayon-core v1.12.1
17802025-01-13T22:01:21.608Z Compiling icu_locid_transform_data v1.5.0
17812025-01-13T22:01:21.719Z Compiling icu_locid_transform v1.5.0
17822025-01-13T22:01:22.405Z Compiling dof v0.3.0
17832025-01-13T22:01:24.141Z Compiling rand v0.8.5
17842025-01-13T22:01:24.234Z Compiling spki v0.7.3
17852025-01-13T22:01:24.463Z Compiling salsa20 v0.10.2
17862025-01-13T22:01:24.574Z Compiling dtrace-parser v0.2.0
17872025-01-13T22:01:24.596Z Compiling tokio-util v0.7.12
17882025-01-13T22:01:25.412Z Compiling icu_collections v1.5.0
17892025-01-13T22:01:25.676Z Compiling pbkdf2 v0.12.2
17902025-01-13T22:01:26.152Z Compiling thread-id v4.2.2
17912025-01-13T22:01:26.216Z Compiling untrusted v0.9.0
17922025-01-13T22:01:26.273Z Compiling untrusted v0.7.1
17932025-01-13T22:01:26.405Z Compiling icu_properties_data v1.5.0
17942025-01-13T22:01:26.468Z Compiling powerfmt v0.2.0
17952025-01-13T22:01:26.542Z Compiling mirai-annotations v1.12.0
17962025-01-13T22:01:26.642Z Compiling winnow v0.5.40
17972025-01-13T22:01:26.850Z Compiling deranged v0.3.11
17982025-01-13T22:01:26.894Z Compiling icu_properties v1.5.1
17992025-01-13T22:01:30.343Z Compiling toml_edit v0.19.15
18002025-01-13T22:01:30.794Z Compiling scrypt v0.11.0
18012025-01-13T22:01:31.320Z Compiling aes v0.8.4
18022025-01-13T22:01:31.562Z Compiling cbc v0.1.2
18032025-01-13T22:01:32.545Z Compiling multer v3.1.0
18042025-01-13T22:01:32.845Z Compiling num_threads v0.1.7
18052025-01-13T22:01:33.174Z Compiling icu_normalizer_data v1.5.0
18062025-01-13T22:01:33.284Z Compiling utf16_iter v1.0.5
18072025-01-13T22:01:33.508Z Compiling utf8_iter v1.0.4
18082025-01-13T22:01:33.762Z Compiling atomic-waker v1.1.2
18092025-01-13T22:01:34.441Z Compiling slog-async v2.8.0
18102025-01-13T22:01:34.798Z Compiling write16 v1.0.0
18112025-01-13T22:01:34.814Z Compiling rustversion v1.0.17
18122025-01-13T22:01:34.932Z Compiling icu_normalizer v1.5.0
18132025-01-13T22:01:35.035Z Compiling time v0.3.36
18142025-01-13T22:01:36.072Z Compiling pkcs5 v0.7.1
18152025-01-13T22:01:37.185Z Compiling form_urlencoded v1.2.1
18162025-01-13T22:01:37.530Z Compiling http-body v1.0.1
18172025-01-13T22:01:37.674Z Compiling heapless v0.7.17
18182025-01-13T22:01:38.117Z Compiling bzip2-sys v0.1.11+1.0.8
18192025-01-13T22:01:38.900Z Compiling signal-hook v0.3.17
18202025-01-13T22:01:39.071Z Compiling try-lock v0.2.5
18212025-01-13T22:01:39.438Z Compiling want v0.3.1
18222025-01-13T22:01:41.032Z Compiling pkcs8 v0.10.2
18232025-01-13T22:01:41.543Z Compiling idna_adapter v1.2.0
18242025-01-13T22:01:41.774Z Compiling h2 v0.4.6
18252025-01-13T22:01:42.942Z Compiling usdt-macro v0.5.0
18262025-01-13T22:01:44.310Z Compiling usdt-attr-macro v0.5.0
18272025-01-13T22:01:44.543Z Compiling async-stream-impl v0.3.6
18282025-01-13T22:01:44.721Z Compiling httpdate v1.0.3
18292025-01-13T22:01:45.808Z Compiling adler2 v2.0.0
18302025-01-13T22:01:46.079Z Compiling miniz_oxide v0.8.0
18312025-01-13T22:01:46.652Z Compiling idna v1.0.3
18322025-01-13T22:01:48.153Z Compiling curve25519-dalek v4.1.3
18332025-01-13T22:01:48.592Z Compiling openapiv3 v2.0.0
18342025-01-13T22:01:49.260Z Compiling hyper v1.5.0
18352025-01-13T22:01:51.583Z Compiling enum-as-inner v0.6.1
18362025-01-13T22:01:52.942Z Compiling dropshot v0.12.0
18372025-01-13T22:01:52.961Z Compiling base64 v0.22.1
18382025-01-13T22:01:53.233Z Compiling match_cfg v0.1.0
18392025-01-13T22:01:53.335Z Compiling smoltcp v0.9.1
18402025-01-13T22:01:53.595Z Compiling tower-service v0.3.3
18412025-01-13T22:01:53.734Z Compiling num-bigint-dig v0.8.4
18422025-01-13T22:01:53.893Z Compiling portable-atomic v1.9.0
18432025-01-13T22:01:53.965Z Compiling foreign-types-shared v0.1.1
18442025-01-13T22:01:54.017Z Compiling newtype-uuid v1.1.3
18452025-01-13T22:01:54.072Z Compiling foreign-types v0.3.2
18462025-01-13T22:01:54.091Z Compiling hyper-util v0.1.10
18472025-01-13T22:01:54.839Z Compiling hostname v0.3.1
18482025-01-13T22:02:00.312Z Compiling url v2.5.3
18492025-01-13T22:02:02.078Z Compiling dirs-sys-next v0.1.2
18502025-01-13T22:02:02.221Z Compiling gimli v0.31.1
18512025-01-13T22:02:02.431Z Compiling siphasher v0.3.11
18522025-01-13T22:02:02.694Z Compiling heck v0.4.1
18532025-01-13T22:02:02.802Z Compiling ident_case v1.0.1
18542025-01-13T22:02:02.999Z Compiling data-encoding v2.6.0
18552025-01-13T22:02:03.117Z Compiling darling_core v0.20.10
18562025-01-13T22:02:03.232Z Compiling dirs-next v2.0.0
18572025-01-13T22:02:06.243Z Compiling http-body-util v0.1.2
18582025-01-13T22:02:07.363Z Compiling addr2line v0.24.2
18592025-01-13T22:02:09.289Z Compiling crossbeam-epoch v0.9.18
18602025-01-13T22:02:09.548Z Compiling hubpack_derive v0.1.1
18612025-01-13T22:02:09.976Z Compiling dropshot_endpoint v0.12.0
18622025-01-13T22:02:10.096Z Compiling sha1 v0.10.6
18632025-01-13T22:02:10.416Z Compiling signature v2.2.0
18642025-01-13T22:02:10.498Z Compiling zerocopy-derive v0.6.6
18652025-01-13T22:02:10.660Z Compiling curve25519-dalek-derive v0.1.1
18662025-01-13T22:02:10.834Z Compiling thread_local v1.1.8
18672025-01-13T22:02:11.840Z Compiling object v0.36.5
18682025-01-13T22:02:12.027Z Compiling fs-err v2.11.0
18692025-01-13T22:02:12.326Z Compiling encoding_rs v0.8.34
18702025-01-13T22:02:14.033Z Compiling ipnet v2.10.1
18712025-01-13T22:02:15.087Z Compiling mime v0.3.17
18722025-01-13T22:02:15.874Z Compiling winnow v0.6.20
18732025-01-13T22:02:16.193Z Compiling unicode-properties v0.1.3
18742025-01-13T22:02:21.242Z Compiling rustc-demangle v0.1.24
18752025-01-13T22:02:23.197Z Compiling anstyle v1.0.10
18762025-01-13T22:02:23.553Z Compiling openssl-probe v0.1.5
18772025-01-13T22:02:23.862Z Compiling utf8parse v0.2.2
18782025-01-13T22:02:24.039Z Compiling anstyle-parse v0.2.5
18792025-01-13T22:02:24.804Z Compiling backtrace v0.3.74
18802025-01-13T22:02:25.042Z Compiling toml_edit v0.22.22
18812025-01-13T22:02:25.422Z Compiling stringprep v0.1.5
18822025-01-13T22:02:28.670Z Compiling rustls-webpki v0.102.8
18832025-01-13T22:02:32.357Z Compiling crossbeam-deque v0.8.5
18842025-01-13T22:02:33.438Z Compiling darling_macro v0.20.10
18852025-01-13T22:02:35.876Z Compiling term v0.7.0
18862025-01-13T22:02:35.960Z Compiling slog-json v2.6.1
18872025-01-13T22:02:37.229Z Compiling serde_urlencoded v0.7.1
18882025-01-13T22:02:38.019Z Compiling crossbeam-channel v0.5.13
18892025-01-13T22:02:38.405Z Compiling rustls-pemfile v2.2.0
18902025-01-13T22:02:38.900Z Compiling hashbrown v0.14.5
18912025-01-13T22:02:39.178Z Compiling idna v0.4.0
18922025-01-13T22:02:39.382Z Compiling idna v0.3.0
18932025-01-13T22:02:40.323Z Compiling futures-executor v0.3.31
18942025-01-13T22:02:40.839Z Compiling num-integer v0.1.46
18952025-01-13T22:02:41.070Z Compiling md-5 v0.10.6
18962025-01-13T22:02:41.317Z Compiling ff v0.13.0
18972025-01-13T22:02:41.320Z Compiling hash32 v0.2.1
18982025-01-13T22:02:41.543Z Compiling is-terminal v0.4.13
18992025-01-13T22:02:41.561Z Compiling memmap v0.7.0
19002025-01-13T22:02:41.721Z Compiling fallible-iterator v0.2.0
19012025-01-13T22:02:41.871Z Compiling is_terminal_polyfill v1.70.1
19022025-01-13T22:02:42.012Z Compiling base16ct v0.2.0
19032025-01-13T22:02:44.260Z Compiling take_mut v0.2.2
19042025-01-13T22:02:44.282Z Compiling anstyle-query v1.1.1
19052025-01-13T22:02:44.431Z Compiling linked-hash-map v0.5.6
19062025-01-13T22:02:44.448Z Compiling psl-types v2.0.11
19072025-01-13T22:02:44.654Z Compiling quick-error v1.2.3
19082025-01-13T22:02:44.818Z Compiling utf-8 v0.7.6
19092025-01-13T22:02:44.821Z Compiling colorchoice v1.0.2
19102025-01-13T22:02:44.999Z Compiling anstream v0.6.15
19112025-01-13T22:02:45.115Z Compiling tungstenite v0.24.0
19122025-01-13T22:02:45.477Z Compiling lru-cache v0.1.2
19132025-01-13T22:02:45.685Z Compiling resolv-conf v0.7.0
19142025-01-13T22:02:45.707Z Compiling publicsuffix v2.2.3
19152025-01-13T22:02:47.018Z Compiling postgres-protocol v0.6.7
19162025-01-13T22:02:47.185Z Compiling sec1 v0.7.3
19172025-01-13T22:02:47.449Z Compiling usdt v0.5.0
19182025-01-13T22:02:47.765Z Compiling slog-term v2.9.1
19192025-01-13T22:02:48.217Z Compiling group v0.13.0
19202025-01-13T22:02:48.531Z Compiling num-iter v0.1.45
19212025-01-13T22:02:48.732Z Compiling futures v0.3.31
19222025-01-13T22:02:48.861Z Compiling regress v0.10.1
19232025-01-13T22:02:48.895Z Compiling hickory-proto v0.24.1
19242025-01-13T22:02:51.930Z Compiling tokio-rustls v0.26.0
19252025-01-13T22:02:52.416Z Compiling slog-bunyan v2.5.0
19262025-01-13T22:02:52.627Z Compiling darling v0.20.10
19272025-01-13T22:02:52.673Z Compiling tokio-rustls v0.25.0
19282025-01-13T22:02:52.814Z Compiling toml v0.8.19
19292025-01-13T22:02:53.118Z Compiling tokio-native-tls v0.3.1
19302025-01-13T22:02:53.203Z Compiling strum_macros v0.25.3
19312025-01-13T22:02:53.405Z Compiling phf_shared v0.11.2
19322025-01-13T22:02:53.857Z Compiling async-stream v0.3.6
19332025-01-13T22:02:53.952Z Compiling waitgroup v0.1.2
19342025-01-13T22:02:54.151Z Compiling webpki-roots v0.26.6
19352025-01-13T22:02:54.509Z Compiling idna v0.5.0
19362025-01-13T22:02:54.772Z Compiling terminal_size v0.4.0
19372025-01-13T22:02:54.993Z Compiling serde_path_to_error v0.1.16
19382025-01-13T22:02:55.836Z Compiling hkdf v0.12.4
19392025-01-13T22:02:55.962Z Compiling crypto-bigint v0.5.5
19402025-01-13T22:02:56.086Z Compiling clap_derive v4.5.18
19412025-01-13T22:02:56.108Z Compiling serde_repr v0.1.19
19422025-01-13T22:02:56.871Z Compiling derive-where v1.2.7
19432025-01-13T22:02:57.174Z Compiling hostname v0.4.0
19442025-01-13T22:02:57.415Z Compiling crc32fast v1.4.2
19452025-01-13T22:02:57.752Z Compiling unicode-width v0.1.14
19462025-01-13T22:02:58.065Z Compiling bitflags v1.3.2
19472025-01-13T22:02:58.126Z Compiling clap_lex v0.7.2
19482025-01-13T22:02:58.518Z Compiling debug-ignore v1.0.5
19492025-01-13T22:02:58.681Z Compiling managed v0.8.0
19502025-01-13T22:02:59.379Z Compiling elliptic-curve v0.13.8
19512025-01-13T22:03:00.131Z Compiling clap_builder v4.5.21
19522025-01-13T22:03:00.886Z Compiling console v0.15.8
19532025-01-13T22:03:02.245Z Compiling flate2 v1.0.34
19542025-01-13T22:03:03.157Z Compiling cookie_store v0.21.0
19552025-01-13T22:03:04.228Z Compiling hickory-resolver v0.24.1
19562025-01-13T22:03:06.481Z Compiling hyper-rustls v0.27.3
19572025-01-13T22:03:08.184Z Compiling phf v0.11.2
19582025-01-13T22:03:08.499Z Compiling hyper-tls v0.6.0
19592025-01-13T22:03:08.913Z Compiling signal-hook-mio v0.2.4
19602025-01-13T22:03:09.084Z Compiling typify-impl v0.2.0
19612025-01-13T22:03:09.592Z Compiling rayon v1.10.0
19622025-01-13T22:03:09.764Z Compiling bzip2 v0.4.4
19632025-01-13T22:03:10.154Z Compiling postgres-types v0.2.8
19642025-01-13T22:03:10.513Z Compiling tokio-tungstenite v0.24.0
19652025-01-13T22:03:10.620Z Compiling zerocopy v0.6.6
19662025-01-13T22:03:11.212Z Compiling ed25519 v2.2.3
19672025-01-13T22:03:11.283Z Compiling hubpack v0.1.2
19682025-01-13T22:03:11.507Z Compiling phf_shared v0.10.0
19692025-01-13T22:03:11.564Z Compiling pkcs1 v0.7.5
19702025-01-13T22:03:11.722Z Compiling tokio-stream v0.1.16
19712025-01-13T22:03:12.478Z Compiling ipnetwork v0.20.0
19722025-01-13T22:03:12.811Z Compiling serde-big-array v0.5.1
19732025-01-13T22:03:13.060Z Compiling rfc6979 v0.4.0
19742025-01-13T22:03:13.267Z Compiling float-cmp v0.9.0
19752025-01-13T22:03:13.500Z Compiling sync_wrapper v1.0.1
19762025-01-13T22:03:13.668Z Compiling bstr v1.10.0
19772025-01-13T22:03:15.274Z Compiling unicode-width v0.2.0
19782025-01-13T22:03:15.826Z Compiling unicode-segmentation v1.12.0
19792025-01-13T22:03:16.121Z Compiling bit-vec v0.6.3
19802025-01-13T22:03:16.160Z Compiling whoami v1.5.2
19812025-01-13T22:03:16.574Z Compiling static_assertions v1.1.0
19822025-01-13T22:03:16.577Z Compiling predicates-core v1.0.8
19832025-01-13T22:03:16.687Z Compiling number_prefix v0.4.0
19842025-01-13T22:03:16.708Z Compiling difflib v0.4.0
19852025-01-13T22:03:16.909Z Compiling normalize-line-endings v0.3.0
19862025-01-13T22:03:16.947Z Compiling new_debug_unreachable v1.0.6
19872025-01-13T22:03:17.042Z Compiling precomputed-hash v0.1.1
19882025-01-13T22:03:17.061Z Compiling fixedbitset v0.4.2
19892025-01-13T22:03:17.165Z Compiling string_cache v0.8.7
19902025-01-13T22:03:17.484Z Compiling petgraph v0.6.5
19912025-01-13T22:03:17.487Z Compiling predicates v3.1.2
19922025-01-13T22:03:17.587Z Compiling indicatif v0.17.9
19932025-01-13T22:03:18.906Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19942025-01-13T22:03:19.035Z Compiling similar v2.6.0
19952025-01-13T22:03:19.515Z Compiling tokio-postgres v0.7.12
19962025-01-13T22:03:21.047Z Compiling bit-set v0.5.3
19972025-01-13T22:03:21.160Z Compiling typify-macro v0.2.0
19982025-01-13T22:03:21.588Z Compiling reqwest v0.12.9
19992025-01-13T22:03:22.925Z Compiling ecdsa v0.16.9
20002025-01-13T22:03:24.258Z Compiling qorb v0.2.1
20012025-01-13T22:03:24.979Z Compiling rsa v0.9.6
20022025-01-13T22:03:25.617Z Compiling ed25519-dalek v2.1.1
20032025-01-13T22:03:26.124Z Compiling zip v0.6.6
20042025-01-13T22:03:26.180Z Compiling crossterm v0.28.1
20052025-01-13T22:03:26.485Z Compiling clap v4.5.21
20062025-01-13T22:03:27.974Z Compiling toml v0.7.8
20072025-01-13T22:03:29.089Z Compiling x509-cert v0.2.5
20082025-01-13T22:03:29.607Z Compiling hex v0.4.3
20092025-01-13T22:03:30.212Z Compiling itertools v0.10.5
20102025-01-13T22:03:30.556Z Compiling unicode-xid v0.2.6
20112025-01-13T22:03:30.733Z Compiling peg-runtime v0.8.3
20122025-01-13T22:03:31.041Z Compiling zerocopy v0.8.10
20132025-01-13T22:03:31.273Z Compiling lalrpop-util v0.19.12
20142025-01-13T22:03:33.486Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20152025-01-13T22:03:37.529Z Compiling proc-macro-crate v1.3.1
20162025-01-13T22:03:37.627Z Compiling macaddr v1.0.1
20172025-01-13T22:03:38.378Z Compiling zerocopy-derive v0.8.10
20182025-01-13T22:03:38.420Z Compiling itertools v0.13.0
20192025-01-13T22:03:39.337Z Compiling heapless v0.8.0
20202025-01-13T22:03:41.808Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20212025-01-13T22:03:46.004Z Compiling num_enum_derive v0.5.11
20222025-01-13T22:03:55.133Z Compiling hash32 v0.3.1
20232025-01-13T22:03:56.273Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20242025-01-13T22:03:56.660Z Compiling smoltcp v0.11.0
20252025-01-13T22:04:01.710Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20262025-01-13T22:04:01.955Z Compiling num_enum v0.5.11
20272025-01-13T22:04:02.678Z Compiling typify v0.2.0
20282025-01-13T22:04:02.697Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20292025-01-13T22:04:03.584Z Compiling proc-macro-error-attr v1.0.4
20302025-01-13T22:04:04.127Z Compiling unsafe-libyaml v0.2.11
20312025-01-13T22:04:05.880Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20322025-01-13T22:04:06.174Z Compiling cobs v0.2.3
20332025-01-13T22:04:06.516Z Compiling postcard v1.0.10
20342025-01-13T22:04:06.638Z Compiling serde_yaml v0.9.34+deprecated
20352025-01-13T22:04:21.337Z Compiling progenitor-impl v0.8.0
20362025-01-13T22:04:22.732Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20372025-01-13T22:04:33.800Z Compiling strum_macros v0.26.4
20382025-01-13T22:04:34.935Z Compiling structmeta-derive v0.3.0
20392025-01-13T22:04:34.988Z Compiling foreign-types-macros v0.2.3
20402025-01-13T22:04:35.086Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20412025-01-13T22:04:35.106Z Compiling proc-macro-error v1.0.4
20422025-01-13T22:04:35.672Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20432025-01-13T22:04:37.353Z Compiling foreign-types-shared v0.3.1
20442025-01-13T22:04:37.559Z Compiling structmeta v0.3.0
20452025-01-13T22:04:37.577Z Compiling foreign-types v0.5.0
20462025-01-13T22:04:38.242Z Compiling strum v0.26.3
20472025-01-13T22:04:44.786Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20482025-01-13T22:04:47.719Z Compiling progenitor-macro v0.8.0
20492025-01-13T22:04:51.821Z Compiling progenitor-client v0.8.0
20502025-01-13T22:04:52.015Z Compiling tabwriter v1.4.0
20512025-01-13T22:04:52.820Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20522025-01-13T22:04:54.077Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20532025-01-13T22:04:54.897Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20542025-01-13T22:04:55.754Z Compiling cstr-argument v0.1.2
20552025-01-13T22:04:56.022Z Compiling dropshot v0.13.0
20562025-01-13T22:04:56.336Z Compiling crucible-workspace-hack v0.1.0
20572025-01-13T22:04:56.611Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20582025-01-13T22:04:56.905Z Compiling pretty-hex v0.2.1
20592025-01-13T22:04:57.077Z Compiling fastrand v2.1.1
20602025-01-13T22:04:57.096Z Compiling thiserror v2.0.3
20612025-01-13T22:04:57.751Z Compiling tempfile v3.13.0
20622025-01-13T22:04:58.178Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20632025-01-13T22:04:58.573Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20642025-01-13T22:04:58.898Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20652025-01-13T22:04:59.102Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20662025-01-13T22:04:59.579Z Compiling parse-display-derive v0.10.0
20672025-01-13T22:05:00.135Z Compiling colored v2.1.0
20682025-01-13T22:05:00.675Z Compiling progenitor v0.8.0
20692025-01-13T22:05:00.837Z Compiling serde_with_macros v3.11.0
20702025-01-13T22:05:00.950Z Compiling dropshot_endpoint v0.13.0
20712025-01-13T22:05:01.337Z Compiling thiserror-impl v2.0.3
20722025-01-13T22:05:03.134Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20732025-01-13T22:05:03.476Z Compiling instant v0.1.13
20742025-01-13T22:05:03.544Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20752025-01-13T22:05:03.671Z Compiling backoff v0.4.0
20762025-01-13T22:05:03.904Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20772025-01-13T22:05:03.958Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20782025-01-13T22:05:04.016Z Compiling parse-display v0.10.0
20792025-01-13T22:05:04.100Z Compiling serde_with v3.11.0
20802025-01-13T22:05:04.119Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20812025-01-13T22:05:05.933Z Compiling zone_cfg_derive v0.3.0
20822025-01-13T22:05:06.941Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20832025-01-13T22:05:07.341Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20842025-01-13T22:05:07.774Z Compiling camino-tempfile v1.1.1
20852025-01-13T22:05:08.070Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20862025-01-13T22:05:08.498Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20872025-01-13T22:05:08.579Z Compiling regress v0.9.1
20882025-01-13T22:05:08.598Z Compiling num-derive v0.4.2
20892025-01-13T22:05:08.708Z Compiling sigpipe v0.1.3
20902025-01-13T22:05:08.852Z Compiling libefi-sys v0.1.0
20912025-01-13T22:05:09.148Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20922025-01-13T22:05:09.497Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20932025-01-13T22:05:10.815Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
20942025-01-13T22:05:12.401Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20952025-01-13T22:05:12.777Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20962025-01-13T22:05:12.954Z Compiling zone v0.3.0
20972025-01-13T22:05:14.444Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20982025-01-13T22:05:17.165Z Compiling smf v0.2.3
20992025-01-13T22:05:18.601Z Compiling bitfield-struct v0.6.2
21002025-01-13T22:05:18.822Z Compiling blake3 v1.5.4
21012025-01-13T22:05:19.445Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21022025-01-13T22:05:19.966Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21032025-01-13T22:05:20.314Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21042025-01-13T22:05:20.436Z Compiling xattr v1.3.1
21052025-01-13T22:05:20.455Z Compiling filetime v0.2.25
21062025-01-13T22:05:20.755Z Compiling memmap2 v0.9.5
21072025-01-13T22:05:20.773Z Compiling arrayref v0.3.9
21082025-01-13T22:05:20.811Z Compiling constant_time_eq v0.3.1
21092025-01-13T22:05:20.898Z Compiling same-file v1.0.6
21102025-01-13T22:05:20.996Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21112025-01-13T22:05:21.142Z Compiling arrayvec v0.7.6
21122025-01-13T22:05:21.194Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21132025-01-13T22:05:21.373Z Compiling walkdir v2.5.0
21142025-01-13T22:05:21.460Z Compiling tar v0.4.42
21152025-01-13T22:05:22.793Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21162025-01-13T22:05:23.007Z Compiling gethostname v0.5.0
21172025-01-13T22:05:23.211Z Compiling cargo-platform v0.1.8
21182025-01-13T22:05:23.237Z Compiling topological-sort v0.2.2
21192025-01-13T22:05:23.508Z Compiling omicron-zone-package v0.12.0
21202025-01-13T22:05:23.966Z Compiling cargo_metadata v0.18.1
21212025-01-13T22:05:24.311Z Compiling shell-words v1.1.0
21222025-01-13T22:05:24.417Z Compiling indent_write v2.2.0
21232025-01-13T22:05:31.899Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21242025-01-13T22:05:33.035Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21252025-01-13T22:05:39.769Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21262025-01-13T22:05:55.107Z Finished `release` profile [optimized] target(s) in 5m 30s
21272025-01-13T22:05:55.271Z Running `target/release/omicron-package -t test target create -p dev`
21282025-01-13T22:05:55.321ZLogging to: /work/oxidecomputer/omicron/out/LOG
21292025-01-13T22:05:55.324ZCreated new build target 'test' and set it as active
21302025-01-13T22:05:55.324Z
21312025-01-13T22:05:55.324Zreal 5:31.073800197
21322025-01-13T22:05:55.324Zuser 37:12.842773418
21332025-01-13T22:05:55.324Zsys 4:57.580679786
21342025-01-13T22:05:55.324Ztrap 1.100901240
21352025-01-13T22:05:55.324Ztflt 3.084997959
21362025-01-13T22:05:55.325Zdflt 0.753967821
21372025-01-13T22:05:55.325Zkflt 0.000282616
21382025-01-13T22:05:55.325Zlock 1:18:00.380468622
21392025-01-13T22:05:55.325Zslp 2:35:01.261024039
21402025-01-13T22:05:55.325Zlat 2:31.304002183
21412025-01-13T22:05:55.325Zstop 4:32.150810361
21422025-01-13T22:05:55.325Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21432025-01-13T22:05:56.310Z Finished `release` profile [optimized] target(s) in 0.93s
21442025-01-13T22:05:56.369Z Running `target/release/omicron-package -t test package`
21452025-01-13T22:05:56.416ZLogging to: /work/oxidecomputer/omicron/out/LOG
21462025-01-13T22:05:57.538Z Compiling convert_case v0.4.0
21472025-01-13T22:05:57.538Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21482025-01-13T22:05:57.542Z Compiling newline-converter v0.3.0
21492025-01-13T22:05:57.542Z Compiling password-hash v0.5.0
21502025-01-13T22:05:57.542Z Compiling blake2 v0.10.6
21512025-01-13T22:05:57.542Z Compiling base64 v0.21.7
21522025-01-13T22:05:57.542Z Compiling atomicwrites v0.4.4
21532025-01-13T22:05:57.542Z Compiling progenitor-client v0.8.0
21542025-01-13T22:05:57.819Z Compiling expectorate v1.1.0
21552025-01-13T22:05:57.963Z Compiling owo-colors v4.1.0
21562025-01-13T22:05:58.033Z Compiling cancel-safe-futures v0.1.5
21572025-01-13T22:05:58.187Z Compiling argon2 v0.5.3
21582025-01-13T22:05:58.208Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21592025-01-13T22:05:58.290Z Compiling progenitor v0.8.0
21602025-01-13T22:05:58.399Z Compiling num-rational v0.4.2
21612025-01-13T22:05:58.459Z Compiling derive_more v0.99.18
21622025-01-13T22:05:58.590Z Compiling num-complex v0.4.6
21632025-01-13T22:05:58.967Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21642025-01-13T22:05:59.556Z Compiling libsw v3.3.1
21652025-01-13T22:05:59.574Z Compiling linear-map v1.2.0
21662025-01-13T22:05:59.788Z Compiling num v0.4.3
21672025-01-13T22:05:59.892Z Compiling float-ord v0.3.2
21682025-01-13T22:05:59.919Z Compiling swrite v0.1.0
21692025-01-13T22:05:59.941Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21702025-01-13T22:05:59.999Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21712025-01-13T22:06:00.058Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21722025-01-13T22:06:00.076Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21732025-01-13T22:06:00.646Z Compiling highway v1.2.0
21742025-01-13T22:06:00.904Z Compiling semver v0.1.20
21752025-01-13T22:06:01.495Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21762025-01-13T22:06:01.791Z Compiling rustc_version v0.1.7
21772025-01-13T22:06:02.109Z Compiling tungstenite v0.21.0
21782025-01-13T22:06:02.234Z Compiling newtype_derive v0.1.6
21792025-01-13T22:06:02.555Z Compiling ipnetwork v0.20.0
21802025-01-13T22:06:03.371Z Compiling tokio-tungstenite v0.21.0
21812025-01-13T22:06:04.088Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21822025-01-13T22:06:04.754Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21832025-01-13T22:06:04.983Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21842025-01-13T22:06:07.388Z Compiling humantime v2.1.0
21852025-01-13T22:06:08.065Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21862025-01-13T22:06:08.231Z Compiling dropshot v0.13.0
21872025-01-13T22:06:08.310Z Compiling instant v0.1.13
21882025-01-13T22:06:08.478Z Compiling backoff v0.4.0
21892025-01-13T22:06:08.884Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21902025-01-13T22:06:09.338Z Compiling steno v0.4.1
21912025-01-13T22:06:09.413Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21922025-01-13T22:06:09.611Z Compiling parse-display v0.10.0
21932025-01-13T22:06:10.191Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21942025-01-13T22:06:10.389Z Compiling serde_with v3.11.0
21952025-01-13T22:06:14.179Z Compiling strum v0.26.3
21962025-01-13T22:06:14.367Z Compiling regress v0.9.1
21972025-01-13T22:06:14.625Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21982025-01-13T22:06:17.507Z Compiling macaddr v1.0.1
21992025-01-13T22:06:17.539Z Compiling slog-dtrace v0.3.0
22002025-01-13T22:06:17.762Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22012025-01-13T22:06:17.982Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22022025-01-13T22:06:18.206Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22032025-01-13T22:06:20.010Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22042025-01-13T22:06:20.287Z Compiling prettyplease v0.2.25
22052025-01-13T22:06:20.753Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22062025-01-13T22:06:20.907Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22072025-01-13T22:06:21.964Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22082025-01-13T22:06:24.398Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22092025-01-13T22:06:25.005Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22102025-01-13T22:06:36.909Z Compiling half v2.4.1
22112025-01-13T22:06:37.605Z Compiling ciborium-io v0.2.2
22122025-01-13T22:06:37.625Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22132025-01-13T22:06:37.753Z Compiling ciborium-ll v0.2.2
22142025-01-13T22:06:38.287Z Compiling ciborium v0.2.2
22152025-01-13T22:06:38.439Z Compiling same-file v1.0.6
22162025-01-13T22:06:38.716Z Compiling display-error-chain v0.2.2
22172025-01-13T22:06:38.944Z Compiling fastrand v2.1.1
22182025-01-13T22:06:38.964Z Compiling walkdir v2.5.0
22192025-01-13T22:06:39.368Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22202025-01-13T22:06:39.440Z Compiling tempfile v3.13.0
22212025-01-13T22:06:39.632Z Compiling blake3 v1.5.4
22222025-01-13T22:06:40.247Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22232025-01-13T22:06:40.273Z Compiling xattr v1.3.1
22242025-01-13T22:06:40.393Z Compiling memmap2 v0.9.5
22252025-01-13T22:06:40.541Z Compiling filetime v0.2.25
22262025-01-13T22:06:40.798Z Compiling constant_time_eq v0.3.1
22272025-01-13T22:06:40.837Z Compiling arrayvec v0.7.6
22282025-01-13T22:06:40.956Z Compiling arrayref v0.3.9
22292025-01-13T22:06:41.081Z Compiling keccak v0.1.5
22302025-01-13T22:06:42.039Z Compiling sha3 v0.10.8
22312025-01-13T22:06:42.406Z Compiling tar v0.4.42
22322025-01-13T22:06:42.795Z Compiling camino-tempfile v1.1.1
22332025-01-13T22:06:43.021Z Compiling toolchain_find v0.4.0
22342025-01-13T22:06:43.271Z Compiling const_format_proc_macros v0.2.33
22352025-01-13T22:06:43.676Z Compiling crunchy v0.2.2
22362025-01-13T22:06:43.792Z Compiling maplit v1.0.2
22372025-01-13T22:06:43.832Z Compiling radium v0.7.0
22382025-01-13T22:06:43.937Z Compiling topological-sort v0.2.2
22392025-01-13T22:06:44.145Z Compiling omicron-zone-package v0.12.0
22402025-01-13T22:06:44.178Z Compiling rustfmt-wrapper v0.2.1
22412025-01-13T22:06:44.213Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22422025-01-13T22:06:44.307Z Compiling tiny-keccak v2.0.2
22432025-01-13T22:06:44.550Z Compiling tap v1.0.1
22442025-01-13T22:06:44.599Z Compiling maybe-uninit v2.0.0
22452025-01-13T22:06:44.742Z Compiling wyz v0.5.1
22462025-01-13T22:06:44.901Z Compiling dsl_auto_type v0.1.2
22472025-01-13T22:06:45.169Z Compiling const_format v0.2.33
22482025-01-13T22:06:45.189Z Compiling phf_generator v0.11.2
22492025-01-13T22:06:45.220Z Compiling scheduled-thread-pool v0.2.7
22502025-01-13T22:06:45.252Z Compiling secrecy v0.8.0
22512025-01-13T22:06:45.375Z Compiling diesel_table_macro_syntax v0.2.0
22522025-01-13T22:06:45.521Z Compiling async-recursion v1.1.1
22532025-01-13T22:06:45.785Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22542025-01-13T22:06:46.106Z Compiling funty v2.0.0
22552025-01-13T22:06:46.314Z Compiling packed_struct v0.10.1
22562025-01-13T22:06:46.399Z Compiling crc-catalog v2.4.0
22572025-01-13T22:06:46.447Z Compiling arc-swap v1.7.1
22582025-01-13T22:06:46.562Z Compiling crc v3.2.1
22592025-01-13T22:06:46.767Z Compiling diesel_derives v2.2.3
22602025-01-13T22:06:46.986Z Compiling slog-scope v4.4.0
22612025-01-13T22:06:47.152Z Compiling r2d2 v0.8.10
22622025-01-13T22:06:47.620Z Compiling bitvec v1.0.1
22632025-01-13T22:06:47.821Z Compiling phf_codegen v0.11.2
22642025-01-13T22:06:48.514Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22652025-01-13T22:06:48.546Z Compiling ascii-canvas v3.0.0
22662025-01-13T22:06:48.627Z Compiling universal-hash v0.5.1
22672025-01-13T22:06:48.885Z Compiling thiserror-impl-no-std v2.0.2
22682025-01-13T22:06:49.063Z Compiling packed_struct_codegen v0.10.1
22692025-01-13T22:06:50.098Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22702025-01-13T22:06:51.518Z Compiling parse-zoneinfo v0.3.1
22712025-01-13T22:06:51.551Z Compiling ena v0.14.3
22722025-01-13T22:06:51.978Z Compiling unicase v2.7.0
22732025-01-13T22:06:52.279Z Compiling indexmap v1.9.3
22742025-01-13T22:06:52.299Z Compiling regex-syntax v0.6.29
22752025-01-13T22:06:52.605Z Compiling nodrop v0.1.14
22762025-01-13T22:06:52.759Z Compiling diff v0.1.13
22772025-01-13T22:06:53.133Z Compiling opaque-debug v0.3.1
22782025-01-13T22:06:53.255Z Compiling poly1305 v0.8.0
22792025-01-13T22:06:53.301Z Compiling array-init v0.0.4
22802025-01-13T22:06:54.640Z Compiling chrono-tz-build v0.4.0
22812025-01-13T22:06:55.794Z Compiling lalrpop v0.19.12
22822025-01-13T22:06:57.784Z Compiling thiserror-no-std v2.0.2
22832025-01-13T22:06:57.917Z Compiling smallvec v0.6.14
22842025-01-13T22:06:58.343Z Compiling diesel v2.2.6
22852025-01-13T22:06:58.401Z Compiling slog-stdlog v4.1.1
22862025-01-13T22:06:59.265Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22872025-01-13T22:06:59.746Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22882025-01-13T22:07:00.067Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22892025-01-13T22:07:00.302Z Compiling chacha20 v0.9.1
22902025-01-13T22:07:00.343Z Compiling aead v0.5.2
22912025-01-13T22:07:00.668Z Compiling vte_generate_state_changes v0.1.2
22922025-01-13T22:07:00.810Z Compiling hashbrown v0.12.3
22932025-01-13T22:07:01.289Z Compiling ref-cast v1.0.23
22942025-01-13T22:07:01.773Z Compiling termcolor v1.4.1
22952025-01-13T22:07:02.111Z Compiling bitfield v0.14.0
22962025-01-13T22:07:02.413Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22972025-01-13T22:07:02.867Z Compiling env_logger v0.10.2
22982025-01-13T22:07:07.391Z Compiling vte v0.11.1
22992025-01-13T22:07:08.941Z Compiling chacha20poly1305 v0.10.1
23002025-01-13T22:07:09.225Z Compiling slog-envlogger v2.2.0
23012025-01-13T22:07:11.959Z Compiling serde-hex v0.1.0
23022025-01-13T22:07:17.248Z Compiling vsss-rs v3.3.4
23032025-01-13T22:07:21.771Z Compiling polar-core v0.27.3
23042025-01-13T22:07:21.803Z Compiling chrono-tz v0.10.0
23052025-01-13T22:07:22.133Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23062025-01-13T22:07:22.461Z Compiling ron v0.8.1
23072025-01-13T22:07:22.480Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23082025-01-13T22:07:22.799Z Compiling derive_builder_core v0.20.2
23092025-01-13T22:07:23.004Z Compiling hashbrown v0.13.2
23102025-01-13T22:07:24.519Z Compiling headers-core v0.3.0
23112025-01-13T22:07:24.709Z Compiling fxhash v0.2.1
23122025-01-13T22:07:24.944Z Compiling libxml v0.3.3
23132025-01-13T22:07:25.129Z Compiling ref-cast-impl v1.0.23
23142025-01-13T22:07:25.309Z Compiling zip v2.1.3
23152025-01-13T22:07:25.641Z Compiling lockfree-object-pool v0.1.6
23162025-01-13T22:07:25.976Z Compiling crc-any v2.5.0
23172025-01-13T22:07:26.221Z Compiling bumpalo v3.16.0
23182025-01-13T22:07:26.839Z Compiling simd-adler32 v0.3.7
23192025-01-13T22:07:26.867Z Compiling bytecount v0.6.8
23202025-01-13T22:07:27.197Z Compiling zopfli v0.8.1
23212025-01-13T22:07:28.026Z Compiling papergrid v0.11.0
23222025-01-13T22:07:28.440Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23232025-01-13T22:07:31.818Z Compiling derive_builder_macro v0.20.2
23242025-01-13T22:07:32.643Z Compiling headers v0.4.0
23252025-01-13T22:07:36.314Z Compiling object v0.30.4
23262025-01-13T22:07:36.465Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23272025-01-13T22:07:41.468Z Compiling strip-ansi-escapes v0.2.0
23282025-01-13T22:07:42.162Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23292025-01-13T22:07:43.912Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23302025-01-13T22:07:44.214Z Compiling tabled_derive v0.7.0
23312025-01-13T22:07:45.269Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23322025-01-13T22:07:45.315Z Compiling fd-lock v4.0.2
23332025-01-13T22:07:45.558Z Compiling peg-macros v0.8.4
23342025-01-13T22:07:46.410Z Compiling strum_macros v0.24.3
23352025-01-13T22:07:48.664Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23362025-01-13T22:07:48.848Z Compiling kstat-rs v0.2.4
23372025-01-13T22:07:49.179Z Compiling samael v0.0.17
23382025-01-13T22:07:49.677Z Compiling path-slash v0.1.5
23392025-01-13T22:07:49.743Z Compiling nu-ansi-term v0.50.1
23402025-01-13T22:07:49.901Z Compiling indoc v1.0.9
23412025-01-13T22:07:49.905Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23422025-01-13T22:07:49.974Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23432025-01-13T22:07:50.899Z Compiling reedline v0.35.0
23442025-01-13T22:07:50.956Z Compiling peg v0.8.4
23452025-01-13T22:07:51.085Z Compiling tabled v0.15.0
23462025-01-13T22:07:54.905Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23472025-01-13T22:08:05.575Z Compiling derive_builder v0.20.2
23482025-01-13T22:08:10.032Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23492025-01-13T22:08:10.592Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23502025-01-13T22:08:11.356Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23512025-01-13T22:08:11.660Z Compiling pem v3.0.4
23522025-01-13T22:08:11.887Z Compiling bcs v0.1.6
23532025-01-13T22:08:12.809Z Compiling impl-trait-for-tuples v0.2.2
23542025-01-13T22:08:13.129Z Compiling oso-derive v0.27.3
23552025-01-13T22:08:14.130Z Compiling libz-sys v1.1.20
23562025-01-13T22:08:14.799Z Compiling quick-xml v0.33.0
23572025-01-13T22:08:14.966Z Compiling diesel-dtrace v0.4.2
23582025-01-13T22:08:15.292Z Compiling parking_lot_core v0.8.6
23592025-01-13T22:08:19.650Z Compiling oso v0.27.3
23602025-01-13T22:08:21.651Z Compiling mime_guess v2.0.5
23612025-01-13T22:08:22.792Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23622025-01-13T22:08:24.602Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23632025-01-13T22:08:30.125Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23642025-01-13T22:08:33.320Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23652025-01-13T22:08:33.626Z Compiling bb8 v0.8.5
23662025-01-13T22:08:34.269Z Compiling buf-list v1.0.3
23672025-01-13T22:08:34.918Z Compiling async-bb8-diesel v0.2.1
23682025-01-13T22:08:36.993Z Compiling nibble_vec v0.1.0
23692025-01-13T22:08:37.248Z Compiling libgit2-sys v0.17.0+1.8.1
23702025-01-13T22:08:37.738Z Compiling pin-project-internal v1.1.6
23712025-01-13T22:08:38.060Z Compiling atty v0.2.14
23722025-01-13T22:08:38.244Z Compiling salty v0.3.0
23732025-01-13T22:08:38.682Z Compiling http-range v0.1.5
23742025-01-13T22:08:39.318Z Compiling endian-type v0.1.2
23752025-01-13T22:08:39.574Z Compiling radix_trie v0.2.1
23762025-01-13T22:08:40.543Z Compiling pin-project v1.1.6
23772025-01-13T22:08:40.697Z Compiling parking_lot v0.11.2
23782025-01-13T22:08:45.567Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23792025-01-13T22:08:52.023Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23802025-01-13T22:08:56.621Z Compiling snafu-derive v0.8.5
23812025-01-13T22:08:56.757Z Compiling hyper-staticfile v0.10.1
23822025-01-13T22:08:59.761Z Compiling sled v0.34.7
23832025-01-13T22:09:01.239Z Compiling snafu v0.8.5
23842025-01-13T22:09:04.541Z Compiling hickory-client v0.24.1
23852025-01-13T22:09:07.852Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23862025-01-13T22:09:09.811Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23872025-01-13T22:09:09.831Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23882025-01-13T22:09:10.089Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23892025-01-13T22:09:10.447Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23902025-01-13T22:09:11.945Z Compiling globset v0.4.15
23912025-01-13T22:09:15.682Z Compiling hickory-server v0.24.1
23922025-01-13T22:09:18.738Z Compiling primeorder v0.13.6
23932025-01-13T22:09:19.307Z Compiling olpc-cjson v0.1.4
23942025-01-13T22:09:19.339Z Compiling vergen v8.3.2
23952025-01-13T22:09:19.644Z Compiling castaway v0.2.3
23962025-01-13T22:09:19.665Z Compiling env_filter v0.1.2
23972025-01-13T22:09:19.825Z Compiling serde_plain v1.0.2
23982025-01-13T22:09:20.365Z Compiling cargo-platform v0.1.8
23992025-01-13T22:09:20.847Z Compiling nanorand v0.7.0
24002025-01-13T22:09:21.112Z Compiling memoffset v0.9.1
24012025-01-13T22:09:21.426Z Compiling typed-path v0.9.3
24022025-01-13T22:09:21.705Z Compiling flume v0.11.1
24032025-01-13T22:09:22.430Z Compiling cargo_metadata v0.18.1
24042025-01-13T22:09:25.534Z Compiling tough v0.19.0
24052025-01-13T22:09:25.857Z Compiling env_logger v0.11.5
24062025-01-13T22:09:27.487Z Compiling compact_str v0.8.0
24072025-01-13T22:09:28.937Z Compiling p384 v0.13.0
24082025-01-13T22:09:30.033Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24092025-01-13T22:09:30.279Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24102025-01-13T22:09:30.839Z Compiling git2 v0.19.0
24112025-01-13T22:09:35.088Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24122025-01-13T22:09:40.080Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24132025-01-13T22:09:40.324Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24142025-01-13T22:09:41.291Z Compiling unicode-truncate v1.1.0
24152025-01-13T22:09:41.589Z Compiling lru v0.12.5
24162025-01-13T22:09:42.007Z Compiling rand_seeder v0.3.0
24172025-01-13T22:09:42.435Z Compiling libsqlite3-sys v0.30.1
24182025-01-13T22:09:42.978Z Compiling lzma-sys v0.1.20
24192025-01-13T22:09:43.719Z Compiling instability v0.3.2
24202025-01-13T22:09:44.756Z Compiling cassowary v0.3.0
24212025-01-13T22:09:46.429Z Compiling cfg_aliases v0.2.1
24222025-01-13T22:09:46.568Z Compiling rustls v0.21.12
24232025-01-13T22:09:46.882Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24242025-01-13T22:09:47.196Z Compiling parse-size v1.1.0
24252025-01-13T22:09:47.352Z Compiling nix v0.29.0
24262025-01-13T22:09:47.518Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24272025-01-13T22:09:48.198Z Compiling ratatui v0.28.1
24282025-01-13T22:09:48.566Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24292025-01-13T22:09:48.824Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24302025-01-13T22:09:54.877Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24312025-01-13T22:09:55.364Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24322025-01-13T22:09:56.198Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24332025-01-13T22:09:56.507Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24342025-01-13T22:09:56.898Z Compiling rustls-webpki v0.101.7
24352025-01-13T22:09:59.931Z Compiling sct v0.7.1
24362025-01-13T22:10:00.276Z Compiling heck v0.3.3
24372025-01-13T22:10:00.419Z Compiling csv-core v0.1.11
24382025-01-13T22:10:00.682Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24392025-01-13T22:10:00.911Z Compiling glob v0.3.1
24402025-01-13T22:10:01.003Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24412025-01-13T22:10:01.307Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24422025-01-13T22:10:01.438Z Compiling csv v1.3.0
24432025-01-13T22:10:02.987Z Compiling zone_cfg_derive v0.1.2
24442025-01-13T22:10:04.423Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24452025-01-13T22:10:07.038Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24462025-01-13T22:10:08.313Z Compiling nix v0.27.1
24472025-01-13T22:10:08.626Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24482025-01-13T22:10:11.800Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24492025-01-13T22:10:15.340Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24502025-01-13T22:10:15.436Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24512025-01-13T22:10:16.578Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24522025-01-13T22:10:20.973Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24532025-01-13T22:10:21.343Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24542025-01-13T22:10:21.656Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24552025-01-13T22:10:21.968Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24562025-01-13T22:10:22.509Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24572025-01-13T22:10:24.084Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24582025-01-13T22:10:24.135Z Compiling hashlink v0.9.1
24592025-01-13T22:10:24.691Z Compiling tungstenite v0.23.0
24602025-01-13T22:10:24.971Z Compiling base64 v0.13.1
24612025-01-13T22:10:25.524Z Compiling fallible-streaming-iterator v0.1.9
24622025-01-13T22:10:25.765Z Compiling fallible-iterator v0.3.0
24632025-01-13T22:10:25.832Z Compiling ron v0.7.1
24642025-01-13T22:10:26.625Z Compiling rusqlite v0.32.1
24652025-01-13T22:10:28.859Z Compiling tokio-tungstenite v0.23.1
24662025-01-13T22:10:29.294Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24672025-01-13T22:10:29.507Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24682025-01-13T22:10:29.975Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24692025-01-13T22:10:30.440Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24702025-01-13T22:10:31.849Z Compiling xz2 v0.1.7
24712025-01-13T22:10:33.073Z Compiling tokio-rustls v0.24.1
24722025-01-13T22:10:33.557Z Compiling zone v0.1.8
24732025-01-13T22:10:35.885Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24742025-01-13T22:10:36.851Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24752025-01-13T22:10:43.962Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24762025-01-13T22:10:49.568Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24772025-01-13T22:10:50.292Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24782025-01-13T22:10:50.608Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24792025-01-13T22:10:52.903Z Compiling rustls-pemfile v1.0.4
24802025-01-13T22:10:53.641Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24812025-01-13T22:10:53.982Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24822025-01-13T22:10:57.996Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24832025-01-13T22:10:58.183Z Compiling signal-hook-tokio v0.3.1
24842025-01-13T22:10:58.422Z Compiling twox-hash v1.6.3
24852025-01-13T22:10:58.896Z Compiling yasna v0.5.2
24862025-01-13T22:10:59.456Z Compiling is_ci v1.2.0
24872025-01-13T22:10:59.670Z Compiling unicode-linebreak v0.1.5
24882025-01-13T22:10:59.776Z Compiling smawk v0.3.2
24892025-01-13T22:11:00.059Z Compiling rcgen v0.12.1
24902025-01-13T22:11:00.253Z Compiling textwrap v0.16.1
24912025-01-13T22:11:02.283Z Compiling supports-color v3.0.1
24922025-01-13T22:11:03.879Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24932025-01-13T22:11:09.102Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24942025-01-13T22:11:10.318Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
24952025-01-13T22:11:13.551Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24962025-01-13T22:11:20.536Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24972025-01-13T22:11:30.848Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24982025-01-13T22:11:31.173Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24992025-01-13T22:11:35.780Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25002025-01-13T22:11:36.513Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25012025-01-13T22:11:44.787Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25022025-01-13T22:11:45.096Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
25032025-01-13T22:11:49.464Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25042025-01-13T22:11:51.901Z Compiling fatfs v0.3.6
25052025-01-13T22:11:54.853Z Compiling subprocess v0.2.9
25062025-01-13T22:11:55.768Z Compiling rtoolbox v0.0.2
25072025-01-13T22:11:56.218Z Compiling assert_matches v1.5.0
25082025-01-13T22:11:59.579Z Compiling rpassword v7.3.1
25092025-01-13T22:11:59.889Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25102025-01-13T22:12:00.041Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25112025-01-13T22:12:02.846Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25122025-01-13T22:12:07.621Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25132025-01-13T22:12:08.981Z Compiling tui-tree-widget v0.22.0
25142025-01-13T22:12:09.446Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25152025-01-13T22:12:10.091Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25162025-01-13T22:12:10.404Z Compiling uzers v0.12.1
25172025-01-13T22:12:13.593Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25182025-01-13T22:12:22.827Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25192025-01-13T22:12:24.925Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25202025-01-13T22:12:47.707Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25212025-01-13T22:12:56.886Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25222025-01-13T22:12:58.398Z Compiling multimap v0.10.0
25232025-01-13T22:15:19.061Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25242025-01-13T22:15:31.884Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25252025-01-13T22:22:10.980Z Finished `release` profile [optimized] target(s) in 16m 14s
25262025-01-13T22:23:15.441Z
25272025-01-13T22:23:15.443Zreal 17:19.961919566
25282025-01-13T22:23:15.443Zuser 1:58:02.447886939
25292025-01-13T22:23:15.444Zsys 6:00.938133744
25302025-01-13T22:23:15.444Ztrap 2.916598696
25312025-01-13T22:23:15.444Ztflt 2.970043345
25322025-01-13T22:23:15.444Zdflt 5.471186984
25332025-01-13T22:23:15.444Zkflt 0.001985520
25342025-01-13T22:23:15.444Zlock 7:15:01.529723715
25352025-01-13T22:23:15.444Zslp 6:11:05.576745597
25362025-01-13T22:23:15.444Zlat 2:53.896679608
25372025-01-13T22:23:15.444Zstop 2:34.679239069
25382025-01-13T22:23:15.444Z+ mapfile -t packages
25392025-01-13T22:23:15.444Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25402025-01-13T22:23:16.468Z Finished `release` profile [optimized] target(s) in 0.97s
25412025-01-13T22:23:16.527Z Running `target/release/omicron-package -t test list-outputs`
25422025-01-13T22:23:16.575ZLogging to: /work/oxidecomputer/omicron/out/LOG
25432025-01-13T22:23:16.578Z+ ptime -m cargo build --locked --release -p xtask
25442025-01-13T22:23:17.141Z Compiling serde v1.0.215
25452025-01-13T22:23:17.144Z Compiling libc v0.2.162
25462025-01-13T22:23:17.144Z Compiling serde_json v1.0.133
25472025-01-13T22:23:17.144Z Compiling rustix v0.38.37
25482025-01-13T22:23:17.144Z Compiling syn v2.0.87
25492025-01-13T22:23:17.234Z Compiling bitflags v2.6.0
25502025-01-13T22:23:17.612Z Compiling usdt-impl v0.5.0
25512025-01-13T22:23:17.626Z Compiling syn v1.0.109
25522025-01-13T22:23:17.719Z Compiling log v0.4.22
25532025-01-13T22:23:17.736Z Compiling hashbrown v0.15.1
25542025-01-13T22:23:17.780Z Compiling fs-err v2.11.0
25552025-01-13T22:23:18.099Z Compiling anyhow v1.0.93
25562025-01-13T22:23:18.173Z Compiling once_cell v1.20.2
25572025-01-13T22:23:18.652Z Compiling thread-id v4.2.2
25582025-01-13T22:23:19.076Z Compiling indexmap v2.6.0
25592025-01-13T22:23:20.329Z Compiling terminal_size v0.4.0
25602025-01-13T22:23:20.329Z Compiling tempfile v3.13.0
25612025-01-13T22:23:20.567Z Compiling clap_builder v4.5.21
25622025-01-13T22:23:20.986Z Compiling proc-macro-error v1.0.4
25632025-01-13T22:23:22.457Z Compiling tabled_derive v0.7.0
25642025-01-13T22:23:23.736Z Compiling tabled v0.15.0
25652025-01-13T22:23:25.237Z Compiling serde_derive v1.0.215
25662025-01-13T22:23:25.787Z Compiling thiserror-impl v1.0.69
25672025-01-13T22:23:26.003Z Compiling zerocopy-derive v0.7.35
25682025-01-13T22:23:26.061Z Compiling scroll_derive v0.12.0
25692025-01-13T22:23:27.178Z Compiling clap_derive v4.5.18
25702025-01-13T22:23:27.463Z Compiling scroll v0.12.0
25712025-01-13T22:23:28.086Z Compiling zerocopy v0.7.35
25722025-01-13T22:23:28.664Z Compiling thiserror v1.0.69
25732025-01-13T22:23:28.832Z Compiling pest v2.7.14
25742025-01-13T22:23:29.865Z Compiling goblin v0.8.2
25752025-01-13T22:23:31.763Z Compiling pest_meta v2.7.14
25762025-01-13T22:23:31.870Z Compiling clap v4.5.21
25772025-01-13T22:23:33.726Z Compiling pest_generator v2.7.14
25782025-01-13T22:23:35.941Z Compiling pest_derive v2.7.14
25792025-01-13T22:23:36.726Z Compiling dtrace-parser v0.2.0
25802025-01-13T22:23:40.303Z Compiling toml_datetime v0.6.8
25812025-01-13T22:23:41.019Z Compiling serde_spanned v0.6.8
25822025-01-13T22:23:41.295Z Compiling toml_edit v0.22.22
25832025-01-13T22:23:44.678Z Compiling dof v0.3.0
25842025-01-13T22:23:44.863Z Compiling serde_tokenstream v0.2.2
25852025-01-13T22:23:45.859Z Compiling camino v1.1.9
25862025-01-13T22:23:46.880Z Compiling usdt-attr-macro v0.5.0
25872025-01-13T22:23:47.241Z Compiling usdt-macro v0.5.0
25882025-01-13T22:23:48.478Z Compiling toml v0.8.19
25892025-01-13T22:23:48.596Z Compiling semver v1.0.23
25902025-01-13T22:23:50.114Z Compiling cargo-platform v0.1.8
25912025-01-13T22:23:50.235Z Compiling cargo_toml v0.20.5
25922025-01-13T22:23:50.735Z Compiling cargo_metadata v0.18.1
25932025-01-13T22:23:50.879Z Compiling usdt v0.5.0
25942025-01-13T22:23:51.240Z Compiling camino-tempfile v1.1.1
25952025-01-13T22:23:52.093Z Compiling macaddr v1.0.1
25962025-01-13T22:24:01.786Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25972025-01-13T22:24:12.785Z Finished `release` profile [optimized] target(s) in 56.15s
25982025-01-13T22:24:12.893Z
25992025-01-13T22:24:12.893Zreal 56.280174782
26002025-01-13T22:24:12.893Zuser 5:44.007891364
26012025-01-13T22:24:12.893Zsys 30.962016054
26022025-01-13T22:24:12.893Ztrap 0.149850785
26032025-01-13T22:24:12.894Ztflt 0.279593386
26042025-01-13T22:24:12.894Zdflt 0.564485873
26052025-01-13T22:24:12.894Zkflt 0.010932187
26062025-01-13T22:24:12.897Zlock 10:07.650429633
26072025-01-13T22:24:12.897Zslp 15:17.035810379
26082025-01-13T22:24:12.897Zlat 12.497302399
26092025-01-13T22:24:12.897Zstop 17.600878367
26102025-01-13T22:24:12.897Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26112025-01-13T22:24:12.898Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26122025-01-13T22:24:12.898Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26132025-01-13T22:24:12.898Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26142025-01-13T22:24:12.898Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26152025-01-13T22:24:13.786Z Compiling hashbrown v0.14.5
26162025-01-13T22:24:13.910Z Compiling ident_case v1.0.1
26172025-01-13T22:24:13.923Z Compiling unsafe-libyaml v0.2.11
26182025-01-13T22:24:13.925Z Compiling progenitor-client v0.8.0
26192025-01-13T22:24:13.925Z Compiling ipnetwork v0.20.0
26202025-01-13T22:24:13.925Z Compiling macaddr v1.0.1
26212025-01-13T22:24:13.925Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26222025-01-13T22:24:13.925Z Compiling instant v0.1.13
26232025-01-13T22:24:14.060Z Compiling darling_core v0.20.10
26242025-01-13T22:24:14.095Z Compiling structmeta-derive v0.3.0
26252025-01-13T22:24:14.436Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26262025-01-13T22:24:14.458Z Compiling dropshot v0.13.0
26272025-01-13T22:24:14.477Z Compiling dropshot_endpoint v0.13.0
26282025-01-13T22:24:14.837Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26292025-01-13T22:24:14.871Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26302025-01-13T22:24:15.220Z Compiling regress v0.10.1
26312025-01-13T22:24:15.249Z Compiling serde_yaml v0.9.34+deprecated
26322025-01-13T22:24:15.633Z Compiling regress v0.9.1
26332025-01-13T22:24:15.807Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26342025-01-13T22:24:16.004Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26352025-01-13T22:24:16.097Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26362025-01-13T22:24:16.774Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26372025-01-13T22:24:17.093Z Compiling backoff v0.4.0
26382025-01-13T22:24:17.153Z Compiling structmeta v0.3.0
26392025-01-13T22:24:17.246Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26402025-01-13T22:24:17.425Z Compiling tempfile v3.13.0
26412025-01-13T22:24:17.462Z Compiling proc-macro-crate v1.3.1
26422025-01-13T22:24:17.604Z Compiling parse-display-derive v0.10.0
26432025-01-13T22:24:18.347Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26442025-01-13T22:24:18.585Z Compiling num_enum_derive v0.5.11
26452025-01-13T22:24:18.743Z Compiling itertools v0.13.0
26462025-01-13T22:24:19.347Z Compiling typify-impl v0.2.0
26472025-01-13T22:24:20.312Z Compiling zerocopy v0.8.10
26482025-01-13T22:24:20.784Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26492025-01-13T22:24:21.106Z Compiling zerocopy-derive v0.8.10
26502025-01-13T22:24:21.143Z Compiling darling_macro v0.20.10
26512025-01-13T22:24:21.261Z Compiling num_enum v0.5.11
26522025-01-13T22:24:21.355Z Compiling foreign-types-macros v0.2.3
26532025-01-13T22:24:21.518Z Compiling crucible-workspace-hack v0.1.0
26542025-01-13T22:24:21.676Z Compiling foreign-types-shared v0.3.1
26552025-01-13T22:24:21.800Z Compiling heapless v0.8.0
26562025-01-13T22:24:22.112Z Compiling darling v0.20.10
26572025-01-13T22:24:22.179Z Compiling proc-macro-error v1.0.4
26582025-01-13T22:24:22.247Z Compiling serde_with_macros v3.11.0
26592025-01-13T22:24:22.269Z Compiling parse-display v0.10.0
26602025-01-13T22:24:22.660Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26612025-01-13T22:24:22.680Z Compiling foreign-types v0.5.0
26622025-01-13T22:24:22.969Z Compiling camino-tempfile v1.1.1
26632025-01-13T22:24:22.989Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26642025-01-13T22:24:23.043Z Compiling hash32 v0.3.1
26652025-01-13T22:24:23.288Z Compiling cstr-argument v0.1.2
26662025-01-13T22:24:23.445Z Compiling pretty-hex v0.2.1
26672025-01-13T22:24:23.558Z Compiling smoltcp v0.11.0
26682025-01-13T22:24:23.636Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26692025-01-13T22:24:23.800Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26702025-01-13T22:24:23.984Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26712025-01-13T22:24:24.539Z Compiling tabwriter v1.4.0
26722025-01-13T22:24:24.667Z Compiling colored v2.1.0
26732025-01-13T22:24:25.092Z Compiling serde_with v3.11.0
26742025-01-13T22:24:25.113Z Compiling cobs v0.2.3
26752025-01-13T22:24:25.436Z Compiling postcard v1.0.10
26762025-01-13T22:24:25.483Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26772025-01-13T22:24:25.787Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26782025-01-13T22:24:26.055Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26792025-01-13T22:24:26.144Z Compiling thiserror v2.0.3
26802025-01-13T22:24:26.840Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26812025-01-13T22:24:27.152Z Compiling smf v0.2.3
26822025-01-13T22:24:27.370Z Compiling thiserror-impl v2.0.3
26832025-01-13T22:24:27.685Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26842025-01-13T22:24:28.594Z Compiling zone_cfg_derive v0.3.0
26852025-01-13T22:24:29.096Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26862025-01-13T22:24:29.159Z Compiling num-derive v0.4.2
26872025-01-13T22:24:29.645Z Compiling sigpipe v0.1.3
26882025-01-13T22:24:29.789Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26892025-01-13T22:24:29.984Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26902025-01-13T22:24:30.105Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26912025-01-13T22:24:30.141Z Compiling zone v0.3.0
26922025-01-13T22:24:30.326Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26932025-01-13T22:24:30.801Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26942025-01-13T22:24:30.835Z Compiling universal-hash v0.5.1
26952025-01-13T22:24:31.037Z Compiling opaque-debug v0.3.1
26962025-01-13T22:24:31.147Z Compiling tungstenite v0.21.0
26972025-01-13T22:24:31.283Z Compiling num-rational v0.4.2
26982025-01-13T22:24:31.305Z Compiling password-hash v0.5.0
26992025-01-13T22:24:31.613Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27002025-01-13T22:24:31.758Z Compiling num-complex v0.4.6
27012025-01-13T22:24:32.350Z Compiling blake2 v0.10.6
27022025-01-13T22:24:32.371Z Compiling aead v0.5.2
27032025-01-13T22:24:32.591Z Compiling convert_case v0.4.0
27042025-01-13T22:24:32.756Z Compiling base64 v0.21.7
27052025-01-13T22:24:32.865Z Compiling keccak v0.1.5
27062025-01-13T22:24:33.060Z Compiling argon2 v0.5.3
27072025-01-13T22:24:33.354Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27082025-01-13T22:24:33.533Z Compiling sha3 v0.10.8
27092025-01-13T22:24:33.601Z Compiling num v0.4.3
27102025-01-13T22:24:33.623Z Compiling derive_more v0.99.18
27112025-01-13T22:24:33.688Z Compiling tokio-tungstenite v0.21.0
27122025-01-13T22:24:33.716Z Compiling poly1305 v0.8.0
27132025-01-13T22:24:33.893Z Compiling chacha20 v0.9.1
27142025-01-13T22:24:34.295Z Compiling float-ord v0.3.2
27152025-01-13T22:24:34.444Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27162025-01-13T22:24:34.521Z Compiling same-file v1.0.6
27172025-01-13T22:24:34.564Z Compiling semver v0.1.20
27182025-01-13T22:24:34.899Z Compiling walkdir v2.5.0
27192025-01-13T22:24:35.092Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27202025-01-13T22:24:35.288Z Compiling rustc_version v0.1.7
27212025-01-13T22:24:35.420Z Compiling newline-converter v0.3.0
27222025-01-13T22:24:35.527Z Compiling primeorder v0.13.6
27232025-01-13T22:24:35.598Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27242025-01-13T22:24:35.716Z Compiling secrecy v0.8.0
27252025-01-13T22:24:35.822Z Compiling owo-colors v4.1.0
27262025-01-13T22:24:35.888Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27272025-01-13T22:24:36.005Z Compiling cancel-safe-futures v0.1.5
27282025-01-13T22:24:36.068Z Compiling newtype_derive v0.1.6
27292025-01-13T22:24:36.133Z Compiling expectorate v1.1.0
27302025-01-13T22:24:36.201Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27312025-01-13T22:24:36.319Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27322025-01-13T22:24:36.376Z Compiling thiserror-impl-no-std v2.0.2
27332025-01-13T22:24:36.404Z Compiling blake3 v1.5.4
27342025-01-13T22:24:36.657Z Compiling unicase v2.7.0
27352025-01-13T22:24:36.764Z Compiling half v2.4.1
27362025-01-13T22:24:36.961Z Compiling ciborium-io v0.2.2
27372025-01-13T22:24:37.071Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27382025-01-13T22:24:37.116Z Compiling arc-swap v1.7.1
27392025-01-13T22:24:37.351Z Compiling ciborium-ll v0.2.2
27402025-01-13T22:24:37.581Z Compiling slog-scope v4.4.0
27412025-01-13T22:24:37.764Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27422025-01-13T22:24:37.767Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27432025-01-13T22:24:38.014Z Compiling typify-macro v0.2.0
27442025-01-13T22:24:38.144Z Compiling polyval v0.6.2
27452025-01-13T22:24:38.513Z Compiling atomicwrites v0.4.4
27462025-01-13T22:24:38.597Z Compiling libsw v3.3.1
27472025-01-13T22:24:38.637Z Compiling memmap2 v0.9.5
27482025-01-13T22:24:38.920Z Compiling arrayvec v0.7.6
27492025-01-13T22:24:38.920Z Compiling libefi-sys v0.1.0
27502025-01-13T22:24:39.132Z Compiling indent_write v2.2.0
27512025-01-13T22:24:39.203Z Compiling parking_lot_core v0.8.6
27522025-01-13T22:24:39.349Z Compiling constant_time_eq v0.3.1
27532025-01-13T22:24:39.399Z Compiling linear-map v1.2.0
27542025-01-13T22:24:39.547Z Compiling salty v0.3.0
27552025-01-13T22:24:39.650Z Compiling thiserror-no-std v2.0.2
27562025-01-13T22:24:39.711Z Compiling arrayref v0.3.9
27572025-01-13T22:24:39.777Z Compiling vsss-rs v3.3.4
27582025-01-13T22:24:39.878Z Compiling ghash v0.5.1
27592025-01-13T22:24:40.082Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27602025-01-13T22:24:40.170Z Compiling slog-stdlog v4.1.1
27612025-01-13T22:24:40.447Z Compiling ciborium v0.2.2
27622025-01-13T22:24:41.143Z Compiling p384 v0.13.0
27632025-01-13T22:24:41.256Z Compiling toolchain_find v0.4.0
27642025-01-13T22:24:41.559Z Compiling chacha20poly1305 v0.10.1
27652025-01-13T22:24:41.817Z Compiling lzma-sys v0.1.20
27662025-01-13T22:24:41.973Z Compiling ctr v0.9.2
27672025-01-13T22:24:41.993Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27682025-01-13T22:24:42.367Z Compiling bitfield-struct v0.6.2
27692025-01-13T22:24:42.387Z Compiling slog-dtrace v0.3.0
27702025-01-13T22:24:42.508Z Compiling typify v0.2.0
27712025-01-13T22:24:42.623Z Compiling topological-sort v0.2.2
27722025-01-13T22:24:42.623Z Compiling highway v1.2.0
27732025-01-13T22:24:42.665Z Compiling progenitor-impl v0.8.0
27742025-01-13T22:24:42.777Z Compiling aes-gcm v0.10.3
27752025-01-13T22:24:42.868Z Compiling omicron-zone-package v0.12.0
27762025-01-13T22:24:42.888Z Compiling rustfmt-wrapper v0.2.1
27772025-01-13T22:24:43.089Z Compiling mime_guess v2.0.5
27782025-01-13T22:24:43.424Z Compiling slog-envlogger v2.2.0
27792025-01-13T22:24:43.469Z Compiling steno v0.4.1
27802025-01-13T22:24:43.850Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27812025-01-13T22:24:44.487Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27822025-01-13T22:24:44.629Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27832025-01-13T22:24:44.784Z Compiling heck v0.3.3
27842025-01-13T22:24:45.076Z Compiling ssh-encoding v0.2.0
27852025-01-13T22:24:45.105Z Compiling blowfish v0.9.1
27862025-01-13T22:24:45.178Z Compiling nibble_vec v0.1.0
27872025-01-13T22:24:45.233Z Compiling env_filter v0.1.2
27882025-01-13T22:24:45.412Z Compiling endian-type v0.1.2
27892025-01-13T22:24:45.597Z Compiling humantime v2.1.0
27902025-01-13T22:24:45.600Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27912025-01-13T22:24:45.650Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27922025-01-13T22:24:45.789Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27932025-01-13T22:24:45.812Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27942025-01-13T22:24:45.941Z Compiling radix_trie v0.2.1
27952025-01-13T22:24:45.961Z Compiling env_logger v0.11.5
27962025-01-13T22:24:46.095Z Compiling ssh-cipher v0.2.0
27972025-01-13T22:24:46.122Z Compiling bcrypt-pbkdf v0.10.0
27982025-01-13T22:24:46.647Z Compiling zone_cfg_derive v0.1.2
27992025-01-13T22:24:46.754Z Compiling parking_lot v0.11.2
28002025-01-13T22:24:46.828Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28012025-01-13T22:24:47.198Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28022025-01-13T22:24:47.692Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28032025-01-13T22:24:47.838Z Compiling password-hash v0.4.2
28042025-01-13T22:24:48.121Z Compiling gethostname v0.5.0
28052025-01-13T22:24:48.121Z Compiling fxhash v0.2.1
28062025-01-13T22:24:48.160Z Compiling matches v0.1.10
28072025-01-13T22:24:48.174Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28082025-01-13T22:24:48.259Z Compiling lockfree-object-pool v0.1.6
28092025-01-13T22:24:48.341Z Compiling http-range v0.1.5
28102025-01-13T22:24:48.359Z Compiling zip v2.1.3
28112025-01-13T22:24:48.456Z Compiling bumpalo v3.16.0
28122025-01-13T22:24:48.553Z Compiling base64 v0.13.1
28132025-01-13T22:24:48.667Z Compiling simd-adler32 v0.3.7
28142025-01-13T22:24:48.767Z Compiling sled v0.34.7
28152025-01-13T22:24:48.795Z Compiling pbkdf2 v0.11.0
28162025-01-13T22:24:48.960Z Compiling ron v0.7.1
28172025-01-13T22:24:49.162Z Compiling zopfli v0.8.1
28182025-01-13T22:24:49.165Z Compiling idna v0.2.3
28192025-01-13T22:24:49.270Z Compiling zone v0.1.8
28202025-01-13T22:24:49.991Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28212025-01-13T22:24:50.725Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28222025-01-13T22:24:50.921Z Compiling xz2 v0.1.7
28232025-01-13T22:24:50.942Z Compiling progenitor-macro v0.8.0
28242025-01-13T22:24:51.018Z Compiling ssh-key v0.6.6
28252025-01-13T22:24:51.197Z Compiling hickory-client v0.24.1
28262025-01-13T22:24:51.873Z Compiling p521 v0.13.3
28272025-01-13T22:24:51.896Z Compiling p256 v0.13.2
28282025-01-13T22:24:51.915Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28292025-01-13T22:24:52.670Z Compiling hickory-server v0.24.1
28302025-01-13T22:24:52.749Z Compiling enum-as-inner v0.5.1
28312025-01-13T22:24:53.118Z Compiling pem v3.0.4
28322025-01-13T22:24:53.790Z Compiling yasna v0.5.2
28332025-01-13T22:24:53.977Z Compiling headers-core v0.3.0
28342025-01-13T22:24:54.161Z Compiling kstat-rs v0.2.4
28352025-01-13T22:24:54.299Z Compiling nanorand v0.7.0
28362025-01-13T22:24:54.864Z Compiling russh-cryptovec v0.7.3
28372025-01-13T22:24:54.949Z Compiling atty v0.2.14
28382025-01-13T22:24:55.105Z Compiling md5 v0.7.0
28392025-01-13T22:24:55.202Z Compiling rcgen v0.12.1
28402025-01-13T22:24:55.571Z Compiling russh-keys v0.45.0
28412025-01-13T22:24:55.629Z Compiling flume v0.11.1
28422025-01-13T22:24:55.675Z Compiling headers v0.4.0
28432025-01-13T22:24:55.928Z Compiling trust-dns-proto v0.22.0
28442025-01-13T22:24:57.396Z Compiling hyper-staticfile v0.10.1
28452025-01-13T22:24:57.721Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28462025-01-13T22:24:58.338Z Compiling num-bigint v0.4.6
28472025-01-13T22:24:58.566Z Compiling des v0.8.1
28482025-01-13T22:24:58.865Z Compiling subprocess v0.2.9
28492025-01-13T22:24:58.929Z Compiling hex-literal v0.4.1
28502025-01-13T22:24:59.105Z Compiling dhcproto-macros v0.1.0
28512025-01-13T22:24:59.728Z Compiling display-error-chain v0.2.2
28522025-01-13T22:24:59.788Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28532025-01-13T22:24:59.944Z Compiling internet-checksum v0.2.1
28542025-01-13T22:25:00.446Z Compiling dhcproto v0.12.0
28552025-01-13T22:25:01.320Z Compiling russh v0.45.0
28562025-01-13T22:25:03.818Z Compiling progenitor v0.8.0
28572025-01-13T22:25:03.954Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28582025-01-13T22:25:03.954Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28592025-01-13T22:25:03.957Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28602025-01-13T22:25:03.957Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28612025-01-13T22:25:03.957Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28622025-01-13T22:25:03.957Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28632025-01-13T22:25:04.052Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28642025-01-13T22:25:05.509Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28652025-01-13T22:25:06.401Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28662025-01-13T22:25:08.231Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28672025-01-13T22:25:09.093Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28682025-01-13T22:25:09.556Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28692025-01-13T22:25:19.540Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28702025-01-13T22:25:19.542Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28712025-01-13T22:25:19.543Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28722025-01-13T22:25:19.543Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28732025-01-13T22:25:22.645Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28742025-01-13T22:25:24.190Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28752025-01-13T22:25:24.429Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28762025-01-13T22:25:24.518Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28772025-01-13T22:25:25.302Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28782025-01-13T22:25:27.966Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28792025-01-13T22:25:28.581Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28802025-01-13T22:25:28.692Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28812025-01-13T22:25:29.100Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28822025-01-13T22:25:29.712Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28832025-01-13T22:25:29.732Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28842025-01-13T22:25:30.818Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28852025-01-13T22:25:32.745Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28862025-01-13T22:25:33.114Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28872025-01-13T22:25:33.435Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28882025-01-13T22:25:34.904Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28892025-01-13T22:25:35.417Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28902025-01-13T22:25:36.838Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28912025-01-13T22:25:38.857Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28922025-01-13T22:25:39.098Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28932025-01-13T22:25:42.050Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28942025-01-13T22:25:42.384Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28952025-01-13T22:25:43.992Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28962025-01-13T22:25:44.495Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28972025-01-13T22:25:48.486Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28982025-01-13T22:25:57.730Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28992025-01-13T22:25:59.197Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29002025-01-13T22:26:18.838Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29012025-01-13T22:26:58.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 45s
29022025-01-13T22:26:58.406Z
29032025-01-13T22:26:58.409Zreal 2:45.447784510
29042025-01-13T22:26:58.409Zuser 12:29.730692014
29052025-01-13T22:26:58.409Zsys 2:44.182191931
29062025-01-13T22:26:58.409Ztrap 0.326409629
29072025-01-13T22:26:58.409Ztflt 0.811837828
29082025-01-13T22:26:58.409Zdflt 2.193517764
29092025-01-13T22:26:58.409Zkflt 0.000002340
29102025-01-13T22:26:58.409Zlock 26:15.665229319
29112025-01-13T22:26:58.409Zslp 45:15.066421774
29122025-01-13T22:26:58.409Zlat 34.739248736
29132025-01-13T22:26:58.409Zstop 1:30.854418924
29142025-01-13T22:26:58.409Z+ mkdir tests
29152025-01-13T22:26:58.412Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29162025-01-13T22:26:58.412Z+ xargs -I '{}' -t cp '{}' tests/
29172025-01-13T22:26:58.455Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a626e37ccfd99b4e tests/
29182025-01-13T22:26:58.481Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-060574ed1f013f50 tests/
29192025-01-13T22:26:58.506Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a8145734fd1977ee tests/
29202025-01-13T22:26:58.532Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6848ed0f70deae96 tests/
29212025-01-13T22:26:58.807Z+ 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/*)
29222025-01-13T22:26:58.810Z+ 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-a626e37ccfd99b4e tests/commtest-a8145734fd1977ee tests/dhcp_server-060574ed1f013f50 tests/end_to_end_tests-6848ed0f70deae96 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
29232025-01-13T22:28:11.486ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29242025-01-13T22:28:11.486Za .github/buildomat/ci-env.sh 1K
29252025-01-13T22:28:11.486Za out/target/test 1K
29262025-01-13T22:28:11.486Za out/npuzone/npuzone 23144K
29272025-01-13T22:28:11.486Za package-manifest.toml 34K
29282025-01-13T22:28:11.486Za smf/sled-agent/non-gimlet/config.toml 4K
29292025-01-13T22:28:11.486Za target/release/omicron-package 36062K
29302025-01-13T22:28:11.486Za target/release/xtask 11721K
29312025-01-13T22:28:11.486Za target/debug/bootstrap 209150K
29322025-01-13T22:28:11.486Za tests/bootstrap-a626e37ccfd99b4e 24243K
29332025-01-13T22:28:11.486Za tests/commtest-a8145734fd1977ee 25019K
29342025-01-13T22:28:11.487Za tests/dhcp_server-060574ed1f013f50 24243K
29352025-01-13T22:28:11.487Za tests/end_to_end_tests-6848ed0f70deae96 271996K
29362025-01-13T22:28:11.487Za out/clickhouse.tar.gz 293536K
29372025-01-13T22:28:11.487Za out/clickhouse_keeper.tar.gz 280628K
29382025-01-13T22:28:11.487Za out/clickhouse_server.tar.gz 293502K
29392025-01-13T22:28:11.487Za out/cockroachdb.tar.gz 134638K
29402025-01-13T22:28:11.487Za out/crucible-dtrace.tar 85K
29412025-01-13T22:28:11.487Za out/crucible-pantry-zone.tar.gz 28212K
29422025-01-13T22:28:11.487Za out/crucible-zone.tar.gz 36434K
29432025-01-13T22:28:11.487Za out/external-dns.tar.gz 35342K
29442025-01-13T22:28:11.487Za out/internal-dns.tar.gz 35343K
29452025-01-13T22:28:11.487Za out/mg-ddm-gz.tar 63075K
29462025-01-13T22:28:11.487Za out/nexus.tar.gz 99046K
29472025-01-13T22:28:11.487Za out/ntp.tar.gz 10389K
29482025-01-13T22:28:11.487Za out/omicron-gateway-softnpu.tar.gz 23974K
29492025-01-13T22:28:11.487Za out/omicron-sled-agent.tar 113921K
29502025-01-13T22:28:11.487Za out/overlay.tar.gz 3K
29512025-01-13T22:28:11.487Za out/oximeter.tar.gz 47843K
29522025-01-13T22:28:11.487Za out/oxlog.tar 3088K
29532025-01-13T22:28:11.487Za out/probe.tar.gz 2764K
29542025-01-13T22:28:11.487Za out/propolis-server.tar.gz 66291K
29552025-01-13T22:28:11.487Za out/pumpkind-gz.tar 26665K
29562025-01-13T22:28:11.487Za out/switch-softnpu.tar.gz 235440K
29572025-01-13T22:28:11.490Z
29582025-01-13T22:28:11.490Zreal 1:12.667357258
29592025-01-13T22:28:11.490Zuser 1:09.470529840
29602025-01-13T22:28:11.490Zsys 4.550943873
29612025-01-13T22:28:11.490Ztrap 0.017654903
29622025-01-13T22:28:11.490Ztflt 0.000000000
29632025-01-13T22:28:11.490Zdflt 0.000000000
29642025-01-13T22:28:11.490Zkflt 0.000000000
29652025-01-13T22:28:11.490Zlock 0.000000000
29662025-01-13T22:28:11.490Zslp 1:09.239323634
29672025-01-13T22:28:11.490Zlat 2.051427863
29682025-01-13T22:28:11.490Zstop 0.000202805
29692025-01-13T22:28:11.493Zprocess exited: duration 1986129 ms, exit code 0
 
29702025-01-13T22:28:11.508Zfound 1 output files
29712025-01-13T22:28:11.508Zuploading: /work/package.tar.gz (1890974034 bytes)
29722025-01-13T22:28:50.249Zuploaded: /work/package.tar.gz