01JHSK19QWVC56Q3V7J5WTGX52: 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: 01JHSK1RERKRGKKHKPD16R3AGJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-17T07:37:11.902Zjob assigned to worker 01JHSK1X45Q4BM2X6SJJBSK39C [factory aws, i-0923557851b5c215b] (queued for 1 m 0 s)
 
22025-01-17T07:37:20.259Zstarting task 0: "setup"
32025-01-17T07:37:20.270Z++ uname -s
42025-01-17T07:37:20.272Z+ kern=SunOS
52025-01-17T07:37:20.272Z+ case "$kern" in
62025-01-17T07:37:20.272Z+ groupadd -g 12345 build
72025-01-17T07:37:20.275Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-17T07:37:22.281Z+ zfs create -o mountpoint=/work rpool/work
92025-01-17T07:37:22.470Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-17T07:37:22.472Z+ home_fs=zfs
112025-01-17T07:37:22.472Z+ [[ zfs == autofs ]]
122025-01-17T07:37:22.473Z+ mkdir -p /home/build
132025-01-17T07:37:22.475Z+ chown build:build /home/build /work
142025-01-17T07:37:24.475Z+ chmod 0700 /home/build /work
152025-01-17T07:37:24.477Zprocess exited: duration 4223 ms, exit code 0
 
162025-01-17T07:37:24.483Zstarting task 1: "rust-toolchain"
172025-01-17T07:37:24.488Z+ printf ' * toolchain channel = "%s"
182025-01-17T07:37:24.488Z' 1.84.0
192025-01-17T07:37:24.488Z+ printf ' * toolchain profile = "%s"
202025-01-17T07:37:24.488Z' default
212025-01-17T07:37:24.488Z * toolchain channel = "1.84.0"
222025-01-17T07:37:24.489Z * toolchain profile = "default"
232025-01-17T07:37:24.491Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-17T07:37:24.491Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-17T07:37:24.610Zinfo: downloading installer
262025-01-17T07:37:25.963Zinfo: profile set to 'default'
272025-01-17T07:37:25.963Zinfo: default host triple is x86_64-unknown-illumos
282025-01-17T07:37:25.965Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-17T07:37:26.119Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-17T07:37:26.119Zinfo: downloading component 'cargo'
312025-01-17T07:37:27.025Zinfo: downloading component 'clippy'
322025-01-17T07:37:27.370Zinfo: downloading component 'rust-docs'
332025-01-17T07:37:28.606Zinfo: downloading component 'rust-std'
342025-01-17T07:37:30.437Zinfo: downloading component 'rustc'
352025-01-17T07:37:37.487Zinfo: downloading component 'rustfmt'
362025-01-17T07:37:37.752Zinfo: installing component 'cargo'
372025-01-17T07:37:38.585Zinfo: installing component 'clippy'
382025-01-17T07:37:38.963Zinfo: installing component 'rust-docs'
392025-01-17T07:37:40.651Zinfo: installing component 'rust-std'
402025-01-17T07:37:42.376Zinfo: installing component 'rustc'
412025-01-17T07:37:48.357Zinfo: installing component 'rustfmt'
422025-01-17T07:37:48.688Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-17T07:37:48.688Z
442025-01-17T07:37:49.077Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-17T07:37:49.077Z
462025-01-17T07:37:49.080Z
472025-01-17T07:37:49.080ZRust is installed now. Great!
482025-01-17T07:37:49.080Z
492025-01-17T07:37:49.080ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-17T07:37:49.080Zenvironment variable. This has not been done automatically.
512025-01-17T07:37:49.080Z
522025-01-17T07:37:49.080ZTo configure your current shell, you need to source
532025-01-17T07:37:49.080Zthe corresponding env file under $HOME/.cargo.
542025-01-17T07:37:49.080Z
552025-01-17T07:37:49.080ZThis is usually done by running one of the following (note the leading DOT):
562025-01-17T07:37:49.080Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-17T07:37:49.081Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-17T07:37:49.157Z+ rustc --version
592025-01-17T07:37:49.224Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-17T07:37:49.227Zprocess exited: duration 24758 ms, exit code 0
 
612025-01-17T07:37:49.233Zstarting task 2: "authentication"
622025-01-17T07:37:49.254Zprocess exited: duration 20 ms, exit code 0
 
632025-01-17T07:37:49.259Zstarting task 3: "clone repository"
642025-01-17T07:37:49.265Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-17T07:37:49.267Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-17T07:37:49.312ZCloning into '/work/oxidecomputer/omicron'...
672025-01-17T07:37:56.292Z+ cd /work/oxidecomputer/omicron
682025-01-17T07:37:56.292Z+ git fetch origin 1c7ecf4790f9de35ba68894094dd2f16411d9d98
692025-01-17T07:37:56.574ZFrom https://github.com/oxidecomputer/omicron
702025-01-17T07:37:56.574Z * branch 1c7ecf4790f9de35ba68894094dd2f16411d9d98 -> FETCH_HEAD
712025-01-17T07:37:56.583Z+ [[ -n renovate/uuid-1.x ]]
722025-01-17T07:37:56.586Z++ git branch --show-current
732025-01-17T07:37:56.589Z+ current=main
742025-01-17T07:37:56.589Z+ [[ main != renovate/uuid-1.x ]]
752025-01-17T07:37:56.590Z+ git branch -f renovate/uuid-1.x 1c7ecf4790f9de35ba68894094dd2f16411d9d98
762025-01-17T07:37:56.592Z+ git checkout -f renovate/uuid-1.x
772025-01-17T07:37:56.767ZSwitched to branch 'renovate/uuid-1.x'
782025-01-17T07:37:56.770Z+ git reset --hard 1c7ecf4790f9de35ba68894094dd2f16411d9d98
792025-01-17T07:37:56.940ZHEAD is now at 1c7ecf479 fix newly-broken inferences
802025-01-17T07:37:56.943Zprocess exited: duration 7686 ms, exit code 0
 
