01JGZFTZQHNCQZH0Z5DVAM89P0: 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: 01JGZFVAQ8MPH1J25K1EPQ8J2F

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-07T04:20:56.560Zjob assigned to worker 01JGZFVG0X6VRD03S2J4XJ10WQ [factory aws, i-05c303aa8184df9d8] (queued for 57 s)
 
22025-01-07T04:21:03.923Zstarting task 0: "setup"
32025-01-07T04:21:03.931Z++ uname -s
42025-01-07T04:21:03.934Z+ kern=SunOS
52025-01-07T04:21:03.935Z+ case "$kern" in
62025-01-07T04:21:03.935Z+ groupadd -g 12345 build
72025-01-07T04:21:03.937Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-07T04:21:05.943Z+ zfs create -o mountpoint=/work rpool/work
92025-01-07T04:21:06.061Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-07T04:21:06.065Z+ home_fs=zfs
112025-01-07T04:21:06.065Z+ [[ zfs == autofs ]]
122025-01-07T04:21:06.065Z+ mkdir -p /home/build
132025-01-07T04:21:06.067Z+ chown build:build /home/build /work
142025-01-07T04:21:08.068Z+ chmod 0700 /home/build /work
152025-01-07T04:21:08.071Zprocess exited: duration 4149 ms, exit code 0
 
162025-01-07T04:21:08.076Zstarting task 1: "rust-toolchain"
172025-01-07T04:21:08.082Z+ printf ' * toolchain channel = "%s"
182025-01-07T04:21:08.082Z' 1.81.0
192025-01-07T04:21:08.082Z+ printf ' * toolchain profile = "%s"
202025-01-07T04:21:08.082Z * toolchain channel = "1.81.0"
212025-01-07T04:21:08.082Z' default
222025-01-07T04:21:08.082Z * toolchain profile = "default"
232025-01-07T04:21:08.085Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-07T04:21:08.085Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-07T04:21:08.259Zinfo: downloading installer
262025-01-07T04:21:09.391Zinfo: profile set to 'default'
272025-01-07T04:21:09.391Zinfo: default host triple is x86_64-unknown-illumos
282025-01-07T04:21:09.394Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-07T04:21:09.528Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-07T04:21:09.528Zinfo: downloading component 'cargo'
312025-01-07T04:21:10.225Zinfo: downloading component 'clippy'
322025-01-07T04:21:10.485Zinfo: downloading component 'rust-docs'
332025-01-07T04:21:11.454Zinfo: downloading component 'rust-std'
342025-01-07T04:21:12.969Zinfo: downloading component 'rustc'
352025-01-07T04:21:18.362Zinfo: downloading component 'rustfmt'
362025-01-07T04:21:18.566Zinfo: installing component 'cargo'
372025-01-07T04:21:19.350Zinfo: installing component 'clippy'
382025-01-07T04:21:19.708Zinfo: installing component 'rust-docs'
392025-01-07T04:21:21.323Zinfo: installing component 'rust-std'
402025-01-07T04:21:23.026Zinfo: installing component 'rustc'
412025-01-07T04:21:28.671Zinfo: installing component 'rustfmt'
422025-01-07T04:21:28.991Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432025-01-07T04:21:28.991Z
442025-01-07T04:21:29.354Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-07T04:21:29.355Z
462025-01-07T04:21:29.357Z
472025-01-07T04:21:29.357ZRust is installed now. Great!
482025-01-07T04:21:29.357Z
492025-01-07T04:21:29.357ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-07T04:21:29.357Zenvironment variable. This has not been done automatically.
512025-01-07T04:21:29.357Z
522025-01-07T04:21:29.357ZTo configure your current shell, you need to source
532025-01-07T04:21:29.357Zthe corresponding env file under $HOME/.cargo.
542025-01-07T04:21:29.357Z
552025-01-07T04:21:29.357ZThis is usually done by running one of the following (note the leading DOT):
562025-01-07T04:21:29.357Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-07T04:21:29.358Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-07T04:21:29.428Z+ rustc --version
592025-01-07T04:21:29.493Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-07T04:21:29.496Zprocess exited: duration 21419 ms, exit code 0
 
612025-01-07T04:21:29.502Zstarting task 2: "authentication"
622025-01-07T04:21:29.523Zprocess exited: duration 21 ms, exit code 0
 
632025-01-07T04:21:29.532Zstarting task 3: "clone repository"
642025-01-07T04:21:29.538Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-07T04:21:29.540Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-07T04:21:29.579ZCloning into '/work/oxidecomputer/omicron'...
672025-01-07T04:21:36.186Z+ cd /work/oxidecomputer/omicron
682025-01-07T04:21:36.186Z+ git fetch origin c0bd4a8ef0ca1ce88c91d8ab65cd8e6d53058037
692025-01-07T04:21:36.502ZFrom https://github.com/oxidecomputer/omicron
702025-01-07T04:21:36.502Z * branch c0bd4a8ef0ca1ce88c91d8ab65cd8e6d53058037 -> FETCH_HEAD
712025-01-07T04:21:36.512Z+ [[ -n renovate/anyhow-1.x-lockfile ]]
722025-01-07T04:21:36.515Z++ git branch --show-current
732025-01-07T04:21:36.518Z+ current=main
742025-01-07T04:21:36.518Z+ [[ main != renovate/anyhow-1.x-lockfile ]]
752025-01-07T04:21:36.519Z+ git branch -f renovate/anyhow-1.x-lockfile c0bd4a8ef0ca1ce88c91d8ab65cd8e6d53058037
762025-01-07T04:21:36.521Z+ git checkout -f renovate/anyhow-1.x-lockfile
772025-01-07T04:21:36.695ZSwitched to branch 'renovate/anyhow-1.x-lockfile'
782025-01-07T04:21:36.698Z+ git reset --hard c0bd4a8ef0ca1ce88c91d8ab65cd8e6d53058037
792025-01-07T04:21:36.711ZHEAD is now at c0bd4a8ef Update Rust crate anyhow to v1.0.95
802025-01-07T04:21:36.715Zprocess exited: duration 7179 ms, exit code 0
 
