01JHS5BNY7CC9M44C9N8G1ZBZP: 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: 01JHS5C2RMWRTY4SZ71Q90FGXY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-17T03:38:14.340Zjob assigned to worker 01JHS5C93SQTQTNYPM98M38MQ5 [factory aws, i-035023dd1d216f225] (queued for 1 m 5 s)
 
22025-01-17T03:38:22.469Zstarting task 0: "setup"
32025-01-17T03:38:22.478Z++ uname -s
42025-01-17T03:38:22.482Z+ kern=SunOS
52025-01-17T03:38:22.482Z+ case "$kern" in
62025-01-17T03:38:22.482Z+ groupadd -g 12345 build
72025-01-17T03:38:22.485Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-17T03:38:24.491Z+ zfs create -o mountpoint=/work rpool/work
92025-01-17T03:38:24.575Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-17T03:38:24.577Z+ home_fs=zfs
112025-01-17T03:38:24.577Z+ [[ zfs == autofs ]]
122025-01-17T03:38:24.577Z+ mkdir -p /home/build
132025-01-17T03:38:24.580Z+ chown build:build /home/build /work
142025-01-17T03:38:26.583Z+ chmod 0700 /home/build /work
152025-01-17T03:38:26.586Zprocess exited: duration 4114 ms, exit code 0
 
162025-01-17T03:38:26.593Zstarting task 1: "rust-toolchain"
172025-01-17T03:38:26.597Z+ printf ' * toolchain channel = "%s"
182025-01-17T03:38:26.597Z * toolchain channel = "1.84.0"
192025-01-17T03:38:26.597Z' 1.84.0
202025-01-17T03:38:26.598Z+ printf ' * toolchain profile = "%s"
212025-01-17T03:38:26.598Z * toolchain profile = "default"
222025-01-17T03:38:26.598Z' default
232025-01-17T03:38:26.600Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-17T03:38:26.600Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-17T03:38:26.727Zinfo: downloading installer
262025-01-17T03:38:28.175Zinfo: profile set to 'default'
272025-01-17T03:38:28.175Zinfo: default host triple is x86_64-unknown-illumos
282025-01-17T03:38:28.177Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-17T03:38:28.432Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-17T03:38:28.433Zinfo: downloading component 'cargo'
312025-01-17T03:38:29.327Zinfo: downloading component 'clippy'
322025-01-17T03:38:29.668Zinfo: downloading component 'rust-docs'
332025-01-17T03:38:31.004Zinfo: downloading component 'rust-std'
342025-01-17T03:38:32.802Zinfo: downloading component 'rustc'
352025-01-17T03:38:40.155Zinfo: downloading component 'rustfmt'
362025-01-17T03:38:40.421Zinfo: installing component 'cargo'
372025-01-17T03:38:41.240Zinfo: installing component 'clippy'
382025-01-17T03:38:41.617Zinfo: installing component 'rust-docs'
392025-01-17T03:38:43.324Zinfo: installing component 'rust-std'
402025-01-17T03:38:45.054Zinfo: installing component 'rustc'
412025-01-17T03:38:50.993Zinfo: installing component 'rustfmt'
422025-01-17T03:38:51.325Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-17T03:38:51.325Z
442025-01-17T03:38:51.721Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-17T03:38:51.721Z
462025-01-17T03:38:51.726Z
472025-01-17T03:38:51.726ZRust is installed now. Great!
482025-01-17T03:38:51.726Z
492025-01-17T03:38:51.726ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-17T03:38:51.726Zenvironment variable. This has not been done automatically.
512025-01-17T03:38:51.726Z
522025-01-17T03:38:51.726ZTo configure your current shell, you need to source
532025-01-17T03:38:51.726Zthe corresponding env file under $HOME/.cargo.
542025-01-17T03:38:51.726Z
552025-01-17T03:38:51.726ZThis is usually done by running one of the following (note the leading DOT):
562025-01-17T03:38:51.726Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-17T03:38:51.726Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-17T03:38:51.805Z+ rustc --version
592025-01-17T03:38:51.874Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-17T03:38:51.876Zprocess exited: duration 25280 ms, exit code 0
 
612025-01-17T03:38:51.882Zstarting task 2: "authentication"
622025-01-17T03:38:51.905Zprocess exited: duration 22 ms, exit code 0
 
632025-01-17T03:38:51.911Zstarting task 3: "clone repository"
642025-01-17T03:38:51.916Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-17T03:38:51.919Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-17T03:38:53.548ZCloning into '/work/oxidecomputer/omicron'...
672025-01-17T03:39:01.813Z+ cd /work/oxidecomputer/omicron
682025-01-17T03:39:01.816Z+ git fetch origin a953ba78a502acc83f0035cfa8ee0dd9be032649
692025-01-17T03:39:02.209ZFrom https://github.com/oxidecomputer/omicron
702025-01-17T03:39:02.209Z * branch a953ba78a502acc83f0035cfa8ee0dd9be032649 -> FETCH_HEAD
712025-01-17T03:39:02.219Z+ [[ -n eliza/dropshot-1180 ]]
722025-01-17T03:39:02.222Z++ git branch --show-current
732025-01-17T03:39:02.224Z+ current=main
742025-01-17T03:39:02.224Z+ [[ main != eliza/dropshot-1180 ]]
752025-01-17T03:39:02.224Z+ git branch -f eliza/dropshot-1180 a953ba78a502acc83f0035cfa8ee0dd9be032649
762025-01-17T03:39:02.227Z+ git checkout -f eliza/dropshot-1180
772025-01-17T03:39:02.319ZSwitched to branch 'eliza/dropshot-1180'
782025-01-17T03:39:02.322Z+ git reset --hard a953ba78a502acc83f0035cfa8ee0dd9be032649
792025-01-17T03:39:02.413ZHEAD is now at a953ba78a Merge remote-tracking branch 'origin/main' into eliza/dropshot-1180
802025-01-17T03:39:02.415Zprocess exited: duration 10501 ms, exit code 0
 