812025-01-17T07:37:56.948Zstarting task 4: "build"
822025-01-17T07:37:56.953Z+ source .github/buildomat/ci-env.sh
832025-01-17T07:37:56.954Z++ export CARGO_TERM_COLOR=always
842025-01-17T07:37:56.954Z++ CARGO_TERM_COLOR=always
852025-01-17T07:37:56.956Z+ cargo --version
862025-01-17T07:37:57.015Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-17T07:37:57.017Z+ rustc --version
882025-01-17T07:37:57.077Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-17T07:37:57.080Z+ WORK=/work
902025-01-17T07:37:57.080Z+ pfexec mkdir -p /work
912025-01-17T07:37:57.085Z+ pfexec chown build /work
922025-01-17T07:37:57.087Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-17T07:37:58.771Zpkg list: illegal option -- F
942025-01-17T07:37:58.771ZUsage:
952025-01-17T07:37:58.776Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-17T07:37:58.777Z [pkg_fmri_pattern ...]
972025-01-17T07:37:59.602Zpkg list: illegal option -- F
982025-01-17T07:37:59.602ZUsage:
992025-01-17T07:37:59.604Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-17T07:37:59.604Z [pkg_fmri_pattern ...]
1012025-01-17T07:38:06.095Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-17T07:38:10.215Z Startup: Caching catalogs ... Done
1032025-01-17T07:38:21.389ZPlanning: Solver setup ... Done (10.370s)
1042025-01-17T07:38:21.535ZPlanning: Running solver ... Done (0.146s)
1052025-01-17T07:38:21.646ZPlanning: Finding local manifests ... Done (0.005s)
1062025-01-17T07:38:21.675ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-17T07:38:23.112ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-17T07:38:23.223ZPlanning: Package planning ... Done (0.111s)
1092025-01-17T07:38:23.281ZPlanning: Merging actions ... Done (0.058s)
1102025-01-17T07:38:23.483ZPlanning: Checking for conflicting actions ... Done (0.201s)
1112025-01-17T07:38:25.683ZPlanning: Consolidating action changes ... Done (2.201s)
1122025-01-17T07:38:26.128ZPlanning: Evaluating mediators ... Done (0.446s)
1132025-01-17T07:38:26.210ZPlanning: Planning completed in 15.91 seconds
1142025-01-17T07:38:26.227Z Packages to install: 4
1152025-01-17T07:38:26.227Z Packages to update: 3
1162025-01-17T07:38:26.227Z Mediators to change: 2
1172025-01-17T07:38:26.227Z Services to change: 1
1182025-01-17T07:38:26.230Z Estimated space available: 155.61 GB
1192025-01-17T07:38:26.230ZEstimated space to be consumed: 1.64 GB
1202025-01-17T07:38:26.230Z Create boot environment: No
1212025-01-17T07:38:26.230ZCreate backup boot environment: Yes
1222025-01-17T07:38:26.230Z Rebuild boot archive: No
1232025-01-17T07:38:26.230Z
1242025-01-17T07:38:26.230ZChanged mediators:
1252025-01-17T07:38:26.230Z mediator clang:
1262025-01-17T07:38:26.230Z version: None -> 15 (system default)
1272025-01-17T07:38:26.230Z
1282025-01-17T07:38:26.230Z mediator llvm:
1292025-01-17T07:38:26.230Z version: 14 (system default) -> 15 (system default)
1302025-01-17T07:38:26.230Z
1312025-01-17T07:38:26.230ZChanged packages:
1322025-01-17T07:38:26.230Zhelios-dev
1332025-01-17T07:38:26.230Z developer/build-essential
1342025-01-17T07:38:26.230Z None -> 11-2.0
1352025-01-17T07:38:26.230Z library/libxmlsec1
1362025-01-17T07:38:26.230Z None -> 1.2.35-2.0
1372025-01-17T07:38:26.230Z ooce/developer/clang-15
1382025-01-17T07:38:26.230Z None -> 15.0.7-2.0
1392025-01-17T07:38:26.230Z ooce/developer/llvm-15
1402025-01-17T07:38:26.230Z None -> 15.0.7-2.0
1412025-01-17T07:38:26.231Z package/pkg
1422025-01-17T07:38:26.231Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-17T07:38:26.231Z system/library/g++-runtime
1442025-01-17T07:38:26.231Z 13-2.0 -> 14-2.0
1452025-01-17T07:38:26.231Z system/library/gcc-runtime
1462025-01-17T07:38:26.231Z 13-2.0 -> 14-2.0
1472025-01-17T07:38:26.231Z
1482025-01-17T07:38:26.231ZServices:
1492025-01-17T07:38:26.231Z restart_fmri:
1502025-01-17T07:38:26.231Z svc:/system/update-man-index:default
1512025-01-17T07:38:26.231Z
1522025-01-17T07:38:26.231ZEditable files to change:
1532025-01-17T07:38:26.231Z Update:
1542025-01-17T07:38:26.231Z usr/share/lib/pkg/web/config.shtml
1552025-01-17T07:38:26.308Z
1562025-01-17T07:38:26.308ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-17T07:38:31.308ZDownload: 751/4301 items 18.4/225.4MB 8% complete (3.7M/s)
1582025-01-17T07:38:36.308ZDownload: 1494/4301 items 117.2/225.4MB 52% complete (11.9M/s)
1592025-01-17T07:38:41.309ZDownload: 2421/4301 items 120.1/225.4MB 53% complete (10.2M/s)
1602025-01-17T07:38:46.304ZDownload: 3116/4301 items 144.2/225.4MB 63% complete (2.6M/s)
1612025-01-17T07:38:57.081ZDownload: 3248/4301 items 203.1/225.4MB 90% complete (8.2M/s)
1622025-01-17T07:39:02.115ZDownload: 3415/4301 items 215.1/225.4MB 95% complete (2.6M/s)
1632025-01-17T07:39:07.116ZDownload: 4144/4301 items 220.2/225.4MB 97% complete (1.7M/s)
1642025-01-17T07:39:12.728ZDownload: 4207/4301 items 220.6/225.4MB 97% complete (1.7M/s)
1652025-01-17T07:39:17.389ZDownload: Completed 225.42 MB in 51.11 seconds (4.4M/s)
1662025-01-17T07:39:19.580Z Actions: 1/5122 actions (Removing old actions)
1672025-01-17T07:39:19.605Z Actions: 194/5122 actions (Installing new actions)
1682025-01-17T07:39:25.480Z Actions: 4267/5122 actions (Updating modified actions)
1692025-01-17T07:39:25.502Z Actions: Completed 5122 actions in 5.13 seconds.
1702025-01-17T07:39:25.502Z Done (0.398s)
1712025-01-17T07:39:25.502Z Done (0.001s)
1722025-01-17T07:39:25.697Z Done (0.586s)
1732025-01-17T07:39:30.232Z Done (4.301s)
1742025-01-17T07:39:30.319Z Done (0.019s)
1752025-01-17T07:39:30.322Z Done (0.000s)
1762025-01-17T07:39:30.498Z Done (0.000s)
1772025-01-17T07:39:31.193ZPlanning: Evaluating mediator changes ... Done
1782025-01-17T07:39:31.356ZPlanning: Checking for conflicting actions ... Done
1792025-01-17T07:39:31.359ZPlanning: Consolidating action changes ... Done
1802025-01-17T07:39:31.627ZPlanning: Evaluating mediators ... Done
1812025-01-17T07:39:31.630ZPlanning: Planning completed in 0.43 seconds
1822025-01-17T07:39:31.667Z Mediators to change: 2
1832025-01-17T07:39:31.667Z Create boot environment: No
1842025-01-17T07:39:31.670ZCreate backup boot environment: No
1852025-01-17T07:39:31.750Z Done
1862025-01-17T07:39:31.750Z Done
1872025-01-17T07:39:32.114Z Done
1882025-01-17T07:39:35.824Z Done
1892025-01-17T07:39:35.915Z Done
1902025-01-17T07:39:35.918Z Done
1912025-01-17T07:39:36.054Z Done
1922025-01-17T07:39:36.677ZPlanning: Evaluating mediator changes ... Done
1932025-01-17T07:39:36.693ZPlanning: Merging actions ... Done
1942025-01-17T07:39:36.861ZPlanning: Checking for conflicting actions ... Done
1952025-01-17T07:39:36.867ZPlanning: Consolidating action changes ... Done
1962025-01-17T07:39:37.150ZPlanning: Evaluating mediators ... Done
1972025-01-17T07:39:37.204ZPlanning: Planning completed in 0.77 seconds
1982025-01-17T07:39:37.261Z Packages to change: 1
1992025-01-17T07:39:37.261Z Mediators to change: 1
2002025-01-17T07:39:37.277Z Services to change: 1
2012025-01-17T07:39:37.277Z Create boot environment: No
2022025-01-17T07:39:37.277ZCreate backup boot environment: Yes
2032025-01-17T07:39:39.595Z Actions: 1/6 actions (Updating modified actions)
2042025-01-17T07:39:39.599Z Actions: Completed 6 actions in 0.00 seconds.
2052025-01-17T07:39:39.599Z Done
2062025-01-17T07:39:39.599Z Done
2072025-01-17T07:39:39.715Z Done
2082025-01-17T07:39:43.348Z Done
2092025-01-17T07:39:43.447Z Done
2102025-01-17T07:39:43.450Z Done
2112025-01-17T07:39:43.596Z Done
2122025-01-17T07:39:44.021ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2132025-01-17T07:39:44.021Zclang system 15 system
2142025-01-17T07:39:44.022Zcsh system system illumos
2152025-01-17T07:39:44.022Zctags system system illumos
2162025-01-17T07:39:44.022Zgcc vendor 12 vendor
2172025-01-17T07:39:44.022Zgcc system 10 system
2182025-01-17T07:39:44.022Zgcc system 7 system
2192025-01-17T07:39:44.022Zgo system 1.20 system
2202025-01-17T07:39:44.022Zgo system 1.19 system
2212025-01-17T07:39:44.022Zllvm system 15 system
2222025-01-17T07:39:44.022Zllvm system 14 system
2232025-01-17T07:39:44.022Zmariadb system 10.6 system
2242025-01-17T07:39:44.022Zmta vendor vendor dma
2252025-01-17T07:39:44.022Zopenjdk system 17 system
2262025-01-17T07:39:44.023Zopenjdk system 11 system
2272025-01-17T07:39:44.023Zopenjdk system 1.8 system
2282025-01-17T07:39:44.023Zopenssl vendor 3 vendor
2292025-01-17T07:39:44.023Zperl system 5.36 system
2302025-01-17T07:39:44.023Zpostgresql system 15 system
2312025-01-17T07:39:44.023Zpostgresql system 13 system
2322025-01-17T07:39:44.023Zpython vendor 3 vendor
2332025-01-17T07:39:44.023Zpython system 2 system
2342025-01-17T07:39:44.023Zpython3 system 3.11 system
2352025-01-17T07:39:44.023Zruby system 3.0 system
2362025-01-17T07:39:44.023Zwords vendor vendor american-english
2372025-01-17T07:39:44.023Zwords system system australian-english
2382025-01-17T07:39:44.023Zwords system system british-english
2392025-01-17T07:39:44.023Zwords system system canadian-english
2402025-01-17T07:39:44.023Zwords system system french
2412025-01-17T07:39:44.023Zwords system system italian
2422025-01-17T07:39:44.025Zwords system system ngerman
2432025-01-17T07:39:44.025Zwords system system ogerman
2442025-01-17T07:39:44.025Zwords system system spanish
2452025-01-17T07:39:44.351ZPUBLISHER TYPE STATUS P LOCATION
2462025-01-17T07:39:44.351Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2472025-01-17T07:39:47.142ZFMRI IFO
2482025-01-17T07:39:47.142Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2492025-01-17T07:39:47.142Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2502025-01-17T07:39:47.142Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2512025-01-17T07:39:47.142Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2522025-01-17T07:39:47.142Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2532025-01-17T07:39:47.142Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2542025-01-17T07:39:47.143Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2552025-01-17T07:39:47.143Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2562025-01-17T07:39:47.143Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2572025-01-17T07:39:47.143Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2582025-01-17T07:39:47.143Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2592025-01-17T07:39:47.143Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2602025-01-17T07:39:47.143Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2612025-01-17T07:39:47.143Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2622025-01-17T07:39:47.143Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2632025-01-17T07:39:47.903Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2642025-01-17T07:39:48.221Z Updating crates.io index
2652025-01-17T07:39:48.303Z Updating git repository `https://github.com/oxidecomputer/diffus`
2662025-01-17T07:39:48.593Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2672025-01-17T07:39:49.105Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2682025-01-17T07:39:49.362Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692025-01-17T07:39:49.624Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2702025-01-17T07:39:49.918Z Updating git repository `https://github.com/oxidecomputer/propolis`
2712025-01-17T07:39:50.988Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722025-01-17T07:39:52.590Z Updating git repository `https://github.com/oxidecomputer/opte`
2732025-01-17T07:39:53.292Z Updating git repository `https://github.com/oxidecomputer/falcon`
2742025-01-17T07:39:54.188Z Updating git repository `https://github.com/oxidecomputer/clickward`
2752025-01-17T07:39:54.464Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2762025-01-17T07:39:54.774Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2772025-01-17T07:39:55.340Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2782025-01-17T07:39:55.687Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2792025-01-17T07:39:56.009Z Updating git repository `https://github.com/oxidecomputer/tofino`
2802025-01-17T07:39:56.255Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812025-01-17T07:39:56.525Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822025-01-17T07:39:56.773Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832025-01-17T07:39:57.044Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2842025-01-17T07:39:57.388Z Updating git repository `https://github.com/oxidecomputer/ispf`
2852025-01-17T07:39:57.736Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2862025-01-17T07:39:58.096Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872025-01-17T07:39:58.681Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882025-01-17T07:39:59.072Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2892025-01-17T07:39:59.439Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902025-01-17T07:39:59.947Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2912025-01-17T07:40:00.213Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922025-01-17T07:40:00.473Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932025-01-17T07:40:00.971Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942025-01-17T07:40:02.383Z Downloading crates ...
2952025-01-17T07:40:02.488Z Downloaded memchr v2.7.4
2962025-01-17T07:40:02.509Z Downloaded goblin v0.8.2
2972025-01-17T07:40:02.515Z Downloaded anstream v0.6.15
2982025-01-17T07:40:02.518Z Downloaded pest v2.7.14
2992025-01-17T07:40:02.522Z Downloaded dtrace-parser v0.2.0
3002025-01-17T07:40:02.525Z Downloaded pest_generator v2.7.14
3012025-01-17T07:40:02.525Z Downloaded errno v0.3.9
3022025-01-17T07:40:02.527Z Downloaded proc-macro-error v1.0.4
3032025-01-17T07:40:02.530Z Downloaded once_cell v1.20.2
3042025-01-17T07:40:02.532Z Downloaded log v0.4.22
3052025-01-17T07:40:02.535Z Downloaded dof v0.3.0
3062025-01-17T07:40:02.535Z Downloaded anstyle v1.0.10
3072025-01-17T07:40:02.537Z Downloaded pest_meta v2.7.14
3082025-01-17T07:40:02.537Z Downloaded crypto-common v0.1.6
3092025-01-17T07:40:02.540Z Downloaded tempfile v3.13.0
3102025-01-17T07:40:02.542Z Downloaded serde_tokenstream v0.2.2
3112025-01-17T07:40:02.542Z Downloaded memmap v0.7.0
3122025-01-17T07:40:02.545Z Downloaded equivalent v1.0.1
3132025-01-17T07:40:02.545Z Downloaded clap_lex v0.7.2
3142025-01-17T07:40:02.545Z Downloaded fnv v1.0.7
3152025-01-17T07:40:02.547Z Downloaded pest_derive v2.7.14
3162025-01-17T07:40:02.547Z Downloaded fs-err v2.11.0
3172025-01-17T07:40:02.550Z Downloaded colorchoice v1.0.2
3182025-01-17T07:40:02.550Z Downloaded heck v0.5.0
3192025-01-17T07:40:02.552Z Downloaded clap_derive v4.5.18
3202025-01-17T07:40:02.555Z Downloaded digest v0.10.7
3212025-01-17T07:40:02.555Z Downloaded pretty-hex v0.4.1
3222025-01-17T07:40:02.558Z Downloaded is_terminal_polyfill v1.70.1
3232025-01-17T07:40:02.568Z Downloaded usdt v0.5.0
3242025-01-17T07:40:02.571Z Downloaded strsim v0.11.1
3252025-01-17T07:40:02.571Z Downloaded cpufeatures v0.2.14
3262025-01-17T07:40:02.574Z Downloaded cargo-platform v0.1.8
3272025-01-17T07:40:02.576Z Downloaded scroll_derive v0.12.0
3282025-01-17T07:40:02.576Z Downloaded papergrid v0.11.0
3292025-01-17T07:40:02.589Z Downloaded macaddr v1.0.1
3302025-01-17T07:40:02.592Z Downloaded plain v0.2.3
3312025-01-17T07:40:02.592Z Downloaded itoa v1.0.11
3322025-01-17T07:40:02.594Z Downloaded heck v0.4.1
3332025-01-17T07:40:02.595Z Downloaded clap v4.5.21
3342025-01-17T07:40:02.602Z Downloaded utf8parse v0.2.2
3352025-01-17T07:40:02.604Z Downloaded usdt-attr-macro v0.5.0
3362025-01-17T07:40:02.604Z Downloaded swrite v0.1.0
3372025-01-17T07:40:02.604Z Downloaded usdt-macro v0.5.0
3382025-01-17T07:40:02.607Z Downloaded unicode-ident v1.0.14
3392025-01-17T07:40:02.609Z Downloaded toml_datetime v0.6.8
3402025-01-17T07:40:02.609Z Downloaded byteorder v1.5.0
3412025-01-17T07:40:02.612Z Downloaded serde_spanned v0.6.8
3422025-01-17T07:40:02.612Z Downloaded unicode-linebreak v0.1.5
3432025-01-17T07:40:02.612Z Downloaded fastrand v2.1.1
3442025-01-17T07:40:02.615Z Downloaded cfg-if v1.0.0
3452025-01-17T07:40:02.615Z Downloaded anstyle-query v1.1.1
3462025-01-17T07:40:02.617Z Downloaded anstyle-parse v0.2.5
3472025-01-17T07:40:02.617Z Downloaded zerocopy-derive v0.7.35
3482025-01-17T07:40:02.622Z Downloaded semver v1.0.24
3492025-01-17T07:40:02.624Z Downloaded proc-macro-error-attr v1.0.4
3502025-01-17T07:40:02.624Z Downloaded generic-array v0.14.7
3512025-01-17T07:40:02.627Z Downloaded camino v1.1.9
3522025-01-17T07:40:02.627Z Downloaded sha2 v0.10.8
3532025-01-17T07:40:02.630Z Downloaded scroll v0.12.0
3542025-01-17T07:40:02.632Z Downloaded block-buffer v0.10.4
3552025-01-17T07:40:02.635Z Downloaded cargo_metadata v0.18.1
3562025-01-17T07:40:02.635Z Downloaded usdt-impl v0.5.0
3572025-01-17T07:40:02.638Z Downloaded thiserror v1.0.69
3582025-01-17T07:40:02.640Z Downloaded proc-macro2 v1.0.92
3592025-01-17T07:40:02.643Z Downloaded version_check v0.9.5
3602025-01-17T07:40:02.646Z Downloaded smawk v0.3.2
3612025-01-17T07:40:02.646Z Downloaded thiserror-impl v1.0.69
3622025-01-17T07:40:02.649Z Downloaded quote v1.0.38
3632025-01-17T07:40:02.649Z Downloaded thread-id v4.2.2
3642025-01-17T07:40:02.650Z Downloaded autocfg v1.4.0
3652025-01-17T07:40:02.653Z Downloaded bytecount v0.6.8
3662025-01-17T07:40:02.653Z Downloaded camino-tempfile v1.1.1
3672025-01-17T07:40:02.656Z Downloaded terminal_size v0.4.0
3682025-01-17T07:40:02.656Z Downloaded tabled_derive v0.7.0
3692025-01-17T07:40:02.659Z Downloaded bitflags v2.6.0
3702025-01-17T07:40:02.661Z Downloaded toml v0.8.19
3712025-01-17T07:40:02.664Z Downloaded cargo_toml v0.20.5
3722025-01-17T07:40:02.667Z Downloaded textwrap v0.16.1
3732025-01-17T07:40:02.676Z Downloaded toml_edit v0.22.22
3742025-01-17T07:40:02.696Z Downloaded ucd-trie v0.1.7
3752025-01-17T07:40:02.698Z Downloaded indexmap v2.7.0
3762025-01-17T07:40:02.701Z Downloaded typenum v1.17.0
3772025-01-17T07:40:02.703Z Downloaded ryu v1.0.18
3782025-01-17T07:40:02.707Z Downloaded anyhow v1.0.93
3792025-01-17T07:40:02.710Z Downloaded serde_derive v1.0.217
3802025-01-17T07:40:02.713Z Downloaded serde v1.0.217
3812025-01-17T07:40:02.719Z Downloaded hashbrown v0.15.1
3822025-01-17T07:40:02.733Z Downloaded zerocopy v0.7.35
3832025-01-17T07:40:02.747Z Downloaded winnow v0.6.20
3842025-01-17T07:40:02.754Z Downloaded serde_json v1.0.135
3852025-01-17T07:40:02.762Z Downloaded clap_builder v4.5.21
3862025-01-17T07:40:02.779Z Downloaded unicode-width v0.1.14
3872025-01-17T07:40:02.784Z Downloaded syn v1.0.109
3882025-01-17T07:40:02.793Z Downloaded tabled v0.15.0
3892025-01-17T07:40:02.807Z Downloaded syn v2.0.96
3902025-01-17T07:40:02.825Z Downloaded rustix v0.38.37
3912025-01-17T07:40:02.852Z Downloaded libc v0.2.169
3922025-01-17T07:40:03.162Z Compiling proc-macro2 v1.0.92
3932025-01-17T07:40:03.162Z Compiling unicode-ident v1.0.14
3942025-01-17T07:40:03.165Z Compiling serde v1.0.217
3952025-01-17T07:40:03.165Z Compiling version_check v0.9.5
3962025-01-17T07:40:03.165Z Compiling memchr v2.7.4
3972025-01-17T07:40:03.165Z Compiling thiserror v1.0.69
3982025-01-17T07:40:03.165Z Compiling libc v0.2.169
3992025-01-17T07:40:03.199Z Compiling ucd-trie v0.1.7
4002025-01-17T07:40:03.457Z Compiling ryu v1.0.18
4012025-01-17T07:40:03.852Z Compiling itoa v1.0.11
4022025-01-17T07:40:03.855Z Compiling once_cell v1.20.2
4032025-01-17T07:40:04.009Z Compiling byteorder v1.5.0
4042025-01-17T07:40:04.237Z Compiling serde_json v1.0.135
4052025-01-17T07:40:04.313Z Compiling rustix v0.38.37
4062025-01-17T07:40:04.542Z Compiling bitflags v2.6.0
4072025-01-17T07:40:04.609Z Compiling usdt-impl v0.5.0
4082025-01-17T07:40:04.745Z Compiling proc-macro-error-attr v1.0.4
4092025-01-17T07:40:04.850Z Compiling syn v1.0.109
4102025-01-17T07:40:04.942Z Compiling proc-macro-error v1.0.4
4112025-01-17T07:40:05.048Z Compiling quote v1.0.38
4122025-01-17T07:40:05.130Z Compiling errno v0.3.9
4132025-01-17T07:40:05.245Z Compiling utf8parse v0.2.2
4142025-01-17T07:40:05.274Z Compiling equivalent v1.0.1
4152025-01-17T07:40:05.377Z Compiling log v0.4.22
4162025-01-17T07:40:05.431Z Compiling syn v2.0.96
4172025-01-17T07:40:05.434Z Compiling thread-id v4.2.2
4182025-01-17T07:40:05.487Z Compiling camino v1.1.9
4192025-01-17T07:40:05.513Z Compiling plain v0.2.3
4202025-01-17T07:40:05.597Z Compiling hashbrown v0.15.1
4212025-01-17T07:40:05.690Z Compiling anstyle-parse v0.2.5
4222025-01-17T07:40:06.021Z Compiling is_terminal_polyfill v1.70.1
4232025-01-17T07:40:06.159Z Compiling anstyle v1.0.10
4242025-01-17T07:40:06.186Z Compiling winnow v0.6.20
4252025-01-17T07:40:06.255Z Compiling unicode-width v0.1.14
4262025-01-17T07:40:06.535Z Compiling anstyle-query v1.1.1
4272025-01-17T07:40:06.580Z Compiling indexmap v2.7.0
4282025-01-17T07:40:06.643Z Compiling colorchoice v1.0.2
4292025-01-17T07:40:06.700Z Compiling autocfg v1.4.0
4302025-01-17T07:40:06.802Z Compiling semver v1.0.24
4312025-01-17T07:40:06.829Z Compiling pretty-hex v0.4.1
4322025-01-17T07:40:07.059Z Compiling anstream v0.6.15
4332025-01-17T07:40:07.386Z Compiling terminal_size v0.4.0
4342025-01-17T07:40:07.667Z Compiling fs-err v2.11.0
4352025-01-17T07:40:07.784Z Compiling strsim v0.11.1
4362025-01-17T07:40:07.812Z Compiling cfg-if v1.0.0
4372025-01-17T07:40:07.865Z Compiling heck v0.4.1
4382025-01-17T07:40:07.918Z Compiling heck v0.5.0
4392025-01-17T07:40:07.962Z Compiling clap_lex v0.7.2
4402025-01-17T07:40:08.304Z Compiling bytecount v0.6.8
4412025-01-17T07:40:08.426Z Compiling anyhow v1.0.93
4422025-01-17T07:40:08.428Z Compiling fastrand v2.1.1
4432025-01-17T07:40:08.556Z Compiling fnv v1.0.7
4442025-01-17T07:40:08.583Z Compiling clap_builder v4.5.21
4452025-01-17T07:40:08.719Z Compiling papergrid v0.11.0
4462025-01-17T07:40:08.995Z Compiling tempfile v3.13.0
4472025-01-17T07:40:09.031Z Compiling memmap v0.7.0
4482025-01-17T07:40:09.391Z Compiling smawk v0.3.2
4492025-01-17T07:40:09.476Z Compiling unicode-linebreak v0.1.5
4502025-01-17T07:40:09.753Z Compiling swrite v0.1.0
4512025-01-17T07:40:09.904Z Compiling textwrap v0.16.1
4522025-01-17T07:40:10.610Z Compiling tabled_derive v0.7.0
4532025-01-17T07:40:12.176Z Compiling tabled v0.15.0
4542025-01-17T07:40:12.255Z Compiling serde_derive v1.0.217
4552025-01-17T07:40:12.255Z Compiling thiserror-impl v1.0.69
4562025-01-17T07:40:12.260Z Compiling zerocopy-derive v0.7.35
4572025-01-17T07:40:12.260Z Compiling scroll_derive v0.12.0
4582025-01-17T07:40:12.260Z Compiling clap_derive v4.5.18
4592025-01-17T07:40:13.631Z Compiling scroll v0.12.0
4602025-01-17T07:40:14.158Z Compiling goblin v0.8.2
4612025-01-17T07:40:14.245Z Compiling zerocopy v0.7.35
4622025-01-17T07:40:15.254Z Compiling pest v2.7.14
4632025-01-17T07:40:15.845Z Compiling clap v4.5.21
4642025-01-17T07:40:17.381Z Compiling pest_meta v2.7.14
4652025-01-17T07:40:18.240Z Compiling pest_generator v2.7.14
4662025-01-17T07:40:19.604Z Compiling pest_derive v2.7.14
4672025-01-17T07:40:20.257Z Compiling dtrace-parser v0.2.0
4682025-01-17T07:40:21.055Z Compiling serde_spanned v0.6.8
4692025-01-17T07:40:21.058Z Compiling toml_datetime v0.6.8
4702025-01-17T07:40:21.058Z Compiling cargo-platform v0.1.8
4712025-01-17T07:40:21.435Z Compiling serde_tokenstream v0.2.2
4722025-01-17T07:40:21.439Z Compiling macaddr v1.0.1
4732025-01-17T07:40:21.572Z Compiling toml_edit v0.22.22
4742025-01-17T07:40:21.616Z Compiling camino-tempfile v1.1.1
4752025-01-17T07:40:22.407Z Compiling dof v0.3.0
4762025-01-17T07:40:22.407Z Compiling cargo_metadata v0.18.1
4772025-01-17T07:40:24.110Z Compiling usdt-macro v0.5.0
4782025-01-17T07:40:24.111Z Compiling usdt-attr-macro v0.5.0
4792025-01-17T07:40:24.294Z Compiling toml v0.8.19
4802025-01-17T07:40:25.175Z Compiling cargo_toml v0.20.5
4812025-01-17T07:40:25.329Z Compiling usdt v0.5.0
4822025-01-17T07:40:27.777Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4832025-01-17T07:40:30.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.27s
4842025-01-17T07:40:31.189Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4852025-01-17T07:40:31.702Z Downloading crates ...
4862025-01-17T07:40:31.824Z Downloaded aead v0.5.2
4872025-01-17T07:40:31.842Z Downloaded headers-core v0.3.0
4882025-01-17T07:40:31.848Z Downloaded darling v0.20.10
4892025-01-17T07:40:31.853Z Downloaded cstr-argument v0.1.2
4902025-01-17T07:40:31.856Z Downloaded heapless v0.8.0
4912025-01-17T07:40:31.859Z Downloaded icu_provider_macros v1.5.0
4922025-01-17T07:40:31.861Z Downloaded assert_matches v1.5.0
4932025-01-17T07:40:31.863Z Downloaded cfg_aliases v0.2.1
4942025-01-17T07:40:31.863Z Downloaded atty v0.2.14
4952025-01-17T07:40:31.865Z Downloaded crunchy v0.2.2
4962025-01-17T07:40:31.865Z Downloaded crucible-workspace-hack v0.1.0
4972025-01-17T07:40:31.865Z Downloaded http-range v0.1.5
4982025-01-17T07:40:31.868Z Downloaded atomicwrites v0.4.4
4992025-01-17T07:40:31.870Z Downloaded async-stream-impl v0.3.6
5002025-01-17T07:40:31.870Z Downloaded adler2 v2.0.0
5012025-01-17T07:40:31.872Z Downloaded ciborium-io v0.2.2
5022025-01-17T07:40:31.872Z Downloaded cfg_aliases v0.1.1
5032025-01-17T07:40:31.874Z Downloaded block-padding v0.3.3
5042025-01-17T07:40:31.874Z Downloaded is_ci v1.2.0
5052025-01-17T07:40:31.879Z Downloaded match_cfg v0.1.0
5062025-01-17T07:40:31.884Z Downloaded hex v0.4.3
5072025-01-17T07:40:31.887Z Downloaded http-body v1.0.1
5082025-01-17T07:40:31.889Z Downloaded instant v0.1.13
5092025-01-17T07:40:31.889Z Downloaded md5 v0.7.0
5102025-01-17T07:40:31.892Z Downloaded hubpack_derive v0.1.1
5112025-01-17T07:40:31.892Z Downloaded bb8 v0.8.5
5122025-01-17T07:40:31.894Z Downloaded async-stream v0.3.6
5132025-01-17T07:40:31.897Z Downloaded ident_case v1.0.1
5142025-01-17T07:40:31.897Z Downloaded ciborium-ll v0.2.2
5152025-01-17T07:40:31.901Z Downloaded crc v3.2.1
5162025-01-17T07:40:31.904Z Downloaded hubpack v0.1.2
5172025-01-17T07:40:31.904Z Downloaded arrayref v0.3.9
5182025-01-17T07:40:31.904Z Downloaded bitfield-struct v0.6.2
5192025-01-17T07:40:31.906Z Downloaded hyper-tls v0.6.0
5202025-01-17T07:40:31.909Z Downloaded ipnetwork v0.20.0
5212025-01-17T07:40:31.911Z Downloaded constant_time_eq v0.3.1
5222025-01-17T07:40:31.911Z Downloaded colored v2.1.0
5232025-01-17T07:40:31.914Z Downloaded indoc v1.0.9
5242025-01-17T07:40:31.918Z Downloaded httpdate v1.0.3
5252025-01-17T07:40:31.918Z Downloaded async-recursion v1.1.1
5262025-01-17T07:40:31.920Z Downloaded const_format_proc_macros v0.2.33
5272025-01-17T07:40:31.923Z Downloaded bitflags v1.3.2
5282025-01-17T07:40:31.926Z Downloaded matches v0.1.10
5292025-01-17T07:40:31.929Z Downloaded hostname v0.4.0
5302025-01-17T07:40:31.929Z Downloaded cbc v0.1.2
5312025-01-17T07:40:31.932Z Downloaded progenitor-client v0.8.0
5322025-01-17T07:40:31.932Z Downloaded ascii-canvas v3.0.0
5332025-01-17T07:40:31.934Z Downloaded instability v0.3.2
5342025-01-17T07:40:31.934Z Downloaded mime v0.3.17
5352025-01-17T07:40:31.937Z Downloaded cobs v0.2.3
5362025-01-17T07:40:31.937Z Downloaded linked-hash-map v0.5.6
5372025-01-17T07:40:31.939Z Downloaded linear-map v1.2.0
5382025-01-17T07:40:31.942Z Downloaded md-5 v0.10.6
5392025-01-17T07:40:31.944Z Downloaded inout v0.1.3
5402025-01-17T07:40:31.944Z Downloaded indent_write v2.2.0
5412025-01-17T07:40:31.947Z Downloaded crossbeam-deque v0.8.5
5422025-01-17T07:40:31.947Z Downloaded array-init v0.0.4
5432025-01-17T07:40:31.949Z Downloaded memoffset v0.9.1
5442025-01-17T07:40:31.949Z Downloaded libsw v3.3.1
5452025-01-17T07:40:31.952Z Downloaded maybe-uninit v2.0.0
5462025-01-17T07:40:31.954Z Downloaded iana-time-zone v0.1.61
5472025-01-17T07:40:31.957Z Downloaded cmake v0.1.51
5482025-01-17T07:40:31.957Z Downloaded lalrpop-util v0.19.12
5492025-01-17T07:40:31.960Z Downloaded heck v0.3.3
5502025-01-17T07:40:31.960Z Downloaded libloading v0.8.5
5512025-01-17T07:40:31.962Z Downloaded keccak v0.1.5
5522025-01-17T07:40:31.965Z Downloaded icu_locid_transform v1.5.0
5532025-01-17T07:40:31.967Z Downloaded hickory-client v0.24.1
5542025-01-17T07:40:31.981Z Downloaded hyper-rustls v0.27.3
5552025-01-17T07:40:31.981Z Downloaded httparse v1.9.5
5562025-01-17T07:40:31.981Z Downloaded base64ct v1.6.0
5572025-01-17T07:40:31.981Z Downloaded argon2 v0.5.3
5582025-01-17T07:40:31.981Z Downloaded bit-set v0.5.3
5592025-01-17T07:40:31.981Z Downloaded crc-catalog v2.4.0
5602025-01-17T07:40:31.984Z Downloaded crc32fast v1.4.2
5612025-01-17T07:40:31.984Z Downloaded cookie_store v0.21.0
5622025-01-17T07:40:31.987Z Downloaded kstat-rs v0.2.4
5632025-01-17T07:40:31.989Z Downloaded hex-literal v0.4.1
5642025-01-17T07:40:31.990Z Downloaded cancel-safe-futures v0.1.5
5652025-01-17T07:40:31.995Z Downloaded maplit v1.0.2
5662025-01-17T07:40:31.998Z Downloaded bcs v0.1.6
5672025-01-17T07:40:31.999Z Downloaded mime_guess v2.0.5
5682025-01-17T07:40:31.999Z Downloaded jobserver v0.1.32
5692025-01-17T07:40:32.002Z Downloaded same-file v1.0.6
5702025-01-17T07:40:32.002Z Downloaded litemap v0.7.3
5712025-01-17T07:40:32.004Z Downloaded tinyvec_macros v0.1.1
5722025-01-17T07:40:32.007Z Downloaded ctr v0.9.2
5732025-01-17T07:40:32.007Z Downloaded highway v1.2.0
5742025-01-17T07:40:32.010Z Downloaded managed v0.8.0
5752025-01-17T07:40:32.012Z Downloaded lock_api v0.4.12
5762025-01-17T07:40:32.015Z Downloaded memmap2 v0.9.5
5772025-01-17T07:40:32.015Z Downloaded ciborium v0.2.2
5782025-01-17T07:40:32.017Z Downloaded backoff v0.4.0
5792025-01-17T07:40:32.020Z Downloaded icu_locid_transform_data v1.5.0
5802025-01-17T07:40:32.023Z Downloaded icu_locid v1.5.0
5812025-01-17T07:40:32.026Z Downloaded async-trait v0.1.83
5822025-01-17T07:40:32.029Z Downloaded zone_cfg_derive v0.1.2
5832025-01-17T07:40:32.032Z Downloaded hmac v0.12.1
5842025-01-17T07:40:32.035Z Downloaded bzip2 v0.4.4
5852025-01-17T07:40:32.035Z Downloaded want v0.3.1
5862025-01-17T07:40:32.037Z Downloaded waitgroup v0.1.2
5872025-01-17T07:40:32.037Z Downloaded quick-error v1.2.3
5882025-01-17T07:40:32.040Z Downloaded lru-cache v0.1.2
5892025-01-17T07:40:32.040Z Downloaded signal-hook-registry v1.4.2
5902025-01-17T07:40:32.043Z Downloaded convert_case v0.4.0
5912025-01-17T07:40:32.044Z Downloaded progenitor-macro v0.9.1
5922025-01-17T07:40:32.044Z Downloaded buf-list v1.0.3
5932025-01-17T07:40:32.047Z Downloaded derive_builder_macro v0.20.2
5942025-01-17T07:40:32.047Z Downloaded cookie v0.18.1
5952025-01-17T07:40:32.049Z Downloaded foreign-types-shared v0.3.1
5962025-01-17T07:40:32.052Z Downloaded zone_cfg_derive v0.3.0
5972025-01-17T07:40:32.052Z Downloaded crossbeam-utils v0.8.20
5982025-01-17T07:40:32.054Z Downloaded foreign-types-shared v0.1.1
5992025-01-17T07:40:32.054Z Downloaded csv-core v0.1.11
6002025-01-17T07:40:32.058Z Downloaded crc-any v2.5.0
6012025-01-17T07:40:32.061Z Downloaded icu_normalizer_data v1.5.0
6022025-01-17T07:40:32.061Z Downloaded console v0.15.8
6032025-01-17T07:40:32.064Z Downloaded slog-json v2.6.1
6042025-01-17T07:40:32.066Z Downloaded thiserror-impl-no-std v2.0.2
6052025-01-17T07:40:32.070Z Downloaded number_prefix v0.4.0
6062025-01-17T07:40:32.070Z Downloaded num-conv v0.1.0
6072025-01-17T07:40:32.073Z Downloaded ahash v0.8.11
6082025-01-17T07:40:32.073Z Downloaded scheduled-thread-pool v0.2.7
6092025-01-17T07:40:32.075Z Downloaded indicatif v0.17.9
6102025-01-17T07:40:32.078Z Downloaded serde_repr v0.1.19
6112025-01-17T07:40:32.080Z Downloaded unicode-truncate v1.1.0
6122025-01-17T07:40:32.083Z Downloaded internet-checksum v0.2.1
6132025-01-17T07:40:32.083Z Downloaded home v0.5.9
6142025-01-17T07:40:32.083Z Downloaded curve25519-dalek-derive v0.1.1
6152025-01-17T07:40:32.085Z Downloaded async-bb8-diesel v0.2.1
6162025-01-17T07:40:32.088Z Downloaded arrayvec v0.7.6
6172025-01-17T07:40:32.090Z Downloaded const-oid v0.9.6
6182025-01-17T07:40:32.095Z Downloaded icu_properties v1.5.1
6192025-01-17T07:40:32.099Z Downloaded clang-sys v1.8.1
6202025-01-17T07:40:32.099Z Downloaded subtle v2.6.1
6212025-01-17T07:40:32.099Z Downloaded structmeta v0.2.0
6222025-01-17T07:40:32.102Z Downloaded pretty-hex v0.2.1
6232025-01-17T07:40:32.102Z Downloaded strip-ansi-escapes v0.2.0
6242025-01-17T07:40:32.102Z Downloaded hyper-staticfile v0.10.1
6252025-01-17T07:40:32.104Z Downloaded new_debug_unreachable v1.0.6
6262025-01-17T07:40:32.107Z Downloaded num_threads v0.1.7
6272025-01-17T07:40:32.107Z Downloaded topological-sort v0.2.2
6282025-01-17T07:40:32.110Z Downloaded stable_deref_trait v1.2.0
6292025-01-17T07:40:32.110Z Downloaded thiserror-no-std v2.0.2
6302025-01-17T07:40:32.112Z Downloaded wait-timeout v0.2.0
6312025-01-17T07:40:32.115Z Downloaded utf-8 v0.7.6
6322025-01-17T07:40:32.115Z Downloaded ipnet v2.10.1
6332025-01-17T07:40:32.117Z Downloaded ena v0.14.3
6342025-01-17T07:40:32.120Z Downloaded crossbeam-epoch v0.9.18
6352025-01-17T07:40:32.122Z Downloaded scrypt v0.11.0
6362025-01-17T07:40:32.125Z Downloaded indexmap v1.9.3
6372025-01-17T07:40:32.129Z Downloaded cassowary v0.3.0
6382025-01-17T07:40:32.129Z Downloaded futures-task v0.3.31
6392025-01-17T07:40:32.132Z Downloaded foreign-types-macros v0.2.3
6402025-01-17T07:40:32.132Z Downloaded dhcproto-macros v0.1.0
6412025-01-17T07:40:32.132Z Downloaded addr2line v0.24.2
6422025-01-17T07:40:32.134Z Downloaded arc-swap v1.7.1
6432025-01-17T07:40:32.138Z Downloaded icu_collections v1.5.0
6442025-01-17T07:40:32.144Z Downloaded num_enum_derive v0.5.11
6452025-01-17T07:40:32.147Z Downloaded num_enum v0.5.11
6462025-01-17T07:40:32.150Z Downloaded sync_wrapper v1.0.1
6472025-01-17T07:40:32.154Z Downloaded paste v1.0.15
6482025-01-17T07:40:32.157Z Downloaded hyper-util v0.1.10
6492025-01-17T07:40:32.159Z Downloaded snafu-derive v0.8.5
6502025-01-17T07:40:32.162Z Downloaded packed_struct_codegen v0.10.1
6512025-01-17T07:40:32.163Z Downloaded password-hash v0.5.0
6522025-01-17T07:40:32.165Z Downloaded rand_xorshift v0.3.0
6532025-01-17T07:40:32.165Z Downloaded progenitor v0.8.0
6542025-01-17T07:40:32.168Z Downloaded proc-macro-crate v1.3.1
6552025-01-17T07:40:32.169Z Downloaded hash32 v0.2.1
6562025-01-17T07:40:32.171Z Downloaded rustversion v1.0.17
6572025-01-17T07:40:32.173Z Downloaded zerofrom v0.1.4
6582025-01-17T07:40:32.174Z Downloaded phf v0.11.2
6592025-01-17T07:40:32.176Z Downloaded pkg-config v0.3.31
6602025-01-17T07:40:32.176Z Downloaded which v4.4.2
6612025-01-17T07:40:32.179Z Downloaded resolv-conf v0.7.0
6622025-01-17T07:40:32.181Z Downloaded rtoolbox v0.0.2
6632025-01-17T07:40:32.181Z Downloaded rpassword v7.3.1
6642025-01-17T07:40:32.184Z Downloaded derive_builder_core v0.20.2
6652025-01-17T07:40:32.186Z Downloaded slog v2.7.0
6662025-01-17T07:40:32.189Z Downloaded embedded-io v0.6.1
6672025-01-17T07:40:32.189Z Downloaded des v0.8.1
6682025-01-17T07:40:32.191Z Downloaded foreign-types v0.3.2
6692025-01-17T07:40:32.194Z Downloaded embedded-io v0.4.0
6702025-01-17T07:40:32.194Z Downloaded derive_builder v0.20.2
6712025-01-17T07:40:32.198Z Downloaded slab v0.4.9
6722025-01-17T07:40:32.200Z Downloaded siphasher v0.3.11
6732025-01-17T07:40:32.203Z Downloaded scopeguard v1.2.0
6742025-01-17T07:40:32.203Z Downloaded heapless v0.7.17
6752025-01-17T07:40:32.206Z Downloaded newtype_derive v0.1.6
6762025-01-17T07:40:32.209Z Downloaded tinyvec v1.8.0
6772025-01-17T07:40:32.211Z Downloaded chacha20poly1305 v0.10.1
6782025-01-17T07:40:32.214Z Downloaded nanorand v0.7.0
6792025-01-17T07:40:32.218Z Downloaded synstructure v0.13.1
6802025-01-17T07:40:32.218Z Downloaded string_cache v0.8.7
6812025-01-17T07:40:32.220Z Downloaded nu-ansi-term v0.50.1
6822025-01-17T07:40:32.220Z Downloaded const_format v0.2.33
6832025-01-17T07:40:32.225Z Downloaded normalize-line-endings v0.3.0
6842025-01-17T07:40:32.228Z Downloaded hickory-server v0.24.1
6852025-01-17T07:40:32.232Z Downloaded path-slash v0.1.5
6862025-01-17T07:40:32.234Z Downloaded tiny-keccak v2.0.2
6872025-01-17T07:40:32.237Z Downloaded twox-hash v1.6.3
6882025-01-17T07:40:32.239Z Downloaded tokio-native-tls v0.3.1
6892025-01-17T07:40:32.239Z Downloaded thiserror v2.0.11
6902025-01-17T07:40:32.246Z Downloaded progenitor-client v0.9.1
6912025-01-17T07:40:32.249Z Downloaded icu_provider v1.5.0
6922025-01-17T07:40:32.252Z Downloaded poly1305 v0.8.0
6932025-01-17T07:40:32.264Z Downloaded funty v2.0.0
6942025-01-17T07:40:32.266Z Downloaded downcast v0.11.0
6952025-01-17T07:40:32.266Z Downloaded defmt-parser v0.3.4
6962025-01-17T07:40:32.270Z Downloaded wyz v0.5.1
6972025-01-17T07:40:32.270Z Downloaded defmt-macros v0.3.9
6982025-01-17T07:40:32.273Z Downloaded env_filter v0.1.2
6992025-01-17T07:40:32.276Z Downloaded tar v0.4.42
7002025-01-17T07:40:32.279Z Downloaded enum-as-inner v0.6.1
7012025-01-17T07:40:32.279Z Downloaded time-core v0.1.2
7022025-01-17T07:40:32.279Z Downloaded enum-as-inner v0.5.1
7032025-01-17T07:40:32.281Z Downloaded ed25519 v2.2.3
7042025-01-17T07:40:32.284Z Downloaded parking_lot v0.11.2
7052025-01-17T07:40:32.287Z Downloaded native-tls v0.2.12
7062025-01-17T07:40:32.290Z Downloaded zone v0.3.0
7072025-01-17T07:40:32.290Z Downloaded rustls-pemfile v1.0.4
7082025-01-17T07:40:32.292Z Downloaded http v1.2.0
7092025-01-17T07:40:32.296Z Downloaded tokio-rustls v0.24.1
7102025-01-17T07:40:32.299Z Downloaded crossbeam-channel v0.5.13
7112025-01-17T07:40:32.302Z Downloaded pbkdf2 v0.12.2
7122025-01-17T07:40:32.304Z Downloaded toolchain_find v0.4.0
7132025-01-17T07:40:32.307Z Downloaded serde_with_macros v3.11.0
7142025-01-17T07:40:32.309Z Downloaded endian-type v0.1.2
7152025-01-17T07:40:32.309Z Downloaded password-hash v0.4.2
7162025-01-17T07:40:32.312Z Downloaded polyval v0.6.2
7172025-01-17T07:40:32.312Z Downloaded half v2.4.1
7182025-01-17T07:40:32.314Z Downloaded rand_seeder v0.3.0
7192025-01-17T07:40:32.317Z Downloaded pbkdf2 v0.11.0
7202025-01-17T07:40:32.320Z Downloaded num v0.4.3
7212025-01-17T07:40:32.322Z Downloaded schemars v0.8.21
7222025-01-17T07:40:32.331Z Downloaded rfc6979 v0.4.0
7232025-01-17T07:40:32.333Z Downloaded salsa20 v0.10.2
7242025-01-17T07:40:32.336Z Downloaded rusty-fork v0.3.0
7252025-01-17T07:40:32.336Z Downloaded hickory-resolver v0.24.1
7262025-01-17T07:40:32.340Z Downloaded parse-size v1.1.0
7272025-01-17T07:40:32.342Z Downloaded russh-cryptovec v0.7.3
7282025-01-17T07:40:32.342Z Downloaded phf_shared v0.10.0
7292025-01-17T07:40:32.342Z Downloaded futures-channel v0.3.31
7302025-01-17T07:40:32.345Z Downloaded precomputed-hash v0.1.1
7312025-01-17T07:40:32.347Z Downloaded env_logger v0.10.2
7322025-01-17T07:40:32.352Z Downloaded typify-macro v0.3.0
7332025-01-17T07:40:32.352Z Downloaded supports-color v3.0.1
7342025-01-17T07:40:32.355Z Downloaded defmt v0.3.8
7352025-01-17T07:40:32.355Z Downloaded tungstenite v0.24.0
7362025-01-17T07:40:32.358Z Downloaded pin-project-internal v1.1.6
7372025-01-17T07:40:32.361Z Downloaded elliptic-curve v0.13.8
7382025-01-17T07:40:32.364Z Downloaded thread_local v1.1.8
7392025-01-17T07:40:32.366Z Downloaded xattr v1.3.1
7402025-01-17T07:40:32.369Z Downloaded termcolor v1.4.1
7412025-01-17T07:40:32.369Z Downloaded structmeta-derive v0.3.0
7422025-01-17T07:40:32.372Z Downloaded strum v0.26.3
7432025-01-17T07:40:32.372Z Downloaded zeroize_derive v1.4.2
7442025-01-17T07:40:32.372Z Downloaded take_mut v0.2.2
7452025-01-17T07:40:32.375Z Downloaded sync-ptr v0.1.1
7462025-01-17T07:40:32.376Z Downloaded zerovec-derive v0.10.3
7472025-01-17T07:40:32.378Z Downloaded parking_lot_core v0.8.6
7482025-01-17T07:40:32.378Z Downloaded vte_generate_state_changes v0.1.2
7492025-01-17T07:40:32.381Z Downloaded typify-macro v0.2.0
7502025-01-17T07:40:32.381Z Downloaded ref-cast-impl v1.0.23
7512025-01-17T07:40:32.381Z Downloaded ff v0.13.0
7522025-01-17T07:40:32.383Z Downloaded minimal-lexical v0.2.1
7532025-01-17T07:40:32.387Z Downloaded fragile v2.0.0
7542025-01-17T07:40:32.390Z Downloaded deranged v0.3.11
7552025-01-17T07:40:32.392Z Downloaded fd-lock v4.0.2
7562025-01-17T07:40:32.395Z Downloaded hash32 v0.3.1
7572025-01-17T07:40:32.395Z Downloaded serde_yaml v0.9.34+deprecated
7582025-01-17T07:40:32.398Z Downloaded olpc-cjson v0.1.4
7592025-01-17T07:40:32.402Z Downloaded smallvec v1.13.2
7602025-01-17T07:40:32.405Z Downloaded spin v0.9.8
7612025-01-17T07:40:32.405Z Downloaded openssl-probe v0.1.5
7622025-01-17T07:40:32.408Z Downloaded quinn v0.11.5
7632025-01-17T07:40:32.411Z Downloaded uzers v0.12.1
7642025-01-17T07:40:32.413Z Downloaded phf_generator v0.11.2
7652025-01-17T07:40:32.413Z Downloaded slog-async v2.8.0
7662025-01-17T07:40:32.416Z Downloaded phf_codegen v0.11.2
7672025-01-17T07:40:32.416Z Downloaded openssl-macros v0.1.1
7682025-01-17T07:40:32.420Z Downloaded rand_chacha v0.3.1
7692025-01-17T07:40:32.420Z Downloaded ppv-lite86 v0.2.20
7702025-01-17T07:40:32.423Z Downloaded predicates v3.1.2
7712025-01-17T07:40:32.423Z Downloaded pem v3.0.4
7722025-01-17T07:40:32.426Z Downloaded qorb v0.2.1
7732025-01-17T07:40:32.429Z Downloaded shlex v1.3.0
7742025-01-17T07:40:32.431Z Downloaded rustc-hash v1.1.0
7752025-01-17T07:40:32.431Z Downloaded miniz_oxide v0.8.0
7762025-01-17T07:40:32.434Z Downloaded foreign-types v0.5.0
7772025-01-17T07:40:32.438Z Downloaded futures v0.3.31
7782025-01-17T07:40:32.440Z Downloaded newline-converter v0.3.0
7792025-01-17T07:40:32.440Z Downloaded slog-bunyan v2.5.0
7802025-01-17T07:40:32.443Z Downloaded sigpipe v0.1.3
7812025-01-17T07:40:32.443Z Downloaded strum_macros v0.25.3
7822025-01-17T07:40:32.446Z Downloaded tap v1.0.1
7832025-01-17T07:40:32.446Z Downloaded tabwriter v1.4.0
7842025-01-17T07:40:32.449Z Downloaded strum_macros v0.24.3
7852025-01-17T07:40:32.451Z Downloaded progenitor-impl v0.9.1
7862025-01-17T07:40:32.454Z Downloaded getrandom v0.2.15
7872025-01-17T07:40:32.456Z Downloaded aes-gcm v0.10.3
7882025-01-17T07:40:32.460Z Downloaded utf8_iter v1.0.4
7892025-01-17T07:40:32.462Z Downloaded globset v0.4.15
7902025-01-17T07:40:32.462Z Downloaded fs_extra v1.3.0
7912025-01-17T07:40:32.466Z Downloaded displaydoc v0.2.5
7922025-01-17T07:40:32.469Z Downloaded display-error-chain v0.2.2
7932025-01-17T07:40:32.469Z Downloaded libxml v0.3.3
7942025-01-17T07:40:32.473Z Downloaded semver v0.1.20
7952025-01-17T07:40:32.476Z Downloaded rsa v0.9.6
7962025-01-17T07:40:32.480Z Downloaded form_urlencoded v1.2.1
7972025-01-17T07:40:32.482Z Downloaded fallible-iterator v0.2.0
7982025-01-17T07:40:32.482Z Downloaded tungstenite v0.23.0
7992025-01-17T07:40:32.486Z Downloaded num-derive v0.4.2
8002025-01-17T07:40:32.488Z Downloaded foldhash v0.1.3
8012025-01-17T07:40:32.491Z Downloaded itertools v0.10.5
8022025-01-17T07:40:32.495Z Downloaded darling_macro v0.20.10
8032025-01-17T07:40:32.498Z Downloaded unicode-segmentation v1.12.0
8042025-01-17T07:40:32.501Z Downloaded multimap v0.10.0
8052025-01-17T07:40:32.503Z Downloaded futures-core v0.3.31
8062025-01-17T07:40:32.503Z Downloaded tokio-postgres v0.7.12
8072025-01-17T07:40:32.507Z Downloaded oso-derive v0.27.3
8082025-01-17T07:40:32.510Z Downloaded xz2 v0.1.7
8092025-01-17T07:40:32.513Z Downloaded rustls-pemfile v2.2.0
8102025-01-17T07:40:32.513Z Downloaded percent-encoding v2.3.1
8112025-01-17T07:40:32.515Z Downloaded strum_macros v0.26.4
8122025-01-17T07:40:32.518Z Downloaded derive-where v1.2.7
8132025-01-17T07:40:32.520Z Downloaded parse-display-derive v0.10.0
8142025-01-17T07:40:32.523Z Downloaded rand_core v0.6.4
8152025-01-17T07:40:32.523Z Downloaded signal-hook-tokio v0.3.1
8162025-01-17T07:40:32.526Z Downloaded der_derive v0.7.3
8172025-01-17T07:40:32.526Z Downloaded num-traits v0.2.19
8182025-01-17T07:40:32.528Z Downloaded samael v0.0.17
8192025-01-17T07:40:32.534Z Downloaded fxhash v0.2.1
8202025-01-17T07:40:32.536Z Downloaded slog-envlogger v2.2.0
8212025-01-17T07:40:32.539Z Downloaded tls_codec v0.4.1
8222025-01-17T07:40:32.539Z Downloaded stringprep v0.1.5
8232025-01-17T07:40:32.542Z Downloaded whoami v1.5.2
8242025-01-17T07:40:32.545Z Downloaded utf16_iter v1.0.5
8252025-01-17T07:40:32.545Z Downloaded vsss-rs v3.3.4
8262025-01-17T07:40:32.547Z Downloaded tungstenite v0.21.0
8272025-01-17T07:40:32.550Z Downloaded crossterm v0.28.1
8282025-01-17T07:40:32.556Z Downloaded snafu v0.8.5
8292025-01-17T07:40:32.562Z Downloaded russh-keys v0.45.0
8302025-01-17T07:40:32.566Z Downloaded num-rational v0.4.2
8312025-01-17T07:40:32.566Z Downloaded der v0.7.9
8322025-01-17T07:40:32.572Z Downloaded futures-macro v0.3.31
8332025-01-17T07:40:32.574Z Downloaded rustc-demangle v0.1.24
8342025-01-17T07:40:32.578Z Downloaded unsafe-libyaml v0.2.11
8352025-01-17T07:40:32.580Z Downloaded zerocopy-derive v0.8.10
8362025-01-17T07:40:32.584Z Downloaded powerfmt v0.2.0
8372025-01-17T07:40:32.587Z Downloaded termtree v0.4.1
8382025-01-17T07:40:32.587Z Downloaded sqlparser_derive v0.2.2
8392025-01-17T07:40:32.590Z Downloaded zerovec v0.10.4
8402025-01-17T07:40:32.594Z Downloaded newtype-uuid v1.2.1
8412025-01-17T07:40:32.596Z Downloaded slog-stdlog v4.1.1
8422025-01-17T07:40:32.599Z Downloaded try-lock v0.2.5
8432025-01-17T07:40:32.599Z Downloaded similar v2.6.0
8442025-01-17T07:40:32.603Z Downloaded vergen v8.3.2
8452025-01-17T07:40:32.606Z Downloaded diesel_table_macro_syntax v0.2.0
8462025-01-17T07:40:32.608Z Downloaded tokio-macros v2.5.0
8472025-01-17T07:40:32.608Z Downloaded unicase v2.7.0
8482025-01-17T07:40:32.611Z Downloaded tokio-tungstenite v0.24.0
8492025-01-17T07:40:32.613Z Downloaded tokio-tungstenite v0.23.1
8502025-01-17T07:40:32.616Z Downloaded rustyline v14.0.0
8512025-01-17T07:40:32.620Z Downloaded vte v0.11.1
8522025-01-17T07:40:32.623Z Downloaded unarray v0.1.4
8532025-01-17T07:40:32.626Z Downloaded structmeta v0.3.0
8542025-01-17T07:40:32.626Z Downloaded nodrop v0.1.14
8552025-01-17T07:40:32.626Z Downloaded gethostname v0.5.0
8562025-01-17T07:40:32.629Z Downloaded ssh-encoding v0.2.0
8572025-01-17T07:40:32.629Z Downloaded tracing v0.1.40
8582025-01-17T07:40:32.633Z Downloaded env_logger v0.11.5
8592025-01-17T07:40:32.635Z Downloaded packed_struct v0.10.1
8602025-01-17T07:40:32.638Z Downloaded x509-cert v0.2.5
8612025-01-17T07:40:32.643Z Downloaded serde-big-array v0.5.1
8622025-01-17T07:40:32.645Z Downloaded owo-colors v4.1.0
8632025-01-17T07:40:32.648Z Downloaded ron v0.8.1
8642025-01-17T07:40:32.654Z Downloaded serde_derive_internals v0.29.1
8652025-01-17T07:40:32.657Z Downloaded psl-types v2.0.11
8662025-01-17T07:40:32.657Z Downloaded hashlink v0.9.1
8672025-01-17T07:40:32.660Z Downloaded hyper v1.5.2
8682025-01-17T07:40:32.664Z Downloaded write16 v1.0.0
8692025-01-17T07:40:32.667Z Downloaded serde_path_to_error v0.1.16
8702025-01-17T07:40:32.669Z Downloaded steno v0.4.1
8712025-01-17T07:40:32.672Z Downloaded mirai-annotations v1.12.0
8722025-01-17T07:40:32.674Z Downloaded pkcs5 v0.7.1
8732025-01-17T07:40:32.679Z Downloaded either v1.13.0
8742025-01-17T07:40:32.681Z Downloaded num-iter v0.1.45
8752025-01-17T07:40:32.681Z Downloaded tui-tree-widget v0.22.0
8762025-01-17T07:40:32.681Z Downloaded sct v0.7.1
8772025-01-17T07:40:32.684Z Downloaded rand v0.8.5
8782025-01-17T07:40:32.687Z Downloaded glob v0.3.1
8792025-01-17T07:40:32.690Z Downloaded unicode-bidi v0.3.17
8802025-01-17T07:40:32.692Z Downloaded dunce v1.0.5
8812025-01-17T07:40:32.692Z Downloaded postgres-types v0.2.8
8822025-01-17T07:40:32.695Z Downloaded dropshot_endpoint v0.12.0
8832025-01-17T07:40:32.698Z Downloaded mio v1.0.2
8842025-01-17T07:40:32.703Z Downloaded peg v0.8.4
8852025-01-17T07:40:32.707Z Downloaded yoke-derive v0.7.4
8862025-01-17T07:40:32.709Z Downloaded hkdf v0.12.4
8872025-01-17T07:40:32.712Z Downloaded sqlformat v0.2.6
8882025-01-17T07:40:32.715Z Downloaded rustc_version v0.4.1
8892025-01-17T07:40:32.715Z Downloaded tower-service v0.3.3
8902025-01-17T07:40:32.715Z Downloaded radium v0.7.0
8912025-01-17T07:40:32.719Z Downloaded phf_shared v0.11.2
8922025-01-17T07:40:32.719Z Downloaded parse-display v0.10.0
8932025-01-17T07:40:32.719Z Downloaded hashbrown v0.12.3
8942025-01-17T07:40:32.722Z Downloaded ghash v0.5.1
8952025-01-17T07:40:32.724Z Downloaded dirs-next v2.0.0
8962025-01-17T07:40:32.727Z Downloaded typed-path v0.9.3
8972025-01-17T07:40:32.730Z Downloaded untrusted v0.7.1
8982025-01-17T07:40:32.733Z Downloaded universal-hash v0.5.1
8992025-01-17T07:40:32.733Z Downloaded slog-term v2.9.1
9002025-01-17T07:40:32.735Z Downloaded rusqlite v0.32.1
9012025-01-17T07:40:32.741Z Downloaded termios v0.3.3
9022025-01-17T07:40:32.745Z Downloaded structmeta-derive v0.2.0
9032025-01-17T07:40:32.748Z Downloaded rustc_version v0.1.7
9042025-01-17T07:40:32.748Z Downloaded rustc-hash v2.0.0
9052025-01-17T07:40:32.748Z Downloaded ecdsa v0.16.9
9062025-01-17T07:40:32.748Z Downloaded yoke v0.7.4
9072025-01-17T07:40:32.751Z Downloaded aho-corasick v1.1.3
9082025-01-17T07:40:32.755Z Downloaded writeable v0.5.5
9092025-01-17T07:40:32.758Z Downloaded peg-runtime v0.8.3
9102025-01-17T07:40:32.758Z Downloaded futures-sink v0.3.31
9112025-01-17T07:40:32.761Z Downloaded predicates-core v1.0.8
9122025-01-17T07:40:32.761Z Downloaded dsl_auto_type v0.1.2
9132025-01-17T07:40:32.761Z Downloaded tracing-core v0.1.32
9142025-01-17T07:40:32.764Z Downloaded reqwest v0.12.9
9152025-01-17T07:40:32.772Z Downloaded rayon-core v1.12.1
9162025-01-17T07:40:32.775Z Downloaded quinn-udp v0.5.5
9172025-01-17T07:40:32.778Z Downloaded progenitor-macro v0.8.0
9182025-01-17T07:40:32.778Z Downloaded predicates-tree v1.0.11
9192025-01-17T07:40:32.781Z Downloaded fallible-streaming-iterator v0.1.9
9202025-01-17T07:40:32.781Z Downloaded rustfmt-wrapper v0.2.1
9212025-01-17T07:40:32.783Z Downloaded p256 v0.13.2
9222025-01-17T07:40:32.786Z Downloaded pin-utils v0.1.0
9232025-01-17T07:40:32.786Z Downloaded thiserror-impl v2.0.11
9242025-01-17T07:40:32.789Z Downloaded ref-cast v1.0.23
9252025-01-17T07:40:32.792Z Downloaded tokio-tungstenite v0.21.0
9262025-01-17T07:40:32.792Z Downloaded num-complex v0.4.6
9272025-01-17T07:40:32.796Z Downloaded darling_core v0.20.10
9282025-01-17T07:40:32.798Z Downloaded rcgen v0.12.1
9292025-01-17T07:40:32.801Z Downloaded mockall v0.13.0
9302025-01-17T07:40:32.803Z Downloaded blake3 v1.5.4
9312025-01-17T07:40:32.810Z Downloaded unicode-xid v0.2.6
9322025-01-17T07:40:32.813Z Downloaded debug-ignore v1.0.5
9332025-01-17T07:40:32.813Z Downloaded signal-hook-mio v0.2.4
9342025-01-17T07:40:32.815Z Downloaded zip v2.1.3
9352025-01-17T07:40:32.818Z Downloaded term v0.7.0
9362025-01-17T07:40:32.821Z Downloaded zip v0.6.6
9372025-01-17T07:40:32.825Z Downloaded num-integer v0.1.46
9382025-01-17T07:40:32.828Z Downloaded serde_plain v1.0.2
9392025-01-17T07:40:32.830Z Downloaded zone v0.1.8
9402025-01-17T07:40:32.830Z Downloaded test-strategy v0.3.1
9412025-01-17T07:40:32.833Z Downloaded time v0.3.36
9422025-01-17T07:40:32.839Z Downloaded shell-words v1.1.0
9432025-01-17T07:40:32.841Z Downloaded aws-lc-rs v1.10.0
9442025-01-17T07:40:32.848Z Downloaded float-ord v0.3.2
9452025-01-17T07:40:32.850Z Downloaded float-cmp v0.9.0
9462025-01-17T07:40:32.850Z Downloaded ssh-cipher v0.2.0
9472025-01-17T07:40:32.853Z Downloaded flagset v0.4.6
9482025-01-17T07:40:32.853Z Downloaded postgres-protocol v0.6.7
9492025-01-17T07:40:32.856Z Downloaded pkcs1 v0.7.5
9502025-01-17T07:40:32.858Z Downloaded data-encoding v2.6.0
9512025-01-17T07:40:32.858Z Downloaded multer v3.1.0
9522025-01-17T07:40:32.862Z Downloaded parking_lot v0.12.3
9532025-01-17T07:40:32.865Z Downloaded quick-xml v0.33.0
9542025-01-17T07:40:32.869Z Downloaded icu_properties_data v1.5.0
9552025-01-17T07:40:32.879Z Downloaded serde_urlencoded v0.7.1
9562025-01-17T07:40:32.883Z Downloaded lalrpop v0.19.12
9572025-01-17T07:40:32.891Z Downloaded pin-project-lite v0.2.14
9582025-01-17T07:40:32.896Z Downloaded publicsuffix v2.2.3
9592025-01-17T07:40:32.901Z Downloaded typify v0.2.0
9602025-01-17T07:40:32.904Z Downloaded zerocopy v0.6.6
9612025-01-17T07:40:32.904Z Downloaded omicron-zone-package v0.12.0
9622025-01-17T07:40:32.906Z Downloaded yasna v0.5.2
9632025-01-17T07:40:32.909Z Downloaded mockall_derive v0.13.0
9642025-01-17T07:40:32.911Z Downloaded pem-rfc7468 v0.7.0
9652025-01-17T07:40:32.914Z Downloaded diesel_derives v2.2.3
9662025-01-17T07:40:32.916Z Downloaded signal-hook v0.3.17
9672025-01-17T07:40:32.919Z Downloaded diff v0.1.13
9682025-01-17T07:40:32.922Z Downloaded typify v0.3.0
9692025-01-17T07:40:32.925Z Downloaded ed25519-dalek v2.1.1
9702025-01-17T07:40:32.928Z Downloaded dropshot_endpoint v0.15.1
9712025-01-17T07:40:32.931Z Downloaded fatfs v0.3.6
9722025-01-17T07:40:32.934Z Downloaded num-bigint v0.4.6
9732025-01-17T07:40:32.938Z Downloaded headers v0.4.0
9742025-01-17T07:40:32.944Z Downloaded chrono v0.4.38
9752025-01-17T07:40:32.951Z Downloaded bitvec v1.0.1
9762025-01-17T07:40:32.966Z Downloaded smallvec v0.6.14
9772025-01-17T07:40:32.968Z Downloaded idna v0.3.0
9782025-01-17T07:40:32.974Z Downloaded unicode-properties v0.1.3
9792025-01-17T07:40:32.978Z Downloaded flate2 v1.0.34
9802025-01-17T07:40:32.981Z Downloaded parse-zoneinfo v0.3.1
9812025-01-17T07:40:32.983Z Downloaded salty v0.3.0
9822025-01-17T07:40:32.989Z Downloaded url v2.5.3
9832025-01-17T07:40:32.992Z Downloaded rustls-webpki v0.101.7
9842025-01-17T07:40:33.006Z Downloaded quinn-proto v0.11.8
9852025-01-17T07:40:33.014Z Downloaded regex v1.11.1
9862025-01-17T07:40:33.025Z Downloaded ssh-key v0.6.6
9872025-01-17T07:40:33.032Z Downloaded tokio-util v0.7.12
9882025-01-17T07:40:33.038Z Downloaded idna v0.5.0
9892025-01-17T07:40:33.045Z Downloaded idna v0.4.0
9902025-01-17T07:40:33.052Z Downloaded portable-atomic v1.9.0
9912025-01-17T07:40:33.059Z Downloaded bindgen v0.69.5
9922025-01-17T07:40:33.066Z Downloaded p521 v0.13.3
9932025-01-17T07:40:33.069Z Downloaded idna v0.2.3
9942025-01-17T07:40:33.076Z Downloaded reedline v0.35.0
9952025-01-17T07:40:33.085Z Downloaded rustls-webpki v0.102.8
9962025-01-17T07:40:33.100Z Downloaded vcpkg v0.2.15
9972025-01-17T07:40:33.136Z Downloaded hashbrown v0.14.5
9982025-01-17T07:40:33.141Z Downloaded winnow v0.5.40
9992025-01-17T07:40:33.150Z Downloaded num-bigint-dig v0.8.4
10002025-01-17T07:40:33.154Z Downloaded object v0.30.4
10012025-01-17T07:40:33.164Z Downloaded toml_edit v0.19.15
10022025-01-17T07:40:33.179Z Downloaded unicode-normalization v0.1.24
10032025-01-17T07:40:33.183Z Downloaded serde_with v3.11.0
10042025-01-17T07:40:33.191Z Downloaded polar-core v0.27.3
10052025-01-17T07:40:33.200Z Downloaded trust-dns-proto v0.22.0
10062025-01-17T07:40:33.211Z Downloaded curve25519-dalek v4.1.3
10072025-01-17T07:40:33.220Z Downloaded proptest v1.5.0
10082025-01-17T07:40:33.230Z Downloaded smoltcp v0.9.1
10092025-01-17T07:40:33.241Z Downloaded sqlparser v0.45.0
10102025-01-17T07:40:33.245Z Downloaded rustls v0.23.19
10112025-01-17T07:40:33.256Z Downloaded zerocopy v0.8.10
10122025-01-17T07:40:33.279Z Downloaded git2 v0.19.0
10132025-01-17T07:40:33.287Z Downloaded smoltcp v0.11.0
10142025-01-17T07:40:33.299Z Downloaded openssl v0.10.66
10152025-01-17T07:40:33.308Z Downloaded bstr v1.10.0
10162025-01-17T07:40:33.318Z Downloaded nix v0.28.0
10172025-01-17T07:40:33.330Z Downloaded rustls v0.21.12
10182025-01-17T07:40:33.339Z Downloaded p384 v0.13.0
10192025-01-17T07:40:33.345Z Downloaded regress v0.9.1
10202025-01-17T07:40:33.354Z Downloaded object v0.36.5
10212025-01-17T07:40:33.365Z Downloaded nix v0.29.0
10222025-01-17T07:40:33.376Z Downloaded gimli v0.31.1
10232025-01-17T07:40:33.384Z Downloaded typify-impl v0.2.0
10242025-01-17T07:40:33.401Z Downloaded unicode-width v0.2.0
10252025-01-17T07:40:33.405Z Downloaded diesel v2.2.6
10262025-01-17T07:40:33.423Z Downloaded typify-impl v0.3.0
10272025-01-17T07:40:33.439Z Downloaded nix v0.27.1
10282025-01-17T07:40:33.448Z Downloaded sled v0.34.7
10292025-01-17T07:40:33.479Z Downloaded dropshot v0.15.1
10302025-01-17T07:40:33.509Z Downloaded regex-syntax v0.6.29
10312025-01-17T07:40:33.516Z Downloaded zerocopy-derive v0.6.6
10322025-01-17T07:40:33.526Z Downloaded bzip2-sys v0.1.11+1.0.8
10332025-01-17T07:40:33.541Z Downloaded regex-syntax v0.8.5
10342025-01-17T07:40:33.550Z Downloaded ratatui v0.28.1
10352025-01-17T07:40:33.570Z Downloaded openapiv3 v2.0.0
10362025-01-17T07:40:33.581Z Downloaded rustls v0.22.4
10372025-01-17T07:40:33.595Z Downloaded dropshot v0.12.0
10382025-01-17T07:40:33.614Z Downloaded chrono-tz v0.10.0
10392025-01-17T07:40:33.621Z Downloaded petname v2.0.2
10402025-01-17T07:40:33.627Z Downloaded radix_trie v0.2.1
10412025-01-17T07:40:33.632Z Downloaded rayon v1.10.0
10422025-01-17T07:40:33.641Z Downloaded regress v0.10.1
10432025-01-17T07:40:33.652Z Downloaded webpki-roots v0.26.6
10442025-01-17T07:40:33.655Z Downloaded hickory-proto v0.24.1
10452025-01-17T07:40:33.670Z Downloaded tough v0.19.0
10462025-01-17T07:40:33.678Z Downloaded nom v7.1.3
10472025-01-17T07:40:33.683Z Downloaded h2 v0.4.6
10482025-01-17T07:40:33.690Z Downloaded lzma-sys v0.1.20
10492025-01-17T07:40:33.719Z Downloaded csv v1.3.0
10502025-01-17T07:40:33.738Z Downloaded regex-automata v0.4.8
10512025-01-17T07:40:33.754Z Downloaded tokio v1.43.0
10522025-01-17T07:40:33.792Z Downloaded spki v0.7.3
10532025-01-17T07:40:33.795Z Downloaded time-macros v0.2.18
10542025-01-17T07:40:33.798Z Downloaded expectorate v1.1.0
10552025-01-17T07:40:33.801Z Downloaded sha1 v0.10.6
10562025-01-17T07:40:33.801Z Downloaded serde-hex v0.1.0
10572025-01-17T07:40:33.804Z Downloaded peg-macros v0.8.4
10582025-01-17T07:40:33.804Z Downloaded parking_lot_core v0.9.10
10592025-01-17T07:40:33.806Z Downloaded tokio-stream v0.1.16
10602025-01-17T07:40:33.809Z Downloaded futures-util v0.3.31
10612025-01-17T07:40:33.820Z Downloaded petgraph v0.6.5
10622025-01-17T07:40:33.837Z Downloaded libz-sys v1.1.20
10632025-01-17T07:40:33.856Z Downloaded sha3 v0.10.8
10642025-01-17T07:40:33.860Z Downloaded futures-executor v0.3.31
10652025-01-17T07:40:33.865Z Downloaded hashbrown v0.13.2
10662025-01-17T07:40:33.868Z Downloaded flume v0.11.1
10672025-01-17T07:40:33.870Z Downloaded fallible-iterator v0.3.0
10682025-01-17T07:40:33.870Z Downloaded difflib v0.4.0
10692025-01-17T07:40:33.870Z Downloaded tls_codec_derive v0.4.1
10702025-01-17T07:40:33.873Z Downloaded tinystr v0.7.6
10712025-01-17T07:40:33.873Z Downloaded openssl-sys v0.9.103
10722025-01-17T07:40:33.877Z Downloaded unicode_categories v0.1.1
10732025-01-17T07:40:33.880Z Downloaded r2d2 v0.8.10
10742025-01-17T07:40:33.883Z Downloaded dirs-sys-next v0.1.2
10752025-01-17T07:40:33.883Z Downloaded tracing-attributes v0.1.27
10762025-01-17T07:40:33.885Z Downloaded toml v0.7.8
10772025-01-17T07:40:33.888Z Downloaded zeroize v1.8.1
10782025-01-17T07:40:33.888Z Downloaded zerofrom-derive v0.1.4
10792025-01-17T07:40:33.888Z Downloaded idna v1.0.3
10802025-01-17T07:40:33.891Z Downloaded itertools v0.12.1
10812025-01-17T07:40:33.898Z Downloaded schemars_derive v0.8.21
10822025-01-17T07:40:33.900Z Downloaded postcard v1.0.10
10832025-01-17T07:40:33.903Z Downloaded pkcs8 v0.10.2
10842025-01-17T07:40:33.905Z Downloaded nibble_vec v0.1.0
10852025-01-17T07:40:33.905Z Downloaded futures-io v0.3.31
10862025-01-17T07:40:33.905Z Downloaded russh v0.45.0
10872025-01-17T07:40:33.910Z Downloaded itertools v0.13.0
10882025-01-17T07:40:33.918Z Downloaded rustls-pki-types v1.10.0
10892025-01-17T07:40:33.921Z Downloaded static_assertions v1.1.0
10902025-01-17T07:40:33.921Z Downloaded secrecy v0.8.0
10912025-01-17T07:40:33.921Z Downloaded slog-dtrace v0.3.0
10922025-01-17T07:40:33.924Z Downloaded oso v0.27.3
10932025-01-17T07:40:33.927Z Downloaded ron v0.7.1
10942025-01-17T07:40:33.930Z Downloaded libm v0.2.8
10952025-01-17T07:40:33.936Z Downloaded signature v2.2.0
10962025-01-17T07:40:33.939Z Downloaded sec1 v0.7.3
10972025-01-17T07:40:33.941Z Downloaded uuid v1.12.0
10982025-01-17T07:40:33.944Z Downloaded progenitor-impl v0.8.0
10992025-01-17T07:40:33.944Z Downloaded dyn-clone v1.0.17
11002025-01-17T07:40:33.947Z Downloaded diesel-dtrace v0.4.2
11012025-01-17T07:40:33.947Z Downloaded progenitor v0.9.1
11022025-01-17T07:40:33.949Z Downloaded pin-project v1.1.6
11032025-01-17T07:40:33.958Z Downloaded cc v1.1.30
11042025-01-17T07:40:33.961Z Downloaded base64 v0.21.7
11052025-01-17T07:40:33.965Z Downloaded backtrace v0.3.74
11062025-01-17T07:40:33.971Z Downloaded crypto-bigint v0.5.5
11072025-01-17T07:40:33.977Z Downloaded dhcproto v0.12.0
11082025-01-17T07:40:33.980Z Downloaded derive_more v0.99.18
11092025-01-17T07:40:33.984Z Downloaded zopfli v0.8.1
11102025-01-17T07:40:33.987Z Downloaded tokio-rustls v0.25.0
11112025-01-17T07:40:33.990Z Downloaded subprocess v0.2.9
11122025-01-17T07:40:33.992Z Downloaded compact_str v0.8.0
11132025-01-17T07:40:33.995Z Downloaded bumpalo v3.16.0
11142025-01-17T07:40:33.999Z Downloaded untrusted v0.9.0
11152025-01-17T07:40:34.002Z Downloaded socket2 v0.5.7
11162025-01-17T07:40:34.005Z Downloaded bytes v1.9.0
11172025-01-17T07:40:34.008Z Downloaded base64 v0.22.1
11182025-01-17T07:40:34.011Z Downloaded allocator-api2 v0.2.18
11192025-01-17T07:40:34.013Z Downloaded value-bag v1.9.0
11202025-01-17T07:40:34.016Z Downloaded opaque-debug v0.3.1
11212025-01-17T07:40:34.021Z Downloaded smf v0.2.3
11222025-01-17T07:40:34.021Z Downloaded prettyplease v0.2.25
11232025-01-17T07:40:34.023Z Downloaded walkdir v2.5.0
11242025-01-17T07:40:34.023Z Downloaded tokio-rustls v0.26.0
11252025-01-17T07:40:34.026Z Downloaded primeorder v0.13.6
11262025-01-17T07:40:34.028Z Downloaded group v0.13.0
11272025-01-17T07:40:34.028Z Downloaded fixedbitset v0.4.2
11282025-01-17T07:40:34.031Z Downloaded filetime v0.2.25
11292025-01-17T07:40:34.031Z Downloaded icu_normalizer v1.5.0
11302025-01-17T07:40:34.035Z Downloaded base64 v0.13.1
11312025-01-17T07:40:34.038Z Downloaded aes v0.8.4
11322025-01-17T07:40:34.041Z Downloaded humantime v2.1.0
11332025-01-17T07:40:34.043Z Downloaded blake2 v0.10.6
11342025-01-17T07:40:34.046Z Downloaded encoding_rs v0.8.34
11352025-01-17T07:40:34.066Z Downloaded slog-scope v4.4.0
11362025-01-17T07:40:34.069Z Downloaded simd-adler32 v0.3.7
11372025-01-17T07:40:34.072Z Downloaded blowfish v0.9.1
11382025-01-17T07:40:34.072Z Downloaded base16ct v0.2.0
11392025-01-17T07:40:34.075Z Downloaded hostname v0.3.1
11402025-01-17T07:40:34.075Z Downloaded chrono-tz-build v0.4.0
11412025-01-17T07:40:34.075Z Downloaded chacha20 v0.9.1
11422025-01-17T07:40:34.077Z Downloaded bitfield v0.14.0
11432025-01-17T07:40:34.077Z Downloaded lazy_static v1.5.0
11442025-01-17T07:40:34.080Z Downloaded idna_adapter v1.2.0
11452025-01-17T07:40:34.080Z Downloaded atomic-waker v1.1.2
11462025-01-17T07:40:34.083Z Downloaded lru v0.12.5
11472025-01-17T07:40:34.083Z Downloaded lockfree-object-pool v0.1.6
11482025-01-17T07:40:34.085Z Downloaded libefi-sys v0.1.0
11492025-01-17T07:40:34.087Z Downloaded lazycell v1.3.0
11502025-01-17T07:40:34.088Z Downloaded is-terminal v0.4.13
11512025-01-17T07:40:34.088Z Downloaded impl-trait-for-tuples v0.2.2
11522025-01-17T07:40:34.090Z Downloaded castaway v0.2.3
11532025-01-17T07:40:34.092Z Downloaded cipher v0.4.4
11542025-01-17T07:40:34.095Z Downloaded cexpr v0.6.0
11552025-01-17T07:40:34.097Z Downloaded bit-vec v0.6.3
11562025-01-17T07:40:34.097Z Downloaded bcrypt-pbkdf v0.10.0
11572025-01-17T07:40:34.101Z Downloaded http-body-util v0.1.2
11582025-01-17T07:40:34.144Z Downloaded libgit2-sys v0.17.0+1.8.1
11592025-01-17T07:40:34.507Z Downloaded ring v0.17.8
11602025-01-17T07:40:34.602Z Downloaded aws-lc-sys v0.22.0
11612025-01-17T07:40:34.820Z Downloaded libsqlite3-sys v0.30.1
11622025-01-17T07:40:35.005Z Compiling serde v1.0.217
11632025-01-17T07:40:35.009Z Compiling lock_api v0.4.12
11642025-01-17T07:40:35.009Z Compiling scopeguard v1.2.0
11652025-01-17T07:40:35.009Z Compiling value-bag v1.9.0
11662025-01-17T07:40:35.009Z Compiling typenum v1.17.0
11672025-01-17T07:40:35.168Z Compiling generic-array v0.14.7
11682025-01-17T07:40:35.212Z Compiling syn v2.0.96
11692025-01-17T07:40:35.226Z Compiling getrandom v0.2.15
11702025-01-17T07:40:35.309Z Compiling shlex v1.3.0
11712025-01-17T07:40:35.543Z Compiling rand_core v0.6.4
11722025-01-17T07:40:35.675Z Compiling log v0.4.22
11732025-01-17T07:40:35.741Z Compiling subtle v2.6.1
11742025-01-17T07:40:35.768Z Compiling jobserver v0.1.32
11752025-01-17T07:40:35.788Z Compiling const-oid v0.9.6
11762025-01-17T07:40:36.079Z Compiling smallvec v1.13.2
11772025-01-17T07:40:36.082Z Compiling spin v0.9.8
11782025-01-17T07:40:36.119Z Compiling pin-project-lite v0.2.14
11792025-01-17T07:40:36.262Z Compiling cc v1.1.30
11802025-01-17T07:40:36.415Z Compiling rustix v0.38.37
11812025-01-17T07:40:36.444Z Compiling parking_lot_core v0.9.10
11822025-01-17T07:40:36.473Z Compiling futures-core v0.3.31
11832025-01-17T07:40:36.575Z Compiling signal-hook-registry v1.4.2
11842025-01-17T07:40:36.710Z Compiling mio v1.0.2
11852025-01-17T07:40:37.188Z Compiling aho-corasick v1.1.3
11862025-01-17T07:40:37.303Z Compiling parking_lot v0.12.3
11872025-01-17T07:40:37.446Z Compiling either v1.13.0
11882025-01-17T07:40:37.530Z Compiling regex-syntax v0.8.5
11892025-01-17T07:40:37.776Z Compiling cpufeatures v0.2.14
11902025-01-17T07:40:37.795Z Compiling lazy_static v1.5.0
11912025-01-17T07:40:37.821Z Compiling glob v0.3.1
11922025-01-17T07:40:37.884Z Compiling stable_deref_trait v1.2.0
11932025-01-17T07:40:37.922Z Compiling futures-sink v0.3.31
11942025-01-17T07:40:38.007Z Compiling socket2 v0.5.7
11952025-01-17T07:40:38.088Z Compiling slab v0.4.9
11962025-01-17T07:40:38.122Z Compiling prettyplease v0.2.25
11972025-01-17T07:40:38.547Z Compiling serde_json v1.0.135
11982025-01-17T07:40:38.633Z Compiling minimal-lexical v0.2.1
11992025-01-17T07:40:38.715Z Compiling clang-sys v1.8.1
12002025-01-17T07:40:38.944Z Compiling libloading v0.8.5
12012025-01-17T07:40:39.168Z Compiling nom v7.1.3
12022025-01-17T07:40:39.218Z Compiling home v0.5.9
12032025-01-17T07:40:39.326Z Compiling bindgen v0.69.5
12042025-01-17T07:40:39.487Z Compiling futures-channel v0.3.31
12052025-01-17T07:40:39.897Z Compiling itertools v0.12.1
12062025-01-17T07:40:40.011Z Compiling lazycell v1.3.0
12072025-01-17T07:40:40.182Z Compiling allocator-api2 v0.2.18
12082025-01-17T07:40:40.202Z Compiling futures-task v0.3.31
12092025-01-17T07:40:40.501Z Compiling futures-io v0.3.31
12102025-01-17T07:40:40.780Z Compiling pin-utils v0.1.0
12112025-01-17T07:40:40.887Z Compiling rustc-hash v1.1.0
12122025-01-17T07:40:40.980Z Compiling libm v0.2.8
12132025-01-17T07:40:41.048Z Compiling foldhash v0.1.3
12142025-01-17T07:40:41.300Z Compiling regex-automata v0.4.8
12152025-01-17T07:40:41.382Z Compiling hashbrown v0.15.1
12162025-01-17T07:40:42.047Z Compiling cmake v0.1.51
12172025-01-17T07:40:42.533Z Compiling synstructure v0.13.1
12182025-01-17T07:40:42.741Z Compiling cexpr v0.6.0
12192025-01-17T07:40:42.915Z Compiling num-traits v0.2.19
12202025-01-17T07:40:43.215Z Compiling pkg-config v0.3.31
12212025-01-17T07:40:43.929Z Compiling tinyvec_macros v0.1.1
12222025-01-17T07:40:43.963Z Compiling fs_extra v1.3.0
12232025-01-17T07:40:44.027Z Compiling dunce v1.0.5
12242025-01-17T07:40:44.167Z Compiling tinyvec v1.8.0
12252025-01-17T07:40:44.584Z Compiling ring v0.17.8
12262025-01-17T07:40:44.650Z Compiling litemap v0.7.3
12272025-01-17T07:40:45.037Z Compiling base64ct v1.6.0
12282025-01-17T07:40:45.350Z Compiling unicode-bidi v0.3.17
12292025-01-17T07:40:45.584Z Compiling unicode-normalization v0.1.24
12302025-01-17T07:40:45.606Z Compiling paste v1.0.15
12312025-01-17T07:40:45.807Z Compiling writeable v0.5.5
12322025-01-17T07:40:46.325Z Compiling pem-rfc7468 v0.7.0
12332025-01-17T07:40:46.604Z Compiling regex v1.11.1
12342025-01-17T07:40:46.607Z Compiling httparse v1.9.5
12352025-01-17T07:40:46.969Z Compiling flagset v0.4.6
12362025-01-17T07:40:47.186Z Compiling aws-lc-rs v1.10.0
12372025-01-17T07:40:47.366Z Compiling tracing-core v0.1.32
12382025-01-17T07:40:47.566Z Compiling percent-encoding v2.3.1
12392025-01-17T07:40:47.585Z Compiling crossbeam-utils v0.8.20
12402025-01-17T07:40:47.897Z Compiling icu_locid_transform_data v1.5.0
12412025-01-17T07:40:48.009Z Compiling rustls-pki-types v1.10.0
12422025-01-17T07:40:48.052Z Compiling serde_derive v1.0.217
12432025-01-17T07:40:48.095Z Compiling zeroize_derive v1.4.2
12442025-01-17T07:40:48.283Z Compiling zerocopy-derive v0.7.35
12452025-01-17T07:40:48.592Z Compiling tokio-macros v2.5.0
12462025-01-17T07:40:49.023Z Compiling zerofrom-derive v0.1.4
12472025-01-17T07:40:49.544Z Compiling zeroize v1.8.1
12482025-01-17T07:40:50.011Z Compiling yoke-derive v0.7.4
12492025-01-17T07:40:50.082Z Compiling thiserror-impl v1.0.69
12502025-01-17T07:40:50.321Z Compiling zerocopy v0.7.35
12512025-01-17T07:40:51.222Z Compiling crypto-common v0.1.6
12522025-01-17T07:40:51.451Z Compiling block-buffer v0.10.4
12532025-01-17T07:40:51.616Z Compiling futures-macro v0.3.31
12542025-01-17T07:40:51.692Z Compiling digest v0.10.7
12552025-01-17T07:40:51.718Z Compiling zerovec-derive v0.10.3
12562025-01-17T07:40:52.164Z Compiling hmac v0.12.1
12572025-01-17T07:40:52.206Z Compiling block-padding v0.3.3
12582025-01-17T07:40:52.428Z Compiling displaydoc v0.2.5
12592025-01-17T07:40:52.454Z Compiling inout v0.1.3
12602025-01-17T07:40:52.518Z Compiling zerofrom v0.1.4
12612025-01-17T07:40:52.657Z Compiling sha2 v0.10.8
12622025-01-17T07:40:52.727Z Compiling yoke v0.7.4
12632025-01-17T07:40:52.748Z Compiling cipher v0.4.4
12642025-01-17T07:40:53.023Z Compiling thiserror v1.0.69
12652025-01-17T07:40:53.057Z Compiling ppv-lite86 v0.2.20
12662025-01-17T07:40:53.181Z Compiling icu_provider_macros v1.5.0
12672025-01-17T07:40:53.251Z Compiling der_derive v0.7.3
12682025-01-17T07:40:53.434Z Compiling futures-util v0.3.31
12692025-01-17T07:40:53.882Z Compiling rand_chacha v0.3.1
12702025-01-17T07:40:53.988Z Compiling tracing-attributes v0.1.27
12712025-01-17T07:40:54.317Z Compiling rand v0.8.5
12722025-01-17T07:40:54.350Z Compiling zerovec v0.10.4
12732025-01-17T07:40:55.588Z Compiling der v0.7.9
12742025-01-17T07:40:56.102Z Compiling tinystr v0.7.6
12752025-01-17T07:40:56.321Z Compiling icu_collections v1.5.0
12762025-01-17T07:40:56.379Z Compiling salsa20 v0.10.2
12772025-01-17T07:40:56.405Z Compiling pest v2.7.14
12782025-01-17T07:40:56.499Z Compiling icu_locid v1.5.0
12792025-01-17T07:40:56.612Z Compiling pbkdf2 v0.12.2
12802025-01-17T07:40:57.389Z Compiling tracing v0.1.40
12812025-01-17T07:40:57.518Z Compiling spki v0.7.3
12822025-01-17T07:40:57.596Z Compiling icu_provider v1.5.0
12832025-01-17T07:40:57.876Z Compiling vcpkg v0.2.15
12842025-01-17T07:40:57.895Z Compiling mirai-annotations v1.12.0
12852025-01-17T07:40:58.088Z Compiling num-conv v0.1.0
12862025-01-17T07:40:58.382Z Compiling icu_locid_transform v1.5.0
12872025-01-17T07:40:58.574Z Compiling time-core v0.1.2
12882025-01-17T07:40:58.577Z Compiling icu_properties_data v1.5.0
12892025-01-17T07:40:58.615Z Compiling untrusted v0.9.0
12902025-01-17T07:40:58.769Z Compiling untrusted v0.7.1
12912025-01-17T07:40:58.791Z Compiling powerfmt v0.2.0
12922025-01-17T07:40:58.812Z Compiling time-macros v0.2.18
12932025-01-17T07:40:59.197Z Compiling deranged v0.3.11
12942025-01-17T07:40:59.496Z Compiling pest_meta v2.7.14
12952025-01-17T07:40:59.760Z Compiling openssl-sys v0.9.103
12962025-01-17T07:41:00.139Z Compiling icu_properties v1.5.1
12972025-01-17T07:41:00.622Z Compiling scrypt v0.11.0
12982025-01-17T07:41:00.814Z Compiling bitflags v2.6.0
12992025-01-17T07:41:00.862Z Compiling bytes v1.9.0
13002025-01-17T07:41:01.226Z Compiling indexmap v2.7.0
13012025-01-17T07:41:01.869Z Compiling tokio v1.43.0
13022025-01-17T07:41:02.082Z Compiling http v1.2.0
13032025-01-17T07:41:02.187Z Compiling semver v1.0.24
13042025-01-17T07:41:02.528Z Compiling aes v0.8.4
13052025-01-17T07:41:02.903Z Compiling rustc_version v0.4.1
13062025-01-17T07:41:03.673Z Compiling cbc v0.1.2
13072025-01-17T07:41:03.840Z Compiling scroll_derive v0.12.0
13082025-01-17T07:41:03.931Z Compiling atomic-waker v1.1.2
13092025-01-17T07:41:04.000Z Compiling utf16_iter v1.0.5
13102025-01-17T07:41:04.132Z Compiling num_threads v0.1.7
13112025-01-17T07:41:04.223Z Compiling icu_normalizer_data v1.5.0
13122025-01-17T07:41:04.279Z Compiling utf8_iter v1.0.4
13132025-01-17T07:41:04.313Z Compiling write16 v1.0.0
13142025-01-17T07:41:04.341Z Compiling time v0.3.36
13152025-01-17T07:41:04.472Z Compiling icu_normalizer v1.5.0
13162025-01-17T07:41:04.511Z Compiling pkcs5 v0.7.1
13172025-01-17T07:41:04.732Z Compiling which v4.4.2
13182025-01-17T07:41:05.296Z Compiling scroll v0.12.0
13192025-01-17T07:41:05.395Z Compiling http-body v1.0.1
13202025-01-17T07:41:05.622Z Compiling pest_generator v2.7.14
13212025-01-17T07:41:05.748Z Compiling form_urlencoded v1.2.1
13222025-01-17T07:41:05.837Z Compiling slog v2.7.0
13232025-01-17T07:41:05.911Z Compiling try-lock v0.2.5
13242025-01-17T07:41:06.053Z Compiling want v0.3.1
13252025-01-17T07:41:06.076Z Compiling goblin v0.8.2
13262025-01-17T07:41:06.237Z Compiling idna_adapter v1.2.0
13272025-01-17T07:41:06.338Z Compiling pkcs8 v0.10.2
13282025-01-17T07:41:06.432Z Compiling uuid v1.12.0
13292025-01-17T07:41:06.459Z Compiling httpdate v1.0.3
13302025-01-17T07:41:06.908Z Compiling iana-time-zone v0.1.61
13312025-01-17T07:41:07.308Z Compiling chrono v0.4.38
13322025-01-17T07:41:07.391Z Compiling pest_derive v2.7.14
13332025-01-17T07:41:07.761Z Compiling idna v1.0.3
13342025-01-17T07:41:07.919Z Compiling serde_spanned v0.6.8
13352025-01-17T07:41:08.169Z Compiling serde_tokenstream v0.2.2
13362025-01-17T07:41:08.190Z Compiling dtrace-parser v0.2.0
13372025-01-17T07:41:08.824Z Compiling toml_datetime v0.6.8
13382025-01-17T07:41:09.056Z Compiling foreign-types-shared v0.1.1
13392025-01-17T07:41:09.202Z Compiling base64 v0.22.1
13402025-01-17T07:41:09.319Z Compiling openssl v0.10.66
13412025-01-17T07:41:09.386Z Compiling tower-service v0.3.3
13422025-01-17T07:41:09.532Z Compiling adler2 v2.0.0
13432025-01-17T07:41:09.737Z Compiling tokio-util v0.7.12
13442025-01-17T07:41:09.758Z Compiling rustversion v1.0.17
13452025-01-17T07:41:09.897Z Compiling match_cfg v0.1.0
13462025-01-17T07:41:10.004Z Compiling hostname v0.3.1
13472025-01-17T07:41:10.134Z Compiling miniz_oxide v0.8.0
13482025-01-17T07:41:10.218Z Compiling foreign-types v0.3.2
13492025-01-17T07:41:10.321Z Compiling url v2.5.3
13502025-01-17T07:41:10.676Z Compiling h2 v0.4.6
13512025-01-17T07:41:10.991Z Compiling async-trait v0.1.83
13522025-01-17T07:41:11.564Z Compiling openssl-macros v0.1.1
13532025-01-17T07:41:11.733Z Compiling dof v0.3.0
13542025-01-17T07:41:12.103Z Compiling serde_derive_internals v0.29.1
13552025-01-17T07:41:12.290Z Compiling dirs-sys-next v0.1.2
13562025-01-17T07:41:12.858Z Compiling usdt-impl v0.5.0
13572025-01-17T07:41:13.353Z Compiling schemars v0.8.21
13582025-01-17T07:41:13.545Z Compiling data-encoding v2.6.0
13592025-01-17T07:41:13.736Z Compiling native-tls v0.2.12
13602025-01-17T07:41:14.083Z Compiling rustls v0.22.4
13612025-01-17T07:41:14.267Z Compiling siphasher v0.3.11
13622025-01-17T07:41:14.364Z Compiling rustls v0.23.19
13632025-01-17T07:41:14.483Z Compiling syn v1.0.109
13642025-01-17T07:41:14.648Z Compiling schemars_derive v0.8.21
13652025-01-17T07:41:14.763Z Compiling dirs-next v2.0.0
13662025-01-17T07:41:15.285Z Compiling http-body-util v0.1.2
13672025-01-17T07:41:15.366Z Compiling heapless v0.7.17
13682025-01-17T07:41:15.547Z Compiling crossbeam-epoch v0.9.18
13692025-01-17T07:41:15.767Z Compiling signature v2.2.0
13702025-01-17T07:41:15.815Z Compiling sha1 v0.10.6
13712025-01-17T07:41:16.068Z Compiling bzip2-sys v0.1.11+1.0.8
13722025-01-17T07:41:16.237Z Compiling thread_local v1.1.8
13732025-01-17T07:41:16.257Z Compiling cookie v0.18.1
13742025-01-17T07:41:16.374Z Compiling encoding_rs v0.8.34
13752025-01-17T07:41:16.538Z Compiling multer v3.1.0
13762025-01-17T07:41:16.560Z Compiling slog-async v2.8.0
13772025-01-17T07:41:16.722Z Compiling unicode-properties v0.1.3
13782025-01-17T07:41:16.823Z Compiling openssl-probe v0.1.5
13792025-01-17T07:41:17.036Z Compiling rayon-core v1.12.1
13802025-01-17T07:41:17.117Z Compiling signal-hook v0.3.17
13812025-01-17T07:41:17.156Z Compiling gimli v0.31.1
13822025-01-17T07:41:17.338Z Compiling ipnet v2.10.1
13832025-01-17T07:41:17.381Z Compiling dyn-clone v1.0.17
13842025-01-17T07:41:17.609Z Compiling hyper v1.5.2
13852025-01-17T07:41:17.673Z Compiling mime v0.3.17
13862025-01-17T07:41:18.518Z Compiling stringprep v0.1.5
13872025-01-17T07:41:19.712Z Compiling toml_edit v0.22.22
13882025-01-17T07:41:20.600Z Compiling hyper-util v0.1.10
13892025-01-17T07:41:21.362Z Compiling addr2line v0.24.2
13902025-01-17T07:41:21.616Z Compiling crossbeam-deque v0.8.5
13912025-01-17T07:41:21.984Z Compiling usdt-attr-macro v0.5.0
13922025-01-17T07:41:22.008Z Compiling usdt-macro v0.5.0
13932025-01-17T07:41:22.703Z Compiling term v0.7.0
13942025-01-17T07:41:22.849Z Compiling slog-json v2.6.1
13952025-01-17T07:41:23.232Z Compiling serde_urlencoded v0.7.1
13962025-01-17T07:41:23.371Z Compiling curve25519-dalek v4.1.3
13972025-01-17T07:41:23.407Z Compiling crossbeam-channel v0.5.13
13982025-01-17T07:41:23.479Z Compiling enum-as-inner v0.6.1
13992025-01-17T07:41:23.759Z Compiling futures-executor v0.3.31
14002025-01-17T07:41:24.003Z Compiling md-5 v0.10.6
14012025-01-17T07:41:24.091Z Compiling rustls-pemfile v2.2.0
14022025-01-17T07:41:24.287Z Compiling async-stream-impl v0.3.6
14032025-01-17T07:41:24.306Z Compiling num-integer v0.1.46
14042025-01-17T07:41:24.412Z Compiling idna v0.4.0
14052025-01-17T07:41:24.475Z Compiling idna v0.3.0
14062025-01-17T07:41:24.507Z Compiling hash32 v0.2.1
14072025-01-17T07:41:24.865Z Compiling ff v0.13.0
14082025-01-17T07:41:25.037Z Compiling is-terminal v0.4.13
14092025-01-17T07:41:25.102Z Compiling object v0.36.5
14102025-01-17T07:41:25.174Z Compiling dropshot v0.12.0
14112025-01-17T07:41:25.464Z Compiling take_mut v0.2.2
14122025-01-17T07:41:25.526Z Compiling fallible-iterator v0.2.0
14132025-01-17T07:41:25.630Z Compiling utf-8 v0.7.6
14142025-01-17T07:41:25.943Z Compiling base16ct v0.2.0
14152025-01-17T07:41:25.964Z Compiling portable-atomic v1.9.0
14162025-01-17T07:41:26.075Z Compiling psl-types v2.0.11
14172025-01-17T07:41:26.203Z Compiling num-bigint-dig v0.8.4
14182025-01-17T07:41:26.261Z Compiling rustc-demangle v0.1.24
14192025-01-17T07:41:26.284Z Compiling anyhow v1.0.93
14202025-01-17T07:41:26.513Z Compiling quick-error v1.2.3
14212025-01-17T07:41:26.679Z Compiling smoltcp v0.9.1
14222025-01-17T07:41:26.852Z Compiling linked-hash-map v0.5.6
14232025-01-17T07:41:27.055Z Compiling resolv-conf v0.7.0
14242025-01-17T07:41:27.184Z Compiling lru-cache v0.1.2
14252025-01-17T07:41:27.231Z Compiling publicsuffix v2.2.3
14262025-01-17T07:41:27.361Z Compiling postgres-protocol v0.6.7
14272025-01-17T07:41:27.382Z Compiling sec1 v0.7.3
14282025-01-17T07:41:27.403Z Compiling tungstenite v0.24.0
14292025-01-17T07:41:27.789Z Compiling async-stream v0.3.6
14302025-01-17T07:41:28.003Z Compiling hickory-proto v0.24.1
14312025-01-17T07:41:28.094Z Compiling slog-term v2.9.1
14322025-01-17T07:41:28.544Z Compiling group v0.13.0
14332025-01-17T07:41:28.616Z Compiling usdt v0.5.0
14342025-01-17T07:41:28.891Z Compiling num-iter v0.1.45
14352025-01-17T07:41:29.232Z Compiling futures v0.3.31
14362025-01-17T07:41:29.284Z Compiling slog-bunyan v2.5.0
14372025-01-17T07:41:29.366Z Compiling toml v0.8.19
14382025-01-17T07:41:30.685Z Compiling tokio-native-tls v0.3.1
14392025-01-17T07:41:30.972Z Compiling camino v1.1.9
14402025-01-17T07:41:31.109Z Compiling phf_shared v0.11.2
14412025-01-17T07:41:31.136Z Compiling dropshot_endpoint v0.12.0
14422025-01-17T07:41:31.473Z Compiling terminal_size v0.4.0
14432025-01-17T07:41:31.707Z Compiling backtrace v0.3.74
14442025-01-17T07:41:31.743Z Compiling waitgroup v0.1.2
14452025-01-17T07:41:31.811Z Compiling openapiv3 v2.0.0
14462025-01-17T07:41:31.975Z Compiling serde_path_to_error v0.1.16
14472025-01-17T07:41:32.126Z Compiling hkdf v0.12.4
14482025-01-17T07:41:32.409Z Compiling crypto-bigint v0.5.5
14492025-01-17T07:41:32.734Z Compiling webpki-roots v0.26.6
14502025-01-17T07:41:32.965Z Compiling zerocopy-derive v0.6.6
14512025-01-17T07:41:34.421Z Compiling hubpack_derive v0.1.1
14522025-01-17T07:41:34.810Z Compiling curve25519-dalek-derive v0.1.1
14532025-01-17T07:41:34.992Z Compiling idna v0.5.0
14542025-01-17T07:41:35.271Z Compiling hostname v0.4.0
14552025-01-17T07:41:35.345Z Compiling fs-err v2.11.0
14562025-01-17T07:41:35.487Z Compiling crc32fast v1.4.2
14572025-01-17T07:41:35.643Z Compiling ahash v0.8.11
14582025-01-17T07:41:35.832Z Compiling managed v0.8.0
14592025-01-17T07:41:35.836Z Compiling bitflags v1.3.2
14602025-01-17T07:41:35.975Z Compiling debug-ignore v1.0.5
14612025-01-17T07:41:35.997Z Compiling winnow v0.5.40
14622025-01-17T07:41:36.141Z Compiling newtype-uuid v1.2.1
14632025-01-17T07:41:36.461Z Compiling strum_macros v0.25.3
14642025-01-17T07:41:36.510Z Compiling console v0.15.8
14652025-01-17T07:41:37.401Z Compiling cookie_store v0.21.0
14662025-01-17T07:41:37.899Z Compiling clap_builder v4.5.21
14672025-01-17T07:41:38.110Z Compiling flate2 v1.0.34
14682025-01-17T07:41:38.488Z Compiling hubpack v0.1.2
14692025-01-17T07:41:38.876Z Compiling elliptic-curve v0.13.8
14702025-01-17T07:41:38.923Z Compiling zerocopy v0.6.6
14712025-01-17T07:41:39.032Z Compiling hickory-resolver v0.24.1
14722025-01-17T07:41:39.451Z Compiling toml_edit v0.19.15
14732025-01-17T07:41:39.703Z Compiling phf v0.11.2
14742025-01-17T07:41:39.967Z Compiling signal-hook-mio v0.2.4
14752025-01-17T07:41:40.158Z Compiling hyper-tls v0.6.0
14762025-01-17T07:41:40.272Z Compiling rayon v1.10.0
14772025-01-17T07:41:40.434Z Compiling bzip2 v0.4.4
14782025-01-17T07:41:40.830Z Compiling tokio-tungstenite v0.24.0
14792025-01-17T07:41:41.366Z Compiling postgres-types v0.2.8
14802025-01-17T07:41:44.009Z Compiling ed25519 v2.2.3
14812025-01-17T07:41:44.221Z Compiling phf_shared v0.10.0
14822025-01-17T07:41:44.615Z Compiling tokio-stream v0.1.16
14832025-01-17T07:41:44.644Z Compiling pkcs1 v0.7.5
14842025-01-17T07:41:44.900Z Compiling serde-big-array v0.5.1
14852025-01-17T07:41:45.142Z Compiling clap_derive v4.5.18
14862025-01-17T07:41:45.552Z Compiling rfc6979 v0.4.0
14872025-01-17T07:41:45.576Z Compiling serde_repr v0.1.19
14882025-01-17T07:41:45.757Z Compiling derive-where v1.2.7
14892025-01-17T07:41:45.935Z Compiling float-cmp v0.9.0
14902025-01-17T07:41:46.113Z Compiling bstr v1.10.0
14912025-01-17T07:41:46.177Z Compiling sync_wrapper v1.0.1
14922025-01-17T07:41:46.343Z Compiling unicode-width v0.2.0
14932025-01-17T07:41:46.623Z Compiling normalize-line-endings v0.3.0
14942025-01-17T07:41:46.654Z Compiling unicode-segmentation v1.12.0
14952025-01-17T07:41:46.767Z Compiling difflib v0.4.0
14962025-01-17T07:41:46.842Z Compiling whoami v1.5.2
14972025-01-17T07:41:47.438Z Compiling new_debug_unreachable v1.0.6
14982025-01-17T07:41:47.518Z Compiling static_assertions v1.1.0
14992025-01-17T07:41:47.547Z Compiling bit-vec v0.6.3
15002025-01-17T07:41:47.633Z Compiling predicates-core v1.0.8
15012025-01-17T07:41:47.775Z Compiling precomputed-hash v0.1.1
15022025-01-17T07:41:47.910Z Compiling number_prefix v0.4.0
15032025-01-17T07:41:47.961Z Compiling fixedbitset v0.4.2
15042025-01-17T07:41:47.964Z Compiling bit-set v0.5.3
15052025-01-17T07:41:48.146Z Compiling indicatif v0.17.9
15062025-01-17T07:41:48.162Z Compiling string_cache v0.8.7
15072025-01-17T07:41:48.262Z Compiling petgraph v0.6.5
15082025-01-17T07:41:48.396Z Compiling predicates v3.1.2
15092025-01-17T07:41:48.625Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15102025-01-17T07:41:48.983Z Compiling similar v2.6.0
15112025-01-17T07:41:49.705Z Compiling clap v4.5.21
15122025-01-17T07:41:49.840Z Compiling tokio-postgres v0.7.12
15132025-01-17T07:41:49.921Z Compiling ecdsa v0.16.9
15142025-01-17T07:41:50.221Z Compiling rsa v0.9.6
15152025-01-17T07:41:50.768Z Compiling ed25519-dalek v2.1.1
15162025-01-17T07:41:51.191Z Compiling toml v0.7.8
15172025-01-17T07:41:51.882Z Compiling zip v0.6.6
15182025-01-17T07:41:52.092Z Compiling crossterm v0.28.1
15192025-01-17T07:41:53.784Z Compiling hex v0.4.3
15202025-01-17T07:41:53.802Z Compiling x509-cert v0.2.5
15212025-01-17T07:41:54.372Z Compiling itertools v0.10.5
15222025-01-17T07:41:54.394Z Compiling peg-runtime v0.8.3
15232025-01-17T07:41:54.754Z Compiling unicode-xid v0.2.6
15242025-01-17T07:41:54.960Z Compiling lalrpop-util v0.19.12
15252025-01-17T07:41:55.022Z Compiling strum_macros v0.26.4
15262025-01-17T07:41:55.313Z Compiling xattr v1.3.1
15272025-01-17T07:41:55.370Z Compiling filetime v0.2.25
15282025-01-17T07:41:55.625Z Compiling tar v0.4.42
15292025-01-17T07:41:59.745Z Compiling strum v0.26.3
15302025-01-17T07:42:02.613Z Compiling aws-lc-sys v0.22.0
15312025-01-17T07:42:29.843Z Compiling rustls-webpki v0.102.8
15322025-01-17T07:42:32.918Z Compiling tokio-rustls v0.25.0
15332025-01-17T07:42:34.657Z Compiling tokio-rustls v0.26.0
15342025-01-17T07:42:34.935Z Compiling hyper-rustls v0.27.3
15352025-01-17T07:42:35.321Z Compiling reqwest v0.12.9
15362025-01-17T07:42:36.661Z Compiling qorb v0.2.1
15372025-01-17T07:42:39.802Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15382025-01-17T07:42:40.047Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15392025-01-17T07:42:44.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
15402025-01-17T07:42:44.663Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15412025-01-17T07:42:44.713ZJan 17 07:42:43.851 INFO Starting download, target: Cockroach
15422025-01-17T07:42:44.713ZJan 17 07:42:43.851 INFO Starting download, target: Console
15432025-01-17T07:42:44.713ZJan 17 07:42:43.851 INFO Starting download, target: Clickhouse
15442025-01-17T07:42:44.713ZJan 17 07:42:43.851 INFO Starting download, target: DendriteOpenapi
15452025-01-17T07:42:44.715ZJan 17 07:42:43.851 INFO Starting download, target: DendriteStub
15462025-01-17T07:42:44.715ZJan 17 07:42:43.851 INFO Starting download, target: MaghemiteMgd
15472025-01-17T07:42:44.715ZJan 17 07:42:43.851 INFO Starting download, target: TransceiverControl
15482025-01-17T07:42:44.715ZJan 17 07:42:43.852 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15492025-01-17T07:42:44.716ZJan 17 07:42:43.852 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15502025-01-17T07:42:44.716ZJan 17 07:42:43.852 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15512025-01-17T07:42:44.716ZJan 17 07:42:43.852 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15522025-01-17T07:42:44.716ZJan 17 07:42:43.852 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15532025-01-17T07:42:44.716ZJan 17 07:42:43.852 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15542025-01-17T07:42:44.716ZJan 17 07:42:43.852 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15552025-01-17T07:42:44.918ZJan 17 07:42:44.044 INFO Download complete, target: DendriteOpenapi
15562025-01-17T07:42:45.178ZJan 17 07:42:44.258 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15572025-01-17T07:42:45.326ZJan 17 07:42:44.451 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15582025-01-17T07:42:45.484ZJan 17 07:42:44.621 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15592025-01-17T07:42:45.546ZJan 17 07:42:44.683 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15602025-01-17T07:42:45.657ZJan 17 07:42:44.795 INFO Download complete, target: Console
15612025-01-17T07:42:45.837ZJan 17 07:42:44.972 INFO Download complete, target: TransceiverControl
15622025-01-17T07:42:46.192ZJan 17 07:42:45.331 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15632025-01-17T07:42:46.192ZJan 17 07:42:45.331 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15642025-01-17T07:42:46.594ZJan 17 07:42:45.733 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15652025-01-17T07:42:48.379ZJan 17 07:42:47.519 INFO Download complete, target: MaghemiteMgd
15662025-01-17T07:42:48.379ZJan 17 07:42:47.519 INFO Download complete, target: DendriteStub
15672025-01-17T07:42:53.685ZJan 17 07:42:52.821 INFO Checking that binary works, target: Cockroach
15682025-01-17T07:42:53.843ZJan 17 07:42:52.986 INFO Download complete, target: Cockroach
15692025-01-17T07:42:58.919ZJan 17 07:42:58.065 INFO Checking that binary works, target: Clickhouse
15702025-01-17T07:42:59.046ZJan 17 07:42:58.192 INFO Download complete, target: Clickhouse
15712025-01-17T07:42:59.054ZAll prerequisites installed successfully
15722025-01-17T07:42:59.056Z
15732025-01-17T07:42:59.057Zreal 5:02.137201257
15742025-01-17T07:42:59.057Zuser 15:46.891976490
15752025-01-17T07:42:59.057Zsys 2:03.791229207
15762025-01-17T07:42:59.057Ztrap 0.575152032
15772025-01-17T07:42:59.057Ztflt 1.557647838
15782025-01-17T07:42:59.057Zdflt 1.730866422
15792025-01-17T07:42:59.057Zkflt 0.026092076
15802025-01-17T07:42:59.057Zlock 25:16.783137451
15812025-01-17T07:42:59.057Zslp 55:37.292596017
15822025-01-17T07:42:59.057Zlat 59.781701521
15832025-01-17T07:42:59.057Zstop 2:27.046373221
15842025-01-17T07:42:59.057Z+ ptime -m cargo xtask download softnpu
15852025-01-17T07:42:59.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15862025-01-17T07:42:59.588Z Running `target/debug/xtask download softnpu`
15872025-01-17T07:43:00.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
15882025-01-17T07:43:00.467Z Running `target/debug/xtask-downloader softnpu`
15892025-01-17T07:43:00.504ZJan 17 07:42:59.651 INFO Starting download, target: Softnpu
15902025-01-17T07:43:00.506ZJan 17 07:42:59.652 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15912025-01-17T07:43:01.029ZJan 17 07:43:00.176 INFO Download complete, target: Softnpu
15922025-01-17T07:43:01.032Z
15932025-01-17T07:43:01.035Zreal 1.972687610
15942025-01-17T07:43:01.035Zuser 1.252349458
15952025-01-17T07:43:01.035Zsys 0.527641185
15962025-01-17T07:43:01.035Ztrap 0.000784907
15972025-01-17T07:43:01.035Ztflt 0.000163605
15982025-01-17T07:43:01.035Zdflt 0.000052267
15992025-01-17T07:43:01.035Zkflt 0.000000000
16002025-01-17T07:43:01.035Zlock 5.375153418
16012025-01-17T07:43:01.035Zslp 0.335287190
16022025-01-17T07:43:01.035Zlat 0.066151134
16032025-01-17T07:43:01.035Zstop 0.000161418
16042025-01-17T07:43:01.035Z+ export CARGO_INCREMENTAL=0
16052025-01-17T07:43:01.035Z+ CARGO_INCREMENTAL=0
16062025-01-17T07:43:01.035Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16072025-01-17T07:43:01.984Z Compiling proc-macro2 v1.0.92
16082025-01-17T07:43:01.984Z Compiling unicode-ident v1.0.14
16092025-01-17T07:43:01.987Z Compiling libc v0.2.169
16102025-01-17T07:43:01.987Z Compiling serde v1.0.217
16112025-01-17T07:43:01.987Z Compiling autocfg v1.4.0
16122025-01-17T07:43:01.987Z Compiling version_check v0.9.5
16132025-01-17T07:43:01.987Z Compiling cfg-if v1.0.0
16142025-01-17T07:43:02.221Z Compiling memchr v2.7.4
16152025-01-17T07:43:02.266Z Compiling typenum v1.17.0
16162025-01-17T07:43:02.307Z Compiling shlex v1.3.0
16172025-01-17T07:43:02.637Z Compiling value-bag v1.9.0
16182025-01-17T07:43:02.665Z Compiling scopeguard v1.2.0
16192025-01-17T07:43:02.819Z Compiling generic-array v0.14.7
16202025-01-17T07:43:02.894Z Compiling lock_api v0.4.12
16212025-01-17T07:43:03.131Z Compiling log v0.4.22
16222025-01-17T07:43:03.187Z Compiling parking_lot_core v0.9.10
16232025-01-17T07:43:03.472Z Compiling serde_json v1.0.135
16242025-01-17T07:43:03.611Z Compiling once_cell v1.20.2
16252025-01-17T07:43:03.794Z Compiling libm v0.2.8
16262025-01-17T07:43:03.815Z Compiling rustix v0.38.37
16272025-01-17T07:43:03.857Z Compiling aho-corasick v1.1.3
16282025-01-17T07:43:04.049Z Compiling quote v1.0.38
16292025-01-17T07:43:04.113Z Compiling jobserver v0.1.32
16302025-01-17T07:43:04.132Z Compiling getrandom v0.2.15
16312025-01-17T07:43:04.422Z Compiling syn v2.0.96
16322025-01-17T07:43:04.506Z Compiling cc v1.1.30
16332025-01-17T07:43:04.549Z Compiling num-traits v0.2.19
16342025-01-17T07:43:04.626Z Compiling regex-syntax v0.8.5
16352025-01-17T07:43:04.702Z Compiling thiserror v1.0.69
16362025-01-17T07:43:04.791Z Compiling either v1.13.0
16372025-01-17T07:43:04.856Z Compiling itoa v1.0.11
16382025-01-17T07:43:05.101Z Compiling spin v0.9.8
16392025-01-17T07:43:05.375Z Compiling slab v0.4.9
16402025-01-17T07:43:05.612Z Compiling errno v0.3.9
16412025-01-17T07:43:05.841Z Compiling byteorder v1.5.0
16422025-01-17T07:43:05.843Z Compiling lazy_static v1.5.0
16432025-01-17T07:43:05.987Z Compiling rand_core v0.6.4
16442025-01-17T07:43:06.387Z Compiling glob v0.3.1
16452025-01-17T07:43:06.466Z Compiling prettyplease v0.2.25
16462025-01-17T07:43:06.831Z Compiling minimal-lexical v0.2.1
16472025-01-17T07:43:07.071Z Compiling clang-sys v1.8.1
16482025-01-17T07:43:07.240Z Compiling nom v7.1.3
16492025-01-17T07:43:07.402Z Compiling libloading v0.8.5
16502025-01-17T07:43:07.579Z Compiling bindgen v0.69.5
16512025-01-17T07:43:07.639Z Compiling subtle v2.6.1
16522025-01-17T07:43:07.759Z Compiling home v0.5.9
16532025-01-17T07:43:07.999Z Compiling itertools v0.12.1
16542025-01-17T07:43:08.065Z Compiling rustc-hash v1.1.0
16552025-01-17T07:43:08.230Z Compiling regex-automata v0.4.8
16562025-01-17T07:43:08.320Z Compiling allocator-api2 v0.2.18
16572025-01-17T07:43:08.361Z Compiling lazycell v1.3.0
16582025-01-17T07:43:08.536Z Compiling smallvec v1.13.2
16592025-01-17T07:43:09.008Z Compiling cmake v0.1.51
16602025-01-17T07:43:09.255Z Compiling semver v1.0.24
16612025-01-17T07:43:09.712Z Compiling fs_extra v1.3.0
16622025-01-17T07:43:09.812Z Compiling dunce v1.0.5
16632025-01-17T07:43:10.216Z Compiling cexpr v0.6.0
16642025-01-17T07:43:10.232Z Compiling pkg-config v0.3.31
16652025-01-17T07:43:10.831Z Compiling ring v0.17.8
16662025-01-17T07:43:11.126Z Compiling pin-project-lite v0.2.14
16672025-01-17T07:43:11.252Z Compiling ryu v1.0.18
16682025-01-17T07:43:11.281Z Compiling paste v1.0.15
16692025-01-17T07:43:11.328Z Compiling httparse v1.9.5
16702025-01-17T07:43:11.564Z Compiling synstructure v0.13.1
16712025-01-17T07:43:11.762Z Compiling schemars v0.8.21
16722025-01-17T07:43:11.811Z Compiling const-oid v0.9.6
16732025-01-17T07:43:11.913Z Compiling aws-lc-rs v1.10.0
16742025-01-17T07:43:12.689Z Compiling fnv v1.0.7
16752025-01-17T07:43:12.768Z Compiling serde_derive_internals v0.29.1
16762025-01-17T07:43:12.996Z Compiling foldhash v0.1.3
16772025-01-17T07:43:13.302Z Compiling equivalent v1.0.1
16782025-01-17T07:43:13.446Z Compiling hashbrown v0.15.1
16792025-01-17T07:43:13.724Z Compiling regex v1.11.1
16802025-01-17T07:43:14.084Z Compiling signal-hook-registry v1.4.2
16812025-01-17T07:43:14.585Z Compiling heck v0.5.0
16822025-01-17T07:43:14.621Z Compiling parking_lot v0.12.3
16832025-01-17T07:43:14.658Z Compiling mio v1.0.2
16842025-01-17T07:43:15.764Z Compiling stable_deref_trait v1.2.0
16852025-01-17T07:43:15.819Z Compiling serde_derive v1.0.217
16862025-01-17T07:43:15.894Z Compiling zeroize_derive v1.4.2
16872025-01-17T07:43:16.244Z Compiling zerocopy-derive v0.7.35
16882025-01-17T07:43:16.669Z Compiling thiserror-impl v1.0.69
16892025-01-17T07:43:16.820Z Compiling tokio-macros v2.5.0
16902025-01-17T07:43:17.219Z Compiling zeroize v1.8.1
16912025-01-17T07:43:17.602Z Compiling zerofrom-derive v0.1.4
16922025-01-17T07:43:17.666Z Compiling yoke-derive v0.7.4
16932025-01-17T07:43:17.756Z Compiling futures-macro v0.3.31
16942025-01-17T07:43:17.776Z Compiling zerovec-derive v0.10.3
16952025-01-17T07:43:18.177Z Compiling zerocopy v0.7.35
16962025-01-17T07:43:19.243Z Compiling displaydoc v0.2.5
16972025-01-17T07:43:19.548Z Compiling crypto-common v0.1.6
16982025-01-17T07:43:19.683Z Compiling tracing-attributes v0.1.27
16992025-01-17T07:43:19.759Z Compiling icu_provider_macros v1.5.0
17002025-01-17T07:43:19.972Z Compiling schemars_derive v0.8.21
17012025-01-17T07:43:20.066Z Compiling block-buffer v0.10.4
17022025-01-17T07:43:20.317Z Compiling digest v0.10.7
17032025-01-17T07:43:20.746Z Compiling socket2 v0.5.7
17042025-01-17T07:43:20.748Z Compiling crossbeam-utils v0.8.20
17052025-01-17T07:43:20.783Z Compiling futures-core v0.3.31
17062025-01-17T07:43:21.064Z Compiling num-conv v0.1.0
17072025-01-17T07:43:21.248Z Compiling time-core v0.1.2
17082025-01-17T07:43:21.446Z Compiling time-macros v0.2.18
17092025-01-17T07:43:21.624Z Compiling der_derive v0.7.3
17102025-01-17T07:43:22.209Z Compiling vcpkg v0.2.15
17112025-01-17T07:43:23.642Z Compiling openssl-sys v0.9.103
17122025-01-17T07:43:24.131Z Compiling syn v1.0.109
17132025-01-17T07:43:24.353Z Compiling cpufeatures v0.2.14
17142025-01-17T07:43:24.470Z Compiling futures-sink v0.3.31
17152025-01-17T07:43:24.652Z Compiling slog v2.7.0
17162025-01-17T07:43:25.029Z Compiling ahash v0.8.11
17172025-01-17T07:43:25.390Z Compiling iana-time-zone v0.1.61
17182025-01-17T07:43:25.650Z Compiling futures-channel v0.3.31
17192025-01-17T07:43:25.694Z Compiling zerofrom v0.1.4
17202025-01-17T07:43:25.925Z Compiling scroll_derive v0.12.0
17212025-01-17T07:43:25.964Z Compiling pin-utils v0.1.0
17222025-01-17T07:43:26.067Z Compiling futures-task v0.3.31
17232025-01-17T07:43:26.085Z Compiling openssl v0.10.66
17242025-01-17T07:43:26.105Z Compiling futures-io v0.3.31
17252025-01-17T07:43:26.378Z Compiling ucd-trie v0.1.7
17262025-01-17T07:43:26.478Z Compiling futures-util v0.3.31
17272025-01-17T07:43:26.520Z Compiling yoke v0.7.4
17282025-01-17T07:43:26.902Z Compiling pest v2.7.14
17292025-01-17T07:43:27.219Z Compiling hmac v0.12.1
17302025-01-17T07:43:27.720Z Compiling zerovec v0.10.4
17312025-01-17T07:43:27.774Z Compiling bitflags v2.6.0
17322025-01-17T07:43:28.020Z Compiling bytes v1.9.0
17332025-01-17T07:43:29.876Z Compiling indexmap v2.7.0
17342025-01-17T07:43:30.458Z Compiling tokio v1.43.0
17352025-01-17T07:43:31.124Z Compiling serde_tokenstream v0.2.2
17362025-01-17T07:43:31.654Z Compiling uuid v1.12.0
17372025-01-17T07:43:32.142Z Compiling which v4.4.2
17382025-01-17T07:43:32.394Z Compiling http v1.2.0
17392025-01-17T07:43:32.642Z Compiling chrono v0.4.38
17402025-01-17T07:43:33.135Z Compiling rustc_version v0.4.1
17412025-01-17T07:43:35.237Z Compiling pest_meta v2.7.14
17422025-01-17T07:43:38.931Z Compiling block-padding v0.3.3
17432025-01-17T07:43:39.181Z Compiling openssl-macros v0.1.1
17442025-01-17T07:43:39.366Z Compiling native-tls v0.2.12
17452025-01-17T07:43:39.724Z Compiling tinyvec_macros v0.1.1
17462025-01-17T07:43:39.778Z Compiling rustls v0.23.19
17472025-01-17T07:43:39.918Z Compiling tinyvec v1.8.0
17482025-01-17T07:43:40.089Z Compiling inout v0.1.3
17492025-01-17T07:43:40.355Z Compiling pest_generator v2.7.14
17502025-01-17T07:43:40.922Z Compiling serde_spanned v0.6.8
17512025-01-17T07:43:41.167Z Compiling toml_datetime v0.6.8
17522025-01-17T07:43:41.283Z Compiling tracing-core v0.1.32
17532025-01-17T07:43:41.402Z Compiling dyn-clone v1.0.17
17542025-01-17T07:43:41.581Z Compiling strsim v0.11.1
17552025-01-17T07:43:41.648Z Compiling unicode-normalization v0.1.24
17562025-01-17T07:43:42.011Z Compiling pest_derive v2.7.14
17572025-01-17T07:43:42.219Z Compiling tracing v0.1.40
17582025-01-17T07:43:43.051Z Compiling cipher v0.4.4
17592025-01-17T07:43:43.069Z Compiling tinystr v0.7.6
17602025-01-17T07:43:43.480Z Compiling sha2 v0.10.8
17612025-01-17T07:43:43.541Z Compiling cookie v0.18.1
17622025-01-17T07:43:43.794Z Compiling usdt-impl v0.5.0
17632025-01-17T07:43:43.850Z Compiling litemap v0.7.3
17642025-01-17T07:43:43.869Z Compiling unicode-bidi v0.3.17
17652025-01-17T07:43:44.434Z Compiling base64ct v1.6.0
17662025-01-17T07:43:44.577Z Compiling writeable v0.5.5
17672025-01-17T07:43:44.718Z Compiling aws-lc-sys v0.22.0
17682025-01-17T07:43:45.343Z Compiling icu_locid v1.5.0
17692025-01-17T07:43:45.656Z Compiling pem-rfc7468 v0.7.0
17702025-01-17T07:43:46.566Z Compiling scroll v0.12.0
17712025-01-17T07:43:47.158Z Compiling ppv-lite86 v0.2.20
17722025-01-17T07:43:47.197Z Compiling async-trait v0.1.83
17732025-01-17T07:43:49.375Z Compiling camino v1.1.9
17742025-01-17T07:43:49.899Z Compiling anyhow v1.0.93
17752025-01-17T07:43:50.423Z Compiling percent-encoding v2.3.1
17762025-01-17T07:43:50.868Z Compiling flagset v0.4.6
17772025-01-17T07:43:51.035Z Compiling rustls-pki-types v1.10.0
17782025-01-17T07:43:51.711Z Compiling plain v0.2.3
17792025-01-17T07:43:51.889Z Compiling goblin v0.8.2
17802025-01-17T07:43:52.235Z Compiling der v0.7.9
17812025-01-17T07:43:53.716Z Compiling rand_chacha v0.3.1
17822025-01-17T07:43:54.654Z Compiling icu_provider v1.5.0
17832025-01-17T07:43:55.034Z Compiling tokio-util v0.7.12
17842025-01-17T07:43:56.250Z Compiling rayon-core v1.12.1
17852025-01-17T07:43:56.530Z Compiling mirai-annotations v1.12.0
17862025-01-17T07:43:56.838Z Compiling rustls v0.22.4
17872025-01-17T07:43:56.858Z Compiling pretty-hex v0.4.1
17882025-01-17T07:43:56.974Z Compiling icu_locid_transform_data v1.5.0
17892025-01-17T07:43:57.077Z Compiling untrusted v0.9.0
17902025-01-17T07:43:57.127Z Compiling untrusted v0.7.1
17912025-01-17T07:43:57.181Z Compiling powerfmt v0.2.0
17922025-01-17T07:43:57.213Z Compiling icu_locid_transform v1.5.0
17932025-01-17T07:43:57.660Z Compiling deranged v0.3.11
17942025-01-17T07:43:57.681Z Compiling dof v0.3.0
17952025-01-17T07:43:59.473Z Compiling spki v0.7.3
17962025-01-17T07:43:59.737Z Compiling rand v0.8.5
17972025-01-17T07:43:59.834Z Compiling salsa20 v0.10.2
17982025-01-17T07:43:59.984Z Compiling dtrace-parser v0.2.0
17992025-01-17T07:44:00.066Z Compiling icu_collections v1.5.0
18002025-01-17T07:44:01.227Z Compiling pbkdf2 v0.12.2
18012025-01-17T07:44:01.873Z Compiling thread-id v4.2.2
18022025-01-17T07:44:02.319Z Compiling atomic-waker v1.1.2
18032025-01-17T07:44:02.466Z Compiling icu_properties_data v1.5.0
18042025-01-17T07:44:02.668Z Compiling winnow v0.5.40
18052025-01-17T07:44:02.731Z Compiling num_threads v0.1.7
18062025-01-17T07:44:02.818Z Compiling icu_properties v1.5.1
18072025-01-17T07:44:02.870Z Compiling time v0.3.36
18082025-01-17T07:44:05.957Z Compiling toml_edit v0.19.15
18092025-01-17T07:44:07.412Z Compiling scrypt v0.11.0
18102025-01-17T07:44:07.669Z Compiling form_urlencoded v1.2.1
18112025-01-17T07:44:07.883Z Compiling cbc v0.1.2
18122025-01-17T07:44:08.124Z Compiling aes v0.8.4
18132025-01-17T07:44:08.228Z Compiling http-body v1.0.1
18142025-01-17T07:44:08.501Z Compiling multer v3.1.0
18152025-01-17T07:44:09.022Z Compiling icu_normalizer_data v1.5.0
18162025-01-17T07:44:09.047Z Compiling utf8_iter v1.0.4
18172025-01-17T07:44:09.238Z Compiling try-lock v0.2.5
18182025-01-17T07:44:09.266Z Compiling write16 v1.0.0
18192025-01-17T07:44:09.414Z Compiling rustversion v1.0.17
18202025-01-17T07:44:09.416Z Compiling utf16_iter v1.0.5
18212025-01-17T07:44:09.495Z Compiling slog-async v2.8.0
18222025-01-17T07:44:10.070Z Compiling icu_normalizer v1.5.0
18232025-01-17T07:44:11.537Z Compiling want v0.3.1
18242025-01-17T07:44:11.656Z Compiling pkcs5 v0.7.1
18252025-01-17T07:44:12.361Z Compiling h2 v0.4.6
18262025-01-17T07:44:13.241Z Compiling heapless v0.7.17
18272025-01-17T07:44:13.887Z Compiling bzip2-sys v0.1.11+1.0.8
18282025-01-17T07:44:14.235Z Compiling httpdate v1.0.3
18292025-01-17T07:44:14.317Z Compiling signal-hook v0.3.17
18302025-01-17T07:44:14.999Z Compiling pkcs8 v0.10.2
18312025-01-17T07:44:15.245Z Compiling idna_adapter v1.2.0
18322025-01-17T07:44:16.625Z Compiling usdt-attr-macro v0.5.0
18332025-01-17T07:44:16.724Z Compiling usdt-macro v0.5.0
18342025-01-17T07:44:16.818Z Compiling async-stream-impl v0.3.6
18352025-01-17T07:44:17.976Z Compiling tower-service v0.3.3
18362025-01-17T07:44:18.004Z Compiling base64 v0.22.1
18372025-01-17T07:44:18.030Z Compiling adler2 v2.0.0
18382025-01-17T07:44:18.711Z Compiling miniz_oxide v0.8.0
18392025-01-17T07:44:19.314Z Compiling idna v1.0.3
18402025-01-17T07:44:21.073Z Compiling hyper v1.5.2
18412025-01-17T07:44:24.306Z Compiling hyper-util v0.1.10
18422025-01-17T07:44:25.058Z Compiling curve25519-dalek v4.1.3
18432025-01-17T07:44:25.299Z Compiling openapiv3 v2.0.0
18442025-01-17T07:44:25.570Z Compiling enum-as-inner v0.6.1
18452025-01-17T07:44:26.984Z Compiling dropshot v0.12.0
18462025-01-17T07:44:27.316Z Compiling portable-atomic v1.9.0
18472025-01-17T07:44:28.215Z Compiling smoltcp v0.9.1
18482025-01-17T07:44:28.329Z Compiling num-bigint-dig v0.8.4
18492025-01-17T07:44:28.641Z Compiling match_cfg v0.1.0
18502025-01-17T07:44:28.750Z Compiling newtype-uuid v1.2.1
18512025-01-17T07:44:28.809Z Compiling foreign-types-shared v0.1.1
18522025-01-17T07:44:29.333Z Compiling foreign-types v0.3.2
18532025-01-17T07:44:29.905Z Compiling hostname v0.3.1
18542025-01-17T07:44:31.179Z Compiling url v2.5.3
18552025-01-17T07:44:33.001Z Compiling http-body-util v0.1.2
18562025-01-17T07:44:33.306Z Compiling dirs-sys-next v0.1.2
18572025-01-17T07:44:33.479Z Compiling encoding_rs v0.8.34
18582025-01-17T07:44:33.557Z Compiling mime v0.3.17
18592025-01-17T07:44:33.768Z Compiling siphasher v0.3.11
18602025-01-17T07:44:34.134Z Compiling ident_case v1.0.1
18612025-01-17T07:44:34.332Z Compiling data-encoding v2.6.0
18622025-01-17T07:44:34.543Z Compiling heck v0.4.1
18632025-01-17T07:44:34.927Z Compiling gimli v0.31.1
18642025-01-17T07:44:35.761Z Compiling darling_core v0.20.10
18652025-01-17T07:44:37.304Z Compiling dirs-next v2.0.0
18662025-01-17T07:44:41.313Z Compiling addr2line v0.24.2
18672025-01-17T07:44:42.439Z Compiling crossbeam-epoch v0.9.18
18682025-01-17T07:44:43.119Z Compiling serde_urlencoded v0.7.1
18692025-01-17T07:44:43.701Z Compiling rustls-pemfile v2.2.0
18702025-01-17T07:44:44.176Z Compiling hubpack_derive v0.1.1
18712025-01-17T07:44:44.423Z Compiling dropshot_endpoint v0.12.0
18722025-01-17T07:44:44.828Z Compiling sha1 v0.10.6
18732025-01-17T07:44:44.911Z Compiling signature v2.2.0
18742025-01-17T07:44:45.021Z Compiling zerocopy-derive v0.6.6
18752025-01-17T07:44:45.148Z Compiling curve25519-dalek-derive v0.1.1
18762025-01-17T07:44:46.444Z Compiling object v0.36.5
18772025-01-17T07:44:46.709Z Compiling thread_local v1.1.8
18782025-01-17T07:44:47.157Z Compiling fs-err v2.11.0
18792025-01-17T07:44:48.195Z Compiling winnow v0.6.20
18802025-01-17T07:44:50.828Z Compiling openssl-probe v0.1.5
18812025-01-17T07:44:51.126Z Compiling rustc-demangle v0.1.24
18822025-01-17T07:44:53.077Z Compiling ipnet v2.10.1
18832025-01-17T07:44:55.020Z Compiling unicode-properties v0.1.3
18842025-01-17T07:44:55.905Z Compiling utf8parse v0.2.2
18852025-01-17T07:44:56.099Z Compiling anstyle v1.0.10
18862025-01-17T07:44:56.202Z Compiling anstyle-parse v0.2.5
18872025-01-17T07:44:56.553Z Compiling stringprep v0.1.5
18882025-01-17T07:44:57.048Z Compiling rustls-webpki v0.102.8
18892025-01-17T07:44:57.184Z Compiling backtrace v0.3.74
18902025-01-17T07:44:58.834Z Compiling toml_edit v0.22.22
18912025-01-17T07:45:06.873Z Compiling crossbeam-deque v0.8.5
18922025-01-17T07:45:07.312Z Compiling darling_macro v0.20.10
18932025-01-17T07:45:07.848Z Compiling term v0.7.0
18942025-01-17T07:45:08.183Z Compiling slog-json v2.6.1
18952025-01-17T07:45:09.697Z Compiling crossbeam-channel v0.5.13
18962025-01-17T07:45:10.336Z Compiling hashbrown v0.14.5
18972025-01-17T07:45:10.543Z Compiling idna v0.3.0
18982025-01-17T07:45:10.564Z Compiling idna v0.4.0
18992025-01-17T07:45:10.880Z Compiling futures-executor v0.3.31
19002025-01-17T07:45:11.750Z Compiling num-integer v0.1.46
19012025-01-17T07:45:11.926Z Compiling md-5 v0.10.6
19022025-01-17T07:45:11.929Z Compiling ff v0.13.0
19032025-01-17T07:45:12.008Z Compiling hash32 v0.2.1
19042025-01-17T07:45:12.168Z Compiling memmap v0.7.0
19052025-01-17T07:45:12.186Z Compiling is-terminal v0.4.13
19062025-01-17T07:45:12.482Z Compiling colorchoice v1.0.2
19072025-01-17T07:45:12.664Z Compiling anstyle-query v1.1.1
19082025-01-17T07:45:12.810Z Compiling quick-error v1.2.3
19092025-01-17T07:45:12.855Z Compiling psl-types v2.0.11
19102025-01-17T07:45:13.007Z Compiling linked-hash-map v0.5.6
19112025-01-17T07:45:13.078Z Compiling utf-8 v0.7.6
19122025-01-17T07:45:13.245Z Compiling take_mut v0.2.2
19132025-01-17T07:45:13.377Z Compiling base16ct v0.2.0
19142025-01-17T07:45:13.411Z Compiling is_terminal_polyfill v1.70.1
19152025-01-17T07:45:13.562Z Compiling fallible-iterator v0.2.0
19162025-01-17T07:45:13.591Z Compiling sec1 v0.7.3
19172025-01-17T07:45:13.679Z Compiling publicsuffix v2.2.3
19182025-01-17T07:45:14.017Z Compiling anstream v0.6.15
19192025-01-17T07:45:14.261Z Compiling postgres-protocol v0.6.7
19202025-01-17T07:45:14.385Z Compiling lru-cache v0.1.2
19212025-01-17T07:45:14.572Z Compiling tungstenite v0.24.0
19222025-01-17T07:45:14.863Z Compiling resolv-conf v0.7.0
19232025-01-17T07:45:15.000Z Compiling usdt v0.5.0
19242025-01-17T07:45:15.360Z Compiling slog-term v2.9.1
19252025-01-17T07:45:15.513Z Compiling num-iter v0.1.45
19262025-01-17T07:45:15.726Z Compiling group v0.13.0
19272025-01-17T07:45:16.048Z Compiling hickory-proto v0.24.1
19282025-01-17T07:45:16.319Z Compiling regress v0.10.1
19292025-01-17T07:45:16.371Z Compiling futures v0.3.31
19302025-01-17T07:45:20.698Z Compiling slog-bunyan v2.5.0
19312025-01-17T07:45:20.847Z Compiling darling v0.20.10
19322025-01-17T07:45:20.973Z Compiling tokio-native-tls v0.3.1
19332025-01-17T07:45:21.260Z Compiling tokio-rustls v0.26.0
19342025-01-17T07:45:21.371Z Compiling tokio-rustls v0.25.0
19352025-01-17T07:45:21.416Z Compiling toml v0.8.19
19362025-01-17T07:45:21.794Z Compiling strum_macros v0.25.3
19372025-01-17T07:45:22.047Z Compiling phf_shared v0.11.2
19382025-01-17T07:45:22.759Z Compiling async-stream v0.3.6
19392025-01-17T07:45:22.782Z Compiling waitgroup v0.1.2
19402025-01-17T07:45:23.028Z Compiling webpki-roots v0.26.6
19412025-01-17T07:45:23.290Z Compiling idna v0.5.0
19422025-01-17T07:45:23.648Z Compiling terminal_size v0.4.0
19432025-01-17T07:45:23.882Z Compiling serde_path_to_error v0.1.16
19442025-01-17T07:45:23.954Z Compiling hkdf v0.12.4
19452025-01-17T07:45:24.344Z Compiling crypto-bigint v0.5.5
19462025-01-17T07:45:24.627Z Compiling clap_derive v4.5.18
19472025-01-17T07:45:24.686Z Compiling serde_repr v0.1.19
19482025-01-17T07:45:24.738Z Compiling derive-where v1.2.7
19492025-01-17T07:45:25.243Z Compiling hostname v0.4.0
19502025-01-17T07:45:25.464Z Compiling crc32fast v1.4.2
19512025-01-17T07:45:25.704Z Compiling managed v0.8.0
19522025-01-17T07:45:25.925Z Compiling debug-ignore v1.0.5
19532025-01-17T07:45:26.105Z Compiling bitflags v1.3.2
19542025-01-17T07:45:26.215Z Compiling unicode-width v0.1.14
19552025-01-17T07:45:26.844Z Compiling clap_lex v0.7.2
19562025-01-17T07:45:27.245Z Compiling elliptic-curve v0.13.8
19572025-01-17T07:45:27.707Z Compiling clap_builder v4.5.21
19582025-01-17T07:45:28.301Z Compiling console v0.15.8
19592025-01-17T07:45:30.976Z Compiling flate2 v1.0.34
19602025-01-17T07:45:31.020Z Compiling cookie_store v0.21.0
19612025-01-17T07:45:32.520Z Compiling hyper-rustls v0.27.3
19622025-01-17T07:45:35.604Z Compiling phf v0.11.2
19632025-01-17T07:45:35.888Z Compiling hyper-tls v0.6.0
19642025-01-17T07:45:36.340Z Compiling hickory-resolver v0.24.1
19652025-01-17T07:45:37.034Z Compiling signal-hook-mio v0.2.4
19662025-01-17T07:45:37.124Z Compiling rayon v1.10.0
19672025-01-17T07:45:37.214Z Compiling typify-impl v0.2.0
19682025-01-17T07:45:38.056Z Compiling bzip2 v0.4.4
19692025-01-17T07:45:38.323Z Compiling tokio-tungstenite v0.24.0
19702025-01-17T07:45:38.430Z Compiling postgres-types v0.2.8
19712025-01-17T07:45:39.038Z Compiling zerocopy v0.6.6
19722025-01-17T07:45:39.058Z Compiling ed25519 v2.2.3
19732025-01-17T07:45:39.494Z Compiling hubpack v0.1.2
19742025-01-17T07:45:39.607Z Compiling phf_shared v0.10.0
19752025-01-17T07:45:39.893Z Compiling pkcs1 v0.7.5
19762025-01-17T07:45:39.959Z Compiling tokio-stream v0.1.16
19772025-01-17T07:45:40.795Z Compiling ipnetwork v0.20.0
19782025-01-17T07:45:40.922Z Compiling serde-big-array v0.5.1
19792025-01-17T07:45:41.191Z Compiling rfc6979 v0.4.0
19802025-01-17T07:45:41.276Z Compiling float-cmp v0.9.0
19812025-01-17T07:45:41.397Z Compiling sync_wrapper v1.0.1
19822025-01-17T07:45:41.505Z Compiling bstr v1.10.0
19832025-01-17T07:45:41.589Z Compiling new_debug_unreachable v1.0.6
19842025-01-17T07:45:41.695Z Compiling unicode-width v0.2.0
19852025-01-17T07:45:42.522Z Compiling fixedbitset v0.4.2
19862025-01-17T07:45:42.941Z Compiling bit-vec v0.6.3
19872025-01-17T07:45:42.960Z Compiling normalize-line-endings v0.3.0
19882025-01-17T07:45:43.154Z Compiling predicates-core v1.0.8
19892025-01-17T07:45:43.356Z Compiling static_assertions v1.1.0
19902025-01-17T07:45:43.445Z Compiling unicode-segmentation v1.12.0
19912025-01-17T07:45:43.469Z Compiling difflib v0.4.0
19922025-01-17T07:45:44.306Z Compiling number_prefix v0.4.0
19932025-01-17T07:45:44.402Z Compiling precomputed-hash v0.1.1
19942025-01-17T07:45:44.541Z Compiling whoami v1.5.2
19952025-01-17T07:45:44.597Z Compiling string_cache v0.8.7
19962025-01-17T07:45:44.746Z Compiling indicatif v0.17.9
19972025-01-17T07:45:44.993Z Compiling tokio-postgres v0.7.12
19982025-01-17T07:45:45.048Z Compiling similar v2.6.0
19992025-01-17T07:45:45.175Z Compiling predicates v3.1.2
20002025-01-17T07:45:46.475Z Compiling reqwest v0.12.9
20012025-01-17T07:45:46.532Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20022025-01-17T07:45:46.643Z Compiling bit-set v0.5.3
20032025-01-17T07:45:46.883Z Compiling petgraph v0.6.5
20042025-01-17T07:45:47.683Z Compiling typify-macro v0.2.0
20052025-01-17T07:45:50.583Z Compiling ecdsa v0.16.9
20062025-01-17T07:45:51.033Z Compiling qorb v0.2.1
20072025-01-17T07:45:51.073Z Compiling rsa v0.9.6
20082025-01-17T07:45:52.165Z Compiling ed25519-dalek v2.1.1
20092025-01-17T07:45:52.619Z Compiling zip v0.6.6
20102025-01-17T07:45:52.684Z Compiling crossterm v0.28.1
20112025-01-17T07:45:52.901Z Compiling clap v4.5.21
20122025-01-17T07:45:54.858Z Compiling toml v0.7.8
20132025-01-17T07:45:55.699Z Compiling x509-cert v0.2.5
20142025-01-17T07:45:56.390Z Compiling hex v0.4.3
20152025-01-17T07:45:57.269Z Compiling itertools v0.10.5
20162025-01-17T07:45:57.430Z Compiling peg-runtime v0.8.3
20172025-01-17T07:45:57.971Z Compiling zerocopy v0.8.10
20182025-01-17T07:45:58.091Z Compiling lalrpop-util v0.19.12
20192025-01-17T07:45:58.441Z Compiling unicode-xid v0.2.6
20202025-01-17T07:45:59.797Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20212025-01-17T07:46:04.023Z Compiling proc-macro-crate v1.3.1
20222025-01-17T07:46:04.889Z Compiling macaddr v1.0.1
20232025-01-17T07:46:05.268Z Compiling zerocopy-derive v0.8.10
20242025-01-17T07:46:05.379Z Compiling itertools v0.13.0
20252025-01-17T07:46:06.115Z Compiling heapless v0.8.0
20262025-01-17T07:46:08.301Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20272025-01-17T07:46:12.925Z Compiling num_enum_derive v0.5.11
20282025-01-17T07:46:21.317Z Compiling hash32 v0.3.1
20292025-01-17T07:46:22.092Z Compiling smoltcp v0.11.0
20302025-01-17T07:46:22.596Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20312025-01-17T07:46:27.703Z Compiling num_enum v0.5.11
20322025-01-17T07:46:27.912Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20332025-01-17T07:46:28.422Z Compiling typify v0.2.0
20342025-01-17T07:46:28.503Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20352025-01-17T07:46:29.482Z Compiling proc-macro-error-attr v1.0.4
20362025-01-17T07:46:29.809Z Compiling cobs v0.2.3
20372025-01-17T07:46:30.287Z Compiling unsafe-libyaml v0.2.11
20382025-01-17T07:46:30.441Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20392025-01-17T07:46:30.753Z Compiling thiserror v2.0.11
20402025-01-17T07:46:31.718Z Compiling serde_yaml v0.9.34+deprecated
20412025-01-17T07:46:32.039Z Compiling postcard v1.0.10
20422025-01-17T07:46:44.360Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20432025-01-17T07:46:47.501Z Compiling progenitor-impl v0.8.0
20442025-01-17T07:46:57.517Z Compiling strum_macros v0.26.4
20452025-01-17T07:46:58.476Z Compiling foreign-types-macros v0.2.3
20462025-01-17T07:46:58.846Z Compiling structmeta-derive v0.3.0
20472025-01-17T07:46:58.884Z Compiling thiserror-impl v2.0.11
20482025-01-17T07:46:58.946Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20492025-01-17T07:46:59.269Z Compiling proc-macro-error v1.0.4
20502025-01-17T07:46:59.406Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20512025-01-17T07:47:00.723Z Compiling foreign-types-shared v0.3.1
20522025-01-17T07:47:01.679Z Compiling strum v0.26.3
20532025-01-17T07:47:01.887Z Compiling structmeta v0.3.0
20542025-01-17T07:47:02.487Z Compiling foreign-types v0.5.0
20552025-01-17T07:47:06.442Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20562025-01-17T07:47:09.577Z Compiling progenitor-macro v0.8.0
20572025-01-17T07:47:14.838Z Compiling progenitor-client v0.8.0
20582025-01-17T07:47:14.854Z Compiling tabwriter v1.4.0
20592025-01-17T07:47:18.962Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20602025-01-17T07:47:19.095Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20612025-01-17T07:47:19.863Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20622025-01-17T07:47:20.132Z Compiling cstr-argument v0.1.2
20632025-01-17T07:47:20.358Z Compiling dropshot v0.15.1
20642025-01-17T07:47:20.687Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20652025-01-17T07:47:20.689Z Compiling fastrand v2.1.1
20662025-01-17T07:47:20.759Z Compiling crucible-workspace-hack v0.1.0
20672025-01-17T07:47:21.001Z Compiling pretty-hex v0.2.1
20682025-01-17T07:47:21.215Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20692025-01-17T07:47:21.256Z Compiling tempfile v3.13.0
20702025-01-17T07:47:21.621Z Compiling progenitor v0.8.0
20712025-01-17T07:47:21.667Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20722025-01-17T07:47:21.853Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20732025-01-17T07:47:22.046Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20742025-01-17T07:47:22.506Z Compiling parse-display-derive v0.10.0
20752025-01-17T07:47:22.915Z Compiling colored v2.1.0
20762025-01-17T07:47:22.966Z Compiling serde_with_macros v3.11.0
20772025-01-17T07:47:23.565Z Compiling dropshot_endpoint v0.15.1
20782025-01-17T07:47:24.145Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20792025-01-17T07:47:24.929Z Compiling instant v0.1.13
20802025-01-17T07:47:25.106Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20812025-01-17T07:47:25.342Z Compiling serde_with v3.11.0
20822025-01-17T07:47:25.522Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20832025-01-17T07:47:26.090Z Compiling parse-display v0.10.0
20842025-01-17T07:47:26.693Z Compiling backoff v0.4.0
20852025-01-17T07:47:26.717Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20862025-01-17T07:47:27.105Z Compiling zone_cfg_derive v0.3.0
20872025-01-17T07:47:27.931Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20882025-01-17T07:47:28.360Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20892025-01-17T07:47:28.425Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20902025-01-17T07:47:28.584Z Compiling camino-tempfile v1.1.1
20912025-01-17T07:47:29.191Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
20922025-01-17T07:47:29.259Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20932025-01-17T07:47:29.361Z Compiling regress v0.9.1
20942025-01-17T07:47:29.472Z Compiling progenitor-client v0.9.1
20952025-01-17T07:47:29.630Z Compiling num-derive v0.4.2
20962025-01-17T07:47:30.393Z Compiling sigpipe v0.1.3
20972025-01-17T07:47:30.553Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20982025-01-17T07:47:30.868Z Compiling libefi-sys v0.1.0
20992025-01-17T07:47:31.245Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21002025-01-17T07:47:31.841Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
21012025-01-17T07:47:33.407Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
21022025-01-17T07:47:33.968Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21032025-01-17T07:47:34.518Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21042025-01-17T07:47:36.381Z Compiling zone v0.3.0
21052025-01-17T07:47:38.622Z Compiling smf v0.2.3
21062025-01-17T07:47:39.538Z Compiling bitfield-struct v0.6.2
21072025-01-17T07:47:39.721Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21082025-01-17T07:47:40.137Z Compiling blake3 v1.5.4
21092025-01-17T07:47:40.807Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21102025-01-17T07:47:41.361Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21112025-01-17T07:47:41.381Z Compiling xattr v1.3.1
21122025-01-17T07:47:41.518Z Compiling filetime v0.2.25
21132025-01-17T07:47:41.686Z Compiling memmap2 v0.9.5
21142025-01-17T07:47:41.717Z Compiling constant_time_eq v0.3.1
21152025-01-17T07:47:41.888Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21162025-01-17T07:47:41.920Z Compiling arrayref v0.3.9
21172025-01-17T07:47:42.036Z Compiling arrayvec v0.7.6
21182025-01-17T07:47:42.055Z Compiling same-file v1.0.6
21192025-01-17T07:47:42.285Z Compiling walkdir v2.5.0
21202025-01-17T07:47:42.355Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21212025-01-17T07:47:42.416Z Compiling tar v0.4.42
21222025-01-17T07:47:43.942Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21232025-01-17T07:47:44.377Z Compiling gethostname v0.5.0
21242025-01-17T07:47:44.601Z Compiling cargo-platform v0.1.8
21252025-01-17T07:47:45.012Z Compiling topological-sort v0.2.2
21262025-01-17T07:47:45.103Z Compiling cargo_metadata v0.18.1
21272025-01-17T07:47:45.308Z Compiling omicron-zone-package v0.12.0
21282025-01-17T07:47:45.658Z Compiling indent_write v2.2.0
21292025-01-17T07:47:45.920Z Compiling shell-words v1.1.0
21302025-01-17T07:47:52.669Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21312025-01-17T07:47:55.119Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21322025-01-17T07:47:58.146Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21332025-01-17T07:48:14.403Z Finished `release` profile [optimized] target(s) in 5m 13s
21342025-01-17T07:48:14.572Z Running `target/release/omicron-package -t test target create -p dev`
21352025-01-17T07:48:14.620ZLogging to: /work/oxidecomputer/omicron/out/LOG
21362025-01-17T07:48:14.623ZCreated new build target 'test' and set it as active
21372025-01-17T07:48:14.623Z
21382025-01-17T07:48:14.623Zreal 5:13.766333498
21392025-01-17T07:48:14.623Zuser 36:38.179970668
21402025-01-17T07:48:14.623Zsys 3:22.694520829
21412025-01-17T07:48:14.623Ztrap 1.147567020
21422025-01-17T07:48:14.623Ztflt 2.811982575
21432025-01-17T07:48:14.623Zdflt 0.646207724
21442025-01-17T07:48:14.623Zkflt 0.014111222
21452025-01-17T07:48:14.623Zlock 1:13:23.867005950
21462025-01-17T07:48:14.623Zslp 2:27:23.438327410
21472025-01-17T07:48:14.623Zlat 2:45.947397785
21482025-01-17T07:48:14.623Zstop 4:46.033320003
21492025-01-17T07:48:14.626Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21502025-01-17T07:48:15.576Z Finished `release` profile [optimized] target(s) in 0.90s
21512025-01-17T07:48:15.634Z Running `target/release/omicron-package -t test package`
21522025-01-17T07:48:15.678ZLogging to: /work/oxidecomputer/omicron/out/LOG
21532025-01-17T07:48:16.796Z Compiling thiserror v2.0.11
21542025-01-17T07:48:16.932Z Compiling typify-impl v0.3.0
21552025-01-17T07:48:16.943Z Compiling convert_case v0.4.0
21562025-01-17T07:48:16.945Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21572025-01-17T07:48:16.945Z Compiling newline-converter v0.3.0
21582025-01-17T07:48:16.945Z Compiling password-hash v0.5.0
21592025-01-17T07:48:16.945Z Compiling blake2 v0.10.6
21602025-01-17T07:48:16.946Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21612025-01-17T07:48:17.167Z Compiling expectorate v1.1.0
21622025-01-17T07:48:17.250Z Compiling base64 v0.21.7
21632025-01-17T07:48:17.434Z Compiling atomicwrites v0.4.4
21642025-01-17T07:48:17.704Z Compiling derive_more v0.99.18
21652025-01-17T07:48:17.761Z Compiling argon2 v0.5.3
21662025-01-17T07:48:18.008Z Compiling cancel-safe-futures v0.1.5
21672025-01-17T07:48:18.209Z Compiling owo-colors v4.1.0
21682025-01-17T07:48:18.368Z Compiling num-rational v0.4.2
21692025-01-17T07:48:18.418Z Compiling progenitor-client v0.9.1
21702025-01-17T07:48:18.552Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21712025-01-17T07:48:18.940Z Compiling num-complex v0.4.6
21722025-01-17T07:48:19.841Z Compiling libsw v3.3.1
21732025-01-17T07:48:20.108Z Compiling num v0.4.3
21742025-01-17T07:48:20.161Z Compiling linear-map v1.2.0
21752025-01-17T07:48:20.192Z Compiling swrite v0.1.0
21762025-01-17T07:48:20.227Z Compiling float-ord v0.3.2
21772025-01-17T07:48:20.358Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21782025-01-17T07:48:20.425Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21792025-01-17T07:48:20.573Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21802025-01-17T07:48:20.743Z Compiling highway v1.2.0
21812025-01-17T07:48:21.521Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21822025-01-17T07:48:22.169Z Compiling semver v0.1.20
21832025-01-17T07:48:22.735Z Compiling rustc_version v0.1.7
21842025-01-17T07:48:23.104Z Compiling newtype_derive v0.1.6
21852025-01-17T07:48:23.443Z Compiling tungstenite v0.21.0
21862025-01-17T07:48:23.575Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21872025-01-17T07:48:28.031Z Compiling typify-macro v0.3.0
21882025-01-17T07:48:28.090Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21892025-01-17T07:48:28.378Z Compiling ipnetwork v0.20.0
21902025-01-17T07:48:29.129Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21912025-01-17T07:48:29.235Z Compiling tokio-tungstenite v0.21.0
21922025-01-17T07:48:29.780Z Compiling progenitor-client v0.8.0
21932025-01-17T07:48:29.861Z Compiling humantime v2.1.0
21942025-01-17T07:48:30.015Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
21952025-01-17T07:48:30.271Z Compiling progenitor v0.8.0
21962025-01-17T07:48:30.493Z Compiling dropshot v0.15.1
21972025-01-17T07:48:30.574Z Compiling instant v0.1.13
21982025-01-17T07:48:30.731Z Compiling backoff v0.4.0
21992025-01-17T07:48:30.756Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22002025-01-17T07:48:31.070Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22012025-01-17T07:48:31.215Z Compiling steno v0.4.1
22022025-01-17T07:48:31.427Z Compiling typify v0.3.0
22032025-01-17T07:48:31.585Z Compiling progenitor-impl v0.9.1
22042025-01-17T07:48:37.595Z Compiling progenitor-macro v0.9.1
22052025-01-17T07:48:38.638Z Compiling parse-display v0.10.0
22062025-01-17T07:48:39.053Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072025-01-17T07:48:39.152Z Compiling serde_with v3.11.0
22082025-01-17T07:48:39.254Z Compiling strum v0.26.3
22092025-01-17T07:48:39.462Z Compiling regress v0.9.1
22102025-01-17T07:48:42.619Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22112025-01-17T07:48:43.819Z Compiling macaddr v1.0.1
22122025-01-17T07:48:44.147Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22132025-01-17T07:48:44.219Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22142025-01-17T07:48:44.483Z Compiling slog-dtrace v0.3.0
22152025-01-17T07:48:44.963Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
22162025-01-17T07:48:45.010Z Compiling prettyplease v0.2.25
22172025-01-17T07:48:46.887Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22182025-01-17T07:48:48.469Z Compiling progenitor v0.9.1
22192025-01-17T07:48:48.716Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22202025-01-17T07:48:50.498Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22212025-01-17T07:48:52.752Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22222025-01-17T07:49:00.914Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22232025-01-17T07:49:02.297Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22242025-01-17T07:49:03.325Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22252025-01-17T07:49:04.166Z Compiling half v2.4.1
22262025-01-17T07:49:04.798Z Compiling ciborium-io v0.2.2
22272025-01-17T07:49:04.962Z Compiling ciborium-ll v0.2.2
22282025-01-17T07:49:06.400Z Compiling ciborium v0.2.2
22292025-01-17T07:49:06.798Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22302025-01-17T07:49:08.104Z Compiling display-error-chain v0.2.2
22312025-01-17T07:49:08.357Z Compiling fastrand v2.1.1
22322025-01-17T07:49:08.452Z Compiling same-file v1.0.6
22332025-01-17T07:49:08.699Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22342025-01-17T07:49:08.718Z Compiling tempfile v3.13.0
22352025-01-17T07:49:08.830Z Compiling walkdir v2.5.0
22362025-01-17T07:49:09.401Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22372025-01-17T07:49:09.434Z Compiling blake3 v1.5.4
22382025-01-17T07:49:10.069Z Compiling const_format_proc_macros v0.2.33
22392025-01-17T07:49:11.903Z Compiling xattr v1.3.1
22402025-01-17T07:49:12.223Z Compiling memmap2 v0.9.5
22412025-01-17T07:49:12.651Z Compiling filetime v0.2.25
22422025-01-17T07:49:12.801Z Compiling constant_time_eq v0.3.1
22432025-01-17T07:49:12.983Z Compiling maplit v1.0.2
22442025-01-17T07:49:13.004Z Compiling arrayref v0.3.9
22452025-01-17T07:49:13.130Z Compiling crunchy v0.2.2
22462025-01-17T07:49:13.150Z Compiling arrayvec v0.7.6
22472025-01-17T07:49:13.456Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22482025-01-17T07:49:13.546Z Compiling keccak v0.1.5
22492025-01-17T07:49:13.851Z Compiling sha3 v0.10.8
22502025-01-17T07:49:14.619Z Compiling tar v0.4.42
22512025-01-17T07:49:14.654Z Compiling const_format v0.2.33
22522025-01-17T07:49:14.690Z Compiling toolchain_find v0.4.0
22532025-01-17T07:49:15.370Z Compiling camino-tempfile v1.1.1
22542025-01-17T07:49:15.652Z Compiling radium v0.7.0
22552025-01-17T07:49:15.882Z Compiling tiny-keccak v2.0.2
22562025-01-17T07:49:16.069Z Compiling topological-sort v0.2.2
22572025-01-17T07:49:16.135Z Compiling rustfmt-wrapper v0.2.1
22582025-01-17T07:49:16.320Z Compiling omicron-zone-package v0.12.0
22592025-01-17T07:49:16.469Z Compiling dsl_auto_type v0.1.2
22602025-01-17T07:49:16.557Z Compiling scheduled-thread-pool v0.2.7
22612025-01-17T07:49:16.693Z Compiling diesel_table_macro_syntax v0.2.0
22622025-01-17T07:49:17.094Z Compiling tap v1.0.1
22632025-01-17T07:49:17.311Z Compiling maybe-uninit v2.0.0
22642025-01-17T07:49:17.668Z Compiling diesel_derives v2.2.3
22652025-01-17T07:49:17.869Z Compiling wyz v0.5.1
22662025-01-17T07:49:17.966Z Compiling r2d2 v0.8.10
22672025-01-17T07:49:18.749Z Compiling phf_generator v0.11.2
22682025-01-17T07:49:18.938Z Compiling ascii-canvas v3.0.0
22692025-01-17T07:49:18.961Z Compiling secrecy v0.8.0
22702025-01-17T07:49:19.235Z Compiling ena v0.14.3
22712025-01-17T07:49:19.403Z Compiling async-recursion v1.1.1
22722025-01-17T07:49:19.660Z Compiling packed_struct v0.10.1
22732025-01-17T07:49:20.096Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22742025-01-17T07:49:20.426Z Compiling regex-syntax v0.6.29
22752025-01-17T07:49:20.535Z Compiling crc-catalog v2.4.0
22762025-01-17T07:49:20.710Z Compiling arc-swap v1.7.1
22772025-01-17T07:49:20.751Z Compiling funty v2.0.0
22782025-01-17T07:49:21.343Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22792025-01-17T07:49:21.398Z Compiling diff v0.1.13
22802025-01-17T07:49:21.504Z Compiling slog-scope v4.4.0
22812025-01-17T07:49:21.903Z Compiling bitvec v1.0.1
22822025-01-17T07:49:22.321Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22832025-01-17T07:49:23.538Z Compiling crc v3.2.1
22842025-01-17T07:49:25.331Z Compiling lalrpop v0.19.12
22852025-01-17T07:49:25.642Z Compiling phf_codegen v0.11.2
22862025-01-17T07:49:26.004Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22872025-01-17T07:49:26.299Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22882025-01-17T07:49:26.547Z Compiling universal-hash v0.5.1
22892025-01-17T07:49:26.808Z Compiling thiserror-impl-no-std v2.0.2
22902025-01-17T07:49:27.046Z Compiling packed_struct_codegen v0.10.1
22912025-01-17T07:49:28.438Z Compiling diesel v2.2.6
22922025-01-17T07:49:29.257Z Compiling parse-zoneinfo v0.3.1
22932025-01-17T07:49:29.403Z Compiling indexmap v1.9.3
22942025-01-17T07:49:29.841Z Compiling unicase v2.7.0
22952025-01-17T07:49:30.204Z Compiling ref-cast v1.0.23
22962025-01-17T07:49:30.650Z Compiling opaque-debug v0.3.1
22972025-01-17T07:49:30.678Z Compiling nodrop v0.1.14
22982025-01-17T07:49:30.777Z Compiling poly1305 v0.8.0
22992025-01-17T07:49:30.855Z Compiling array-init v0.0.4
23002025-01-17T07:49:32.003Z Compiling chrono-tz-build v0.4.0
23012025-01-17T07:49:33.061Z Compiling thiserror-no-std v2.0.2
23022025-01-17T07:49:33.231Z Compiling smallvec v0.6.14
23032025-01-17T07:49:34.321Z Compiling slog-stdlog v4.1.1
23042025-01-17T07:49:35.140Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23052025-01-17T07:49:35.457Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23062025-01-17T07:49:35.769Z Compiling derive_builder_core v0.20.2
23072025-01-17T07:49:36.171Z Compiling chacha20 v0.9.1
23082025-01-17T07:49:36.667Z Compiling headers-core v0.3.0
23092025-01-17T07:49:36.875Z Compiling aead v0.5.2
23102025-01-17T07:49:37.236Z Compiling libxml v0.3.3
23112025-01-17T07:49:37.622Z Compiling ref-cast-impl v1.0.23
23122025-01-17T07:49:37.864Z Compiling vte_generate_state_changes v0.1.2
23132025-01-17T07:49:38.472Z Compiling hashbrown v0.12.3
23142025-01-17T07:49:38.747Z Compiling termcolor v1.4.1
23152025-01-17T07:49:39.752Z Compiling bitfield v0.14.0
23162025-01-17T07:49:40.079Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23172025-01-17T07:49:40.853Z Compiling env_logger v0.10.2
23182025-01-17T07:49:44.071Z Compiling vte v0.11.1
23192025-01-17T07:49:45.589Z Compiling derive_builder_macro v0.20.2
23202025-01-17T07:49:46.476Z Compiling chacha20poly1305 v0.10.1
23212025-01-17T07:49:46.742Z Compiling headers v0.4.0
23222025-01-17T07:49:47.606Z Compiling polar-core v0.27.3
23232025-01-17T07:49:49.420Z Compiling slog-envlogger v2.2.0
23242025-01-17T07:49:50.263Z Compiling serde-hex v0.1.0
23252025-01-17T07:49:52.111Z Compiling vsss-rs v3.3.4
23262025-01-17T07:49:55.400Z Compiling chrono-tz v0.10.0
23272025-01-17T07:49:56.068Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23282025-01-17T07:49:56.243Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23292025-01-17T07:49:56.591Z Compiling ron v0.8.1
23302025-01-17T07:49:58.964Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23312025-01-17T07:49:59.276Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23322025-01-17T07:49:59.900Z Compiling hashbrown v0.13.2
23332025-01-17T07:50:01.208Z Compiling strum_macros v0.24.3
23342025-01-17T07:50:02.282Z Compiling fxhash v0.2.1
23352025-01-17T07:50:02.537Z Compiling samael v0.0.17
23362025-01-17T07:50:03.574Z Compiling zip v2.1.3
23372025-01-17T07:50:03.928Z Compiling bytecount v0.6.8
23382025-01-17T07:50:04.131Z Compiling simd-adler32 v0.3.7
23392025-01-17T07:50:04.249Z Compiling lockfree-object-pool v0.1.6
23402025-01-17T07:50:04.271Z Compiling bumpalo v3.16.0
23412025-01-17T07:50:04.562Z Compiling crc-any v2.5.0
23422025-01-17T07:50:04.875Z Compiling indoc v1.0.9
23432025-01-17T07:50:05.530Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23442025-01-17T07:50:06.475Z Compiling zopfli v0.8.1
23452025-01-17T07:50:11.499Z Compiling papergrid v0.11.0
23462025-01-17T07:50:13.579Z Compiling object v0.30.4
23472025-01-17T07:50:14.188Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23482025-01-17T07:50:20.120Z Compiling derive_builder v0.20.2
23492025-01-17T07:50:20.344Z Compiling strip-ansi-escapes v0.2.0
23502025-01-17T07:50:21.105Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23512025-01-17T07:50:21.224Z Compiling tabled_derive v0.7.0
23522025-01-17T07:50:21.418Z Compiling fd-lock v4.0.2
23532025-01-17T07:50:21.669Z Compiling peg-macros v0.8.4
23542025-01-17T07:50:23.278Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23552025-01-17T07:50:24.253Z Compiling kstat-rs v0.2.4
23562025-01-17T07:50:24.725Z Compiling impl-trait-for-tuples v0.2.2
23572025-01-17T07:50:24.927Z Compiling oso-derive v0.27.3
23582025-01-17T07:50:25.120Z Compiling quick-xml v0.33.0
23592025-01-17T07:50:25.601Z Compiling diesel-dtrace v0.4.2
23602025-01-17T07:50:25.853Z Compiling nu-ansi-term v0.50.1
23612025-01-17T07:50:25.933Z Compiling path-slash v0.1.5
23622025-01-17T07:50:26.205Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23632025-01-17T07:50:27.129Z Compiling reedline v0.35.0
23642025-01-17T07:50:30.822Z Compiling oso v0.27.3
23652025-01-17T07:50:31.102Z Compiling peg v0.8.4
23662025-01-17T07:50:31.233Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23672025-01-17T07:50:35.912Z Compiling tabled v0.15.0
23682025-01-17T07:50:42.105Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23692025-01-17T07:50:51.398Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23702025-01-17T07:50:54.546Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23712025-01-17T07:50:55.592Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23722025-01-17T07:50:56.026Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23732025-01-17T07:50:56.339Z Compiling pem v3.0.4
23742025-01-17T07:50:57.826Z Compiling bb8 v0.8.5
23752025-01-17T07:50:58.425Z Compiling bcs v0.1.6
23762025-01-17T07:50:59.328Z Compiling libz-sys v1.1.20
23772025-01-17T07:51:00.037Z Compiling parking_lot_core v0.8.6
23782025-01-17T07:51:00.967Z Compiling async-bb8-diesel v0.2.1
23792025-01-17T07:51:01.774Z Compiling mime_guess v2.0.5
23802025-01-17T07:51:03.516Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23812025-01-17T07:51:06.173Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23822025-01-17T07:51:06.741Z Compiling buf-list v1.0.3
23832025-01-17T07:51:08.878Z Compiling nibble_vec v0.1.0
23842025-01-17T07:51:09.153Z Compiling libgit2-sys v0.17.0+1.8.1
23852025-01-17T07:51:09.903Z Compiling pin-project-internal v1.1.6
23862025-01-17T07:51:11.073Z Compiling atty v0.2.14
23872025-01-17T07:51:11.267Z Compiling salty v0.3.0
23882025-01-17T07:51:11.705Z Compiling http-range v0.1.5
23892025-01-17T07:51:12.307Z Compiling endian-type v0.1.2
23902025-01-17T07:51:12.437Z Compiling pin-project v1.1.6
23912025-01-17T07:51:12.578Z Compiling radix_trie v0.2.1
23922025-01-17T07:51:13.487Z Compiling parking_lot v0.11.2
23932025-01-17T07:51:18.413Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23942025-01-17T07:51:19.618Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
23952025-01-17T07:51:20.924Z Compiling snafu-derive v0.8.5
23962025-01-17T07:51:25.209Z Compiling snafu v0.8.5
23972025-01-17T07:51:25.718Z Compiling hyper-staticfile v0.10.1
23982025-01-17T07:51:26.393Z Compiling sled v0.34.7
23992025-01-17T07:51:28.733Z Compiling hickory-client v0.24.1
24002025-01-17T07:51:43.465Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24012025-01-17T07:51:44.585Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24022025-01-17T07:51:46.677Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24032025-01-17T07:51:51.249Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24042025-01-17T07:51:53.858Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24052025-01-17T07:51:55.264Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24062025-01-17T07:51:56.729Z Compiling globset v0.4.15
24072025-01-17T07:51:59.653Z Compiling hickory-server v0.24.1
24082025-01-17T07:52:00.221Z Compiling primeorder v0.13.6
24092025-01-17T07:52:00.820Z Compiling olpc-cjson v0.1.4
24102025-01-17T07:52:01.165Z Compiling castaway v0.2.3
24112025-01-17T07:52:01.368Z Compiling vergen v8.3.2
24122025-01-17T07:52:01.691Z Compiling env_filter v0.1.2
24132025-01-17T07:52:02.900Z Compiling cargo-platform v0.1.8
24142025-01-17T07:52:03.211Z Compiling serde_plain v1.0.2
24152025-01-17T07:52:03.371Z Compiling nanorand v0.7.0
24162025-01-17T07:52:03.774Z Compiling memoffset v0.9.1
24172025-01-17T07:52:03.906Z Compiling typed-path v0.9.3
24182025-01-17T07:52:04.048Z Compiling flume v0.11.1
24192025-01-17T07:52:04.287Z Compiling cargo_metadata v0.18.1
24202025-01-17T07:52:04.823Z Compiling git2 v0.19.0
24212025-01-17T07:52:07.260Z Compiling tough v0.19.0
24222025-01-17T07:52:07.850Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24232025-01-17T07:52:09.504Z Compiling env_logger v0.11.5
24242025-01-17T07:52:10.773Z Compiling compact_str v0.8.0
24252025-01-17T07:52:10.925Z Compiling p384 v0.13.0
24262025-01-17T07:52:10.947Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24272025-01-17T07:52:10.976Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24282025-01-17T07:52:12.967Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24292025-01-17T07:52:13.272Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24302025-01-17T07:52:14.151Z Compiling unicode-truncate v1.1.0
24312025-01-17T07:52:14.468Z Compiling lru v0.12.5
24322025-01-17T07:52:14.840Z Compiling rand_seeder v0.3.0
24332025-01-17T07:52:15.253Z Compiling libsqlite3-sys v0.30.1
24342025-01-17T07:52:15.774Z Compiling lzma-sys v0.1.20
24352025-01-17T07:52:16.456Z Compiling instability v0.3.2
24362025-01-17T07:52:17.451Z Compiling cfg_aliases v0.2.1
24372025-01-17T07:52:17.580Z Compiling parse-size v1.1.0
24382025-01-17T07:52:17.796Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24392025-01-17T07:52:17.918Z Compiling rustls v0.21.12
24402025-01-17T07:52:18.126Z Compiling cassowary v0.3.0
24412025-01-17T07:52:18.323Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24422025-01-17T07:52:20.046Z Compiling ratatui v0.28.1
24432025-01-17T07:52:21.366Z Compiling nix v0.29.0
24442025-01-17T07:52:21.732Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24452025-01-17T07:52:21.985Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24462025-01-17T07:52:22.381Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24472025-01-17T07:52:23.465Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24482025-01-17T07:52:24.204Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24492025-01-17T07:52:24.539Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24502025-01-17T07:52:28.227Z Compiling rustls-webpki v0.101.7
24512025-01-17T07:52:28.434Z Compiling sct v0.7.1
24522025-01-17T07:52:28.930Z Compiling heck v0.3.3
24532025-01-17T07:52:29.284Z Compiling csv-core v0.1.11
24542025-01-17T07:52:30.198Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24552025-01-17T07:52:30.579Z Compiling glob v0.3.1
24562025-01-17T07:52:31.014Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24572025-01-17T07:52:31.385Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24582025-01-17T07:52:32.124Z Compiling csv v1.3.0
24592025-01-17T07:52:32.612Z Compiling zone_cfg_derive v0.1.2
24602025-01-17T07:52:34.286Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24612025-01-17T07:52:38.250Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24622025-01-17T07:52:38.849Z Compiling nix v0.27.1
24632025-01-17T07:52:39.563Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24642025-01-17T07:52:41.747Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24652025-01-17T07:52:41.821Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24662025-01-17T07:52:48.383Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24672025-01-17T07:52:49.773Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24682025-01-17T07:52:49.852Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24692025-01-17T07:52:50.119Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24702025-01-17T07:52:50.449Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24712025-01-17T07:52:50.771Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24722025-01-17T07:52:51.090Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24732025-01-17T07:52:52.675Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24742025-01-17T07:52:53.372Z Compiling tungstenite v0.23.0
24752025-01-17T07:52:53.533Z Compiling hashlink v0.9.1
24762025-01-17T07:52:54.301Z Compiling fallible-iterator v0.3.0
24772025-01-17T07:52:55.116Z Compiling fallible-streaming-iterator v0.1.9
24782025-01-17T07:52:55.412Z Compiling base64 v0.13.1
24792025-01-17T07:52:55.695Z Compiling rusqlite v0.32.1
24802025-01-17T07:52:55.824Z Compiling tokio-tungstenite v0.23.1
24812025-01-17T07:52:56.202Z Compiling ron v0.7.1
24822025-01-17T07:52:56.419Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24832025-01-17T07:52:57.120Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24842025-01-17T07:52:58.939Z Compiling xz2 v0.1.7
24852025-01-17T07:53:00.433Z Compiling tokio-rustls v0.24.1
24862025-01-17T07:53:00.886Z Compiling zone v0.1.8
24872025-01-17T07:53:04.240Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24882025-01-17T07:53:05.382Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24892025-01-17T07:53:09.295Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24902025-01-17T07:53:10.507Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24912025-01-17T07:53:10.793Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24922025-01-17T07:53:16.419Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24932025-01-17T07:53:18.570Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24942025-01-17T07:53:19.061Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24952025-01-17T07:53:19.760Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24962025-01-17T07:53:23.639Z Compiling rustls-pemfile v1.0.4
24972025-01-17T07:53:23.808Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24982025-01-17T07:53:24.132Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24992025-01-17T07:53:24.247Z Compiling signal-hook-tokio v0.3.1
25002025-01-17T07:53:24.321Z Compiling twox-hash v1.6.3
25012025-01-17T07:53:24.426Z Compiling yasna v0.5.2
25022025-01-17T07:53:24.487Z Compiling unicode-linebreak v0.1.5
25032025-01-17T07:53:25.051Z Compiling smawk v0.3.2
25042025-01-17T07:53:25.306Z Compiling is_ci v1.2.0
25052025-01-17T07:53:25.365Z Compiling textwrap v0.16.1
25062025-01-17T07:53:25.630Z Compiling rcgen v0.12.1
25072025-01-17T07:53:27.769Z Compiling supports-color v3.0.1
25082025-01-17T07:53:28.735Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25092025-01-17T07:53:28.887Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25102025-01-17T07:53:35.854Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25112025-01-17T07:53:36.815Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25122025-01-17T07:53:38.821Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25132025-01-17T07:53:51.351Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25142025-01-17T07:53:56.245Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25152025-01-17T07:53:56.946Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25162025-01-17T07:53:57.499Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25172025-01-17T07:54:09.052Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
25182025-01-17T07:54:12.107Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25192025-01-17T07:54:12.437Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25202025-01-17T07:54:15.320Z Compiling fatfs v0.3.6
25212025-01-17T07:54:16.448Z Compiling subprocess v0.2.9
25222025-01-17T07:54:18.132Z Compiling rtoolbox v0.0.2
25232025-01-17T07:54:18.598Z Compiling assert_matches v1.5.0
25242025-01-17T07:54:20.494Z Compiling rpassword v7.3.1
25252025-01-17T07:54:20.973Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25262025-01-17T07:54:21.119Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25272025-01-17T07:54:22.287Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25282025-01-17T07:54:28.363Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25292025-01-17T07:54:29.231Z Compiling tui-tree-widget v0.22.0
25302025-01-17T07:54:29.701Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25312025-01-17T07:54:36.559Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25322025-01-17T07:54:36.889Z Compiling uzers v0.12.1
25332025-01-17T07:54:39.949Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25342025-01-17T07:54:42.808Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25352025-01-17T07:54:44.716Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25362025-01-17T07:55:12.871Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25372025-01-17T07:55:17.163Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25382025-01-17T07:55:21.913Z Compiling multimap v0.10.0
25392025-01-17T07:57:43.949Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25402025-01-17T07:57:56.875Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25412025-01-17T08:05:05.945Z Finished `release` profile [optimized] target(s) in 16m 50s
25422025-01-17T08:06:09.510Z
25432025-01-17T08:06:09.510Zreal 17:55.491928286
25442025-01-17T08:06:09.510Zuser 2:03:54.925971359
25452025-01-17T08:06:09.510Zsys 3:13.719104436
25462025-01-17T08:06:09.510Ztrap 3.132939201
25472025-01-17T08:06:09.510Ztflt 3.103001363
25482025-01-17T08:06:09.510Zdflt 4.345359074
25492025-01-17T08:06:09.510Zkflt 0.233591887
25502025-01-17T08:06:09.510Zlock 7:35:08.768605658
25512025-01-17T08:06:09.513Zslp 6:25:24.979968872
25522025-01-17T08:06:09.513Zlat 3:25.944025576
25532025-01-17T08:06:09.513Zstop 2:45.936192886
25542025-01-17T08:06:09.513Z+ mapfile -t packages
25552025-01-17T08:06:09.513Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25562025-01-17T08:06:10.518Z Finished `release` profile [optimized] target(s) in 0.95s
25572025-01-17T08:06:10.576Z Running `target/release/omicron-package -t test list-outputs`
25582025-01-17T08:06:10.621ZLogging to: /work/oxidecomputer/omicron/out/LOG
25592025-01-17T08:06:10.624Z+ ptime -m cargo build --locked --release -p xtask
25602025-01-17T08:06:11.164Z Compiling serde v1.0.217
25612025-01-17T08:06:11.167Z Compiling libc v0.2.169
25622025-01-17T08:06:11.167Z Compiling rustix v0.38.37
25632025-01-17T08:06:11.167Z Compiling serde_json v1.0.135
25642025-01-17T08:06:11.167Z Compiling syn v2.0.96
25652025-01-17T08:06:11.167Z Compiling bitflags v2.6.0
25662025-01-17T08:06:11.591Z Compiling usdt-impl v0.5.0
25672025-01-17T08:06:11.637Z Compiling syn v1.0.109
25682025-01-17T08:06:11.777Z Compiling hashbrown v0.15.1
25692025-01-17T08:06:11.791Z Compiling log v0.4.22
25702025-01-17T08:06:12.012Z Compiling fs-err v2.11.0
25712025-01-17T08:06:12.220Z Compiling once_cell v1.20.2
25722025-01-17T08:06:12.321Z Compiling anyhow v1.0.93
25732025-01-17T08:06:12.631Z Compiling thread-id v4.2.2
25742025-01-17T08:06:13.044Z Compiling indexmap v2.7.0
25752025-01-17T08:06:14.022Z Compiling terminal_size v0.4.0
25762025-01-17T08:06:14.072Z Compiling tempfile v3.13.0
25772025-01-17T08:06:14.278Z Compiling clap_builder v4.5.21
25782025-01-17T08:06:14.866Z Compiling proc-macro-error v1.0.4
25792025-01-17T08:06:15.809Z Compiling tabled_derive v0.7.0
25802025-01-17T08:06:16.960Z Compiling tabled v0.15.0
25812025-01-17T08:06:17.609Z Compiling serde_derive v1.0.217
25822025-01-17T08:06:17.609Z Compiling thiserror-impl v1.0.69
25832025-01-17T08:06:17.612Z Compiling zerocopy-derive v0.7.35
25842025-01-17T08:06:17.612Z Compiling scroll_derive v0.12.0
25852025-01-17T08:06:17.612Z Compiling clap_derive v4.5.18
25862025-01-17T08:06:18.977Z Compiling scroll v0.12.0
25872025-01-17T08:06:19.550Z Compiling zerocopy v0.7.35
25882025-01-17T08:06:20.256Z Compiling thiserror v1.0.69
25892025-01-17T08:06:20.435Z Compiling pest v2.7.14
25902025-01-17T08:06:21.017Z Compiling goblin v0.8.2
25912025-01-17T08:06:21.865Z Compiling clap v4.5.21
25922025-01-17T08:06:23.491Z Compiling pest_meta v2.7.14
25932025-01-17T08:06:25.004Z Compiling pest_generator v2.7.14
25942025-01-17T08:06:27.243Z Compiling pest_derive v2.7.14
25952025-01-17T08:06:28.024Z Compiling dtrace-parser v0.2.0
25962025-01-17T08:06:34.325Z Compiling dof v0.3.0
25972025-01-17T08:06:35.505Z Compiling serde_tokenstream v0.2.2
25982025-01-17T08:06:36.074Z Compiling toml_datetime v0.6.8
25992025-01-17T08:06:36.429Z Compiling serde_spanned v0.6.8
26002025-01-17T08:06:36.700Z Compiling toml_edit v0.22.22
26012025-01-17T08:06:36.754Z Compiling camino v1.1.9
26022025-01-17T08:06:36.780Z Compiling usdt-macro v0.5.0
26032025-01-17T08:06:38.004Z Compiling usdt-attr-macro v0.5.0
26042025-01-17T08:06:39.309Z Compiling semver v1.0.24
26052025-01-17T08:06:39.658Z Compiling cargo-platform v0.1.8
26062025-01-17T08:06:40.724Z Compiling toml v0.8.19
26072025-01-17T08:06:40.759Z Compiling cargo_metadata v0.18.1
26082025-01-17T08:06:42.159Z Compiling cargo_toml v0.20.5
26092025-01-17T08:06:43.990Z Compiling usdt v0.5.0
26102025-01-17T08:06:44.317Z Compiling camino-tempfile v1.1.1
26112025-01-17T08:06:44.573Z Compiling macaddr v1.0.1
26122025-01-17T08:06:53.953Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26132025-01-17T08:07:04.590Z Finished `release` profile [optimized] target(s) in 53.94s
26142025-01-17T08:07:04.696Z
26152025-01-17T08:07:04.697Zreal 54.079298124
26162025-01-17T08:07:04.697Zuser 5:40.596277726
26172025-01-17T08:07:04.697Zsys 17.932191372
26182025-01-17T08:07:04.697Ztrap 0.159158008
26192025-01-17T08:07:04.697Ztflt 0.289893163
26202025-01-17T08:07:04.699Zdflt 0.301785617
26212025-01-17T08:07:04.699Zkflt 0.000017010
26222025-01-17T08:07:04.700Zlock 10:38.759904422
26232025-01-17T08:07:04.700Zslp 16:01.752034851
26242025-01-17T08:07:04.700Zlat 13.439045397
26252025-01-17T08:07:04.700Zstop 15.620392589
26262025-01-17T08:07:04.700Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26272025-01-17T08:07:04.700Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26282025-01-17T08:07:04.700Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26292025-01-17T08:07:04.700Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26302025-01-17T08:07:04.700Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26312025-01-17T08:07:05.571Z Compiling hashbrown v0.14.5
26322025-01-17T08:07:05.702Z Compiling thiserror v2.0.11
26332025-01-17T08:07:05.714Z Compiling thiserror-impl v2.0.11
26342025-01-17T08:07:05.724Z Compiling ident_case v1.0.1
26352025-01-17T08:07:05.738Z Compiling unsafe-libyaml v0.2.11
26362025-01-17T08:07:05.753Z Compiling ipnetwork v0.20.0
26372025-01-17T08:07:05.755Z Compiling progenitor-client v0.9.1
26382025-01-17T08:07:05.755Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26392025-01-17T08:07:05.886Z Compiling darling_core v0.20.10
26402025-01-17T08:07:06.237Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26412025-01-17T08:07:06.310Z Compiling macaddr v1.0.1
26422025-01-17T08:07:06.594Z Compiling progenitor-client v0.8.0
26432025-01-17T08:07:06.642Z Compiling instant v0.1.13
26442025-01-17T08:07:06.770Z Compiling regress v0.10.1
26452025-01-17T08:07:06.804Z Compiling structmeta-derive v0.3.0
26462025-01-17T08:07:06.822Z Compiling dropshot v0.15.1
26472025-01-17T08:07:06.967Z Compiling regress v0.9.1
26482025-01-17T08:07:07.065Z Compiling serde_yaml v0.9.34+deprecated
26492025-01-17T08:07:07.230Z Compiling dropshot_endpoint v0.15.1
26502025-01-17T08:07:07.624Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26512025-01-17T08:07:08.925Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26522025-01-17T08:07:09.084Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26532025-01-17T08:07:09.461Z Compiling structmeta v0.3.0
26542025-01-17T08:07:09.831Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26552025-01-17T08:07:09.834Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26562025-01-17T08:07:09.890Z Compiling parse-display-derive v0.10.0
26572025-01-17T08:07:10.042Z Compiling backoff v0.4.0
26582025-01-17T08:07:10.325Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26592025-01-17T08:07:10.408Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26602025-01-17T08:07:10.590Z Compiling typify-impl v0.2.0
26612025-01-17T08:07:10.670Z Compiling tempfile v3.13.0
26622025-01-17T08:07:11.089Z Compiling proc-macro-crate v1.3.1
26632025-01-17T08:07:11.508Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26642025-01-17T08:07:11.588Z Compiling typify-impl v0.3.0
26652025-01-17T08:07:11.866Z Compiling itertools v0.13.0
26662025-01-17T08:07:11.891Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26672025-01-17T08:07:12.060Z Compiling darling_macro v0.20.10
26682025-01-17T08:07:12.078Z Compiling num_enum_derive v0.5.11
26692025-01-17T08:07:12.172Z Compiling zerocopy v0.8.10
26702025-01-17T08:07:13.027Z Compiling darling v0.20.10
26712025-01-17T08:07:13.161Z Compiling zerocopy-derive v0.8.10
26722025-01-17T08:07:13.179Z Compiling serde_with_macros v3.11.0
26732025-01-17T08:07:14.019Z Compiling parse-display v0.10.0
26742025-01-17T08:07:14.460Z Compiling num_enum v0.5.11
26752025-01-17T08:07:14.653Z Compiling foreign-types-macros v0.2.3
26762025-01-17T08:07:14.671Z Compiling crucible-workspace-hack v0.1.0
26772025-01-17T08:07:14.817Z Compiling foreign-types-shared v0.3.1
26782025-01-17T08:07:14.956Z Compiling heapless v0.8.0
26792025-01-17T08:07:15.003Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26802025-01-17T08:07:15.767Z Compiling serde_with v3.11.0
26812025-01-17T08:07:15.846Z Compiling proc-macro-error v1.0.4
26822025-01-17T08:07:15.898Z Compiling foreign-types v0.5.0
26832025-01-17T08:07:16.406Z Compiling camino-tempfile v1.1.1
26842025-01-17T08:07:16.474Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26852025-01-17T08:07:16.860Z Compiling hash32 v0.3.1
26862025-01-17T08:07:17.135Z Compiling cstr-argument v0.1.2
26872025-01-17T08:07:17.305Z Compiling pretty-hex v0.2.1
26882025-01-17T08:07:17.424Z Compiling smoltcp v0.11.0
26892025-01-17T08:07:17.532Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26902025-01-17T08:07:17.972Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26912025-01-17T08:07:18.272Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26922025-01-17T08:07:18.647Z Compiling tabwriter v1.4.0
26932025-01-17T08:07:18.934Z Compiling colored v2.1.0
26942025-01-17T08:07:19.124Z Compiling cobs v0.2.3
26952025-01-17T08:07:19.176Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26962025-01-17T08:07:19.432Z Compiling postcard v1.0.10
26972025-01-17T08:07:19.501Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26982025-01-17T08:07:19.676Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26992025-01-17T08:07:19.697Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
27002025-01-17T08:07:20.037Z Compiling smf v0.2.3
27012025-01-17T08:07:20.098Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27022025-01-17T08:07:20.578Z Compiling zone_cfg_derive v0.3.0
27032025-01-17T08:07:20.845Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27042025-01-17T08:07:21.264Z Compiling num-derive v0.4.2
27052025-01-17T08:07:21.293Z Compiling sigpipe v0.1.3
27062025-01-17T08:07:21.435Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27072025-01-17T08:07:21.776Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27082025-01-17T08:07:21.796Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27092025-01-17T08:07:21.964Z Compiling zone v0.3.0
27102025-01-17T08:07:22.573Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27112025-01-17T08:07:22.700Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27122025-01-17T08:07:23.216Z Compiling universal-hash v0.5.1
27132025-01-17T08:07:23.419Z Compiling opaque-debug v0.3.1
27142025-01-17T08:07:23.447Z Compiling tungstenite v0.21.0
27152025-01-17T08:07:23.539Z Compiling num-rational v0.4.2
27162025-01-17T08:07:23.641Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27172025-01-17T08:07:23.960Z Compiling password-hash v0.5.0
27182025-01-17T08:07:24.246Z Compiling blake2 v0.10.6
27192025-01-17T08:07:24.519Z Compiling num-complex v0.4.6
27202025-01-17T08:07:24.891Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27212025-01-17T08:07:25.092Z Compiling aead v0.5.2
27222025-01-17T08:07:25.190Z Compiling base64 v0.21.7
27232025-01-17T08:07:25.384Z Compiling convert_case v0.4.0
27242025-01-17T08:07:25.487Z Compiling keccak v0.1.5
27252025-01-17T08:07:25.489Z Compiling num v0.4.3
27262025-01-17T08:07:25.587Z Compiling argon2 v0.5.3
27272025-01-17T08:07:25.631Z Compiling tokio-tungstenite v0.21.0
27282025-01-17T08:07:25.868Z Compiling sha3 v0.10.8
27292025-01-17T08:07:25.932Z Compiling typify-macro v0.2.0
27302025-01-17T08:07:26.238Z Compiling derive_more v0.99.18
27312025-01-17T08:07:26.488Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27322025-01-17T08:07:26.676Z Compiling poly1305 v0.8.0
27332025-01-17T08:07:26.746Z Compiling chacha20 v0.9.1
27342025-01-17T08:07:26.895Z Compiling float-ord v0.3.2
27352025-01-17T08:07:26.998Z Compiling typify-macro v0.3.0
27362025-01-17T08:07:27.105Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27372025-01-17T08:07:27.258Z Compiling same-file v1.0.6
27382025-01-17T08:07:27.544Z Compiling semver v0.1.20
27392025-01-17T08:07:27.574Z Compiling walkdir v2.5.0
27402025-01-17T08:07:28.189Z Compiling rustc_version v0.1.7
27412025-01-17T08:07:28.282Z Compiling newline-converter v0.3.0
27422025-01-17T08:07:28.391Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27432025-01-17T08:07:28.431Z Compiling primeorder v0.13.6
27442025-01-17T08:07:28.480Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27452025-01-17T08:07:28.565Z Compiling secrecy v0.8.0
27462025-01-17T08:07:28.664Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27472025-01-17T08:07:28.833Z Compiling owo-colors v4.1.0
27482025-01-17T08:07:28.913Z Compiling cancel-safe-futures v0.1.5
27492025-01-17T08:07:29.070Z Compiling newtype_derive v0.1.6
27502025-01-17T08:07:29.156Z Compiling expectorate v1.1.0
27512025-01-17T08:07:29.299Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27522025-01-17T08:07:29.355Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27532025-01-17T08:07:29.392Z Compiling thiserror-impl-no-std v2.0.2
27542025-01-17T08:07:29.470Z Compiling blake3 v1.5.4
27552025-01-17T08:07:29.608Z Compiling half v2.4.1
27562025-01-17T08:07:29.636Z Compiling unicase v2.7.0
27572025-01-17T08:07:29.752Z Compiling typify v0.2.0
27582025-01-17T08:07:29.913Z Compiling progenitor-impl v0.8.0
27592025-01-17T08:07:29.943Z Compiling arc-swap v1.7.1
27602025-01-17T08:07:30.134Z Compiling ciborium-io v0.2.2
27612025-01-17T08:07:30.296Z Compiling ciborium-ll v0.2.2
27622025-01-17T08:07:30.357Z Compiling slog-scope v4.4.0
27632025-01-17T08:07:30.684Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27642025-01-17T08:07:30.722Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27652025-01-17T08:07:30.833Z Compiling typify v0.3.0
27662025-01-17T08:07:30.992Z Compiling progenitor-impl v0.9.1
27672025-01-17T08:07:31.041Z Compiling polyval v0.6.2
27682025-01-17T08:07:31.449Z Compiling atomicwrites v0.4.4
27692025-01-17T08:07:31.485Z Compiling libsw v3.3.1
27702025-01-17T08:07:31.829Z Compiling memmap2 v0.9.5
27712025-01-17T08:07:31.829Z Compiling libefi-sys v0.1.0
27722025-01-17T08:07:32.141Z Compiling arrayref v0.3.9
27732025-01-17T08:07:32.197Z Compiling thiserror-no-std v2.0.2
27742025-01-17T08:07:32.268Z Compiling salty v0.3.0
27752025-01-17T08:07:32.300Z Compiling indent_write v2.2.0
27762025-01-17T08:07:32.344Z Compiling linear-map v1.2.0
27772025-01-17T08:07:32.539Z Compiling parking_lot_core v0.8.6
27782025-01-17T08:07:32.686Z Compiling arrayvec v0.7.6
27792025-01-17T08:07:32.705Z Compiling constant_time_eq v0.3.1
27802025-01-17T08:07:32.894Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27812025-01-17T08:07:32.972Z Compiling vsss-rs v3.3.4
27822025-01-17T08:07:33.097Z Compiling ghash v0.5.1
27832025-01-17T08:07:33.334Z Compiling slog-stdlog v4.1.1
27842025-01-17T08:07:33.723Z Compiling ciborium v0.2.2
27852025-01-17T08:07:34.035Z Compiling p384 v0.13.0
27862025-01-17T08:07:34.253Z Compiling toolchain_find v0.4.0
27872025-01-17T08:07:34.907Z Compiling chacha20poly1305 v0.10.1
27882025-01-17T08:07:35.043Z Compiling ctr v0.9.2
27892025-01-17T08:07:35.070Z Compiling lzma-sys v0.1.20
27902025-01-17T08:07:35.151Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27912025-01-17T08:07:35.434Z Compiling bitfield-struct v0.6.2
27922025-01-17T08:07:35.579Z Compiling slog-dtrace v0.3.0
27932025-01-17T08:07:35.599Z Compiling topological-sort v0.2.2
27942025-01-17T08:07:35.815Z Compiling highway v1.2.0
27952025-01-17T08:07:35.857Z Compiling omicron-zone-package v0.12.0
27962025-01-17T08:07:36.144Z Compiling aes-gcm v0.10.3
27972025-01-17T08:07:36.460Z Compiling rustfmt-wrapper v0.2.1
27982025-01-17T08:07:36.551Z Compiling mime_guess v2.0.5
27992025-01-17T08:07:36.581Z Compiling slog-envlogger v2.2.0
28002025-01-17T08:07:36.788Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28012025-01-17T08:07:36.984Z Compiling progenitor-macro v0.8.0
28022025-01-17T08:07:37.056Z Compiling steno v0.4.1
28032025-01-17T08:07:37.503Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28042025-01-17T08:07:37.694Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28052025-01-17T08:07:37.904Z Compiling heck v0.3.3
28062025-01-17T08:07:38.174Z Compiling ssh-encoding v0.2.0
28072025-01-17T08:07:38.295Z Compiling blowfish v0.9.1
28082025-01-17T08:07:38.316Z Compiling progenitor-macro v0.9.1
28092025-01-17T08:07:38.502Z Compiling nibble_vec v0.1.0
28102025-01-17T08:07:38.707Z Compiling env_filter v0.1.2
28112025-01-17T08:07:38.744Z Compiling humantime v2.1.0
28122025-01-17T08:07:38.767Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28132025-01-17T08:07:38.844Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28142025-01-17T08:07:38.911Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28152025-01-17T08:07:39.161Z Compiling endian-type v0.1.2
28162025-01-17T08:07:39.271Z Compiling env_logger v0.11.5
28172025-01-17T08:07:39.290Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28182025-01-17T08:07:39.348Z Compiling ssh-cipher v0.2.0
28192025-01-17T08:07:39.399Z Compiling radix_trie v0.2.1
28202025-01-17T08:07:39.963Z Compiling bcrypt-pbkdf v0.10.0
28212025-01-17T08:07:40.044Z Compiling zone_cfg_derive v0.1.2
28222025-01-17T08:07:40.150Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28232025-01-17T08:07:40.843Z Compiling parking_lot v0.11.2
28242025-01-17T08:07:41.038Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28252025-01-17T08:07:41.415Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28262025-01-17T08:07:41.478Z Compiling password-hash v0.4.2
28272025-01-17T08:07:41.682Z Compiling gethostname v0.5.0
28282025-01-17T08:07:41.737Z Compiling fxhash v0.2.1
28292025-01-17T08:07:41.816Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28302025-01-17T08:07:41.888Z Compiling bumpalo v3.16.0
28312025-01-17T08:07:41.891Z Compiling http-range v0.1.5
28322025-01-17T08:07:41.961Z Compiling lockfree-object-pool v0.1.6
28332025-01-17T08:07:42.133Z Compiling zip v2.1.3
28342025-01-17T08:07:42.247Z Compiling base64 v0.13.1
28352025-01-17T08:07:42.267Z Compiling simd-adler32 v0.3.7
28362025-01-17T08:07:42.293Z Compiling matches v0.1.10
28372025-01-17T08:07:42.417Z Compiling pbkdf2 v0.11.0
28382025-01-17T08:07:42.436Z Compiling idna v0.2.3
28392025-01-17T08:07:42.498Z Compiling sled v0.34.7
28402025-01-17T08:07:42.829Z Compiling ron v0.7.1
28412025-01-17T08:07:42.874Z Compiling zopfli v0.8.1
28422025-01-17T08:07:42.876Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28432025-01-17T08:07:43.505Z Compiling zone v0.1.8
28442025-01-17T08:07:43.578Z Compiling xz2 v0.1.7
28452025-01-17T08:07:44.082Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28462025-01-17T08:07:44.518Z Compiling ssh-key v0.6.6
28472025-01-17T08:07:44.939Z Compiling hickory-client v0.24.1
28482025-01-17T08:07:45.146Z Compiling p256 v0.13.2
28492025-01-17T08:07:45.405Z Compiling p521 v0.13.3
28502025-01-17T08:07:45.919Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28512025-01-17T08:07:46.364Z Compiling hickory-server v0.24.1
28522025-01-17T08:07:46.931Z Compiling enum-as-inner v0.5.1
28532025-01-17T08:07:47.681Z Compiling pem v3.0.4
28542025-01-17T08:07:47.986Z Compiling yasna v0.5.2
28552025-01-17T08:07:48.461Z Compiling headers-core v0.3.0
28562025-01-17T08:07:48.659Z Compiling kstat-rs v0.2.4
28572025-01-17T08:07:48.816Z Compiling nanorand v0.7.0
28582025-01-17T08:07:49.001Z Compiling russh-cryptovec v0.7.3
28592025-01-17T08:07:49.227Z Compiling atty v0.2.14
28602025-01-17T08:07:49.307Z Compiling md5 v0.7.0
28612025-01-17T08:07:49.356Z Compiling flume v0.11.1
28622025-01-17T08:07:49.401Z Compiling rcgen v0.12.1
28632025-01-17T08:07:49.533Z Compiling headers v0.4.0
28642025-01-17T08:07:49.658Z Compiling progenitor v0.8.0
28652025-01-17T08:07:49.835Z Compiling russh-keys v0.45.0
28662025-01-17T08:07:49.907Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28672025-01-17T08:07:49.979Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28682025-01-17T08:07:50.736Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28692025-01-17T08:07:51.013Z Compiling progenitor v0.9.1
28702025-01-17T08:07:51.253Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28712025-01-17T08:07:51.256Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28722025-01-17T08:07:51.693Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28732025-01-17T08:07:52.167Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
28742025-01-17T08:07:52.454Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28752025-01-17T08:07:53.314Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28762025-01-17T08:07:53.625Z Compiling trust-dns-proto v0.22.0
28772025-01-17T08:07:56.035Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28782025-01-17T08:07:56.770Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28792025-01-17T08:07:56.790Z Compiling hyper-staticfile v0.10.1
28802025-01-17T08:07:57.573Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28812025-01-17T08:07:57.822Z Compiling num-bigint v0.4.6
28822025-01-17T08:07:58.224Z Compiling des v0.8.1
28832025-01-17T08:07:58.588Z Compiling subprocess v0.2.9
28842025-01-17T08:07:59.381Z Compiling dhcproto-macros v0.1.0
28852025-01-17T08:08:00.254Z Compiling hex-literal v0.4.1
28862025-01-17T08:08:00.380Z Compiling display-error-chain v0.2.2
28872025-01-17T08:08:00.444Z Compiling dhcproto v0.12.0
28882025-01-17T08:08:00.607Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28892025-01-17T08:08:00.974Z Compiling russh v0.45.0
28902025-01-17T08:08:02.498Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28912025-01-17T08:08:03.019Z Compiling internet-checksum v0.2.1
28922025-01-17T08:08:07.343Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28932025-01-17T08:08:07.346Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28942025-01-17T08:08:07.346Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28952025-01-17T08:08:07.346Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28962025-01-17T08:08:08.190Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28972025-01-17T08:08:10.207Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28982025-01-17T08:08:11.268Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28992025-01-17T08:08:11.719Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29002025-01-17T08:08:12.143Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29012025-01-17T08:08:14.249Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29022025-01-17T08:08:14.519Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29032025-01-17T08:08:15.242Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29042025-01-17T08:08:15.410Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29052025-01-17T08:08:16.160Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29062025-01-17T08:08:16.516Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29072025-01-17T08:08:17.966Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29082025-01-17T08:08:18.327Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29092025-01-17T08:08:19.450Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29102025-01-17T08:08:21.216Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29112025-01-17T08:08:21.272Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29122025-01-17T08:08:21.698Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29132025-01-17T08:08:21.978Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29142025-01-17T08:08:23.876Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29152025-01-17T08:08:24.444Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29162025-01-17T08:08:25.647Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29172025-01-17T08:08:26.928Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29182025-01-17T08:08:27.595Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29192025-01-17T08:08:28.743Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29202025-01-17T08:08:34.196Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29212025-01-17T08:08:41.982Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29222025-01-17T08:08:43.576Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29232025-01-17T08:09:05.270Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29242025-01-17T08:09:28.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
29252025-01-17T08:09:28.302Z
29262025-01-17T08:09:28.305Zreal 2:23.646268064
29272025-01-17T08:09:28.305Zuser 12:21.139216196
29282025-01-17T08:09:28.305Zsys 1:34.930169325
29292025-01-17T08:09:28.305Ztrap 0.368841033
29302025-01-17T08:09:28.305Ztflt 0.707432513
29312025-01-17T08:09:28.305Zdflt 1.199739621
29322025-01-17T08:09:28.305Zkflt 0.000091821
29332025-01-17T08:09:28.305Zlock 22:44.377827627
29342025-01-17T08:09:28.305Zslp 42:30.435139886
29352025-01-17T08:09:28.305Zlat 38.007614407
29362025-01-17T08:09:28.305Zstop 1:36.269662494
29372025-01-17T08:09:28.305Z+ mkdir tests
29382025-01-17T08:09:28.308Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29392025-01-17T08:09:28.308Z+ xargs -I '{}' -t cp '{}' tests/
29402025-01-17T08:09:28.349Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3c1647a15d602154 tests/
29412025-01-17T08:09:28.369Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f6c1a6af4980e51d tests/
29422025-01-17T08:09:28.389Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-fed48c1b04d74c13 tests/
29432025-01-17T08:09:28.409Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b20ef11e9b650c18 tests/
29442025-01-17T08:09:28.624Z+ 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-17T08:09:28.627Z+ 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-f6c1a6af4980e51d tests/commtest-fed48c1b04d74c13 tests/dhcp_server-3c1647a15d602154 tests/end_to_end_tests-b20ef11e9b650c18 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-17T08:10:42.553ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29472025-01-17T08:10:42.553Za .github/buildomat/ci-env.sh 1K
29482025-01-17T08:10:42.553Za out/target/test 1K
29492025-01-17T08:10:42.553Za out/npuzone/npuzone 23144K
29502025-01-17T08:10:42.553Za package-manifest.toml 34K
29512025-01-17T08:10:42.553Za smf/sled-agent/non-gimlet/config.toml 4K
29522025-01-17T08:10:42.553Za target/release/omicron-package 36379K
29532025-01-17T08:10:42.553Za target/release/xtask 11911K
29542025-01-17T08:10:42.553Za target/debug/bootstrap 221460K
29552025-01-17T08:10:42.553Za tests/bootstrap-f6c1a6af4980e51d 24276K
29562025-01-17T08:10:42.553Za tests/commtest-fed48c1b04d74c13 24769K
29572025-01-17T08:10:42.553Za tests/dhcp_server-3c1647a15d602154 24276K
29582025-01-17T08:10:42.553Za tests/end_to_end_tests-b20ef11e9b650c18 283498K
29592025-01-17T08:10:42.553Za out/clickhouse.tar.gz 294838K
29602025-01-17T08:10:42.554Za out/clickhouse_keeper.tar.gz 281787K
29612025-01-17T08:10:42.554Za out/clickhouse_server.tar.gz 294820K
29622025-01-17T08:10:42.554Za out/cockroachdb.tar.gz 135128K
29632025-01-17T08:10:42.554Za out/crucible-dtrace.tar 96K
29642025-01-17T08:10:42.554Za out/crucible-pantry-zone.tar.gz 28547K
29652025-01-17T08:10:42.554Za out/crucible-zone.tar.gz 36827K
29662025-01-17T08:10:42.554Za out/external-dns.tar.gz 35770K
29672025-01-17T08:10:42.554Za out/internal-dns.tar.gz 35767K
29682025-01-17T08:10:42.554Za out/mg-ddm-gz.tar 63075K
29692025-01-17T08:10:42.554Za out/nexus.tar.gz 100069K
29702025-01-17T08:10:42.555Za out/ntp.tar.gz 10510K
29712025-01-17T08:10:42.555Za out/omicron-gateway-softnpu.tar.gz 24319K
29722025-01-17T08:10:42.555Za out/omicron-sled-agent.tar 114863K
29732025-01-17T08:10:42.555Za out/overlay.tar.gz 3K
29742025-01-17T08:10:42.555Za out/oximeter.tar.gz 48532K
29752025-01-17T08:10:42.556Za out/oxlog.tar 3154K
29762025-01-17T08:10:42.556Za out/probe.tar.gz 2764K
29772025-01-17T08:10:42.556Za out/propolis-server.tar.gz 66467K
29782025-01-17T08:10:42.556Za out/pumpkind-gz.tar 26665K
29792025-01-17T08:10:42.556Za out/switch-softnpu.tar.gz 236710K
29802025-01-17T08:10:42.559Z
29812025-01-17T08:10:42.559Zreal 1:13.969713798
29822025-01-17T08:10:42.559Zuser 1:10.593141934
29832025-01-17T08:10:42.559Zsys 4.670274501
29842025-01-17T08:10:42.560Ztrap 0.017963941
29852025-01-17T08:10:42.560Ztflt 0.000000000
29862025-01-17T08:10:42.560Zdflt 0.000000000
29872025-01-17T08:10:42.560Zkflt 0.000000000
29882025-01-17T08:10:42.560Zlock 0.000000000
29892025-01-17T08:10:42.560Zslp 1:10.521802681
29902025-01-17T08:10:42.560Zlat 2.131623618
29912025-01-17T08:10:42.560Zstop 0.000226044
29922025-01-17T08:10:42.560Zprocess exited: duration 1966737 ms, exit code 0
 
29932025-01-17T08:10:42.576Zfound 1 output files
29942025-01-17T08:10:42.576Zuploading: /work/package.tar.gz (1907239521 bytes)
29952025-01-17T08:11:19.786Zuploaded: /work/package.tar.gz