01J8H027K0D2QGRKGK7VSB8WXS: 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: 01J8H032KVB5G9GFGYBB4H6X8B

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-24T03:10:42.504Zjob assigned to worker 01J8H03BFBRSJK7XTK06ZQWMJ3 (queued for 1 m 3 s)
 
22024-09-24T03:10:49.799Zstarting task 0: "setup"
32024-09-24T03:10:49.807Z++ uname -s
42024-09-24T03:10:49.814Z+ kern=SunOS
52024-09-24T03:10:49.814Z+ case "$kern" in
62024-09-24T03:10:49.814Z+ groupadd -g 12345 build
72024-09-24T03:10:49.814Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-24T03:10:51.823Z+ zfs create -o mountpoint=/work rpool/work
92024-09-24T03:10:51.948Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-24T03:10:51.954Z+ home_fs=zfs
112024-09-24T03:10:51.954Z+ [[ zfs == autofs ]]
122024-09-24T03:10:51.954Z+ mkdir -p /home/build
132024-09-24T03:10:51.954Z+ chown build:build /home/build /work
142024-09-24T03:10:53.954Z+ chmod 0700 /home/build /work
152024-09-24T03:10:53.957Zprocess exited: duration 4162 ms, exit code 0
 
162024-09-24T03:10:53.963Zstarting task 1: "rust-toolchain"
172024-09-24T03:10:53.969Z+ printf ' * toolchain channel = "%s"
182024-09-24T03:10:53.969Z' 1.80.1
192024-09-24T03:10:53.974Z * toolchain channel = "1.80.1"
202024-09-24T03:10:53.974Z * toolchain profile = "default"
212024-09-24T03:10:53.974Z+ printf ' * toolchain profile = "%s"
222024-09-24T03:10:53.974Z' default
232024-09-24T03:10:53.974Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-24T03:10:53.974Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-24T03:10:54.089Zinfo: downloading installer
262024-09-24T03:10:55.463Zinfo: profile set to 'default'
272024-09-24T03:10:55.463Zinfo: default host triple is x86_64-unknown-illumos
282024-09-24T03:10:55.466Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-24T03:10:55.611Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-24T03:10:55.611Zinfo: downloading component 'cargo'
312024-09-24T03:10:56.414Zinfo: downloading component 'clippy'
322024-09-24T03:10:56.716Zinfo: downloading component 'rust-docs'
332024-09-24T03:10:57.820Zinfo: downloading component 'rust-std'
342024-09-24T03:10:59.395Zinfo: downloading component 'rustc'
352024-09-24T03:11:03.771Zinfo: downloading component 'rustfmt'
362024-09-24T03:11:04.008Zinfo: installing component 'cargo'
372024-09-24T03:11:04.826Zinfo: installing component 'clippy'
382024-09-24T03:11:05.194Zinfo: installing component 'rust-docs'
392024-09-24T03:11:06.823Zinfo: installing component 'rust-std'
402024-09-24T03:11:08.452Zinfo: installing component 'rustc'
412024-09-24T03:11:12.605Zinfo: installing component 'rustfmt'
422024-09-24T03:11:12.947Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-24T03:11:12.947Z
442024-09-24T03:11:13.204Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-24T03:11:13.204Z
462024-09-24T03:11:13.207Z
472024-09-24T03:11:13.207ZRust is installed now. Great!
482024-09-24T03:11:13.207Z
492024-09-24T03:11:13.207ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-24T03:11:13.207Zenvironment variable. This has not been done automatically.
512024-09-24T03:11:13.207Z
522024-09-24T03:11:13.207ZTo configure your current shell, you need to source
532024-09-24T03:11:13.207Zthe corresponding env file under $HOME/.cargo.
542024-09-24T03:11:13.207Z
552024-09-24T03:11:13.207ZThis is usually done by running one of the following (note the leading DOT):
562024-09-24T03:11:13.207Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-24T03:11:13.207Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-24T03:11:13.253Z+ rustc --version
592024-09-24T03:11:13.326Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-24T03:11:13.330Zprocess exited: duration 19353 ms, exit code 0
 
612024-09-24T03:11:13.335Zstarting task 2: "authentication"
622024-09-24T03:11:13.356Zprocess exited: duration 20 ms, exit code 0
 
632024-09-24T03:11:13.362Zstarting task 3: "clone repository"
642024-09-24T03:11:13.367Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-24T03:11:13.369Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-24T03:11:13.413ZCloning into '/work/oxidecomputer/omicron'...
672024-09-24T03:11:20.753Z+ cd /work/oxidecomputer/omicron
682024-09-24T03:11:20.754Z+ git fetch origin 425a962cb770da99038563c9383e6225cc1462d4
692024-09-24T03:11:21.053ZFrom https://github.com/oxidecomputer/omicron
702024-09-24T03:11:21.053Z * branch 425a962cb770da99038563c9383e6225cc1462d4 -> FETCH_HEAD
712024-09-24T03:11:21.068Z+ [[ -n renovate/httptest-0.x ]]
722024-09-24T03:11:21.068Z++ git branch --show-current
732024-09-24T03:11:21.068Z+ current=main
742024-09-24T03:11:21.068Z+ [[ main != renovate/httptest-0.x ]]
752024-09-24T03:11:21.068Z+ git branch -f renovate/httptest-0.x 425a962cb770da99038563c9383e6225cc1462d4
762024-09-24T03:11:21.078Z+ git checkout -f renovate/httptest-0.x
772024-09-24T03:11:21.226ZSwitched to branch 'renovate/httptest-0.x'
782024-09-24T03:11:21.230Z+ git reset --hard 425a962cb770da99038563c9383e6225cc1462d4
792024-09-24T03:11:21.377ZHEAD is now at 425a962cb Update Rust crate httptest to 0.16.1
802024-09-24T03:11:21.382Zprocess exited: duration 8015 ms, exit code 0
 