812025-01-17T03:39:02.420Zstarting task 4: "build"
822025-01-17T03:39:02.426Z+ source .github/buildomat/ci-env.sh
832025-01-17T03:39:02.429Z++ export CARGO_TERM_COLOR=always
842025-01-17T03:39:02.429Z++ CARGO_TERM_COLOR=always
852025-01-17T03:39:02.429Z+ cargo --version
862025-01-17T03:39:02.488Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-17T03:39:02.491Z+ rustc --version
882025-01-17T03:39:02.550Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-17T03:39:02.553Z+ WORK=/work
902025-01-17T03:39:02.555Z+ pfexec mkdir -p /work
912025-01-17T03:39:02.558Z+ pfexec chown build /work
922025-01-17T03:39:02.560Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-17T03:39:08.465Zpkg list: illegal option -- F
942025-01-17T03:39:08.466ZUsage:
952025-01-17T03:39:08.469Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-17T03:39:08.469Z [pkg_fmri_pattern ...]
972025-01-17T03:39:09.311Zpkg list: illegal option -- F
982025-01-17T03:39:09.311ZUsage:
992025-01-17T03:39:09.311Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-17T03:39:09.311Z [pkg_fmri_pattern ...]
1012025-01-17T03:39:15.663Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-17T03:39:19.878Z Startup: Caching catalogs ... Done
1032025-01-17T03:39:31.110ZPlanning: Solver setup ... Done (10.419s)
1042025-01-17T03:39:31.257ZPlanning: Running solver ... Done (0.147s)
1052025-01-17T03:39:31.554ZPlanning: Finding local manifests ... Done (0.188s)
1062025-01-17T03:39:31.586ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-17T03:39:33.104ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-17T03:39:33.549ZPlanning: Package planning ... Done (0.445s)
1092025-01-17T03:39:33.606ZPlanning: Merging actions ... Done (0.057s)
1102025-01-17T03:39:34.225ZPlanning: Checking for conflicting actions ... Done (0.618s)
1112025-01-17T03:39:38.375ZPlanning: Consolidating action changes ... Done (4.150s)
1122025-01-17T03:39:38.751ZPlanning: Evaluating mediators ... Done (0.376s)
1132025-01-17T03:39:38.867ZPlanning: Planning completed in 18.89 seconds
1142025-01-17T03:39:38.882Z Packages to install: 4
1152025-01-17T03:39:38.882Z Packages to update: 3
1162025-01-17T03:39:38.885Z Mediators to change: 2
1172025-01-17T03:39:38.885Z Services to change: 1
1182025-01-17T03:39:38.885Z Estimated space available: 155.61 GB
1192025-01-17T03:39:38.885ZEstimated space to be consumed: 1.64 GB
1202025-01-17T03:39:38.885Z Create boot environment: No
1212025-01-17T03:39:38.885ZCreate backup boot environment: Yes
1222025-01-17T03:39:38.885Z Rebuild boot archive: No
1232025-01-17T03:39:38.885Z
1242025-01-17T03:39:38.885ZChanged mediators:
1252025-01-17T03:39:38.885Z mediator clang:
1262025-01-17T03:39:38.885Z version: None -> 15 (system default)
1272025-01-17T03:39:38.885Z
1282025-01-17T03:39:38.885Z mediator llvm:
1292025-01-17T03:39:38.885Z version: 14 (system default) -> 15 (system default)
1302025-01-17T03:39:38.886Z
1312025-01-17T03:39:38.886ZChanged packages:
1322025-01-17T03:39:38.886Zhelios-dev
1332025-01-17T03:39:38.886Z developer/build-essential
1342025-01-17T03:39:38.886Z None -> 11-2.0
1352025-01-17T03:39:38.886Z library/libxmlsec1
1362025-01-17T03:39:38.886Z None -> 1.2.35-2.0
1372025-01-17T03:39:38.886Z ooce/developer/clang-15
1382025-01-17T03:39:38.886Z None -> 15.0.7-2.0
1392025-01-17T03:39:38.886Z ooce/developer/llvm-15
1402025-01-17T03:39:38.886Z None -> 15.0.7-2.0
1412025-01-17T03:39:38.886Z package/pkg
1422025-01-17T03:39:38.886Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-17T03:39:38.886Z system/library/g++-runtime
1442025-01-17T03:39:38.886Z 13-2.0 -> 14-2.0
1452025-01-17T03:39:38.886Z system/library/gcc-runtime
1462025-01-17T03:39:38.886Z 13-2.0 -> 14-2.0
1472025-01-17T03:39:38.886Z
1482025-01-17T03:39:38.886ZServices:
1492025-01-17T03:39:38.886Z restart_fmri:
1502025-01-17T03:39:38.886Z svc:/system/update-man-index:default
1512025-01-17T03:39:38.886Z
1522025-01-17T03:39:38.886ZEditable files to change:
1532025-01-17T03:39:38.886Z Update:
1542025-01-17T03:39:38.886Z usr/share/lib/pkg/web/config.shtml
1552025-01-17T03:39:39.122Z
1562025-01-17T03:39:39.123ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-17T03:39:44.126ZDownload: 572/4301 items 17.6/225.4MB 7% complete (3.6M/s)
1582025-01-17T03:39:49.868ZDownload: 1197/4301 items 83.5/225.4MB 37% complete (9.1M/s)
1592025-01-17T03:39:54.876ZDownload: 1787/4301 items 109.3/225.4MB 48% complete (9.0M/s)
1602025-01-17T03:39:59.879ZDownload: 3213/4301 items 187.1/225.4MB 82% complete (11.2M/s)
1612025-01-17T03:40:04.880ZDownload: 3684/4301 items 216.2/225.4MB 95% complete (10.9M/s)
1622025-01-17T03:40:10.266ZDownload: 4202/4301 items 220.4/225.4MB 97% complete (7.9M/s)
1632025-01-17T03:40:15.497ZDownload: 4292/4301 items 224.5/225.4MB 99% complete (756k/s)
1642025-01-17T03:40:16.326ZDownload: Completed 225.42 MB in 37.20 seconds (6.1M/s)
1652025-01-17T03:40:18.450Z Actions: 1/5122 actions (Removing old actions)
1662025-01-17T03:40:18.468Z Actions: 194/5122 actions (Installing new actions)
1672025-01-17T03:40:23.530Z Actions: 4098/5122 actions (Installing new actions)
1682025-01-17T03:40:24.441Z Actions: 4267/5122 actions (Updating modified actions)
1692025-01-17T03:40:25.071Z Actions: Completed 5122 actions in 6.62 seconds.
1702025-01-17T03:40:25.476Z Done (0.397s)
1712025-01-17T03:40:25.479Z Done (0.001s)
1722025-01-17T03:40:26.070Z Done (0.590s)
1732025-01-17T03:40:33.014Z Done (6.712s)
1742025-01-17T03:40:33.543Z Done (0.460s)
1752025-01-17T03:40:33.546Z Done (0.000s)
1762025-01-17T03:40:33.730Z Done (0.000s)
1772025-01-17T03:40:34.432ZPlanning: Evaluating mediator changes ... Done
1782025-01-17T03:40:34.593ZPlanning: Checking for conflicting actions ... Done
1792025-01-17T03:40:34.597ZPlanning: Consolidating action changes ... Done
1802025-01-17T03:40:34.863ZPlanning: Evaluating mediators ... Done
1812025-01-17T03:40:34.866ZPlanning: Planning completed in 0.43 seconds
1822025-01-17T03:40:34.903Z Mediators to change: 2
1832025-01-17T03:40:34.903Z Create boot environment: No
1842025-01-17T03:40:34.906ZCreate backup boot environment: No
1852025-01-17T03:40:34.972Z Done
1862025-01-17T03:40:34.972Z Done
1872025-01-17T03:40:35.337Z Done
1882025-01-17T03:40:38.948Z Done
1892025-01-17T03:40:39.041Z Done
1902025-01-17T03:40:39.044Z Done
1912025-01-17T03:40:39.140Z Done
1922025-01-17T03:40:39.749ZPlanning: Evaluating mediator changes ... Done
1932025-01-17T03:40:39.752ZPlanning: Merging actions ... Done
1942025-01-17T03:40:39.941ZPlanning: Checking for conflicting actions ... Done
1952025-01-17T03:40:39.944ZPlanning: Consolidating action changes ... Done
1962025-01-17T03:40:40.203ZPlanning: Evaluating mediators ... Done
1972025-01-17T03:40:40.257ZPlanning: Planning completed in 0.75 seconds
1982025-01-17T03:40:40.297Z Packages to change: 1
1992025-01-17T03:40:40.297Z Mediators to change: 1
2002025-01-17T03:40:40.300Z Services to change: 1
2012025-01-17T03:40:40.300Z Create boot environment: No
2022025-01-17T03:40:40.300ZCreate backup boot environment: Yes
2032025-01-17T03:40:42.556Z Actions: 1/6 actions (Updating modified actions)
2042025-01-17T03:40:42.647Z Actions: Completed 6 actions in 0.09 seconds.
2052025-01-17T03:40:42.650Z Done
2062025-01-17T03:40:42.650Z Done
2072025-01-17T03:40:42.765Z Done
2082025-01-17T03:40:46.392Z Done
2092025-01-17T03:40:46.487Z Done
2102025-01-17T03:40:46.489Z Done
2112025-01-17T03:40:46.603Z Done
2122025-01-17T03:40:47.034ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2132025-01-17T03:40:47.034Zclang system 15 system
2142025-01-17T03:40:47.034Zcsh system system illumos
2152025-01-17T03:40:47.034Zctags system system illumos
2162025-01-17T03:40:47.034Zgcc vendor 12 vendor
2172025-01-17T03:40:47.034Zgcc system 10 system
2182025-01-17T03:40:47.034Zgcc system 7 system
2192025-01-17T03:40:47.034Zgo system 1.20 system
2202025-01-17T03:40:47.035Zgo system 1.19 system
2212025-01-17T03:40:47.035Zllvm system 15 system
2222025-01-17T03:40:47.035Zllvm system 14 system
2232025-01-17T03:40:47.035Zmariadb system 10.6 system
2242025-01-17T03:40:47.035Zmta vendor vendor dma
2252025-01-17T03:40:47.035Zopenjdk system 17 system
2262025-01-17T03:40:47.035Zopenjdk system 11 system
2272025-01-17T03:40:47.035Zopenjdk system 1.8 system
2282025-01-17T03:40:47.035Zopenssl vendor 3 vendor
2292025-01-17T03:40:47.035Zperl system 5.36 system
2302025-01-17T03:40:47.035Zpostgresql system 15 system
2312025-01-17T03:40:47.035Zpostgresql system 13 system
2322025-01-17T03:40:47.035Zpython vendor 3 vendor
2332025-01-17T03:40:47.035Zpython system 2 system
2342025-01-17T03:40:47.035Zpython3 system 3.11 system
2352025-01-17T03:40:47.035Zruby system 3.0 system
2362025-01-17T03:40:47.035Zwords vendor vendor american-english
2372025-01-17T03:40:47.035Zwords system system australian-english
2382025-01-17T03:40:47.036Zwords system system british-english
2392025-01-17T03:40:47.036Zwords system system canadian-english
2402025-01-17T03:40:47.036Zwords system system french
2412025-01-17T03:40:47.036Zwords system system italian
2422025-01-17T03:40:47.036Zwords system system ngerman
2432025-01-17T03:40:47.036Zwords system system ogerman
2442025-01-17T03:40:47.036Zwords system system spanish
2452025-01-17T03:40:47.367ZPUBLISHER TYPE STATUS P LOCATION
2462025-01-17T03:40:47.367Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2472025-01-17T03:40:50.157ZFMRI IFO
2482025-01-17T03:40:50.157Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2492025-01-17T03:40:50.158Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2502025-01-17T03:40:50.158Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2512025-01-17T03:40:50.158Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2522025-01-17T03:40:50.158Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2532025-01-17T03:40:50.158Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2542025-01-17T03:40:50.158Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2552025-01-17T03:40:50.158Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2562025-01-17T03:40:50.158Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2572025-01-17T03:40:50.158Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2582025-01-17T03:40:50.158Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2592025-01-17T03:40:50.159Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2602025-01-17T03:40:50.159Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2612025-01-17T03:40:50.159Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2622025-01-17T03:40:50.159Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2632025-01-17T03:40:50.910Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2642025-01-17T03:40:51.210Z Updating crates.io index
2652025-01-17T03:40:51.213Z Updating git repository `https://github.com/oxidecomputer/diffus`
2662025-01-17T03:40:51.549Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2672025-01-17T03:40:52.060Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2682025-01-17T03:40:52.335Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692025-01-17T03:40:52.608Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2702025-01-17T03:40:52.890Z Updating git repository `https://github.com/oxidecomputer/propolis`
2712025-01-17T03:40:53.875Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722025-01-17T03:40:55.518Z Updating git repository `https://github.com/oxidecomputer/opte`
2732025-01-17T03:40:56.113Z Updating git repository `https://github.com/oxidecomputer/falcon`
2742025-01-17T03:40:56.928Z Updating git repository `https://github.com/oxidecomputer/clickward`
2752025-01-17T03:40:57.196Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2762025-01-17T03:40:57.502Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2772025-01-17T03:40:58.062Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2782025-01-17T03:40:58.434Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2792025-01-17T03:40:58.844Z Updating git repository `https://github.com/oxidecomputer/tofino`
2802025-01-17T03:40:59.106Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812025-01-17T03:40:59.362Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822025-01-17T03:40:59.596Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832025-01-17T03:40:59.859Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2842025-01-17T03:41:00.240Z Updating git repository `https://github.com/oxidecomputer/ispf`
2852025-01-17T03:41:00.494Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2862025-01-17T03:41:00.853Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872025-01-17T03:41:01.393Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882025-01-17T03:41:01.669Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2892025-01-17T03:41:02.066Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902025-01-17T03:41:02.474Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2912025-01-17T03:41:02.759Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922025-01-17T03:41:03.017Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932025-01-17T03:41:03.337Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942025-01-17T03:41:04.629Z Downloading crates ...
2952025-01-17T03:41:04.742Z Downloaded anstream v0.6.15
2962025-01-17T03:41:04.765Z Downloaded anstyle v1.0.10
2972025-01-17T03:41:04.832Z Downloaded anstyle-parse v0.2.5
2982025-01-17T03:41:04.856Z Downloaded serde v1.0.217
2992025-01-17T03:41:04.859Z Downloaded sha2 v0.10.8
3002025-01-17T03:41:04.864Z Downloaded serde_tokenstream v0.2.2
3012025-01-17T03:41:04.868Z Downloaded itoa v1.0.11
3022025-01-17T03:41:04.887Z Downloaded pretty-hex v0.4.1
3032025-01-17T03:41:04.889Z Downloaded usdt v0.5.0
3042025-01-17T03:41:04.900Z Downloaded thiserror v1.0.69
3052025-01-17T03:41:04.904Z Downloaded tabled_derive v0.7.0
3062025-01-17T03:41:04.907Z Downloaded serde_spanned v0.6.8
3072025-01-17T03:41:04.910Z Downloaded smawk v0.3.2
3082025-01-17T03:41:04.920Z Downloaded typenum v1.17.0
3092025-01-17T03:41:04.927Z Downloaded toml_datetime v0.6.8
3102025-01-17T03:41:04.929Z Downloaded terminal_size v0.4.0
3112025-01-17T03:41:04.929Z Downloaded heck v0.5.0
3122025-01-17T03:41:04.932Z Downloaded scroll_derive v0.12.0
3132025-01-17T03:41:04.940Z Downloaded usdt-attr-macro v0.5.0
3142025-01-17T03:41:04.943Z Downloaded heck v0.4.1
3152025-01-17T03:41:04.950Z Downloaded usdt-macro v0.5.0
3162025-01-17T03:41:04.955Z Downloaded equivalent v1.0.1
3172025-01-17T03:41:04.961Z Downloaded serde_json v1.0.135
3182025-01-17T03:41:04.967Z Downloaded thread-id v4.2.2
3192025-01-17T03:41:04.970Z Downloaded thiserror-impl v1.0.69
3202025-01-17T03:41:04.970Z Downloaded strsim v0.11.1
3212025-01-17T03:41:04.972Z Downloaded byteorder v1.5.0
3222025-01-17T03:41:04.972Z Downloaded plain v0.2.3
3232025-01-17T03:41:04.977Z Downloaded log v0.4.22
3242025-01-17T03:41:04.981Z Downloaded bytecount v0.6.8
3252025-01-17T03:41:04.988Z Downloaded swrite v0.1.0
3262025-01-17T03:41:04.990Z Downloaded tempfile v3.13.0
3272025-01-17T03:41:04.992Z Downloaded ucd-trie v0.1.7
3282025-01-17T03:41:04.992Z Downloaded pest_generator v2.7.14
3292025-01-17T03:41:04.995Z Downloaded macaddr v1.0.1
3302025-01-17T03:41:04.995Z Downloaded is_terminal_polyfill v1.70.1
3312025-01-17T03:41:04.998Z Downloaded unicode-linebreak v0.1.5
3322025-01-17T03:41:05.001Z Downloaded fs-err v2.11.0
3332025-01-17T03:41:05.001Z Downloaded dtrace-parser v0.2.0
3342025-01-17T03:41:05.004Z Downloaded crypto-common v0.1.6
3352025-01-17T03:41:05.004Z Downloaded cpufeatures v0.2.14
3362025-01-17T03:41:05.008Z Downloaded utf8parse v0.2.2
3372025-01-17T03:41:05.010Z Downloaded memmap v0.7.0
3382025-01-17T03:41:05.010Z Downloaded fnv v1.0.7
3392025-01-17T03:41:05.014Z Downloaded errno v0.3.9
3402025-01-17T03:41:05.014Z Downloaded proc-macro-error-attr v1.0.4
3412025-01-17T03:41:05.014Z Downloaded generic-array v0.14.7
3422025-01-17T03:41:05.017Z Downloaded cargo-platform v0.1.8
3432025-01-17T03:41:05.021Z Downloaded fastrand v2.1.1
3442025-01-17T03:41:05.024Z Downloaded digest v0.10.7
3452025-01-17T03:41:05.028Z Downloaded anstyle-query v1.1.1
3462025-01-17T03:41:05.028Z Downloaded dof v0.3.0
3472025-01-17T03:41:05.033Z Downloaded proc-macro-error v1.0.4
3482025-01-17T03:41:05.036Z Downloaded pest_derive v2.7.14
3492025-01-17T03:41:05.036Z Downloaded textwrap v0.16.1
3502025-01-17T03:41:05.039Z Downloaded toml v0.8.19
3512025-01-17T03:41:05.043Z Downloaded serde_derive v1.0.217
3522025-01-17T03:41:05.046Z Downloaded ryu v1.0.18
3532025-01-17T03:41:05.046Z Downloaded autocfg v1.4.0
3542025-01-17T03:41:05.049Z Downloaded camino-tempfile v1.1.1
3552025-01-17T03:41:05.052Z Downloaded scroll v0.12.0
3562025-01-17T03:41:05.052Z Downloaded quote v1.0.38
3572025-01-17T03:41:05.055Z Downloaded cfg-if v1.0.0
3582025-01-17T03:41:05.055Z Downloaded block-buffer v0.10.4
3592025-01-17T03:41:05.055Z Downloaded papergrid v0.11.0
3602025-01-17T03:41:05.058Z Downloaded usdt-impl v0.5.0
3612025-01-17T03:41:05.061Z Downloaded camino v1.1.9
3622025-01-17T03:41:05.064Z Downloaded clap_lex v0.7.2
3632025-01-17T03:41:05.064Z Downloaded once_cell v1.20.2
3642025-01-17T03:41:05.066Z Downloaded clap_derive v4.5.18
3652025-01-17T03:41:05.066Z Downloaded cargo_toml v0.20.5
3662025-01-17T03:41:05.069Z Downloaded cargo_metadata v0.18.1
3672025-01-17T03:41:05.072Z Downloaded semver v1.0.24
3682025-01-17T03:41:05.072Z Downloaded clap v4.5.21
3692025-01-17T03:41:05.079Z Downloaded colorchoice v1.0.2
3702025-01-17T03:41:05.082Z Downloaded zerocopy-derive v0.7.35
3712025-01-17T03:41:05.086Z Downloaded pest_meta v2.7.14
3722025-01-17T03:41:05.092Z Downloaded bitflags v2.6.0
3732025-01-17T03:41:05.099Z Downloaded version_check v0.9.5
3742025-01-17T03:41:05.102Z Downloaded anyhow v1.0.93
3752025-01-17T03:41:05.108Z Downloaded proc-macro2 v1.0.92
3762025-01-17T03:41:05.116Z Downloaded unicode-ident v1.0.14
3772025-01-17T03:41:05.119Z Downloaded toml_edit v0.22.22
3782025-01-17T03:41:05.138Z Downloaded indexmap v2.7.0
3792025-01-17T03:41:05.141Z Downloaded memchr v2.7.4
3802025-01-17T03:41:05.179Z Downloaded hashbrown v0.15.1
3812025-01-17T03:41:05.184Z Downloaded pest v2.7.14
3822025-01-17T03:41:05.189Z Downloaded syn v2.0.96
3832025-01-17T03:41:05.199Z Downloaded zerocopy v0.7.35
3842025-01-17T03:41:05.213Z Downloaded winnow v0.6.20
3852025-01-17T03:41:05.220Z Downloaded tabled v0.15.0
3862025-01-17T03:41:05.234Z Downloaded goblin v0.8.2
3872025-01-17T03:41:05.240Z Downloaded syn v1.0.109
3882025-01-17T03:41:05.249Z Downloaded clap_builder v4.5.21
3892025-01-17T03:41:05.255Z Downloaded unicode-width v0.1.14
3902025-01-17T03:41:05.266Z Downloaded rustix v0.38.37
3912025-01-17T03:41:05.299Z Downloaded libc v0.2.169
3922025-01-17T03:41:05.607Z Compiling proc-macro2 v1.0.92
3932025-01-17T03:41:05.607Z Compiling unicode-ident v1.0.14
3942025-01-17T03:41:05.610Z Compiling version_check v0.9.5
3952025-01-17T03:41:05.610Z Compiling serde v1.0.217
3962025-01-17T03:41:05.610Z Compiling thiserror v1.0.69
3972025-01-17T03:41:05.610Z Compiling memchr v2.7.4
3982025-01-17T03:41:05.610Z Compiling libc v0.2.169
3992025-01-17T03:41:05.644Z Compiling ryu v1.0.18
4002025-01-17T03:41:05.874Z Compiling ucd-trie v0.1.7
4012025-01-17T03:41:06.098Z Compiling itoa v1.0.11
4022025-01-17T03:41:06.337Z Compiling once_cell v1.20.2
4032025-01-17T03:41:06.340Z Compiling byteorder v1.5.0
4042025-01-17T03:41:06.656Z Compiling serde_json v1.0.135
4052025-01-17T03:41:06.913Z Compiling rustix v0.38.37
4062025-01-17T03:41:07.020Z Compiling bitflags v2.6.0
4072025-01-17T03:41:07.047Z Compiling proc-macro-error-attr v1.0.4
4082025-01-17T03:41:07.188Z Compiling usdt-impl v0.5.0
4092025-01-17T03:41:07.322Z Compiling syn v1.0.109
4102025-01-17T03:41:07.408Z Compiling proc-macro-error v1.0.4
4112025-01-17T03:41:07.433Z Compiling equivalent v1.0.1
4122025-01-17T03:41:07.602Z Compiling camino v1.1.9
4132025-01-17T03:41:07.698Z Compiling log v0.4.22
4142025-01-17T03:41:07.746Z Compiling hashbrown v0.15.1
4152025-01-17T03:41:07.748Z Compiling utf8parse v0.2.2
4162025-01-17T03:41:07.950Z Compiling plain v0.2.3
4172025-01-17T03:41:07.996Z Compiling anstyle-parse v0.2.5
4182025-01-17T03:41:08.066Z Compiling quote v1.0.38
4192025-01-17T03:41:08.120Z Compiling errno v0.3.9
4202025-01-17T03:41:08.182Z Compiling thread-id v4.2.2
4212025-01-17T03:41:08.363Z Compiling anstyle-query v1.1.1
4222025-01-17T03:41:08.365Z Compiling semver v1.0.24
4232025-01-17T03:41:08.413Z Compiling winnow v0.6.20
4242025-01-17T03:41:08.525Z Compiling syn v2.0.96
4252025-01-17T03:41:08.710Z Compiling anstyle v1.0.10
4262025-01-17T03:41:08.873Z Compiling indexmap v2.7.0
4272025-01-17T03:41:08.935Z Compiling is_terminal_polyfill v1.70.1
4282025-01-17T03:41:09.081Z Compiling autocfg v1.4.0
4292025-01-17T03:41:09.106Z Compiling unicode-width v0.1.14
4302025-01-17T03:41:09.660Z Compiling pretty-hex v0.4.1
4312025-01-17T03:41:09.704Z Compiling colorchoice v1.0.2
4322025-01-17T03:41:09.880Z Compiling anstream v0.6.15
4332025-01-17T03:41:10.087Z Compiling fs-err v2.11.0
4342025-01-17T03:41:10.161Z Compiling clap_lex v0.7.2
4352025-01-17T03:41:10.236Z Compiling terminal_size v0.4.0
4362025-01-17T03:41:10.375Z Compiling bytecount v0.6.8
4372025-01-17T03:41:10.462Z Compiling strsim v0.11.1
4382025-01-17T03:41:10.564Z Compiling heck v0.4.1
4392025-01-17T03:41:10.618Z Compiling heck v0.5.0
4402025-01-17T03:41:10.848Z Compiling cfg-if v1.0.0
4412025-01-17T03:41:10.963Z Compiling fastrand v2.1.1
4422025-01-17T03:41:11.000Z Compiling fnv v1.0.7
4432025-01-17T03:41:11.024Z Compiling anyhow v1.0.93
4442025-01-17T03:41:11.104Z Compiling clap_builder v4.5.21
4452025-01-17T03:41:11.155Z Compiling papergrid v0.11.0
4462025-01-17T03:41:11.487Z Compiling tempfile v3.13.0
4472025-01-17T03:41:11.760Z Compiling memmap v0.7.0
4482025-01-17T03:41:12.034Z Compiling smawk v0.3.2
4492025-01-17T03:41:12.061Z Compiling unicode-linebreak v0.1.5
4502025-01-17T03:41:12.357Z Compiling swrite v0.1.0
4512025-01-17T03:41:12.506Z Compiling textwrap v0.16.1
4522025-01-17T03:41:13.346Z Compiling tabled_derive v0.7.0
4532025-01-17T03:41:14.578Z Compiling tabled v0.15.0
4542025-01-17T03:41:15.182Z Compiling serde_derive v1.0.217
4552025-01-17T03:41:15.237Z Compiling thiserror-impl v1.0.69
4562025-01-17T03:41:15.283Z Compiling zerocopy-derive v0.7.35
4572025-01-17T03:41:15.361Z Compiling scroll_derive v0.12.0
4582025-01-17T03:41:15.914Z Compiling clap_derive v4.5.18
4592025-01-17T03:41:16.598Z Compiling scroll v0.12.0
4602025-01-17T03:41:16.967Z Compiling zerocopy v0.7.35
4612025-01-17T03:41:17.049Z Compiling goblin v0.8.2
4622025-01-17T03:41:17.558Z Compiling pest v2.7.14
4632025-01-17T03:41:18.961Z Compiling clap v4.5.21
4642025-01-17T03:41:19.880Z Compiling pest_meta v2.7.14
4652025-01-17T03:41:20.779Z Compiling pest_generator v2.7.14
4662025-01-17T03:41:22.104Z Compiling pest_derive v2.7.14
4672025-01-17T03:41:22.806Z Compiling dtrace-parser v0.2.0
4682025-01-17T03:41:23.870Z Compiling serde_spanned v0.6.8
4692025-01-17T03:41:23.870Z Compiling toml_datetime v0.6.8
4702025-01-17T03:41:23.873Z Compiling cargo-platform v0.1.8
4712025-01-17T03:41:24.208Z Compiling serde_tokenstream v0.2.2
4722025-01-17T03:41:24.295Z Compiling toml_edit v0.22.22
4732025-01-17T03:41:24.350Z Compiling macaddr v1.0.1
4742025-01-17T03:41:24.541Z Compiling camino-tempfile v1.1.1
4752025-01-17T03:41:25.218Z Compiling dof v0.3.0
4762025-01-17T03:41:25.218Z Compiling cargo_metadata v0.18.1
4772025-01-17T03:41:26.867Z Compiling usdt-attr-macro v0.5.0
4782025-01-17T03:41:26.869Z Compiling usdt-macro v0.5.0
4792025-01-17T03:41:26.984Z Compiling toml v0.8.19
4802025-01-17T03:41:27.936Z Compiling cargo_toml v0.20.5
4812025-01-17T03:41:28.085Z Compiling usdt v0.5.0
4822025-01-17T03:41:30.592Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4832025-01-17T03:41:33.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.05s
4842025-01-17T03:41:34.019Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4852025-01-17T03:41:34.537Z Downloading crates ...
4862025-01-17T03:41:34.654Z Downloaded adler2 v2.0.0
4872025-01-17T03:41:34.657Z Downloaded arrayref v0.3.9
4882025-01-17T03:41:34.660Z Downloaded array-init v0.0.4
4892025-01-17T03:41:34.663Z Downloaded aead v0.5.2
4902025-01-17T03:41:34.666Z Downloaded bitflags v1.3.2
4912025-01-17T03:41:34.670Z Downloaded cfg_aliases v0.2.1
4922025-01-17T03:41:34.674Z Downloaded ascii-canvas v3.0.0
4932025-01-17T03:41:34.680Z Downloaded argon2 v0.5.3
4942025-01-17T03:41:34.685Z Downloaded atty v0.2.14
4952025-01-17T03:41:34.687Z Downloaded async-stream-impl v0.3.6
4962025-01-17T03:41:34.694Z Downloaded http-range v0.1.5
4972025-01-17T03:41:34.697Z Downloaded ahash v0.8.11
4982025-01-17T03:41:34.699Z Downloaded http-body-util v0.1.2
4992025-01-17T03:41:34.702Z Downloaded crc-catalog v2.4.0
5002025-01-17T03:41:34.714Z Downloaded ciborium-io v0.2.2
5012025-01-17T03:41:34.714Z Downloaded cfg_aliases v0.1.1
5022025-01-17T03:41:34.714Z Downloaded cexpr v0.6.0
5032025-01-17T03:41:34.714Z Downloaded cobs v0.2.3
5042025-01-17T03:41:34.717Z Downloaded atomic-waker v1.1.2
5052025-01-17T03:41:34.717Z Downloaded async-stream v0.3.6
5062025-01-17T03:41:34.721Z Downloaded newtype_derive v0.1.6
5072025-01-17T03:41:34.721Z Downloaded crossbeam-deque v0.8.5
5082025-01-17T03:41:34.723Z Downloaded arc-swap v1.7.1
5092025-01-17T03:41:34.728Z Downloaded newline-converter v0.3.0
5102025-01-17T03:41:34.730Z Downloaded ident_case v1.0.1
5112025-01-17T03:41:34.733Z Downloaded http-body v1.0.1
5122025-01-17T03:41:34.733Z Downloaded instant v0.1.13
5132025-01-17T03:41:34.735Z Downloaded crunchy v0.2.2
5142025-01-17T03:41:34.735Z Downloaded assert_matches v1.5.0
5152025-01-17T03:41:34.738Z Downloaded mirai-annotations v1.12.0
5162025-01-17T03:41:34.738Z Downloaded crucible-workspace-hack v0.1.0
5172025-01-17T03:41:34.740Z Downloaded bb8 v0.8.5
5182025-01-17T03:41:34.746Z Downloaded md5 v0.7.0
5192025-01-17T03:41:34.749Z Downloaded hubpack_derive v0.1.1
5202025-01-17T03:41:34.751Z Downloaded ctr v0.9.2
5212025-01-17T03:41:34.753Z Downloaded new_debug_unreachable v1.0.6
5222025-01-17T03:41:34.754Z Downloaded bitfield-struct v0.6.2
5232025-01-17T03:41:34.756Z Downloaded backoff v0.4.0
5242025-01-17T03:41:34.759Z Downloaded cookie_store v0.21.0
5252025-01-17T03:41:34.761Z Downloaded async-recursion v1.1.1
5262025-01-17T03:41:34.764Z Downloaded is_ci v1.2.0
5272025-01-17T03:41:34.767Z Downloaded atomicwrites v0.4.4
5282025-01-17T03:41:34.770Z Downloaded match_cfg v0.1.0
5292025-01-17T03:41:34.772Z Downloaded hubpack v0.1.2
5302025-01-17T03:41:34.775Z Downloaded chacha20 v0.9.1
5312025-01-17T03:41:34.778Z Downloaded lazy_static v1.5.0
5322025-01-17T03:41:34.780Z Downloaded impl-trait-for-tuples v0.2.2
5332025-01-17T03:41:34.783Z Downloaded inout v0.1.3
5342025-01-17T03:41:34.786Z Downloaded buf-list v1.0.3
5352025-01-17T03:41:34.788Z Downloaded cmake v0.1.51
5362025-01-17T03:41:34.791Z Downloaded cipher v0.4.4
5372025-01-17T03:41:34.794Z Downloaded lalrpop-util v0.19.12
5382025-01-17T03:41:34.794Z Downloaded ipnetwork v0.20.0
5392025-01-17T03:41:34.796Z Downloaded crc v3.2.1
5402025-01-17T03:41:34.799Z Downloaded linear-map v1.2.0
5412025-01-17T03:41:34.801Z Downloaded base16ct v0.2.0
5422025-01-17T03:41:34.804Z Downloaded mockall v0.13.0
5432025-01-17T03:41:34.804Z Downloaded httpdate v1.0.3
5442025-01-17T03:41:34.807Z Downloaded headers-core v0.3.0
5452025-01-17T03:41:34.807Z Downloaded serde-big-array v0.5.1
5462025-01-17T03:41:34.810Z Downloaded linked-hash-map v0.5.6
5472025-01-17T03:41:34.810Z Downloaded md-5 v0.10.6
5482025-01-17T03:41:34.812Z Downloaded crc32fast v1.4.2
5492025-01-17T03:41:34.814Z Downloaded is-terminal v0.4.13
5502025-01-17T03:41:34.817Z Downloaded indoc v1.0.9
5512025-01-17T03:41:34.819Z Downloaded nanorand v0.7.0
5522025-01-17T03:41:34.822Z Downloaded chrono-tz-build v0.4.0
5532025-01-17T03:41:34.824Z Downloaded humantime v2.1.0
5542025-01-17T03:41:34.827Z Downloaded cassowary v0.3.0
5552025-01-17T03:41:34.827Z Downloaded curve25519-dalek-derive v0.1.1
5562025-01-17T03:41:34.829Z Downloaded convert_case v0.4.0
5572025-01-17T03:41:34.832Z Downloaded bit-vec v0.6.3
5582025-01-17T03:41:34.832Z Downloaded bit-set v0.5.3
5592025-01-17T03:41:34.834Z Downloaded mime v0.3.17
5602025-01-17T03:41:34.837Z Downloaded bytes v1.9.0
5612025-01-17T03:41:34.840Z Downloaded libsw v3.3.1
5622025-01-17T03:41:34.842Z Downloaded kstat-rs v0.2.4
5632025-01-17T03:41:34.845Z Downloaded matches v0.1.10
5642025-01-17T03:41:34.847Z Downloaded rand_chacha v0.3.1
5652025-01-17T03:41:34.847Z Downloaded bcrypt-pbkdf v0.10.0
5662025-01-17T03:41:34.850Z Downloaded mime_guess v2.0.5
5672025-01-17T03:41:34.853Z Downloaded iana-time-zone v0.1.61
5682025-01-17T03:41:34.856Z Downloaded hyper-staticfile v0.10.1
5692025-01-17T03:41:34.859Z Downloaded cstr-argument v0.1.2
5702025-01-17T03:41:34.859Z Downloaded colored v2.1.0
5712025-01-17T03:41:34.861Z Downloaded bcs v0.1.6
5722025-01-17T03:41:34.864Z Downloaded lockfree-object-pool v0.1.6
5732025-01-17T03:41:34.866Z Downloaded hyper-tls v0.6.0
5742025-01-17T03:41:34.869Z Downloaded const_format_proc_macros v0.2.33
5752025-01-17T03:41:34.872Z Downloaded addr2line v0.24.2
5762025-01-17T03:41:34.874Z Downloaded time-core v0.1.2
5772025-01-17T03:41:34.874Z Downloaded instability v0.3.2
5782025-01-17T03:41:34.877Z Downloaded tinyvec_macros v0.1.1
5792025-01-17T03:41:34.880Z Downloaded take_mut v0.2.2
5802025-01-17T03:41:34.880Z Downloaded sigpipe v0.1.3
5812025-01-17T03:41:34.880Z Downloaded nibble_vec v0.1.0
5822025-01-17T03:41:34.882Z Downloaded rustc_version v0.4.1
5832025-01-17T03:41:34.882Z Downloaded crossbeam-epoch v0.9.18
5842025-01-17T03:41:34.886Z Downloaded memoffset v0.9.1
5852025-01-17T03:41:34.889Z Downloaded lock_api v0.4.12
5862025-01-17T03:41:34.891Z Downloaded memmap2 v0.9.5
5872025-01-17T03:41:34.894Z Downloaded jobserver v0.1.32
5882025-01-17T03:41:34.896Z Downloaded cancel-safe-futures v0.1.5
5892025-01-17T03:41:34.899Z Downloaded vte_generate_state_changes v0.1.2
5902025-01-17T03:41:34.901Z Downloaded managed v0.8.0
5912025-01-17T03:41:34.904Z Downloaded rustversion v1.0.17
5922025-01-17T03:41:34.906Z Downloaded shell-words v1.1.0
5932025-01-17T03:41:34.906Z Downloaded multer v3.1.0
5942025-01-17T03:41:34.909Z Downloaded smallvec v0.6.14
5952025-01-17T03:41:34.912Z Downloaded zerofrom v0.1.4
5962025-01-17T03:41:34.914Z Downloaded icu_normalizer v1.5.0
5972025-01-17T03:41:34.917Z Downloaded maybe-uninit v2.0.0
5982025-01-17T03:41:34.920Z Downloaded rustls-pemfile v1.0.4
5992025-01-17T03:41:34.923Z Downloaded strum_macros v0.24.3
6002025-01-17T03:41:34.925Z Downloaded icu_provider v1.5.0
6012025-01-17T03:41:34.928Z Downloaded ipnet v2.10.1
6022025-01-17T03:41:34.930Z Downloaded dhcproto-macros v0.1.0
6032025-01-17T03:41:34.930Z Downloaded quick-error v1.2.3
6042025-01-17T03:41:34.935Z Downloaded crc-any v2.5.0
6052025-01-17T03:41:34.937Z Downloaded normalize-line-endings v0.3.0
6062025-01-17T03:41:34.937Z Downloaded miniz_oxide v0.8.0
6072025-01-17T03:41:34.940Z Downloaded ssh-encoding v0.2.0
6082025-01-17T03:41:34.943Z Downloaded hyper-rustls v0.27.3
6092025-01-17T03:41:34.946Z Downloaded downcast v0.11.0
6102025-01-17T03:41:34.946Z Downloaded waitgroup v0.1.2
6112025-01-17T03:41:34.946Z Downloaded base64 v0.22.1
6122025-01-17T03:41:34.950Z Downloaded path-slash v0.1.5
6132025-01-17T03:41:34.952Z Downloaded ciborium v0.2.2
6142025-01-17T03:41:34.955Z Downloaded termios v0.3.3
6152025-01-17T03:41:34.957Z Downloaded tls_codec v0.4.1
6162025-01-17T03:41:34.960Z Downloaded untrusted v0.9.0
6172025-01-17T03:41:34.963Z Downloaded unicode-xid v0.2.6
6182025-01-17T03:41:34.966Z Downloaded blake2 v0.10.6
6192025-01-17T03:41:34.968Z Downloaded sct v0.7.1
6202025-01-17T03:41:34.971Z Downloaded icu_normalizer_data v1.5.0
6212025-01-17T03:41:34.973Z Downloaded libloading v0.8.5
6222025-01-17T03:41:34.976Z Downloaded icu_locid_transform_data v1.5.0
6232025-01-17T03:41:34.979Z Downloaded precomputed-hash v0.1.1
6242025-01-17T03:41:34.981Z Downloaded wait-timeout v0.2.0
6252025-01-17T03:41:34.981Z Downloaded httparse v1.9.5
6262025-01-17T03:41:34.985Z Downloaded zone v0.1.8
6272025-01-17T03:41:34.988Z Downloaded newtype-uuid v1.2.1
6282025-01-17T03:41:34.988Z Downloaded arrayvec v0.7.6
6292025-01-17T03:41:34.991Z Downloaded mockall_derive v0.13.0
6302025-01-17T03:41:34.993Z Downloaded opaque-debug v0.3.1
6312025-01-17T03:41:34.996Z Downloaded hostname v0.3.1
6322025-01-17T03:41:34.998Z Downloaded phf_shared v0.10.0
6332025-01-17T03:41:34.998Z Downloaded enum-as-inner v0.5.1
6342025-01-17T03:41:35.001Z Downloaded ed25519 v2.2.3
6352025-01-17T03:41:35.003Z Downloaded fallible-iterator v0.3.0
6362025-01-17T03:41:35.006Z Downloaded zone v0.3.0
6372025-01-17T03:41:35.006Z Downloaded smf v0.2.3
6382025-01-17T03:41:35.009Z Downloaded sqlparser_derive v0.2.2
6392025-01-17T03:41:35.009Z Downloaded smallvec v1.13.2
6402025-01-17T03:41:35.012Z Downloaded stable_deref_trait v1.2.0
6412025-01-17T03:41:35.012Z Downloaded allocator-api2 v0.2.18
6422025-01-17T03:41:35.015Z Downloaded hash32 v0.3.1
6432025-01-17T03:41:35.017Z Downloaded futures-task v0.3.31
6442025-01-17T03:41:35.020Z Downloaded const_format v0.2.33
6452025-01-17T03:41:35.024Z Downloaded phf_generator v0.11.2
6462025-01-17T03:41:35.026Z Downloaded pbkdf2 v0.11.0
6472025-01-17T03:41:35.029Z Downloaded funty v2.0.0
6482025-01-17T03:41:35.031Z Downloaded hyper-util v0.1.10
6492025-01-17T03:41:35.035Z Downloaded ppv-lite86 v0.2.20
6502025-01-17T03:41:35.037Z Downloaded nu-ansi-term v0.50.1
6512025-01-17T03:41:35.040Z Downloaded backtrace v0.3.74
6522025-01-17T03:41:35.046Z Downloaded write16 v1.0.0
6532025-01-17T03:41:35.048Z Downloaded progenitor v0.9.1
6542025-01-17T03:41:35.051Z Downloaded progenitor v0.8.0
6552025-01-17T03:41:35.053Z Downloaded zone_cfg_derive v0.3.0
6562025-01-17T03:41:35.054Z Downloaded der_derive v0.7.3
6572025-01-17T03:41:35.056Z Downloaded hex v0.4.3
6582025-01-17T03:41:35.056Z Downloaded deranged v0.3.11
6592025-01-17T03:41:35.059Z Downloaded vsss-rs v3.3.4
6602025-01-17T03:41:35.061Z Downloaded ecdsa v0.16.9
6612025-01-17T03:41:35.064Z Downloaded paste v1.0.15
6622025-01-17T03:41:35.066Z Downloaded parse-display-derive v0.10.0
6632025-01-17T03:41:35.069Z Downloaded indicatif v0.17.9
6642025-01-17T03:41:35.073Z Downloaded oso-derive v0.27.3
6652025-01-17T03:41:35.075Z Downloaded endian-type v0.1.2
6662025-01-17T03:41:35.075Z Downloaded scheduled-thread-pool v0.2.7
6672025-01-17T03:41:35.078Z Downloaded fd-lock v4.0.2
6682025-01-17T03:41:35.092Z Downloaded signal-hook-mio v0.2.4
6692025-01-17T03:41:35.094Z Downloaded base64 v0.21.7
6702025-01-17T03:41:35.097Z Downloaded schemars_derive v0.8.21
6712025-01-17T03:41:35.099Z Downloaded rustc-hash v2.0.0
6722025-01-17T03:41:35.102Z Downloaded tokio-macros v2.5.0
6732025-01-17T03:41:35.104Z Downloaded icu_collections v1.5.0
6742025-01-17T03:41:35.109Z Downloaded pkcs8 v0.10.2
6752025-01-17T03:41:35.113Z Downloaded defmt-parser v0.3.4
6762025-01-17T03:41:35.115Z Downloaded utf8_iter v1.0.4
6772025-01-17T03:41:35.115Z Downloaded num-rational v0.4.2
6782025-01-17T03:41:35.119Z Downloaded rand_core v0.6.4
6792025-01-17T03:41:35.121Z Downloaded peg-runtime v0.8.3
6802025-01-17T03:41:35.121Z Downloaded rustc-hash v1.1.0
6812025-01-17T03:41:35.123Z Downloaded vte v0.11.1
6822025-01-17T03:41:35.126Z Downloaded tiny-keccak v2.0.2
6832025-01-17T03:41:35.130Z Downloaded dirs-next v2.0.0
6842025-01-17T03:41:35.132Z Downloaded defmt v0.3.8
6852025-01-17T03:41:35.135Z Downloaded defmt-macros v0.3.9
6862025-01-17T03:41:35.137Z Downloaded float-cmp v0.9.0
6872025-01-17T03:41:35.140Z Downloaded mio v1.0.2
6882025-01-17T03:41:35.145Z Downloaded sqlformat v0.2.6
6892025-01-17T03:41:35.148Z Downloaded hex-literal v0.4.1
6902025-01-17T03:41:35.151Z Downloaded toml v0.7.8
6912025-01-17T03:41:35.153Z Downloaded tower-service v0.3.3
6922025-01-17T03:41:35.156Z Downloaded futures-executor v0.3.31
6932025-01-17T03:41:35.156Z Downloaded glob v0.3.1
6942025-01-17T03:41:35.159Z Downloaded clang-sys v1.8.1
6952025-01-17T03:41:35.161Z Downloaded unicode-truncate v1.1.0
6962025-01-17T03:41:35.161Z Downloaded debug-ignore v1.0.5
6972025-01-17T03:41:35.165Z Downloaded futures-core v0.3.31
6982025-01-17T03:41:35.168Z Downloaded aho-corasick v1.1.3
6992025-01-17T03:41:35.171Z Downloaded float-ord v0.3.2
7002025-01-17T03:41:35.174Z Downloaded zone_cfg_derive v0.1.2
7012025-01-17T03:41:35.174Z Downloaded whoami v1.5.2
7022025-01-17T03:41:35.176Z Downloaded half v2.4.1
7032025-01-17T03:41:35.179Z Downloaded tokio-tungstenite v0.21.0
7042025-01-17T03:41:35.181Z Downloaded tokio-stream v0.1.16
7052025-01-17T03:41:35.185Z Downloaded serde_plain v1.0.2
7062025-01-17T03:41:35.187Z Downloaded foreign-types v0.3.2
7072025-01-17T03:41:35.187Z Downloaded rayon-core v1.12.1
7082025-01-17T03:41:35.191Z Downloaded num-traits v0.2.19
7092025-01-17T03:41:35.194Z Downloaded progenitor-macro v0.8.0
7102025-01-17T03:41:35.196Z Downloaded predicates-tree v1.0.11
7112025-01-17T03:41:35.196Z Downloaded tungstenite v0.24.0
7122025-01-17T03:41:35.200Z Downloaded tracing-core v0.1.32
7132025-01-17T03:41:35.203Z Downloaded aes v0.8.4
7142025-01-17T03:41:35.207Z Downloaded num-conv v0.1.0
7152025-01-17T03:41:35.209Z Downloaded parse-size v1.1.0
7162025-01-17T03:41:35.209Z Downloaded slog-scope v4.4.0
7172025-01-17T03:41:35.212Z Downloaded rustc-demangle v0.1.24
7182025-01-17T03:41:35.212Z Downloaded rand_xorshift v0.3.0
7192025-01-17T03:41:35.214Z Downloaded displaydoc v0.2.5
7202025-01-17T03:41:35.217Z Downloaded psl-types v2.0.11
7212025-01-17T03:41:35.219Z Downloaded foldhash v0.1.3
7222025-01-17T03:41:35.220Z Downloaded dsl_auto_type v0.1.2
7232025-01-17T03:41:35.223Z Downloaded crypto-bigint v0.5.5
7242025-01-17T03:41:35.229Z Downloaded tokio-native-tls v0.3.1
7252025-01-17T03:41:35.232Z Downloaded subtle v2.6.1
7262025-01-17T03:41:35.232Z Downloaded slog-bunyan v2.5.0
7272025-01-17T03:41:35.232Z Downloaded slog-async v2.8.0
7282025-01-17T03:41:35.235Z Downloaded serde_repr v0.1.19
7292025-01-17T03:41:35.235Z Downloaded futures-macro v0.3.31
7302025-01-17T03:41:35.237Z Downloaded hickory-client v0.24.1
7312025-01-17T03:41:35.240Z Downloaded zerofrom-derive v0.1.4
7322025-01-17T03:41:35.243Z Downloaded thread_local v1.1.8
7332025-01-17T03:41:35.243Z Downloaded futures-sink v0.3.31
7342025-01-17T03:41:35.245Z Downloaded samael v0.0.17
7352025-01-17T03:41:35.249Z Downloaded postcard v1.0.10
7362025-01-17T03:41:35.252Z Downloaded try-lock v0.2.5
7372025-01-17T03:41:35.254Z Downloaded minimal-lexical v0.2.1
7382025-01-17T03:41:35.257Z Downloaded pin-project-internal v1.1.6
7392025-01-17T03:41:35.260Z Downloaded http v1.2.0
7402025-01-17T03:41:35.264Z Downloaded aes-gcm v0.10.3
7412025-01-17T03:41:35.267Z Downloaded dunce v1.0.5
7422025-01-17T03:41:35.270Z Downloaded diesel-dtrace v0.4.2
7432025-01-17T03:41:35.272Z Downloaded unicase v2.7.0
7442025-01-17T03:41:35.272Z Downloaded tokio-tungstenite v0.23.1
7452025-01-17T03:41:35.276Z Downloaded uuid v1.11.0
7462025-01-17T03:41:35.278Z Downloaded owo-colors v4.1.0
7472025-01-17T03:41:35.281Z Downloaded num_threads v0.1.7
7482025-01-17T03:41:35.284Z Downloaded rustls-pki-types v1.10.0
7492025-01-17T03:41:35.287Z Downloaded parse-display v0.10.0
7502025-01-17T03:41:35.287Z Downloaded rustls-pemfile v2.2.0
7512025-01-17T03:41:35.290Z Downloaded password-hash v0.4.2
7522025-01-17T03:41:35.293Z Downloaded home v0.5.9
7532025-01-17T03:41:35.293Z Downloaded strum_macros v0.26.4
7542025-01-17T03:41:35.297Z Downloaded tungstenite v0.23.0
7552025-01-17T03:41:35.301Z Downloaded salsa20 v0.10.2
7562025-01-17T03:41:35.301Z Downloaded siphasher v0.3.11
7572025-01-17T03:41:35.304Z Downloaded structmeta-derive v0.3.0
7582025-01-17T03:41:35.304Z Downloaded scopeguard v1.2.0
7592025-01-17T03:41:35.304Z Downloaded pbkdf2 v0.12.2
7602025-01-17T03:41:35.307Z Downloaded fxhash v0.2.1
7612025-01-17T03:41:35.307Z Downloaded structmeta v0.3.0
7622025-01-17T03:41:35.311Z Downloaded structmeta v0.2.0
7632025-01-17T03:41:35.311Z Downloaded omicron-zone-package v0.12.0
7642025-01-17T03:41:35.314Z Downloaded r2d2 v0.8.10
7652025-01-17T03:41:35.319Z Downloaded progenitor-impl v0.9.1
7662025-01-17T03:41:35.319Z Downloaded crossterm v0.28.1
7672025-01-17T03:41:35.323Z Downloaded schemars v0.8.21
7682025-01-17T03:41:35.335Z Downloaded tui-tree-widget v0.22.0
7692025-01-17T03:41:35.338Z Downloaded simd-adler32 v0.3.7
7702025-01-17T03:41:35.341Z Downloaded zeroize v1.8.1
7712025-01-17T03:41:35.341Z Downloaded scrypt v0.11.0
7722025-01-17T03:41:35.344Z Downloaded sec1 v0.7.3
7732025-01-17T03:41:35.344Z Downloaded highway v1.2.0
7742025-01-17T03:41:35.347Z Downloaded parking_lot_core v0.9.10
7752025-01-17T03:41:35.350Z Downloaded peg-macros v0.8.4
7762025-01-17T03:41:35.350Z Downloaded toolchain_find v0.4.0
7772025-01-17T03:41:35.353Z Downloaded zip v2.1.3
7782025-01-17T03:41:35.358Z Downloaded either v1.13.0
7792025-01-17T03:41:35.361Z Downloaded env_filter v0.1.2
7802025-01-17T03:41:35.361Z Downloaded diesel_table_macro_syntax v0.2.0
7812025-01-17T03:41:35.361Z Downloaded ghash v0.5.1
7822025-01-17T03:41:35.364Z Downloaded openssl-macros v0.1.1
7832025-01-17T03:41:35.364Z Downloaded dropshot_endpoint v0.15.1
7842025-01-17T03:41:35.368Z Downloaded password-hash v0.5.0
7852025-01-17T03:41:35.371Z Downloaded structmeta-derive v0.2.0
7862025-01-17T03:41:35.371Z Downloaded zerocopy-derive v0.8.10
7872025-01-17T03:41:35.376Z Downloaded filetime v0.2.25
7882025-01-17T03:41:35.379Z Downloaded tls_codec_derive v0.4.1
7892025-01-17T03:41:35.379Z Downloaded dhcproto v0.12.0
7902025-01-17T03:41:35.382Z Downloaded idna v1.0.3
7912025-01-17T03:41:35.388Z Downloaded zopfli v0.8.1
7922025-01-17T03:41:35.390Z Downloaded sync_wrapper v1.0.1
7932025-01-17T03:41:35.390Z Downloaded derive_builder_macro v0.20.2
7942025-01-17T03:41:35.393Z Downloaded unicode-properties v0.1.3
7952025-01-17T03:41:35.393Z Downloaded oso v0.27.3
7962025-01-17T03:41:35.396Z Downloaded subprocess v0.2.9
7972025-01-17T03:41:35.399Z Downloaded progenitor-macro v0.9.1
7982025-01-17T03:41:35.402Z Downloaded rfc6979 v0.4.0
7992025-01-17T03:41:35.402Z Downloaded foreign-types-macros v0.2.3
8002025-01-17T03:41:35.405Z Downloaded itertools v0.13.0
8012025-01-17T03:41:35.413Z Downloaded progenitor-client v0.8.0
8022025-01-17T03:41:35.416Z Downloaded ed25519-dalek v2.1.1
8032025-01-17T03:41:35.416Z Downloaded zeroize_derive v1.4.2
8042025-01-17T03:41:35.416Z Downloaded packed_struct v0.10.1
8052025-01-17T03:41:35.419Z Downloaded gethostname v0.5.0
8062025-01-17T03:41:35.419Z Downloaded zip v0.6.6
8072025-01-17T03:41:35.423Z Downloaded russh v0.45.0
8082025-01-17T03:41:35.429Z Downloaded which v4.4.2
8092025-01-17T03:41:35.431Z Downloaded hmac v0.12.1
8102025-01-17T03:41:35.435Z Downloaded libm v0.2.8
8112025-01-17T03:41:35.441Z Downloaded number_prefix v0.4.0
8122025-01-17T03:41:35.444Z Downloaded utf-8 v0.7.6
8132025-01-17T03:41:35.444Z Downloaded tracing-attributes v0.1.27
8142025-01-17T03:41:35.447Z Downloaded utf16_iter v1.0.5
8152025-01-17T03:41:35.448Z Downloaded foreign-types-shared v0.1.1
8162025-01-17T03:41:35.448Z Downloaded futures-io v0.3.31
8172025-01-17T03:41:35.451Z Downloaded publicsuffix v2.2.3
8182025-01-17T03:41:35.455Z Downloaded libxml v0.3.3
8192025-01-17T03:41:35.460Z Downloaded unicode-bidi v0.3.17
8202025-01-17T03:41:35.463Z Downloaded russh-cryptovec v0.7.3
8212025-01-17T03:41:35.463Z Downloaded itertools v0.10.5
8222025-01-17T03:41:35.467Z Downloaded radium v0.7.0
8232025-01-17T03:41:35.470Z Downloaded pkcs1 v0.7.5
8242025-01-17T03:41:35.473Z Downloaded tokio-util v0.7.12
8252025-01-17T03:41:35.478Z Downloaded proc-macro-crate v1.3.1
8262025-01-17T03:41:35.480Z Downloaded primeorder v0.13.6
8272025-01-17T03:41:35.483Z Downloaded percent-encoding v2.3.1
8282025-01-17T03:41:35.483Z Downloaded num v0.4.3
8292025-01-17T03:41:35.483Z Downloaded num-complex v0.4.6
8302025-01-17T03:41:35.486Z Downloaded universal-hash v0.5.1
8312025-01-17T03:41:35.486Z Downloaded rand v0.8.5
8322025-01-17T03:41:35.489Z Downloaded tar v0.4.42
8332025-01-17T03:41:35.492Z Downloaded spki v0.7.3
8342025-01-17T03:41:35.495Z Downloaded prettyplease v0.2.25
8352025-01-17T03:41:35.498Z Downloaded openssl-probe v0.1.5
8362025-01-17T03:41:35.501Z Downloaded des v0.8.1
8372025-01-17T03:41:35.501Z Downloaded serde_path_to_error v0.1.16
8382025-01-17T03:41:35.503Z Downloaded slog-term v2.9.1
8392025-01-17T03:41:35.506Z Downloaded rsa v0.9.6
8402025-01-17T03:41:35.510Z Downloaded hyper v1.5.2
8412025-01-17T03:41:35.518Z Downloaded strum v0.26.3
8422025-01-17T03:41:35.524Z Downloaded num_enum_derive v0.5.11
8432025-01-17T03:41:35.525Z Downloaded p256 v0.13.2
8442025-01-17T03:41:35.525Z Downloaded derive_builder_core v0.20.2
8452025-01-17T03:41:35.528Z Downloaded thiserror-impl v2.0.11
8462025-01-17T03:41:35.528Z Downloaded pin-utils v0.1.0
8472025-01-17T03:41:35.532Z Downloaded ena v0.14.3
8482025-01-17T03:41:35.533Z Downloaded snafu-derive v0.8.5
8492025-01-17T03:41:35.536Z Downloaded globset v0.4.15
8502025-01-17T03:41:35.536Z Downloaded unicode-segmentation v1.12.0
8512025-01-17T03:41:35.539Z Downloaded pin-project-lite v0.2.14
8522025-01-17T03:41:35.542Z Downloaded signature v2.2.0
8532025-01-17T03:41:35.545Z Downloaded pkcs5 v0.7.1
8542025-01-17T03:41:35.548Z Downloaded getrandom v0.2.15
8552025-01-17T03:41:35.551Z Downloaded enum-as-inner v0.6.1
8562025-01-17T03:41:35.554Z Downloaded dirs-sys-next v0.1.2
8572025-01-17T03:41:35.554Z Downloaded signal-hook-tokio v0.3.1
8582025-01-17T03:41:35.557Z Downloaded slog-json v2.6.1
8592025-01-17T03:41:35.557Z Downloaded blake3 v1.5.4
8602025-01-17T03:41:35.564Z Downloaded difflib v0.4.0
8612025-01-17T03:41:35.567Z Downloaded slog-envlogger v2.2.0
8622025-01-17T03:41:35.571Z Downloaded peg v0.8.4
8632025-01-17T03:41:35.575Z Downloaded writeable v0.5.5
8642025-01-17T03:41:35.575Z Downloaded static_assertions v1.1.0
8652025-01-17T03:41:35.579Z Downloaded strip-ansi-escapes v0.2.0
8662025-01-17T03:41:35.580Z Downloaded diesel_derives v2.2.3
8672025-01-17T03:41:35.582Z Downloaded shlex v1.3.0
8682025-01-17T03:41:35.582Z Downloaded socket2 v0.5.7
8692025-01-17T03:41:35.585Z Downloaded russh-keys v0.45.0
8702025-01-17T03:41:35.588Z Downloaded num_enum v0.5.11
8712025-01-17T03:41:35.591Z Downloaded powerfmt v0.2.0
8722025-01-17T03:41:35.594Z Downloaded termtree v0.4.1
8732025-01-17T03:41:35.594Z Downloaded xz2 v0.1.7
8742025-01-17T03:41:35.597Z Downloaded synstructure v0.13.1
8752025-01-17T03:41:35.597Z Downloaded supports-color v3.0.1
8762025-01-17T03:41:35.600Z Downloaded zerovec-derive v0.10.3
8772025-01-17T03:41:35.600Z Downloaded want v0.3.1
8782025-01-17T03:41:35.603Z Downloaded fixedbitset v0.4.2
8792025-01-17T03:41:35.603Z Downloaded sync-ptr v0.1.1
8802025-01-17T03:41:35.606Z Downloaded pem v3.0.4
8812025-01-17T03:41:35.606Z Downloaded openssl-sys v0.9.103
8822025-01-17T03:41:35.609Z Downloaded phf_shared v0.11.2
8832025-01-17T03:41:35.612Z Downloaded diff v0.1.13
8842025-01-17T03:41:35.615Z Downloaded topological-sort v0.2.2
8852025-01-17T03:41:35.618Z Downloaded xattr v1.3.1
8862025-01-17T03:41:35.618Z Downloaded signal-hook-registry v1.4.2
8872025-01-17T03:41:35.622Z Downloaded derive_more v0.99.18
8882025-01-17T03:41:35.627Z Downloaded yoke-derive v0.7.4
8892025-01-17T03:41:35.627Z Downloaded futures-channel v0.3.31
8902025-01-17T03:41:35.630Z Downloaded signal-hook v0.3.17
8912025-01-17T03:41:35.630Z Downloaded parse-zoneinfo v0.3.1
8922025-01-17T03:41:35.633Z Downloaded value-bag v1.9.0
8932025-01-17T03:41:35.636Z Downloaded postgres-types v0.2.8
8942025-01-17T03:41:35.639Z Downloaded num-iter v0.1.45
8952025-01-17T03:41:35.639Z Downloaded x509-cert v0.2.5
8962025-01-17T03:41:35.644Z Downloaded uzers v0.12.1
8972025-01-17T03:41:35.646Z Downloaded serde_with_macros v3.11.0
8982025-01-17T03:41:35.649Z Downloaded sha1 v0.10.6
8992025-01-17T03:41:35.651Z Downloaded ref-cast-impl v1.0.23
9002025-01-17T03:41:35.652Z Downloaded ref-cast v1.0.23
9012025-01-17T03:41:35.654Z Downloaded thiserror v2.0.11
9022025-01-17T03:41:35.660Z Downloaded termcolor v1.4.1
9032025-01-17T03:41:35.663Z Downloaded display-error-chain v0.2.2
9042025-01-17T03:41:35.663Z Downloaded spin v0.9.8
9052025-01-17T03:41:35.666Z Downloaded aws-lc-rs v1.10.0
9062025-01-17T03:41:35.672Z Downloaded darling_macro v0.20.10
9072025-01-17T03:41:35.675Z Downloaded bitvec v1.0.1
9082025-01-17T03:41:35.688Z Downloaded pretty-hex v0.2.1
9092025-01-17T03:41:35.690Z Downloaded chrono v0.4.38
9102025-01-17T03:41:35.696Z Downloaded unarray v0.1.4
9112025-01-17T03:41:35.699Z Downloaded serde_yaml v0.9.34+deprecated
9122025-01-17T03:41:35.702Z Downloaded flume v0.11.1
9132025-01-17T03:41:35.705Z Downloaded num-integer v0.1.46
9142025-01-17T03:41:35.708Z Downloaded resolv-conf v0.7.0
9152025-01-17T03:41:35.711Z Downloaded packed_struct_codegen v0.10.1
9162025-01-17T03:41:35.711Z Downloaded tokio-rustls v0.25.0
9172025-01-17T03:41:35.717Z Downloaded tokio-tungstenite v0.24.0
9182025-01-17T03:41:35.718Z Downloaded phf v0.11.2
9192025-01-17T03:41:35.720Z Downloaded nodrop v0.1.14
9202025-01-17T03:41:35.720Z Downloaded phf_codegen v0.11.2
9212025-01-17T03:41:35.720Z Downloaded unsafe-libyaml v0.2.11
9222025-01-17T03:41:35.720Z Downloaded ff v0.13.0
9232025-01-17T03:41:35.724Z Downloaded rusty-fork v0.3.0
9242025-01-17T03:41:35.724Z Downloaded rustfmt-wrapper v0.2.1
9252025-01-17T03:41:35.728Z Downloaded term v0.7.0
9262025-01-17T03:41:35.731Z Downloaded icu_properties_data v1.5.0
9272025-01-17T03:41:35.738Z Downloaded tinystr v0.7.6
9282025-01-17T03:41:35.742Z Downloaded polyval v0.6.2
9292025-01-17T03:41:35.745Z Downloaded flagset v0.4.6
9302025-01-17T03:41:35.745Z Downloaded url v2.5.3
9312025-01-17T03:41:35.748Z Downloaded data-encoding v2.6.0
9322025-01-17T03:41:35.748Z Downloaded rustc_version v0.1.7
9332025-01-17T03:41:35.751Z Downloaded parking_lot_core v0.8.6
9342025-01-17T03:41:35.754Z Downloaded derive-where v1.2.7
9352025-01-17T03:41:35.758Z Downloaded p521 v0.13.3
9362025-01-17T03:41:35.761Z Downloaded bindgen v0.69.5
9372025-01-17T03:41:35.766Z Downloaded fragile v2.0.0
9382025-01-17T03:41:35.769Z Downloaded secrecy v0.8.0
9392025-01-17T03:41:35.769Z Downloaded typify-macro v0.3.0
9402025-01-17T03:41:35.772Z Downloaded num-derive v0.4.2
9412025-01-17T03:41:35.772Z Downloaded tough v0.19.0
9422025-01-17T03:41:35.780Z Downloaded embedded-io v0.4.0
9432025-01-17T03:41:35.783Z Downloaded ron v0.8.1
9442025-01-17T03:41:35.786Z Downloaded yasna v0.5.2
9452025-01-17T03:41:35.789Z Downloaded num-bigint-dig v0.8.4
9462025-01-17T03:41:35.793Z Downloaded tokio-rustls v0.24.1
9472025-01-17T03:41:35.796Z Downloaded salty v0.3.0
9482025-01-17T03:41:35.801Z Downloaded semver v0.1.20
9492025-01-17T03:41:35.804Z Downloaded parking_lot v0.11.2
9502025-01-17T03:41:35.807Z Downloaded typify-macro v0.2.0
9512025-01-17T03:41:35.807Z Downloaded walkdir v2.5.0
9522025-01-17T03:41:35.810Z Downloaded progenitor-impl v0.8.0
9532025-01-17T03:41:35.813Z Downloaded h2 v0.4.6
9542025-01-17T03:41:35.816Z Downloaded heapless v0.8.0
9552025-01-17T03:41:35.820Z Downloaded time-macros v0.2.18
9562025-01-17T03:41:35.823Z Downloaded poly1305 v0.8.0
9572025-01-17T03:41:35.827Z Downloaded postgres-protocol v0.6.7
9582025-01-17T03:41:35.829Z Downloaded der v0.7.9
9592025-01-17T03:41:35.832Z Downloaded typify v0.2.0
9602025-01-17T03:41:35.835Z Downloaded yoke v0.7.4
9612025-01-17T03:41:35.837Z Downloaded toml_edit v0.19.15
9622025-01-17T03:41:35.853Z Downloaded headers v0.4.0
9632025-01-17T03:41:35.857Z Downloaded form_urlencoded v1.2.1
9642025-01-17T03:41:35.860Z Downloaded pem-rfc7468 v0.7.0
9652025-01-17T03:41:35.863Z Downloaded winnow v0.5.40
9662025-01-17T03:41:35.869Z Downloaded derive_builder v0.20.2
9672025-01-17T03:41:35.874Z Downloaded futures v0.3.31
9682025-01-17T03:41:35.879Z Downloaded test-strategy v0.3.1
9692025-01-17T03:41:35.883Z Downloaded typify v0.3.0
9702025-01-17T03:41:35.886Z Downloaded sqlparser v0.45.0
9712025-01-17T03:41:35.891Z Downloaded hashbrown v0.14.5
9722025-01-17T03:41:35.896Z Downloaded heapless v0.7.17
9732025-01-17T03:41:35.900Z Downloaded hkdf v0.12.4
9742025-01-17T03:41:35.905Z Downloaded rustls-webpki v0.101.7
9752025-01-17T03:41:35.920Z Downloaded parking_lot v0.12.3
9762025-01-17T03:41:35.923Z Downloaded steno v0.4.1
9772025-01-17T03:41:35.923Z Downloaded num-bigint v0.4.6
9782025-01-17T03:41:35.927Z Downloaded rcgen v0.12.1
9792025-01-17T03:41:35.930Z Downloaded regex v1.11.1
9802025-01-17T03:41:35.943Z Downloaded tokio-postgres v0.7.12
9812025-01-17T03:41:35.948Z Downloaded ron v0.7.1
9822025-01-17T03:41:35.955Z Downloaded idna v0.4.0
9832025-01-17T03:41:35.959Z Downloaded darling_core v0.20.10
9842025-01-17T03:41:35.963Z Downloaded elliptic-curve v0.13.8
9852025-01-17T03:41:35.967Z Downloaded time v0.3.36
9862025-01-17T03:41:35.975Z Downloaded curve25519-dalek v4.1.3
9872025-01-17T03:41:35.984Z Downloaded expectorate v1.1.0
9882025-01-17T03:41:35.988Z Downloaded unicode_categories v0.1.1
9892025-01-17T03:41:35.992Z Downloaded hashbrown v0.13.2
9902025-01-17T03:41:35.992Z Downloaded hickory-resolver v0.24.1
9912025-01-17T03:41:35.995Z Downloaded idna v0.5.0
9922025-01-17T03:41:36.002Z Downloaded quinn-proto v0.11.8
9932025-01-17T03:41:36.011Z Downloaded proptest v1.5.0
9942025-01-17T03:41:36.018Z Downloaded hashbrown v0.12.3
9952025-01-17T03:41:36.024Z Downloaded p384 v0.13.0
9962025-01-17T03:41:36.029Z Downloaded rustyline v14.0.0
9972025-01-17T03:41:36.034Z Downloaded idna v0.3.0
9982025-01-17T03:41:36.041Z Downloaded portable-atomic v1.9.0
9992025-01-17T03:41:36.048Z Downloaded nom v7.1.3
10002025-01-17T03:41:36.054Z Downloaded nix v0.27.1
10012025-01-17T03:41:36.065Z Downloaded rayon v1.10.0
10022025-01-17T03:41:36.073Z Downloaded idna v0.2.3
10032025-01-17T03:41:36.079Z Downloaded git2 v0.19.0
10042025-01-17T03:41:36.089Z Downloaded rustls-webpki v0.102.8
10052025-01-17T03:41:36.106Z Downloaded regress v0.10.1
10062025-01-17T03:41:36.115Z Downloaded quick-xml v0.33.0
10072025-01-17T03:41:36.121Z Downloaded reedline v0.35.0
10082025-01-17T03:41:36.130Z Downloaded bstr v1.10.0
10092025-01-17T03:41:36.141Z Downloaded reqwest v0.12.9
10102025-01-17T03:41:36.147Z Downloaded regex-syntax v0.6.29
10112025-01-17T03:41:36.155Z Downloaded chrono-tz v0.10.0
10122025-01-17T03:41:36.163Z Downloaded zerocopy v0.8.10
10132025-01-17T03:41:36.186Z Downloaded unicode-width v0.2.0
10142025-01-17T03:41:36.193Z Downloaded regress v0.9.1
10152025-01-17T03:41:36.200Z Downloaded zerovec v0.10.4
10162025-01-17T03:41:36.207Z Downloaded trust-dns-proto v0.22.0
10172025-01-17T03:41:36.218Z Downloaded webpki-roots v0.26.6
10182025-01-17T03:41:36.221Z Downloaded openssl v0.10.66
10192025-01-17T03:41:36.232Z Downloaded smoltcp v0.9.1
10202025-01-17T03:41:36.243Z Downloaded vcpkg v0.2.15
10212025-01-17T03:41:36.279Z Downloaded petname v2.0.2
10222025-01-17T03:41:36.284Z Downloaded radix_trie v0.2.1
10232025-01-17T03:41:36.290Z Downloaded rustls v0.21.12
10242025-01-17T03:41:36.302Z Downloaded diesel v2.2.6
10252025-01-17T03:41:36.321Z Downloaded object v0.36.5
10262025-01-17T03:41:36.332Z Downloaded polar-core v0.27.3
10272025-01-17T03:41:36.342Z Downloaded object v0.30.4
10282025-01-17T03:41:36.349Z Downloaded dropshot v0.12.0
10292025-01-17T03:41:36.370Z Downloaded dropshot v0.15.1
10302025-01-17T03:41:36.392Z Downloaded nix v0.28.0
10312025-01-17T03:41:36.403Z Downloaded hickory-proto v0.24.1
10322025-01-17T03:41:36.419Z Downloaded sled v0.34.7
10332025-01-17T03:41:36.429Z Downloaded typify-impl v0.2.0
10342025-01-17T03:41:36.444Z Downloaded zerocopy-derive v0.6.6
10352025-01-17T03:41:36.453Z Downloaded ratatui v0.28.1
10362025-01-17T03:41:36.472Z Downloaded rustls v0.23.19
10372025-01-17T03:41:36.484Z Downloaded smoltcp v0.11.0
10382025-01-17T03:41:36.496Z Downloaded bzip2-sys v0.1.11+1.0.8
10392025-01-17T03:41:36.508Z Downloaded typify-impl v0.3.0
10402025-01-17T03:41:36.524Z Downloaded rustls v0.22.4
10412025-01-17T03:41:36.560Z Downloaded regex-syntax v0.8.5
10422025-01-17T03:41:36.570Z Downloaded gimli v0.31.1
10432025-01-17T03:41:36.581Z Downloaded nix v0.29.0
10442025-01-17T03:41:36.596Z Downloaded openapiv3 v2.0.0
10452025-01-17T03:41:36.612Z Downloaded serde_with v3.11.0
10462025-01-17T03:41:36.621Z Downloaded futures-util v0.3.31
10472025-01-17T03:41:36.635Z Downloaded lzma-sys v0.1.20
10482025-01-17T03:41:36.663Z Downloaded regex-automata v0.4.8
10492025-01-17T03:41:36.678Z Downloaded petgraph v0.6.5
10502025-01-17T03:41:36.695Z Downloaded libz-sys v1.1.20
10512025-01-17T03:41:36.713Z Downloaded lalrpop v0.19.12
10522025-01-17T03:41:36.725Z Downloaded foreign-types-shared v0.3.1
10532025-01-17T03:41:36.727Z Downloaded sha3 v0.10.8
10542025-01-17T03:41:36.730Z Downloaded hashlink v0.9.1
10552025-01-17T03:41:36.733Z Downloaded env_logger v0.11.5
10562025-01-17T03:41:36.735Z Downloaded tokio v1.43.0
10572025-01-17T03:41:36.773Z Downloaded env_logger v0.10.2
10582025-01-17T03:41:36.776Z Downloaded csv v1.3.0
10592025-01-17T03:41:36.794Z Downloaded snafu v0.8.5
10602025-01-17T03:41:36.800Z Downloaded ssh-key v0.6.6
10612025-01-17T03:41:36.806Z Downloaded rusqlite v0.32.1
10622025-01-17T03:41:36.812Z Downloaded predicates v3.1.2
10632025-01-17T03:41:36.815Z Downloaded tracing v0.1.40
10642025-01-17T03:41:36.818Z Downloaded foreign-types v0.5.0
10652025-01-17T03:41:36.821Z Downloaded rpassword v7.3.1
10662025-01-17T03:41:36.821Z Downloaded thiserror-no-std v2.0.2
10672025-01-17T03:41:36.823Z Downloaded quinn v0.11.5
10682025-01-17T03:41:36.827Z Downloaded heck v0.3.3
10692025-01-17T03:41:36.829Z Downloaded progenitor-client v0.9.1
10702025-01-17T03:41:36.829Z Downloaded string_cache v0.8.7
10712025-01-17T03:41:36.832Z Downloaded zerocopy v0.6.6
10722025-01-17T03:41:36.834Z Downloaded embedded-io v0.6.1
10732025-01-17T03:41:36.834Z Downloaded serde_derive_internals v0.29.1
10742025-01-17T03:41:36.839Z Downloaded flate2 v1.0.34
10752025-01-17T03:41:36.841Z Downloaded tinyvec v1.8.0
10762025-01-17T03:41:36.844Z Downloaded typed-path v0.9.3
10772025-01-17T03:41:36.849Z Downloaded unicode-normalization v0.1.24
10782025-01-17T03:41:36.852Z Downloaded dropshot_endpoint v0.12.0
10792025-01-17T03:41:36.855Z Downloaded olpc-cjson v0.1.4
10802025-01-17T03:41:36.857Z Downloaded tungstenite v0.21.0
10812025-01-17T03:41:36.860Z Downloaded qorb v0.2.1
10822025-01-17T03:41:36.864Z Downloaded dyn-clone v1.0.17
10832025-01-17T03:41:36.866Z Downloaded stringprep v0.1.5
10842025-01-17T03:41:36.869Z Downloaded pin-project v1.1.6
10852025-01-17T03:41:36.878Z Downloaded wyz v0.5.1
10862025-01-17T03:41:36.881Z Downloaded slog-dtrace v0.3.0
10872025-01-17T03:41:36.881Z Downloaded rtoolbox v0.0.2
10882025-01-17T03:41:36.883Z Downloaded slab v0.4.9
10892025-01-17T03:41:36.883Z Downloaded serde_urlencoded v0.7.1
10902025-01-17T03:41:36.886Z Downloaded predicates-core v1.0.8
10912025-01-17T03:41:36.886Z Downloaded similar v2.6.0
10922025-01-17T03:41:36.890Z Downloaded fatfs v0.3.6
10932025-01-17T03:41:36.892Z Downloaded crossbeam-channel v0.5.13
10942025-01-17T03:41:36.897Z Downloaded slog v2.7.0
10952025-01-17T03:41:36.901Z Downloaded encoding_rs v0.8.34
10962025-01-17T03:41:36.918Z Downloaded cc v1.1.30
10972025-01-17T03:41:36.921Z Downloaded tap v1.0.1
10982025-01-17T03:41:36.924Z Downloaded tabwriter v1.4.0
10992025-01-17T03:41:36.925Z Downloaded slog-stdlog v4.1.1
11002025-01-17T03:41:36.927Z Downloaded rand_seeder v0.3.0
11012025-01-17T03:41:36.927Z Downloaded vergen v8.3.2
11022025-01-17T03:41:36.930Z Downloaded pkg-config v0.3.31
11032025-01-17T03:41:36.930Z Downloaded tokio-rustls v0.26.0
11042025-01-17T03:41:36.933Z Downloaded hickory-server v0.24.1
11052025-01-17T03:41:36.937Z Downloaded compact_str v0.8.0
11062025-01-17T03:41:36.942Z Downloaded fs_extra v1.3.0
11072025-01-17T03:41:36.949Z Downloaded csv-core v0.1.11
11082025-01-17T03:41:36.949Z Downloaded hash32 v0.2.1
11092025-01-17T03:41:36.949Z Downloaded icu_locid v1.5.0
11102025-01-17T03:41:36.951Z Downloaded fallible-iterator v0.2.0
11112025-01-17T03:41:36.951Z Downloaded fallible-streaming-iterator v0.1.9
11122025-01-17T03:41:36.951Z Downloaded indexmap v1.9.3
11132025-01-17T03:41:36.954Z Downloaded libgit2-sys v0.17.0+1.8.1
11142025-01-17T03:41:37.010Z Downloaded icu_properties v1.5.1
11152025-01-17T03:41:37.013Z Downloaded group v0.13.0
11162025-01-17T03:41:37.017Z Downloaded bumpalo v3.16.0
11172025-01-17T03:41:37.020Z Downloaded untrusted v0.7.1
11182025-01-17T03:41:37.020Z Downloaded twox-hash v1.6.3
11192025-01-17T03:41:37.020Z Downloaded thiserror-impl-no-std v2.0.2
11202025-01-17T03:41:37.022Z Downloaded strum_macros v0.25.3
11212025-01-17T03:41:37.022Z Downloaded ssh-cipher v0.2.0
11222025-01-17T03:41:37.025Z Downloaded chacha20poly1305 v0.10.1
11232025-01-17T03:41:37.025Z Downloaded base64ct v1.6.0
11242025-01-17T03:41:37.027Z Downloaded base64 v0.13.1
11252025-01-17T03:41:37.031Z Downloaded serde-hex v0.1.0
11262025-01-17T03:41:37.035Z Downloaded same-file v1.0.6
11272025-01-17T03:41:37.035Z Downloaded darling v0.20.10
11282025-01-17T03:41:37.037Z Downloaded multimap v0.10.0
11292025-01-17T03:41:37.039Z Downloaded quinn-udp v0.5.5
11302025-01-17T03:41:37.040Z Downloaded native-tls v0.2.12
11312025-01-17T03:41:37.042Z Downloaded crossbeam-utils v0.8.20
11322025-01-17T03:41:37.045Z Downloaded constant_time_eq v0.3.1
11332025-01-17T03:41:37.045Z Downloaded async-bb8-diesel v0.2.1
11342025-01-17T03:41:37.048Z Downloaded libefi-sys v0.1.0
11352025-01-17T03:41:37.048Z Downloaded icu_locid_transform v1.5.0
11362025-01-17T03:41:37.050Z Downloaded console v0.15.8
11372025-01-17T03:41:37.053Z Downloaded icu_provider_macros v1.5.0
11382025-01-17T03:41:37.056Z Downloaded litemap v0.7.3
11392025-01-17T03:41:37.056Z Downloaded itertools v0.12.1
11402025-01-17T03:41:37.063Z Downloaded bitfield v0.14.0
11412025-01-17T03:41:37.067Z Downloaded bzip2 v0.4.4
11422025-01-17T03:41:37.067Z Downloaded indent_write v2.2.0
11432025-01-17T03:41:37.067Z Downloaded cbc v0.1.2
11442025-01-17T03:41:37.070Z Downloaded keccak v0.1.5
11452025-01-17T03:41:37.070Z Downloaded lru v0.12.5
11462025-01-17T03:41:37.070Z Downloaded lazycell v1.3.0
11472025-01-17T03:41:37.070Z Downloaded cookie v0.18.1
11482025-01-17T03:41:37.073Z Downloaded const-oid v0.9.6
11492025-01-17T03:41:37.075Z Downloaded async-trait v0.1.83
11502025-01-17T03:41:37.078Z Downloaded maplit v1.0.2
11512025-01-17T03:41:37.080Z Downloaded lru-cache v0.1.2
11522025-01-17T03:41:37.081Z Downloaded internet-checksum v0.2.1
11532025-01-17T03:41:37.081Z Downloaded hostname v0.4.0
11542025-01-17T03:41:37.083Z Downloaded blowfish v0.9.1
11552025-01-17T03:41:37.083Z Downloaded idna_adapter v1.2.0
11562025-01-17T03:41:37.087Z Downloaded ciborium-ll v0.2.2
11572025-01-17T03:41:37.087Z Downloaded castaway v0.2.3
11582025-01-17T03:41:37.090Z Downloaded block-padding v0.3.3
11592025-01-17T03:41:37.306Z Downloaded libsqlite3-sys v0.30.1
11602025-01-17T03:41:37.440Z Downloaded ring v0.17.8
11612025-01-17T03:41:37.777Z Downloaded aws-lc-sys v0.22.0
11622025-01-17T03:41:38.084Z Compiling serde v1.0.217
11632025-01-17T03:41:38.086Z Compiling lock_api v0.4.12
11642025-01-17T03:41:38.087Z Compiling scopeguard v1.2.0
11652025-01-17T03:41:38.087Z Compiling value-bag v1.9.0
11662025-01-17T03:41:38.087Z Compiling typenum v1.17.0
11672025-01-17T03:41:38.087Z Compiling generic-array v0.14.7
11682025-01-17T03:41:38.271Z Compiling syn v2.0.96
11692025-01-17T03:41:38.274Z Compiling getrandom v0.2.15
11702025-01-17T03:41:38.440Z Compiling subtle v2.6.1
11712025-01-17T03:41:38.578Z Compiling rand_core v0.6.4
11722025-01-17T03:41:38.729Z Compiling log v0.4.22
11732025-01-17T03:41:38.819Z Compiling shlex v1.3.0
11742025-01-17T03:41:38.837Z Compiling jobserver v0.1.32
11752025-01-17T03:41:38.856Z Compiling smallvec v1.13.2
11762025-01-17T03:41:39.087Z Compiling const-oid v0.9.6
11772025-01-17T03:41:39.117Z Compiling spin v0.9.8
11782025-01-17T03:41:39.180Z Compiling pin-project-lite v0.2.14
11792025-01-17T03:41:39.268Z Compiling cc v1.1.30
11802025-01-17T03:41:39.313Z Compiling rustix v0.38.37
11812025-01-17T03:41:39.481Z Compiling parking_lot_core v0.9.10
11822025-01-17T03:41:39.510Z Compiling futures-core v0.3.31
11832025-01-17T03:41:39.668Z Compiling signal-hook-registry v1.4.2
11842025-01-17T03:41:39.748Z Compiling mio v1.0.2
11852025-01-17T03:41:40.115Z Compiling aho-corasick v1.1.3
11862025-01-17T03:41:40.368Z Compiling parking_lot v0.12.3
11872025-01-17T03:41:40.495Z Compiling either v1.13.0
11882025-01-17T03:41:40.680Z Compiling regex-syntax v0.8.5
11892025-01-17T03:41:40.818Z Compiling cpufeatures v0.2.14
11902025-01-17T03:41:40.884Z Compiling lazy_static v1.5.0
11912025-01-17T03:41:40.927Z Compiling glob v0.3.1
11922025-01-17T03:41:41.019Z Compiling stable_deref_trait v1.2.0
11932025-01-17T03:41:41.090Z Compiling futures-sink v0.3.31
11942025-01-17T03:41:41.132Z Compiling socket2 v0.5.7
11952025-01-17T03:41:41.189Z Compiling slab v0.4.9
11962025-01-17T03:41:41.257Z Compiling prettyplease v0.2.25
11972025-01-17T03:41:41.659Z Compiling minimal-lexical v0.2.1
11982025-01-17T03:41:41.736Z Compiling serde_json v1.0.135
11992025-01-17T03:41:41.802Z Compiling clang-sys v1.8.1
12002025-01-17T03:41:42.041Z Compiling nom v7.1.3
12012025-01-17T03:41:42.146Z Compiling libloading v0.8.5
12022025-01-17T03:41:42.382Z Compiling bindgen v0.69.5
12032025-01-17T03:41:42.511Z Compiling home v0.5.9
12042025-01-17T03:41:42.770Z Compiling futures-channel v0.3.31
12052025-01-17T03:41:42.970Z Compiling itertools v0.12.1
12062025-01-17T03:41:43.179Z Compiling foldhash v0.1.3
12072025-01-17T03:41:43.240Z Compiling futures-io v0.3.31
12082025-01-17T03:41:43.489Z Compiling lazycell v1.3.0
12092025-01-17T03:41:43.532Z Compiling rustc-hash v1.1.0
12102025-01-17T03:41:43.655Z Compiling pin-utils v0.1.0
12112025-01-17T03:41:43.687Z Compiling libm v0.2.8
12122025-01-17T03:41:43.766Z Compiling futures-task v0.3.31
12132025-01-17T03:41:44.013Z Compiling allocator-api2 v0.2.18
12142025-01-17T03:41:44.092Z Compiling cmake v0.1.51
12152025-01-17T03:41:44.749Z Compiling regex-automata v0.4.8
12162025-01-17T03:41:44.902Z Compiling hashbrown v0.15.1
12172025-01-17T03:41:44.954Z Compiling num-traits v0.2.19
12182025-01-17T03:41:45.235Z Compiling cexpr v0.6.0
12192025-01-17T03:41:45.395Z Compiling dunce v1.0.5
12202025-01-17T03:41:45.537Z Compiling synstructure v0.13.1
12212025-01-17T03:41:46.127Z Compiling pkg-config v0.3.31
12222025-01-17T03:41:46.858Z Compiling tinyvec_macros v0.1.1
12232025-01-17T03:41:46.967Z Compiling fs_extra v1.3.0
12242025-01-17T03:41:47.023Z Compiling tinyvec v1.8.0
12252025-01-17T03:41:47.511Z Compiling ring v0.17.8
12262025-01-17T03:41:47.548Z Compiling litemap v0.7.3
12272025-01-17T03:41:47.925Z Compiling base64ct v1.6.0
12282025-01-17T03:41:48.510Z Compiling unicode-normalization v0.1.24
12292025-01-17T03:41:48.573Z Compiling paste v1.0.15
12302025-01-17T03:41:48.651Z Compiling unicode-bidi v0.3.17
12312025-01-17T03:41:48.676Z Compiling writeable v0.5.5
12322025-01-17T03:41:49.198Z Compiling pem-rfc7468 v0.7.0
12332025-01-17T03:41:49.508Z Compiling aws-lc-rs v1.10.0
12342025-01-17T03:41:49.797Z Compiling flagset v0.4.6
12352025-01-17T03:41:49.893Z Compiling httparse v1.9.5
12362025-01-17T03:41:49.989Z Compiling tracing-core v0.1.32
12372025-01-17T03:41:50.165Z Compiling regex v1.11.1
12382025-01-17T03:41:50.571Z Compiling crossbeam-utils v0.8.20
12392025-01-17T03:41:50.966Z Compiling icu_locid_transform_data v1.5.0
12402025-01-17T03:41:51.060Z Compiling serde_derive v1.0.217
12412025-01-17T03:41:51.081Z Compiling zeroize_derive v1.4.2
12422025-01-17T03:41:51.084Z Compiling zerocopy-derive v0.7.35
12432025-01-17T03:41:51.084Z Compiling tokio-macros v2.5.0
12442025-01-17T03:41:51.084Z Compiling zerofrom-derive v0.1.4
12452025-01-17T03:41:52.520Z Compiling zeroize v1.8.1
12462025-01-17T03:41:52.547Z Compiling yoke-derive v0.7.4
12472025-01-17T03:41:52.885Z Compiling thiserror-impl v1.0.69
12482025-01-17T03:41:53.046Z Compiling zerocopy v0.7.35
12492025-01-17T03:41:54.082Z Compiling crypto-common v0.1.6
12502025-01-17T03:41:54.300Z Compiling block-buffer v0.10.4
12512025-01-17T03:41:54.395Z Compiling zerovec-derive v0.10.3
12522025-01-17T03:41:54.541Z Compiling digest v0.10.7
12532025-01-17T03:41:54.635Z Compiling zerofrom v0.1.4
12542025-01-17T03:41:54.845Z Compiling futures-macro v0.3.31
12552025-01-17T03:41:54.937Z Compiling hmac v0.12.1
12562025-01-17T03:41:55.163Z Compiling yoke v0.7.4
12572025-01-17T03:41:55.187Z Compiling block-padding v0.3.3
12582025-01-17T03:41:55.452Z Compiling displaydoc v0.2.5
12592025-01-17T03:41:55.516Z Compiling inout v0.1.3
12602025-01-17T03:41:55.645Z Compiling sha2 v0.10.8
12612025-01-17T03:41:55.782Z Compiling cipher v0.4.4
12622025-01-17T03:41:55.802Z Compiling thiserror v1.0.69
12632025-01-17T03:41:55.939Z Compiling ppv-lite86 v0.2.20
12642025-01-17T03:41:56.260Z Compiling icu_provider_macros v1.5.0
12652025-01-17T03:41:56.611Z Compiling futures-util v0.3.31
12662025-01-17T03:41:56.672Z Compiling zerovec v0.10.4
12672025-01-17T03:41:56.705Z Compiling der_derive v0.7.3
12682025-01-17T03:41:56.987Z Compiling rand_chacha v0.3.1
12692025-01-17T03:41:57.376Z Compiling tracing-attributes v0.1.27
12702025-01-17T03:41:58.591Z Compiling tinystr v0.7.6
12712025-01-17T03:41:58.913Z Compiling icu_locid v1.5.0
12722025-01-17T03:41:58.962Z Compiling der v0.7.9
12732025-01-17T03:41:59.088Z Compiling percent-encoding v2.3.1
12742025-01-17T03:41:59.109Z Compiling rustls-pki-types v1.10.0
12752025-01-17T03:41:59.140Z Compiling pest v2.7.14
12762025-01-17T03:41:59.402Z Compiling icu_collections v1.5.0
12772025-01-17T03:42:00.103Z Compiling icu_provider v1.5.0
12782025-01-17T03:42:00.670Z Compiling rand v0.8.5
12792025-01-17T03:42:00.691Z Compiling tracing v0.1.40
12802025-01-17T03:42:00.919Z Compiling spki v0.7.3
12812025-01-17T03:42:01.073Z Compiling icu_locid_transform v1.5.0
12822025-01-17T03:42:01.187Z Compiling salsa20 v0.10.2
12832025-01-17T03:42:01.297Z Compiling pbkdf2 v0.12.2
12842025-01-17T03:42:01.471Z Compiling vcpkg v0.2.15
12852025-01-17T03:42:01.809Z Compiling untrusted v0.9.0
12862025-01-17T03:42:01.973Z Compiling mirai-annotations v1.12.0
12872025-01-17T03:42:02.004Z Compiling time-core v0.1.2
12882025-01-17T03:42:02.180Z Compiling icu_properties_data v1.5.0
12892025-01-17T03:42:02.202Z Compiling untrusted v0.7.1
12902025-01-17T03:42:02.207Z Compiling num-conv v0.1.0
12912025-01-17T03:42:02.274Z Compiling powerfmt v0.2.0
12922025-01-17T03:42:02.427Z Compiling icu_properties v1.5.1
12932025-01-17T03:42:02.492Z Compiling time-macros v0.2.18
12942025-01-17T03:42:02.638Z Compiling deranged v0.3.11
12952025-01-17T03:42:02.731Z Compiling pest_meta v2.7.14
12962025-01-17T03:42:03.302Z Compiling openssl-sys v0.9.103
12972025-01-17T03:42:03.504Z Compiling bitflags v2.6.0
12982025-01-17T03:42:03.795Z Compiling bytes v1.9.0
12992025-01-17T03:42:04.361Z Compiling indexmap v2.7.0
13002025-01-17T03:42:04.982Z Compiling tokio v1.43.0
13012025-01-17T03:42:05.579Z Compiling http v1.2.0
13022025-01-17T03:42:05.692Z Compiling semver v1.0.24
13032025-01-17T03:42:06.393Z Compiling rustc_version v0.4.1
13042025-01-17T03:42:06.800Z Compiling scrypt v0.11.0
13052025-01-17T03:42:07.044Z Compiling aes v0.8.4
13062025-01-17T03:42:07.086Z Compiling cbc v0.1.2
13072025-01-17T03:42:07.156Z Compiling scroll_derive v0.12.0
13082025-01-17T03:42:07.158Z Compiling write16 v1.0.0
13092025-01-17T03:42:07.322Z Compiling utf8_iter v1.0.4
13102025-01-17T03:42:07.325Z Compiling utf16_iter v1.0.5
13112025-01-17T03:42:07.364Z Compiling num_threads v0.1.7
13122025-01-17T03:42:07.509Z Compiling which v4.4.2
13132025-01-17T03:42:07.540Z Compiling atomic-waker v1.1.2
13142025-01-17T03:42:07.598Z Compiling icu_normalizer_data v1.5.0
13152025-01-17T03:42:07.713Z Compiling icu_normalizer v1.5.0
13162025-01-17T03:42:07.746Z Compiling time v0.3.36
13172025-01-17T03:42:08.070Z Compiling pkcs5 v0.7.1
13182025-01-17T03:42:08.535Z Compiling scroll v0.12.0
13192025-01-17T03:42:08.606Z Compiling http-body v1.0.1
13202025-01-17T03:42:09.024Z Compiling pest_generator v2.7.14
13212025-01-17T03:42:09.085Z Compiling form_urlencoded v1.2.1
13222025-01-17T03:42:09.136Z Compiling slog v2.7.0
13232025-01-17T03:42:09.408Z Compiling try-lock v0.2.5
13242025-01-17T03:42:09.570Z Compiling goblin v0.8.2
13252025-01-17T03:42:09.591Z Compiling want v0.3.1
13262025-01-17T03:42:09.722Z Compiling pkcs8 v0.10.2
13272025-01-17T03:42:09.812Z Compiling idna_adapter v1.2.0
13282025-01-17T03:42:09.870Z Compiling uuid v1.11.0
13292025-01-17T03:42:10.049Z Compiling iana-time-zone v0.1.61
13302025-01-17T03:42:10.374Z Compiling httpdate v1.0.3
13312025-01-17T03:42:10.443Z Compiling chrono v0.4.38
13322025-01-17T03:42:10.829Z Compiling idna v1.0.3
13332025-01-17T03:42:10.920Z Compiling pest_derive v2.7.14
13342025-01-17T03:42:11.723Z Compiling dtrace-parser v0.2.0
13352025-01-17T03:42:12.010Z Compiling serde_spanned v0.6.8
13362025-01-17T03:42:12.263Z Compiling serde_tokenstream v0.2.2
13372025-01-17T03:42:12.347Z Compiling toml_datetime v0.6.8
13382025-01-17T03:42:12.500Z Compiling adler2 v2.0.0
13392025-01-17T03:42:12.727Z Compiling openssl v0.10.66
13402025-01-17T03:42:12.824Z Compiling tokio-util v0.7.12
13412025-01-17T03:42:12.844Z Compiling tower-service v0.3.3
13422025-01-17T03:42:12.983Z Compiling match_cfg v0.1.0
13432025-01-17T03:42:13.092Z Compiling base64 v0.22.1
13442025-01-17T03:42:13.140Z Compiling foreign-types-shared v0.1.1
13452025-01-17T03:42:13.273Z Compiling rustversion v1.0.17
13462025-01-17T03:42:13.609Z Compiling foreign-types v0.3.2
13472025-01-17T03:42:13.747Z Compiling h2 v0.4.6
13482025-01-17T03:42:13.780Z Compiling hostname v0.3.1
13492025-01-17T03:42:13.801Z Compiling miniz_oxide v0.8.0
13502025-01-17T03:42:13.985Z Compiling url v2.5.3
13512025-01-17T03:42:14.083Z Compiling openssl-macros v0.1.1
13522025-01-17T03:42:14.827Z Compiling async-trait v0.1.83
13532025-01-17T03:42:15.232Z Compiling dof v0.3.0
13542025-01-17T03:42:15.264Z Compiling serde_derive_internals v0.29.1
13552025-01-17T03:42:15.698Z Compiling dirs-sys-next v0.1.2
13562025-01-17T03:42:16.255Z Compiling usdt-impl v0.5.0
13572025-01-17T03:42:17.134Z Compiling siphasher v0.3.11
13582025-01-17T03:42:17.230Z Compiling rustls v0.23.19
13592025-01-17T03:42:17.512Z Compiling syn v1.0.109
13602025-01-17T03:42:17.532Z Compiling data-encoding v2.6.0
13612025-01-17T03:42:17.674Z Compiling native-tls v0.2.12
13622025-01-17T03:42:17.696Z Compiling schemars v0.8.21
13632025-01-17T03:42:18.017Z Compiling rustls v0.22.4
13642025-01-17T03:42:18.110Z Compiling schemars_derive v0.8.21
13652025-01-17T03:42:18.154Z Compiling dirs-next v2.0.0
13662025-01-17T03:42:18.395Z Compiling http-body-util v0.1.2
13672025-01-17T03:42:18.786Z Compiling heapless v0.7.17
13682025-01-17T03:42:18.863Z Compiling crossbeam-epoch v0.9.18
13692025-01-17T03:42:19.220Z Compiling sha1 v0.10.6
13702025-01-17T03:42:19.546Z Compiling signature v2.2.0
13712025-01-17T03:42:19.564Z Compiling bzip2-sys v0.1.11+1.0.8
13722025-01-17T03:42:19.619Z Compiling thread_local v1.1.8
13732025-01-17T03:42:19.647Z Compiling cookie v0.18.1
13742025-01-17T03:42:19.825Z Compiling encoding_rs v0.8.34
13752025-01-17T03:42:19.937Z Compiling multer v3.1.0
13762025-01-17T03:42:20.047Z Compiling unicode-properties v0.1.3
13772025-01-17T03:42:20.072Z Compiling openssl-probe v0.1.5
13782025-01-17T03:42:20.227Z Compiling mime v0.3.17
13792025-01-17T03:42:20.368Z Compiling rayon-core v1.12.1
13802025-01-17T03:42:20.468Z Compiling slog-async v2.8.0
13812025-01-17T03:42:20.652Z Compiling gimli v0.31.1
13822025-01-17T03:42:20.733Z Compiling hyper v1.5.2
13832025-01-17T03:42:20.933Z Compiling signal-hook v0.3.17
13842025-01-17T03:42:21.085Z Compiling ipnet v2.10.1
13852025-01-17T03:42:21.225Z Compiling dyn-clone v1.0.17
13862025-01-17T03:42:22.404Z Compiling toml_edit v0.22.22
13872025-01-17T03:42:23.908Z Compiling hyper-util v0.1.10
13882025-01-17T03:42:24.418Z Compiling stringprep v0.1.5
13892025-01-17T03:42:24.878Z Compiling addr2line v0.24.2
13902025-01-17T03:42:25.512Z Compiling crossbeam-deque v0.8.5
13912025-01-17T03:42:25.575Z Compiling usdt-macro v0.5.0
13922025-01-17T03:42:25.625Z Compiling usdt-attr-macro v0.5.0
13932025-01-17T03:42:25.831Z Compiling term v0.7.0
13942025-01-17T03:42:26.204Z Compiling slog-json v2.6.1
13952025-01-17T03:42:26.565Z Compiling serde_urlencoded v0.7.1
13962025-01-17T03:42:26.705Z Compiling curve25519-dalek v4.1.3
13972025-01-17T03:42:26.943Z Compiling crossbeam-channel v0.5.13
13982025-01-17T03:42:27.090Z Compiling enum-as-inner v0.6.1
13992025-01-17T03:42:27.152Z Compiling futures-executor v0.3.31
14002025-01-17T03:42:27.179Z Compiling rustls-pemfile v2.2.0
14012025-01-17T03:42:27.400Z Compiling md-5 v0.10.6
14022025-01-17T03:42:27.524Z Compiling async-stream-impl v0.3.6
14032025-01-17T03:42:27.673Z Compiling num-integer v0.1.46
14042025-01-17T03:42:27.694Z Compiling idna v0.4.0
14052025-01-17T03:42:27.921Z Compiling idna v0.3.0
14062025-01-17T03:42:28.127Z Compiling hash32 v0.2.1
14072025-01-17T03:42:28.354Z Compiling ff v0.13.0
14082025-01-17T03:42:28.499Z Compiling is-terminal v0.4.13
14092025-01-17T03:42:28.579Z Compiling dropshot v0.12.0
14102025-01-17T03:42:28.640Z Compiling object v0.36.5
14112025-01-17T03:42:28.813Z Compiling take_mut v0.2.2
14122025-01-17T03:42:28.879Z Compiling portable-atomic v1.9.0
14132025-01-17T03:42:28.971Z Compiling anyhow v1.0.93
14142025-01-17T03:42:29.237Z Compiling psl-types v2.0.11
14152025-01-17T03:42:29.450Z Compiling base16ct v0.2.0
14162025-01-17T03:42:29.514Z Compiling linked-hash-map v0.5.6
14172025-01-17T03:42:29.576Z Compiling quick-error v1.2.3
14182025-01-17T03:42:29.740Z Compiling fallible-iterator v0.2.0
14192025-01-17T03:42:29.766Z Compiling smoltcp v0.9.1
14202025-01-17T03:42:29.788Z Compiling utf-8 v0.7.6
14212025-01-17T03:42:29.845Z Compiling rustc-demangle v0.1.24
14222025-01-17T03:42:29.848Z Compiling num-bigint-dig v0.8.4
14232025-01-17T03:42:30.109Z Compiling tungstenite v0.24.0
14242025-01-17T03:42:30.271Z Compiling lru-cache v0.1.2
14252025-01-17T03:42:30.339Z Compiling postgres-protocol v0.6.7
14262025-01-17T03:42:30.435Z Compiling resolv-conf v0.7.0
14272025-01-17T03:42:30.469Z Compiling sec1 v0.7.3
14282025-01-17T03:42:31.025Z Compiling publicsuffix v2.2.3
14292025-01-17T03:42:31.292Z Compiling async-stream v0.3.6
14302025-01-17T03:42:31.294Z Compiling hickory-proto v0.24.1
14312025-01-17T03:42:31.581Z Compiling slog-term v2.9.1
14322025-01-17T03:42:31.612Z Compiling group v0.13.0
14332025-01-17T03:42:31.955Z Compiling usdt v0.5.0
14342025-01-17T03:42:32.265Z Compiling num-iter v0.1.45
14352025-01-17T03:42:32.447Z Compiling futures v0.3.31
14362025-01-17T03:42:32.571Z Compiling slog-bunyan v2.5.0
14372025-01-17T03:42:32.767Z Compiling toml v0.8.19
14382025-01-17T03:42:33.234Z Compiling camino v1.1.9
14392025-01-17T03:42:34.096Z Compiling tokio-native-tls v0.3.1
14402025-01-17T03:42:34.291Z Compiling phf_shared v0.11.2
14412025-01-17T03:42:34.379Z Compiling dropshot_endpoint v0.12.0
14422025-01-17T03:42:34.659Z Compiling waitgroup v0.1.2
14432025-01-17T03:42:34.791Z Compiling terminal_size v0.4.0
14442025-01-17T03:42:34.874Z Compiling openapiv3 v2.0.0
14452025-01-17T03:42:35.022Z Compiling backtrace v0.3.74
14462025-01-17T03:42:35.141Z Compiling serde_path_to_error v0.1.16
14472025-01-17T03:42:35.630Z Compiling webpki-roots v0.26.6
14482025-01-17T03:42:35.852Z Compiling hkdf v0.12.4
14492025-01-17T03:42:35.905Z Compiling crypto-bigint v0.5.5
14502025-01-17T03:42:36.135Z Compiling zerocopy-derive v0.6.6
14512025-01-17T03:42:38.111Z Compiling curve25519-dalek-derive v0.1.1
14522025-01-17T03:42:38.171Z Compiling idna v0.5.0
14532025-01-17T03:42:38.602Z Compiling hostname v0.4.0
14542025-01-17T03:42:38.725Z Compiling hubpack_derive v0.1.1
14552025-01-17T03:42:38.815Z Compiling crc32fast v1.4.2
14562025-01-17T03:42:38.837Z Compiling fs-err v2.11.0
14572025-01-17T03:42:39.135Z Compiling ahash v0.8.11
14582025-01-17T03:42:39.156Z Compiling bitflags v1.3.2
14592025-01-17T03:42:39.271Z Compiling managed v0.8.0
14602025-01-17T03:42:39.457Z Compiling winnow v0.5.40
14612025-01-17T03:42:39.523Z Compiling debug-ignore v1.0.5
14622025-01-17T03:42:39.585Z Compiling newtype-uuid v1.2.1
14632025-01-17T03:42:39.680Z Compiling clap_builder v4.5.21
14642025-01-17T03:42:39.701Z Compiling strum_macros v0.25.3
14652025-01-17T03:42:39.891Z Compiling hubpack v0.1.2
14662025-01-17T03:42:40.542Z Compiling console v0.15.8
14672025-01-17T03:42:41.743Z Compiling cookie_store v0.21.0
14682025-01-17T03:42:41.912Z Compiling flate2 v1.0.34
14692025-01-17T03:42:42.024Z Compiling elliptic-curve v0.13.8
14702025-01-17T03:42:42.817Z Compiling toml_edit v0.19.15
14712025-01-17T03:42:42.881Z Compiling zerocopy v0.6.6
14722025-01-17T03:42:43.007Z Compiling hickory-resolver v0.24.1
14732025-01-17T03:42:43.517Z Compiling signal-hook-mio v0.2.4
14742025-01-17T03:42:43.557Z Compiling phf v0.11.2
14752025-01-17T03:42:43.698Z Compiling hyper-tls v0.6.0
14762025-01-17T03:42:43.854Z Compiling rayon v1.10.0
14772025-01-17T03:42:43.962Z Compiling bzip2 v0.4.4
14782025-01-17T03:42:44.343Z Compiling tokio-tungstenite v0.24.0
14792025-01-17T03:42:44.882Z Compiling postgres-types v0.2.8
14802025-01-17T03:42:47.523Z Compiling ed25519 v2.2.3
14812025-01-17T03:42:48.006Z Compiling phf_shared v0.10.0
14822025-01-17T03:42:48.181Z Compiling tokio-stream v0.1.16
14832025-01-17T03:42:48.353Z Compiling pkcs1 v0.7.5
14842025-01-17T03:42:48.373Z Compiling serde-big-array v0.5.1
14852025-01-17T03:42:48.616Z Compiling clap_derive v4.5.18
14862025-01-17T03:42:48.845Z Compiling rfc6979 v0.4.0
14872025-01-17T03:42:49.047Z Compiling derive-where v1.2.7
14882025-01-17T03:42:49.112Z Compiling serde_repr v0.1.19
14892025-01-17T03:42:49.285Z Compiling float-cmp v0.9.0
14902025-01-17T03:42:49.364Z Compiling bstr v1.10.0
14912025-01-17T03:42:49.512Z Compiling sync_wrapper v1.0.1
14922025-01-17T03:42:49.678Z Compiling new_debug_unreachable v1.0.6
14932025-01-17T03:42:49.787Z Compiling predicates-core v1.0.8
14942025-01-17T03:42:49.929Z Compiling static_assertions v1.1.0
14952025-01-17T03:42:50.045Z Compiling precomputed-hash v0.1.1
14962025-01-17T03:42:50.085Z Compiling normalize-line-endings v0.3.0
14972025-01-17T03:42:50.184Z Compiling difflib v0.4.0
14982025-01-17T03:42:50.223Z Compiling fixedbitset v0.4.2
14992025-01-17T03:42:50.223Z Compiling number_prefix v0.4.0
15002025-01-17T03:42:50.470Z Compiling unicode-segmentation v1.12.0
15012025-01-17T03:42:50.659Z Compiling whoami v1.5.2
15022025-01-17T03:42:50.974Z Compiling unicode-width v0.2.0
15032025-01-17T03:42:51.228Z Compiling bit-vec v0.6.3
15042025-01-17T03:42:51.323Z Compiling similar v2.6.0
15052025-01-17T03:42:51.515Z Compiling indicatif v0.17.9
15062025-01-17T03:42:51.541Z Compiling bit-set v0.5.3
15072025-01-17T03:42:51.644Z Compiling tokio-postgres v0.7.12
15082025-01-17T03:42:51.827Z Compiling predicates v3.1.2
15092025-01-17T03:42:52.279Z Compiling petgraph v0.6.5
15102025-01-17T03:42:53.269Z Compiling clap v4.5.21
15112025-01-17T03:42:53.343Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15122025-01-17T03:42:53.398Z Compiling string_cache v0.8.7
15132025-01-17T03:42:53.477Z Compiling ecdsa v0.16.9
15142025-01-17T03:42:53.498Z Compiling rsa v0.9.6
15152025-01-17T03:42:53.830Z Compiling ed25519-dalek v2.1.1
15162025-01-17T03:42:54.299Z Compiling toml v0.7.8
15172025-01-17T03:42:55.116Z Compiling zip v0.6.6
15182025-01-17T03:42:55.754Z Compiling crossterm v0.28.1
15192025-01-17T03:42:56.959Z Compiling hex v0.4.3
15202025-01-17T03:42:57.047Z Compiling x509-cert v0.2.5
15212025-01-17T03:42:57.252Z Compiling itertools v0.10.5
15222025-01-17T03:42:57.524Z Compiling lalrpop-util v0.19.12
15232025-01-17T03:42:57.879Z Compiling unicode-xid v0.2.6
15242025-01-17T03:42:57.900Z Compiling peg-runtime v0.8.3
15252025-01-17T03:42:58.077Z Compiling strum_macros v0.26.4
15262025-01-17T03:42:58.502Z Compiling xattr v1.3.1
15272025-01-17T03:42:58.768Z Compiling filetime v0.2.25
15282025-01-17T03:42:59.085Z Compiling tar v0.4.42
15292025-01-17T03:43:02.688Z Compiling strum v0.26.3
15302025-01-17T03:43:06.180Z Compiling aws-lc-sys v0.22.0
15312025-01-17T03:43:37.494Z Compiling rustls-webpki v0.102.8
15322025-01-17T03:43:40.588Z Compiling tokio-rustls v0.25.0
15332025-01-17T03:43:42.351Z Compiling tokio-rustls v0.26.0
15342025-01-17T03:43:42.642Z Compiling hyper-rustls v0.27.3
15352025-01-17T03:43:42.975Z Compiling reqwest v0.12.9
15362025-01-17T03:43:44.339Z Compiling qorb v0.2.1
15372025-01-17T03:43:47.428Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15382025-01-17T03:43:47.662Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15392025-01-17T03:43:52.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
15402025-01-17T03:43:52.295Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15412025-01-17T03:43:52.345ZJan 17 03:43:51.591 INFO Starting download, target: Clickhouse
15422025-01-17T03:43:52.345ZJan 17 03:43:51.592 INFO Starting download, target: Cockroach
15432025-01-17T03:43:52.348ZJan 17 03:43:51.592 INFO Starting download, target: Console
15442025-01-17T03:43:52.348ZJan 17 03:43:51.592 INFO Starting download, target: DendriteOpenapi
15452025-01-17T03:43:52.348ZJan 17 03:43:51.592 INFO Starting download, target: DendriteStub
15462025-01-17T03:43:52.348ZJan 17 03:43:51.592 INFO Starting download, target: MaghemiteMgd
15472025-01-17T03:43:52.348ZJan 17 03:43:51.592 INFO Starting download, target: TransceiverControl
15482025-01-17T03:43:52.348ZJan 17 03:43:51.592 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15492025-01-17T03:43:52.348ZJan 17 03:43:51.592 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15502025-01-17T03:43:52.348ZJan 17 03:43:51.592 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15512025-01-17T03:43:52.348ZJan 17 03:43:51.592 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15522025-01-17T03:43:52.348ZJan 17 03:43:51.592 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15532025-01-17T03:43:52.348ZJan 17 03:43:51.593 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15542025-01-17T03:43:52.348ZJan 17 03:43:51.593 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15552025-01-17T03:43:52.555ZJan 17 03:43:51.791 INFO Download complete, target: DendriteOpenapi
15562025-01-17T03:43:52.708ZJan 17 03:43:51.945 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15572025-01-17T03:43:52.807ZJan 17 03:43:52.040 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15582025-01-17T03:43:53.129ZJan 17 03:43:52.370 INFO Download complete, target: Console
15592025-01-17T03:43:53.304ZJan 17 03:43:52.540 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15602025-01-17T03:43:53.333ZJan 17 03:43:52.573 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15612025-01-17T03:43:53.383ZJan 17 03:43:52.621 INFO Download complete, target: TransceiverControl
15622025-01-17T03:43:53.872ZJan 17 03:43:53.118 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15632025-01-17T03:43:53.872ZJan 17 03:43:53.118 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15642025-01-17T03:43:54.325ZJan 17 03:43:53.571 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15652025-01-17T03:43:56.109ZJan 17 03:43:55.355 INFO Download complete, target: DendriteStub
15662025-01-17T03:43:56.288ZJan 17 03:43:55.534 INFO Download complete, target: MaghemiteMgd
15672025-01-17T03:44:01.274ZJan 17 03:44:00.519 INFO Checking that binary works, target: Cockroach
15682025-01-17T03:44:01.449ZJan 17 03:44:00.694 INFO Download complete, target: Cockroach
15692025-01-17T03:44:06.651ZJan 17 03:44:05.893 INFO Checking that binary works, target: Clickhouse
15702025-01-17T03:44:07.165ZJan 17 03:44:06.409 INFO Download complete, target: Clickhouse
15712025-01-17T03:44:07.174ZAll prerequisites installed successfully
15722025-01-17T03:44:07.176Z
15732025-01-17T03:44:07.177Zreal 5:04.568992694
15742025-01-17T03:44:07.177Zuser 15:44.116618726
15752025-01-17T03:44:07.177Zsys 2:04.186327568
15762025-01-17T03:44:07.177Ztrap 0.556697657
15772025-01-17T03:44:07.177Ztflt 5.289901601
15782025-01-17T03:44:07.177Zdflt 4.161393779
15792025-01-17T03:44:07.177Zkflt 0.193244188
15802025-01-17T03:44:07.177Zlock 25:03.174000271
15812025-01-17T03:44:07.177Zslp 56:16.376720478
15822025-01-17T03:44:07.177Zlat 56.787257450
15832025-01-17T03:44:07.177Zstop 2:24.140163178
15842025-01-17T03:44:07.177Z+ ptime -m cargo xtask download softnpu
15852025-01-17T03:44:07.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15862025-01-17T03:44:07.717Z Running `target/debug/xtask download softnpu`
15872025-01-17T03:44:08.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
15882025-01-17T03:44:08.604Z Running `target/debug/xtask-downloader softnpu`
15892025-01-17T03:44:08.643ZJan 17 03:44:07.887 INFO Starting download, target: Softnpu
15902025-01-17T03:44:08.646ZJan 17 03:44:07.888 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15912025-01-17T03:44:09.251ZJan 17 03:44:08.494 INFO Download complete, target: Softnpu
15922025-01-17T03:44:09.255Z
15932025-01-17T03:44:09.257Zreal 2.073884261
15942025-01-17T03:44:09.257Zuser 1.279969146
15952025-01-17T03:44:09.257Zsys 0.545198211
15962025-01-17T03:44:09.257Ztrap 0.000538164
15972025-01-17T03:44:09.258Ztflt 0.000055571
15982025-01-17T03:44:09.258Zdflt 0.000101665
15992025-01-17T03:44:09.258Zkflt 0.000000000
16002025-01-17T03:44:09.258Zlock 6.276095824
16012025-01-17T03:44:09.258Zslp 0.403748542
16022025-01-17T03:44:09.258Zlat 0.071538338
16032025-01-17T03:44:09.258Zstop 0.000159310
16042025-01-17T03:44:09.258Z+ export CARGO_INCREMENTAL=0
16052025-01-17T03:44:09.258Z+ CARGO_INCREMENTAL=0
16062025-01-17T03:44:09.258Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16072025-01-17T03:44:10.205Z Compiling proc-macro2 v1.0.92
16082025-01-17T03:44:10.205Z Compiling unicode-ident v1.0.14
16092025-01-17T03:44:10.205Z Compiling libc v0.2.169
16102025-01-17T03:44:10.208Z Compiling serde v1.0.217
16112025-01-17T03:44:10.208Z Compiling autocfg v1.4.0
16122025-01-17T03:44:10.208Z Compiling version_check v0.9.5
16132025-01-17T03:44:10.208Z Compiling cfg-if v1.0.0
16142025-01-17T03:44:10.440Z Compiling memchr v2.7.4
16152025-01-17T03:44:10.464Z Compiling typenum v1.17.0
16162025-01-17T03:44:10.496Z Compiling shlex v1.3.0
16172025-01-17T03:44:10.818Z Compiling value-bag v1.9.0
16182025-01-17T03:44:11.084Z Compiling generic-array v0.14.7
16192025-01-17T03:44:11.170Z Compiling lock_api v0.4.12
16202025-01-17T03:44:11.324Z Compiling log v0.4.22
16212025-01-17T03:44:11.373Z Compiling scopeguard v1.2.0
16222025-01-17T03:44:11.547Z Compiling parking_lot_core v0.9.10
16232025-01-17T03:44:11.743Z Compiling serde_json v1.0.135
16242025-01-17T03:44:11.942Z Compiling once_cell v1.20.2
16252025-01-17T03:44:12.012Z Compiling quote v1.0.38
16262025-01-17T03:44:12.048Z Compiling libm v0.2.8
16272025-01-17T03:44:12.070Z Compiling jobserver v0.1.32
16282025-01-17T03:44:12.252Z Compiling getrandom v0.2.15
16292025-01-17T03:44:12.376Z Compiling rustix v0.38.37
16302025-01-17T03:44:12.548Z Compiling syn v2.0.96
16312025-01-17T03:44:12.599Z Compiling cc v1.1.30
16322025-01-17T03:44:12.618Z Compiling aho-corasick v1.1.3
16332025-01-17T03:44:12.621Z Compiling num-traits v0.2.19
16342025-01-17T03:44:12.655Z Compiling regex-syntax v0.8.5
16352025-01-17T03:44:12.749Z Compiling thiserror v1.0.69
16362025-01-17T03:44:12.932Z Compiling either v1.13.0
16372025-01-17T03:44:12.975Z Compiling itoa v1.0.11
16382025-01-17T03:44:13.200Z Compiling spin v0.9.8
16392025-01-17T03:44:13.506Z Compiling slab v0.4.9
16402025-01-17T03:44:13.714Z Compiling errno v0.3.9
16412025-01-17T03:44:13.948Z Compiling byteorder v1.5.0
16422025-01-17T03:44:14.052Z Compiling lazy_static v1.5.0
16432025-01-17T03:44:14.157Z Compiling rand_core v0.6.4
16442025-01-17T03:44:14.562Z Compiling glob v0.3.1
16452025-01-17T03:44:14.619Z Compiling prettyplease v0.2.25
16462025-01-17T03:44:14.879Z Compiling minimal-lexical v0.2.1
16472025-01-17T03:44:15.273Z Compiling clang-sys v1.8.1
16482025-01-17T03:44:15.351Z Compiling nom v7.1.3
16492025-01-17T03:44:15.552Z Compiling libloading v0.8.5
16502025-01-17T03:44:15.643Z Compiling subtle v2.6.1
16512025-01-17T03:44:15.894Z Compiling bindgen v0.69.5
16522025-01-17T03:44:15.962Z Compiling home v0.5.9
16532025-01-17T03:44:16.208Z Compiling itertools v0.12.1
16542025-01-17T03:44:16.356Z Compiling regex-automata v0.4.8
16552025-01-17T03:44:16.520Z Compiling allocator-api2 v0.2.18
16562025-01-17T03:44:16.759Z Compiling lazycell v1.3.0
16572025-01-17T03:44:16.946Z Compiling rustc-hash v1.1.0
16582025-01-17T03:44:17.115Z Compiling smallvec v1.13.2
16592025-01-17T03:44:17.240Z Compiling cmake v0.1.51
16602025-01-17T03:44:17.762Z Compiling dunce v1.0.5
16612025-01-17T03:44:17.906Z Compiling fs_extra v1.3.0
16622025-01-17T03:44:17.989Z Compiling semver v1.0.24
16632025-01-17T03:44:18.431Z Compiling cexpr v0.6.0
16642025-01-17T03:44:18.625Z Compiling pkg-config v0.3.31
16652025-01-17T03:44:18.985Z Compiling ring v0.17.8
16662025-01-17T03:44:19.423Z Compiling synstructure v0.13.1
16672025-01-17T03:44:19.725Z Compiling pin-project-lite v0.2.14
16682025-01-17T03:44:19.850Z Compiling ryu v1.0.18
16692025-01-17T03:44:19.870Z Compiling paste v1.0.15
16702025-01-17T03:44:19.967Z Compiling const-oid v0.9.6
16712025-01-17T03:44:20.131Z Compiling fnv v1.0.7
16722025-01-17T03:44:20.265Z Compiling aws-lc-rs v1.10.0
16732025-01-17T03:44:20.346Z Compiling httparse v1.9.5
16742025-01-17T03:44:20.656Z Compiling schemars v0.8.21
16752025-01-17T03:44:21.287Z Compiling serde_derive_internals v0.29.1
16762025-01-17T03:44:21.492Z Compiling foldhash v0.1.3
16772025-01-17T03:44:21.789Z Compiling regex v1.11.1
16782025-01-17T03:44:21.913Z Compiling equivalent v1.0.1
16792025-01-17T03:44:22.005Z Compiling signal-hook-registry v1.4.2
16802025-01-17T03:44:22.042Z Compiling hashbrown v0.15.1
16812025-01-17T03:44:22.740Z Compiling heck v0.5.0
16822025-01-17T03:44:22.743Z Compiling parking_lot v0.12.3
16832025-01-17T03:44:23.167Z Compiling mio v1.0.2
16842025-01-17T03:44:23.847Z Compiling stable_deref_trait v1.2.0
16852025-01-17T03:44:23.917Z Compiling serde_derive v1.0.217
16862025-01-17T03:44:23.975Z Compiling zeroize_derive v1.4.2
16872025-01-17T03:44:24.743Z Compiling zerocopy-derive v0.7.35
16882025-01-17T03:44:24.746Z Compiling thiserror-impl v1.0.69
16892025-01-17T03:44:25.118Z Compiling tokio-macros v2.5.0
16902025-01-17T03:44:25.307Z Compiling zeroize v1.8.1
16912025-01-17T03:44:25.771Z Compiling zerofrom-derive v0.1.4
16922025-01-17T03:44:25.858Z Compiling yoke-derive v0.7.4
16932025-01-17T03:44:25.876Z Compiling futures-macro v0.3.31
16942025-01-17T03:44:26.027Z Compiling zerovec-derive v0.10.3
16952025-01-17T03:44:26.594Z Compiling zerocopy v0.7.35
16962025-01-17T03:44:27.417Z Compiling displaydoc v0.2.5
16972025-01-17T03:44:27.745Z Compiling crypto-common v0.1.6
16982025-01-17T03:44:27.956Z Compiling tracing-attributes v0.1.27
16992025-01-17T03:44:28.038Z Compiling icu_provider_macros v1.5.0
17002025-01-17T03:44:28.205Z Compiling schemars_derive v0.8.21
17012025-01-17T03:44:28.311Z Compiling block-buffer v0.10.4
17022025-01-17T03:44:28.580Z Compiling digest v0.10.7
17032025-01-17T03:44:28.961Z Compiling socket2 v0.5.7
17042025-01-17T03:44:29.040Z Compiling futures-core v0.3.31
17052025-01-17T03:44:29.127Z Compiling crossbeam-utils v0.8.20
17062025-01-17T03:44:29.315Z Compiling time-core v0.1.2
17072025-01-17T03:44:29.506Z Compiling num-conv v0.1.0
17082025-01-17T03:44:29.802Z Compiling time-macros v0.2.18
17092025-01-17T03:44:29.923Z Compiling der_derive v0.7.3
17102025-01-17T03:44:30.273Z Compiling vcpkg v0.2.15
17112025-01-17T03:44:31.705Z Compiling openssl-sys v0.9.103
17122025-01-17T03:44:32.321Z Compiling syn v1.0.109
17132025-01-17T03:44:32.640Z Compiling futures-sink v0.3.31
17142025-01-17T03:44:32.661Z Compiling cpufeatures v0.2.14
17152025-01-17T03:44:32.938Z Compiling slog v2.7.0
17162025-01-17T03:44:33.103Z Compiling ahash v0.8.11
17172025-01-17T03:44:33.475Z Compiling iana-time-zone v0.1.61
17182025-01-17T03:44:33.726Z Compiling futures-channel v0.3.31
17192025-01-17T03:44:33.993Z Compiling zerofrom v0.1.4
17202025-01-17T03:44:34.166Z Compiling scroll_derive v0.12.0
17212025-01-17T03:44:34.191Z Compiling futures-task v0.3.31
17222025-01-17T03:44:34.223Z Compiling futures-io v0.3.31
17232025-01-17T03:44:34.253Z Compiling pin-utils v0.1.0
17242025-01-17T03:44:34.360Z Compiling ucd-trie v0.1.7
17252025-01-17T03:44:34.498Z Compiling openssl v0.10.66
17262025-01-17T03:44:34.576Z Compiling futures-util v0.3.31
17272025-01-17T03:44:34.831Z Compiling pest v2.7.14
17282025-01-17T03:44:34.914Z Compiling yoke v0.7.4
17292025-01-17T03:44:35.551Z Compiling hmac v0.12.1
17302025-01-17T03:44:35.920Z Compiling bitflags v2.6.0
17312025-01-17T03:44:36.001Z Compiling bytes v1.9.0
17322025-01-17T03:44:37.696Z Compiling indexmap v2.7.0
17332025-01-17T03:44:37.853Z Compiling tokio v1.43.0
17342025-01-17T03:44:38.616Z Compiling serde_tokenstream v0.2.2
17352025-01-17T03:44:38.972Z Compiling uuid v1.11.0
17362025-01-17T03:44:39.167Z Compiling http v1.2.0
17372025-01-17T03:44:40.234Z Compiling which v4.4.2
17382025-01-17T03:44:40.509Z Compiling chrono v0.4.38
17392025-01-17T03:44:40.950Z Compiling rustc_version v0.4.1
17402025-01-17T03:44:43.187Z Compiling pest_meta v2.7.14
17412025-01-17T03:44:46.927Z Compiling zerovec v0.10.4
17422025-01-17T03:44:47.355Z Compiling block-padding v0.3.3
17432025-01-17T03:44:47.595Z Compiling openssl-macros v0.1.1
17442025-01-17T03:44:47.879Z Compiling tinyvec_macros v0.1.1
17452025-01-17T03:44:47.982Z Compiling native-tls v0.2.12
17462025-01-17T03:44:48.342Z Compiling rustls v0.23.19
17472025-01-17T03:44:48.390Z Compiling tinyvec v1.8.0
17482025-01-17T03:44:48.833Z Compiling inout v0.1.3
17492025-01-17T03:44:48.865Z Compiling pest_generator v2.7.14
17502025-01-17T03:44:49.096Z Compiling toml_datetime v0.6.8
17512025-01-17T03:44:49.515Z Compiling serde_spanned v0.6.8
17522025-01-17T03:44:49.805Z Compiling tracing-core v0.1.32
17532025-01-17T03:44:49.856Z Compiling strsim v0.11.1
17542025-01-17T03:44:50.187Z Compiling dyn-clone v1.0.17
17552025-01-17T03:44:50.282Z Compiling unicode-normalization v0.1.24
17562025-01-17T03:44:50.556Z Compiling pest_derive v2.7.14
17572025-01-17T03:44:51.134Z Compiling tracing v0.1.40
17582025-01-17T03:44:51.329Z Compiling tinystr v0.7.6
17592025-01-17T03:44:51.549Z Compiling cipher v0.4.4
17602025-01-17T03:44:51.770Z Compiling sha2 v0.10.8
17612025-01-17T03:44:52.005Z Compiling usdt-impl v0.5.0
17622025-01-17T03:44:52.024Z Compiling cookie v0.18.1
17632025-01-17T03:44:52.042Z Compiling litemap v0.7.3
17642025-01-17T03:44:52.355Z Compiling writeable v0.5.5
17652025-01-17T03:44:52.486Z Compiling unicode-bidi v0.3.17
17662025-01-17T03:44:52.827Z Compiling base64ct v1.6.0
17672025-01-17T03:44:52.938Z Compiling aws-lc-sys v0.22.0
17682025-01-17T03:44:53.600Z Compiling pem-rfc7468 v0.7.0
17692025-01-17T03:44:53.628Z Compiling icu_locid v1.5.0
17702025-01-17T03:44:55.236Z Compiling scroll v0.12.0
17712025-01-17T03:44:55.838Z Compiling ppv-lite86 v0.2.20
17722025-01-17T03:44:56.711Z Compiling async-trait v0.1.83
17732025-01-17T03:44:58.706Z Compiling camino v1.1.9
17742025-01-17T03:44:59.207Z Compiling flagset v0.4.6
17752025-01-17T03:44:59.387Z Compiling percent-encoding v2.3.1
17762025-01-17T03:44:59.855Z Compiling plain v0.2.3
17772025-01-17T03:45:00.019Z Compiling rustls-pki-types v1.10.0
17782025-01-17T03:45:00.507Z Compiling anyhow v1.0.93
17792025-01-17T03:45:00.540Z Compiling goblin v0.8.2
17802025-01-17T03:45:00.991Z Compiling der v0.7.9
17812025-01-17T03:45:02.571Z Compiling rand_chacha v0.3.1
17822025-01-17T03:45:03.435Z Compiling icu_provider v1.5.0
17832025-01-17T03:45:03.455Z Compiling tokio-util v0.7.12
17842025-01-17T03:45:04.637Z Compiling powerfmt v0.2.0
17852025-01-17T03:45:04.657Z Compiling untrusted v0.7.1
17862025-01-17T03:45:04.862Z Compiling rustls v0.22.4
17872025-01-17T03:45:05.154Z Compiling mirai-annotations v1.12.0
17882025-01-17T03:45:05.174Z Compiling untrusted v0.9.0
17892025-01-17T03:45:05.296Z Compiling rayon-core v1.12.1
17902025-01-17T03:45:05.357Z Compiling icu_locid_transform_data v1.5.0
17912025-01-17T03:45:05.477Z Compiling pretty-hex v0.4.1
17922025-01-17T03:45:05.586Z Compiling icu_locid_transform v1.5.0
17932025-01-17T03:45:06.288Z Compiling dof v0.3.0
17942025-01-17T03:45:06.364Z Compiling deranged v0.3.11
17952025-01-17T03:45:07.857Z Compiling rand v0.8.5
17962025-01-17T03:45:08.064Z Compiling spki v0.7.3
17972025-01-17T03:45:08.470Z Compiling salsa20 v0.10.2
17982025-01-17T03:45:08.608Z Compiling dtrace-parser v0.2.0
17992025-01-17T03:45:08.710Z Compiling icu_collections v1.5.0
18002025-01-17T03:45:10.074Z Compiling pbkdf2 v0.12.2
18012025-01-17T03:45:10.551Z Compiling thread-id v4.2.2
18022025-01-17T03:45:10.764Z Compiling icu_properties_data v1.5.0
18032025-01-17T03:45:11.021Z Compiling num_threads v0.1.7
18042025-01-17T03:45:11.077Z Compiling atomic-waker v1.1.2
18052025-01-17T03:45:11.259Z Compiling winnow v0.5.40
18062025-01-17T03:45:11.396Z Compiling time v0.3.36
18072025-01-17T03:45:11.470Z Compiling icu_properties v1.5.1
18082025-01-17T03:45:14.357Z Compiling toml_edit v0.19.15
18092025-01-17T03:45:16.104Z Compiling scrypt v0.11.0
18102025-01-17T03:45:16.197Z Compiling form_urlencoded v1.2.1
18112025-01-17T03:45:16.597Z Compiling cbc v0.1.2
18122025-01-17T03:45:16.736Z Compiling aes v0.8.4
18132025-01-17T03:45:16.810Z Compiling http-body v1.0.1
18142025-01-17T03:45:17.076Z Compiling multer v3.1.0
18152025-01-17T03:45:17.384Z Compiling utf16_iter v1.0.5
18162025-01-17T03:45:17.547Z Compiling utf8_iter v1.0.4
18172025-01-17T03:45:17.603Z Compiling write16 v1.0.0
18182025-01-17T03:45:17.748Z Compiling icu_normalizer_data v1.5.0
18192025-01-17T03:45:17.989Z Compiling slog-async v2.8.0
18202025-01-17T03:45:18.008Z Compiling rustversion v1.0.17
18212025-01-17T03:45:18.244Z Compiling try-lock v0.2.5
18222025-01-17T03:45:18.632Z Compiling icu_normalizer v1.5.0
18232025-01-17T03:45:18.662Z Compiling want v0.3.1
18242025-01-17T03:45:20.129Z Compiling pkcs5 v0.7.1
18252025-01-17T03:45:20.813Z Compiling h2 v0.4.6
18262025-01-17T03:45:21.486Z Compiling heapless v0.7.17
18272025-01-17T03:45:22.354Z Compiling bzip2-sys v0.1.11+1.0.8
18282025-01-17T03:45:22.947Z Compiling signal-hook v0.3.17
18292025-01-17T03:45:23.030Z Compiling httpdate v1.0.3
18302025-01-17T03:45:23.774Z Compiling pkcs8 v0.10.2
18312025-01-17T03:45:23.924Z Compiling idna_adapter v1.2.0
18322025-01-17T03:45:25.002Z Compiling usdt-attr-macro v0.5.0
18332025-01-17T03:45:25.268Z Compiling usdt-macro v0.5.0
18342025-01-17T03:45:25.611Z Compiling async-stream-impl v0.3.6
18352025-01-17T03:45:26.399Z Compiling tower-service v0.3.3
18362025-01-17T03:45:26.715Z Compiling base64 v0.22.1
18372025-01-17T03:45:26.790Z Compiling adler2 v2.0.0
18382025-01-17T03:45:26.957Z Compiling miniz_oxide v0.8.0
18392025-01-17T03:45:27.820Z Compiling idna v1.0.3
18402025-01-17T03:45:29.113Z Compiling hyper v1.5.2
18412025-01-17T03:45:32.574Z Compiling hyper-util v0.1.10
18422025-01-17T03:45:34.052Z Compiling curve25519-dalek v4.1.3
18432025-01-17T03:45:34.072Z Compiling openapiv3 v2.0.0
18442025-01-17T03:45:34.548Z Compiling enum-as-inner v0.6.1
18452025-01-17T03:45:36.022Z Compiling dropshot v0.12.0
18462025-01-17T03:45:36.339Z Compiling num-bigint-dig v0.8.4
18472025-01-17T03:45:36.639Z Compiling match_cfg v0.1.0
18482025-01-17T03:45:36.751Z Compiling smoltcp v0.9.1
18492025-01-17T03:45:37.233Z Compiling newtype-uuid v1.2.1
18502025-01-17T03:45:37.328Z Compiling foreign-types-shared v0.1.1
18512025-01-17T03:45:37.606Z Compiling portable-atomic v1.9.0
18522025-01-17T03:45:38.290Z Compiling foreign-types v0.3.2
18532025-01-17T03:45:38.447Z Compiling hostname v0.3.1
18542025-01-17T03:45:39.655Z Compiling url v2.5.3
18552025-01-17T03:45:41.844Z Compiling http-body-util v0.1.2
18562025-01-17T03:45:42.152Z Compiling dirs-sys-next v0.1.2
18572025-01-17T03:45:42.398Z Compiling encoding_rs v0.8.34
18582025-01-17T03:45:42.445Z Compiling siphasher v0.3.11
18592025-01-17T03:45:42.584Z Compiling data-encoding v2.6.0
18602025-01-17T03:45:42.811Z Compiling gimli v0.31.1
18612025-01-17T03:45:44.000Z Compiling mime v0.3.17
18622025-01-17T03:45:45.048Z Compiling heck v0.4.1
18632025-01-17T03:45:45.329Z Compiling ident_case v1.0.1
18642025-01-17T03:45:45.431Z Compiling dirs-next v2.0.0
18652025-01-17T03:45:45.519Z Compiling darling_core v0.20.10
18662025-01-17T03:45:49.416Z Compiling addr2line v0.24.2
18672025-01-17T03:45:51.282Z Compiling crossbeam-epoch v0.9.18
18682025-01-17T03:45:51.943Z Compiling serde_urlencoded v0.7.1
18692025-01-17T03:45:52.551Z Compiling rustls-pemfile v2.2.0
18702025-01-17T03:45:52.942Z Compiling hubpack_derive v0.1.1
18712025-01-17T03:45:53.022Z Compiling dropshot_endpoint v0.12.0
18722025-01-17T03:45:53.352Z Compiling sha1 v0.10.6
18732025-01-17T03:45:53.693Z Compiling signature v2.2.0
18742025-01-17T03:45:53.768Z Compiling curve25519-dalek-derive v0.1.1
18752025-01-17T03:45:53.788Z Compiling zerocopy-derive v0.6.6
18762025-01-17T03:45:54.002Z Compiling object v0.36.5
18772025-01-17T03:45:55.498Z Compiling thread_local v1.1.8
18782025-01-17T03:45:55.953Z Compiling fs-err v2.11.0
18792025-01-17T03:45:56.742Z Compiling utf8parse v0.2.2
18802025-01-17T03:45:59.617Z Compiling ipnet v2.10.1
18812025-01-17T03:46:00.653Z Compiling anstyle v1.0.10
18822025-01-17T03:46:01.077Z Compiling rustc-demangle v0.1.24
18832025-01-17T03:46:01.737Z Compiling unicode-properties v0.1.3
18842025-01-17T03:46:02.174Z Compiling winnow v0.6.20
18852025-01-17T03:46:03.403Z Compiling openssl-probe v0.1.5
18862025-01-17T03:46:05.520Z Compiling rustls-webpki v0.102.8
18872025-01-17T03:46:07.544Z Compiling toml_edit v0.22.22
18882025-01-17T03:46:08.646Z Compiling stringprep v0.1.5
18892025-01-17T03:46:08.823Z Compiling backtrace v0.3.74
18902025-01-17T03:46:13.554Z Compiling anstyle-parse v0.2.5
18912025-01-17T03:46:14.891Z Compiling crossbeam-deque v0.8.5
18922025-01-17T03:46:15.238Z Compiling darling_macro v0.20.10
18932025-01-17T03:46:15.374Z Compiling term v0.7.0
18942025-01-17T03:46:16.096Z Compiling slog-json v2.6.1
18952025-01-17T03:46:17.231Z Compiling crossbeam-channel v0.5.13
18962025-01-17T03:46:18.094Z Compiling hashbrown v0.14.5
18972025-01-17T03:46:18.237Z Compiling idna v0.3.0
18982025-01-17T03:46:18.284Z Compiling idna v0.4.0
18992025-01-17T03:46:19.412Z Compiling futures-executor v0.3.31
19002025-01-17T03:46:19.696Z Compiling num-integer v0.1.46
19012025-01-17T03:46:19.845Z Compiling md-5 v0.10.6
19022025-01-17T03:46:19.864Z Compiling ff v0.13.0
19032025-01-17T03:46:20.095Z Compiling hash32 v0.2.1
19042025-01-17T03:46:20.098Z Compiling memmap v0.7.0
19052025-01-17T03:46:20.332Z Compiling is-terminal v0.4.13
19062025-01-17T03:46:20.416Z Compiling linked-hash-map v0.5.6
19072025-01-17T03:46:20.455Z Compiling psl-types v2.0.11
19082025-01-17T03:46:20.661Z Compiling colorchoice v1.0.2
19092025-01-17T03:46:20.715Z Compiling fallible-iterator v0.2.0
19102025-01-17T03:46:20.735Z Compiling is_terminal_polyfill v1.70.1
19112025-01-17T03:46:20.879Z Compiling base16ct v0.2.0
19122025-01-17T03:46:21.309Z Compiling quick-error v1.2.3
19132025-01-17T03:46:21.432Z Compiling anstyle-query v1.1.1
19142025-01-17T03:46:21.477Z Compiling take_mut v0.2.2
19152025-01-17T03:46:21.597Z Compiling utf-8 v0.7.6
19162025-01-17T03:46:21.884Z Compiling tungstenite v0.24.0
19172025-01-17T03:46:22.009Z Compiling anstream v0.6.15
19182025-01-17T03:46:22.128Z Compiling resolv-conf v0.7.0
19192025-01-17T03:46:22.578Z Compiling postgres-protocol v0.6.7
19202025-01-17T03:46:22.625Z Compiling sec1 v0.7.3
19212025-01-17T03:46:22.755Z Compiling publicsuffix v2.2.3
19222025-01-17T03:46:23.087Z Compiling lru-cache v0.1.2
19232025-01-17T03:46:23.295Z Compiling slog-term v2.9.1
19242025-01-17T03:46:23.714Z Compiling usdt v0.5.0
19252025-01-17T03:46:23.742Z Compiling num-iter v0.1.45
19262025-01-17T03:46:23.945Z Compiling group v0.13.0
19272025-01-17T03:46:24.171Z Compiling futures v0.3.31
19282025-01-17T03:46:24.349Z Compiling hickory-proto v0.24.1
19292025-01-17T03:46:24.413Z Compiling regress v0.10.1
19302025-01-17T03:46:28.714Z Compiling slog-bunyan v2.5.0
19312025-01-17T03:46:28.919Z Compiling darling v0.20.10
19322025-01-17T03:46:29.018Z Compiling tokio-rustls v0.26.0
19332025-01-17T03:46:29.045Z Compiling tokio-rustls v0.25.0
19342025-01-17T03:46:29.456Z Compiling toml v0.8.19
19352025-01-17T03:46:29.458Z Compiling tokio-native-tls v0.3.1
19362025-01-17T03:46:29.809Z Compiling strum_macros v0.25.3
19372025-01-17T03:46:29.850Z Compiling phf_shared v0.11.2
19382025-01-17T03:46:30.534Z Compiling async-stream v0.3.6
19392025-01-17T03:46:30.804Z Compiling waitgroup v0.1.2
19402025-01-17T03:46:30.823Z Compiling webpki-roots v0.26.6
19412025-01-17T03:46:31.350Z Compiling idna v0.5.0
19422025-01-17T03:46:31.417Z Compiling terminal_size v0.4.0
19432025-01-17T03:46:31.644Z Compiling serde_path_to_error v0.1.16
19442025-01-17T03:46:32.419Z Compiling hkdf v0.12.4
19452025-01-17T03:46:32.706Z Compiling crypto-bigint v0.5.5
19462025-01-17T03:46:32.798Z Compiling serde_repr v0.1.19
19472025-01-17T03:46:33.038Z Compiling derive-where v1.2.7
19482025-01-17T03:46:33.122Z Compiling clap_derive v4.5.18
19492025-01-17T03:46:33.280Z Compiling hostname v0.4.0
19502025-01-17T03:46:33.498Z Compiling crc32fast v1.4.2
19512025-01-17T03:46:33.811Z Compiling managed v0.8.0
19522025-01-17T03:46:33.813Z Compiling clap_lex v0.7.2
19532025-01-17T03:46:34.531Z Compiling bitflags v1.3.2
19542025-01-17T03:46:34.654Z Compiling debug-ignore v1.0.5
19552025-01-17T03:46:34.827Z Compiling unicode-width v0.1.14
19562025-01-17T03:46:36.173Z Compiling elliptic-curve v0.13.8
19572025-01-17T03:46:36.569Z Compiling console v0.15.8
19582025-01-17T03:46:37.774Z Compiling clap_builder v4.5.21
19592025-01-17T03:46:37.795Z Compiling flate2 v1.0.34
19602025-01-17T03:46:38.466Z Compiling cookie_store v0.21.0
19612025-01-17T03:46:40.612Z Compiling hyper-rustls v0.27.3
19622025-01-17T03:46:44.234Z Compiling phf v0.11.2
19632025-01-17T03:46:44.359Z Compiling hyper-tls v0.6.0
19642025-01-17T03:46:44.513Z Compiling hickory-resolver v0.24.1
19652025-01-17T03:46:45.112Z Compiling signal-hook-mio v0.2.4
19662025-01-17T03:46:45.195Z Compiling rayon v1.10.0
19672025-01-17T03:46:45.294Z Compiling typify-impl v0.2.0
19682025-01-17T03:46:45.352Z Compiling bzip2 v0.4.4
19692025-01-17T03:46:45.712Z Compiling postgres-types v0.2.8
19702025-01-17T03:46:46.924Z Compiling tokio-tungstenite v0.24.0
19712025-01-17T03:46:47.419Z Compiling zerocopy v0.6.6
19722025-01-17T03:46:47.437Z Compiling ed25519 v2.2.3
19732025-01-17T03:46:47.890Z Compiling hubpack v0.1.2
19742025-01-17T03:46:48.150Z Compiling phf_shared v0.10.0
19752025-01-17T03:46:48.527Z Compiling pkcs1 v0.7.5
19762025-01-17T03:46:49.394Z Compiling tokio-stream v0.1.16
19772025-01-17T03:46:49.418Z Compiling ipnetwork v0.20.0
19782025-01-17T03:46:49.571Z Compiling serde-big-array v0.5.1
19792025-01-17T03:46:49.819Z Compiling rfc6979 v0.4.0
19802025-01-17T03:46:50.024Z Compiling float-cmp v0.9.0
19812025-01-17T03:46:50.272Z Compiling sync_wrapper v1.0.1
19822025-01-17T03:46:50.448Z Compiling bstr v1.10.0
19832025-01-17T03:46:51.832Z Compiling unicode-width v0.2.0
19842025-01-17T03:46:51.899Z Compiling new_debug_unreachable v1.0.6
19852025-01-17T03:46:52.002Z Compiling fixedbitset v0.4.2
19862025-01-17T03:46:52.359Z Compiling static_assertions v1.1.0
19872025-01-17T03:46:52.423Z Compiling whoami v1.5.2
19882025-01-17T03:46:52.470Z Compiling normalize-line-endings v0.3.0
19892025-01-17T03:46:52.621Z Compiling unicode-segmentation v1.12.0
19902025-01-17T03:46:52.849Z Compiling predicates-core v1.0.8
19912025-01-17T03:46:52.923Z Compiling bit-vec v0.6.3
19922025-01-17T03:46:53.152Z Compiling precomputed-hash v0.1.1
19932025-01-17T03:46:53.282Z Compiling difflib v0.4.0
19942025-01-17T03:46:53.300Z Compiling number_prefix v0.4.0
19952025-01-17T03:46:53.480Z Compiling indicatif v0.17.9
19962025-01-17T03:46:53.522Z Compiling similar v2.6.0
19972025-01-17T03:46:53.952Z Compiling predicates v3.1.2
19982025-01-17T03:46:54.430Z Compiling string_cache v0.8.7
19992025-01-17T03:46:54.862Z Compiling bit-set v0.5.3
20002025-01-17T03:46:55.162Z Compiling tokio-postgres v0.7.12
20012025-01-17T03:46:55.193Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20022025-01-17T03:46:55.272Z Compiling petgraph v0.6.5
20032025-01-17T03:46:55.291Z Compiling reqwest v0.12.9
20042025-01-17T03:46:55.754Z Compiling typify-macro v0.2.0
20052025-01-17T03:46:59.172Z Compiling qorb v0.2.1
20062025-01-17T03:47:00.425Z Compiling ecdsa v0.16.9
20072025-01-17T03:47:00.779Z Compiling rsa v0.9.6
20082025-01-17T03:47:01.333Z Compiling ed25519-dalek v2.1.1
20092025-01-17T03:47:01.656Z Compiling zip v0.6.6
20102025-01-17T03:47:01.878Z Compiling crossterm v0.28.1
20112025-01-17T03:47:02.293Z Compiling clap v4.5.21
20122025-01-17T03:47:04.363Z Compiling toml v0.7.8
20132025-01-17T03:47:04.382Z Compiling x509-cert v0.2.5
20142025-01-17T03:47:05.128Z Compiling hex v0.4.3
20152025-01-17T03:47:05.929Z Compiling itertools v0.10.5
20162025-01-17T03:47:06.555Z Compiling unicode-xid v0.2.6
20172025-01-17T03:47:06.598Z Compiling zerocopy v0.8.10
20182025-01-17T03:47:06.752Z Compiling lalrpop-util v0.19.12
20192025-01-17T03:47:07.763Z Compiling peg-runtime v0.8.3
20202025-01-17T03:47:08.507Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20212025-01-17T03:47:12.729Z Compiling proc-macro-crate v1.3.1
20222025-01-17T03:47:13.552Z Compiling macaddr v1.0.1
20232025-01-17T03:47:13.786Z Compiling zerocopy-derive v0.8.10
20242025-01-17T03:47:14.087Z Compiling itertools v0.13.0
20252025-01-17T03:47:14.984Z Compiling heapless v0.8.0
20262025-01-17T03:47:16.939Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20272025-01-17T03:47:22.247Z Compiling num_enum_derive v0.5.11
20282025-01-17T03:47:30.250Z Compiling hash32 v0.3.1
20292025-01-17T03:47:31.103Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20302025-01-17T03:47:31.586Z Compiling smoltcp v0.11.0
20312025-01-17T03:47:36.415Z Compiling num_enum v0.5.11
20322025-01-17T03:47:36.609Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20332025-01-17T03:47:37.477Z Compiling typify v0.2.0
20342025-01-17T03:47:37.619Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20352025-01-17T03:47:38.130Z Compiling proc-macro-error-attr v1.0.4
20362025-01-17T03:47:38.461Z Compiling thiserror v2.0.11
20372025-01-17T03:47:38.568Z Compiling unsafe-libyaml v0.2.11
20382025-01-17T03:47:39.019Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20392025-01-17T03:47:39.326Z Compiling cobs v0.2.3
20402025-01-17T03:47:39.814Z Compiling postcard v1.0.10
20412025-01-17T03:47:40.274Z Compiling serde_yaml v0.9.34+deprecated
20422025-01-17T03:47:54.980Z Compiling progenitor-impl v0.8.0
20432025-01-17T03:47:57.129Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20442025-01-17T03:48:06.586Z Compiling strum_macros v0.26.4
20452025-01-17T03:48:07.287Z Compiling thiserror-impl v2.0.11
20462025-01-17T03:48:07.346Z Compiling foreign-types-macros v0.2.3
20472025-01-17T03:48:07.386Z Compiling structmeta-derive v0.3.0
20482025-01-17T03:48:08.061Z Compiling proc-macro-error v1.0.4
20492025-01-17T03:48:08.397Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20502025-01-17T03:48:09.373Z Compiling foreign-types-shared v0.3.1
20512025-01-17T03:48:10.040Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20522025-01-17T03:48:10.511Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20532025-01-17T03:48:10.670Z Compiling strum v0.26.3
20542025-01-17T03:48:13.992Z Compiling structmeta v0.3.0
20552025-01-17T03:48:14.344Z Compiling foreign-types v0.5.0
20562025-01-17T03:48:18.357Z Compiling progenitor-macro v0.8.0
20572025-01-17T03:48:22.862Z Compiling progenitor-client v0.8.0
20582025-01-17T03:48:23.734Z Compiling tabwriter v1.4.0
20592025-01-17T03:48:27.294Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20602025-01-17T03:48:28.337Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20612025-01-17T03:48:28.444Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20622025-01-17T03:48:29.008Z Compiling cstr-argument v0.1.2
20632025-01-17T03:48:29.096Z Compiling dropshot v0.15.1
20642025-01-17T03:48:29.228Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20652025-01-17T03:48:29.298Z Compiling crucible-workspace-hack v0.1.0
20662025-01-17T03:48:29.536Z Compiling fastrand v2.1.1
20672025-01-17T03:48:29.591Z Compiling pretty-hex v0.2.1
20682025-01-17T03:48:29.829Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20692025-01-17T03:48:29.977Z Compiling tempfile v3.13.0
20702025-01-17T03:48:30.341Z Compiling progenitor v0.8.0
20712025-01-17T03:48:30.519Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20722025-01-17T03:48:30.542Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20732025-01-17T03:48:30.569Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20742025-01-17T03:48:31.400Z Compiling parse-display-derive v0.10.0
20752025-01-17T03:48:31.465Z Compiling colored v2.1.0
20762025-01-17T03:48:31.769Z Compiling serde_with_macros v3.11.0
20772025-01-17T03:48:32.307Z Compiling dropshot_endpoint v0.15.1
20782025-01-17T03:48:32.651Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20792025-01-17T03:48:33.395Z Compiling instant v0.1.13
20802025-01-17T03:48:33.586Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20812025-01-17T03:48:33.994Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20822025-01-17T03:48:34.084Z Compiling serde_with v3.11.0
20832025-01-17T03:48:34.958Z Compiling parse-display v0.10.0
20842025-01-17T03:48:35.471Z Compiling backoff v0.4.0
20852025-01-17T03:48:35.855Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20862025-01-17T03:48:36.779Z Compiling zone_cfg_derive v0.3.0
20872025-01-17T03:48:36.894Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20882025-01-17T03:48:37.458Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20892025-01-17T03:48:37.579Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20902025-01-17T03:48:38.064Z Compiling camino-tempfile v1.1.1
20912025-01-17T03:48:38.181Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
20922025-01-17T03:48:38.244Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20932025-01-17T03:48:38.453Z Compiling regress v0.9.1
20942025-01-17T03:48:38.653Z Compiling progenitor-client v0.9.1
20952025-01-17T03:48:38.803Z Compiling num-derive v0.4.2
20962025-01-17T03:48:39.570Z Compiling sigpipe v0.1.3
20972025-01-17T03:48:39.724Z Compiling libefi-sys v0.1.0
20982025-01-17T03:48:40.038Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20992025-01-17T03:48:40.407Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21002025-01-17T03:48:40.935Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
21012025-01-17T03:48:42.535Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
21022025-01-17T03:48:43.087Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21032025-01-17T03:48:43.645Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21042025-01-17T03:48:45.540Z Compiling zone v0.3.0
21052025-01-17T03:48:47.734Z Compiling smf v0.2.3
21062025-01-17T03:48:48.932Z Compiling bitfield-struct v0.6.2
21072025-01-17T03:48:49.283Z Compiling blake3 v1.5.4
21082025-01-17T03:48:49.904Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21092025-01-17T03:48:50.254Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21102025-01-17T03:48:50.446Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21112025-01-17T03:48:50.781Z Compiling xattr v1.3.1
21122025-01-17T03:48:50.891Z Compiling filetime v0.2.25
21132025-01-17T03:48:51.019Z Compiling memmap2 v0.9.5
21142025-01-17T03:48:51.132Z Compiling same-file v1.0.6
21152025-01-17T03:48:51.256Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21162025-01-17T03:48:51.407Z Compiling arrayref v0.3.9
21172025-01-17T03:48:51.430Z Compiling arrayvec v0.7.6
21182025-01-17T03:48:51.531Z Compiling constant_time_eq v0.3.1
21192025-01-17T03:48:51.549Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21202025-01-17T03:48:51.607Z Compiling walkdir v2.5.0
21212025-01-17T03:48:51.727Z Compiling tar v0.4.42
21222025-01-17T03:48:53.022Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21232025-01-17T03:48:53.464Z Compiling gethostname v0.5.0
21242025-01-17T03:48:53.692Z Compiling cargo-platform v0.1.8
21252025-01-17T03:48:54.399Z Compiling topological-sort v0.2.2
21262025-01-17T03:48:54.492Z Compiling cargo_metadata v0.18.1
21272025-01-17T03:48:54.689Z Compiling omicron-zone-package v0.12.0
21282025-01-17T03:48:54.798Z Compiling shell-words v1.1.0
21292025-01-17T03:48:55.656Z Compiling indent_write v2.2.0
21302025-01-17T03:49:01.452Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21312025-01-17T03:49:03.028Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21322025-01-17T03:49:04.925Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21332025-01-17T03:49:23.820Z Finished `release` profile [optimized] target(s) in 5m 14s
21342025-01-17T03:49:23.988Z Running `target/release/omicron-package -t test target create -p dev`
21352025-01-17T03:49:24.036ZLogging to: /work/oxidecomputer/omicron/out/LOG
21362025-01-17T03:49:24.038ZCreated new build target 'test' and set it as active
21372025-01-17T03:49:24.039Z
21382025-01-17T03:49:24.039Zreal 5:14.734739397
21392025-01-17T03:49:24.039Zuser 36:46.757445375
21402025-01-17T03:49:24.039Zsys 3:22.201463489
21412025-01-17T03:49:24.039Ztrap 1.151237781
21422025-01-17T03:49:24.039Ztflt 2.921902407
21432025-01-17T03:49:24.039Zdflt 0.729905609
21442025-01-17T03:49:24.039Zkflt 0.011882179
21452025-01-17T03:49:24.039Zlock 1:13:50.691308410
21462025-01-17T03:49:24.039Zslp 2:28:09.197340495
21472025-01-17T03:49:24.039Zlat 2:45.077432620
21482025-01-17T03:49:24.039Zstop 4:46.662858779
21492025-01-17T03:49:24.042Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21502025-01-17T03:49:24.993Z Finished `release` profile [optimized] target(s) in 0.90s
21512025-01-17T03:49:25.052Z Running `target/release/omicron-package -t test package`
21522025-01-17T03:49:25.096ZLogging to: /work/oxidecomputer/omicron/out/LOG
21532025-01-17T03:49:26.241Z Compiling thiserror v2.0.11
21542025-01-17T03:49:26.375Z Compiling typify-impl v0.3.0
21552025-01-17T03:49:26.389Z Compiling convert_case v0.4.0
21562025-01-17T03:49:26.391Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21572025-01-17T03:49:26.391Z Compiling newline-converter v0.3.0
21582025-01-17T03:49:26.391Z Compiling password-hash v0.5.0
21592025-01-17T03:49:26.391Z Compiling blake2 v0.10.6
21602025-01-17T03:49:26.404Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21612025-01-17T03:49:26.540Z Compiling expectorate v1.1.0
21622025-01-17T03:49:26.654Z Compiling base64 v0.21.7
21632025-01-17T03:49:26.844Z Compiling atomicwrites v0.4.4
21642025-01-17T03:49:27.117Z Compiling derive_more v0.99.18
21652025-01-17T03:49:27.355Z Compiling argon2 v0.5.3
21662025-01-17T03:49:27.617Z Compiling owo-colors v4.1.0
21672025-01-17T03:49:27.732Z Compiling cancel-safe-futures v0.1.5
21682025-01-17T03:49:27.800Z Compiling num-rational v0.4.2
21692025-01-17T03:49:27.964Z Compiling progenitor-client v0.9.1
21702025-01-17T03:49:28.118Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21712025-01-17T03:49:28.482Z Compiling num-complex v0.4.6
21722025-01-17T03:49:29.236Z Compiling libsw v3.3.1
21732025-01-17T03:49:29.582Z Compiling num v0.4.3
21742025-01-17T03:49:29.602Z Compiling float-ord v0.3.2
21752025-01-17T03:49:29.623Z Compiling linear-map v1.2.0
21762025-01-17T03:49:29.710Z Compiling swrite v0.1.0
21772025-01-17T03:49:29.787Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21782025-01-17T03:49:29.870Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21792025-01-17T03:49:30.041Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21802025-01-17T03:49:30.193Z Compiling highway v1.2.0
21812025-01-17T03:49:31.067Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21822025-01-17T03:49:31.681Z Compiling semver v0.1.20
21832025-01-17T03:49:32.232Z Compiling rustc_version v0.1.7
21842025-01-17T03:49:32.635Z Compiling newtype_derive v0.1.6
21852025-01-17T03:49:32.959Z Compiling tungstenite v0.21.0
21862025-01-17T03:49:33.027Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21872025-01-17T03:49:37.204Z Compiling typify-macro v0.3.0
21882025-01-17T03:49:37.568Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21892025-01-17T03:49:37.896Z Compiling ipnetwork v0.20.0
21902025-01-17T03:49:38.642Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21912025-01-17T03:49:38.836Z Compiling tokio-tungstenite v0.21.0
21922025-01-17T03:49:39.312Z Compiling progenitor-client v0.8.0
21932025-01-17T03:49:39.369Z Compiling humantime v2.1.0
21942025-01-17T03:49:39.587Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
21952025-01-17T03:49:39.754Z Compiling progenitor v0.8.0
21962025-01-17T03:49:39.985Z Compiling dropshot v0.15.1
21972025-01-17T03:49:40.066Z Compiling instant v0.1.13
21982025-01-17T03:49:40.211Z Compiling backoff v0.4.0
21992025-01-17T03:49:40.242Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22002025-01-17T03:49:40.587Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22012025-01-17T03:49:40.668Z Compiling typify v0.3.0
22022025-01-17T03:49:40.823Z Compiling progenitor-impl v0.9.1
22032025-01-17T03:49:46.875Z Compiling progenitor-macro v0.9.1
22042025-01-17T03:49:47.751Z Compiling steno v0.4.1
22052025-01-17T03:49:48.149Z Compiling parse-display v0.10.0
22062025-01-17T03:49:48.647Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072025-01-17T03:49:48.692Z Compiling serde_with v3.11.0
22082025-01-17T03:49:48.844Z Compiling strum v0.26.3
22092025-01-17T03:49:49.039Z Compiling regress v0.9.1
22102025-01-17T03:49:52.197Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22112025-01-17T03:49:53.380Z Compiling macaddr v1.0.1
22122025-01-17T03:49:53.728Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22132025-01-17T03:49:53.795Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22142025-01-17T03:49:54.035Z Compiling slog-dtrace v0.3.0
22152025-01-17T03:49:54.449Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
22162025-01-17T03:49:54.515Z Compiling prettyplease v0.2.25
22172025-01-17T03:49:56.395Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22182025-01-17T03:49:57.900Z Compiling progenitor v0.9.1
22192025-01-17T03:49:58.139Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22202025-01-17T03:50:00.168Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22212025-01-17T03:50:09.182Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22222025-01-17T03:50:10.902Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22232025-01-17T03:50:11.705Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22242025-01-17T03:50:12.764Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22252025-01-17T03:50:14.093Z Compiling half v2.4.1
22262025-01-17T03:50:15.936Z Compiling ciborium-io v0.2.2
22272025-01-17T03:50:16.113Z Compiling ciborium-ll v0.2.2
22282025-01-17T03:50:16.642Z Compiling ciborium v0.2.2
22292025-01-17T03:50:16.969Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22302025-01-17T03:50:17.936Z Compiling display-error-chain v0.2.2
22312025-01-17T03:50:17.959Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22322025-01-17T03:50:18.173Z Compiling same-file v1.0.6
22332025-01-17T03:50:18.432Z Compiling fastrand v2.1.1
22342025-01-17T03:50:18.629Z Compiling walkdir v2.5.0
22352025-01-17T03:50:18.946Z Compiling tempfile v3.13.0
22362025-01-17T03:50:19.268Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22372025-01-17T03:50:19.602Z Compiling blake3 v1.5.4
22382025-01-17T03:50:20.265Z Compiling const_format_proc_macros v0.2.33
22392025-01-17T03:50:22.056Z Compiling xattr v1.3.1
22402025-01-17T03:50:22.344Z Compiling filetime v0.2.25
22412025-01-17T03:50:22.655Z Compiling memmap2 v0.9.5
22422025-01-17T03:50:22.791Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22432025-01-17T03:50:22.816Z Compiling keccak v0.1.5
22442025-01-17T03:50:23.055Z Compiling maplit v1.0.2
22452025-01-17T03:50:23.198Z Compiling arrayref v0.3.9
22462025-01-17T03:50:23.218Z Compiling constant_time_eq v0.3.1
22472025-01-17T03:50:23.320Z Compiling crunchy v0.2.2
22482025-01-17T03:50:23.391Z Compiling arrayvec v0.7.6
22492025-01-17T03:50:23.823Z Compiling sha3 v0.10.8
22502025-01-17T03:50:23.885Z Compiling tar v0.4.42
22512025-01-17T03:50:24.706Z Compiling const_format v0.2.33
22522025-01-17T03:50:24.800Z Compiling camino-tempfile v1.1.1
22532025-01-17T03:50:25.220Z Compiling toolchain_find v0.4.0
22542025-01-17T03:50:25.239Z Compiling radium v0.7.0
22552025-01-17T03:50:25.708Z Compiling topological-sort v0.2.2
22562025-01-17T03:50:25.710Z Compiling tiny-keccak v2.0.2
22572025-01-17T03:50:25.777Z Compiling rustfmt-wrapper v0.2.1
22582025-01-17T03:50:25.943Z Compiling omicron-zone-package v0.12.0
22592025-01-17T03:50:26.127Z Compiling dsl_auto_type v0.1.2
22602025-01-17T03:50:26.350Z Compiling scheduled-thread-pool v0.2.7
22612025-01-17T03:50:26.368Z Compiling diesel_table_macro_syntax v0.2.0
22622025-01-17T03:50:26.731Z Compiling tap v1.0.1
22632025-01-17T03:50:26.949Z Compiling maybe-uninit v2.0.0
22642025-01-17T03:50:27.375Z Compiling diesel_derives v2.2.3
22652025-01-17T03:50:27.504Z Compiling wyz v0.5.1
22662025-01-17T03:50:27.713Z Compiling r2d2 v0.8.10
22672025-01-17T03:50:28.396Z Compiling phf_generator v0.11.2
22682025-01-17T03:50:28.610Z Compiling ascii-canvas v3.0.0
22692025-01-17T03:50:28.692Z Compiling secrecy v0.8.0
22702025-01-17T03:50:28.978Z Compiling ena v0.14.3
22712025-01-17T03:50:29.062Z Compiling async-recursion v1.1.1
22722025-01-17T03:50:29.382Z Compiling crc-catalog v2.4.0
22732025-01-17T03:50:29.564Z Compiling funty v2.0.0
22742025-01-17T03:50:30.134Z Compiling arc-swap v1.7.1
22752025-01-17T03:50:30.390Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22762025-01-17T03:50:30.717Z Compiling regex-syntax v0.6.29
22772025-01-17T03:50:30.747Z Compiling packed_struct v0.10.1
22782025-01-17T03:50:31.142Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22792025-01-17T03:50:31.214Z Compiling diff v0.1.13
22802025-01-17T03:50:31.782Z Compiling slog-scope v4.4.0
22812025-01-17T03:50:31.993Z Compiling bitvec v1.0.1
22822025-01-17T03:50:32.363Z Compiling crc v3.2.1
22832025-01-17T03:50:32.616Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22842025-01-17T03:50:34.456Z Compiling lalrpop v0.19.12
22852025-01-17T03:50:35.698Z Compiling phf_codegen v0.11.2
22862025-01-17T03:50:36.123Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22872025-01-17T03:50:36.382Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22882025-01-17T03:50:36.614Z Compiling universal-hash v0.5.1
22892025-01-17T03:50:36.870Z Compiling packed_struct_codegen v0.10.1
22902025-01-17T03:50:37.110Z Compiling thiserror-impl-no-std v2.0.2
22912025-01-17T03:50:37.950Z Compiling diesel v2.2.6
22922025-01-17T03:50:39.254Z Compiling parse-zoneinfo v0.3.1
22932025-01-17T03:50:39.494Z Compiling unicase v2.7.0
22942025-01-17T03:50:39.820Z Compiling indexmap v1.9.3
22952025-01-17T03:50:40.129Z Compiling nodrop v0.1.14
22962025-01-17T03:50:40.301Z Compiling opaque-debug v0.3.1
22972025-01-17T03:50:40.424Z Compiling ref-cast v1.0.23
22982025-01-17T03:50:40.711Z Compiling poly1305 v0.8.0
22992025-01-17T03:50:41.046Z Compiling array-init v0.0.4
23002025-01-17T03:50:42.155Z Compiling chrono-tz-build v0.4.0
23012025-01-17T03:50:42.261Z Compiling thiserror-no-std v2.0.2
23022025-01-17T03:50:43.174Z Compiling smallvec v0.6.14
23032025-01-17T03:50:43.672Z Compiling slog-stdlog v4.1.1
23042025-01-17T03:50:45.064Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23052025-01-17T03:50:45.389Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23062025-01-17T03:50:45.691Z Compiling derive_builder_core v0.20.2
23072025-01-17T03:50:46.356Z Compiling chacha20 v0.9.1
23082025-01-17T03:50:46.846Z Compiling headers-core v0.3.0
23092025-01-17T03:50:47.038Z Compiling aead v0.5.2
23102025-01-17T03:50:47.400Z Compiling libxml v0.3.3
23112025-01-17T03:50:47.733Z Compiling ref-cast-impl v1.0.23
23122025-01-17T03:50:47.799Z Compiling vte_generate_state_changes v0.1.2
23132025-01-17T03:50:48.398Z Compiling bitfield v0.14.0
23142025-01-17T03:50:48.714Z Compiling termcolor v1.4.1
23152025-01-17T03:50:48.825Z Compiling hashbrown v0.12.3
23162025-01-17T03:50:49.765Z Compiling env_logger v0.10.2
23172025-01-17T03:50:51.267Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23182025-01-17T03:50:52.821Z Compiling vte v0.11.1
23192025-01-17T03:50:54.379Z Compiling derive_builder_macro v0.20.2
23202025-01-17T03:50:55.231Z Compiling chacha20poly1305 v0.10.1
23212025-01-17T03:50:55.493Z Compiling headers v0.4.0
23222025-01-17T03:50:56.940Z Compiling polar-core v0.27.3
23232025-01-17T03:50:59.009Z Compiling slog-envlogger v2.2.0
23242025-01-17T03:50:59.436Z Compiling serde-hex v0.1.0
23252025-01-17T03:51:01.783Z Compiling chrono-tz v0.10.0
23262025-01-17T03:51:02.395Z Compiling vsss-rs v3.3.4
23272025-01-17T03:51:04.522Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23282025-01-17T03:51:06.167Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23292025-01-17T03:51:06.505Z Compiling ron v0.8.1
23302025-01-17T03:51:07.552Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23312025-01-17T03:51:07.872Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23322025-01-17T03:51:09.333Z Compiling hashbrown v0.13.2
23332025-01-17T03:51:10.594Z Compiling strum_macros v0.24.3
23342025-01-17T03:51:12.024Z Compiling fxhash v0.2.1
23352025-01-17T03:51:12.271Z Compiling samael v0.0.17
23362025-01-17T03:51:12.274Z Compiling bumpalo v3.16.0
23372025-01-17T03:51:12.946Z Compiling crc-any v2.5.0
23382025-01-17T03:51:13.614Z Compiling indoc v1.0.9
23392025-01-17T03:51:13.815Z Compiling lockfree-object-pool v0.1.6
23402025-01-17T03:51:13.839Z Compiling zip v2.1.3
23412025-01-17T03:51:14.111Z Compiling simd-adler32 v0.3.7
23422025-01-17T03:51:14.171Z Compiling bytecount v0.6.8
23432025-01-17T03:51:14.495Z Compiling zopfli v0.8.1
23442025-01-17T03:51:16.339Z Compiling papergrid v0.11.0
23452025-01-17T03:51:22.195Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23462025-01-17T03:51:22.385Z Compiling object v0.30.4
23472025-01-17T03:51:23.288Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23482025-01-17T03:51:27.806Z Compiling derive_builder v0.20.2
23492025-01-17T03:51:29.657Z Compiling strip-ansi-escapes v0.2.0
23502025-01-17T03:51:30.631Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23512025-01-17T03:51:30.953Z Compiling tabled_derive v0.7.0
23522025-01-17T03:51:32.349Z Compiling fd-lock v4.0.2
23532025-01-17T03:51:32.598Z Compiling peg-macros v0.8.4
23542025-01-17T03:51:33.006Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23552025-01-17T03:51:33.978Z Compiling kstat-rs v0.2.4
23562025-01-17T03:51:34.256Z Compiling oso-derive v0.27.3
23572025-01-17T03:51:34.863Z Compiling impl-trait-for-tuples v0.2.2
23582025-01-17T03:51:35.196Z Compiling quick-xml v0.33.0
23592025-01-17T03:51:35.808Z Compiling diesel-dtrace v0.4.2
23602025-01-17T03:51:36.156Z Compiling nu-ansi-term v0.50.1
23612025-01-17T03:51:36.934Z Compiling path-slash v0.1.5
23622025-01-17T03:51:37.210Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23632025-01-17T03:51:37.432Z Compiling reedline v0.35.0
23642025-01-17T03:51:40.325Z Compiling peg v0.8.4
23652025-01-17T03:51:40.332Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23662025-01-17T03:51:40.899Z Compiling oso v0.27.3
23672025-01-17T03:51:44.979Z Compiling tabled v0.15.0
23682025-01-17T03:51:58.055Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23692025-01-17T03:52:00.918Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23702025-01-17T03:52:04.254Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23712025-01-17T03:52:04.787Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23722025-01-17T03:52:05.805Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23732025-01-17T03:52:06.148Z Compiling pem v3.0.4
23742025-01-17T03:52:06.372Z Compiling bb8 v0.8.5
23752025-01-17T03:52:06.977Z Compiling bcs v0.1.6
23762025-01-17T03:52:07.608Z Compiling libz-sys v1.1.20
23772025-01-17T03:52:07.864Z Compiling parking_lot_core v0.8.6
23782025-01-17T03:52:08.418Z Compiling async-bb8-diesel v0.2.1
23792025-01-17T03:52:09.201Z Compiling mime_guess v2.0.5
23802025-01-17T03:52:10.986Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23812025-01-17T03:52:14.099Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23822025-01-17T03:52:15.562Z Compiling buf-list v1.0.3
23832025-01-17T03:52:17.679Z Compiling nibble_vec v0.1.0
23842025-01-17T03:52:17.943Z Compiling libgit2-sys v0.17.0+1.8.1
23852025-01-17T03:52:18.715Z Compiling pin-project-internal v1.1.6
23862025-01-17T03:52:19.117Z Compiling atty v0.2.14
23872025-01-17T03:52:19.304Z Compiling salty v0.3.0
23882025-01-17T03:52:19.724Z Compiling http-range v0.1.5
23892025-01-17T03:52:20.330Z Compiling endian-type v0.1.2
23902025-01-17T03:52:20.597Z Compiling radix_trie v0.2.1
23912025-01-17T03:52:21.268Z Compiling pin-project v1.1.6
23922025-01-17T03:52:21.545Z Compiling parking_lot v0.11.2
23932025-01-17T03:52:26.419Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
23942025-01-17T03:52:29.260Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23952025-01-17T03:52:29.965Z Compiling snafu-derive v0.8.5
23962025-01-17T03:52:30.784Z Compiling hyper-staticfile v0.10.1
23972025-01-17T03:52:33.843Z Compiling sled v0.34.7
23982025-01-17T03:52:34.349Z Compiling snafu v0.8.5
23992025-01-17T03:52:37.877Z Compiling hickory-client v0.24.1
24002025-01-17T03:52:57.929Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24012025-01-17T03:52:59.125Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24022025-01-17T03:53:01.254Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24032025-01-17T03:53:03.513Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24042025-01-17T03:53:03.663Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24052025-01-17T03:53:06.700Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24062025-01-17T03:53:08.179Z Compiling globset v0.4.15
24072025-01-17T03:53:09.469Z Compiling hickory-server v0.24.1
24082025-01-17T03:53:11.846Z Compiling primeorder v0.13.6
24092025-01-17T03:53:11.951Z Compiling olpc-cjson v0.1.4
24102025-01-17T03:53:12.315Z Compiling castaway v0.2.3
24112025-01-17T03:53:12.417Z Compiling vergen v8.3.2
24122025-01-17T03:53:12.524Z Compiling env_filter v0.1.2
24132025-01-17T03:53:12.738Z Compiling cargo-platform v0.1.8
24142025-01-17T03:53:13.228Z Compiling serde_plain v1.0.2
24152025-01-17T03:53:13.770Z Compiling nanorand v0.7.0
24162025-01-17T03:53:14.050Z Compiling memoffset v0.9.1
24172025-01-17T03:53:14.407Z Compiling typed-path v0.9.3
24182025-01-17T03:53:14.642Z Compiling flume v0.11.1
24192025-01-17T03:53:15.348Z Compiling cargo_metadata v0.18.1
24202025-01-17T03:53:15.587Z Compiling env_logger v0.11.5
24212025-01-17T03:53:17.043Z Compiling tough v0.19.0
24222025-01-17T03:53:17.522Z Compiling compact_str v0.8.0
24232025-01-17T03:53:18.392Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24242025-01-17T03:53:19.947Z Compiling p384 v0.13.0
24252025-01-17T03:53:20.012Z Compiling git2 v0.19.0
24262025-01-17T03:53:20.945Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24272025-01-17T03:53:21.067Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24282025-01-17T03:53:21.256Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24292025-01-17T03:53:22.434Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24302025-01-17T03:53:26.935Z Compiling unicode-truncate v1.1.0
24312025-01-17T03:53:27.282Z Compiling lru v0.12.5
24322025-01-17T03:53:27.644Z Compiling rand_seeder v0.3.0
24332025-01-17T03:53:28.090Z Compiling libsqlite3-sys v0.30.1
24342025-01-17T03:53:28.226Z Compiling lzma-sys v0.1.20
24352025-01-17T03:53:28.615Z Compiling instability v0.3.2
24362025-01-17T03:53:28.924Z Compiling cassowary v0.3.0
24372025-01-17T03:53:29.047Z Compiling rustls v0.21.12
24382025-01-17T03:53:29.344Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24392025-01-17T03:53:29.589Z Compiling cfg_aliases v0.2.1
24402025-01-17T03:53:29.676Z Compiling parse-size v1.1.0
24412025-01-17T03:53:29.719Z Compiling nix v0.29.0
24422025-01-17T03:53:30.016Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24432025-01-17T03:53:30.597Z Compiling ratatui v0.28.1
24442025-01-17T03:53:31.524Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24452025-01-17T03:53:32.251Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24462025-01-17T03:53:32.630Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24472025-01-17T03:53:33.267Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24482025-01-17T03:53:34.003Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24492025-01-17T03:53:34.328Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24502025-01-17T03:53:37.957Z Compiling rustls-webpki v0.101.7
24512025-01-17T03:53:38.655Z Compiling sct v0.7.1
24522025-01-17T03:53:39.130Z Compiling heck v0.3.3
24532025-01-17T03:53:39.479Z Compiling csv-core v0.1.11
24542025-01-17T03:53:40.362Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24552025-01-17T03:53:40.710Z Compiling glob v0.3.1
24562025-01-17T03:53:41.301Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24572025-01-17T03:53:41.654Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24582025-01-17T03:53:41.805Z Compiling csv v1.3.0
24592025-01-17T03:53:42.684Z Compiling zone_cfg_derive v0.1.2
24602025-01-17T03:53:44.041Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24612025-01-17T03:53:48.431Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24622025-01-17T03:53:49.267Z Compiling nix v0.27.1
24632025-01-17T03:53:49.700Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24642025-01-17T03:53:51.287Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24652025-01-17T03:53:52.718Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24662025-01-17T03:53:56.314Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24672025-01-17T03:54:00.098Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24682025-01-17T03:54:00.459Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24692025-01-17T03:54:01.864Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24702025-01-17T03:54:02.220Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24712025-01-17T03:54:02.547Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24722025-01-17T03:54:02.867Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24732025-01-17T03:54:03.174Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24742025-01-17T03:54:03.362Z Compiling tungstenite v0.23.0
24752025-01-17T03:54:03.652Z Compiling hashlink v0.9.1
24762025-01-17T03:54:03.868Z Compiling base64 v0.13.1
24772025-01-17T03:54:04.425Z Compiling fallible-iterator v0.3.0
24782025-01-17T03:54:04.659Z Compiling fallible-streaming-iterator v0.1.9
24792025-01-17T03:54:04.961Z Compiling tokio-tungstenite v0.23.1
24802025-01-17T03:54:05.145Z Compiling rusqlite v0.32.1
24812025-01-17T03:54:05.601Z Compiling ron v0.7.1
24822025-01-17T03:54:07.661Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24832025-01-17T03:54:08.339Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24842025-01-17T03:54:09.994Z Compiling xz2 v0.1.7
24852025-01-17T03:54:10.532Z Compiling tokio-rustls v0.24.1
24862025-01-17T03:54:10.795Z Compiling zone v0.1.8
24872025-01-17T03:54:14.188Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24882025-01-17T03:54:15.575Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24892025-01-17T03:54:17.170Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24902025-01-17T03:54:20.470Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24912025-01-17T03:54:21.043Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24922025-01-17T03:54:27.015Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24932025-01-17T03:54:29.019Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24942025-01-17T03:54:29.085Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24952025-01-17T03:54:30.235Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24962025-01-17T03:54:33.817Z Compiling rustls-pemfile v1.0.4
24972025-01-17T03:54:33.964Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24982025-01-17T03:54:34.272Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24992025-01-17T03:54:34.461Z Compiling signal-hook-tokio v0.3.1
25002025-01-17T03:54:34.570Z Compiling twox-hash v1.6.3
25012025-01-17T03:54:34.699Z Compiling yasna v0.5.2
25022025-01-17T03:54:34.730Z Compiling is_ci v1.2.0
25032025-01-17T03:54:35.050Z Compiling unicode-linebreak v0.1.5
25042025-01-17T03:54:35.529Z Compiling smawk v0.3.2
25052025-01-17T03:54:35.814Z Compiling rcgen v0.12.1
25062025-01-17T03:54:38.073Z Compiling textwrap v0.16.1
25072025-01-17T03:54:39.265Z Compiling supports-color v3.0.1
25082025-01-17T03:54:39.707Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25092025-01-17T03:54:41.607Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25102025-01-17T03:54:45.946Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25112025-01-17T03:54:46.288Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25122025-01-17T03:54:47.778Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25132025-01-17T03:55:07.711Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25142025-01-17T03:55:08.287Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25152025-01-17T03:55:12.629Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25162025-01-17T03:55:13.185Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25172025-01-17T03:55:21.058Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
25182025-01-17T03:55:21.343Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25192025-01-17T03:55:21.670Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25202025-01-17T03:55:27.556Z Compiling fatfs v0.3.6
25212025-01-17T03:55:29.948Z Compiling rtoolbox v0.0.2
25222025-01-17T03:55:30.384Z Compiling subprocess v0.2.9
25232025-01-17T03:55:30.429Z Compiling assert_matches v1.5.0
25242025-01-17T03:55:31.801Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25252025-01-17T03:55:31.884Z Compiling rpassword v7.3.1
25262025-01-17T03:55:32.359Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25272025-01-17T03:55:35.085Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25282025-01-17T03:55:39.187Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25292025-01-17T03:55:42.142Z Compiling tui-tree-widget v0.22.0
25302025-01-17T03:55:42.610Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25312025-01-17T03:55:42.637Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25322025-01-17T03:55:42.952Z Compiling uzers v0.12.1
25332025-01-17T03:55:46.096Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25342025-01-17T03:55:55.748Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25352025-01-17T03:55:57.663Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25362025-01-17T03:56:24.049Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25372025-01-17T03:56:27.781Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25382025-01-17T03:56:32.538Z Compiling multimap v0.10.0
25392025-01-17T03:58:54.774Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25402025-01-17T03:59:04.657Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25412025-01-17T04:06:17.954Z Finished `release` profile [optimized] target(s) in 16m 52s
25422025-01-17T04:07:22.286Z
25432025-01-17T04:07:22.290Zreal 17:58.082706890
25442025-01-17T04:07:22.290Zuser 2:04:16.688898574
25452025-01-17T04:07:22.290Zsys 3:14.440208479
25462025-01-17T04:07:22.290Ztrap 3.079905423
25472025-01-17T04:07:22.290Ztflt 2.911613248
25482025-01-17T04:07:22.290Zdflt 5.186846300
25492025-01-17T04:07:22.290Zkflt 0.045352170
25502025-01-17T04:07:22.290Zlock 7:32:17.344137487
25512025-01-17T04:07:22.290Zslp 6:20:56.908066495
25522025-01-17T04:07:22.290Zlat 3:25.059636311
25532025-01-17T04:07:22.290Zstop 2:44.523510251
25542025-01-17T04:07:22.290Z+ mapfile -t packages
25552025-01-17T04:07:22.290Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25562025-01-17T04:07:23.323Z Finished `release` profile [optimized] target(s) in 0.98s
25572025-01-17T04:07:23.394Z Running `target/release/omicron-package -t test list-outputs`
25582025-01-17T04:07:23.445ZLogging to: /work/oxidecomputer/omicron/out/LOG
25592025-01-17T04:07:23.448Z+ ptime -m cargo build --locked --release -p xtask
25602025-01-17T04:07:24.019Z Compiling serde v1.0.217
25612025-01-17T04:07:24.021Z Compiling libc v0.2.169
25622025-01-17T04:07:24.021Z Compiling serde_json v1.0.135
25632025-01-17T04:07:24.021Z Compiling rustix v0.38.37
25642025-01-17T04:07:24.121Z Compiling syn v2.0.96
25652025-01-17T04:07:24.124Z Compiling bitflags v2.6.0
25662025-01-17T04:07:24.494Z Compiling usdt-impl v0.5.0
25672025-01-17T04:07:24.512Z Compiling syn v1.0.109
25682025-01-17T04:07:24.612Z Compiling hashbrown v0.15.1
25692025-01-17T04:07:24.639Z Compiling log v0.4.22
25702025-01-17T04:07:24.867Z Compiling fs-err v2.11.0
25712025-01-17T04:07:25.095Z Compiling once_cell v1.20.2
25722025-01-17T04:07:25.164Z Compiling anyhow v1.0.93
25732025-01-17T04:07:25.420Z Compiling thread-id v4.2.2
25742025-01-17T04:07:25.778Z Compiling indexmap v2.7.0
25752025-01-17T04:07:26.930Z Compiling terminal_size v0.4.0
25762025-01-17T04:07:26.969Z Compiling tempfile v3.13.0
25772025-01-17T04:07:27.194Z Compiling clap_builder v4.5.21
25782025-01-17T04:07:27.745Z Compiling proc-macro-error v1.0.4
25792025-01-17T04:07:28.731Z Compiling tabled_derive v0.7.0
25802025-01-17T04:07:29.834Z Compiling tabled v0.15.0
25812025-01-17T04:07:30.416Z Compiling serde_derive v1.0.217
25822025-01-17T04:07:30.420Z Compiling thiserror-impl v1.0.69
25832025-01-17T04:07:30.420Z Compiling zerocopy-derive v0.7.35
25842025-01-17T04:07:30.420Z Compiling scroll_derive v0.12.0
25852025-01-17T04:07:30.420Z Compiling clap_derive v4.5.18
25862025-01-17T04:07:31.791Z Compiling scroll v0.12.0
25872025-01-17T04:07:32.377Z Compiling zerocopy v0.7.35
25882025-01-17T04:07:33.048Z Compiling thiserror v1.0.69
25892025-01-17T04:07:33.223Z Compiling pest v2.7.14
25902025-01-17T04:07:33.934Z Compiling goblin v0.8.2
25912025-01-17T04:07:34.692Z Compiling clap v4.5.21
25922025-01-17T04:07:36.262Z Compiling pest_meta v2.7.14
25932025-01-17T04:07:37.787Z Compiling pest_generator v2.7.14
25942025-01-17T04:07:39.820Z Compiling pest_derive v2.7.14
25952025-01-17T04:07:40.594Z Compiling dtrace-parser v0.2.0
25962025-01-17T04:07:47.708Z Compiling dof v0.3.0
25972025-01-17T04:07:48.204Z Compiling serde_tokenstream v0.2.2
25982025-01-17T04:07:48.793Z Compiling toml_datetime v0.6.8
25992025-01-17T04:07:49.008Z Compiling serde_spanned v0.6.8
26002025-01-17T04:07:49.284Z Compiling toml_edit v0.22.22
26012025-01-17T04:07:49.496Z Compiling camino v1.1.9
26022025-01-17T04:07:49.797Z Compiling usdt-macro v0.5.0
26032025-01-17T04:07:50.997Z Compiling usdt-attr-macro v0.5.0
26042025-01-17T04:07:52.340Z Compiling semver v1.0.24
26052025-01-17T04:07:52.641Z Compiling cargo-platform v0.1.8
26062025-01-17T04:07:53.715Z Compiling toml v0.8.19
26072025-01-17T04:07:53.805Z Compiling cargo_metadata v0.18.1
26082025-01-17T04:07:55.107Z Compiling cargo_toml v0.20.5
26092025-01-17T04:07:57.519Z Compiling usdt v0.5.0
26102025-01-17T04:07:57.644Z Compiling camino-tempfile v1.1.1
26112025-01-17T04:07:58.419Z Compiling macaddr v1.0.1
26122025-01-17T04:08:06.840Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26132025-01-17T04:08:17.575Z Finished `release` profile [optimized] target(s) in 54.06s
26142025-01-17T04:08:17.685Z
26152025-01-17T04:08:17.688Zreal 54.203582034
26162025-01-17T04:08:17.688Zuser 5:41.351606363
26172025-01-17T04:08:17.688Zsys 18.339638301
26182025-01-17T04:08:17.688Ztrap 0.162772926
26192025-01-17T04:08:17.688Ztflt 0.243122836
26202025-01-17T04:08:17.688Zdflt 0.328738708
26212025-01-17T04:08:17.688Zkflt 0.000001590
26222025-01-17T04:08:17.689Zlock 10:42.926912376
26232025-01-17T04:08:17.689Zslp 15:59.409904583
26242025-01-17T04:08:17.689Zlat 15.333708053
26252025-01-17T04:08:17.689Zstop 16.551977982
26262025-01-17T04:08:17.689Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26272025-01-17T04:08:17.689Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26282025-01-17T04:08:17.689Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26292025-01-17T04:08:17.689Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26302025-01-17T04:08:17.689Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26312025-01-17T04:08:18.581Z Compiling hashbrown v0.14.5
26322025-01-17T04:08:18.712Z Compiling thiserror v2.0.11
26332025-01-17T04:08:18.725Z Compiling thiserror-impl v2.0.11
26342025-01-17T04:08:18.736Z Compiling ident_case v1.0.1
26352025-01-17T04:08:18.753Z Compiling unsafe-libyaml v0.2.11
26362025-01-17T04:08:18.767Z Compiling ipnetwork v0.20.0
26372025-01-17T04:08:18.770Z Compiling progenitor-client v0.9.1
26382025-01-17T04:08:18.770Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26392025-01-17T04:08:18.886Z Compiling darling_core v0.20.10
26402025-01-17T04:08:19.250Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26412025-01-17T04:08:19.341Z Compiling macaddr v1.0.1
26422025-01-17T04:08:19.651Z Compiling progenitor-client v0.8.0
26432025-01-17T04:08:19.664Z Compiling instant v0.1.13
26442025-01-17T04:08:19.792Z Compiling regress v0.10.1
26452025-01-17T04:08:19.826Z Compiling structmeta-derive v0.3.0
26462025-01-17T04:08:19.850Z Compiling dropshot v0.15.1
26472025-01-17T04:08:19.971Z Compiling serde_yaml v0.9.34+deprecated
26482025-01-17T04:08:20.056Z Compiling regress v0.9.1
26492025-01-17T04:08:20.242Z Compiling dropshot_endpoint v0.15.1
26502025-01-17T04:08:20.538Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26512025-01-17T04:08:21.869Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26522025-01-17T04:08:22.193Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26532025-01-17T04:08:22.601Z Compiling structmeta v0.3.0
26542025-01-17T04:08:22.788Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26552025-01-17T04:08:22.986Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26562025-01-17T04:08:23.043Z Compiling parse-display-derive v0.10.0
26572025-01-17T04:08:23.188Z Compiling backoff v0.4.0
26582025-01-17T04:08:23.265Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26592025-01-17T04:08:23.544Z Compiling typify-impl v0.2.0
26602025-01-17T04:08:23.582Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26612025-01-17T04:08:23.767Z Compiling tempfile v3.13.0
26622025-01-17T04:08:24.081Z Compiling proc-macro-crate v1.3.1
26632025-01-17T04:08:24.576Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26642025-01-17T04:08:24.614Z Compiling typify-impl v0.3.0
26652025-01-17T04:08:24.957Z Compiling darling_macro v0.20.10
26662025-01-17T04:08:24.976Z Compiling itertools v0.13.0
26672025-01-17T04:08:24.979Z Compiling num_enum_derive v0.5.11
26682025-01-17T04:08:24.979Z Compiling zerocopy v0.8.10
26692025-01-17T04:08:25.811Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26702025-01-17T04:08:25.886Z Compiling darling v0.20.10
26712025-01-17T04:08:26.023Z Compiling serde_with_macros v3.11.0
26722025-01-17T04:08:26.294Z Compiling zerocopy-derive v0.8.10
26732025-01-17T04:08:27.241Z Compiling parse-display v0.10.0
26742025-01-17T04:08:27.400Z Compiling num_enum v0.5.11
26752025-01-17T04:08:27.518Z Compiling foreign-types-macros v0.2.3
26762025-01-17T04:08:27.851Z Compiling heapless v0.8.0
26772025-01-17T04:08:27.887Z Compiling crucible-workspace-hack v0.1.0
26782025-01-17T04:08:28.180Z Compiling foreign-types-shared v0.3.1
26792025-01-17T04:08:28.359Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26802025-01-17T04:08:28.617Z Compiling serde_with v3.11.0
26812025-01-17T04:08:28.698Z Compiling proc-macro-error v1.0.4
26822025-01-17T04:08:28.752Z Compiling foreign-types v0.5.0
26832025-01-17T04:08:29.256Z Compiling camino-tempfile v1.1.1
26842025-01-17T04:08:29.328Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26852025-01-17T04:08:29.743Z Compiling hash32 v0.3.1
26862025-01-17T04:08:30.032Z Compiling cstr-argument v0.1.2
26872025-01-17T04:08:30.166Z Compiling smoltcp v0.11.0
26882025-01-17T04:08:30.306Z Compiling pretty-hex v0.2.1
26892025-01-17T04:08:30.517Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26902025-01-17T04:08:30.870Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26912025-01-17T04:08:30.890Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26922025-01-17T04:08:31.501Z Compiling tabwriter v1.4.0
26932025-01-17T04:08:32.032Z Compiling colored v2.1.0
26942025-01-17T04:08:32.057Z Compiling cobs v0.2.3
26952025-01-17T04:08:32.132Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26962025-01-17T04:08:32.378Z Compiling postcard v1.0.10
26972025-01-17T04:08:32.507Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26982025-01-17T04:08:32.713Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26992025-01-17T04:08:32.773Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
27002025-01-17T04:08:33.024Z Compiling smf v0.2.3
27012025-01-17T04:08:33.125Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27022025-01-17T04:08:33.563Z Compiling zone_cfg_derive v0.3.0
27032025-01-17T04:08:34.044Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27042025-01-17T04:08:34.239Z Compiling num-derive v0.4.2
27052025-01-17T04:08:34.362Z Compiling sigpipe v0.1.3
27062025-01-17T04:08:34.513Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27072025-01-17T04:08:34.842Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27082025-01-17T04:08:34.999Z Compiling zone v0.3.0
27092025-01-17T04:08:35.058Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27102025-01-17T04:08:35.810Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27112025-01-17T04:08:35.846Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27122025-01-17T04:08:36.275Z Compiling universal-hash v0.5.1
27132025-01-17T04:08:36.457Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27142025-01-17T04:08:36.491Z Compiling opaque-debug v0.3.1
27152025-01-17T04:08:36.511Z Compiling tungstenite v0.21.0
27162025-01-17T04:08:36.607Z Compiling num-rational v0.4.2
27172025-01-17T04:08:36.653Z Compiling password-hash v0.5.0
27182025-01-17T04:08:37.366Z Compiling blake2 v0.10.6
27192025-01-17T04:08:37.369Z Compiling num-complex v0.4.6
27202025-01-17T04:08:37.615Z Compiling aead v0.5.2
27212025-01-17T04:08:38.013Z Compiling convert_case v0.4.0
27222025-01-17T04:08:38.222Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27232025-01-17T04:08:38.313Z Compiling keccak v0.1.5
27242025-01-17T04:08:38.474Z Compiling base64 v0.21.7
27252025-01-17T04:08:38.507Z Compiling num v0.4.3
27262025-01-17T04:08:38.638Z Compiling sha3 v0.10.8
27272025-01-17T04:08:38.671Z Compiling argon2 v0.5.3
27282025-01-17T04:08:38.871Z Compiling derive_more v0.99.18
27292025-01-17T04:08:38.905Z Compiling typify-macro v0.2.0
27302025-01-17T04:08:39.099Z Compiling tokio-tungstenite v0.21.0
27312025-01-17T04:08:39.399Z Compiling poly1305 v0.8.0
27322025-01-17T04:08:39.714Z Compiling chacha20 v0.9.1
27332025-01-17T04:08:39.971Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27342025-01-17T04:08:40.057Z Compiling float-ord v0.3.2
27352025-01-17T04:08:40.080Z Compiling typify-macro v0.3.0
27362025-01-17T04:08:40.208Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27372025-01-17T04:08:40.256Z Compiling semver v0.1.20
27382025-01-17T04:08:40.691Z Compiling same-file v1.0.6
27392025-01-17T04:08:40.883Z Compiling walkdir v2.5.0
27402025-01-17T04:08:40.938Z Compiling rustc_version v0.1.7
27412025-01-17T04:08:41.123Z Compiling newline-converter v0.3.0
27422025-01-17T04:08:41.323Z Compiling primeorder v0.13.6
27432025-01-17T04:08:41.423Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27442025-01-17T04:08:41.441Z Compiling secrecy v0.8.0
27452025-01-17T04:08:41.604Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27462025-01-17T04:08:41.707Z Compiling owo-colors v4.1.0
27472025-01-17T04:08:41.875Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27482025-01-17T04:08:41.991Z Compiling cancel-safe-futures v0.1.5
27492025-01-17T04:08:42.060Z Compiling newtype_derive v0.1.6
27502025-01-17T04:08:42.079Z Compiling expectorate v1.1.0
27512025-01-17T04:08:42.279Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27522025-01-17T04:08:42.358Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27532025-01-17T04:08:42.394Z Compiling thiserror-impl-no-std v2.0.2
27542025-01-17T04:08:42.421Z Compiling blake3 v1.5.4
27552025-01-17T04:08:42.650Z Compiling half v2.4.1
27562025-01-17T04:08:42.743Z Compiling typify v0.2.0
27572025-01-17T04:08:42.904Z Compiling progenitor-impl v0.8.0
27582025-01-17T04:08:43.079Z Compiling unicase v2.7.0
27592025-01-17T04:08:43.099Z Compiling arc-swap v1.7.1
27602025-01-17T04:08:43.218Z Compiling ciborium-io v0.2.2
27612025-01-17T04:08:43.345Z Compiling ciborium-ll v0.2.2
27622025-01-17T04:08:43.621Z Compiling slog-scope v4.4.0
27632025-01-17T04:08:43.677Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27642025-01-17T04:08:43.741Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27652025-01-17T04:08:44.017Z Compiling typify v0.3.0
27662025-01-17T04:08:44.085Z Compiling progenitor-impl v0.9.1
27672025-01-17T04:08:44.144Z Compiling polyval v0.6.2
27682025-01-17T04:08:44.569Z Compiling atomicwrites v0.4.4
27692025-01-17T04:08:44.588Z Compiling libsw v3.3.1
27702025-01-17T04:08:44.916Z Compiling memmap2 v0.9.5
27712025-01-17T04:08:44.937Z Compiling arrayvec v0.7.6
27722025-01-17T04:08:45.179Z Compiling thiserror-no-std v2.0.2
27732025-01-17T04:08:45.332Z Compiling parking_lot_core v0.8.6
27742025-01-17T04:08:45.352Z Compiling constant_time_eq v0.3.1
27752025-01-17T04:08:45.371Z Compiling indent_write v2.2.0
27762025-01-17T04:08:45.560Z Compiling arrayref v0.3.9
27772025-01-17T04:08:45.604Z Compiling linear-map v1.2.0
27782025-01-17T04:08:45.681Z Compiling salty v0.3.0
27792025-01-17T04:08:45.762Z Compiling libefi-sys v0.1.0
27802025-01-17T04:08:45.950Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27812025-01-17T04:08:46.033Z Compiling vsss-rs v3.3.4
27822025-01-17T04:08:46.102Z Compiling ghash v0.5.1
27832025-01-17T04:08:46.317Z Compiling slog-stdlog v4.1.1
27842025-01-17T04:08:46.337Z Compiling ciborium v0.2.2
27852025-01-17T04:08:47.189Z Compiling p384 v0.13.0
27862025-01-17T04:08:47.337Z Compiling toolchain_find v0.4.0
27872025-01-17T04:08:47.779Z Compiling chacha20poly1305 v0.10.1
27882025-01-17T04:08:47.923Z Compiling ctr v0.9.2
27892025-01-17T04:08:47.943Z Compiling lzma-sys v0.1.20
27902025-01-17T04:08:48.035Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27912025-01-17T04:08:48.303Z Compiling bitfield-struct v0.6.2
27922025-01-17T04:08:48.474Z Compiling slog-dtrace v0.3.0
27932025-01-17T04:08:48.686Z Compiling highway v1.2.0
27942025-01-17T04:08:48.721Z Compiling topological-sort v0.2.2
27952025-01-17T04:08:48.934Z Compiling omicron-zone-package v0.12.0
27962025-01-17T04:08:49.096Z Compiling aes-gcm v0.10.3
27972025-01-17T04:08:49.416Z Compiling rustfmt-wrapper v0.2.1
27982025-01-17T04:08:49.435Z Compiling mime_guess v2.0.5
27992025-01-17T04:08:49.716Z Compiling slog-envlogger v2.2.0
28002025-01-17T04:08:49.740Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28012025-01-17T04:08:49.966Z Compiling steno v0.4.1
28022025-01-17T04:08:49.969Z Compiling progenitor-macro v0.8.0
28032025-01-17T04:08:50.664Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28042025-01-17T04:08:50.839Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28052025-01-17T04:08:51.072Z Compiling heck v0.3.3
28062025-01-17T04:08:51.092Z Compiling progenitor-macro v0.9.1
28072025-01-17T04:08:51.154Z Compiling ssh-encoding v0.2.0
28082025-01-17T04:08:51.254Z Compiling blowfish v0.9.1
28092025-01-17T04:08:51.450Z Compiling nibble_vec v0.1.0
28102025-01-17T04:08:51.660Z Compiling env_filter v0.1.2
28112025-01-17T04:08:51.771Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28122025-01-17T04:08:51.774Z Compiling humantime v2.1.0
28132025-01-17T04:08:51.954Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28142025-01-17T04:08:52.041Z Compiling endian-type v0.1.2
28152025-01-17T04:08:52.103Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28162025-01-17T04:08:52.304Z Compiling radix_trie v0.2.1
28172025-01-17T04:08:52.306Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28182025-01-17T04:08:52.372Z Compiling env_logger v0.11.5
28192025-01-17T04:08:52.443Z Compiling ssh-cipher v0.2.0
28202025-01-17T04:08:52.946Z Compiling bcrypt-pbkdf v0.10.0
28212025-01-17T04:08:53.051Z Compiling zone_cfg_derive v0.1.2
28222025-01-17T04:08:53.580Z Compiling parking_lot v0.11.2
28232025-01-17T04:08:53.665Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28242025-01-17T04:08:53.994Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28252025-01-17T04:08:54.391Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28262025-01-17T04:08:54.493Z Compiling password-hash v0.4.2
28272025-01-17T04:08:54.720Z Compiling gethostname v0.5.0
28282025-01-17T04:08:54.748Z Compiling fxhash v0.2.1
28292025-01-17T04:08:54.782Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28302025-01-17T04:08:54.901Z Compiling bumpalo v3.16.0
28312025-01-17T04:08:54.936Z Compiling matches v0.1.10
28322025-01-17T04:08:54.959Z Compiling zip v2.1.3
28332025-01-17T04:08:55.101Z Compiling base64 v0.13.1
28342025-01-17T04:08:55.105Z Compiling simd-adler32 v0.3.7
28352025-01-17T04:08:55.292Z Compiling lockfree-object-pool v0.1.6
28362025-01-17T04:08:55.355Z Compiling http-range v0.1.5
28372025-01-17T04:08:55.441Z Compiling idna v0.2.3
28382025-01-17T04:08:55.583Z Compiling zopfli v0.8.1
28392025-01-17T04:08:55.631Z Compiling ron v0.7.1
28402025-01-17T04:08:55.657Z Compiling pbkdf2 v0.11.0
28412025-01-17T04:08:55.708Z Compiling sled v0.34.7
28422025-01-17T04:08:56.047Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28432025-01-17T04:08:56.472Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28442025-01-17T04:08:56.739Z Compiling zone v0.1.8
28452025-01-17T04:08:57.057Z Compiling xz2 v0.1.7
28462025-01-17T04:08:57.524Z Compiling ssh-key v0.6.6
28472025-01-17T04:08:57.564Z Compiling hickory-client v0.24.1
28482025-01-17T04:08:58.431Z Compiling p256 v0.13.2
28492025-01-17T04:08:58.575Z Compiling p521 v0.13.3
28502025-01-17T04:08:58.979Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28512025-01-17T04:08:59.196Z Compiling hickory-server v0.24.1
28522025-01-17T04:08:59.982Z Compiling enum-as-inner v0.5.1
28532025-01-17T04:09:00.921Z Compiling pem v3.0.4
28542025-01-17T04:09:01.021Z Compiling yasna v0.5.2
28552025-01-17T04:09:01.760Z Compiling headers-core v0.3.0
28562025-01-17T04:09:01.775Z Compiling kstat-rs v0.2.4
28572025-01-17T04:09:01.778Z Compiling nanorand v0.7.0
28582025-01-17T04:09:01.886Z Compiling russh-cryptovec v0.7.3
28592025-01-17T04:09:02.235Z Compiling atty v0.2.14
28602025-01-17T04:09:02.303Z Compiling md5 v0.7.0
28612025-01-17T04:09:02.346Z Compiling flume v0.11.1
28622025-01-17T04:09:02.397Z Compiling rcgen v0.12.1
28632025-01-17T04:09:02.612Z Compiling russh-keys v0.45.0
28642025-01-17T04:09:02.639Z Compiling progenitor v0.8.0
28652025-01-17T04:09:02.867Z Compiling headers v0.4.0
28662025-01-17T04:09:02.880Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28672025-01-17T04:09:03.004Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28682025-01-17T04:09:03.582Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28692025-01-17T04:09:03.819Z Compiling progenitor v0.9.1
28702025-01-17T04:09:04.070Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28712025-01-17T04:09:04.497Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28722025-01-17T04:09:04.539Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28732025-01-17T04:09:05.085Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28742025-01-17T04:09:05.645Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28752025-01-17T04:09:05.843Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
28762025-01-17T04:09:06.418Z Compiling trust-dns-proto v0.22.0
28772025-01-17T04:09:09.514Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28782025-01-17T04:09:09.610Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28792025-01-17T04:09:09.935Z Compiling hyper-staticfile v0.10.1
28802025-01-17T04:09:10.842Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28812025-01-17T04:09:10.963Z Compiling num-bigint v0.4.6
28822025-01-17T04:09:11.450Z Compiling des v0.8.1
28832025-01-17T04:09:11.851Z Compiling subprocess v0.2.9
28842025-01-17T04:09:12.375Z Compiling dhcproto-macros v0.1.0
28852025-01-17T04:09:13.274Z Compiling display-error-chain v0.2.2
28862025-01-17T04:09:13.520Z Compiling hex-literal v0.4.1
28872025-01-17T04:09:13.567Z Compiling dhcproto v0.12.0
28882025-01-17T04:09:13.707Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28892025-01-17T04:09:14.007Z Compiling russh v0.45.0
28902025-01-17T04:09:15.215Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28912025-01-17T04:09:15.689Z Compiling internet-checksum v0.2.1
28922025-01-17T04:09:20.626Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28932025-01-17T04:09:20.626Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28942025-01-17T04:09:20.630Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28952025-01-17T04:09:20.630Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28962025-01-17T04:09:23.414Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28972025-01-17T04:09:23.779Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28982025-01-17T04:09:24.860Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28992025-01-17T04:09:25.275Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29002025-01-17T04:09:25.439Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29012025-01-17T04:09:25.901Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29022025-01-17T04:09:28.274Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29032025-01-17T04:09:28.394Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29042025-01-17T04:09:28.896Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29052025-01-17T04:09:29.500Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29062025-01-17T04:09:29.505Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29072025-01-17T04:09:29.971Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29082025-01-17T04:09:30.208Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29092025-01-17T04:09:31.726Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29102025-01-17T04:09:33.715Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29112025-01-17T04:09:33.748Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29122025-01-17T04:09:34.400Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29132025-01-17T04:09:34.814Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29142025-01-17T04:09:35.081Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29152025-01-17T04:09:36.170Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29162025-01-17T04:09:38.069Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29172025-01-17T04:09:40.288Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29182025-01-17T04:09:40.671Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29192025-01-17T04:09:42.132Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29202025-01-17T04:09:46.676Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29212025-01-17T04:09:54.289Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29222025-01-17T04:09:55.929Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29232025-01-17T04:10:17.782Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29242025-01-17T04:10:41.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
29252025-01-17T04:10:41.276Z
29262025-01-17T04:10:41.279Zreal 2:23.527966023
29272025-01-17T04:10:41.279Zuser 12:18.477287866
29282025-01-17T04:10:41.279Zsys 1:35.783273691
29292025-01-17T04:10:41.279Ztrap 0.371059769
29302025-01-17T04:10:41.279Ztflt 0.740116043
29312025-01-17T04:10:41.279Zdflt 1.172375112
29322025-01-17T04:10:41.279Zkflt 0.000079786
29332025-01-17T04:10:41.279Zlock 22:44.944934326
29342025-01-17T04:10:41.279Zslp 42:30.932559859
29352025-01-17T04:10:41.279Zlat 38.799329327
29362025-01-17T04:10:41.279Zstop 1:38.409840082
29372025-01-17T04:10:41.279Z+ mkdir tests
29382025-01-17T04:10:41.283Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29392025-01-17T04:10:41.283Z+ xargs -I '{}' -t cp '{}' tests/
29402025-01-17T04:10:42.327Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d7045afdd2275236 tests/
29412025-01-17T04:10:42.348Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ce4078b3cba0aa19 tests/
29422025-01-17T04:10:42.368Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-003022a48aaaa3da tests/
29432025-01-17T04:10:42.388Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-874eb028fd35d84d tests/
29442025-01-17T04:10:42.604Z+ 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/*)
29452025-01-17T04:10:42.607Z+ 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-ce4078b3cba0aa19 tests/commtest-003022a48aaaa3da tests/dhcp_server-d7045afdd2275236 tests/end_to_end_tests-874eb028fd35d84d 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
29462025-01-17T04:11:56.527ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29472025-01-17T04:11:56.527Za .github/buildomat/ci-env.sh 1K
29482025-01-17T04:11:56.527Za out/target/test 1K
29492025-01-17T04:11:56.527Za out/npuzone/npuzone 23144K
29502025-01-17T04:11:56.527Za package-manifest.toml 34K
29512025-01-17T04:11:56.527Za smf/sled-agent/non-gimlet/config.toml 4K
29522025-01-17T04:11:56.527Za target/release/omicron-package 36370K
29532025-01-17T04:11:56.528Za target/release/xtask 11911K
29542025-01-17T04:11:56.528Za target/debug/bootstrap 221450K
29552025-01-17T04:11:56.528Za tests/bootstrap-ce4078b3cba0aa19 24276K
29562025-01-17T04:11:56.528Za tests/commtest-003022a48aaaa3da 24769K
29572025-01-17T04:11:56.528Za tests/dhcp_server-d7045afdd2275236 24276K
29582025-01-17T04:11:56.528Za tests/end_to_end_tests-874eb028fd35d84d 282813K
29592025-01-17T04:11:56.528Za out/clickhouse.tar.gz 294787K
29602025-01-17T04:11:56.528Za out/clickhouse_keeper.tar.gz 281742K
29612025-01-17T04:11:56.528Za out/clickhouse_server.tar.gz 294771K
29622025-01-17T04:11:56.528Za out/cockroachdb.tar.gz 135122K
29632025-01-17T04:11:56.528Za out/crucible-dtrace.tar 96K
29642025-01-17T04:11:56.528Za out/crucible-pantry-zone.tar.gz 28542K
29652025-01-17T04:11:56.528Za out/crucible-zone.tar.gz 36818K
29662025-01-17T04:11:56.528Za out/external-dns.tar.gz 35749K
29672025-01-17T04:11:56.528Za out/internal-dns.tar.gz 35749K
29682025-01-17T04:11:56.528Za out/mg-ddm-gz.tar 63075K
29692025-01-17T04:11:56.528Za out/nexus.tar.gz 100013K
29702025-01-17T04:11:56.528Za out/ntp.tar.gz 10506K
29712025-01-17T04:11:56.528Za out/omicron-gateway-softnpu.tar.gz 24312K
29722025-01-17T04:11:56.529Za out/omicron-sled-agent.tar 114842K
29732025-01-17T04:11:56.529Za out/overlay.tar.gz 3K
29742025-01-17T04:11:56.529Za out/oximeter.tar.gz 48517K
29752025-01-17T04:11:56.529Za out/oxlog.tar 3150K
29762025-01-17T04:11:56.529Za out/probe.tar.gz 2764K
29772025-01-17T04:11:56.529Za out/propolis-server.tar.gz 66467K
29782025-01-17T04:11:56.529Za out/pumpkind-gz.tar 26665K
29792025-01-17T04:11:56.529Za out/switch-softnpu.tar.gz 236694K
29802025-01-17T04:11:56.532Z
29812025-01-17T04:11:56.532Zreal 1:13.911173510
29822025-01-17T04:11:56.532Zuser 1:10.491972346
29832025-01-17T04:11:56.532Zsys 4.791519509
29842025-01-17T04:11:56.532Ztrap 0.018153601
29852025-01-17T04:11:56.532Ztflt 0.000000000
29862025-01-17T04:11:56.532Zdflt 0.000000000
29872025-01-17T04:11:56.532Zkflt 0.000000000
29882025-01-17T04:11:56.532Zlock 0.000000000
29892025-01-17T04:11:56.532Zslp 1:10.338453821
29902025-01-17T04:11:56.532Zlat 2.177839893
29912025-01-17T04:11:56.532Zstop 0.000198465
29922025-01-17T04:11:56.532Zprocess exited: duration 1973832 ms, exit code 0
 
29932025-01-17T04:11:56.547Zfound 1 output files
29942025-01-17T04:11:56.547Zuploading: /work/package.tar.gz (1906664283 bytes)
29952025-01-17T04:12:41.479Zuploaded: /work/package.tar.gz