01JJQFY1TERD75F5FDDCCNWYH7: 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: 01JJQFYFAVXHE76MVC8AM87KB8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-28T22:20:13.718Zjob assigned to worker 01JJQFYJM2XWPZ6RBJYJQK4J5P [factory aws, i-043545072a918f03a] (queued for 1 m 3 s)
 
22025-01-28T22:20:21.075Zstarting task 0: "setup"
32025-01-28T22:20:21.086Z++ uname -s
42025-01-28T22:20:21.089Z+ kern=SunOS
52025-01-28T22:20:21.089Z+ case "$kern" in
62025-01-28T22:20:21.089Z+ groupadd -g 12345 build
72025-01-28T22:20:21.091Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-28T22:20:23.098Z+ zfs create -o mountpoint=/work rpool/work
92025-01-28T22:20:23.199Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-28T22:20:23.201Z+ home_fs=zfs
112025-01-28T22:20:23.201Z+ [[ zfs == autofs ]]
122025-01-28T22:20:23.201Z+ mkdir -p /home/build
132025-01-28T22:20:23.204Z+ chown build:build /home/build /work
142025-01-28T22:20:25.205Z+ chmod 0700 /home/build /work
152025-01-28T22:20:25.208Zprocess exited: duration 4133 ms, exit code 0
 
162025-01-28T22:20:25.214Zstarting task 1: "rust-toolchain"
172025-01-28T22:20:25.218Z+ printf ' * toolchain channel = "%s"
182025-01-28T22:20:25.218Z' 1.84.0
192025-01-28T22:20:25.218Z * toolchain channel = "1.84.0"
202025-01-28T22:20:25.218Z+ printf ' * toolchain profile = "%s"
212025-01-28T22:20:25.218Z' default
222025-01-28T22:20:25.219Z * toolchain profile = "default"
232025-01-28T22:20:25.221Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-28T22:20:25.222Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-28T22:20:25.340Zinfo: downloading installer
262025-01-28T22:20:26.872Zinfo: profile set to 'default'
272025-01-28T22:20:26.872Zinfo: default host triple is x86_64-unknown-illumos
282025-01-28T22:20:26.872Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-28T22:20:27.009Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-28T22:20:27.009Zinfo: downloading component 'cargo'
312025-01-28T22:20:27.742Zinfo: downloading component 'clippy'
322025-01-28T22:20:28.025Zinfo: downloading component 'rust-docs'
332025-01-28T22:20:29.029Zinfo: downloading component 'rust-std'
342025-01-28T22:20:30.515Zinfo: downloading component 'rustc'
352025-01-28T22:20:36.221Zinfo: downloading component 'rustfmt'
362025-01-28T22:20:36.434Zinfo: installing component 'cargo'
372025-01-28T22:20:37.255Zinfo: installing component 'clippy'
382025-01-28T22:20:37.633Zinfo: installing component 'rust-docs'
392025-01-28T22:20:39.306Zinfo: installing component 'rust-std'
402025-01-28T22:20:40.970Zinfo: installing component 'rustc'
412025-01-28T22:20:46.971Zinfo: installing component 'rustfmt'
422025-01-28T22:20:47.338Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-28T22:20:47.338Z
442025-01-28T22:20:47.728Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-28T22:20:47.728Z
462025-01-28T22:20:47.731Z
472025-01-28T22:20:47.731ZRust is installed now. Great!
482025-01-28T22:20:47.731Z
492025-01-28T22:20:47.731ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-28T22:20:47.731Zenvironment variable. This has not been done automatically.
512025-01-28T22:20:47.732Z
522025-01-28T22:20:47.732ZTo configure your current shell, you need to source
532025-01-28T22:20:47.732Zthe corresponding env file under $HOME/.cargo.
542025-01-28T22:20:47.732Z
552025-01-28T22:20:47.732ZThis is usually done by running one of the following (note the leading DOT):
562025-01-28T22:20:47.732Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-28T22:20:47.732Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-28T22:20:47.809Z+ rustc --version
592025-01-28T22:20:47.876Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-28T22:20:47.881Zprocess exited: duration 22662 ms, exit code 0
 
612025-01-28T22:20:47.890Zstarting task 2: "authentication"
622025-01-28T22:20:47.914Zprocess exited: duration 21 ms, exit code 0
 
632025-01-28T22:20:47.919Zstarting task 3: "clone repository"
642025-01-28T22:20:47.925Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-28T22:20:47.929Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-28T22:20:47.970ZCloning into '/work/oxidecomputer/omicron'...
672025-01-28T22:20:56.420Z+ cd /work/oxidecomputer/omicron
682025-01-28T22:20:56.420Z+ git fetch origin 567ca7f7404284ff7e907d2d9034b4dd51a6c194
692025-01-28T22:20:56.762ZFrom https://github.com/oxidecomputer/omicron
702025-01-28T22:20:56.763Z * branch 567ca7f7404284ff7e907d2d9034b4dd51a6c194 -> FETCH_HEAD
712025-01-28T22:20:56.773Z+ [[ -n bump-console-288f1c1b ]]
722025-01-28T22:20:56.775Z++ git branch --show-current
732025-01-28T22:20:56.778Z+ current=main
742025-01-28T22:20:56.778Z+ [[ main != bump-console-288f1c1b ]]
752025-01-28T22:20:56.778Z+ git branch -f bump-console-288f1c1b 567ca7f7404284ff7e907d2d9034b4dd51a6c194
762025-01-28T22:20:56.781Z+ git checkout -f bump-console-288f1c1b
772025-01-28T22:20:56.859ZSwitched to branch 'bump-console-288f1c1b'
782025-01-28T22:20:56.863Z+ git reset --hard 567ca7f7404284ff7e907d2d9034b4dd51a6c194
792025-01-28T22:20:56.939ZHEAD is now at 567ca7f74 Bump web console
802025-01-28T22:20:56.942Zprocess exited: duration 9019 ms, exit code 0
 
