01JFKPZBMNZHKMQPXJ7PGQB27W: 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: 01JFKQ00ZEP98A6H72FYYMCSG2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-21T04:19:19.007Zjob assigned to worker 01JFKQ02X4BPQQ3XZB9518H8V0 [factory aws, i-0ede614cf7280743d] (queued for 1 m 0 s)
 
22024-12-21T04:19:26.983Zstarting task 0: "setup"
32024-12-21T04:19:26.993Z++ uname -s
42024-12-21T04:19:26.995Z+ kern=SunOS
52024-12-21T04:19:26.995Z+ case "$kern" in
62024-12-21T04:19:26.995Z+ groupadd -g 12345 build
72024-12-21T04:19:26.999Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-21T04:19:29.006Z+ zfs create -o mountpoint=/work rpool/work
92024-12-21T04:19:29.103Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-21T04:19:29.106Z+ home_fs=zfs
112024-12-21T04:19:29.106Z+ [[ zfs == autofs ]]
122024-12-21T04:19:29.106Z+ mkdir -p /home/build
132024-12-21T04:19:29.109Z+ chown build:build /home/build /work
142024-12-21T04:19:31.111Z+ chmod 0700 /home/build /work
152024-12-21T04:19:31.114Zprocess exited: duration 4130 ms, exit code 0
 
162024-12-21T04:19:31.120Zstarting task 1: "rust-toolchain"
172024-12-21T04:19:31.129Z+ printf ' * toolchain channel = "%s"
182024-12-21T04:19:31.129Z' 1.81.0
192024-12-21T04:19:31.129Z+ printf ' * toolchain profile = "%s"
202024-12-21T04:19:31.130Z' default
212024-12-21T04:19:31.130Z * toolchain channel = "1.81.0"
222024-12-21T04:19:31.130Z * toolchain profile = "default"
232024-12-21T04:19:31.130Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-21T04:19:31.133Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-21T04:19:31.245Zinfo: downloading installer
262024-12-21T04:19:32.575Zinfo: profile set to 'default'
272024-12-21T04:19:32.575Zinfo: default host triple is x86_64-unknown-illumos
282024-12-21T04:19:32.578Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-21T04:19:32.729Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-21T04:19:32.729Zinfo: downloading component 'cargo'
312024-12-21T04:19:33.588Zinfo: downloading component 'clippy'
322024-12-21T04:19:33.906Zinfo: downloading component 'rust-docs'
332024-12-21T04:19:35.092Zinfo: downloading component 'rust-std'
342024-12-21T04:19:36.933Zinfo: downloading component 'rustc'
352024-12-21T04:19:43.600Zinfo: downloading component 'rustfmt'
362024-12-21T04:19:43.849Zinfo: installing component 'cargo'
372024-12-21T04:19:44.663Zinfo: installing component 'clippy'
382024-12-21T04:19:45.019Zinfo: installing component 'rust-docs'
392024-12-21T04:19:46.663Zinfo: installing component 'rust-std'
402024-12-21T04:19:48.407Zinfo: installing component 'rustc'
412024-12-21T04:19:54.003Zinfo: installing component 'rustfmt'
422024-12-21T04:19:54.323Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-21T04:19:54.323Z
442024-12-21T04:19:54.689Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-21T04:19:54.689Z
462024-12-21T04:19:54.693Z
472024-12-21T04:19:54.693ZRust is installed now. Great!
482024-12-21T04:19:54.694Z
492024-12-21T04:19:54.694ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-21T04:19:54.694Zenvironment variable. This has not been done automatically.
512024-12-21T04:19:54.694Z
522024-12-21T04:19:54.694ZTo configure your current shell, you need to source
532024-12-21T04:19:54.694Zthe corresponding env file under $HOME/.cargo.
542024-12-21T04:19:54.694Z
552024-12-21T04:19:54.694ZThis is usually done by running one of the following (note the leading DOT):
562024-12-21T04:19:54.694Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-21T04:19:54.694Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-21T04:19:54.763Z+ rustc --version
592024-12-21T04:19:54.832Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-21T04:19:54.836Zprocess exited: duration 23715 ms, exit code 0
 
612024-12-21T04:19:54.841Zstarting task 2: "authentication"
622024-12-21T04:19:54.864Zprocess exited: duration 23 ms, exit code 0
 
632024-12-21T04:19:54.871Zstarting task 3: "clone repository"
642024-12-21T04:19:54.876Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-21T04:19:54.878Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-21T04:19:55.489ZCloning into '/work/oxidecomputer/omicron'...
672024-12-21T04:20:02.287Z+ cd /work/oxidecomputer/omicron
682024-12-21T04:20:02.288Z+ git fetch origin 3c83ce0d399ef2b772bdc55c585c74fe917acf16
692024-12-21T04:20:02.642ZFrom https://github.com/oxidecomputer/omicron
702024-12-21T04:20:02.642Z * branch 3c83ce0d399ef2b772bdc55c585c74fe917acf16 -> FETCH_HEAD
712024-12-21T04:20:02.653Z+ [[ -n renovate/csv-1.x ]]
722024-12-21T04:20:02.656Z++ git branch --show-current
732024-12-21T04:20:02.658Z+ current=main
742024-12-21T04:20:02.658Z+ [[ main != renovate/csv-1.x ]]
752024-12-21T04:20:02.658Z+ git branch -f renovate/csv-1.x 3c83ce0d399ef2b772bdc55c585c74fe917acf16
762024-12-21T04:20:02.661Z+ git checkout -f renovate/csv-1.x
772024-12-21T04:20:02.839ZSwitched to branch 'renovate/csv-1.x'
782024-12-21T04:20:02.842Z+ git reset --hard 3c83ce0d399ef2b772bdc55c585c74fe917acf16
792024-12-21T04:20:03.008ZHEAD is now at 3c83ce0d3 Update Rust crate csv to 1.3.1
802024-12-21T04:20:03.013Zprocess exited: duration 7987 ms, exit code 0
 