812025-01-07T04:21:36.725Zstarting task 4: "build"
822025-01-07T04:21:36.728Z+ source .github/buildomat/ci-env.sh
832025-01-07T04:21:36.728Z++ export CARGO_TERM_COLOR=always
842025-01-07T04:21:36.728Z++ CARGO_TERM_COLOR=always
852025-01-07T04:21:36.728Z+ cargo --version
862025-01-07T04:21:36.785Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872025-01-07T04:21:36.788Z+ rustc --version
882025-01-07T04:21:36.848Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892025-01-07T04:21:36.852Z+ WORK=/work
902025-01-07T04:21:36.852Z+ pfexec mkdir -p /work
912025-01-07T04:21:36.855Z+ pfexec chown build /work
922025-01-07T04:21:36.857Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-07T04:21:46.173Z Startup: Refreshing catalog 'helios-dev' ... Done
942025-01-07T04:21:50.070Z Startup: Caching catalogs ... Done
952025-01-07T04:22:01.265ZPlanning: Solver setup ... Done (10.223s)
962025-01-07T04:22:01.400ZPlanning: Running solver ... Done (0.135s)
972025-01-07T04:22:01.506ZPlanning: Finding local manifests ... Done (0.004s)
982025-01-07T04:22:01.528ZPlanning: Fetching manifests: 0/5 0% complete
992025-01-07T04:22:02.177ZPlanning: Fetching manifests: 5/5 100% complete
1002025-01-07T04:22:02.275ZPlanning: Package planning ... Done (0.099s)
1012025-01-07T04:22:02.331ZPlanning: Merging actions ... Done (0.056s)
1022025-01-07T04:22:02.521ZPlanning: Checking for conflicting actions ... Done (0.189s)
1032025-01-07T04:22:04.730ZPlanning: Consolidating action changes ... Done (2.209s)
1042025-01-07T04:22:05.192ZPlanning: Evaluating mediators ... Done (0.462s)
1052025-01-07T04:22:05.276ZPlanning: Planning completed in 15.11 seconds
1062025-01-07T04:22:05.292Z Packages to install: 4
1072025-01-07T04:22:05.292Z Packages to update: 1
1082025-01-07T04:22:05.295Z Mediators to change: 2
1092025-01-07T04:22:05.295Z Services to change: 1
1102025-01-07T04:22:05.295Z Estimated space available: 155.63 GB
1112025-01-07T04:22:05.295ZEstimated space to be consumed: 1.62 GB
1122025-01-07T04:22:05.295Z Create boot environment: No
1132025-01-07T04:22:05.295ZCreate backup boot environment: Yes
1142025-01-07T04:22:05.295Z Rebuild boot archive: No
1152025-01-07T04:22:05.295Z
1162025-01-07T04:22:05.295ZChanged mediators:
1172025-01-07T04:22:05.295Z mediator clang:
1182025-01-07T04:22:05.295Z version: None -> 15 (system default)
1192025-01-07T04:22:05.295Z
1202025-01-07T04:22:05.295Z mediator llvm:
1212025-01-07T04:22:05.295Z version: 14 (system default) -> 15 (system default)
1222025-01-07T04:22:05.295Z
1232025-01-07T04:22:05.295ZChanged packages:
1242025-01-07T04:22:05.295Zhelios-dev
1252025-01-07T04:22:05.295Z developer/build-essential
1262025-01-07T04:22:05.295Z None -> 11-2.0
1272025-01-07T04:22:05.295Z library/libxmlsec1
1282025-01-07T04:22:05.295Z None -> 1.2.35-2.0
1292025-01-07T04:22:05.295Z ooce/developer/clang-15
1302025-01-07T04:22:05.295Z None -> 15.0.7-2.0
1312025-01-07T04:22:05.295Z ooce/developer/llvm-15
1322025-01-07T04:22:05.295Z None -> 15.0.7-2.0
1332025-01-07T04:22:05.295Z package/pkg
1342025-01-07T04:22:05.295Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352025-01-07T04:22:05.295Z
1362025-01-07T04:22:05.295ZServices:
1372025-01-07T04:22:05.296Z restart_fmri:
1382025-01-07T04:22:05.296Z svc:/system/update-man-index:default
1392025-01-07T04:22:05.296Z
1402025-01-07T04:22:05.296ZEditable files to change:
1412025-01-07T04:22:05.296Z Update:
1422025-01-07T04:22:05.296Z usr/share/lib/pkg/web/config.shtml
1432025-01-07T04:22:05.372Z
1442025-01-07T04:22:05.372ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452025-01-07T04:22:11.515ZDownload: 213/4281 items 1.3/220.6MB 0% complete (1.4M/s)
1462025-01-07T04:22:16.516ZDownload: 924/4281 items 18.9/220.6MB 8% complete (1.8M/s)
1472025-01-07T04:22:24.586ZDownload: 1197/4281 items 83.5/220.6MB 37% complete (9.2M/s)
1482025-01-07T04:22:29.588ZDownload: 1455/4281 items 117.3/220.6MB 53% complete (3.6M/s)
1492025-01-07T04:22:34.597ZDownload: 2286/4281 items 119.5/220.6MB 54% complete (3.7M/s)
1502025-01-07T04:22:39.601ZDownload: 2777/4281 items 120.7/220.6MB 54% complete (472k/s)
1512025-01-07T04:22:44.639ZDownload: 3161/4281 items 181.3/220.6MB 82% complete (6.1M/s)
1522025-01-07T04:22:49.855ZDownload: 3245/4281 items 202.6/220.6MB 91% complete (8.2M/s)
1532025-01-07T04:22:55.055ZDownload: 3246/4281 items 202.7/220.6MB 91% complete (8.1M/s)
1542025-01-07T04:23:00.027ZDownload: 3262/4281 items 209.1/220.6MB 94% complete (1.1M/s)
1552025-01-07T04:23:05.028ZDownload: 3459/4281 items 213.4/220.6MB 96% complete (1.2M/s)
1562025-01-07T04:23:10.047ZDownload: 3837/4281 items 218.0/220.6MB 98% complete (1.4M/s)
1572025-01-07T04:23:15.169ZDownload: 4197/4281 items 220.5/220.6MB 99% complete (784k/s)
1582025-01-07T04:23:22.757ZDownload: 4205/4281 items 220.5/220.6MB 99% complete (686k/s)
1592025-01-07T04:23:36.901ZDownload: 4208/4281 items 220.6/220.6MB 99% complete
1602025-01-07T04:23:37.068ZDownload: Completed 220.60 MB in 91.47 seconds (2.4M/s)
1612025-01-07T04:23:39.062Z Actions: 1/5063 actions (Removing old actions)
1622025-01-07T04:23:39.086Z Actions: 194/5063 actions (Installing new actions)
1632025-01-07T04:23:43.760Z Actions: 4226/5063 actions (Updating modified actions)
1642025-01-07T04:23:44.084Z Actions: Completed 5063 actions in 5.02 seconds.
1652025-01-07T04:23:44.309Z Done (0.217s)
1662025-01-07T04:23:44.311Z Done (0.000s)
1672025-01-07T04:23:44.889Z Done (0.577s)
1682025-01-07T04:23:49.320Z Done (4.210s)
1692025-01-07T04:23:49.411Z Done (0.018s)
1702025-01-07T04:23:49.421Z Done (0.000s)
1712025-01-07T04:23:49.597Z Done (0.000s)
1722025-01-07T04:23:50.280ZPlanning: Evaluating mediator changes ... Done
1732025-01-07T04:23:50.440ZPlanning: Checking for conflicting actions ... Done
1742025-01-07T04:23:50.442ZPlanning: Consolidating action changes ... Done
1752025-01-07T04:23:50.714ZPlanning: Evaluating mediators ... Done
1762025-01-07T04:23:50.725ZPlanning: Planning completed in 0.43 seconds
1772025-01-07T04:23:50.755Z Mediators to change: 2
1782025-01-07T04:23:50.759Z Create boot environment: No
1792025-01-07T04:23:50.760ZCreate backup boot environment: No
1802025-01-07T04:23:50.838Z Done
1812025-01-07T04:23:50.838Z Done
1822025-01-07T04:23:51.247Z Done
1832025-01-07T04:23:54.854Z Done
1842025-01-07T04:23:54.947Z Done
1852025-01-07T04:23:54.952Z Done
1862025-01-07T04:23:55.082Z Done
1872025-01-07T04:23:55.693ZPlanning: Evaluating mediator changes ... Done
1882025-01-07T04:23:55.696ZPlanning: Merging actions ... Done
1892025-01-07T04:23:55.884ZPlanning: Checking for conflicting actions ... Done
1902025-01-07T04:23:55.888ZPlanning: Consolidating action changes ... Done
1912025-01-07T04:23:56.153ZPlanning: Evaluating mediators ... Done
1922025-01-07T04:23:56.209ZPlanning: Planning completed in 0.76 seconds
1932025-01-07T04:23:56.250Z Packages to change: 1
1942025-01-07T04:23:56.259Z Mediators to change: 1
1952025-01-07T04:23:56.260Z Services to change: 1
1962025-01-07T04:23:56.260Z Create boot environment: No
1972025-01-07T04:23:56.260ZCreate backup boot environment: Yes
1982025-01-07T04:23:58.541Z Actions: 1/6 actions (Updating modified actions)
1992025-01-07T04:23:58.544Z Actions: Completed 6 actions in 0.00 seconds.
2002025-01-07T04:23:58.544Z Done
2012025-01-07T04:23:58.544Z Done
2022025-01-07T04:23:58.663Z Done
2032025-01-07T04:24:02.282Z Done
2042025-01-07T04:24:02.377Z Done
2052025-01-07T04:24:02.379Z Done
2062025-01-07T04:24:02.565Z Done
2072025-01-07T04:24:03.017ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082025-01-07T04:24:03.017Zclang system 15 system
2092025-01-07T04:24:03.018Zcsh system system illumos
2102025-01-07T04:24:03.018Zctags system system illumos
2112025-01-07T04:24:03.018Zgcc vendor 12 vendor
2122025-01-07T04:24:03.018Zgcc system 10 system
2132025-01-07T04:24:03.018Zgcc system 7 system
2142025-01-07T04:24:03.018Zgo system 1.20 system
2152025-01-07T04:24:03.018Zgo system 1.19 system
2162025-01-07T04:24:03.018Zllvm system 15 system
2172025-01-07T04:24:03.018Zllvm system 14 system
2182025-01-07T04:24:03.018Zmariadb system 10.6 system
2192025-01-07T04:24:03.019Zmta vendor vendor dma
2202025-01-07T04:24:03.019Zopenjdk system 17 system
2212025-01-07T04:24:03.019Zopenjdk system 11 system
2222025-01-07T04:24:03.019Zopenjdk system 1.8 system
2232025-01-07T04:24:03.019Zopenssl vendor 3 vendor
2242025-01-07T04:24:03.019Zperl system 5.36 system
2252025-01-07T04:24:03.019Zpostgresql system 15 system
2262025-01-07T04:24:03.019Zpostgresql system 13 system
2272025-01-07T04:24:03.019Zpython vendor 3 vendor
2282025-01-07T04:24:03.019Zpython system 2 system
2292025-01-07T04:24:03.019Zpython3 system 3.11 system
2302025-01-07T04:24:03.019Zruby system 3.0 system
2312025-01-07T04:24:03.019Zwords vendor vendor american-english
2322025-01-07T04:24:03.019Zwords system system australian-english
2332025-01-07T04:24:03.020Zwords system system british-english
2342025-01-07T04:24:03.020Zwords system system canadian-english
2352025-01-07T04:24:03.020Zwords system system french
2362025-01-07T04:24:03.020Zwords system system italian
2372025-01-07T04:24:03.020Zwords system system ngerman
2382025-01-07T04:24:03.020Zwords system system ogerman
2392025-01-07T04:24:03.020Zwords system system spanish
2402025-01-07T04:24:03.323ZPUBLISHER TYPE STATUS P LOCATION
2412025-01-07T04:24:03.323Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422025-01-07T04:24:06.062ZFMRI IFO
2432025-01-07T04:24:06.062Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442025-01-07T04:24:06.062Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452025-01-07T04:24:06.062Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462025-01-07T04:24:06.062Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472025-01-07T04:24:06.062Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482025-01-07T04:24:06.062Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492025-01-07T04:24:06.062Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2502025-01-07T04:24:06.062Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512025-01-07T04:24:06.062Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522025-01-07T04:24:06.062Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2532025-01-07T04:24:06.062Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2542025-01-07T04:24:06.062Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552025-01-07T04:24:06.062Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2562025-01-07T04:24:06.062Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2572025-01-07T04:24:06.062Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582025-01-07T04:24:06.828Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592025-01-07T04:24:07.096Z Updating crates.io index
2602025-01-07T04:24:07.207Z Updating git repository `https://github.com/oxidecomputer/diffus`
2612025-01-07T04:24:07.507Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2622025-01-07T04:24:08.002Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2632025-01-07T04:24:08.291Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642025-01-07T04:24:08.557Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652025-01-07T04:24:08.846Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662025-01-07T04:24:09.674Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672025-01-07T04:24:11.230Z Updating git repository `https://github.com/oxidecomputer/opte`
2682025-01-07T04:24:11.928Z Updating git repository `https://github.com/oxidecomputer/falcon`
2692025-01-07T04:24:12.611Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702025-01-07T04:24:12.921Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712025-01-07T04:24:13.248Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722025-01-07T04:24:13.786Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2732025-01-07T04:24:14.163Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2742025-01-07T04:24:14.463Z Updating git repository `https://github.com/oxidecomputer/tofino`
2752025-01-07T04:24:14.722Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2762025-01-07T04:24:14.993Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2772025-01-07T04:24:15.305Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2782025-01-07T04:24:15.630Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792025-01-07T04:24:15.890Z Updating git repository `https://github.com/oxidecomputer/ispf`
2802025-01-07T04:24:16.450Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2812025-01-07T04:24:16.685Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2822025-01-07T04:24:17.157Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2832025-01-07T04:24:17.471Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2842025-01-07T04:24:17.910Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2852025-01-07T04:24:18.328Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2862025-01-07T04:24:18.632Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872025-01-07T04:24:18.895Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882025-01-07T04:24:19.170Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892025-01-07T04:24:20.586Z Downloading crates ...
2902025-01-07T04:24:20.652Z Downloaded anstyle v1.0.10
2912025-01-07T04:24:20.655Z Downloaded block-buffer v0.10.4
2922025-01-07T04:24:20.659Z Downloaded camino-tempfile v1.1.1
2932025-01-07T04:24:20.662Z Downloaded cargo_metadata v0.18.1
2942025-01-07T04:24:20.675Z Downloaded cfg-if v1.0.0
2952025-01-07T04:24:20.677Z Downloaded anstyle-parse v0.2.5
2962025-01-07T04:24:20.679Z Downloaded bytecount v0.6.8
2972025-01-07T04:24:20.688Z Downloaded usdt-attr-macro v0.5.0
2982025-01-07T04:24:20.692Z Downloaded swrite v0.1.0
2992025-01-07T04:24:20.695Z Downloaded scroll_derive v0.12.0
3002025-01-07T04:24:20.697Z Downloaded pretty-hex v0.4.1
3012025-01-07T04:24:20.697Z Downloaded equivalent v1.0.1
3022025-01-07T04:24:20.700Z Downloaded is_terminal_polyfill v1.70.1
3032025-01-07T04:24:20.706Z Downloaded autocfg v1.4.0
3042025-01-07T04:24:20.708Z Downloaded thiserror v1.0.69
3052025-01-07T04:24:20.711Z Downloaded thiserror-impl v1.0.69
3062025-01-07T04:24:20.714Z Downloaded toml_datetime v0.6.8
3072025-01-07T04:24:20.714Z Downloaded dtrace-parser v0.2.0
3082025-01-07T04:24:20.716Z Downloaded strsim v0.11.1
3092025-01-07T04:24:20.716Z Downloaded serde_spanned v0.6.8
3102025-01-07T04:24:20.716Z Downloaded smawk v0.3.2
3112025-01-07T04:24:20.719Z Downloaded macaddr v1.0.1
3122025-01-07T04:24:20.719Z Downloaded usdt-macro v0.5.0
3132025-01-07T04:24:20.719Z Downloaded fastrand v2.1.1
3142025-01-07T04:24:20.722Z Downloaded cargo-platform v0.1.8
3152025-01-07T04:24:20.722Z Downloaded heck v0.4.1
3162025-01-07T04:24:20.725Z Downloaded proc-macro-error-attr v1.0.4
3172025-01-07T04:24:20.725Z Downloaded anstyle-query v1.1.1
3182025-01-07T04:24:20.725Z Downloaded memmap v0.7.0
3192025-01-07T04:24:20.728Z Downloaded fnv v1.0.7
3202025-01-07T04:24:20.731Z Downloaded clap_lex v0.7.2
3212025-01-07T04:24:20.734Z Downloaded dof v0.3.0
3222025-01-07T04:24:20.738Z Downloaded usdt-impl v0.5.0
3232025-01-07T04:24:20.738Z Downloaded unicode-linebreak v0.1.5
3242025-01-07T04:24:20.741Z Downloaded terminal_size v0.4.0
3252025-01-07T04:24:20.741Z Downloaded pest_generator v2.7.14
3262025-01-07T04:24:20.741Z Downloaded generic-array v0.14.7
3272025-01-07T04:24:20.744Z Downloaded tabled_derive v0.7.0
3282025-01-07T04:24:20.744Z Downloaded serde_tokenstream v0.2.2
3292025-01-07T04:24:20.744Z Downloaded crypto-common v0.1.6
3302025-01-07T04:24:20.744Z Downloaded byteorder v1.5.0
3312025-01-07T04:24:20.747Z Downloaded itoa v1.0.11
3322025-01-07T04:24:20.749Z Downloaded anstream v0.6.15
3332025-01-07T04:24:20.753Z Downloaded plain v0.2.3
3342025-01-07T04:24:20.755Z Downloaded cpufeatures v0.2.14
3352025-01-07T04:24:20.758Z Downloaded cargo_toml v0.20.5
3362025-01-07T04:24:20.758Z Downloaded proc-macro-error v1.0.4
3372025-01-07T04:24:20.762Z Downloaded utf8parse v0.2.2
3382025-01-07T04:24:20.765Z Downloaded heck v0.5.0
3392025-01-07T04:24:20.765Z Downloaded errno v0.3.9
3402025-01-07T04:24:20.765Z Downloaded digest v0.10.7
3412025-01-07T04:24:20.768Z Downloaded colorchoice v1.0.2
3422025-01-07T04:24:20.768Z Downloaded thread-id v4.2.2
3432025-01-07T04:24:20.770Z Downloaded scroll v0.12.0
3442025-01-07T04:24:20.770Z Downloaded once_cell v1.20.2
3452025-01-07T04:24:20.780Z Downloaded quote v1.0.37
3462025-01-07T04:24:20.783Z Downloaded usdt v0.5.0
3472025-01-07T04:24:20.787Z Downloaded clap_derive v4.5.18
3482025-01-07T04:24:20.790Z Downloaded fs-err v2.11.0
3492025-01-07T04:24:20.792Z Downloaded typenum v1.17.0
3502025-01-07T04:24:20.795Z Downloaded pest_meta v2.7.14
3512025-01-07T04:24:20.795Z Downloaded version_check v0.9.5
3522025-01-07T04:24:20.798Z Downloaded sha2 v0.10.8
3532025-01-07T04:24:20.798Z Downloaded clap v4.5.21
3542025-01-07T04:24:20.805Z Downloaded zerocopy-derive v0.7.35
3552025-01-07T04:24:20.809Z Downloaded ryu v1.0.18
3562025-01-07T04:24:20.812Z Downloaded tempfile v3.13.0
3572025-01-07T04:24:20.814Z Downloaded camino v1.1.9
3582025-01-07T04:24:20.816Z Downloaded log v0.4.22
3592025-01-07T04:24:20.819Z Downloaded unicode-ident v1.0.13
3602025-01-07T04:24:20.821Z Downloaded toml v0.8.19
3612025-01-07T04:24:20.824Z Downloaded ucd-trie v0.1.7
3622025-01-07T04:24:20.826Z Downloaded serde_derive v1.0.215
3632025-01-07T04:24:20.837Z Downloaded semver v1.0.23
3642025-01-07T04:24:20.837Z Downloaded proc-macro2 v1.0.89
3652025-01-07T04:24:20.837Z Downloaded pest_derive v2.7.14
3662025-01-07T04:24:20.837Z Downloaded textwrap v0.16.1
3672025-01-07T04:24:20.837Z Downloaded bitflags v2.6.0
3682025-01-07T04:24:20.840Z Downloaded anyhow v1.0.95
3692025-01-07T04:24:20.843Z Downloaded indexmap v2.6.0
3702025-01-07T04:24:20.846Z Downloaded serde v1.0.215
3712025-01-07T04:24:20.849Z Downloaded papergrid v0.11.0
3722025-01-07T04:24:20.865Z Downloaded memchr v2.7.4
3732025-01-07T04:24:20.870Z Downloaded toml_edit v0.22.22
3742025-01-07T04:24:20.901Z Downloaded hashbrown v0.15.1
3752025-01-07T04:24:20.904Z Downloaded pest v2.7.14
3762025-01-07T04:24:20.906Z Downloaded winnow v0.6.20
3772025-01-07T04:24:20.919Z Downloaded serde_json v1.0.133
3782025-01-07T04:24:20.925Z Downloaded zerocopy v0.7.35
3792025-01-07T04:24:20.940Z Downloaded tabled v0.15.0
3802025-01-07T04:24:20.954Z Downloaded goblin v0.8.2
3812025-01-07T04:24:20.959Z Downloaded clap_builder v4.5.21
3822025-01-07T04:24:20.965Z Downloaded syn v1.0.109
3832025-01-07T04:24:20.982Z Downloaded syn v2.0.87
3842025-01-07T04:24:20.992Z Downloaded unicode-width v0.1.14
3852025-01-07T04:24:20.998Z Downloaded rustix v0.38.37
3862025-01-07T04:24:21.033Z Downloaded libc v0.2.162
3872025-01-07T04:24:21.341Z Compiling proc-macro2 v1.0.89
3882025-01-07T04:24:21.342Z Compiling unicode-ident v1.0.13
3892025-01-07T04:24:21.342Z Compiling version_check v0.9.5
3902025-01-07T04:24:21.345Z Compiling serde v1.0.215
3912025-01-07T04:24:21.345Z Compiling memchr v2.7.4
3922025-01-07T04:24:21.345Z Compiling thiserror v1.0.69
3932025-01-07T04:24:21.345Z Compiling libc v0.2.162
3942025-01-07T04:24:21.345Z Compiling itoa v1.0.11
3952025-01-07T04:24:21.584Z Compiling ryu v1.0.18
3962025-01-07T04:24:21.742Z Compiling ucd-trie v0.1.7
3972025-01-07T04:24:21.958Z Compiling once_cell v1.20.2
3982025-01-07T04:24:22.211Z Compiling byteorder v1.5.0
3992025-01-07T04:24:22.327Z Compiling rustix v0.38.37
4002025-01-07T04:24:22.380Z Compiling serde_json v1.0.133
4012025-01-07T04:24:22.695Z Compiling bitflags v2.6.0
4022025-01-07T04:24:22.797Z Compiling usdt-impl v0.5.0
4032025-01-07T04:24:23.150Z Compiling proc-macro-error-attr v1.0.4
4042025-01-07T04:24:23.173Z Compiling syn v1.0.109
4052025-01-07T04:24:23.246Z Compiling quote v1.0.37
4062025-01-07T04:24:23.365Z Compiling proc-macro-error v1.0.4
4072025-01-07T04:24:23.388Z Compiling plain v0.2.3
4082025-01-07T04:24:23.485Z Compiling hashbrown v0.15.1
4092025-01-07T04:24:23.544Z Compiling errno v0.3.9
4102025-01-07T04:24:23.633Z Compiling equivalent v1.0.1
4112025-01-07T04:24:23.764Z Compiling syn v2.0.87
4122025-01-07T04:24:23.840Z Compiling log v0.4.22
4132025-01-07T04:24:23.882Z Compiling camino v1.1.9
4142025-01-07T04:24:23.997Z Compiling thread-id v4.2.2
4152025-01-07T04:24:24.063Z Compiling utf8parse v0.2.2
4162025-01-07T04:24:24.238Z Compiling anstyle-parse v0.2.5
4172025-01-07T04:24:24.592Z Compiling anstyle v1.0.10
4182025-01-07T04:24:24.619Z Compiling semver v1.0.23
4192025-01-07T04:24:24.744Z Compiling indexmap v2.6.0
4202025-01-07T04:24:24.770Z Compiling unicode-width v0.1.14
4212025-01-07T04:24:25.016Z Compiling pretty-hex v0.4.1
4222025-01-07T04:24:25.019Z Compiling winnow v0.6.20
4232025-01-07T04:24:25.160Z Compiling colorchoice v1.0.2
4242025-01-07T04:24:25.245Z Compiling autocfg v1.4.0
4252025-01-07T04:24:25.272Z Compiling is_terminal_polyfill v1.70.1
4262025-01-07T04:24:25.328Z Compiling anstyle-query v1.1.1
4272025-01-07T04:24:25.474Z Compiling anstream v0.6.15
4282025-01-07T04:24:25.784Z Compiling fastrand v2.1.1
4292025-01-07T04:24:26.194Z Compiling terminal_size v0.4.0
4302025-01-07T04:24:26.261Z Compiling bytecount v0.6.8
4312025-01-07T04:24:26.342Z Compiling cfg-if v1.0.0
4322025-01-07T04:24:26.425Z Compiling clap_lex v0.7.2
4332025-01-07T04:24:26.451Z Compiling fs-err v2.11.0
4342025-01-07T04:24:26.493Z Compiling fnv v1.0.7
4352025-01-07T04:24:26.642Z Compiling anyhow v1.0.95
4362025-01-07T04:24:26.712Z Compiling strsim v0.11.1
4372025-01-07T04:24:26.768Z Compiling heck v0.5.0
4382025-01-07T04:24:26.932Z Compiling heck v0.4.1
4392025-01-07T04:24:27.315Z Compiling clap_builder v4.5.21
4402025-01-07T04:24:27.495Z Compiling tempfile v3.13.0
4412025-01-07T04:24:27.752Z Compiling papergrid v0.11.0
4422025-01-07T04:24:27.835Z Compiling memmap v0.7.0
4432025-01-07T04:24:27.874Z Compiling smawk v0.3.2
4442025-01-07T04:24:28.026Z Compiling unicode-linebreak v0.1.5
4452025-01-07T04:24:28.559Z Compiling textwrap v0.16.1
4462025-01-07T04:24:28.721Z Compiling swrite v0.1.0
4472025-01-07T04:24:29.754Z Compiling tabled_derive v0.7.0
4482025-01-07T04:24:31.367Z Compiling tabled v0.15.0
4492025-01-07T04:24:32.866Z Compiling serde_derive v1.0.215
4502025-01-07T04:24:32.866Z Compiling thiserror-impl v1.0.69
4512025-01-07T04:24:32.869Z Compiling zerocopy-derive v0.7.35
4522025-01-07T04:24:32.869Z Compiling scroll_derive v0.12.0
4532025-01-07T04:24:33.121Z Compiling clap_derive v4.5.18
4542025-01-07T04:24:34.198Z Compiling scroll v0.12.0
4552025-01-07T04:24:34.681Z Compiling zerocopy v0.7.35
4562025-01-07T04:24:34.743Z Compiling goblin v0.8.2
4572025-01-07T04:24:35.490Z Compiling pest v2.7.14
4582025-01-07T04:24:37.145Z Compiling clap v4.5.21
4592025-01-07T04:24:37.650Z Compiling pest_meta v2.7.14
4602025-01-07T04:24:38.523Z Compiling pest_generator v2.7.14
4612025-01-07T04:24:40.377Z Compiling pest_derive v2.7.14
4622025-01-07T04:24:41.053Z Compiling dtrace-parser v0.2.0
4632025-01-07T04:24:43.183Z Compiling serde_spanned v0.6.8
4642025-01-07T04:24:43.183Z Compiling toml_datetime v0.6.8
4652025-01-07T04:24:43.186Z Compiling cargo-platform v0.1.8
4662025-01-07T04:24:43.589Z Compiling serde_tokenstream v0.2.2
4672025-01-07T04:24:43.614Z Compiling toml_edit v0.22.22
4682025-01-07T04:24:43.819Z Compiling camino-tempfile v1.1.1
4692025-01-07T04:24:43.872Z Compiling macaddr v1.0.1
4702025-01-07T04:24:44.604Z Compiling dof v0.3.0
4712025-01-07T04:24:44.604Z Compiling cargo_metadata v0.18.1
4722025-01-07T04:24:46.474Z Compiling toml v0.8.19
4732025-01-07T04:24:46.621Z Compiling usdt-attr-macro v0.5.0
4742025-01-07T04:24:46.621Z Compiling usdt-macro v0.5.0
4752025-01-07T04:24:47.486Z Compiling cargo_toml v0.20.5
4762025-01-07T04:24:48.113Z Compiling usdt v0.5.0
4772025-01-07T04:24:51.045Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4782025-01-07T04:24:55.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.63s
4792025-01-07T04:24:55.487Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4802025-01-07T04:24:56.011Z Downloading crates ...
4812025-01-07T04:24:56.119Z Downloaded async-stream-impl v0.3.6
4822025-01-07T04:24:56.126Z Downloaded adler2 v2.0.0
4832025-01-07T04:24:56.134Z Downloaded atty v0.2.14
4842025-01-07T04:24:56.136Z Downloaded assert_matches v1.5.0
4852025-01-07T04:24:56.136Z Downloaded atomicwrites v0.4.4
4862025-01-07T04:24:56.142Z Downloaded crucible-workspace-hack v0.1.0
4872025-01-07T04:24:56.147Z Downloaded cfg_aliases v0.2.1
4882025-01-07T04:24:56.150Z Downloaded crunchy v0.2.2
4892025-01-07T04:24:56.156Z Downloaded cstr-argument v0.1.2
4902025-01-07T04:24:56.160Z Downloaded ciborium-io v0.2.2
4912025-01-07T04:24:56.164Z Downloaded arrayref v0.3.9
4922025-01-07T04:24:56.164Z Downloaded async-recursion v1.1.1
4932025-01-07T04:24:56.167Z Downloaded cfg_aliases v0.1.1
4942025-01-07T04:24:56.175Z Downloaded headers-core v0.3.0
4952025-01-07T04:24:56.181Z Downloaded base16ct v0.2.0
4962025-01-07T04:24:56.183Z Downloaded atomic-waker v1.1.2
4972025-01-07T04:24:56.183Z Downloaded ascii-canvas v3.0.0
4982025-01-07T04:24:56.184Z Downloaded buf-list v1.0.3
4992025-01-07T04:24:56.186Z Downloaded array-init v0.0.4
5002025-01-07T04:24:56.189Z Downloaded constant_time_eq v0.3.1
5012025-01-07T04:24:56.189Z Downloaded bitflags v1.3.2
5022025-01-07T04:24:56.192Z Downloaded colored v2.1.0
5032025-01-07T04:24:56.198Z Downloaded cexpr v0.6.0
5042025-01-07T04:24:56.201Z Downloaded bit-vec v0.6.3
5052025-01-07T04:24:56.205Z Downloaded crc v3.2.1
5062025-01-07T04:24:56.208Z Downloaded async-stream v0.3.6
5072025-01-07T04:24:56.211Z Downloaded chrono-tz-build v0.4.0
5082025-01-07T04:24:56.213Z Downloaded argon2 v0.5.3
5092025-01-07T04:24:56.215Z Downloaded ctr v0.9.2
5102025-01-07T04:24:56.218Z Downloaded cmake v0.1.51
5112025-01-07T04:24:56.218Z Downloaded castaway v0.2.3
5122025-01-07T04:24:56.220Z Downloaded addr2line v0.24.2
5132025-01-07T04:24:56.223Z Downloaded crossbeam-deque v0.8.5
5142025-01-07T04:24:56.225Z Downloaded ciborium-ll v0.2.2
5152025-01-07T04:24:56.225Z Downloaded cassowary v0.3.0
5162025-01-07T04:24:56.227Z Downloaded hex-literal v0.4.1
5172025-01-07T04:24:56.227Z Downloaded arrayvec v0.7.6
5182025-01-07T04:24:56.231Z Downloaded backoff v0.4.0
5192025-01-07T04:24:56.234Z Downloaded hickory-server v0.24.1
5202025-01-07T04:24:56.238Z Downloaded home v0.5.9
5212025-01-07T04:24:56.241Z Downloaded darling v0.20.10
5222025-01-07T04:24:56.244Z Downloaded convert_case v0.4.0
5232025-01-07T04:24:56.247Z Downloaded hostname v0.4.0
5242025-01-07T04:24:56.249Z Downloaded ciborium v0.2.2
5252025-01-07T04:24:56.251Z Downloaded hostname v0.3.1
5262025-01-07T04:24:56.254Z Downloaded base64ct v1.6.0
5272025-01-07T04:24:56.256Z Downloaded chacha20 v0.9.1
5282025-01-07T04:24:56.258Z Downloaded http-range v0.1.5
5292025-01-07T04:24:56.260Z Downloaded http-body v1.0.1
5302025-01-07T04:24:56.260Z Downloaded httparse v1.9.5
5312025-01-07T04:24:56.262Z Downloaded cipher v0.4.4
5322025-01-07T04:24:56.264Z Downloaded hmac v0.12.1
5332025-01-07T04:24:56.267Z Downloaded crc-catalog v2.4.0
5342025-01-07T04:24:56.270Z Downloaded cancel-safe-futures v0.1.5
5352025-01-07T04:24:56.272Z Downloaded hubpack_derive v0.1.1
5362025-01-07T04:24:56.272Z Downloaded http-body-util v0.1.2
5372025-01-07T04:24:56.275Z Downloaded cbc v0.1.2
5382025-01-07T04:24:56.277Z Downloaded humantime v2.1.0
5392025-01-07T04:24:56.279Z Downloaded sigpipe v0.1.3
5402025-01-07T04:24:56.279Z Downloaded quick-error v1.2.3
5412025-01-07T04:24:56.282Z Downloaded hubpack v0.1.2
5422025-01-07T04:24:56.282Z Downloaded hyper-tls v0.6.0
5432025-01-07T04:24:56.284Z Downloaded hyper-staticfile v0.10.1
5442025-01-07T04:24:56.287Z Downloaded bitfield v0.14.0
5452025-01-07T04:24:56.290Z Downloaded ref-cast-impl v1.0.23
5462025-01-07T04:24:56.290Z Downloaded hkdf v0.12.4
5472025-01-07T04:24:56.292Z Downloaded highway v1.2.0
5482025-01-07T04:24:56.294Z Downloaded ident_case v1.0.1
5492025-01-07T04:24:56.297Z Downloaded cookie_store v0.21.0
5502025-01-07T04:24:56.301Z Downloaded async-bb8-diesel v0.2.1
5512025-01-07T04:24:56.304Z Downloaded icu_provider_macros v1.5.0
5522025-01-07T04:24:56.305Z Downloaded crc32fast v1.4.2
5532025-01-07T04:24:56.308Z Downloaded cookie v0.18.1
5542025-01-07T04:24:56.311Z Downloaded is_ci v1.2.0
5552025-01-07T04:24:56.311Z Downloaded instant v0.1.13
5562025-01-07T04:24:56.311Z Downloaded sync_wrapper v1.0.1
5572025-01-07T04:24:56.314Z Downloaded sync-ptr v0.1.1
5582025-01-07T04:24:56.314Z Downloaded rustc_version v0.4.1
5592025-01-07T04:24:56.314Z Downloaded crossbeam-epoch v0.9.18
5602025-01-07T04:24:56.317Z Downloaded time-core v0.1.2
5612025-01-07T04:24:56.319Z Downloaded clang-sys v1.8.1
5622025-01-07T04:24:56.321Z Downloaded bcs v0.1.6
5632025-01-07T04:24:56.323Z Downloaded hyper-rustls v0.27.3
5642025-01-07T04:24:56.326Z Downloaded secrecy v0.8.0
5652025-01-07T04:24:56.329Z Downloaded same-file v1.0.6
5662025-01-07T04:24:56.329Z Downloaded blake2 v0.10.6
5672025-01-07T04:24:56.332Z Downloaded semver v0.1.20
5682025-01-07T04:24:56.335Z Downloaded write16 v1.0.0
5692025-01-07T04:24:56.336Z Downloaded try-lock v0.2.5
5702025-01-07T04:24:56.336Z Downloaded match_cfg v0.1.0
5712025-01-07T04:24:56.339Z Downloaded md5 v0.7.0
5722025-01-07T04:24:56.339Z Downloaded matches v0.1.10
5732025-01-07T04:24:56.339Z Downloaded aead v0.5.2
5742025-01-07T04:24:56.341Z Downloaded mirai-annotations v1.12.0
5752025-01-07T04:24:56.341Z Downloaded hyper v1.5.0
5762025-01-07T04:24:56.347Z Downloaded strip-ansi-escapes v0.2.0
5772025-01-07T04:24:56.351Z Downloaded ssh-encoding v0.2.0
5782025-01-07T04:24:56.353Z Downloaded smallvec v0.6.14
5792025-01-07T04:24:56.353Z Downloaded ipnetwork v0.20.0
5802025-01-07T04:24:56.356Z Downloaded internet-checksum v0.2.1
5812025-01-07T04:24:56.356Z Downloaded compact_str v0.8.0
5822025-01-07T04:24:56.359Z Downloaded icu_locid_transform v1.5.0
5832025-01-07T04:24:56.362Z Downloaded is-terminal v0.4.13
5842025-01-07T04:24:56.365Z Downloaded impl-trait-for-tuples v0.2.2
5852025-01-07T04:24:56.367Z Downloaded derive_builder_macro v0.20.2
5862025-01-07T04:24:56.370Z Downloaded float-ord v0.3.2
5872025-01-07T04:24:56.370Z Downloaded endian-type v0.1.2
5882025-01-07T04:24:56.370Z Downloaded tower-service v0.3.3
5892025-01-07T04:24:56.374Z Downloaded foreign-types v0.5.0
5902025-01-07T04:24:56.374Z Downloaded foreign-types v0.3.2
5912025-01-07T04:24:56.377Z Downloaded lalrpop-util v0.19.12
5922025-01-07T04:24:56.377Z Downloaded linked-hash-map v0.5.6
5932025-01-07T04:24:56.377Z Downloaded fallible-streaming-iterator v0.1.9
5942025-01-07T04:24:56.384Z Downloaded tiny-keccak v2.0.2
5952025-01-07T04:24:56.388Z Downloaded lazycell v1.3.0
5962025-01-07T04:24:56.388Z Downloaded memoffset v0.9.1
5972025-01-07T04:24:56.388Z Downloaded managed v0.8.0
5982025-01-07T04:24:56.388Z Downloaded md-5 v0.10.6
5992025-01-07T04:24:56.388Z Downloaded twox-hash v1.6.3
6002025-01-07T04:24:56.390Z Downloaded serde_with_macros v3.11.0
6012025-01-07T04:24:56.392Z Downloaded openssl-macros v0.1.1
6022025-01-07T04:24:56.392Z Downloaded openssl-probe v0.1.5
6032025-01-07T04:24:56.395Z Downloaded num-conv v0.1.0
6042025-01-07T04:24:56.395Z Downloaded lru v0.12.5
6052025-01-07T04:24:56.397Z Downloaded foreign-types-macros v0.2.3
6062025-01-07T04:24:56.397Z Downloaded unicode-xid v0.2.6
6072025-01-07T04:24:56.400Z Downloaded multimap v0.10.0
6082025-01-07T04:24:56.402Z Downloaded data-encoding v2.6.0
6092025-01-07T04:24:56.402Z Downloaded which v4.4.2
6102025-01-07T04:24:56.404Z Downloaded nanorand v0.7.0
6112025-01-07T04:24:56.407Z Downloaded snafu-derive v0.8.5
6122025-01-07T04:24:56.409Z Downloaded ron v0.7.1
6132025-01-07T04:24:56.413Z Downloaded base64 v0.22.1
6142025-01-07T04:24:56.417Z Downloaded multer v3.1.0
6152025-01-07T04:24:56.420Z Downloaded icu_provider v1.5.0
6162025-01-07T04:24:56.423Z Downloaded icu_locid_transform_data v1.5.0
6172025-01-07T04:24:56.426Z Downloaded universal-hash v0.5.1
6182025-01-07T04:24:56.429Z Downloaded difflib v0.4.0
6192025-01-07T04:24:56.429Z Downloaded debug-ignore v1.0.5
6202025-01-07T04:24:56.432Z Downloaded russh-cryptovec v0.7.3
6212025-01-07T04:24:56.432Z Downloaded arc-swap v1.7.1
6222025-01-07T04:24:56.436Z Downloaded nodrop v0.1.14
6232025-01-07T04:24:56.438Z Downloaded foldhash v0.1.3
6242025-01-07T04:24:56.439Z Downloaded bumpalo v3.16.0
6252025-01-07T04:24:56.441Z Downloaded aes-gcm v0.10.3
6262025-01-07T04:24:56.446Z Downloaded termtree v0.4.1
6272025-01-07T04:24:56.449Z Downloaded strum v0.26.3
6282025-01-07T04:24:56.449Z Downloaded toolchain_find v0.4.0
6292025-01-07T04:24:56.451Z Downloaded memmap2 v0.9.5
6302025-01-07T04:24:56.454Z Downloaded maybe-uninit v2.0.0
6312025-01-07T04:24:56.454Z Downloaded phf v0.11.2
6322025-01-07T04:24:56.456Z Downloaded litemap v0.7.3
6332025-01-07T04:24:56.459Z Downloaded progenitor v0.8.0
6342025-01-07T04:24:56.459Z Downloaded polyval v0.6.2
6352025-01-07T04:24:56.461Z Downloaded native-tls v0.2.12
6362025-01-07T04:24:56.463Z Downloaded mime_guess v2.0.5
6372025-01-07T04:24:56.465Z Downloaded socket2 v0.5.7
6382025-01-07T04:24:56.468Z Downloaded crossbeam-channel v0.5.13
6392025-01-07T04:24:56.473Z Downloaded indexmap v1.9.3
6402025-01-07T04:24:56.477Z Downloaded darling_macro v0.20.10
6412025-01-07T04:24:56.482Z Downloaded base64 v0.13.1
6422025-01-07T04:24:56.489Z Downloaded phf_generator v0.11.2
6432025-01-07T04:24:56.489Z Downloaded vte_generate_state_changes v0.1.2
6442025-01-07T04:24:56.489Z Downloaded toml v0.7.8
6452025-01-07T04:24:56.489Z Downloaded dhcproto-macros v0.1.0
6462025-01-07T04:24:56.489Z Downloaded icu_properties v1.5.1
6472025-01-07T04:24:56.498Z Downloaded opaque-debug v0.3.1
6482025-01-07T04:24:56.498Z Downloaded phf_codegen v0.11.2
6492025-01-07T04:24:56.498Z Downloaded poly1305 v0.8.0
6502025-01-07T04:24:56.498Z Downloaded ipnet v2.10.1
6512025-01-07T04:24:56.507Z Downloaded crypto-bigint v0.5.5
6522025-01-07T04:24:56.507Z Downloaded normalize-line-endings v0.3.0
6532025-01-07T04:24:56.507Z Downloaded slog-async v2.8.0
6542025-01-07T04:24:56.530Z Downloaded serde_plain v1.0.2
6552025-01-07T04:24:56.530Z Downloaded packed_struct_codegen v0.10.1
6562025-01-07T04:24:56.530Z Downloaded hashlink v0.9.1
6572025-01-07T04:24:56.530Z Downloaded parking_lot_core v0.9.10
6582025-01-07T04:24:56.545Z Downloaded supports-color v3.0.1
6592025-01-07T04:24:56.545Z Downloaded ssh-cipher v0.2.0
6602025-01-07T04:24:56.545Z Downloaded num-complex v0.4.6
6612025-01-07T04:24:56.545Z Downloaded qorb v0.2.1
6622025-01-07T04:24:56.545Z Downloaded miniz_oxide v0.8.0
6632025-01-07T04:24:56.545Z Downloaded sqlparser_derive v0.2.2
6642025-01-07T04:24:56.545Z Downloaded indicatif v0.17.9
6652025-01-07T04:24:56.545Z Downloaded rpassword v7.3.1
6662025-01-07T04:24:56.545Z Downloaded fatfs v0.3.6
6672025-01-07T04:24:56.549Z Downloaded float-cmp v0.9.0
6682025-01-07T04:24:56.549Z Downloaded ghash v0.5.1
6692025-01-07T04:24:56.549Z Downloaded vsss-rs v3.3.4
6702025-01-07T04:24:56.549Z Downloaded yoke-derive v0.7.4
6712025-01-07T04:24:56.549Z Downloaded take_mut v0.2.2
6722025-01-07T04:24:56.549Z Downloaded futures-task v0.3.31
6732025-01-07T04:24:56.558Z Downloaded percent-encoding v2.3.1
6742025-01-07T04:24:56.560Z Downloaded fallible-iterator v0.2.0
6752025-01-07T04:24:56.560Z Downloaded ed25519 v2.2.3
6762025-01-07T04:24:56.565Z Downloaded zeroize_derive v1.4.2
6772025-01-07T04:24:56.568Z Downloaded flagset v0.4.6
6782025-01-07T04:24:56.568Z Downloaded rand_core v0.6.4
6792025-01-07T04:24:56.568Z Downloaded primeorder v0.13.6
6802025-01-07T04:24:56.573Z Downloaded diesel-dtrace v0.4.2
6812025-01-07T04:24:56.574Z Downloaded derive_more v0.99.18
6822025-01-07T04:24:56.576Z Downloaded num v0.4.3
6832025-01-07T04:24:56.578Z Downloaded aes v0.8.4
6842025-01-07T04:24:56.581Z Downloaded rand_xorshift v0.3.0
6852025-01-07T04:24:56.584Z Downloaded packed_struct v0.10.1
6862025-01-07T04:24:56.586Z Downloaded subtle v2.6.1
6872025-01-07T04:24:56.586Z Downloaded zip v0.6.6
6882025-01-07T04:24:56.591Z Downloaded fixedbitset v0.4.2
6892025-01-07T04:24:56.595Z Downloaded hyper-util v0.1.10
6902025-01-07T04:24:56.597Z Downloaded newtype_derive v0.1.6
6912025-01-07T04:24:56.600Z Downloaded schemars_derive v0.8.21
6922025-01-07T04:24:56.602Z Downloaded thiserror-impl v2.0.3
6932025-01-07T04:24:56.602Z Downloaded defmt v0.3.8
6942025-01-07T04:24:56.605Z Downloaded peg-runtime v0.8.3
6952025-01-07T04:24:56.608Z Downloaded tokio-macros v2.4.0
6962025-01-07T04:24:56.608Z Downloaded scopeguard v1.2.0
6972025-01-07T04:24:56.610Z Downloaded globset v0.4.15
6982025-01-07T04:24:56.613Z Downloaded glob v0.3.1
6992025-01-07T04:24:56.613Z Downloaded pem v3.0.4
7002025-01-07T04:24:56.616Z Downloaded tokio-stream v0.1.16
7012025-01-07T04:24:56.621Z Downloaded vte v0.11.1
7022025-01-07T04:24:56.625Z Downloaded tap v1.0.1
7032025-01-07T04:24:56.625Z Downloaded tabwriter v1.4.0
7042025-01-07T04:24:56.628Z Downloaded static_assertions v1.1.0
7052025-01-07T04:24:56.628Z Downloaded ecdsa v0.16.9
7062025-01-07T04:24:56.628Z Downloaded test-strategy v0.3.1
7072025-01-07T04:24:56.631Z Downloaded elliptic-curve v0.13.8
7082025-01-07T04:24:56.637Z Downloaded rand_seeder v0.3.0
7092025-01-07T04:24:56.640Z Downloaded postgres-types v0.2.8
7102025-01-07T04:24:56.640Z Downloaded dyn-clone v1.0.17
7112025-01-07T04:24:56.643Z Downloaded group v0.13.0
7122025-01-07T04:24:56.646Z Downloaded serde-big-array v0.5.1
7132025-01-07T04:24:56.646Z Downloaded vergen v8.3.2
7142025-01-07T04:24:56.649Z Downloaded futures-executor v0.3.31
7152025-01-07T04:24:56.651Z Downloaded postgres-protocol v0.6.7
7162025-01-07T04:24:56.653Z Downloaded fd-lock v4.0.2
7172025-01-07T04:24:56.656Z Downloaded dirs-next v2.0.0
7182025-01-07T04:24:56.658Z Downloaded serde_repr v0.1.19
7192025-01-07T04:24:56.660Z Downloaded headers v0.4.0
7202025-01-07T04:24:56.664Z Downloaded smallvec v1.13.2
7212025-01-07T04:24:56.666Z Downloaded unicode_categories v0.1.1
7222025-01-07T04:24:56.669Z Downloaded slog-term v2.9.1
7232025-01-07T04:24:56.672Z Downloaded oso-derive v0.27.3
7242025-01-07T04:24:56.673Z Downloaded pkg-config v0.3.31
7252025-01-07T04:24:56.675Z Downloaded nibble_vec v0.1.0
7262025-01-07T04:24:56.677Z Downloaded icu_collections v1.5.0
7272025-01-07T04:24:56.682Z Downloaded structmeta v0.2.0
7282025-01-07T04:24:56.684Z Downloaded rustc-hash v1.1.0
7292025-01-07T04:24:56.686Z Downloaded phf_shared v0.10.0
7302025-01-07T04:24:56.686Z Downloaded num_threads v0.1.7
7312025-01-07T04:24:56.689Z Downloaded yasna v0.5.2
7322025-01-07T04:24:56.700Z Downloaded sec1 v0.7.3
7332025-01-07T04:24:56.700Z Downloaded sct v0.7.1
7342025-01-07T04:24:56.703Z Downloaded tls_codec_derive v0.4.1
7352025-01-07T04:24:56.703Z Downloaded rustversion v1.0.17
7362025-01-07T04:24:56.703Z Downloaded zip v2.1.3
7372025-01-07T04:24:56.707Z Downloaded rustls-pemfile v1.0.4
7382025-01-07T04:24:56.710Z Downloaded rfc6979 v0.4.0
7392025-01-07T04:24:56.712Z Downloaded dhcproto v0.12.0
7402025-01-07T04:24:56.714Z Downloaded nu-ansi-term v0.50.1
7412025-01-07T04:24:56.717Z Downloaded defmt-parser v0.3.4
7422025-01-07T04:24:56.721Z Downloaded defmt-macros v0.3.9
7432025-01-07T04:24:56.724Z Downloaded tokio-native-tls v0.3.1
7442025-01-07T04:24:56.726Z Downloaded embedded-io v0.6.1
7452025-01-07T04:24:56.726Z Downloaded parking_lot v0.12.3
7462025-01-07T04:24:56.729Z Downloaded num-rational v0.4.2
7472025-01-07T04:24:56.731Z Downloaded pkcs1 v0.7.5
7482025-01-07T04:24:56.734Z Downloaded heapless v0.7.17
7492025-01-07T04:24:56.739Z Downloaded diesel_table_macro_syntax v0.2.0
7502025-01-07T04:24:56.742Z Downloaded newtype-uuid v1.1.3
7512025-01-07T04:24:56.742Z Downloaded minimal-lexical v0.2.1
7522025-01-07T04:24:56.747Z Downloaded waitgroup v0.1.2
7532025-01-07T04:24:56.750Z Downloaded pkcs8 v0.10.2
7542025-01-07T04:24:56.752Z Downloaded zerocopy v0.6.6
7552025-01-07T04:24:56.755Z Downloaded yoke v0.7.4
7562025-01-07T04:24:56.757Z Downloaded foreign-types-shared v0.1.1
7572025-01-07T04:24:56.760Z Downloaded num-bigint v0.4.6
7582025-01-07T04:24:56.763Z Downloaded new_debug_unreachable v1.0.6
7592025-01-07T04:24:56.765Z Downloaded r2d2 v0.8.10
7602025-01-07T04:24:56.767Z Downloaded fragile v2.0.0
7612025-01-07T04:24:56.770Z Downloaded futures-core v0.3.31
7622025-01-07T04:24:56.772Z Downloaded wyz v0.5.1
7632025-01-07T04:24:56.773Z Downloaded postcard v1.0.10
7642025-01-07T04:24:56.775Z Downloaded prettyplease v0.2.25
7652025-01-07T04:24:56.780Z Downloaded rustc-hash v2.0.0
7662025-01-07T04:24:56.782Z Downloaded writeable v0.5.5
7672025-01-07T04:24:56.785Z Downloaded tracing-attributes v0.1.27
7682025-01-07T04:24:56.787Z Downloaded rtoolbox v0.0.2
7692025-01-07T04:24:56.788Z Downloaded term v0.7.0
7702025-01-07T04:24:56.792Z Downloaded schemars v0.8.21
7712025-01-07T04:24:56.804Z Downloaded progenitor-client v0.8.0
7722025-01-07T04:24:56.807Z Downloaded rustfmt-wrapper v0.2.1
7732025-01-07T04:24:56.810Z Downloaded password-hash v0.5.0
7742025-01-07T04:24:56.810Z Downloaded pretty-hex v0.2.1
7752025-01-07T04:24:56.812Z Downloaded path-slash v0.1.5
7762025-01-07T04:24:56.812Z Downloaded filetime v0.2.25
7772025-01-07T04:24:56.815Z Downloaded zerofrom v0.1.4
7782025-01-07T04:24:56.817Z Downloaded env_logger v0.11.5
7792025-01-07T04:24:56.819Z Downloaded num-traits v0.2.19
7802025-01-07T04:24:56.822Z Downloaded want v0.3.1
7812025-01-07T04:24:56.826Z Downloaded wait-timeout v0.2.0
7822025-01-07T04:24:56.828Z Downloaded funty v2.0.0
7832025-01-07T04:24:56.828Z Downloaded oso v0.27.3
7842025-01-07T04:24:56.831Z Downloaded fxhash v0.2.1
7852025-01-07T04:24:56.836Z Downloaded unicode-segmentation v1.12.0
7862025-01-07T04:24:56.838Z Downloaded newline-converter v0.3.0
7872025-01-07T04:24:56.838Z Downloaded aho-corasick v1.1.3
7882025-01-07T04:24:56.845Z Downloaded precomputed-hash v0.1.1
7892025-01-07T04:24:56.847Z Downloaded powerfmt v0.2.0
7902025-01-07T04:24:56.847Z Downloaded num-iter v0.1.45
7912025-01-07T04:24:56.851Z Downloaded pem-rfc7468 v0.7.0
7922025-01-07T04:24:56.854Z Downloaded tracing-core v0.1.32
7932025-01-07T04:24:56.856Z Downloaded ed25519-dalek v2.1.1
7942025-01-07T04:24:56.859Z Downloaded tls_codec v0.4.1
7952025-01-07T04:24:56.861Z Downloaded slab v0.4.9
7962025-01-07T04:24:56.864Z Downloaded siphasher v0.3.11
7972025-01-07T04:24:56.864Z Downloaded proc-macro-crate v1.3.1
7982025-01-07T04:24:56.866Z Downloaded tracing v0.1.40
7992025-01-07T04:24:56.871Z Downloaded slog-scope v4.4.0
8002025-01-07T04:24:56.873Z Downloaded signal-hook-registry v1.4.2
8012025-01-07T04:24:56.876Z Downloaded psl-types v2.0.11
8022025-01-07T04:24:56.876Z Downloaded progenitor-macro v0.8.0
8032025-01-07T04:24:56.878Z Downloaded slog-stdlog v4.1.1
8042025-01-07T04:24:56.878Z Downloaded libxml v0.3.3
8052025-01-07T04:24:56.886Z Downloaded env_filter v0.1.2
8062025-01-07T04:24:56.891Z Downloaded zerovec-derive v0.10.3
8072025-01-07T04:24:56.893Z Downloaded zeroize v1.8.1
8082025-01-07T04:24:56.894Z Downloaded xz2 v0.1.7
8092025-01-07T04:24:56.894Z Downloaded xattr v1.3.1
8102025-01-07T04:24:56.896Z Downloaded signal-hook-tokio v0.3.1
8112025-01-07T04:24:56.899Z Downloaded num-integer v0.1.46
8122025-01-07T04:24:56.901Z Downloaded subprocess v0.2.9
8132025-01-07T04:24:56.903Z Downloaded paste v1.0.15
8142025-01-07T04:24:56.906Z Downloaded downcast v0.11.0
8152025-01-07T04:24:56.909Z Downloaded flate2 v1.0.34
8162025-01-07T04:24:56.913Z Downloaded zone_cfg_derive v0.3.0
8172025-01-07T04:24:56.916Z Downloaded zone_cfg_derive v0.1.2
8182025-01-07T04:24:56.916Z Downloaded shlex v1.3.0
8192025-01-07T04:24:56.918Z Downloaded thiserror-no-std v2.0.2
8202025-01-07T04:24:56.921Z Downloaded untrusted v0.9.0
8212025-01-07T04:24:56.924Z Downloaded untrusted v0.7.1
8222025-01-07T04:24:56.926Z Downloaded thiserror-impl-no-std v2.0.2
8232025-01-07T04:24:56.926Z Downloaded russh v0.45.0
8242025-01-07T04:24:56.934Z Downloaded number_prefix v0.4.0
8252025-01-07T04:24:56.937Z Downloaded foreign-types-shared v0.3.1
8262025-01-07T04:24:56.937Z Downloaded futures-sink v0.3.31
8272025-01-07T04:24:56.937Z Downloaded tough v0.19.0
8282025-01-07T04:24:56.945Z Downloaded form_urlencoded v1.2.1
8292025-01-07T04:24:56.948Z Downloaded utf-8 v0.7.6
8302025-01-07T04:24:56.948Z Downloaded rand_chacha v0.3.1
8312025-01-07T04:24:56.951Z Downloaded synstructure v0.13.1
8322025-01-07T04:24:56.951Z Downloaded aws-lc-rs v1.10.0
8332025-01-07T04:24:56.960Z Downloaded parse-size v1.1.0
8342025-01-07T04:24:56.962Z Downloaded tinyvec_macros v0.1.1
8352025-01-07T04:24:56.962Z Downloaded shell-words v1.1.0
8362025-01-07T04:24:56.966Z Downloaded tui-tree-widget v0.22.0
8372025-01-07T04:24:56.966Z Downloaded predicates-core v1.0.8
8382025-01-07T04:24:56.969Z Downloaded derive-where v1.2.7
8392025-01-07T04:24:56.971Z Downloaded deranged v0.3.11
8402025-01-07T04:24:56.974Z Downloaded zone v0.3.0
8412025-01-07T04:24:56.974Z Downloaded uuid v1.11.0
8422025-01-07T04:24:56.976Z Downloaded pbkdf2 v0.11.0
8432025-01-07T04:24:56.979Z Downloaded displaydoc v0.2.5
8442025-01-07T04:24:56.982Z Downloaded structmeta-derive v0.3.0
8452025-01-07T04:24:56.986Z Downloaded resolv-conf v0.7.0
8462025-01-07T04:24:56.988Z Downloaded hash32 v0.2.1
8472025-01-07T04:24:56.988Z Downloaded gethostname v0.5.0
8482025-01-07T04:24:56.991Z Downloaded rayon v1.10.0
8492025-01-07T04:24:56.999Z Downloaded zone v0.1.8
8502025-01-07T04:24:57.002Z Downloaded strum_macros v0.25.3
8512025-01-07T04:24:57.004Z Downloaded strum_macros v0.24.3
8522025-01-07T04:24:57.007Z Downloaded bitvec v1.0.1
8532025-01-07T04:24:57.022Z Downloaded signature v2.2.0
8542025-01-07T04:24:57.024Z Downloaded sha1 v0.10.6
8552025-01-07T04:24:57.027Z Downloaded simd-adler32 v0.3.7
8562025-01-07T04:24:57.027Z Downloaded der_derive v0.7.3
8572025-01-07T04:24:57.030Z Downloaded tokio-tungstenite v0.24.0
8582025-01-07T04:24:57.032Z Downloaded progenitor-impl v0.8.0
8592025-01-07T04:24:57.035Z Downloaded termcolor v1.4.1
8602025-01-07T04:24:57.035Z Downloaded getrandom v0.2.15
8612025-01-07T04:24:57.038Z Downloaded idna v1.0.3
8622025-01-07T04:24:57.042Z Downloaded tinystr v0.7.6
8632025-01-07T04:24:57.045Z Downloaded num_enum v0.5.11
8642025-01-07T04:24:57.049Z Downloaded pin-project v1.1.6
8652025-01-07T04:24:57.061Z Downloaded hex v0.4.3
8662025-01-07T04:24:57.065Z Downloaded heck v0.3.3
8672025-01-07T04:24:57.067Z Downloaded phf_shared v0.11.2
8682025-01-07T04:24:57.067Z Downloaded parse-display-derive v0.10.0
8692025-01-07T04:24:57.067Z Downloaded des v0.8.1
8702025-01-07T04:24:57.070Z Downloaded derive_builder v0.20.2
8712025-01-07T04:24:57.073Z Downloaded signal-hook v0.3.17
8722025-01-07T04:24:57.077Z Downloaded unicase v2.7.0
8732025-01-07T04:24:57.079Z Downloaded unicode-bidi v0.3.17
8742025-01-07T04:24:57.081Z Downloaded ppv-lite86 v0.2.20
8752025-01-07T04:24:57.084Z Downloaded pin-utils v0.1.0
8762025-01-07T04:24:57.084Z Downloaded predicates-tree v1.0.11
8772025-01-07T04:24:57.086Z Downloaded num-derive v0.4.2
8782025-01-07T04:24:57.089Z Downloaded num_enum_derive v0.5.11
8792025-01-07T04:24:57.089Z Downloaded ena v0.14.3
8802025-01-07T04:24:57.091Z Downloaded typify-macro v0.2.0
8812025-01-07T04:24:57.091Z Downloaded strum_macros v0.26.4
8822025-01-07T04:24:57.094Z Downloaded dunce v1.0.5
8832025-01-07T04:24:57.103Z Downloaded expectorate v1.1.0
8842025-01-07T04:24:57.109Z Downloaded itertools v0.13.0
8852025-01-07T04:24:57.109Z Downloaded utf8_iter v1.0.4
8862025-01-07T04:24:57.112Z Downloaded utf16_iter v1.0.5
8872025-01-07T04:24:57.112Z Downloaded embedded-io v0.4.0
8882025-01-07T04:24:57.112Z Downloaded serde-hex v0.1.0
8892025-01-07T04:24:57.114Z Downloaded hash32 v0.3.1
8902025-01-07T04:24:57.114Z Downloaded env_logger v0.10.2
8912025-01-07T04:24:57.117Z Downloaded password-hash v0.4.2
8922025-01-07T04:24:57.120Z Downloaded dsl_auto_type v0.1.2
8932025-01-07T04:24:57.120Z Downloaded typify v0.2.0
8942025-01-07T04:24:57.123Z Downloaded pin-project-internal v1.1.6
8952025-01-07T04:24:57.125Z Downloaded url v2.5.3
8962025-01-07T04:24:57.128Z Downloaded parking_lot_core v0.8.6
8972025-01-07T04:24:57.131Z Downloaded zopfli v0.8.1
8982025-01-07T04:24:57.133Z Downloaded olpc-cjson v0.1.4
8992025-01-07T04:24:57.136Z Downloaded pin-project-lite v0.2.14
9002025-01-07T04:24:57.140Z Downloaded enum-as-inner v0.6.1
9012025-01-07T04:24:57.143Z Downloaded bindgen v0.69.5
9022025-01-07T04:24:57.149Z Downloaded hickory-client v0.24.1
9032025-01-07T04:24:57.153Z Downloaded rsa v0.9.6
9042025-01-07T04:24:57.158Z Downloaded serde_derive_internals v0.29.1
9052025-01-07T04:24:57.161Z Downloaded tinyvec v1.8.0
9062025-01-07T04:24:57.163Z Downloaded snafu v0.8.5
9072025-01-07T04:24:57.170Z Downloaded tokio-postgres v0.7.12
9082025-01-07T04:24:57.176Z Downloaded diesel_derives v2.2.3
9092025-01-07T04:24:57.180Z Downloaded derive_builder_core v0.20.2
9102025-01-07T04:24:57.182Z Downloaded rustls-webpki v0.101.7
9112025-01-07T04:24:57.197Z Downloaded zerovec v0.10.4
9122025-01-07T04:24:57.203Z Downloaded omicron-zone-package v0.12.0
9132025-01-07T04:24:57.207Z Downloaded walkdir v2.5.0
9142025-01-07T04:24:57.209Z Downloaded hashbrown v0.13.2
9152025-01-07T04:24:57.213Z Downloaded git2 v0.19.0
9162025-01-07T04:24:57.222Z Downloaded heapless v0.8.0
9172025-01-07T04:24:57.228Z Downloaded typed-path v0.9.3
9182025-01-07T04:24:57.233Z Downloaded rusqlite v0.32.1
9192025-01-07T04:24:57.241Z Downloaded publicsuffix v2.2.3
9202025-01-07T04:24:57.244Z Downloaded hashbrown v0.12.3
9212025-01-07T04:24:57.248Z Downloaded h2 v0.4.6
9222025-01-07T04:24:57.256Z Downloaded quinn-proto v0.11.8
9232025-01-07T04:24:57.263Z Downloaded reqwest v0.12.9
9242025-01-07T04:24:57.272Z Downloaded p256 v0.13.2
9252025-01-07T04:24:57.275Z Downloaded unicode-width v0.2.0
9262025-01-07T04:24:57.284Z Downloaded salty v0.3.0
9272025-01-07T04:24:57.291Z Downloaded nom v7.1.3
9282025-01-07T04:24:57.295Z Downloaded lalrpop v0.19.12
9292025-01-07T04:24:57.307Z Downloaded rustyline v14.0.0
9302025-01-07T04:24:57.312Z Downloaded dropshot_endpoint v0.12.0
9312025-01-07T04:24:57.315Z Downloaded rcgen v0.12.1
9322025-01-07T04:24:57.318Z Downloaded quick-xml v0.33.0
9332025-01-07T04:24:57.325Z Downloaded p521 v0.13.3
9342025-01-07T04:24:57.329Z Downloaded regress v0.9.1
9352025-01-07T04:24:57.339Z Downloaded serde_with v3.11.0
9362025-01-07T04:24:57.349Z Downloaded futures-util v0.3.31
9372025-01-07T04:24:57.360Z Downloaded zerocopy v0.8.10
9382025-01-07T04:24:57.386Z Downloaded reedline v0.35.0
9392025-01-07T04:24:57.392Z Downloaded bstr v1.10.0
9402025-01-07T04:24:57.404Z Downloaded vcpkg v0.2.15
9412025-01-07T04:24:57.460Z Downloaded proptest v1.5.0
9422025-01-07T04:24:57.472Z Downloaded sqlparser v0.45.0
9432025-01-07T04:24:57.479Z Downloaded polar-core v0.27.3
9442025-01-07T04:24:57.487Z Downloaded petname v2.0.2
9452025-01-07T04:24:57.492Z Downloaded rustls v0.21.12
9462025-01-07T04:24:57.503Z Downloaded regress v0.10.1
9472025-01-07T04:24:57.512Z Downloaded radix_trie v0.2.1
9482025-01-07T04:24:57.517Z Downloaded chrono-tz v0.10.0
9492025-01-07T04:24:57.524Z Downloaded regex v1.11.1
9502025-01-07T04:24:57.537Z Downloaded nix v0.27.1
9512025-01-07T04:24:57.548Z Downloaded p384 v0.13.0
9522025-01-07T04:24:57.554Z Downloaded object v0.30.4
9532025-01-07T04:24:57.564Z Downloaded rustls v0.22.4
9542025-01-07T04:24:57.578Z Downloaded nix v0.28.0
9552025-01-07T04:24:57.589Z Downloaded hickory-proto v0.24.1
9562025-01-07T04:24:57.605Z Downloaded diesel v2.2.6
9572025-01-07T04:24:57.623Z Downloaded regex-syntax v0.8.5
9582025-01-07T04:24:57.631Z Downloaded nix v0.29.0
9592025-01-07T04:24:57.643Z Downloaded regex-syntax v0.6.29
9602025-01-07T04:24:57.652Z Downloaded object v0.36.5
9612025-01-07T04:24:57.662Z Downloaded smoltcp v0.11.0
9622025-01-07T04:24:57.675Z Downloaded rustls v0.23.19
9632025-01-07T04:24:57.686Z Downloaded ratatui v0.28.1
9642025-01-07T04:24:57.705Z Downloaded zerocopy-derive v0.6.6
9652025-01-07T04:24:57.714Z Downloaded bzip2-sys v0.1.11+1.0.8
9662025-01-07T04:24:57.727Z Downloaded typify-impl v0.2.0
9672025-01-07T04:24:57.741Z Downloaded sled v0.34.7
9682025-01-07T04:24:57.752Z Downloaded smoltcp v0.9.1
9692025-01-07T04:24:57.762Z Downloaded trust-dns-proto v0.22.0
9702025-01-07T04:24:57.775Z Downloaded openapiv3 v2.0.0
9712025-01-07T04:24:57.786Z Downloaded dropshot v0.13.0
9722025-01-07T04:24:57.807Z Downloaded webpki-roots v0.26.6
9732025-01-07T04:24:57.810Z Downloaded idna v0.3.0
9742025-01-07T04:24:57.817Z Downloaded dropshot v0.12.0
9752025-01-07T04:24:57.837Z Downloaded rustls-webpki v0.102.8
9762025-01-07T04:24:57.855Z Downloaded regex-automata v0.4.8
9772025-01-07T04:24:57.871Z Downloaded lzma-sys v0.1.20
9782025-01-07T04:24:57.902Z Downloaded petgraph v0.6.5
9792025-01-07T04:24:57.918Z Downloaded openssl v0.10.66
9802025-01-07T04:24:57.928Z Downloaded gimli v0.31.1
9812025-01-07T04:24:57.936Z Downloaded idna v0.2.3
9822025-01-07T04:24:57.943Z Downloaded tokio v1.40.0
9832025-01-07T04:24:57.980Z Downloaded libz-sys v1.1.20
9842025-01-07T04:24:58.000Z Downloaded csv v1.3.0
9852025-01-07T04:24:58.018Z Downloaded idna v0.5.0
9862025-01-07T04:24:58.025Z Downloaded idna v0.4.0
9872025-01-07T04:24:58.032Z Downloaded curve25519-dalek v4.1.3
9882025-01-07T04:24:58.041Z Downloaded serde_yaml v0.9.34+deprecated
9892025-01-07T04:24:58.044Z Downloaded icu_properties_data v1.5.0
9902025-01-07T04:24:58.054Z Downloaded steno v0.4.1
9912025-01-07T04:24:58.058Z Downloaded similar v2.6.0
9922025-01-07T04:24:58.063Z Downloaded hickory-resolver v0.24.1
9932025-01-07T04:24:58.072Z Downloaded sha3 v0.10.8
9942025-01-07T04:24:58.074Z Downloaded x509-cert v0.2.5
9952025-01-07T04:24:58.079Z Downloaded portable-atomic v1.9.0
9962025-01-07T04:24:58.086Z Downloaded chrono v0.4.38
9972025-01-07T04:24:58.094Z Downloaded der v0.7.9
9982025-01-07T04:24:58.102Z Downloaded tokio-util v0.7.12
9992025-01-07T04:24:58.107Z Downloaded ssh-key v0.6.6
10002025-01-07T04:24:58.114Z Downloaded hashbrown v0.14.5
10012025-01-07T04:24:58.119Z Downloaded peg-macros v0.8.4
10022025-01-07T04:24:58.122Z Downloaded russh-keys v0.45.0
10032025-01-07T04:24:58.124Z Downloaded unicode-normalization v0.1.24
10042025-01-07T04:24:58.127Z Downloaded itertools v0.12.1
10052025-01-07T04:24:58.134Z Downloaded futures-channel v0.3.31
10062025-01-07T04:24:58.137Z Downloaded tar v0.4.42
10072025-01-07T04:24:58.140Z Downloaded structmeta-derive v0.2.0
10082025-01-07T04:24:58.143Z Downloaded slog v2.7.0
10092025-01-07T04:24:58.144Z Downloaded either v1.13.0
10102025-01-07T04:24:58.146Z Downloaded parse-zoneinfo v0.3.1
10112025-01-07T04:24:58.149Z Downloaded sqlformat v0.2.6
10122025-01-07T04:24:58.152Z Downloaded spki v0.7.3
10132025-01-07T04:24:58.154Z Downloaded tokio-tungstenite v0.23.1
10142025-01-07T04:24:58.157Z Downloaded tokio-tungstenite v0.21.0
10152025-01-07T04:24:58.160Z Downloaded zerocopy-derive v0.8.10
10162025-01-07T04:24:58.164Z Downloaded winnow v0.5.40
10172025-01-07T04:24:58.173Z Downloaded num-bigint-dig v0.8.4
10182025-01-07T04:24:58.179Z Downloaded predicates v3.1.2
10192025-01-07T04:24:58.182Z Downloaded value-bag v1.9.0
10202025-01-07T04:24:58.184Z Downloaded futures v0.3.31
10212025-01-07T04:24:58.188Z Downloaded encoding_rs v0.8.34
10222025-01-07T04:24:58.210Z Downloaded rayon-core v1.12.1
10232025-01-07T04:24:58.214Z Downloaded tungstenite v0.23.0
10242025-01-07T04:24:58.217Z Downloaded tokio-rustls v0.25.0
10252025-01-07T04:24:58.220Z Downloaded darling_core v0.20.10
10262025-01-07T04:24:58.223Z Downloaded openssl-sys v0.9.103
10272025-01-07T04:24:58.227Z Downloaded tokio-rustls v0.26.0
10282025-01-07T04:24:58.231Z Downloaded tokio-rustls v0.24.1
10292025-01-07T04:24:58.233Z Downloaded dropshot_endpoint v0.13.0
10302025-01-07T04:24:58.236Z Downloaded tungstenite v0.24.0
10312025-01-07T04:24:58.239Z Downloaded tungstenite v0.21.0
10322025-01-07T04:24:58.243Z Downloaded itertools v0.10.5
10332025-01-07T04:24:58.249Z Downloaded libm v0.2.8
10342025-01-07T04:24:58.257Z Downloaded owo-colors v4.1.0
10352025-01-07T04:24:58.260Z Downloaded fs_extra v1.3.0
10362025-01-07T04:24:58.262Z Downloaded samael v0.0.17
10372025-01-07T04:24:58.266Z Downloaded blake3 v1.5.4
10382025-01-07T04:24:58.274Z Downloaded ron v0.8.1
10392025-01-07T04:24:58.279Z Downloaded toml_edit v0.19.15
10402025-01-07T04:24:58.297Z Downloaded ff v0.13.0
10412025-01-07T04:24:58.299Z Downloaded display-error-chain v0.2.2
10422025-01-07T04:24:58.299Z Downloaded dirs-sys-next v0.1.2
10432025-01-07T04:24:58.302Z Downloaded smf v0.2.3
10442025-01-07T04:24:58.302Z Downloaded rustc_version v0.1.7
10452025-01-07T04:24:58.302Z Downloaded radium v0.7.0
10462025-01-07T04:24:58.304Z Downloaded diff v0.1.13
10472025-01-07T04:24:58.307Z Downloaded time v0.3.36
10482025-01-07T04:24:58.313Z Downloaded mio v1.0.2
10492025-01-07T04:24:58.320Z Downloaded crossterm v0.28.1
10502025-01-07T04:24:58.327Z Downloaded spin v0.9.8
10512025-01-07T04:24:58.329Z Downloaded libgit2-sys v0.17.0+1.8.1
10522025-01-07T04:24:58.392Z Downloaded quinn v0.11.5
10532025-01-07T04:24:58.394Z Downloaded uzers v0.12.1
10542025-01-07T04:24:58.396Z Downloaded pkcs5 v0.7.1
10552025-01-07T04:24:58.399Z Downloaded parking_lot v0.11.2
10562025-01-07T04:24:58.402Z Downloaded structmeta v0.3.0
10572025-01-07T04:24:58.405Z Downloaded salsa20 v0.10.2
10582025-01-07T04:24:58.405Z Downloaded half v2.4.1
10592025-01-07T04:24:58.408Z Downloaded unsafe-libyaml v0.2.11
10602025-01-07T04:24:58.411Z Downloaded unicode-properties v0.1.3
10612025-01-07T04:24:58.413Z Downloaded flume v0.11.1
10622025-01-07T04:24:58.416Z Downloaded futures-macro v0.3.31
10632025-01-07T04:24:58.418Z Downloaded futures-io v0.3.31
10642025-01-07T04:24:58.418Z Downloaded fallible-iterator v0.3.0
10652025-01-07T04:24:58.420Z Downloaded rustls-pki-types v1.10.0
10662025-01-07T04:24:58.423Z Downloaded stable_deref_trait v1.2.0
10672025-01-07T04:24:58.423Z Downloaded rand v0.8.5
10682025-01-07T04:24:58.427Z Downloaded thiserror v2.0.3
10692025-01-07T04:24:58.432Z Downloaded quinn-udp v0.5.5
10702025-01-07T04:24:58.434Z Downloaded allocator-api2 v0.2.18
10712025-01-07T04:24:58.436Z Downloaded base64 v0.21.7
10722025-01-07T04:24:58.440Z Downloaded mockall_derive v0.13.0
10732025-01-07T04:24:58.443Z Downloaded slog-envlogger v2.2.0
10742025-01-07T04:24:58.446Z Downloaded slog-dtrace v0.3.0
10752025-01-07T04:24:58.446Z Downloaded slog-bunyan v2.5.0
10762025-01-07T04:24:58.448Z Downloaded serde_urlencoded v0.7.1
10772025-01-07T04:24:58.448Z Downloaded scrypt v0.11.0
10782025-01-07T04:24:58.451Z Downloaded topological-sort v0.2.2
10792025-01-07T04:24:58.451Z Downloaded serde_path_to_error v0.1.16
10802025-01-07T04:24:58.455Z Downloaded ref-cast v1.0.23
10812025-01-07T04:24:58.458Z Downloaded parse-display v0.10.0
10822025-01-07T04:24:58.458Z Downloaded icu_locid v1.5.0
10832025-01-07T04:24:58.460Z Downloaded icu_normalizer_data v1.5.0
10842025-01-07T04:24:58.463Z Downloaded icu_normalizer v1.5.0
10852025-01-07T04:24:58.467Z Downloaded peg v0.8.4
10862025-01-07T04:24:58.470Z Downloaded pbkdf2 v0.12.2
10872025-01-07T04:24:58.473Z Downloaded lock_api v0.4.12
10882025-01-07T04:24:58.475Z Downloaded const_format v0.2.33
10892025-01-07T04:24:58.478Z Downloaded enum-as-inner v0.5.1
10902025-01-07T04:24:58.480Z Downloaded kstat-rs v0.2.4
10912025-01-07T04:24:58.483Z Downloaded libloading v0.8.5
10922025-01-07T04:24:58.483Z Downloaded jobserver v0.1.32
10932025-01-07T04:24:58.486Z Downloaded zerofrom-derive v0.1.4
10942025-01-07T04:24:58.489Z Downloaded time-macros v0.2.18
10952025-01-07T04:24:58.489Z Downloaded string_cache v0.8.7
10962025-01-07T04:24:58.491Z Downloaded slog-json v2.6.1
10972025-01-07T04:24:58.493Z Downloaded unarray v0.1.4
10982025-01-07T04:24:58.493Z Downloaded chacha20poly1305 v0.10.1
10992025-01-07T04:24:58.496Z Downloaded cc v1.1.30
11002025-01-07T04:24:58.499Z Downloaded backtrace v0.3.74
11012025-01-07T04:24:58.504Z Downloaded rustls-pemfile v2.2.0
11022025-01-07T04:24:58.508Z Downloaded mockall v0.13.0
11032025-01-07T04:24:58.510Z Downloaded mime v0.3.17
11042025-01-07T04:24:58.513Z Downloaded lru-cache v0.1.2
11052025-01-07T04:24:58.513Z Downloaded unicode-truncate v1.1.0
11062025-01-07T04:24:58.515Z Downloaded whoami v1.5.2
11072025-01-07T04:24:58.518Z Downloaded signal-hook-mio v0.2.4
11082025-01-07T04:24:58.518Z Downloaded maplit v1.0.2
11092025-01-07T04:24:58.523Z Downloaded lockfree-object-pool v0.1.6
11102025-01-07T04:24:58.523Z Downloaded rusty-fork v0.3.0
11112025-01-07T04:24:58.526Z Downloaded crossbeam-utils v0.8.20
11122025-01-07T04:24:58.526Z Downloaded const-oid v0.9.6
11132025-01-07T04:24:58.528Z Downloaded linear-map v1.2.0
11142025-01-07T04:24:58.528Z Downloaded libefi-sys v0.1.0
11152025-01-07T04:24:58.531Z Downloaded libsw v3.3.1
11162025-01-07T04:24:58.531Z Downloaded lazy_static v1.5.0
11172025-01-07T04:24:58.536Z Downloaded keccak v0.1.5
11182025-01-07T04:24:58.536Z Downloaded thread_local v1.1.8
11192025-01-07T04:24:58.541Z Downloaded indoc v1.0.9
11202025-01-07T04:24:58.541Z Downloaded termios v0.3.3
11212025-01-07T04:24:58.544Z Downloaded scheduled-thread-pool v0.2.7
11222025-01-07T04:24:58.544Z Downloaded stringprep v0.1.5
11232025-01-07T04:24:58.544Z Downloaded rustc-demangle v0.1.24
11242025-01-07T04:24:58.547Z Downloaded crc-any v2.5.0
11252025-01-07T04:24:58.547Z Downloaded bytes v1.8.0
11262025-01-07T04:24:58.550Z Downloaded iana-time-zone v0.1.61
11272025-01-07T04:24:58.553Z Downloaded inout v0.1.3
11282025-01-07T04:24:58.555Z Downloaded instability v0.3.2
11292025-01-07T04:24:58.555Z Downloaded indent_write v2.2.0
11302025-01-07T04:24:58.557Z Downloaded ahash v0.8.11
11312025-01-07T04:24:58.560Z Downloaded idna_adapter v1.2.0
11322025-01-07T04:24:58.564Z Downloaded httpdate v1.0.3
11332025-01-07T04:24:58.564Z Downloaded http v1.1.0
11342025-01-07T04:24:58.566Z Downloaded csv-core v0.1.11
11352025-01-07T04:24:58.568Z Downloaded console v0.15.8
11362025-01-07T04:24:58.571Z Downloaded bit-set v0.5.3
11372025-01-07T04:24:58.573Z Downloaded bzip2 v0.4.4
11382025-01-07T04:24:58.573Z Downloaded async-trait v0.1.83
11392025-01-07T04:24:58.577Z Downloaded curve25519-dalek-derive v0.1.1
11402025-01-07T04:24:58.581Z Downloaded const_format_proc_macros v0.2.33
11412025-01-07T04:24:58.581Z Downloaded bitfield-struct v0.6.2
11422025-01-07T04:24:58.584Z Downloaded bcrypt-pbkdf v0.10.0
11432025-01-07T04:24:58.584Z Downloaded blowfish v0.9.1
11442025-01-07T04:24:58.584Z Downloaded block-padding v0.3.3
11452025-01-07T04:24:58.584Z Downloaded bb8 v0.8.5
11462025-01-07T04:24:58.586Z Downloaded cobs v0.2.3
11472025-01-07T04:24:58.674Z Downloaded ring v0.17.8
11482025-01-07T04:24:58.776Z Downloaded libsqlite3-sys v0.30.1
11492025-01-07T04:24:59.030Z Downloaded aws-lc-sys v0.22.0
11502025-01-07T04:24:59.335Z Compiling serde v1.0.215
11512025-01-07T04:24:59.338Z Compiling lock_api v0.4.12
11522025-01-07T04:24:59.338Z Compiling scopeguard v1.2.0
11532025-01-07T04:24:59.338Z Compiling value-bag v1.9.0
11542025-01-07T04:24:59.338Z Compiling typenum v1.17.0
11552025-01-07T04:24:59.338Z Compiling generic-array v0.14.7
11562025-01-07T04:24:59.533Z Compiling syn v2.0.87
11572025-01-07T04:24:59.536Z Compiling getrandom v0.2.15
11582025-01-07T04:24:59.653Z Compiling shlex v1.3.0
11592025-01-07T04:24:59.831Z Compiling rand_core v0.6.4
11602025-01-07T04:25:00.003Z Compiling log v0.4.22
11612025-01-07T04:25:00.024Z Compiling subtle v2.6.1
11622025-01-07T04:25:00.064Z Compiling jobserver v0.1.32
11632025-01-07T04:25:00.114Z Compiling const-oid v0.9.6
11642025-01-07T04:25:00.365Z Compiling smallvec v1.13.2
11652025-01-07T04:25:00.384Z Compiling spin v0.9.8
11662025-01-07T04:25:00.384Z Compiling pin-project-lite v0.2.14
11672025-01-07T04:25:00.534Z Compiling cc v1.1.30
11682025-01-07T04:25:00.767Z Compiling rustix v0.38.37
11692025-01-07T04:25:00.788Z Compiling parking_lot_core v0.9.10
11702025-01-07T04:25:00.828Z Compiling futures-core v0.3.31
11712025-01-07T04:25:00.964Z Compiling signal-hook-registry v1.4.2
11722025-01-07T04:25:01.088Z Compiling mio v1.0.2
11732025-01-07T04:25:01.622Z Compiling parking_lot v0.12.3
11742025-01-07T04:25:01.821Z Compiling aho-corasick v1.1.3
11752025-01-07T04:25:01.891Z Compiling cpufeatures v0.2.14
11762025-01-07T04:25:01.994Z Compiling either v1.13.0
11772025-01-07T04:25:02.044Z Compiling regex-syntax v0.8.5
11782025-01-07T04:25:02.170Z Compiling lazy_static v1.5.0
11792025-01-07T04:25:02.267Z Compiling futures-sink v0.3.31
11802025-01-07T04:25:02.297Z Compiling stable_deref_trait v1.2.0
11812025-01-07T04:25:02.409Z Compiling glob v0.3.1
11822025-01-07T04:25:02.484Z Compiling socket2 v0.5.7
11832025-01-07T04:25:02.552Z Compiling slab v0.4.9
11842025-01-07T04:25:02.710Z Compiling prettyplease v0.2.25
11852025-01-07T04:25:03.003Z Compiling minimal-lexical v0.2.1
11862025-01-07T04:25:03.054Z Compiling serde_json v1.0.133
11872025-01-07T04:25:03.517Z Compiling nom v7.1.3
11882025-01-07T04:25:03.552Z Compiling libloading v0.8.5
11892025-01-07T04:25:03.620Z Compiling clang-sys v1.8.1
11902025-01-07T04:25:03.704Z Compiling home v0.5.9
11912025-01-07T04:25:03.978Z Compiling bindgen v0.69.5
11922025-01-07T04:25:03.998Z Compiling itertools v0.12.1
11932025-01-07T04:25:04.818Z Compiling futures-channel v0.3.31
11942025-01-07T04:25:05.079Z Compiling allocator-api2 v0.2.18
11952025-01-07T04:25:05.261Z Compiling foldhash v0.1.3
11962025-01-07T04:25:05.563Z Compiling pin-utils v0.1.0
11972025-01-07T04:25:05.662Z Compiling rustc-hash v1.1.0
11982025-01-07T04:25:05.818Z Compiling regex-automata v0.4.8
11992025-01-07T04:25:05.954Z Compiling futures-io v0.3.31
12002025-01-07T04:25:06.268Z Compiling futures-task v0.3.31
12012025-01-07T04:25:06.564Z Compiling libm v0.2.8
12022025-01-07T04:25:06.896Z Compiling lazycell v1.3.0
12032025-01-07T04:25:07.072Z Compiling cexpr v0.6.0
12042025-01-07T04:25:07.176Z Compiling synstructure v0.13.1
12052025-01-07T04:25:07.650Z Compiling hashbrown v0.15.1
12062025-01-07T04:25:08.892Z Compiling cmake v0.1.51
12072025-01-07T04:25:08.970Z Compiling num-traits v0.2.19
12082025-01-07T04:25:08.990Z Compiling dunce v1.0.5
12092025-01-07T04:25:09.019Z Compiling tinyvec_macros v0.1.1
12102025-01-07T04:25:09.113Z Compiling pkg-config v0.3.31
12112025-01-07T04:25:09.133Z Compiling fs_extra v1.3.0
12122025-01-07T04:25:09.470Z Compiling tinyvec v1.8.0
12132025-01-07T04:25:09.943Z Compiling ring v0.17.8
12142025-01-07T04:25:10.467Z Compiling base64ct v1.6.0
12152025-01-07T04:25:10.647Z Compiling paste v1.0.15
12162025-01-07T04:25:10.939Z Compiling unicode-normalization v0.1.24
12172025-01-07T04:25:11.105Z Compiling writeable v0.5.5
12182025-01-07T04:25:11.150Z Compiling unicode-bidi v0.3.17
12192025-01-07T04:25:11.175Z Compiling litemap v0.7.3
12202025-01-07T04:25:11.564Z Compiling regex v1.11.1
12212025-01-07T04:25:12.058Z Compiling pem-rfc7468 v0.7.0
12222025-01-07T04:25:12.653Z Compiling httparse v1.9.5
12232025-01-07T04:25:12.685Z Compiling aws-lc-rs v1.10.0
12242025-01-07T04:25:12.783Z Compiling flagset v0.4.6
12252025-01-07T04:25:13.025Z Compiling tracing-core v0.1.32
12262025-01-07T04:25:13.118Z Compiling crossbeam-utils v0.8.20
12272025-01-07T04:25:13.461Z Compiling percent-encoding v2.3.1
12282025-01-07T04:25:13.702Z Compiling icu_locid_transform_data v1.5.0
12292025-01-07T04:25:13.802Z Compiling rustls-pki-types v1.10.0
12302025-01-07T04:25:14.094Z Compiling untrusted v0.7.1
12312025-01-07T04:25:14.266Z Compiling vcpkg v0.2.15
12322025-01-07T04:25:14.287Z Compiling serde_derive v1.0.215
12332025-01-07T04:25:14.386Z Compiling zeroize_derive v1.4.2
12342025-01-07T04:25:14.553Z Compiling zerocopy-derive v0.7.35
12352025-01-07T04:25:14.923Z Compiling tokio-macros v2.4.0
12362025-01-07T04:25:15.980Z Compiling zeroize v1.8.1
12372025-01-07T04:25:16.431Z Compiling zerofrom-derive v0.1.4
12382025-01-07T04:25:16.494Z Compiling yoke-derive v0.7.4
12392025-01-07T04:25:16.564Z Compiling thiserror-impl v1.0.69
12402025-01-07T04:25:16.796Z Compiling zerocopy v0.7.35
12412025-01-07T04:25:17.594Z Compiling futures-macro v0.3.31
12422025-01-07T04:25:17.809Z Compiling crypto-common v0.1.6
12432025-01-07T04:25:18.061Z Compiling block-buffer v0.10.4
12442025-01-07T04:25:18.333Z Compiling digest v0.10.7
12452025-01-07T04:25:18.447Z Compiling zerovec-derive v0.10.3
12462025-01-07T04:25:18.739Z Compiling block-padding v0.3.3
12472025-01-07T04:25:18.823Z Compiling hmac v0.12.1
12482025-01-07T04:25:18.980Z Compiling displaydoc v0.2.5
12492025-01-07T04:25:19.074Z Compiling inout v0.1.3
12502025-01-07T04:25:19.353Z Compiling cipher v0.4.4
12512025-01-07T04:25:19.610Z Compiling futures-util v0.3.31
12522025-01-07T04:25:19.669Z Compiling sha2 v0.10.8
12532025-01-07T04:25:19.859Z Compiling ppv-lite86 v0.2.20
12542025-01-07T04:25:20.095Z Compiling thiserror v1.0.69
12552025-01-07T04:25:20.244Z Compiling icu_provider_macros v1.5.0
12562025-01-07T04:25:20.561Z Compiling zerofrom v0.1.4
12572025-01-07T04:25:20.686Z Compiling der_derive v0.7.3
12582025-01-07T04:25:20.707Z Compiling rand_chacha v0.3.1
12592025-01-07T04:25:20.791Z Compiling yoke v0.7.4
12602025-01-07T04:25:21.150Z Compiling tracing-attributes v0.1.27
12612025-01-07T04:25:21.205Z Compiling zerovec v0.10.4
12622025-01-07T04:25:21.372Z Compiling rand v0.8.5
12632025-01-07T04:25:23.103Z Compiling tinystr v0.7.6
12642025-01-07T04:25:23.308Z Compiling der v0.7.9
12652025-01-07T04:25:23.317Z Compiling icu_collections v1.5.0
12662025-01-07T04:25:23.487Z Compiling icu_locid v1.5.0
12672025-01-07T04:25:23.539Z Compiling pest v2.7.14
12682025-01-07T04:25:23.625Z Compiling salsa20 v0.10.2
12692025-01-07T04:25:23.866Z Compiling pbkdf2 v0.12.2
12702025-01-07T04:25:24.046Z Compiling mirai-annotations v1.12.0
12712025-01-07T04:25:24.252Z Compiling icu_properties_data v1.5.0
12722025-01-07T04:25:24.532Z Compiling num-conv v0.1.0
12732025-01-07T04:25:24.824Z Compiling icu_provider v1.5.0
12742025-01-07T04:25:24.839Z Compiling untrusted v0.9.0
12752025-01-07T04:25:24.978Z Compiling tracing v0.1.40
12762025-01-07T04:25:25.014Z Compiling time-core v0.1.2
12772025-01-07T04:25:25.185Z Compiling powerfmt v0.2.0
12782025-01-07T04:25:25.519Z Compiling spki v0.7.3
12792025-01-07T04:25:25.601Z Compiling icu_locid_transform v1.5.0
12802025-01-07T04:25:25.878Z Compiling deranged v0.3.11
12812025-01-07T04:25:25.913Z Compiling time-macros v0.2.18
12822025-01-07T04:25:25.938Z Compiling scrypt v0.11.0
12832025-01-07T04:25:26.550Z Compiling pest_meta v2.7.14
12842025-01-07T04:25:26.553Z Compiling aes v0.8.4
12852025-01-07T04:25:26.741Z Compiling icu_properties v1.5.1
12862025-01-07T04:25:27.870Z Compiling cbc v0.1.2
12872025-01-07T04:25:28.119Z Compiling openssl-sys v0.9.103
12882025-01-07T04:25:28.323Z Compiling scroll_derive v0.12.0
12892025-01-07T04:25:28.909Z Compiling bitflags v2.6.0
12902025-01-07T04:25:29.214Z Compiling bytes v1.8.0
12912025-01-07T04:25:29.457Z Compiling indexmap v2.6.0
12922025-01-07T04:25:29.832Z Compiling semver v1.0.23
12932025-01-07T04:25:30.575Z Compiling tokio v1.40.0
12942025-01-07T04:25:30.599Z Compiling http v1.1.0
12952025-01-07T04:25:30.982Z Compiling rustc_version v0.4.1
12962025-01-07T04:25:31.123Z Compiling utf8_iter v1.0.4
12972025-01-07T04:25:31.375Z Compiling atomic-waker v1.1.2
12982025-01-07T04:25:31.566Z Compiling icu_normalizer_data v1.5.0
12992025-01-07T04:25:31.680Z Compiling utf16_iter v1.0.5
13002025-01-07T04:25:31.698Z Compiling write16 v1.0.0
13012025-01-07T04:25:31.748Z Compiling num_threads v0.1.7
13022025-01-07T04:25:31.770Z Compiling scroll v0.12.0
13032025-01-07T04:25:31.882Z Compiling icu_normalizer v1.5.0
13042025-01-07T04:25:31.884Z Compiling time v0.3.36
13052025-01-07T04:25:31.918Z Compiling pkcs5 v0.7.1
13062025-01-07T04:25:32.332Z Compiling http-body v1.0.1
13072025-01-07T04:25:32.602Z Compiling pest_generator v2.7.14
13082025-01-07T04:25:32.641Z Compiling form_urlencoded v1.2.1
13092025-01-07T04:25:32.968Z Compiling slog v2.7.0
13102025-01-07T04:25:33.100Z Compiling try-lock v0.2.5
13112025-01-07T04:25:33.187Z Compiling goblin v0.8.2
13122025-01-07T04:25:33.258Z Compiling which v4.4.2
13132025-01-07T04:25:33.553Z Compiling want v0.3.1
13142025-01-07T04:25:33.893Z Compiling idna_adapter v1.2.0
13152025-01-07T04:25:33.972Z Compiling pkcs8 v0.10.2
13162025-01-07T04:25:34.121Z Compiling uuid v1.11.0
13172025-01-07T04:25:34.641Z Compiling iana-time-zone v0.1.61
13182025-01-07T04:25:34.688Z Compiling pest_derive v2.7.14
13192025-01-07T04:25:34.690Z Compiling httpdate v1.0.3
13202025-01-07T04:25:35.147Z Compiling chrono v0.4.38
13212025-01-07T04:25:35.168Z Compiling idna v1.0.3
13222025-01-07T04:25:35.492Z Compiling dtrace-parser v0.2.0
13232025-01-07T04:25:36.415Z Compiling serde_tokenstream v0.2.2
13242025-01-07T04:25:37.036Z Compiling toml_datetime v0.6.8
13252025-01-07T04:25:37.085Z Compiling serde_spanned v0.6.8
13262025-01-07T04:25:37.285Z Compiling base64 v0.22.1
13272025-01-07T04:25:37.320Z Compiling adler2 v2.0.0
13282025-01-07T04:25:37.539Z Compiling tower-service v0.3.3
13292025-01-07T04:25:37.560Z Compiling rustversion v1.0.17
13302025-01-07T04:25:37.674Z Compiling foreign-types-shared v0.1.1
13312025-01-07T04:25:37.733Z Compiling openssl v0.10.66
13322025-01-07T04:25:37.782Z Compiling match_cfg v0.1.0
13332025-01-07T04:25:37.884Z Compiling hostname v0.3.1
13342025-01-07T04:25:38.103Z Compiling foreign-types v0.3.2
13352025-01-07T04:25:38.143Z Compiling miniz_oxide v0.8.0
13362025-01-07T04:25:38.194Z Compiling url v2.5.3
13372025-01-07T04:25:38.348Z Compiling openssl-macros v0.1.1
13382025-01-07T04:25:38.906Z Compiling async-trait v0.1.83
13392025-01-07T04:25:39.110Z Compiling tokio-util v0.7.12
13402025-01-07T04:25:39.600Z Compiling dof v0.3.0
13412025-01-07T04:25:39.711Z Compiling serde_derive_internals v0.29.1
13422025-01-07T04:25:40.192Z Compiling h2 v0.4.6
13432025-01-07T04:25:40.569Z Compiling usdt-impl v0.5.0
13442025-01-07T04:25:41.728Z Compiling dirs-sys-next v0.1.2
13452025-01-07T04:25:41.791Z Compiling data-encoding v2.6.0
13462025-01-07T04:25:42.100Z Compiling rustls v0.23.19
13472025-01-07T04:25:42.386Z Compiling schemars v0.8.21
13482025-01-07T04:25:42.404Z Compiling syn v1.0.109
13492025-01-07T04:25:42.474Z Compiling siphasher v0.3.11
13502025-01-07T04:25:42.767Z Compiling rustls v0.22.4
13512025-01-07T04:25:42.872Z Compiling native-tls v0.2.12
13522025-01-07T04:25:43.111Z Compiling schemars_derive v0.8.21
13532025-01-07T04:25:43.156Z Compiling dirs-next v2.0.0
13542025-01-07T04:25:43.709Z Compiling http-body-util v0.1.2
13552025-01-07T04:25:44.256Z Compiling heapless v0.7.17
13562025-01-07T04:25:44.286Z Compiling crossbeam-epoch v0.9.18
13572025-01-07T04:25:44.687Z Compiling signature v2.2.0
13582025-01-07T04:25:44.770Z Compiling sha1 v0.10.6
13592025-01-07T04:25:44.986Z Compiling bzip2-sys v0.1.11+1.0.8
13602025-01-07T04:25:45.059Z Compiling thread_local v1.1.8
13612025-01-07T04:25:45.196Z Compiling multer v3.1.0
13622025-01-07T04:25:45.461Z Compiling encoding_rs v0.8.34
13632025-01-07T04:25:45.461Z Compiling cookie v0.18.1
13642025-01-07T04:25:45.626Z Compiling openssl-probe v0.1.5
13652025-01-07T04:25:45.746Z Compiling rayon-core v1.12.1
13662025-01-07T04:25:45.963Z Compiling signal-hook v0.3.17
13672025-01-07T04:25:46.026Z Compiling gimli v0.31.1
13682025-01-07T04:25:46.241Z Compiling ipnet v2.10.1
13692025-01-07T04:25:46.375Z Compiling mime v0.3.17
13702025-01-07T04:25:46.573Z Compiling unicode-properties v0.1.3
13712025-01-07T04:25:46.980Z Compiling slog-async v2.8.0
13722025-01-07T04:25:46.994Z Compiling dyn-clone v1.0.17
13732025-01-07T04:25:47.222Z Compiling hyper v1.5.0
13742025-01-07T04:25:47.604Z Compiling stringprep v0.1.5
13752025-01-07T04:25:48.879Z Compiling toml_edit v0.22.22
13762025-01-07T04:25:49.958Z Compiling hyper-util v0.1.10
13772025-01-07T04:25:51.096Z Compiling addr2line v0.24.2
13782025-01-07T04:25:51.621Z Compiling crossbeam-deque v0.8.5
13792025-01-07T04:25:51.840Z Compiling usdt-attr-macro v0.5.0
13802025-01-07T04:25:51.861Z Compiling usdt-macro v0.5.0
13812025-01-07T04:25:51.920Z Compiling term v0.7.0
13822025-01-07T04:25:53.040Z Compiling slog-json v2.6.1
13832025-01-07T04:25:53.143Z Compiling serde_urlencoded v0.7.1
13842025-01-07T04:25:53.364Z Compiling curve25519-dalek v4.1.3
13852025-01-07T04:25:53.426Z Compiling crossbeam-channel v0.5.13
13862025-01-07T04:25:53.472Z Compiling futures-executor v0.3.31
13872025-01-07T04:25:53.474Z Compiling enum-as-inner v0.6.1
13882025-01-07T04:25:53.679Z Compiling md-5 v0.10.6
13892025-01-07T04:25:53.947Z Compiling rustls-pemfile v2.2.0
13902025-01-07T04:25:54.005Z Compiling async-stream-impl v0.3.6
13912025-01-07T04:25:54.063Z Compiling num-integer v0.1.46
13922025-01-07T04:25:54.284Z Compiling idna v0.3.0
13932025-01-07T04:25:54.538Z Compiling idna v0.4.0
13942025-01-07T04:25:54.627Z Compiling hash32 v0.2.1
13952025-01-07T04:25:54.843Z Compiling ff v0.13.0
13962025-01-07T04:25:55.017Z Compiling is-terminal v0.4.13
13972025-01-07T04:25:55.079Z Compiling object v0.36.5
13982025-01-07T04:25:55.148Z Compiling dropshot v0.12.0
13992025-01-07T04:25:55.342Z Compiling fallible-iterator v0.2.0
14002025-01-07T04:25:55.446Z Compiling rustc-demangle v0.1.24
14012025-01-07T04:25:55.959Z Compiling num-bigint-dig v0.8.4
14022025-01-07T04:25:56.058Z Compiling quick-error v1.2.3
14032025-01-07T04:25:56.197Z Compiling take_mut v0.2.2
14042025-01-07T04:25:56.218Z Compiling anyhow v1.0.95
14052025-01-07T04:25:56.237Z Compiling portable-atomic v1.9.0
14062025-01-07T04:25:56.347Z Compiling linked-hash-map v0.5.6
14072025-01-07T04:25:56.460Z Compiling psl-types v2.0.11
14082025-01-07T04:25:56.664Z Compiling utf-8 v0.7.6
14092025-01-07T04:25:56.727Z Compiling smoltcp v0.9.1
14102025-01-07T04:25:56.847Z Compiling base16ct v0.2.0
14112025-01-07T04:25:56.997Z Compiling tungstenite v0.24.0
14122025-01-07T04:25:57.183Z Compiling sec1 v0.7.3
14132025-01-07T04:25:57.369Z Compiling lru-cache v0.1.2
14142025-01-07T04:25:57.547Z Compiling publicsuffix v2.2.3
14152025-01-07T04:25:57.643Z Compiling resolv-conf v0.7.0
14162025-01-07T04:25:57.781Z Compiling postgres-protocol v0.6.7
14172025-01-07T04:25:57.873Z Compiling hickory-proto v0.24.1
14182025-01-07T04:25:58.435Z Compiling async-stream v0.3.6
14192025-01-07T04:25:58.761Z Compiling slog-term v2.9.1
14202025-01-07T04:25:58.852Z Compiling usdt v0.5.0
14212025-01-07T04:25:59.121Z Compiling group v0.13.0
14222025-01-07T04:25:59.410Z Compiling num-iter v0.1.45
14232025-01-07T04:25:59.565Z Compiling futures v0.3.31
14242025-01-07T04:25:59.615Z Compiling slog-bunyan v2.5.0
14252025-01-07T04:25:59.839Z Compiling toml v0.8.19
14262025-01-07T04:26:00.519Z Compiling tokio-native-tls v0.3.1
14272025-01-07T04:26:01.215Z Compiling camino v1.1.9
14282025-01-07T04:26:01.695Z Compiling phf_shared v0.11.2
14292025-01-07T04:26:01.922Z Compiling dropshot_endpoint v0.12.0
14302025-01-07T04:26:02.069Z Compiling terminal_size v0.4.0
14312025-01-07T04:26:02.214Z Compiling waitgroup v0.1.2
14322025-01-07T04:26:02.282Z Compiling openapiv3 v2.0.0
14332025-01-07T04:26:02.449Z Compiling serde_path_to_error v0.1.16
14342025-01-07T04:26:02.641Z Compiling backtrace v0.3.74
14352025-01-07T04:26:03.296Z Compiling hkdf v0.12.4
14362025-01-07T04:26:03.333Z Compiling crypto-bigint v0.5.5
14372025-01-07T04:26:03.568Z Compiling webpki-roots v0.26.6
14382025-01-07T04:26:03.797Z Compiling curve25519-dalek-derive v0.1.1
14392025-01-07T04:26:05.378Z Compiling zerocopy-derive v0.6.6
14402025-01-07T04:26:06.330Z Compiling idna v0.5.0
14412025-01-07T04:26:06.350Z Compiling hubpack_derive v0.1.1
14422025-01-07T04:26:06.649Z Compiling hostname v0.4.0
14432025-01-07T04:26:06.763Z Compiling ahash v0.8.11
14442025-01-07T04:26:06.924Z Compiling fs-err v2.11.0
14452025-01-07T04:26:07.104Z Compiling crc32fast v1.4.2
14462025-01-07T04:26:07.202Z Compiling newtype-uuid v1.1.3
14472025-01-07T04:26:07.252Z Compiling bitflags v1.3.2
14482025-01-07T04:26:07.360Z Compiling debug-ignore v1.0.5
14492025-01-07T04:26:07.457Z Compiling managed v0.8.0
14502025-01-07T04:26:07.505Z Compiling winnow v0.5.40
14512025-01-07T04:26:07.507Z Compiling console v0.15.8
14522025-01-07T04:26:07.625Z Compiling zerocopy v0.6.6
14532025-01-07T04:26:08.099Z Compiling clap_builder v4.5.21
14542025-01-07T04:26:08.513Z Compiling flate2 v1.0.34
14552025-01-07T04:26:08.626Z Compiling hubpack v0.1.2
14562025-01-07T04:26:09.081Z Compiling strum_macros v0.25.3
14572025-01-07T04:26:09.313Z Compiling cookie_store v0.21.0
14582025-01-07T04:26:09.543Z Compiling elliptic-curve v0.13.8
14592025-01-07T04:26:10.040Z Compiling hickory-resolver v0.24.1
14602025-01-07T04:26:10.961Z Compiling signal-hook-mio v0.2.4
14612025-01-07T04:26:11.135Z Compiling toml_edit v0.19.15
14622025-01-07T04:26:11.325Z Compiling phf v0.11.2
14632025-01-07T04:26:11.391Z Compiling hyper-tls v0.6.0
14642025-01-07T04:26:11.618Z Compiling rayon v1.10.0
14652025-01-07T04:26:11.851Z Compiling bzip2 v0.4.4
14662025-01-07T04:26:13.383Z Compiling postgres-types v0.2.8
14672025-01-07T04:26:14.929Z Compiling tokio-tungstenite v0.24.0
14682025-01-07T04:26:16.586Z Compiling ed25519 v2.2.3
14692025-01-07T04:26:16.844Z Compiling phf_shared v0.10.0
14702025-01-07T04:26:16.942Z Compiling tokio-stream v0.1.16
14712025-01-07T04:26:17.264Z Compiling pkcs1 v0.7.5
14722025-01-07T04:26:17.647Z Compiling serde-big-array v0.5.1
14732025-01-07T04:26:17.690Z Compiling clap_derive v4.5.18
14742025-01-07T04:26:17.893Z Compiling rfc6979 v0.4.0
14752025-01-07T04:26:18.069Z Compiling derive-where v1.2.7
14762025-01-07T04:26:18.093Z Compiling serde_repr v0.1.19
14772025-01-07T04:26:18.280Z Compiling float-cmp v0.9.0
14782025-01-07T04:26:18.508Z Compiling bstr v1.10.0
14792025-01-07T04:26:18.530Z Compiling sync_wrapper v1.0.1
14802025-01-07T04:26:18.688Z Compiling new_debug_unreachable v1.0.6
14812025-01-07T04:26:18.790Z Compiling static_assertions v1.1.0
14822025-01-07T04:26:18.892Z Compiling whoami v1.5.2
14832025-01-07T04:26:19.294Z Compiling precomputed-hash v0.1.1
14842025-01-07T04:26:19.358Z Compiling number_prefix v0.4.0
14852025-01-07T04:26:19.426Z Compiling normalize-line-endings v0.3.0
14862025-01-07T04:26:19.551Z Compiling difflib v0.4.0
14872025-01-07T04:26:19.572Z Compiling unicode-width v0.2.0
14882025-01-07T04:26:19.591Z Compiling bit-vec v0.6.3
14892025-01-07T04:26:20.064Z Compiling unicode-segmentation v1.12.0
14902025-01-07T04:26:20.099Z Compiling fixedbitset v0.4.2
14912025-01-07T04:26:20.310Z Compiling predicates-core v1.0.8
14922025-01-07T04:26:20.588Z Compiling predicates v3.1.2
14932025-01-07T04:26:20.686Z Compiling petgraph v0.6.5
14942025-01-07T04:26:20.971Z Compiling similar v2.6.0
14952025-01-07T04:26:21.204Z Compiling indicatif v0.17.9
14962025-01-07T04:26:21.742Z Compiling bit-set v0.5.3
14972025-01-07T04:26:22.042Z Compiling string_cache v0.8.7
14982025-01-07T04:26:22.412Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14992025-01-07T04:26:22.577Z Compiling tokio-postgres v0.7.12
15002025-01-07T04:26:22.919Z Compiling clap v4.5.21
15012025-01-07T04:26:23.048Z Compiling ecdsa v0.16.9
15022025-01-07T04:26:23.433Z Compiling rsa v0.9.6
15032025-01-07T04:26:23.494Z Compiling ed25519-dalek v2.1.1
15042025-01-07T04:26:23.911Z Compiling toml v0.7.8
15052025-01-07T04:26:24.827Z Compiling zip v0.6.6
15062025-01-07T04:26:24.949Z Compiling crossterm v0.28.1
15072025-01-07T04:26:26.661Z Compiling hex v0.4.3
15082025-01-07T04:26:26.745Z Compiling x509-cert v0.2.5
15092025-01-07T04:26:27.185Z Compiling itertools v0.10.5
15102025-01-07T04:26:27.301Z Compiling lalrpop-util v0.19.12
15112025-01-07T04:26:27.687Z Compiling unicode-xid v0.2.6
15122025-01-07T04:26:27.896Z Compiling peg-runtime v0.8.3
15132025-01-07T04:26:28.512Z Compiling strum_macros v0.26.4
15142025-01-07T04:26:28.552Z Compiling xattr v1.3.1
15152025-01-07T04:26:28.827Z Compiling filetime v0.2.25
15162025-01-07T04:26:29.155Z Compiling tar v0.4.42
15172025-01-07T04:26:33.775Z Compiling strum v0.26.3
15182025-01-07T04:26:35.940Z Compiling aws-lc-sys v0.22.0
15192025-01-07T04:27:03.977Z Compiling rustls-webpki v0.102.8
15202025-01-07T04:27:08.961Z Compiling tokio-rustls v0.26.0
15212025-01-07T04:27:09.358Z Compiling hyper-rustls v0.27.3
15222025-01-07T04:27:09.615Z Compiling reqwest v0.12.9
15232025-01-07T04:27:12.357Z Compiling tokio-rustls v0.25.0
15242025-01-07T04:27:15.488Z Compiling qorb v0.2.1
15252025-01-07T04:27:18.702Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15262025-01-07T04:27:18.936Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15272025-01-07T04:27:24.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
15282025-01-07T04:27:24.923Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15292025-01-07T04:27:24.973ZJan 07 04:27:23.592 INFO Starting download, target: Cockroach
15302025-01-07T04:27:24.975ZJan 07 04:27:23.592 INFO Starting download, target: Clickhouse
15312025-01-07T04:27:24.975ZJan 07 04:27:23.592 INFO Starting download, target: Console
15322025-01-07T04:27:24.975ZJan 07 04:27:23.592 INFO Starting download, target: DendriteOpenapi
15332025-01-07T04:27:24.975ZJan 07 04:27:23.592 INFO Starting download, target: DendriteStub
15342025-01-07T04:27:24.975ZJan 07 04:27:23.592 INFO Starting download, target: MaghemiteMgd
15352025-01-07T04:27:24.975ZJan 07 04:27:23.592 INFO Starting download, target: TransceiverControl
15362025-01-07T04:27:24.975ZJan 07 04:27:23.593 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15372025-01-07T04:27:24.975ZJan 07 04:27:23.593 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15382025-01-07T04:27:24.975ZJan 07 04:27:23.593 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15392025-01-07T04:27:24.976ZJan 07 04:27:23.593 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15402025-01-07T04:27:24.976ZJan 07 04:27:23.593 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15412025-01-07T04:27:24.976ZJan 07 04:27:23.593 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15422025-01-07T04:27:24.976ZJan 07 04:27:23.593 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15432025-01-07T04:27:25.191ZJan 07 04:27:23.799 INFO Download complete, target: DendriteOpenapi
15442025-01-07T04:27:25.329ZJan 07 04:27:23.910 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15452025-01-07T04:27:25.604ZJan 07 04:27:24.201 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15462025-01-07T04:27:25.798ZJan 07 04:27:24.393 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15472025-01-07T04:27:25.872ZJan 07 04:27:24.490 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15482025-01-07T04:27:25.928ZJan 07 04:27:24.545 INFO Download complete, target: Console
15492025-01-07T04:27:25.961ZJan 07 04:27:24.579 INFO Download complete, target: TransceiverControl
15502025-01-07T04:27:26.705ZJan 07 04:27:25.324 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15512025-01-07T04:27:26.705ZJan 07 04:27:25.324 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15522025-01-07T04:27:27.144ZJan 07 04:27:25.729 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15532025-01-07T04:27:28.800ZJan 07 04:27:27.419 INFO Download complete, target: DendriteStub
15542025-01-07T04:27:28.842ZJan 07 04:27:27.461 INFO Download complete, target: MaghemiteMgd
15552025-01-07T04:27:34.278ZJan 07 04:27:32.897 INFO Checking that binary works, target: Cockroach
15562025-01-07T04:27:34.437ZJan 07 04:27:33.056 INFO Download complete, target: Cockroach
15572025-01-07T04:27:39.754ZJan 07 04:27:38.373 INFO Checking that binary works, target: Clickhouse
15582025-01-07T04:27:39.872ZJan 07 04:27:38.491 INFO Download complete, target: Clickhouse
15592025-01-07T04:27:39.879ZAll prerequisites installed successfully
15602025-01-07T04:27:39.881Z
15612025-01-07T04:27:39.881Zreal 6:03.021348780
15622025-01-07T04:27:39.881Zuser 16:32.773337013
15632025-01-07T04:27:39.881Zsys 3:15.656735058
15642025-01-07T04:27:39.881Ztrap 0.566678358
15652025-01-07T04:27:39.881Ztflt 1.508846181
15662025-01-07T04:27:39.881Zdflt 2.231412181
15672025-01-07T04:27:39.881Zkflt 0.027753024
15682025-01-07T04:27:39.881Zlock 29:56.045457209
15692025-01-07T04:27:39.881Zslp 1:03:49.463499418
15702025-01-07T04:27:39.881Zlat 56.498928038
15712025-01-07T04:27:39.881Zstop 2:19.948956940
15722025-01-07T04:27:39.881Z+ ptime -m cargo xtask download softnpu
15732025-01-07T04:27:40.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15742025-01-07T04:27:40.433Z Running `target/debug/xtask download softnpu`
15752025-01-07T04:27:41.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
15762025-01-07T04:27:41.315Z Running `target/debug/xtask-downloader softnpu`
15772025-01-07T04:27:41.351ZJan 07 04:27:39.969 INFO Starting download, target: Softnpu
15782025-01-07T04:27:41.354ZJan 07 04:27:39.969 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15792025-01-07T04:27:41.836ZJan 07 04:27:40.455 INFO Download complete, target: Softnpu
15802025-01-07T04:27:41.840Z
15812025-01-07T04:27:41.843Zreal 1.954654389
15822025-01-07T04:27:41.843Zuser 1.266898065
15832025-01-07T04:27:41.843Zsys 0.537768582
15842025-01-07T04:27:41.843Ztrap 0.000866583
15852025-01-07T04:27:41.843Ztflt 0.000036780
15862025-01-07T04:27:41.843Zdflt 0.000018200
15872025-01-07T04:27:41.843Zkflt 0.000000000
15882025-01-07T04:27:41.843Zlock 4.921032943
15892025-01-07T04:27:41.843Zslp 0.337039584
15902025-01-07T04:27:41.843Zlat 0.068338455
15912025-01-07T04:27:41.843Zstop 0.000167141
15922025-01-07T04:27:41.843Z+ export CARGO_INCREMENTAL=0
15932025-01-07T04:27:41.843Z+ CARGO_INCREMENTAL=0
15942025-01-07T04:27:41.843Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
15952025-01-07T04:27:42.789Z Compiling proc-macro2 v1.0.89
15962025-01-07T04:27:42.790Z Compiling unicode-ident v1.0.13
15972025-01-07T04:27:42.790Z Compiling libc v0.2.162
15982025-01-07T04:27:42.792Z Compiling serde v1.0.215
15992025-01-07T04:27:42.792Z Compiling autocfg v1.4.0
16002025-01-07T04:27:42.792Z Compiling version_check v0.9.5
16012025-01-07T04:27:42.792Z Compiling cfg-if v1.0.0
16022025-01-07T04:27:43.075Z Compiling memchr v2.7.4
16032025-01-07T04:27:43.094Z Compiling typenum v1.17.0
16042025-01-07T04:27:43.141Z Compiling shlex v1.3.0
16052025-01-07T04:27:43.557Z Compiling value-bag v1.9.0
16062025-01-07T04:27:43.696Z Compiling generic-array v0.14.7
16072025-01-07T04:27:43.841Z Compiling lock_api v0.4.12
16082025-01-07T04:27:43.980Z Compiling scopeguard v1.2.0
16092025-01-07T04:27:44.128Z Compiling log v0.4.22
16102025-01-07T04:27:44.161Z Compiling parking_lot_core v0.9.10
16112025-01-07T04:27:44.450Z Compiling serde_json v1.0.133
16122025-01-07T04:27:44.536Z Compiling once_cell v1.20.2
16132025-01-07T04:27:44.749Z Compiling quote v1.0.37
16142025-01-07T04:27:44.767Z Compiling libm v0.2.8
16152025-01-07T04:27:44.929Z Compiling jobserver v0.1.32
16162025-01-07T04:27:44.949Z Compiling getrandom v0.2.15
16172025-01-07T04:27:45.105Z Compiling rustix v0.38.37
16182025-01-07T04:27:45.247Z Compiling syn v2.0.87
16192025-01-07T04:27:45.298Z Compiling cc v1.1.30
16202025-01-07T04:27:45.366Z Compiling num-traits v0.2.19
16212025-01-07T04:27:45.382Z Compiling thiserror v1.0.69
16222025-01-07T04:27:45.505Z Compiling aho-corasick v1.1.3
16232025-01-07T04:27:45.646Z Compiling regex-syntax v0.8.5
16242025-01-07T04:27:45.671Z Compiling either v1.13.0
16252025-01-07T04:27:45.760Z Compiling itoa v1.0.11
16262025-01-07T04:27:45.895Z Compiling spin v0.9.8
16272025-01-07T04:27:46.210Z Compiling slab v0.4.9
16282025-01-07T04:27:46.276Z Compiling byteorder v1.5.0
16292025-01-07T04:27:46.639Z Compiling errno v0.3.9
16302025-01-07T04:27:46.865Z Compiling rand_core v0.6.4
16312025-01-07T04:27:46.926Z Compiling lazy_static v1.5.0
16322025-01-07T04:27:47.050Z Compiling glob v0.3.1
16332025-01-07T04:27:47.534Z Compiling prettyplease v0.2.25
16342025-01-07T04:27:47.844Z Compiling clang-sys v1.8.1
16352025-01-07T04:27:48.122Z Compiling minimal-lexical v0.2.1
16362025-01-07T04:27:48.232Z Compiling libloading v0.8.5
16372025-01-07T04:27:48.514Z Compiling bindgen v0.69.5
16382025-01-07T04:27:48.621Z Compiling nom v7.1.3
16392025-01-07T04:27:48.661Z Compiling subtle v2.6.1
16402025-01-07T04:27:48.724Z Compiling home v0.5.9
16412025-01-07T04:27:48.939Z Compiling allocator-api2 v0.2.18
16422025-01-07T04:27:49.206Z Compiling itertools v0.12.1
16432025-01-07T04:27:49.409Z Compiling regex-automata v0.4.8
16442025-01-07T04:27:49.784Z Compiling semver v1.0.23
16452025-01-07T04:27:49.915Z Compiling smallvec v1.13.2
16462025-01-07T04:27:50.253Z Compiling rustc-hash v1.1.0
16472025-01-07T04:27:50.386Z Compiling lazycell v1.3.0
16482025-01-07T04:27:50.558Z Compiling cmake v0.1.51
16492025-01-07T04:27:51.468Z Compiling dunce v1.0.5
16502025-01-07T04:27:51.610Z Compiling fs_extra v1.3.0
16512025-01-07T04:27:51.892Z Compiling cexpr v0.6.0
16522025-01-07T04:27:52.020Z Compiling ryu v1.0.18
16532025-01-07T04:27:52.145Z Compiling pkg-config v0.3.31
16542025-01-07T04:27:52.295Z Compiling ring v0.17.8
16552025-01-07T04:27:52.447Z Compiling pin-project-lite v0.2.14
16562025-01-07T04:27:52.619Z Compiling fnv v1.0.7
16572025-01-07T04:27:52.761Z Compiling paste v1.0.15
16582025-01-07T04:27:53.081Z Compiling synstructure v0.13.1
16592025-01-07T04:27:53.348Z Compiling schemars v0.8.21
16602025-01-07T04:27:53.369Z Compiling const-oid v0.9.6
16612025-01-07T04:27:53.561Z Compiling serde_derive_internals v0.29.1
16622025-01-07T04:27:53.765Z Compiling foldhash v0.1.3
16632025-01-07T04:27:54.057Z Compiling equivalent v1.0.1
16642025-01-07T04:27:54.179Z Compiling httparse v1.9.5
16652025-01-07T04:27:54.435Z Compiling aws-lc-rs v1.10.0
16662025-01-07T04:27:54.815Z Compiling regex v1.11.1
16672025-01-07T04:27:55.257Z Compiling hashbrown v0.15.1
16682025-01-07T04:27:55.871Z Compiling heck v0.5.0
16692025-01-07T04:27:56.002Z Compiling signal-hook-registry v1.4.2
16702025-01-07T04:27:56.483Z Compiling parking_lot v0.12.3
16712025-01-07T04:27:56.681Z Compiling mio v1.0.2
16722025-01-07T04:27:58.351Z Compiling stable_deref_trait v1.2.0
16732025-01-07T04:27:58.479Z Compiling crossbeam-utils v0.8.20
16742025-01-07T04:27:58.550Z Compiling socket2 v0.5.7
16752025-01-07T04:27:58.588Z Compiling serde_derive v1.0.215
16762025-01-07T04:27:58.612Z Compiling zeroize_derive v1.4.2
16772025-01-07T04:27:58.996Z Compiling zerocopy-derive v0.7.35
16782025-01-07T04:27:59.241Z Compiling thiserror-impl v1.0.69
16792025-01-07T04:27:59.433Z Compiling tokio-macros v2.4.0
16802025-01-07T04:28:00.018Z Compiling zeroize v1.8.1
16812025-01-07T04:28:00.192Z Compiling zerofrom-derive v0.1.4
16822025-01-07T04:28:00.253Z Compiling yoke-derive v0.7.4
16832025-01-07T04:28:00.366Z Compiling futures-macro v0.3.31
16842025-01-07T04:28:00.902Z Compiling zerovec-derive v0.10.3
16852025-01-07T04:28:00.993Z Compiling zerocopy v0.7.35
16862025-01-07T04:28:01.960Z Compiling displaydoc v0.2.5
16872025-01-07T04:28:02.288Z Compiling crypto-common v0.1.6
16882025-01-07T04:28:02.493Z Compiling tracing-attributes v0.1.27
16892025-01-07T04:28:02.646Z Compiling schemars_derive v0.8.21
16902025-01-07T04:28:02.883Z Compiling icu_provider_macros v1.5.0
16912025-01-07T04:28:03.193Z Compiling block-buffer v0.10.4
16922025-01-07T04:28:03.446Z Compiling digest v0.10.7
16932025-01-07T04:28:03.695Z Compiling der_derive v0.7.3
16942025-01-07T04:28:03.870Z Compiling time-core v0.1.2
16952025-01-07T04:28:03.962Z Compiling futures-core v0.3.31
16962025-01-07T04:28:03.982Z Compiling num-conv v0.1.0
16972025-01-07T04:28:04.260Z Compiling time-macros v0.2.18
16982025-01-07T04:28:05.156Z Compiling vcpkg v0.2.15
16992025-01-07T04:28:06.138Z Compiling syn v1.0.109
17002025-01-07T04:28:06.766Z Compiling openssl-sys v0.9.103
17012025-01-07T04:28:06.768Z Compiling cpufeatures v0.2.14
17022025-01-07T04:28:07.132Z Compiling slog v2.7.0
17032025-01-07T04:28:07.159Z Compiling futures-sink v0.3.31
17042025-01-07T04:28:07.488Z Compiling ahash v0.8.11
17052025-01-07T04:28:07.756Z Compiling iana-time-zone v0.1.61
17062025-01-07T04:28:07.830Z Compiling zerofrom v0.1.4
17072025-01-07T04:28:08.110Z Compiling scroll_derive v0.12.0
17082025-01-07T04:28:08.300Z Compiling ucd-trie v0.1.7
17092025-01-07T04:28:08.510Z Compiling yoke v0.7.4
17102025-01-07T04:28:08.536Z Compiling pest v2.7.14
17112025-01-07T04:28:08.809Z Compiling futures-channel v0.3.31
17122025-01-07T04:28:09.239Z Compiling hmac v0.12.1
17132025-01-07T04:28:09.471Z Compiling futures-io v0.3.31
17142025-01-07T04:28:09.488Z Compiling futures-task v0.3.31
17152025-01-07T04:28:09.745Z Compiling openssl v0.10.66
17162025-01-07T04:28:09.775Z Compiling pin-utils v0.1.0
17172025-01-07T04:28:10.052Z Compiling futures-util v0.3.31
17182025-01-07T04:28:10.254Z Compiling zerovec v0.10.4
17192025-01-07T04:28:10.536Z Compiling block-padding v0.3.3
17202025-01-07T04:28:10.900Z Compiling tinyvec_macros v0.1.1
17212025-01-07T04:28:11.000Z Compiling tinyvec v1.8.0
17222025-01-07T04:28:11.445Z Compiling pest_meta v2.7.14
17232025-01-07T04:28:12.259Z Compiling bitflags v2.6.0
17242025-01-07T04:28:12.328Z Compiling bytes v1.8.0
17252025-01-07T04:28:14.324Z Compiling indexmap v2.6.0
17262025-01-07T04:28:15.644Z Compiling tokio v1.40.0
17272025-01-07T04:28:15.810Z Compiling serde_tokenstream v0.2.2
17282025-01-07T04:28:16.234Z Compiling uuid v1.11.0
17292025-01-07T04:28:16.350Z Compiling http v1.1.0
17302025-01-07T04:28:17.184Z Compiling which v4.4.2
17312025-01-07T04:28:17.461Z Compiling chrono v0.4.38
17322025-01-07T04:28:17.712Z Compiling rustc_version v0.4.1
17332025-01-07T04:28:20.511Z Compiling pest_generator v2.7.14
17342025-01-07T04:28:21.078Z Compiling toml_datetime v0.6.8
17352025-01-07T04:28:21.538Z Compiling serde_spanned v0.6.8
17362025-01-07T04:28:21.762Z Compiling inout v0.1.3
17372025-01-07T04:28:22.280Z Compiling openssl-macros v0.1.1
17382025-01-07T04:28:22.653Z Compiling dyn-clone v1.0.17
17392025-01-07T04:28:22.930Z Compiling rustls v0.23.19
17402025-01-07T04:28:23.097Z Compiling native-tls v0.2.12
17412025-01-07T04:28:23.210Z Compiling strsim v0.11.1
17422025-01-07T04:28:24.561Z Compiling pest_derive v2.7.14
17432025-01-07T04:28:25.044Z Compiling cipher v0.4.4
17442025-01-07T04:28:25.159Z Compiling unicode-normalization v0.1.24
17452025-01-07T04:28:25.322Z Compiling tinystr v0.7.6
17462025-01-07T04:28:25.494Z Compiling sha2 v0.10.8
17472025-01-07T04:28:25.810Z Compiling tracing-core v0.1.32
17482025-01-07T04:28:25.916Z Compiling usdt-impl v0.5.0
17492025-01-07T04:28:26.242Z Compiling writeable v0.5.5
17502025-01-07T04:28:26.261Z Compiling unicode-bidi v0.3.17
17512025-01-07T04:28:26.495Z Compiling litemap v0.7.3
17522025-01-07T04:28:26.771Z Compiling base64ct v1.6.0
17532025-01-07T04:28:26.904Z Compiling icu_locid v1.5.0
17542025-01-07T04:28:27.353Z Compiling pem-rfc7468 v0.7.0
17552025-01-07T04:28:27.495Z Compiling tracing v0.1.40
17562025-01-07T04:28:28.849Z Compiling scroll v0.12.0
17572025-01-07T04:28:29.145Z Compiling ppv-lite86 v0.2.20
17582025-01-07T04:28:29.165Z Compiling async-trait v0.1.83
17592025-01-07T04:28:30.037Z Compiling cookie v0.18.1
17602025-01-07T04:28:30.785Z Compiling camino v1.1.9
17612025-01-07T04:28:31.315Z Compiling anyhow v1.0.95
17622025-01-07T04:28:31.357Z Compiling plain v0.2.3
17632025-01-07T04:28:31.421Z Compiling aws-lc-sys v0.22.0
17642025-01-07T04:28:31.544Z Compiling flagset v0.4.6
17652025-01-07T04:28:31.853Z Compiling der v0.7.9
17662025-01-07T04:28:32.231Z Compiling goblin v0.8.2
17672025-01-07T04:28:34.947Z Compiling rand_chacha v0.3.1
17682025-01-07T04:28:35.850Z Compiling icu_provider v1.5.0
17692025-01-07T04:28:36.801Z Compiling rustls v0.22.4
17702025-01-07T04:28:37.064Z Compiling rustls-pki-types v1.10.0
17712025-01-07T04:28:37.534Z Compiling rayon-core v1.12.1
17722025-01-07T04:28:37.809Z Compiling icu_locid_transform_data v1.5.0
17732025-01-07T04:28:37.950Z Compiling percent-encoding v2.3.1
17742025-01-07T04:28:38.728Z Compiling pretty-hex v0.4.1
17752025-01-07T04:28:38.938Z Compiling dof v0.3.0
17762025-01-07T04:28:39.844Z Compiling icu_locid_transform v1.5.0
17772025-01-07T04:28:41.405Z Compiling rand v0.8.5
17782025-01-07T04:28:41.772Z Compiling spki v0.7.3
17792025-01-07T04:28:42.069Z Compiling salsa20 v0.10.2
17802025-01-07T04:28:42.142Z Compiling dtrace-parser v0.2.0
17812025-01-07T04:28:42.156Z Compiling tokio-util v0.7.12
17822025-01-07T04:28:42.284Z Compiling icu_collections v1.5.0
17832025-01-07T04:28:42.949Z Compiling pbkdf2 v0.12.2
17842025-01-07T04:28:43.521Z Compiling thread-id v4.2.2
17852025-01-07T04:28:43.542Z Compiling mirai-annotations v1.12.0
17862025-01-07T04:28:43.634Z Compiling winnow v0.5.40
17872025-01-07T04:28:43.773Z Compiling icu_properties_data v1.5.0
17882025-01-07T04:28:43.906Z Compiling powerfmt v0.2.0
17892025-01-07T04:28:43.942Z Compiling untrusted v0.9.0
17902025-01-07T04:28:44.027Z Compiling untrusted v0.7.1
17912025-01-07T04:28:44.273Z Compiling deranged v0.3.11
17922025-01-07T04:28:44.302Z Compiling icu_properties v1.5.1
17932025-01-07T04:28:47.522Z Compiling toml_edit v0.19.15
17942025-01-07T04:28:49.000Z Compiling scrypt v0.11.0
17952025-01-07T04:28:49.004Z Compiling cbc v0.1.2
17962025-01-07T04:28:49.250Z Compiling aes v0.8.4
17972025-01-07T04:28:50.441Z Compiling multer v3.1.0
17982025-01-07T04:28:50.946Z Compiling write16 v1.0.0
17992025-01-07T04:28:51.083Z Compiling atomic-waker v1.1.2
18002025-01-07T04:28:51.267Z Compiling utf8_iter v1.0.4
18012025-01-07T04:28:51.521Z Compiling rustversion v1.0.17
18022025-01-07T04:28:52.024Z Compiling num_threads v0.1.7
18032025-01-07T04:28:52.127Z Compiling utf16_iter v1.0.5
18042025-01-07T04:28:52.256Z Compiling slog-async v2.8.0
18052025-01-07T04:28:52.279Z Compiling icu_normalizer_data v1.5.0
18062025-01-07T04:28:52.380Z Compiling icu_normalizer v1.5.0
18072025-01-07T04:28:52.501Z Compiling time v0.3.36
18082025-01-07T04:28:52.698Z Compiling pkcs5 v0.7.1
18092025-01-07T04:28:54.339Z Compiling form_urlencoded v1.2.1
18102025-01-07T04:28:54.779Z Compiling http-body v1.0.1
18112025-01-07T04:28:54.874Z Compiling heapless v0.7.17
18122025-01-07T04:28:55.312Z Compiling bzip2-sys v0.1.11+1.0.8
18132025-01-07T04:28:55.706Z Compiling try-lock v0.2.5
18142025-01-07T04:28:55.923Z Compiling signal-hook v0.3.17
18152025-01-07T04:28:57.137Z Compiling want v0.3.1
18162025-01-07T04:28:58.466Z Compiling pkcs8 v0.10.2
18172025-01-07T04:28:58.703Z Compiling idna_adapter v1.2.0
18182025-01-07T04:28:59.158Z Compiling h2 v0.4.6
18192025-01-07T04:29:00.155Z Compiling usdt-macro v0.5.0
18202025-01-07T04:29:01.370Z Compiling usdt-attr-macro v0.5.0
18212025-01-07T04:29:01.560Z Compiling async-stream-impl v0.3.6
18222025-01-07T04:29:01.592Z Compiling adler2 v2.0.0
18232025-01-07T04:29:01.809Z Compiling httpdate v1.0.3
18242025-01-07T04:29:02.811Z Compiling miniz_oxide v0.8.0
18252025-01-07T04:29:03.786Z Compiling idna v1.0.3
18262025-01-07T04:29:05.392Z Compiling curve25519-dalek v4.1.3
18272025-01-07T04:29:05.801Z Compiling openapiv3 v2.0.0
18282025-01-07T04:29:06.135Z Compiling hyper v1.5.0
18292025-01-07T04:29:08.976Z Compiling enum-as-inner v0.6.1
18302025-01-07T04:29:10.042Z Compiling dropshot v0.12.0
18312025-01-07T04:29:10.059Z Compiling foreign-types-shared v0.1.1
18322025-01-07T04:29:10.176Z Compiling base64 v0.22.1
18332025-01-07T04:29:10.265Z Compiling tower-service v0.3.3
18342025-01-07T04:29:10.332Z Compiling num-bigint-dig v0.8.4
18352025-01-07T04:29:10.421Z Compiling match_cfg v0.1.0
18362025-01-07T04:29:10.442Z Compiling portable-atomic v1.9.0
18372025-01-07T04:29:10.524Z Compiling smoltcp v0.9.1
18382025-01-07T04:29:10.844Z Compiling newtype-uuid v1.1.3
18392025-01-07T04:29:11.117Z Compiling hyper-util v0.1.10
18402025-01-07T04:29:11.137Z Compiling hostname v0.3.1
18412025-01-07T04:29:11.816Z Compiling foreign-types v0.3.2
18422025-01-07T04:29:17.914Z Compiling url v2.5.3
18432025-01-07T04:29:19.585Z Compiling dirs-sys-next v0.1.2
18442025-01-07T04:29:19.642Z Compiling gimli v0.31.1
18452025-01-07T04:29:19.678Z Compiling siphasher v0.3.11
18462025-01-07T04:29:19.750Z Compiling data-encoding v2.6.0
18472025-01-07T04:29:20.069Z Compiling ident_case v1.0.1
18482025-01-07T04:29:20.088Z Compiling heck v0.4.1
18492025-01-07T04:29:20.246Z Compiling darling_core v0.20.10
18502025-01-07T04:29:20.267Z Compiling dirs-next v2.0.0
18512025-01-07T04:29:22.926Z Compiling http-body-util v0.1.2
18522025-01-07T04:29:26.401Z Compiling addr2line v0.24.2
18532025-01-07T04:29:26.620Z Compiling crossbeam-epoch v0.9.18
18542025-01-07T04:29:26.883Z Compiling hubpack_derive v0.1.1
18552025-01-07T04:29:26.904Z Compiling dropshot_endpoint v0.12.0
18562025-01-07T04:29:27.333Z Compiling sha1 v0.10.6
18572025-01-07T04:29:27.384Z Compiling signature v2.2.0
18582025-01-07T04:29:27.615Z Compiling curve25519-dalek-derive v0.1.1
18592025-01-07T04:29:27.725Z Compiling zerocopy-derive v0.6.6
18602025-01-07T04:29:28.975Z Compiling object v0.36.5
18612025-01-07T04:29:28.994Z Compiling thread_local v1.1.8
18622025-01-07T04:29:29.488Z Compiling fs-err v2.11.0
18632025-01-07T04:29:29.702Z Compiling encoding_rs v0.8.34
18642025-01-07T04:29:30.983Z Compiling rustc-demangle v0.1.24
18652025-01-07T04:29:33.210Z Compiling mime v0.3.17
18662025-01-07T04:29:33.840Z Compiling utf8parse v0.2.2
18672025-01-07T04:29:34.013Z Compiling unicode-properties v0.1.3
18682025-01-07T04:29:34.419Z Compiling winnow v0.6.20
18692025-01-07T04:29:38.297Z Compiling ipnet v2.10.1
18702025-01-07T04:29:39.369Z Compiling anstyle v1.0.10
18712025-01-07T04:29:39.859Z Compiling openssl-probe v0.1.5
18722025-01-07T04:29:40.767Z Compiling toml_edit v0.22.22
18732025-01-07T04:29:41.959Z Compiling backtrace v0.3.74
18742025-01-07T04:29:44.058Z Compiling stringprep v0.1.5
18752025-01-07T04:29:45.056Z Compiling anstyle-parse v0.2.5
18762025-01-07T04:29:45.407Z Compiling rustls-webpki v0.102.8
18772025-01-07T04:29:48.719Z Compiling crossbeam-deque v0.8.5
18782025-01-07T04:29:51.144Z Compiling darling_macro v0.20.10
18792025-01-07T04:29:52.207Z Compiling term v0.7.0
18802025-01-07T04:29:52.865Z Compiling slog-json v2.6.1
18812025-01-07T04:29:53.603Z Compiling serde_urlencoded v0.7.1
18822025-01-07T04:29:54.687Z Compiling crossbeam-channel v0.5.13
18832025-01-07T04:29:54.732Z Compiling rustls-pemfile v2.2.0
18842025-01-07T04:29:55.567Z Compiling hashbrown v0.14.5
18852025-01-07T04:29:56.212Z Compiling idna v0.4.0
18862025-01-07T04:29:56.271Z Compiling idna v0.3.0
18872025-01-07T04:29:56.948Z Compiling futures-executor v0.3.31
18882025-01-07T04:29:57.758Z Compiling num-integer v0.1.46
18892025-01-07T04:29:57.913Z Compiling md-5 v0.10.6
18902025-01-07T04:29:58.124Z Compiling ff v0.13.0
18912025-01-07T04:29:58.161Z Compiling hash32 v0.2.1
18922025-01-07T04:29:58.363Z Compiling is-terminal v0.4.13
18932025-01-07T04:29:58.486Z Compiling memmap v0.7.0
18942025-01-07T04:29:58.527Z Compiling anstyle-query v1.1.1
18952025-01-07T04:29:58.682Z Compiling quick-error v1.2.3
18962025-01-07T04:29:58.803Z Compiling base16ct v0.2.0
18972025-01-07T04:29:58.837Z Compiling take_mut v0.2.2
18982025-01-07T04:29:59.012Z Compiling is_terminal_polyfill v1.70.1
18992025-01-07T04:29:59.148Z Compiling linked-hash-map v0.5.6
19002025-01-07T04:30:00.424Z Compiling utf-8 v0.7.6
19012025-01-07T04:30:01.392Z Compiling psl-types v2.0.11
19022025-01-07T04:30:01.622Z Compiling fallible-iterator v0.2.0
19032025-01-07T04:30:01.739Z Compiling colorchoice v1.0.2
19042025-01-07T04:30:01.915Z Compiling anstream v0.6.15
19052025-01-07T04:30:02.167Z Compiling publicsuffix v2.2.3
19062025-01-07T04:30:02.352Z Compiling postgres-protocol v0.6.7
19072025-01-07T04:30:02.588Z Compiling tungstenite v0.24.0
19082025-01-07T04:30:03.501Z Compiling lru-cache v0.1.2
19092025-01-07T04:30:03.596Z Compiling sec1 v0.7.3
19102025-01-07T04:30:04.203Z Compiling resolv-conf v0.7.0
19112025-01-07T04:30:04.644Z Compiling usdt v0.5.0
19122025-01-07T04:30:04.727Z Compiling slog-term v2.9.1
19132025-01-07T04:30:05.096Z Compiling group v0.13.0
19142025-01-07T04:30:05.404Z Compiling num-iter v0.1.45
19152025-01-07T04:30:05.607Z Compiling futures v0.3.31
19162025-01-07T04:30:05.739Z Compiling hickory-proto v0.24.1
19172025-01-07T04:30:05.797Z Compiling regress v0.10.1
19182025-01-07T04:30:09.181Z Compiling tokio-rustls v0.26.0
19192025-01-07T04:30:09.516Z Compiling slog-bunyan v2.5.0
19202025-01-07T04:30:09.640Z Compiling darling v0.20.10
19212025-01-07T04:30:09.735Z Compiling tokio-rustls v0.25.0
19222025-01-07T04:30:09.980Z Compiling toml v0.8.19
19232025-01-07T04:30:10.044Z Compiling tokio-native-tls v0.3.1
19242025-01-07T04:30:10.166Z Compiling strum_macros v0.25.3
19252025-01-07T04:30:10.334Z Compiling phf_shared v0.11.2
19262025-01-07T04:30:10.756Z Compiling async-stream v0.3.6
19272025-01-07T04:30:10.846Z Compiling waitgroup v0.1.2
19282025-01-07T04:30:11.035Z Compiling webpki-roots v0.26.6
19292025-01-07T04:30:11.591Z Compiling idna v0.5.0
19302025-01-07T04:30:11.633Z Compiling terminal_size v0.4.0
19312025-01-07T04:30:11.852Z Compiling serde_path_to_error v0.1.16
19322025-01-07T04:30:12.721Z Compiling hkdf v0.12.4
19332025-01-07T04:30:12.968Z Compiling crypto-bigint v0.5.5
19342025-01-07T04:30:13.061Z Compiling serde_repr v0.1.19
19352025-01-07T04:30:13.080Z Compiling clap_derive v4.5.18
19362025-01-07T04:30:13.767Z Compiling derive-where v1.2.7
19372025-01-07T04:30:14.097Z Compiling hostname v0.4.0
19382025-01-07T04:30:14.338Z Compiling crc32fast v1.4.2
19392025-01-07T04:30:15.059Z Compiling clap_lex v0.7.2
19402025-01-07T04:30:15.491Z Compiling debug-ignore v1.0.5
19412025-01-07T04:30:15.651Z Compiling bitflags v1.3.2
19422025-01-07T04:30:15.825Z Compiling managed v0.8.0
19432025-01-07T04:30:16.286Z Compiling unicode-width v0.1.14
19442025-01-07T04:30:16.828Z Compiling console v0.15.8
19452025-01-07T04:30:16.997Z Compiling elliptic-curve v0.13.8
19462025-01-07T04:30:17.727Z Compiling clap_builder v4.5.21
19472025-01-07T04:30:18.951Z Compiling flate2 v1.0.34
19482025-01-07T04:30:19.330Z Compiling cookie_store v0.21.0
19492025-01-07T04:30:22.205Z Compiling hickory-resolver v0.24.1
19502025-01-07T04:30:23.699Z Compiling hyper-rustls v0.27.3
19512025-01-07T04:30:25.372Z Compiling phf v0.11.2
19522025-01-07T04:30:25.966Z Compiling hyper-tls v0.6.0
19532025-01-07T04:30:26.355Z Compiling signal-hook-mio v0.2.4
19542025-01-07T04:30:26.535Z Compiling typify-impl v0.2.0
19552025-01-07T04:30:26.595Z Compiling rayon v1.10.0
19562025-01-07T04:30:26.936Z Compiling bzip2 v0.4.4
19572025-01-07T04:30:27.040Z Compiling tokio-tungstenite v0.24.0
19582025-01-07T04:30:27.305Z Compiling postgres-types v0.2.8
19592025-01-07T04:30:27.899Z Compiling zerocopy v0.6.6
19602025-01-07T04:30:27.946Z Compiling hubpack v0.1.2
19612025-01-07T04:30:28.213Z Compiling ed25519 v2.2.3
19622025-01-07T04:30:28.394Z Compiling phf_shared v0.10.0
19632025-01-07T04:30:28.687Z Compiling pkcs1 v0.7.5
19642025-01-07T04:30:28.800Z Compiling tokio-stream v0.1.16
19652025-01-07T04:30:29.623Z Compiling ipnetwork v0.20.0
19662025-01-07T04:30:29.867Z Compiling serde-big-array v0.5.1
19672025-01-07T04:30:30.106Z Compiling rfc6979 v0.4.0
19682025-01-07T04:30:30.306Z Compiling float-cmp v0.9.0
19692025-01-07T04:30:30.520Z Compiling sync_wrapper v1.0.1
19702025-01-07T04:30:31.259Z Compiling bstr v1.10.0
19712025-01-07T04:30:32.512Z Compiling static_assertions v1.1.0
19722025-01-07T04:30:32.626Z Compiling difflib v0.4.0
19732025-01-07T04:30:32.889Z Compiling bit-vec v0.6.3
19742025-01-07T04:30:33.194Z Compiling normalize-line-endings v0.3.0
19752025-01-07T04:30:33.333Z Compiling unicode-segmentation v1.12.0
19762025-01-07T04:30:33.350Z Compiling unicode-width v0.2.0
19772025-01-07T04:30:33.798Z Compiling new_debug_unreachable v1.0.6
19782025-01-07T04:30:33.888Z Compiling predicates-core v1.0.8
19792025-01-07T04:30:33.905Z Compiling whoami v1.5.2
19802025-01-07T04:30:33.934Z Compiling number_prefix v0.4.0
19812025-01-07T04:30:34.166Z Compiling fixedbitset v0.4.2
19822025-01-07T04:30:34.201Z Compiling precomputed-hash v0.1.1
19832025-01-07T04:30:34.326Z Compiling string_cache v0.8.7
19842025-01-07T04:30:34.450Z Compiling petgraph v0.6.5
19852025-01-07T04:30:34.594Z Compiling tokio-postgres v0.7.12
19862025-01-07T04:30:34.752Z Compiling indicatif v0.17.9
19872025-01-07T04:30:34.754Z Compiling predicates v3.1.2
19882025-01-07T04:30:35.790Z Compiling similar v2.6.0
19892025-01-07T04:30:36.282Z Compiling bit-set v0.5.3
19902025-01-07T04:30:36.611Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19912025-01-07T04:30:38.468Z Compiling reqwest v0.12.9
19922025-01-07T04:30:38.502Z Compiling typify-macro v0.2.0
19932025-01-07T04:30:39.537Z Compiling ecdsa v0.16.9
19942025-01-07T04:30:40.453Z Compiling qorb v0.2.1
19952025-01-07T04:30:41.553Z Compiling rsa v0.9.6
19962025-01-07T04:30:42.554Z Compiling ed25519-dalek v2.1.1
19972025-01-07T04:30:43.214Z Compiling zip v0.6.6
19982025-01-07T04:30:43.505Z Compiling crossterm v0.28.1
19992025-01-07T04:30:43.528Z Compiling clap v4.5.21
20002025-01-07T04:30:44.476Z Compiling toml v0.7.8
20012025-01-07T04:30:45.307Z Compiling x509-cert v0.2.5
20022025-01-07T04:30:46.143Z Compiling hex v0.4.3
20032025-01-07T04:30:47.039Z Compiling itertools v0.10.5
20042025-01-07T04:30:47.183Z Compiling lalrpop-util v0.19.12
20052025-01-07T04:30:47.531Z Compiling unicode-xid v0.2.6
20062025-01-07T04:30:47.578Z Compiling peg-runtime v0.8.3
20072025-01-07T04:30:47.639Z Compiling zerocopy v0.8.10
20082025-01-07T04:30:49.893Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20092025-01-07T04:30:54.151Z Compiling proc-macro-crate v1.3.1
20102025-01-07T04:30:54.764Z Compiling macaddr v1.0.1
20112025-01-07T04:30:55.029Z Compiling zerocopy-derive v0.8.10
20122025-01-07T04:30:55.307Z Compiling itertools v0.13.0
20132025-01-07T04:30:56.174Z Compiling heapless v0.8.0
20142025-01-07T04:30:58.636Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20152025-01-07T04:31:02.989Z Compiling num_enum_derive v0.5.11
20162025-01-07T04:31:11.968Z Compiling hash32 v0.3.1
20172025-01-07T04:31:12.229Z Compiling smoltcp v0.11.0
20182025-01-07T04:31:13.369Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20192025-01-07T04:31:18.172Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20202025-01-07T04:31:18.250Z Compiling num_enum v0.5.11
20212025-01-07T04:31:18.992Z Compiling typify v0.2.0
20222025-01-07T04:31:19.125Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20232025-01-07T04:31:20.034Z Compiling proc-macro-error-attr v1.0.4
20242025-01-07T04:31:20.331Z Compiling unsafe-libyaml v0.2.11
20252025-01-07T04:31:20.593Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20262025-01-07T04:31:21.626Z Compiling cobs v0.2.3
20272025-01-07T04:31:22.116Z Compiling postcard v1.0.10
20282025-01-07T04:31:23.011Z Compiling serde_yaml v0.9.34+deprecated
20292025-01-07T04:31:38.631Z Compiling progenitor-impl v0.8.0
20302025-01-07T04:31:39.047Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20312025-01-07T04:31:49.677Z Compiling strum_macros v0.26.4
20322025-01-07T04:31:50.778Z Compiling structmeta-derive v0.3.0
20332025-01-07T04:31:51.076Z Compiling foreign-types-macros v0.2.3
20342025-01-07T04:31:51.326Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20352025-01-07T04:31:51.621Z Compiling proc-macro-error v1.0.4
20362025-01-07T04:31:53.293Z Compiling foreign-types-shared v0.3.1
20372025-01-07T04:31:53.391Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20382025-01-07T04:31:53.574Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20392025-01-07T04:31:54.135Z Compiling strum v0.26.3
20402025-01-07T04:31:54.702Z Compiling structmeta v0.3.0
20412025-01-07T04:31:54.721Z Compiling foreign-types v0.5.0
20422025-01-07T04:32:02.456Z Compiling progenitor-macro v0.8.0
20432025-01-07T04:32:08.382Z Compiling progenitor-client v0.8.0
20442025-01-07T04:32:08.567Z Compiling tabwriter v1.4.0
20452025-01-07T04:32:09.342Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20462025-01-07T04:32:10.142Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20472025-01-07T04:32:11.376Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20482025-01-07T04:32:12.246Z Compiling cstr-argument v0.1.2
20492025-01-07T04:32:12.508Z Compiling dropshot v0.13.0
20502025-01-07T04:32:12.530Z Compiling crucible-workspace-hack v0.1.0
20512025-01-07T04:32:12.822Z Compiling pretty-hex v0.2.1
20522025-01-07T04:32:13.527Z Compiling fastrand v2.1.1
20532025-01-07T04:32:14.074Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20542025-01-07T04:32:14.232Z Compiling thiserror v2.0.3
20552025-01-07T04:32:14.403Z Compiling tempfile v3.13.0
20562025-01-07T04:32:15.076Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20572025-01-07T04:32:15.240Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20582025-01-07T04:32:15.396Z Compiling progenitor v0.8.0
20592025-01-07T04:32:15.673Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20602025-01-07T04:32:15.714Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20612025-01-07T04:32:16.155Z Compiling parse-display-derive v0.10.0
20622025-01-07T04:32:16.243Z Compiling colored v2.1.0
20632025-01-07T04:32:16.495Z Compiling serde_with_macros v3.11.0
20642025-01-07T04:32:17.400Z Compiling dropshot_endpoint v0.13.0
20652025-01-07T04:32:17.486Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20662025-01-07T04:32:18.249Z Compiling thiserror-impl v2.0.3
20672025-01-07T04:32:19.141Z Compiling instant v0.1.13
20682025-01-07T04:32:19.159Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20692025-01-07T04:32:19.326Z Compiling backoff v0.4.0
20702025-01-07T04:32:19.525Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20712025-01-07T04:32:19.698Z Compiling serde_with v3.11.0
20722025-01-07T04:32:20.001Z Compiling parse-display v0.10.0
20732025-01-07T04:32:20.390Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20742025-01-07T04:32:21.587Z Compiling zone_cfg_derive v0.3.0
20752025-01-07T04:32:21.983Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20762025-01-07T04:32:22.522Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20772025-01-07T04:32:22.699Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20782025-01-07T04:32:23.104Z Compiling camino-tempfile v1.1.1
20792025-01-07T04:32:23.254Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20802025-01-07T04:32:23.768Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20812025-01-07T04:32:23.902Z Compiling regress v0.9.1
20822025-01-07T04:32:23.994Z Compiling num-derive v0.4.2
20832025-01-07T04:32:24.110Z Compiling sigpipe v0.1.3
20842025-01-07T04:32:24.255Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20852025-01-07T04:32:24.545Z Compiling libefi-sys v0.1.0
20862025-01-07T04:32:24.919Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20872025-01-07T04:32:26.193Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
20882025-01-07T04:32:27.767Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20892025-01-07T04:32:28.209Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20902025-01-07T04:32:28.343Z Compiling zone v0.3.0
20912025-01-07T04:32:30.349Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20922025-01-07T04:32:32.417Z Compiling smf v0.2.3
20932025-01-07T04:32:32.529Z Compiling bitfield-struct v0.6.2
20942025-01-07T04:32:33.273Z Compiling blake3 v1.5.4
20952025-01-07T04:32:33.935Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20962025-01-07T04:32:33.953Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20972025-01-07T04:32:35.049Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20982025-01-07T04:32:35.101Z Compiling xattr v1.3.1
20992025-01-07T04:32:35.269Z Compiling memmap2 v0.9.5
21002025-01-07T04:32:35.433Z Compiling filetime v0.2.25
21012025-01-07T04:32:35.600Z Compiling same-file v1.0.6
21022025-01-07T04:32:35.826Z Compiling constant_time_eq v0.3.1
21032025-01-07T04:32:35.826Z Compiling arrayvec v0.7.6
21042025-01-07T04:32:35.886Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21052025-01-07T04:32:36.031Z Compiling arrayref v0.3.9
21062025-01-07T04:32:36.033Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21072025-01-07T04:32:36.142Z Compiling walkdir v2.5.0
21082025-01-07T04:32:36.189Z Compiling tar v0.4.42
21092025-01-07T04:32:37.788Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21102025-01-07T04:32:38.238Z Compiling gethostname v0.5.0
21112025-01-07T04:32:38.463Z Compiling cargo-platform v0.1.8
21122025-01-07T04:32:38.771Z Compiling topological-sort v0.2.2
21132025-01-07T04:32:39.017Z Compiling omicron-zone-package v0.12.0
21142025-01-07T04:32:39.049Z Compiling cargo_metadata v0.18.1
21152025-01-07T04:32:39.553Z Compiling shell-words v1.1.0
21162025-01-07T04:32:39.997Z Compiling indent_write v2.2.0
21172025-01-07T04:32:48.436Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21182025-01-07T04:32:49.000Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21192025-01-07T04:32:55.752Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21202025-01-07T04:33:11.113Z Finished `release` profile [optimized] target(s) in 5m 29s
21212025-01-07T04:33:11.273Z Running `target/release/omicron-package -t test target create -p dev`
21222025-01-07T04:33:11.320ZLogging to: /work/oxidecomputer/omicron/out/LOG
21232025-01-07T04:33:11.323ZCreated new build target 'test' and set it as active
21242025-01-07T04:33:11.323Z
21252025-01-07T04:33:11.323Zreal 5:29.480661381
21262025-01-07T04:33:11.323Zuser 36:59.311532334
21272025-01-07T04:33:11.323Zsys 4:57.246865569
21282025-01-07T04:33:11.323Ztrap 1.079126708
21292025-01-07T04:33:11.323Ztflt 2.859901341
21302025-01-07T04:33:11.323Zdflt 0.699574964
21312025-01-07T04:33:11.323Zkflt 0.000278329
21322025-01-07T04:33:11.323Zlock 1:17:29.767199209
21332025-01-07T04:33:11.323Zslp 2:33:57.330749517
21342025-01-07T04:33:11.323Zlat 2:29.217409766
21352025-01-07T04:33:11.323Zstop 4:32.193047607
21362025-01-07T04:33:11.325Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21372025-01-07T04:33:12.281Z Finished `release` profile [optimized] target(s) in 0.90s
21382025-01-07T04:33:12.338Z Running `target/release/omicron-package -t test package`
21392025-01-07T04:33:12.384ZLogging to: /work/oxidecomputer/omicron/out/LOG
21402025-01-07T04:33:13.521Z Compiling convert_case v0.4.0
21412025-01-07T04:33:13.521Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21422025-01-07T04:33:13.524Z Compiling newline-converter v0.3.0
21432025-01-07T04:33:13.524Z Compiling password-hash v0.5.0
21442025-01-07T04:33:13.524Z Compiling blake2 v0.10.6
21452025-01-07T04:33:13.654Z Compiling base64 v0.21.7
21462025-01-07T04:33:13.656Z Compiling atomicwrites v0.4.4
21472025-01-07T04:33:13.668Z Compiling progenitor-client v0.8.0
21482025-01-07T04:33:13.848Z Compiling owo-colors v4.1.0
21492025-01-07T04:33:13.876Z Compiling expectorate v1.1.0
21502025-01-07T04:33:14.061Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21512025-01-07T04:33:14.124Z Compiling cancel-safe-futures v0.1.5
21522025-01-07T04:33:14.246Z Compiling progenitor v0.8.0
21532025-01-07T04:33:14.293Z Compiling argon2 v0.5.3
21542025-01-07T04:33:14.395Z Compiling derive_more v0.99.18
21552025-01-07T04:33:14.497Z Compiling num-rational v0.4.2
21562025-01-07T04:33:14.515Z Compiling num-complex v0.4.6
21572025-01-07T04:33:14.874Z Compiling libsw v3.3.1
21582025-01-07T04:33:15.242Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21592025-01-07T04:33:15.449Z Compiling linear-map v1.2.0
21602025-01-07T04:33:15.727Z Compiling num v0.4.3
21612025-01-07T04:33:15.826Z Compiling swrite v0.1.0
21622025-01-07T04:33:15.855Z Compiling float-ord v0.3.2
21632025-01-07T04:33:15.887Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21642025-01-07T04:33:15.920Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21652025-01-07T04:33:15.958Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21662025-01-07T04:33:16.042Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21672025-01-07T04:33:16.686Z Compiling highway v1.2.0
21682025-01-07T04:33:16.935Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21692025-01-07T04:33:17.666Z Compiling semver v0.1.20
21702025-01-07T04:33:18.122Z Compiling rustc_version v0.1.7
21712025-01-07T04:33:18.256Z Compiling tungstenite v0.21.0
21722025-01-07T04:33:18.561Z Compiling newtype_derive v0.1.6
21732025-01-07T04:33:18.874Z Compiling ipnetwork v0.20.0
21742025-01-07T04:33:19.704Z Compiling tokio-tungstenite v0.21.0
21752025-01-07T04:33:20.370Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21762025-01-07T04:33:20.892Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21772025-01-07T04:33:23.390Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21782025-01-07T04:33:24.038Z Compiling humantime v2.1.0
21792025-01-07T04:33:24.211Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21802025-01-07T04:33:24.871Z Compiling dropshot v0.13.0
21812025-01-07T04:33:24.947Z Compiling instant v0.1.13
21822025-01-07T04:33:25.107Z Compiling backoff v0.4.0
21832025-01-07T04:33:25.177Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21842025-01-07T04:33:25.206Z Compiling steno v0.4.1
21852025-01-07T04:33:25.476Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21862025-01-07T04:33:25.659Z Compiling parse-display v0.10.0
21872025-01-07T04:33:26.228Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21882025-01-07T04:33:26.421Z Compiling serde_with v3.11.0
21892025-01-07T04:33:29.885Z Compiling strum v0.26.3
21902025-01-07T04:33:30.090Z Compiling regress v0.9.1
21912025-01-07T04:33:30.593Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21922025-01-07T04:33:33.385Z Compiling macaddr v1.0.1
21932025-01-07T04:33:33.481Z Compiling slog-dtrace v0.3.0
21942025-01-07T04:33:33.681Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21952025-01-07T04:33:33.842Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21962025-01-07T04:33:34.164Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
21972025-01-07T04:33:35.570Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
21982025-01-07T04:33:36.163Z Compiling prettyplease v0.2.25
21992025-01-07T04:33:36.637Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22002025-01-07T04:33:36.898Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22012025-01-07T04:33:37.988Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22022025-01-07T04:33:39.913Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22032025-01-07T04:33:40.639Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22042025-01-07T04:33:52.912Z Compiling half v2.4.1
22052025-01-07T04:33:53.088Z Compiling ciborium-io v0.2.2
22062025-01-07T04:33:53.235Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22072025-01-07T04:33:53.627Z Compiling ciborium-ll v0.2.2
22082025-01-07T04:33:54.147Z Compiling ciborium v0.2.2
22092025-01-07T04:33:54.345Z Compiling display-error-chain v0.2.2
22102025-01-07T04:33:54.576Z Compiling same-file v1.0.6
22112025-01-07T04:33:54.595Z Compiling fastrand v2.1.1
22122025-01-07T04:33:54.838Z Compiling walkdir v2.5.0
22132025-01-07T04:33:55.105Z Compiling tempfile v3.13.0
22142025-01-07T04:33:55.158Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22152025-01-07T04:33:55.512Z Compiling blake3 v1.5.4
22162025-01-07T04:33:55.905Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22172025-01-07T04:33:56.175Z Compiling xattr v1.3.1
22182025-01-07T04:33:56.263Z Compiling memmap2 v0.9.5
22192025-01-07T04:33:56.449Z Compiling filetime v0.2.25
22202025-01-07T04:33:56.678Z Compiling arrayvec v0.7.6
22212025-01-07T04:33:56.747Z Compiling arrayref v0.3.9
22222025-01-07T04:33:56.868Z Compiling keccak v0.1.5
22232025-01-07T04:33:57.103Z Compiling constant_time_eq v0.3.1
22242025-01-07T04:33:57.866Z Compiling sha3 v0.10.8
22252025-01-07T04:33:57.914Z Compiling tar v0.4.42
22262025-01-07T04:33:58.426Z Compiling camino-tempfile v1.1.1
22272025-01-07T04:33:58.792Z Compiling toolchain_find v0.4.0
22282025-01-07T04:33:58.869Z Compiling const_format_proc_macros v0.2.33
22292025-01-07T04:33:59.255Z Compiling radium v0.7.0
22302025-01-07T04:33:59.366Z Compiling crunchy v0.2.2
22312025-01-07T04:33:59.442Z Compiling maplit v1.0.2
22322025-01-07T04:33:59.576Z Compiling topological-sort v0.2.2
22332025-01-07T04:33:59.719Z Compiling rustfmt-wrapper v0.2.1
22342025-01-07T04:33:59.810Z Compiling omicron-zone-package v0.12.0
22352025-01-07T04:33:59.865Z Compiling tiny-keccak v2.0.2
22362025-01-07T04:33:59.978Z Compiling maybe-uninit v2.0.0
22372025-01-07T04:33:59.998Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22382025-01-07T04:34:00.150Z Compiling tap v1.0.1
22392025-01-07T04:34:00.331Z Compiling wyz v0.5.1
22402025-01-07T04:34:00.482Z Compiling dsl_auto_type v0.1.2
22412025-01-07T04:34:00.527Z Compiling phf_generator v0.11.2
22422025-01-07T04:34:00.714Z Compiling const_format v0.2.33
22432025-01-07T04:34:00.732Z Compiling scheduled-thread-pool v0.2.7
22442025-01-07T04:34:00.801Z Compiling secrecy v0.8.0
22452025-01-07T04:34:00.896Z Compiling async-recursion v1.1.1
22462025-01-07T04:34:01.084Z Compiling diesel_table_macro_syntax v0.2.0
22472025-01-07T04:34:01.493Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22482025-01-07T04:34:01.816Z Compiling arc-swap v1.7.1
22492025-01-07T04:34:01.908Z Compiling crc-catalog v2.4.0
22502025-01-07T04:34:01.911Z Compiling funty v2.0.0
22512025-01-07T04:34:01.945Z Compiling packed_struct v0.10.1
22522025-01-07T04:34:02.084Z Compiling crc v3.2.1
22532025-01-07T04:34:02.337Z Compiling slog-scope v4.4.0
22542025-01-07T04:34:02.395Z Compiling diesel_derives v2.2.3
22552025-01-07T04:34:02.489Z Compiling r2d2 v0.8.10
22562025-01-07T04:34:03.027Z Compiling phf_codegen v0.11.2
22572025-01-07T04:34:03.214Z Compiling bitvec v1.0.1
22582025-01-07T04:34:03.860Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22592025-01-07T04:34:04.044Z Compiling ascii-canvas v3.0.0
22602025-01-07T04:34:04.389Z Compiling universal-hash v0.5.1
22612025-01-07T04:34:04.556Z Compiling thiserror-impl-no-std v2.0.2
22622025-01-07T04:34:04.634Z Compiling packed_struct_codegen v0.10.1
22632025-01-07T04:34:05.676Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22642025-01-07T04:34:07.144Z Compiling parse-zoneinfo v0.3.1
22652025-01-07T04:34:07.165Z Compiling ena v0.14.3
22662025-01-07T04:34:07.591Z Compiling indexmap v1.9.3
22672025-01-07T04:34:07.802Z Compiling diff v0.1.13
22682025-01-07T04:34:07.933Z Compiling regex-syntax v0.6.29
22692025-01-07T04:34:08.385Z Compiling opaque-debug v0.3.1
22702025-01-07T04:34:08.505Z Compiling nodrop v0.1.14
22712025-01-07T04:34:08.654Z Compiling array-init v0.0.4
22722025-01-07T04:34:08.732Z Compiling poly1305 v0.8.0
22732025-01-07T04:34:09.961Z Compiling chrono-tz-build v0.4.0
22742025-01-07T04:34:11.113Z Compiling thiserror-no-std v2.0.2
22752025-01-07T04:34:11.253Z Compiling smallvec v0.6.14
22762025-01-07T04:34:11.795Z Compiling lalrpop v0.19.12
22772025-01-07T04:34:13.427Z Compiling slog-stdlog v4.1.1
22782025-01-07T04:34:14.058Z Compiling diesel v2.2.6
22792025-01-07T04:34:14.462Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22802025-01-07T04:34:14.891Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22812025-01-07T04:34:15.116Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22822025-01-07T04:34:15.370Z Compiling chacha20 v0.9.1
22832025-01-07T04:34:15.608Z Compiling aead v0.5.2
22842025-01-07T04:34:15.844Z Compiling vte_generate_state_changes v0.1.2
22852025-01-07T04:34:15.967Z Compiling termcolor v1.4.1
22862025-01-07T04:34:16.469Z Compiling hashbrown v0.12.3
22872025-01-07T04:34:17.023Z Compiling bitfield v0.14.0
22882025-01-07T04:34:17.314Z Compiling ref-cast v1.0.23
22892025-01-07T04:34:17.917Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22902025-01-07T04:34:19.092Z Compiling vte v0.11.1
22912025-01-07T04:34:20.522Z Compiling env_logger v0.10.2
22922025-01-07T04:34:23.725Z Compiling chacha20poly1305 v0.10.1
22932025-01-07T04:34:24.005Z Compiling slog-envlogger v2.2.0
22942025-01-07T04:34:26.761Z Compiling serde-hex v0.1.0
22952025-01-07T04:34:32.080Z Compiling vsss-rs v3.3.4
22962025-01-07T04:34:36.571Z Compiling chrono-tz v0.10.0
22972025-01-07T04:34:37.142Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22982025-01-07T04:34:37.218Z Compiling ron v0.8.1
22992025-01-07T04:34:37.492Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23002025-01-07T04:34:37.789Z Compiling derive_builder_core v0.20.2
23012025-01-07T04:34:37.834Z Compiling polar-core v0.27.3
23022025-01-07T04:34:39.107Z Compiling hashbrown v0.13.2
23032025-01-07T04:34:40.036Z Compiling headers-core v0.3.0
23042025-01-07T04:34:40.247Z Compiling fxhash v0.2.1
23052025-01-07T04:34:40.496Z Compiling libxml v0.3.3
23062025-01-07T04:34:40.537Z Compiling ref-cast-impl v1.0.23
23072025-01-07T04:34:40.872Z Compiling lockfree-object-pool v0.1.6
23082025-01-07T04:34:41.184Z Compiling zip v2.1.3
23092025-01-07T04:34:41.512Z Compiling bytecount v0.6.8
23102025-01-07T04:34:41.680Z Compiling bumpalo v3.16.0
23112025-01-07T04:34:41.847Z Compiling crc-any v2.5.0
23122025-01-07T04:34:42.295Z Compiling simd-adler32 v0.3.7
23132025-01-07T04:34:42.800Z Compiling zopfli v0.8.1
23142025-01-07T04:34:42.996Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23152025-01-07T04:34:43.501Z Compiling papergrid v0.11.0
23162025-01-07T04:34:47.398Z Compiling object v0.30.4
23172025-01-07T04:34:52.207Z Compiling headers v0.4.0
23182025-01-07T04:34:52.693Z Compiling derive_builder_macro v0.20.2
23192025-01-07T04:34:55.904Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23202025-01-07T04:34:57.918Z Compiling strip-ansi-escapes v0.2.0
23212025-01-07T04:34:57.994Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23222025-01-07T04:34:58.632Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23232025-01-07T04:34:58.936Z Compiling tabled_derive v0.7.0
23242025-01-07T04:34:59.482Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23252025-01-07T04:35:00.324Z Compiling fd-lock v4.0.2
23262025-01-07T04:35:00.564Z Compiling peg-macros v0.8.4
23272025-01-07T04:35:01.050Z Compiling strum_macros v0.24.3
23282025-01-07T04:35:01.206Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23292025-01-07T04:35:02.280Z Compiling kstat-rs v0.2.4
23302025-01-07T04:35:03.282Z Compiling samael v0.0.17
23312025-01-07T04:35:03.859Z Compiling unicase v2.7.0
23322025-01-07T04:35:04.174Z Compiling path-slash v0.1.5
23332025-01-07T04:35:04.191Z Compiling indoc v1.0.9
23342025-01-07T04:35:04.348Z Compiling nu-ansi-term v0.50.1
23352025-01-07T04:35:04.424Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23362025-01-07T04:35:04.820Z Compiling reedline v0.35.0
23372025-01-07T04:35:05.628Z Compiling peg v0.8.4
23382025-01-07T04:35:05.758Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23392025-01-07T04:35:08.747Z Compiling tabled v0.15.0
23402025-01-07T04:35:09.226Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23412025-01-07T04:35:20.232Z Compiling derive_builder v0.20.2
23422025-01-07T04:35:25.824Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23432025-01-07T04:35:26.043Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23442025-01-07T04:35:28.643Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23452025-01-07T04:35:28.922Z Compiling pem v3.0.4
23462025-01-07T04:35:28.949Z Compiling bcs v0.1.6
23472025-01-07T04:35:29.468Z Compiling oso-derive v0.27.3
23482025-01-07T04:35:29.842Z Compiling impl-trait-for-tuples v0.2.2
23492025-01-07T04:35:30.379Z Compiling libz-sys v1.1.20
23502025-01-07T04:35:30.430Z Compiling quick-xml v0.33.0
23512025-01-07T04:35:31.053Z Compiling diesel-dtrace v0.4.2
23522025-01-07T04:35:31.368Z Compiling parking_lot_core v0.8.6
23532025-01-07T04:35:36.752Z Compiling oso v0.27.3
23542025-01-07T04:35:37.091Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23552025-01-07T04:35:38.689Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23562025-01-07T04:35:44.107Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23572025-01-07T04:35:47.302Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23582025-01-07T04:35:47.612Z Compiling bb8 v0.8.5
23592025-01-07T04:35:48.265Z Compiling buf-list v1.0.3
23602025-01-07T04:35:48.887Z Compiling async-bb8-diesel v0.2.1
23612025-01-07T04:35:51.344Z Compiling nibble_vec v0.1.0
23622025-01-07T04:35:51.599Z Compiling libgit2-sys v0.17.0+1.8.1
23632025-01-07T04:35:52.387Z Compiling pin-project-internal v1.1.6
23642025-01-07T04:35:54.045Z Compiling atty v0.2.14
23652025-01-07T04:35:54.226Z Compiling endian-type v0.1.2
23662025-01-07T04:35:54.490Z Compiling salty v0.3.0
23672025-01-07T04:35:54.962Z Compiling radix_trie v0.2.1
23682025-01-07T04:35:55.250Z Compiling pin-project v1.1.6
23692025-01-07T04:35:56.309Z Compiling parking_lot v0.11.2
23702025-01-07T04:35:59.413Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23712025-01-07T04:36:05.730Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23722025-01-07T04:36:10.580Z Compiling snafu-derive v0.8.5
23732025-01-07T04:36:12.288Z Compiling sled v0.34.7
23742025-01-07T04:36:15.204Z Compiling snafu v0.8.5
23752025-01-07T04:36:16.495Z Compiling mime_guess v2.0.5
23762025-01-07T04:36:17.619Z Compiling hickory-client v0.24.1
23772025-01-07T04:36:23.020Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23782025-01-07T04:36:23.762Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23792025-01-07T04:36:25.247Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23802025-01-07T04:36:26.467Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23812025-01-07T04:36:26.586Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23822025-01-07T04:36:28.101Z Compiling globset v0.4.15
23832025-01-07T04:36:29.549Z Compiling hickory-server v0.24.1
23842025-01-07T04:36:35.113Z Compiling primeorder v0.13.6
23852025-01-07T04:36:35.395Z Compiling olpc-cjson v0.1.4
23862025-01-07T04:36:35.677Z Compiling vergen v8.3.2
23872025-01-07T04:36:35.747Z Compiling castaway v0.2.3
23882025-01-07T04:36:35.962Z Compiling env_filter v0.1.2
23892025-01-07T04:36:35.989Z Compiling cargo-platform v0.1.8
23902025-01-07T04:36:36.506Z Compiling serde_plain v1.0.2
23912025-01-07T04:36:37.048Z Compiling nanorand v0.7.0
23922025-01-07T04:36:37.496Z Compiling memoffset v0.9.1
23932025-01-07T04:36:37.721Z Compiling typed-path v0.9.3
23942025-01-07T04:36:41.221Z Compiling tough v0.19.0
23952025-01-07T04:36:42.027Z Compiling flume v0.11.1
23962025-01-07T04:36:42.796Z Compiling cargo_metadata v0.18.1
23972025-01-07T04:36:45.627Z Compiling env_logger v0.11.5
23982025-01-07T04:36:45.998Z Compiling git2 v0.19.0
23992025-01-07T04:36:46.111Z Compiling compact_str v0.8.0
24002025-01-07T04:36:46.735Z Compiling p384 v0.13.0
24012025-01-07T04:36:47.033Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24022025-01-07T04:36:48.688Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24032025-01-07T04:36:52.912Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24042025-01-07T04:36:55.870Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24052025-01-07T04:36:57.061Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24062025-01-07T04:36:58.660Z Compiling unicode-truncate v1.1.0
24072025-01-07T04:36:58.950Z Compiling lru v0.12.5
24082025-01-07T04:36:59.321Z Compiling rand_seeder v0.3.0
24092025-01-07T04:36:59.791Z Compiling libsqlite3-sys v0.30.1
24102025-01-07T04:37:00.307Z Compiling lzma-sys v0.1.20
24112025-01-07T04:37:01.027Z Compiling instability v0.3.2
24122025-01-07T04:37:02.039Z Compiling http-range v0.1.5
24132025-01-07T04:37:02.634Z Compiling parse-size v1.1.0
24142025-01-07T04:37:02.966Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24152025-01-07T04:37:03.290Z Compiling cassowary v0.3.0
24162025-01-07T04:37:03.995Z Compiling rustls v0.21.12
24172025-01-07T04:37:04.310Z Compiling cfg_aliases v0.2.1
24182025-01-07T04:37:04.423Z Compiling ratatui v0.28.1
24192025-01-07T04:37:04.442Z Compiling nix v0.29.0
24202025-01-07T04:37:05.369Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24212025-01-07T04:37:06.949Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24222025-01-07T04:37:07.904Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24232025-01-07T04:37:10.740Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24242025-01-07T04:37:10.767Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24252025-01-07T04:37:11.569Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24262025-01-07T04:37:11.875Z Compiling sct v0.7.1
24272025-01-07T04:37:12.347Z Compiling rustls-webpki v0.101.7
24282025-01-07T04:37:13.773Z Compiling heck v0.3.3
24292025-01-07T04:37:14.175Z Compiling csv-core v0.1.11
24302025-01-07T04:37:15.031Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24312025-01-07T04:37:15.354Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24322025-01-07T04:37:15.677Z Compiling glob v0.3.1
24332025-01-07T04:37:16.104Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24342025-01-07T04:37:16.335Z Compiling csv v1.3.0
24352025-01-07T04:37:17.726Z Compiling zone_cfg_derive v0.1.2
24362025-01-07T04:37:19.187Z Compiling nix v0.27.1
24372025-01-07T04:37:22.184Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24382025-01-07T04:37:23.657Z Compiling hyper-staticfile v0.10.1
24392025-01-07T04:37:23.660Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24402025-01-07T04:37:26.125Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24412025-01-07T04:37:27.261Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24422025-01-07T04:37:27.558Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24432025-01-07T04:37:28.574Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24442025-01-07T04:37:30.442Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24452025-01-07T04:37:34.337Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24462025-01-07T04:37:34.711Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24472025-01-07T04:37:35.024Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24482025-01-07T04:37:35.326Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24492025-01-07T04:37:38.010Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24502025-01-07T04:37:38.593Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24512025-01-07T04:37:39.251Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24522025-01-07T04:37:39.891Z Compiling hashlink v0.9.1
24532025-01-07T04:37:40.699Z Compiling tungstenite v0.23.0
24542025-01-07T04:37:40.926Z Compiling fallible-iterator v0.3.0
24552025-01-07T04:37:41.777Z Compiling fallible-streaming-iterator v0.1.9
24562025-01-07T04:37:42.072Z Compiling base64 v0.13.1
24572025-01-07T04:37:42.624Z Compiling ron v0.7.1
24582025-01-07T04:37:42.855Z Compiling rusqlite v0.32.1
24592025-01-07T04:37:43.163Z Compiling tokio-tungstenite v0.23.1
24602025-01-07T04:37:43.814Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24612025-01-07T04:37:44.490Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24622025-01-07T04:37:46.416Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24632025-01-07T04:37:47.971Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24642025-01-07T04:37:48.213Z Compiling xz2 v0.1.7
24652025-01-07T04:37:48.988Z Compiling tokio-rustls v0.24.1
24662025-01-07T04:37:49.450Z Compiling zone v0.1.8
24672025-01-07T04:37:52.923Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24682025-01-07T04:37:53.711Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24692025-01-07T04:38:01.977Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24702025-01-07T04:38:03.256Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24712025-01-07T04:38:06.501Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24722025-01-07T04:38:06.607Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24732025-01-07T04:38:06.627Z Compiling rustls-pemfile v1.0.4
24742025-01-07T04:38:07.381Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24752025-01-07T04:38:07.704Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24762025-01-07T04:38:12.731Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24772025-01-07T04:38:12.917Z Compiling signal-hook-tokio v0.3.1
24782025-01-07T04:38:13.159Z Compiling twox-hash v1.6.3
24792025-01-07T04:38:14.184Z Compiling yasna v0.5.2
24802025-01-07T04:38:15.122Z Compiling unicode-linebreak v0.1.5
24812025-01-07T04:38:15.685Z Compiling smawk v0.3.2
24822025-01-07T04:38:15.733Z Compiling is_ci v1.2.0
24832025-01-07T04:38:15.972Z Compiling textwrap v0.16.1
24842025-01-07T04:38:16.039Z Compiling supports-color v3.0.1
24852025-01-07T04:38:16.446Z Compiling rcgen v0.12.1
24862025-01-07T04:38:19.572Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24872025-01-07T04:38:25.031Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24882025-01-07T04:38:26.708Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
24892025-01-07T04:38:28.419Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24902025-01-07T04:38:31.364Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24912025-01-07T04:38:42.155Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24922025-01-07T04:38:46.978Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24932025-01-07T04:38:47.482Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24942025-01-07T04:38:48.202Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24952025-01-07T04:39:00.338Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24962025-01-07T04:39:00.641Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24972025-01-07T04:39:04.028Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24982025-01-07T04:39:07.264Z Compiling fatfs v0.3.6
24992025-01-07T04:39:07.285Z Compiling rtoolbox v0.0.2
25002025-01-07T04:39:07.757Z Compiling subprocess v0.2.9
25012025-01-07T04:39:10.179Z Compiling assert_matches v1.5.0
25022025-01-07T04:39:12.523Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25032025-01-07T04:39:13.239Z Compiling rpassword v7.3.1
25042025-01-07T04:39:13.706Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25052025-01-07T04:39:14.448Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25062025-01-07T04:39:20.194Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25072025-01-07T04:39:21.570Z Compiling tui-tree-widget v0.22.0
25082025-01-07T04:39:22.034Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25092025-01-07T04:39:24.946Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25102025-01-07T04:39:25.256Z Compiling uzers v0.12.1
25112025-01-07T04:39:28.450Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25122025-01-07T04:39:35.691Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25132025-01-07T04:39:37.834Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25142025-01-07T04:40:04.515Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25152025-01-07T04:40:09.462Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25162025-01-07T04:40:14.282Z Compiling multimap v0.10.0
25172025-01-07T04:42:31.346Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25182025-01-07T04:42:42.832Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25192025-01-07T04:49:14.686Z Finished `release` profile [optimized] target(s) in 16m 02s
25202025-01-07T04:50:19.397Z
25212025-01-07T04:50:19.403Zreal 17:08.068843137
25222025-01-07T04:50:19.403Zuser 1:56:54.972321637
25232025-01-07T04:50:19.403Zsys 5:38.761485306
25242025-01-07T04:50:19.403Ztrap 2.832192044
25252025-01-07T04:50:19.403Ztflt 2.979384573
25262025-01-07T04:50:19.403Zdflt 5.056008670
25272025-01-07T04:50:19.403Zkflt 0.008373697
25282025-01-07T04:50:19.403Zlock 7:11:07.815075211
25292025-01-07T04:50:19.403Zslp 6:11:00.703919966
25302025-01-07T04:50:19.403Zlat 2:49.561173742
25312025-01-07T04:50:19.403Zstop 2:33.798647482
25322025-01-07T04:50:19.403Z+ mapfile -t packages
25332025-01-07T04:50:19.403Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25342025-01-07T04:50:20.436Z Finished `release` profile [optimized] target(s) in 0.98s
25352025-01-07T04:50:20.503Z Running `target/release/omicron-package -t test list-outputs`
25362025-01-07T04:50:20.548ZLogging to: /work/oxidecomputer/omicron/out/LOG
25372025-01-07T04:50:20.551Z+ ptime -m cargo build --locked --release -p xtask
25382025-01-07T04:50:21.103Z Compiling serde v1.0.215
25392025-01-07T04:50:21.105Z Compiling libc v0.2.162
25402025-01-07T04:50:21.105Z Compiling serde_json v1.0.133
25412025-01-07T04:50:21.105Z Compiling rustix v0.38.37
25422025-01-07T04:50:21.203Z Compiling syn v2.0.87
25432025-01-07T04:50:21.206Z Compiling bitflags v2.6.0
25442025-01-07T04:50:21.534Z Compiling usdt-impl v0.5.0
25452025-01-07T04:50:21.584Z Compiling syn v1.0.109
25462025-01-07T04:50:21.698Z Compiling log v0.4.22
25472025-01-07T04:50:21.720Z Compiling hashbrown v0.15.1
25482025-01-07T04:50:21.729Z Compiling fs-err v2.11.0
25492025-01-07T04:50:22.043Z Compiling anyhow v1.0.95
25502025-01-07T04:50:22.157Z Compiling once_cell v1.20.2
25512025-01-07T04:50:22.773Z Compiling thread-id v4.2.2
25522025-01-07T04:50:23.105Z Compiling indexmap v2.6.0
25532025-01-07T04:50:24.201Z Compiling terminal_size v0.4.0
25542025-01-07T04:50:24.201Z Compiling tempfile v3.13.0
25552025-01-07T04:50:24.454Z Compiling clap_builder v4.5.21
25562025-01-07T04:50:25.028Z Compiling proc-macro-error v1.0.4
25572025-01-07T04:50:26.425Z Compiling tabled_derive v0.7.0
25582025-01-07T04:50:27.797Z Compiling tabled v0.15.0
25592025-01-07T04:50:29.373Z Compiling serde_derive v1.0.215
25602025-01-07T04:50:30.087Z Compiling thiserror-impl v1.0.69
25612025-01-07T04:50:31.391Z Compiling zerocopy-derive v0.7.35
25622025-01-07T04:50:32.007Z Compiling scroll_derive v0.12.0
25632025-01-07T04:50:33.079Z Compiling thiserror v1.0.69
25642025-01-07T04:50:33.306Z Compiling pest v2.7.14
25652025-01-07T04:50:33.459Z Compiling zerocopy v0.7.35
25662025-01-07T04:50:33.508Z Compiling scroll v0.12.0
25672025-01-07T04:50:34.191Z Compiling goblin v0.8.2
25682025-01-07T04:50:36.352Z Compiling pest_meta v2.7.14
25692025-01-07T04:50:36.934Z Compiling clap_derive v4.5.18
25702025-01-07T04:50:40.500Z Compiling pest_generator v2.7.14
25712025-01-07T04:50:41.714Z Compiling clap v4.5.21
25722025-01-07T04:50:42.257Z Compiling pest_derive v2.7.14
25732025-01-07T04:50:43.048Z Compiling dtrace-parser v0.2.0
25742025-01-07T04:50:44.928Z Compiling toml_datetime v0.6.8
25752025-01-07T04:50:45.661Z Compiling dof v0.3.0
25762025-01-07T04:50:46.494Z Compiling serde_spanned v0.6.8
25772025-01-07T04:50:46.594Z Compiling serde_tokenstream v0.2.2
25782025-01-07T04:50:46.774Z Compiling toml_edit v0.22.22
25792025-01-07T04:50:47.767Z Compiling camino v1.1.9
25802025-01-07T04:50:50.146Z Compiling usdt-macro v0.5.0
25812025-01-07T04:50:51.411Z Compiling toml v0.8.19
25822025-01-07T04:50:53.286Z Compiling usdt-attr-macro v0.5.0
25832025-01-07T04:50:53.891Z Compiling cargo-platform v0.1.8
25842025-01-07T04:50:54.352Z Compiling semver v1.0.23
25852025-01-07T04:50:54.706Z Compiling usdt v0.5.0
25862025-01-07T04:50:54.965Z Compiling cargo_metadata v0.18.1
25872025-01-07T04:50:55.850Z Compiling cargo_toml v0.20.5
25882025-01-07T04:50:56.287Z Compiling camino-tempfile v1.1.1
25892025-01-07T04:50:56.419Z Compiling macaddr v1.0.1
25902025-01-07T04:51:06.688Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25912025-01-07T04:51:18.041Z Finished `release` profile [optimized] target(s) in 57.44s
25922025-01-07T04:51:18.147Z
25932025-01-07T04:51:18.150Zreal 57.571663702
25942025-01-07T04:51:18.150Zuser 5:45.547360597
25952025-01-07T04:51:18.150Zsys 32.304033929
25962025-01-07T04:51:18.150Ztrap 0.151080910
25972025-01-07T04:51:18.150Ztflt 0.312853563
25982025-01-07T04:51:18.150Zdflt 0.595303255
25992025-01-07T04:51:18.150Zkflt 0.000000000
26002025-01-07T04:51:18.150Zlock 11:12.848430450
26012025-01-07T04:51:18.150Zslp 16:12.728094921
26022025-01-07T04:51:18.150Zlat 13.211702477
26032025-01-07T04:51:18.150Zstop 17.993776936
26042025-01-07T04:51:18.150Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26052025-01-07T04:51:18.150Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26062025-01-07T04:51:18.150Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26072025-01-07T04:51:18.150Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26082025-01-07T04:51:18.151Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26092025-01-07T04:51:19.037Z Compiling hashbrown v0.14.5
26102025-01-07T04:51:19.164Z Compiling ident_case v1.0.1
26112025-01-07T04:51:19.178Z Compiling unsafe-libyaml v0.2.11
26122025-01-07T04:51:19.181Z Compiling progenitor-client v0.8.0
26132025-01-07T04:51:19.181Z Compiling ipnetwork v0.20.0
26142025-01-07T04:51:19.181Z Compiling macaddr v1.0.1
26152025-01-07T04:51:19.181Z Compiling instant v0.1.13
26162025-01-07T04:51:19.181Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26172025-01-07T04:51:19.319Z Compiling darling_core v0.20.10
26182025-01-07T04:51:19.352Z Compiling structmeta-derive v0.3.0
26192025-01-07T04:51:19.651Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26202025-01-07T04:51:19.685Z Compiling dropshot v0.13.0
26212025-01-07T04:51:19.704Z Compiling dropshot_endpoint v0.13.0
26222025-01-07T04:51:20.062Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26232025-01-07T04:51:20.215Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26242025-01-07T04:51:20.483Z Compiling regress v0.10.1
26252025-01-07T04:51:20.486Z Compiling serde_yaml v0.9.34+deprecated
26262025-01-07T04:51:20.999Z Compiling regress v0.9.1
26272025-01-07T04:51:21.106Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26282025-01-07T04:51:21.304Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26292025-01-07T04:51:21.325Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26302025-01-07T04:51:22.096Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26312025-01-07T04:51:22.421Z Compiling structmeta v0.3.0
26322025-01-07T04:51:22.446Z Compiling backoff v0.4.0
26332025-01-07T04:51:22.562Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26342025-01-07T04:51:22.744Z Compiling tempfile v3.13.0
26352025-01-07T04:51:22.812Z Compiling proc-macro-crate v1.3.1
26362025-01-07T04:51:22.868Z Compiling parse-display-derive v0.10.0
26372025-01-07T04:51:23.737Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26382025-01-07T04:51:23.976Z Compiling num_enum_derive v0.5.11
26392025-01-07T04:51:24.146Z Compiling itertools v0.13.0
26402025-01-07T04:51:24.596Z Compiling typify-impl v0.2.0
26412025-01-07T04:51:25.682Z Compiling zerocopy v0.8.10
26422025-01-07T04:51:26.304Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26432025-01-07T04:51:26.507Z Compiling darling_macro v0.20.10
26442025-01-07T04:51:26.621Z Compiling zerocopy-derive v0.8.10
26452025-01-07T04:51:26.662Z Compiling num_enum v0.5.11
26462025-01-07T04:51:26.697Z Compiling foreign-types-macros v0.2.3
26472025-01-07T04:51:26.838Z Compiling foreign-types-shared v0.3.1
26482025-01-07T04:51:26.969Z Compiling heapless v0.8.0
26492025-01-07T04:51:27.485Z Compiling crucible-workspace-hack v0.1.0
26502025-01-07T04:51:27.507Z Compiling darling v0.20.10
26512025-01-07T04:51:27.617Z Compiling parse-display v0.10.0
26522025-01-07T04:51:27.638Z Compiling serde_with_macros v3.11.0
26532025-01-07T04:51:27.785Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26542025-01-07T04:51:27.886Z Compiling proc-macro-error v1.0.4
26552025-01-07T04:51:27.964Z Compiling foreign-types v0.5.0
26562025-01-07T04:51:28.368Z Compiling camino-tempfile v1.1.1
26572025-01-07T04:51:28.546Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26582025-01-07T04:51:28.698Z Compiling hash32 v0.3.1
26592025-01-07T04:51:28.870Z Compiling cstr-argument v0.1.2
26602025-01-07T04:51:28.965Z Compiling smoltcp v0.11.0
26612025-01-07T04:51:29.153Z Compiling pretty-hex v0.2.1
26622025-01-07T04:51:29.366Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26632025-01-07T04:51:29.426Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26642025-01-07T04:51:29.633Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26652025-01-07T04:51:29.882Z Compiling tabwriter v1.4.0
26662025-01-07T04:51:30.248Z Compiling colored v2.1.0
26672025-01-07T04:51:30.432Z Compiling cobs v0.2.3
26682025-01-07T04:51:30.567Z Compiling serde_with v3.11.0
26692025-01-07T04:51:30.791Z Compiling postcard v1.0.10
26702025-01-07T04:51:31.046Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26712025-01-07T04:51:31.369Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26722025-01-07T04:51:31.549Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26732025-01-07T04:51:31.582Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26742025-01-07T04:51:31.873Z Compiling thiserror v2.0.3
26752025-01-07T04:51:32.562Z Compiling smf v0.2.3
26762025-01-07T04:51:32.905Z Compiling thiserror-impl v2.0.3
26772025-01-07T04:51:33.282Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26782025-01-07T04:51:34.084Z Compiling zone_cfg_derive v0.3.0
26792025-01-07T04:51:34.485Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26802025-01-07T04:51:34.608Z Compiling num-derive v0.4.2
26812025-01-07T04:51:34.940Z Compiling sigpipe v0.1.3
26822025-01-07T04:51:35.085Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26832025-01-07T04:51:35.157Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26842025-01-07T04:51:35.424Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26852025-01-07T04:51:35.612Z Compiling zone v0.3.0
26862025-01-07T04:51:35.917Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26872025-01-07T04:51:36.012Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26882025-01-07T04:51:36.400Z Compiling universal-hash v0.5.1
26892025-01-07T04:51:36.554Z Compiling opaque-debug v0.3.1
26902025-01-07T04:51:36.609Z Compiling tungstenite v0.21.0
26912025-01-07T04:51:36.675Z Compiling num-rational v0.4.2
26922025-01-07T04:51:36.825Z Compiling password-hash v0.5.0
26932025-01-07T04:51:36.968Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
26942025-01-07T04:51:37.268Z Compiling blake2 v0.10.6
26952025-01-07T04:51:37.890Z Compiling num-complex v0.4.6
26962025-01-07T04:51:37.951Z Compiling aead v0.5.2
26972025-01-07T04:51:37.973Z Compiling convert_case v0.4.0
26982025-01-07T04:51:38.393Z Compiling base64 v0.21.7
26992025-01-07T04:51:38.491Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27002025-01-07T04:51:38.753Z Compiling keccak v0.1.5
27012025-01-07T04:51:38.844Z Compiling argon2 v0.5.3
27022025-01-07T04:51:38.940Z Compiling num v0.4.3
27032025-01-07T04:51:39.018Z Compiling derive_more v0.99.18
27042025-01-07T04:51:39.038Z Compiling tokio-tungstenite v0.21.0
27052025-01-07T04:51:39.059Z Compiling sha3 v0.10.8
27062025-01-07T04:51:39.189Z Compiling poly1305 v0.8.0
27072025-01-07T04:51:39.639Z Compiling chacha20 v0.9.1
27082025-01-07T04:51:39.802Z Compiling float-ord v0.3.2
27092025-01-07T04:51:40.122Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27102025-01-07T04:51:40.153Z Compiling same-file v1.0.6
27112025-01-07T04:51:40.264Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27122025-01-07T04:51:40.491Z Compiling semver v0.1.20
27132025-01-07T04:51:40.575Z Compiling walkdir v2.5.0
27142025-01-07T04:51:40.597Z Compiling newline-converter v0.3.0
27152025-01-07T04:51:40.837Z Compiling rustc_version v0.1.7
27162025-01-07T04:51:40.952Z Compiling primeorder v0.13.6
27172025-01-07T04:51:41.204Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27182025-01-07T04:51:41.375Z Compiling secrecy v0.8.0
27192025-01-07T04:51:41.406Z Compiling owo-colors v4.1.0
27202025-01-07T04:51:41.521Z Compiling cancel-safe-futures v0.1.5
27212025-01-07T04:51:41.672Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27222025-01-07T04:51:41.701Z Compiling newtype_derive v0.1.6
27232025-01-07T04:51:41.743Z Compiling expectorate v1.1.0
27242025-01-07T04:51:41.824Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27252025-01-07T04:51:41.914Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27262025-01-07T04:51:41.938Z Compiling thiserror-impl-no-std v2.0.2
27272025-01-07T04:51:42.017Z Compiling blake3 v1.5.4
27282025-01-07T04:51:42.251Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27292025-01-07T04:51:42.511Z Compiling half v2.4.1
27302025-01-07T04:51:42.563Z Compiling unicase v2.7.0
27312025-01-07T04:51:42.721Z Compiling arc-swap v1.7.1
27322025-01-07T04:51:42.876Z Compiling ciborium-io v0.2.2
27332025-01-07T04:51:43.144Z Compiling ciborium-ll v0.2.2
27342025-01-07T04:51:43.224Z Compiling slog-scope v4.4.0
27352025-01-07T04:51:43.376Z Compiling typify-macro v0.2.0
27362025-01-07T04:51:43.383Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27372025-01-07T04:51:43.638Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27382025-01-07T04:51:43.886Z Compiling polyval v0.6.2
27392025-01-07T04:51:43.916Z Compiling atomicwrites v0.4.4
27402025-01-07T04:51:44.307Z Compiling libsw v3.3.1
27412025-01-07T04:51:44.317Z Compiling memmap2 v0.9.5
27422025-01-07T04:51:44.372Z Compiling libefi-sys v0.1.0
27432025-01-07T04:51:44.635Z Compiling parking_lot_core v0.8.6
27442025-01-07T04:51:44.666Z Compiling arrayvec v0.7.6
27452025-01-07T04:51:44.779Z Compiling salty v0.3.0
27462025-01-07T04:51:45.121Z Compiling indent_write v2.2.0
27472025-01-07T04:51:45.124Z Compiling arrayref v0.3.9
27482025-01-07T04:51:45.196Z Compiling linear-map v1.2.0
27492025-01-07T04:51:45.232Z Compiling constant_time_eq v0.3.1
27502025-01-07T04:51:45.264Z Compiling thiserror-no-std v2.0.2
27512025-01-07T04:51:45.394Z Compiling vsss-rs v3.3.4
27522025-01-07T04:51:45.522Z Compiling ghash v0.5.1
27532025-01-07T04:51:45.729Z Compiling slog-stdlog v4.1.1
27542025-01-07T04:51:45.768Z Compiling ciborium v0.2.2
27552025-01-07T04:51:46.137Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27562025-01-07T04:51:46.697Z Compiling p384 v0.13.0
27572025-01-07T04:51:46.899Z Compiling toolchain_find v0.4.0
27582025-01-07T04:51:46.940Z Compiling chacha20poly1305 v0.10.1
27592025-01-07T04:51:47.190Z Compiling ctr v0.9.2
27602025-01-07T04:51:47.383Z Compiling lzma-sys v0.1.20
27612025-01-07T04:51:47.586Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27622025-01-07T04:51:47.589Z Compiling bitfield-struct v0.6.2
27632025-01-07T04:51:47.881Z Compiling typify v0.2.0
27642025-01-07T04:51:48.021Z Compiling slog-dtrace v0.3.0
27652025-01-07T04:51:48.058Z Compiling progenitor-impl v0.8.0
27662025-01-07T04:51:48.199Z Compiling highway v1.2.0
27672025-01-07T04:51:48.220Z Compiling topological-sort v0.2.2
27682025-01-07T04:51:48.447Z Compiling aes-gcm v0.10.3
27692025-01-07T04:51:48.469Z Compiling rustfmt-wrapper v0.2.1
27702025-01-07T04:51:48.515Z Compiling omicron-zone-package v0.12.0
27712025-01-07T04:51:48.759Z Compiling mime_guess v2.0.5
27722025-01-07T04:51:49.076Z Compiling slog-envlogger v2.2.0
27732025-01-07T04:51:49.079Z Compiling steno v0.4.1
27742025-01-07T04:51:49.137Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27752025-01-07T04:51:50.130Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27762025-01-07T04:51:50.156Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27772025-01-07T04:51:50.384Z Compiling heck v0.3.3
27782025-01-07T04:51:50.603Z Compiling ssh-encoding v0.2.0
27792025-01-07T04:51:50.834Z Compiling blowfish v0.9.1
27802025-01-07T04:51:50.839Z Compiling nibble_vec v0.1.0
27812025-01-07T04:51:50.956Z Compiling env_filter v0.1.2
27822025-01-07T04:51:51.075Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27832025-01-07T04:51:51.179Z Compiling humantime v2.1.0
27842025-01-07T04:51:51.220Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27852025-01-07T04:51:51.295Z Compiling endian-type v0.1.2
27862025-01-07T04:51:51.340Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27872025-01-07T04:51:51.549Z Compiling radix_trie v0.2.1
27882025-01-07T04:51:51.569Z Compiling env_logger v0.11.5
27892025-01-07T04:51:51.665Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27902025-01-07T04:51:51.714Z Compiling bcrypt-pbkdf v0.10.0
27912025-01-07T04:51:51.733Z Compiling ssh-cipher v0.2.0
27922025-01-07T04:51:52.274Z Compiling zone_cfg_derive v0.1.2
27932025-01-07T04:51:52.325Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27942025-01-07T04:51:52.693Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27952025-01-07T04:51:52.906Z Compiling parking_lot v0.11.2
27962025-01-07T04:51:53.499Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27972025-01-07T04:51:53.537Z Compiling password-hash v0.4.2
27982025-01-07T04:51:53.847Z Compiling gethostname v0.5.0
27992025-01-07T04:51:53.870Z Compiling fxhash v0.2.1
28002025-01-07T04:51:53.890Z Compiling matches v0.1.10
28012025-01-07T04:51:53.949Z Compiling bumpalo v3.16.0
28022025-01-07T04:51:54.001Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28032025-01-07T04:51:54.074Z Compiling lockfree-object-pool v0.1.6
28042025-01-07T04:51:54.095Z Compiling http-range v0.1.5
28052025-01-07T04:51:54.304Z Compiling simd-adler32 v0.3.7
28062025-01-07T04:51:54.382Z Compiling zip v2.1.3
28072025-01-07T04:51:54.478Z Compiling base64 v0.13.1
28082025-01-07T04:51:54.516Z Compiling sled v0.34.7
28092025-01-07T04:51:54.720Z Compiling zopfli v0.8.1
28102025-01-07T04:51:54.866Z Compiling pbkdf2 v0.11.0
28112025-01-07T04:51:55.052Z Compiling ron v0.7.1
28122025-01-07T04:51:55.081Z Compiling idna v0.2.3
28132025-01-07T04:51:55.234Z Compiling zone v0.1.8
28142025-01-07T04:51:55.622Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28152025-01-07T04:51:56.365Z Compiling xz2 v0.1.7
28162025-01-07T04:51:56.386Z Compiling progenitor-macro v0.8.0
28172025-01-07T04:51:56.801Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28182025-01-07T04:51:56.823Z Compiling ssh-key v0.6.6
28192025-01-07T04:51:56.881Z Compiling hickory-client v0.24.1
28202025-01-07T04:51:57.551Z Compiling p521 v0.13.3
28212025-01-07T04:51:57.607Z Compiling p256 v0.13.2
28222025-01-07T04:51:57.993Z Compiling hickory-server v0.24.1
28232025-01-07T04:51:58.438Z Compiling enum-as-inner v0.5.1
28242025-01-07T04:51:58.516Z Compiling pem v3.0.4
28252025-01-07T04:51:59.403Z Compiling yasna v0.5.2
28262025-01-07T04:51:59.515Z Compiling headers-core v0.3.0
28272025-01-07T04:51:59.704Z Compiling kstat-rs v0.2.4
28282025-01-07T04:52:00.081Z Compiling nanorand v0.7.0
28292025-01-07T04:52:00.390Z Compiling russh-cryptovec v0.7.3
28302025-01-07T04:52:00.702Z Compiling atty v0.2.14
28312025-01-07T04:52:00.736Z Compiling md5 v0.7.0
28322025-01-07T04:52:00.862Z Compiling flume v0.11.1
28332025-01-07T04:52:01.171Z Compiling russh-keys v0.45.0
28342025-01-07T04:52:01.246Z Compiling rcgen v0.12.1
28352025-01-07T04:52:01.617Z Compiling headers v0.4.0
28362025-01-07T04:52:01.656Z Compiling trust-dns-proto v0.22.0
28372025-01-07T04:52:01.900Z Compiling hyper-staticfile v0.10.1
28382025-01-07T04:52:03.732Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28392025-01-07T04:52:03.859Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28402025-01-07T04:52:04.339Z Compiling num-bigint v0.4.6
28412025-01-07T04:52:04.382Z Compiling des v0.8.1
28422025-01-07T04:52:04.766Z Compiling subprocess v0.2.9
28432025-01-07T04:52:05.262Z Compiling hex-literal v0.4.1
28442025-01-07T04:52:05.379Z Compiling dhcproto-macros v0.1.0
28452025-01-07T04:52:05.446Z Compiling display-error-chain v0.2.2
28462025-01-07T04:52:05.550Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28472025-01-07T04:52:05.678Z Compiling internet-checksum v0.2.1
28482025-01-07T04:52:06.356Z Compiling dhcproto v0.12.0
28492025-01-07T04:52:07.448Z Compiling russh v0.45.0
28502025-01-07T04:52:09.519Z Compiling progenitor v0.8.0
28512025-01-07T04:52:09.669Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28522025-01-07T04:52:09.669Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28532025-01-07T04:52:09.671Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28542025-01-07T04:52:09.671Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28552025-01-07T04:52:09.671Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28562025-01-07T04:52:09.671Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28572025-01-07T04:52:09.772Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28582025-01-07T04:52:10.502Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28592025-01-07T04:52:11.214Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28602025-01-07T04:52:13.028Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28612025-01-07T04:52:15.446Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28622025-01-07T04:52:15.539Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28632025-01-07T04:52:26.028Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28642025-01-07T04:52:26.031Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28652025-01-07T04:52:26.031Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28662025-01-07T04:52:26.031Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28672025-01-07T04:52:26.935Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28682025-01-07T04:52:29.178Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28692025-01-07T04:52:30.234Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28702025-01-07T04:52:30.375Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28712025-01-07T04:52:31.355Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28722025-01-07T04:52:33.780Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28732025-01-07T04:52:33.889Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28742025-01-07T04:52:34.515Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28752025-01-07T04:52:35.386Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28762025-01-07T04:52:36.201Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28772025-01-07T04:52:36.805Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28782025-01-07T04:52:37.112Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28792025-01-07T04:52:37.965Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28802025-01-07T04:52:38.353Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28812025-01-07T04:52:39.929Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28822025-01-07T04:52:42.142Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28832025-01-07T04:52:42.169Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28842025-01-07T04:52:42.684Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28852025-01-07T04:52:44.230Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28862025-01-07T04:52:44.430Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28872025-01-07T04:52:47.439Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28882025-01-07T04:52:49.197Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28892025-01-07T04:52:49.980Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28902025-01-07T04:52:51.273Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28912025-01-07T04:52:56.155Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28922025-01-07T04:53:05.122Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28932025-01-07T04:53:06.494Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28942025-01-07T04:53:26.304Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28952025-01-07T04:54:02.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 44s
28962025-01-07T04:54:02.783Z
28972025-01-07T04:54:02.783Zreal 2:44.593997080
28982025-01-07T04:54:02.783Zuser 12:30.499031867
28992025-01-07T04:54:02.783Zsys 2:45.544227969
29002025-01-07T04:54:02.783Ztrap 0.326800970
29012025-01-07T04:54:02.786Ztflt 0.840063879
29022025-01-07T04:54:02.786Zdflt 2.069821327
29032025-01-07T04:54:02.786Zkflt 0.000026111
29042025-01-07T04:54:02.786Zlock 26:06.705773903
29052025-01-07T04:54:02.786Zslp 45:18.590879850
29062025-01-07T04:54:02.786Zlat 33.631683033
29072025-01-07T04:54:02.786Zstop 1:32.727394721
29082025-01-07T04:54:02.786Z+ mkdir tests
29092025-01-07T04:54:02.789Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29102025-01-07T04:54:02.789Z+ xargs -I '{}' -t cp '{}' tests/
29112025-01-07T04:54:02.832Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3e06b4f09b599b95 tests/
29122025-01-07T04:54:02.858Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-670bbe23d5569758 tests/
29132025-01-07T04:54:02.883Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3ffbd08eae32af3a tests/
29142025-01-07T04:54:02.909Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f9952a2308570ed9 tests/
29152025-01-07T04:54:03.143Z+ 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/*)
29162025-01-07T04:54:03.145Z+ 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-670bbe23d5569758 tests/commtest-3ffbd08eae32af3a tests/dhcp_server-3e06b4f09b599b95 tests/end_to_end_tests-f9952a2308570ed9 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
29172025-01-07T04:55:15.364ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29182025-01-07T04:55:15.364Za .github/buildomat/ci-env.sh 1K
29192025-01-07T04:55:15.364Za out/target/test 1K
29202025-01-07T04:55:15.364Za out/npuzone/npuzone 23144K
29212025-01-07T04:55:15.364Za package-manifest.toml 34K
29222025-01-07T04:55:15.364Za smf/sled-agent/non-gimlet/config.toml 4K
29232025-01-07T04:55:15.364Za target/release/omicron-package 36062K
29242025-01-07T04:55:15.365Za target/release/xtask 11725K
29252025-01-07T04:55:15.365Za target/debug/bootstrap 209150K
29262025-01-07T04:55:15.365Za tests/bootstrap-670bbe23d5569758 24243K
29272025-01-07T04:55:15.365Za tests/commtest-3ffbd08eae32af3a 25019K
29282025-01-07T04:55:15.365Za tests/dhcp_server-3e06b4f09b599b95 24243K
29292025-01-07T04:55:15.365Za tests/end_to_end_tests-f9952a2308570ed9 227343K
29302025-01-07T04:55:15.365Za out/clickhouse.tar.gz 293532K
29312025-01-07T04:55:15.365Za out/clickhouse_keeper.tar.gz 280617K
29322025-01-07T04:55:15.365Za out/clickhouse_server.tar.gz 293499K
29332025-01-07T04:55:15.365Za out/cockroachdb.tar.gz 134660K
29342025-01-07T04:55:15.365Za out/crucible-dtrace.tar 85K
29352025-01-07T04:55:15.365Za out/crucible-pantry-zone.tar.gz 28212K
29362025-01-07T04:55:15.365Za out/crucible-zone.tar.gz 36433K
29372025-01-07T04:55:15.365Za out/external-dns.tar.gz 35342K
29382025-01-07T04:55:15.365Za out/internal-dns.tar.gz 35341K
29392025-01-07T04:55:15.365Za out/mg-ddm-gz.tar 63075K
29402025-01-07T04:55:15.365Za out/nexus.tar.gz 98551K
29412025-01-07T04:55:15.365Za out/ntp.tar.gz 10388K
29422025-01-07T04:55:15.365Za out/omicron-gateway-softnpu.tar.gz 23971K
29432025-01-07T04:55:15.365Za out/omicron-sled-agent.tar 113478K
29442025-01-07T04:55:15.365Za out/overlay.tar.gz 3K
29452025-01-07T04:55:15.365Za out/oximeter.tar.gz 47838K
29462025-01-07T04:55:15.365Za out/oxlog.tar 3088K
29472025-01-07T04:55:15.365Za out/probe.tar.gz 2764K
29482025-01-07T04:55:15.365Za out/propolis-server.tar.gz 66291K
29492025-01-07T04:55:15.365Za out/pumpkind-gz.tar 26665K
29502025-01-07T04:55:15.365Za out/switch-softnpu.tar.gz 235412K
29512025-01-07T04:55:15.368Z
29522025-01-07T04:55:15.368Zreal 1:12.219162381
29532025-01-07T04:55:15.368Zuser 1:08.973816326
29542025-01-07T04:55:15.368Zsys 4.664052895
29552025-01-07T04:55:15.368Ztrap 0.018404387
29562025-01-07T04:55:15.368Ztflt 0.000000000
29572025-01-07T04:55:15.368Zdflt 0.000000000
29582025-01-07T04:55:15.368Zkflt 0.000000000
29592025-01-07T04:55:15.368Zlock 0.000000000
29602025-01-07T04:55:15.368Zslp 1:08.720745699
29612025-01-07T04:55:15.369Zlat 2.055489608
29622025-01-07T04:55:15.369Zstop 0.000622379
29632025-01-07T04:55:15.369Zprocess exited: duration 2018656 ms, exit code 0
 
29642025-01-07T04:55:15.383Zfound 1 output files
29652025-01-07T04:55:15.383Zuploading: /work/package.tar.gz (1880472103 bytes)
29662025-01-07T04:55:54.716Zuploaded: /work/package.tar.gz