812025-01-28T22:20:56.947Zstarting task 4: "build"
822025-01-28T22:20:56.953Z+ source .github/buildomat/ci-env.sh
832025-01-28T22:20:56.953Z++ export CARGO_TERM_COLOR=always
842025-01-28T22:20:56.953Z++ CARGO_TERM_COLOR=always
852025-01-28T22:20:56.956Z+ cargo --version
862025-01-28T22:20:57.015Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-28T22:20:57.021Z+ rustc --version
882025-01-28T22:20:57.081Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-28T22:20:57.085Z+ WORK=/work
902025-01-28T22:20:57.085Z+ pfexec mkdir -p /work
912025-01-28T22:20:57.089Z+ pfexec chown build /work
922025-01-28T22:20:57.092Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-28T22:20:58.722Zpkg list: illegal option -- F
942025-01-28T22:20:58.723ZUsage:
952025-01-28T22:20:58.731Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-28T22:20:58.731Z [pkg_fmri_pattern ...]
972025-01-28T22:20:59.507Zpkg list: illegal option -- F
982025-01-28T22:20:59.507ZUsage:
992025-01-28T22:20:59.507Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-28T22:20:59.507Z [pkg_fmri_pattern ...]
1012025-01-28T22:21:07.630Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-28T22:21:09.540Z Startup: Caching catalogs ... Done
1032025-01-28T22:21:20.713ZPlanning: Solver setup ... Done (10.386s)
1042025-01-28T22:21:20.861ZPlanning: Running solver ... Done (0.149s)
1052025-01-28T22:21:20.969ZPlanning: Finding local manifests ... Done (0.008s)
1062025-01-28T22:21:20.981ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-28T22:21:21.734ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-28T22:21:21.843ZPlanning: Package planning ... Done (0.109s)
1092025-01-28T22:21:21.899ZPlanning: Merging actions ... Done (0.056s)
1102025-01-28T22:21:22.088ZPlanning: Checking for conflicting actions ... Done (0.188s)
1112025-01-28T22:21:23.994ZPlanning: Consolidating action changes ... Done (1.905s)
1122025-01-28T22:21:24.411ZPlanning: Evaluating mediators ... Done (0.417s)
1132025-01-28T22:21:24.492ZPlanning: Planning completed in 14.86 seconds
1142025-01-28T22:21:24.508Z Packages to install: 4
1152025-01-28T22:21:24.508Z Packages to update: 3
1162025-01-28T22:21:24.508Z Mediators to change: 2
1172025-01-28T22:21:24.511Z Services to change: 1
1182025-01-28T22:21:24.511Z Estimated space available: 155.61 GB
1192025-01-28T22:21:24.511ZEstimated space to be consumed: 1.64 GB
1202025-01-28T22:21:24.511Z Create boot environment: No
1212025-01-28T22:21:24.511ZCreate backup boot environment: Yes
1222025-01-28T22:21:24.511Z Rebuild boot archive: No
1232025-01-28T22:21:24.511Z
1242025-01-28T22:21:24.511ZChanged mediators:
1252025-01-28T22:21:24.512Z mediator clang:
1262025-01-28T22:21:24.512Z version: None -> 15 (system default)
1272025-01-28T22:21:24.512Z
1282025-01-28T22:21:24.512Z mediator llvm:
1292025-01-28T22:21:24.512Z version: 14 (system default) -> 15 (system default)
1302025-01-28T22:21:24.512Z
1312025-01-28T22:21:24.512ZChanged packages:
1322025-01-28T22:21:24.512Zhelios-dev
1332025-01-28T22:21:24.512Z developer/build-essential
1342025-01-28T22:21:24.512Z None -> 11-2.0
1352025-01-28T22:21:24.512Z library/libxmlsec1
1362025-01-28T22:21:24.512Z None -> 1.2.35-2.0
1372025-01-28T22:21:24.512Z ooce/developer/clang-15
1382025-01-28T22:21:24.512Z None -> 15.0.7-2.0
1392025-01-28T22:21:24.512Z ooce/developer/llvm-15
1402025-01-28T22:21:24.512Z None -> 15.0.7-2.0
1412025-01-28T22:21:24.512Z package/pkg
1422025-01-28T22:21:24.512Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-28T22:21:24.512Z system/library/g++-runtime
1442025-01-28T22:21:24.512Z 13-2.0 -> 14-2.0
1452025-01-28T22:21:24.512Z system/library/gcc-runtime
1462025-01-28T22:21:24.513Z 13-2.0 -> 14-2.0
1472025-01-28T22:21:24.513Z
1482025-01-28T22:21:24.513ZServices:
1492025-01-28T22:21:24.513Z restart_fmri:
1502025-01-28T22:21:24.513Z svc:/system/update-man-index:default
1512025-01-28T22:21:24.513Z
1522025-01-28T22:21:24.513ZEditable files to change:
1532025-01-28T22:21:24.513Z Update:
1542025-01-28T22:21:24.513Z usr/share/lib/pkg/web/config.shtml
1552025-01-28T22:21:24.587Z
1562025-01-28T22:21:24.588ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-28T22:21:37.142ZDownload: 213/4301 items 1.3/225.4MB 0% complete
1582025-01-28T22:21:42.278ZDownload: 1182/4301 items 43.4/225.4MB 19% complete (8.5M/s)
1592025-01-28T22:21:47.279ZDownload: 1419/4301 items 115.5/225.4MB 51% complete (11.4M/s)
1602025-01-28T22:21:52.282ZDownload: 2721/4301 items 120.8/225.4MB 53% complete (7.8M/s)
1612025-01-28T22:21:57.283ZDownload: 3308/4301 items 212.6/225.4MB 94% complete (10.0M/s)
1622025-01-28T22:22:02.458ZDownload: 4289/4301 items 224.5/225.4MB 99% complete (10.3M/s)
1632025-01-28T22:22:03.292ZDownload: Completed 225.42 MB in 38.69 seconds (5.8M/s)
1642025-01-28T22:22:04.272Z Actions: 1/5122 actions (Removing old actions)
1652025-01-28T22:22:04.291Z Actions: 194/5122 actions (Installing new actions)
1662025-01-28T22:22:08.989Z Actions: 4267/5122 actions (Updating modified actions)
1672025-01-28T22:22:09.334Z Actions: Completed 5122 actions in 5.06 seconds.
1682025-01-28T22:22:09.728Z Done (0.383s)
1692025-01-28T22:22:09.731Z Done (0.001s)
1702025-01-28T22:22:10.301Z Done (0.574s)
1712025-01-28T22:22:14.666Z Done (4.139s)
1722025-01-28T22:22:14.754Z Done (0.019s)
1732025-01-28T22:22:14.756Z Done (0.000s)
1742025-01-28T22:22:14.927Z Done (0.000s)
1752025-01-28T22:22:15.601ZPlanning: Evaluating mediator changes ... Done
1762025-01-28T22:22:15.759ZPlanning: Checking for conflicting actions ... Done
1772025-01-28T22:22:15.761ZPlanning: Consolidating action changes ... Done
1782025-01-28T22:22:16.028ZPlanning: Evaluating mediators ... Done
1792025-01-28T22:22:16.030ZPlanning: Planning completed in 0.43 seconds
1802025-01-28T22:22:16.067Z Mediators to change: 2
1812025-01-28T22:22:16.067Z Create boot environment: No
1822025-01-28T22:22:16.067ZCreate backup boot environment: No
1832025-01-28T22:22:16.228Z Done
1842025-01-28T22:22:16.228Z Done
1852025-01-28T22:22:16.593Z Done
1862025-01-28T22:22:20.166Z Done
1872025-01-28T22:22:20.255Z Done
1882025-01-28T22:22:20.255Z Done
1892025-01-28T22:22:20.381Z Done
1902025-01-28T22:22:20.996ZPlanning: Evaluating mediator changes ... Done
1912025-01-28T22:22:20.999ZPlanning: Merging actions ... Done
1922025-01-28T22:22:21.186ZPlanning: Checking for conflicting actions ... Done
1932025-01-28T22:22:21.189ZPlanning: Consolidating action changes ... Done
1942025-01-28T22:22:21.454ZPlanning: Evaluating mediators ... Done
1952025-01-28T22:22:21.510ZPlanning: Planning completed in 0.76 seconds
1962025-01-28T22:22:21.551Z Packages to change: 1
1972025-01-28T22:22:21.551Z Mediators to change: 1
1982025-01-28T22:22:21.553Z Services to change: 1
1992025-01-28T22:22:21.553Z Create boot environment: No
2002025-01-28T22:22:21.553ZCreate backup boot environment: Yes
2012025-01-28T22:22:23.726Z Actions: 1/6 actions (Updating modified actions)
2022025-01-28T22:22:23.729Z Actions: Completed 6 actions in 0.00 seconds.
2032025-01-28T22:22:23.729Z Done
2042025-01-28T22:22:23.729Z Done
2052025-01-28T22:22:23.843Z Done
2062025-01-28T22:22:27.444Z Done
2072025-01-28T22:22:27.533Z Done
2082025-01-28T22:22:27.535Z Done
2092025-01-28T22:22:27.662Z Done
2102025-01-28T22:22:28.087ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112025-01-28T22:22:28.087Zclang system 15 system
2122025-01-28T22:22:28.087Zcsh system system illumos
2132025-01-28T22:22:28.087Zctags system system illumos
2142025-01-28T22:22:28.087Zgcc vendor 12 vendor
2152025-01-28T22:22:28.087Zgcc system 10 system
2162025-01-28T22:22:28.087Zgcc system 7 system
2172025-01-28T22:22:28.087Zgo system 1.20 system
2182025-01-28T22:22:28.087Zgo system 1.19 system
2192025-01-28T22:22:28.087Zllvm system 15 system
2202025-01-28T22:22:28.088Zllvm system 14 system
2212025-01-28T22:22:28.088Zmariadb system 10.6 system
2222025-01-28T22:22:28.088Zmta vendor vendor dma
2232025-01-28T22:22:28.088Zopenjdk system 17 system
2242025-01-28T22:22:28.088Zopenjdk system 11 system
2252025-01-28T22:22:28.088Zopenjdk system 1.8 system
2262025-01-28T22:22:28.088Zopenssl vendor 3 vendor
2272025-01-28T22:22:28.088Zperl system 5.36 system
2282025-01-28T22:22:28.088Zpostgresql system 15 system
2292025-01-28T22:22:28.088Zpostgresql system 13 system
2302025-01-28T22:22:28.088Zpython vendor 3 vendor
2312025-01-28T22:22:28.088Zpython system 2 system
2322025-01-28T22:22:28.088Zpython3 system 3.11 system
2332025-01-28T22:22:28.088Zruby system 3.0 system
2342025-01-28T22:22:28.088Zwords vendor vendor american-english
2352025-01-28T22:22:28.088Zwords system system australian-english
2362025-01-28T22:22:28.088Zwords system system british-english
2372025-01-28T22:22:28.088Zwords system system canadian-english
2382025-01-28T22:22:28.088Zwords system system french
2392025-01-28T22:22:28.088Zwords system system italian
2402025-01-28T22:22:28.088Zwords system system ngerman
2412025-01-28T22:22:28.089Zwords system system ogerman
2422025-01-28T22:22:28.089Zwords system system spanish
2432025-01-28T22:22:28.412ZPUBLISHER TYPE STATUS P LOCATION
2442025-01-28T22:22:28.413Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452025-01-28T22:22:31.179ZFMRI IFO
2462025-01-28T22:22:31.179Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472025-01-28T22:22:31.179Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482025-01-28T22:22:31.179Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492025-01-28T22:22:31.179Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502025-01-28T22:22:31.179Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512025-01-28T22:22:31.179Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522025-01-28T22:22:31.179Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2532025-01-28T22:22:31.179Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542025-01-28T22:22:31.179Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552025-01-28T22:22:31.179Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2562025-01-28T22:22:31.179Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2572025-01-28T22:22:31.179Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582025-01-28T22:22:31.179Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2592025-01-28T22:22:31.179Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2602025-01-28T22:22:31.179Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612025-01-28T22:22:31.909Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2622025-01-28T22:22:32.239Z Updating crates.io index
2632025-01-28T22:22:32.242Z Updating git repository `https://github.com/oxidecomputer/diffus`
2642025-01-28T22:22:32.592Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2652025-01-28T22:22:33.149Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2662025-01-28T22:22:33.443Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672025-01-28T22:22:33.739Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2682025-01-28T22:22:34.021Z Updating git repository `https://github.com/oxidecomputer/propolis`
2692025-01-28T22:22:35.404Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702025-01-28T22:22:37.073Z Updating git repository `https://github.com/oxidecomputer/opte`
2712025-01-28T22:22:37.783Z Updating git repository `https://github.com/oxidecomputer/falcon`
2722025-01-28T22:22:38.753Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732025-01-28T22:22:38.990Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742025-01-28T22:22:39.302Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2752025-01-28T22:22:40.033Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2762025-01-28T22:22:40.311Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2772025-01-28T22:22:40.730Z Updating git repository `https://github.com/oxidecomputer/tofino`
2782025-01-28T22:22:40.998Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792025-01-28T22:22:41.252Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802025-01-28T22:22:41.512Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812025-01-28T22:22:41.742Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822025-01-28T22:22:42.060Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2832025-01-28T22:22:42.322Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2842025-01-28T22:22:42.655Z Updating git repository `https://github.com/oxidecomputer/ispf`
2852025-01-28T22:22:42.959Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2862025-01-28T22:22:43.357Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872025-01-28T22:22:43.859Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882025-01-28T22:22:44.177Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2892025-01-28T22:22:44.544Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902025-01-28T22:22:44.987Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2912025-01-28T22:22:45.389Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922025-01-28T22:22:45.651Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932025-01-28T22:22:45.974Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942025-01-28T22:22:47.222Z Downloading crates ...
2952025-01-28T22:22:47.293Z Downloaded anstyle-parse v0.2.5
2962025-01-28T22:22:47.295Z Downloaded anstream v0.6.15
2972025-01-28T22:22:47.298Z Downloaded equivalent v1.0.1
2982025-01-28T22:22:47.300Z Downloaded errno v0.3.9
2992025-01-28T22:22:47.300Z Downloaded cargo_metadata v0.18.1
3002025-01-28T22:22:47.315Z Downloaded dtrace-parser v0.2.0
3012025-01-28T22:22:47.318Z Downloaded swrite v0.1.0
3022025-01-28T22:22:47.323Z Downloaded pretty-hex v0.4.1
3032025-01-28T22:22:47.327Z Downloaded crypto-common v0.1.6
3042025-01-28T22:22:47.330Z Downloaded cpufeatures v0.2.14
3052025-01-28T22:22:47.330Z Downloaded block-buffer v0.10.4
3062025-01-28T22:22:47.332Z Downloaded autocfg v1.4.0
3072025-01-28T22:22:47.335Z Downloaded usdt-macro v0.5.0
3082025-01-28T22:22:47.354Z Downloaded itoa v1.0.11
3092025-01-28T22:22:47.357Z Downloaded scroll_derive v0.12.0
3102025-01-28T22:22:47.360Z Downloaded anstyle-query v1.1.1
3112025-01-28T22:22:47.360Z Downloaded anstyle v1.0.10
3122025-01-28T22:22:47.363Z Downloaded dof v0.3.0
3132025-01-28T22:22:47.367Z Downloaded fastrand v2.1.1
3142025-01-28T22:22:47.367Z Downloaded colorchoice v1.0.2
3152025-01-28T22:22:47.369Z Downloaded cfg-if v1.0.0
3162025-01-28T22:22:47.369Z Downloaded clap_lex v0.7.4
3172025-01-28T22:22:47.369Z Downloaded byteorder v1.5.0
3182025-01-28T22:22:47.372Z Downloaded bytecount v0.6.8
3192025-01-28T22:22:47.375Z Downloaded fs-err v2.11.0
3202025-01-28T22:22:47.378Z Downloaded digest v0.10.7
3212025-01-28T22:22:47.378Z Downloaded thiserror-impl v1.0.69
3222025-01-28T22:22:47.381Z Downloaded unicode-linebreak v0.1.5
3232025-01-28T22:22:47.381Z Downloaded smawk v0.3.2
3242025-01-28T22:22:47.383Z Downloaded thiserror v1.0.69
3252025-01-28T22:22:47.386Z Downloaded usdt-attr-macro v0.5.0
3262025-01-28T22:22:47.389Z Downloaded terminal_size v0.4.0
3272025-01-28T22:22:47.389Z Downloaded proc-macro-error-attr v1.0.4
3282025-01-28T22:22:47.393Z Downloaded heck v0.5.0
3292025-01-28T22:22:47.396Z Downloaded macaddr v1.0.1
3302025-01-28T22:22:47.396Z Downloaded heck v0.4.1
3312025-01-28T22:22:47.399Z Downloaded thread-id v4.2.2
3322025-01-28T22:22:47.401Z Downloaded version_check v0.9.5
3332025-01-28T22:22:47.404Z Downloaded tabled_derive v0.7.0
3342025-01-28T22:22:47.414Z Downloaded utf8parse v0.2.2
3352025-01-28T22:22:47.416Z Downloaded generic-array v0.14.7
3362025-01-28T22:22:47.419Z Downloaded serde_spanned v0.6.8
3372025-01-28T22:22:47.425Z Downloaded plain v0.2.3
3382025-01-28T22:22:47.427Z Downloaded serde_tokenstream v0.2.2
3392025-01-28T22:22:47.427Z Downloaded memmap v0.7.0
3402025-01-28T22:22:47.427Z Downloaded is_terminal_polyfill v1.70.1
3412025-01-28T22:22:47.430Z Downloaded strsim v0.11.1
3422025-01-28T22:22:47.430Z Downloaded toml_datetime v0.6.8
3432025-01-28T22:22:47.433Z Downloaded cargo-platform v0.1.8
3442025-01-28T22:22:47.433Z Downloaded camino-tempfile v1.1.1
3452025-01-28T22:22:47.435Z Downloaded cargo_toml v0.20.5
3462025-01-28T22:22:47.435Z Downloaded pest_generator v2.7.14
3472025-01-28T22:22:47.439Z Downloaded fnv v1.0.7
3482025-01-28T22:22:47.439Z Downloaded proc-macro-error v1.0.4
3492025-01-28T22:22:47.443Z Downloaded sha2 v0.10.8
3502025-01-28T22:22:47.446Z Downloaded tempfile v3.13.0
3512025-01-28T22:22:47.450Z Downloaded once_cell v1.20.2
3522025-01-28T22:22:47.454Z Downloaded zerocopy-derive v0.7.35
3532025-01-28T22:22:47.457Z Downloaded quote v1.0.38
3542025-01-28T22:22:47.460Z Downloaded scroll v0.12.0
3552025-01-28T22:22:47.462Z Downloaded pest_derive v2.7.14
3562025-01-28T22:22:47.465Z Downloaded clap_derive v4.5.24
3572025-01-28T22:22:47.465Z Downloaded usdt-impl v0.5.0
3582025-01-28T22:22:47.468Z Downloaded usdt v0.5.0
3592025-01-28T22:22:47.474Z Downloaded semver v1.0.24
3602025-01-28T22:22:47.476Z Downloaded camino v1.1.9
3612025-01-28T22:22:47.479Z Downloaded anyhow v1.0.95
3622025-01-28T22:22:47.482Z Downloaded unicode-ident v1.0.14
3632025-01-28T22:22:47.485Z Downloaded typenum v1.17.0
3642025-01-28T22:22:47.495Z Downloaded toml v0.8.19
3652025-01-28T22:22:47.498Z Downloaded proc-macro2 v1.0.92
3662025-01-28T22:22:47.501Z Downloaded pest_meta v2.7.14
3672025-01-28T22:22:47.508Z Downloaded clap v4.5.27
3682025-01-28T22:22:47.511Z Downloaded log v0.4.22
3692025-01-28T22:22:47.518Z Downloaded textwrap v0.16.1
3702025-01-28T22:22:47.524Z Downloaded bitflags v2.6.0
3712025-01-28T22:22:47.528Z Downloaded ucd-trie v0.1.7
3722025-01-28T22:22:47.533Z Downloaded papergrid v0.11.0
3732025-01-28T22:22:47.536Z Downloaded serde_derive v1.0.217
3742025-01-28T22:22:47.538Z Downloaded ryu v1.0.18
3752025-01-28T22:22:47.548Z Downloaded indexmap v2.7.1
3762025-01-28T22:22:47.558Z Downloaded memchr v2.7.4
3772025-01-28T22:22:47.574Z Downloaded toml_edit v0.22.22
3782025-01-28T22:22:47.597Z Downloaded serde v1.0.217
3792025-01-28T22:22:47.600Z Downloaded pest v2.7.14
3802025-01-28T22:22:47.612Z Downloaded hashbrown v0.15.1
3812025-01-28T22:22:47.630Z Downloaded zerocopy v0.7.35
3822025-01-28T22:22:47.645Z Downloaded serde_json v1.0.135
3832025-01-28T22:22:47.652Z Downloaded winnow v0.6.20
3842025-01-28T22:22:47.660Z Downloaded clap_builder v4.5.27
3852025-01-28T22:22:47.666Z Downloaded goblin v0.8.2
3862025-01-28T22:22:47.673Z Downloaded tabled v0.15.0
3872025-01-28T22:22:47.689Z Downloaded syn v1.0.109
3882025-01-28T22:22:47.699Z Downloaded unicode-width v0.1.14
3892025-01-28T22:22:47.705Z Downloaded syn v2.0.96
3902025-01-28T22:22:47.719Z Downloaded rustix v0.38.37
3912025-01-28T22:22:47.754Z Downloaded libc v0.2.169
3922025-01-28T22:22:48.067Z Compiling proc-macro2 v1.0.92
3932025-01-28T22:22:48.067Z Compiling unicode-ident v1.0.14
3942025-01-28T22:22:48.067Z Compiling serde v1.0.217
3952025-01-28T22:22:48.070Z Compiling version_check v0.9.5
3962025-01-28T22:22:48.070Z Compiling memchr v2.7.4
3972025-01-28T22:22:48.070Z Compiling thiserror v1.0.69
3982025-01-28T22:22:48.102Z Compiling libc v0.2.169
3992025-01-28T22:22:48.104Z Compiling itoa v1.0.11
4002025-01-28T22:22:48.323Z Compiling ucd-trie v0.1.7
4012025-01-28T22:22:48.347Z Compiling ryu v1.0.18
4022025-01-28T22:22:48.693Z Compiling once_cell v1.20.2
4032025-01-28T22:22:48.839Z Compiling byteorder v1.5.0
4042025-01-28T22:22:49.049Z Compiling rustix v0.38.37
4052025-01-28T22:22:49.092Z Compiling serde_json v1.0.135
4062025-01-28T22:22:49.375Z Compiling bitflags v2.6.0
4072025-01-28T22:22:49.436Z Compiling usdt-impl v0.5.0
4082025-01-28T22:22:49.621Z Compiling proc-macro-error-attr v1.0.4
4092025-01-28T22:22:49.646Z Compiling syn v1.0.109
4102025-01-28T22:22:49.789Z Compiling proc-macro-error v1.0.4
4112025-01-28T22:22:49.851Z Compiling hashbrown v0.15.1
4122025-01-28T22:22:49.888Z Compiling quote v1.0.38
4132025-01-28T22:22:49.986Z Compiling log v0.4.22
4142025-01-28T22:22:50.078Z Compiling errno v0.3.9
4152025-01-28T22:22:50.232Z Compiling thread-id v4.2.2
4162025-01-28T22:22:50.255Z Compiling syn v2.0.96
4172025-01-28T22:22:50.310Z Compiling camino v1.1.9
4182025-01-28T22:22:50.352Z Compiling plain v0.2.3
4192025-01-28T22:22:50.375Z Compiling utf8parse v0.2.2
4202025-01-28T22:22:50.509Z Compiling equivalent v1.0.1
4212025-01-28T22:22:50.535Z Compiling anstyle-parse v0.2.5
4222025-01-28T22:22:50.849Z Compiling indexmap v2.7.1
4232025-01-28T22:22:50.921Z Compiling winnow v0.6.20
4242025-01-28T22:22:50.969Z Compiling unicode-width v0.1.14
4252025-01-28T22:22:51.140Z Compiling semver v1.0.24
4262025-01-28T22:22:51.310Z Compiling anstyle-query v1.1.1
4272025-01-28T22:22:51.487Z Compiling pretty-hex v0.4.1
4282025-01-28T22:22:51.517Z Compiling anstyle v1.0.10
4292025-01-28T22:22:51.626Z Compiling autocfg v1.4.0
4302025-01-28T22:22:51.723Z Compiling colorchoice v1.0.2
4312025-01-28T22:22:51.897Z Compiling is_terminal_polyfill v1.70.1
4322025-01-28T22:22:52.059Z Compiling anstream v0.6.15
4332025-01-28T22:22:52.166Z Compiling terminal_size v0.4.0
4342025-01-28T22:22:52.189Z Compiling bytecount v0.6.8
4352025-01-28T22:22:52.403Z Compiling strsim v0.11.1
4362025-01-28T22:22:52.428Z Compiling fastrand v2.1.1
4372025-01-28T22:22:52.581Z Compiling fs-err v2.11.0
4382025-01-28T22:22:52.740Z Compiling heck v0.5.0
4392025-01-28T22:22:52.879Z Compiling anyhow v1.0.95
4402025-01-28T22:22:52.904Z Compiling heck v0.4.1
4412025-01-28T22:22:52.968Z Compiling fnv v1.0.7
4422025-01-28T22:22:53.130Z Compiling clap_lex v0.7.4
4432025-01-28T22:22:53.340Z Compiling cfg-if v1.0.0
4442025-01-28T22:22:53.455Z Compiling clap_builder v4.5.27
4452025-01-28T22:22:53.598Z Compiling tempfile v3.13.0
4462025-01-28T22:22:53.664Z Compiling papergrid v0.11.0
4472025-01-28T22:22:53.858Z Compiling memmap v0.7.0
4482025-01-28T22:22:53.962Z Compiling unicode-linebreak v0.1.5
4492025-01-28T22:22:54.225Z Compiling smawk v0.3.2
4502025-01-28T22:22:54.437Z Compiling textwrap v0.16.1
4512025-01-28T22:22:54.518Z Compiling swrite v0.1.0
4522025-01-28T22:22:55.451Z Compiling tabled_derive v0.7.0
4532025-01-28T22:22:56.938Z Compiling tabled v0.15.0
4542025-01-28T22:22:57.026Z Compiling serde_derive v1.0.217
4552025-01-28T22:22:57.030Z Compiling thiserror-impl v1.0.69
4562025-01-28T22:22:57.030Z Compiling zerocopy-derive v0.7.35
4572025-01-28T22:22:57.030Z Compiling scroll_derive v0.12.0
4582025-01-28T22:22:57.030Z Compiling clap_derive v4.5.24
4592025-01-28T22:22:58.335Z Compiling scroll v0.12.0
4602025-01-28T22:22:58.885Z Compiling goblin v0.8.2
4612025-01-28T22:22:59.142Z Compiling zerocopy v0.7.35
4622025-01-28T22:23:00.107Z Compiling pest v2.7.14
4632025-01-28T22:23:00.515Z Compiling clap v4.5.27
4642025-01-28T22:23:02.157Z Compiling pest_meta v2.7.14
4652025-01-28T22:23:03.104Z Compiling pest_generator v2.7.14
4662025-01-28T22:23:04.504Z Compiling pest_derive v2.7.14
4672025-01-28T22:23:05.059Z Compiling dtrace-parser v0.2.0
4682025-01-28T22:23:05.761Z Compiling serde_spanned v0.6.8
4692025-01-28T22:23:05.764Z Compiling toml_datetime v0.6.8
4702025-01-28T22:23:06.065Z Compiling serde_tokenstream v0.2.2
4712025-01-28T22:23:06.092Z Compiling toml_edit v0.22.22
4722025-01-28T22:23:06.119Z Compiling cargo-platform v0.1.8
4732025-01-28T22:23:06.237Z Compiling macaddr v1.0.1
4742025-01-28T22:23:06.460Z Compiling camino-tempfile v1.1.1
4752025-01-28T22:23:07.133Z Compiling dof v0.3.0
4762025-01-28T22:23:07.133Z Compiling cargo_metadata v0.18.1
4772025-01-28T22:23:08.567Z Compiling usdt-macro v0.5.0
4782025-01-28T22:23:08.573Z Compiling usdt-attr-macro v0.5.0
4792025-01-28T22:23:09.004Z Compiling toml v0.8.19
4802025-01-28T22:23:09.769Z Compiling usdt v0.5.0
4812025-01-28T22:23:09.798Z Compiling cargo_toml v0.20.5
4822025-01-28T22:23:12.319Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4832025-01-28T22:23:15.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.66s
4842025-01-28T22:23:15.635Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4852025-01-28T22:23:16.135Z Downloading crates ...
4862025-01-28T22:23:16.286Z Downloaded hostname v0.4.0
4872025-01-28T22:23:16.291Z Downloaded heck v0.3.3
4882025-01-28T22:23:16.294Z Downloaded darling v0.20.10
4892025-01-28T22:23:16.297Z Downloaded icu_provider_macros v1.5.0
4902025-01-28T22:23:16.300Z Downloaded home v0.5.9
4912025-01-28T22:23:16.302Z Downloaded addr2line v0.24.2
4922025-01-28T22:23:16.310Z Downloaded http-range v0.1.5
4932025-01-28T22:23:16.312Z Downloaded http-body v1.0.1
4942025-01-28T22:23:16.316Z Downloaded aes v0.8.4
4952025-01-28T22:23:16.320Z Downloaded md5 v0.7.0
4962025-01-28T22:23:16.323Z Downloaded ident_case v1.0.1
4972025-01-28T22:23:16.327Z Downloaded atty v0.2.14
4982025-01-28T22:23:16.330Z Downloaded ascii-canvas v3.0.0
4992025-01-28T22:23:16.330Z Downloaded arrayvec v0.7.6
5002025-01-28T22:23:16.332Z Downloaded allocator-api2 v0.2.18
5012025-01-28T22:23:16.336Z Downloaded is_ci v1.2.0
5022025-01-28T22:23:16.338Z Downloaded atomic-waker v1.1.2
5032025-01-28T22:23:16.341Z Downloaded async-stream v0.3.6
5042025-01-28T22:23:16.341Z Downloaded async-bb8-diesel v0.2.1
5052025-01-28T22:23:16.344Z Downloaded instant v0.1.13
5062025-01-28T22:23:16.348Z Downloaded hubpack_derive v0.1.1
5072025-01-28T22:23:16.348Z Downloaded mirai-annotations v1.12.0
5082025-01-28T22:23:16.351Z Downloaded inout v0.1.3
5092025-01-28T22:23:16.351Z Downloaded assert_matches v1.5.0
5102025-01-28T22:23:16.351Z Downloaded adler2 v2.0.0
5112025-01-28T22:23:16.354Z Downloaded progenitor-client v0.9.1
5122025-01-28T22:23:16.354Z Downloaded http-body-util v0.1.2
5132025-01-28T22:23:16.357Z Downloaded impl-trait-for-tuples v0.2.2
5142025-01-28T22:23:16.360Z Downloaded hostname v0.3.1
5152025-01-28T22:23:16.362Z Downloaded idna_adapter v1.2.0
5162025-01-28T22:23:16.362Z Downloaded base16ct v0.2.0
5172025-01-28T22:23:16.366Z Downloaded hex-literal v0.4.1
5182025-01-28T22:23:16.366Z Downloaded backtrace v0.3.74
5192025-01-28T22:23:16.369Z Downloaded lru-cache v0.1.2
5202025-01-28T22:23:16.372Z Downloaded maybe-uninit v2.0.0
5212025-01-28T22:23:16.374Z Downloaded managed v0.8.0
5222025-01-28T22:23:16.374Z Downloaded instability v0.3.2
5232025-01-28T22:23:16.377Z Downloaded indoc v1.0.9
5242025-01-28T22:23:16.380Z Downloaded hyper-tls v0.6.0
5252025-01-28T22:23:16.382Z Downloaded humantime v2.1.0
5262025-01-28T22:23:16.382Z Downloaded hex v0.4.3
5272025-01-28T22:23:16.385Z Downloaded keccak v0.1.5
5282025-01-28T22:23:16.388Z Downloaded mockall v0.13.0
5292025-01-28T22:23:16.388Z Downloaded libsw v3.3.1
5302025-01-28T22:23:16.390Z Downloaded memoffset v0.9.1
5312025-01-28T22:23:16.393Z Downloaded lru v0.12.5
5322025-01-28T22:23:16.393Z Downloaded linked-hash-map v0.5.6
5332025-01-28T22:23:16.396Z Downloaded linear-map v1.2.0
5342025-01-28T22:23:16.396Z Downloaded libefi-sys v0.1.0
5352025-01-28T22:23:16.398Z Downloaded mime v0.3.17
5362025-01-28T22:23:16.401Z Downloaded match_cfg v0.1.0
5372025-01-28T22:23:16.401Z Downloaded hubpack v0.1.2
5382025-01-28T22:23:16.404Z Downloaded httpdate v1.0.3
5392025-01-28T22:23:16.404Z Downloaded md-5 v0.10.6
5402025-01-28T22:23:16.406Z Downloaded lazy_static v1.5.0
5412025-01-28T22:23:16.409Z Downloaded ciborium-io v0.2.2
5422025-01-28T22:23:16.411Z Downloaded maplit v1.0.2
5432025-01-28T22:23:16.411Z Downloaded lockfree-object-pool v0.1.6
5442025-01-28T22:23:16.414Z Downloaded is-terminal v0.4.13
5452025-01-28T22:23:16.417Z Downloaded lazycell v1.3.0
5462025-01-28T22:23:16.417Z Downloaded indent_write v2.2.0
5472025-01-28T22:23:16.419Z Downloaded bitflags v1.3.2
5482025-01-28T22:23:16.422Z Downloaded internet-checksum v0.2.1
5492025-01-28T22:23:16.422Z Downloaded bit-vec v0.6.3
5502025-01-28T22:23:16.425Z Downloaded highway v1.2.0
5512025-01-28T22:23:16.427Z Downloaded hickory-client v0.24.2
5522025-01-28T22:23:16.430Z Downloaded bcrypt-pbkdf v0.10.0
5532025-01-28T22:23:16.432Z Downloaded cfg_aliases v0.2.1
5542025-01-28T22:23:16.435Z Downloaded lock_api v0.4.12
5552025-01-28T22:23:16.435Z Downloaded cassowary v0.3.0
5562025-01-28T22:23:16.438Z Downloaded bitfield-struct v0.6.2
5572025-01-28T22:23:16.438Z Downloaded icu_locid_transform v1.5.0
5582025-01-28T22:23:16.441Z Downloaded chacha20 v0.9.1
5592025-01-28T22:23:16.444Z Downloaded bitfield v0.14.0
5602025-01-28T22:23:16.446Z Downloaded libloading v0.8.5
5612025-01-28T22:23:16.449Z Downloaded lalrpop-util v0.19.12
5622025-01-28T22:23:16.452Z Downloaded multer v3.1.0
5632025-01-28T22:23:16.454Z Downloaded mime_guess v2.0.5
5642025-01-28T22:23:16.454Z Downloaded quick-error v1.2.3
5652025-01-28T22:23:16.457Z Downloaded kstat-rs v0.2.4
5662025-01-28T22:23:16.460Z Downloaded crucible-workspace-hack v0.1.0
5672025-01-28T22:23:16.460Z Downloaded memmap2 v0.9.5
5682025-01-28T22:23:16.462Z Downloaded chrono-tz-build v0.4.0
5692025-01-28T22:23:16.462Z Downloaded castaway v0.2.3
5702025-01-28T22:23:16.465Z Downloaded blowfish v0.9.1
5712025-01-28T22:23:16.465Z Downloaded base64ct v1.6.0
5722025-01-28T22:23:16.468Z Downloaded typify-macro v0.2.0
5732025-01-28T22:23:16.471Z Downloaded toolchain_find v0.4.0
5742025-01-28T22:23:16.471Z Downloaded cipher v0.4.4
5752025-01-28T22:23:16.474Z Downloaded zone_cfg_derive v0.1.2
5762025-01-28T22:23:16.474Z Downloaded yoke-derive v0.7.4
5772025-01-28T22:23:16.476Z Downloaded cexpr v0.6.0
5782025-01-28T22:23:16.479Z Downloaded strum v0.26.3
5792025-01-28T22:23:16.479Z Downloaded httparse v1.9.5
5802025-01-28T22:23:16.482Z Downloaded r2d2 v0.8.10
5812025-01-28T22:23:16.484Z Downloaded sqlparser_derive v0.2.2
5822025-01-28T22:23:16.484Z Downloaded bit-set v0.5.3
5832025-01-28T22:23:16.487Z Downloaded cmake v0.1.51
5842025-01-28T22:23:16.487Z Downloaded litemap v0.7.3
5852025-01-28T22:23:16.490Z Downloaded iana-time-zone v0.1.61
5862025-01-28T22:23:16.493Z Downloaded icu_normalizer_data v1.5.0
5872025-01-28T22:23:16.495Z Downloaded hyper-rustls v0.27.3
5882025-01-28T22:23:16.498Z Downloaded constant_time_eq v0.3.1
5892025-01-28T22:23:16.501Z Downloaded crc v3.2.1
5902025-01-28T22:23:16.503Z Downloaded cancel-safe-futures v0.1.5
5912025-01-28T22:23:16.506Z Downloaded indexmap v1.9.3
5922025-01-28T22:23:16.510Z Downloaded litrs v0.4.1
5932025-01-28T22:23:16.513Z Downloaded ciborium-ll v0.2.2
5942025-01-28T22:23:16.515Z Downloaded diesel_table_macro_syntax v0.2.0
5952025-01-28T22:23:16.518Z Downloaded array-init v0.0.4
5962025-01-28T22:23:16.518Z Downloaded icu_locid_transform_data v1.5.0
5972025-01-28T22:23:16.521Z Downloaded icu_provider v1.5.0
5982025-01-28T22:23:16.523Z Downloaded ciborium v0.2.2
5992025-01-28T22:23:16.526Z Downloaded supports-color v3.0.1
6002025-01-28T22:23:16.528Z Downloaded radium v0.7.0
6012025-01-28T22:23:16.531Z Downloaded heapless v0.8.0
6022025-01-28T22:23:16.534Z Downloaded new_debug_unreachable v1.0.6
6032025-01-28T22:23:16.536Z Downloaded topological-sort v0.2.2
6042025-01-28T22:23:16.536Z Downloaded peg-runtime v0.8.3
6052025-01-28T22:23:16.539Z Downloaded rustls-pemfile v1.0.4
6062025-01-28T22:23:16.541Z Downloaded serde_repr v0.1.19
6072025-01-28T22:23:16.542Z Downloaded utf-8 v0.7.6
6082025-01-28T22:23:16.544Z Downloaded serde_path_to_error v0.1.16
6092025-01-28T22:23:16.547Z Downloaded num_threads v0.1.7
6102025-01-28T22:23:16.547Z Downloaded const_format_proc_macros v0.2.34
6112025-01-28T22:23:16.550Z Downloaded normalize-line-endings v0.3.0
6122025-01-28T22:23:16.550Z Downloaded defmt-parser v0.3.4
6132025-01-28T22:23:16.553Z Downloaded strum_macros v0.24.3
6142025-01-28T22:23:16.555Z Downloaded tokio-native-tls v0.3.1
6152025-01-28T22:23:16.558Z Downloaded icu_properties v1.5.1
6162025-01-28T22:23:16.560Z Downloaded console v0.15.10
6172025-01-28T22:23:16.563Z Downloaded crossbeam-deque v0.8.5
6182025-01-28T22:23:16.566Z Downloaded cbc v0.1.2
6192025-01-28T22:23:16.568Z Downloaded indicatif v0.17.9
6202025-01-28T22:23:16.572Z Downloaded miniz_oxide v0.8.0
6212025-01-28T22:23:16.574Z Downloaded packed_struct_codegen v0.10.1
6222025-01-28T22:23:16.579Z Downloaded opaque-debug v0.3.1
6232025-01-28T22:23:16.579Z Downloaded cookie_store v0.21.1
6242025-01-28T22:23:16.582Z Downloaded ctr v0.9.2
6252025-01-28T22:23:16.584Z Downloaded csv-core v0.1.11
6262025-01-28T22:23:16.585Z Downloaded difflib v0.4.0
6272025-01-28T22:23:16.587Z Downloaded base64 v0.13.1
6282025-01-28T22:23:16.591Z Downloaded fixedbitset v0.4.2
6292025-01-28T22:23:16.591Z Downloaded filetime v0.2.25
6302025-01-28T22:23:16.593Z Downloaded embedded-io v0.4.0
6312025-01-28T22:23:16.596Z Downloaded dirs-next v2.0.0
6322025-01-28T22:23:16.596Z Downloaded take_mut v0.2.2
6332025-01-28T22:23:16.598Z Downloaded tinyvec v1.8.0
6342025-01-28T22:23:16.601Z Downloaded ff v0.13.0
6352025-01-28T22:23:16.604Z Downloaded fd-lock v4.0.2
6362025-01-28T22:23:16.607Z Downloaded num-iter v0.1.45
6372025-01-28T22:23:16.610Z Downloaded time-core v0.1.2
6382025-01-28T22:23:16.610Z Downloaded serde_plain v1.0.2
6392025-01-28T22:23:16.610Z Downloaded pem v3.0.4
6402025-01-28T22:23:16.613Z Downloaded yoke v0.7.4
6412025-01-28T22:23:16.615Z Downloaded whoami v1.5.2
6422025-01-28T22:23:16.618Z Downloaded try-lock v0.2.5
6432025-01-28T22:23:16.618Z Downloaded serde_derive_internals v0.29.1
6442025-01-28T22:23:16.621Z Downloaded crc32fast v1.4.2
6452025-01-28T22:23:16.623Z Downloaded strum_macros v0.26.4
6462025-01-28T22:23:16.626Z Downloaded icu_normalizer v1.5.0
6472025-01-28T22:23:16.628Z Downloaded crc-any v2.5.0
6482025-01-28T22:23:16.631Z Downloaded cookie v0.18.1
6492025-01-28T22:23:16.634Z Downloaded vte_generate_state_changes v0.1.2
6502025-01-28T22:23:16.637Z Downloaded zone_cfg_derive v0.3.0
6512025-01-28T22:23:16.637Z Downloaded ahash v0.8.11
6522025-01-28T22:23:16.640Z Downloaded ppv-lite86 v0.2.20
6532025-01-28T22:23:16.642Z Downloaded progenitor v0.9.1
6542025-01-28T22:23:16.645Z Downloaded progenitor v0.8.0
6552025-01-28T22:23:16.648Z Downloaded powerfmt v0.2.0
6562025-01-28T22:23:16.648Z Downloaded pbkdf2 v0.12.2
6572025-01-28T22:23:16.650Z Downloaded pbkdf2 v0.11.0
6582025-01-28T22:23:16.653Z Downloaded resolv-conf v0.7.0
6592025-01-28T22:23:16.655Z Downloaded sha1 v0.10.6
6602025-01-28T22:23:16.655Z Downloaded scheduled-thread-pool v0.2.7
6612025-01-28T22:23:16.658Z Downloaded slog v2.7.0
6622025-01-28T22:23:16.660Z Downloaded value-bag v1.9.0
6632025-01-28T22:23:16.663Z Downloaded typify v0.3.0
6642025-01-28T22:23:16.667Z Downloaded num-conv v0.1.0
6652025-01-28T22:23:16.670Z Downloaded structmeta-derive v0.2.0
6662025-01-28T22:23:16.670Z Downloaded tap v1.0.1
6672025-01-28T22:23:16.673Z Downloaded stable_deref_trait v1.2.0
6682025-01-28T22:23:16.673Z Downloaded slog-dtrace v0.3.0
6692025-01-28T22:23:16.675Z Downloaded untrusted v0.9.0
6702025-01-28T22:23:16.679Z Downloaded hash32 v0.2.1
6712025-01-28T22:23:16.679Z Downloaded chacha20poly1305 v0.10.1
6722025-01-28T22:23:16.683Z Downloaded pem-rfc7468 v0.7.0
6732025-01-28T22:23:16.683Z Downloaded nu-ansi-term v0.50.1
6742025-01-28T22:23:16.686Z Downloaded untrusted v0.7.1
6752025-01-28T22:23:16.689Z Downloaded tui-tree-widget v0.22.0
6762025-01-28T22:23:16.689Z Downloaded tabwriter v1.4.0
6772025-01-28T22:23:16.691Z Downloaded subprocess v0.2.9
6782025-01-28T22:23:16.704Z Downloaded progenitor-client v0.8.0
6792025-01-28T22:23:16.706Z Downloaded zone v0.1.8
6802025-01-28T22:23:16.706Z Downloaded xattr v1.3.1
6812025-01-28T22:23:16.709Z Downloaded wyz v0.5.1
6822025-01-28T22:23:16.711Z Downloaded writeable v0.5.5
6832025-01-28T22:23:16.711Z Downloaded peg-macros v0.8.4
6842025-01-28T22:23:16.714Z Downloaded sigpipe v0.1.3
6852025-01-28T22:23:16.717Z Downloaded signal-hook-tokio v0.3.1
6862025-01-28T22:23:16.717Z Downloaded russh-cryptovec v0.7.3
6872025-01-28T22:23:16.719Z Downloaded rpassword v7.3.1
6882025-01-28T22:23:16.720Z Downloaded arc-swap v1.7.1
6892025-01-28T22:23:16.723Z Downloaded termtree v0.4.1
6902025-01-28T22:23:16.726Z Downloaded glob v0.3.2
6912025-01-28T22:23:16.729Z Downloaded futures-macro v0.3.31
6922025-01-28T22:23:16.729Z Downloaded flagset v0.4.6
6932025-01-28T22:23:16.732Z Downloaded fallible-iterator v0.3.0
6942025-01-28T22:23:16.732Z Downloaded fatfs v0.3.6
6952025-01-28T22:23:16.734Z Downloaded enum-as-inner v0.6.1
6962025-01-28T22:23:16.737Z Downloaded dyn-clone v1.0.17
6972025-01-28T22:23:16.739Z Downloaded downcast v0.11.0
6982025-01-28T22:23:16.742Z Downloaded headers-core v0.3.0
6992025-01-28T22:23:16.742Z Downloaded hickory-resolver v0.24.2
7002025-01-28T22:23:16.745Z Downloaded olpc-cjson v0.1.4
7012025-01-28T22:23:16.748Z Downloaded tokio-rustls v0.26.0
7022025-01-28T22:23:16.753Z Downloaded darling_macro v0.20.10
7032025-01-28T22:23:16.753Z Downloaded time-macros v0.2.18
7042025-01-28T22:23:16.753Z Downloaded write16 v1.0.0
7052025-01-28T22:23:16.753Z Downloaded tokio-rustls v0.25.0
7062025-01-28T22:23:16.757Z Downloaded zerocopy v0.6.6
7072025-01-28T22:23:16.760Z Downloaded tokio-rustls v0.24.1
7082025-01-28T22:23:16.762Z Downloaded const_format v0.2.34
7092025-01-28T22:23:16.767Z Downloaded primeorder v0.13.6
7102025-01-28T22:23:16.770Z Downloaded minimal-lexical v0.2.1
7112025-01-28T22:23:16.774Z Downloaded proc-macro-crate v1.3.1
7122025-01-28T22:23:16.777Z Downloaded parking_lot v0.12.3
7132025-01-28T22:23:16.779Z Downloaded http v1.2.0
7142025-01-28T22:23:16.783Z Downloaded static_assertions v1.1.0
7152025-01-28T22:23:16.785Z Downloaded signature v2.2.0
7162025-01-28T22:23:16.788Z Downloaded signal-hook-registry v1.4.2
7172025-01-28T22:23:16.788Z Downloaded tls_codec v0.4.1
7182025-01-28T22:23:16.791Z Downloaded nodrop v0.1.14
7192025-01-28T22:23:16.793Z Downloaded pretty-hex v0.2.1
7202025-01-28T22:23:16.793Z Downloaded termios v0.3.3
7212025-01-28T22:23:16.796Z Downloaded termcolor v1.4.1
7222025-01-28T22:23:16.796Z Downloaded ron v0.7.1
7232025-01-28T22:23:16.801Z Downloaded num-complex v0.4.6
7242025-01-28T22:23:16.804Z Downloaded hashlink v0.9.1
7252025-01-28T22:23:16.806Z Downloaded password-hash v0.5.0
7262025-01-28T22:23:16.809Z Downloaded serde-big-array v0.5.1
7272025-01-28T22:23:16.812Z Downloaded uzers v0.12.1
7282025-01-28T22:23:16.812Z Downloaded socket2 v0.5.7
7292025-01-28T22:23:16.814Z Downloaded similar v2.6.0
7302025-01-28T22:23:16.819Z Downloaded futures-io v0.3.31
7312025-01-28T22:23:16.822Z Downloaded ena v0.14.3
7322025-01-28T22:23:16.825Z Downloaded embedded-io v0.6.1
7332025-01-28T22:23:16.825Z Downloaded der v0.7.9
7342025-01-28T22:23:16.829Z Downloaded foldhash v0.1.3
7352025-01-28T22:23:16.832Z Downloaded document-features v0.2.10
7362025-01-28T22:23:16.835Z Downloaded data-encoding v2.6.0
7372025-01-28T22:23:16.835Z Downloaded vte v0.11.1
7382025-01-28T22:23:16.838Z Downloaded futures-executor v0.3.31
7392025-01-28T22:23:16.838Z Downloaded futures-core v0.3.31
7402025-01-28T22:23:16.841Z Downloaded libxml v0.3.3
7412025-01-28T22:23:16.846Z Downloaded fxhash v0.2.1
7422025-01-28T22:23:16.849Z Downloaded waitgroup v0.1.2
7432025-01-28T22:23:16.849Z Downloaded num v0.4.3
7442025-01-28T22:23:16.852Z Downloaded openssl-macros v0.1.1
7452025-01-28T22:23:16.852Z Downloaded postgres-types v0.2.8
7462025-01-28T22:23:16.855Z Downloaded precomputed-hash v0.1.1
7472025-01-28T22:23:16.855Z Downloaded packed_struct v0.10.1
7482025-01-28T22:23:16.858Z Downloaded typify v0.2.0
7492025-01-28T22:23:16.862Z Downloaded quinn-udp v0.5.5
7502025-01-28T22:23:16.865Z Downloaded serde_yaml v0.9.34+deprecated
7512025-01-28T22:23:16.868Z Downloaded twox-hash v2.1.0
7522025-01-28T22:23:16.871Z Downloaded derive-where v1.2.7
7532025-01-28T22:23:16.874Z Downloaded parse-size v1.1.0
7542025-01-28T22:23:16.874Z Downloaded ref-cast-impl v1.0.23
7552025-01-28T22:23:16.877Z Downloaded ref-cast v1.0.23
7562025-01-28T22:23:16.880Z Downloaded serde_urlencoded v0.7.1
7572025-01-28T22:23:16.880Z Downloaded spki v0.7.3
7582025-01-28T22:23:16.882Z Downloaded semver v0.1.20
7592025-01-28T22:23:16.882Z Downloaded poly1305 v0.8.0
7602025-01-28T22:23:16.886Z Downloaded pin-project v1.1.6
7612025-01-28T22:23:16.897Z Downloaded prettyplease v0.2.25
7622025-01-28T22:23:16.900Z Downloaded quinn v0.11.5
7632025-01-28T22:23:16.906Z Downloaded qorb v0.2.1
7642025-01-28T22:23:16.911Z Downloaded want v0.3.1
7652025-01-28T22:23:16.914Z Downloaded itertools v0.12.1
7662025-01-28T22:23:16.917Z Downloaded openssl-probe v0.1.5
7672025-01-28T22:23:16.920Z Downloaded parse-display-derive v0.10.0
7682025-01-28T22:23:16.920Z Downloaded number_prefix v0.4.0
7692025-01-28T22:23:16.923Z Downloaded newline-converter v0.3.0
7702025-01-28T22:23:16.923Z Downloaded futures-task v0.3.31
7712025-01-28T22:23:16.926Z Downloaded phf_generator v0.11.2
7722025-01-28T22:23:16.926Z Downloaded fallible-iterator v0.2.0
7732025-01-28T22:23:16.930Z Downloaded wait-timeout v0.2.0
7742025-01-28T22:23:16.930Z Downloaded gethostname v0.5.0
7752025-01-28T22:23:16.930Z Downloaded uuid v1.12.0
7762025-01-28T22:23:16.933Z Downloaded postgres-protocol v0.6.7
7772025-01-28T22:23:16.936Z Downloaded hashbrown v0.13.2
7782025-01-28T22:23:16.939Z Downloaded ed25519 v2.2.3
7792025-01-28T22:23:16.942Z Downloaded rusty-fork v0.3.0
7802025-01-28T22:23:16.945Z Downloaded rand_chacha v0.3.1
7812025-01-28T22:23:16.945Z Downloaded sqlformat v0.2.6
7822025-01-28T22:23:16.948Z Downloaded spin v0.9.8
7832025-01-28T22:23:16.951Z Downloaded snafu-derive v0.8.5
7842025-01-28T22:23:16.954Z Downloaded salsa20 v0.10.2
7852025-01-28T22:23:16.954Z Downloaded rand_seeder v0.3.0
7862025-01-28T22:23:16.957Z Downloaded libm v0.2.8
7872025-01-28T22:23:16.962Z Downloaded signal-hook-mio v0.2.4
7882025-01-28T22:23:16.965Z Downloaded tokio-tungstenite v0.23.1
7892025-01-28T22:23:16.969Z Downloaded tokio-tungstenite v0.21.0
7902025-01-28T22:23:16.969Z Downloaded termtree v0.5.1
7912025-01-28T22:23:16.973Z Downloaded foreign-types-macros v0.2.3
7922025-01-28T22:23:16.973Z Downloaded slog-async v2.8.0
7932025-01-28T22:23:16.976Z Downloaded slab v0.4.9
7942025-01-28T22:23:16.976Z Downloaded unicase v2.7.0
7952025-01-28T22:23:16.979Z Downloaded debug-ignore v1.0.5
7962025-01-28T22:23:16.980Z Downloaded tokio-tungstenite v0.24.0
7972025-01-28T22:23:16.983Z Downloaded tungstenite v0.24.0
7982025-01-28T22:23:16.986Z Downloaded dirs-sys-next v0.1.2
7992025-01-28T22:23:16.986Z Downloaded diesel-dtrace v0.4.2
8002025-01-28T22:23:16.990Z Downloaded predicates v3.1.2
8012025-01-28T22:23:16.992Z Downloaded idna v1.0.3
8022025-01-28T22:23:16.995Z Downloaded path-slash v0.1.5
8032025-01-28T22:23:16.998Z Downloaded oso-derive v0.27.3
8042025-01-28T22:23:16.998Z Downloaded env_logger v0.11.5
8052025-01-28T22:23:17.001Z Downloaded walkdir v2.5.0
8062025-01-28T22:23:17.006Z Downloaded siphasher v0.3.11
8072025-01-28T22:23:17.006Z Downloaded psl-types v2.0.11
8082025-01-28T22:23:17.008Z Downloaded num_enum_derive v0.5.11
8092025-01-28T22:23:17.008Z Downloaded pkcs5 v0.7.1
8102025-01-28T22:23:17.011Z Downloaded rand_xorshift v0.3.0
8112025-01-28T22:23:17.011Z Downloaded russh-keys v0.45.0
8122025-01-28T22:23:17.015Z Downloaded foreign-types-shared v0.1.1
8132025-01-28T22:23:17.018Z Downloaded derive_builder_macro v0.20.2
8142025-01-28T22:23:17.018Z Downloaded headers v0.4.0
8152025-01-28T22:23:17.022Z Downloaded slog-stdlog v4.1.1
8162025-01-28T22:23:17.024Z Downloaded slog-scope v4.4.0
8172025-01-28T22:23:17.027Z Downloaded predicates-tree v1.0.11
8182025-01-28T22:23:17.027Z Downloaded flume v0.11.1
8192025-01-28T22:23:17.032Z Downloaded thiserror-impl-no-std v2.0.2
8202025-01-28T22:23:17.035Z Downloaded smallvec v0.6.14
8212025-01-28T22:23:17.035Z Downloaded thiserror-impl v2.0.11
8222025-01-28T22:23:17.038Z Downloaded crossterm v0.28.1
8232025-01-28T22:23:17.042Z Downloaded zerovec-derive v0.10.3
8242025-01-28T22:23:17.045Z Downloaded newtype_derive v0.1.6
8252025-01-28T22:23:17.048Z Downloaded thiserror-no-std v2.0.2
8262025-01-28T22:23:17.052Z Downloaded futures-channel v0.3.31
8272025-01-28T22:23:17.057Z Downloaded x509-cert v0.2.5
8282025-01-28T22:23:17.065Z Downloaded parse-display v0.10.0
8292025-01-28T22:23:17.065Z Downloaded displaydoc v0.2.5
8302025-01-28T22:23:17.069Z Downloaded hashbrown v0.12.3
8312025-01-28T22:23:17.069Z Downloaded slog-json v2.6.1
8322025-01-28T22:23:17.073Z Downloaded rustc_version v0.4.1
8332025-01-28T22:23:17.073Z Downloaded percent-encoding v2.3.1
8342025-01-28T22:23:17.073Z Downloaded smf v0.2.3
8352025-01-28T22:23:17.076Z Downloaded getrandom v0.2.15
8362025-01-28T22:23:17.077Z Downloaded snafu v0.8.5
8372025-01-28T22:23:17.082Z Downloaded slog-bunyan v2.5.0
8382025-01-28T22:23:17.085Z Downloaded paste v1.0.15
8392025-01-28T22:23:17.088Z Downloaded multimap v0.10.0
8402025-01-28T22:23:17.088Z Downloaded unarray v0.1.4
8412025-01-28T22:23:17.091Z Downloaded tinyvec_macros v0.1.1
8422025-01-28T22:23:17.091Z Downloaded typify-macro v0.3.0
8432025-01-28T22:23:17.094Z Downloaded heapless v0.7.17
8442025-01-28T22:23:17.098Z Downloaded parse-zoneinfo v0.3.1
8452025-01-28T22:23:17.103Z Downloaded unicode-segmentation v1.12.0
8462025-01-28T22:23:17.106Z Downloaded rustc-demangle v0.1.24
8472025-01-28T22:23:17.106Z Downloaded signal-hook v0.3.17
8482025-01-28T22:23:17.108Z Downloaded rustc_version v0.1.7
8492025-01-28T22:23:17.109Z Downloaded scopeguard v1.2.0
8502025-01-28T22:23:17.111Z Downloaded group v0.13.0
8512025-01-28T22:23:17.112Z Downloaded newtype-uuid v1.2.1
8522025-01-28T22:23:17.116Z Downloaded rustc-hash v2.0.0
8532025-01-28T22:23:17.116Z Downloaded rustc-hash v1.1.0
8542025-01-28T22:23:17.116Z Downloaded polyval v0.6.2
8552025-01-28T22:23:17.119Z Downloaded unicode-xid v0.2.6
8562025-01-28T22:23:17.119Z Downloaded foreign-types-shared v0.3.1
8572025-01-28T22:23:17.122Z Downloaded parking_lot_core v0.9.10
8582025-01-28T22:23:17.122Z Downloaded fs_extra v1.3.0
8592025-01-28T22:23:17.125Z Downloaded publicsuffix v2.3.0
8602025-01-28T22:23:17.127Z Downloaded tinystr v0.7.6
8612025-01-28T22:23:17.130Z Downloaded tiny-keccak v2.0.2
8622025-01-28T22:23:17.133Z Downloaded schemars_derive v0.8.21
8632025-01-28T22:23:17.133Z Downloaded dropshot_endpoint v0.12.0
8642025-01-28T22:23:17.136Z Downloaded zopfli v0.8.1
8652025-01-28T22:23:17.140Z Downloaded slog-envlogger v2.2.0
8662025-01-28T22:23:17.143Z Downloaded hashbrown v0.14.5
8672025-01-28T22:23:17.147Z Downloaded foreign-types v0.3.2
8682025-01-28T22:23:17.155Z Downloaded predicates-core v1.0.8
8692025-01-28T22:23:17.155Z Downloaded nibble_vec v0.1.0
8702025-01-28T22:23:17.155Z Downloaded funty v2.0.0
8712025-01-28T22:23:17.155Z Downloaded fragile v2.0.0
8722025-01-28T22:23:17.159Z Downloaded dunce v1.0.5
8732025-01-28T22:23:17.159Z Downloaded aes-gcm v0.10.3
8742025-01-28T22:23:17.159Z Downloaded steno v0.4.1
8752025-01-28T22:23:17.161Z Downloaded endian-type v0.1.2
8762025-01-28T22:23:17.161Z Downloaded derive_builder_core v0.20.2
8772025-01-28T22:23:17.164Z Downloaded oso v0.27.3
8782025-01-28T22:23:17.167Z Downloaded num-integer v0.1.46
8792025-01-28T22:23:17.170Z Downloaded rustversion v1.0.17
8802025-01-28T22:23:17.173Z Downloaded tar v0.4.42
8812025-01-28T22:23:17.176Z Downloaded url v2.5.3
8822025-01-28T22:23:17.179Z Downloaded globset v0.4.15
8832025-01-28T22:23:17.182Z Downloaded sync-ptr v0.1.1
8842025-01-28T22:23:17.182Z Downloaded nanorand v0.7.0
8852025-01-28T22:23:17.185Z Downloaded rusqlite v0.32.1
8862025-01-28T22:23:17.189Z Downloaded zerofrom v0.1.4
8872025-01-28T22:23:17.192Z Downloaded form_urlencoded v1.2.1
8882025-01-28T22:23:17.192Z Downloaded unicode-bidi v0.3.17
8892025-01-28T22:23:17.195Z Downloaded zeroize_derive v1.4.2
8902025-01-28T22:23:17.195Z Downloaded structmeta-derive v0.3.0
8912025-01-28T22:23:17.198Z Downloaded typed-path v0.9.3
8922025-01-28T22:23:17.202Z Downloaded num-bigint v0.4.6
8932025-01-28T22:23:17.208Z Downloaded sync_wrapper v1.0.1
8942025-01-28T22:23:17.212Z Downloaded phf_shared v0.10.0
8952025-01-28T22:23:17.212Z Downloaded dropshot_endpoint v0.15.1
8962025-01-28T22:23:17.215Z Downloaded tower-service v0.3.3
8972025-01-28T22:23:17.215Z Downloaded zerofrom-derive v0.1.4
8982025-01-28T22:23:17.215Z Downloaded num-derive v0.4.2
8992025-01-28T22:23:17.217Z Downloaded aho-corasick v1.1.3
9002025-01-28T22:23:17.221Z Downloaded unicode-truncate v1.1.0
9012025-01-28T22:23:17.225Z Downloaded env_filter v0.1.2
9022025-01-28T22:23:17.227Z Downloaded thiserror v2.0.11
9032025-01-28T22:23:17.230Z Downloaded tokio-macros v2.5.0
9042025-01-28T22:23:17.233Z Downloaded num-rational v0.4.2
9052025-01-28T22:23:17.233Z Downloaded zip v0.6.6
9062025-01-28T22:23:17.236Z Downloaded synstructure v0.13.1
9072025-01-28T22:23:17.240Z Downloaded pkcs1 v0.7.5
9082025-01-28T22:23:17.242Z Downloaded either v1.13.0
9092025-01-28T22:23:17.242Z Downloaded stringprep v0.1.5
9102025-01-28T22:23:17.245Z Downloaded zeroize v1.8.1
9112025-01-28T22:23:17.246Z Downloaded shlex v1.3.0
9122025-01-28T22:23:17.249Z Downloaded structmeta v0.3.0
9132025-01-28T22:23:17.249Z Downloaded half v2.4.1
9142025-01-28T22:23:17.252Z Downloaded dsl_auto_type v0.1.2
9152025-01-28T22:23:17.252Z Downloaded universal-hash v0.5.1
9162025-01-28T22:23:17.256Z Downloaded ssh-key v0.6.6
9172025-01-28T22:23:17.259Z Downloaded pin-project-lite v0.2.14
9182025-01-28T22:23:17.264Z Downloaded postcard v1.0.10
9192025-01-28T22:23:17.267Z Downloaded openssl-sys v0.9.103
9202025-01-28T22:23:17.272Z Downloaded phf v0.11.2
9212025-01-28T22:23:17.275Z Downloaded phf_codegen v0.11.2
9222025-01-28T22:23:17.275Z Downloaded strip-ansi-escapes v0.2.0
9232025-01-28T22:23:17.278Z Downloaded rayon-core v1.12.1
9242025-01-28T22:23:17.281Z Downloaded expectorate v1.1.0
9252025-01-28T22:23:17.284Z Downloaded pin-utils v0.1.0
9262025-01-28T22:23:17.284Z Downloaded des v0.8.1
9272025-01-28T22:23:17.286Z Downloaded pkcs8 v0.10.2
9282025-01-28T22:23:17.287Z Downloaded test-strategy v0.3.1
9292025-01-28T22:23:17.290Z Downloaded samael v0.0.17
9302025-01-28T22:23:17.296Z Downloaded same-file v1.0.6
9312025-01-28T22:23:17.299Z Downloaded icu_properties_data v1.5.0
9322025-01-28T22:23:17.308Z Downloaded scrypt v0.11.0
9332025-01-28T22:23:17.311Z Downloaded rustls-pki-types v1.10.0
9342025-01-28T22:23:17.314Z Downloaded tracing-attributes v0.1.27
9352025-01-28T22:23:17.317Z Downloaded zerocopy-derive v0.8.10
9362025-01-28T22:23:17.322Z Downloaded unicode-properties v0.1.3
9372025-01-28T22:23:17.325Z Downloaded nom v7.1.3
9382025-01-28T22:23:17.329Z Downloaded zip v2.1.3
9392025-01-28T22:23:17.333Z Downloaded lalrpop v0.19.12
9402025-01-28T22:23:17.345Z Downloaded derive_more v0.99.18
9412025-01-28T22:23:17.350Z Downloaded num-traits v0.2.19
9422025-01-28T22:23:17.353Z Downloaded chrono v0.4.39
9432025-01-28T22:23:17.360Z Downloaded tungstenite v0.23.0
9442025-01-28T22:23:17.364Z Downloaded ed25519-dalek v2.1.1
9452025-01-28T22:23:17.367Z Downloaded tracing v0.1.40
9462025-01-28T22:23:17.370Z Downloaded bitvec v1.0.1
9472025-01-28T22:23:17.386Z Downloaded serde_with v3.11.0
9482025-01-28T22:23:17.395Z Downloaded tracing-core v0.1.32
9492025-01-28T22:23:17.398Z Downloaded quinn-proto v0.11.8
9502025-01-28T22:23:17.404Z Downloaded tough v0.19.0
9512025-01-28T22:23:17.410Z Downloaded winnow v0.5.40
9522025-01-28T22:23:17.421Z Downloaded p521 v0.13.3
9532025-01-28T22:23:17.424Z Downloaded time v0.3.36
9542025-01-28T22:23:17.430Z Downloaded reqwest v0.12.9
9552025-01-28T22:23:17.439Z Downloaded unicode_categories v0.1.1
9562025-01-28T22:23:17.442Z Downloaded tokio-util v0.7.12
9572025-01-28T22:23:17.445Z Downloaded reedline v0.35.0
9582025-01-28T22:23:17.453Z Downloaded unicode-normalization v0.1.24
9592025-01-28T22:23:17.456Z Downloaded futures-util v0.3.31
9602025-01-28T22:23:17.467Z Downloaded num-bigint-dig v0.8.4
9612025-01-28T22:23:17.471Z Downloaded rayon v1.10.0
9622025-01-28T22:23:17.481Z Downloaded vcpkg v0.2.15
9632025-01-28T22:23:17.517Z Downloaded quick-xml v0.33.0
9642025-01-28T22:23:17.522Z Downloaded bindgen v0.69.5
9652025-01-28T22:23:17.529Z Downloaded h2 v0.4.6
9662025-01-28T22:23:17.537Z Downloaded futures v0.3.31
9672025-01-28T22:23:17.540Z Downloaded env_logger v0.10.2
9682025-01-28T22:23:17.544Z Downloaded salty v0.3.0
9692025-01-28T22:23:17.549Z Downloaded nix v0.27.1
9702025-01-28T22:23:17.560Z Downloaded zerovec v0.10.4
9712025-01-28T22:23:17.565Z Downloaded rustls-webpki v0.101.7
9722025-01-28T22:23:17.597Z Downloaded portable-atomic v1.9.0
9732025-01-28T22:23:17.605Z Downloaded p384 v0.13.0
9742025-01-28T22:23:17.615Z Downloaded gimli v0.31.1
9752025-01-28T22:23:17.626Z Downloaded sqlparser v0.45.0
9762025-01-28T22:23:17.635Z Downloaded regex v1.11.1
9772025-01-28T22:23:17.651Z Downloaded webpki-roots v0.26.6
9782025-01-28T22:23:17.654Z Downloaded radix_trie v0.2.1
9792025-01-28T22:23:17.658Z Downloaded rustls-webpki v0.102.8
9802025-01-28T22:23:17.674Z Downloaded dropshot v0.15.1
9812025-01-28T22:23:17.695Z Downloaded polar-core v0.27.3
9822025-01-28T22:23:17.705Z Downloaded nix v0.29.0
9832025-01-28T22:23:17.716Z Downloaded object v0.30.4
9842025-01-28T22:23:17.725Z Downloaded hickory-proto v0.24.2
9852025-01-28T22:23:17.739Z Downloaded bstr v1.10.0
9862025-01-28T22:23:17.749Z Downloaded unicode-width v0.2.0
9872025-01-28T22:23:17.755Z Downloaded regex-syntax v0.8.5
9882025-01-28T22:23:17.763Z Downloaded petname v2.0.2
9892025-01-28T22:23:17.768Z Downloaded smoltcp v0.9.1
9902025-01-28T22:23:17.780Z Downloaded openapiv3 v2.0.0
9912025-01-28T22:23:17.790Z Downloaded rustls v0.21.12
9922025-01-28T22:23:17.801Z Downloaded dropshot v0.12.0
9932025-01-28T22:23:17.820Z Downloaded regress v0.9.1
9942025-01-28T22:23:17.831Z Downloaded ratatui v0.28.1
9952025-01-28T22:23:17.846Z Downloaded bzip2-sys v0.1.11+1.0.8
9962025-01-28T22:23:17.858Z Downloaded nix v0.28.0
9972025-01-28T22:23:17.867Z Downloaded regress v0.10.1
9982025-01-28T22:23:17.875Z Downloaded object v0.36.5
9992025-01-28T22:23:17.885Z Downloaded typify-impl v0.2.0
10002025-01-28T22:23:17.899Z Downloaded sled v0.34.7
10012025-01-28T22:23:17.909Z Downloaded smoltcp v0.11.0
10022025-01-28T22:23:17.921Z Downloaded git2 v0.19.0
10032025-01-28T22:23:17.929Z Downloaded diesel v2.2.6
10042025-01-28T22:23:17.947Z Downloaded typify-impl v0.3.0
10052025-01-28T22:23:17.961Z Downloaded rustls v0.22.4
10062025-01-28T22:23:17.974Z Downloaded chrono-tz v0.10.1
10072025-01-28T22:23:17.982Z Downloaded petgraph v0.6.5
10082025-01-28T22:23:17.997Z Downloaded openssl v0.10.66
10092025-01-28T22:23:18.007Z Downloaded rustls v0.23.19
10102025-01-28T22:23:18.016Z Downloaded regex-syntax v0.6.29
10112025-01-28T22:23:18.023Z Downloaded csv v1.3.1
10122025-01-28T22:23:18.042Z Downloaded zerocopy v0.8.10
10132025-01-28T22:23:18.067Z Downloaded zerocopy-derive v0.6.6
10142025-01-28T22:23:18.074Z Downloaded regex-automata v0.4.8
10152025-01-28T22:23:18.093Z Downloaded curve25519-dalek v4.1.3
10162025-01-28T22:23:18.099Z Downloaded progenitor-impl v0.9.1
10172025-01-28T22:23:18.102Z Downloaded progenitor-impl v0.8.0
10182025-01-28T22:23:18.105Z Downloaded structmeta v0.2.0
10192025-01-28T22:23:18.105Z Downloaded phf_shared v0.11.2
10202025-01-28T22:23:18.108Z Downloaded rand v0.8.5
10212025-01-28T22:23:18.111Z Downloaded proptest v1.5.0
10222025-01-28T22:23:18.118Z Downloaded shell-words v1.1.0
10232025-01-28T22:23:18.122Z Downloaded lzma-sys v0.1.20
10242025-01-28T22:23:18.147Z Downloaded num_enum v0.5.11
10252025-01-28T22:23:18.151Z Downloaded hkdf v0.12.4
10262025-01-28T22:23:18.153Z Downloaded foreign-types v0.5.0
10272025-01-28T22:23:18.156Z Downloaded defmt-macros v0.3.9
10282025-01-28T22:23:18.159Z Downloaded derive_builder v0.20.2
10292025-01-28T22:23:18.162Z Downloaded der_derive v0.7.3
10302025-01-28T22:23:18.164Z Downloaded progenitor-macro v0.9.1
10312025-01-28T22:23:18.164Z Downloaded progenitor-macro v0.8.0
10322025-01-28T22:23:18.167Z Downloaded flate2 v1.0.35
10332025-01-28T22:23:18.171Z Downloaded libz-sys v1.1.20
10342025-01-28T22:23:18.189Z Downloaded rustfmt-wrapper v0.2.1
10352025-01-28T22:23:18.192Z Downloaded p256 v0.13.2
10362025-01-28T22:23:18.195Z Downloaded blake3 v1.5.4
10372025-01-28T22:23:18.200Z Downloaded rustyline v14.0.0
10382025-01-28T22:23:18.205Z Downloaded native-tls v0.2.12
10392025-01-28T22:23:18.208Z Downloaded defmt v0.3.8
10402025-01-28T22:23:18.212Z Downloaded thread_local v1.1.8
10412025-01-28T22:23:18.215Z Downloaded tokio-stream v0.1.16
10422025-01-28T22:23:18.218Z Downloaded unsafe-libyaml v0.2.11
10432025-01-28T22:23:18.221Z Downloaded tokio v1.43.0
10442025-01-28T22:23:18.256Z Downloaded itertools v0.13.0
10452025-01-28T22:23:18.263Z Downloaded rsa v0.9.6
10462025-01-28T22:23:18.269Z Downloaded yasna v0.5.2
10472025-01-28T22:23:18.271Z Downloaded term v0.7.0
10482025-01-28T22:23:18.275Z Downloaded vergen v8.3.2
10492025-01-28T22:23:18.278Z Downloaded darling_core v0.20.10
10502025-01-28T22:23:18.281Z Downloaded vsss-rs v3.3.4
10512025-01-28T22:23:18.284Z Downloaded russh v0.45.0
10522025-01-28T22:23:18.288Z Downloaded sha3 v0.10.8
10532025-01-28T22:23:18.292Z Downloaded hyper v1.5.2
10542025-01-28T22:23:18.299Z Downloaded rand_core v0.6.4
10552025-01-28T22:23:18.302Z Downloaded pkg-config v0.3.31
10562025-01-28T22:23:18.304Z Downloaded owo-colors v4.1.0
10572025-01-28T22:23:18.307Z Downloaded utf8_iter v1.0.4
10582025-01-28T22:23:18.307Z Downloaded utf16_iter v1.0.5
10592025-01-28T22:23:18.310Z Downloaded itertools v0.10.5
10602025-01-28T22:23:18.314Z Downloaded omicron-zone-package v0.12.0
10612025-01-28T22:23:18.317Z Downloaded secrecy v0.8.0
10622025-01-28T22:23:18.320Z Downloaded sec1 v0.7.3
10632025-01-28T22:23:18.322Z Downloaded tungstenite v0.21.0
10642025-01-28T22:23:18.325Z Downloaded password-hash v0.4.2
10652025-01-28T22:23:18.325Z Downloaded toml_edit v0.19.15
10662025-01-28T22:23:18.342Z Downloaded tokio-postgres v0.7.12
10672025-01-28T22:23:18.346Z Downloaded schemars v0.8.21
10682025-01-28T22:23:18.358Z Downloaded diesel_derives v2.2.3
10692025-01-28T22:23:18.361Z Downloaded bytes v1.9.0
10702025-01-28T22:23:18.364Z Downloaded crypto-bigint v0.5.5
10712025-01-28T22:23:18.371Z Downloaded crossbeam-channel v0.5.13
10722025-01-28T22:23:18.375Z Downloaded bumpalo v3.16.0
10732025-01-28T22:23:18.380Z Downloaded xz2 v0.1.7
10742025-01-28T22:23:18.380Z Downloaded pin-project-internal v1.1.6
10752025-01-28T22:23:18.384Z Downloaded parking_lot_core v0.8.6
10762025-01-28T22:23:18.384Z Downloaded serde_with_macros v3.11.0
10772025-01-28T22:23:18.387Z Downloaded diff v0.1.13
10782025-01-28T22:23:18.390Z Downloaded elliptic-curve v0.13.8
10792025-01-28T22:23:18.393Z Downloaded tls_codec_derive v0.4.1
10802025-01-28T22:23:18.396Z Downloaded string_cache v0.8.7
10812025-01-28T22:23:18.397Z Downloaded hash32 v0.3.1
10822025-01-28T22:23:18.399Z Downloaded simd-adler32 v0.3.7
10832025-01-28T22:23:18.399Z Downloaded rtoolbox v0.0.2
10842025-01-28T22:23:18.402Z Downloaded ecdsa v0.16.9
10852025-01-28T22:23:18.402Z Downloaded rfc6979 v0.4.0
10862025-01-28T22:23:18.405Z Downloaded cc v1.1.30
10872025-01-28T22:23:18.409Z Downloaded smallvec v1.13.2
10882025-01-28T22:23:18.409Z Downloaded ron v0.8.1
10892025-01-28T22:23:18.414Z Downloaded rcgen v0.12.1
10902025-01-28T22:23:18.417Z Downloaded float-ord v0.3.2
10912025-01-28T22:23:18.417Z Downloaded float-cmp v0.9.0
10922025-01-28T22:23:18.422Z Downloaded display-error-chain v0.2.2
10932025-01-28T22:23:18.422Z Downloaded deranged v0.3.11
10942025-01-28T22:23:18.422Z Downloaded peg v0.8.4
10952025-01-28T22:23:18.424Z Downloaded parking_lot v0.11.2
10962025-01-28T22:23:18.431Z Downloaded mio v1.0.2
10972025-01-28T22:23:18.435Z Downloaded icu_collections v1.5.0
10982025-01-28T22:23:18.438Z Downloaded compact_str v0.8.0
10992025-01-28T22:23:18.441Z Downloaded toml v0.7.8
11002025-01-28T22:23:18.444Z Downloaded base64 v0.21.7
11012025-01-28T22:23:18.447Z Downloaded crossbeam-utils v0.8.20
11022025-01-28T22:23:18.450Z Downloaded encoding_rs v0.8.34
11032025-01-28T22:23:18.472Z Downloaded base64 v0.22.1
11042025-01-28T22:23:18.478Z Downloaded const-oid v0.9.6
11052025-01-28T22:23:18.481Z Downloaded clang-sys v1.8.1
11062025-01-28T22:23:18.481Z Downloaded rustls-pemfile v2.2.0
11072025-01-28T22:23:18.484Z Downloaded ghash v0.5.1
11082025-01-28T22:23:18.484Z Downloaded futures-sink v0.3.31
11092025-01-28T22:23:18.486Z Downloaded fallible-streaming-iterator v0.1.9
11102025-01-28T22:23:18.486Z Downloaded hickory-server v0.24.2
11112025-01-28T22:23:18.491Z Downloaded colored v2.1.0
11122025-01-28T22:23:18.494Z Downloaded slog-term v2.9.1
11132025-01-28T22:23:18.497Z Downloaded crossbeam-epoch v0.9.18
11142025-01-28T22:23:18.497Z Downloaded arrayref v0.3.9
11152025-01-28T22:23:18.500Z Downloaded icu_locid v1.5.0
11162025-01-28T22:23:18.505Z Downloaded hyper-util v0.1.10
11172025-01-28T22:23:18.508Z Downloaded blake2 v0.10.6
11182025-01-28T22:23:18.511Z Downloaded argon2 v0.5.3
11192025-01-28T22:23:18.517Z Downloaded strum_macros v0.25.3
11202025-01-28T22:23:18.517Z Downloaded serde-hex v0.1.0
11212025-01-28T22:23:18.520Z Downloaded sct v0.7.1
11222025-01-28T22:23:18.520Z Downloaded mockall_derive v0.13.0
11232025-01-28T22:23:18.523Z Downloaded zone v0.3.0
11242025-01-28T22:23:18.523Z Downloaded which v4.4.2
11252025-01-28T22:23:18.523Z Downloaded subtle v2.6.1
11262025-01-28T22:23:18.526Z Downloaded ssh-encoding v0.2.0
11272025-01-28T22:23:18.526Z Downloaded ssh-cipher v0.2.0
11282025-01-28T22:23:18.526Z Downloaded bzip2 v0.4.4
11292025-01-28T22:23:18.531Z Downloaded curve25519-dalek-derive v0.1.1
11302025-01-28T22:23:18.531Z Downloaded crc-catalog v2.4.0
11312025-01-28T22:23:18.536Z Downloaded bcs v0.1.6
11322025-01-28T22:23:18.536Z Downloaded hmac v0.12.1
11332025-01-28T22:23:18.536Z Downloaded buf-list v1.0.3
11342025-01-28T22:23:18.541Z Downloaded block-padding v0.3.3
11352025-01-28T22:23:18.541Z Downloaded jobserver v0.1.32
11362025-01-28T22:23:18.541Z Downloaded cstr-argument v0.1.2
11372025-01-28T22:23:18.541Z Downloaded crunchy v0.2.2
11382025-01-28T22:23:18.541Z Downloaded atomicwrites v0.4.4
11392025-01-28T22:23:18.545Z Downloaded async-stream-impl v0.3.6
11402025-01-28T22:23:18.545Z Downloaded convert_case v0.4.0
11412025-01-28T22:23:18.545Z Downloaded libgit2-sys v0.17.0+1.8.1
11422025-01-28T22:23:18.602Z Downloaded cobs v0.2.3
11432025-01-28T22:23:18.606Z Downloaded ipnet v2.10.1
11442025-01-28T22:23:18.609Z Downloaded hyper-staticfile v0.10.1
11452025-01-28T22:23:18.611Z Downloaded cfg_aliases v0.1.1
11462025-01-28T22:23:18.611Z Downloaded bb8 v0.8.5
11472025-01-28T22:23:18.614Z Downloaded ipnetwork v0.20.0
11482025-01-28T22:23:18.614Z Downloaded backoff v0.4.0
11492025-01-28T22:23:18.617Z Downloaded async-trait v0.1.85
11502025-01-28T22:23:18.620Z Downloaded async-recursion v1.1.1
11512025-01-28T22:23:18.622Z Downloaded aead v0.5.2
11522025-01-28T22:23:18.625Z Downloaded aws-lc-rs v1.10.0
11532025-01-28T22:23:18.930Z Downloaded ring v0.17.8
11542025-01-28T22:23:19.011Z Downloaded aws-lc-sys v0.22.0
11552025-01-28T22:23:19.240Z Downloaded libsqlite3-sys v0.30.1
11562025-01-28T22:23:19.410Z Compiling serde v1.0.217
11572025-01-28T22:23:19.413Z Compiling lock_api v0.4.12
11582025-01-28T22:23:19.413Z Compiling value-bag v1.9.0
11592025-01-28T22:23:19.413Z Compiling scopeguard v1.2.0
11602025-01-28T22:23:19.566Z Compiling typenum v1.17.0
11612025-01-28T22:23:19.569Z Compiling generic-array v0.14.7
11622025-01-28T22:23:19.606Z Compiling syn v2.0.96
11632025-01-28T22:23:19.623Z Compiling getrandom v0.2.15
11642025-01-28T22:23:19.762Z Compiling shlex v1.3.0
11652025-01-28T22:23:19.972Z Compiling log v0.4.22
11662025-01-28T22:23:20.041Z Compiling rand_core v0.6.4
11672025-01-28T22:23:20.112Z Compiling subtle v2.6.1
11682025-01-28T22:23:20.115Z Compiling jobserver v0.1.32
11692025-01-28T22:23:20.163Z Compiling smallvec v1.13.2
11702025-01-28T22:23:20.392Z Compiling const-oid v0.9.6
11712025-01-28T22:23:20.452Z Compiling pin-project-lite v0.2.14
11722025-01-28T22:23:20.526Z Compiling cc v1.1.30
11732025-01-28T22:23:20.556Z Compiling rustix v0.38.37
11742025-01-28T22:23:20.591Z Compiling spin v0.9.8
11752025-01-28T22:23:20.695Z Compiling parking_lot_core v0.9.10
11762025-01-28T22:23:20.939Z Compiling futures-core v0.3.31
11772025-01-28T22:23:20.958Z Compiling signal-hook-registry v1.4.2
11782025-01-28T22:23:21.193Z Compiling mio v1.0.2
11792025-01-28T22:23:21.377Z Compiling aho-corasick v1.1.3
11802025-01-28T22:23:21.656Z Compiling parking_lot v0.12.3
11812025-01-28T22:23:21.691Z Compiling cpufeatures v0.2.14
11822025-01-28T22:23:21.831Z Compiling stable_deref_trait v1.2.0
11832025-01-28T22:23:21.838Z Compiling regex-syntax v0.8.5
11842025-01-28T22:23:21.898Z Compiling either v1.13.0
11852025-01-28T22:23:22.278Z Compiling futures-sink v0.3.31
11862025-01-28T22:23:22.312Z Compiling glob v0.3.2
11872025-01-28T22:23:22.418Z Compiling socket2 v0.5.7
11882025-01-28T22:23:22.439Z Compiling slab v0.4.9
11892025-01-28T22:23:22.442Z Compiling prettyplease v0.2.25
11902025-01-28T22:23:22.912Z Compiling lazy_static v1.5.0
11912025-01-28T22:23:22.956Z Compiling minimal-lexical v0.2.1
11922025-01-28T22:23:23.055Z Compiling serde_json v1.0.135
11932025-01-28T22:23:23.241Z Compiling clang-sys v1.8.1
11942025-01-28T22:23:23.419Z Compiling nom v7.1.3
11952025-01-28T22:23:23.489Z Compiling libloading v0.8.5
11962025-01-28T22:23:23.747Z Compiling bindgen v0.69.5
11972025-01-28T22:23:23.904Z Compiling home v0.5.9
11982025-01-28T22:23:24.170Z Compiling futures-channel v0.3.31
11992025-01-28T22:23:24.328Z Compiling itertools v0.12.1
12002025-01-28T22:23:24.598Z Compiling rustc-hash v1.1.0
12012025-01-28T22:23:24.624Z Compiling futures-task v0.3.31
12022025-01-28T22:23:24.763Z Compiling foldhash v0.1.3
12032025-01-28T22:23:24.923Z Compiling libm v0.2.8
12042025-01-28T22:23:25.078Z Compiling allocator-api2 v0.2.18
12052025-01-28T22:23:25.261Z Compiling futures-io v0.3.31
12062025-01-28T22:23:25.645Z Compiling regex-automata v0.4.8
12072025-01-28T22:23:26.000Z Compiling pin-utils v0.1.0
12082025-01-28T22:23:26.104Z Compiling lazycell v1.3.0
12092025-01-28T22:23:26.241Z Compiling hashbrown v0.15.1
12102025-01-28T22:23:26.301Z Compiling cmake v0.1.51
12112025-01-28T22:23:27.029Z Compiling synstructure v0.13.1
12122025-01-28T22:23:27.198Z Compiling cexpr v0.6.0
12132025-01-28T22:23:27.455Z Compiling num-traits v0.2.19
12142025-01-28T22:23:27.774Z Compiling dunce v1.0.5
12152025-01-28T22:23:27.919Z Compiling fs_extra v1.3.0
12162025-01-28T22:23:28.248Z Compiling pkg-config v0.3.31
12172025-01-28T22:23:28.708Z Compiling writeable v0.5.5
12182025-01-28T22:23:28.801Z Compiling litemap v0.7.3
12192025-01-28T22:23:29.186Z Compiling ring v0.17.8
12202025-01-28T22:23:29.242Z Compiling paste v1.0.15
12212025-01-28T22:23:29.733Z Compiling base64ct v1.6.0
12222025-01-28T22:23:29.913Z Compiling flagset v0.4.6
12232025-01-28T22:23:29.931Z Compiling aws-lc-rs v1.10.0
12242025-01-28T22:23:30.119Z Compiling httparse v1.9.5
12252025-01-28T22:23:30.284Z Compiling pem-rfc7468 v0.7.0
12262025-01-28T22:23:30.338Z Compiling icu_locid_transform_data v1.5.0
12272025-01-28T22:23:30.850Z Compiling tracing-core v0.1.32
12282025-01-28T22:23:30.929Z Compiling regex v1.11.1
12292025-01-28T22:23:31.212Z Compiling percent-encoding v2.3.1
12302025-01-28T22:23:31.436Z Compiling rustls-pki-types v1.10.0
12312025-01-28T22:23:31.525Z Compiling crossbeam-utils v0.8.20
12322025-01-28T22:23:31.861Z Compiling icu_properties_data v1.5.0
12332025-01-28T22:23:32.039Z Compiling vcpkg v0.2.15
12342025-01-28T22:23:32.080Z Compiling powerfmt v0.2.0
12352025-01-28T22:23:32.172Z Compiling serde_derive v1.0.217
12362025-01-28T22:23:32.370Z Compiling zeroize_derive v1.4.2
12372025-01-28T22:23:32.458Z Compiling zerocopy-derive v0.7.35
12382025-01-28T22:23:32.617Z Compiling zerofrom-derive v0.1.4
12392025-01-28T22:23:33.780Z Compiling tokio-macros v2.5.0
12402025-01-28T22:23:33.868Z Compiling zeroize v1.8.1
12412025-01-28T22:23:34.469Z Compiling yoke-derive v0.7.4
12422025-01-28T22:23:34.472Z Compiling zerocopy v0.7.35
12432025-01-28T22:23:35.238Z Compiling zerovec-derive v0.10.3
12442025-01-28T22:23:35.373Z Compiling crypto-common v0.1.6
12452025-01-28T22:23:35.582Z Compiling block-buffer v0.10.4
12462025-01-28T22:23:35.775Z Compiling thiserror-impl v1.0.69
12472025-01-28T22:23:35.858Z Compiling digest v0.10.7
12482025-01-28T22:23:36.126Z Compiling zerofrom v0.1.4
12492025-01-28T22:23:36.168Z Compiling futures-macro v0.3.31
12502025-01-28T22:23:36.320Z Compiling hmac v0.12.1
12512025-01-28T22:23:36.353Z Compiling displaydoc v0.2.5
12522025-01-28T22:23:36.474Z Compiling block-padding v0.3.3
12532025-01-28T22:23:36.575Z Compiling sha2 v0.10.8
12542025-01-28T22:23:36.732Z Compiling inout v0.1.3
12552025-01-28T22:23:37.013Z Compiling cipher v0.4.4
12562025-01-28T22:23:37.200Z Compiling yoke v0.7.4
12572025-01-28T22:23:37.521Z Compiling icu_provider_macros v1.5.0
12582025-01-28T22:23:37.564Z Compiling ppv-lite86 v0.2.20
12592025-01-28T22:23:37.633Z Compiling zerovec v0.10.4
12602025-01-28T22:23:37.929Z Compiling der_derive v0.7.3
12612025-01-28T22:23:38.023Z Compiling futures-util v0.3.31
12622025-01-28T22:23:38.373Z Compiling rand_chacha v0.3.1
12632025-01-28T22:23:38.651Z Compiling tracing-attributes v0.1.27
12642025-01-28T22:23:38.759Z Compiling thiserror v1.0.69
12652025-01-28T22:23:38.917Z Compiling pest v2.7.14
12662025-01-28T22:23:39.634Z Compiling tinystr v0.7.6
12672025-01-28T22:23:39.996Z Compiling icu_locid v1.5.0
12682025-01-28T22:23:40.198Z Compiling der v0.7.9
12692025-01-28T22:23:40.254Z Compiling icu_collections v1.5.0
12702025-01-28T22:23:40.619Z Compiling rand v0.8.5
12712025-01-28T22:23:41.587Z Compiling icu_provider v1.5.0
12722025-01-28T22:23:41.857Z Compiling salsa20 v0.10.2
12732025-01-28T22:23:41.933Z Compiling tracing v0.1.40
12742025-01-28T22:23:42.061Z Compiling pbkdf2 v0.12.2
12752025-01-28T22:23:42.093Z Compiling icu_normalizer_data v1.5.0
12762025-01-28T22:23:42.212Z Compiling spki v0.7.3
12772025-01-28T22:23:42.244Z Compiling untrusted v0.7.1
12782025-01-28T22:23:42.421Z Compiling icu_locid_transform v1.5.0
12792025-01-28T22:23:42.442Z Compiling time-core v0.1.2
12802025-01-28T22:23:42.573Z Compiling utf16_iter v1.0.5
12812025-01-28T22:23:42.620Z Compiling utf8_iter v1.0.4
12822025-01-28T22:23:42.654Z Compiling num-conv v0.1.0
12832025-01-28T22:23:42.673Z Compiling untrusted v0.9.0
12842025-01-28T22:23:42.784Z Compiling write16 v1.0.0
12852025-01-28T22:23:42.852Z Compiling mirai-annotations v1.12.0
12862025-01-28T22:23:42.928Z Compiling scrypt v0.11.0
12872025-01-28T22:23:42.947Z Compiling time-macros v0.2.18
12882025-01-28T22:23:43.046Z Compiling pest_meta v2.7.14
12892025-01-28T22:23:43.185Z Compiling cbc v0.1.2
12902025-01-28T22:23:43.403Z Compiling aes v0.8.4
12912025-01-28T22:23:43.429Z Compiling openssl-sys v0.9.103
12922025-01-28T22:23:43.458Z Compiling deranged v0.3.11
12932025-01-28T22:23:44.488Z Compiling icu_properties v1.5.1
12942025-01-28T22:23:44.770Z Compiling scroll_derive v0.12.0
12952025-01-28T22:23:44.882Z Compiling bitflags v2.6.0
12962025-01-28T22:23:45.179Z Compiling bytes v1.9.0
12972025-01-28T22:23:46.145Z Compiling tokio v1.43.0
12982025-01-28T22:23:46.208Z Compiling indexmap v2.7.1
12992025-01-28T22:23:46.211Z Compiling http v1.2.0
13002025-01-28T22:23:46.377Z Compiling semver v1.0.24
13012025-01-28T22:23:47.067Z Compiling rustc_version v0.4.1
13022025-01-28T22:23:47.519Z Compiling tinyvec_macros v0.1.1
13032025-01-28T22:23:47.654Z Compiling num_threads v0.1.7
13042025-01-28T22:23:47.725Z Compiling atomic-waker v1.1.2
13052025-01-28T22:23:47.805Z Compiling time v0.3.36
13062025-01-28T22:23:47.936Z Compiling http-body v1.0.1
13072025-01-28T22:23:48.186Z Compiling icu_normalizer v1.5.0
13082025-01-28T22:23:48.453Z Compiling tinyvec v1.8.0
13092025-01-28T22:23:48.696Z Compiling scroll v0.12.0
13102025-01-28T22:23:48.890Z Compiling which v4.4.2
13112025-01-28T22:23:49.143Z Compiling idna_adapter v1.2.0
13122025-01-28T22:23:49.379Z Compiling pest_generator v2.7.14
13132025-01-28T22:23:49.439Z Compiling pkcs5 v0.7.1
13142025-01-28T22:23:49.904Z Compiling form_urlencoded v1.2.1
13152025-01-28T22:23:49.992Z Compiling slog v2.7.0
13162025-01-28T22:23:50.013Z Compiling try-lock v0.2.5
13172025-01-28T22:23:50.182Z Compiling want v0.3.1
13182025-01-28T22:23:50.201Z Compiling pkcs8 v0.10.2
13192025-01-28T22:23:50.466Z Compiling goblin v0.8.2
13202025-01-28T22:23:50.553Z Compiling idna v1.0.3
13212025-01-28T22:23:50.575Z Compiling uuid v1.12.0
13222025-01-28T22:23:50.872Z Compiling iana-time-zone v0.1.61
13232025-01-28T22:23:51.214Z Compiling pest_derive v2.7.14
13242025-01-28T22:23:51.266Z Compiling httpdate v1.0.3
13252025-01-28T22:23:51.727Z Compiling chrono v0.4.39
13262025-01-28T22:23:52.004Z Compiling dtrace-parser v0.2.0
13272025-01-28T22:23:52.156Z Compiling toml_datetime v0.6.8
13282025-01-28T22:23:52.417Z Compiling serde_spanned v0.6.8
13292025-01-28T22:23:52.631Z Compiling serde_tokenstream v0.2.2
13302025-01-28T22:23:52.704Z Compiling openssl v0.10.66
13312025-01-28T22:23:52.776Z Compiling foreign-types-shared v0.1.1
13322025-01-28T22:23:52.909Z Compiling base64 v0.22.1
13332025-01-28T22:23:53.097Z Compiling rustversion v1.0.17
13342025-01-28T22:23:53.216Z Compiling match_cfg v0.1.0
13352025-01-28T22:23:53.323Z Compiling adler2 v2.0.0
13362025-01-28T22:23:53.543Z Compiling tower-service v0.3.3
13372025-01-28T22:23:53.608Z Compiling miniz_oxide v0.8.0
13382025-01-28T22:23:53.680Z Compiling hostname v0.3.1
13392025-01-28T22:23:53.832Z Compiling tokio-util v0.7.12
13402025-01-28T22:23:53.918Z Compiling foreign-types v0.3.2
13412025-01-28T22:23:53.938Z Compiling url v2.5.3
13422025-01-28T22:23:55.012Z Compiling h2 v0.4.6
13432025-01-28T22:23:55.074Z Compiling openssl-macros v0.1.1
13442025-01-28T22:23:55.094Z Compiling async-trait v0.1.85
13452025-01-28T22:23:55.244Z Compiling serde_derive_internals v0.29.1
13462025-01-28T22:23:55.707Z Compiling dirs-sys-next v0.1.2
13472025-01-28T22:23:55.787Z Compiling rustls v0.22.4
13482025-01-28T22:23:56.058Z Compiling syn v1.0.109
13492025-01-28T22:23:56.256Z Compiling dof v0.3.0
13502025-01-28T22:23:56.631Z Compiling rustls v0.23.19
13512025-01-28T22:23:56.929Z Compiling schemars v0.8.21
13522025-01-28T22:23:57.243Z Compiling usdt-impl v0.5.0
13532025-01-28T22:23:57.567Z Compiling siphasher v0.3.11
13542025-01-28T22:23:57.624Z Compiling data-encoding v2.6.0
13552025-01-28T22:23:57.968Z Compiling native-tls v0.2.12
13562025-01-28T22:23:58.113Z Compiling schemars_derive v0.8.21
13572025-01-28T22:23:58.465Z Compiling dirs-next v2.0.0
13582025-01-28T22:23:59.394Z Compiling unicode-normalization v0.1.24
13592025-01-28T22:23:59.675Z Compiling crossbeam-epoch v0.9.18
13602025-01-28T22:23:59.824Z Compiling http-body-util v0.1.2
13612025-01-28T22:23:59.880Z Compiling heapless v0.7.17
13622025-01-28T22:24:00.272Z Compiling sha1 v0.10.6
13632025-01-28T22:24:00.300Z Compiling signature v2.2.0
13642025-01-28T22:24:00.321Z Compiling bzip2-sys v0.1.11+1.0.8
13652025-01-28T22:24:00.457Z Compiling thread_local v1.1.8
13662025-01-28T22:24:00.573Z Compiling encoding_rs v0.8.34
13672025-01-28T22:24:00.696Z Compiling multer v3.1.0
13682025-01-28T22:24:00.777Z Compiling cookie v0.18.1
13692025-01-28T22:24:00.942Z Compiling mime v0.3.17
13702025-01-28T22:24:00.977Z Compiling ipnet v2.10.1
13712025-01-28T22:24:01.050Z Compiling unicode-properties v0.1.3
13722025-01-28T22:24:01.129Z Compiling signal-hook v0.3.17
13732025-01-28T22:24:01.385Z Compiling rayon-core v1.12.1
13742025-01-28T22:24:01.440Z Compiling unicode-bidi v0.3.17
13752025-01-28T22:24:01.466Z Compiling openssl-probe v0.1.5
13762025-01-28T22:24:01.656Z Compiling dyn-clone v1.0.17
13772025-01-28T22:24:01.779Z Compiling gimli v0.31.1
13782025-01-28T22:24:01.886Z Compiling slog-async v2.8.0
13792025-01-28T22:24:02.088Z Compiling hyper v1.5.2
13802025-01-28T22:24:02.451Z Compiling stringprep v0.1.5
13812025-01-28T22:24:03.614Z Compiling toml_edit v0.22.22
13822025-01-28T22:24:04.780Z Compiling hyper-util v0.1.10
13832025-01-28T22:24:05.985Z Compiling crossbeam-deque v0.8.5
13842025-01-28T22:24:06.069Z Compiling addr2line v0.24.2
13852025-01-28T22:24:06.175Z Compiling usdt-macro v0.5.0
13862025-01-28T22:24:06.322Z Compiling usdt-attr-macro v0.5.0
13872025-01-28T22:24:06.587Z Compiling term v0.7.0
13882025-01-28T22:24:07.257Z Compiling slog-json v2.6.1
13892025-01-28T22:24:07.595Z Compiling serde_urlencoded v0.7.1
13902025-01-28T22:24:07.634Z Compiling crossbeam-channel v0.5.13
13912025-01-28T22:24:07.637Z Compiling curve25519-dalek v4.1.3
13922025-01-28T22:24:07.759Z Compiling futures-executor v0.3.31
13932025-01-28T22:24:07.860Z Compiling md-5 v0.10.6
13942025-01-28T22:24:08.130Z Compiling enum-as-inner v0.6.1
13952025-01-28T22:24:08.150Z Compiling async-stream-impl v0.3.6
13962025-01-28T22:24:08.299Z Compiling rustls-pemfile v2.2.0
13972025-01-28T22:24:08.329Z Compiling num-integer v0.1.46
13982025-01-28T22:24:08.634Z Compiling hash32 v0.2.1
13992025-01-28T22:24:08.650Z Compiling ff v0.13.0
14002025-01-28T22:24:08.925Z Compiling is-terminal v0.4.13
14012025-01-28T22:24:08.978Z Compiling object v0.36.5
14022025-01-28T22:24:09.023Z Compiling dropshot v0.12.0
14032025-01-28T22:24:09.066Z Compiling take_mut v0.2.2
14042025-01-28T22:24:09.153Z Compiling utf-8 v0.7.6
14052025-01-28T22:24:09.226Z Compiling anyhow v1.0.95
14062025-01-28T22:24:09.329Z Compiling rustc-demangle v0.1.24
14072025-01-28T22:24:09.388Z Compiling psl-types v2.0.11
14082025-01-28T22:24:09.442Z Compiling linked-hash-map v0.5.6
14092025-01-28T22:24:09.598Z Compiling base16ct v0.2.0
14102025-01-28T22:24:09.766Z Compiling litrs v0.4.1
14112025-01-28T22:24:09.801Z Compiling portable-atomic v1.9.0
14122025-01-28T22:24:09.930Z Compiling quick-error v1.2.3
14132025-01-28T22:24:10.086Z Compiling fallible-iterator v0.2.0
14142025-01-28T22:24:10.245Z Compiling num-bigint-dig v0.8.4
14152025-01-28T22:24:10.550Z Compiling smoltcp v0.9.1
14162025-01-28T22:24:10.758Z Compiling postgres-protocol v0.6.7
14172025-01-28T22:24:10.878Z Compiling resolv-conf v0.7.0
14182025-01-28T22:24:10.930Z Compiling document-features v0.2.10
14192025-01-28T22:24:11.101Z Compiling sec1 v0.7.3
14202025-01-28T22:24:11.582Z Compiling lru-cache v0.1.2
14212025-01-28T22:24:11.604Z Compiling publicsuffix v2.3.0
14222025-01-28T22:24:11.625Z Compiling async-stream v0.3.6
14232025-01-28T22:24:11.787Z Compiling tungstenite v0.24.0
14242025-01-28T22:24:11.951Z Compiling hickory-proto v0.24.2
14252025-01-28T22:24:11.971Z Compiling slog-term v2.9.1
14262025-01-28T22:24:13.035Z Compiling usdt v0.5.0
14272025-01-28T22:24:13.131Z Compiling group v0.13.0
14282025-01-28T22:24:13.185Z Compiling num-iter v0.1.45
14292025-01-28T22:24:13.471Z Compiling futures v0.3.31
14302025-01-28T22:24:13.509Z Compiling slog-bunyan v2.5.0
14312025-01-28T22:24:13.586Z Compiling toml v0.8.19
14322025-01-28T22:24:14.908Z Compiling tokio-native-tls v0.3.1
14332025-01-28T22:24:15.074Z Compiling camino v1.1.9
14342025-01-28T22:24:15.195Z Compiling phf_shared v0.11.2
14352025-01-28T22:24:15.229Z Compiling dropshot_endpoint v0.12.0
14362025-01-28T22:24:15.562Z Compiling backtrace v0.3.74
14372025-01-28T22:24:15.610Z Compiling terminal_size v0.4.0
14382025-01-28T22:24:15.840Z Compiling waitgroup v0.1.2
14392025-01-28T22:24:15.891Z Compiling openapiv3 v2.0.0
14402025-01-28T22:24:15.979Z Compiling serde_path_to_error v0.1.16
14412025-01-28T22:24:16.050Z Compiling hkdf v0.12.4
14422025-01-28T22:24:16.305Z Compiling crypto-bigint v0.5.5
14432025-01-28T22:24:16.733Z Compiling zerocopy-derive v0.6.6
14442025-01-28T22:24:18.631Z Compiling curve25519-dalek-derive v0.1.1
14452025-01-28T22:24:18.728Z Compiling webpki-roots v0.26.6
14462025-01-28T22:24:18.945Z Compiling hostname v0.4.0
14472025-01-28T22:24:19.166Z Compiling crc32fast v1.4.2
14482025-01-28T22:24:19.207Z Compiling hubpack_derive v0.1.1
14492025-01-28T22:24:19.475Z Compiling ahash v0.8.11
14502025-01-28T22:24:19.516Z Compiling fs-err v2.11.0
14512025-01-28T22:24:19.787Z Compiling bitflags v1.3.2
14522025-01-28T22:24:19.817Z Compiling unicode-width v0.2.0
14532025-01-28T22:24:19.907Z Compiling managed v0.8.0
14542025-01-28T22:24:19.927Z Compiling debug-ignore v1.0.5
14552025-01-28T22:24:19.999Z Compiling newtype-uuid v1.2.1
14562025-01-28T22:24:20.079Z Compiling winnow v0.5.40
14572025-01-28T22:24:20.081Z Compiling clap_builder v4.5.27
14582025-01-28T22:24:20.333Z Compiling console v0.15.10
14592025-01-28T22:24:20.336Z Compiling strum_macros v0.25.3
14602025-01-28T22:24:21.192Z Compiling hubpack v0.1.2
14612025-01-28T22:24:21.922Z Compiling flate2 v1.0.35
14622025-01-28T22:24:22.187Z Compiling elliptic-curve v0.13.8
14632025-01-28T22:24:22.226Z Compiling zerocopy v0.6.6
14642025-01-28T22:24:22.869Z Compiling hickory-resolver v0.24.2
14652025-01-28T22:24:23.039Z Compiling phf v0.11.2
14662025-01-28T22:24:23.318Z Compiling toml_edit v0.19.15
14672025-01-28T22:24:23.493Z Compiling hyper-tls v0.6.0
14682025-01-28T22:24:23.813Z Compiling signal-hook-mio v0.2.4
14692025-01-28T22:24:23.897Z Compiling rayon v1.10.0
14702025-01-28T22:24:23.980Z Compiling cookie_store v0.21.1
14712025-01-28T22:24:24.101Z Compiling bzip2 v0.4.4
14722025-01-28T22:24:25.418Z Compiling tokio-tungstenite v0.24.0
14732025-01-28T22:24:25.952Z Compiling postgres-types v0.2.8
14742025-01-28T22:24:28.168Z Compiling ed25519 v2.2.3
14752025-01-28T22:24:28.322Z Compiling phf_shared v0.10.0
14762025-01-28T22:24:28.569Z Compiling tokio-stream v0.1.16
14772025-01-28T22:24:28.709Z Compiling pkcs1 v0.7.5
14782025-01-28T22:24:28.828Z Compiling serde-big-array v0.5.1
14792025-01-28T22:24:29.064Z Compiling rfc6979 v0.4.0
14802025-01-28T22:24:29.273Z Compiling clap_derive v4.5.24
14812025-01-28T22:24:29.485Z Compiling derive-where v1.2.7
14822025-01-28T22:24:29.622Z Compiling serde_repr v0.1.19
14832025-01-28T22:24:29.647Z Compiling float-cmp v0.9.0
14842025-01-28T22:24:29.882Z Compiling bstr v1.10.0
14852025-01-28T22:24:29.994Z Compiling sync_wrapper v1.0.1
14862025-01-28T22:24:30.166Z Compiling whoami v1.5.2
14872025-01-28T22:24:30.570Z Compiling difflib v0.4.0
14882025-01-28T22:24:30.704Z Compiling new_debug_unreachable v1.0.6
14892025-01-28T22:24:30.721Z Compiling precomputed-hash v0.1.1
14902025-01-28T22:24:30.808Z Compiling static_assertions v1.1.0
14912025-01-28T22:24:30.856Z Compiling fixedbitset v0.4.2
14922025-01-28T22:24:30.922Z Compiling number_prefix v0.4.0
14932025-01-28T22:24:31.166Z Compiling normalize-line-endings v0.3.0
14942025-01-28T22:24:31.299Z Compiling bit-vec v0.6.3
14952025-01-28T22:24:31.319Z Compiling predicates-core v1.0.8
14962025-01-28T22:24:31.494Z Compiling unicode-segmentation v1.12.0
14972025-01-28T22:24:31.636Z Compiling bit-set v0.5.3
14982025-01-28T22:24:31.702Z Compiling predicates v3.1.2
14992025-01-28T22:24:31.920Z Compiling petgraph v0.6.5
15002025-01-28T22:24:31.939Z Compiling indicatif v0.17.9
15012025-01-28T22:24:32.347Z Compiling similar v2.6.0
15022025-01-28T22:24:32.733Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15032025-01-28T22:24:33.148Z Compiling string_cache v0.8.7
15042025-01-28T22:24:33.553Z Compiling tokio-postgres v0.7.12
15052025-01-28T22:24:33.823Z Compiling clap v4.5.27
15062025-01-28T22:24:33.914Z Compiling ecdsa v0.16.9
15072025-01-28T22:24:33.951Z Compiling rsa v0.9.6
15082025-01-28T22:24:34.496Z Compiling ed25519-dalek v2.1.1
15092025-01-28T22:24:34.720Z Compiling toml v0.7.8
15102025-01-28T22:24:35.523Z Compiling zip v0.6.6
15112025-01-28T22:24:35.784Z Compiling crossterm v0.28.1
15122025-01-28T22:24:37.179Z Compiling hex v0.4.3
15132025-01-28T22:24:37.602Z Compiling x509-cert v0.2.5
15142025-01-28T22:24:37.783Z Compiling itertools v0.10.5
15152025-01-28T22:24:38.525Z Compiling peg-runtime v0.8.3
15162025-01-28T22:24:38.998Z Compiling unicode-xid v0.2.6
15172025-01-28T22:24:39.097Z Compiling lalrpop-util v0.19.12
15182025-01-28T22:24:39.115Z Compiling strum_macros v0.26.4
15192025-01-28T22:24:39.133Z Compiling xattr v1.3.1
15202025-01-28T22:24:39.200Z Compiling filetime v0.2.25
15212025-01-28T22:24:39.404Z Compiling tar v0.4.42
15222025-01-28T22:24:43.708Z Compiling strum v0.26.3
15232025-01-28T22:24:46.706Z Compiling aws-lc-sys v0.22.0
15242025-01-28T22:25:13.737Z Compiling rustls-webpki v0.102.8
15252025-01-28T22:25:16.741Z Compiling tokio-rustls v0.25.0
15262025-01-28T22:25:18.456Z Compiling tokio-rustls v0.26.0
15272025-01-28T22:25:18.754Z Compiling hyper-rustls v0.27.3
15282025-01-28T22:25:19.311Z Compiling reqwest v0.12.9
15292025-01-28T22:25:20.300Z Compiling qorb v0.2.1
15302025-01-28T22:25:23.458Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15312025-01-28T22:25:23.698Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15322025-01-28T22:25:28.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
15332025-01-28T22:25:28.188Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15342025-01-28T22:25:28.237ZJan 28 22:25:26.851 INFO Starting download, target: Cockroach
15352025-01-28T22:25:28.237ZJan 28 22:25:26.851 INFO Starting download, target: Clickhouse
15362025-01-28T22:25:28.237ZJan 28 22:25:26.851 INFO Starting download, target: Console
15372025-01-28T22:25:28.237ZJan 28 22:25:26.851 INFO Starting download, target: DendriteOpenapi
15382025-01-28T22:25:28.237ZJan 28 22:25:26.851 INFO Starting download, target: DendriteStub
15392025-01-28T22:25:28.240ZJan 28 22:25:26.851 INFO Starting download, target: MaghemiteMgd
15402025-01-28T22:25:28.241ZJan 28 22:25:26.851 INFO Starting download, target: TransceiverControl
15412025-01-28T22:25:28.241ZJan 28 22:25:26.852 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15422025-01-28T22:25:28.241ZJan 28 22:25:26.852 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15432025-01-28T22:25:28.241ZJan 28 22:25:26.852 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15442025-01-28T22:25:28.241ZJan 28 22:25:26.852 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15452025-01-28T22:25:28.241ZJan 28 22:25:26.852 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15462025-01-28T22:25:28.241ZJan 28 22:25:26.852 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15472025-01-28T22:25:28.241ZJan 28 22:25:26.852 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15482025-01-28T22:25:28.473ZJan 28 22:25:27.081 INFO Download complete, target: DendriteOpenapi
15492025-01-28T22:25:28.701ZJan 28 22:25:27.310 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15502025-01-28T22:25:28.891ZJan 28 22:25:27.504 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15512025-01-28T22:25:29.248ZJan 28 22:25:27.859 INFO Download complete, target: Console
15522025-01-28T22:25:29.307ZJan 28 22:25:27.918 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15532025-01-28T22:25:29.316ZJan 28 22:25:27.928 INFO Download complete, target: TransceiverControl
15542025-01-28T22:25:29.430ZJan 28 22:25:28.043 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15552025-01-28T22:25:30.135ZJan 28 22:25:28.748 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15562025-01-28T22:25:30.136ZJan 28 22:25:28.748 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15572025-01-28T22:25:31.384ZJan 28 22:25:29.997 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15582025-01-28T22:25:32.240ZJan 28 22:25:30.854 INFO Download complete, target: MaghemiteMgd
15592025-01-28T22:25:32.308ZJan 28 22:25:30.921 INFO Download complete, target: DendriteStub
15602025-01-28T22:25:37.702ZJan 28 22:25:36.313 INFO Checking that binary works, target: Cockroach
15612025-01-28T22:25:37.859ZJan 28 22:25:36.470 INFO Download complete, target: Cockroach
15622025-01-28T22:25:44.036ZJan 28 22:25:42.645 INFO Checking that binary works, target: Clickhouse
15632025-01-28T22:25:44.144ZJan 28 22:25:42.751 INFO Download complete, target: Clickhouse
15642025-01-28T22:25:44.162ZAll prerequisites installed successfully
15652025-01-28T22:25:44.205Z
15662025-01-28T22:25:44.205Zreal 4:46.995187811
15672025-01-28T22:25:44.206Zuser 15:40.287888259
15682025-01-28T22:25:44.206Zsys 2:01.712815277
15692025-01-28T22:25:44.206Ztrap 0.561709236
15702025-01-28T22:25:44.206Ztflt 1.454381963
15712025-01-28T22:25:44.207Zdflt 1.475772336
15722025-01-28T22:25:44.207Zkflt 0.027390110
15732025-01-28T22:25:44.207Zlock 24:42.707149009
15742025-01-28T22:25:44.207Zslp 55:00.252897604
15752025-01-28T22:25:44.207Zlat 59.363850099
15762025-01-28T22:25:44.208Zstop 2:18.736148772
15772025-01-28T22:25:44.209Z+ ptime -m cargo xtask download softnpu
15782025-01-28T22:25:44.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15792025-01-28T22:25:44.705Z Running `target/debug/xtask download softnpu`
15802025-01-28T22:25:45.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
15812025-01-28T22:25:45.515Z Running `target/debug/xtask-downloader softnpu`
15822025-01-28T22:25:45.552ZJan 28 22:25:44.162 INFO Starting download, target: Softnpu
15832025-01-28T22:25:45.554ZJan 28 22:25:44.163 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15842025-01-28T22:25:46.209ZJan 28 22:25:44.820 INFO Download complete, target: Softnpu
15852025-01-28T22:25:46.213Z
15862025-01-28T22:25:46.216Zreal 2.058988299
15872025-01-28T22:25:46.216Zuser 1.229032735
15882025-01-28T22:25:46.216Zsys 0.512362369
15892025-01-28T22:25:46.216Ztrap 0.000616699
15902025-01-28T22:25:46.216Ztflt 0.000040700
15912025-01-28T22:25:46.216Zdflt 0.000164826
15922025-01-28T22:25:46.216Zkflt 0.000000000
15932025-01-28T22:25:46.216Zlock 6.820867907
15942025-01-28T22:25:46.216Zslp 0.451261259
15952025-01-28T22:25:46.216Zlat 0.066949608
15962025-01-28T22:25:46.216Zstop 0.000158410
15972025-01-28T22:25:46.216Z+ export CARGO_INCREMENTAL=0
15982025-01-28T22:25:46.216Z+ CARGO_INCREMENTAL=0
15992025-01-28T22:25:46.216Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16002025-01-28T22:25:47.128Z Compiling proc-macro2 v1.0.92
16012025-01-28T22:25:47.128Z Compiling unicode-ident v1.0.14
16022025-01-28T22:25:47.128Z Compiling libc v0.2.169
16032025-01-28T22:25:47.128Z Compiling serde v1.0.217
16042025-01-28T22:25:47.130Z Compiling autocfg v1.4.0
16052025-01-28T22:25:47.131Z Compiling version_check v0.9.5
16062025-01-28T22:25:47.266Z Compiling cfg-if v1.0.0
16072025-01-28T22:25:47.441Z Compiling memchr v2.7.4
16082025-01-28T22:25:47.444Z Compiling typenum v1.17.0
16092025-01-28T22:25:47.489Z Compiling shlex v1.3.0
16102025-01-28T22:25:47.867Z Compiling value-bag v1.9.0
16112025-01-28T22:25:47.888Z Compiling scopeguard v1.2.0
16122025-01-28T22:25:47.989Z Compiling generic-array v0.14.7
16132025-01-28T22:25:48.151Z Compiling lock_api v0.4.12
16142025-01-28T22:25:48.284Z Compiling log v0.4.22
16152025-01-28T22:25:48.387Z Compiling parking_lot_core v0.9.10
16162025-01-28T22:25:48.707Z Compiling serde_json v1.0.135
16172025-01-28T22:25:48.793Z Compiling once_cell v1.20.2
16182025-01-28T22:25:49.008Z Compiling quote v1.0.38
16192025-01-28T22:25:49.026Z Compiling libm v0.2.8
16202025-01-28T22:25:49.029Z Compiling rustix v0.38.37
16212025-01-28T22:25:49.164Z Compiling jobserver v0.1.32
16222025-01-28T22:25:49.289Z Compiling getrandom v0.2.15
16232025-01-28T22:25:49.428Z Compiling syn v2.0.96
16242025-01-28T22:25:49.558Z Compiling cc v1.1.30
16252025-01-28T22:25:49.636Z Compiling aho-corasick v1.1.3
16262025-01-28T22:25:49.638Z Compiling num-traits v0.2.19
16272025-01-28T22:25:49.668Z Compiling thiserror v1.0.69
16282025-01-28T22:25:49.671Z Compiling regex-syntax v0.8.5
16292025-01-28T22:25:49.879Z Compiling either v1.13.0
16302025-01-28T22:25:49.974Z Compiling itoa v1.0.11
16312025-01-28T22:25:50.213Z Compiling spin v0.9.8
16322025-01-28T22:25:50.257Z Compiling slab v0.4.9
16332025-01-28T22:25:50.565Z Compiling errno v0.3.9
16342025-01-28T22:25:50.781Z Compiling byteorder v1.5.0
16352025-01-28T22:25:50.909Z Compiling rand_core v0.6.4
16362025-01-28T22:25:51.338Z Compiling glob v0.3.2
16372025-01-28T22:25:51.435Z Compiling prettyplease v0.2.25
16382025-01-28T22:25:51.775Z Compiling lazy_static v1.5.0
16392025-01-28T22:25:51.994Z Compiling minimal-lexical v0.2.1
16402025-01-28T22:25:52.022Z Compiling clang-sys v1.8.1
16412025-01-28T22:25:52.442Z Compiling nom v7.1.3
16422025-01-28T22:25:52.566Z Compiling libloading v0.8.5
16432025-01-28T22:25:52.628Z Compiling bindgen v0.69.5
16442025-01-28T22:25:52.735Z Compiling subtle v2.6.1
16452025-01-28T22:25:52.920Z Compiling home v0.5.9
16462025-01-28T22:25:53.032Z Compiling smallvec v1.13.2
16472025-01-28T22:25:53.144Z Compiling regex-automata v0.4.8
16482025-01-28T22:25:53.314Z Compiling itertools v0.12.1
16492025-01-28T22:25:53.344Z Compiling lazycell v1.3.0
16502025-01-28T22:25:53.519Z Compiling rustc-hash v1.1.0
16512025-01-28T22:25:53.684Z Compiling allocator-api2 v0.2.18
16522025-01-28T22:25:53.806Z Compiling cmake v0.1.51
16532025-01-28T22:25:54.565Z Compiling semver v1.0.24
16542025-01-28T22:25:54.610Z Compiling fs_extra v1.3.0
16552025-01-28T22:25:55.065Z Compiling dunce v1.0.5
16562025-01-28T22:25:55.278Z Compiling pkg-config v0.3.31
16572025-01-28T22:25:55.456Z Compiling cexpr v0.6.0
16582025-01-28T22:25:55.680Z Compiling ring v0.17.8
16592025-01-28T22:25:56.236Z Compiling ryu v1.0.18
16602025-01-28T22:25:56.357Z Compiling pin-project-lite v0.2.14
16612025-01-28T22:25:56.438Z Compiling synstructure v0.13.1
16622025-01-28T22:25:56.642Z Compiling paste v1.0.15
16632025-01-28T22:25:56.942Z Compiling schemars v0.8.21
16642025-01-28T22:25:57.145Z Compiling httparse v1.9.5
16652025-01-28T22:25:57.264Z Compiling fnv v1.0.7
16662025-01-28T22:25:57.432Z Compiling aws-lc-rs v1.10.0
16672025-01-28T22:25:57.584Z Compiling const-oid v0.9.6
16682025-01-28T22:25:57.761Z Compiling serde_derive_internals v0.29.1
16692025-01-28T22:25:57.970Z Compiling foldhash v0.1.3
16702025-01-28T22:25:58.272Z Compiling equivalent v1.0.1
16712025-01-28T22:25:58.403Z Compiling regex v1.11.1
16722025-01-28T22:25:58.620Z Compiling hashbrown v0.15.1
16732025-01-28T22:25:59.331Z Compiling signal-hook-registry v1.4.2
16742025-01-28T22:25:59.581Z Compiling heck v0.5.0
16752025-01-28T22:25:59.659Z Compiling parking_lot v0.12.3
16762025-01-28T22:25:59.742Z Compiling mio v1.0.2
16772025-01-28T22:25:59.845Z Compiling stable_deref_trait v1.2.0
16782025-01-28T22:26:00.883Z Compiling serde_derive v1.0.217
16792025-01-28T22:26:01.011Z Compiling zeroize_derive v1.4.2
16802025-01-28T22:26:01.334Z Compiling zerocopy-derive v0.7.35
16812025-01-28T22:26:01.673Z Compiling thiserror-impl v1.0.69
16822025-01-28T22:26:02.111Z Compiling tokio-macros v2.5.0
16832025-01-28T22:26:02.331Z Compiling zeroize v1.8.1
16842025-01-28T22:26:02.641Z Compiling zerofrom-derive v0.1.4
16852025-01-28T22:26:02.719Z Compiling yoke-derive v0.7.4
16862025-01-28T22:26:02.754Z Compiling zerovec-derive v0.10.3
16872025-01-28T22:26:02.803Z Compiling futures-macro v0.3.31
16882025-01-28T22:26:03.192Z Compiling displaydoc v0.2.5
16892025-01-28T22:26:04.282Z Compiling zerocopy v0.7.35
16902025-01-28T22:26:04.639Z Compiling crypto-common v0.1.6
16912025-01-28T22:26:04.687Z Compiling icu_provider_macros v1.5.0
16922025-01-28T22:26:04.839Z Compiling tracing-attributes v0.1.27
16932025-01-28T22:26:04.960Z Compiling schemars_derive v0.8.21
16942025-01-28T22:26:04.988Z Compiling block-buffer v0.10.4
16952025-01-28T22:26:05.233Z Compiling digest v0.10.7
16962025-01-28T22:26:05.682Z Compiling socket2 v0.5.7
16972025-01-28T22:26:05.735Z Compiling futures-core v0.3.31
16982025-01-28T22:26:05.858Z Compiling time-core v0.1.2
16992025-01-28T22:26:05.991Z Compiling crossbeam-utils v0.8.20
17002025-01-28T22:26:06.038Z Compiling num-conv v0.1.0
17012025-01-28T22:26:06.327Z Compiling time-macros v0.2.18
17022025-01-28T22:26:06.762Z Compiling der_derive v0.7.3
17032025-01-28T22:26:07.112Z Compiling vcpkg v0.2.15
17042025-01-28T22:26:08.570Z Compiling openssl-sys v0.9.103
17052025-01-28T22:26:08.885Z Compiling syn v1.0.109
17062025-01-28T22:26:09.469Z Compiling futures-sink v0.3.31
17072025-01-28T22:26:09.486Z Compiling cpufeatures v0.2.14
17082025-01-28T22:26:09.617Z Compiling slog v2.7.0
17092025-01-28T22:26:09.870Z Compiling ahash v0.8.11
17102025-01-28T22:26:10.025Z Compiling zerofrom v0.1.4
17112025-01-28T22:26:10.399Z Compiling iana-time-zone v0.1.61
17122025-01-28T22:26:10.439Z Compiling yoke v0.7.4
17132025-01-28T22:26:10.772Z Compiling futures-channel v0.3.31
17142025-01-28T22:26:10.835Z Compiling scroll_derive v0.12.0
17152025-01-28T22:26:10.873Z Compiling openssl v0.10.66
17162025-01-28T22:26:11.109Z Compiling futures-io v0.3.31
17172025-01-28T22:26:11.220Z Compiling futures-task v0.3.31
17182025-01-28T22:26:11.291Z Compiling ucd-trie v0.1.7
17192025-01-28T22:26:11.467Z Compiling pin-utils v0.1.0
17202025-01-28T22:26:11.523Z Compiling zerovec v0.10.4
17212025-01-28T22:26:11.576Z Compiling futures-util v0.3.31
17222025-01-28T22:26:11.742Z Compiling pest v2.7.14
17232025-01-28T22:26:12.567Z Compiling hmac v0.12.1
17242025-01-28T22:26:13.069Z Compiling bitflags v2.6.0
17252025-01-28T22:26:13.114Z Compiling bytes v1.9.0
17262025-01-28T22:26:15.041Z Compiling indexmap v2.7.1
17272025-01-28T22:26:15.203Z Compiling tokio v1.43.0
17282025-01-28T22:26:16.125Z Compiling serde_tokenstream v0.2.2
17292025-01-28T22:26:16.351Z Compiling uuid v1.12.0
17302025-01-28T22:26:16.631Z Compiling http v1.2.0
17312025-01-28T22:26:17.437Z Compiling which v4.4.2
17322025-01-28T22:26:17.733Z Compiling chrono v0.4.39
17332025-01-28T22:26:17.948Z Compiling rustc_version v0.4.1
17342025-01-28T22:26:20.812Z Compiling pest_meta v2.7.14
17352025-01-28T22:26:23.716Z Compiling block-padding v0.3.3
17362025-01-28T22:26:23.964Z Compiling openssl-macros v0.1.1
17372025-01-28T22:26:24.470Z Compiling native-tls v0.2.12
17382025-01-28T22:26:24.658Z Compiling rustls v0.23.19
17392025-01-28T22:26:24.713Z Compiling inout v0.1.3
17402025-01-28T22:26:24.819Z Compiling pest_generator v2.7.14
17412025-01-28T22:26:24.936Z Compiling tinystr v0.7.6
17422025-01-28T22:26:25.336Z Compiling serde_spanned v0.6.8
17432025-01-28T22:26:25.355Z Compiling toml_datetime v0.6.8
17442025-01-28T22:26:25.604Z Compiling tracing-core v0.1.32
17452025-01-28T22:26:25.661Z Compiling litemap v0.7.3
17462025-01-28T22:26:25.787Z Compiling writeable v0.5.5
17472025-01-28T22:26:26.097Z Compiling strsim v0.11.1
17482025-01-28T22:26:26.451Z Compiling dyn-clone v1.0.17
17492025-01-28T22:26:26.660Z Compiling icu_locid v1.5.0
17502025-01-28T22:26:26.746Z Compiling pest_derive v2.7.14
17512025-01-28T22:26:26.885Z Compiling tracing v0.1.40
17522025-01-28T22:26:27.739Z Compiling cipher v0.4.4
17532025-01-28T22:26:27.741Z Compiling sha2 v0.10.8
17542025-01-28T22:26:28.338Z Compiling cookie v0.18.1
17552025-01-28T22:26:28.539Z Compiling usdt-impl v0.5.0
17562025-01-28T22:26:28.636Z Compiling base64ct v1.6.0
17572025-01-28T22:26:28.874Z Compiling icu_provider v1.5.0
17582025-01-28T22:26:29.179Z Compiling pem-rfc7468 v0.7.0
17592025-01-28T22:26:29.957Z Compiling aws-lc-sys v0.22.0
17602025-01-28T22:26:30.666Z Compiling scroll v0.12.0
17612025-01-28T22:26:31.038Z Compiling ppv-lite86 v0.2.20
17622025-01-28T22:26:31.228Z Compiling async-trait v0.1.85
17632025-01-28T22:26:31.858Z Compiling anyhow v1.0.95
17642025-01-28T22:26:33.436Z Compiling plain v0.2.3
17652025-01-28T22:26:33.597Z Compiling icu_locid_transform_data v1.5.0
17662025-01-28T22:26:33.691Z Compiling flagset v0.4.6
17672025-01-28T22:26:33.889Z Compiling rustls-pki-types v1.10.0
17682025-01-28T22:26:34.244Z Compiling camino v1.1.9
17692025-01-28T22:26:34.875Z Compiling percent-encoding v2.3.1
17702025-01-28T22:26:35.308Z Compiling icu_locid_transform v1.5.0
17712025-01-28T22:26:35.555Z Compiling der v0.7.9
17722025-01-28T22:26:37.697Z Compiling goblin v0.8.2
17732025-01-28T22:26:38.675Z Compiling rand_chacha v0.3.1
17742025-01-28T22:26:39.544Z Compiling tokio-util v0.7.12
17752025-01-28T22:26:39.694Z Compiling icu_collections v1.5.0
17762025-01-28T22:26:41.408Z Compiling mirai-annotations v1.12.0
17772025-01-28T22:26:41.442Z Compiling icu_properties_data v1.5.0
17782025-01-28T22:26:41.697Z Compiling untrusted v0.7.1
17792025-01-28T22:26:41.845Z Compiling pretty-hex v0.4.1
17802025-01-28T22:26:41.895Z Compiling untrusted v0.9.0
17812025-01-28T22:26:42.115Z Compiling rayon-core v1.12.1
17822025-01-28T22:26:42.195Z Compiling powerfmt v0.2.0
17832025-01-28T22:26:42.313Z Compiling rustls v0.22.4
17842025-01-28T22:26:42.415Z Compiling icu_properties v1.5.1
17852025-01-28T22:26:42.596Z Compiling deranged v0.3.11
17862025-01-28T22:26:43.493Z Compiling dof v0.3.0
17872025-01-28T22:26:44.263Z Compiling rand v0.8.5
17882025-01-28T22:26:45.023Z Compiling spki v0.7.3
17892025-01-28T22:26:45.552Z Compiling salsa20 v0.10.2
17902025-01-28T22:26:45.715Z Compiling dtrace-parser v0.2.0
17912025-01-28T22:26:45.848Z Compiling pbkdf2 v0.12.2
17922025-01-28T22:26:46.850Z Compiling thread-id v4.2.2
17932025-01-28T22:26:46.976Z Compiling utf8_iter v1.0.4
17942025-01-28T22:26:47.085Z Compiling icu_normalizer_data v1.5.0
17952025-01-28T22:26:47.204Z Compiling litrs v0.4.1
17962025-01-28T22:26:47.516Z Compiling utf16_iter v1.0.5
17972025-01-28T22:26:47.534Z Compiling winnow v0.5.40
17982025-01-28T22:26:47.840Z Compiling num_threads v0.1.7
17992025-01-28T22:26:47.963Z Compiling write16 v1.0.0
18002025-01-28T22:26:48.215Z Compiling atomic-waker v1.1.2
18012025-01-28T22:26:48.256Z Compiling icu_normalizer v1.5.0
18022025-01-28T22:26:48.423Z Compiling document-features v0.2.10
18032025-01-28T22:26:49.385Z Compiling time v0.3.36
18042025-01-28T22:26:50.753Z Compiling toml_edit v0.19.15
18052025-01-28T22:26:51.423Z Compiling scrypt v0.11.0
18062025-01-28T22:26:51.887Z Compiling form_urlencoded v1.2.1
18072025-01-28T22:26:52.224Z Compiling aes v0.8.4
18082025-01-28T22:26:52.413Z Compiling cbc v0.1.2
18092025-01-28T22:26:52.633Z Compiling http-body v1.0.1
18102025-01-28T22:26:52.944Z Compiling multer v3.1.0
18112025-01-28T22:26:53.249Z Compiling rustversion v1.0.17
18122025-01-28T22:26:53.379Z Compiling slog-async v2.8.0
18132025-01-28T22:26:53.819Z Compiling try-lock v0.2.5
18142025-01-28T22:26:54.029Z Compiling tinyvec_macros v0.1.1
18152025-01-28T22:26:54.057Z Compiling want v0.3.1
18162025-01-28T22:26:54.127Z Compiling tinyvec v1.8.0
18172025-01-28T22:26:54.424Z Compiling pkcs5 v0.7.1
18182025-01-28T22:26:56.085Z Compiling idna_adapter v1.2.0
18192025-01-28T22:26:56.311Z Compiling h2 v0.4.6
18202025-01-28T22:26:56.621Z Compiling heapless v0.7.17
18212025-01-28T22:26:57.155Z Compiling bzip2-sys v0.1.11+1.0.8
18222025-01-28T22:26:57.202Z Compiling signal-hook v0.3.17
18232025-01-28T22:26:57.624Z Compiling httpdate v1.0.3
18242025-01-28T22:26:58.380Z Compiling idna v1.0.3
18252025-01-28T22:26:59.754Z Compiling pkcs8 v0.10.2
18262025-01-28T22:27:01.016Z Compiling usdt-macro v0.5.0
18272025-01-28T22:27:01.153Z Compiling usdt-attr-macro v0.5.0
18282025-01-28T22:27:02.392Z Compiling async-stream-impl v0.3.6
18292025-01-28T22:27:02.578Z Compiling base64 v0.22.1
18302025-01-28T22:27:03.254Z Compiling adler2 v2.0.0
18312025-01-28T22:27:03.527Z Compiling tower-service v0.3.3
18322025-01-28T22:27:03.567Z Compiling miniz_oxide v0.8.0
18332025-01-28T22:27:04.351Z Compiling hyper v1.5.2
18342025-01-28T22:27:06.929Z Compiling curve25519-dalek v4.1.3
18352025-01-28T22:27:07.511Z Compiling hyper-util v0.1.10
18362025-01-28T22:27:09.611Z Compiling openapiv3 v2.0.0
18372025-01-28T22:27:10.720Z Compiling enum-as-inner v0.6.1
18382025-01-28T22:27:11.165Z Compiling dropshot v0.12.0
18392025-01-28T22:27:11.475Z Compiling newtype-uuid v1.2.1
18402025-01-28T22:27:11.684Z Compiling portable-atomic v1.9.0
18412025-01-28T22:27:11.987Z Compiling num-bigint-dig v0.8.4
18422025-01-28T22:27:12.296Z Compiling match_cfg v0.1.0
18432025-01-28T22:27:12.411Z Compiling foreign-types-shared v0.1.1
18442025-01-28T22:27:12.559Z Compiling smoltcp v0.9.1
18452025-01-28T22:27:13.249Z Compiling foreign-types v0.3.2
18462025-01-28T22:27:13.460Z Compiling hostname v0.3.1
18472025-01-28T22:27:14.693Z Compiling url v2.5.3
18482025-01-28T22:27:16.558Z Compiling http-body-util v0.1.2
18492025-01-28T22:27:17.215Z Compiling dirs-sys-next v0.1.2
18502025-01-28T22:27:17.265Z Compiling encoding_rs v0.8.34
18512025-01-28T22:27:17.311Z Compiling data-encoding v2.6.0
18522025-01-28T22:27:17.710Z Compiling heck v0.4.1
18532025-01-28T22:27:18.074Z Compiling ident_case v1.0.1
18542025-01-28T22:27:18.263Z Compiling siphasher v0.3.11
18552025-01-28T22:27:18.655Z Compiling mime v0.3.17
18562025-01-28T22:27:18.787Z Compiling gimli v0.31.1
18572025-01-28T22:27:19.693Z Compiling darling_core v0.20.10
18582025-01-28T22:27:20.297Z Compiling dirs-next v2.0.0
18592025-01-28T22:27:25.087Z Compiling addr2line v0.24.2
18602025-01-28T22:27:26.078Z Compiling unicode-normalization v0.1.24
18612025-01-28T22:27:27.125Z Compiling serde_urlencoded v0.7.1
18622025-01-28T22:27:27.678Z Compiling crossbeam-epoch v0.9.18
18632025-01-28T22:27:28.199Z Compiling rustls-pemfile v2.2.0
18642025-01-28T22:27:28.316Z Compiling hubpack_derive v0.1.1
18652025-01-28T22:27:28.438Z Compiling dropshot_endpoint v0.12.0
18662025-01-28T22:27:28.648Z Compiling sha1 v0.10.6
18672025-01-28T22:27:28.666Z Compiling signature v2.2.0
18682025-01-28T22:27:28.888Z Compiling curve25519-dalek-derive v0.1.1
18692025-01-28T22:27:29.018Z Compiling zerocopy-derive v0.6.6
18702025-01-28T22:27:29.186Z Compiling object v0.36.5
18712025-01-28T22:27:30.700Z Compiling thread_local v1.1.8
18722025-01-28T22:27:31.139Z Compiling fs-err v2.11.0
18732025-01-28T22:27:32.181Z Compiling rustc-demangle v0.1.24
18742025-01-28T22:27:34.764Z Compiling utf8parse v0.2.2
18752025-01-28T22:27:34.940Z Compiling unicode-bidi v0.3.17
18762025-01-28T22:27:34.961Z Compiling ipnet v2.10.1
18772025-01-28T22:27:35.935Z Compiling unicode-properties v0.1.3
18782025-01-28T22:27:36.060Z Compiling winnow v0.6.20
18792025-01-28T22:27:36.348Z Compiling openssl-probe v0.1.5
18802025-01-28T22:27:38.777Z Compiling anstyle v1.0.10
18812025-01-28T22:27:39.495Z Compiling toml_edit v0.22.22
18822025-01-28T22:27:41.372Z Compiling rustls-webpki v0.102.8
18832025-01-28T22:27:43.844Z Compiling backtrace v0.3.74
18842025-01-28T22:27:46.041Z Compiling stringprep v0.1.5
18852025-01-28T22:27:46.974Z Compiling anstyle-parse v0.2.5
18862025-01-28T22:27:49.395Z Compiling crossbeam-deque v0.8.5
18872025-01-28T22:27:50.790Z Compiling darling_macro v0.20.10
18882025-01-28T22:27:51.651Z Compiling term v0.7.0
18892025-01-28T22:27:52.768Z Compiling slog-json v2.6.1
18902025-01-28T22:27:53.880Z Compiling crossbeam-channel v0.5.13
18912025-01-28T22:27:54.249Z Compiling hashbrown v0.14.5
18922025-01-28T22:27:54.685Z Compiling futures-executor v0.3.31
18932025-01-28T22:27:54.834Z Compiling num-integer v0.1.46
18942025-01-28T22:27:54.998Z Compiling md-5 v0.10.6
18952025-01-28T22:27:55.124Z Compiling ff v0.13.0
18962025-01-28T22:27:55.247Z Compiling hash32 v0.2.1
18972025-01-28T22:27:55.348Z Compiling is-terminal v0.4.13
18982025-01-28T22:27:55.390Z Compiling memmap v0.7.0
18992025-01-28T22:27:55.485Z Compiling psl-types v2.0.11
19002025-01-28T22:27:55.487Z Compiling is_terminal_polyfill v1.70.1
19012025-01-28T22:27:55.589Z Compiling quick-error v1.2.3
19022025-01-28T22:27:55.633Z Compiling base16ct v0.2.0
19032025-01-28T22:27:55.671Z Compiling take_mut v0.2.2
19042025-01-28T22:27:55.749Z Compiling utf-8 v0.7.6
19052025-01-28T22:27:55.838Z Compiling fallible-iterator v0.2.0
19062025-01-28T22:27:55.913Z Compiling anstyle-query v1.1.1
19072025-01-28T22:27:55.937Z Compiling colorchoice v1.0.2
19082025-01-28T22:27:56.112Z Compiling linked-hash-map v0.5.6
19092025-01-28T22:27:56.445Z Compiling lru-cache v0.1.2
19102025-01-28T22:27:56.473Z Compiling postgres-protocol v0.6.7
19112025-01-28T22:27:56.507Z Compiling anstream v0.6.15
19122025-01-28T22:27:56.645Z Compiling tungstenite v0.24.0
19132025-01-28T22:27:56.881Z Compiling publicsuffix v2.3.0
19142025-01-28T22:27:57.085Z Compiling sec1 v0.7.3
19152025-01-28T22:27:57.618Z Compiling resolv-conf v0.7.0
19162025-01-28T22:27:57.935Z Compiling usdt v0.5.0
19172025-01-28T22:27:58.249Z Compiling slog-term v2.9.1
19182025-01-28T22:27:58.367Z Compiling group v0.13.0
19192025-01-28T22:27:58.433Z Compiling num-iter v0.1.45
19202025-01-28T22:27:58.629Z Compiling regress v0.10.1
19212025-01-28T22:27:58.668Z Compiling futures v0.3.31
19222025-01-28T22:28:01.780Z Compiling slog-bunyan v2.5.0
19232025-01-28T22:28:02.017Z Compiling darling v0.20.10
19242025-01-28T22:28:02.233Z Compiling tokio-rustls v0.26.0
19252025-01-28T22:28:02.353Z Compiling tokio-rustls v0.25.0
19262025-01-28T22:28:02.696Z Compiling toml v0.8.19
19272025-01-28T22:28:02.772Z Compiling tokio-native-tls v0.3.1
19282025-01-28T22:28:03.098Z Compiling hickory-proto v0.24.2
19292025-01-28T22:28:03.357Z Compiling phf_shared v0.11.2
19302025-01-28T22:28:03.706Z Compiling strum_macros v0.25.3
19312025-01-28T22:28:04.256Z Compiling async-stream v0.3.6
19322025-01-28T22:28:04.311Z Compiling waitgroup v0.1.2
19332025-01-28T22:28:04.543Z Compiling webpki-roots v0.26.6
19342025-01-28T22:28:04.712Z Compiling terminal_size v0.4.0
19352025-01-28T22:28:04.753Z Compiling serde_path_to_error v0.1.16
19362025-01-28T22:28:04.906Z Compiling hkdf v0.12.4
19372025-01-28T22:28:05.147Z Compiling crypto-bigint v0.5.5
19382025-01-28T22:28:05.466Z Compiling derive-where v1.2.7
19392025-01-28T22:28:05.569Z Compiling serde_repr v0.1.19
19402025-01-28T22:28:06.616Z Compiling clap_derive v4.5.24
19412025-01-28T22:28:07.025Z Compiling hostname v0.4.0
19422025-01-28T22:28:07.228Z Compiling crc32fast v1.4.2
19432025-01-28T22:28:07.575Z Compiling unicode-width v0.2.0
19442025-01-28T22:28:07.880Z Compiling bitflags v1.3.2
19452025-01-28T22:28:08.091Z Compiling debug-ignore v1.0.5
19462025-01-28T22:28:08.358Z Compiling managed v0.8.0
19472025-01-28T22:28:08.859Z Compiling clap_lex v0.7.4
19482025-01-28T22:28:09.267Z Compiling clap_builder v4.5.27
19492025-01-28T22:28:10.947Z Compiling hickory-resolver v0.24.2
19502025-01-28T22:28:12.496Z Compiling console v0.15.10
19512025-01-28T22:28:13.651Z Compiling elliptic-curve v0.13.8
19522025-01-28T22:28:14.329Z Compiling flate2 v1.0.35
19532025-01-28T22:28:15.167Z Compiling hyper-rustls v0.27.3
19542025-01-28T22:28:16.915Z Compiling phf v0.11.2
19552025-01-28T22:28:17.116Z Compiling hyper-tls v0.6.0
19562025-01-28T22:28:17.526Z Compiling typify-impl v0.2.0
19572025-01-28T22:28:18.133Z Compiling signal-hook-mio v0.2.4
19582025-01-28T22:28:18.317Z Compiling rayon v1.10.0
19592025-01-28T22:28:18.439Z Compiling bzip2 v0.4.4
19602025-01-28T22:28:18.798Z Compiling cookie_store v0.21.1
19612025-01-28T22:28:20.894Z Compiling tokio-tungstenite v0.24.0
19622025-01-28T22:28:21.436Z Compiling postgres-types v0.2.8
19632025-01-28T22:28:22.323Z Compiling zerocopy v0.6.6
19642025-01-28T22:28:22.513Z Compiling hubpack v0.1.2
19652025-01-28T22:28:22.665Z Compiling ed25519 v2.2.3
19662025-01-28T22:28:22.927Z Compiling phf_shared v0.10.0
19672025-01-28T22:28:23.019Z Compiling pkcs1 v0.7.5
19682025-01-28T22:28:23.093Z Compiling tokio-stream v0.1.16
19692025-01-28T22:28:23.300Z Compiling ipnetwork v0.20.0
19702025-01-28T22:28:23.992Z Compiling serde-big-array v0.5.1
19712025-01-28T22:28:24.137Z Compiling rfc6979 v0.4.0
19722025-01-28T22:28:24.184Z Compiling float-cmp v0.9.0
19732025-01-28T22:28:24.216Z Compiling sync_wrapper v1.0.1
19742025-01-28T22:28:24.386Z Compiling bstr v1.10.0
19752025-01-28T22:28:24.498Z Compiling normalize-line-endings v0.3.0
19762025-01-28T22:28:24.648Z Compiling fixedbitset v0.4.2
19772025-01-28T22:28:25.058Z Compiling static_assertions v1.1.0
19782025-01-28T22:28:25.189Z Compiling bit-vec v0.6.3
19792025-01-28T22:28:25.419Z Compiling unicode-segmentation v1.12.0
19802025-01-28T22:28:25.813Z Compiling predicates-core v1.0.8
19812025-01-28T22:28:26.271Z Compiling precomputed-hash v0.1.1
19822025-01-28T22:28:26.386Z Compiling new_debug_unreachable v1.0.6
19832025-01-28T22:28:26.415Z Compiling number_prefix v0.4.0
19842025-01-28T22:28:26.498Z Compiling whoami v1.5.2
19852025-01-28T22:28:26.659Z Compiling difflib v0.4.0
19862025-01-28T22:28:27.002Z Compiling tokio-postgres v0.7.12
19872025-01-28T22:28:27.005Z Compiling indicatif v0.17.9
19882025-01-28T22:28:27.406Z Compiling predicates v3.1.2
19892025-01-28T22:28:27.789Z Compiling reqwest v0.12.9
19902025-01-28T22:28:27.829Z Compiling typify-macro v0.2.0
19912025-01-28T22:28:28.735Z Compiling string_cache v0.8.7
19922025-01-28T22:28:29.128Z Compiling similar v2.6.0
19932025-01-28T22:28:29.596Z Compiling bit-set v0.5.3
19942025-01-28T22:28:29.886Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19952025-01-28T22:28:30.880Z Compiling petgraph v0.6.5
19962025-01-28T22:28:32.132Z Compiling ecdsa v0.16.9
19972025-01-28T22:28:32.539Z Compiling qorb v0.2.1
19982025-01-28T22:28:33.339Z Compiling rsa v0.9.6
19992025-01-28T22:28:34.694Z Compiling ed25519-dalek v2.1.1
20002025-01-28T22:28:34.849Z Compiling zip v0.6.6
20012025-01-28T22:28:35.195Z Compiling crossterm v0.28.1
20022025-01-28T22:28:35.864Z Compiling clap v4.5.27
20032025-01-28T22:28:37.453Z Compiling toml v0.7.8
20042025-01-28T22:28:37.721Z Compiling x509-cert v0.2.5
20052025-01-28T22:28:38.666Z Compiling hex v0.4.3
20062025-01-28T22:28:39.354Z Compiling itertools v0.10.5
20072025-01-28T22:28:39.751Z Compiling peg-runtime v0.8.3
20082025-01-28T22:28:39.981Z Compiling zerocopy v0.8.10
20092025-01-28T22:28:40.440Z Compiling unicode-xid v0.2.6
20102025-01-28T22:28:40.642Z Compiling lalrpop-util v0.19.12
20112025-01-28T22:28:41.826Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20122025-01-28T22:28:46.453Z Compiling proc-macro-crate v1.3.1
20132025-01-28T22:28:47.300Z Compiling macaddr v1.0.1
20142025-01-28T22:28:47.626Z Compiling zerocopy-derive v0.8.10
20152025-01-28T22:28:47.714Z Compiling itertools v0.13.0
20162025-01-28T22:28:50.532Z Compiling heapless v0.8.0
20172025-01-28T22:28:50.608Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20182025-01-28T22:28:56.131Z Compiling num_enum_derive v0.5.11
20192025-01-28T22:29:02.949Z Compiling hash32 v0.3.1
20202025-01-28T22:29:04.417Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20212025-01-28T22:29:04.488Z Compiling smoltcp v0.11.0
20222025-01-28T22:29:09.202Z Compiling num_enum v0.5.11
20232025-01-28T22:29:09.369Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20242025-01-28T22:29:10.237Z Compiling typify v0.2.0
20252025-01-28T22:29:10.324Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20262025-01-28T22:29:11.128Z Compiling proc-macro-error-attr v1.0.4
20272025-01-28T22:29:11.450Z Compiling thiserror v2.0.11
20282025-01-28T22:29:12.231Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20292025-01-28T22:29:12.250Z Compiling unsafe-libyaml v0.2.11
20302025-01-28T22:29:12.560Z Compiling cobs v0.2.3
20312025-01-28T22:29:13.024Z Compiling postcard v1.0.10
20322025-01-28T22:29:13.716Z Compiling serde_yaml v0.9.34+deprecated
20332025-01-28T22:29:28.223Z Compiling progenitor-impl v0.8.0
20342025-01-28T22:29:29.977Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20352025-01-28T22:29:39.081Z Compiling strum_macros v0.26.4
20362025-01-28T22:29:39.802Z Compiling thiserror-impl v2.0.11
20372025-01-28T22:29:39.954Z Compiling structmeta-derive v0.3.0
20382025-01-28T22:29:40.132Z Compiling foreign-types-macros v0.2.3
20392025-01-28T22:29:40.541Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20402025-01-28T22:29:40.865Z Compiling proc-macro-error v1.0.4
20412025-01-28T22:29:41.187Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20422025-01-28T22:29:41.843Z Compiling foreign-types-shared v0.3.1
20432025-01-28T22:29:42.327Z Compiling unicode-width v0.1.14
20442025-01-28T22:29:42.961Z Compiling tabwriter v1.4.0
20452025-01-28T22:29:43.198Z Compiling strum v0.26.3
20462025-01-28T22:29:43.897Z Compiling structmeta v0.3.0
20472025-01-28T22:29:44.265Z Compiling foreign-types v0.5.0
20482025-01-28T22:29:47.770Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20492025-01-28T22:29:51.999Z Compiling progenitor-macro v0.8.0
20502025-01-28T22:29:56.055Z Compiling progenitor-client v0.8.0
20512025-01-28T22:29:58.622Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20522025-01-28T22:29:59.402Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20532025-01-28T22:29:59.590Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20542025-01-28T22:30:00.397Z Compiling cstr-argument v0.1.2
20552025-01-28T22:30:00.612Z Compiling dropshot v0.15.1
20562025-01-28T22:30:00.676Z Compiling fastrand v2.1.1
20572025-01-28T22:30:00.930Z Compiling crucible-workspace-hack v0.1.0
20582025-01-28T22:30:01.319Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20592025-01-28T22:30:01.670Z Compiling pretty-hex v0.2.1
20602025-01-28T22:30:02.040Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20612025-01-28T22:30:02.135Z Compiling tempfile v3.13.0
20622025-01-28T22:30:02.538Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20632025-01-28T22:30:02.836Z Compiling progenitor v0.8.0
20642025-01-28T22:30:02.914Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20652025-01-28T22:30:03.310Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20662025-01-28T22:30:03.752Z Compiling parse-display-derive v0.10.0
20672025-01-28T22:30:03.774Z Compiling colored v2.1.0
20682025-01-28T22:30:04.181Z Compiling serde_with_macros v3.11.0
20692025-01-28T22:30:04.183Z Compiling dropshot_endpoint v0.15.1
20702025-01-28T22:30:05.001Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20712025-01-28T22:30:05.726Z Compiling instant v0.1.13
20722025-01-28T22:30:05.941Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20732025-01-28T22:30:06.331Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20742025-01-28T22:30:06.485Z Compiling serde_with v3.11.0
20752025-01-28T22:30:07.231Z Compiling parse-display v0.10.0
20762025-01-28T22:30:07.825Z Compiling backoff v0.4.0
20772025-01-28T22:30:08.208Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20782025-01-28T22:30:08.441Z Compiling zone_cfg_derive v0.3.0
20792025-01-28T22:30:09.137Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20802025-01-28T22:30:09.745Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20812025-01-28T22:30:09.845Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20822025-01-28T22:30:10.366Z Compiling camino-tempfile v1.1.1
20832025-01-28T22:30:10.536Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
20842025-01-28T22:30:10.597Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20852025-01-28T22:30:10.802Z Compiling regress v0.9.1
20862025-01-28T22:30:10.987Z Compiling progenitor-client v0.9.1
20872025-01-28T22:30:11.118Z Compiling num-derive v0.4.2
20882025-01-28T22:30:11.908Z Compiling sigpipe v0.1.3
20892025-01-28T22:30:12.059Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20902025-01-28T22:30:12.386Z Compiling libefi-sys v0.1.0
20912025-01-28T22:30:12.753Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20922025-01-28T22:30:13.302Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
20932025-01-28T22:30:14.825Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20942025-01-28T22:30:15.939Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20952025-01-28T22:30:18.437Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
20962025-01-28T22:30:18.871Z Compiling zone v0.3.0
20972025-01-28T22:30:19.161Z Compiling smf v0.2.3
20982025-01-28T22:30:21.521Z Compiling bitfield-struct v0.6.2
20992025-01-28T22:30:21.687Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21002025-01-28T22:30:22.080Z Compiling blake3 v1.5.4
21012025-01-28T22:30:22.524Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21022025-01-28T22:30:22.670Z Compiling xattr v1.3.1
21032025-01-28T22:30:22.856Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21042025-01-28T22:30:22.973Z Compiling memmap2 v0.9.5
21052025-01-28T22:30:23.315Z Compiling filetime v0.2.25
21062025-01-28T22:30:23.551Z Compiling same-file v1.0.6
21072025-01-28T22:30:23.594Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21082025-01-28T22:30:23.624Z Compiling constant_time_eq v0.3.1
21092025-01-28T22:30:23.674Z Compiling arrayref v0.3.9
21102025-01-28T22:30:23.726Z Compiling arrayvec v0.7.6
21112025-01-28T22:30:23.793Z Compiling walkdir v2.5.0
21122025-01-28T22:30:23.813Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21132025-01-28T22:30:23.847Z Compiling tar v0.4.42
21142025-01-28T22:30:25.449Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21152025-01-28T22:30:25.885Z Compiling gethostname v0.5.0
21162025-01-28T22:30:26.078Z Compiling cargo-platform v0.1.8
21172025-01-28T22:30:26.446Z Compiling topological-sort v0.2.2
21182025-01-28T22:30:26.733Z Compiling omicron-zone-package v0.12.0
21192025-01-28T22:30:26.777Z Compiling cargo_metadata v0.18.1
21202025-01-28T22:30:27.123Z Compiling indent_write v2.2.0
21212025-01-28T22:30:27.402Z Compiling shell-words v1.1.0
21222025-01-28T22:30:32.350Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21232025-01-28T22:30:34.197Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21242025-01-28T22:30:37.116Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21252025-01-28T22:30:55.620Z Finished `release` profile [optimized] target(s) in 5m 09s
21262025-01-28T22:30:55.782Z Running `target/release/omicron-package -t test target create -p dev`
21272025-01-28T22:30:55.826ZLogging to: /work/oxidecomputer/omicron/out/LOG
21282025-01-28T22:30:55.829ZCreated new build target 'test' and set it as active
21292025-01-28T22:30:55.829Z
21302025-01-28T22:30:55.829Zreal 5:09.545568970
21312025-01-28T22:30:55.829Zuser 36:15.040764903
21322025-01-28T22:30:55.829Zsys 3:17.128145550
21332025-01-28T22:30:55.829Ztrap 1.117458572
21342025-01-28T22:30:55.829Ztflt 2.806896729
21352025-01-28T22:30:55.829Zdflt 0.532012707
21362025-01-28T22:30:55.829Zkflt 0.002232745
21372025-01-28T22:30:55.829Zlock 1:12:32.769700033
21382025-01-28T22:30:55.829Zslp 2:25:46.147878466
21392025-01-28T22:30:55.829Zlat 2:43.943607618
21402025-01-28T22:30:55.829Zstop 4:39.107361342
21412025-01-28T22:30:55.832Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21422025-01-28T22:30:56.752Z Finished `release` profile [optimized] target(s) in 0.87s
21432025-01-28T22:30:56.807Z Running `target/release/omicron-package -t test package`
21442025-01-28T22:30:56.850ZLogging to: /work/oxidecomputer/omicron/out/LOG
21452025-01-28T22:30:57.945Z Compiling thiserror v2.0.11
21462025-01-28T22:30:58.081Z Compiling typify-impl v0.3.0
21472025-01-28T22:30:58.084Z Compiling convert_case v0.4.0
21482025-01-28T22:30:58.084Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21492025-01-28T22:30:58.084Z Compiling newline-converter v0.3.0
21502025-01-28T22:30:58.097Z Compiling password-hash v0.5.0
21512025-01-28T22:30:58.099Z Compiling blake2 v0.10.6
21522025-01-28T22:30:58.099Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21532025-01-28T22:30:58.367Z Compiling expectorate v1.1.0
21542025-01-28T22:30:58.408Z Compiling base64 v0.21.7
21552025-01-28T22:30:58.638Z Compiling argon2 v0.5.3
21562025-01-28T22:30:58.813Z Compiling atomicwrites v0.4.4
21572025-01-28T22:30:58.833Z Compiling derive_more v0.99.18
21582025-01-28T22:30:59.309Z Compiling cancel-safe-futures v0.1.5
21592025-01-28T22:30:59.346Z Compiling owo-colors v4.1.0
21602025-01-28T22:30:59.479Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21612025-01-28T22:30:59.689Z Compiling num-rational v0.4.2
21622025-01-28T22:30:59.706Z Compiling progenitor-client v0.9.1
21632025-01-28T22:31:00.036Z Compiling num-complex v0.4.6
21642025-01-28T22:31:00.885Z Compiling libsw v3.3.1
21652025-01-28T22:31:00.983Z Compiling num v0.4.3
21662025-01-28T22:31:01.103Z Compiling swrite v0.1.0
21672025-01-28T22:31:01.161Z Compiling linear-map v1.2.0
21682025-01-28T22:31:01.214Z Compiling float-ord v0.3.2
21692025-01-28T22:31:01.256Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21702025-01-28T22:31:01.417Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21712025-01-28T22:31:01.579Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21722025-01-28T22:31:02.072Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21732025-01-28T22:31:02.588Z Compiling highway v1.2.0
21742025-01-28T22:31:04.061Z Compiling semver v0.1.20
21752025-01-28T22:31:04.613Z Compiling rustc_version v0.1.7
21762025-01-28T22:31:04.684Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21772025-01-28T22:31:05.044Z Compiling newtype_derive v0.1.6
21782025-01-28T22:31:05.362Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21792025-01-28T22:31:08.921Z Compiling tungstenite v0.21.0
21802025-01-28T22:31:08.975Z Compiling typify-macro v0.3.0
21812025-01-28T22:31:09.800Z Compiling ipnetwork v0.20.0
21822025-01-28T22:31:10.527Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21832025-01-28T22:31:10.844Z Compiling tokio-tungstenite v0.21.0
21842025-01-28T22:31:11.245Z Compiling progenitor-client v0.8.0
21852025-01-28T22:31:11.451Z Compiling humantime v2.1.0
21862025-01-28T22:31:11.704Z Compiling progenitor v0.8.0
21872025-01-28T22:31:12.080Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
21882025-01-28T22:31:12.288Z Compiling dropshot v0.15.1
21892025-01-28T22:31:12.309Z Compiling typify v0.3.0
21902025-01-28T22:31:12.474Z Compiling progenitor-impl v0.9.1
21912025-01-28T22:31:13.011Z Compiling instant v0.1.13
21922025-01-28T22:31:13.177Z Compiling backoff v0.4.0
21932025-01-28T22:31:13.525Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21942025-01-28T22:31:13.972Z Compiling steno v0.4.1
21952025-01-28T22:31:18.444Z Compiling progenitor-macro v0.9.1
21962025-01-28T22:31:19.697Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21972025-01-28T22:31:19.967Z Compiling parse-display v0.10.0
21982025-01-28T22:31:20.485Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21992025-01-28T22:31:20.686Z Compiling strum v0.26.3
22002025-01-28T22:31:20.892Z Compiling serde_with v3.11.0
22012025-01-28T22:31:22.130Z Compiling regress v0.9.1
22022025-01-28T22:31:24.404Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22032025-01-28T22:31:26.009Z Compiling macaddr v1.0.1
22042025-01-28T22:31:26.443Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22052025-01-28T22:31:26.802Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
22062025-01-28T22:31:26.847Z Compiling slog-dtrace v0.3.0
22072025-01-28T22:31:27.203Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
22082025-01-28T22:31:27.237Z Compiling prettyplease v0.2.25
22092025-01-28T22:31:29.216Z Compiling progenitor v0.9.1
22102025-01-28T22:31:29.402Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
22112025-01-28T22:31:29.456Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22122025-01-28T22:31:32.624Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
22132025-01-28T22:31:35.540Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22142025-01-28T22:31:43.183Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22152025-01-28T22:31:44.077Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22162025-01-28T22:31:45.092Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22172025-01-28T22:31:46.209Z Compiling half v2.4.1
22182025-01-28T22:31:48.561Z Compiling ciborium-io v0.2.2
22192025-01-28T22:31:48.722Z Compiling ciborium-ll v0.2.2
22202025-01-28T22:31:49.202Z Compiling ciborium v0.2.2
22212025-01-28T22:31:49.205Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22222025-01-28T22:31:49.241Z Compiling display-error-chain v0.2.2
22232025-01-28T22:31:49.470Z Compiling same-file v1.0.6
22242025-01-28T22:31:49.749Z Compiling fastrand v2.1.1
22252025-01-28T22:31:50.049Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22262025-01-28T22:31:50.214Z Compiling tempfile v3.13.0
22272025-01-28T22:31:50.896Z Compiling walkdir v2.5.0
22282025-01-28T22:31:51.156Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22292025-01-28T22:31:51.521Z Compiling blake3 v1.5.4
22302025-01-28T22:31:52.097Z Compiling const_format_proc_macros v0.2.34
22312025-01-28T22:31:53.811Z Compiling xattr v1.3.1
22322025-01-28T22:31:54.089Z Compiling memmap2 v0.9.5
22332025-01-28T22:31:54.509Z Compiling filetime v0.2.25
22342025-01-28T22:31:54.599Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22352025-01-28T22:31:54.807Z Compiling constant_time_eq v0.3.1
22362025-01-28T22:31:54.979Z Compiling arrayvec v0.7.6
22372025-01-28T22:31:55.010Z Compiling keccak v0.1.5
22382025-01-28T22:31:55.084Z Compiling arrayref v0.3.9
22392025-01-28T22:31:55.206Z Compiling maplit v1.0.2
22402025-01-28T22:31:55.348Z Compiling crunchy v0.2.2
22412025-01-28T22:31:55.368Z Compiling sha3 v0.10.8
22422025-01-28T22:31:56.135Z Compiling tar v0.4.42
22432025-01-28T22:31:56.221Z Compiling const_format v0.2.34
22442025-01-28T22:31:56.818Z Compiling toolchain_find v0.4.0
22452025-01-28T22:31:57.354Z Compiling camino-tempfile v1.1.1
22462025-01-28T22:31:57.422Z Compiling topological-sort v0.2.2
22472025-01-28T22:31:57.540Z Compiling tiny-keccak v2.0.2
22482025-01-28T22:31:57.666Z Compiling radium v0.7.0
22492025-01-28T22:31:57.755Z Compiling omicron-zone-package v0.12.0
22502025-01-28T22:31:57.877Z Compiling rustfmt-wrapper v0.2.1
22512025-01-28T22:31:58.158Z Compiling dsl_auto_type v0.1.2
22522025-01-28T22:31:58.331Z Compiling scheduled-thread-pool v0.2.7
22532025-01-28T22:31:58.426Z Compiling diesel_table_macro_syntax v0.2.0
22542025-01-28T22:31:58.823Z Compiling maybe-uninit v2.0.0
22552025-01-28T22:31:59.303Z Compiling tap v1.0.1
22562025-01-28T22:31:59.348Z Compiling diesel_derives v2.2.3
22572025-01-28T22:31:59.492Z Compiling wyz v0.5.1
22582025-01-28T22:31:59.771Z Compiling r2d2 v0.8.10
22592025-01-28T22:32:00.476Z Compiling phf_generator v0.11.2
22602025-01-28T22:32:00.656Z Compiling ascii-canvas v3.0.0
22612025-01-28T22:32:00.679Z Compiling secrecy v0.8.0
22622025-01-28T22:32:00.945Z Compiling async-recursion v1.1.1
22632025-01-28T22:32:01.109Z Compiling ena v0.14.3
22642025-01-28T22:32:01.537Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22652025-01-28T22:32:01.866Z Compiling regex-syntax v0.6.29
22662025-01-28T22:32:02.193Z Compiling arc-swap v1.7.1
22672025-01-28T22:32:02.248Z Compiling packed_struct v0.10.1
22682025-01-28T22:32:02.665Z Compiling crc-catalog v2.4.0
22692025-01-28T22:32:02.828Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22702025-01-28T22:32:02.846Z Compiling funty v2.0.0
22712025-01-28T22:32:02.873Z Compiling diff v0.1.13
22722025-01-28T22:32:02.971Z Compiling crc v3.2.1
22732025-01-28T22:32:03.328Z Compiling slog-scope v4.4.0
22742025-01-28T22:32:04.150Z Compiling bitvec v1.0.1
22752025-01-28T22:32:05.088Z Compiling phf_codegen v0.11.2
22762025-01-28T22:32:05.319Z Compiling lalrpop v0.19.12
22772025-01-28T22:32:05.678Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22782025-01-28T22:32:06.765Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22792025-01-28T22:32:07.836Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22802025-01-28T22:32:08.081Z Compiling universal-hash v0.5.1
22812025-01-28T22:32:08.331Z Compiling thiserror-impl-no-std v2.0.2
22822025-01-28T22:32:08.463Z Compiling packed_struct_codegen v0.10.1
22832025-01-28T22:32:09.890Z Compiling diesel v2.2.6
22842025-01-28T22:32:10.617Z Compiling parse-zoneinfo v0.3.1
22852025-01-28T22:32:10.767Z Compiling unicase v2.7.0
22862025-01-28T22:32:11.109Z Compiling indexmap v1.9.3
22872025-01-28T22:32:11.461Z Compiling nodrop v0.1.14
22882025-01-28T22:32:11.624Z Compiling opaque-debug v0.3.1
22892025-01-28T22:32:11.750Z Compiling ref-cast v1.0.23
22902025-01-28T22:32:11.942Z Compiling poly1305 v0.8.0
22912025-01-28T22:32:12.273Z Compiling array-init v0.0.4
22922025-01-28T22:32:13.404Z Compiling chrono-tz-build v0.4.0
22932025-01-28T22:32:13.478Z Compiling thiserror-no-std v2.0.2
22942025-01-28T22:32:14.273Z Compiling smallvec v0.6.14
22952025-01-28T22:32:15.324Z Compiling slog-stdlog v4.1.1
22962025-01-28T22:32:16.141Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22972025-01-28T22:32:16.447Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22982025-01-28T22:32:16.756Z Compiling derive_builder_core v0.20.2
22992025-01-28T22:32:17.522Z Compiling chacha20 v0.9.1
23002025-01-28T22:32:18.017Z Compiling headers-core v0.3.0
23012025-01-28T22:32:18.212Z Compiling aead v0.5.2
23022025-01-28T22:32:18.573Z Compiling libxml v0.3.3
23032025-01-28T22:32:18.776Z Compiling ref-cast-impl v1.0.23
23042025-01-28T22:32:18.947Z Compiling vte_generate_state_changes v0.1.2
23052025-01-28T22:32:19.530Z Compiling hashbrown v0.12.3
23062025-01-28T22:32:19.856Z Compiling bitfield v0.14.0
23072025-01-28T22:32:20.170Z Compiling termcolor v1.4.1
23082025-01-28T22:32:21.223Z Compiling env_logger v0.10.2
23092025-01-28T22:32:21.845Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23102025-01-28T22:32:24.516Z Compiling vte v0.11.1
23112025-01-28T22:32:26.056Z Compiling derive_builder_macro v0.20.2
23122025-01-28T22:32:26.883Z Compiling chacha20poly1305 v0.10.1
23132025-01-28T22:32:27.132Z Compiling headers v0.4.0
23142025-01-28T22:32:28.009Z Compiling polar-core v0.27.3
23152025-01-28T22:32:30.565Z Compiling slog-envlogger v2.2.0
23162025-01-28T22:32:31.129Z Compiling serde-hex v0.1.0
23172025-01-28T22:32:33.273Z Compiling chrono-tz v0.10.1
23182025-01-28T22:32:33.923Z Compiling vsss-rs v3.3.4
23192025-01-28T22:32:35.939Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23202025-01-28T22:32:37.942Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23212025-01-28T22:32:38.273Z Compiling ron v0.8.1
23222025-01-28T22:32:38.697Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23232025-01-28T22:32:39.001Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23242025-01-28T22:32:40.549Z Compiling hashbrown v0.13.2
23252025-01-28T22:32:41.815Z Compiling strum_macros v0.24.3
23262025-01-28T22:32:43.396Z Compiling fxhash v0.2.1
23272025-01-28T22:32:43.641Z Compiling samael v0.0.17
23282025-01-28T22:32:44.096Z Compiling bytecount v0.6.8
23292025-01-28T22:32:44.433Z Compiling lockfree-object-pool v0.1.6
23302025-01-28T22:32:44.719Z Compiling simd-adler32 v0.3.7
23312025-01-28T22:32:44.837Z Compiling zip v2.1.3
23322025-01-28T22:32:45.165Z Compiling crc-any v2.5.0
23332025-01-28T22:32:45.181Z Compiling indoc v1.0.9
23342025-01-28T22:32:45.955Z Compiling bumpalo v3.16.0
23352025-01-28T22:32:46.120Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23362025-01-28T22:32:46.518Z Compiling zopfli v0.8.1
23372025-01-28T22:32:52.641Z Compiling papergrid v0.11.0
23382025-01-28T22:32:54.201Z Compiling object v0.30.4
23392025-01-28T22:32:54.726Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23402025-01-28T22:33:00.639Z Compiling derive_builder v0.20.2
23412025-01-28T22:33:01.176Z Compiling strip-ansi-escapes v0.2.0
23422025-01-28T22:33:02.140Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23432025-01-28T22:33:02.456Z Compiling tabled_derive v0.7.0
23442025-01-28T22:33:04.559Z Compiling fd-lock v4.0.2
23452025-01-28T22:33:04.810Z Compiling peg-macros v0.8.4
23462025-01-28T22:33:05.254Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23472025-01-28T22:33:05.937Z Compiling kstat-rs v0.2.4
23482025-01-28T22:33:06.230Z Compiling impl-trait-for-tuples v0.2.2
23492025-01-28T22:33:06.285Z Compiling oso-derive v0.27.3
23502025-01-28T22:33:06.823Z Compiling quick-xml v0.33.0
23512025-01-28T22:33:07.209Z Compiling diesel-dtrace v0.4.2
23522025-01-28T22:33:07.571Z Compiling nu-ansi-term v0.50.1
23532025-01-28T22:33:07.935Z Compiling path-slash v0.1.5
23542025-01-28T22:33:08.231Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23552025-01-28T22:33:08.828Z Compiling reedline v0.35.0
23562025-01-28T22:33:11.305Z Compiling peg v0.8.4
23572025-01-28T22:33:11.517Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23582025-01-28T22:33:12.128Z Compiling oso v0.27.3
23592025-01-28T22:33:12.583Z Compiling tabled v0.15.0
23602025-01-28T22:33:29.196Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23612025-01-28T22:33:32.218Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23622025-01-28T22:33:32.750Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23632025-01-28T22:33:34.232Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23642025-01-28T22:33:35.819Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23652025-01-28T22:33:36.167Z Compiling pem v3.0.4
23662025-01-28T22:33:37.137Z Compiling bb8 v0.8.5
23672025-01-28T22:33:37.716Z Compiling bcs v0.1.6
23682025-01-28T22:33:37.754Z Compiling libz-sys v1.1.20
23692025-01-28T22:33:38.396Z Compiling parking_lot_core v0.8.6
23702025-01-28T22:33:38.615Z Compiling termtree v0.5.1
23712025-01-28T22:33:39.038Z Compiling async-bb8-diesel v0.2.1
23722025-01-28T22:33:39.830Z Compiling mime_guess v2.0.5
23732025-01-28T22:33:41.530Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23742025-01-28T22:33:44.613Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23752025-01-28T22:33:44.802Z Compiling buf-list v1.0.3
23762025-01-28T22:33:46.877Z Compiling nibble_vec v0.1.0
23772025-01-28T22:33:47.138Z Compiling libgit2-sys v0.17.0+1.8.1
23782025-01-28T22:33:47.907Z Compiling pin-project-internal v1.1.6
23792025-01-28T22:33:49.561Z Compiling atty v0.2.14
23802025-01-28T22:33:49.748Z Compiling http-range v0.1.5
23812025-01-28T22:33:50.299Z Compiling salty v0.3.0
23822025-01-28T22:33:50.407Z Compiling endian-type v0.1.2
23832025-01-28T22:33:50.674Z Compiling radix_trie v0.2.1
23842025-01-28T22:33:50.728Z Compiling pin-project v1.1.6
23852025-01-28T22:33:51.563Z Compiling parking_lot v0.11.2
23862025-01-28T22:33:56.393Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23872025-01-28T22:34:00.948Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
23882025-01-28T22:34:01.135Z Compiling snafu-derive v0.8.5
23892025-01-28T22:34:02.797Z Compiling hyper-staticfile v0.10.1
23902025-01-28T22:34:05.547Z Compiling snafu v0.8.5
23912025-01-28T22:34:05.644Z Compiling sled v0.34.7
23922025-01-28T22:34:06.932Z Compiling hickory-client v0.24.2
23932025-01-28T22:34:29.976Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
23942025-01-28T22:34:31.109Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23952025-01-28T22:34:32.666Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23962025-01-28T22:34:33.263Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23972025-01-28T22:34:34.576Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23982025-01-28T22:34:38.778Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23992025-01-28T22:34:39.680Z Compiling globset v0.4.15
24002025-01-28T22:34:40.293Z Compiling hickory-server v0.24.2
24012025-01-28T22:34:40.454Z Compiling olpc-cjson v0.1.4
24022025-01-28T22:34:40.813Z Compiling primeorder v0.13.6
24032025-01-28T22:34:41.369Z Compiling castaway v0.2.3
24042025-01-28T22:34:41.575Z Compiling vergen v8.3.2
24052025-01-28T22:34:41.726Z Compiling env_filter v0.1.2
24062025-01-28T22:34:41.912Z Compiling serde_plain v1.0.2
24072025-01-28T22:34:42.470Z Compiling cargo-platform v0.1.8
24082025-01-28T22:34:42.952Z Compiling nanorand v0.7.0
24092025-01-28T22:34:43.292Z Compiling memoffset v0.9.1
24102025-01-28T22:34:43.631Z Compiling typed-path v0.9.3
24112025-01-28T22:34:43.810Z Compiling flume v0.11.1
24122025-01-28T22:34:44.517Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24132025-01-28T22:34:47.025Z Compiling tough v0.19.0
24142025-01-28T22:34:49.741Z Compiling cargo_metadata v0.18.1
24152025-01-28T22:34:50.542Z Compiling env_logger v0.11.5
24162025-01-28T22:34:51.908Z Compiling compact_str v0.8.0
24172025-01-28T22:34:51.929Z Compiling p384 v0.13.0
24182025-01-28T22:34:52.550Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24192025-01-28T22:34:52.735Z Compiling git2 v0.19.0
24202025-01-28T22:34:54.417Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24212025-01-28T22:34:58.049Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24222025-01-28T22:34:58.808Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24232025-01-28T22:34:59.264Z Compiling unicode-truncate v1.1.0
24242025-01-28T22:34:59.578Z Compiling lru v0.12.5
24252025-01-28T22:34:59.941Z Compiling rand_seeder v0.3.0
24262025-01-28T22:35:00.362Z Compiling libsqlite3-sys v0.30.1
24272025-01-28T22:35:00.895Z Compiling lzma-sys v0.1.20
24282025-01-28T22:35:01.034Z Compiling instability v0.3.2
24292025-01-28T22:35:01.593Z Compiling cassowary v0.3.0
24302025-01-28T22:35:02.021Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24312025-01-28T22:35:02.340Z Compiling parse-size v1.1.0
24322025-01-28T22:35:02.704Z Compiling cfg_aliases v0.2.1
24332025-01-28T22:35:02.830Z Compiling rustls v0.21.12
24342025-01-28T22:35:03.083Z Compiling nix v0.29.0
24352025-01-28T22:35:03.173Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24362025-01-28T22:35:03.936Z Compiling ratatui v0.28.1
24372025-01-28T22:35:05.263Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24382025-01-28T22:35:05.507Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24392025-01-28T22:35:05.691Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24402025-01-28T22:35:06.967Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24412025-01-28T22:35:07.691Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24422025-01-28T22:35:07.739Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24432025-01-28T22:35:08.008Z Compiling sct v0.7.1
24442025-01-28T22:35:08.476Z Compiling rustls-webpki v0.101.7
24452025-01-28T22:35:11.326Z Compiling heck v0.3.3
24462025-01-28T22:35:11.663Z Compiling csv-core v0.1.11
24472025-01-28T22:35:11.959Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24482025-01-28T22:35:12.297Z Compiling glob v0.3.2
24492025-01-28T22:35:12.316Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24502025-01-28T22:35:12.632Z Compiling csv v1.3.1
24512025-01-28T22:35:12.683Z Compiling zone_cfg_derive v0.1.2
24522025-01-28T22:35:14.048Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24532025-01-28T22:35:14.816Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24542025-01-28T22:35:20.854Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
24552025-01-28T22:35:22.036Z Compiling nix v0.27.1
24562025-01-28T22:35:22.121Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24572025-01-28T22:35:22.623Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24582025-01-28T22:35:25.667Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
24592025-01-28T22:35:29.247Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24602025-01-28T22:35:32.278Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24612025-01-28T22:35:32.627Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24622025-01-28T22:35:33.976Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24632025-01-28T22:35:34.300Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24642025-01-28T22:35:34.636Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24652025-01-28T22:35:34.955Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24662025-01-28T22:35:35.223Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24672025-01-28T22:35:35.578Z Compiling tungstenite v0.23.0
24682025-01-28T22:35:35.914Z Compiling hashlink v0.9.1
24692025-01-28T22:35:36.584Z Compiling base64 v0.13.1
24702025-01-28T22:35:36.670Z Compiling fallible-iterator v0.3.0
24712025-01-28T22:35:37.369Z Compiling fallible-streaming-iterator v0.1.9
24722025-01-28T22:35:37.476Z Compiling ron v0.7.1
24732025-01-28T22:35:37.666Z Compiling rusqlite v0.32.1
24742025-01-28T22:35:38.510Z Compiling tokio-tungstenite v0.23.1
24752025-01-28T22:35:39.126Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24762025-01-28T22:35:39.808Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24772025-01-28T22:35:42.031Z Compiling xz2 v0.1.7
24782025-01-28T22:35:42.651Z Compiling tokio-rustls v0.24.1
24792025-01-28T22:35:42.773Z Compiling zone v0.1.8
24802025-01-28T22:35:46.046Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24812025-01-28T22:35:48.297Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24822025-01-28T22:35:49.838Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24832025-01-28T22:35:52.442Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24842025-01-28T22:35:52.759Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24852025-01-28T22:35:56.813Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24862025-01-28T22:35:58.170Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24872025-01-28T22:36:00.137Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24882025-01-28T22:36:01.001Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24892025-01-28T22:36:03.051Z Compiling rustls-pemfile v1.0.4
24902025-01-28T22:36:03.857Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24912025-01-28T22:36:04.196Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24922025-01-28T22:36:04.380Z Compiling signal-hook-tokio v0.3.1
24932025-01-28T22:36:04.605Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
24942025-01-28T22:36:05.937Z Compiling yasna v0.5.2
24952025-01-28T22:36:06.588Z Compiling twox-hash v2.1.0
24962025-01-28T22:36:07.634Z Compiling is_ci v1.2.0
24972025-01-28T22:36:07.952Z Compiling unicode-linebreak v0.1.5
24982025-01-28T22:36:08.526Z Compiling smawk v0.3.2
24992025-01-28T22:36:08.820Z Compiling textwrap v0.16.1
25002025-01-28T22:36:09.298Z Compiling supports-color v3.0.1
25012025-01-28T22:36:09.998Z Compiling rcgen v0.12.1
25022025-01-28T22:36:12.279Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25032025-01-28T22:36:13.657Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25042025-01-28T22:36:17.896Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25052025-01-28T22:36:20.026Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25062025-01-28T22:36:20.131Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25072025-01-28T22:36:25.213Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25082025-01-28T22:36:34.660Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25092025-01-28T22:36:39.499Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25102025-01-28T22:36:41.480Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25112025-01-28T22:36:42.044Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25122025-01-28T22:36:52.503Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
25132025-01-28T22:36:55.824Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25142025-01-28T22:36:56.145Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25152025-01-28T22:36:58.679Z Compiling fatfs v0.3.6
25162025-01-28T22:37:01.033Z Compiling rtoolbox v0.0.2
25172025-01-28T22:37:01.466Z Compiling subprocess v0.2.9
25182025-01-28T22:37:01.496Z Compiling assert_matches v1.5.0
25192025-01-28T22:37:06.018Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25202025-01-28T22:37:06.076Z Compiling rpassword v7.3.1
25212025-01-28T22:37:06.119Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25222025-01-28T22:37:06.554Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25232025-01-28T22:37:13.351Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25242025-01-28T22:37:13.574Z Compiling tui-tree-widget v0.22.0
25252025-01-28T22:37:13.999Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25262025-01-28T22:37:21.606Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25272025-01-28T22:37:21.929Z Compiling uzers v0.12.1
25282025-01-28T22:37:25.007Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25292025-01-28T22:37:27.277Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25302025-01-28T22:37:29.145Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25312025-01-28T22:37:34.890Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25322025-01-28T22:38:02.525Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25332025-01-28T22:38:07.278Z Compiling multimap v0.10.0
25342025-01-28T22:40:28.343Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25352025-01-28T22:40:40.326Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25362025-01-28T22:47:29.624Z Finished `release` profile [optimized] target(s) in 16m 32s
25372025-01-28T22:48:33.232Z
25382025-01-28T22:48:33.235Zreal 17:37.167058664
25392025-01-28T22:48:33.235Zuser 2:04:34.423414433
25402025-01-28T22:48:33.235Zsys 3:10.677055349
25412025-01-28T22:48:33.235Ztrap 3.079368720
25422025-01-28T22:48:33.235Ztflt 2.873141270
25432025-01-28T22:48:33.235Zdflt 4.346457424
25442025-01-28T22:48:33.235Zkflt 0.011377179
25452025-01-28T22:48:33.235Zlock 7:26:55.571011603
25462025-01-28T22:48:33.235Zslp 6:23:27.476452409
25472025-01-28T22:48:33.235Zlat 3:25.492876041
25482025-01-28T22:48:33.235Zstop 2:41.691686267
25492025-01-28T22:48:33.235Z+ mapfile -t packages
25502025-01-28T22:48:33.235Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25512025-01-28T22:48:34.227Z Finished `release` profile [optimized] target(s) in 0.93s
25522025-01-28T22:48:34.285Z Running `target/release/omicron-package -t test list-outputs`
25532025-01-28T22:48:34.331ZLogging to: /work/oxidecomputer/omicron/out/LOG
25542025-01-28T22:48:34.334Z+ ptime -m cargo build --locked --release -p xtask
25552025-01-28T22:48:34.881Z Compiling serde v1.0.217
25562025-01-28T22:48:34.883Z Compiling libc v0.2.169
25572025-01-28T22:48:34.883Z Compiling serde_json v1.0.135
25582025-01-28T22:48:34.883Z Compiling rustix v0.38.37
25592025-01-28T22:48:34.974Z Compiling syn v2.0.96
25602025-01-28T22:48:34.983Z Compiling bitflags v2.6.0
25612025-01-28T22:48:35.318Z Compiling usdt-impl v0.5.0
25622025-01-28T22:48:35.372Z Compiling syn v1.0.109
25632025-01-28T22:48:35.474Z Compiling hashbrown v0.15.1
25642025-01-28T22:48:35.500Z Compiling log v0.4.22
25652025-01-28T22:48:35.773Z Compiling fs-err v2.11.0
25662025-01-28T22:48:35.945Z Compiling once_cell v1.20.2
25672025-01-28T22:48:36.093Z Compiling anyhow v1.0.95
25682025-01-28T22:48:36.284Z Compiling thread-id v4.2.2
25692025-01-28T22:48:36.671Z Compiling indexmap v2.7.1
25702025-01-28T22:48:37.635Z Compiling terminal_size v0.4.0
25712025-01-28T22:48:37.680Z Compiling tempfile v3.13.0
25722025-01-28T22:48:37.857Z Compiling clap_builder v4.5.27
25732025-01-28T22:48:38.767Z Compiling proc-macro-error v1.0.4
25742025-01-28T22:48:39.466Z Compiling tabled_derive v0.7.0
25752025-01-28T22:48:40.539Z Compiling tabled v0.15.0
25762025-01-28T22:48:41.196Z Compiling serde_derive v1.0.217
25772025-01-28T22:48:41.196Z Compiling thiserror-impl v1.0.69
25782025-01-28T22:48:41.211Z Compiling zerocopy-derive v0.7.35
25792025-01-28T22:48:41.211Z Compiling scroll_derive v0.12.0
25802025-01-28T22:48:41.211Z Compiling clap_derive v4.5.24
25812025-01-28T22:48:42.554Z Compiling scroll v0.12.0
25822025-01-28T22:48:43.014Z Compiling zerocopy v0.7.35
25832025-01-28T22:48:43.184Z Compiling goblin v0.8.2
25842025-01-28T22:48:43.806Z Compiling thiserror v1.0.69
25852025-01-28T22:48:43.981Z Compiling pest v2.7.14
25862025-01-28T22:48:46.919Z Compiling pest_meta v2.7.14
25872025-01-28T22:48:46.934Z Compiling clap v4.5.27
25882025-01-28T22:48:48.525Z Compiling pest_generator v2.7.14
25892025-01-28T22:48:50.506Z Compiling pest_derive v2.7.14
25902025-01-28T22:48:51.301Z Compiling dtrace-parser v0.2.0
25912025-01-28T22:48:55.844Z Compiling serde_tokenstream v0.2.2
25922025-01-28T22:48:56.406Z Compiling serde_spanned v0.6.8
25932025-01-28T22:48:56.730Z Compiling toml_datetime v0.6.8
25942025-01-28T22:48:57.440Z Compiling dof v0.3.0
25952025-01-28T22:48:58.276Z Compiling toml_edit v0.22.22
25962025-01-28T22:48:59.363Z Compiling camino v1.1.9
25972025-01-28T22:49:00.045Z Compiling usdt-macro v0.5.0
25982025-01-28T22:49:00.652Z Compiling usdt-attr-macro v0.5.0
25992025-01-28T22:49:01.206Z Compiling semver v1.0.24
26002025-01-28T22:49:01.897Z Compiling toml v0.8.19
26012025-01-28T22:49:02.621Z Compiling cargo-platform v0.1.8
26022025-01-28T22:49:03.700Z Compiling cargo_metadata v0.18.1
26032025-01-28T22:49:04.557Z Compiling cargo_toml v0.20.5
26042025-01-28T22:49:06.608Z Compiling usdt v0.5.0
26052025-01-28T22:49:08.006Z Compiling camino-tempfile v1.1.1
26062025-01-28T22:49:08.032Z Compiling macaddr v1.0.1
26072025-01-28T22:49:17.465Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26082025-01-28T22:49:27.921Z Finished `release` profile [optimized] target(s) in 53.52s
26092025-01-28T22:49:28.027Z
26102025-01-28T22:49:28.027Zreal 53.657240852
26112025-01-28T22:49:28.027Zuser 5:37.678504978
26122025-01-28T22:49:28.027Zsys 17.835780063
26132025-01-28T22:49:28.027Ztrap 0.157749872
26142025-01-28T22:49:28.027Ztflt 0.244295232
26152025-01-28T22:49:28.028Zdflt 0.323130552
26162025-01-28T22:49:28.028Zkflt 0.000116057
26172025-01-28T22:49:28.028Zlock 10:45.385614553
26182025-01-28T22:49:28.028Zslp 16:02.058753838
26192025-01-28T22:49:28.028Zlat 15.982317996
26202025-01-28T22:49:28.028Zstop 15.444150170
26212025-01-28T22:49:28.030Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26222025-01-28T22:49:28.030Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26232025-01-28T22:49:28.031Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26242025-01-28T22:49:28.031Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26252025-01-28T22:49:28.031Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26262025-01-28T22:49:28.879Z Compiling hashbrown v0.14.5
26272025-01-28T22:49:29.011Z Compiling thiserror v2.0.11
26282025-01-28T22:49:29.023Z Compiling thiserror-impl v2.0.11
26292025-01-28T22:49:29.026Z Compiling ident_case v1.0.1
26302025-01-28T22:49:29.048Z Compiling unsafe-libyaml v0.2.11
26312025-01-28T22:49:29.064Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26322025-01-28T22:49:29.067Z Compiling ipnetwork v0.20.0
26332025-01-28T22:49:29.067Z Compiling progenitor-client v0.9.1
26342025-01-28T22:49:29.193Z Compiling darling_core v0.20.10
26352025-01-28T22:49:29.525Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26362025-01-28T22:49:29.581Z Compiling macaddr v1.0.1
26372025-01-28T22:49:29.849Z Compiling progenitor-client v0.8.0
26382025-01-28T22:49:29.927Z Compiling instant v0.1.13
26392025-01-28T22:49:30.015Z Compiling structmeta-derive v0.3.0
26402025-01-28T22:49:30.083Z Compiling regress v0.10.1
26412025-01-28T22:49:30.130Z Compiling dropshot v0.15.1
26422025-01-28T22:49:30.223Z Compiling regress v0.9.1
26432025-01-28T22:49:30.297Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26442025-01-28T22:49:30.437Z Compiling serde_yaml v0.9.34+deprecated
26452025-01-28T22:49:31.026Z Compiling dropshot_endpoint v0.15.1
26462025-01-28T22:49:31.511Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26472025-01-28T22:49:32.393Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26482025-01-28T22:49:32.423Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26492025-01-28T22:49:32.588Z Compiling structmeta v0.3.0
26502025-01-28T22:49:32.889Z Compiling backoff v0.4.0
26512025-01-28T22:49:32.989Z Compiling parse-display-derive v0.10.0
26522025-01-28T22:49:33.143Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26532025-01-28T22:49:33.216Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26542025-01-28T22:49:33.352Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26552025-01-28T22:49:33.542Z Compiling tempfile v3.13.0
26562025-01-28T22:49:33.980Z Compiling typify-impl v0.2.0
26572025-01-28T22:49:34.115Z Compiling proc-macro-crate v1.3.1
26582025-01-28T22:49:34.358Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26592025-01-28T22:49:34.742Z Compiling typify-impl v0.3.0
26602025-01-28T22:49:34.878Z Compiling itertools v0.13.0
26612025-01-28T22:49:34.944Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26622025-01-28T22:49:35.067Z Compiling num_enum_derive v0.5.11
26632025-01-28T22:49:35.246Z Compiling zerocopy v0.8.10
26642025-01-28T22:49:35.368Z Compiling darling_macro v0.20.10
26652025-01-28T22:49:36.168Z Compiling zerocopy-derive v0.8.10
26662025-01-28T22:49:36.315Z Compiling darling v0.20.10
26672025-01-28T22:49:36.466Z Compiling serde_with_macros v3.11.0
26682025-01-28T22:49:37.110Z Compiling parse-display v0.10.0
26692025-01-28T22:49:37.304Z Compiling num_enum v0.5.11
26702025-01-28T22:49:37.486Z Compiling foreign-types-macros v0.2.3
26712025-01-28T22:49:37.727Z Compiling foreign-types-shared v0.3.1
26722025-01-28T22:49:37.757Z Compiling heapless v0.8.0
26732025-01-28T22:49:37.880Z Compiling crucible-workspace-hack v0.1.0
26742025-01-28T22:49:38.202Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26752025-01-28T22:49:38.708Z Compiling proc-macro-error v1.0.4
26762025-01-28T22:49:38.807Z Compiling foreign-types v0.5.0
26772025-01-28T22:49:39.079Z Compiling serde_with v3.11.0
26782025-01-28T22:49:39.322Z Compiling camino-tempfile v1.1.1
26792025-01-28T22:49:39.354Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26802025-01-28T22:49:39.770Z Compiling hash32 v0.3.1
26812025-01-28T22:49:40.039Z Compiling cstr-argument v0.1.2
26822025-01-28T22:49:40.198Z Compiling smoltcp v0.11.0
26832025-01-28T22:49:40.303Z Compiling pretty-hex v0.2.1
26842025-01-28T22:49:40.521Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26852025-01-28T22:49:40.913Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26862025-01-28T22:49:40.938Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26872025-01-28T22:49:41.554Z Compiling tabwriter v1.4.0
26882025-01-28T22:49:41.957Z Compiling colored v2.1.0
26892025-01-28T22:49:42.009Z Compiling cobs v0.2.3
26902025-01-28T22:49:42.326Z Compiling postcard v1.0.10
26912025-01-28T22:49:42.491Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26922025-01-28T22:49:42.595Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26932025-01-28T22:49:42.782Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26942025-01-28T22:49:42.884Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26952025-01-28T22:49:42.966Z Compiling smf v0.2.3
26962025-01-28T22:49:43.215Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26972025-01-28T22:49:43.700Z Compiling zone_cfg_derive v0.3.0
26982025-01-28T22:49:44.290Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
26992025-01-28T22:49:44.317Z Compiling num-derive v0.4.2
27002025-01-28T22:49:44.727Z Compiling sigpipe v0.1.3
27012025-01-28T22:49:44.867Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27022025-01-28T22:49:44.903Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27032025-01-28T22:49:45.149Z Compiling zone v0.3.0
27042025-01-28T22:49:45.205Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27052025-01-28T22:49:45.667Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27062025-01-28T22:49:46.134Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
27072025-01-28T22:49:46.502Z Compiling universal-hash v0.5.1
27082025-01-28T22:49:46.590Z Compiling opaque-debug v0.3.1
27092025-01-28T22:49:46.629Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
27102025-01-28T22:49:46.632Z Compiling tungstenite v0.21.0
27112025-01-28T22:49:46.707Z Compiling num-rational v0.4.2
27122025-01-28T22:49:46.727Z Compiling password-hash v0.5.0
27132025-01-28T22:49:47.348Z Compiling blake2 v0.10.6
27142025-01-28T22:49:47.497Z Compiling num-complex v0.4.6
27152025-01-28T22:49:47.656Z Compiling aead v0.5.2
27162025-01-28T22:49:48.048Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27172025-01-28T22:49:48.093Z Compiling keccak v0.1.5
27182025-01-28T22:49:48.300Z Compiling convert_case v0.4.0
27192025-01-28T22:49:48.458Z Compiling base64 v0.21.7
27202025-01-28T22:49:48.626Z Compiling sha3 v0.10.8
27212025-01-28T22:49:48.728Z Compiling num v0.4.3
27222025-01-28T22:49:48.857Z Compiling argon2 v0.5.3
27232025-01-28T22:49:48.904Z Compiling typify-macro v0.2.0
27242025-01-28T22:49:49.146Z Compiling tokio-tungstenite v0.21.0
27252025-01-28T22:49:49.246Z Compiling derive_more v0.99.18
27262025-01-28T22:49:49.320Z Compiling poly1305 v0.8.0
27272025-01-28T22:49:49.739Z Compiling chacha20 v0.9.1
27282025-01-28T22:49:49.906Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27292025-01-28T22:49:49.928Z Compiling float-ord v0.3.2
27302025-01-28T22:49:50.118Z Compiling typify-macro v0.3.0
27312025-01-28T22:49:50.138Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27322025-01-28T22:49:50.228Z Compiling same-file v1.0.6
27332025-01-28T22:49:50.526Z Compiling semver v0.1.20
27342025-01-28T22:49:50.559Z Compiling walkdir v2.5.0
27352025-01-28T22:49:51.080Z Compiling rustc_version v0.1.7
27362025-01-28T22:49:51.136Z Compiling newline-converter v0.3.0
27372025-01-28T22:49:51.264Z Compiling primeorder v0.13.6
27382025-01-28T22:49:51.333Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
27392025-01-28T22:49:51.553Z Compiling secrecy v0.8.0
27402025-01-28T22:49:51.601Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27412025-01-28T22:49:51.752Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27422025-01-28T22:49:51.815Z Compiling cancel-safe-futures v0.1.5
27432025-01-28T22:49:51.931Z Compiling owo-colors v4.1.0
27442025-01-28T22:49:51.990Z Compiling newtype_derive v0.1.6
27452025-01-28T22:49:52.187Z Compiling expectorate v1.1.0
27462025-01-28T22:49:52.261Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
27472025-01-28T22:49:52.289Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27482025-01-28T22:49:52.371Z Compiling thiserror-impl-no-std v2.0.2
27492025-01-28T22:49:52.391Z Compiling blake3 v1.5.4
27502025-01-28T22:49:52.581Z Compiling unicase v2.7.0
27512025-01-28T22:49:52.735Z Compiling typify v0.2.0
27522025-01-28T22:49:52.888Z Compiling progenitor-impl v0.8.0
27532025-01-28T22:49:52.908Z Compiling half v2.4.1
27542025-01-28T22:49:52.978Z Compiling arc-swap v1.7.1
27552025-01-28T22:49:53.032Z Compiling ciborium-io v0.2.2
27562025-01-28T22:49:53.487Z Compiling slog-scope v4.4.0
27572025-01-28T22:49:53.536Z Compiling ciborium-ll v0.2.2
27582025-01-28T22:49:53.573Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
27592025-01-28T22:49:53.899Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27602025-01-28T22:49:53.973Z Compiling typify v0.3.0
27612025-01-28T22:49:54.121Z Compiling progenitor-impl v0.9.1
27622025-01-28T22:49:54.198Z Compiling polyval v0.6.2
27632025-01-28T22:49:54.624Z Compiling atomicwrites v0.4.4
27642025-01-28T22:49:54.646Z Compiling libsw v3.3.1
27652025-01-28T22:49:54.991Z Compiling memmap2 v0.9.5
27662025-01-28T22:49:54.991Z Compiling indent_write v2.2.0
27672025-01-28T22:49:55.191Z Compiling thiserror-no-std v2.0.2
27682025-01-28T22:49:55.236Z Compiling arrayref v0.3.9
27692025-01-28T22:49:55.340Z Compiling linear-map v1.2.0
27702025-01-28T22:49:55.360Z Compiling arrayvec v0.7.6
27712025-01-28T22:49:55.458Z Compiling libefi-sys v0.1.0
27722025-01-28T22:49:55.655Z Compiling salty v0.3.0
27732025-01-28T22:49:55.771Z Compiling constant_time_eq v0.3.1
27742025-01-28T22:49:55.791Z Compiling parking_lot_core v0.8.6
27752025-01-28T22:49:55.976Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27762025-01-28T22:49:56.089Z Compiling vsss-rs v3.3.4
27772025-01-28T22:49:56.114Z Compiling ghash v0.5.1
27782025-01-28T22:49:56.329Z Compiling ciborium v0.2.2
27792025-01-28T22:49:56.406Z Compiling slog-stdlog v4.1.1
27802025-01-28T22:49:57.204Z Compiling p384 v0.13.0
27812025-01-28T22:49:57.324Z Compiling toolchain_find v0.4.0
27822025-01-28T22:49:57.696Z Compiling chacha20poly1305 v0.10.1
27832025-01-28T22:49:57.853Z Compiling ctr v0.9.2
27842025-01-28T22:49:57.933Z Compiling lzma-sys v0.1.20
27852025-01-28T22:49:57.952Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27862025-01-28T22:49:58.236Z Compiling bitfield-struct v0.6.2
27872025-01-28T22:49:58.410Z Compiling slog-dtrace v0.3.0
27882025-01-28T22:49:58.706Z Compiling topological-sort v0.2.2
27892025-01-28T22:49:58.732Z Compiling highway v1.2.0
27902025-01-28T22:49:58.957Z Compiling omicron-zone-package v0.12.0
27912025-01-28T22:49:59.006Z Compiling aes-gcm v0.10.3
27922025-01-28T22:49:59.337Z Compiling rustfmt-wrapper v0.2.1
27932025-01-28T22:49:59.479Z Compiling mime_guess v2.0.5
27942025-01-28T22:49:59.644Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27952025-01-28T22:49:59.685Z Compiling slog-envlogger v2.2.0
27962025-01-28T22:49:59.895Z Compiling progenitor-macro v0.8.0
27972025-01-28T22:49:59.937Z Compiling steno v0.4.1
27982025-01-28T22:50:00.635Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27992025-01-28T22:50:00.744Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28002025-01-28T22:50:00.799Z Compiling heck v0.3.3
28012025-01-28T22:50:01.188Z Compiling ssh-encoding v0.2.0
28022025-01-28T22:50:01.253Z Compiling blowfish v0.9.1
28032025-01-28T22:50:01.319Z Compiling progenitor-macro v0.9.1
28042025-01-28T22:50:01.390Z Compiling nibble_vec v0.1.0
28052025-01-28T22:50:01.633Z Compiling env_filter v0.1.2
28062025-01-28T22:50:01.685Z Compiling humantime v2.1.0
28072025-01-28T22:50:01.731Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28082025-01-28T22:50:01.845Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28092025-01-28T22:50:01.990Z Compiling endian-type v0.1.2
28102025-01-28T22:50:02.047Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28112025-01-28T22:50:02.191Z Compiling radix_trie v0.2.1
28122025-01-28T22:50:02.236Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28132025-01-28T22:50:02.280Z Compiling env_logger v0.11.5
28142025-01-28T22:50:02.394Z Compiling ssh-cipher v0.2.0
28152025-01-28T22:50:02.836Z Compiling bcrypt-pbkdf v0.10.0
28162025-01-28T22:50:02.979Z Compiling zone_cfg_derive v0.1.2
28172025-01-28T22:50:03.078Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28182025-01-28T22:50:03.885Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28192025-01-28T22:50:04.026Z Compiling parking_lot v0.11.2
28202025-01-28T22:50:04.263Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28212025-01-28T22:50:04.453Z Compiling password-hash v0.4.2
28222025-01-28T22:50:04.679Z Compiling gethostname v0.5.0
28232025-01-28T22:50:04.821Z Compiling fxhash v0.2.1
28242025-01-28T22:50:04.840Z Compiling zip v2.1.3
28252025-01-28T22:50:04.871Z Compiling bumpalo v3.16.0
28262025-01-28T22:50:04.892Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28272025-01-28T22:50:05.043Z Compiling base64 v0.13.1
28282025-01-28T22:50:05.154Z Compiling lockfree-object-pool v0.1.6
28292025-01-28T22:50:05.202Z Compiling http-range v0.1.5
28302025-01-28T22:50:05.275Z Compiling simd-adler32 v0.3.7
28312025-01-28T22:50:05.416Z Compiling sled v0.34.7
28322025-01-28T22:50:05.442Z Compiling ron v0.7.1
28332025-01-28T22:50:05.533Z Compiling pbkdf2 v0.11.0
28342025-01-28T22:50:05.580Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28352025-01-28T22:50:05.846Z Compiling zopfli v0.8.1
28362025-01-28T22:50:05.927Z Compiling zone v0.1.8
28372025-01-28T22:50:06.258Z Compiling xz2 v0.1.7
28382025-01-28T22:50:06.712Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28392025-01-28T22:50:07.367Z Compiling ssh-key v0.6.6
28402025-01-28T22:50:07.438Z Compiling hickory-client v0.24.2
28412025-01-28T22:50:07.752Z Compiling p256 v0.13.2
28422025-01-28T22:50:07.931Z Compiling p521 v0.13.3
28432025-01-28T22:50:08.582Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28442025-01-28T22:50:08.905Z Compiling hickory-server v0.24.2
28452025-01-28T22:50:09.625Z Compiling pem v3.0.4
28462025-01-28T22:50:10.323Z Compiling yasna v0.5.2
28472025-01-28T22:50:10.368Z Compiling headers-core v0.3.0
28482025-01-28T22:50:10.564Z Compiling kstat-rs v0.2.4
28492025-01-28T22:50:11.145Z Compiling nanorand v0.7.0
28502025-01-28T22:50:11.337Z Compiling atty v0.2.14
28512025-01-28T22:50:11.515Z Compiling russh-cryptovec v0.7.3
28522025-01-28T22:50:11.580Z Compiling md5 v0.7.0
28532025-01-28T22:50:11.644Z Compiling flume v0.11.1
28542025-01-28T22:50:11.835Z Compiling rcgen v0.12.1
28552025-01-28T22:50:11.940Z Compiling russh-keys v0.45.0
28562025-01-28T22:50:12.095Z Compiling headers v0.4.0
28572025-01-28T22:50:12.758Z Compiling progenitor v0.8.0
28582025-01-28T22:50:13.006Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28592025-01-28T22:50:13.134Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28602025-01-28T22:50:13.954Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28612025-01-28T22:50:13.991Z Compiling hyper-staticfile v0.10.1
28622025-01-28T22:50:14.116Z Compiling progenitor v0.9.1
28632025-01-28T22:50:14.355Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
28642025-01-28T22:50:14.401Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28652025-01-28T22:50:14.624Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28662025-01-28T22:50:15.065Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
28672025-01-28T22:50:15.386Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
28682025-01-28T22:50:15.754Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28692025-01-28T22:50:17.080Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28702025-01-28T22:50:17.692Z Compiling num-bigint v0.4.6
28712025-01-28T22:50:18.385Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28722025-01-28T22:50:19.761Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28732025-01-28T22:50:20.576Z Compiling des v0.8.1
28742025-01-28T22:50:20.716Z Compiling subprocess v0.2.9
28752025-01-28T22:50:20.742Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28762025-01-28T22:50:20.917Z Compiling hex-literal v0.4.1
28772025-01-28T22:50:21.106Z Compiling display-error-chain v0.2.2
28782025-01-28T22:50:21.351Z Compiling russh v0.45.0
28792025-01-28T22:50:21.628Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28802025-01-28T22:50:22.507Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28812025-01-28T22:50:24.816Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28822025-01-28T22:50:25.323Z Compiling internet-checksum v0.2.1
28832025-01-28T22:50:29.383Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28842025-01-28T22:50:29.385Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28852025-01-28T22:50:29.385Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28862025-01-28T22:50:29.386Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28872025-01-28T22:50:32.172Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28882025-01-28T22:50:32.428Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28892025-01-28T22:50:33.250Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28902025-01-28T22:50:33.877Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28912025-01-28T22:50:34.194Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28922025-01-28T22:50:36.381Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28932025-01-28T22:50:36.549Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28942025-01-28T22:50:37.226Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28952025-01-28T22:50:37.572Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28962025-01-28T22:50:38.284Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28972025-01-28T22:50:39.172Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28982025-01-28T22:50:40.031Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28992025-01-28T22:50:40.499Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29002025-01-28T22:50:40.872Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29012025-01-28T22:50:43.397Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29022025-01-28T22:50:43.838Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29032025-01-28T22:50:43.858Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29042025-01-28T22:50:44.749Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29052025-01-28T22:50:45.712Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29062025-01-28T22:50:49.200Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29072025-01-28T22:50:49.736Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29082025-01-28T22:50:50.824Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29092025-01-28T22:50:51.600Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29102025-01-28T22:50:51.802Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29112025-01-28T22:50:57.052Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29122025-01-28T22:51:05.225Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29132025-01-28T22:51:06.631Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29142025-01-28T22:51:27.576Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29152025-01-28T22:51:50.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
29162025-01-28T22:51:50.683Z
29172025-01-28T22:51:50.683Zreal 2:22.586384438
29182025-01-28T22:51:50.683Zuser 12:10.638649979
29192025-01-28T22:51:50.683Zsys 1:32.902597186
29202025-01-28T22:51:50.684Ztrap 0.376175180
29212025-01-28T22:51:50.684Ztflt 0.828868075
29222025-01-28T22:51:50.684Zdflt 1.226055730
29232025-01-28T22:51:50.684Zkflt 0.000596220
29242025-01-28T22:51:50.684Zlock 22:42.444037580
29252025-01-28T22:51:50.684Zslp 42:11.869862380
29262025-01-28T22:51:50.684Zlat 37.722477721
29272025-01-28T22:51:50.684Zstop 1:34.303079231
29282025-01-28T22:51:50.688Z+ mkdir tests
29292025-01-28T22:51:50.688Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29302025-01-28T22:51:50.688Z+ xargs -I '{}' -t cp '{}' tests/
29312025-01-28T22:51:50.727Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4f6fab5a10a2696c tests/
29322025-01-28T22:51:50.753Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-72a4aca30a8e5627 tests/
29332025-01-28T22:51:50.778Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f05ead427f7d6d92 tests/
29342025-01-28T22:51:50.805Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d095c0d8458d2d20 tests/
29352025-01-28T22:51:51.085Z+ 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/*)
29362025-01-28T22:51:51.088Z+ 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-4f6fab5a10a2696c tests/commtest-f05ead427f7d6d92 tests/dhcp_server-72a4aca30a8e5627 tests/end_to_end_tests-d095c0d8458d2d20 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
29372025-01-28T22:53:04.608ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29382025-01-28T22:53:04.608Za .github/buildomat/ci-env.sh 1K
29392025-01-28T22:53:04.608Za out/target/test 1K
29402025-01-28T22:53:04.608Za out/npuzone/npuzone 23144K
29412025-01-28T22:53:04.608Za package-manifest.toml 34K
29422025-01-28T22:53:04.609Za smf/sled-agent/non-gimlet/config.toml 4K
29432025-01-28T22:53:04.609Za target/release/omicron-package 35970K
29442025-01-28T22:53:04.609Za target/release/xtask 11881K
29452025-01-28T22:53:04.609Za target/debug/bootstrap 220694K
29462025-01-28T22:53:04.609Za tests/bootstrap-4f6fab5a10a2696c 24276K
29472025-01-28T22:53:04.609Za tests/commtest-f05ead427f7d6d92 24769K
29482025-01-28T22:53:04.609Za tests/dhcp_server-72a4aca30a8e5627 24276K
29492025-01-28T22:53:04.609Za tests/end_to_end_tests-d095c0d8458d2d20 282824K
29502025-01-28T22:53:04.609Za out/clickhouse.tar.gz 294215K
29512025-01-28T22:53:04.609Za out/clickhouse_keeper.tar.gz 281349K
29522025-01-28T22:53:04.609Za out/clickhouse_server.tar.gz 294186K
29532025-01-28T22:53:04.609Za out/cockroachdb.tar.gz 134964K
29542025-01-28T22:53:04.609Za out/crucible-dtrace.tar 99K
29552025-01-28T22:53:04.609Za out/crucible-pantry-zone.tar.gz 28535K
29562025-01-28T22:53:04.609Za out/crucible-zone.tar.gz 36823K
29572025-01-28T22:53:04.609Za out/external-dns.tar.gz 35432K
29582025-01-28T22:53:04.609Za out/internal-dns.tar.gz 35432K
29592025-01-28T22:53:04.609Za out/mg-ddm-gz.tar 63075K
29602025-01-28T22:53:04.609Za out/nexus.tar.gz 100466K
29612025-01-28T22:53:04.609Za out/ntp.tar.gz 10502K
29622025-01-28T22:53:04.609Za out/omicron-gateway-softnpu.tar.gz 24114K
29632025-01-28T22:53:04.609Za out/omicron-sled-agent.tar 113884K
29642025-01-28T22:53:04.609Za out/overlay.tar.gz 3K
29652025-01-28T22:53:04.609Za out/oximeter.tar.gz 48384K
29662025-01-28T22:53:04.609Za out/oxlog.tar 3135K
29672025-01-28T22:53:04.609Za out/probe.tar.gz 2764K
29682025-01-28T22:53:04.609Za out/propolis-server.tar.gz 66525K
29692025-01-28T22:53:04.609Za out/pumpkind-gz.tar 26665K
29702025-01-28T22:53:04.609Za out/switch-softnpu.tar.gz 237579K
29712025-01-28T22:53:04.612Z
29722025-01-28T22:53:04.612Zreal 1:13.505988793
29732025-01-28T22:53:04.612Zuser 1:10.295823519
29742025-01-28T22:53:04.612Zsys 4.356826994
29752025-01-28T22:53:04.612Ztrap 0.017765488
29762025-01-28T22:53:04.612Ztflt 0.000000000
29772025-01-28T22:53:04.612Zdflt 0.000000000
29782025-01-28T22:53:04.612Zkflt 0.000000000
29792025-01-28T22:53:04.612Zlock 0.000000000
29802025-01-28T22:53:04.613Zslp 1:10.284514992
29812025-01-28T22:53:04.613Zlat 2.052691699
29822025-01-28T22:53:04.613Zstop 0.000229374
29832025-01-28T22:53:04.613Zprocess exited: duration 1927256 ms, exit code 0
 
29842025-01-28T22:53:04.626Zfound 1 output files
29852025-01-28T22:53:04.626Zuploading: /work/package.tar.gz (1904582249 bytes)
29862025-01-28T22:53:45.787Zuploaded: /work/package.tar.gz