812024-09-24T03:11:21.388Zstarting task 4: "build"
822024-09-24T03:11:21.393Z+ cargo --version
832024-09-24T03:11:21.447Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-24T03:11:21.450Z+ rustc --version
852024-09-24T03:11:21.506Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-24T03:11:21.509Z+ WORK=/work
872024-09-24T03:11:21.509Z+ pfexec mkdir -p /work
882024-09-24T03:11:21.513Z+ pfexec chown build /work
892024-09-24T03:11:21.516Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-09-24T03:11:27.942Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-09-24T03:11:30.449Z Startup: Caching catalogs ... Done
922024-09-24T03:11:33.676ZPlanning: Solver setup ... Done (2.543s)
932024-09-24T03:11:33.697ZPlanning: Running solver ... Done (0.042s)
942024-09-24T03:11:33.713ZPlanning: Finding local manifests ... Done (0.004s)
952024-09-24T03:11:33.759ZPlanning: Fetching manifests: 0/5 0% complete
962024-09-24T03:11:34.507ZPlanning: Fetching manifests: 5/5 100% complete
972024-09-24T03:11:34.604ZPlanning: Package planning ... Done (0.099s)
982024-09-24T03:11:34.661ZPlanning: Merging actions ... Done (0.057s)
992024-09-24T03:11:34.870ZPlanning: Checking for conflicting actions ... Done (0.209s)
1002024-09-24T03:11:36.902ZPlanning: Consolidating action changes ... Done (2.021s)
1012024-09-24T03:11:37.386ZPlanning: Evaluating mediators ... Done (0.419s)
1022024-09-24T03:11:37.394ZPlanning: Planning completed in 6.87 seconds
1032024-09-24T03:11:37.404Z Packages to install: 4
1042024-09-24T03:11:37.404Z Packages to update: 1
1052024-09-24T03:11:37.417Z Mediators to change: 2
1062024-09-24T03:11:37.417Z Services to change: 1
1072024-09-24T03:11:37.417Z Estimated space available: 155.71 GB
1082024-09-24T03:11:37.418ZEstimated space to be consumed: 1.54 GB
1092024-09-24T03:11:37.418Z Create boot environment: No
1102024-09-24T03:11:37.419ZCreate backup boot environment: Yes
1112024-09-24T03:11:37.419Z Rebuild boot archive: No
1122024-09-24T03:11:37.419Z
1132024-09-24T03:11:37.419ZChanged mediators:
1142024-09-24T03:11:37.419Z mediator clang:
1152024-09-24T03:11:37.419Z version: None -> 15 (system default)
1162024-09-24T03:11:37.419Z
1172024-09-24T03:11:37.419Z mediator llvm:
1182024-09-24T03:11:37.419Z version: 14 (system default) -> 15 (system default)
1192024-09-24T03:11:37.419Z
1202024-09-24T03:11:37.420ZChanged packages:
1212024-09-24T03:11:37.420Zhelios-dev
1222024-09-24T03:11:37.420Z developer/build-essential
1232024-09-24T03:11:37.420Z None -> 11-2.0
1242024-09-24T03:11:37.420Z library/libxmlsec1
1252024-09-24T03:11:37.420Z None -> 1.2.35-2.0
1262024-09-24T03:11:37.420Z ooce/developer/clang-15
1272024-09-24T03:11:37.420Z None -> 15.0.7-2.0
1282024-09-24T03:11:37.421Z ooce/developer/llvm-15
1292024-09-24T03:11:37.421Z None -> 15.0.7-2.0
1302024-09-24T03:11:37.421Z package/pkg
1312024-09-24T03:11:37.421Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1322024-09-24T03:11:37.421Z
1332024-09-24T03:11:37.421ZServices:
1342024-09-24T03:11:37.421Z restart_fmri:
1352024-09-24T03:11:37.421Z svc:/system/update-man-index:default
1362024-09-24T03:11:37.421Z
1372024-09-24T03:11:37.422ZEditable files to change:
1382024-09-24T03:11:37.422Z Update:
1392024-09-24T03:11:37.422Z usr/share/lib/pkg/web/config.shtml
1402024-09-24T03:11:37.485Z
1412024-09-24T03:11:37.485ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1422024-09-24T03:11:44.895ZDownload: 210/4281 items 1.3/220.6MB 0% complete (516k/s)
1432024-09-24T03:11:49.900ZDownload: 402/4281 items 16.5/220.6MB 7% complete (1.6M/s)
1442024-09-24T03:11:55.008ZDownload: 645/4281 items 17.6/220.6MB 7% complete (1.8M/s)
1452024-09-24T03:12:00.016ZDownload: 828/4281 items 18.4/220.6MB 8% complete (226k/s)
1462024-09-24T03:12:05.006ZDownload: 1108/4281 items 41.8/220.6MB 18% complete (2.3M/s)
1472024-09-24T03:12:10.971ZDownload: 1192/4281 items 83.1/220.6MB 37% complete (6.5M/s)
1482024-09-24T03:12:16.008ZDownload: 1195/4281 items 83.3/220.6MB 37% complete (6.1M/s)
1492024-09-24T03:12:21.399ZDownload: 1410/4281 items 116.4/220.6MB 52% complete (3.8M/s)
1502024-09-24T03:12:26.414ZDownload: 1697/4281 items 117.3/220.6MB 53% complete (3.5M/s)
1512024-09-24T03:12:31.460ZDownload: 1827/4281 items 117.7/220.6MB 53% complete (238k/s)
1522024-09-24T03:12:36.482ZDownload: 2026/4281 items 117.9/220.6MB 53% complete (77.3k/s)
1532024-09-24T03:12:41.705ZDownload: 2216/4281 items 118.4/220.6MB 53% complete (70.4k/s)
1542024-09-24T03:12:50.506ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (100k/s)
1552024-09-24T03:12:55.771ZDownload: 2223/4281 items 119.2/220.6MB 54% complete
1562024-09-24T03:13:01.264ZDownload: 2224/4281 items 119.2/220.6MB 54% complete
1572024-09-24T03:13:06.459ZDownload: 2319/4281 items 119.8/220.6MB 54% complete (78.7k/s)
1582024-09-24T03:13:11.440ZDownload: 2392/4281 items 120.0/220.6MB 54% complete (88.7k/s)
1592024-09-24T03:13:16.501ZDownload: 2511/4281 items 120.3/220.6MB 54% complete (42.8k/s)
1602024-09-24T03:13:21.506ZDownload: 2621/4281 items 120.5/220.6MB 54% complete (51.1k/s)
1612024-09-24T03:13:26.660ZDownload: 2656/4281 items 120.7/220.6MB 54% complete (42.2k/s)
1622024-09-24T03:13:31.661ZDownload: 2846/4281 items 121.1/220.6MB 54% complete (53.2k/s)
1632024-09-24T03:13:36.711ZDownload: 3218/4281 items 193.0/220.6MB 87% complete (7.2M/s)
1642024-09-24T03:13:43.916ZDownload: 3245/4281 items 203.1/220.6MB 92% complete (8.2M/s)
1652024-09-24T03:13:51.853ZDownload: 3246/4281 items 203.1/220.6MB 92% complete
1662024-09-24T03:13:56.864ZDownload: 3246/4281 items 203.1/220.6MB 92% complete
1672024-09-24T03:14:03.645ZDownload: 3284/4281 items 212.0/220.6MB 96% complete (1003k/s)
1682024-09-24T03:14:10.029ZDownload: 3285/4281 items 212.2/220.6MB 96% complete (1.1M/s)
1692024-09-24T03:14:22.872ZDownload: 3288/4281 items 212.5/220.6MB 96% complete
1702024-09-24T03:14:27.885ZDownload: 3475/4281 items 215.4/220.6MB 97% complete (660k/s)
1712024-09-24T03:14:32.934ZDownload: 3966/4281 items 218.2/220.6MB 98% complete (588k/s)
1722024-09-24T03:14:38.287ZDownload: 4206/4281 items 220.6/220.6MB 99% complete (548k/s)
1732024-09-24T03:14:55.458ZDownload: 4208/4281 items 220.6/220.6MB 99% complete
1742024-09-24T03:14:58.427ZDownload: Completed 220.60 MB in 200.93 seconds (1.1M/s)
1752024-09-24T03:15:00.511Z Actions: 1/5063 actions (Removing old actions)
1762024-09-24T03:15:00.530Z Actions: 194/5063 actions (Installing new actions)
1772024-09-24T03:15:05.171Z Actions: 4226/5063 actions (Updating modified actions)
1782024-09-24T03:15:05.471Z Actions: Completed 5063 actions in 4.96 seconds.
1792024-09-24T03:15:05.775Z Done (0.297s)
1802024-09-24T03:15:05.779Z Done (0.000s)
1812024-09-24T03:15:06.195Z Done (0.418s)
1822024-09-24T03:15:10.414Z Done (4.033s)
1832024-09-24T03:15:10.500Z Done (0.017s)
1842024-09-24T03:15:10.508Z Done (0.000s)
1852024-09-24T03:15:10.676Z Done (0.000s)
1862024-09-24T03:15:11.274ZPlanning: Evaluating mediator changes ... Done
1872024-09-24T03:15:11.438ZPlanning: Checking for conflicting actions ... Done
1882024-09-24T03:15:11.442ZPlanning: Consolidating action changes ... Done
1892024-09-24T03:15:11.709ZPlanning: Evaluating mediators ... Done
1902024-09-24T03:15:11.712ZPlanning: Planning completed in 0.44 seconds
1912024-09-24T03:15:11.751Z Mediators to change: 2
1922024-09-24T03:15:11.751Z Create boot environment: No
1932024-09-24T03:15:11.755ZCreate backup boot environment: No
1942024-09-24T03:15:11.827Z Done
1952024-09-24T03:15:11.827Z Done
1962024-09-24T03:15:12.076Z Done
1972024-09-24T03:15:15.668Z Done
1982024-09-24T03:15:15.758Z Done
1992024-09-24T03:15:15.761Z Done
2002024-09-24T03:15:15.873Z Done
2012024-09-24T03:15:16.481ZPlanning: Evaluating mediator changes ... Done
2022024-09-24T03:15:16.484ZPlanning: Merging actions ... Done
2032024-09-24T03:15:16.670ZPlanning: Checking for conflicting actions ... Done
2042024-09-24T03:15:16.673ZPlanning: Consolidating action changes ... Done
2052024-09-24T03:15:16.936ZPlanning: Evaluating mediators ... Done
2062024-09-24T03:15:16.991ZPlanning: Planning completed in 0.75 seconds
2072024-09-24T03:15:17.031Z Packages to change: 1
2082024-09-24T03:15:17.034Z Mediators to change: 1
2092024-09-24T03:15:17.034Z Services to change: 1
2102024-09-24T03:15:17.034Z Create boot environment: No
2112024-09-24T03:15:17.034ZCreate backup boot environment: Yes
2122024-09-24T03:15:19.170Z Actions: 1/6 actions (Updating modified actions)
2132024-09-24T03:15:19.173Z Actions: Completed 6 actions in 0.00 seconds.
2142024-09-24T03:15:19.173Z Done
2152024-09-24T03:15:19.173Z Done
2162024-09-24T03:15:19.255Z Done
2172024-09-24T03:15:22.867Z Done
2182024-09-24T03:15:22.917Z Done
2192024-09-24T03:15:22.920Z Done
2202024-09-24T03:15:23.036Z Done
2212024-09-24T03:15:23.472ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2222024-09-24T03:15:23.472Zclang system 15 system
2232024-09-24T03:15:23.472Zcsh system system illumos
2242024-09-24T03:15:23.472Zctags system system illumos
2252024-09-24T03:15:23.473Zgcc vendor 12 vendor
2262024-09-24T03:15:23.473Zgcc system 10 system
2272024-09-24T03:15:23.473Zgcc system 7 system
2282024-09-24T03:15:23.473Zgo system 1.20 system
2292024-09-24T03:15:23.473Zgo system 1.19 system
2302024-09-24T03:15:23.473Zllvm system 15 system
2312024-09-24T03:15:23.473Zllvm system 14 system
2322024-09-24T03:15:23.473Zmariadb system 10.6 system
2332024-09-24T03:15:23.473Zmta vendor vendor dma
2342024-09-24T03:15:23.473Zopenjdk system 17 system
2352024-09-24T03:15:23.473Zopenjdk system 11 system
2362024-09-24T03:15:23.473Zopenjdk system 1.8 system
2372024-09-24T03:15:23.473Zopenssl vendor 3 vendor
2382024-09-24T03:15:23.473Zperl system 5.36 system
2392024-09-24T03:15:23.473Zpostgresql system 15 system
2402024-09-24T03:15:23.473Zpostgresql system 13 system
2412024-09-24T03:15:23.473Zpython vendor 3 vendor
2422024-09-24T03:15:23.473Zpython system 2 system
2432024-09-24T03:15:23.473Zpython3 system 3.11 system
2442024-09-24T03:15:23.474Zruby system 3.0 system
2452024-09-24T03:15:23.474Zwords vendor vendor american-english
2462024-09-24T03:15:23.474Zwords system system australian-english
2472024-09-24T03:15:23.474Zwords system system british-english
2482024-09-24T03:15:23.474Zwords system system canadian-english
2492024-09-24T03:15:23.474Zwords system system french
2502024-09-24T03:15:23.474Zwords system system italian
2512024-09-24T03:15:23.474Zwords system system ngerman
2522024-09-24T03:15:23.474Zwords system system ogerman
2532024-09-24T03:15:23.474Zwords system system spanish
2542024-09-24T03:15:23.807ZPUBLISHER TYPE STATUS P LOCATION
2552024-09-24T03:15:23.807Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2562024-09-24T03:15:25.713ZFMRI IFO
2572024-09-24T03:15:25.713Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2582024-09-24T03:15:25.713Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2592024-09-24T03:15:25.713Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2602024-09-24T03:15:25.713Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2612024-09-24T03:15:25.713Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2622024-09-24T03:15:25.713Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632024-09-24T03:15:25.713Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2642024-09-24T03:15:25.713Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2652024-09-24T03:15:25.713Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2662024-09-24T03:15:25.713Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2672024-09-24T03:15:25.713Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2682024-09-24T03:15:25.713Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692024-09-24T03:15:25.713Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702024-09-24T03:15:26.343Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2712024-09-24T03:15:26.623Z Updating crates.io index
2722024-09-24T03:15:26.626Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2732024-09-24T03:15:27.414Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2742024-09-24T03:15:28.181Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2752024-09-24T03:15:28.417Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2762024-09-24T03:15:29.917Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772024-09-24T03:15:30.156Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2782024-09-24T03:15:30.447Z Updating git repository `https://github.com/oxidecomputer/propolis`
2792024-09-24T03:15:31.412Z Updating git repository `https://github.com/oxidecomputer/crucible`
2802024-09-24T03:15:33.446Z Updating git repository `https://github.com/oxidecomputer/opte`
2812024-09-24T03:15:34.349Z Updating git repository `https://github.com/oxidecomputer/falcon`
2822024-09-24T03:15:35.055Z Updating git repository `https://github.com/oxidecomputer/clickward`
2832024-09-24T03:15:35.324Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2842024-09-24T03:15:35.571Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852024-09-24T03:15:36.147Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2862024-09-24T03:15:36.415Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2872024-09-24T03:15:36.718Z Updating git repository `https://github.com/oxidecomputer/qorb`
2882024-09-24T03:15:37.147Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892024-09-24T03:15:37.656Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2902024-09-24T03:15:37.934Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912024-09-24T03:15:38.201Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2922024-09-24T03:15:38.452Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2932024-09-24T03:15:38.713Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2942024-09-24T03:15:39.108Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2952024-09-24T03:15:39.390Z Updating git repository `https://github.com/oxidecomputer/ispf`
2962024-09-24T03:15:39.654Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2972024-09-24T03:15:40.012Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2982024-09-24T03:15:40.543Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2992024-09-24T03:15:40.848Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002024-09-24T03:15:41.197Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3012024-09-24T03:15:41.573Z Updating git repository `https://github.com/oxidecomputer/typify`
3022024-09-24T03:15:43.905Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3032024-09-24T03:15:44.161Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3042024-09-24T03:15:44.497Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3052024-09-24T03:15:44.780Z Updating git repository `https://github.com/oxidecomputer/rfb`
3062024-09-24T03:15:45.890Z Downloading crates ...
3072024-09-24T03:15:45.962Z Downloaded log v0.4.21
3082024-09-24T03:15:45.965Z Downloaded anstyle v1.0.8
3092024-09-24T03:15:45.970Z Downloaded once_cell v1.19.0
3102024-09-24T03:15:45.973Z Downloaded equivalent v1.0.1
3112024-09-24T03:15:45.982Z Downloaded dof v0.3.0
3122024-09-24T03:15:45.985Z Downloaded crypto-common v0.1.6
3132024-09-24T03:15:45.985Z Downloaded colorchoice v1.0.1
3142024-09-24T03:15:45.987Z Downloaded usdt v0.5.0
3152024-09-24T03:15:45.987Z Downloaded usdt-macro v0.5.0
3162024-09-24T03:15:45.987Z Downloaded clap_lex v0.7.0
3172024-09-24T03:15:45.990Z Downloaded cfg-if v1.0.0
3182024-09-24T03:15:45.990Z Downloaded cargo_metadata v0.18.1
3192024-09-24T03:15:45.994Z Downloaded heck v0.4.1
3202024-09-24T03:15:45.994Z Downloaded autocfg v1.3.0
3212024-09-24T03:15:45.998Z Downloaded unicode-linebreak v0.1.5
3222024-09-24T03:15:45.998Z Downloaded itoa v1.0.11
3232024-09-24T03:15:45.998Z Downloaded byteorder v1.5.0
3242024-09-24T03:15:45.998Z Downloaded tabled_derive v0.7.0
3252024-09-24T03:15:46.001Z Downloaded smawk v0.3.2
3262024-09-24T03:15:46.001Z Downloaded scroll v0.12.0
3272024-09-24T03:15:46.004Z Downloaded thiserror v1.0.63
3282024-09-24T03:15:46.007Z Downloaded serde_tokenstream v0.2.2
3292024-09-24T03:15:46.011Z Downloaded usdt-attr-macro v0.5.0
3302024-09-24T03:15:46.011Z Downloaded pest_generator v2.7.10
3312024-09-24T03:15:46.013Z Downloaded camino-tempfile v1.1.1
3322024-09-24T03:15:46.013Z Downloaded fastrand v2.1.0
3332024-09-24T03:15:46.016Z Downloaded proc-macro-error v1.0.4
3342024-09-24T03:15:46.019Z Downloaded anstyle-query v1.0.3
3352024-09-24T03:15:46.019Z Downloaded toml v0.8.19
3362024-09-24T03:15:46.022Z Downloaded block-buffer v0.10.4
3372024-09-24T03:15:46.025Z Downloaded zerocopy-derive v0.7.34
3382024-09-24T03:15:46.029Z Downloaded terminal_size v0.3.0
3392024-09-24T03:15:46.032Z Downloaded ucd-trie v0.1.6
3402024-09-24T03:15:46.032Z Downloaded proc-macro2 v1.0.86
3412024-09-24T03:15:46.034Z Downloaded plain v0.2.3
3422024-09-24T03:15:46.037Z Downloaded fs-err v2.11.0
3432024-09-24T03:15:46.037Z Downloaded dtrace-parser v0.2.0
3442024-09-24T03:15:46.041Z Downloaded indexmap v2.4.0
3452024-09-24T03:15:46.048Z Downloaded swrite v0.1.0
3462024-09-24T03:15:46.052Z Downloaded fnv v1.0.7
3472024-09-24T03:15:46.055Z Downloaded bytecount v0.6.8
3482024-09-24T03:15:46.055Z Downloaded is_terminal_polyfill v1.70.0
3492024-09-24T03:15:46.058Z Downloaded scroll_derive v0.12.0
3502024-09-24T03:15:46.061Z Downloaded pretty-hex v0.4.1
3512024-09-24T03:15:46.064Z Downloaded errno v0.3.9
3522024-09-24T03:15:46.067Z Downloaded memmap v0.7.0
3532024-09-24T03:15:46.071Z Downloaded macaddr v1.0.1
3542024-09-24T03:15:46.071Z Downloaded heck v0.5.0
3552024-09-24T03:15:46.076Z Downloaded serde v1.0.208
3562024-09-24T03:15:46.076Z Downloaded cpufeatures v0.2.12
3572024-09-24T03:15:46.079Z Downloaded digest v0.10.7
3582024-09-24T03:15:46.079Z Downloaded clap_derive v4.5.13
3592024-09-24T03:15:46.082Z Downloaded camino v1.1.9
3602024-09-24T03:15:46.084Z Downloaded serde_spanned v0.6.7
3612024-09-24T03:15:46.084Z Downloaded proc-macro-error-attr v1.0.4
3622024-09-24T03:15:46.087Z Downloaded anstyle-parse v0.2.4
3632024-09-24T03:15:46.087Z Downloaded cargo-platform v0.1.8
3642024-09-24T03:15:46.091Z Downloaded version_check v0.9.5
3652024-09-24T03:15:46.091Z Downloaded toml_datetime v0.6.8
3662024-09-24T03:15:46.095Z Downloaded thread-id v4.2.1
3672024-09-24T03:15:46.095Z Downloaded strsim v0.11.1
3682024-09-24T03:15:46.095Z Downloaded anstream v0.6.14
3692024-09-24T03:15:46.099Z Downloaded thiserror-impl v1.0.63
3702024-09-24T03:15:46.099Z Downloaded generic-array v0.14.7
3712024-09-24T03:15:46.099Z Downloaded utf8parse v0.2.1
3722024-09-24T03:15:46.102Z Downloaded cargo_toml v0.20.4
3732024-09-24T03:15:46.104Z Downloaded usdt-impl v0.5.0
3742024-09-24T03:15:46.109Z Downloaded semver v1.0.23
3752024-09-24T03:15:46.111Z Downloaded quote v1.0.36
3762024-09-24T03:15:46.111Z Downloaded bitflags v2.6.0
3772024-09-24T03:15:46.114Z Downloaded pest_derive v2.7.10
3782024-09-24T03:15:46.117Z Downloaded tempfile v3.10.1
3792024-09-24T03:15:46.119Z Downloaded sha2 v0.10.8
3802024-09-24T03:15:46.128Z Downloaded clap v4.5.16
3812024-09-24T03:15:46.136Z Downloaded unicode-ident v1.0.12
3822024-09-24T03:15:46.139Z Downloaded textwrap v0.16.1
3832024-09-24T03:15:46.142Z Downloaded pest v2.7.10
3842024-09-24T03:15:46.146Z Downloaded papergrid v0.11.0
3852024-09-24T03:15:46.150Z Downloaded typenum v1.17.0
3862024-09-24T03:15:46.153Z Downloaded serde_derive v1.0.208
3872024-09-24T03:15:46.155Z Downloaded toml_edit v0.22.20
3882024-09-24T03:15:46.175Z Downloaded ryu v1.0.18
3892024-09-24T03:15:46.178Z Downloaded memchr v2.7.2
3902024-09-24T03:15:46.183Z Downloaded clap_builder v4.5.15
3912024-09-24T03:15:46.189Z Downloaded pest_meta v2.7.10
3922024-09-24T03:15:46.192Z Downloaded goblin v0.8.2
3932024-09-24T03:15:46.197Z Downloaded serde_json v1.0.125
3942024-09-24T03:15:46.203Z Downloaded hashbrown v0.14.5
3952024-09-24T03:15:46.208Z Downloaded anyhow v1.0.89
3962024-09-24T03:15:46.212Z Downloaded zerocopy v0.7.34
3972024-09-24T03:15:46.226Z Downloaded winnow v0.6.18
3982024-09-24T03:15:46.236Z Downloaded syn v2.0.74
3992024-09-24T03:15:46.247Z Downloaded tabled v0.15.0
4002024-09-24T03:15:46.261Z Downloaded syn v1.0.109
4012024-09-24T03:15:46.271Z Downloaded rustix v0.38.34
4022024-09-24T03:15:46.293Z Downloaded unicode-width v0.1.13
4032024-09-24T03:15:46.304Z Downloaded libc v0.2.158
4042024-09-24T03:15:46.660Z Compiling proc-macro2 v1.0.86
4052024-09-24T03:15:46.660Z Compiling unicode-ident v1.0.12
4062024-09-24T03:15:46.666Z Compiling version_check v0.9.5
4072024-09-24T03:15:46.666Z Compiling serde v1.0.208
4082024-09-24T03:15:46.666Z Compiling thiserror v1.0.63
4092024-09-24T03:15:46.666Z Compiling memchr v2.7.2
4102024-09-24T03:15:46.666Z Compiling libc v0.2.158
4112024-09-24T03:15:46.666Z Compiling ucd-trie v0.1.6
4122024-09-24T03:15:46.947Z Compiling ryu v1.0.18
4132024-09-24T03:15:47.286Z Compiling itoa v1.0.11
4142024-09-24T03:15:47.379Z Compiling once_cell v1.19.0
4152024-09-24T03:15:47.437Z Compiling byteorder v1.5.0
4162024-09-24T03:15:47.487Z Compiling serde_json v1.0.125
4172024-09-24T03:15:47.781Z Compiling rustix v0.38.34
4182024-09-24T03:15:47.892Z Compiling bitflags v2.6.0
4192024-09-24T03:15:48.068Z Compiling proc-macro-error-attr v1.0.4
4202024-09-24T03:15:48.259Z Compiling usdt-impl v0.5.0
4212024-09-24T03:15:48.317Z Compiling syn v1.0.109
4222024-09-24T03:15:48.368Z Compiling quote v1.0.36
4232024-09-24T03:15:48.469Z Compiling proc-macro-error v1.0.4
4242024-09-24T03:15:48.824Z Compiling syn v2.0.74
4252024-09-24T03:15:48.830Z Compiling plain v0.2.3
4262024-09-24T03:15:48.830Z Compiling camino v1.1.9
4272024-09-24T03:15:48.945Z Compiling errno v0.3.9
4282024-09-24T03:15:49.050Z Compiling utf8parse v0.2.1
4292024-09-24T03:15:49.085Z Compiling thread-id v4.2.1
4302024-09-24T03:15:49.168Z Compiling equivalent v1.0.1
4312024-09-24T03:15:49.194Z Compiling hashbrown v0.14.5
4322024-09-24T03:15:49.218Z Compiling log v0.4.21
4332024-09-24T03:15:49.220Z Compiling anstyle-parse v0.2.4
4342024-09-24T03:15:49.588Z Compiling colorchoice v1.0.1
4352024-09-24T03:15:49.677Z Compiling semver v1.0.23
4362024-09-24T03:15:49.747Z Compiling autocfg v1.3.0
4372024-09-24T03:15:49.926Z Compiling winnow v0.6.18
4382024-09-24T03:15:50.209Z Compiling anstyle v1.0.8
4392024-09-24T03:15:50.237Z Compiling is_terminal_polyfill v1.70.0
4402024-09-24T03:15:50.365Z Compiling anstyle-query v1.0.3
4412024-09-24T03:15:50.516Z Compiling indexmap v2.4.0
4422024-09-24T03:15:50.547Z Compiling unicode-width v0.1.13
4432024-09-24T03:15:50.658Z Compiling pretty-hex v0.4.1
4442024-09-24T03:15:50.737Z Compiling fs-err v2.11.0
4452024-09-24T03:15:50.789Z Compiling anstream v0.6.14
4462024-09-24T03:15:51.100Z Compiling cfg-if v1.0.0
4472024-09-24T03:15:51.167Z Compiling fastrand v2.1.0
4482024-09-24T03:15:51.204Z Compiling fnv v1.0.7
4492024-09-24T03:15:51.348Z Compiling terminal_size v0.3.0
4502024-09-24T03:15:51.502Z Compiling heck v0.5.0
4512024-09-24T03:15:51.542Z Compiling strsim v0.11.1
4522024-09-24T03:15:51.743Z Compiling clap_lex v0.7.0
4532024-09-24T03:15:51.850Z Compiling heck v0.4.1
4542024-09-24T03:15:52.075Z Compiling anyhow v1.0.89
4552024-09-24T03:15:52.271Z Compiling bytecount v0.6.8
4562024-09-24T03:15:52.341Z Compiling clap_builder v4.5.15
4572024-09-24T03:15:52.488Z Compiling papergrid v0.11.0
4582024-09-24T03:15:52.510Z Compiling tempfile v3.10.1
4592024-09-24T03:15:52.840Z Compiling memmap v0.7.0
4602024-09-24T03:15:52.868Z Compiling smawk v0.3.2
4612024-09-24T03:15:53.180Z Compiling unicode-linebreak v0.1.5
4622024-09-24T03:15:53.596Z Compiling textwrap v0.16.1
4632024-09-24T03:15:53.621Z Compiling swrite v0.1.0
4642024-09-24T03:15:54.856Z Compiling tabled_derive v0.7.0
4652024-09-24T03:15:56.468Z Compiling tabled v0.15.0
4662024-09-24T03:15:57.455Z Compiling serde_derive v1.0.208
4672024-09-24T03:15:57.455Z Compiling thiserror-impl v1.0.63
4682024-09-24T03:15:57.457Z Compiling zerocopy-derive v0.7.34
4692024-09-24T03:15:57.457Z Compiling scroll_derive v0.12.0
4702024-09-24T03:15:57.641Z Compiling clap_derive v4.5.13
4712024-09-24T03:15:58.854Z Compiling scroll v0.12.0
4722024-09-24T03:15:59.320Z Compiling goblin v0.8.2
4732024-09-24T03:15:59.540Z Compiling zerocopy v0.7.34
4742024-09-24T03:16:00.121Z Compiling pest v2.7.10
4752024-09-24T03:16:01.130Z Compiling clap v4.5.16
4762024-09-24T03:16:02.322Z Compiling pest_meta v2.7.10
4772024-09-24T03:16:03.231Z Compiling pest_generator v2.7.10
4782024-09-24T03:16:04.811Z Compiling pest_derive v2.7.10
4792024-09-24T03:16:05.474Z Compiling dtrace-parser v0.2.0
4802024-09-24T03:16:07.585Z Compiling serde_tokenstream v0.2.2
4812024-09-24T03:16:07.674Z Compiling toml_datetime v0.6.8
4822024-09-24T03:16:07.676Z Compiling serde_spanned v0.6.7
4832024-09-24T03:16:07.892Z Compiling cargo-platform v0.1.8
4842024-09-24T03:16:08.000Z Compiling toml_edit v0.22.20
4852024-09-24T03:16:08.204Z Compiling macaddr v1.0.1
4862024-09-24T03:16:08.479Z Compiling camino-tempfile v1.1.1
4872024-09-24T03:16:08.978Z Compiling dof v0.3.0
4882024-09-24T03:16:09.114Z Compiling cargo_metadata v0.18.1
4892024-09-24T03:16:10.687Z Compiling usdt-attr-macro v0.5.0
4902024-09-24T03:16:10.690Z Compiling usdt-macro v0.5.0
4912024-09-24T03:16:10.838Z Compiling toml v0.8.19
4922024-09-24T03:16:11.701Z Compiling cargo_toml v0.20.4
4932024-09-24T03:16:12.112Z Compiling usdt v0.5.0
4942024-09-24T03:16:15.256Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4952024-09-24T03:16:19.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.27s
4962024-09-24T03:16:19.637Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4972024-09-24T03:16:20.283Z Downloading crates ...
4982024-09-24T03:16:20.363Z Downloaded array-init v0.0.4
4992024-09-24T03:16:20.366Z Downloaded async-stream v0.3.5
5002024-09-24T03:16:20.370Z Downloaded addr2line v0.21.0
5012024-09-24T03:16:20.373Z Downloaded bitstruct v0.1.1
5022024-09-24T03:16:20.379Z Downloaded async-stream-impl v0.3.5
5032024-09-24T03:16:20.381Z Downloaded cfg_aliases v0.1.1
5042024-09-24T03:16:20.384Z Downloaded ciborium-io v0.2.2
5052024-09-24T03:16:20.386Z Downloaded cstr-argument v0.1.2
5062024-09-24T03:16:20.389Z Downloaded crucible-workspace-hack v0.1.0
5072024-09-24T03:16:20.389Z Downloaded humantime v2.1.0
5082024-09-24T03:16:20.391Z Downloaded darling v0.20.9
5092024-09-24T03:16:20.395Z Downloaded http-body v0.4.6
5102024-09-24T03:16:20.398Z Downloaded bitfield-struct v0.6.1
5112024-09-24T03:16:20.400Z Downloaded instant v0.1.12
5122024-09-24T03:16:20.402Z Downloaded matches v0.1.10
5132024-09-24T03:16:20.402Z Downloaded ascii-canvas v3.0.0
5142024-09-24T03:16:20.404Z Downloaded base16ct v0.2.0
5152024-09-24T03:16:20.407Z Downloaded is-terminal v0.4.12
5162024-09-24T03:16:20.407Z Downloaded crc-catalog v2.4.0
5172024-09-24T03:16:20.410Z Downloaded atomic-waker v1.1.2
5182024-09-24T03:16:20.412Z Downloaded const_format_proc_macros v0.2.33
5192024-09-24T03:16:20.413Z Downloaded impl-trait-for-tuples v0.2.2
5202024-09-24T03:16:20.415Z Downloaded hostname v0.3.1
5212024-09-24T03:16:20.418Z Downloaded lazy_static v1.5.0
5222024-09-24T03:16:20.420Z Downloaded http-range v0.1.5
5232024-09-24T03:16:20.423Z Downloaded keccak v0.1.5
5242024-09-24T03:16:20.423Z Downloaded mime v0.3.17
5252024-09-24T03:16:20.425Z Downloaded curve25519-dalek-derive v0.1.1
5262024-09-24T03:16:20.427Z Downloaded maplit v1.0.2
5272024-09-24T03:16:20.427Z Downloaded castaway v0.2.3
5282024-09-24T03:16:20.430Z Downloaded inout v0.1.3
5292024-09-24T03:16:20.432Z Downloaded new_debug_unreachable v1.0.6
5302024-09-24T03:16:20.432Z Downloaded linear-map v1.2.0
5312024-09-24T03:16:20.434Z Downloaded newtype-uuid v1.1.0
5322024-09-24T03:16:20.434Z Downloaded hyper-rustls v0.24.2
5332024-09-24T03:16:20.437Z Downloaded ctr v0.9.2
5342024-09-24T03:16:20.439Z Downloaded nibble_vec v0.1.0
5352024-09-24T03:16:20.442Z Downloaded const-oid v0.9.6
5362024-09-24T03:16:20.444Z Downloaded highway v1.2.0
5372024-09-24T03:16:20.446Z Downloaded lru-cache v0.1.2
5382024-09-24T03:16:20.449Z Downloaded crc v3.2.1
5392024-09-24T03:16:20.451Z Downloaded hyper-tls v0.5.0
5402024-09-24T03:16:20.454Z Downloaded memmap2 v0.9.4
5412024-09-24T03:16:20.456Z Downloaded bytes v1.7.2
5422024-09-24T03:16:20.459Z Downloaded nanorand v0.7.0
5432024-09-24T03:16:20.462Z Downloaded iana-time-zone v0.1.60
5442024-09-24T03:16:20.466Z Downloaded http-body v1.0.0
5452024-09-24T03:16:20.468Z Downloaded crossbeam-epoch v0.9.18
5462024-09-24T03:16:20.471Z Downloaded compact_str v0.8.0
5472024-09-24T03:16:20.474Z Downloaded mockall_derive v0.13.0
5482024-09-24T03:16:20.477Z Downloaded hubpack_derive v0.1.1
5492024-09-24T03:16:20.479Z Downloaded shlex v1.3.0
5502024-09-24T03:16:20.481Z Downloaded secrecy v0.8.0
5512024-09-24T03:16:20.481Z Downloaded crunchy v0.2.2
5522024-09-24T03:16:20.484Z Downloaded hmac v0.12.1
5532024-09-24T03:16:20.487Z Downloaded atomicwrites v0.4.4
5542024-09-24T03:16:20.487Z Downloaded sigpipe v0.1.3
5552024-09-24T03:16:20.490Z Downloaded resolv-conf v0.7.0
5562024-09-24T03:16:20.490Z Downloaded arrayvec v0.7.4
5572024-09-24T03:16:20.493Z Downloaded md5 v0.7.0
5582024-09-24T03:16:20.497Z Downloaded miniz_oxide v0.8.0
5592024-09-24T03:16:20.497Z Downloaded base64 v0.21.7
5602024-09-24T03:16:20.501Z Downloaded hostname v0.4.0
5612024-09-24T03:16:20.509Z Downloaded rustc_version v0.1.7
5622024-09-24T03:16:20.509Z Downloaded newtype_derive v0.1.6
5632024-09-24T03:16:20.512Z Downloaded lru v0.12.3
5642024-09-24T03:16:20.512Z Downloaded constant_time_eq v0.3.0
5652024-09-24T03:16:20.512Z Downloaded rustversion v1.0.17
5662024-09-24T03:16:20.512Z Downloaded block-padding v0.3.3
5672024-09-24T03:16:20.513Z Downloaded newline-converter v0.3.0
5682024-09-24T03:16:20.516Z Downloaded kstat-rs v0.2.4
5692024-09-24T03:16:20.516Z Downloaded maybe-uninit v2.0.0
5702024-09-24T03:16:20.516Z Downloaded cc v1.0.97
5712024-09-24T03:16:20.519Z Downloaded cexpr v0.6.0
5722024-09-24T03:16:20.521Z Downloaded supports-color v3.0.1
5732024-09-24T03:16:20.524Z Downloaded sec1 v0.7.3
5742024-09-24T03:16:20.526Z Downloaded colored v2.1.0
5752024-09-24T03:16:20.528Z Downloaded crossbeam-deque v0.8.5
5762024-09-24T03:16:20.531Z Downloaded display-error-chain v0.2.1
5772024-09-24T03:16:20.531Z Downloaded float-ord v0.3.2
5782024-09-24T03:16:20.534Z Downloaded downcast v0.11.0
5792024-09-24T03:16:20.534Z Downloaded thiserror-no-std v2.0.2
5802024-09-24T03:16:20.537Z Downloaded linked-hash-map v0.5.6
5812024-09-24T03:16:20.540Z Downloaded mockall v0.13.0
5822024-09-24T03:16:20.542Z Downloaded multimap v0.10.0
5832024-09-24T03:16:20.545Z Downloaded spki v0.7.3
5842024-09-24T03:16:20.547Z Downloaded chacha20poly1305 v0.10.1
5852024-09-24T03:16:20.547Z Downloaded allocator-api2 v0.2.18
5862024-09-24T03:16:20.550Z Downloaded headers-core v0.2.0
5872024-09-24T03:16:20.553Z Downloaded sqlformat v0.2.4
5882024-09-24T03:16:20.555Z Downloaded managed v0.8.0
5892024-09-24T03:16:20.555Z Downloaded universal-hash v0.5.1
5902024-09-24T03:16:20.558Z Downloaded rusty-fork v0.3.0
5912024-09-24T03:16:20.559Z Downloaded smallvec v0.6.14
5922024-09-24T03:16:20.561Z Downloaded thread_local v1.1.8
5932024-09-24T03:16:20.561Z Downloaded semver v0.1.20
5942024-09-24T03:16:20.564Z Downloaded crossbeam-channel v0.5.12
5952024-09-24T03:16:20.567Z Downloaded tokio-native-tls v0.3.1
5962024-09-24T03:16:20.570Z Downloaded wyz v0.5.1
5972024-09-24T03:16:20.573Z Downloaded cancel-safe-futures v0.1.5
5982024-09-24T03:16:20.575Z Downloaded httparse v1.8.0
5992024-09-24T03:16:20.578Z Downloaded unarray v0.1.4
6002024-09-24T03:16:20.578Z Downloaded portpicker v0.1.1
6012024-09-24T03:16:20.580Z Downloaded oso-derive v0.27.3
6022024-09-24T03:16:20.580Z Downloaded vsss-rs v3.3.4
6032024-09-24T03:16:20.583Z Downloaded float-cmp v0.9.0
6042024-09-24T03:16:20.585Z Downloaded dirs-sys-next v0.1.2
6052024-09-24T03:16:20.585Z Downloaded csv-core v0.1.11
6062024-09-24T03:16:20.588Z Downloaded crc32fast v1.4.0
6072024-09-24T03:16:20.591Z Downloaded libloading v0.8.3
6082024-09-24T03:16:20.593Z Downloaded rcgen v0.12.1
6092024-09-24T03:16:20.595Z Downloaded strum_macros v0.24.3
6102024-09-24T03:16:20.598Z Downloaded crossbeam-utils v0.8.19
6112024-09-24T03:16:20.600Z Downloaded defmt-parser v0.3.4
6122024-09-24T03:16:20.603Z Downloaded slog-term v2.9.1
6132024-09-24T03:16:20.605Z Downloaded futures-task v0.3.30
6142024-09-24T03:16:20.605Z Downloaded num_enum v0.5.11
6152024-09-24T03:16:20.610Z Downloaded ron v0.8.1
6162024-09-24T03:16:20.616Z Downloaded tracing-attributes v0.1.27
6172024-09-24T03:16:20.618Z Downloaded pbkdf2 v0.12.2
6182024-09-24T03:16:20.621Z Downloaded strum v0.26.3
6192024-09-24T03:16:20.623Z Downloaded untrusted v0.7.1
6202024-09-24T03:16:20.623Z Downloaded tower-service v0.3.2
6212024-09-24T03:16:20.628Z Downloaded num-iter v0.1.45
6222024-09-24T03:16:20.628Z Downloaded mime_guess v2.0.4
6232024-09-24T03:16:20.631Z Downloaded env_logger v0.9.3
6242024-09-24T03:16:20.631Z Downloaded peg v0.8.4
6252024-09-24T03:16:20.634Z Downloaded ff v0.13.0
6262024-09-24T03:16:20.636Z Downloaded tower-layer v0.3.2
6272024-09-24T03:16:20.636Z Downloaded miniz_oxide v0.7.2
6282024-09-24T03:16:20.639Z Downloaded blake2 v0.10.6
6292024-09-24T03:16:20.642Z Downloaded r2d2 v0.8.10
6302024-09-24T03:16:20.644Z Downloaded num-conv v0.1.0
6312024-09-24T03:16:20.646Z Downloaded glob v0.3.1
6322024-09-24T03:16:20.646Z Downloaded hashlink v0.9.1
6332024-09-24T03:16:20.649Z Downloaded futures-channel v0.3.30
6342024-09-24T03:16:20.651Z Downloaded schemars_derive v0.8.21
6352024-09-24T03:16:20.654Z Downloaded similar v2.6.0
6362024-09-24T03:16:20.657Z Downloaded scopeguard v1.2.0
6372024-09-24T03:16:20.659Z Downloaded string_cache v0.8.7
6382024-09-24T03:16:20.663Z Downloaded base64 v0.13.1
6392024-09-24T03:16:20.665Z Downloaded precomputed-hash v0.1.1
6402024-09-24T03:16:20.665Z Downloaded subtle v2.5.0
6412024-09-24T03:16:20.668Z Downloaded parking_lot_core v0.9.10
6422024-09-24T03:16:20.671Z Downloaded tls_codec_derive v0.4.1
6432024-09-24T03:16:20.671Z Downloaded strum_macros v0.25.3
6442024-09-24T03:16:20.673Z Downloaded polyval v0.6.2
6452024-09-24T03:16:20.676Z Downloaded poly1305 v0.8.0
6462024-09-24T03:16:20.678Z Downloaded dirs-next v2.0.0
6472024-09-24T03:16:20.678Z Downloaded zeroize v1.8.1
6482024-09-24T03:16:20.681Z Downloaded difflib v0.4.0
6492024-09-24T03:16:20.684Z Downloaded same-file v1.0.6
6502024-09-24T03:16:20.684Z Downloaded deranged v0.3.11
6512024-09-24T03:16:20.687Z Downloaded defmt-macros v0.3.9
6522024-09-24T03:16:20.689Z Downloaded utf-8 v0.7.6
6532024-09-24T03:16:20.689Z Downloaded fallible-streaming-iterator v0.1.9
6542024-09-24T03:16:20.692Z Downloaded try-lock v0.2.5
6552024-09-24T03:16:20.692Z Downloaded hyper-util v0.1.7
6562024-09-24T03:16:20.695Z Downloaded serde_with_macros v3.9.0
6572024-09-24T03:16:20.706Z Downloaded vte_generate_state_changes v0.1.1
6582024-09-24T03:16:20.709Z Downloaded zone_cfg_derive v0.3.0
6592024-09-24T03:16:20.709Z Downloaded rand_seeder v0.3.0
6602024-09-24T03:16:20.711Z Downloaded diesel_derives v2.2.2
6612024-09-24T03:16:20.716Z Downloaded darling_core v0.20.9
6622024-09-24T03:16:20.720Z Downloaded radium v0.7.0
6632024-09-24T03:16:20.723Z Downloaded aes v0.8.4
6642024-09-24T03:16:20.725Z Downloaded predicates v3.1.2
6652024-09-24T03:16:20.728Z Downloaded parse-size v1.0.0
6662024-09-24T03:16:20.730Z Downloaded number_prefix v0.4.0
6672024-09-24T03:16:20.733Z Downloaded unsafe-libyaml v0.2.11
6682024-09-24T03:16:20.735Z Downloaded scheduled-thread-pool v0.2.7
6692024-09-24T03:16:20.737Z Downloaded tiny-keccak v2.0.2
6702024-09-24T03:16:20.740Z Downloaded openssl-probe v0.1.5
6712024-09-24T03:16:20.740Z Downloaded openssl-macros v0.1.1
6722024-09-24T03:16:20.742Z Downloaded num_threads v0.1.7
6732024-09-24T03:16:20.742Z Downloaded ssh-cipher v0.2.0
6742024-09-24T03:16:20.745Z Downloaded nu-ansi-term v0.50.0
6752024-09-24T03:16:20.747Z Downloaded postcard v1.0.8
6762024-09-24T03:16:20.749Z Downloaded zeroize_derive v1.4.2
6772024-09-24T03:16:20.752Z Downloaded num-complex v0.4.6
6782024-09-24T03:16:20.754Z Downloaded take_mut v0.2.2
6792024-09-24T03:16:20.754Z Downloaded predicates-tree v1.0.9
6802024-09-24T03:16:20.756Z Downloaded half v2.4.1
6812024-09-24T03:16:20.759Z Downloaded crypto-bigint v0.5.5
6822024-09-24T03:16:20.765Z Downloaded sync_wrapper v0.1.2
6832024-09-24T03:16:20.768Z Downloaded filetime v0.2.25
6842024-09-24T03:16:20.768Z Downloaded fallible-iterator v0.3.0
6852024-09-24T03:16:20.770Z Downloaded socket2 v0.4.10
6862024-09-24T03:16:20.774Z Downloaded tracing-core v0.1.32
6872024-09-24T03:16:20.780Z Downloaded darling_macro v0.20.9
6882024-09-24T03:16:20.780Z Downloaded fatfs v0.3.6
6892024-09-24T03:16:20.783Z Downloaded tokio-tungstenite v0.20.1
6902024-09-24T03:16:20.783Z Downloaded normalize-line-endings v0.3.0
6912024-09-24T03:16:20.783Z Downloaded foreign-types-macros v0.2.3
6922024-09-24T03:16:20.786Z Downloaded headers v0.3.9
6932024-09-24T03:16:20.789Z Downloaded predicates-core v1.0.6
6942024-09-24T03:16:20.791Z Downloaded foreign-types-shared v0.1.1
6952024-09-24T03:16:20.794Z Downloaded dsl_auto_type v0.1.2
6962024-09-24T03:16:20.794Z Downloaded postgres-types v0.2.7
6972024-09-24T03:16:20.797Z Downloaded derive_builder_core v0.20.0
6982024-09-24T03:16:20.799Z Downloaded derive-where v1.2.7
6992024-09-24T03:16:20.801Z Downloaded endian-type v0.1.2
7002024-09-24T03:16:20.804Z Downloaded path-slash v0.1.5
7012024-09-24T03:16:20.804Z Downloaded mio v0.8.11
7022024-09-24T03:16:20.813Z Downloaded peg-runtime v0.8.3
7032024-09-24T03:16:20.815Z Downloaded tap v1.0.1
7042024-09-24T03:16:20.815Z Downloaded tabwriter v1.4.0
7052024-09-24T03:16:20.815Z Downloaded stringprep v0.1.4
7062024-09-24T03:16:20.815Z Downloaded structmeta-derive v0.2.0
7072024-09-24T03:16:20.817Z Downloaded socket2 v0.5.7
7082024-09-24T03:16:20.820Z Downloaded diff v0.1.13
7092024-09-24T03:16:20.822Z Downloaded opaque-debug v0.3.1
7102024-09-24T03:16:20.824Z Downloaded want v0.3.1
7112024-09-24T03:16:20.824Z Downloaded tokio-stream v0.1.15
7122024-09-24T03:16:20.833Z Downloaded topological-sort v0.2.2
7132024-09-24T03:16:20.835Z Downloaded num-integer v0.1.46
7142024-09-24T03:16:20.835Z Downloaded foreign-types v0.5.0
7152024-09-24T03:16:20.835Z Downloaded nodrop v0.1.14
7162024-09-24T03:16:20.835Z Downloaded derive_builder_macro v0.20.0
7172024-09-24T03:16:20.835Z Downloaded blake3 v1.5.1
7182024-09-24T03:16:20.844Z Downloaded test-strategy v0.3.1
7192024-09-24T03:16:20.847Z Downloaded signal-hook-tokio v0.3.1
7202024-09-24T03:16:20.849Z Downloaded tinyvec_macros v0.1.1
7212024-09-24T03:16:20.853Z Downloaded unicode-truncate v1.0.0
7222024-09-24T03:16:20.853Z Downloaded termios v0.3.3
7232024-09-24T03:16:20.855Z Downloaded rpassword v7.3.1
7242024-09-24T03:16:20.855Z Downloaded ref-cast v1.0.23
7252024-09-24T03:16:20.857Z Downloaded paste v1.0.15
7262024-09-24T03:16:20.861Z Downloaded serde-big-array v0.5.1
7272024-09-24T03:16:20.864Z Downloaded fxhash v0.2.1
7282024-09-24T03:16:20.864Z Downloaded foreign-types-shared v0.3.1
7292024-09-24T03:16:20.867Z Downloaded gethostname v0.5.0
7302024-09-24T03:16:20.867Z Downloaded foreign-types v0.3.2
7312024-09-24T03:16:20.867Z Downloaded url v2.5.2
7322024-09-24T03:16:20.870Z Downloaded tracing v0.1.40
7332024-09-24T03:16:20.875Z Downloaded time-core v0.1.2
7342024-09-24T03:16:20.877Z Downloaded http v1.1.0
7352024-09-24T03:16:20.880Z Downloaded debug-ignore v1.0.5
7362024-09-24T03:16:20.882Z Downloaded rand_chacha v0.3.1
7372024-09-24T03:16:20.884Z Downloaded rsa v0.9.6
7382024-09-24T03:16:20.889Z Downloaded serde_arrays v0.1.0
7392024-09-24T03:16:20.891Z Downloaded crossterm v0.28.1
7402024-09-24T03:16:20.897Z Downloaded olpc-cjson v0.1.3
7412024-09-24T03:16:20.901Z Downloaded siphasher v0.3.11
7422024-09-24T03:16:20.903Z Downloaded peg-macros v0.8.4
7432024-09-24T03:16:20.903Z Downloaded slog v2.7.0
7442024-09-24T03:16:20.906Z Downloaded sqlparser_derive v0.2.2
7452024-09-24T03:16:20.908Z Downloaded spin v0.5.2
7462024-09-24T03:16:20.908Z Downloaded data-encoding v2.6.0
7472024-09-24T03:16:20.910Z Downloaded tungstenite v0.21.0
7482024-09-24T03:16:20.912Z Downloaded pkg-config v0.3.30
7492024-09-24T03:16:20.915Z Downloaded serde_urlencoded v0.7.1
7502024-09-24T03:16:20.917Z Downloaded des v0.8.1
7512024-09-24T03:16:20.919Z Downloaded which v4.4.2
7522024-09-24T03:16:20.919Z Downloaded defmt v0.3.8
7532024-09-24T03:16:20.922Z Downloaded toml v0.7.8
7542024-09-24T03:16:20.926Z Downloaded num-bigint v0.4.5
7552024-09-24T03:16:20.931Z Downloaded termtree v0.4.1
7562024-09-24T03:16:20.933Z Downloaded serde-hex v0.1.0
7572024-09-24T03:16:20.935Z Downloaded spin v0.9.8
7582024-09-24T03:16:20.938Z Downloaded enum-as-inner v0.6.0
7592024-09-24T03:16:20.940Z Downloaded dhcproto-macros v0.1.0
7602024-09-24T03:16:20.940Z Downloaded phf_shared v0.10.0
7612024-09-24T03:16:20.940Z Downloaded twox-hash v1.6.3
7622024-09-24T03:16:20.943Z Downloaded termcolor v1.4.1
7632024-09-24T03:16:20.943Z Downloaded signal-hook-mio v0.2.4
7642024-09-24T03:16:20.945Z Downloaded tokio-rustls v0.25.0
7652024-09-24T03:16:20.947Z Downloaded tungstenite v0.20.1
7662024-09-24T03:16:20.950Z Downloaded aho-corasick v1.1.3
7672024-09-24T03:16:20.956Z Downloaded ssh-encoding v0.2.0
7682024-09-24T03:16:20.958Z Downloaded russh-cryptovec v0.7.2
7692024-09-24T03:16:20.960Z Downloaded tar v0.4.41
7702024-09-24T03:16:20.962Z Downloaded tungstenite v0.23.0
7712024-09-24T03:16:20.966Z Downloaded psl-types v2.0.11
7722024-09-24T03:16:20.973Z Downloaded walkdir v2.5.0
7732024-09-24T03:16:20.973Z Downloaded time-macros v0.2.18
7742024-09-24T03:16:20.978Z Downloaded waitgroup v0.1.2
7752024-09-24T03:16:20.979Z Downloaded getrandom v0.2.14
7762024-09-24T03:16:20.979Z Downloaded itertools v0.12.1
7772024-09-24T03:16:20.981Z Downloaded structmeta v0.3.0
7782024-09-24T03:16:20.984Z Downloaded wait-timeout v0.2.0
7792024-09-24T03:16:20.984Z Downloaded phf v0.11.2
7802024-09-24T03:16:20.986Z Downloaded omicron-zone-package v0.11.0
7812024-09-24T03:16:20.988Z Downloaded pem v3.0.4
7822024-09-24T03:16:20.990Z Downloaded ghash v0.5.1
7832024-09-24T03:16:20.990Z Downloaded pem-rfc7468 v0.7.0
7842024-09-24T03:16:20.993Z Downloaded tinyvec v1.6.0
7852024-09-24T03:16:20.995Z Downloaded env_filter v0.1.2
7862024-09-24T03:16:20.998Z Downloaded thiserror-impl-no-std v2.0.2
7872024-09-24T03:16:21.001Z Downloaded snafu-derive v0.8.2
7882024-09-24T03:16:21.001Z Downloaded serde_path_to_error v0.1.16
7892024-09-24T03:16:21.003Z Downloaded rayon-core v1.12.1
7902024-09-24T03:16:21.006Z Downloaded proc-macro-crate v1.3.1
7912024-09-24T03:16:21.008Z Downloaded diesel_table_macro_syntax v0.2.0
7922024-09-24T03:16:21.008Z Downloaded uzers v0.11.3
7932024-09-24T03:16:21.010Z Downloaded serde_with v3.9.0
7942024-09-24T03:16:21.017Z Downloaded shell-words v1.1.0
7952024-09-24T03:16:21.020Z Downloaded heck v0.3.3
7962024-09-24T03:16:21.020Z Downloaded rustls-pemfile v1.0.4
7972024-09-24T03:16:21.023Z Downloaded primeorder v0.13.6
7982024-09-24T03:16:21.028Z Downloaded phf_shared v0.11.2
7992024-09-24T03:16:21.028Z Downloaded heapless v0.8.0
8002024-09-24T03:16:21.030Z Downloaded tokio-rustls v0.26.0
8012024-09-24T03:16:21.031Z Downloaded portable-atomic v1.6.0
8022024-09-24T03:16:21.036Z Downloaded pkcs5 v0.7.1
8032024-09-24T03:16:21.040Z Downloaded static_assertions v1.1.0
8042024-09-24T03:16:21.042Z Downloaded either v1.13.0
8052024-09-24T03:16:21.045Z Downloaded ecdsa v0.16.9
8062024-09-24T03:16:21.047Z Downloaded signal-hook v0.3.17
8072024-09-24T03:16:21.049Z Downloaded yasna v0.5.2
8082024-09-24T03:16:21.052Z Downloaded hkdf v0.12.4
8092024-09-24T03:16:21.054Z Downloaded tokio-tungstenite v0.23.1
8102024-09-24T03:16:21.056Z Downloaded quick-error v1.2.3
8112024-09-24T03:16:21.056Z Downloaded rustyline v14.0.0
8122024-09-24T03:16:21.061Z Downloaded zip v0.6.6
8132024-09-24T03:16:21.066Z Downloaded hash32 v0.2.1
8142024-09-24T03:16:21.069Z Downloaded ron v0.7.1
8152024-09-24T03:16:21.072Z Downloaded pin-project-internal v1.1.5
8162024-09-24T03:16:21.075Z Downloaded russh-keys v0.45.0
8172024-09-24T03:16:21.077Z Downloaded tokio-tungstenite v0.21.0
8182024-09-24T03:16:21.079Z Downloaded vte v0.11.1
8192024-09-24T03:16:21.082Z Downloaded unicode-bidi v0.3.15
8202024-09-24T03:16:21.084Z Downloaded snafu v0.8.2
8212024-09-24T03:16:21.089Z Downloaded unicode-xid v0.2.4
8222024-09-24T03:16:21.092Z Downloaded oso v0.27.3
8232024-09-24T03:16:21.095Z Downloaded unicode-segmentation v1.11.0
8242024-09-24T03:16:21.098Z Downloaded sqlparser v0.45.0
8252024-09-24T03:16:21.104Z Downloaded value-bag v1.9.0
8262024-09-24T03:16:21.106Z Downloaded tower v0.4.13
8272024-09-24T03:16:21.115Z Downloaded schemars v0.8.21
8282024-09-24T03:16:21.127Z Downloaded futures-util v0.3.30
8292024-09-24T03:16:21.139Z Downloaded uuid v1.10.0
8302024-09-24T03:16:21.142Z Downloaded prettyplease v0.2.20
8312024-09-24T03:16:21.146Z Downloaded quick-xml v0.33.0
8322024-09-24T03:16:21.154Z Downloaded tough v0.17.1
8332024-09-24T03:16:21.161Z Downloaded salty v0.3.0
8342024-09-24T03:16:21.167Z Downloaded publicsuffix v2.2.3
8352024-09-24T03:16:21.172Z Downloaded unicode_categories v0.1.1
8362024-09-24T03:16:21.175Z Downloaded dhcproto v0.12.0
8372024-09-24T03:16:21.176Z Downloaded chrono v0.4.38
8382024-09-24T03:16:21.183Z Downloaded hashbrown v0.13.2
8392024-09-24T03:16:21.188Z Downloaded heapless v0.7.17
8402024-09-24T03:16:21.192Z Downloaded ed25519-dalek v2.1.1
8412024-09-24T03:16:21.195Z Downloaded expectorate v1.1.0
8422024-09-24T03:16:21.202Z Downloaded ssh-key v0.6.6
8432024-09-24T03:16:21.206Z Downloaded flume v0.11.0
8442024-09-24T03:16:21.210Z Downloaded rusqlite v0.32.1
8452024-09-24T03:16:21.214Z Downloaded nom v7.1.3
8462024-09-24T03:16:21.221Z Downloaded reqwest v0.11.27
8472024-09-24T03:16:21.227Z Downloaded vcpkg v0.2.15
8482024-09-24T03:16:21.265Z Downloaded nix v0.28.0
8492024-09-24T03:16:21.277Z Downloaded unicode-normalization v0.1.23
8502024-09-24T03:16:21.282Z Downloaded tokio-util v0.7.11
8512024-09-24T03:16:21.291Z Downloaded h2 v0.4.6
8522024-09-24T03:16:21.295Z Downloaded dropshot v0.10.1
8532024-09-24T03:16:21.384Z Downloaded idna v0.5.0
8542024-09-24T03:16:21.391Z Downloaded webpki-roots v0.25.4
8552024-09-24T03:16:21.391Z Downloaded proptest v1.5.0
8562024-09-24T03:16:21.391Z Downloaded git2 v0.19.0
8572024-09-24T03:16:21.391Z Downloaded regex v1.10.6
8582024-09-24T03:16:21.391Z Downloaded rustls v0.22.4
8592024-09-24T03:16:21.391Z Downloaded h2 v0.3.26
8602024-09-24T03:16:21.391Z Downloaded p384 v0.13.0
8612024-09-24T03:16:21.391Z Downloaded polar-core v0.27.3
8622024-09-24T03:16:21.391Z Downloaded regex-syntax v0.6.29
8632024-09-24T03:16:21.397Z Downloaded gimli v0.28.1
8642024-09-24T03:16:21.399Z Downloaded smoltcp v0.11.0
8652024-09-24T03:16:21.412Z Downloaded object v0.32.2
8662024-09-24T03:16:21.423Z Downloaded trust-dns-proto v0.22.0
8672024-09-24T03:16:21.435Z Downloaded regex-syntax v0.8.4
8682024-09-24T03:16:21.443Z Downloaded object v0.30.4
8692024-09-24T03:16:21.453Z Downloaded regex-automata v0.4.6
8702024-09-24T03:16:21.470Z Downloaded sled v0.34.7
8712024-09-24T03:16:21.481Z Downloaded rustls v0.21.12
8722024-09-24T03:16:21.493Z Downloaded bzip2-sys v0.1.11+1.0.8
8732024-09-24T03:16:21.504Z Downloaded nix v0.29.0
8742024-09-24T03:16:21.516Z Downloaded openapiv3 v2.0.0
8752024-09-24T03:16:21.530Z Downloaded diesel v2.2.4
8762024-09-24T03:16:21.547Z Downloaded tokio v1.39.3
8772024-09-24T03:16:21.584Z Downloaded csv v1.3.0
8782024-09-24T03:16:21.604Z Downloaded rustls v0.23.10
8792024-09-24T03:16:21.620Z Downloaded encoding_rs v0.8.34
8802024-09-24T03:16:21.641Z Downloaded zerocopy-derive v0.6.6
8812024-09-24T03:16:21.651Z Downloaded ratatui v0.28.0
8822024-09-24T03:16:21.670Z Downloaded finl_unicode v1.2.0
8832024-09-24T03:16:21.683Z Downloaded radix_trie v0.2.1
8842024-09-24T03:16:21.688Z Downloaded regress v0.9.1
8852024-09-24T03:16:21.696Z Downloaded hickory-proto v0.24.1
8862024-09-24T03:16:21.711Z Downloaded smoltcp v0.9.1
8872024-09-24T03:16:21.722Z Downloaded winnow v0.5.40
8882024-09-24T03:16:21.730Z Downloaded openssl v0.10.66
8892024-09-24T03:16:21.740Z Downloaded bstr v1.9.1
8902024-09-24T03:16:21.751Z Downloaded petgraph v0.6.5
8912024-09-24T03:16:21.767Z Downloaded nix v0.27.1
8922024-09-24T03:16:21.778Z Downloaded sha3 v0.10.8
8932024-09-24T03:16:21.783Z Downloaded idna v0.3.0
8942024-09-24T03:16:21.789Z Downloaded p521 v0.13.3
8952024-09-24T03:16:21.792Z Downloaded curve25519-dalek v4.1.3
8962024-09-24T03:16:21.802Z Downloaded time v0.3.36
8972024-09-24T03:16:21.808Z Downloaded reedline v0.33.0
8982024-09-24T03:16:21.814Z Downloaded bindgen v0.69.4
8992024-09-24T03:16:21.822Z Downloaded rand v0.8.5
9002024-09-24T03:16:21.825Z Downloaded parking_lot v0.11.2
9012024-09-24T03:16:21.827Z Downloaded crossterm v0.27.0
9022024-09-24T03:16:21.833Z Downloaded rustls-webpki v0.101.7
9032024-09-24T03:16:21.846Z Downloaded rayon v1.10.0
9042024-09-24T03:16:21.855Z Downloaded idna v0.2.3
9052024-09-24T03:16:21.861Z Downloaded p256 v0.13.2
9062024-09-24T03:16:21.864Z Downloaded openssl-sys v0.9.103
9072024-09-24T03:16:21.869Z Downloaded idna v0.4.0
9082024-09-24T03:16:21.876Z Downloaded hyper v0.14.30
9092024-09-24T03:16:21.883Z Downloaded rustls-webpki v0.102.4
9102024-09-24T03:16:21.900Z Downloaded lalrpop v0.19.12
9112024-09-24T03:16:21.910Z Downloaded erased-serde v0.3.31
9122024-09-24T03:16:21.913Z Downloaded env_logger v0.11.5
9132024-09-24T03:16:21.915Z Downloaded ed25519 v2.2.3
9142024-09-24T03:16:21.919Z Downloaded serde_derive_internals v0.29.1
9152024-09-24T03:16:21.920Z Downloaded pkcs1 v0.7.5
9162024-09-24T03:16:21.922Z Downloaded bitvec v1.0.1
9172024-09-24T03:16:21.936Z Downloaded hashbrown v0.12.3
9182024-09-24T03:16:21.940Z Downloaded steno v0.4.1
9192024-09-24T03:16:21.944Z Downloaded derive_more v0.99.18
9202024-09-24T03:16:21.948Z Downloaded num_enum_derive v0.5.11
9212024-09-24T03:16:21.951Z Downloaded slog-envlogger v2.2.0
9222024-09-24T03:16:21.951Z Downloaded slog-dtrace v0.3.0
9232024-09-24T03:16:21.953Z Downloaded slog-bunyan v2.5.0
9242024-09-24T03:16:21.953Z Downloaded signal-hook-registry v1.4.2
9252024-09-24T03:16:21.956Z Downloaded slog-json v2.6.1
9262024-09-24T03:16:21.956Z Downloaded num-bigint-dig v0.8.4
9272024-09-24T03:16:21.960Z Downloaded unicase v2.7.0
9282024-09-24T03:16:21.962Z Downloaded rustfmt-wrapper v0.2.1
9292024-09-24T03:16:21.962Z Downloaded fallible-iterator v0.2.0
9302024-09-24T03:16:21.965Z Downloaded toml_edit v0.19.15
9312024-09-24T03:16:21.979Z Downloaded getopts v0.2.21
9322024-09-24T03:16:21.981Z Downloaded fragile v2.0.0
9332024-09-24T03:16:21.984Z Downloaded form_urlencoded v1.2.1
9342024-09-24T03:16:21.984Z Downloaded whoami v1.5.1
9352024-09-24T03:16:21.987Z Downloaded samael v0.0.17
9362024-09-24T03:16:21.989Z Downloaded derive_builder v0.20.0
9372024-09-24T03:16:21.994Z Downloaded group v0.13.0
9382024-09-24T03:16:21.997Z Downloaded globset v0.4.14
9392024-09-24T03:16:21.997Z Downloaded flate2 v1.0.33
9402024-09-24T03:16:22.002Z Downloaded zone v0.1.8
9412024-09-24T03:16:22.005Z Downloaded libgit2-sys v0.17.0+1.8.1
9422024-09-24T03:16:22.060Z Downloaded structmeta-derive v0.3.0
9432024-09-24T03:16:22.062Z Downloaded rtoolbox v0.0.2
9442024-09-24T03:16:22.062Z Downloaded ref-cast-impl v1.0.23
9452024-09-24T03:16:22.065Z Downloaded parse-display-derive v0.10.0
9462024-09-24T03:16:22.065Z Downloaded russh v0.45.0
9472024-09-24T03:16:22.069Z Downloaded elliptic-curve v0.13.8
9482024-09-24T03:16:22.073Z Downloaded packed_struct_codegen v0.10.1
9492024-09-24T03:16:22.075Z Downloaded pretty-hex v0.2.1
9502024-09-24T03:16:22.076Z Downloaded rand_core v0.6.4
9512024-09-24T03:16:22.078Z Downloaded packed_struct v0.10.1
9522024-09-24T03:16:22.078Z Downloaded postgres-protocol v0.6.7
9532024-09-24T03:16:22.081Z Downloaded der v0.7.9
9542024-09-24T03:16:22.083Z Downloaded password-hash v0.5.0
9552024-09-24T03:16:22.086Z Downloaded smallvec v1.13.2
9562024-09-24T03:16:22.088Z Downloaded enum-as-inner v0.5.1
9572024-09-24T03:16:22.090Z Downloaded zone v0.3.0
9582024-09-24T03:16:22.090Z Downloaded password-hash v0.4.2
9592024-09-24T03:16:22.093Z Downloaded serde_yaml v0.9.34+deprecated
9602024-09-24T03:16:22.095Z Downloaded x509-cert v0.2.5
9612024-09-24T03:16:22.100Z Downloaded subprocess v0.2.9
9622024-09-24T03:16:22.103Z Downloaded stable_deref_trait v1.2.0
9632024-09-24T03:16:22.105Z Downloaded slog-async v2.8.0
9642024-09-24T03:16:22.105Z Downloaded slab v0.4.9
9652024-09-24T03:16:22.107Z Downloaded serde_repr v0.1.19
9662024-09-24T03:16:22.107Z Downloaded serde_plain v1.0.2
9672024-09-24T03:16:22.110Z Downloaded scrypt v0.11.0
9682024-09-24T03:16:22.110Z Downloaded rfc6979 v0.4.0
9692024-09-24T03:16:22.112Z Downloaded pin-project v1.1.5
9702024-09-24T03:16:22.121Z Downloaded parking_lot v0.12.2
9712024-09-24T03:16:22.124Z Downloaded libm v0.2.8
9722024-09-24T03:16:22.130Z Downloaded hyper v1.4.1
9732024-09-24T03:16:22.136Z Downloaded aes-gcm v0.10.3
9742024-09-24T03:16:22.140Z Downloaded hickory-server v0.24.1
9752024-09-24T03:16:22.145Z Downloaded rustc-hash v1.1.0
9762024-09-24T03:16:22.147Z Downloaded zerocopy v0.6.6
9772024-09-24T03:16:22.149Z Downloaded zone_cfg_derive v0.1.2
9782024-09-24T03:16:22.149Z Downloaded futures v0.3.30
9792024-09-24T03:16:22.153Z Downloaded powerfmt v0.2.0
9802024-09-24T03:16:22.155Z Downloaded pin-utils v0.1.0
9812024-09-24T03:16:22.155Z Downloaded itertools v0.13.0
9822024-09-24T03:16:22.162Z Downloaded libxml v0.3.3
9832024-09-24T03:16:22.167Z Downloaded toolchain_find v0.4.0
9842024-09-24T03:16:22.170Z Downloaded hash32 v0.3.1
9852024-09-24T03:16:22.170Z Downloaded flagset v0.4.5
9862024-09-24T03:16:22.172Z Downloaded fixedbitset v0.4.2
9872024-09-24T03:16:22.172Z Downloaded dyn-clone v1.0.17
9882024-09-24T03:16:22.175Z Downloaded dropshot_endpoint v0.10.1
9892024-09-24T03:16:22.175Z Downloaded rustc-demangle v0.1.24
9902024-09-24T03:16:22.177Z Downloaded tui-tree-widget v0.22.0
9912024-09-24T03:16:22.177Z Downloaded rustls-pemfile v2.1.3
9922024-09-24T03:16:22.180Z Downloaded pkcs8 v0.10.2
9932024-09-24T03:16:22.182Z Downloaded typed-path v0.7.1
9942024-09-24T03:16:22.188Z Downloaded tokio-postgres v0.7.11
9952024-09-24T03:16:22.191Z Downloaded slog-scope v4.4.0
9962024-09-24T03:16:22.194Z Downloaded fd-lock v4.0.2
9972024-09-24T03:16:22.196Z Downloaded strip-ansi-escapes v0.2.0
9982024-09-24T03:16:22.196Z Downloaded salsa20 v0.10.2
9992024-09-24T03:16:22.198Z Downloaded rand_xorshift v0.3.0
10002024-09-24T03:16:22.199Z Downloaded strum_macros v0.26.4
10012024-09-24T03:16:22.201Z Downloaded ppv-lite86 v0.2.17
10022024-09-24T03:16:22.201Z Downloaded percent-encoding v2.3.1
10032024-09-24T03:16:22.203Z Downloaded parse-display v0.10.0
10042024-09-24T03:16:22.203Z Downloaded num-derive v0.4.2
10052024-09-24T03:16:22.206Z Downloaded futures-sink v0.3.30
10062024-09-24T03:16:22.206Z Downloaded futures-macro v0.3.30
10072024-09-24T03:16:22.206Z Downloaded futures-io v0.3.30
10082024-09-24T03:16:22.210Z Downloaded ena v0.14.3
10092024-09-24T03:16:22.210Z Downloaded embedded-io v0.4.0
10102024-09-24T03:16:23.215Z Downloaded tls_codec v0.4.1
10112024-09-24T03:16:23.215Z Downloaded num-traits v0.2.19
10122024-09-24T03:16:23.219Z Downloaded itertools v0.10.5
10132024-09-24T03:16:23.219Z Downloaded num v0.4.3
10142024-09-24T03:16:23.219Z Downloaded futures-executor v0.3.30
10152024-09-24T03:16:23.219Z Downloaded futures-core v0.3.30
10162024-09-24T03:16:23.219Z Downloaded funty v2.0.0
10172024-09-24T03:16:23.219Z Downloaded rustls-pki-types v1.7.0
10182024-09-24T03:16:23.219Z Downloaded hickory-resolver v0.24.1
10192024-09-24T03:16:23.219Z Downloaded rustc_version v0.4.0
10202024-09-24T03:16:23.219Z Downloaded untrusted v0.9.0
10212024-09-24T03:16:23.219Z Downloaded const_format v0.2.33
10222024-09-24T03:16:23.219Z Downloaded pin-project-lite v0.2.14
10232024-09-24T03:16:23.219Z Downloaded parking_lot_core v0.8.6
10242024-09-24T03:16:23.219Z Downloaded owo-colors v4.0.0
10252024-09-24T03:16:23.219Z Downloaded smf v0.2.3
10262024-09-24T03:16:23.219Z Downloaded sha1 v0.10.6
10272024-09-24T03:16:23.219Z Downloaded num-rational v0.4.2
10282024-09-24T03:16:23.219Z Downloaded vergen v8.3.2
10292024-09-24T03:16:23.219Z Downloaded sct v0.7.1
10302024-09-24T03:16:23.219Z Downloaded mio v1.0.2
10312024-09-24T03:16:23.219Z Downloaded cookie_store v0.20.0
10322024-09-24T03:16:23.219Z Downloaded crc-any v2.5.0
10332024-09-24T03:16:23.219Z Downloaded jobserver v0.1.32
10342024-09-24T03:16:23.219Z Downloaded indexmap v1.9.3
10352024-09-24T03:16:23.219Z Downloaded clang-sys v1.7.0
10362024-09-24T03:16:23.219Z Downloaded pbkdf2 v0.11.0
10372024-09-24T03:16:23.220Z Downloaded env_logger v0.10.2
10382024-09-24T03:16:23.220Z Downloaded der_derive v0.7.2
10392024-09-24T03:16:23.220Z Downloaded term v0.7.0
10402024-09-24T03:16:23.220Z Downloaded tokio-rustls v0.24.1
10412024-09-24T03:16:23.220Z Downloaded native-tls v0.2.11
10422024-09-24T03:16:23.220Z Downloaded multer v3.1.0
10432024-09-24T03:16:23.220Z Downloaded cookie v0.17.0
10442024-09-24T03:16:23.220Z Downloaded libefi-sys v0.1.0
10452024-09-24T03:16:23.220Z Downloaded signature v2.2.0
10462024-09-24T03:16:23.220Z Downloaded console v0.15.8
10472024-09-24T03:16:23.220Z Downloaded ciborium-ll v0.2.2
10482024-09-24T03:16:23.220Z Downloaded ciborium v0.2.2
10492024-09-24T03:16:23.220Z Downloaded tokio-macros v2.4.0
10502024-09-24T03:16:23.220Z Downloaded cookie v0.18.1
10512024-09-24T03:16:23.220Z Downloaded backtrace v0.3.71
10522024-09-24T03:16:23.220Z Downloaded libsw v3.3.1
10532024-09-24T03:16:23.220Z Downloaded indoc v1.0.9
10542024-09-24T03:16:23.220Z Downloaded bzip2 v0.4.4
10552024-09-24T03:16:23.220Z Downloaded base64ct v1.6.0
10562024-09-24T03:16:23.220Z Downloaded async-trait v0.1.82
10572024-09-24T03:16:23.220Z Downloaded structmeta v0.2.0
10582024-09-24T03:16:23.221Z Downloaded slog-stdlog v4.1.1
10592024-09-24T03:16:23.221Z Downloaded minimal-lexical v0.2.1
10602024-09-24T03:16:23.221Z Downloaded indicatif v0.17.8
10612024-09-24T03:16:23.221Z Downloaded chacha20 v0.9.1
10622024-09-24T03:16:23.221Z Downloaded cbc v0.1.2
10632024-09-24T03:16:23.221Z Downloaded hickory-client v0.24.1
10642024-09-24T03:16:23.221Z Downloaded base64 v0.22.1
10652024-09-24T03:16:23.221Z Downloaded buf-list v1.0.3
10662024-09-24T03:16:23.221Z Downloaded lalrpop-util v0.19.12
10672024-09-24T03:16:23.221Z Downloaded cassowary v0.3.0
10682024-09-24T03:16:23.221Z Downloaded lazycell v1.3.0
10692024-09-24T03:16:23.221Z Downloaded instability v0.3.2
10702024-09-24T03:16:23.221Z Downloaded xattr v1.3.1
10712024-09-24T03:16:23.221Z Downloaded hyper-staticfile v0.9.5
10722024-09-24T03:16:23.222Z Downloaded memoffset v0.9.1
10732024-09-24T03:16:23.222Z Downloaded ipnetwork v0.20.0
10742024-09-24T03:16:23.222Z Downloaded internet-checksum v0.2.1
10752024-09-24T03:16:23.222Z Downloaded hubpack v0.1.2
10762024-09-24T03:16:23.222Z Downloaded hex-literal v0.4.1
10772024-09-24T03:16:23.222Z Downloaded bitflags v1.3.2
10782024-09-24T03:16:23.222Z Downloaded backoff v0.4.0
10792024-09-24T03:16:23.222Z Downloaded bitfield v0.14.0
10802024-09-24T03:16:23.222Z Downloaded bcrypt-pbkdf v0.10.0
10812024-09-24T03:16:23.222Z Downloaded home v0.5.9
10822024-09-24T03:16:23.222Z Downloaded hex v0.4.3
10832024-09-24T03:16:23.222Z Downloaded match_cfg v0.1.0
10842024-09-24T03:16:23.222Z Downloaded is_ci v1.2.0
10852024-09-24T03:16:23.222Z Downloaded ident_case v1.0.1
10862024-09-24T03:16:23.222Z Downloaded cfg_aliases v0.2.1
10872024-09-24T03:16:23.222Z Downloaded bit-vec v0.6.3
10882024-09-24T03:16:23.222Z Downloaded bitstruct_derive v0.1.0
10892024-09-24T03:16:23.222Z Downloaded bcs v0.1.6
10902024-09-24T03:16:23.222Z Downloaded ascii v1.1.0
10912024-09-24T03:16:23.223Z Downloaded argon2 v0.5.3
10922024-09-24T03:16:23.223Z Downloaded async-recursion v1.1.1
10932024-09-24T03:16:23.223Z Downloaded http v0.2.12
10942024-09-24T03:16:23.223Z Downloaded assert_matches v1.5.0
10952024-09-24T03:16:23.223Z Downloaded lock_api v0.4.12
10962024-09-24T03:16:23.223Z Downloaded ahash v0.8.11
10972024-09-24T03:16:23.223Z Downloaded indent_write v2.2.0
10982024-09-24T03:16:23.223Z Downloaded aead v0.5.2
10992024-09-24T03:16:23.223Z Downloaded adler v1.0.2
11002024-09-24T03:16:23.223Z Downloaded md-5 v0.10.6
11012024-09-24T03:16:23.223Z Downloaded ipnet v2.9.0
11022024-09-24T03:16:23.223Z Downloaded async-bb8-diesel v0.2.1
11032024-09-24T03:16:23.223Z Downloaded convert_case v0.4.0
11042024-09-24T03:16:23.223Z Downloaded cobs v0.2.3
11052024-09-24T03:16:23.223Z Downloaded cipher v0.4.4
11062024-09-24T03:16:23.223Z Downloaded bit-set v0.5.3
11072024-09-24T03:16:23.223Z Downloaded httpdate v1.0.3
11082024-09-24T03:16:23.223Z Downloaded arc-swap v1.7.1
11092024-09-24T03:16:23.223Z Downloaded arrayref v0.3.7
11102024-09-24T03:16:23.223Z Downloaded adler2 v2.0.0
11112024-09-24T03:16:23.223Z Downloaded blowfish v0.9.1
11122024-09-24T03:16:23.226Z Downloaded bb8 v0.8.5
11132024-09-24T03:16:23.226Z Downloaded atty v0.2.14
11142024-09-24T03:16:23.226Z Downloaded libz-sys v1.1.16
11152024-09-24T03:16:23.226Z Downloaded ring v0.17.8
11162024-09-24T03:16:23.226Z Downloaded libsqlite3-sys v0.30.1
11172024-09-24T03:16:23.226Z Downloaded ring v0.16.20
11182024-09-24T03:16:23.226Z Compiling serde v1.0.208
11192024-09-24T03:16:23.226Z Compiling typenum v1.17.0
11202024-09-24T03:16:23.226Z Compiling generic-array v0.14.7
11212024-09-24T03:16:23.226Z Compiling lock_api v0.4.12
11222024-09-24T03:16:23.226Z Compiling scopeguard v1.2.0
11232024-09-24T03:16:23.226Z Compiling value-bag v1.9.0
11242024-09-24T03:16:23.226Z Compiling syn v2.0.74
11252024-09-24T03:16:23.226Z Compiling getrandom v0.2.14
11262024-09-24T03:16:23.466Z Compiling subtle v2.5.0
11272024-09-24T03:16:23.578Z Compiling rand_core v0.6.4
11282024-09-24T03:16:23.754Z Compiling log v0.4.21
11292024-09-24T03:16:23.794Z Compiling const-oid v0.9.6
11302024-09-24T03:16:23.814Z Compiling jobserver v0.1.32
11312024-09-24T03:16:23.850Z Compiling smallvec v1.13.2
11322024-09-24T03:16:24.140Z Compiling pin-project-lite v0.2.14
11332024-09-24T03:16:24.262Z Compiling cc v1.0.97
11342024-09-24T03:16:24.290Z Compiling parking_lot_core v0.9.10
11352024-09-24T03:16:24.307Z Compiling signal-hook-registry v1.4.2
11362024-09-24T03:16:24.666Z Compiling mio v1.0.2
11372024-09-24T03:16:24.831Z Compiling socket2 v0.5.7
11382024-09-24T03:16:25.171Z Compiling ahash v0.8.11
11392024-09-24T03:16:25.496Z Compiling parking_lot v0.12.2
11402024-09-24T03:16:25.537Z Compiling futures-sink v0.3.30
11412024-09-24T03:16:25.706Z Compiling futures-core v0.3.30
11422024-09-24T03:16:25.898Z Compiling cpufeatures v0.2.12
11432024-09-24T03:16:25.933Z Compiling slab v0.4.9
11442024-09-24T03:16:25.957Z Compiling allocator-api2 v0.2.18
11452024-09-24T03:16:25.977Z Compiling spin v0.9.8
11462024-09-24T03:16:26.002Z Compiling tinyvec_macros v0.1.1
11472024-09-24T03:16:26.073Z Compiling futures-channel v0.3.30
11482024-09-24T03:16:26.092Z Compiling tinyvec v1.6.0
11492024-09-24T03:16:26.366Z Compiling pin-utils v0.1.0
11502024-09-24T03:16:26.422Z Compiling serde_json v1.0.125
11512024-09-24T03:16:26.462Z Compiling futures-io v0.3.30
11522024-09-24T03:16:26.480Z Compiling futures-task v0.3.30
11532024-09-24T03:16:26.681Z Compiling base64ct v1.6.0
11542024-09-24T03:16:26.785Z Compiling libm v0.2.8
11552024-09-24T03:16:26.789Z Compiling num-traits v0.2.19
11562024-09-24T03:16:26.789Z Compiling flagset v0.4.5
11572024-09-24T03:16:26.822Z Compiling unicode-bidi v0.3.15
11582024-09-24T03:16:27.010Z Compiling tracing-core v0.1.32
11592024-09-24T03:16:27.101Z Compiling pem-rfc7468 v0.7.0
11602024-09-24T03:16:27.298Z Compiling vcpkg v0.2.15
11612024-09-24T03:16:27.592Z Compiling unicode-normalization v0.1.23
11622024-09-24T03:16:27.867Z Compiling pkg-config v0.3.30
11632024-09-24T03:16:28.393Z Compiling ring v0.17.8
11642024-09-24T03:16:28.417Z Compiling httparse v1.8.0
11652024-09-24T03:16:28.690Z Compiling percent-encoding v2.3.1
11662024-09-24T03:16:28.740Z Compiling ppv-lite86 v0.2.17
11672024-09-24T03:16:28.959Z Compiling untrusted v0.9.0
11682024-09-24T03:16:29.038Z Compiling try-lock v0.2.5
11692024-09-24T03:16:29.060Z Compiling rustix v0.38.34
11702024-09-24T03:16:29.176Z Compiling want v0.3.1
11712024-09-24T03:16:29.453Z Compiling rand_chacha v0.3.1
11722024-09-24T03:16:29.487Z Compiling openssl-sys v0.9.103
11732024-09-24T03:16:29.507Z Compiling httpdate v1.0.3
11742024-09-24T03:16:29.926Z Compiling rand v0.8.5
11752024-09-24T03:16:29.941Z Compiling foreign-types-shared v0.1.1
11762024-09-24T03:16:30.044Z Compiling powerfmt v0.2.0
11772024-09-24T03:16:30.062Z Compiling tower-service v0.3.2
11782024-09-24T03:16:30.182Z Compiling openssl v0.10.66
11792024-09-24T03:16:30.291Z Compiling rustversion v1.0.17
11802024-09-24T03:16:30.432Z Compiling num-conv v0.1.0
11812024-09-24T03:16:30.564Z Compiling time-core v0.1.2
11822024-09-24T03:16:30.702Z Compiling deranged v0.3.11
11832024-09-24T03:16:30.735Z Compiling time-macros v0.2.18
11842024-09-24T03:16:31.118Z Compiling foreign-types v0.3.2
11852024-09-24T03:16:31.148Z Compiling form_urlencoded v1.2.1
11862024-09-24T03:16:31.469Z Compiling aho-corasick v1.1.3
11872024-09-24T03:16:31.629Z Compiling crossbeam-utils v0.8.19
11882024-09-24T03:16:31.809Z Compiling num_threads v0.1.7
11892024-09-24T03:16:31.899Z Compiling syn v1.0.109
11902024-09-24T03:16:31.941Z Compiling native-tls v0.2.11
11912024-09-24T03:16:32.258Z Compiling rustls v0.21.12
11922024-09-24T03:16:32.282Z Compiling regex-syntax v0.8.4
11932024-09-24T03:16:32.516Z Compiling siphasher v0.3.11
11942024-09-24T03:16:32.628Z Compiling idna v0.5.0
11952024-09-24T03:16:32.876Z Compiling cookie v0.17.0
11962024-09-24T03:16:33.279Z Compiling openssl-probe v0.1.5
11972024-09-24T03:16:33.558Z Compiling iana-time-zone v0.1.60
11982024-09-24T03:16:33.944Z Compiling time v0.3.36
11992024-09-24T03:16:33.967Z Compiling slog v2.7.0
12002024-09-24T03:16:33.990Z Compiling finl_unicode v1.2.0
12012024-09-24T03:16:34.204Z Compiling url v2.5.2
12022024-09-24T03:16:34.544Z Compiling stringprep v0.1.4
12032024-09-24T03:16:35.703Z Compiling regex-automata v0.4.6
12042024-09-24T03:16:36.010Z Compiling num-integer v0.1.46
12052024-09-24T03:16:36.837Z Compiling idna v0.3.0
12062024-09-24T03:16:36.870Z Compiling backtrace v0.3.71
12072024-09-24T03:16:37.125Z Compiling serde_derive v1.0.208
12082024-09-24T03:16:37.346Z Compiling zeroize_derive v1.4.2
12092024-09-24T03:16:38.402Z Compiling zerocopy-derive v0.7.34
12102024-09-24T03:16:38.654Z Compiling tokio-macros v2.4.0
12112024-09-24T03:16:38.945Z Compiling futures-macro v0.3.30
12122024-09-24T03:16:38.991Z Compiling zeroize v1.8.1
12132024-09-24T03:16:39.077Z Compiling der_derive v0.7.2
12142024-09-24T03:16:40.315Z Compiling thiserror-impl v1.0.63
12152024-09-24T03:16:40.674Z Compiling zerocopy v0.7.34
12162024-09-24T03:16:40.817Z Compiling crypto-common v0.1.6
12172024-09-24T03:16:40.983Z Compiling block-buffer v0.10.4
12182024-09-24T03:16:41.047Z Compiling block-padding v0.3.3
12192024-09-24T03:16:41.229Z Compiling digest v0.10.7
12202024-09-24T03:16:41.308Z Compiling inout v0.1.3
12212024-09-24T03:16:41.574Z Compiling cipher v0.4.4
12222024-09-24T03:16:41.592Z Compiling futures-util v0.3.30
12232024-09-24T03:16:41.710Z Compiling hmac v0.12.1
12242024-09-24T03:16:42.005Z Compiling sha2 v0.10.8
12252024-09-24T03:16:42.090Z Compiling der v0.7.9
12262024-09-24T03:16:42.899Z Compiling hashbrown v0.14.5
12272024-09-24T03:16:43.630Z Compiling thiserror v1.0.63
12282024-09-24T03:16:43.812Z Compiling salsa20 v0.10.2
12292024-09-24T03:16:43.993Z Compiling pbkdf2 v0.12.2
12302024-09-24T03:16:44.175Z Compiling spki v0.7.3
12312024-09-24T03:16:44.331Z Compiling tracing-attributes v0.1.27
12322024-09-24T03:16:44.542Z Compiling scrypt v0.11.0
12332024-09-24T03:16:45.083Z Compiling aes v0.8.4
12342024-09-24T03:16:45.425Z Compiling cbc v0.1.2
12352024-09-24T03:16:45.655Z Compiling pest v2.7.10
12362024-09-24T03:16:45.660Z Compiling scroll_derive v0.12.0
12372024-09-24T03:16:47.172Z Compiling pkcs5 v0.7.1
12382024-09-24T03:16:47.651Z Compiling scroll v0.12.0
12392024-09-24T03:16:47.890Z Compiling pkcs8 v0.10.2
12402024-09-24T03:16:48.120Z Compiling tracing v0.1.40
12412024-09-24T03:16:48.246Z Compiling pest_meta v2.7.10
12422024-09-24T03:16:48.398Z Compiling goblin v0.8.2
12432024-09-24T03:16:48.536Z Compiling openssl-macros v0.1.1
12442024-09-24T03:16:48.666Z Compiling signature v2.2.0
12452024-09-24T03:16:48.676Z Compiling rustls-webpki v0.101.7
12462024-09-24T03:16:48.685Z Compiling sct v0.7.1
12472024-09-24T03:16:48.894Z Compiling md-5 v0.10.6
12482024-09-24T03:16:49.004Z Compiling pin-project-internal v1.1.5
12492024-09-24T03:16:49.135Z Compiling lazy_static v1.5.0
12502024-09-24T03:16:49.261Z Compiling ff v0.13.0
12512024-09-24T03:16:49.282Z Compiling hash32 v0.2.1
12522024-09-24T03:16:49.479Z Compiling pest_generator v2.7.10
12532024-09-24T03:16:50.141Z Compiling base64 v0.22.1
12542024-09-24T03:16:50.679Z Compiling stable_deref_trait v1.2.0
12552024-09-24T03:16:50.693Z Compiling adler v1.0.2
12562024-09-24T03:16:50.853Z Compiling smoltcp v0.9.1
12572024-09-24T03:16:50.885Z Compiling fallible-iterator v0.2.0
12582024-09-24T03:16:51.451Z Compiling bytes v1.7.2
12592024-09-24T03:16:51.585Z Compiling indexmap v2.4.0
12602024-09-24T03:16:51.607Z Compiling bitflags v2.6.0
12612024-09-24T03:16:52.011Z Compiling semver v1.0.23
12622024-09-24T03:16:52.719Z Compiling tokio v1.39.3
12632024-09-24T03:16:52.754Z Compiling rustc_version v0.4.0
12642024-09-24T03:16:53.055Z Compiling http v0.2.12
12652024-09-24T03:16:53.293Z Compiling pest_derive v2.7.10
12662024-09-24T03:16:53.553Z Compiling heapless v0.7.17
12672024-09-24T03:16:54.077Z Compiling dof v0.3.0
12682024-09-24T03:16:54.100Z Compiling dtrace-parser v0.2.0
12692024-09-24T03:16:54.809Z Compiling http-body v0.4.6
12702024-09-24T03:16:55.274Z Compiling http v1.1.0
12712024-09-24T03:16:56.264Z Compiling uuid v1.10.0
12722024-09-24T03:16:56.269Z Compiling usdt-impl v0.5.0
12732024-09-24T03:16:57.536Z Compiling curve25519-dalek v4.1.3
12742024-09-24T03:16:57.641Z Compiling serde_spanned v0.6.7
12752024-09-24T03:16:57.772Z Compiling toml_datetime v0.6.8
12762024-09-24T03:16:57.789Z Compiling serde_tokenstream v0.2.2
12772024-09-24T03:16:57.899Z Compiling chrono v0.4.38
12782024-09-24T03:16:58.208Z Compiling num-bigint-dig v0.8.4
12792024-09-24T03:16:58.297Z Compiling signal-hook v0.3.17
12802024-09-24T03:16:58.462Z Compiling gimli v0.28.1
12812024-09-24T03:16:58.522Z Compiling crc32fast v1.4.0
12822024-09-24T03:16:58.553Z Compiling base16ct v0.2.0
12832024-09-24T03:16:58.556Z Compiling psl-types v2.0.11
12842024-09-24T03:16:58.592Z Compiling atomic-waker v1.1.2
12852024-09-24T03:16:58.736Z Compiling publicsuffix v2.2.3
12862024-09-24T03:16:58.774Z Compiling sec1 v0.7.3
12872024-09-24T03:16:59.056Z Compiling http-body v1.0.0
12882024-09-24T03:16:59.106Z Compiling terminal_size v0.3.0
12892024-09-24T03:16:59.279Z Compiling postgres-protocol v0.6.7
12902024-09-24T03:16:59.307Z Compiling pin-project v1.1.5
12912024-09-24T03:16:59.363Z Compiling miniz_oxide v0.7.2
12922024-09-24T03:16:59.429Z Compiling hubpack_derive v0.1.1
12932024-09-24T03:17:00.144Z Compiling group v0.13.0
12942024-09-24T03:17:00.232Z Compiling hkdf v0.12.4
12952024-09-24T03:17:00.341Z Compiling crypto-bigint v0.5.5
12962024-09-24T03:17:00.494Z Compiling zerocopy-derive v0.6.6
12972024-09-24T03:17:00.518Z Compiling curve25519-dalek-derive v0.1.1
12982024-09-24T03:17:00.536Z Compiling async-trait v0.1.82
12992024-09-24T03:17:01.570Z Compiling tokio-util v0.7.11
13002024-09-24T03:17:02.676Z Compiling h2 v0.3.26
13012024-09-24T03:17:02.696Z Compiling addr2line v0.21.0
13022024-09-24T03:17:02.974Z Compiling h2 v0.4.6
13032024-09-24T03:17:03.327Z Compiling tokio-native-tls v0.3.1
13042024-09-24T03:17:03.398Z Compiling tokio-rustls v0.24.1
13052024-09-24T03:17:03.595Z Compiling num-iter v0.1.45
13062024-09-24T03:17:03.852Z Compiling phf_shared v0.11.2
13072024-09-24T03:17:04.145Z Compiling serde_derive_internals v0.29.1
13082024-09-24T03:17:04.172Z Compiling object v0.32.2
13092024-09-24T03:17:04.515Z Compiling fs-err v2.11.0
13102024-09-24T03:17:04.624Z Compiling rustc-demangle v0.1.24
13112024-09-24T03:17:04.813Z Compiling either v1.13.0
13122024-09-24T03:17:05.244Z Compiling anyhow v1.0.89
13132024-09-24T03:17:05.598Z Compiling tower-layer v0.3.2
13142024-09-24T03:17:05.864Z Compiling base64 v0.21.7
13152024-09-24T03:17:05.887Z Compiling winnow v0.5.40
13162024-09-24T03:17:06.303Z Compiling ipnet v2.9.0
13172024-09-24T03:17:06.610Z Compiling managed v0.8.0
13182024-09-24T03:17:06.930Z Compiling schemars v0.8.21
13192024-09-24T03:17:07.032Z Compiling bitflags v1.3.2
13202024-09-24T03:17:07.142Z Compiling adler2 v2.0.0
13212024-09-24T03:17:07.312Z Compiling miniz_oxide v0.8.0
13222024-09-24T03:17:07.481Z Compiling clap_builder v4.5.15
13232024-09-24T03:17:07.962Z Compiling schemars_derive v0.8.21
13242024-09-24T03:17:08.931Z Compiling rustls-pemfile v1.0.4
13252024-09-24T03:17:09.359Z Compiling hyper v0.14.30
13262024-09-24T03:17:09.456Z Compiling toml_edit v0.19.15
13272024-09-24T03:17:09.824Z Compiling tower v0.4.13
13282024-09-24T03:17:11.311Z Compiling hyper v1.4.1
13292024-09-24T03:17:11.500Z Compiling phf v0.11.2
13302024-09-24T03:17:11.783Z Compiling cookie_store v0.20.0
13312024-09-24T03:17:13.337Z Compiling elliptic-curve v0.13.8
13322024-09-24T03:17:13.626Z Compiling zerocopy v0.6.6
13332024-09-24T03:17:14.223Z Compiling hubpack v0.1.2
13342024-09-24T03:17:14.436Z Compiling postgres-types v0.2.7
13352024-09-24T03:17:15.559Z Compiling usdt-attr-macro v0.5.0
13362024-09-24T03:17:15.931Z Compiling usdt-macro v0.5.0
13372024-09-24T03:17:15.966Z Compiling serde-big-array v0.5.1
13382024-09-24T03:17:16.199Z Compiling hyper-tls v0.5.0
13392024-09-24T03:17:16.554Z Compiling hyper-rustls v0.24.2
13402024-09-24T03:17:16.684Z Compiling serde_urlencoded v0.7.1
13412024-09-24T03:17:16.910Z Compiling ed25519 v2.2.3
13422024-09-24T03:17:17.180Z Compiling pkcs1 v0.7.5
13432024-09-24T03:17:17.214Z Compiling futures-executor v0.3.30
13442024-09-24T03:17:17.393Z Compiling rfc6979 v0.4.0
13452024-09-24T03:17:17.419Z Compiling regex v1.10.6
13462024-09-24T03:17:17.588Z Compiling bstr v1.9.1
13472024-09-24T03:17:17.770Z Compiling enum-as-inner v0.6.0
13482024-09-24T03:17:18.299Z Compiling strum_macros v0.25.3
13492024-09-24T03:17:18.559Z Compiling clap_derive v4.5.13
13502024-09-24T03:17:18.865Z Compiling serde_repr v0.1.19
13512024-09-24T03:17:19.042Z Compiling phf_shared v0.10.0
13522024-09-24T03:17:19.172Z Compiling float-cmp v0.9.0
13532024-09-24T03:17:19.372Z Compiling idna v0.4.0
13542024-09-24T03:17:19.391Z Compiling mio v0.8.11
13552024-09-24T03:17:19.422Z Compiling encoding_rs v0.8.34
13562024-09-24T03:17:20.121Z Compiling static_assertions v1.1.0
13572024-09-24T03:17:20.164Z Compiling dyn-clone v1.0.17
13582024-09-24T03:17:20.376Z Compiling webpki-roots v0.25.4
13592024-09-24T03:17:20.551Z Compiling difflib v0.4.0
13602024-09-24T03:17:20.607Z Compiling mime v0.3.17
13612024-09-24T03:17:20.965Z Compiling bit-vec v0.6.3
13622024-09-24T03:17:21.218Z Compiling data-encoding v2.6.0
13632024-09-24T03:17:21.429Z Compiling predicates-core v1.0.6
13642024-09-24T03:17:21.792Z Compiling normalize-line-endings v0.3.0
13652024-09-24T03:17:21.917Z Compiling sync_wrapper v0.1.2
13662024-09-24T03:17:22.053Z Compiling new_debug_unreachable v1.0.6
13672024-09-24T03:17:22.117Z Compiling minimal-lexical v0.2.1
13682024-09-24T03:17:22.153Z Compiling precomputed-hash v0.1.1
13692024-09-24T03:17:22.203Z Compiling unicode-segmentation v1.11.0
13702024-09-24T03:17:22.304Z Compiling whoami v1.5.1
13712024-09-24T03:17:22.368Z Compiling fixedbitset v0.4.2
13722024-09-24T03:17:22.642Z Compiling petgraph v0.6.5
13732024-09-24T03:17:22.829Z Compiling tokio-postgres v0.7.11
13742024-09-24T03:17:22.906Z Compiling similar v2.6.0
13752024-09-24T03:17:23.030Z Compiling nom v7.1.3
13762024-09-24T03:17:23.575Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13772024-09-24T03:17:23.624Z Compiling clap v4.5.16
13782024-09-24T03:17:23.747Z Compiling string_cache v0.8.7
13792024-09-24T03:17:23.834Z Compiling toml_edit v0.22.20
13802024-09-24T03:17:24.224Z Compiling reqwest v0.11.27
13812024-09-24T03:17:25.398Z Compiling hickory-proto v0.24.1
13822024-09-24T03:17:26.647Z Compiling predicates v3.1.2
13832024-09-24T03:17:26.652Z Compiling bit-set v0.5.3
13842024-09-24T03:17:27.336Z Compiling console v0.15.8
13852024-09-24T03:17:28.327Z Compiling signal-hook-mio v0.2.4
13862024-09-24T03:17:28.499Z Compiling usdt v0.5.0
13872024-09-24T03:17:28.519Z Compiling rsa v0.9.6
13882024-09-24T03:17:28.881Z Compiling ecdsa v0.16.9
13892024-09-24T03:17:28.989Z Compiling futures v0.3.30
13902024-09-24T03:17:29.111Z Compiling ed25519-dalek v2.1.1
13912024-09-24T03:17:29.724Z Compiling flate2 v1.0.33
13922024-09-24T03:17:30.342Z Compiling hyper-util v0.1.7
13932024-09-24T03:17:30.420Z Compiling toml v0.7.8
13942024-09-24T03:17:31.575Z Compiling itertools v0.10.5
13952024-09-24T03:17:31.600Z Compiling itertools v0.12.1
13962024-09-24T03:17:32.103Z Compiling tokio-stream v0.1.15
13972024-09-24T03:17:32.123Z Compiling openapiv3 v2.0.0
13982024-09-24T03:17:33.179Z Compiling hex v0.4.3
13992024-09-24T03:17:33.360Z Compiling x509-cert v0.2.5
14002024-09-24T03:17:33.793Z Compiling sha1 v0.10.6
14012024-09-24T03:17:34.251Z Compiling crossbeam-epoch v0.9.18
14022024-09-24T03:17:34.327Z Compiling dirs-sys-next v0.1.2
14032024-09-24T03:17:34.774Z Compiling unicode-xid v0.2.4
14042024-09-24T03:17:34.952Z Compiling peg-runtime v0.8.3
14052024-09-24T03:17:34.954Z Compiling lalrpop-util v0.19.12
14062024-09-24T03:17:34.988Z Compiling dirs-next v2.0.0
14072024-09-24T03:17:35.196Z Compiling thread_local v1.1.8
14082024-09-24T03:17:35.337Z Compiling slog-async v2.8.0
14092024-09-24T03:17:35.619Z Compiling term v0.7.0
14102024-09-24T03:17:35.639Z Compiling xattr v1.3.1
14112024-09-24T03:17:35.720Z Compiling strum_macros v0.26.4
14122024-09-24T03:17:35.881Z Compiling crossbeam-channel v0.5.12
14132024-09-24T03:17:35.901Z Compiling filetime v0.2.25
14142024-09-24T03:17:36.198Z Compiling is-terminal v0.4.12
14152024-09-24T03:17:36.331Z Compiling take_mut v0.2.2
14162024-09-24T03:17:36.495Z Compiling slog-term v2.9.1
14172024-09-24T03:17:36.515Z Compiling tar v0.4.41
14182024-09-24T03:17:36.960Z Compiling camino v1.1.9
14192024-09-24T03:17:38.291Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14202024-09-24T03:17:39.027Z Compiling strum v0.26.3
14212024-09-24T03:17:39.106Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14222024-09-24T03:17:43.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
14232024-09-24T03:17:44.123Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14242024-09-24T03:17:44.170ZSep 24 03:17:43.873 INFO Starting download, target: DendriteOpenapi
14252024-09-24T03:17:44.170ZSep 24 03:17:43.874 INFO Starting download, target: Console
14262024-09-24T03:17:44.170ZSep 24 03:17:43.874 INFO Starting download, target: Clickhouse
14272024-09-24T03:17:44.170ZSep 24 03:17:43.874 INFO Starting download, target: Cockroach
14282024-09-24T03:17:44.170ZSep 24 03:17:43.874 INFO Starting download, target: DendriteStub
14292024-09-24T03:17:44.174ZSep 24 03:17:43.874 INFO Starting download, target: MaghemiteMgd
14302024-09-24T03:17:44.174ZSep 24 03:17:43.874 INFO Starting download, target: TransceiverControl
14312024-09-24T03:17:44.174ZSep 24 03:17:43.874 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14322024-09-24T03:17:44.174ZSep 24 03:17:43.874 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi
14332024-09-24T03:17:44.175ZSep 24 03:17:43.874 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14342024-09-24T03:17:44.175ZSep 24 03:17:43.874 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14352024-09-24T03:17:44.175ZSep 24 03:17:43.875 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14362024-09-24T03:17:44.175ZSep 24 03:17:43.875 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14372024-09-24T03:17:44.175ZSep 24 03:17:43.875 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14382024-09-24T03:17:44.377ZSep 24 03:17:44.078 INFO Download complete, target: DendriteOpenapi
14392024-09-24T03:17:44.541ZSep 24 03:17:44.226 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14402024-09-24T03:17:44.876ZSep 24 03:17:44.579 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14412024-09-24T03:17:44.880ZSep 24 03:17:44.583 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14422024-09-24T03:17:44.957ZSep 24 03:17:44.661 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14432024-09-24T03:17:45.258ZSep 24 03:17:44.961 INFO Download complete, target: Console
14442024-09-24T03:17:45.343ZSep 24 03:17:45.046 INFO Download complete, target: TransceiverControl
14452024-09-24T03:17:45.479ZSep 24 03:17:45.182 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14462024-09-24T03:17:45.479ZSep 24 03:17:45.183 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14472024-09-24T03:17:46.054ZSep 24 03:17:45.758 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14482024-09-24T03:17:47.962ZSep 24 03:17:47.665 INFO Download complete, target: DendriteStub
14492024-09-24T03:17:48.113ZSep 24 03:17:47.816 INFO Download complete, target: MaghemiteMgd
14502024-09-24T03:17:53.564ZSep 24 03:17:53.267 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14512024-09-24T03:17:53.866ZSep 24 03:17:53.569 INFO Checking that binary works, target: Cockroach
14522024-09-24T03:17:54.021ZSep 24 03:17:53.724 INFO Download complete, target: Cockroach
14532024-09-24T03:17:59.620ZSep 24 03:17:59.323 INFO Checking that binary works, target: Clickhouse
14542024-09-24T03:17:59.778ZSep 24 03:17:59.480 INFO Download complete, target: Clickhouse
14552024-09-24T03:17:59.784ZAll prerequisites installed successfully
14562024-09-24T03:17:59.787Z
14572024-09-24T03:17:59.787Zreal 6:38.245694753
14582024-09-24T03:17:59.787Zuser 11:59.121291270
14592024-09-24T03:17:59.787Zsys 2:31.078069941
14602024-09-24T03:17:59.787Ztrap 0.422583115
14612024-09-24T03:17:59.787Ztflt 1.554668567
14622024-09-24T03:17:59.787Zdflt 1.570205010
14632024-09-24T03:17:59.787Zkflt 0.022231600
14642024-09-24T03:17:59.787Zlock 23:28.248698788
14652024-09-24T03:17:59.787Zslp 51:44.345055769
14662024-09-24T03:17:59.787Zlat 43.594839145
14672024-09-24T03:17:59.787Zstop 1:53.243455072
14682024-09-24T03:17:59.787Z+ ptime -m cargo xtask download softnpu
14692024-09-24T03:18:00.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14702024-09-24T03:18:00.398Z Running `target/debug/xtask download softnpu`
14712024-09-24T03:18:01.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
14722024-09-24T03:18:01.476Z Running `target/debug/xtask-downloader softnpu`
14732024-09-24T03:18:01.494ZSep 24 03:18:01.074 INFO Starting download, target: Softnpu
14742024-09-24T03:18:01.494ZSep 24 03:18:01.075 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
14752024-09-24T03:18:01.885ZSep 24 03:18:01.588 INFO Download complete, target: Softnpu
14762024-09-24T03:18:01.889Z
14772024-09-24T03:18:01.892Zreal 2.097896489
14782024-09-24T03:18:01.892Zuser 1.307458389
14792024-09-24T03:18:01.892Zsys 0.579779764
14802024-09-24T03:18:01.892Ztrap 0.000871326
14812024-09-24T03:18:01.892Ztflt 0.000010276
14822024-09-24T03:18:01.892Zdflt 0.000003299
14832024-09-24T03:18:01.892Zkflt 0.000000000
14842024-09-24T03:18:01.892Zlock 5.168563071
14852024-09-24T03:18:01.892Zslp 0.565710317
14862024-09-24T03:18:01.892Zlat 0.074089364
14872024-09-24T03:18:01.892Zstop 0.000364853
14882024-09-24T03:18:01.892Z+ export CARGO_INCREMENTAL=0
14892024-09-24T03:18:01.893Z+ CARGO_INCREMENTAL=0
14902024-09-24T03:18:01.893Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
14912024-09-24T03:18:02.894Z Compiling proc-macro2 v1.0.86
14922024-09-24T03:18:02.894Z Compiling unicode-ident v1.0.12
14932024-09-24T03:18:02.897Z Compiling libc v0.2.158
14942024-09-24T03:18:02.897Z Compiling serde v1.0.208
14952024-09-24T03:18:02.897Z Compiling version_check v0.9.5
14962024-09-24T03:18:02.897Z Compiling autocfg v1.3.0
14972024-09-24T03:18:02.897Z Compiling cfg-if v1.0.0
14982024-09-24T03:18:02.897Z Compiling once_cell v1.19.0
14992024-09-24T03:18:03.160Z Compiling typenum v1.17.0
15002024-09-24T03:18:03.191Z Compiling memchr v2.7.2
15012024-09-24T03:18:03.666Z Compiling generic-array v0.14.7
15022024-09-24T03:18:03.674Z Compiling ahash v0.8.11
15032024-09-24T03:18:03.917Z Compiling lock_api v0.4.12
15042024-09-24T03:18:03.996Z Compiling parking_lot_core v0.9.10
15052024-09-24T03:18:04.073Z Compiling byteorder v1.5.0
15062024-09-24T03:18:04.217Z Compiling serde_json v1.0.125
15072024-09-24T03:18:04.409Z Compiling libm v0.2.8
15082024-09-24T03:18:04.520Z Compiling quote v1.0.36
15092024-09-24T03:18:04.571Z Compiling num-traits v0.2.19
15102024-09-24T03:18:04.794Z Compiling scopeguard v1.2.0
15112024-09-24T03:18:04.881Z Compiling syn v2.0.74
15122024-09-24T03:18:04.899Z Compiling value-bag v1.9.0
15132024-09-24T03:18:04.951Z Compiling getrandom v0.2.14
15142024-09-24T03:18:05.098Z Compiling jobserver v0.1.32
15152024-09-24T03:18:05.282Z Compiling thiserror v1.0.63
15162024-09-24T03:18:05.483Z Compiling cc v1.0.97
15172024-09-24T03:18:05.626Z Compiling log v0.4.21
15182024-09-24T03:18:05.832Z Compiling itoa v1.0.11
15192024-09-24T03:18:05.843Z Compiling slab v0.4.9
15202024-09-24T03:18:06.023Z Compiling rand_core v0.6.4
15212024-09-24T03:18:06.193Z Compiling allocator-api2 v0.2.18
15222024-09-24T03:18:06.522Z Compiling semver v1.0.23
15232024-09-24T03:18:07.006Z Compiling pin-project-lite v0.2.14
15242024-09-24T03:18:07.137Z Compiling smallvec v1.13.2
15252024-09-24T03:18:07.233Z Compiling equivalent v1.0.1
15262024-09-24T03:18:07.374Z Compiling const-oid v0.9.6
15272024-09-24T03:18:07.389Z Compiling subtle v2.5.0
15282024-09-24T03:18:07.597Z Compiling signal-hook-registry v1.4.2
15292024-09-24T03:18:07.663Z Compiling ryu v1.0.18
15302024-09-24T03:18:08.135Z Compiling parking_lot v0.12.2
15312024-09-24T03:18:08.259Z Compiling mio v1.0.2
15322024-09-24T03:18:08.711Z Compiling socket2 v0.5.7
15332024-09-24T03:18:08.843Z Compiling vcpkg v0.2.15
15342024-09-24T03:18:08.843Z Compiling ring v0.17.8
15352024-09-24T03:18:09.236Z Compiling schemars v0.8.21
15362024-09-24T03:18:09.290Z Compiling pkg-config v0.3.30
15372024-09-24T03:18:09.778Z Compiling spin v0.9.8
15382024-09-24T03:18:10.155Z Compiling httparse v1.8.0
15392024-09-24T03:18:10.338Z Compiling fnv v1.0.7
15402024-09-24T03:18:10.474Z Compiling openssl-sys v0.9.103
15412024-09-24T03:18:10.779Z Compiling futures-core v0.3.30
15422024-09-24T03:18:11.485Z Compiling syn v1.0.109
15432024-09-24T03:18:12.166Z Compiling heck v0.5.0
15442024-09-24T03:18:12.245Z Compiling futures-sink v0.3.30
15452024-09-24T03:18:12.377Z Compiling serde_derive_internals v0.29.1
15462024-09-24T03:18:12.591Z Compiling num-conv v0.1.0
15472024-09-24T03:18:12.989Z Compiling cpufeatures v0.2.12
15482024-09-24T03:18:13.058Z Compiling time-core v0.1.2
15492024-09-24T03:18:13.114Z Compiling openssl v0.10.66
15502024-09-24T03:18:13.247Z Compiling time-macros v0.2.18
15512024-09-24T03:18:13.277Z Compiling rustix v0.38.34
15522024-09-24T03:18:13.559Z Compiling crossbeam-utils v0.8.19
15532024-09-24T03:18:13.648Z Compiling futures-channel v0.3.30
15542024-09-24T03:18:14.065Z Compiling futures-io v0.3.30
15552024-09-24T03:18:14.089Z Compiling futures-task v0.3.30
15562024-09-24T03:18:14.121Z Compiling pin-utils v0.1.0
15572024-09-24T03:18:14.209Z Compiling native-tls v0.2.11
15582024-09-24T03:18:14.225Z Compiling iana-time-zone v0.1.60
15592024-09-24T03:18:14.371Z Compiling tinyvec_macros v0.1.1
15602024-09-24T03:18:14.397Z Compiling rustls v0.21.12
15612024-09-24T03:18:14.469Z Compiling tinyvec v1.6.0
15622024-09-24T03:18:14.971Z Compiling base64ct v1.6.0
15632024-09-24T03:18:15.021Z Compiling ucd-trie v0.1.6
15642024-09-24T03:18:15.534Z Compiling pem-rfc7468 v0.7.0
15652024-09-24T03:18:15.625Z Compiling backtrace v0.3.71
15662024-09-24T03:18:15.909Z Compiling unicode-normalization v0.1.23
15672024-09-24T03:18:16.085Z Compiling tracing-core v0.1.32
15682024-09-24T03:18:16.100Z Compiling cookie v0.17.0
15692024-09-24T03:18:16.148Z Compiling flagset v0.4.5
15702024-09-24T03:18:16.361Z Compiling slog v2.7.0
15712024-09-24T03:18:16.399Z Compiling unicode-bidi v0.3.15
15722024-09-24T03:18:16.812Z Compiling aho-corasick v1.1.3
15732024-09-24T03:18:16.929Z Compiling regex-syntax v0.8.4
15742024-09-24T03:18:17.691Z Compiling serde_derive v1.0.208
15752024-09-24T03:18:18.376Z Compiling zeroize_derive v1.4.2
15762024-09-24T03:18:18.567Z Compiling zerocopy-derive v0.7.34
15772024-09-24T03:18:19.768Z Compiling tokio-macros v2.4.0
15782024-09-24T03:18:20.359Z Compiling zerocopy v0.7.34
15792024-09-24T03:18:20.523Z Compiling thiserror-impl v1.0.63
15802024-09-24T03:18:21.034Z Compiling zeroize v1.8.1
15812024-09-24T03:18:21.667Z Compiling futures-macro v0.3.30
15822024-09-24T03:18:22.541Z Compiling hashbrown v0.14.5
15832024-09-24T03:18:22.711Z Compiling crypto-common v0.1.6
15842024-09-24T03:18:22.907Z Compiling tracing-attributes v0.1.27
15852024-09-24T03:18:23.510Z Compiling der_derive v0.7.2
15862024-09-24T03:18:23.872Z Compiling block-buffer v0.10.4
15872024-09-24T03:18:24.102Z Compiling digest v0.10.7
15882024-09-24T03:18:24.233Z Compiling schemars_derive v0.8.21
15892024-09-24T03:18:25.402Z Compiling hmac v0.12.1
15902024-09-24T03:18:25.613Z Compiling block-padding v0.3.3
15912024-09-24T03:18:25.632Z Compiling openssl-macros v0.1.1
15922024-09-24T03:18:25.833Z Compiling inout v0.1.3
15932024-09-24T03:18:26.077Z Compiling cipher v0.4.4
15942024-09-24T03:18:26.112Z Compiling sha2 v0.10.8
15952024-09-24T03:18:26.344Z Compiling futures-util v0.3.30
15962024-09-24T03:18:26.510Z Compiling scroll_derive v0.12.0
15972024-09-24T03:18:26.802Z Compiling pest v2.7.10
15982024-09-24T03:18:27.022Z Compiling tracing v0.1.40
15992024-09-24T03:18:27.339Z Compiling der v0.7.9
16002024-09-24T03:18:27.874Z Compiling salsa20 v0.10.2
16012024-09-24T03:18:28.056Z Compiling pbkdf2 v0.12.2
16022024-09-24T03:18:28.235Z Compiling regex-automata v0.4.6
16032024-09-24T03:18:29.612Z Compiling pest_meta v2.7.10
16042024-09-24T03:18:29.615Z Compiling spki v0.7.3
16052024-09-24T03:18:29.986Z Compiling anyhow v1.0.89
16062024-09-24T03:18:30.344Z Compiling winnow v0.5.40
16072024-09-24T03:18:30.508Z Compiling untrusted v0.9.0
16082024-09-24T03:18:30.709Z Compiling bytes v1.7.2
16092024-09-24T03:18:31.031Z Compiling indexmap v2.4.0
16102024-09-24T03:18:32.575Z Compiling tokio v1.39.3
16112024-09-24T03:18:33.029Z Compiling rustc_version v0.4.0
16122024-09-24T03:18:33.586Z Compiling uuid v1.10.0
16132024-09-24T03:18:34.145Z Compiling bitflags v2.6.0
16142024-09-24T03:18:34.730Z Compiling serde_tokenstream v0.2.2
16152024-09-24T03:18:34.824Z Compiling chrono v0.4.38
16162024-09-24T03:18:35.874Z Compiling serde_spanned v0.6.7
16172024-09-24T03:18:36.070Z Compiling toml_datetime v0.6.8
16182024-09-24T03:18:36.103Z Compiling http v0.2.12
16192024-09-24T03:18:36.526Z Compiling pest_generator v2.7.10
16202024-09-24T03:18:38.390Z Compiling dyn-clone v1.0.17
16212024-09-24T03:18:38.741Z Compiling pest_derive v2.7.10
16222024-09-24T03:18:39.049Z Compiling toml_edit v0.19.15
16232024-09-24T03:18:40.254Z Compiling scrypt v0.11.0
16242024-09-24T03:18:40.785Z Compiling cbc v0.1.2
16252024-09-24T03:18:40.989Z Compiling aes v0.8.4
16262024-09-24T03:18:42.069Z Compiling tokio-util v0.7.11
16272024-09-24T03:18:43.366Z Compiling usdt-impl v0.5.0
16282024-09-24T03:18:43.397Z Compiling rustversion v1.0.17
16292024-09-24T03:18:43.747Z Compiling pkcs5 v0.7.1
16302024-09-24T03:18:44.218Z Compiling heapless v0.7.17
16312024-09-24T03:18:44.649Z Compiling scroll v0.12.0
16322024-09-24T03:18:45.205Z Compiling heck v0.4.1
16332024-09-24T03:18:45.660Z Compiling percent-encoding v2.3.1
16342024-09-24T03:18:45.784Z Compiling plain v0.2.3
16352024-09-24T03:18:45.958Z Compiling ppv-lite86 v0.2.17
16362024-09-24T03:18:46.380Z Compiling powerfmt v0.2.0
16372024-09-24T03:18:46.745Z Compiling rand_chacha v0.3.1
16382024-09-24T03:18:46.932Z Compiling deranged v0.3.11
16392024-09-24T03:18:46.965Z Compiling goblin v0.8.2
16402024-09-24T03:18:47.834Z Compiling pkcs8 v0.10.2
16412024-09-24T03:18:48.415Z Compiling regex v1.10.6
16422024-09-24T03:18:49.269Z Compiling try-lock v0.2.5
16432024-09-24T03:18:49.435Z Compiling strsim v0.11.1
16442024-09-24T03:18:49.461Z Compiling num_threads v0.1.7
16452024-09-24T03:18:49.579Z Compiling crc32fast v1.4.0
16462024-09-24T03:18:49.582Z Compiling pretty-hex v0.4.1
16472024-09-24T03:18:49.996Z Compiling time v0.3.36
16482024-09-24T03:18:50.031Z Compiling want v0.3.1
16492024-09-24T03:18:50.409Z Compiling rand v0.8.5
16502024-09-24T03:18:51.086Z Compiling dtrace-parser v0.2.0
16512024-09-24T03:18:51.989Z Compiling curve25519-dalek v4.1.3
16522024-09-24T03:18:52.395Z Compiling pin-project-internal v1.1.5
16532024-09-24T03:18:52.827Z Compiling dof v0.3.0
16542024-09-24T03:18:53.248Z Compiling async-trait v0.1.82
16552024-09-24T03:18:54.113Z Compiling thread-id v4.2.1
16562024-09-24T03:18:54.397Z Compiling tower-service v0.3.2
16572024-09-24T03:18:54.531Z Compiling num-bigint-dig v0.8.4
16582024-09-24T03:18:54.833Z Compiling signal-hook v0.3.17
16592024-09-24T03:18:54.986Z Compiling smoltcp v0.9.1
16602024-09-24T03:18:55.089Z Compiling httpdate v1.0.3
16612024-09-24T03:18:55.135Z Compiling unicode-width v0.1.13
16622024-09-24T03:18:55.412Z Compiling foreign-types-shared v0.1.1
16632024-09-24T03:18:55.600Z Compiling foreign-types v0.3.2
16642024-09-24T03:18:55.941Z Compiling form_urlencoded v1.2.1
16652024-09-24T03:18:57.097Z Compiling errno v0.3.9
16662024-09-24T03:18:57.259Z Compiling siphasher v0.3.11
16672024-09-24T03:18:58.456Z Compiling sct v0.7.1
16682024-09-24T03:18:58.701Z Compiling rustls-webpki v0.101.7
16692024-09-24T03:18:58.769Z Compiling h2 v0.3.26
16702024-09-24T03:18:59.539Z Compiling http-body v0.4.6
16712024-09-24T03:19:01.034Z Compiling openapiv3 v2.0.0
16722024-09-24T03:19:01.131Z Compiling http v1.1.0
16732024-09-24T03:19:02.508Z Compiling hubpack_derive v0.1.1
16742024-09-24T03:19:02.652Z Compiling signature v2.2.0
16752024-09-24T03:19:02.874Z Compiling curve25519-dalek-derive v0.1.1
16762024-09-24T03:19:03.376Z Compiling zerocopy-derive v0.6.6
16772024-09-24T03:19:03.447Z Compiling idna v0.5.0
16782024-09-24T03:19:04.799Z Compiling fs-err v2.11.0
16792024-09-24T03:19:05.114Z Compiling utf8parse v0.2.1
16802024-09-24T03:19:05.270Z Compiling openssl-probe v0.1.5
16812024-09-24T03:19:05.288Z Compiling stable_deref_trait v1.2.0
16822024-09-24T03:19:05.661Z Compiling gimli v0.28.1
16832024-09-24T03:19:05.703Z Compiling finl_unicode v1.2.0
16842024-09-24T03:19:05.906Z Compiling adler v1.0.2
16852024-09-24T03:19:06.189Z Compiling anstyle v1.0.8
16862024-09-24T03:19:06.284Z Compiling hyper v0.14.30
16872024-09-24T03:19:06.319Z Compiling stringprep v0.1.4
16882024-09-24T03:19:08.349Z Compiling miniz_oxide v0.7.2
16892024-09-24T03:19:12.548Z Compiling addr2line v0.21.0
16902024-09-24T03:19:13.601Z Compiling anstyle-parse v0.2.4
16912024-09-24T03:19:15.865Z Compiling url v2.5.2
16922024-09-24T03:19:18.967Z Compiling usdt-macro v0.5.0
16932024-09-24T03:19:19.487Z Compiling usdt-attr-macro v0.5.0
16942024-09-24T03:19:21.087Z Compiling md-5 v0.10.6
16952024-09-24T03:19:21.389Z Compiling idna v0.3.0
16962024-09-24T03:19:22.892Z Compiling lazy_static v1.5.0
16972024-09-24T03:19:23.021Z Compiling num-integer v0.1.46
16982024-09-24T03:19:23.762Z Compiling ff v0.13.0
16992024-09-24T03:19:24.067Z Compiling hash32 v0.2.1
17002024-09-24T03:19:24.442Z Compiling object v0.32.2
17012024-09-24T03:19:24.575Z Compiling atomic-waker v1.1.2
17022024-09-24T03:19:24.760Z Compiling base64 v0.22.1
17032024-09-24T03:19:24.902Z Compiling anstyle-query v1.0.3
17042024-09-24T03:19:25.059Z Compiling rustc-demangle v0.1.24
17052024-09-24T03:19:25.503Z Compiling colorchoice v1.0.1
17062024-09-24T03:19:25.817Z Compiling is_terminal_polyfill v1.70.0
17072024-09-24T03:19:25.897Z Compiling fallible-iterator v0.2.0
17082024-09-24T03:19:26.157Z Compiling psl-types v2.0.11
17092024-09-24T03:19:26.361Z Compiling base16ct v0.2.0
17102024-09-24T03:19:26.662Z Compiling postgres-protocol v0.6.7
17112024-09-24T03:19:27.495Z Compiling sec1 v0.7.3
17122024-09-24T03:19:27.511Z Compiling publicsuffix v2.2.3
17132024-09-24T03:19:27.765Z Compiling anstream v0.6.14
17142024-09-24T03:19:28.392Z Compiling h2 v0.4.6
17152024-09-24T03:19:29.106Z Compiling group v0.13.0
17162024-09-24T03:19:29.400Z Compiling num-iter v0.1.45
17172024-09-24T03:19:30.429Z Compiling tokio-rustls v0.24.1
17182024-09-24T03:19:30.895Z Compiling terminal_size v0.3.0
17192024-09-24T03:19:33.557Z Compiling tokio-native-tls v0.3.1
17202024-09-24T03:19:33.810Z Compiling http-body v1.0.0
17212024-09-24T03:19:34.052Z Compiling phf_shared v0.11.2
17222024-09-24T03:19:34.552Z Compiling pin-project v1.1.5
17232024-09-24T03:19:34.838Z Compiling strum_macros v0.25.3
17242024-09-24T03:19:35.325Z Compiling enum-as-inner v0.6.0
17252024-09-24T03:19:36.162Z Compiling hkdf v0.12.4
17262024-09-24T03:19:36.385Z Compiling regress v0.9.1
17272024-09-24T03:19:36.404Z Compiling crypto-bigint v0.5.5
17282024-09-24T03:19:38.414Z Compiling serde_repr v0.1.19
17292024-09-24T03:19:39.519Z Compiling clap_derive v4.5.13
17302024-09-24T03:19:41.159Z Compiling encoding_rs v0.8.34
17312024-09-24T03:19:41.162Z Compiling mime v0.3.17
17322024-09-24T03:19:42.288Z Compiling either v1.13.0
17332024-09-24T03:19:42.729Z Compiling managed v0.8.0
17342024-09-24T03:19:43.005Z Compiling bitflags v1.3.2
17352024-09-24T03:19:43.117Z Compiling tower-layer v0.3.2
17362024-09-24T03:19:43.418Z Compiling clap_lex v0.7.0
17372024-09-24T03:19:44.021Z Compiling ipnet v2.9.0
17382024-09-24T03:19:44.064Z Compiling base64 v0.21.7
17392024-09-24T03:19:44.841Z Compiling adler2 v2.0.0
17402024-09-24T03:19:45.033Z Compiling miniz_oxide v0.8.0
17412024-09-24T03:19:45.035Z Compiling rustls-pemfile v1.0.4
17422024-09-24T03:19:45.728Z Compiling clap_builder v4.5.15
17432024-09-24T03:19:46.364Z Compiling tower v0.4.13
17442024-09-24T03:19:47.215Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17452024-09-24T03:19:49.779Z Compiling elliptic-curve v0.13.8
17462024-09-24T03:19:51.317Z Compiling hyper v1.4.1
17472024-09-24T03:19:52.870Z Compiling phf v0.11.2
17482024-09-24T03:19:53.176Z Compiling hyper-tls v0.5.0
17492024-09-24T03:19:53.364Z Compiling hyper-rustls v0.24.2
17502024-09-24T03:19:53.530Z Compiling cookie_store v0.20.0
17512024-09-24T03:19:54.025Z Compiling postgres-types v0.2.7
17522024-09-24T03:19:54.701Z Compiling zerocopy v0.6.6
17532024-09-24T03:19:54.998Z Compiling hubpack v0.1.2
17542024-09-24T03:19:55.222Z Compiling ed25519 v2.2.3
17552024-09-24T03:19:55.390Z Compiling phf_shared v0.10.0
17562024-09-24T03:19:55.439Z Compiling crossbeam-epoch v0.9.18
17572024-09-24T03:19:55.560Z Compiling serde_urlencoded v0.7.1
17582024-09-24T03:19:55.591Z Compiling pkcs1 v0.7.5
17592024-09-24T03:19:55.745Z Compiling bstr v1.9.1
17602024-09-24T03:19:56.094Z Compiling futures-executor v0.3.30
17612024-09-24T03:19:56.617Z Compiling serde-big-array v0.5.1
17622024-09-24T03:19:56.842Z Compiling rfc6979 v0.4.0
17632024-09-24T03:19:56.956Z Compiling idna v0.4.0
17642024-09-24T03:19:57.030Z Compiling float-cmp v0.9.0
17652024-09-24T03:19:57.050Z Compiling mio v0.8.11
17662024-09-24T03:19:57.147Z Compiling memmap v0.7.0
17672024-09-24T03:19:57.384Z Compiling data-encoding v2.6.0
17682024-09-24T03:19:57.446Z Compiling precomputed-hash v0.1.1
17692024-09-24T03:19:58.119Z Compiling new_debug_unreachable v1.0.6
17702024-09-24T03:19:58.216Z Compiling static_assertions v1.1.0
17712024-09-24T03:19:58.325Z Compiling winnow v0.6.18
17722024-09-24T03:19:58.656Z Compiling difflib v0.4.0
17732024-09-24T03:19:59.108Z Compiling predicates-core v1.0.6
17742024-09-24T03:19:59.423Z Compiling sync_wrapper v0.1.2
17752024-09-24T03:19:59.611Z Compiling whoami v1.5.1
17762024-09-24T03:19:59.739Z Compiling webpki-roots v0.25.4
17772024-09-24T03:19:59.913Z Compiling minimal-lexical v0.2.1
17782024-09-24T03:19:59.979Z Compiling normalize-line-endings v0.3.0
17792024-09-24T03:20:00.005Z Compiling fixedbitset v0.4.2
17802024-09-24T03:20:00.067Z Compiling bit-vec v0.6.3
17812024-09-24T03:20:00.234Z Compiling unicode-segmentation v1.11.0
17822024-09-24T03:20:00.424Z Compiling bit-set v0.5.3
17832024-09-24T03:20:00.493Z Compiling petgraph v0.6.5
17842024-09-24T03:20:00.699Z Compiling nom v7.1.3
17852024-09-24T03:20:00.702Z Compiling predicates v3.1.2
17862024-09-24T03:20:00.702Z Compiling tokio-postgres v0.7.11
17872024-09-24T03:20:00.933Z Compiling similar v2.6.0
17882024-09-24T03:20:01.060Z Compiling reqwest v0.11.27
17892024-09-24T03:20:02.106Z Compiling toml_edit v0.22.20
17902024-09-24T03:20:02.222Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17912024-09-24T03:20:02.927Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
17922024-09-24T03:20:04.313Z Compiling string_cache v0.8.7
17932024-09-24T03:20:04.742Z Compiling hickory-proto v0.24.1
17942024-09-24T03:20:05.181Z Compiling signal-hook-mio v0.2.4
17952024-09-24T03:20:05.348Z Compiling usdt v0.5.0
17962024-09-24T03:20:05.806Z Compiling ecdsa v0.16.9
17972024-09-24T03:20:06.487Z Compiling futures v0.3.30
17982024-09-24T03:20:06.606Z Compiling rsa v0.9.6
17992024-09-24T03:20:06.682Z Compiling ed25519-dalek v2.1.1
18002024-09-24T03:20:07.501Z Compiling hyper-util v0.1.7
18012024-09-24T03:20:08.012Z Compiling flate2 v1.0.33
18022024-09-24T03:20:08.234Z Compiling clap v4.5.16
18032024-09-24T03:20:09.203Z Compiling itertools v0.12.1
18042024-09-24T03:20:09.585Z Compiling itertools v0.10.5
18052024-09-24T03:20:09.636Z Compiling console v0.15.8
18062024-09-24T03:20:10.872Z Compiling tokio-stream v0.1.15
18072024-09-24T03:20:11.876Z Compiling toml v0.7.8
18082024-09-24T03:20:12.098Z Compiling hex v0.4.3
18092024-09-24T03:20:12.117Z Compiling x509-cert v0.2.5
18102024-09-24T03:20:12.443Z Compiling sha1 v0.10.6
18112024-09-24T03:20:12.589Z Compiling unicode-xid v0.2.4
18122024-09-24T03:20:12.729Z Compiling lalrpop-util v0.19.12
18132024-09-24T03:20:12.843Z Compiling camino v1.1.9
18142024-09-24T03:20:13.031Z Compiling peg-runtime v0.8.3
18152024-09-24T03:20:13.568Z Compiling proc-macro-crate v1.3.1
18162024-09-24T03:20:14.388Z Compiling heapless v0.8.0
18172024-09-24T03:20:15.213Z Compiling num_enum_derive v0.5.11
18182024-09-24T03:20:16.349Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18192024-09-24T03:20:17.208Z Compiling ipnetwork v0.20.0
18202024-09-24T03:20:19.793Z Compiling hash32 v0.3.1
18212024-09-24T03:20:19.991Z Compiling smoltcp v0.11.0
18222024-09-24T03:20:20.046Z Compiling ident_case v1.0.1
18232024-09-24T03:20:21.697Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18242024-09-24T03:20:22.055Z Compiling rustls-pki-types v1.7.0
18252024-09-24T03:20:26.438Z Compiling darling_core v0.20.9
18262024-09-24T03:20:31.818Z Compiling num_enum v0.5.11
18272024-09-24T03:20:33.236Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18282024-09-24T03:20:33.848Z Compiling getopts v0.2.21
18292024-09-24T03:20:35.648Z Compiling dirs-sys-next v0.1.2
18302024-09-24T03:20:37.127Z Compiling proc-macro-error-attr v1.0.4
18312024-09-24T03:20:37.148Z Compiling paste v1.0.15
18322024-09-24T03:20:37.449Z Compiling embedded-io v0.4.0
18332024-09-24T03:20:37.695Z Compiling unsafe-libyaml v0.2.11
18342024-09-24T03:20:38.366Z Compiling cobs v0.2.3
18352024-09-24T03:20:38.809Z Compiling rustls v0.22.4
18362024-09-24T03:20:39.537Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18372024-09-24T03:20:42.504Z Compiling serde_yaml v0.9.34+deprecated
18382024-09-24T03:20:47.307Z Compiling postcard v1.0.8
18392024-09-24T03:20:48.133Z Compiling dirs-next v2.0.0
18402024-09-24T03:20:51.615Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18412024-09-24T03:20:52.846Z Compiling darling_macro v0.20.9
18422024-09-24T03:20:58.279Z Compiling rustls-webpki v0.102.4
18432024-09-24T03:21:03.389Z Compiling strum_macros v0.26.4
18442024-09-24T03:21:04.601Z Compiling structmeta-derive v0.3.0
18452024-09-24T03:21:04.655Z Compiling foreign-types-macros v0.2.3
18462024-09-24T03:21:05.167Z Compiling thread_local v1.1.8
18472024-09-24T03:21:05.191Z Compiling multer v3.1.0
18482024-09-24T03:21:05.509Z Compiling proc-macro-error v1.0.4
18492024-09-24T03:21:05.884Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18502024-09-24T03:21:06.140Z Compiling match_cfg v0.1.0
18512024-09-24T03:21:06.819Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18522024-09-24T03:21:07.112Z Compiling foreign-types-shared v0.3.1
18532024-09-24T03:21:07.169Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18542024-09-24T03:21:07.370Z Compiling slog-async v2.8.0
18552024-09-24T03:21:07.837Z Compiling strum v0.26.3
18562024-09-24T03:21:07.907Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18572024-09-24T03:21:11.193Z Compiling structmeta v0.3.0
18582024-09-24T03:21:11.582Z Compiling foreign-types v0.5.0
18592024-09-24T03:21:12.544Z Compiling hostname v0.3.1
18602024-09-24T03:21:18.776Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18612024-09-24T03:21:20.191Z Compiling darling v0.20.9
18622024-09-24T03:21:20.325Z Compiling term v0.7.0
18632024-09-24T03:21:25.285Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18642024-09-24T03:21:26.776Z Compiling slog-json v2.6.1
18652024-09-24T03:21:27.220Z Compiling tabwriter v1.4.0
18662024-09-24T03:21:28.032Z Compiling crossbeam-channel v0.5.12
18672024-09-24T03:21:30.465Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18682024-09-24T03:21:30.883Z Compiling async-stream-impl v0.3.5
18692024-09-24T03:21:31.272Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18702024-09-24T03:21:31.959Z Compiling is-terminal v0.4.12
18712024-09-24T03:21:32.061Z Compiling cstr-argument v0.1.2
18722024-09-24T03:21:32.087Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18732024-09-24T03:21:32.114Z Compiling fastrand v2.1.0
18742024-09-24T03:21:32.327Z Compiling pretty-hex v0.2.1
18752024-09-24T03:21:32.710Z Compiling rayon-core v1.12.1
18762024-09-24T03:21:32.764Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18772024-09-24T03:21:32.931Z Compiling take_mut v0.2.2
18782024-09-24T03:21:33.047Z Compiling crucible-workspace-hack v0.1.0
18792024-09-24T03:21:33.272Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18802024-09-24T03:21:33.332Z Compiling tempfile v3.10.1
18812024-09-24T03:21:33.494Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18822024-09-24T03:21:33.696Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18832024-09-24T03:21:33.906Z Compiling async-stream v0.3.5
18842024-09-24T03:21:33.923Z Compiling slog-term v2.9.1
18852024-09-24T03:21:34.441Z Compiling slog-bunyan v2.5.0
18862024-09-24T03:21:34.678Z Compiling tokio-rustls v0.25.0
18872024-09-24T03:21:34.906Z Compiling serde_with_macros v3.9.0
18882024-09-24T03:21:35.127Z Compiling parse-display-derive v0.10.0
18892024-09-24T03:21:36.033Z Compiling toml v0.8.19
18902024-09-24T03:21:36.567Z Compiling rustls-pemfile v2.1.3
18912024-09-24T03:21:37.390Z Compiling waitgroup v0.1.2
18922024-09-24T03:21:37.553Z Compiling crossbeam-deque v0.8.5
18932024-09-24T03:21:37.570Z Compiling colored v2.1.0
18942024-09-24T03:21:37.805Z Compiling newtype-uuid v1.1.0
18952024-09-24T03:21:37.949Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18962024-09-24T03:21:38.161Z Compiling serde_path_to_error v0.1.16
18972024-09-24T03:21:38.899Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18982024-09-24T03:21:39.016Z Compiling socket2 v0.4.10
18992024-09-24T03:21:39.205Z Compiling hostname v0.4.0
19002024-09-24T03:21:39.477Z Compiling instant v0.1.12
19012024-09-24T03:21:39.639Z Compiling debug-ignore v1.0.5
19022024-09-24T03:21:39.657Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19032024-09-24T03:21:39.745Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19042024-09-24T03:21:39.799Z Compiling backoff v0.4.0
19052024-09-24T03:21:39.958Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19062024-09-24T03:21:40.164Z Compiling parse-display v0.10.0
19072024-09-24T03:21:40.495Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19082024-09-24T03:21:42.140Z Compiling serde_with v3.9.0
19092024-09-24T03:21:42.848Z Compiling zone_cfg_derive v0.3.0
19102024-09-24T03:21:42.986Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19112024-09-24T03:21:43.721Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
19122024-09-24T03:21:44.228Z Compiling camino-tempfile v1.1.1
19132024-09-24T03:21:44.645Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19142024-09-24T03:21:44.982Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19152024-09-24T03:21:45.154Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19162024-09-24T03:21:45.174Z Compiling macaddr v1.0.1
19172024-09-24T03:21:45.797Z Compiling num-derive v0.4.2
19182024-09-24T03:21:46.372Z Compiling sigpipe v0.1.3
19192024-09-24T03:21:46.466Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19202024-09-24T03:21:46.507Z Compiling libefi-sys v0.1.0
19212024-09-24T03:21:46.796Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19222024-09-24T03:21:46.844Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19232024-09-24T03:21:47.412Z Compiling zone v0.3.0
19242024-09-24T03:21:48.032Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
19252024-09-24T03:21:48.741Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19262024-09-24T03:21:48.817Z Compiling rayon v1.10.0
19272024-09-24T03:21:49.554Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19282024-09-24T03:21:50.143Z Compiling smf v0.2.3
19292024-09-24T03:21:50.666Z Compiling bitfield-struct v0.6.1
19302024-09-24T03:21:51.379Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19312024-09-24T03:21:51.811Z Compiling blake3 v1.5.1
19322024-09-24T03:21:52.082Z Compiling ring v0.16.20
19332024-09-24T03:21:52.441Z Compiling portable-atomic v1.6.0
19342024-09-24T03:21:52.697Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19352024-09-24T03:21:53.399Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19362024-09-24T03:21:53.452Z Compiling xattr v1.3.1
19372024-09-24T03:21:53.767Z Compiling filetime v0.2.25
19382024-09-24T03:21:53.886Z Compiling memmap2 v0.9.4
19392024-09-24T03:21:54.103Z Compiling spin v0.5.2
19402024-09-24T03:21:54.366Z Compiling arrayvec v0.7.4
19412024-09-24T03:21:54.420Z Compiling constant_time_eq v0.3.0
19422024-09-24T03:21:54.565Z Compiling same-file v1.0.6
19432024-09-24T03:21:54.599Z Compiling arrayref v0.3.7
19442024-09-24T03:21:54.647Z Compiling untrusted v0.7.1
19452024-09-24T03:21:54.704Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19462024-09-24T03:21:54.821Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19472024-09-24T03:21:54.837Z Compiling walkdir v2.5.0
19482024-09-24T03:21:54.840Z Compiling tar v0.4.41
19492024-09-24T03:21:56.309Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19502024-09-24T03:21:57.479Z Compiling gethostname v0.5.0
19512024-09-24T03:21:57.536Z Compiling cargo-platform v0.1.8
19522024-09-24T03:21:57.687Z Compiling number_prefix v0.4.0
19532024-09-24T03:21:57.948Z Compiling topological-sort v0.2.2
19542024-09-24T03:21:58.234Z Compiling indicatif v0.17.8
19552024-09-24T03:21:58.531Z Compiling cargo_metadata v0.18.1
19562024-09-24T03:22:03.518Z Compiling omicron-zone-package v0.11.0
19572024-09-24T03:22:06.377Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19582024-09-24T03:22:07.349Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19592024-09-24T03:22:08.941Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19602024-09-24T03:22:28.132Z Finished `release` profile [optimized] target(s) in 4m 26s
19612024-09-24T03:22:28.285Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19622024-09-24T03:22:28.330ZLogging to: /work/oxidecomputer/omicron/out/LOG
19632024-09-24T03:22:28.333ZCreated new build target 'test' and set it as active
19642024-09-24T03:22:28.333Z
19652024-09-24T03:22:28.333Zreal 4:26.423611992
19662024-09-24T03:22:28.333Zuser 30:18.061371438
19672024-09-24T03:22:28.333Zsys 3:46.492983961
19682024-09-24T03:22:28.333Ztrap 0.861749220
19692024-09-24T03:22:28.333Ztflt 2.976385375
19702024-09-24T03:22:28.333Zdflt 0.647010507
19712024-09-24T03:22:28.333Zkflt 0.000106065
19722024-09-24T03:22:28.333Zlock 1:07:13.254006292
19732024-09-24T03:22:28.333Zslp 1:56:29.518205155
19742024-09-24T03:22:28.333Zlat 2:02.998399914
19752024-09-24T03:22:28.333Zstop 3:48.397513028
19762024-09-24T03:22:28.333Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19772024-09-24T03:22:29.342Z Finished `release` profile [optimized] target(s) in 0.96s
19782024-09-24T03:22:29.395Z Running `target/release/omicron-package -t test package`
19792024-09-24T03:22:29.436ZLogging to: /work/oxidecomputer/omicron/out/LOG
19802024-09-24T03:22:30.620Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19812024-09-24T03:22:30.620Z Compiling convert_case v0.4.0
19822024-09-24T03:22:30.624Z Compiling camino v1.1.9
19832024-09-24T03:22:30.624Z Compiling newline-converter v0.3.0
19842024-09-24T03:22:30.624Z Compiling password-hash v0.5.0
19852024-09-24T03:22:30.624Z Compiling blake2 v0.10.6
19862024-09-24T03:22:30.624Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19872024-09-24T03:22:30.757Z Compiling cancel-safe-futures v0.1.5
19882024-09-24T03:22:30.918Z Compiling expectorate v1.1.0
19892024-09-24T03:22:30.996Z Compiling derive-where v1.2.7
19902024-09-24T03:22:31.116Z Compiling libsw v3.3.1
19912024-09-24T03:22:31.460Z Compiling argon2 v0.5.3
19922024-09-24T03:22:31.511Z Compiling derive_more v0.99.18
19932024-09-24T03:22:31.534Z Compiling owo-colors v4.0.0
19942024-09-24T03:22:31.700Z Compiling linear-map v1.2.0
19952024-09-24T03:22:31.843Z Compiling indent_write v2.2.0
19962024-09-24T03:22:31.989Z Compiling swrite v0.1.0
19972024-09-24T03:22:32.070Z Compiling humantime v2.1.0
19982024-09-24T03:22:32.097Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19992024-09-24T03:22:32.132Z Compiling toml v0.8.19
20002024-09-24T03:22:32.530Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20012024-09-24T03:22:32.902Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20022024-09-24T03:22:32.905Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20032024-09-24T03:22:33.095Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20042024-09-24T03:22:33.129Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20052024-09-24T03:22:33.679Z Compiling num-rational v0.4.2
20062024-09-24T03:22:33.895Z Compiling num-complex v0.4.6
20072024-09-24T03:22:34.096Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20082024-09-24T03:22:34.353Z Compiling dirs-sys-next v0.1.2
20092024-09-24T03:22:34.857Z Compiling dirs-next v2.0.0
20102024-09-24T03:22:35.046Z Compiling num v0.4.3
20112024-09-24T03:22:35.177Z Compiling float-ord v0.3.2
20122024-09-24T03:22:35.212Z Compiling term v0.7.0
20132024-09-24T03:22:35.345Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20142024-09-24T03:22:36.147Z Compiling atomicwrites v0.4.4
20152024-09-24T03:22:36.472Z Compiling prettyplease v0.2.20
20162024-09-24T03:22:36.678Z Compiling utf-8 v0.7.6
20172024-09-24T03:22:36.781Z Compiling semver v0.1.20
20182024-09-24T03:22:37.035Z Compiling is-terminal v0.4.12
20192024-09-24T03:22:37.159Z Compiling rustc_version v0.1.7
20202024-09-24T03:22:37.353Z Compiling cookie v0.18.1
20212024-09-24T03:22:37.548Z Compiling newtype_derive v0.1.6
20222024-09-24T03:22:37.662Z Compiling highway v1.2.0
20232024-09-24T03:22:37.952Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20242024-09-24T03:22:38.154Z Compiling linked-hash-map v0.5.6
20252024-09-24T03:22:38.576Z Compiling rustls-pki-types v1.7.0
20262024-09-24T03:22:39.044Z Compiling lru-cache v0.1.2
20272024-09-24T03:22:39.267Z Compiling steno v0.4.1
20282024-09-24T03:22:39.322Z Compiling quick-error v1.2.3
20292024-09-24T03:22:39.535Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20302024-09-24T03:22:40.155Z Compiling home v0.5.9
20312024-09-24T03:22:40.404Z Compiling resolv-conf v0.7.0
20322024-09-24T03:22:41.797Z Compiling rustls-webpki v0.102.4
20332024-09-24T03:22:42.014Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20342024-09-24T03:22:43.987Z Compiling rustls v0.22.4
20352024-09-24T03:22:43.993Z Compiling thread_local v1.1.8
20362024-09-24T03:22:44.417Z Compiling match_cfg v0.1.0
20372024-09-24T03:22:44.526Z Compiling hostname v0.3.1
20382024-09-24T03:22:44.879Z Compiling hickory-resolver v0.24.1
20392024-09-24T03:22:46.842Z Compiling multer v3.1.0
20402024-09-24T03:22:46.913Z Compiling slog-async v2.8.0
20412024-09-24T03:22:46.986Z Compiling slog-json v2.6.1
20422024-09-24T03:22:47.351Z Compiling crossbeam-channel v0.5.12
20432024-09-24T03:22:47.398Z Compiling take_mut v0.2.2
20442024-09-24T03:22:47.566Z Compiling slog-bunyan v2.5.0
20452024-09-24T03:22:48.675Z Compiling slog-term v2.9.1
20462024-09-24T03:22:49.358Z Compiling tokio-rustls v0.25.0
20472024-09-24T03:22:49.784Z Compiling rustls-pemfile v2.1.3
20482024-09-24T03:22:49.803Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20492024-09-24T03:22:49.875Z Compiling async-stream v0.3.5
20502024-09-24T03:22:50.162Z Compiling waitgroup v0.1.2
20512024-09-24T03:22:50.216Z Compiling newtype-uuid v1.1.0
20522024-09-24T03:22:50.368Z Compiling ipnetwork v0.20.0
20532024-09-24T03:22:50.591Z Compiling serde_path_to_error v0.1.16
20542024-09-24T03:22:51.172Z Compiling hostname v0.4.0
20552024-09-24T03:22:51.377Z Compiling instant v0.1.12
20562024-09-24T03:22:51.401Z Compiling debug-ignore v1.0.5
20572024-09-24T03:22:51.558Z Compiling backoff v0.4.0
20582024-09-24T03:22:51.909Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20592024-09-24T03:22:52.576Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20602024-09-24T03:22:52.914Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20612024-09-24T03:22:53.598Z Compiling parse-display v0.10.0
20622024-09-24T03:22:54.181Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20632024-09-24T03:22:54.364Z Compiling serde_with v3.9.0
20642024-09-24T03:22:54.812Z Compiling strum v0.26.3
20652024-09-24T03:22:55.005Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20662024-09-24T03:22:57.912Z Compiling macaddr v1.0.1
20672024-09-24T03:22:58.313Z Compiling slog-dtrace v0.3.0
20682024-09-24T03:22:58.331Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20692024-09-24T03:23:00.060Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20702024-09-24T03:23:00.481Z Compiling display-error-chain v0.2.1
20712024-09-24T03:23:00.523Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20722024-09-24T03:23:00.626Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
20732024-09-24T03:23:01.020Z Compiling half v2.4.1
20742024-09-24T03:23:01.577Z Compiling ciborium-io v0.2.2
20752024-09-24T03:23:01.716Z Compiling ciborium-ll v0.2.2
20762024-09-24T03:23:01.733Z Compiling tungstenite v0.21.0
20772024-09-24T03:23:02.238Z Compiling ciborium v0.2.2
20782024-09-24T03:23:04.445Z Compiling tokio-tungstenite v0.21.0
20792024-09-24T03:23:05.069Z Compiling rayon-core v1.12.1
20802024-09-24T03:23:05.099Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20812024-09-24T03:23:06.856Z Compiling crossbeam-deque v0.8.5
20822024-09-24T03:23:07.215Z Compiling fastrand v2.1.0
20832024-09-24T03:23:07.369Z Compiling termcolor v1.4.1
20842024-09-24T03:23:07.723Z Compiling same-file v1.0.6
20852024-09-24T03:23:07.960Z Compiling walkdir v2.5.0
20862024-09-24T03:23:08.425Z Compiling tempfile v3.10.1
20872024-09-24T03:23:09.328Z Compiling blake3 v1.5.1
20882024-09-24T03:23:09.784Z Compiling rayon v1.10.0
20892024-09-24T03:23:11.446Z Compiling ring v0.16.20
20902024-09-24T03:23:14.497Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20912024-09-24T03:23:14.853Z Compiling xattr v1.3.1
20922024-09-24T03:23:14.885Z Compiling filetime v0.2.25
20932024-09-24T03:23:15.076Z Compiling memmap2 v0.9.4
20942024-09-24T03:23:15.180Z Compiling arrayvec v0.7.4
20952024-09-24T03:23:15.488Z Compiling arrayref v0.3.7
20962024-09-24T03:23:15.585Z Compiling untrusted v0.7.1
20972024-09-24T03:23:15.615Z Compiling spin v0.5.2
20982024-09-24T03:23:15.781Z Compiling keccak v0.1.5
20992024-09-24T03:23:15.838Z Compiling constant_time_eq v0.3.0
21002024-09-24T03:23:16.767Z Compiling sha3 v0.10.8
21012024-09-24T03:23:17.156Z Compiling tar v0.4.41
21022024-09-24T03:23:17.618Z Compiling camino-tempfile v1.1.1
21032024-09-24T03:23:17.705Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21042024-09-24T03:23:18.038Z Compiling toolchain_find v0.4.0
21052024-09-24T03:23:18.557Z Compiling nibble_vec v0.1.0
21062024-09-24T03:23:18.803Z Compiling atty v0.2.14
21072024-09-24T03:23:18.940Z Compiling glob v0.3.1
21082024-09-24T03:23:18.958Z Compiling maplit v1.0.2
21092024-09-24T03:23:19.082Z Compiling topological-sort v0.2.2
21102024-09-24T03:23:19.322Z Compiling crunchy v0.2.2
21112024-09-24T03:23:19.662Z Compiling endian-type v0.1.2
21122024-09-24T03:23:19.810Z Compiling radium v0.7.0
21132024-09-24T03:23:19.936Z Compiling radix_trie v0.2.1
21142024-09-24T03:23:20.314Z Compiling clang-sys v1.7.0
21152024-09-24T03:23:20.332Z Compiling omicron-zone-package v0.11.0
21162024-09-24T03:23:20.847Z Compiling rustfmt-wrapper v0.2.1
21172024-09-24T03:23:20.944Z Compiling maybe-uninit v2.0.0
21182024-09-24T03:23:21.180Z Compiling tiny-keccak v2.0.2
21192024-09-24T03:23:21.413Z Compiling tap v1.0.1
21202024-09-24T03:23:21.555Z Compiling wyz v0.5.1
21212024-09-24T03:23:21.639Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21222024-09-24T03:23:21.871Z Compiling dsl_auto_type v0.1.2
21232024-09-24T03:23:21.925Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21242024-09-24T03:23:22.027Z Compiling itertools v0.13.0
21252024-09-24T03:23:22.071Z Compiling scheduled-thread-pool v0.2.7
21262024-09-24T03:23:22.325Z Compiling secrecy v0.8.0
21272024-09-24T03:23:22.594Z Compiling bzip2-sys v0.1.11+1.0.8
21282024-09-24T03:23:23.101Z Compiling diesel_table_macro_syntax v0.2.0
21292024-09-24T03:23:23.256Z Compiling packed_struct v0.10.1
21302024-09-24T03:23:23.403Z Compiling funty v2.0.0
21312024-09-24T03:23:23.548Z Compiling arc-swap v1.7.1
21322024-09-24T03:23:23.686Z Compiling crc-catalog v2.4.0
21332024-09-24T03:23:23.845Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
21342024-09-24T03:23:24.148Z Compiling slog-scope v4.4.0
21352024-09-24T03:23:24.207Z Compiling crc v3.2.1
21362024-09-24T03:23:24.968Z Compiling bitvec v1.0.1
21372024-09-24T03:23:25.460Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21382024-09-24T03:23:25.770Z Compiling diesel_derives v2.2.2
21392024-09-24T03:23:26.119Z Compiling r2d2 v0.8.10
21402024-09-24T03:23:27.084Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
21412024-09-24T03:23:29.433Z Compiling ascii-canvas v3.0.0
21422024-09-24T03:23:29.905Z Compiling universal-hash v0.5.1
21432024-09-24T03:23:30.105Z Compiling packed_struct_codegen v0.10.1
21442024-09-24T03:23:32.301Z Compiling thiserror-impl-no-std v2.0.2
21452024-09-24T03:23:32.505Z Compiling ena v0.14.3
21462024-09-24T03:23:32.925Z Compiling libloading v0.8.3
21472024-09-24T03:23:33.343Z Compiling indexmap v1.9.3
21482024-09-24T03:23:33.645Z Compiling opaque-debug v0.3.1
21492024-09-24T03:23:33.755Z Compiling bindgen v0.69.4
21502024-09-24T03:23:34.208Z Compiling diff v0.1.13
21512024-09-24T03:23:34.753Z Compiling regex-syntax v0.6.29
21522024-09-24T03:23:34.968Z Compiling nodrop v0.1.14
21532024-09-24T03:23:35.105Z Compiling array-init v0.0.4
21542024-09-24T03:23:36.436Z Compiling thiserror-no-std v2.0.2
21552024-09-24T03:23:36.601Z Compiling poly1305 v0.8.0
21562024-09-24T03:23:36.968Z Compiling diesel v2.2.4
21572024-09-24T03:23:38.103Z Compiling lalrpop v0.19.12
21582024-09-24T03:23:49.641Z Compiling smallvec v0.6.14
21592024-09-24T03:23:50.157Z Compiling slog-stdlog v4.1.1
21602024-09-24T03:23:50.972Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21612024-09-24T03:23:51.034Z Compiling which v4.4.2
21622024-09-24T03:23:51.568Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21632024-09-24T03:23:51.884Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21642024-09-24T03:23:52.047Z Compiling chacha20 v0.9.1
21652024-09-24T03:23:52.114Z Compiling cexpr v0.6.0
21662024-09-24T03:23:52.506Z Compiling aead v0.5.2
21672024-09-24T03:23:52.880Z Compiling lazycell v1.3.0
21682024-09-24T03:23:53.039Z Compiling shlex v1.3.0
21692024-09-24T03:23:53.428Z Compiling hashbrown v0.12.3
21702024-09-24T03:23:53.737Z Compiling bitfield v0.14.0
21712024-09-24T03:23:54.066Z Compiling rustc-hash v1.1.0
21722024-09-24T03:23:54.239Z Compiling ref-cast v1.0.23
21732024-09-24T03:23:55.559Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21742024-09-24T03:23:55.717Z Compiling chacha20poly1305 v0.10.1
21752024-09-24T03:23:55.889Z Compiling slog-envlogger v2.2.0
21762024-09-24T03:23:55.970Z Compiling serde-hex v0.1.0
21772024-09-24T03:23:58.443Z Compiling bzip2 v0.4.4
21782024-09-24T03:23:58.900Z Compiling vsss-rs v3.3.4
21792024-09-24T03:24:01.046Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21802024-09-24T03:24:01.379Z Compiling env_logger v0.10.2
21812024-09-24T03:24:03.330Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21822024-09-24T03:24:03.650Z Compiling derive_builder_core v0.20.0
21832024-09-24T03:24:04.206Z Compiling polar-core v0.27.3
21842024-09-24T03:24:04.264Z Compiling ron v0.8.1
21852024-09-24T03:24:05.489Z Compiling headers-core v0.2.0
21862024-09-24T03:24:05.674Z Compiling hashbrown v0.13.2
21872024-09-24T03:24:05.896Z Compiling fxhash v0.2.1
21882024-09-24T03:24:06.054Z Compiling libxml v0.3.3
21892024-09-24T03:24:06.451Z Compiling ref-cast-impl v1.0.23
21902024-09-24T03:24:07.037Z Compiling crc-any v2.5.0
21912024-09-24T03:24:07.755Z Compiling object v0.30.4
21922024-09-24T03:24:07.984Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21932024-09-24T03:24:08.130Z Compiling samael v0.0.17
21942024-09-24T03:24:09.592Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21952024-09-24T03:24:09.775Z Compiling derive_builder_macro v0.20.0
21962024-09-24T03:24:10.246Z Compiling headers v0.3.9
21972024-09-24T03:24:13.903Z Compiling zip v0.6.6
21982024-09-24T03:24:15.721Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21992024-09-24T03:24:16.536Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22002024-09-24T03:24:16.831Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22012024-09-24T03:24:18.823Z Compiling strum_macros v0.24.3
22022024-09-24T03:24:20.287Z Compiling kstat-rs v0.2.4
22032024-09-24T03:24:21.259Z Compiling async-recursion v1.1.1
22042024-09-24T03:24:21.629Z Compiling dropshot v0.10.1
22052024-09-24T03:24:21.970Z Compiling unicase v2.7.0
22062024-09-24T03:24:22.041Z Compiling path-slash v0.1.5
22072024-09-24T03:24:22.273Z Compiling indoc v1.0.9
22082024-09-24T03:24:22.297Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22092024-09-24T03:24:22.488Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22102024-09-24T03:24:26.660Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
22112024-09-24T03:24:26.779Z Compiling derive_builder v0.20.0
22122024-09-24T03:24:31.039Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22132024-09-24T03:24:33.068Z Compiling tungstenite v0.23.0
22142024-09-24T03:24:37.345Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
22152024-09-24T03:24:37.647Z Compiling crossterm v0.28.1
22162024-09-24T03:24:37.666Z Compiling pem v3.0.4
22172024-09-24T03:24:38.736Z Compiling dropshot_endpoint v0.10.1
22182024-09-24T03:24:39.178Z Compiling impl-trait-for-tuples v0.2.2
22192024-09-24T03:24:40.119Z Compiling oso-derive v0.27.3
22202024-09-24T03:24:40.777Z Compiling libz-sys v1.1.16
22212024-09-24T03:24:41.109Z Compiling quick-xml v0.33.0
22222024-09-24T03:24:41.462Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
22232024-09-24T03:24:41.842Z Compiling parking_lot_core v0.8.6
22242024-09-24T03:24:42.264Z Compiling cfg_aliases v0.1.1
22252024-09-24T03:24:42.388Z Compiling nix v0.28.0
22262024-09-24T03:24:45.780Z Compiling tokio-tungstenite v0.23.1
22272024-09-24T03:24:46.145Z Compiling oso v0.27.3
22282024-09-24T03:24:46.422Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22292024-09-24T03:24:48.061Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22302024-09-24T03:24:53.532Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22312024-09-24T03:24:53.898Z Compiling const_format_proc_macros v0.2.33
22322024-09-24T03:24:55.828Z Compiling bb8 v0.8.5
22332024-09-24T03:24:56.470Z Compiling vte_generate_state_changes v0.1.1
22342024-09-24T03:24:57.156Z Compiling buf-list v1.0.3
22352024-09-24T03:24:57.764Z Compiling vte v0.11.1
22362024-09-24T03:24:59.194Z Compiling async-bb8-diesel v0.2.1
22372024-09-24T03:25:00.019Z Compiling const_format v0.2.33
22382024-09-24T03:25:01.304Z Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
22392024-09-24T03:25:05.079Z Compiling fd-lock v4.0.2
22402024-09-24T03:25:05.316Z Compiling libgit2-sys v0.17.0+1.8.1
22412024-09-24T03:25:06.094Z Compiling bytecount v0.6.8
22422024-09-24T03:25:06.410Z Compiling salty v0.3.0
22432024-09-24T03:25:06.882Z Compiling papergrid v0.11.0
22442024-09-24T03:25:24.264Z Compiling parking_lot v0.11.2
22452024-09-24T03:25:26.253Z Compiling strip-ansi-escapes v0.2.0
22462024-09-24T03:25:27.824Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
22472024-09-24T03:25:27.983Z Compiling tabled_derive v0.7.0
22482024-09-24T03:25:30.186Z Compiling crossterm v0.27.0
22492024-09-24T03:25:32.514Z Compiling peg-macros v0.8.4
22502024-09-24T03:25:34.124Z Compiling snafu-derive v0.8.2
22512024-09-24T03:25:35.796Z Compiling sqlparser_derive v0.2.2
22522024-09-24T03:25:35.980Z Compiling rustls v0.23.10
22532024-09-24T03:25:36.325Z Compiling unicode_categories v0.1.1
22542024-09-24T03:25:36.329Z Compiling nu-ansi-term v0.50.0
22552024-09-24T03:25:36.470Z Compiling rustyline v14.0.0
22562024-09-24T03:25:36.642Z Compiling sqlformat v0.2.4
22572024-09-24T03:25:36.829Z Compiling sqlparser v0.45.0
22582024-09-24T03:25:37.432Z Compiling reedline v0.33.0
22592024-09-24T03:25:37.583Z Compiling peg v0.8.4
22602024-09-24T03:25:37.700Z Compiling tabled v0.15.0
22612024-09-24T03:25:38.560Z Compiling snafu v0.8.2
22622024-09-24T03:25:39.764Z Compiling sled v0.34.7
22632024-09-24T03:25:48.442Z Compiling mime_guess v2.0.4
22642024-09-24T03:25:52.003Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22652024-09-24T03:25:57.214Z Compiling hickory-client v0.24.1
22662024-09-24T03:25:59.116Z Compiling env_logger v0.9.3
22672024-09-24T03:26:02.409Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
22682024-09-24T03:26:03.002Z Compiling tungstenite v0.20.1
22692024-09-24T03:26:03.306Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22702024-09-24T03:26:08.106Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22712024-09-24T03:26:09.007Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22722024-09-24T03:26:10.526Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22732024-09-24T03:26:11.370Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22742024-09-24T03:26:11.878Z Compiling globset v0.4.14
22752024-09-24T03:26:15.007Z Compiling hickory-server v0.24.1
22762024-09-24T03:26:16.477Z Compiling primeorder v0.13.6
22772024-09-24T03:26:17.067Z Compiling olpc-cjson v0.1.3
22782024-09-24T03:26:17.411Z Compiling bcs v0.1.6
22792024-09-24T03:26:17.907Z Compiling vergen v8.3.2
22802024-09-24T03:26:18.245Z Compiling bitstruct_derive v0.1.0
22812024-09-24T03:26:18.276Z Compiling env_filter v0.1.2
22822024-09-24T03:26:19.557Z Compiling serde_plain v1.0.2
22832024-09-24T03:26:19.589Z Compiling cargo-platform v0.1.8
22842024-09-24T03:26:19.618Z Compiling nanorand v0.7.0
22852024-09-24T03:26:20.074Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22862024-09-24T03:26:20.091Z Compiling memoffset v0.9.1
22872024-09-24T03:26:20.227Z Compiling ascii v1.1.0
22882024-09-24T03:26:20.273Z Compiling typed-path v0.7.1
22892024-09-24T03:26:20.598Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22902024-09-24T03:26:20.893Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
22912024-09-24T03:26:21.074Z Compiling flume v0.11.0
22922024-09-24T03:26:21.786Z Compiling cargo_metadata v0.18.1
22932024-09-24T03:26:23.285Z Compiling tough v0.17.1
22942024-09-24T03:26:23.986Z Compiling bitstruct v0.1.1
22952024-09-24T03:26:24.121Z Compiling env_logger v0.11.5
22962024-09-24T03:26:25.117Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22972024-09-24T03:26:25.549Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22982024-09-24T03:26:26.598Z Compiling p384 v0.13.0
22992024-09-24T03:26:26.903Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23002024-09-24T03:26:27.107Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23012024-09-24T03:26:27.463Z Compiling tokio-tungstenite v0.20.1
23022024-09-24T03:26:28.063Z Compiling git2 v0.19.0
23032024-09-24T03:26:32.778Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23042024-09-24T03:26:37.099Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23052024-09-24T03:26:38.385Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23062024-09-24T03:26:39.636Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23072024-09-24T03:26:41.589Z Compiling libsqlite3-sys v0.30.1
23082024-09-24T03:26:42.142Z Compiling erased-serde v0.3.31
23092024-09-24T03:26:43.900Z Compiling serde_arrays v0.1.0
23102024-09-24T03:26:44.109Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
23112024-09-24T03:26:44.258Z Compiling parse-size v1.0.0
23122024-09-24T03:26:44.447Z Compiling cfg_aliases v0.2.1
23132024-09-24T03:26:44.568Z Compiling nix v0.29.0
23142024-09-24T03:26:44.590Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23152024-09-24T03:26:45.454Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23162024-09-24T03:26:49.539Z Compiling tokio-rustls v0.26.0
23172024-09-24T03:26:50.103Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23182024-09-24T03:26:56.001Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23192024-09-24T03:26:56.020Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23202024-09-24T03:26:56.764Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
23212024-09-24T03:26:57.081Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
23222024-09-24T03:26:58.373Z Compiling heck v0.3.3
23232024-09-24T03:26:58.745Z Compiling castaway v0.2.3
23242024-09-24T03:26:58.939Z Compiling rand_seeder v0.3.0
23252024-09-24T03:26:59.011Z Compiling csv-core v0.1.11
23262024-09-24T03:26:59.366Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23272024-09-24T03:26:59.768Z Compiling http-range v0.1.5
23282024-09-24T03:27:00.329Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
23292024-09-24T03:27:00.686Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23302024-09-24T03:27:01.712Z Compiling hyper-staticfile v0.9.5
23312024-09-24T03:27:04.769Z Compiling csv v1.3.0
23322024-09-24T03:27:06.909Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23332024-09-24T03:27:07.138Z Compiling compact_str v0.8.0
23342024-09-24T03:27:07.270Z Compiling zone_cfg_derive v0.1.2
23352024-09-24T03:27:08.690Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
23362024-09-24T03:27:09.826Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23372024-09-24T03:27:10.444Z Compiling nix v0.27.1
23382024-09-24T03:27:13.149Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
23392024-09-24T03:27:14.276Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23402024-09-24T03:27:14.328Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
23412024-09-24T03:27:14.469Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
23422024-09-24T03:27:20.402Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23432024-09-24T03:27:20.752Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23442024-09-24T03:27:21.086Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23452024-09-24T03:27:21.442Z Compiling unicode-truncate v1.0.0
23462024-09-24T03:27:21.460Z Compiling lru v0.12.3
23472024-09-24T03:27:21.700Z Compiling hashlink v0.9.1
23482024-09-24T03:27:21.849Z Compiling instability v0.3.2
23492024-09-24T03:27:22.529Z Compiling base64 v0.13.1
23502024-09-24T03:27:22.863Z Compiling fallible-streaming-iterator v0.1.9
23512024-09-24T03:27:23.166Z Compiling cassowary v0.3.0
23522024-09-24T03:27:23.252Z Compiling fallible-iterator v0.3.0
23532024-09-24T03:27:24.090Z Compiling rusqlite v0.32.1
23542024-09-24T03:27:24.799Z Compiling ratatui v0.28.0
23552024-09-24T03:27:26.876Z Compiling ron v0.7.1
23562024-09-24T03:27:29.303Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23572024-09-24T03:27:31.991Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23582024-09-24T03:27:38.296Z Compiling zone v0.1.8
23592024-09-24T03:27:41.501Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23602024-09-24T03:27:46.632Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23612024-09-24T03:27:49.963Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23622024-09-24T03:27:50.135Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23632024-09-24T03:27:51.179Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23642024-09-24T03:27:51.659Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23652024-09-24T03:27:51.785Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23662024-09-24T03:27:52.110Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
23672024-09-24T03:27:54.132Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
23682024-09-24T03:27:54.303Z Compiling signal-hook-tokio v0.3.1
23692024-09-24T03:27:54.560Z Compiling twox-hash v1.6.3
23702024-09-24T03:27:55.595Z Compiling yasna v0.5.2
23712024-09-24T03:27:57.049Z Compiling portpicker v0.1.1
23722024-09-24T03:27:57.490Z Compiling smawk v0.3.2
23732024-09-24T03:27:57.742Z Compiling is_ci v1.2.0
23742024-09-24T03:27:58.050Z Compiling unicode-linebreak v0.1.5
23752024-09-24T03:27:58.583Z Compiling textwrap v0.16.1
23762024-09-24T03:27:59.017Z Compiling supports-color v3.0.1
23772024-09-24T03:27:59.429Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
23782024-09-24T03:28:00.945Z Compiling rcgen v0.12.1
23792024-09-24T03:28:02.858Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23802024-09-24T03:28:09.588Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
23812024-09-24T03:28:13.272Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23822024-09-24T03:28:21.989Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
23832024-09-24T03:28:24.724Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23842024-09-24T03:28:27.038Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23852024-09-24T03:28:27.058Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
23862024-09-24T03:28:27.580Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
23872024-09-24T03:28:27.911Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
23882024-09-24T03:28:34.636Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
23892024-09-24T03:28:38.190Z Compiling fatfs v0.3.6
23902024-09-24T03:28:41.060Z Compiling subprocess v0.2.9
23912024-09-24T03:28:42.149Z Compiling rtoolbox v0.0.2
23922024-09-24T03:28:42.588Z Compiling assert_matches v1.5.0
23932024-09-24T03:28:44.005Z Compiling rpassword v7.3.1
23942024-09-24T03:28:44.472Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23952024-09-24T03:28:45.244Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23962024-09-24T03:28:45.681Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
23972024-09-24T03:28:52.288Z Compiling tui-tree-widget v0.22.0
23982024-09-24T03:28:52.742Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
23992024-09-24T03:28:52.761Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24002024-09-24T03:29:01.976Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24012024-09-24T03:29:05.767Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24022024-09-24T03:29:06.106Z Compiling uzers v0.11.3
24032024-09-24T03:29:08.783Z Compiling shell-words v1.1.0
24042024-09-24T03:29:09.081Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24052024-09-24T03:29:09.239Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24062024-09-24T03:29:11.251Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24072024-09-24T03:29:14.142Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24082024-09-24T03:29:48.340Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
24092024-09-24T03:29:59.160Z Compiling multimap v0.10.0
24102024-09-24T03:31:50.660Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
24112024-09-24T03:32:11.598Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24122024-09-24T03:38:15.311Z Finished `release` profile [optimized] target(s) in 15m 45s
24132024-09-24T03:39:11.469Z
24142024-09-24T03:39:11.472Zreal 16:43.071160366
24152024-09-24T03:39:11.472Zuser 1:55:06.958353714
24162024-09-24T03:39:11.472Zsys 5:41.105692596
24172024-09-24T03:39:11.472Ztrap 2.741911217
24182024-09-24T03:39:11.472Ztflt 3.145895587
24192024-09-24T03:39:11.472Zdflt 4.415983849
24202024-09-24T03:39:11.472Zkflt 0.013094766
24212024-09-24T03:39:11.472Zlock 7:06:30.484835600
24222024-09-24T03:39:11.472Zslp 6:13:03.275898030
24232024-09-24T03:39:11.472Zlat 2:56.096235915
24242024-09-24T03:39:11.472Zstop 2:42.397700381
24252024-09-24T03:39:11.472Z+ mapfile -t packages
24262024-09-24T03:39:11.472Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
24272024-09-24T03:39:12.548Z Finished `release` profile [optimized] target(s) in 1.03s
24282024-09-24T03:39:12.596Z Running `target/release/omicron-package -t test list-outputs`
24292024-09-24T03:39:12.643ZLogging to: /work/oxidecomputer/omicron/out/LOG
24302024-09-24T03:39:12.647Z+ ptime -m cargo build --locked --release -p xtask
24312024-09-24T03:39:13.281Z Compiling serde v1.0.208
24322024-09-24T03:39:13.284Z Compiling rustix v0.38.34
24332024-09-24T03:39:13.285Z Compiling serde_json v1.0.125
24342024-09-24T03:39:13.285Z Compiling libc v0.2.158
24352024-09-24T03:39:13.370Z Compiling syn v2.0.74
24362024-09-24T03:39:13.386Z Compiling bitflags v2.6.0
24372024-09-24T03:39:13.734Z Compiling usdt-impl v0.5.0
24382024-09-24T03:39:13.773Z Compiling syn v1.0.109
24392024-09-24T03:39:13.908Z Compiling log v0.4.21
24402024-09-24T03:39:13.925Z Compiling hashbrown v0.14.5
24412024-09-24T03:39:13.961Z Compiling fs-err v2.11.0
24422024-09-24T03:39:14.276Z Compiling anyhow v1.0.89
24432024-09-24T03:39:14.852Z Compiling thread-id v4.2.1
24442024-09-24T03:39:15.344Z Compiling indexmap v2.4.0
24452024-09-24T03:39:16.392Z Compiling terminal_size v0.3.0
24462024-09-24T03:39:16.392Z Compiling tempfile v3.10.1
24472024-09-24T03:39:16.624Z Compiling clap_builder v4.5.15
24482024-09-24T03:39:17.232Z Compiling proc-macro-error v1.0.4
24492024-09-24T03:39:18.671Z Compiling tabled_derive v0.7.0
24502024-09-24T03:39:20.161Z Compiling tabled v0.15.0
24512024-09-24T03:39:20.927Z Compiling serde_derive v1.0.208
24522024-09-24T03:39:21.679Z Compiling thiserror-impl v1.0.63
24532024-09-24T03:39:24.553Z Compiling thiserror v1.0.63
24542024-09-24T03:39:24.688Z Compiling pest v2.7.10
24552024-09-24T03:39:24.755Z Compiling zerocopy-derive v0.7.34
24562024-09-24T03:39:25.133Z Compiling scroll_derive v0.12.0
24572024-09-24T03:39:26.589Z Compiling scroll v0.12.0
24582024-09-24T03:39:26.740Z Compiling zerocopy v0.7.34
24592024-09-24T03:39:27.252Z Compiling pest_meta v2.7.10
24602024-09-24T03:39:27.658Z Compiling goblin v0.8.2
24612024-09-24T03:39:31.448Z Compiling pest_generator v2.7.10
24622024-09-24T03:39:33.236Z Compiling pest_derive v2.7.10
24632024-09-24T03:39:34.034Z Compiling dtrace-parser v0.2.0
24642024-09-24T03:39:35.837Z Compiling serde_tokenstream v0.2.2
24652024-09-24T03:39:36.441Z Compiling serde_spanned v0.6.7
24662024-09-24T03:39:36.704Z Compiling dof v0.3.0
24672024-09-24T03:39:36.970Z Compiling toml_datetime v0.6.8
24682024-09-24T03:39:37.636Z Compiling toml_edit v0.22.20
24692024-09-24T03:39:40.803Z Compiling camino v1.1.9
24702024-09-24T03:39:42.197Z Compiling toml v0.8.19
24712024-09-24T03:39:43.406Z Compiling usdt-macro v0.5.0
24722024-09-24T03:39:44.645Z Compiling usdt-attr-macro v0.5.0
24732024-09-24T03:39:44.804Z Compiling cargo-platform v0.1.8
24742024-09-24T03:39:45.272Z Compiling semver v1.0.23
24752024-09-24T03:39:45.888Z Compiling clap_derive v4.5.13
24762024-09-24T03:39:46.017Z Compiling usdt v0.5.0
24772024-09-24T03:39:46.751Z Compiling cargo_metadata v0.18.1
24782024-09-24T03:39:47.483Z Compiling cargo_toml v0.20.4
24792024-09-24T03:39:48.106Z Compiling camino-tempfile v1.1.1
24802024-09-24T03:39:48.894Z Compiling macaddr v1.0.1
24812024-09-24T03:39:50.534Z Compiling clap v4.5.16
24822024-09-24T03:39:58.307Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
24832024-09-24T03:40:09.692Z Finished `release` profile [optimized] target(s) in 56.99s
24842024-09-24T03:40:09.797Z
24852024-09-24T03:40:09.800Zreal 57.124759209
24862024-09-24T03:40:09.800Zuser 5:41.279784189
24872024-09-24T03:40:09.800Zsys 32.770729424
24882024-09-24T03:40:09.800Ztrap 0.150948606
24892024-09-24T03:40:09.800Ztflt 0.350801550
24902024-09-24T03:40:09.800Zdflt 0.617240231
24912024-09-24T03:40:09.800Zkflt 0.000021869
24922024-09-24T03:40:09.800Zlock 10:29.564456506
24932024-09-24T03:40:09.800Zslp 15:37.133246568
24942024-09-24T03:40:09.800Zlat 13.334437978
24952024-09-24T03:40:09.800Zstop 15.696862688
24962024-09-24T03:40:09.800Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
24972024-09-24T03:40:09.800Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
24982024-09-24T03:40:09.800Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
24992024-09-24T03:40:09.800Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
25002024-09-24T03:40:09.800Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
25012024-09-24T03:40:10.731Z Compiling regress v0.9.1
25022024-09-24T03:40:10.849Z Compiling getopts v0.2.21
25032024-09-24T03:40:10.852Z Compiling unsafe-libyaml v0.2.11
25042024-09-24T03:40:10.852Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25052024-09-24T03:40:10.852Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25062024-09-24T03:40:10.852Z Compiling rustls-pki-types v1.7.0
25072024-09-24T03:40:10.852Z Compiling ident_case v1.0.1
25082024-09-24T03:40:10.852Z Compiling toml v0.8.19
25092024-09-24T03:40:11.087Z Compiling darling_core v0.20.9
25102024-09-24T03:40:11.284Z Compiling match_cfg v0.1.0
25112024-09-24T03:40:11.304Z Compiling rustls v0.22.4
25122024-09-24T03:40:11.400Z Compiling rustls-webpki v0.102.4
25132024-09-24T03:40:11.588Z Compiling hostname v0.3.1
25142024-09-24T03:40:11.729Z Compiling paste v1.0.15
25152024-09-24T03:40:11.888Z Compiling ipnetwork v0.20.0
25162024-09-24T03:40:11.907Z Compiling multer v3.1.0
25172024-09-24T03:40:12.292Z Compiling serde_yaml v0.9.34+deprecated
25182024-09-24T03:40:12.759Z Compiling slog-json v2.6.1
25192024-09-24T03:40:12.952Z Compiling async-stream-impl v0.3.5
25202024-09-24T03:40:13.145Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
25212024-09-24T03:40:13.461Z Compiling instant v0.1.12
25222024-09-24T03:40:13.513Z Compiling debug-ignore v1.0.5
25232024-09-24T03:40:13.665Z Compiling slog-bunyan v2.5.0
25242024-09-24T03:40:13.702Z Compiling rustls-pemfile v2.1.3
25252024-09-24T03:40:13.877Z Compiling waitgroup v0.1.2
25262024-09-24T03:40:14.104Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
25272024-09-24T03:40:14.185Z Compiling serde_path_to_error v0.1.16
25282024-09-24T03:40:14.390Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25292024-09-24T03:40:14.757Z Compiling async-stream v0.3.5
25302024-09-24T03:40:15.083Z Compiling hostname v0.4.0
25312024-09-24T03:40:15.108Z Compiling structmeta-derive v0.3.0
25322024-09-24T03:40:15.355Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
25332024-09-24T03:40:15.901Z Compiling newtype-uuid v1.1.0
25342024-09-24T03:40:16.134Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25352024-09-24T03:40:16.221Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25362024-09-24T03:40:16.570Z Compiling backoff v0.4.0
25372024-09-24T03:40:16.729Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25382024-09-24T03:40:16.921Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25392024-09-24T03:40:16.921Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25402024-09-24T03:40:17.106Z Compiling tokio-rustls v0.25.0
25412024-09-24T03:40:17.108Z Compiling macaddr v1.0.1
25422024-09-24T03:40:17.529Z Compiling tempfile v3.10.1
25432024-09-24T03:40:17.531Z Compiling proc-macro-crate v1.3.1
25442024-09-24T03:40:17.627Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25452024-09-24T03:40:18.019Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25462024-09-24T03:40:18.055Z Compiling darling_macro v0.20.9
25472024-09-24T03:40:18.108Z Compiling structmeta v0.3.0
25482024-09-24T03:40:18.346Z Compiling foreign-types-macros v0.2.3
25492024-09-24T03:40:18.365Z Compiling foreign-types-shared v0.3.1
25502024-09-24T03:40:18.497Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25512024-09-24T03:40:18.560Z Compiling parse-display-derive v0.10.0
25522024-09-24T03:40:18.608Z Compiling num_enum_derive v0.5.11
25532024-09-24T03:40:18.786Z Compiling heapless v0.8.0
25542024-09-24T03:40:18.986Z Compiling darling v0.20.9
25552024-09-24T03:40:19.116Z Compiling serde_with_macros v3.9.0
25562024-09-24T03:40:19.738Z Compiling foreign-types v0.5.0
25572024-09-24T03:40:19.789Z Compiling proc-macro-error v1.0.4
25582024-09-24T03:40:20.234Z Compiling camino-tempfile v1.1.1
25592024-09-24T03:40:20.519Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25602024-09-24T03:40:20.703Z Compiling hash32 v0.3.1
25612024-09-24T03:40:20.964Z Compiling cstr-argument v0.1.2
25622024-09-24T03:40:21.231Z Compiling smoltcp v0.11.0
25632024-09-24T03:40:21.346Z Compiling num_enum v0.5.11
25642024-09-24T03:40:21.399Z Compiling pretty-hex v0.2.1
25652024-09-24T03:40:21.600Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25662024-09-24T03:40:21.688Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25672024-09-24T03:40:22.016Z Compiling tabwriter v1.4.0
25682024-09-24T03:40:22.043Z Compiling serde_with v3.9.0
25692024-09-24T03:40:22.287Z Compiling colored v2.1.0
25702024-09-24T03:40:22.560Z Compiling socket2 v0.4.10
25712024-09-24T03:40:22.989Z Compiling cobs v0.2.3
25722024-09-24T03:40:23.015Z Compiling embedded-io v0.4.0
25732024-09-24T03:40:23.084Z Compiling parse-display v0.10.0
25742024-09-24T03:40:23.286Z Compiling postcard v1.0.8
25752024-09-24T03:40:23.305Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25762024-09-24T03:40:23.458Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25772024-09-24T03:40:23.618Z Compiling crucible-workspace-hack v0.1.0
25782024-09-24T03:40:23.725Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25792024-09-24T03:40:23.810Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
25802024-09-24T03:40:24.066Z Compiling smf v0.2.3
25812024-09-24T03:40:24.093Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25822024-09-24T03:40:24.413Z Compiling zone_cfg_derive v0.3.0
25832024-09-24T03:40:24.650Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25842024-09-24T03:40:25.150Z Compiling num-derive v0.4.2
25852024-09-24T03:40:25.560Z Compiling sigpipe v0.1.3
25862024-09-24T03:40:25.686Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25872024-09-24T03:40:25.982Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25882024-09-24T03:40:26.018Z Compiling zone v0.3.0
25892024-09-24T03:40:26.035Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25902024-09-24T03:40:26.507Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25912024-09-24T03:40:27.146Z Compiling universal-hash v0.5.1
25922024-09-24T03:40:27.365Z Compiling opaque-debug v0.3.1
25932024-09-24T03:40:27.478Z Compiling utf-8 v0.7.6
25942024-09-24T03:40:27.526Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
25952024-09-24T03:40:27.552Z Compiling num-rational v0.4.2
25962024-09-24T03:40:27.617Z Compiling num-complex v0.4.6
25972024-09-24T03:40:27.942Z Compiling humantime v2.1.0
25982024-09-24T03:40:28.008Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25992024-09-24T03:40:28.037Z Compiling password-hash v0.5.0
26002024-09-24T03:40:28.444Z Compiling blake2 v0.10.6
26012024-09-24T03:40:28.463Z Compiling aead v0.5.2
26022024-09-24T03:40:28.553Z Compiling convert_case v0.4.0
26032024-09-24T03:40:28.719Z Compiling num v0.4.3
26042024-09-24T03:40:28.833Z Compiling keccak v0.1.5
26052024-09-24T03:40:28.852Z Compiling float-ord v0.3.2
26062024-09-24T03:40:29.039Z Compiling argon2 v0.5.3
26072024-09-24T03:40:29.057Z Compiling poly1305 v0.8.0
26082024-09-24T03:40:29.366Z Compiling sha3 v0.10.8
26092024-09-24T03:40:29.606Z Compiling derive_more v0.99.18
26102024-09-24T03:40:29.917Z Compiling newline-converter v0.3.0
26112024-09-24T03:40:30.058Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
26122024-09-24T03:40:30.082Z Compiling chacha20 v0.9.1
26132024-09-24T03:40:30.244Z Compiling semver v0.1.20
26142024-09-24T03:40:30.691Z Compiling expectorate v1.1.0
26152024-09-24T03:40:30.708Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26162024-09-24T03:40:30.708Z Compiling rustc_version v0.1.7
26172024-09-24T03:40:30.779Z Compiling tungstenite v0.21.0
26182024-09-24T03:40:30.927Z Compiling atty v0.2.14
26192024-09-24T03:40:30.964Z Compiling cancel-safe-futures v0.1.5
26202024-09-24T03:40:31.078Z Compiling rayon-core v1.12.1
26212024-09-24T03:40:31.166Z Compiling same-file v1.0.6
26222024-09-24T03:40:31.368Z Compiling walkdir v2.5.0
26232024-09-24T03:40:31.405Z Compiling newtype_derive v0.1.6
26242024-09-24T03:40:31.432Z Compiling primeorder v0.13.6
26252024-09-24T03:40:31.458Z Compiling crossbeam-deque v0.8.5
26262024-09-24T03:40:31.727Z Compiling secrecy v0.8.0
26272024-09-24T03:40:31.816Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26282024-09-24T03:40:31.878Z Compiling tokio-tungstenite v0.21.0
26292024-09-24T03:40:31.947Z Compiling prettyplease v0.2.20
26302024-09-24T03:40:31.998Z Compiling home v0.5.9
26312024-09-24T03:40:32.369Z Compiling atomicwrites v0.4.4
26322024-09-24T03:40:32.410Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26332024-09-24T03:40:32.700Z Compiling thiserror-impl-no-std v2.0.2
26342024-09-24T03:40:32.736Z Compiling libsw v3.3.1
26352024-09-24T03:40:32.739Z Compiling ring v0.16.20
26362024-09-24T03:40:32.877Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26372024-09-24T03:40:32.896Z Compiling blake3 v1.5.1
26382024-09-24T03:40:32.965Z Compiling derive-where v1.2.7
26392024-09-24T03:40:33.042Z Compiling unicase v2.7.0
26402024-09-24T03:40:33.369Z Compiling half v2.4.1
26412024-09-24T03:40:33.575Z Compiling cookie v0.18.1
26422024-09-24T03:40:33.904Z Compiling linear-map v1.2.0
26432024-09-24T03:40:33.914Z Compiling owo-colors v4.0.0
26442024-09-24T03:40:33.950Z Compiling quick-error v1.2.3
26452024-09-24T03:40:33.954Z Compiling arc-swap v1.7.1
26462024-09-24T03:40:34.121Z Compiling indent_write v2.2.0
26472024-09-24T03:40:34.277Z Compiling termcolor v1.4.1
26482024-09-24T03:40:34.353Z Compiling ciborium-io v0.2.2
26492024-09-24T03:40:34.538Z Compiling linked-hash-map v0.5.6
26502024-09-24T03:40:34.681Z Compiling ciborium-ll v0.2.2
26512024-09-24T03:40:34.951Z Compiling lru-cache v0.1.2
26522024-09-24T03:40:35.124Z Compiling env_logger v0.9.3
26532024-09-24T03:40:35.160Z Compiling slog-scope v4.4.0
26542024-09-24T03:40:35.274Z Compiling resolv-conf v0.7.0
26552024-09-24T03:40:35.939Z Compiling thiserror-no-std v2.0.2
26562024-09-24T03:40:36.266Z Compiling rayon v1.10.0
26572024-09-24T03:40:36.341Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26582024-09-24T03:40:36.609Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26592024-09-24T03:40:36.638Z Compiling polyval v0.6.2
26602024-09-24T03:40:36.681Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26612024-09-24T03:40:37.086Z Compiling bitstruct_derive v0.1.0
26622024-09-24T03:40:37.150Z Compiling memmap2 v0.9.4
26632024-09-24T03:40:37.250Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26642024-09-24T03:40:37.289Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26652024-09-24T03:40:37.395Z Compiling untrusted v0.7.1
26662024-09-24T03:40:37.429Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26672024-09-24T03:40:37.592Z Compiling constant_time_eq v0.3.0
26682024-09-24T03:40:37.615Z Compiling arrayref v0.3.7
26692024-09-24T03:40:37.728Z Compiling spin v0.5.2
26702024-09-24T03:40:37.789Z Compiling libefi-sys v0.1.0
26712024-09-24T03:40:37.979Z Compiling parking_lot_core v0.8.6
26722024-09-24T03:40:38.101Z Compiling ascii v1.1.0
26732024-09-24T03:40:38.362Z Compiling arrayvec v0.7.4
26742024-09-24T03:40:38.445Z Compiling salty v0.3.0
26752024-09-24T03:40:38.481Z Compiling highway v1.2.0
26762024-09-24T03:40:38.737Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26772024-09-24T03:40:38.771Z Compiling bitstruct v0.1.1
26782024-09-24T03:40:38.987Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26792024-09-24T03:40:39.306Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26802024-09-24T03:40:39.323Z Compiling ghash v0.5.1
26812024-09-24T03:40:39.551Z Compiling steno v0.4.1
26822024-09-24T03:40:40.054Z Compiling vsss-rs v3.3.4
26832024-09-24T03:40:40.310Z Compiling hickory-resolver v0.24.1
26842024-09-24T03:40:40.536Z Compiling slog-stdlog v4.1.1
26852024-09-24T03:40:40.943Z Compiling ciborium v0.2.2
26862024-09-24T03:40:41.446Z Compiling toolchain_find v0.4.0
26872024-09-24T03:40:42.131Z Compiling p384 v0.13.0
26882024-09-24T03:40:42.149Z Compiling chacha20poly1305 v0.10.1
26892024-09-24T03:40:42.381Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26902024-09-24T03:40:42.490Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26912024-09-24T03:40:42.654Z Compiling ctr v0.9.2
26922024-09-24T03:40:42.888Z Compiling erased-serde v0.3.31
26932024-09-24T03:40:43.027Z Compiling serde_arrays v0.1.0
26942024-09-24T03:40:43.105Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26952024-09-24T03:40:43.209Z Compiling bitfield-struct v0.6.1
26962024-09-24T03:40:43.519Z Compiling slog-dtrace v0.3.0
26972024-09-24T03:40:43.633Z Compiling rustls v0.23.10
26982024-09-24T03:40:43.849Z Compiling topological-sort v0.2.2
26992024-09-24T03:40:44.061Z Compiling omicron-zone-package v0.11.0
27002024-09-24T03:40:44.185Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27012024-09-24T03:40:44.344Z Compiling aes-gcm v0.10.3
27022024-09-24T03:40:44.668Z Compiling rustfmt-wrapper v0.2.1
27032024-09-24T03:40:44.701Z Compiling slog-envlogger v2.2.0
27042024-09-24T03:40:44.720Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27052024-09-24T03:40:45.284Z Compiling mime_guess v2.0.4
27062024-09-24T03:40:45.704Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27072024-09-24T03:40:46.123Z Compiling tungstenite v0.20.1
27082024-09-24T03:40:46.664Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27092024-09-24T03:40:46.936Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27102024-09-24T03:40:46.994Z Compiling heck v0.3.3
27112024-09-24T03:40:47.075Z Compiling ssh-encoding v0.2.0
27122024-09-24T03:40:47.397Z Compiling blowfish v0.9.1
27132024-09-24T03:40:47.450Z Compiling env_filter v0.1.2
27142024-09-24T03:40:47.627Z Compiling nibble_vec v0.1.0
27152024-09-24T03:40:47.861Z Compiling endian-type v0.1.2
27162024-09-24T03:40:47.885Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27172024-09-24T03:40:48.092Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27182024-09-24T03:40:48.119Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27192024-09-24T03:40:48.138Z Compiling radix_trie v0.2.1
27202024-09-24T03:40:48.232Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27212024-09-24T03:40:48.250Z Compiling env_logger v0.11.5
27222024-09-24T03:40:48.250Z Compiling bcrypt-pbkdf v0.10.0
27232024-09-24T03:40:48.420Z Compiling zone_cfg_derive v0.1.2
27242024-09-24T03:40:48.859Z Compiling ssh-cipher v0.2.0
27252024-09-24T03:40:48.891Z Compiling tokio-tungstenite v0.20.1
27262024-09-24T03:40:49.279Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27272024-09-24T03:40:49.447Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27282024-09-24T03:40:49.548Z Compiling parking_lot v0.11.2
27292024-09-24T03:40:50.331Z Compiling gethostname v0.5.0
27302024-09-24T03:40:50.496Z Compiling password-hash v0.4.2
27312024-09-24T03:40:50.515Z Compiling fxhash v0.2.1
27322024-09-24T03:40:50.536Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27332024-09-24T03:40:50.559Z Compiling matches v0.1.10
27342024-09-24T03:40:50.641Z Compiling base64 v0.13.1
27352024-09-24T03:40:50.665Z Compiling sled v0.34.7
27362024-09-24T03:40:50.713Z Compiling idna v0.2.3
27372024-09-24T03:40:50.865Z Compiling zone v0.1.8
27382024-09-24T03:40:51.278Z Compiling ron v0.7.1
27392024-09-24T03:40:51.407Z Compiling pbkdf2 v0.11.0
27402024-09-24T03:40:51.786Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27412024-09-24T03:40:52.484Z Compiling ssh-key v0.6.6
27422024-09-24T03:40:52.909Z Compiling hickory-client v0.24.1
27432024-09-24T03:40:54.101Z Compiling p521 v0.13.3
27442024-09-24T03:40:54.323Z Compiling p256 v0.13.2
27452024-09-24T03:40:55.214Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27462024-09-24T03:40:55.664Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27472024-09-24T03:40:56.394Z Compiling tokio-rustls v0.26.0
27482024-09-24T03:40:56.444Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27492024-09-24T03:40:56.876Z Compiling hickory-server v0.24.1
27502024-09-24T03:40:57.117Z Compiling pem v3.0.4
27512024-09-24T03:40:57.315Z Compiling enum-as-inner v0.5.1
27522024-09-24T03:40:57.948Z Compiling yasna v0.5.2
27532024-09-24T03:40:58.375Z Compiling headers-core v0.2.0
27542024-09-24T03:40:58.494Z Compiling portpicker v0.1.1
27552024-09-24T03:40:58.550Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
27562024-09-24T03:40:58.843Z Compiling kstat-rs v0.2.4
27572024-09-24T03:40:58.941Z Compiling nanorand v0.7.0
27582024-09-24T03:40:59.534Z Compiling russh-cryptovec v0.7.2
27592024-09-24T03:40:59.540Z Compiling http-range v0.1.5
27602024-09-24T03:40:59.606Z Compiling glob v0.3.1
27612024-09-24T03:40:59.920Z Compiling md5 v0.7.0
27622024-09-24T03:40:59.963Z Compiling hyper-staticfile v0.9.5
27632024-09-24T03:41:00.427Z Compiling russh-keys v0.45.0
27642024-09-24T03:41:00.636Z Compiling flume v0.11.0
27652024-09-24T03:41:00.949Z Compiling rcgen v0.12.1
27662024-09-24T03:41:01.385Z Compiling headers v0.3.9
27672024-09-24T03:41:01.455Z Compiling trust-dns-proto v0.22.0
27682024-09-24T03:41:02.231Z Compiling itertools v0.13.0
27692024-09-24T03:41:03.400Z Compiling num-bigint v0.4.5
27702024-09-24T03:41:03.437Z Compiling des v0.8.1
27712024-09-24T03:41:04.408Z Compiling subprocess v0.2.9
27722024-09-24T03:41:04.747Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27732024-09-24T03:41:04.747Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
27742024-09-24T03:41:04.747Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27752024-09-24T03:41:04.780Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27762024-09-24T03:41:06.560Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
27772024-09-24T03:41:06.561Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27782024-09-24T03:41:06.561Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27792024-09-24T03:41:12.003Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
27802024-09-24T03:41:12.046Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27812024-09-24T03:41:12.046Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27822024-09-24T03:41:12.432Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27832024-09-24T03:41:12.809Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
27842024-09-24T03:41:13.654Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
27852024-09-24T03:41:14.274Z Compiling hex-literal v0.4.1
27862024-09-24T03:41:14.452Z Compiling dhcproto-macros v0.1.0
27872024-09-24T03:41:14.567Z Compiling display-error-chain v0.2.1
27882024-09-24T03:41:14.749Z Compiling russh v0.45.0
27892024-09-24T03:41:15.495Z Compiling dhcproto v0.12.0
27902024-09-24T03:41:18.101Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27912024-09-24T03:41:18.240Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27922024-09-24T03:41:18.759Z Compiling internet-checksum v0.2.1
27932024-09-24T03:41:22.550Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27942024-09-24T03:41:22.553Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27952024-09-24T03:41:22.553Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27962024-09-24T03:41:22.718Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27972024-09-24T03:41:23.401Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27982024-09-24T03:41:25.826Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27992024-09-24T03:41:26.093Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28002024-09-24T03:41:26.542Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28012024-09-24T03:41:26.795Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28022024-09-24T03:41:27.978Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28032024-09-24T03:41:28.624Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28042024-09-24T03:41:30.491Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28052024-09-24T03:41:30.669Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28062024-09-24T03:41:31.460Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072024-09-24T03:41:32.249Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28082024-09-24T03:41:34.367Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28092024-09-24T03:41:36.874Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28102024-09-24T03:41:37.056Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28112024-09-24T03:41:37.496Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28122024-09-24T03:41:39.467Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28132024-09-24T03:41:40.620Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28142024-09-24T03:41:43.301Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28152024-09-24T03:41:46.391Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28162024-09-24T03:41:54.655Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28172024-09-24T03:41:54.655Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28182024-09-24T03:41:55.444Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28192024-09-24T03:42:12.868Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28202024-09-24T03:42:43.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
28212024-09-24T03:42:43.923Z
28222024-09-24T03:42:43.923Zreal 2:34.077594459
28232024-09-24T03:42:43.923Zuser 12:52.213491871
28242024-09-24T03:42:43.923Zsys 2:40.508323650
28252024-09-24T03:42:43.923Ztrap 0.347539022
28262024-09-24T03:42:43.923Ztflt 1.349512026
28272024-09-24T03:42:43.926Zdflt 1.562752824
28282024-09-24T03:42:43.926Zkflt 0.000065277
28292024-09-24T03:42:43.926Zlock 26:58.151252695
28302024-09-24T03:42:43.926Zslp 47:54.286005039
28312024-09-24T03:42:43.926Zlat 41.061243416
28322024-09-24T03:42:43.926Zstop 1:39.893631950
28332024-09-24T03:42:43.926Z+ mkdir tests
28342024-09-24T03:42:43.929Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28352024-09-24T03:42:43.929Z+ xargs -I '{}' -t cp '{}' tests/
28362024-09-24T03:42:43.969Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-dd025975ee275ece tests/
28372024-09-24T03:42:43.994Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7f6487e225e50ecc tests/
28382024-09-24T03:42:44.019Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-fdbc2d97fa5b1e37 tests/
28392024-09-24T03:42:44.045Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-407516eb09faed2a tests/
28402024-09-24T03:42:44.251Z+ files=(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/*)
28412024-09-24T03:42:44.253Z+ ptime -m tar cvzf /work/package.tar.gz 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-7f6487e225e50ecc tests/commtest-fdbc2d97fa5b1e37 tests/dhcp_server-dd025975ee275ece tests/end_to_end_tests-407516eb09faed2a 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
28422024-09-24T03:43:47.748ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
28432024-09-24T03:43:47.748Za out/target/test 1K
28442024-09-24T03:43:47.748Za out/npuzone/npuzone 23144K
28452024-09-24T03:43:47.748Za package-manifest.toml 32K
28462024-09-24T03:43:47.748Za smf/sled-agent/non-gimlet/config.toml 4K
28472024-09-24T03:43:47.748Za target/release/omicron-package 32551K
28482024-09-24T03:43:47.748Za target/release/xtask 11995K
28492024-09-24T03:43:47.748Za target/debug/bootstrap 194017K
28502024-09-24T03:43:47.748Za tests/bootstrap-7f6487e225e50ecc 23974K
28512024-09-24T03:43:47.748Za tests/commtest-fdbc2d97fa5b1e37 24453K
28522024-09-24T03:43:47.748Za tests/dhcp_server-dd025975ee275ece 23974K
28532024-09-24T03:43:47.748Za tests/end_to_end_tests-407516eb09faed2a 211505K
28542024-09-24T03:43:47.748Za out/clickhouse.tar.gz 233716K
28552024-09-24T03:43:47.749Za out/clickhouse_keeper.tar.gz 233701K
28562024-09-24T03:43:47.749Za out/clickhouse_server.tar.gz 233696K
28572024-09-24T03:43:47.749Za out/cockroachdb.tar.gz 132170K
28582024-09-24T03:43:47.749Za out/crucible-dtrace.tar 84K
28592024-09-24T03:43:47.749Za out/crucible-pantry-zone.tar.gz 25980K
28602024-09-24T03:43:47.749Za out/crucible-zone.tar.gz 34252K
28612024-09-24T03:43:47.749Za out/external-dns.tar.gz 25073K
28622024-09-24T03:43:47.749Za out/internal-dns.tar.gz 25073K
28632024-09-24T03:43:47.749Za out/mg-ddm-gz.tar 62160K
28642024-09-24T03:43:47.749Za out/nexus.tar.gz 93028K
28652024-09-24T03:43:47.749Za out/ntp.tar.gz 9059K
28662024-09-24T03:43:47.749Za out/omicron-gateway-softnpu.tar.gz 20933K
28672024-09-24T03:43:47.749Za out/omicron-sled-agent.tar 102182K
28682024-09-24T03:43:47.749Za out/overlay.tar.gz 3K
28692024-09-24T03:43:47.749Za out/oximeter.tar.gz 43443K
28702024-09-24T03:43:47.749Za out/oxlog.tar 3038K
28712024-09-24T03:43:47.749Za out/probe.tar.gz 2764K
28722024-09-24T03:43:47.749Za out/propolis-server.tar.gz 65693K
28732024-09-24T03:43:47.749Za out/pumpkind-gz.tar 26665K
28742024-09-24T03:43:47.749Za out/switch-softnpu.tar.gz 218371K
28752024-09-24T03:43:47.753Z
28762024-09-24T03:43:47.753Zreal 1:03.491391335
28772024-09-24T03:43:47.753Zuser 1:00.616516209
28782024-09-24T03:43:47.753Zsys 4.071521006
28792024-09-24T03:43:47.753Ztrap 0.015811098
28802024-09-24T03:43:47.753Ztflt 0.000000000
28812024-09-24T03:43:47.753Zdflt 0.000000000
28822024-09-24T03:43:47.753Zkflt 0.000000000
28832024-09-24T03:43:47.753Zlock 0.000000000
28842024-09-24T03:43:47.753Zslp 1:00.461590997
28852024-09-24T03:43:47.753Zlat 1.811849598
28862024-09-24T03:43:47.753Zstop 0.000555263
28872024-09-24T03:43:47.753Zprocess exited: duration 1946255 ms, exit code 0
 
28882024-09-24T03:43:47.768Zfound 1 output files
28892024-09-24T03:43:47.768Zuploading: /work/package.tar.gz (1634002364 bytes)
28902024-09-24T03:44:20.530Zuploaded: /work/package.tar.gz