812024-12-21T04:20:03.024Zstarting task 4: "build"
822024-12-21T04:20:03.029Z+ source .github/buildomat/ci-env.sh
832024-12-21T04:20:03.029Z++ export CARGO_TERM_COLOR=always
842024-12-21T04:20:03.029Z++ CARGO_TERM_COLOR=always
852024-12-21T04:20:03.029Z+ cargo --version
862024-12-21T04:20:03.089Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-21T04:20:03.092Z+ rustc --version
882024-12-21T04:20:03.153Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-21T04:20:03.156Z+ WORK=/work
902024-12-21T04:20:03.156Z+ pfexec mkdir -p /work
912024-12-21T04:20:03.163Z+ pfexec chown build /work
922024-12-21T04:20:03.163Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-12-21T04:20:16.581Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-12-21T04:20:20.630Z Startup: Caching catalogs ... Done
952024-12-21T04:20:31.525ZPlanning: Solver setup ... Done (9.893s)
962024-12-21T04:20:31.664ZPlanning: Running solver ... Done (0.135s)
972024-12-21T04:20:31.848ZPlanning: Finding local manifests ... Done (0.086s)
982024-12-21T04:20:31.883ZPlanning: Fetching manifests: 0/5 0% complete
992024-12-21T04:20:32.133ZPlanning: Fetching manifests: 5/5 100% complete
1002024-12-21T04:20:32.316ZPlanning: Package planning ... Done (0.187s)
1012024-12-21T04:20:32.373ZPlanning: Merging actions ... Done (0.056s)
1022024-12-21T04:20:33.140ZPlanning: Checking for conflicting actions ... Done (0.768s)
1032024-12-21T04:20:37.473ZPlanning: Consolidating action changes ... Done (4.330s)
1042024-12-21T04:20:37.837ZPlanning: Evaluating mediators ... Done (0.365s)
1052024-12-21T04:20:37.993ZPlanning: Planning completed in 17.22 seconds
1062024-12-21T04:20:38.028Z Packages to install: 4
1072024-12-21T04:20:38.028Z Packages to update: 1
1082024-12-21T04:20:38.028Z Mediators to change: 2
1092024-12-21T04:20:38.028Z Services to change: 1
1102024-12-21T04:20:38.028Z Estimated space available: 155.63 GB
1112024-12-21T04:20:38.028ZEstimated space to be consumed: 1.62 GB
1122024-12-21T04:20:38.028Z Create boot environment: No
1132024-12-21T04:20:38.028ZCreate backup boot environment: Yes
1142024-12-21T04:20:38.029Z Rebuild boot archive: No
1152024-12-21T04:20:38.029Z
1162024-12-21T04:20:38.029ZChanged mediators:
1172024-12-21T04:20:38.029Z mediator clang:
1182024-12-21T04:20:38.029Z version: None -> 15 (system default)
1192024-12-21T04:20:38.029Z
1202024-12-21T04:20:38.029Z mediator llvm:
1212024-12-21T04:20:38.029Z version: 14 (system default) -> 15 (system default)
1222024-12-21T04:20:38.029Z
1232024-12-21T04:20:38.030ZChanged packages:
1242024-12-21T04:20:38.030Zhelios-dev
1252024-12-21T04:20:38.030Z developer/build-essential
1262024-12-21T04:20:38.030Z None -> 11-2.0
1272024-12-21T04:20:38.030Z library/libxmlsec1
1282024-12-21T04:20:38.030Z None -> 1.2.35-2.0
1292024-12-21T04:20:38.030Z ooce/developer/clang-15
1302024-12-21T04:20:38.030Z None -> 15.0.7-2.0
1312024-12-21T04:20:38.030Z ooce/developer/llvm-15
1322024-12-21T04:20:38.030Z None -> 15.0.7-2.0
1332024-12-21T04:20:38.030Z package/pkg
1342024-12-21T04:20:38.030Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-12-21T04:20:38.031Z
1362024-12-21T04:20:38.031ZServices:
1372024-12-21T04:20:38.031Z restart_fmri:
1382024-12-21T04:20:38.031Z svc:/system/update-man-index:default
1392024-12-21T04:20:38.031Z
1402024-12-21T04:20:38.031ZEditable files to change:
1412024-12-21T04:20:38.031Z Update:
1422024-12-21T04:20:38.031Z usr/share/lib/pkg/web/config.shtml
1432024-12-21T04:20:38.266Z
1442024-12-21T04:20:38.267ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-12-21T04:20:45.640ZDownload: 207/4281 items 1.3/220.6MB 0% complete (397k/s)
1462024-12-21T04:20:51.097ZDownload: 209/4281 items 1.3/220.6MB 0% complete (376k/s)
1472024-12-21T04:21:04.066ZDownload: 213/4281 items 1.3/220.6MB 0% complete
1482024-12-21T04:21:09.086ZDownload: 1122/4281 items 31.7/220.6MB 14% complete (6.0M/s)
1492024-12-21T04:21:14.285ZDownload: 1861/4281 items 118.5/220.6MB 53% complete (11.8M/s)
1502024-12-21T04:21:25.305ZDownload: 2221/4281 items 119.2/220.6MB 54% complete (9.9M/s)
1512024-12-21T04:21:38.153ZDownload: 2223/4281 items 119.2/220.6MB 54% complete
1522024-12-21T04:21:43.127ZDownload: 2969/4281 items 121.0/220.6MB 54% complete (373k/s)
1532024-12-21T04:21:51.412ZDownload: 3276/4281 items 209.5/220.6MB 94% complete (11.9M/s)
1542024-12-21T04:22:10.696ZDownload: 3279/4281 items 209.8/220.6MB 95% complete
1552024-12-21T04:22:15.822ZDownload: 3280/4281 items 210.4/220.6MB 95% complete (16.1M/s)
1562024-12-21T04:22:21.472ZDownload: 3289/4281 items 212.6/220.6MB 96% complete (1.3M/s)
1572024-12-21T04:22:26.475ZDownload: 3781/4281 items 217.0/220.6MB 98% complete (478k/s)
1582024-12-21T04:22:31.681ZDownload: 4203/4281 items 220.6/220.6MB 99% complete (865k/s)
1592024-12-21T04:22:42.606ZDownload: 4208/4281 items 220.6/220.6MB 99% complete
1602024-12-21T04:22:42.709ZDownload: Completed 220.60 MB in 124.54 seconds (1.8M/s)
1612024-12-21T04:22:44.700Z Actions: 1/5063 actions (Removing old actions)
1622024-12-21T04:22:44.713Z Actions: 194/5063 actions (Installing new actions)
1632024-12-21T04:22:49.860Z Actions: 4128/5063 actions (Installing new actions)
1642024-12-21T04:22:49.868Z Actions: 4226/5063 actions (Updating modified actions)
1652024-12-21T04:22:50.203Z Actions: Completed 5063 actions in 5.50 seconds.
1662024-12-21T04:22:50.620Z Done (0.409s)
1672024-12-21T04:22:50.622Z Done (0.000s)
1682024-12-21T04:22:51.196Z Done (0.573s)
1692024-12-21T04:22:56.634Z Done (5.215s)
1702024-12-21T04:22:56.881Z Done (0.176s)
1712024-12-21T04:22:56.884Z Done (0.000s)
1722024-12-21T04:22:57.049Z Done (0.000s)
1732024-12-21T04:22:57.757ZPlanning: Evaluating mediator changes ... Done
1742024-12-21T04:22:57.916ZPlanning: Checking for conflicting actions ... Done
1752024-12-21T04:22:57.919ZPlanning: Consolidating action changes ... Done
1762024-12-21T04:22:58.193ZPlanning: Evaluating mediators ... Done
1772024-12-21T04:22:58.196ZPlanning: Planning completed in 0.44 seconds
1782024-12-21T04:22:58.233Z Mediators to change: 2
1792024-12-21T04:22:58.233Z Create boot environment: No
1802024-12-21T04:22:58.235ZCreate backup boot environment: No
1812024-12-21T04:22:58.469Z Done
1822024-12-21T04:22:58.469Z Done
1832024-12-21T04:22:58.840Z Done
1842024-12-21T04:23:02.554Z Done
1852024-12-21T04:23:02.652Z Done
1862024-12-21T04:23:02.655Z Done
1872024-12-21T04:23:02.763Z Done
1882024-12-21T04:23:03.379ZPlanning: Evaluating mediator changes ... Done
1892024-12-21T04:23:03.382ZPlanning: Merging actions ... Done
1902024-12-21T04:23:03.569ZPlanning: Checking for conflicting actions ... Done
1912024-12-21T04:23:03.573ZPlanning: Consolidating action changes ... Done
1922024-12-21T04:23:03.844ZPlanning: Evaluating mediators ... Done
1932024-12-21T04:23:03.900ZPlanning: Planning completed in 0.77 seconds
1942024-12-21T04:23:03.940Z Packages to change: 1
1952024-12-21T04:23:03.940Z Mediators to change: 1
1962024-12-21T04:23:03.942Z Services to change: 1
1972024-12-21T04:23:03.943Z Create boot environment: No
1982024-12-21T04:23:03.943ZCreate backup boot environment: Yes
1992024-12-21T04:23:06.412Z Actions: 1/6 actions (Updating modified actions)
2002024-12-21T04:23:06.450Z Actions: Completed 6 actions in 0.04 seconds.
2012024-12-21T04:23:06.452Z Done
2022024-12-21T04:23:06.453Z Done
2032024-12-21T04:23:06.565Z Done
2042024-12-21T04:23:10.236Z Done
2052024-12-21T04:23:10.328Z Done
2062024-12-21T04:23:10.331Z Done
2072024-12-21T04:23:10.475Z Done
2082024-12-21T04:23:10.917ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092024-12-21T04:23:10.917Zclang system 15 system
2102024-12-21T04:23:10.917Zcsh system system illumos
2112024-12-21T04:23:10.917Zctags system system illumos
2122024-12-21T04:23:10.917Zgcc vendor 12 vendor
2132024-12-21T04:23:10.917Zgcc system 10 system
2142024-12-21T04:23:10.917Zgcc system 7 system
2152024-12-21T04:23:10.917Zgo system 1.20 system
2162024-12-21T04:23:10.917Zgo system 1.19 system
2172024-12-21T04:23:10.917Zllvm system 15 system
2182024-12-21T04:23:10.917Zllvm system 14 system
2192024-12-21T04:23:10.917Zmariadb system 10.6 system
2202024-12-21T04:23:10.917Zmta vendor vendor dma
2212024-12-21T04:23:10.917Zopenjdk system 17 system
2222024-12-21T04:23:10.917Zopenjdk system 11 system
2232024-12-21T04:23:10.917Zopenjdk system 1.8 system
2242024-12-21T04:23:10.917Zopenssl vendor 3 vendor
2252024-12-21T04:23:10.917Zperl system 5.36 system
2262024-12-21T04:23:10.917Zpostgresql system 15 system
2272024-12-21T04:23:10.917Zpostgresql system 13 system
2282024-12-21T04:23:10.917Zpython vendor 3 vendor
2292024-12-21T04:23:10.917Zpython system 2 system
2302024-12-21T04:23:10.917Zpython3 system 3.11 system
2312024-12-21T04:23:10.917Zruby system 3.0 system
2322024-12-21T04:23:10.917Zwords vendor vendor american-english
2332024-12-21T04:23:10.917Zwords system system australian-english
2342024-12-21T04:23:10.917Zwords system system british-english
2352024-12-21T04:23:10.917Zwords system system canadian-english
2362024-12-21T04:23:10.917Zwords system system french
2372024-12-21T04:23:10.917Zwords system system italian
2382024-12-21T04:23:10.918Zwords system system ngerman
2392024-12-21T04:23:10.918Zwords system system ogerman
2402024-12-21T04:23:10.918Zwords system system spanish
2412024-12-21T04:23:11.253ZPUBLISHER TYPE STATUS P LOCATION
2422024-12-21T04:23:11.253Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432024-12-21T04:23:13.992ZFMRI IFO
2442024-12-21T04:23:13.992Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452024-12-21T04:23:13.992Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462024-12-21T04:23:13.992Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472024-12-21T04:23:13.992Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482024-12-21T04:23:13.992Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492024-12-21T04:23:13.992Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502024-12-21T04:23:13.992Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2512024-12-21T04:23:13.992Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522024-12-21T04:23:13.992Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532024-12-21T04:23:13.992Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2542024-12-21T04:23:13.993Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2552024-12-21T04:23:13.993Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562024-12-21T04:23:13.993Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2572024-12-21T04:23:13.993Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2582024-12-21T04:23:13.993Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592024-12-21T04:23:14.775Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602024-12-21T04:23:15.061Z Updating crates.io index
2612024-12-21T04:23:15.120Z Updating git repository `https://github.com/oxidecomputer/diffus`
2622024-12-21T04:23:15.376Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632024-12-21T04:23:15.888Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2642024-12-21T04:23:16.136Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652024-12-21T04:23:16.388Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2662024-12-21T04:23:16.672Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672024-12-21T04:23:17.604Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682024-12-21T04:23:19.138Z Updating git repository `https://github.com/oxidecomputer/opte`
2692024-12-21T04:23:19.737Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702024-12-21T04:23:20.510Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712024-12-21T04:23:20.747Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722024-12-21T04:23:21.059Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732024-12-21T04:23:21.554Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2742024-12-21T04:23:21.871Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2752024-12-21T04:23:22.124Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762024-12-21T04:23:22.380Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772024-12-21T04:23:22.640Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782024-12-21T04:23:22.895Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792024-12-21T04:23:23.169Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802024-12-21T04:23:23.443Z Updating git repository `https://github.com/oxidecomputer/ispf`
2812024-12-21T04:23:23.816Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2822024-12-21T04:23:24.096Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2832024-12-21T04:23:24.554Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2842024-12-21T04:23:24.892Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2852024-12-21T04:23:25.239Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2862024-12-21T04:23:25.716Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2872024-12-21T04:23:25.982Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882024-12-21T04:23:26.256Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892024-12-21T04:23:26.520Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902024-12-21T04:23:27.732Z Downloading crates ...
2912024-12-21T04:23:27.802Z Downloaded autocfg v1.4.0
2922024-12-21T04:23:27.807Z Downloaded anstream v0.6.15
2932024-12-21T04:23:27.862Z Downloaded clap_derive v4.5.18
2942024-12-21T04:23:27.871Z Downloaded camino v1.1.9
2952024-12-21T04:23:27.873Z Downloaded cargo_toml v0.20.5
2962024-12-21T04:23:27.876Z Downloaded block-buffer v0.10.4
2972024-12-21T04:23:27.879Z Downloaded camino-tempfile v1.1.1
2982024-12-21T04:23:27.881Z Downloaded cfg-if v1.0.0
2992024-12-21T04:23:27.884Z Downloaded bitflags v2.6.0
3002024-12-21T04:23:27.887Z Downloaded equivalent v1.0.1
3012024-12-21T04:23:27.887Z Downloaded dof v0.3.0
3022024-12-21T04:23:27.891Z Downloaded clap_lex v0.7.2
3032024-12-21T04:23:27.891Z Downloaded fastrand v2.1.1
3042024-12-21T04:23:27.894Z Downloaded cargo_metadata v0.18.1
3052024-12-21T04:23:27.894Z Downloaded dtrace-parser v0.2.0
3062024-12-21T04:23:27.894Z Downloaded cargo-platform v0.1.8
3072024-12-21T04:23:27.896Z Downloaded byteorder v1.5.0
3082024-12-21T04:23:27.896Z Downloaded bytecount v0.6.8
3092024-12-21T04:23:27.899Z Downloaded heck v0.5.0
3102024-12-21T04:23:27.901Z Downloaded digest v0.10.7
3112024-12-21T04:23:27.901Z Downloaded heck v0.4.1
3122024-12-21T04:23:27.904Z Downloaded crypto-common v0.1.6
3132024-12-21T04:23:27.904Z Downloaded cpufeatures v0.2.14
3142024-12-21T04:23:27.906Z Downloaded fs-err v2.11.0
3152024-12-21T04:23:27.906Z Downloaded colorchoice v1.0.2
3162024-12-21T04:23:27.909Z Downloaded clap v4.5.21
3172024-12-21T04:23:27.916Z Downloaded is_terminal_polyfill v1.70.1
3182024-12-21T04:23:27.918Z Downloaded errno v0.3.9
3192024-12-21T04:23:27.933Z Downloaded pretty-hex v0.4.1
3202024-12-21T04:23:27.936Z Downloaded swrite v0.1.0
3212024-12-21T04:23:27.939Z Downloaded once_cell v1.20.2
3222024-12-21T04:23:27.943Z Downloaded pest_generator v2.7.14
3232024-12-21T04:23:27.946Z Downloaded itoa v1.0.11
3242024-12-21T04:23:27.948Z Downloaded anstyle-query v1.1.1
3252024-12-21T04:23:27.955Z Downloaded scroll_derive v0.12.0
3262024-12-21T04:23:27.961Z Downloaded usdt-macro v0.5.0
3272024-12-21T04:23:27.964Z Downloaded usdt-attr-macro v0.5.0
3282024-12-21T04:23:27.971Z Downloaded serde_spanned v0.6.8
3292024-12-21T04:23:27.973Z Downloaded fnv v1.0.7
3302024-12-21T04:23:27.973Z Downloaded anstyle v1.0.10
3312024-12-21T04:23:27.977Z Downloaded strsim v0.11.1
3322024-12-21T04:23:27.977Z Downloaded plain v0.2.3
3332024-12-21T04:23:27.979Z Downloaded pest_meta v2.7.14
3342024-12-21T04:23:27.979Z Downloaded log v0.4.22
3352024-12-21T04:23:27.982Z Downloaded smawk v0.3.2
3362024-12-21T04:23:27.984Z Downloaded proc-macro-error-attr v1.0.4
3372024-12-21T04:23:27.984Z Downloaded thiserror-impl v1.0.69
3382024-12-21T04:23:27.987Z Downloaded terminal_size v0.4.0
3392024-12-21T04:23:27.987Z Downloaded anstyle-parse v0.2.5
3402024-12-21T04:23:27.989Z Downloaded generic-array v0.14.7
3412024-12-21T04:23:27.989Z Downloaded unicode-linebreak v0.1.5
3422024-12-21T04:23:27.992Z Downloaded thiserror v1.0.69
3432024-12-21T04:23:27.995Z Downloaded toml_datetime v0.6.8
3442024-12-21T04:23:27.997Z Downloaded tabled_derive v0.7.0
3452024-12-21T04:23:27.997Z Downloaded memmap v0.7.0
3462024-12-21T04:23:28.000Z Downloaded macaddr v1.0.1
3472024-12-21T04:23:28.003Z Downloaded serde_tokenstream v0.2.2
3482024-12-21T04:23:28.003Z Downloaded version_check v0.9.5
3492024-12-21T04:23:28.006Z Downloaded thread-id v4.2.2
3502024-12-21T04:23:28.008Z Downloaded indexmap v2.6.0
3512024-12-21T04:23:28.013Z Downloaded utf8parse v0.2.2
3522024-12-21T04:23:28.019Z Downloaded proc-macro-error v1.0.4
3532024-12-21T04:23:28.023Z Downloaded hashbrown v0.15.1
3542024-12-21T04:23:28.028Z Downloaded tempfile v3.13.0
3552024-12-21T04:23:28.030Z Downloaded quote v1.0.37
3562024-12-21T04:23:28.047Z Downloaded usdt v0.5.0
3572024-12-21T04:23:28.054Z Downloaded zerocopy-derive v0.7.35
3582024-12-21T04:23:28.054Z Downloaded scroll v0.12.0
3592024-12-21T04:23:28.054Z Downloaded pest_derive v2.7.14
3602024-12-21T04:23:28.054Z Downloaded usdt-impl v0.5.0
3612024-12-21T04:23:28.054Z Downloaded sha2 v0.10.8
3622024-12-21T04:23:28.057Z Downloaded proc-macro2 v1.0.89
3632024-12-21T04:23:28.057Z Downloaded typenum v1.17.0
3642024-12-21T04:23:28.059Z Downloaded ryu v1.0.18
3652024-12-21T04:23:28.062Z Downloaded unicode-ident v1.0.13
3662024-12-21T04:23:28.064Z Downloaded toml v0.8.19
3672024-12-21T04:23:28.068Z Downloaded semver v1.0.23
3682024-12-21T04:23:28.073Z Downloaded anyhow v1.0.93
3692024-12-21T04:23:28.075Z Downloaded serde_derive v1.0.215
3702024-12-21T04:23:28.077Z Downloaded papergrid v0.11.0
3712024-12-21T04:23:28.080Z Downloaded ucd-trie v0.1.7
3722024-12-21T04:23:28.084Z Downloaded textwrap v0.16.1
3732024-12-21T04:23:28.093Z Downloaded memchr v2.7.4
3742024-12-21T04:23:28.102Z Downloaded serde v1.0.215
3752024-12-21T04:23:28.125Z Downloaded toml_edit v0.22.22
3762024-12-21T04:23:28.146Z Downloaded pest v2.7.14
3772024-12-21T04:23:28.165Z Downloaded serde_json v1.0.133
3782024-12-21T04:23:28.181Z Downloaded zerocopy v0.7.35
3792024-12-21T04:23:28.189Z Downloaded clap_builder v4.5.21
3802024-12-21T04:23:28.206Z Downloaded winnow v0.6.20
3812024-12-21T04:23:28.210Z Downloaded goblin v0.8.2
3822024-12-21T04:23:28.210Z Downloaded tabled v0.15.0
3832024-12-21T04:23:28.223Z Downloaded syn v1.0.109
3842024-12-21T04:23:28.232Z Downloaded unicode-width v0.1.14
3852024-12-21T04:23:28.237Z Downloaded syn v2.0.87
3862024-12-21T04:23:28.247Z Downloaded rustix v0.38.37
3872024-12-21T04:23:28.284Z Downloaded libc v0.2.162
3882024-12-21T04:23:28.590Z Compiling proc-macro2 v1.0.89
3892024-12-21T04:23:28.590Z Compiling unicode-ident v1.0.13
3902024-12-21T04:23:28.590Z Compiling version_check v0.9.5
3912024-12-21T04:23:28.593Z Compiling serde v1.0.215
3922024-12-21T04:23:28.593Z Compiling memchr v2.7.4
3932024-12-21T04:23:28.593Z Compiling thiserror v1.0.69
3942024-12-21T04:23:28.626Z Compiling libc v0.2.162
3952024-12-21T04:23:28.629Z Compiling itoa v1.0.11
3962024-12-21T04:23:28.846Z Compiling ryu v1.0.18
3972024-12-21T04:23:28.977Z Compiling ucd-trie v0.1.7
3982024-12-21T04:23:29.412Z Compiling once_cell v1.20.2
3992024-12-21T04:23:29.502Z Compiling byteorder v1.5.0
4002024-12-21T04:23:29.765Z Compiling serde_json v1.0.133
4012024-12-21T04:23:29.925Z Compiling rustix v0.38.37
4022024-12-21T04:23:30.078Z Compiling bitflags v2.6.0
4032024-12-21T04:23:30.110Z Compiling usdt-impl v0.5.0
4042024-12-21T04:23:30.148Z Compiling proc-macro-error-attr v1.0.4
4052024-12-21T04:23:30.325Z Compiling syn v1.0.109
4062024-12-21T04:23:30.541Z Compiling proc-macro-error v1.0.4
4072024-12-21T04:23:30.567Z Compiling plain v0.2.3
4082024-12-21T04:23:30.590Z Compiling log v0.4.22
4092024-12-21T04:23:30.723Z Compiling utf8parse v0.2.2
4102024-12-21T04:23:30.831Z Compiling hashbrown v0.15.1
4112024-12-21T04:23:30.910Z Compiling camino v1.1.9
4122024-12-21T04:23:30.935Z Compiling equivalent v1.0.1
4132024-12-21T04:23:30.980Z Compiling quote v1.0.37
4142024-12-21T04:23:31.060Z Compiling anstyle-parse v0.2.5
4152024-12-21T04:23:31.246Z Compiling errno v0.3.9
4162024-12-21T04:23:31.450Z Compiling syn v2.0.87
4172024-12-21T04:23:31.571Z Compiling thread-id v4.2.2
4182024-12-21T04:23:31.695Z Compiling colorchoice v1.0.2
4192024-12-21T04:23:31.729Z Compiling autocfg v1.4.0
4202024-12-21T04:23:31.862Z Compiling pretty-hex v0.4.1
4212024-12-21T04:23:32.009Z Compiling anstyle-query v1.1.1
4222024-12-21T04:23:32.074Z Compiling indexmap v2.6.0
4232024-12-21T04:23:32.120Z Compiling is_terminal_polyfill v1.70.1
4242024-12-21T04:23:32.159Z Compiling winnow v0.6.20
4252024-12-21T04:23:32.255Z Compiling anstyle v1.0.10
4262024-12-21T04:23:32.750Z Compiling unicode-width v0.1.14
4272024-12-21T04:23:32.836Z Compiling semver v1.0.23
4282024-12-21T04:23:32.974Z Compiling fs-err v2.11.0
4292024-12-21T04:23:33.256Z Compiling anstream v0.6.15
4302024-12-21T04:23:33.491Z Compiling bytecount v0.6.8
4312024-12-21T04:23:33.547Z Compiling clap_lex v0.7.2
4322024-12-21T04:23:33.721Z Compiling terminal_size v0.4.0
4332024-12-21T04:23:33.884Z Compiling heck v0.4.1
4342024-12-21T04:23:33.942Z Compiling fastrand v2.1.1
4352024-12-21T04:23:34.028Z Compiling cfg-if v1.0.0
4362024-12-21T04:23:34.074Z Compiling strsim v0.11.1
4372024-12-21T04:23:34.138Z Compiling heck v0.5.0
4382024-12-21T04:23:34.376Z Compiling anyhow v1.0.93
4392024-12-21T04:23:34.401Z Compiling fnv v1.0.7
4402024-12-21T04:23:34.505Z Compiling clap_builder v4.5.21
4412024-12-21T04:23:34.706Z Compiling papergrid v0.11.0
4422024-12-21T04:23:35.000Z Compiling tempfile v3.13.0
4432024-12-21T04:23:35.419Z Compiling memmap v0.7.0
4442024-12-21T04:23:35.421Z Compiling unicode-linebreak v0.1.5
4452024-12-21T04:23:35.814Z Compiling smawk v0.3.2
4462024-12-21T04:23:36.006Z Compiling swrite v0.1.0
4472024-12-21T04:23:36.034Z Compiling textwrap v0.16.1
4482024-12-21T04:23:37.406Z Compiling tabled_derive v0.7.0
4492024-12-21T04:23:38.966Z Compiling tabled v0.15.0
4502024-12-21T04:23:40.482Z Compiling serde_derive v1.0.215
4512024-12-21T04:23:40.483Z Compiling thiserror-impl v1.0.69
4522024-12-21T04:23:40.486Z Compiling zerocopy-derive v0.7.35
4532024-12-21T04:23:40.486Z Compiling scroll_derive v0.12.0
4542024-12-21T04:23:40.486Z Compiling clap_derive v4.5.18
4552024-12-21T04:23:41.709Z Compiling scroll v0.12.0
4562024-12-21T04:23:42.243Z Compiling goblin v0.8.2
4572024-12-21T04:23:42.388Z Compiling zerocopy v0.7.35
4582024-12-21T04:23:43.008Z Compiling pest v2.7.14
4592024-12-21T04:23:44.208Z Compiling clap v4.5.21
4602024-12-21T04:23:45.303Z Compiling pest_meta v2.7.14
4612024-12-21T04:23:46.206Z Compiling pest_generator v2.7.14
4622024-12-21T04:23:48.173Z Compiling pest_derive v2.7.14
4632024-12-21T04:23:48.875Z Compiling dtrace-parser v0.2.0
4642024-12-21T04:23:50.454Z Compiling serde_tokenstream v0.2.2
4652024-12-21T04:23:50.839Z Compiling toml_datetime v0.6.8
4662024-12-21T04:23:50.839Z Compiling serde_spanned v0.6.8
4672024-12-21T04:23:50.842Z Compiling cargo-platform v0.1.8
4682024-12-21T04:23:51.229Z Compiling toml_edit v0.22.22
4692024-12-21T04:23:51.354Z Compiling macaddr v1.0.1
4702024-12-21T04:23:51.476Z Compiling camino-tempfile v1.1.1
4712024-12-21T04:23:51.903Z Compiling dof v0.3.0
4722024-12-21T04:23:52.438Z Compiling cargo_metadata v0.18.1
4732024-12-21T04:23:53.499Z Compiling usdt-macro v0.5.0
4742024-12-21T04:23:53.499Z Compiling usdt-attr-macro v0.5.0
4752024-12-21T04:23:54.206Z Compiling toml v0.8.19
4762024-12-21T04:23:54.765Z Compiling usdt v0.5.0
4772024-12-21T04:23:55.090Z Compiling cargo_toml v0.20.5
4782024-12-21T04:23:58.589Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4792024-12-21T04:24:02.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.29s
4802024-12-21T04:24:03.092Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4812024-12-21T04:24:03.638Z Downloading crates ...
4822024-12-21T04:24:03.806Z Downloaded adler2 v2.0.0
4832024-12-21T04:24:03.810Z Downloaded ascii-canvas v3.0.0
4842024-12-21T04:24:03.816Z Downloaded aead v0.5.2
4852024-12-21T04:24:03.820Z Downloaded arrayref v0.3.9
4862024-12-21T04:24:03.820Z Downloaded atomic-waker v1.1.2
4872024-12-21T04:24:03.820Z Downloaded atty v0.2.14
4882024-12-21T04:24:03.822Z Downloaded addr2line v0.24.2
4892024-12-21T04:24:03.823Z Downloaded atomicwrites v0.4.4
4902024-12-21T04:24:03.825Z Downloaded arrayvec v0.7.6
4912024-12-21T04:24:03.828Z Downloaded bb8 v0.8.5
4922024-12-21T04:24:03.830Z Downloaded hickory-client v0.24.1
4932024-12-21T04:24:03.833Z Downloaded arc-swap v1.7.1
4942024-12-21T04:24:03.836Z Downloaded base16ct v0.2.0
4952024-12-21T04:24:03.839Z Downloaded async-trait v0.1.83
4962024-12-21T04:24:03.842Z Downloaded highway v1.2.0
4972024-12-21T04:24:03.845Z Downloaded http-body-util v0.1.2
4982024-12-21T04:24:03.848Z Downloaded httpdate v1.0.3
4992024-12-21T04:24:03.852Z Downloaded darling v0.20.10
5002024-12-21T04:24:03.855Z Downloaded humantime v2.1.0
5012024-12-21T04:24:03.855Z Downloaded hyper-tls v0.6.0
5022024-12-21T04:24:03.860Z Downloaded httparse v1.9.5
5032024-12-21T04:24:03.864Z Downloaded block-padding v0.3.3
5042024-12-21T04:24:03.864Z Downloaded ident_case v1.0.1
5052024-12-21T04:24:03.864Z Downloaded hmac v0.12.1
5062024-12-21T04:24:03.866Z Downloaded bitflags v1.3.2
5072024-12-21T04:24:03.869Z Downloaded hyper-rustls v0.27.3
5082024-12-21T04:24:03.871Z Downloaded http v1.1.0
5092024-12-21T04:24:03.874Z Downloaded hyper-util v0.1.10
5102024-12-21T04:24:03.879Z Downloaded icu_locid_transform_data v1.5.0
5112024-12-21T04:24:03.882Z Downloaded icu_locid_transform v1.5.0
5122024-12-21T04:24:03.885Z Downloaded icu_collections v1.5.0
5132024-12-21T04:24:03.892Z Downloaded instant v0.1.13
5142024-12-21T04:24:03.895Z Downloaded icu_locid v1.5.0
5152024-12-21T04:24:03.900Z Downloaded lazy_static v1.5.0
5162024-12-21T04:24:03.903Z Downloaded icu_properties v1.5.1
5172024-12-21T04:24:03.907Z Downloaded icu_normalizer v1.5.0
5182024-12-21T04:24:03.912Z Downloaded jobserver v0.1.32
5192024-12-21T04:24:03.914Z Downloaded is-terminal v0.4.13
5202024-12-21T04:24:03.916Z Downloaded bumpalo v3.16.0
5212024-12-21T04:24:03.919Z Downloaded convert_case v0.4.0
5222024-12-21T04:24:03.922Z Downloaded hkdf v0.12.4
5232024-12-21T04:24:03.928Z Downloaded lockfree-object-pool v0.1.6
5242024-12-21T04:24:03.928Z Downloaded lru v0.12.5
5252024-12-21T04:24:03.947Z Downloaded lock_api v0.4.12
5262024-12-21T04:24:03.947Z Downloaded console v0.15.8
5272024-12-21T04:24:03.947Z Downloaded linked-hash-map v0.5.6
5282024-12-21T04:24:03.947Z Downloaded ipnet v2.10.1
5292024-12-21T04:24:03.947Z Downloaded constant_time_eq v0.3.1
5302024-12-21T04:24:03.966Z Downloaded cmake v0.1.51
5312024-12-21T04:24:03.966Z Downloaded cfg_aliases v0.1.1
5322024-12-21T04:24:03.966Z Downloaded crc-catalog v2.4.0
5332024-12-21T04:24:03.966Z Downloaded bytes v1.8.0
5342024-12-21T04:24:03.966Z Downloaded itertools v0.13.0
5352024-12-21T04:24:03.966Z Downloaded idna v1.0.3
5362024-12-21T04:24:03.969Z Downloaded const_format_proc_macros v0.2.33
5372024-12-21T04:24:03.969Z Downloaded const-oid v0.9.6
5382024-12-21T04:24:03.969Z Downloaded ciborium-ll v0.2.2
5392024-12-21T04:24:03.969Z Downloaded icu_properties_data v1.5.0
5402024-12-21T04:24:03.976Z Downloaded itertools v0.12.1
5412024-12-21T04:24:03.984Z Downloaded itertools v0.10.5
5422024-12-21T04:24:03.992Z Downloaded keccak v0.1.5
5432024-12-21T04:24:03.994Z Downloaded bstr v1.10.0
5442024-12-21T04:24:04.005Z Downloaded idna v0.5.0
5452024-12-21T04:24:04.015Z Downloaded chrono v0.4.38
5462024-12-21T04:24:04.020Z Downloaded inout v0.1.3
5472024-12-21T04:24:04.023Z Downloaded indexmap v1.9.3
5482024-12-21T04:24:04.026Z Downloaded const_format v0.2.33
5492024-12-21T04:24:04.030Z Downloaded libloading v0.8.5
5502024-12-21T04:24:04.032Z Downloaded clang-sys v1.8.1
5512024-12-21T04:24:04.039Z Downloaded ciborium v0.2.2
5522024-12-21T04:24:04.039Z Downloaded cipher v0.4.4
5532024-12-21T04:24:04.041Z Downloaded cexpr v0.6.0
5542024-12-21T04:24:04.045Z Downloaded bzip2 v0.4.4
5552024-12-21T04:24:04.047Z Downloaded base64 v0.13.1
5562024-12-21T04:24:04.050Z Downloaded crossbeam-channel v0.5.13
5572024-12-21T04:24:04.054Z Downloaded chrono-tz-build v0.4.0
5582024-12-21T04:24:04.057Z Downloaded cbc v0.1.2
5592024-12-21T04:24:04.059Z Downloaded backoff v0.4.0
5602024-12-21T04:24:04.063Z Downloaded async-recursion v1.1.1
5612024-12-21T04:24:04.066Z Downloaded icu_provider v1.5.0
5622024-12-21T04:24:04.068Z Downloaded bitvec v1.0.1
5632024-12-21T04:24:04.083Z Downloaded blake2 v0.10.6
5642024-12-21T04:24:04.086Z Downloaded cobs v0.2.3
5652024-12-21T04:24:04.090Z Downloaded ciborium-io v0.2.2
5662024-12-21T04:24:04.090Z Downloaded base64 v0.21.7
5672024-12-21T04:24:04.093Z Downloaded idna_adapter v1.2.0
5682024-12-21T04:24:04.096Z Downloaded icu_provider_macros v1.5.0
5692024-12-21T04:24:04.096Z Downloaded icu_normalizer_data v1.5.0
5702024-12-21T04:24:04.099Z Downloaded base64 v0.22.1
5712024-12-21T04:24:04.102Z Downloaded backtrace v0.3.74
5722024-12-21T04:24:04.107Z Downloaded crc v3.2.1
5732024-12-21T04:24:04.110Z Downloaded colored v2.1.0
5742024-12-21T04:24:04.113Z Downloaded chrono-tz v0.10.0
5752024-12-21T04:24:04.121Z Downloaded crc32fast v1.4.2
5762024-12-21T04:24:04.123Z Downloaded aes-gcm v0.10.3
5772024-12-21T04:24:04.127Z Downloaded hostname v0.4.0
5782024-12-21T04:24:04.129Z Downloaded heapless v0.8.0
5792024-12-21T04:24:04.133Z Downloaded chacha20 v0.9.1
5802024-12-21T04:24:04.136Z Downloaded iana-time-zone v0.1.61
5812024-12-21T04:24:04.140Z Downloaded indoc v1.0.9
5822024-12-21T04:24:04.143Z Downloaded lazycell v1.3.0
5832024-12-21T04:24:04.143Z Downloaded curve25519-dalek-derive v0.1.1
5842024-12-21T04:24:04.148Z Downloaded csv-core v0.1.11
5852024-12-21T04:24:04.148Z Downloaded crunchy v0.2.2
5862024-12-21T04:24:04.152Z Downloaded libm v0.2.8
5872024-12-21T04:24:04.166Z Downloaded hex-literal v0.4.1
5882024-12-21T04:24:04.168Z Downloaded indicatif v0.17.9
5892024-12-21T04:24:04.171Z Downloaded cstr-argument v0.1.2
5902024-12-21T04:24:04.174Z Downloaded hyper v1.5.0
5912024-12-21T04:24:04.179Z Downloaded mime_guess v2.0.5
5922024-12-21T04:24:04.181Z Downloaded crossbeam-epoch v0.9.18
5932024-12-21T04:24:04.184Z Downloaded miniz_oxide v0.8.0
5942024-12-21T04:24:04.187Z Downloaded mime v0.3.17
5952024-12-21T04:24:04.189Z Downloaded crossterm v0.28.1
5962024-12-21T04:24:04.196Z Downloaded crossbeam-utils v0.8.20
5972024-12-21T04:24:04.199Z Downloaded bcs v0.1.6
5982024-12-21T04:24:04.202Z Downloaded bitfield-struct v0.6.2
5992024-12-21T04:24:04.205Z Downloaded bitfield v0.14.0
6002024-12-21T04:24:04.208Z Downloaded memoffset v0.9.1
6012024-12-21T04:24:04.208Z Downloaded md5 v0.7.0
6022024-12-21T04:24:04.208Z Downloaded md-5 v0.10.6
6032024-12-21T04:24:04.211Z Downloaded matches v0.1.10
6042024-12-21T04:24:04.211Z Downloaded match_cfg v0.1.0
6052024-12-21T04:24:04.211Z Downloaded aws-lc-rs v1.10.0
6062024-12-21T04:24:04.220Z Downloaded minimal-lexical v0.2.1
6072024-12-21T04:24:04.226Z Downloaded linear-map v1.2.0
6082024-12-21T04:24:04.228Z Downloaded managed v0.8.0
6092024-12-21T04:24:04.230Z Downloaded litemap v0.7.3
6102024-12-21T04:24:04.233Z Downloaded idna v0.2.3
6112024-12-21T04:24:04.239Z Downloaded compact_str v0.8.0
6122024-12-21T04:24:04.243Z Downloaded blake3 v1.5.4
6132024-12-21T04:24:04.252Z Downloaded bindgen v0.69.5
6142024-12-21T04:24:04.260Z Downloaded radium v0.7.0
6152024-12-21T04:24:04.263Z Downloaded proc-macro-crate v1.3.1
6162024-12-21T04:24:04.263Z Downloaded cassowary v0.3.0
6172024-12-21T04:24:04.266Z Downloaded sha1 v0.10.6
6182024-12-21T04:24:04.269Z Downloaded scopeguard v1.2.0
6192024-12-21T04:24:04.269Z Downloaded bcrypt-pbkdf v0.10.0
6202024-12-21T04:24:04.271Z Downloaded rustc-demangle v0.1.24
6212024-12-21T04:24:04.273Z Downloaded sct v0.7.1
6222024-12-21T04:24:04.276Z Downloaded serde_yaml v0.9.34+deprecated
6232024-12-21T04:24:04.280Z Downloaded slog-term v2.9.1
6242024-12-21T04:24:04.282Z Downloaded proptest v1.5.0
6252024-12-21T04:24:04.293Z Downloaded string_cache v0.8.7
6262024-12-21T04:24:04.297Z Downloaded spin v0.9.8
6272024-12-21T04:24:04.300Z Downloaded shell-words v1.1.0
6282024-12-21T04:24:04.300Z Downloaded is_ci v1.2.0
6292024-12-21T04:24:04.300Z Downloaded ipnetwork v0.20.0
6302024-12-21T04:24:04.303Z Downloaded impl-trait-for-tuples v0.2.2
6312024-12-21T04:24:04.306Z Downloaded http-range v0.1.5
6322024-12-21T04:24:04.313Z Downloaded memmap2 v0.9.5
6332024-12-21T04:24:04.319Z Downloaded tokio-native-tls v0.3.1
6342024-12-21T04:24:04.319Z Downloaded time-macros v0.2.18
6352024-12-21T04:24:04.319Z Downloaded tower-service v0.3.3
6362024-12-21T04:24:04.319Z Downloaded toml v0.7.8
6372024-12-21T04:24:04.323Z Downloaded time-core v0.1.2
6382024-12-21T04:24:04.323Z Downloaded static_assertions v1.1.0
6392024-12-21T04:24:04.323Z Downloaded tungstenite v0.24.0
6402024-12-21T04:24:04.326Z Downloaded unsafe-libyaml v0.2.11
6412024-12-21T04:24:04.329Z Downloaded idna v0.4.0
6422024-12-21T04:24:04.337Z Downloaded crc-any v2.5.0
6432024-12-21T04:24:04.342Z Downloaded maplit v1.0.2
6442024-12-21T04:24:04.346Z Downloaded curve25519-dalek v4.1.3
6452024-12-21T04:24:04.351Z Downloaded want v0.3.1
6462024-12-21T04:24:04.355Z Downloaded rayon-core v1.12.1
6472024-12-21T04:24:04.357Z Downloaded crypto-bigint v0.5.5
6482024-12-21T04:24:04.364Z Downloaded derive_builder_core v0.20.2
6492024-12-21T04:24:04.367Z Downloaded hubpack v0.1.2
6502024-12-21T04:24:04.369Z Downloaded dsl_auto_type v0.1.2
6512024-12-21T04:24:04.371Z Downloaded futures-macro v0.3.31
6522024-12-21T04:24:04.371Z Downloaded foreign-types-shared v0.1.1
6532024-12-21T04:24:04.374Z Downloaded float-cmp v0.9.0
6542024-12-21T04:24:04.374Z Downloaded walkdir v2.5.0
6552024-12-21T04:24:04.376Z Downloaded getrandom v0.2.15
6562024-12-21T04:24:04.379Z Downloaded libefi-sys v0.1.0
6572024-12-21T04:24:04.382Z Downloaded ron v0.7.1
6582024-12-21T04:24:04.386Z Downloaded lalrpop-util v0.19.12
6592024-12-21T04:24:04.388Z Downloaded lalrpop v0.19.12
6602024-12-21T04:24:04.401Z Downloaded headers-core v0.3.0
6612024-12-21T04:24:04.406Z Downloaded headers v0.4.0
6622024-12-21T04:24:04.408Z Downloaded rustls-pemfile v2.2.0
6632024-12-21T04:24:04.411Z Downloaded hashbrown v0.14.5
6642024-12-21T04:24:04.415Z Downloaded utf16_iter v1.0.5
6652024-12-21T04:24:04.418Z Downloaded argon2 v0.5.3
6662024-12-21T04:24:04.420Z Downloaded tungstenite v0.21.0
6672024-12-21T04:24:04.423Z Downloaded try-lock v0.2.5
6682024-12-21T04:24:04.426Z Downloaded zip v0.6.6
6692024-12-21T04:24:04.428Z Downloaded tokio-macros v2.4.0
6702024-12-21T04:24:04.431Z Downloaded synstructure v0.13.1
6712024-12-21T04:24:04.434Z Downloaded spin v0.5.2
6722024-12-21T04:24:04.434Z Downloaded zerovec v0.10.4
6732024-12-21T04:24:04.445Z Downloaded zerovec-derive v0.10.3
6742024-12-21T04:24:04.447Z Downloaded cookie_store v0.21.0
6752024-12-21T04:24:04.447Z Downloaded cookie v0.18.1
6762024-12-21T04:24:04.447Z Downloaded chacha20poly1305 v0.10.1
6772024-12-21T04:24:04.450Z Downloaded cc v1.1.30
6782024-12-21T04:24:04.453Z Downloaded castaway v0.2.3
6792024-12-21T04:24:04.455Z Downloaded phf_shared v0.11.2
6802024-12-21T04:24:04.457Z Downloaded lru-cache v0.1.2
6812024-12-21T04:24:04.457Z Downloaded libxml v0.3.3
6822024-12-21T04:24:04.464Z Downloaded polyval v0.6.2
6832024-12-21T04:24:04.466Z Downloaded hubpack_derive v0.1.1
6842024-12-21T04:24:04.470Z Downloaded hickory-server v0.24.1
6852024-12-21T04:24:04.473Z Downloaded maybe-uninit v2.0.0
6862024-12-21T04:24:04.476Z Downloaded cancel-safe-futures v0.1.5
6872024-12-21T04:24:04.479Z Downloaded fallible-streaming-iterator v0.1.9
6882024-12-21T04:24:04.483Z Downloaded scrypt v0.11.0
6892024-12-21T04:24:04.483Z Downloaded foreign-types v0.5.0
6902024-12-21T04:24:04.486Z Downloaded fallible-iterator v0.3.0
6912024-12-21T04:24:04.487Z Downloaded half v2.4.1
6922024-12-21T04:24:04.489Z Downloaded env_filter v0.1.2
6932024-12-21T04:24:04.489Z Downloaded buf-list v1.0.3
6942024-12-21T04:24:04.493Z Downloaded libz-sys v1.1.20
6952024-12-21T04:24:04.514Z Downloaded nix v0.28.0
6962024-12-21T04:24:04.525Z Downloaded blowfish v0.9.1
6972024-12-21T04:24:04.527Z Downloaded async-bb8-diesel v0.2.1
6982024-12-21T04:24:04.530Z Downloaded assert_matches v1.5.0
6992024-12-21T04:24:04.532Z Downloaded array-init v0.0.4
7002024-12-21T04:24:04.532Z Downloaded sync_wrapper v1.0.1
7012024-12-21T04:24:04.535Z Downloaded stable_deref_trait v1.2.0
7022024-12-21T04:24:04.535Z Downloaded rustls-pki-types v1.10.0
7032024-12-21T04:24:04.538Z Downloaded nix v0.27.1
7042024-12-21T04:24:04.550Z Downloaded stringprep v0.1.5
7052024-12-21T04:24:04.553Z Downloaded crucible-workspace-hack v0.1.0
7062024-12-21T04:24:04.557Z Downloaded powerfmt v0.2.0
7072024-12-21T04:24:04.557Z Downloaded smoltcp v0.11.0
7082024-12-21T04:24:04.569Z Downloaded time v0.3.36
7092024-12-21T04:24:04.576Z Downloaded quick-error v1.2.3
7102024-12-21T04:24:04.579Z Downloaded path-slash v0.1.5
7112024-12-21T04:24:04.594Z Downloaded p256 v0.13.2
7122024-12-21T04:24:04.594Z Downloaded tabwriter v1.4.0
7132024-12-21T04:24:04.594Z Downloaded steno v0.4.1
7142024-12-21T04:24:04.594Z Downloaded slog-stdlog v4.1.1
7152024-12-21T04:24:04.594Z Downloaded quinn-proto v0.11.8
7162024-12-21T04:24:04.598Z Downloaded tracing-core v0.1.32
7172024-12-21T04:24:04.601Z Downloaded openssl-probe v0.1.5
7182024-12-21T04:24:04.604Z Downloaded tokio-util v0.7.12
7192024-12-21T04:24:04.610Z Downloaded tracing v0.1.40
7202024-12-21T04:24:04.615Z Downloaded tracing-attributes v0.1.27
7212024-12-21T04:24:04.618Z Downloaded ed25519 v2.2.3
7222024-12-21T04:24:04.621Z Downloaded yoke v0.7.4
7232024-12-21T04:24:04.623Z Downloaded diesel-dtrace v0.4.2
7242024-12-21T04:24:04.626Z Downloaded ed25519-dalek v2.1.1
7252024-12-21T04:24:04.628Z Downloaded zone v0.1.8
7262024-12-21T04:24:04.631Z Downloaded zip v2.1.3
7272024-12-21T04:24:04.634Z Downloaded env_logger v0.11.5
7282024-12-21T04:24:04.637Z Downloaded fallible-iterator v0.2.0
7292024-12-21T04:24:04.644Z Downloaded fd-lock v4.0.2
7302024-12-21T04:24:04.646Z Downloaded glob v0.3.1
7312024-12-21T04:24:04.646Z Downloaded futures-executor v0.3.31
7322024-12-21T04:24:04.646Z Downloaded rusty-fork v0.3.0
7332024-12-21T04:24:04.647Z Downloaded zerocopy-derive v0.8.10
7342024-12-21T04:24:04.654Z Downloaded git2 v0.19.0
7352024-12-21T04:24:04.664Z Downloaded dropshot_endpoint v0.13.0
7362024-12-21T04:24:04.668Z Downloaded idna v0.3.0
7372024-12-21T04:24:04.676Z Downloaded opaque-debug v0.3.1
7382024-12-21T04:24:04.679Z Downloaded nix v0.29.0
7392024-12-21T04:24:04.690Z Downloaded pkcs1 v0.7.5
7402024-12-21T04:24:04.693Z Downloaded pin-utils v0.1.0
7412024-12-21T04:24:04.696Z Downloaded wyz v0.5.1
7422024-12-21T04:24:04.698Z Downloaded zerofrom-derive v0.1.4
7432024-12-21T04:24:04.698Z Downloaded tokio-tungstenite v0.21.0
7442024-12-21T04:24:04.701Z Downloaded pin-project-lite v0.2.14
7452024-12-21T04:24:04.705Z Downloaded rayon v1.10.0
7462024-12-21T04:24:04.716Z Downloaded rustc_version v0.4.1
7472024-12-21T04:24:04.719Z Downloaded hickory-proto v0.24.1
7482024-12-21T04:24:04.736Z Downloaded term v0.7.0
7492024-12-21T04:24:04.739Z Downloaded strip-ansi-escapes v0.2.0
7502024-12-21T04:24:04.741Z Downloaded serde_urlencoded v0.7.1
7512024-12-21T04:24:04.744Z Downloaded serde_repr v0.1.19
7522024-12-21T04:24:04.747Z Downloaded serde_path_to_error v0.1.16
7532024-12-21T04:24:04.747Z Downloaded rtoolbox v0.0.2
7542024-12-21T04:24:04.749Z Downloaded progenitor-macro v0.8.0
7552024-12-21T04:24:04.749Z Downloaded serde_derive_internals v0.29.1
7562024-12-21T04:24:04.752Z Downloaded zopfli v0.8.1
7572024-12-21T04:24:04.758Z Downloaded rustls-webpki v0.101.7
7582024-12-21T04:24:04.770Z Downloaded native-tls v0.2.12
7592024-12-21T04:24:04.772Z Downloaded sync-ptr v0.1.1
7602024-12-21T04:24:04.776Z Downloaded serde_with_macros v3.11.0
7612024-12-21T04:24:04.781Z Downloaded serde_with v3.11.0
7622024-12-21T04:24:04.785Z Downloaded samael v0.0.17
7632024-12-21T04:24:04.791Z Downloaded tinyvec_macros v0.1.1
7642024-12-21T04:24:04.793Z Downloaded tinyvec v1.8.0
7652024-12-21T04:24:04.796Z Downloaded unicode-xid v0.2.6
7662024-12-21T04:24:04.799Z Downloaded unicode-bidi v0.3.17
7672024-12-21T04:24:04.801Z Downloaded nom v7.1.3
7682024-12-21T04:24:04.806Z Downloaded unicode-segmentation v1.12.0
7692024-12-21T04:24:04.810Z Downloaded gethostname v0.5.0
7702024-12-21T04:24:04.815Z Downloaded unicode-normalization v0.1.24
7712024-12-21T04:24:04.818Z Downloaded strum_macros v0.26.4
7722024-12-21T04:24:04.822Z Downloaded quick-xml v0.33.0
7732024-12-21T04:24:04.825Z Downloaded pkcs5 v0.7.1
7742024-12-21T04:24:04.830Z Downloaded serde-big-array v0.5.1
7752024-12-21T04:24:04.832Z Downloaded unicode-properties v0.1.3
7762024-12-21T04:24:04.836Z Downloaded dirs-sys-next v0.1.2
7772024-12-21T04:24:04.839Z Downloaded either v1.13.0
7782024-12-21T04:24:04.839Z Downloaded defmt-macros v0.3.9
7792024-12-21T04:24:04.841Z Downloaded elliptic-curve v0.13.8
7802024-12-21T04:24:04.846Z Downloaded dyn-clone v1.0.17
7812024-12-21T04:24:04.848Z Downloaded ssh-key v0.6.6
7822024-12-21T04:24:04.856Z Downloaded rand_chacha v0.3.1
7832024-12-21T04:24:04.858Z Downloaded tls_codec v0.4.1
7842024-12-21T04:24:04.861Z Downloaded rand v0.8.5
7852024-12-21T04:24:04.864Z Downloaded futures v0.3.31
7862024-12-21T04:24:04.869Z Downloaded futures-channel v0.3.31
7872024-12-21T04:24:04.872Z Downloaded fxhash v0.2.1
7882024-12-21T04:24:04.874Z Downloaded futures-task v0.3.31
7892024-12-21T04:24:04.877Z Downloaded rpassword v7.3.1
7902024-12-21T04:24:04.877Z Downloaded radix_trie v0.2.1
7912024-12-21T04:24:04.881Z Downloaded rsa v0.9.6
7922024-12-21T04:24:04.888Z Downloaded signal-hook-registry v1.4.2
7932024-12-21T04:24:04.892Z Downloaded snafu-derive v0.8.5
7942024-12-21T04:24:04.895Z Downloaded salty v0.3.0
7952024-12-21T04:24:04.899Z Downloaded rustyline v14.0.0
7962024-12-21T04:24:04.905Z Downloaded rustls v0.23.19
7972024-12-21T04:24:04.919Z Downloaded tokio-rustls v0.26.0
7982024-12-21T04:24:04.922Z Downloaded csv v1.3.1
7992024-12-21T04:24:04.944Z Downloaded universal-hash v0.5.1
8002024-12-21T04:24:04.946Z Downloaded unarray v0.1.4
8012024-12-21T04:24:04.946Z Downloaded rustls v0.22.4
8022024-12-21T04:24:04.961Z Downloaded endian-type v0.1.2
8032024-12-21T04:24:04.963Z Downloaded omicron-zone-package v0.11.1
8042024-12-21T04:24:04.966Z Downloaded diesel_derives v2.2.3
8052024-12-21T04:24:04.969Z Downloaded untrusted v0.9.0
8062024-12-21T04:24:04.972Z Downloaded untrusted v0.7.1
8072024-12-21T04:24:04.975Z Downloaded resolv-conf v0.7.0
8082024-12-21T04:24:04.977Z Downloaded rcgen v0.12.1
8092024-12-21T04:24:04.980Z Downloaded psl-types v2.0.11
8102024-12-21T04:24:04.981Z Downloaded progenitor-impl v0.8.0
8112024-12-21T04:24:04.983Z Downloaded progenitor-client v0.8.0
8122024-12-21T04:24:04.983Z Downloaded peg-macros v0.8.4
8132024-12-21T04:24:04.986Z Downloaded parse-size v1.1.0
8142024-12-21T04:24:04.992Z Downloaded packed_struct_codegen v0.10.1
8152024-12-21T04:24:04.992Z Downloaded fatfs v0.3.6
8162024-12-21T04:24:04.995Z Downloaded expectorate v1.1.0
8172024-12-21T04:24:04.995Z Downloaded mockall v0.13.0
8182024-12-21T04:24:04.998Z Downloaded regress v0.10.1
8192024-12-21T04:24:05.008Z Downloaded schemars_derive v0.8.21
8202024-12-21T04:24:05.011Z Downloaded semver v0.1.20
8212024-12-21T04:24:05.011Z Downloaded parse-display-derive v0.10.0
8222024-12-21T04:24:05.011Z Downloaded mirai-annotations v1.12.0
8232024-12-21T04:24:05.014Z Downloaded dropshot v0.13.0
8242024-12-21T04:24:05.035Z Downloaded zeroize_derive v1.4.2
8252024-12-21T04:24:05.038Z Downloaded zeroize v1.8.1
8262024-12-21T04:24:05.038Z Downloaded twox-hash v1.6.3
8272024-12-21T04:24:05.041Z Downloaded diesel v2.2.6
8282024-12-21T04:24:05.060Z Downloaded derive_more v0.99.18
8292024-12-21T04:24:05.065Z Downloaded num-bigint-dig v0.8.4
8302024-12-21T04:24:05.070Z Downloaded number_prefix v0.4.0
8312024-12-21T04:24:05.073Z Downloaded signal-hook-tokio v0.3.1
8322024-12-21T04:24:05.073Z Downloaded pin-project v1.1.6
8332024-12-21T04:24:05.085Z Downloaded flume v0.11.1
8342024-12-21T04:24:05.089Z Downloaded num-bigint v0.4.6
8352024-12-21T04:24:05.094Z Downloaded object v0.36.5
8362024-12-21T04:24:05.106Z Downloaded regex-syntax v0.6.29
8372024-12-21T04:24:05.115Z Downloaded percent-encoding v2.3.1
8382024-12-21T04:24:05.119Z Downloaded pem v3.0.4
8392024-12-21T04:24:05.119Z Downloaded dhcproto v0.12.0
8402024-12-21T04:24:05.121Z Downloaded der_derive v0.7.3
8412024-12-21T04:24:05.121Z Downloaded zone v0.3.0
8422024-12-21T04:24:05.124Z Downloaded unicode_categories v0.1.1
8432024-12-21T04:24:05.124Z Downloaded typify-macro v0.2.0
8442024-12-21T04:24:05.127Z Downloaded pbkdf2 v0.12.2
8452024-12-21T04:24:05.127Z Downloaded pbkdf2 v0.11.0
8462024-12-21T04:24:05.130Z Downloaded tap v1.0.1
8472024-12-21T04:24:05.130Z Downloaded password-hash v0.4.2
8482024-12-21T04:24:05.132Z Downloaded strum_macros v0.24.3
8492024-12-21T04:24:05.135Z Downloaded rustls-pemfile v1.0.4
8502024-12-21T04:24:05.138Z Downloaded strum_macros v0.25.3
8512024-12-21T04:24:05.141Z Downloaded rustversion v1.0.17
8522024-12-21T04:24:05.141Z Downloaded rustc-hash v2.0.0
8532024-12-21T04:24:05.146Z Downloaded parse-zoneinfo v0.3.1
8542024-12-21T04:24:05.149Z Downloaded typify v0.2.0
8552024-12-21T04:24:05.149Z Downloaded structmeta v0.2.0
8562024-12-21T04:24:05.149Z Downloaded rustc-hash v1.1.0
8572024-12-21T04:24:05.151Z Downloaded ssh-cipher v0.2.0
8582024-12-21T04:24:05.151Z Downloaded hash32 v0.2.1
8592024-12-21T04:24:05.154Z Downloaded thiserror-impl-no-std v2.0.2
8602024-12-21T04:24:05.157Z Downloaded serde_plain v1.0.2
8612024-12-21T04:24:05.157Z Downloaded which v4.4.2
8622024-12-21T04:24:05.160Z Downloaded serde-hex v0.1.0
8632024-12-21T04:24:05.163Z Downloaded whoami v1.5.2
8642024-12-21T04:24:05.166Z Downloaded rustls-webpki v0.102.8
8652024-12-21T04:24:05.185Z Downloaded pretty-hex v0.2.1
8662024-12-21T04:24:05.188Z Downloaded unicase v2.7.0
8672024-12-21T04:24:05.188Z Downloaded tls_codec_derive v0.4.1
8682024-12-21T04:24:05.191Z Downloaded sled v0.34.7
8692024-12-21T04:24:05.201Z Downloaded prettyplease v0.2.25
8702024-12-21T04:24:05.205Z Downloaded utf-8 v0.7.6
8712024-12-21T04:24:05.207Z Downloaded thiserror-impl v2.0.3
8722024-12-21T04:24:05.211Z Downloaded strum v0.26.3
8732024-12-21T04:24:05.211Z Downloaded unicode-width v0.2.0
8742024-12-21T04:24:05.216Z Downloaded downcast v0.11.0
8752024-12-21T04:24:05.218Z Downloaded ff v0.13.0
8762024-12-21T04:24:05.221Z Downloaded fixedbitset v0.4.2
8772024-12-21T04:24:05.222Z Downloaded filetime v0.2.25
8782024-12-21T04:24:05.225Z Downloaded enum-as-inner v0.6.1
8792024-12-21T04:24:05.225Z Downloaded flagset v0.4.6
8802024-12-21T04:24:05.228Z Downloaded openssl-macros v0.1.1
8812024-12-21T04:24:05.228Z Downloaded num_threads v0.1.7
8822024-12-21T04:24:05.230Z Downloaded num-complex v0.4.6
8832024-12-21T04:24:05.233Z Downloaded env_logger v0.10.2
8842024-12-21T04:24:05.235Z Downloaded structmeta v0.3.0
8852024-12-21T04:24:05.238Z Downloaded signature v2.2.0
8862024-12-21T04:24:05.240Z Downloaded openssl-sys v0.9.103
8872024-12-21T04:24:05.246Z Downloaded uuid v1.11.0
8882024-12-21T04:24:05.251Z Downloaded openssl v0.10.66
8892024-12-21T04:24:05.261Z Downloaded darling_macro v0.20.10
8902024-12-21T04:24:05.264Z Downloaded zerofrom v0.1.4
8912024-12-21T04:24:05.264Z Downloaded webpki-roots v0.26.6
8922024-12-21T04:24:05.267Z Downloaded embedded-io v0.4.0
8932024-12-21T04:24:05.271Z Downloaded der v0.7.9
8942024-12-21T04:24:05.275Z Downloaded diff v0.1.13
8952024-12-21T04:24:05.278Z Downloaded derive-where v1.2.7
8962024-12-21T04:24:05.282Z Downloaded spki v0.7.3
8972024-12-21T04:24:05.285Z Downloaded mio v1.0.2
8982024-12-21T04:24:05.291Z Downloaded socket2 v0.5.7
8992024-12-21T04:24:05.294Z Downloaded slab v0.4.9
9002024-12-21T04:24:05.298Z Downloaded ref-cast-impl v1.0.23
9012024-12-21T04:24:05.298Z Downloaded diesel_table_macro_syntax v0.2.0
9022024-12-21T04:24:05.298Z Downloaded defmt-parser v0.3.4
9032024-12-21T04:24:05.301Z Downloaded hash32 v0.3.1
9042024-12-21T04:24:05.301Z Downloaded group v0.13.0
9052024-12-21T04:24:05.308Z Downloaded ena v0.14.3
9062024-12-21T04:24:05.308Z Downloaded hashbrown v0.12.3
9072024-12-21T04:24:05.311Z Downloaded deranged v0.3.11
9082024-12-21T04:24:05.311Z Downloaded simd-adler32 v0.3.7
9092024-12-21T04:24:05.314Z Downloaded siphasher v0.3.11
9102024-12-21T04:24:05.318Z Downloaded similar v2.6.0
9112024-12-21T04:24:05.320Z Downloaded h2 v0.4.6
9122024-12-21T04:24:05.327Z Downloaded multer v3.1.0
9132024-12-21T04:24:05.333Z Downloaded enum-as-inner v0.5.1
9142024-12-21T04:24:05.336Z Downloaded hashbrown v0.13.2
9152024-12-21T04:24:05.338Z Downloaded progenitor v0.8.0
9162024-12-21T04:24:05.340Z Downloaded zerocopy-derive v0.6.6
9172024-12-21T04:24:05.350Z Downloaded postcard v1.0.10
9182024-12-21T04:24:05.353Z Downloaded termtree v0.4.1
9192024-12-21T04:24:05.356Z Downloaded slog-async v2.8.0
9202024-12-21T04:24:05.356Z Downloaded smallvec v1.13.2
9212024-12-21T04:24:05.359Z Downloaded sqlparser_derive v0.2.2
9222024-12-21T04:24:05.359Z Downloaded num_enum v0.5.11
9232024-12-21T04:24:05.384Z Downloaded tokio-rustls v0.24.1
9242024-12-21T04:24:05.388Z Downloaded flate2 v1.0.34
9252024-12-21T04:24:05.395Z Downloaded yoke-derive v0.7.4
9262024-12-21T04:24:05.399Z Downloaded pkcs8 v0.10.2
9272024-12-21T04:24:05.402Z Downloaded regex-syntax v0.8.5
9282024-12-21T04:24:05.412Z Downloaded poly1305 v0.8.0
9292024-12-21T04:24:05.415Z Downloaded ppv-lite86 v0.2.20
9302024-12-21T04:24:05.418Z Downloaded portable-atomic v1.9.0
9312024-12-21T04:24:05.424Z Downloaded postgres-types v0.2.8
9322024-12-21T04:24:05.427Z Downloaded same-file v1.0.6
9332024-12-21T04:24:05.429Z Downloaded olpc-cjson v0.1.4
9342024-12-21T04:24:05.432Z Downloaded object v0.30.4
9352024-12-21T04:24:05.443Z Downloaded parking_lot v0.11.2
9362024-12-21T04:24:05.450Z Downloaded peg v0.8.4
9372024-12-21T04:24:05.456Z Downloaded password-hash v0.5.0
9382024-12-21T04:24:05.456Z Downloaded reedline v0.35.0
9392024-12-21T04:24:05.461Z Downloaded phf_generator v0.11.2
9402024-12-21T04:24:05.464Z Downloaded phf_codegen v0.11.2
9412024-12-21T04:24:05.464Z Downloaded newline-converter v0.3.0
9422024-12-21T04:24:05.464Z Downloaded libgit2-sys v0.17.0+1.8.1
9432024-12-21T04:24:05.521Z Downloaded thread_local v1.1.8
9442024-12-21T04:24:05.524Z Downloaded newtype-uuid v1.1.3
9452024-12-21T04:24:05.524Z Downloaded xz2 v0.1.7
9462024-12-21T04:24:05.527Z Downloaded yasna v0.5.2
9472024-12-21T04:24:05.529Z Downloaded owo-colors v4.1.0
9482024-12-21T04:24:05.533Z Downloaded tiny-keccak v2.0.2
9492024-12-21T04:24:05.537Z Downloaded thiserror v2.0.3
9502024-12-21T04:24:05.540Z Downloaded schemars v0.8.21
9512024-12-21T04:24:05.552Z Downloaded shlex v1.3.0
9522024-12-21T04:24:05.554Z Downloaded dirs-next v2.0.0
9532024-12-21T04:24:05.556Z Downloaded difflib v0.4.0
9542024-12-21T04:24:05.557Z Downloaded termcolor v1.4.1
9552024-12-21T04:24:05.557Z Downloaded take_mut v0.2.2
9562024-12-21T04:24:05.562Z Downloaded structmeta-derive v0.2.0
9572024-12-21T04:24:05.562Z Downloaded rustls v0.21.12
9582024-12-21T04:24:05.570Z Downloaded rand_xorshift v0.3.0
9592024-12-21T04:24:05.572Z Downloaded tokio-rustls v0.25.0
9602024-12-21T04:24:05.575Z Downloaded des v0.8.1
9612024-12-21T04:24:05.575Z Downloaded derive_builder_macro v0.20.2
9622024-12-21T04:24:05.577Z Downloaded zone_cfg_derive v0.1.2
9632024-12-21T04:24:05.577Z Downloaded tokio-postgres v0.7.12
9642024-12-21T04:24:05.581Z Downloaded precomputed-hash v0.1.1
9652024-12-21T04:24:05.583Z Downloaded tokio-stream v0.1.16
9662024-12-21T04:24:05.586Z Downloaded parking_lot_core v0.9.10
9672024-12-21T04:24:05.589Z Downloaded multimap v0.10.0
9682024-12-21T04:24:05.589Z Downloaded num-traits v0.2.19
9692024-12-21T04:24:05.592Z Downloaded pin-project-internal v1.1.6
9702024-12-21T04:24:05.595Z Downloaded thiserror-no-std v2.0.2
9712024-12-21T04:24:05.598Z Downloaded structmeta-derive v0.3.0
9722024-12-21T04:24:05.598Z Downloaded nanorand v0.7.0
9732024-12-21T04:24:05.600Z Downloaded smf v0.2.3
9742024-12-21T04:24:05.604Z Downloaded secrecy v0.8.0
9752024-12-21T04:24:05.604Z Downloaded sec1 v0.7.3
9762024-12-21T04:24:05.606Z Downloaded slog v2.7.0
9772024-12-21T04:24:05.609Z Downloaded ref-cast v1.0.23
9782024-12-21T04:24:05.611Z Downloaded zerocopy v0.6.6
9792024-12-21T04:24:05.614Z Downloaded vergen v8.3.2
9802024-12-21T04:24:05.616Z Downloaded float-ord v0.3.2
9812024-12-21T04:24:05.616Z Downloaded embedded-io v0.6.1
9822024-12-21T04:24:05.618Z Downloaded nu-ansi-term v0.50.1
9832024-12-21T04:24:05.621Z Downloaded smallvec v0.6.14
9842024-12-21T04:24:05.621Z Downloaded slog-dtrace v0.3.0
9852024-12-21T04:24:05.623Z Downloaded gimli v0.31.1
9862024-12-21T04:24:05.630Z Downloaded tinystr v0.7.6
9872024-12-21T04:24:05.633Z Downloaded slog-bunyan v2.5.0
9882024-12-21T04:24:05.637Z Downloaded qorb v0.2.1
9892024-12-21T04:24:05.641Z Downloaded publicsuffix v2.2.3
9902024-12-21T04:24:05.644Z Downloaded num-conv v0.1.0
9912024-12-21T04:24:05.644Z Downloaded num v0.4.3
9922024-12-21T04:24:05.644Z Downloaded dunce v1.0.5
9932024-12-21T04:24:05.647Z Downloaded oso v0.27.3
9942024-12-21T04:24:05.650Z Downloaded num_enum_derive v0.5.11
9952024-12-21T04:24:05.650Z Downloaded url v2.5.3
9962024-12-21T04:24:05.653Z Downloaded typed-path v0.9.3
9972024-12-21T04:24:05.660Z Downloaded num-derive v0.4.2
9982024-12-21T04:24:05.662Z Downloaded rand_seeder v0.3.0
9992024-12-21T04:24:05.665Z Downloaded petgraph v0.6.5
10002024-12-21T04:24:05.682Z Downloaded rusqlite v0.32.1
10012024-12-21T04:24:05.688Z Downloaded oso-derive v0.27.3
10022024-12-21T04:24:05.691Z Downloaded x509-cert v0.2.5
10032024-12-21T04:24:05.695Z Downloaded zerocopy v0.8.10
10042024-12-21T04:24:05.720Z Downloaded sqlparser v0.45.0
10052024-12-21T04:24:05.725Z Downloaded sqlformat v0.2.6
10062024-12-21T04:24:05.728Z Downloaded r2d2 v0.8.10
10072024-12-21T04:24:05.731Z Downloaded packed_struct v0.10.1
10082024-12-21T04:24:05.731Z Downloaded p521 v0.13.3
10092024-12-21T04:24:05.735Z Downloaded display-error-chain v0.2.2
10102024-12-21T04:24:05.738Z Downloaded vcpkg v0.2.15
10112024-12-21T04:24:05.772Z Downloaded scheduled-thread-pool v0.2.7
10122024-12-21T04:24:05.789Z Downloaded sha3 v0.10.8
10132024-12-21T04:24:05.789Z Downloaded trust-dns-proto v0.22.0
10142024-12-21T04:24:05.792Z Downloaded value-bag v1.9.0
10152024-12-21T04:24:05.795Z Downloaded newtype_derive v0.1.6
10162024-12-21T04:24:05.795Z Downloaded quinn-udp v0.5.5
10172024-12-21T04:24:05.797Z Downloaded smoltcp v0.9.1
10182024-12-21T04:24:05.807Z Downloaded predicates v3.1.2
10192024-12-21T04:24:05.810Z Downloaded reqwest v0.12.9
10202024-12-21T04:24:05.819Z Downloaded mockall_derive v0.13.0
10212024-12-21T04:24:05.821Z Downloaded vte v0.11.1
10222024-12-21T04:24:05.823Z Downloaded vsss-rs v3.3.4
10232024-12-21T04:24:05.826Z Downloaded rustc_version v0.1.7
10242024-12-21T04:24:05.826Z Downloaded russh-keys v0.45.0
10252024-12-21T04:24:05.829Z Downloaded russh v0.45.0
10262024-12-21T04:24:05.834Z Downloaded uzers v0.12.1
10272024-12-21T04:24:05.837Z Downloaded phf_shared v0.10.0
10282024-12-21T04:24:05.837Z Downloaded ratatui v0.28.1
10292024-12-21T04:24:05.858Z Downloaded polar-core v0.27.3
10302024-12-21T04:24:05.866Z Downloaded openapiv3 v2.0.0
10312024-12-21T04:24:05.877Z Downloaded encoding_rs v0.8.34
10322024-12-21T04:24:05.898Z Downloaded typify-impl v0.2.0
10332024-12-21T04:24:05.912Z Downloaded regress v0.9.1
10342024-12-21T04:24:05.919Z Downloaded tar v0.4.42
10352024-12-21T04:24:05.922Z Downloaded slog-json v2.6.1
10362024-12-21T04:24:05.924Z Downloaded primeorder v0.13.6
10372024-12-21T04:24:05.926Z Downloaded globset v0.4.15
10382024-12-21T04:24:05.926Z Downloaded xattr v1.3.1
10392024-12-21T04:24:05.929Z Downloaded writeable v0.5.5
10402024-12-21T04:24:05.933Z Downloaded subprocess v0.2.9
10412024-12-21T04:24:05.933Z Downloaded slog-scope v4.4.0
10422024-12-21T04:24:05.936Z Downloaded unicode-truncate v1.1.0
10432024-12-21T04:24:05.936Z Downloaded predicates-tree v1.0.11
10442024-12-21T04:24:05.936Z Downloaded pkg-config v0.3.31
10452024-12-21T04:24:05.939Z Downloaded parking_lot_core v0.8.6
10462024-12-21T04:24:05.939Z Downloaded parking_lot v0.12.3
10472024-12-21T04:24:05.942Z Downloaded new_debug_unreachable v1.0.6
10482024-12-21T04:24:05.942Z Downloaded write16 v1.0.0
10492024-12-21T04:24:05.944Z Downloaded winnow v0.5.40
10502024-12-21T04:24:05.951Z Downloaded dropshot v0.12.0
10512024-12-21T04:24:05.972Z Downloaded derive_builder v0.20.2
10522024-12-21T04:24:05.975Z Downloaded zone_cfg_derive v0.3.0
10532024-12-21T04:24:05.977Z Downloaded termios v0.3.3
10542024-12-21T04:24:05.981Z Downloaded tokio-tungstenite v0.24.0
10552024-12-21T04:24:05.981Z Downloaded tokio-tungstenite v0.23.1
10562024-12-21T04:24:05.984Z Downloaded test-strategy v0.3.1
10572024-12-21T04:24:05.986Z Downloaded supports-color v3.0.1
10582024-12-21T04:24:05.986Z Downloaded ssh-encoding v0.2.0
10592024-12-21T04:24:05.990Z Downloaded sigpipe v0.1.3
10602024-12-21T04:24:05.990Z Downloaded signal-hook-mio v0.2.4
10612024-12-21T04:24:05.992Z Downloaded predicates-core v1.0.8
10622024-12-21T04:24:05.992Z Downloaded postgres-protocol v0.6.7
10632024-12-21T04:24:05.992Z Downloaded salsa20 v0.10.2
10642024-12-21T04:24:05.995Z Downloaded russh-cryptovec v0.7.3
10652024-12-21T04:24:05.995Z Downloaded quinn v0.11.5
10662024-12-21T04:24:05.998Z Downloaded pem-rfc7468 v0.7.0
10672024-12-21T04:24:06.002Z Downloaded paste v1.0.15
10682024-12-21T04:24:06.005Z Downloaded ghash v0.5.1
10692024-12-21T04:24:06.005Z Downloaded futures-util v0.3.31
10702024-12-21T04:24:06.015Z Downloaded futures-sink v0.3.31
10712024-12-21T04:24:06.019Z Downloaded futures-io v0.3.31
10722024-12-21T04:24:06.019Z Downloaded funty v2.0.0
10732024-12-21T04:24:06.019Z Downloaded fs_extra v1.3.0
10742024-12-21T04:24:06.022Z Downloaded fragile v2.0.0
10752024-12-21T04:24:06.022Z Downloaded form_urlencoded v1.2.1
10762024-12-21T04:24:06.025Z Downloaded foreign-types-shared v0.3.1
10772024-12-21T04:24:06.025Z Downloaded foreign-types v0.3.2
10782024-12-21T04:24:06.025Z Downloaded foldhash v0.1.3
10792024-12-21T04:24:06.025Z Downloaded tough v0.19.0
10802024-12-21T04:24:06.034Z Downloaded toolchain_find v0.4.0
10812024-12-21T04:24:06.037Z Downloaded defmt v0.3.8
10822024-12-21T04:24:06.040Z Downloaded debug-ignore v1.0.5
10832024-12-21T04:24:06.042Z Downloaded data-encoding v2.6.0
10842024-12-21T04:24:06.045Z Downloaded dropshot_endpoint v0.12.0
10852024-12-21T04:24:06.045Z Downloaded dhcproto-macros v0.1.0
10862024-12-21T04:24:06.048Z Downloaded normalize-line-endings v0.3.0
10872024-12-21T04:24:06.048Z Downloaded tokio v1.40.0
10882024-12-21T04:24:06.084Z Downloaded nodrop v0.1.14
10892024-12-21T04:24:06.087Z Downloaded nibble_vec v0.1.0
10902024-12-21T04:24:06.087Z Downloaded snafu v0.8.5
10912024-12-21T04:24:06.091Z Downloaded slog-envlogger v2.2.0
10922024-12-21T04:24:06.094Z Downloaded regex-automata v0.4.8
10932024-12-21T04:24:06.109Z Downloaded rustfmt-wrapper v0.2.1
10942024-12-21T04:24:06.113Z Downloaded futures-core v0.3.31
10952024-12-21T04:24:06.113Z Downloaded ecdsa v0.16.9
10962024-12-21T04:24:06.114Z Downloaded displaydoc v0.2.5
10972024-12-21T04:24:06.116Z Downloaded darling_core v0.20.10
10982024-12-21T04:24:06.122Z Downloaded vte_generate_state_changes v0.1.2
10992024-12-21T04:24:06.125Z Downloaded tui-tree-widget v0.22.0
11002024-12-21T04:24:06.125Z Downloaded rfc6979 v0.4.0
11012024-12-21T04:24:06.128Z Downloaded petname v2.0.2
11022024-12-21T04:24:06.131Z Downloaded peg-runtime v0.8.3
11032024-12-21T04:24:06.134Z Downloaded parse-display v0.10.0
11042024-12-21T04:24:06.134Z Downloaded p384 v0.13.0
11052024-12-21T04:24:06.139Z Downloaded phf v0.11.2
11062024-12-21T04:24:06.142Z Downloaded subtle v2.6.1
11072024-12-21T04:24:06.142Z Downloaded signal-hook v0.3.17
11082024-12-21T04:24:06.144Z Downloaded foreign-types-macros v0.2.3
11092024-12-21T04:24:06.144Z Downloaded waitgroup v0.1.2
11102024-12-21T04:24:06.149Z Downloaded tungstenite v0.23.0
11112024-12-21T04:24:06.149Z Downloaded topological-sort v0.2.2
11122024-12-21T04:24:06.152Z Downloaded toml_edit v0.19.15
11132024-12-21T04:24:06.166Z Downloaded ron v0.8.1
11142024-12-21T04:24:06.172Z Downloaded regex v1.11.1
11152024-12-21T04:24:06.184Z Downloaded num-rational v0.4.2
11162024-12-21T04:24:06.186Z Downloaded num-iter v0.1.45
11172024-12-21T04:24:06.186Z Downloaded num-integer v0.1.46
11182024-12-21T04:24:06.189Z Downloaded hashlink v0.9.1
11192024-12-21T04:24:06.189Z Downloaded libsw v3.3.1
11202024-12-21T04:24:06.192Z Downloaded kstat-rs v0.2.4
11212024-12-21T04:24:06.192Z Downloaded internet-checksum v0.2.1
11222024-12-21T04:24:06.192Z Downloaded instability v0.3.2
11232024-12-21T04:24:06.195Z Downloaded indent_write v2.2.0
11242024-12-21T04:24:06.195Z Downloaded wait-timeout v0.2.0
11252024-12-21T04:24:06.198Z Downloaded utf8_iter v1.0.4
11262024-12-21T04:24:06.198Z Downloaded rand_core v0.6.4
11272024-12-21T04:24:06.202Z Downloaded lzma-sys v0.1.20
11282024-12-21T04:24:06.230Z Downloaded hyper-staticfile v0.10.1
11292024-12-21T04:24:06.233Z Downloaded bzip2-sys v0.1.11+1.0.8
11302024-12-21T04:24:06.244Z Downloaded ctr v0.9.2
11312024-12-21T04:24:06.248Z Downloaded crossbeam-deque v0.8.5
11322024-12-21T04:24:06.248Z Downloaded cfg_aliases v0.2.1
11332024-12-21T04:24:06.251Z Downloaded bit-set v0.5.3
11342024-12-21T04:24:06.251Z Downloaded aho-corasick v1.1.3
11352024-12-21T04:24:06.255Z Downloaded bit-vec v0.6.3
11362024-12-21T04:24:06.259Z Downloaded base64ct v1.6.0
11372024-12-21T04:24:06.262Z Downloaded hex v0.4.3
11382024-12-21T04:24:06.262Z Downloaded heapless v0.7.17
11392024-12-21T04:24:06.264Z Downloaded aes v0.8.4
11402024-12-21T04:24:06.267Z Downloaded async-stream v0.3.6
11412024-12-21T04:24:06.271Z Downloaded http-body v1.0.1
11422024-12-21T04:24:06.273Z Downloaded hostname v0.3.1
11432024-12-21T04:24:06.273Z Downloaded home v0.5.9
11442024-12-21T04:24:06.274Z Downloaded async-stream-impl v0.3.6
11452024-12-21T04:24:06.274Z Downloaded ahash v0.8.11
11462024-12-21T04:24:06.278Z Downloaded hickory-resolver v0.24.1
11472024-12-21T04:24:06.281Z Downloaded heck v0.3.3
11482024-12-21T04:24:06.284Z Downloaded allocator-api2 v0.2.18
11492024-12-21T04:24:06.496Z Downloaded aws-lc-sys v0.22.0
11502024-12-21T04:24:06.847Z Downloaded ring v0.16.20
11512024-12-21T04:24:06.934Z Downloaded ring v0.17.8
11522024-12-21T04:24:07.046Z Downloaded libsqlite3-sys v0.30.1
11532024-12-21T04:24:07.233Z Compiling serde v1.0.215
11542024-12-21T04:24:07.236Z Compiling lock_api v0.4.12
11552024-12-21T04:24:07.236Z Compiling scopeguard v1.2.0
11562024-12-21T04:24:07.236Z Compiling value-bag v1.9.0
11572024-12-21T04:24:07.236Z Compiling typenum v1.17.0
11582024-12-21T04:24:07.382Z Compiling generic-array v0.14.7
11592024-12-21T04:24:07.422Z Compiling syn v2.0.87
11602024-12-21T04:24:07.436Z Compiling getrandom v0.2.15
11612024-12-21T04:24:07.585Z Compiling subtle v2.6.1
11622024-12-21T04:24:07.736Z Compiling rand_core v0.6.4
11632024-12-21T04:24:07.820Z Compiling log v0.4.22
11642024-12-21T04:24:07.930Z Compiling shlex v1.3.0
11652024-12-21T04:24:07.957Z Compiling jobserver v0.1.32
11662024-12-21T04:24:07.976Z Compiling const-oid v0.9.6
11672024-12-21T04:24:08.279Z Compiling smallvec v1.13.2
11682024-12-21T04:24:08.298Z Compiling spin v0.9.8
11692024-12-21T04:24:08.356Z Compiling cc v1.1.30
11702024-12-21T04:24:08.702Z Compiling pin-project-lite v0.2.14
11712024-12-21T04:24:08.722Z Compiling rustix v0.38.37
11722024-12-21T04:24:08.724Z Compiling parking_lot_core v0.9.10
11732024-12-21T04:24:08.823Z Compiling futures-core v0.3.31
11742024-12-21T04:24:08.904Z Compiling signal-hook-registry v1.4.2
11752024-12-21T04:24:09.069Z Compiling mio v1.0.2
11762024-12-21T04:24:09.646Z Compiling parking_lot v0.12.3
11772024-12-21T04:24:09.746Z Compiling aho-corasick v1.1.3
11782024-12-21T04:24:09.850Z Compiling cpufeatures v0.2.14
11792024-12-21T04:24:09.941Z Compiling regex-syntax v0.8.5
11802024-12-21T04:24:09.959Z Compiling either v1.13.0
11812024-12-21T04:24:10.045Z Compiling lazy_static v1.5.0
11822024-12-21T04:24:10.177Z Compiling futures-sink v0.3.31
11832024-12-21T04:24:10.256Z Compiling stable_deref_trait v1.2.0
11842024-12-21T04:24:10.333Z Compiling glob v0.3.1
11852024-12-21T04:24:10.396Z Compiling socket2 v0.5.7
11862024-12-21T04:24:10.485Z Compiling slab v0.4.9
11872024-12-21T04:24:10.664Z Compiling prettyplease v0.2.25
11882024-12-21T04:24:10.939Z Compiling minimal-lexical v0.2.1
11892024-12-21T04:24:11.021Z Compiling serde_json v1.0.133
11902024-12-21T04:24:11.384Z Compiling nom v7.1.3
11912024-12-21T04:24:11.471Z Compiling clang-sys v1.8.1
11922024-12-21T04:24:11.491Z Compiling libloading v0.8.5
11932024-12-21T04:24:11.748Z Compiling bindgen v0.69.5
11942024-12-21T04:24:11.907Z Compiling home v0.5.9
11952024-12-21T04:24:12.197Z Compiling itertools v0.12.1
11962024-12-21T04:24:12.584Z Compiling futures-channel v0.3.31
11972024-12-21T04:24:12.730Z Compiling foldhash v0.1.3
11982024-12-21T04:24:13.022Z Compiling lazycell v1.3.0
11992024-12-21T04:24:13.066Z Compiling futures-io v0.3.31
12002024-12-21T04:24:13.198Z Compiling futures-task v0.3.31
12012024-12-21T04:24:13.401Z Compiling libm v0.2.8
12022024-12-21T04:24:13.518Z Compiling pin-utils v0.1.0
12032024-12-21T04:24:13.610Z Compiling rustc-hash v1.1.0
12042024-12-21T04:24:13.714Z Compiling allocator-api2 v0.2.18
12052024-12-21T04:24:13.765Z Compiling regex-automata v0.4.8
12062024-12-21T04:24:14.559Z Compiling hashbrown v0.15.1
12072024-12-21T04:24:15.136Z Compiling synstructure v0.13.1
12082024-12-21T04:24:15.619Z Compiling cexpr v0.6.0
12092024-12-21T04:24:15.986Z Compiling cmake v0.1.51
12102024-12-21T04:24:16.883Z Compiling num-traits v0.2.19
12112024-12-21T04:24:17.023Z Compiling pkg-config v0.3.31
12122024-12-21T04:24:17.057Z Compiling tinyvec_macros v0.1.1
12132024-12-21T04:24:17.149Z Compiling dunce v1.0.5
12142024-12-21T04:24:17.168Z Compiling fs_extra v1.3.0
12152024-12-21T04:24:17.389Z Compiling tinyvec v1.8.0
12162024-12-21T04:24:17.773Z Compiling ring v0.17.8
12172024-12-21T04:24:18.579Z Compiling litemap v0.7.3
12182024-12-21T04:24:18.922Z Compiling unicode-normalization v0.1.24
12192024-12-21T04:24:18.943Z Compiling base64ct v1.6.0
12202024-12-21T04:24:18.959Z Compiling unicode-bidi v0.3.17
12212024-12-21T04:24:18.962Z Compiling writeable v0.5.5
12222024-12-21T04:24:19.538Z Compiling regex v1.11.1
12232024-12-21T04:24:19.557Z Compiling paste v1.0.15
12242024-12-21T04:24:20.042Z Compiling pem-rfc7468 v0.7.0
12252024-12-21T04:24:20.387Z Compiling aws-lc-rs v1.10.0
12262024-12-21T04:24:20.629Z Compiling httparse v1.9.5
12272024-12-21T04:24:20.649Z Compiling flagset v0.4.6
12282024-12-21T04:24:20.833Z Compiling tracing-core v0.1.32
12292024-12-21T04:24:20.853Z Compiling percent-encoding v2.3.1
12302024-12-21T04:24:21.212Z Compiling rustls-pki-types v1.10.0
12312024-12-21T04:24:21.371Z Compiling icu_locid_transform_data v1.5.0
12322024-12-21T04:24:21.473Z Compiling crossbeam-utils v0.8.20
12332024-12-21T04:24:22.064Z Compiling untrusted v0.9.0
12342024-12-21T04:24:22.086Z Compiling mirai-annotations v1.12.0
12352024-12-21T04:24:22.105Z Compiling serde_derive v1.0.215
12362024-12-21T04:24:22.232Z Compiling zeroize_derive v1.4.2
12372024-12-21T04:24:22.279Z Compiling zerocopy-derive v0.7.35
12382024-12-21T04:24:22.282Z Compiling tokio-macros v2.4.0
12392024-12-21T04:24:22.477Z Compiling zerofrom-derive v0.1.4
12402024-12-21T04:24:23.750Z Compiling zeroize v1.8.1
12412024-12-21T04:24:23.855Z Compiling thiserror-impl v1.0.69
12422024-12-21T04:24:24.461Z Compiling yoke-derive v0.7.4
12432024-12-21T04:24:24.504Z Compiling zerocopy v0.7.35
12442024-12-21T04:24:25.539Z Compiling crypto-common v0.1.6
12452024-12-21T04:24:25.784Z Compiling block-buffer v0.10.4
12462024-12-21T04:24:26.065Z Compiling digest v0.10.7
12472024-12-21T04:24:26.098Z Compiling zerovec-derive v0.10.3
12482024-12-21T04:24:26.552Z Compiling hmac v0.12.1
12492024-12-21T04:24:26.580Z Compiling futures-macro v0.3.31
12502024-12-21T04:24:26.622Z Compiling zerofrom v0.1.4
12512024-12-21T04:24:26.799Z Compiling block-padding v0.3.3
12522024-12-21T04:24:26.834Z Compiling displaydoc v0.2.5
12532024-12-21T04:24:27.055Z Compiling inout v0.1.3
12542024-12-21T04:24:27.157Z Compiling thiserror v1.0.69
12552024-12-21T04:24:27.297Z Compiling cipher v0.4.4
12562024-12-21T04:24:27.323Z Compiling sha2 v0.10.8
12572024-12-21T04:24:27.561Z Compiling yoke v0.7.4
12582024-12-21T04:24:27.819Z Compiling ppv-lite86 v0.2.20
12592024-12-21T04:24:27.958Z Compiling icu_provider_macros v1.5.0
12602024-12-21T04:24:28.488Z Compiling der_derive v0.7.3
12612024-12-21T04:24:28.491Z Compiling futures-util v0.3.31
12622024-12-21T04:24:28.680Z Compiling rand_chacha v0.3.1
12632024-12-21T04:24:28.711Z Compiling zerovec v0.10.4
12642024-12-21T04:24:29.121Z Compiling tracing-attributes v0.1.27
12652024-12-21T04:24:30.184Z Compiling rand v0.8.5
12662024-12-21T04:24:30.832Z Compiling tinystr v0.7.6
12672024-12-21T04:24:30.969Z Compiling der v0.7.9
12682024-12-21T04:24:31.026Z Compiling icu_collections v1.5.0
12692024-12-21T04:24:31.046Z Compiling salsa20 v0.10.2
12702024-12-21T04:24:31.269Z Compiling icu_locid v1.5.0
12712024-12-21T04:24:31.288Z Compiling pest v2.7.14
12722024-12-21T04:24:32.479Z Compiling pbkdf2 v0.12.2
12732024-12-21T04:24:32.558Z Compiling icu_provider v1.5.0
12742024-12-21T04:24:32.663Z Compiling num-conv v0.1.0
12752024-12-21T04:24:32.821Z Compiling tracing v0.1.40
12762024-12-21T04:24:32.959Z Compiling powerfmt v0.2.0
12772024-12-21T04:24:33.341Z Compiling icu_locid_transform v1.5.0
12782024-12-21T04:24:33.362Z Compiling spki v0.7.3
12792024-12-21T04:24:33.644Z Compiling time-core v0.1.2
12802024-12-21T04:24:33.728Z Compiling vcpkg v0.2.15
12812024-12-21T04:24:33.747Z Compiling untrusted v0.7.1
12822024-12-21T04:24:33.812Z Compiling icu_properties_data v1.5.0
12832024-12-21T04:24:33.932Z Compiling pest_meta v2.7.14
12842024-12-21T04:24:34.075Z Compiling time-macros v0.2.18
12852024-12-21T04:24:34.325Z Compiling deranged v0.3.11
12862024-12-21T04:24:34.378Z Compiling scrypt v0.11.0
12872024-12-21T04:24:34.679Z Compiling icu_properties v1.5.1
12882024-12-21T04:24:36.017Z Compiling openssl-sys v0.9.103
12892024-12-21T04:24:36.098Z Compiling aes v0.8.4
12902024-12-21T04:24:36.332Z Compiling cbc v0.1.2
12912024-12-21T04:24:36.582Z Compiling bitflags v2.6.0
12922024-12-21T04:24:36.777Z Compiling bytes v1.8.0
12932024-12-21T04:24:37.429Z Compiling indexmap v2.6.0
12942024-12-21T04:24:38.087Z Compiling tokio v1.40.0
12952024-12-21T04:24:38.786Z Compiling http v1.1.0
12962024-12-21T04:24:38.955Z Compiling semver v1.0.23
12972024-12-21T04:24:39.002Z Compiling scroll_derive v0.12.0
12982024-12-21T04:24:39.617Z Compiling rustc_version v0.4.1
12992024-12-21T04:24:39.739Z Compiling utf16_iter v1.0.5
13002024-12-21T04:24:39.949Z Compiling num_threads v0.1.7
13012024-12-21T04:24:40.086Z Compiling utf8_iter v1.0.4
13022024-12-21T04:24:40.341Z Compiling write16 v1.0.0
13032024-12-21T04:24:40.382Z Compiling icu_normalizer_data v1.5.0
13042024-12-21T04:24:40.468Z Compiling atomic-waker v1.1.2
13052024-12-21T04:24:40.499Z Compiling icu_normalizer v1.5.0
13062024-12-21T04:24:40.501Z Compiling http-body v1.0.1
13072024-12-21T04:24:40.537Z Compiling time v0.3.36
13082024-12-21T04:24:40.557Z Compiling scroll v0.12.0
13092024-12-21T04:24:40.752Z Compiling pkcs5 v0.7.1
13102024-12-21T04:24:40.828Z Compiling pest_generator v2.7.14
13112024-12-21T04:24:41.107Z Compiling which v4.4.2
13122024-12-21T04:24:41.276Z Compiling form_urlencoded v1.2.1
13132024-12-21T04:24:41.707Z Compiling try-lock v0.2.5
13142024-12-21T04:24:41.864Z Compiling slog v2.7.0
13152024-12-21T04:24:41.960Z Compiling goblin v0.8.2
13162024-12-21T04:24:42.469Z Compiling want v0.3.1
13172024-12-21T04:24:42.489Z Compiling idna_adapter v1.2.0
13182024-12-21T04:24:42.574Z Compiling pkcs8 v0.10.2
13192024-12-21T04:24:42.706Z Compiling uuid v1.11.0
13202024-12-21T04:24:42.773Z Compiling httpdate v1.0.3
13212024-12-21T04:24:42.809Z Compiling pest_derive v2.7.14
13222024-12-21T04:24:43.238Z Compiling iana-time-zone v0.1.61
13232024-12-21T04:24:43.316Z Compiling idna v1.0.3
13242024-12-21T04:24:43.638Z Compiling dtrace-parser v0.2.0
13252024-12-21T04:24:43.708Z Compiling chrono v0.4.38
13262024-12-21T04:24:44.982Z Compiling serde_spanned v0.6.8
13272024-12-21T04:24:45.209Z Compiling serde_tokenstream v0.2.2
13282024-12-21T04:24:45.228Z Compiling toml_datetime v0.6.8
13292024-12-21T04:24:45.784Z Compiling adler2 v2.0.0
13302024-12-21T04:24:45.863Z Compiling tower-service v0.3.3
13312024-12-21T04:24:45.883Z Compiling base64 v0.22.1
13322024-12-21T04:24:45.998Z Compiling foreign-types-shared v0.1.1
13332024-12-21T04:24:46.002Z Compiling match_cfg v0.1.0
13342024-12-21T04:24:46.030Z Compiling rustversion v1.0.17
13352024-12-21T04:24:46.103Z Compiling openssl v0.10.66
13362024-12-21T04:24:46.103Z Compiling hostname v0.3.1
13372024-12-21T04:24:46.364Z Compiling foreign-types v0.3.2
13382024-12-21T04:24:46.642Z Compiling tokio-util v0.7.12
13392024-12-21T04:24:46.657Z Compiling miniz_oxide v0.8.0
13402024-12-21T04:24:46.657Z Compiling url v2.5.3
13412024-12-21T04:24:47.566Z Compiling h2 v0.4.6
13422024-12-21T04:24:47.917Z Compiling dof v0.3.0
13432024-12-21T04:24:48.119Z Compiling openssl-macros v0.1.1
13442024-12-21T04:24:48.179Z Compiling async-trait v0.1.83
13452024-12-21T04:24:48.666Z Compiling usdt-impl v0.5.0
13462024-12-21T04:24:48.912Z Compiling serde_derive_internals v0.29.1
13472024-12-21T04:24:50.161Z Compiling dirs-sys-next v0.1.2
13482024-12-21T04:24:50.228Z Compiling siphasher v0.3.11
13492024-12-21T04:24:50.626Z Compiling schemars v0.8.21
13502024-12-21T04:24:50.907Z Compiling native-tls v0.2.12
13512024-12-21T04:24:50.942Z Compiling rustls v0.22.4
13522024-12-21T04:24:50.969Z Compiling syn v1.0.109
13532024-12-21T04:24:51.204Z Compiling data-encoding v2.6.0
13542024-12-21T04:24:51.251Z Compiling rustls v0.23.19
13552024-12-21T04:24:51.611Z Compiling dirs-next v2.0.0
13562024-12-21T04:24:51.785Z Compiling schemars_derive v0.8.21
13572024-12-21T04:24:52.492Z Compiling http-body-util v0.1.2
13582024-12-21T04:24:53.048Z Compiling heapless v0.7.17
13592024-12-21T04:24:53.242Z Compiling crossbeam-epoch v0.9.18
13602024-12-21T04:24:53.489Z Compiling signature v2.2.0
13612024-12-21T04:24:53.605Z Compiling sha1 v0.10.6
13622024-12-21T04:24:53.757Z Compiling bzip2-sys v0.1.11+1.0.8
13632024-12-21T04:24:53.774Z Compiling thread_local v1.1.8
13642024-12-21T04:24:54.007Z Compiling multer v3.1.0
13652024-12-21T04:24:54.062Z Compiling cookie v0.18.1
13662024-12-21T04:24:54.248Z Compiling encoding_rs v0.8.34
13672024-12-21T04:24:54.283Z Compiling rayon-core v1.12.1
13682024-12-21T04:24:54.310Z Compiling openssl-probe v0.1.5
13692024-12-21T04:24:54.341Z Compiling dyn-clone v1.0.17
13702024-12-21T04:24:54.561Z Compiling hyper v1.5.0
13712024-12-21T04:24:54.581Z Compiling mime v0.3.17
13722024-12-21T04:24:54.644Z Compiling unicode-properties v0.1.3
13732024-12-21T04:24:55.047Z Compiling slog-async v2.8.0
13742024-12-21T04:24:55.091Z Compiling gimli v0.31.1
13752024-12-21T04:24:55.209Z Compiling signal-hook v0.3.17
13762024-12-21T04:24:55.488Z Compiling ipnet v2.10.1
13772024-12-21T04:24:55.691Z Compiling toml_edit v0.22.22
13782024-12-21T04:24:58.270Z Compiling hyper-util v0.1.10
13792024-12-21T04:24:58.854Z Compiling stringprep v0.1.5
13802024-12-21T04:24:59.592Z Compiling addr2line v0.24.2
13812024-12-21T04:25:00.299Z Compiling crossbeam-deque v0.8.5
13822024-12-21T04:25:00.460Z Compiling usdt-macro v0.5.0
13832024-12-21T04:25:00.590Z Compiling usdt-attr-macro v0.5.0
13842024-12-21T04:25:00.635Z Compiling term v0.7.0
13852024-12-21T04:25:01.463Z Compiling slog-json v2.6.1
13862024-12-21T04:25:01.771Z Compiling serde_urlencoded v0.7.1
13872024-12-21T04:25:01.831Z Compiling curve25519-dalek v4.1.3
13882024-12-21T04:25:01.833Z Compiling crossbeam-channel v0.5.13
13892024-12-21T04:25:02.157Z Compiling futures-executor v0.3.31
13902024-12-21T04:25:02.238Z Compiling enum-as-inner v0.6.1
13912024-12-21T04:25:02.319Z Compiling md-5 v0.10.6
13922024-12-21T04:25:02.463Z Compiling async-stream-impl v0.3.6
13932024-12-21T04:25:02.593Z Compiling rustls-pemfile v2.2.0
13942024-12-21T04:25:02.720Z Compiling num-integer v0.1.46
13952024-12-21T04:25:02.941Z Compiling idna v0.3.0
13962024-12-21T04:25:02.964Z Compiling idna v0.4.0
13972024-12-21T04:25:03.358Z Compiling hash32 v0.2.1
13982024-12-21T04:25:03.511Z Compiling ff v0.13.0
13992024-12-21T04:25:03.726Z Compiling is-terminal v0.4.13
14002024-12-21T04:25:03.750Z Compiling object v0.36.5
14012024-12-21T04:25:03.859Z Compiling dropshot v0.12.0
14022024-12-21T04:25:03.874Z Compiling smoltcp v0.9.1
14032024-12-21T04:25:04.105Z Compiling take_mut v0.2.2
14042024-12-21T04:25:04.131Z Compiling linked-hash-map v0.5.6
14052024-12-21T04:25:04.268Z Compiling fallible-iterator v0.2.0
14062024-12-21T04:25:04.527Z Compiling num-bigint-dig v0.8.4
14072024-12-21T04:25:04.586Z Compiling portable-atomic v1.9.0
14082024-12-21T04:25:04.672Z Compiling rustc-demangle v0.1.24
14092024-12-21T04:25:04.692Z Compiling utf-8 v0.7.6
14102024-12-21T04:25:04.811Z Compiling base16ct v0.2.0
14112024-12-21T04:25:04.965Z Compiling psl-types v2.0.11
14122024-12-21T04:25:05.022Z Compiling quick-error v1.2.3
14132024-12-21T04:25:05.140Z Compiling anyhow v1.0.93
14142024-12-21T04:25:05.158Z Compiling resolv-conf v0.7.0
14152024-12-21T04:25:05.176Z Compiling publicsuffix v2.2.3
14162024-12-21T04:25:05.474Z Compiling sec1 v0.7.3
14172024-12-21T04:25:05.671Z Compiling postgres-protocol v0.6.7
14182024-12-21T04:25:05.769Z Compiling tungstenite v0.24.0
14192024-12-21T04:25:06.091Z Compiling lru-cache v0.1.2
14202024-12-21T04:25:06.252Z Compiling hickory-proto v0.24.1
14212024-12-21T04:25:06.284Z Compiling async-stream v0.3.6
14222024-12-21T04:25:06.612Z Compiling slog-term v2.9.1
14232024-12-21T04:25:07.047Z Compiling usdt v0.5.0
14242024-12-21T04:25:07.372Z Compiling group v0.13.0
14252024-12-21T04:25:07.705Z Compiling num-iter v0.1.45
14262024-12-21T04:25:07.927Z Compiling futures v0.3.31
14272024-12-21T04:25:08.056Z Compiling slog-bunyan v2.5.0
14282024-12-21T04:25:08.871Z Compiling camino v1.1.9
14292024-12-21T04:25:09.307Z Compiling tokio-native-tls v0.3.1
14302024-12-21T04:25:09.482Z Compiling toml v0.8.19
14312024-12-21T04:25:09.864Z Compiling phf_shared v0.11.2
14322024-12-21T04:25:09.948Z Compiling dropshot_endpoint v0.12.0
14332024-12-21T04:25:10.268Z Compiling terminal_size v0.4.0
14342024-12-21T04:25:10.509Z Compiling waitgroup v0.1.2
14352024-12-21T04:25:10.594Z Compiling openapiv3 v2.0.0
14362024-12-21T04:25:10.738Z Compiling serde_path_to_error v0.1.16
14372024-12-21T04:25:11.305Z Compiling backtrace v0.3.74
14382024-12-21T04:25:11.588Z Compiling hkdf v0.12.4
14392024-12-21T04:25:11.856Z Compiling crypto-bigint v0.5.5
14402024-12-21T04:25:12.006Z Compiling curve25519-dalek-derive v0.1.1
14412024-12-21T04:25:13.612Z Compiling zerocopy-derive v0.6.6
14422024-12-21T04:25:14.754Z Compiling webpki-roots v0.26.6
14432024-12-21T04:25:14.981Z Compiling idna v0.5.0
14442024-12-21T04:25:15.100Z Compiling hostname v0.4.0
14452024-12-21T04:25:15.225Z Compiling hubpack_derive v0.1.1
14462024-12-21T04:25:15.287Z Compiling fs-err v2.11.0
14472024-12-21T04:25:15.373Z Compiling crc32fast v1.4.2
14482024-12-21T04:25:15.586Z Compiling ahash v0.8.11
14492024-12-21T04:25:15.738Z Compiling bitflags v1.3.2
14502024-12-21T04:25:15.850Z Compiling debug-ignore v1.0.5
14512024-12-21T04:25:15.884Z Compiling winnow v0.5.40
14522024-12-21T04:25:15.929Z Compiling managed v0.8.0
14532024-12-21T04:25:16.006Z Compiling newtype-uuid v1.1.3
14542024-12-21T04:25:16.150Z Compiling console v0.15.8
14552024-12-21T04:25:16.311Z Compiling hubpack v0.1.2
14562024-12-21T04:25:16.693Z Compiling strum_macros v0.25.3
14572024-12-21T04:25:16.792Z Compiling clap_builder v4.5.21
14582024-12-21T04:25:17.030Z Compiling zerocopy v0.6.6
14592024-12-21T04:25:17.869Z Compiling cookie_store v0.21.0
14602024-12-21T04:25:17.989Z Compiling flate2 v1.0.34
14612024-12-21T04:25:18.311Z Compiling elliptic-curve v0.13.8
14622024-12-21T04:25:19.192Z Compiling hickory-resolver v0.24.1
14632024-12-21T04:25:19.460Z Compiling toml_edit v0.19.15
14642024-12-21T04:25:19.820Z Compiling phf v0.11.2
14652024-12-21T04:25:19.825Z Compiling signal-hook-mio v0.2.4
14662024-12-21T04:25:20.008Z Compiling hyper-tls v0.6.0
14672024-12-21T04:25:20.122Z Compiling rayon v1.10.0
14682024-12-21T04:25:20.486Z Compiling bzip2 v0.4.4
14692024-12-21T04:25:20.992Z Compiling tokio-tungstenite v0.24.0
14702024-12-21T04:25:21.540Z Compiling postgres-types v0.2.8
14712024-12-21T04:25:24.605Z Compiling ed25519 v2.2.3
14722024-12-21T04:25:25.102Z Compiling phf_shared v0.10.0
14732024-12-21T04:25:25.549Z Compiling tokio-stream v0.1.16
14742024-12-21T04:25:26.241Z Compiling pkcs1 v0.7.5
14752024-12-21T04:25:26.424Z Compiling serde-big-array v0.5.1
14762024-12-21T04:25:26.536Z Compiling clap_derive v4.5.18
14772024-12-21T04:25:26.645Z Compiling rfc6979 v0.4.0
14782024-12-21T04:25:26.661Z Compiling serde_repr v0.1.19
14792024-12-21T04:25:26.724Z Compiling derive-where v1.2.7
14802024-12-21T04:25:26.843Z Compiling float-cmp v0.9.0
14812024-12-21T04:25:27.063Z Compiling bstr v1.10.0
14822024-12-21T04:25:27.236Z Compiling sync_wrapper v1.0.1
14832024-12-21T04:25:27.400Z Compiling unicode-segmentation v1.12.0
14842024-12-21T04:25:27.705Z Compiling number_prefix v0.4.0
14852024-12-21T04:25:27.879Z Compiling predicates-core v1.0.8
14862024-12-21T04:25:27.942Z Compiling static_assertions v1.1.0
14872024-12-21T04:25:28.051Z Compiling difflib v0.4.0
14882024-12-21T04:25:28.237Z Compiling bit-vec v0.6.3
14892024-12-21T04:25:28.285Z Compiling new_debug_unreachable v1.0.6
14902024-12-21T04:25:28.385Z Compiling unicode-width v0.2.0
14912024-12-21T04:25:28.715Z Compiling normalize-line-endings v0.3.0
14922024-12-21T04:25:28.848Z Compiling whoami v1.5.2
14932024-12-21T04:25:28.920Z Compiling precomputed-hash v0.1.1
14942024-12-21T04:25:28.923Z Compiling fixedbitset v0.4.2
14952024-12-21T04:25:29.043Z Compiling string_cache v0.8.7
14962024-12-21T04:25:29.407Z Compiling petgraph v0.6.5
14972024-12-21T04:25:29.500Z Compiling tokio-postgres v0.7.12
14982024-12-21T04:25:29.534Z Compiling indicatif v0.17.9
14992024-12-21T04:25:29.677Z Compiling predicates v3.1.2
15002024-12-21T04:25:30.340Z Compiling bit-set v0.5.3
15012024-12-21T04:25:30.650Z Compiling similar v2.6.0
15022024-12-21T04:25:31.511Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15032024-12-21T04:25:31.657Z Compiling clap v4.5.21
15042024-12-21T04:25:31.788Z Compiling ecdsa v0.16.9
15052024-12-21T04:25:31.808Z Compiling rsa v0.9.6
15062024-12-21T04:25:32.665Z Compiling ed25519-dalek v2.1.1
15072024-12-21T04:25:33.090Z Compiling toml v0.7.8
15082024-12-21T04:25:33.927Z Compiling zip v0.6.6
15092024-12-21T04:25:34.024Z Compiling crossterm v0.28.1
15102024-12-21T04:25:35.559Z Compiling hex v0.4.3
15112024-12-21T04:25:35.725Z Compiling x509-cert v0.2.5
15122024-12-21T04:25:35.747Z Compiling itertools v0.10.5
15132024-12-21T04:25:35.840Z Compiling lalrpop-util v0.19.12
15142024-12-21T04:25:36.183Z Compiling unicode-xid v0.2.6
15152024-12-21T04:25:36.207Z Compiling peg-runtime v0.8.3
15162024-12-21T04:25:36.351Z Compiling strum_macros v0.26.4
15172024-12-21T04:25:36.914Z Compiling xattr v1.3.1
15182024-12-21T04:25:37.190Z Compiling filetime v0.2.25
15192024-12-21T04:25:37.509Z Compiling tar v0.4.42
15202024-12-21T04:25:41.467Z Compiling strum v0.26.3
15212024-12-21T04:25:44.507Z Compiling aws-lc-sys v0.22.0
15222024-12-21T04:26:16.648Z Compiling rustls-webpki v0.102.8
15232024-12-21T04:26:20.149Z Compiling tokio-rustls v0.25.0
15242024-12-21T04:26:21.805Z Compiling tokio-rustls v0.26.0
15252024-12-21T04:26:22.227Z Compiling hyper-rustls v0.27.3
15262024-12-21T04:26:22.550Z Compiling reqwest v0.12.9
15272024-12-21T04:26:23.631Z Compiling qorb v0.2.1
15282024-12-21T04:26:28.547Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15292024-12-21T04:26:28.760Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15302024-12-21T04:26:34.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s
15312024-12-21T04:26:34.769Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15322024-12-21T04:26:34.816ZDec 21 04:26:33.456 INFO Starting download, target: Console
15332024-12-21T04:26:34.816ZDec 21 04:26:33.456 INFO Starting download, target: Cockroach
15342024-12-21T04:26:34.816ZDec 21 04:26:33.456 INFO Starting download, target: Clickhouse
15352024-12-21T04:26:34.816ZDec 21 04:26:33.456 INFO Starting download, target: DendriteOpenapi
15362024-12-21T04:26:34.816ZDec 21 04:26:33.456 INFO Starting download, target: DendriteStub
15372024-12-21T04:26:34.818ZDec 21 04:26:33.456 INFO Starting download, target: MaghemiteMgd
15382024-12-21T04:26:34.818ZDec 21 04:26:33.456 INFO Starting download, target: TransceiverControl
15392024-12-21T04:26:34.818ZDec 21 04:26:33.457 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15402024-12-21T04:26:34.818ZDec 21 04:26:33.457 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15412024-12-21T04:26:34.818ZDec 21 04:26:33.457 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15422024-12-21T04:26:34.818ZDec 21 04:26:33.457 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15432024-12-21T04:26:34.818ZDec 21 04:26:33.457 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15442024-12-21T04:26:34.818ZDec 21 04:26:33.457 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15452024-12-21T04:26:34.818ZDec 21 04:26:33.457 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15462024-12-21T04:26:35.051ZDec 21 04:26:33.677 INFO Download complete, target: DendriteOpenapi
15472024-12-21T04:26:35.260ZDec 21 04:26:33.860 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15482024-12-21T04:26:35.319ZDec 21 04:26:33.923 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15492024-12-21T04:26:35.649ZDec 21 04:26:34.261 INFO Download complete, target: Console
15502024-12-21T04:26:35.790ZDec 21 04:26:34.429 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15512024-12-21T04:26:35.880ZDec 21 04:26:34.517 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15522024-12-21T04:26:35.895ZDec 21 04:26:34.535 INFO Download complete, target: TransceiverControl
15532024-12-21T04:26:36.450ZDec 21 04:26:35.091 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15542024-12-21T04:26:36.450ZDec 21 04:26:35.091 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15552024-12-21T04:26:37.105ZDec 21 04:26:35.744 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15562024-12-21T04:26:38.700ZDec 21 04:26:37.339 INFO Download complete, target: DendriteStub
15572024-12-21T04:26:38.814ZDec 21 04:26:37.454 INFO Download complete, target: MaghemiteMgd
15582024-12-21T04:26:43.892ZDec 21 04:26:42.533 INFO Checking that binary works, target: Cockroach
15592024-12-21T04:26:44.092ZDec 21 04:26:42.732 INFO Download complete, target: Cockroach
15602024-12-21T04:26:49.432ZDec 21 04:26:48.072 INFO Checking that binary works, target: Clickhouse
15612024-12-21T04:26:49.840ZDec 21 04:26:48.480 INFO Download complete, target: Clickhouse
15622024-12-21T04:26:49.847ZAll prerequisites installed successfully
15632024-12-21T04:26:49.852Z
15642024-12-21T04:26:49.852Zreal 6:46.675703600
15652024-12-21T04:26:49.852Zuser 16:38.855962092
15662024-12-21T04:26:49.852Zsys 3:16.602995839
15672024-12-21T04:26:49.852Ztrap 0.553645963
15682024-12-21T04:26:49.852Ztflt 4.838103239
15692024-12-21T04:26:49.852Zdflt 4.985253356
15702024-12-21T04:26:49.852Zkflt 0.182418670
15712024-12-21T04:26:49.852Zlock 29:49.360529120
15722024-12-21T04:26:49.852Zslp 1:06:16.052635706
15732024-12-21T04:26:49.852Zlat 54.773056127
15742024-12-21T04:26:49.852Zstop 2:14.425741122
15752024-12-21T04:26:49.852Z+ ptime -m cargo xtask download softnpu
15762024-12-21T04:26:50.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15772024-12-21T04:26:50.404Z Running `target/debug/xtask download softnpu`
15782024-12-21T04:26:51.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
15792024-12-21T04:26:51.301Z Running `target/debug/xtask-downloader softnpu`
15802024-12-21T04:26:51.341ZDec 21 04:26:49.981 INFO Starting download, target: Softnpu
15812024-12-21T04:26:51.344ZDec 21 04:26:49.981 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15822024-12-21T04:26:51.799ZDec 21 04:26:50.438 INFO Download complete, target: Softnpu
15832024-12-21T04:26:51.805Z
15842024-12-21T04:26:51.808Zreal 1.947525335
15852024-12-21T04:26:51.808Zuser 1.275639125
15862024-12-21T04:26:51.808Zsys 0.540860029
15872024-12-21T04:26:51.808Ztrap 0.000485237
15882024-12-21T04:26:51.808Ztflt 0.000039930
15892024-12-21T04:26:51.808Zdflt 0.000036660
15902024-12-21T04:26:51.808Zkflt 0.000000000
15912024-12-21T04:26:51.808Zlock 4.583904815
15922024-12-21T04:26:51.808Zslp 0.321992959
15932024-12-21T04:26:51.808Zlat 0.067637484
15942024-12-21T04:26:51.808Zstop 0.000164346
15952024-12-21T04:26:51.808Z+ export CARGO_INCREMENTAL=0
15962024-12-21T04:26:51.808Z+ CARGO_INCREMENTAL=0
15972024-12-21T04:26:51.808Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15982024-12-21T04:26:52.767Z Compiling proc-macro2 v1.0.89
15992024-12-21T04:26:52.767Z Compiling unicode-ident v1.0.13
16002024-12-21T04:26:52.767Z Compiling libc v0.2.162
16012024-12-21T04:26:52.769Z Compiling serde v1.0.215
16022024-12-21T04:26:52.769Z Compiling autocfg v1.4.0
16032024-12-21T04:26:52.769Z Compiling version_check v0.9.5
16042024-12-21T04:26:52.769Z Compiling cfg-if v1.0.0
16052024-12-21T04:26:53.019Z Compiling memchr v2.7.4
16062024-12-21T04:26:53.078Z Compiling shlex v1.3.0
16072024-12-21T04:26:53.145Z Compiling typenum v1.17.0
16082024-12-21T04:26:53.469Z Compiling value-bag v1.9.0
16092024-12-21T04:26:53.555Z Compiling generic-array v0.14.7
16102024-12-21T04:26:53.766Z Compiling lock_api v0.4.12
16112024-12-21T04:26:53.875Z Compiling scopeguard v1.2.0
16122024-12-21T04:26:54.028Z Compiling log v0.4.22
16132024-12-21T04:26:54.091Z Compiling parking_lot_core v0.9.10
16142024-12-21T04:26:54.466Z Compiling serde_json v1.0.133
16152024-12-21T04:26:54.492Z Compiling once_cell v1.20.2
16162024-12-21T04:26:54.657Z Compiling libm v0.2.8
16172024-12-21T04:26:54.766Z Compiling quote v1.0.37
16182024-12-21T04:26:54.866Z Compiling jobserver v0.1.32
16192024-12-21T04:26:54.886Z Compiling getrandom v0.2.15
16202024-12-21T04:26:55.088Z Compiling rustix v0.38.37
16212024-12-21T04:26:55.169Z Compiling syn v2.0.87
16222024-12-21T04:26:55.339Z Compiling cc v1.1.30
16232024-12-21T04:26:55.377Z Compiling num-traits v0.2.19
16242024-12-21T04:26:55.403Z Compiling thiserror v1.0.69
16252024-12-21T04:26:55.524Z Compiling aho-corasick v1.1.3
16262024-12-21T04:26:55.616Z Compiling regex-syntax v0.8.5
16272024-12-21T04:26:55.655Z Compiling either v1.13.0
16282024-12-21T04:26:55.730Z Compiling itoa v1.0.11
16292024-12-21T04:26:55.903Z Compiling spin v0.9.8
16302024-12-21T04:26:56.193Z Compiling slab v0.4.9
16312024-12-21T04:26:56.282Z Compiling byteorder v1.5.0
16322024-12-21T04:26:56.629Z Compiling errno v0.3.9
16332024-12-21T04:26:56.853Z Compiling rand_core v0.6.4
16342024-12-21T04:26:56.856Z Compiling lazy_static v1.5.0
16352024-12-21T04:26:56.999Z Compiling glob v0.3.1
16362024-12-21T04:26:57.541Z Compiling prettyplease v0.2.25
16372024-12-21T04:26:57.773Z Compiling clang-sys v1.8.1
16382024-12-21T04:26:58.200Z Compiling minimal-lexical v0.2.1
16392024-12-21T04:26:58.282Z Compiling libloading v0.8.5
16402024-12-21T04:26:58.449Z Compiling home v0.5.9
16412024-12-21T04:26:58.671Z Compiling nom v7.1.3
16422024-12-21T04:26:58.700Z Compiling subtle v2.6.1
16432024-12-21T04:26:58.804Z Compiling bindgen v0.69.5
16442024-12-21T04:26:59.021Z Compiling allocator-api2 v0.2.18
16452024-12-21T04:26:59.221Z Compiling regex-automata v0.4.8
16462024-12-21T04:26:59.448Z Compiling itertools v0.12.1
16472024-12-21T04:26:59.838Z Compiling rustc-hash v1.1.0
16482024-12-21T04:26:59.879Z Compiling smallvec v1.13.2
16492024-12-21T04:26:59.980Z Compiling semver v1.0.23
16502024-12-21T04:27:00.369Z Compiling lazycell v1.3.0
16512024-12-21T04:27:00.449Z Compiling cmake v0.1.51
16522024-12-21T04:27:00.742Z Compiling fs_extra v1.3.0
16532024-12-21T04:27:01.295Z Compiling dunce v1.0.5
16542024-12-21T04:27:01.915Z Compiling pkg-config v0.3.31
16552024-12-21T04:27:01.967Z Compiling ryu v1.0.18
16562024-12-21T04:27:02.261Z Compiling cexpr v0.6.0
16572024-12-21T04:27:02.367Z Compiling ring v0.17.8
16582024-12-21T04:27:02.674Z Compiling pin-project-lite v0.2.14
16592024-12-21T04:27:02.794Z Compiling fnv v1.0.7
16602024-12-21T04:27:02.813Z Compiling synstructure v0.13.1
16612024-12-21T04:27:03.154Z Compiling paste v1.0.15
16622024-12-21T04:27:03.368Z Compiling schemars v0.8.21
16632024-12-21T04:27:03.590Z Compiling const-oid v0.9.6
16642024-12-21T04:27:03.913Z Compiling serde_derive_internals v0.29.1
16652024-12-21T04:27:04.236Z Compiling equivalent v1.0.1
16662024-12-21T04:27:04.293Z Compiling httparse v1.9.5
16672024-12-21T04:27:04.372Z Compiling aws-lc-rs v1.10.0
16682024-12-21T04:27:04.792Z Compiling regex v1.11.1
16692024-12-21T04:27:04.929Z Compiling foldhash v0.1.3
16702024-12-21T04:27:05.579Z Compiling hashbrown v0.15.1
16712024-12-21T04:27:05.821Z Compiling heck v0.5.0
16722024-12-21T04:27:06.161Z Compiling signal-hook-registry v1.4.2
16732024-12-21T04:27:06.259Z Compiling parking_lot v0.12.3
16742024-12-21T04:27:06.717Z Compiling mio v1.0.2
16752024-12-21T04:27:07.623Z Compiling crossbeam-utils v0.8.20
16762024-12-21T04:27:08.257Z Compiling stable_deref_trait v1.2.0
16772024-12-21T04:27:08.590Z Compiling socket2 v0.5.7
16782024-12-21T04:27:08.606Z Compiling time-core v0.1.2
16792024-12-21T04:27:08.606Z Compiling serde_derive v1.0.215
16802024-12-21T04:27:08.606Z Compiling zeroize_derive v1.4.2
16812024-12-21T04:27:09.276Z Compiling zerocopy-derive v0.7.35
16822024-12-21T04:27:09.364Z Compiling thiserror-impl v1.0.69
16832024-12-21T04:27:09.543Z Compiling tokio-macros v2.4.0
16842024-12-21T04:27:09.904Z Compiling zerofrom-derive v0.1.4
16852024-12-21T04:27:10.019Z Compiling yoke-derive v0.7.4
16862024-12-21T04:27:10.066Z Compiling zeroize v1.8.1
16872024-12-21T04:27:10.651Z Compiling futures-macro v0.3.31
16882024-12-21T04:27:11.003Z Compiling zerovec-derive v0.10.3
16892024-12-21T04:27:11.246Z Compiling zerocopy v0.7.35
16902024-12-21T04:27:12.189Z Compiling displaydoc v0.2.5
16912024-12-21T04:27:12.578Z Compiling crypto-common v0.1.6
16922024-12-21T04:27:12.682Z Compiling tracing-attributes v0.1.27
16932024-12-21T04:27:12.777Z Compiling schemars_derive v0.8.21
16942024-12-21T04:27:12.901Z Compiling icu_provider_macros v1.5.0
16952024-12-21T04:27:13.369Z Compiling block-buffer v0.10.4
16962024-12-21T04:27:13.706Z Compiling digest v0.10.7
16972024-12-21T04:27:13.706Z Compiling der_derive v0.7.3
16982024-12-21T04:27:13.856Z Compiling futures-core v0.3.31
16992024-12-21T04:27:14.028Z Compiling num-conv v0.1.0
17002024-12-21T04:27:14.336Z Compiling time-macros v0.2.18
17012024-12-21T04:27:14.999Z Compiling vcpkg v0.2.15
17022024-12-21T04:27:16.325Z Compiling syn v1.0.109
17032024-12-21T04:27:16.626Z Compiling openssl-sys v0.9.103
17042024-12-21T04:27:17.135Z Compiling cpufeatures v0.2.14
17052024-12-21T04:27:17.238Z Compiling slog v2.7.0
17062024-12-21T04:27:17.303Z Compiling futures-sink v0.3.31
17072024-12-21T04:27:17.538Z Compiling ahash v0.8.11
17082024-12-21T04:27:17.769Z Compiling iana-time-zone v0.1.61
17092024-12-21T04:27:17.892Z Compiling zerofrom v0.1.4
17102024-12-21T04:27:18.138Z Compiling scroll_derive v0.12.0
17112024-12-21T04:27:18.376Z Compiling ucd-trie v0.1.7
17122024-12-21T04:27:18.496Z Compiling yoke v0.7.4
17132024-12-21T04:27:18.543Z Compiling futures-channel v0.3.31
17142024-12-21T04:27:18.890Z Compiling pest v2.7.14
17152024-12-21T04:27:19.012Z Compiling hmac v0.12.1
17162024-12-21T04:27:19.392Z Compiling futures-task v0.3.31
17172024-12-21T04:27:19.511Z Compiling pin-utils v0.1.0
17182024-12-21T04:27:19.677Z Compiling openssl v0.10.66
17192024-12-21T04:27:19.947Z Compiling futures-io v0.3.31
17202024-12-21T04:27:20.081Z Compiling zerovec v0.10.4
17212024-12-21T04:27:20.218Z Compiling futures-util v0.3.31
17222024-12-21T04:27:20.394Z Compiling block-padding v0.3.3
17232024-12-21T04:27:20.783Z Compiling tinyvec_macros v0.1.1
17242024-12-21T04:27:20.887Z Compiling tinyvec v1.8.0
17252024-12-21T04:27:21.810Z Compiling pest_meta v2.7.14
17262024-12-21T04:27:22.147Z Compiling bitflags v2.6.0
17272024-12-21T04:27:22.165Z Compiling bytes v1.8.0
17282024-12-21T04:27:24.347Z Compiling indexmap v2.6.0
17292024-12-21T04:27:25.730Z Compiling tokio v1.40.0
17302024-12-21T04:27:25.902Z Compiling serde_tokenstream v0.2.2
17312024-12-21T04:27:26.427Z Compiling uuid v1.11.0
17322024-12-21T04:27:26.472Z Compiling which v4.4.2
17332024-12-21T04:27:27.148Z Compiling http v1.1.0
17342024-12-21T04:27:27.643Z Compiling chrono v0.4.38
17352024-12-21T04:27:27.675Z Compiling rustc_version v0.4.1
17362024-12-21T04:27:30.628Z Compiling pest_generator v2.7.14
17372024-12-21T04:27:30.950Z Compiling serde_spanned v0.6.8
17382024-12-21T04:27:31.183Z Compiling toml_datetime v0.6.8
17392024-12-21T04:27:31.619Z Compiling inout v0.1.3
17402024-12-21T04:27:32.421Z Compiling openssl-macros v0.1.1
17412024-12-21T04:27:32.912Z Compiling dyn-clone v1.0.17
17422024-12-21T04:27:33.185Z Compiling rustls v0.23.19
17432024-12-21T04:27:33.247Z Compiling strsim v0.11.1
17442024-12-21T04:27:33.460Z Compiling native-tls v0.2.12
17452024-12-21T04:27:34.691Z Compiling pest_derive v2.7.14
17462024-12-21T04:27:34.986Z Compiling cipher v0.4.4
17472024-12-21T04:27:35.442Z Compiling unicode-normalization v0.1.24
17482024-12-21T04:27:35.479Z Compiling tinystr v0.7.6
17492024-12-21T04:27:35.509Z Compiling sha2 v0.10.8
17502024-12-21T04:27:35.951Z Compiling tracing-core v0.1.32
17512024-12-21T04:27:36.036Z Compiling usdt-impl v0.5.0
17522024-12-21T04:27:36.296Z Compiling litemap v0.7.3
17532024-12-21T04:27:36.370Z Compiling writeable v0.5.5
17542024-12-21T04:27:36.541Z Compiling unicode-bidi v0.3.17
17552024-12-21T04:27:36.694Z Compiling base64ct v1.6.0
17562024-12-21T04:27:37.269Z Compiling pem-rfc7468 v0.7.0
17572024-12-21T04:27:37.792Z Compiling icu_locid v1.5.0
17582024-12-21T04:27:37.891Z Compiling tracing v0.1.40
17592024-12-21T04:27:39.126Z Compiling scroll v0.12.0
17602024-12-21T04:27:39.363Z Compiling ppv-lite86 v0.2.20
17612024-12-21T04:27:39.617Z Compiling async-trait v0.1.83
17622024-12-21T04:27:40.248Z Compiling cookie v0.18.1
17632024-12-21T04:27:40.511Z Compiling plain v0.2.3
17642024-12-21T04:27:40.619Z Compiling aws-lc-sys v0.22.0
17652024-12-21T04:27:40.668Z Compiling flagset v0.4.6
17662024-12-21T04:27:40.861Z Compiling anyhow v1.0.93
17672024-12-21T04:27:41.861Z Compiling camino v1.1.9
17682024-12-21T04:27:42.902Z Compiling der v0.7.9
17692024-12-21T04:27:44.361Z Compiling goblin v0.8.2
17702024-12-21T04:27:45.475Z Compiling rand_chacha v0.3.1
17712024-12-21T04:27:46.430Z Compiling icu_provider v1.5.0
17722024-12-21T04:27:47.347Z Compiling icu_locid_transform_data v1.5.0
17732024-12-21T04:27:47.453Z Compiling percent-encoding v2.3.1
17742024-12-21T04:27:47.800Z Compiling rustls-pki-types v1.10.0
17752024-12-21T04:27:48.160Z Compiling rustls v0.22.4
17762024-12-21T04:27:49.324Z Compiling untrusted v0.7.1
17772024-12-21T04:27:49.400Z Compiling rayon-core v1.12.1
17782024-12-21T04:27:49.573Z Compiling pretty-hex v0.4.1
17792024-12-21T04:27:49.792Z Compiling dof v0.3.0
17802024-12-21T04:27:49.942Z Compiling icu_locid_transform v1.5.0
17812024-12-21T04:27:51.505Z Compiling rand v0.8.5
17822024-12-21T04:27:51.527Z Compiling spki v0.7.3
17832024-12-21T04:27:52.037Z Compiling dtrace-parser v0.2.0
17842024-12-21T04:27:52.086Z Compiling salsa20 v0.10.2
17852024-12-21T04:27:52.311Z Compiling tokio-util v0.7.12
17862024-12-21T04:27:52.978Z Compiling icu_collections v1.5.0
17872024-12-21T04:27:53.087Z Compiling pbkdf2 v0.12.2
17882024-12-21T04:27:53.815Z Compiling thread-id v4.2.2
17892024-12-21T04:27:53.923Z Compiling icu_properties_data v1.5.0
17902024-12-21T04:27:53.942Z Compiling untrusted v0.9.0
17912024-12-21T04:27:53.974Z Compiling winnow v0.5.40
17922024-12-21T04:27:54.138Z Compiling mirai-annotations v1.12.0
17932024-12-21T04:27:54.307Z Compiling powerfmt v0.2.0
17942024-12-21T04:27:54.571Z Compiling deranged v0.3.11
17952024-12-21T04:27:56.234Z Compiling icu_properties v1.5.1
17962024-12-21T04:27:57.945Z Compiling toml_edit v0.19.15
17972024-12-21T04:27:59.776Z Compiling scrypt v0.11.0
17982024-12-21T04:27:59.962Z Compiling aes v0.8.4
17992024-12-21T04:28:00.275Z Compiling cbc v0.1.2
18002024-12-21T04:28:00.499Z Compiling multer v3.1.0
18012024-12-21T04:28:00.786Z Compiling atomic-waker v1.1.2
18022024-12-21T04:28:00.947Z Compiling icu_normalizer_data v1.5.0
18032024-12-21T04:28:01.206Z Compiling num_threads v0.1.7
18042024-12-21T04:28:01.240Z Compiling utf16_iter v1.0.5
18052024-12-21T04:28:01.353Z Compiling rustversion v1.0.17
18062024-12-21T04:28:01.429Z Compiling slog-async v2.8.0
18072024-12-21T04:28:01.676Z Compiling utf8_iter v1.0.4
18082024-12-21T04:28:01.921Z Compiling write16 v1.0.0
18092024-12-21T04:28:02.015Z Compiling time v0.3.36
18102024-12-21T04:28:02.061Z Compiling icu_normalizer v1.5.0
18112024-12-21T04:28:03.158Z Compiling pkcs5 v0.7.1
18122024-12-21T04:28:04.288Z Compiling form_urlencoded v1.2.1
18132024-12-21T04:28:04.927Z Compiling http-body v1.0.1
18142024-12-21T04:28:05.186Z Compiling heapless v0.7.17
18152024-12-21T04:28:05.724Z Compiling bzip2-sys v0.1.11+1.0.8
18162024-12-21T04:28:06.199Z Compiling try-lock v0.2.5
18172024-12-21T04:28:06.386Z Compiling signal-hook v0.3.17
18182024-12-21T04:28:07.049Z Compiling want v0.3.1
18192024-12-21T04:28:08.602Z Compiling pkcs8 v0.10.2
18202024-12-21T04:28:08.806Z Compiling idna_adapter v1.2.0
18212024-12-21T04:28:09.293Z Compiling h2 v0.4.6
18222024-12-21T04:28:10.281Z Compiling usdt-macro v0.5.0
18232024-12-21T04:28:11.626Z Compiling usdt-attr-macro v0.5.0
18242024-12-21T04:28:12.392Z Compiling async-stream-impl v0.3.6
18252024-12-21T04:28:12.464Z Compiling httpdate v1.0.3
18262024-12-21T04:28:13.138Z Compiling adler2 v2.0.0
18272024-12-21T04:28:13.617Z Compiling miniz_oxide v0.8.0
18282024-12-21T04:28:14.486Z Compiling idna v1.0.3
18292024-12-21T04:28:16.203Z Compiling curve25519-dalek v4.1.3
18302024-12-21T04:28:16.598Z Compiling openapiv3 v2.0.0
18312024-12-21T04:28:16.907Z Compiling hyper v1.5.0
18322024-12-21T04:28:19.779Z Compiling enum-as-inner v0.6.1
18332024-12-21T04:28:20.779Z Compiling dropshot v0.12.0
18342024-12-21T04:28:20.846Z Compiling foreign-types-shared v0.1.1
18352024-12-21T04:28:20.963Z Compiling smoltcp v0.9.1
18362024-12-21T04:28:20.982Z Compiling base64 v0.22.1
18372024-12-21T04:28:21.065Z Compiling portable-atomic v1.9.0
18382024-12-21T04:28:21.081Z Compiling newtype-uuid v1.1.3
18392024-12-21T04:28:21.362Z Compiling tower-service v0.3.3
18402024-12-21T04:28:21.499Z Compiling match_cfg v0.1.0
18412024-12-21T04:28:21.577Z Compiling num-bigint-dig v0.8.4
18422024-12-21T04:28:21.927Z Compiling hyper-util v0.1.10
18432024-12-21T04:28:21.947Z Compiling hostname v0.3.1
18442024-12-21T04:28:22.809Z Compiling foreign-types v0.3.2
18452024-12-21T04:28:27.633Z Compiling url v2.5.3
18462024-12-21T04:28:29.428Z Compiling dirs-sys-next v0.1.2
18472024-12-21T04:28:29.605Z Compiling siphasher v0.3.11
18482024-12-21T04:28:29.651Z Compiling gimli v0.31.1
18492024-12-21T04:28:29.925Z Compiling data-encoding v2.6.0
18502024-12-21T04:28:29.978Z Compiling ident_case v1.0.1
18512024-12-21T04:28:30.078Z Compiling heck v0.4.1
18522024-12-21T04:28:30.164Z Compiling darling_core v0.20.10
18532024-12-21T04:28:30.635Z Compiling dirs-next v2.0.0
18542024-12-21T04:28:33.171Z Compiling http-body-util v0.1.2
18552024-12-21T04:28:36.344Z Compiling addr2line v0.24.2
18562024-12-21T04:28:36.756Z Compiling crossbeam-epoch v0.9.18
18572024-12-21T04:28:36.893Z Compiling hubpack_derive v0.1.1
18582024-12-21T04:28:37.230Z Compiling dropshot_endpoint v0.12.0
18592024-12-21T04:28:37.448Z Compiling sha1 v0.10.6
18602024-12-21T04:28:37.477Z Compiling signature v2.2.0
18612024-12-21T04:28:37.713Z Compiling zerocopy-derive v0.6.6
18622024-12-21T04:28:37.730Z Compiling curve25519-dalek-derive v0.1.1
18632024-12-21T04:28:37.923Z Compiling object v0.36.5
18642024-12-21T04:28:39.414Z Compiling thread_local v1.1.8
18652024-12-21T04:28:39.651Z Compiling fs-err v2.11.0
18662024-12-21T04:28:39.881Z Compiling encoding_rs v0.8.34
18672024-12-21T04:28:41.307Z Compiling winnow v0.6.20
18682024-12-21T04:28:43.323Z Compiling mime v0.3.17
18692024-12-21T04:28:43.853Z Compiling anstyle v1.0.10
18702024-12-21T04:28:44.308Z Compiling unicode-properties v0.1.3
18712024-12-21T04:28:44.702Z Compiling rustc-demangle v0.1.24
18722024-12-21T04:28:45.126Z Compiling utf8parse v0.2.2
18732024-12-21T04:28:46.989Z Compiling openssl-probe v0.1.5
18742024-12-21T04:28:47.303Z Compiling ipnet v2.10.1
18752024-12-21T04:28:49.033Z Compiling backtrace v0.3.74
18762024-12-21T04:28:50.587Z Compiling anstyle-parse v0.2.5
18772024-12-21T04:28:50.920Z Compiling toml_edit v0.22.22
18782024-12-21T04:28:51.125Z Compiling stringprep v0.1.5
18792024-12-21T04:28:54.549Z Compiling rustls-webpki v0.102.8
18802024-12-21T04:28:55.317Z Compiling crossbeam-deque v0.8.5
18812024-12-21T04:28:59.927Z Compiling darling_macro v0.20.10
18822024-12-21T04:29:01.346Z Compiling term v0.7.0
18832024-12-21T04:29:02.638Z Compiling slog-json v2.6.1
18842024-12-21T04:29:04.500Z Compiling serde_urlencoded v0.7.1
18852024-12-21T04:29:05.189Z Compiling crossbeam-channel v0.5.13
18862024-12-21T04:29:05.238Z Compiling rustls-pemfile v2.2.0
18872024-12-21T04:29:05.556Z Compiling hashbrown v0.14.5
18882024-12-21T04:29:06.206Z Compiling idna v0.3.0
18892024-12-21T04:29:06.234Z Compiling idna v0.4.0
18902024-12-21T04:29:06.932Z Compiling futures-executor v0.3.31
18912024-12-21T04:29:07.666Z Compiling num-integer v0.1.46
18922024-12-21T04:29:07.901Z Compiling md-5 v0.10.6
18932024-12-21T04:29:08.103Z Compiling ff v0.13.0
18942024-12-21T04:29:08.154Z Compiling hash32 v0.2.1
18952024-12-21T04:29:08.342Z Compiling memmap v0.7.0
18962024-12-21T04:29:08.385Z Compiling is-terminal v0.4.13
18972024-12-21T04:29:08.524Z Compiling is_terminal_polyfill v1.70.1
18982024-12-21T04:29:08.682Z Compiling colorchoice v1.0.2
18992024-12-21T04:29:08.682Z Compiling utf-8 v0.7.6
19002024-12-21T04:29:08.841Z Compiling psl-types v2.0.11
19012024-12-21T04:29:09.048Z Compiling fallible-iterator v0.2.0
19022024-12-21T04:29:09.524Z Compiling take_mut v0.2.2
19032024-12-21T04:29:09.688Z Compiling quick-error v1.2.3
19042024-12-21T04:29:10.246Z Compiling base16ct v0.2.0
19052024-12-21T04:29:10.279Z Compiling anstyle-query v1.1.1
19062024-12-21T04:29:10.433Z Compiling linked-hash-map v0.5.6
19072024-12-21T04:29:10.825Z Compiling lru-cache v0.1.2
19082024-12-21T04:29:11.030Z Compiling sec1 v0.7.3
19092024-12-21T04:29:11.429Z Compiling anstream v0.6.15
19102024-12-21T04:29:11.608Z Compiling resolv-conf v0.7.0
19112024-12-21T04:29:12.095Z Compiling postgres-protocol v0.6.7
19122024-12-21T04:29:13.299Z Compiling publicsuffix v2.2.3
19132024-12-21T04:29:13.358Z Compiling tungstenite v0.24.0
19142024-12-21T04:29:13.562Z Compiling usdt v0.5.0
19152024-12-21T04:29:13.913Z Compiling slog-term v2.9.1
19162024-12-21T04:29:15.016Z Compiling group v0.13.0
19172024-12-21T04:29:15.311Z Compiling num-iter v0.1.45
19182024-12-21T04:29:15.314Z Compiling futures v0.3.31
19192024-12-21T04:29:15.370Z Compiling hickory-proto v0.24.1
19202024-12-21T04:29:15.457Z Compiling regress v0.10.1
19212024-12-21T04:29:19.062Z Compiling tokio-rustls v0.26.0
19222024-12-21T04:29:19.309Z Compiling slog-bunyan v2.5.0
19232024-12-21T04:29:19.528Z Compiling darling v0.20.10
19242024-12-21T04:29:19.546Z Compiling tokio-rustls v0.25.0
19252024-12-21T04:29:19.919Z Compiling toml v0.8.19
19262024-12-21T04:29:19.993Z Compiling tokio-native-tls v0.3.1
19272024-12-21T04:29:20.214Z Compiling strum_macros v0.25.3
19282024-12-21T04:29:20.280Z Compiling phf_shared v0.11.2
19292024-12-21T04:29:20.799Z Compiling async-stream v0.3.6
19302024-12-21T04:29:20.862Z Compiling waitgroup v0.1.2
19312024-12-21T04:29:21.066Z Compiling webpki-roots v0.26.6
19322024-12-21T04:29:21.468Z Compiling idna v0.5.0
19332024-12-21T04:29:21.511Z Compiling terminal_size v0.4.0
19342024-12-21T04:29:21.779Z Compiling serde_path_to_error v0.1.16
19352024-12-21T04:29:22.563Z Compiling hkdf v0.12.4
19362024-12-21T04:29:22.809Z Compiling crypto-bigint v0.5.5
19372024-12-21T04:29:22.906Z Compiling clap_derive v4.5.18
19382024-12-21T04:29:22.926Z Compiling derive-where v1.2.7
19392024-12-21T04:29:23.779Z Compiling serde_repr v0.1.19
19402024-12-21T04:29:24.541Z Compiling hostname v0.4.0
19412024-12-21T04:29:24.753Z Compiling crc32fast v1.4.2
19422024-12-21T04:29:25.070Z Compiling clap_lex v0.7.2
19432024-12-21T04:29:25.392Z Compiling unicode-width v0.1.14
19442024-12-21T04:29:25.536Z Compiling managed v0.8.0
19452024-12-21T04:29:25.943Z Compiling bitflags v1.3.2
19462024-12-21T04:29:25.976Z Compiling debug-ignore v1.0.5
19472024-12-21T04:29:26.489Z Compiling console v0.15.8
19482024-12-21T04:29:26.693Z Compiling elliptic-curve v0.13.8
19492024-12-21T04:29:27.570Z Compiling clap_builder v4.5.21
19502024-12-21T04:29:28.700Z Compiling flate2 v1.0.34
19512024-12-21T04:29:29.688Z Compiling cookie_store v0.21.0
19522024-12-21T04:29:31.616Z Compiling hyper-rustls v0.27.3
19532024-12-21T04:29:34.202Z Compiling hickory-resolver v0.24.1
19542024-12-21T04:29:35.428Z Compiling phf v0.11.2
19552024-12-21T04:29:35.680Z Compiling hyper-tls v0.6.0
19562024-12-21T04:29:35.751Z Compiling signal-hook-mio v0.2.4
19572024-12-21T04:29:35.920Z Compiling typify-impl v0.2.0
19582024-12-21T04:29:36.072Z Compiling bzip2 v0.4.4
19592024-12-21T04:29:36.453Z Compiling rayon v1.10.0
19602024-12-21T04:29:36.607Z Compiling tokio-tungstenite v0.24.0
19612024-12-21T04:29:37.179Z Compiling postgres-types v0.2.8
19622024-12-21T04:29:37.591Z Compiling zerocopy v0.6.6
19632024-12-21T04:29:37.909Z Compiling hubpack v0.1.2
19642024-12-21T04:29:38.351Z Compiling ed25519 v2.2.3
19652024-12-21T04:29:38.471Z Compiling phf_shared v0.10.0
19662024-12-21T04:29:38.814Z Compiling pkcs1 v0.7.5
19672024-12-21T04:29:38.897Z Compiling tokio-stream v0.1.16
19682024-12-21T04:29:39.844Z Compiling ipnetwork v0.20.0
19692024-12-21T04:29:40.275Z Compiling serde-big-array v0.5.1
19702024-12-21T04:29:40.523Z Compiling rfc6979 v0.4.0
19712024-12-21T04:29:40.718Z Compiling float-cmp v0.9.0
19722024-12-21T04:29:40.935Z Compiling sync_wrapper v1.0.1
19732024-12-21T04:29:41.096Z Compiling bstr v1.10.0
19742024-12-21T04:29:42.473Z Compiling fixedbitset v0.4.2
19752024-12-21T04:29:42.694Z Compiling unicode-segmentation v1.12.0
19762024-12-21T04:29:43.155Z Compiling number_prefix v0.4.0
19772024-12-21T04:29:43.395Z Compiling predicates-core v1.0.8
19782024-12-21T04:29:43.557Z Compiling normalize-line-endings v0.3.0
19792024-12-21T04:29:43.697Z Compiling difflib v0.4.0
19802024-12-21T04:29:43.719Z Compiling whoami v1.5.2
19812024-12-21T04:29:43.737Z Compiling bit-vec v0.6.3
19822024-12-21T04:29:44.002Z Compiling static_assertions v1.1.0
19832024-12-21T04:29:44.185Z Compiling unicode-width v0.2.0
19842024-12-21T04:29:44.273Z Compiling precomputed-hash v0.1.1
19852024-12-21T04:29:44.399Z Compiling new_debug_unreachable v1.0.6
19862024-12-21T04:29:44.506Z Compiling string_cache v0.8.7
19872024-12-21T04:29:44.694Z Compiling indicatif v0.17.9
19882024-12-21T04:29:44.697Z Compiling predicates v3.1.2
19892024-12-21T04:29:44.923Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19902024-12-21T04:29:44.969Z Compiling bit-set v0.5.3
19912024-12-21T04:29:45.325Z Compiling tokio-postgres v0.7.12
19922024-12-21T04:29:45.907Z Compiling similar v2.6.0
19932024-12-21T04:29:46.514Z Compiling petgraph v0.6.5
19942024-12-21T04:29:47.874Z Compiling typify-macro v0.2.0
19952024-12-21T04:29:48.227Z Compiling reqwest v0.12.9
19962024-12-21T04:29:50.515Z Compiling ecdsa v0.16.9
19972024-12-21T04:29:51.569Z Compiling qorb v0.2.1
19982024-12-21T04:29:51.803Z Compiling rsa v0.9.6
19992024-12-21T04:29:52.231Z Compiling ed25519-dalek v2.1.1
20002024-12-21T04:29:52.795Z Compiling zip v0.6.6
20012024-12-21T04:29:53.177Z Compiling crossterm v0.28.1
20022024-12-21T04:29:53.541Z Compiling clap v4.5.21
20032024-12-21T04:29:54.878Z Compiling toml v0.7.8
20042024-12-21T04:29:55.760Z Compiling x509-cert v0.2.5
20052024-12-21T04:29:56.559Z Compiling hex v0.4.3
20062024-12-21T04:29:57.357Z Compiling itertools v0.10.5
20072024-12-21T04:29:57.914Z Compiling unicode-xid v0.2.6
20082024-12-21T04:29:58.003Z Compiling peg-runtime v0.8.3
20092024-12-21T04:29:58.100Z Compiling lalrpop-util v0.19.12
20102024-12-21T04:29:58.471Z Compiling zerocopy v0.8.10
20112024-12-21T04:30:00.279Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20122024-12-21T04:30:04.629Z Compiling proc-macro-crate v1.3.1
20132024-12-21T04:30:04.728Z Compiling macaddr v1.0.1
20142024-12-21T04:30:05.362Z Compiling zerocopy-derive v0.8.10
20152024-12-21T04:30:05.387Z Compiling itertools v0.13.0
20162024-12-21T04:30:06.080Z Compiling heapless v0.8.0
20172024-12-21T04:30:08.756Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20182024-12-21T04:30:13.190Z Compiling num_enum_derive v0.5.11
20192024-12-21T04:30:22.157Z Compiling hash32 v0.3.1
20202024-12-21T04:30:22.676Z Compiling smoltcp v0.11.0
20212024-12-21T04:30:23.081Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20222024-12-21T04:30:28.511Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20232024-12-21T04:30:29.417Z Compiling num_enum v0.5.11
20242024-12-21T04:30:29.619Z Compiling typify v0.2.0
20252024-12-21T04:30:29.796Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20262024-12-21T04:30:30.924Z Compiling proc-macro-error-attr v1.0.4
20272024-12-21T04:30:31.232Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20282024-12-21T04:30:31.528Z Compiling unsafe-libyaml v0.2.11
20292024-12-21T04:30:31.902Z Compiling cobs v0.2.3
20302024-12-21T04:30:33.325Z Compiling serde_yaml v0.9.34+deprecated
20312024-12-21T04:30:37.190Z Compiling postcard v1.0.10
20322024-12-21T04:30:47.355Z Compiling progenitor-impl v0.8.0
20332024-12-21T04:30:49.311Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20342024-12-21T04:31:00.469Z Compiling strum_macros v0.26.4
20352024-12-21T04:31:01.711Z Compiling structmeta-derive v0.3.0
20362024-12-21T04:31:01.879Z Compiling foreign-types-macros v0.2.3
20372024-12-21T04:31:02.026Z Compiling proc-macro-error v1.0.4
20382024-12-21T04:31:02.060Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20392024-12-21T04:31:02.774Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20402024-12-21T04:31:03.599Z Compiling foreign-types-shared v0.3.1
20412024-12-21T04:31:04.345Z Compiling structmeta v0.3.0
20422024-12-21T04:31:05.266Z Compiling strum v0.26.3
20432024-12-21T04:31:05.307Z Compiling foreign-types v0.5.0
20442024-12-21T04:31:09.816Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20452024-12-21T04:31:13.736Z Compiling progenitor-macro v0.8.0
20462024-12-21T04:31:18.028Z Compiling progenitor-client v0.8.0
20472024-12-21T04:31:19.120Z Compiling tabwriter v1.4.0
20482024-12-21T04:31:23.220Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20492024-12-21T04:31:23.689Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20502024-12-21T04:31:24.065Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20512024-12-21T04:31:24.443Z Compiling cstr-argument v0.1.2
20522024-12-21T04:31:24.505Z Compiling dropshot v0.13.0
20532024-12-21T04:31:24.698Z Compiling fastrand v2.1.1
20542024-12-21T04:31:24.930Z Compiling thiserror v2.0.3
20552024-12-21T04:31:25.369Z Compiling crucible-workspace-hack v0.1.0
20562024-12-21T04:31:25.513Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20572024-12-21T04:31:25.806Z Compiling pretty-hex v0.2.1
20582024-12-21T04:31:26.073Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20592024-12-21T04:31:26.189Z Compiling tempfile v3.13.0
20602024-12-21T04:31:26.586Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20612024-12-21T04:31:26.739Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20622024-12-21T04:31:26.758Z Compiling progenitor v0.8.0
20632024-12-21T04:31:26.937Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20642024-12-21T04:31:27.473Z Compiling parse-display-derive v0.10.0
20652024-12-21T04:31:27.791Z Compiling colored v2.1.0
20662024-12-21T04:31:27.846Z Compiling serde_with_macros v3.11.0
20672024-12-21T04:31:28.715Z Compiling dropshot_endpoint v0.13.0
20682024-12-21T04:31:29.058Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20692024-12-21T04:31:29.816Z Compiling thiserror-impl v2.0.3
20702024-12-21T04:31:30.476Z Compiling instant v0.1.13
20712024-12-21T04:31:30.496Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20722024-12-21T04:31:30.644Z Compiling backoff v0.4.0
20732024-12-21T04:31:30.897Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20742024-12-21T04:31:31.031Z Compiling serde_with v3.11.0
20752024-12-21T04:31:31.051Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20762024-12-21T04:31:31.452Z Compiling parse-display v0.10.0
20772024-12-21T04:31:33.012Z Compiling zone_cfg_derive v0.3.0
20782024-12-21T04:31:33.538Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20792024-12-21T04:31:33.998Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20802024-12-21T04:31:34.253Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20812024-12-21T04:31:34.400Z Compiling camino-tempfile v1.1.1
20822024-12-21T04:31:34.837Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20832024-12-21T04:31:35.201Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20842024-12-21T04:31:35.317Z Compiling regress v0.9.1
20852024-12-21T04:31:35.400Z Compiling num-derive v0.4.2
20862024-12-21T04:31:35.495Z Compiling sigpipe v0.1.3
20872024-12-21T04:31:35.643Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20882024-12-21T04:31:35.953Z Compiling libefi-sys v0.1.0
20892024-12-21T04:31:36.299Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20902024-12-21T04:31:37.559Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
20912024-12-21T04:31:39.131Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20922024-12-21T04:31:39.641Z Compiling zone v0.3.0
20932024-12-21T04:31:39.701Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20942024-12-21T04:31:41.065Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20952024-12-21T04:31:43.918Z Compiling smf v0.2.3
20962024-12-21T04:31:44.011Z Compiling bitfield-struct v0.6.2
20972024-12-21T04:31:44.054Z Compiling ring v0.16.20
20982024-12-21T04:31:45.077Z Compiling blake3 v1.5.4
20992024-12-21T04:31:45.439Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21002024-12-21T04:31:45.978Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21012024-12-21T04:31:46.778Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21022024-12-21T04:31:46.958Z Compiling xattr v1.3.1
21032024-12-21T04:31:46.983Z Compiling filetime v0.2.25
21042024-12-21T04:31:47.290Z Compiling memmap2 v0.9.5
21052024-12-21T04:31:47.349Z Compiling arrayvec v0.7.6
21062024-12-21T04:31:47.849Z Compiling arrayref v0.3.9
21072024-12-21T04:31:47.898Z Compiling constant_time_eq v0.3.1
21082024-12-21T04:31:47.925Z Compiling same-file v1.0.6
21092024-12-21T04:31:47.962Z Compiling spin v0.5.2
21102024-12-21T04:31:48.090Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21112024-12-21T04:31:48.220Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21122024-12-21T04:31:48.240Z Compiling walkdir v2.5.0
21132024-12-21T04:31:49.828Z Compiling tar v0.4.42
21142024-12-21T04:31:51.000Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21152024-12-21T04:31:51.074Z Compiling gethostname v0.5.0
21162024-12-21T04:31:51.278Z Compiling cargo-platform v0.1.8
21172024-12-21T04:31:51.419Z Compiling topological-sort v0.2.2
21182024-12-21T04:31:51.715Z Compiling cargo_metadata v0.18.1
21192024-12-21T04:31:52.658Z Compiling shell-words v1.1.0
21202024-12-21T04:31:54.314Z Compiling omicron-zone-package v0.11.1
21212024-12-21T04:31:58.584Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21222024-12-21T04:32:00.892Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21232024-12-21T04:32:04.198Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21242024-12-21T04:32:21.775Z Finished `release` profile [optimized] target(s) in 5m 29s
21252024-12-21T04:32:21.944Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21262024-12-21T04:32:21.994ZLogging to: /work/oxidecomputer/omicron/out/LOG
21272024-12-21T04:32:21.997ZCreated new build target 'test' and set it as active
21282024-12-21T04:32:21.997Z
21292024-12-21T04:32:21.997Zreal 5:30.183631620
21302024-12-21T04:32:21.997Zuser 37:16.616885418
21312024-12-21T04:32:21.997Zsys 4:58.477508846
21322024-12-21T04:32:21.997Ztrap 1.112370600
21332024-12-21T04:32:21.997Ztflt 3.480238813
21342024-12-21T04:32:21.997Zdflt 0.768796274
21352024-12-21T04:32:21.997Zkflt 0.009157393
21362024-12-21T04:32:21.997Zlock 1:18:20.703681555
21372024-12-21T04:32:21.997Zslp 2:35:53.092294167
21382024-12-21T04:32:22.003Zlat 2:32.482582101
21392024-12-21T04:32:22.003Zstop 4:36.694125760
21402024-12-21T04:32:22.003Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21412024-12-21T04:32:22.971Z Finished `release` profile [optimized] target(s) in 0.92s
21422024-12-21T04:32:23.031Z Running `target/release/omicron-package -t test package`
21432024-12-21T04:32:23.078ZLogging to: /work/oxidecomputer/omicron/out/LOG
21442024-12-21T04:32:24.242Z Compiling convert_case v0.4.0
21452024-12-21T04:32:24.242Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21462024-12-21T04:32:24.242Z Compiling newline-converter v0.3.0
21472024-12-21T04:32:24.247Z Compiling password-hash v0.5.0
21482024-12-21T04:32:24.247Z Compiling blake2 v0.10.6
21492024-12-21T04:32:24.247Z Compiling base64 v0.21.7
21502024-12-21T04:32:24.247Z Compiling atomicwrites v0.4.4
21512024-12-21T04:32:24.390Z Compiling progenitor-client v0.8.0
21522024-12-21T04:32:24.581Z Compiling owo-colors v4.1.0
21532024-12-21T04:32:24.618Z Compiling expectorate v1.1.0
21542024-12-21T04:32:24.808Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21552024-12-21T04:32:24.861Z Compiling cancel-safe-futures v0.1.5
21562024-12-21T04:32:24.923Z Compiling progenitor v0.8.0
21572024-12-21T04:32:25.004Z Compiling argon2 v0.5.3
21582024-12-21T04:32:25.088Z Compiling derive_more v0.99.18
21592024-12-21T04:32:25.180Z Compiling num-rational v0.4.2
21602024-12-21T04:32:25.227Z Compiling num-complex v0.4.6
21612024-12-21T04:32:25.957Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21622024-12-21T04:32:26.208Z Compiling libsw v3.3.1
21632024-12-21T04:32:26.515Z Compiling num v0.4.3
21642024-12-21T04:32:26.534Z Compiling float-ord v0.3.2
21652024-12-21T04:32:26.552Z Compiling swrite v0.1.0
21662024-12-21T04:32:26.567Z Compiling indent_write v2.2.0
21672024-12-21T04:32:26.638Z Compiling linear-map v1.2.0
21682024-12-21T04:32:26.677Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21692024-12-21T04:32:26.713Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21702024-12-21T04:32:26.787Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21712024-12-21T04:32:27.077Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21722024-12-21T04:32:27.316Z Compiling highway v1.2.0
21732024-12-21T04:32:27.547Z Compiling semver v0.1.20
21742024-12-21T04:32:28.102Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21752024-12-21T04:32:28.458Z Compiling rustc_version v0.1.7
21762024-12-21T04:32:28.724Z Compiling tungstenite v0.21.0
21772024-12-21T04:32:28.892Z Compiling newtype_derive v0.1.6
21782024-12-21T04:32:29.199Z Compiling ipnetwork v0.20.0
21792024-12-21T04:32:30.008Z Compiling tokio-tungstenite v0.21.0
21802024-12-21T04:32:30.659Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21812024-12-21T04:32:31.341Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21822024-12-21T04:32:31.829Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21832024-12-21T04:32:34.018Z Compiling humantime v2.1.0
21842024-12-21T04:32:34.835Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21852024-12-21T04:32:34.863Z Compiling dropshot v0.13.0
21862024-12-21T04:32:34.940Z Compiling instant v0.1.13
21872024-12-21T04:32:35.108Z Compiling backoff v0.4.0
21882024-12-21T04:32:35.483Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21892024-12-21T04:32:35.953Z Compiling steno v0.4.1
21902024-12-21T04:32:36.196Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21912024-12-21T04:32:36.226Z Compiling parse-display v0.10.0
21922024-12-21T04:32:36.796Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21932024-12-21T04:32:36.987Z Compiling serde_with v3.11.0
21942024-12-21T04:32:41.077Z Compiling strum v0.26.3
21952024-12-21T04:32:41.132Z Compiling regress v0.9.1
21962024-12-21T04:32:41.268Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21972024-12-21T04:32:44.208Z Compiling macaddr v1.0.1
21982024-12-21T04:32:44.227Z Compiling slog-dtrace v0.3.0
21992024-12-21T04:32:44.397Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22002024-12-21T04:32:44.651Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22012024-12-21T04:32:45.104Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22022024-12-21T04:32:46.487Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22032024-12-21T04:32:47.039Z Compiling prettyplease v0.2.25
22042024-12-21T04:32:47.407Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22052024-12-21T04:32:47.596Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22062024-12-21T04:32:48.649Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22072024-12-21T04:32:50.845Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22082024-12-21T04:32:51.447Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22092024-12-21T04:33:03.639Z Compiling half v2.4.1
22102024-12-21T04:33:04.294Z Compiling ciborium-io v0.2.2
22112024-12-21T04:33:04.362Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22122024-12-21T04:33:04.445Z Compiling ciborium-ll v0.2.2
22132024-12-21T04:33:04.987Z Compiling ciborium v0.2.2
22142024-12-21T04:33:05.044Z Compiling display-error-chain v0.2.2
22152024-12-21T04:33:05.280Z Compiling fastrand v2.1.1
22162024-12-21T04:33:05.579Z Compiling same-file v1.0.6
22172024-12-21T04:33:05.828Z Compiling walkdir v2.5.0
22182024-12-21T04:33:05.847Z Compiling tempfile v3.13.0
22192024-12-21T04:33:06.228Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22202024-12-21T04:33:06.515Z Compiling ring v0.16.20
22212024-12-21T04:33:06.664Z Compiling blake3 v1.5.4
22222024-12-21T04:33:07.113Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22232024-12-21T04:33:07.318Z Compiling xattr v1.3.1
22242024-12-21T04:33:07.600Z Compiling memmap2 v0.9.5
22252024-12-21T04:33:08.035Z Compiling filetime v0.2.25
22262024-12-21T04:33:08.351Z Compiling spin v0.5.2
22272024-12-21T04:33:08.628Z Compiling keccak v0.1.5
22282024-12-21T04:33:09.159Z Compiling arrayref v0.3.9
22292024-12-21T04:33:09.282Z Compiling constant_time_eq v0.3.1
22302024-12-21T04:33:09.401Z Compiling arrayvec v0.7.6
22312024-12-21T04:33:09.668Z Compiling sha3 v0.10.8
22322024-12-21T04:33:10.333Z Compiling tar v0.4.42
22332024-12-21T04:33:10.335Z Compiling camino-tempfile v1.1.1
22342024-12-21T04:33:10.580Z Compiling toolchain_find v0.4.0
22352024-12-21T04:33:10.795Z Compiling const_format_proc_macros v0.2.33
22362024-12-21T04:33:10.845Z Compiling topological-sort v0.2.2
22372024-12-21T04:33:11.078Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22382024-12-21T04:33:11.097Z Compiling crunchy v0.2.2
22392024-12-21T04:33:11.181Z Compiling radium v0.7.0
22402024-12-21T04:33:11.549Z Compiling maplit v1.0.2
22412024-12-21T04:33:11.620Z Compiling omicron-zone-package v0.11.1
22422024-12-21T04:33:11.668Z Compiling rustfmt-wrapper v0.2.1
22432024-12-21T04:33:11.688Z Compiling tiny-keccak v2.0.2
22442024-12-21T04:33:11.975Z Compiling maybe-uninit v2.0.0
22452024-12-21T04:33:12.236Z Compiling tap v1.0.1
22462024-12-21T04:33:12.422Z Compiling wyz v0.5.1
22472024-12-21T04:33:12.606Z Compiling const_format v0.2.33
22482024-12-21T04:33:12.632Z Compiling dsl_auto_type v0.1.2
22492024-12-21T04:33:12.657Z Compiling phf_generator v0.11.2
22502024-12-21T04:33:12.849Z Compiling scheduled-thread-pool v0.2.7
22512024-12-21T04:33:12.874Z Compiling secrecy v0.8.0
22522024-12-21T04:33:12.891Z Compiling async-recursion v1.1.1
22532024-12-21T04:33:13.159Z Compiling diesel_table_macro_syntax v0.2.0
22542024-12-21T04:33:13.572Z Compiling funty v2.0.0
22552024-12-21T04:33:13.927Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22562024-12-21T04:33:14.063Z Compiling arc-swap v1.7.1
22572024-12-21T04:33:14.103Z Compiling crc-catalog v2.4.0
22582024-12-21T04:33:14.232Z Compiling packed_struct v0.10.1
22592024-12-21T04:33:14.299Z Compiling crc v3.2.1
22602024-12-21T04:33:14.407Z Compiling diesel_derives v2.2.3
22612024-12-21T04:33:14.671Z Compiling slog-scope v4.4.0
22622024-12-21T04:33:14.749Z Compiling bitvec v1.0.1
22632024-12-21T04:33:15.506Z Compiling r2d2 v0.8.10
22642024-12-21T04:33:15.986Z Compiling phf_codegen v0.11.2
22652024-12-21T04:33:16.282Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22662024-12-21T04:33:16.313Z Compiling ascii-canvas v3.0.0
22672024-12-21T04:33:16.519Z Compiling universal-hash v0.5.1
22682024-12-21T04:33:16.768Z Compiling packed_struct_codegen v0.10.1
22692024-12-21T04:33:16.802Z Compiling thiserror-impl-no-std v2.0.2
22702024-12-21T04:33:16.988Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22712024-12-21T04:33:19.244Z Compiling parse-zoneinfo v0.3.1
22722024-12-21T04:33:19.375Z Compiling ena v0.14.3
22732024-12-21T04:33:19.414Z Compiling indexmap v1.9.3
22742024-12-21T04:33:19.734Z Compiling opaque-debug v0.3.1
22752024-12-21T04:33:19.802Z Compiling regex-syntax v0.6.29
22762024-12-21T04:33:19.853Z Compiling nodrop v0.1.14
22772024-12-21T04:33:20.000Z Compiling diff v0.1.13
22782024-12-21T04:33:20.570Z Compiling array-init v0.0.4
22792024-12-21T04:33:20.815Z Compiling chrono-tz-build v0.4.0
22802024-12-21T04:33:21.894Z Compiling poly1305 v0.8.0
22812024-12-21T04:33:22.007Z Compiling thiserror-no-std v2.0.2
22822024-12-21T04:33:23.452Z Compiling lalrpop v0.19.12
22832024-12-21T04:33:25.243Z Compiling smallvec v0.6.14
22842024-12-21T04:33:25.717Z Compiling slog-stdlog v4.1.1
22852024-12-21T04:33:25.905Z Compiling diesel v2.2.6
22862024-12-21T04:33:26.601Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22872024-12-21T04:33:26.912Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22882024-12-21T04:33:27.513Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22892024-12-21T04:33:27.532Z Compiling chacha20 v0.9.1
22902024-12-21T04:33:27.724Z Compiling aead v0.5.2
22912024-12-21T04:33:27.935Z Compiling vte_generate_state_changes v0.1.2
22922024-12-21T04:33:28.080Z Compiling bitfield v0.14.0
22932024-12-21T04:33:28.409Z Compiling hashbrown v0.12.3
22942024-12-21T04:33:28.529Z Compiling ref-cast v1.0.23
22952024-12-21T04:33:29.071Z Compiling termcolor v1.4.1
22962024-12-21T04:33:30.185Z Compiling env_logger v0.10.2
22972024-12-21T04:33:31.011Z Compiling vte v0.11.1
22982024-12-21T04:33:32.501Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22992024-12-21T04:33:33.276Z Compiling chacha20poly1305 v0.10.1
23002024-12-21T04:33:33.494Z Compiling slog-envlogger v2.2.0
23012024-12-21T04:33:36.315Z Compiling serde-hex v0.1.0
23022024-12-21T04:33:41.563Z Compiling vsss-rs v3.3.4
23032024-12-21T04:33:45.885Z Compiling chrono-tz v0.10.0
23042024-12-21T04:33:46.518Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23052024-12-21T04:33:46.871Z Compiling ron v0.8.1
23062024-12-21T04:33:49.537Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23072024-12-21T04:33:49.626Z Compiling polar-core v0.27.3
23082024-12-21T04:33:49.838Z Compiling derive_builder_core v0.20.2
23092024-12-21T04:33:50.875Z Compiling hashbrown v0.13.2
23102024-12-21T04:33:52.078Z Compiling headers-core v0.3.0
23112024-12-21T04:33:52.253Z Compiling fxhash v0.2.1
23122024-12-21T04:33:52.326Z Compiling libxml v0.3.3
23132024-12-21T04:33:52.483Z Compiling ref-cast-impl v1.0.23
23142024-12-21T04:33:52.692Z Compiling zip v2.1.3
23152024-12-21T04:33:52.885Z Compiling lockfree-object-pool v0.1.6
23162024-12-21T04:33:53.028Z Compiling bumpalo v3.16.0
23172024-12-21T04:33:53.216Z Compiling simd-adler32 v0.3.7
23182024-12-21T04:33:53.607Z Compiling bytecount v0.6.8
23192024-12-21T04:33:53.646Z Compiling crc-any v2.5.0
23202024-12-21T04:33:53.955Z Compiling papergrid v0.11.0
23212024-12-21T04:33:54.379Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23222024-12-21T04:33:54.822Z Compiling zopfli v0.8.1
23232024-12-21T04:33:59.204Z Compiling object v0.30.4
23242024-12-21T04:34:04.286Z Compiling headers v0.4.0
23252024-12-21T04:34:06.576Z Compiling derive_builder_macro v0.20.2
23262024-12-21T04:34:07.451Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23272024-12-21T04:34:09.066Z Compiling strip-ansi-escapes v0.2.0
23282024-12-21T04:34:09.483Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23292024-12-21T04:34:09.805Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23302024-12-21T04:34:10.102Z Compiling tabled_derive v0.7.0
23312024-12-21T04:34:12.271Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23322024-12-21T04:34:12.514Z Compiling fd-lock v4.0.2
23332024-12-21T04:34:12.570Z Compiling peg-macros v0.8.4
23342024-12-21T04:34:12.644Z Compiling strum_macros v0.24.3
23352024-12-21T04:34:12.763Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23362024-12-21T04:34:13.817Z Compiling kstat-rs v0.2.4
23372024-12-21T04:34:14.955Z Compiling samael v0.0.17
23382024-12-21T04:34:15.859Z Compiling unicase v2.7.0
23392024-12-21T04:34:15.917Z Compiling nu-ansi-term v0.50.1
23402024-12-21T04:34:16.163Z Compiling indoc v1.0.9
23412024-12-21T04:34:16.465Z Compiling path-slash v0.1.5
23422024-12-21T04:34:16.735Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23432024-12-21T04:34:17.029Z Compiling reedline v0.35.0
23442024-12-21T04:34:17.087Z Compiling peg v0.8.4
23452024-12-21T04:34:17.205Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23462024-12-21T04:34:20.582Z Compiling tabled v0.15.0
23472024-12-21T04:34:22.998Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23482024-12-21T04:34:32.431Z Compiling derive_builder v0.20.2
23492024-12-21T04:34:37.674Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23502024-12-21T04:34:38.002Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23512024-12-21T04:34:40.961Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23522024-12-21T04:34:41.082Z Compiling pem v3.0.4
23532024-12-21T04:34:41.265Z Compiling bcs v0.1.6
23542024-12-21T04:34:41.393Z Compiling oso-derive v0.27.3
23552024-12-21T04:34:42.146Z Compiling impl-trait-for-tuples v0.2.2
23562024-12-21T04:34:42.381Z Compiling libz-sys v1.1.20
23572024-12-21T04:34:42.562Z Compiling quick-xml v0.33.0
23582024-12-21T04:34:43.057Z Compiling diesel-dtrace v0.4.2
23592024-12-21T04:34:43.384Z Compiling parking_lot_core v0.8.6
23602024-12-21T04:34:49.059Z Compiling oso v0.27.3
23612024-12-21T04:34:49.319Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23622024-12-21T04:34:50.885Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23632024-12-21T04:34:56.342Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23642024-12-21T04:34:59.525Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23652024-12-21T04:34:59.832Z Compiling bb8 v0.8.5
23662024-12-21T04:35:00.479Z Compiling buf-list v1.0.3
23672024-12-21T04:35:01.156Z Compiling async-bb8-diesel v0.2.1
23682024-12-21T04:35:03.602Z Compiling nibble_vec v0.1.0
23692024-12-21T04:35:03.869Z Compiling libgit2-sys v0.17.0+1.8.1
23702024-12-21T04:35:04.682Z Compiling pin-project-internal v1.1.6
23712024-12-21T04:35:06.587Z Compiling atty v0.2.14
23722024-12-21T04:35:06.774Z Compiling endian-type v0.1.2
23732024-12-21T04:35:07.053Z Compiling salty v0.3.0
23742024-12-21T04:35:07.520Z Compiling pin-project v1.1.6
23752024-12-21T04:35:07.545Z Compiling radix_trie v0.2.1
23762024-12-21T04:35:08.826Z Compiling parking_lot v0.11.2
23772024-12-21T04:35:11.924Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23782024-12-21T04:35:18.525Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23792024-12-21T04:35:23.346Z Compiling snafu-derive v0.8.5
23802024-12-21T04:35:25.951Z Compiling sled v0.34.7
23812024-12-21T04:35:28.017Z Compiling snafu v0.8.5
23822024-12-21T04:35:29.233Z Compiling mime_guess v2.0.5
23832024-12-21T04:35:30.391Z Compiling hickory-client v0.24.1
23842024-12-21T04:35:37.342Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23852024-12-21T04:35:37.771Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23862024-12-21T04:35:38.421Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23872024-12-21T04:35:38.798Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23882024-12-21T04:35:39.487Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23892024-12-21T04:35:41.026Z Compiling globset v0.4.15
23902024-12-21T04:35:43.582Z Compiling hickory-server v0.24.1
23912024-12-21T04:35:47.589Z Compiling primeorder v0.13.6
23922024-12-21T04:35:48.197Z Compiling olpc-cjson v0.1.4
23932024-12-21T04:35:48.549Z Compiling castaway v0.2.3
23942024-12-21T04:35:48.565Z Compiling vergen v8.3.2
23952024-12-21T04:35:48.758Z Compiling env_filter v0.1.2
23962024-12-21T04:35:48.876Z Compiling cargo-platform v0.1.8
23972024-12-21T04:35:49.825Z Compiling serde_plain v1.0.2
23982024-12-21T04:35:49.958Z Compiling nanorand v0.7.0
23992024-12-21T04:35:50.256Z Compiling memoffset v0.9.1
24002024-12-21T04:35:50.555Z Compiling typed-path v0.9.3
24012024-12-21T04:35:50.818Z Compiling flume v0.11.1
24022024-12-21T04:35:51.571Z Compiling cargo_metadata v0.18.1
24032024-12-21T04:35:54.978Z Compiling tough v0.19.0
24042024-12-21T04:35:56.461Z Compiling env_logger v0.11.5
24052024-12-21T04:35:57.694Z Compiling compact_str v0.8.0
24062024-12-21T04:35:57.871Z Compiling p384 v0.13.0
24072024-12-21T04:35:58.241Z Compiling git2 v0.19.0
24082024-12-21T04:35:59.001Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24092024-12-21T04:36:00.712Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24102024-12-21T04:36:03.914Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24112024-12-21T04:36:08.185Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24122024-12-21T04:36:09.414Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24132024-12-21T04:36:10.889Z Compiling unicode-truncate v1.1.0
24142024-12-21T04:36:11.193Z Compiling lru v0.12.5
24152024-12-21T04:36:11.575Z Compiling rand_seeder v0.3.0
24162024-12-21T04:36:12.128Z Compiling libsqlite3-sys v0.30.1
24172024-12-21T04:36:12.668Z Compiling lzma-sys v0.1.20
24182024-12-21T04:36:13.400Z Compiling instability v0.3.2
24192024-12-21T04:36:14.397Z Compiling cassowary v0.3.0
24202024-12-21T04:36:15.381Z Compiling parse-size v1.1.0
24212024-12-21T04:36:15.703Z Compiling http-range v0.1.5
24222024-12-21T04:36:16.281Z Compiling rustls v0.21.12
24232024-12-21T04:36:16.353Z Compiling cfg_aliases v0.2.1
24242024-12-21T04:36:16.480Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24252024-12-21T04:36:16.612Z Compiling nix v0.29.0
24262024-12-21T04:36:16.833Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24272024-12-21T04:36:17.481Z Compiling ratatui v0.28.1
24282024-12-21T04:36:18.112Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24292024-12-21T04:36:20.176Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24302024-12-21T04:36:24.382Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24312024-12-21T04:36:24.696Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24322024-12-21T04:36:25.543Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24332024-12-21T04:36:25.860Z Compiling sct v0.7.1
24342024-12-21T04:36:26.100Z Compiling rustls-webpki v0.101.7
24352024-12-21T04:36:26.345Z Compiling heck v0.3.3
24362024-12-21T04:36:26.744Z Compiling csv-core v0.1.11
24372024-12-21T04:36:27.631Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24382024-12-21T04:36:27.952Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24392024-12-21T04:36:28.259Z Compiling glob v0.3.1
24402024-12-21T04:36:30.041Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24412024-12-21T04:36:30.192Z Compiling csv v1.3.1
24422024-12-21T04:36:32.311Z Compiling zone_cfg_derive v0.1.2
24432024-12-21T04:36:33.807Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24442024-12-21T04:36:35.099Z Compiling nix v0.27.1
24452024-12-21T04:36:37.339Z Compiling hyper-staticfile v0.10.1
24462024-12-21T04:36:38.108Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24472024-12-21T04:36:40.410Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24482024-12-21T04:36:41.511Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24492024-12-21T04:36:41.536Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24502024-12-21T04:36:42.711Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24512024-12-21T04:36:44.977Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24522024-12-21T04:36:47.803Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24532024-12-21T04:36:48.163Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24542024-12-21T04:36:48.469Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24552024-12-21T04:36:48.775Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24562024-12-21T04:36:50.543Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24572024-12-21T04:36:52.481Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24582024-12-21T04:36:53.150Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24592024-12-21T04:36:53.518Z Compiling hashlink v0.9.1
24602024-12-21T04:36:53.769Z Compiling tungstenite v0.23.0
24612024-12-21T04:36:54.397Z Compiling fallible-streaming-iterator v0.1.9
24622024-12-21T04:36:54.695Z Compiling fallible-iterator v0.3.0
24632024-12-21T04:36:55.557Z Compiling base64 v0.13.1
24642024-12-21T04:36:56.054Z Compiling ron v0.7.1
24652024-12-21T04:36:56.329Z Compiling rusqlite v0.32.1
24662024-12-21T04:36:56.480Z Compiling tokio-tungstenite v0.23.1
24672024-12-21T04:36:57.108Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24682024-12-21T04:36:57.299Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24692024-12-21T04:36:57.784Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24702024-12-21T04:36:59.568Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24712024-12-21T04:37:02.577Z Compiling xz2 v0.1.7
24722024-12-21T04:37:03.203Z Compiling tokio-rustls v0.24.1
24732024-12-21T04:37:03.671Z Compiling zone v0.1.8
24742024-12-21T04:37:05.611Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24752024-12-21T04:37:07.093Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24762024-12-21T04:37:13.573Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24772024-12-21T04:37:20.012Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24782024-12-21T04:37:20.150Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24792024-12-21T04:37:20.745Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24802024-12-21T04:37:23.534Z Compiling rustls-pemfile v1.0.4
24812024-12-21T04:37:24.726Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24822024-12-21T04:37:24.769Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24832024-12-21T04:37:26.619Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24842024-12-21T04:37:26.785Z Compiling signal-hook-tokio v0.3.1
24852024-12-21T04:37:27.025Z Compiling twox-hash v1.6.3
24862024-12-21T04:37:28.056Z Compiling yasna v0.5.2
24872024-12-21T04:37:29.394Z Compiling unicode-linebreak v0.1.5
24882024-12-21T04:37:29.483Z Compiling is_ci v1.2.0
24892024-12-21T04:37:29.789Z Compiling smawk v0.3.2
24902024-12-21T04:37:29.969Z Compiling supports-color v3.0.1
24912024-12-21T04:37:30.075Z Compiling textwrap v0.16.1
24922024-12-21T04:37:30.375Z Compiling rcgen v0.12.1
24932024-12-21T04:37:33.625Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24942024-12-21T04:37:39.461Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24952024-12-21T04:37:40.820Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
24962024-12-21T04:37:42.333Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24972024-12-21T04:37:48.045Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24982024-12-21T04:37:57.333Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24992024-12-21T04:38:02.062Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25002024-12-21T04:38:02.164Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25012024-12-21T04:38:02.809Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25022024-12-21T04:38:15.469Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25032024-12-21T04:38:15.791Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
25042024-12-21T04:38:18.042Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25052024-12-21T04:38:22.097Z Compiling fatfs v0.3.6
25062024-12-21T04:38:22.463Z Compiling rtoolbox v0.0.2
25072024-12-21T04:38:22.949Z Compiling subprocess v0.2.9
25082024-12-21T04:38:24.977Z Compiling assert_matches v1.5.0
25092024-12-21T04:38:27.751Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25102024-12-21T04:38:28.523Z Compiling rpassword v7.3.1
25112024-12-21T04:38:29.003Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25122024-12-21T04:38:30.493Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25132024-12-21T04:38:35.568Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25142024-12-21T04:38:37.779Z Compiling tui-tree-widget v0.22.0
25152024-12-21T04:38:38.163Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25162024-12-21T04:38:38.271Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25172024-12-21T04:38:38.594Z Compiling uzers v0.12.1
25182024-12-21T04:38:41.718Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25192024-12-21T04:38:51.682Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25202024-12-21T04:38:53.815Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25212024-12-21T04:39:18.230Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25222024-12-21T04:39:25.300Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25232024-12-21T04:39:29.016Z Compiling multimap v0.10.0
25242024-12-21T04:41:45.581Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25252024-12-21T04:41:59.225Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25262024-12-21T04:48:39.762Z Finished `release` profile [optimized] target(s) in 16m 16s
25272024-12-21T04:49:43.782Z
25282024-12-21T04:49:43.786Zreal 17:21.753040782
25292024-12-21T04:49:43.786Zuser 1:57:26.557623773
25302024-12-21T04:49:43.786Zsys 5:54.739063823
25312024-12-21T04:49:43.786Ztrap 2.868591963
25322024-12-21T04:49:43.786Ztflt 3.129819738
25332024-12-21T04:49:43.786Zdflt 5.010510807
25342024-12-21T04:49:43.786Zkflt 0.004151099
25352024-12-21T04:49:43.786Zlock 7:18:21.848812334
25362024-12-21T04:49:43.786Zslp 6:14:39.638776027
25372024-12-21T04:49:43.786Zlat 2:54.598298047
25382024-12-21T04:49:43.786Zstop 2:27.976434236
25392024-12-21T04:49:43.786Z+ mapfile -t packages
25402024-12-21T04:49:43.787Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25412024-12-21T04:49:44.842Z Finished `release` profile [optimized] target(s) in 1.00s
25422024-12-21T04:49:44.903Z Running `target/release/omicron-package -t test list-outputs`
25432024-12-21T04:49:44.953ZLogging to: /work/oxidecomputer/omicron/out/LOG
25442024-12-21T04:49:44.956Z+ ptime -m cargo build --locked --release -p xtask
25452024-12-21T04:49:45.529Z Compiling serde v1.0.215
25462024-12-21T04:49:45.532Z Compiling serde_json v1.0.133
25472024-12-21T04:49:45.532Z Compiling libc v0.2.162
25482024-12-21T04:49:45.532Z Compiling rustix v0.38.37
25492024-12-21T04:49:45.630Z Compiling syn v2.0.87
25502024-12-21T04:49:45.650Z Compiling bitflags v2.6.0
25512024-12-21T04:49:45.952Z Compiling usdt-impl v0.5.0
25522024-12-21T04:49:46.059Z Compiling syn v1.0.109
25532024-12-21T04:49:46.110Z Compiling log v0.4.22
25542024-12-21T04:49:46.152Z Compiling hashbrown v0.15.1
25552024-12-21T04:49:46.201Z Compiling fs-err v2.11.0
25562024-12-21T04:49:46.501Z Compiling once_cell v1.20.2
25572024-12-21T04:49:46.597Z Compiling anyhow v1.0.93
25582024-12-21T04:49:47.139Z Compiling thread-id v4.2.2
25592024-12-21T04:49:47.427Z Compiling indexmap v2.6.0
25602024-12-21T04:49:48.571Z Compiling terminal_size v0.4.0
25612024-12-21T04:49:48.571Z Compiling tempfile v3.13.0
25622024-12-21T04:49:48.809Z Compiling clap_builder v4.5.21
25632024-12-21T04:49:49.443Z Compiling proc-macro-error v1.0.4
25642024-12-21T04:49:50.769Z Compiling tabled_derive v0.7.0
25652024-12-21T04:49:52.043Z Compiling tabled v0.15.0
25662024-12-21T04:49:53.746Z Compiling serde_derive v1.0.215
25672024-12-21T04:49:54.305Z Compiling thiserror-impl v1.0.69
25682024-12-21T04:49:55.492Z Compiling zerocopy-derive v0.7.35
25692024-12-21T04:49:57.272Z Compiling thiserror v1.0.69
25702024-12-21T04:49:57.434Z Compiling pest v2.7.14
25712024-12-21T04:49:57.524Z Compiling zerocopy v0.7.35
25722024-12-21T04:49:57.542Z Compiling scroll_derive v0.12.0
25732024-12-21T04:49:58.976Z Compiling scroll v0.12.0
25742024-12-21T04:49:59.643Z Compiling goblin v0.8.2
25752024-12-21T04:49:59.863Z Compiling clap_derive v4.5.18
25762024-12-21T04:50:00.505Z Compiling pest_meta v2.7.14
25772024-12-21T04:50:03.077Z Compiling pest_generator v2.7.14
25782024-12-21T04:50:04.755Z Compiling clap v4.5.21
25792024-12-21T04:50:04.946Z Compiling pest_derive v2.7.14
25802024-12-21T04:50:05.763Z Compiling dtrace-parser v0.2.0
25812024-12-21T04:50:08.691Z Compiling serde_spanned v0.6.8
25822024-12-21T04:50:08.710Z Compiling toml_datetime v0.6.8
25832024-12-21T04:50:08.988Z Compiling camino v1.1.9
25842024-12-21T04:50:09.461Z Compiling toml_edit v0.22.22
25852024-12-21T04:50:10.419Z Compiling semver v1.0.23
25862024-12-21T04:50:11.923Z Compiling serde_tokenstream v0.2.2
25872024-12-21T04:50:12.552Z Compiling dof v0.3.0
25882024-12-21T04:50:14.799Z Compiling toml v0.8.19
25892024-12-21T04:50:15.926Z Compiling usdt-macro v0.5.0
25902024-12-21T04:50:17.213Z Compiling usdt-attr-macro v0.5.0
25912024-12-21T04:50:18.619Z Compiling cargo-platform v0.1.8
25922024-12-21T04:50:18.663Z Compiling usdt v0.5.0
25932024-12-21T04:50:19.752Z Compiling cargo_metadata v0.18.1
25942024-12-21T04:50:20.187Z Compiling cargo_toml v0.20.5
25952024-12-21T04:50:21.025Z Compiling camino-tempfile v1.1.1
25962024-12-21T04:50:21.554Z Compiling macaddr v1.0.1
25972024-12-21T04:50:31.257Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25982024-12-21T04:50:42.677Z Finished `release` profile [optimized] target(s) in 57.66s
25992024-12-21T04:50:42.783Z
26002024-12-21T04:50:42.784Zreal 57.800168369
26012024-12-21T04:50:42.784Zuser 5:48.299557505
26022024-12-21T04:50:42.784Zsys 32.227645699
26032024-12-21T04:50:42.784Ztrap 0.160500481
26042024-12-21T04:50:42.788Ztflt 0.343412976
26052024-12-21T04:50:42.788Zdflt 0.679580210
26062024-12-21T04:50:42.788Zkflt 0.000001610
26072024-12-21T04:50:42.788Zlock 11:10.969728976
26082024-12-21T04:50:42.788Zslp 16:19.542407344
26092024-12-21T04:50:42.789Zlat 13.941314741
26102024-12-21T04:50:42.789Zstop 18.314718505
26112024-12-21T04:50:42.789Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26122024-12-21T04:50:42.789Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26132024-12-21T04:50:42.789Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26142024-12-21T04:50:42.789Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26152024-12-21T04:50:42.789Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26162024-12-21T04:50:43.694Z Compiling hashbrown v0.14.5
26172024-12-21T04:50:43.822Z Compiling ident_case v1.0.1
26182024-12-21T04:50:43.835Z Compiling unsafe-libyaml v0.2.11
26192024-12-21T04:50:43.835Z Compiling progenitor-client v0.8.0
26202024-12-21T04:50:43.837Z Compiling ipnetwork v0.20.0
26212024-12-21T04:50:43.837Z Compiling macaddr v1.0.1
26222024-12-21T04:50:43.837Z Compiling instant v0.1.13
26232024-12-21T04:50:43.837Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26242024-12-21T04:50:43.974Z Compiling darling_core v0.20.10
26252024-12-21T04:50:44.005Z Compiling structmeta-derive v0.3.0
26262024-12-21T04:50:44.297Z Compiling dropshot v0.13.0
26272024-12-21T04:50:44.375Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26282024-12-21T04:50:44.419Z Compiling dropshot_endpoint v0.13.0
26292024-12-21T04:50:44.682Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26302024-12-21T04:50:44.874Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26312024-12-21T04:50:45.173Z Compiling regress v0.10.1
26322024-12-21T04:50:45.176Z Compiling regress v0.9.1
26332024-12-21T04:50:45.668Z Compiling serde_yaml v0.9.34+deprecated
26342024-12-21T04:50:45.872Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26352024-12-21T04:50:45.974Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26362024-12-21T04:50:46.071Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26372024-12-21T04:50:46.878Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26382024-12-21T04:50:47.037Z Compiling structmeta v0.3.0
26392024-12-21T04:50:47.043Z Compiling backoff v0.4.0
26402024-12-21T04:50:47.342Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26412024-12-21T04:50:47.429Z Compiling tempfile v3.13.0
26422024-12-21T04:50:47.507Z Compiling parse-display-derive v0.10.0
26432024-12-21T04:50:47.528Z Compiling proc-macro-crate v1.3.1
26442024-12-21T04:50:48.373Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26452024-12-21T04:50:48.649Z Compiling num_enum_derive v0.5.11
26462024-12-21T04:50:48.763Z Compiling itertools v0.13.0
26472024-12-21T04:50:49.310Z Compiling typify-impl v0.2.0
26482024-12-21T04:50:50.388Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26492024-12-21T04:50:50.462Z Compiling zerocopy v0.8.10
26502024-12-21T04:50:50.719Z Compiling foreign-types-macros v0.2.3
26512024-12-21T04:50:51.487Z Compiling darling_macro v0.20.10
26522024-12-21T04:50:51.496Z Compiling num_enum v0.5.11
26532024-12-21T04:50:51.497Z Compiling zerocopy-derive v0.8.10
26542024-12-21T04:50:51.555Z Compiling foreign-types-shared v0.3.1
26552024-12-21T04:50:51.683Z Compiling heapless v0.8.0
26562024-12-21T04:50:52.128Z Compiling crucible-workspace-hack v0.1.0
26572024-12-21T04:50:52.178Z Compiling darling v0.20.10
26582024-12-21T04:50:52.195Z Compiling foreign-types v0.5.0
26592024-12-21T04:50:52.255Z Compiling parse-display v0.10.0
26602024-12-21T04:50:52.307Z Compiling serde_with_macros v3.11.0
26612024-12-21T04:50:52.329Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26622024-12-21T04:50:52.432Z Compiling proc-macro-error v1.0.4
26632024-12-21T04:50:52.929Z Compiling camino-tempfile v1.1.1
26642024-12-21T04:50:52.952Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26652024-12-21T04:50:53.167Z Compiling hash32 v0.3.1
26662024-12-21T04:50:53.392Z Compiling cstr-argument v0.1.2
26672024-12-21T04:50:53.436Z Compiling pretty-hex v0.2.1
26682024-12-21T04:50:53.643Z Compiling smoltcp v0.11.0
26692024-12-21T04:50:53.676Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26702024-12-21T04:50:53.801Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26712024-12-21T04:50:54.048Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26722024-12-21T04:50:54.656Z Compiling tabwriter v1.4.0
26732024-12-21T04:50:54.686Z Compiling colored v2.1.0
26742024-12-21T04:50:55.203Z Compiling cobs v0.2.3
26752024-12-21T04:50:55.266Z Compiling serde_with v3.11.0
26762024-12-21T04:50:55.494Z Compiling postcard v1.0.10
26772024-12-21T04:50:55.535Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26782024-12-21T04:50:55.842Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26792024-12-21T04:50:56.114Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26802024-12-21T04:50:56.169Z Compiling thiserror v2.0.3
26812024-12-21T04:50:56.869Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26822024-12-21T04:50:57.193Z Compiling smf v0.2.3
26832024-12-21T04:50:57.442Z Compiling thiserror-impl v2.0.3
26842024-12-21T04:50:58.047Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26852024-12-21T04:50:58.674Z Compiling zone_cfg_derive v0.3.0
26862024-12-21T04:50:59.325Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26872024-12-21T04:50:59.499Z Compiling num-derive v0.4.2
26882024-12-21T04:50:59.843Z Compiling sigpipe v0.1.3
26892024-12-21T04:50:59.846Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26902024-12-21T04:50:59.980Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26912024-12-21T04:51:00.281Z Compiling zone v0.3.0
26922024-12-21T04:51:00.339Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26932024-12-21T04:51:00.517Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26942024-12-21T04:51:00.711Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26952024-12-21T04:51:00.967Z Compiling universal-hash v0.5.1
26962024-12-21T04:51:01.184Z Compiling opaque-debug v0.3.1
26972024-12-21T04:51:01.300Z Compiling tungstenite v0.21.0
26982024-12-21T04:51:01.405Z Compiling num-rational v0.4.2
26992024-12-21T04:51:01.506Z Compiling password-hash v0.5.0
27002024-12-21T04:51:01.922Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27012024-12-21T04:51:01.953Z Compiling num-complex v0.4.6
27022024-12-21T04:51:02.579Z Compiling blake2 v0.10.6
27032024-12-21T04:51:02.747Z Compiling aead v0.5.2
27042024-12-21T04:51:02.896Z Compiling convert_case v0.4.0
27052024-12-21T04:51:03.086Z Compiling keccak v0.1.5
27062024-12-21T04:51:03.134Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27072024-12-21T04:51:03.269Z Compiling base64 v0.21.7
27082024-12-21T04:51:03.488Z Compiling sha3 v0.10.8
27092024-12-21T04:51:03.559Z Compiling argon2 v0.5.3
27102024-12-21T04:51:03.922Z Compiling derive_more v0.99.18
27112024-12-21T04:51:04.010Z Compiling num v0.4.3
27122024-12-21T04:51:04.099Z Compiling tokio-tungstenite v0.21.0
27132024-12-21T04:51:04.138Z Compiling poly1305 v0.8.0
27142024-12-21T04:51:04.220Z Compiling chacha20 v0.9.1
27152024-12-21T04:51:04.718Z Compiling float-ord v0.3.2
27162024-12-21T04:51:04.741Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27172024-12-21T04:51:04.881Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27182024-12-21T04:51:04.905Z Compiling same-file v1.0.6
27192024-12-21T04:51:05.205Z Compiling semver v0.1.20
27202024-12-21T04:51:05.233Z Compiling walkdir v2.5.0
27212024-12-21T04:51:05.276Z Compiling newline-converter v0.3.0
27222024-12-21T04:51:05.474Z Compiling primeorder v0.13.6
27232024-12-21T04:51:05.872Z Compiling rustc_version v0.1.7
27242024-12-21T04:51:05.946Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27252024-12-21T04:51:06.013Z Compiling secrecy v0.8.0
27262024-12-21T04:51:06.071Z Compiling owo-colors v4.1.0
27272024-12-21T04:51:06.309Z Compiling cancel-safe-futures v0.1.5
27282024-12-21T04:51:06.366Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27292024-12-21T04:51:06.411Z Compiling newtype_derive v0.1.6
27302024-12-21T04:51:06.484Z Compiling expectorate v1.1.0
27312024-12-21T04:51:06.604Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27322024-12-21T04:51:06.684Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27332024-12-21T04:51:06.704Z Compiling thiserror-impl-no-std v2.0.2
27342024-12-21T04:51:06.722Z Compiling blake3 v1.5.4
27352024-12-21T04:51:07.030Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27362024-12-21T04:51:07.235Z Compiling ring v0.16.20
27372024-12-21T04:51:07.257Z Compiling unicase v2.7.0
27382024-12-21T04:51:07.413Z Compiling half v2.4.1
27392024-12-21T04:51:07.572Z Compiling arc-swap v1.7.1
27402024-12-21T04:51:07.768Z Compiling ciborium-io v0.2.2
27412024-12-21T04:51:07.920Z Compiling ciborium-ll v0.2.2
27422024-12-21T04:51:08.226Z Compiling typify-macro v0.2.0
27432024-12-21T04:51:08.248Z Compiling slog-scope v4.4.0
27442024-12-21T04:51:08.329Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27452024-12-21T04:51:08.484Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27462024-12-21T04:51:08.971Z Compiling polyval v0.6.2
27472024-12-21T04:51:09.466Z Compiling atomicwrites v0.4.4
27482024-12-21T04:51:09.468Z Compiling libsw v3.3.1
27492024-12-21T04:51:09.816Z Compiling memmap2 v0.9.5
27502024-12-21T04:51:09.852Z Compiling libefi-sys v0.1.0
27512024-12-21T04:51:09.996Z Compiling thiserror-no-std v2.0.2
27522024-12-21T04:51:10.137Z Compiling arrayref v0.3.9
27532024-12-21T04:51:10.159Z Compiling arrayvec v0.7.6
27542024-12-21T04:51:10.258Z Compiling linear-map v1.2.0
27552024-12-21T04:51:10.318Z Compiling salty v0.3.0
27562024-12-21T04:51:10.602Z Compiling constant_time_eq v0.3.1
27572024-12-21T04:51:10.658Z Compiling parking_lot_core v0.8.6
27582024-12-21T04:51:10.750Z Compiling indent_write v2.2.0
27592024-12-21T04:51:10.796Z Compiling spin v0.5.2
27602024-12-21T04:51:10.986Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27612024-12-21T04:51:11.192Z Compiling vsss-rs v3.3.4
27622024-12-21T04:51:11.236Z Compiling ghash v0.5.1
27632024-12-21T04:51:11.632Z Compiling slog-stdlog v4.1.1
27642024-12-21T04:51:12.047Z Compiling ciborium v0.2.2
27652024-12-21T04:51:12.308Z Compiling p384 v0.13.0
27662024-12-21T04:51:12.592Z Compiling toolchain_find v0.4.0
27672024-12-21T04:51:12.638Z Compiling typify v0.2.0
27682024-12-21T04:51:12.806Z Compiling progenitor-impl v0.8.0
27692024-12-21T04:51:13.031Z Compiling chacha20poly1305 v0.10.1
27702024-12-21T04:51:13.290Z Compiling ctr v0.9.2
27712024-12-21T04:51:13.314Z Compiling lzma-sys v0.1.20
27722024-12-21T04:51:13.542Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27732024-12-21T04:51:13.678Z Compiling bitfield-struct v0.6.2
27742024-12-21T04:51:13.898Z Compiling slog-dtrace v0.3.0
27752024-12-21T04:51:14.019Z Compiling topological-sort v0.2.2
27762024-12-21T04:51:14.150Z Compiling highway v1.2.0
27772024-12-21T04:51:14.255Z Compiling omicron-zone-package v0.11.1
27782024-12-21T04:51:14.490Z Compiling aes-gcm v0.10.3
27792024-12-21T04:51:14.684Z Compiling rustfmt-wrapper v0.2.1
27802024-12-21T04:51:14.827Z Compiling mime_guess v2.0.5
27812024-12-21T04:51:14.970Z Compiling slog-envlogger v2.2.0
27822024-12-21T04:51:14.987Z Compiling steno v0.4.1
27832024-12-21T04:51:15.234Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27842024-12-21T04:51:15.838Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27852024-12-21T04:51:16.057Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27862024-12-21T04:51:16.174Z Compiling heck v0.3.3
27872024-12-21T04:51:16.405Z Compiling ssh-encoding v0.2.0
27882024-12-21T04:51:16.559Z Compiling blowfish v0.9.1
27892024-12-21T04:51:16.634Z Compiling nibble_vec v0.1.0
27902024-12-21T04:51:16.788Z Compiling env_filter v0.1.2
27912024-12-21T04:51:16.855Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27922024-12-21T04:51:16.936Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27932024-12-21T04:51:16.995Z Compiling humantime v2.1.0
27942024-12-21T04:51:17.037Z Compiling endian-type v0.1.2
27952024-12-21T04:51:17.228Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27962024-12-21T04:51:17.251Z Compiling radix_trie v0.2.1
27972024-12-21T04:51:17.330Z Compiling env_logger v0.11.5
27982024-12-21T04:51:17.541Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27992024-12-21T04:51:17.543Z Compiling bcrypt-pbkdf v0.10.0
28002024-12-21T04:51:17.585Z Compiling ssh-cipher v0.2.0
28012024-12-21T04:51:17.980Z Compiling zone_cfg_derive v0.1.2
28022024-12-21T04:51:18.083Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28032024-12-21T04:51:18.570Z Compiling parking_lot v0.11.2
28042024-12-21T04:51:18.789Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28052024-12-21T04:51:19.329Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28062024-12-21T04:51:19.364Z Compiling password-hash v0.4.2
28072024-12-21T04:51:19.568Z Compiling gethostname v0.5.0
28082024-12-21T04:51:19.589Z Compiling fxhash v0.2.1
28092024-12-21T04:51:19.782Z Compiling http-range v0.1.5
28102024-12-21T04:51:19.811Z Compiling lockfree-object-pool v0.1.6
28112024-12-21T04:51:19.831Z Compiling simd-adler32 v0.3.7
28122024-12-21T04:51:19.909Z Compiling base64 v0.13.1
28132024-12-21T04:51:20.116Z Compiling zip v2.1.3
28142024-12-21T04:51:20.178Z Compiling bumpalo v3.16.0
28152024-12-21T04:51:20.334Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28162024-12-21T04:51:20.433Z Compiling matches v0.1.10
28172024-12-21T04:51:20.488Z Compiling ron v0.7.1
28182024-12-21T04:51:20.541Z Compiling idna v0.2.3
28192024-12-21T04:51:20.562Z Compiling zopfli v0.8.1
28202024-12-21T04:51:20.663Z Compiling pbkdf2 v0.11.0
28212024-12-21T04:51:20.691Z Compiling sled v0.34.7
28222024-12-21T04:51:20.732Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28232024-12-21T04:51:21.047Z Compiling zone v0.1.8
28242024-12-21T04:51:21.284Z Compiling progenitor-macro v0.8.0
28252024-12-21T04:51:21.454Z Compiling xz2 v0.1.7
28262024-12-21T04:51:21.978Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28272024-12-21T04:51:22.382Z Compiling ssh-key v0.6.6
28282024-12-21T04:51:22.736Z Compiling hickory-client v0.24.1
28292024-12-21T04:51:23.191Z Compiling p521 v0.13.3
28302024-12-21T04:51:23.211Z Compiling p256 v0.13.2
28312024-12-21T04:51:23.253Z Compiling hickory-server v0.24.1
28322024-12-21T04:51:24.147Z Compiling enum-as-inner v0.5.1
28332024-12-21T04:51:24.308Z Compiling pem v3.0.4
28342024-12-21T04:51:25.171Z Compiling yasna v0.5.2
28352024-12-21T04:51:25.227Z Compiling headers-core v0.3.0
28362024-12-21T04:51:25.422Z Compiling kstat-rs v0.2.4
28372024-12-21T04:51:25.570Z Compiling nanorand v0.7.0
28382024-12-21T04:51:26.127Z Compiling russh-cryptovec v0.7.3
28392024-12-21T04:51:26.180Z Compiling atty v0.2.14
28402024-12-21T04:51:26.343Z Compiling md5 v0.7.0
28412024-12-21T04:51:26.473Z Compiling rcgen v0.12.1
28422024-12-21T04:51:26.896Z Compiling russh-keys v0.45.0
28432024-12-21T04:51:26.916Z Compiling flume v0.11.1
28442024-12-21T04:51:27.215Z Compiling headers v0.4.0
28452024-12-21T04:51:27.399Z Compiling trust-dns-proto v0.22.0
28462024-12-21T04:51:28.175Z Compiling hyper-staticfile v0.10.1
28472024-12-21T04:51:29.337Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28482024-12-21T04:51:29.382Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28492024-12-21T04:51:29.907Z Compiling num-bigint v0.4.6
28502024-12-21T04:51:29.979Z Compiling des v0.8.1
28512024-12-21T04:51:30.182Z Compiling subprocess v0.2.9
28522024-12-21T04:51:30.358Z Compiling hex-literal v0.4.1
28532024-12-21T04:51:30.535Z Compiling display-error-chain v0.2.2
28542024-12-21T04:51:30.767Z Compiling dhcproto-macros v0.1.0
28552024-12-21T04:51:31.068Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28562024-12-21T04:51:31.223Z Compiling internet-checksum v0.2.1
28572024-12-21T04:51:31.986Z Compiling dhcproto v0.12.0
28582024-12-21T04:51:33.044Z Compiling russh v0.45.0
28592024-12-21T04:51:35.109Z Compiling progenitor v0.8.0
28602024-12-21T04:51:35.265Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28612024-12-21T04:51:35.265Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28622024-12-21T04:51:35.268Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28632024-12-21T04:51:35.268Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28642024-12-21T04:51:35.268Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28652024-12-21T04:51:35.345Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28662024-12-21T04:51:35.365Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28672024-12-21T04:51:36.770Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28682024-12-21T04:51:37.138Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28692024-12-21T04:51:37.649Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28702024-12-21T04:51:41.124Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28712024-12-21T04:51:41.147Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28722024-12-21T04:51:51.644Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28732024-12-21T04:51:51.644Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28742024-12-21T04:51:51.647Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28752024-12-21T04:51:51.647Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28762024-12-21T04:51:54.833Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28772024-12-21T04:51:55.069Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28782024-12-21T04:51:56.217Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28792024-12-21T04:51:56.503Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28802024-12-21T04:51:58.823Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28812024-12-21T04:51:59.938Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28822024-12-21T04:52:00.845Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28832024-12-21T04:52:01.156Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28842024-12-21T04:52:02.659Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28852024-12-21T04:52:03.506Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28862024-12-21T04:52:04.139Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28872024-12-21T04:52:05.226Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28882024-12-21T04:52:05.282Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28892024-12-21T04:52:05.733Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28902024-12-21T04:52:06.142Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28912024-12-21T04:52:07.978Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28922024-12-21T04:52:08.462Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28932024-12-21T04:52:08.510Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28942024-12-21T04:52:11.122Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28952024-12-21T04:52:13.691Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28962024-12-21T04:52:15.406Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28972024-12-21T04:52:15.639Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28982024-12-21T04:52:16.682Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28992024-12-21T04:52:17.792Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29002024-12-21T04:52:21.078Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29012024-12-21T04:52:30.042Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29022024-12-21T04:52:31.357Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29032024-12-21T04:52:51.196Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29042024-12-21T04:53:27.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 45s
29052024-12-21T04:53:28.169Z
29062024-12-21T04:53:28.172Zreal 2:45.333697639
29072024-12-21T04:53:28.172Zuser 12:39.606476169
29082024-12-21T04:53:28.172Zsys 2:48.060329199
29092024-12-21T04:53:28.172Ztrap 0.329479444
29102024-12-21T04:53:28.172Ztflt 0.787511202
29112024-12-21T04:53:28.172Zdflt 2.109903977
29122024-12-21T04:53:28.172Zkflt 0.000033830
29132024-12-21T04:53:28.172Zlock 26:28.163910292
29142024-12-21T04:53:28.172Zslp 45:45.861739802
29152024-12-21T04:53:28.172Zlat 36.062261260
29162024-12-21T04:53:28.172Zstop 1:35.046525723
29172024-12-21T04:53:28.172Z+ mkdir tests
29182024-12-21T04:53:28.175Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29192024-12-21T04:53:28.175Z+ xargs -I '{}' -t cp '{}' tests/
29202024-12-21T04:53:28.583Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a3351aa7b9f33912 tests/
29212024-12-21T04:53:28.610Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3c1b12837a0afffa tests/
29222024-12-21T04:53:28.638Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-981ed8e4d83eb856 tests/
29232024-12-21T04:53:28.665Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0995620af4334fd6 tests/
29242024-12-21T04:53:28.898Z+ 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/*)
29252024-12-21T04:53:28.901Z+ 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-3c1b12837a0afffa tests/commtest-981ed8e4d83eb856 tests/dhcp_server-a3351aa7b9f33912 tests/end_to_end_tests-0995620af4334fd6 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
29262024-12-21T04:54:41.617ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29272024-12-21T04:54:41.617Za .github/buildomat/ci-env.sh 1K
29282024-12-21T04:54:41.617Za out/target/test 1K
29292024-12-21T04:54:41.617Za out/npuzone/npuzone 23144K
29302024-12-21T04:54:41.617Za package-manifest.toml 33K
29312024-12-21T04:54:41.617Za smf/sled-agent/non-gimlet/config.toml 4K
29322024-12-21T04:54:41.618Za target/release/omicron-package 36392K
29332024-12-21T04:54:41.618Za target/release/xtask 11721K
29342024-12-21T04:54:41.618Za target/debug/bootstrap 208836K
29352024-12-21T04:54:41.618Za tests/bootstrap-3c1b12837a0afffa 24243K
29362024-12-21T04:54:41.618Za tests/commtest-981ed8e4d83eb856 25019K
29372024-12-21T04:54:41.618Za tests/dhcp_server-a3351aa7b9f33912 24243K
29382024-12-21T04:54:41.618Za tests/end_to_end_tests-0995620af4334fd6 227029K
29392024-12-21T04:54:41.618Za out/clickhouse.tar.gz 293516K
29402024-12-21T04:54:41.618Za out/clickhouse_keeper.tar.gz 280611K
29412024-12-21T04:54:41.618Za out/clickhouse_server.tar.gz 293494K
29422024-12-21T04:54:41.618Za out/cockroachdb.tar.gz 134633K
29432024-12-21T04:54:41.618Za out/crucible-dtrace.tar 85K
29442024-12-21T04:54:41.618Za out/crucible-pantry-zone.tar.gz 28211K
29452024-12-21T04:54:41.618Za out/crucible-zone.tar.gz 36433K
29462024-12-21T04:54:41.618Za out/external-dns.tar.gz 35342K
29472024-12-21T04:54:41.618Za out/internal-dns.tar.gz 35342K
29482024-12-21T04:54:41.618Za out/mg-ddm-gz.tar 63075K
29492024-12-21T04:54:41.618Za out/nexus.tar.gz 98310K
29502024-12-21T04:54:41.618Za out/ntp.tar.gz 10388K
29512024-12-21T04:54:41.618Za out/omicron-gateway-softnpu.tar.gz 23956K
29522024-12-21T04:54:41.618Za out/omicron-sled-agent.tar 113438K
29532024-12-21T04:54:41.618Za out/overlay.tar.gz 3K
29542024-12-21T04:54:41.618Za out/oximeter.tar.gz 47818K
29552024-12-21T04:54:41.618Za out/oxlog.tar 3088K
29562024-12-21T04:54:41.618Za out/probe.tar.gz 2764K
29572024-12-21T04:54:41.618Za out/propolis-server.tar.gz 66291K
29582024-12-21T04:54:41.618Za out/pumpkind-gz.tar 26665K
29592024-12-21T04:54:41.618Za out/switch-softnpu.tar.gz 235372K
29602024-12-21T04:54:41.690Z
29612024-12-21T04:54:41.690Zreal 1:11.569228471
29622024-12-21T04:54:41.690Zuser 1:08.272052201
29632024-12-21T04:54:41.690Zsys 4.710524551
29642024-12-21T04:54:41.690Ztrap 0.020233781
29652024-12-21T04:54:41.690Ztflt 0.000000000
29662024-12-21T04:54:41.690Zdflt 0.000000000
29672024-12-21T04:54:41.690Zkflt 0.000000000
29682024-12-21T04:54:41.690Zlock 0.000000000
29692024-12-21T04:54:41.690Zslp 1:08.013461340
29702024-12-21T04:54:41.690Zlat 2.116092642
29712024-12-21T04:54:41.690Zstop 0.000540981
29722024-12-21T04:54:41.690Zprocess exited: duration 2077410 ms, exit code 0
 
29732024-12-21T04:54:41.718Zfound 1 output files
29742024-12-21T04:54:41.718Zuploading: /work/package.tar.gz (1880239361 bytes)
29752024-12-21T04:55:25.727Zuploaded: /work/package.tar.gz