01JD5XZ68JKNSTVA8KC84XXHY1: 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: 01JD5XZRYBGQ1CTGP0J0NPGSRS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-20T23:20:54.154Zjob assigned to worker 01JD5Y02ZX85MHP35W3AC6RWYG [factory aws, i-0951da5458d4a1109] (queued for 1 m 9 s)
 
22024-11-20T23:21:03.135Zstarting task 0: "setup"
32024-11-20T23:21:03.143Z++ uname -s
42024-11-20T23:21:03.146Z+ kern=SunOS
52024-11-20T23:21:03.146Z+ case "$kern" in
62024-11-20T23:21:03.146Z+ groupadd -g 12345 build
72024-11-20T23:21:03.148Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-20T23:21:05.158Z+ zfs create -o mountpoint=/work rpool/work
92024-11-20T23:21:05.279Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-20T23:21:05.282Z+ home_fs=zfs
112024-11-20T23:21:05.282Z+ [[ zfs == autofs ]]
122024-11-20T23:21:05.282Z+ mkdir -p /home/build
132024-11-20T23:21:05.284Z+ chown build:build /home/build /work
142024-11-20T23:21:07.287Z+ chmod 0700 /home/build /work
152024-11-20T23:21:07.290Zprocess exited: duration 4156 ms, exit code 0
 
162024-11-20T23:21:07.296Zstarting task 1: "rust-toolchain"
172024-11-20T23:21:07.301Z+ printf ' * toolchain channel = "%s"
182024-11-20T23:21:07.301Z' 1.81.0
192024-11-20T23:21:07.301Z * toolchain channel = "1.81.0"
202024-11-20T23:21:07.301Z+ printf ' * toolchain profile = "%s"
212024-11-20T23:21:07.301Z' default
222024-11-20T23:21:07.301Z * toolchain profile = "default"
232024-11-20T23:21:07.303Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-20T23:21:07.303Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-20T23:21:07.426Zinfo: downloading installer
262024-11-20T23:21:08.663Zinfo: profile set to 'default'
272024-11-20T23:21:08.663Zinfo: default host triple is x86_64-unknown-illumos
282024-11-20T23:21:08.666Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-20T23:21:08.796Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-20T23:21:08.796Zinfo: downloading component 'cargo'
312024-11-20T23:21:09.457Zinfo: downloading component 'clippy'
322024-11-20T23:21:09.703Zinfo: downloading component 'rust-docs'
332024-11-20T23:21:10.623Zinfo: downloading component 'rust-std'
342024-11-20T23:21:12.051Zinfo: downloading component 'rustc'
352024-11-20T23:21:17.197Zinfo: downloading component 'rustfmt'
362024-11-20T23:21:17.393Zinfo: installing component 'cargo'
372024-11-20T23:21:18.212Zinfo: installing component 'clippy'
382024-11-20T23:21:18.573Zinfo: installing component 'rust-docs'
392024-11-20T23:21:20.210Zinfo: installing component 'rust-std'
402024-11-20T23:21:21.928Zinfo: installing component 'rustc'
412024-11-20T23:21:27.748Zinfo: installing component 'rustfmt'
422024-11-20T23:21:28.075Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-20T23:21:28.075Z
442024-11-20T23:21:28.447Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-20T23:21:28.448Z
462024-11-20T23:21:28.450Z
472024-11-20T23:21:28.450ZRust is installed now. Great!
482024-11-20T23:21:28.450Z
492024-11-20T23:21:28.450ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-20T23:21:28.450Zenvironment variable. This has not been done automatically.
512024-11-20T23:21:28.450Z
522024-11-20T23:21:28.450ZTo configure your current shell, you need to source
532024-11-20T23:21:28.450Zthe corresponding env file under $HOME/.cargo.
542024-11-20T23:21:28.451Z
552024-11-20T23:21:28.451ZThis is usually done by running one of the following (note the leading DOT):
562024-11-20T23:21:28.451Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-20T23:21:28.451Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-20T23:21:28.530Z+ rustc --version
592024-11-20T23:21:28.603Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-20T23:21:28.607Zprocess exited: duration 21310 ms, exit code 0
 
612024-11-20T23:21:28.612Zstarting task 2: "authentication"
622024-11-20T23:21:28.634Zprocess exited: duration 21 ms, exit code 0
 
632024-11-20T23:21:28.638Zstarting task 3: "clone repository"
642024-11-20T23:21:28.644Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-20T23:21:28.646Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-20T23:21:29.355ZCloning into '/work/oxidecomputer/omicron'...
672024-11-20T23:21:36.265Z+ cd /work/oxidecomputer/omicron
682024-11-20T23:21:36.268Z+ git fetch origin 6f0440768f2de2ffb4190db043fa9074accaa58c
692024-11-20T23:21:36.572ZFrom https://github.com/oxidecomputer/omicron
702024-11-20T23:21:36.572Z * branch 6f0440768f2de2ffb4190db043fa9074accaa58c -> FETCH_HEAD
712024-11-20T23:21:36.583Z+ [[ -n felixmcfelix/opte-ingot ]]
722024-11-20T23:21:36.586Z++ git branch --show-current
732024-11-20T23:21:36.588Z+ current=main
742024-11-20T23:21:36.589Z+ [[ main != felixmcfelix/opte-ingot ]]
752024-11-20T23:21:36.589Z+ git branch -f felixmcfelix/opte-ingot 6f0440768f2de2ffb4190db043fa9074accaa58c
762024-11-20T23:21:36.592Z+ git checkout -f felixmcfelix/opte-ingot
772024-11-20T23:21:36.770ZSwitched to branch 'felixmcfelix/opte-ingot'
782024-11-20T23:21:36.773Z+ git reset --hard 6f0440768f2de2ffb4190db043fa9074accaa58c
792024-11-20T23:21:36.799ZHEAD is now at 6f0440768 Bump to maghmeite/main, new lab image.
802024-11-20T23:21:36.803Zprocess exited: duration 8161 ms, exit code 0
 
812024-11-20T23:21:36.808Zstarting task 4: "build"
822024-11-20T23:21:36.814Z+ source .github/buildomat/ci-env.sh
832024-11-20T23:21:36.817Z++ export CARGO_TERM_COLOR=always
842024-11-20T23:21:36.817Z++ CARGO_TERM_COLOR=always
852024-11-20T23:21:36.818Z+ cargo --version
862024-11-20T23:21:36.875Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-20T23:21:36.878Z+ rustc --version
882024-11-20T23:21:36.942Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-20T23:21:36.945Z+ WORK=/work
902024-11-20T23:21:36.945Z+ pfexec mkdir -p /work
912024-11-20T23:21:36.950Z+ pfexec chown build /work
922024-11-20T23:21:36.953Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-20T23:22:04.847Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-20T23:22:08.884Z Startup: Caching catalogs ... Done
952024-11-20T23:22:17.974ZPlanning: Solver setup ... Done (8.277s)
962024-11-20T23:22:18.097ZPlanning: Running solver ... Done (0.111s)
972024-11-20T23:22:18.423ZPlanning: Finding local manifests ... Done (0.243s)
982024-11-20T23:22:18.902ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-20T23:22:20.471ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-20T23:22:20.753ZPlanning: Package planning ... Done (0.286s)
1012024-11-20T23:22:20.810ZPlanning: Merging actions ... Done (0.058s)
1022024-11-20T23:22:21.865ZPlanning: Checking for conflicting actions ... Done (1.054s)
1032024-11-20T23:22:29.036ZPlanning: Consolidating action changes ... Done (7.170s)
1042024-11-20T23:22:29.439ZPlanning: Evaluating mediators ... Done (0.402s)
1052024-11-20T23:22:29.524ZPlanning: Planning completed in 20.55 seconds
1062024-11-20T23:22:29.579Z Packages to install: 4
1072024-11-20T23:22:29.579Z Packages to update: 1
1082024-11-20T23:22:29.579Z Mediators to change: 2
1092024-11-20T23:22:29.582Z Services to change: 1
1102024-11-20T23:22:29.582Z Estimated space available: 155.64 GB
1112024-11-20T23:22:29.582ZEstimated space to be consumed: 1.60 GB
1122024-11-20T23:22:29.582Z Create boot environment: No
1132024-11-20T23:22:29.582ZCreate backup boot environment: Yes
1142024-11-20T23:22:29.582Z Rebuild boot archive: No
1152024-11-20T23:22:29.582Z
1162024-11-20T23:22:29.582ZChanged mediators:
1172024-11-20T23:22:29.582Z mediator clang:
1182024-11-20T23:22:29.582Z version: None -> 15 (system default)
1192024-11-20T23:22:29.582Z
1202024-11-20T23:22:29.582Z mediator llvm:
1212024-11-20T23:22:29.582Z version: 14 (system default) -> 15 (system default)
1222024-11-20T23:22:29.582Z
1232024-11-20T23:22:29.582ZChanged packages:
1242024-11-20T23:22:29.582Zhelios-dev
1252024-11-20T23:22:29.582Z developer/build-essential
1262024-11-20T23:22:29.582Z None -> 11-2.0
1272024-11-20T23:22:29.582Z library/libxmlsec1
1282024-11-20T23:22:29.582Z None -> 1.2.35-2.0
1292024-11-20T23:22:29.582Z ooce/developer/clang-15
1302024-11-20T23:22:29.582Z None -> 15.0.7-2.0
1312024-11-20T23:22:29.582Z ooce/developer/llvm-15
1322024-11-20T23:22:29.582Z None -> 15.0.7-2.0
1332024-11-20T23:22:29.582Z package/pkg
1342024-11-20T23:22:29.583Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-20T23:22:29.583Z
1362024-11-20T23:22:29.583ZServices:
1372024-11-20T23:22:29.583Z restart_fmri:
1382024-11-20T23:22:29.583Z svc:/system/update-man-index:default
1392024-11-20T23:22:29.583Z
1402024-11-20T23:22:29.583ZEditable files to change:
1412024-11-20T23:22:29.583Z Update:
1422024-11-20T23:22:29.583Z usr/share/lib/pkg/web/config.shtml
1432024-11-20T23:22:30.096Z
1442024-11-20T23:22:30.096ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-20T23:22:37.335ZDownload: 213/4281 items 1.3/220.6MB 0% complete (618k/s)
1462024-11-20T23:22:42.340ZDownload: 698/4281 items 17.9/220.6MB 8% complete (1.7M/s)
1472024-11-20T23:22:47.354ZDownload: 1156/4281 items 57.7/220.6MB 26% complete (5.6M/s)
1482024-11-20T23:22:56.218ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (7.6M/s)
1492024-11-20T23:23:01.219ZDownload: 2019/4281 items 118.6/220.6MB 53% complete (7.1M/s)
1502024-11-20T23:23:08.999ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (6.2M/s)
1512024-11-20T23:23:16.562ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (16.9M/s)
1522024-11-20T23:23:22.889ZDownload: 3289/4281 items 212.6/220.6MB 96% complete (10.3M/s)
1532024-11-20T23:23:35.415ZDownload: 4208/4281 items 220.6/220.6MB 99% complete
1542024-11-20T23:23:35.521ZDownload: Completed 220.60 MB in 65.42 seconds (3.4M/s)
1552024-11-20T23:23:36.454Z Actions: 1/5063 actions (Removing old actions)
1562024-11-20T23:23:36.476Z Actions: 194/5063 actions (Installing new actions)
1572024-11-20T23:23:41.505Z Actions: 4131/5063 actions (Installing new actions)
1582024-11-20T23:23:41.706Z Actions: 4226/5063 actions (Updating modified actions)
1592024-11-20T23:23:42.069Z Actions: Completed 5063 actions in 5.61 seconds.
1602024-11-20T23:23:42.294Z Done (0.216s)
1612024-11-20T23:23:42.297Z Done (0.000s)
1622024-11-20T23:23:42.847Z Done (0.531s)
1632024-11-20T23:23:48.819Z Done (5.771s)
1642024-11-20T23:23:49.132Z Done (0.239s)
1652024-11-20T23:23:49.135Z Done (0.000s)
1662024-11-20T23:23:49.311Z Done (0.000s)
1672024-11-20T23:23:50.053ZPlanning: Evaluating mediator changes ... Done
1682024-11-20T23:23:50.220ZPlanning: Checking for conflicting actions ... Done
1692024-11-20T23:23:50.222ZPlanning: Consolidating action changes ... Done
1702024-11-20T23:23:50.503ZPlanning: Evaluating mediators ... Done
1712024-11-20T23:23:50.505ZPlanning: Planning completed in 0.45 seconds
1722024-11-20T23:23:50.543Z Mediators to change: 2
1732024-11-20T23:23:50.543Z Create boot environment: No
1742024-11-20T23:23:50.546ZCreate backup boot environment: No
1752024-11-20T23:23:50.622Z Done
1762024-11-20T23:23:50.622Z Done
1772024-11-20T23:23:50.992Z Done
1782024-11-20T23:23:55.091Z Done
1792024-11-20T23:23:55.196Z Done
1802024-11-20T23:23:55.199Z Done
1812024-11-20T23:23:55.675Z Done
1822024-11-20T23:23:56.337ZPlanning: Evaluating mediator changes ... Done
1832024-11-20T23:23:56.340ZPlanning: Merging actions ... Done
1842024-11-20T23:23:56.534ZPlanning: Checking for conflicting actions ... Done
1852024-11-20T23:23:56.537ZPlanning: Consolidating action changes ... Done
1862024-11-20T23:23:56.812ZPlanning: Evaluating mediators ... Done
1872024-11-20T23:23:56.880ZPlanning: Planning completed in 0.79 seconds
1882024-11-20T23:23:56.911Z Packages to change: 1
1892024-11-20T23:23:56.911Z Mediators to change: 1
1902024-11-20T23:23:56.914Z Services to change: 1
1912024-11-20T23:23:56.914Z Create boot environment: No
1922024-11-20T23:23:56.914ZCreate backup boot environment: Yes
1932024-11-20T23:23:59.045Z Actions: 1/6 actions (Updating modified actions)
1942024-11-20T23:23:59.084Z Actions: Completed 6 actions in 0.04 seconds.
1952024-11-20T23:23:59.086Z Done
1962024-11-20T23:23:59.086Z Done
1972024-11-20T23:23:59.196Z Done
1982024-11-20T23:24:03.206Z Done
1992024-11-20T23:24:03.300Z Done
2002024-11-20T23:24:03.302Z Done
2012024-11-20T23:24:03.654Z Done
2022024-11-20T23:24:04.119ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2032024-11-20T23:24:04.119Zclang system 15 system
2042024-11-20T23:24:04.119Zcsh system system illumos
2052024-11-20T23:24:04.119Zctags system system illumos
2062024-11-20T23:24:04.119Zgcc vendor 12 vendor
2072024-11-20T23:24:04.120Zgcc system 10 system
2082024-11-20T23:24:04.120Zgcc system 7 system
2092024-11-20T23:24:04.120Zgo system 1.20 system
2102024-11-20T23:24:04.120Zgo system 1.19 system
2112024-11-20T23:24:04.120Zllvm system 15 system
2122024-11-20T23:24:04.120Zllvm system 14 system
2132024-11-20T23:24:04.120Zmariadb system 10.6 system
2142024-11-20T23:24:04.120Zmta vendor vendor dma
2152024-11-20T23:24:04.120Zopenjdk system 17 system
2162024-11-20T23:24:04.120Zopenjdk system 11 system
2172024-11-20T23:24:04.121Zopenjdk system 1.8 system
2182024-11-20T23:24:04.121Zopenssl vendor 3 vendor
2192024-11-20T23:24:04.121Zperl system 5.36 system
2202024-11-20T23:24:04.121Zpostgresql system 15 system
2212024-11-20T23:24:04.121Zpostgresql system 13 system
2222024-11-20T23:24:04.121Zpython vendor 3 vendor
2232024-11-20T23:24:04.121Zpython system 2 system
2242024-11-20T23:24:04.121Zpython3 system 3.11 system
2252024-11-20T23:24:04.121Zruby system 3.0 system
2262024-11-20T23:24:04.121Zwords vendor vendor american-english
2272024-11-20T23:24:04.121Zwords system system australian-english
2282024-11-20T23:24:04.121Zwords system system british-english
2292024-11-20T23:24:04.121Zwords system system canadian-english
2302024-11-20T23:24:04.121Zwords system system french
2312024-11-20T23:24:04.121Zwords system system italian
2322024-11-20T23:24:04.121Zwords system system ngerman
2332024-11-20T23:24:04.121Zwords system system ogerman
2342024-11-20T23:24:04.121Zwords system system spanish
2352024-11-20T23:24:04.474ZPUBLISHER TYPE STATUS P LOCATION
2362024-11-20T23:24:04.474Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2372024-11-20T23:24:07.141ZFMRI IFO
2382024-11-20T23:24:07.141Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2392024-11-20T23:24:07.141Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2402024-11-20T23:24:07.141Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2412024-11-20T23:24:07.141Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2422024-11-20T23:24:07.141Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2432024-11-20T23:24:07.141Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2442024-11-20T23:24:07.141Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2452024-11-20T23:24:07.141Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2462024-11-20T23:24:07.141Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2472024-11-20T23:24:07.141Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2482024-11-20T23:24:07.142Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2492024-11-20T23:24:07.142Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2502024-11-20T23:24:07.142Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2512024-11-20T23:24:07.142Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2522024-11-20T23:24:07.142Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2532024-11-20T23:24:07.948Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2542024-11-20T23:24:08.250Z Updating crates.io index
2552024-11-20T23:24:08.253Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2562024-11-20T23:24:09.207Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2572024-11-20T23:24:09.470Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2582024-11-20T23:24:09.725Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592024-11-20T23:24:09.954Z Updating git repository `https://github.com/oxidecomputer/propolis`
2602024-11-20T23:24:10.840Z Updating git repository `https://github.com/oxidecomputer/crucible`
2612024-11-20T23:24:13.223Z Updating git repository `https://github.com/oxidecomputer/opte`
2622024-11-20T23:24:14.289Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632024-11-20T23:24:15.107Z Updating git repository `https://github.com/oxidecomputer/clickward`
2642024-11-20T23:24:15.349Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2652024-11-20T23:24:15.626Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662024-11-20T23:24:16.241Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2672024-11-20T23:24:16.582Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682024-11-20T23:24:16.883Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692024-11-20T23:24:17.153Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2702024-11-20T23:24:17.496Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2712024-11-20T23:24:17.765Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2722024-11-20T23:24:18.006Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2732024-11-20T23:24:18.291Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742024-11-20T23:24:18.642Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2752024-11-20T23:24:18.880Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762024-11-20T23:24:19.360Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772024-11-20T23:24:19.666Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2782024-11-20T23:24:20.050Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792024-11-20T23:24:20.434Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2802024-11-20T23:24:20.735Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812024-11-20T23:24:21.008Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822024-11-20T23:24:21.344Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832024-11-20T23:24:22.641Z Downloading crates ...
2842024-11-20T23:24:22.725Z Downloaded anstream v0.6.15
2852024-11-20T23:24:22.747Z Downloaded bitflags v2.6.0
2862024-11-20T23:24:22.754Z Downloaded autocfg v1.4.0
2872024-11-20T23:24:22.756Z Downloaded anyhow v1.0.93
2882024-11-20T23:24:22.759Z Downloaded anstyle v1.0.10
2892024-11-20T23:24:22.762Z Downloaded anstyle-query v1.1.1
2902024-11-20T23:24:22.765Z Downloaded anstyle-parse v0.2.5
2912024-11-20T23:24:22.772Z Downloaded camino v1.1.9
2922024-11-20T23:24:22.775Z Downloaded bytecount v0.6.8
2932024-11-20T23:24:22.779Z Downloaded colorchoice v1.0.2
2942024-11-20T23:24:22.782Z Downloaded byteorder v1.5.0
2952024-11-20T23:24:22.784Z Downloaded clap_lex v0.7.2
2962024-11-20T23:24:22.784Z Downloaded cfg-if v1.0.0
2972024-11-20T23:24:22.786Z Downloaded dof v0.3.0
2982024-11-20T23:24:22.786Z Downloaded clap_derive v4.5.18
2992024-11-20T23:24:22.789Z Downloaded cargo-platform v0.1.8
3002024-11-20T23:24:22.791Z Downloaded cargo_metadata v0.18.1
3012024-11-20T23:24:22.793Z Downloaded camino-tempfile v1.1.1
3022024-11-20T23:24:22.793Z Downloaded errno v0.3.9
3032024-11-20T23:24:22.796Z Downloaded cpufeatures v0.2.14
3042024-11-20T23:24:22.799Z Downloaded fnv v1.0.7
3052024-11-20T23:24:22.801Z Downloaded cargo_toml v0.20.5
3062024-11-20T23:24:22.803Z Downloaded clap v4.5.21
3072024-11-20T23:24:22.810Z Downloaded dtrace-parser v0.2.0
3082024-11-20T23:24:22.814Z Downloaded equivalent v1.0.1
3092024-11-20T23:24:22.814Z Downloaded digest v0.10.7
3102024-11-20T23:24:22.818Z Downloaded clap_builder v4.5.21
3112024-11-20T23:24:22.820Z Downloaded semver v1.0.23
3122024-11-20T23:24:22.823Z Downloaded heck v0.4.1
3132024-11-20T23:24:22.828Z Downloaded fastrand v2.1.1
3142024-11-20T23:24:22.828Z Downloaded generic-array v0.14.7
3152024-11-20T23:24:22.830Z Downloaded pretty-hex v0.4.1
3162024-11-20T23:24:22.831Z Downloaded heck v0.5.0
3172024-11-20T23:24:22.831Z Downloaded fs-err v2.11.0
3182024-11-20T23:24:22.835Z Downloaded block-buffer v0.10.4
3192024-11-20T23:24:22.835Z Downloaded crypto-common v0.1.6
3202024-11-20T23:24:22.838Z Downloaded scroll_derive v0.12.0
3212024-11-20T23:24:22.838Z Downloaded macaddr v1.0.1
3222024-11-20T23:24:22.846Z Downloaded swrite v0.1.0
3232024-11-20T23:24:22.854Z Downloaded usdt-macro v0.5.0
3242024-11-20T23:24:22.858Z Downloaded usdt-attr-macro v0.5.0
3252024-11-20T23:24:22.862Z Downloaded itoa v1.0.11
3262024-11-20T23:24:22.870Z Downloaded pest_generator v2.7.14
3272024-11-20T23:24:22.873Z Downloaded serde_spanned v0.6.8
3282024-11-20T23:24:22.878Z Downloaded once_cell v1.20.2
3292024-11-20T23:24:22.881Z Downloaded utf8parse v0.2.2
3302024-11-20T23:24:22.883Z Downloaded tabled_derive v0.7.0
3312024-11-20T23:24:22.888Z Downloaded terminal_size v0.4.0
3322024-11-20T23:24:22.892Z Downloaded version_check v0.9.5
3332024-11-20T23:24:22.892Z Downloaded unicode-linebreak v0.1.5
3342024-11-20T23:24:22.906Z Downloaded usdt v0.5.0
3352024-11-20T23:24:22.906Z Downloaded thiserror v1.0.69
3362024-11-20T23:24:22.906Z Downloaded toml_datetime v0.6.8
3372024-11-20T23:24:22.906Z Downloaded thread-id v4.2.2
3382024-11-20T23:24:22.906Z Downloaded strsim v0.11.1
3392024-11-20T23:24:22.906Z Downloaded proc-macro-error-attr v1.0.4
3402024-11-20T23:24:22.906Z Downloaded smawk v0.3.2
3412024-11-20T23:24:22.910Z Downloaded plain v0.2.3
3422024-11-20T23:24:22.910Z Downloaded thiserror-impl v1.0.69
3432024-11-20T23:24:22.910Z Downloaded sha2 v0.10.8
3442024-11-20T23:24:22.915Z Downloaded is_terminal_polyfill v1.70.1
3452024-11-20T23:24:22.915Z Downloaded quote v1.0.37
3462024-11-20T23:24:22.918Z Downloaded memmap v0.7.0
3472024-11-20T23:24:22.918Z Downloaded proc-macro-error v1.0.4
3482024-11-20T23:24:22.924Z Downloaded serde_tokenstream v0.2.2
3492024-11-20T23:24:22.928Z Downloaded zerocopy-derive v0.7.35
3502024-11-20T23:24:22.932Z Downloaded usdt-impl v0.5.0
3512024-11-20T23:24:22.936Z Downloaded scroll v0.12.0
3522024-11-20T23:24:22.940Z Downloaded tempfile v3.13.0
3532024-11-20T23:24:22.943Z Downloaded proc-macro2 v1.0.89
3542024-11-20T23:24:22.946Z Downloaded pest_meta v2.7.14
3552024-11-20T23:24:22.949Z Downloaded pest_derive v2.7.14
3562024-11-20T23:24:22.952Z Downloaded unicode-ident v1.0.13
3572024-11-20T23:24:22.955Z Downloaded textwrap v0.16.1
3582024-11-20T23:24:22.957Z Downloaded log v0.4.22
3592024-11-20T23:24:22.960Z Downloaded ucd-trie v0.1.7
3602024-11-20T23:24:22.962Z Downloaded typenum v1.17.0
3612024-11-20T23:24:22.965Z Downloaded ryu v1.0.18
3622024-11-20T23:24:22.967Z Downloaded toml v0.8.19
3632024-11-20T23:24:22.977Z Downloaded papergrid v0.11.0
3642024-11-20T23:24:22.981Z Downloaded serde_derive v1.0.215
3652024-11-20T23:24:23.006Z Downloaded serde v1.0.215
3662024-11-20T23:24:23.011Z Downloaded memchr v2.7.4
3672024-11-20T23:24:23.020Z Downloaded toml_edit v0.22.22
3682024-11-20T23:24:23.044Z Downloaded indexmap v2.6.0
3692024-11-20T23:24:23.047Z Downloaded hashbrown v0.15.0
3702024-11-20T23:24:23.055Z Downloaded serde_json v1.0.132
3712024-11-20T23:24:23.063Z Downloaded pest v2.7.14
3722024-11-20T23:24:23.069Z Downloaded zerocopy v0.7.35
3732024-11-20T23:24:23.085Z Downloaded winnow v0.6.20
3742024-11-20T23:24:23.094Z Downloaded goblin v0.8.2
3752024-11-20T23:24:23.106Z Downloaded tabled v0.15.0
3762024-11-20T23:24:23.123Z Downloaded syn v1.0.109
3772024-11-20T23:24:23.134Z Downloaded unicode-width v0.1.14
3782024-11-20T23:24:23.138Z Downloaded syn v2.0.87
3792024-11-20T23:24:23.149Z Downloaded rustix v0.38.37
3802024-11-20T23:24:23.191Z Downloaded libc v0.2.162
3812024-11-20T23:24:23.524Z Compiling proc-macro2 v1.0.89
3822024-11-20T23:24:23.524Z Compiling unicode-ident v1.0.13
3832024-11-20T23:24:23.528Z Compiling version_check v0.9.5
3842024-11-20T23:24:23.528Z Compiling serde v1.0.215
3852024-11-20T23:24:23.528Z Compiling thiserror v1.0.69
3862024-11-20T23:24:23.528Z Compiling memchr v2.7.4
3872024-11-20T23:24:23.528Z Compiling libc v0.2.162
3882024-11-20T23:24:23.561Z Compiling ryu v1.0.18
3892024-11-20T23:24:23.962Z Compiling itoa v1.0.11
3902024-11-20T23:24:24.148Z Compiling ucd-trie v0.1.7
3912024-11-20T23:24:24.339Z Compiling once_cell v1.20.2
3922024-11-20T23:24:24.666Z Compiling byteorder v1.5.0
3932024-11-20T23:24:24.799Z Compiling rustix v0.38.37
3942024-11-20T23:24:24.933Z Compiling serde_json v1.0.132
3952024-11-20T23:24:25.141Z Compiling bitflags v2.6.0
3962024-11-20T23:24:25.261Z Compiling usdt-impl v0.5.0
3972024-11-20T23:24:25.326Z Compiling proc-macro-error-attr v1.0.4
3982024-11-20T23:24:25.485Z Compiling syn v1.0.109
3992024-11-20T23:24:25.591Z Compiling proc-macro-error v1.0.4
4002024-11-20T23:24:25.707Z Compiling camino v1.1.9
4012024-11-20T23:24:25.734Z Compiling utf8parse v0.2.2
4022024-11-20T23:24:25.769Z Compiling log v0.4.22
4032024-11-20T23:24:25.902Z Compiling plain v0.2.3
4042024-11-20T23:24:25.905Z Compiling hashbrown v0.15.0
4052024-11-20T23:24:26.080Z Compiling quote v1.0.37
4062024-11-20T23:24:26.125Z Compiling errno v0.3.9
4072024-11-20T23:24:26.252Z Compiling equivalent v1.0.1
4082024-11-20T23:24:26.442Z Compiling anstyle-parse v0.2.5
4092024-11-20T23:24:26.479Z Compiling syn v2.0.87
4102024-11-20T23:24:26.792Z Compiling thread-id v4.2.2
4112024-11-20T23:24:26.847Z Compiling anstyle-query v1.1.1
4122024-11-20T23:24:26.916Z Compiling winnow v0.6.20
4132024-11-20T23:24:27.032Z Compiling is_terminal_polyfill v1.70.1
4142024-11-20T23:24:27.156Z Compiling indexmap v2.6.0
4152024-11-20T23:24:27.185Z Compiling colorchoice v1.0.2
4162024-11-20T23:24:27.244Z Compiling autocfg v1.4.0
4172024-11-20T23:24:27.354Z Compiling anstyle v1.0.10
4182024-11-20T23:24:27.871Z Compiling semver v1.0.23
4192024-11-20T23:24:28.034Z Compiling unicode-width v0.1.14
4202024-11-20T23:24:28.474Z Compiling pretty-hex v0.4.1
4212024-11-20T23:24:28.567Z Compiling fs-err v2.11.0
4222024-11-20T23:24:28.596Z Compiling anstream v0.6.15
4232024-11-20T23:24:28.627Z Compiling terminal_size v0.4.0
4242024-11-20T23:24:28.861Z Compiling bytecount v0.6.8
4252024-11-20T23:24:28.912Z Compiling clap_lex v0.7.2
4262024-11-20T23:24:28.980Z Compiling fastrand v2.1.1
4272024-11-20T23:24:29.103Z Compiling anyhow v1.0.93
4282024-11-20T23:24:29.370Z Compiling heck v0.4.1
4292024-11-20T23:24:29.467Z Compiling fnv v1.0.7
4302024-11-20T23:24:29.566Z Compiling strsim v0.11.1
4312024-11-20T23:24:29.783Z Compiling heck v0.5.0
4322024-11-20T23:24:30.196Z Compiling cfg-if v1.0.0
4332024-11-20T23:24:30.220Z Compiling tempfile v3.13.0
4342024-11-20T23:24:30.315Z Compiling clap_builder v4.5.21
4352024-11-20T23:24:30.345Z Compiling papergrid v0.11.0
4362024-11-20T23:24:30.487Z Compiling memmap v0.7.0
4372024-11-20T23:24:30.529Z Compiling unicode-linebreak v0.1.5
4382024-11-20T23:24:30.895Z Compiling smawk v0.3.2
4392024-11-20T23:24:31.063Z Compiling swrite v0.1.0
4402024-11-20T23:24:31.122Z Compiling textwrap v0.16.1
4412024-11-20T23:24:32.410Z Compiling tabled_derive v0.7.0
4422024-11-20T23:24:34.126Z Compiling tabled v0.15.0
4432024-11-20T23:24:35.791Z Compiling serde_derive v1.0.215
4442024-11-20T23:24:35.794Z Compiling thiserror-impl v1.0.69
4452024-11-20T23:24:35.794Z Compiling zerocopy-derive v0.7.35
4462024-11-20T23:24:35.904Z Compiling scroll_derive v0.12.0
4472024-11-20T23:24:36.188Z Compiling clap_derive v4.5.18
4482024-11-20T23:24:37.253Z Compiling scroll v0.12.0
4492024-11-20T23:24:37.783Z Compiling zerocopy v0.7.35
4502024-11-20T23:24:37.859Z Compiling goblin v0.8.2
4512024-11-20T23:24:38.633Z Compiling pest v2.7.14
4522024-11-20T23:24:40.264Z Compiling clap v4.5.21
4532024-11-20T23:24:40.956Z Compiling pest_meta v2.7.14
4542024-11-20T23:24:41.837Z Compiling pest_generator v2.7.14
4552024-11-20T23:24:43.741Z Compiling pest_derive v2.7.14
4562024-11-20T23:24:44.407Z Compiling dtrace-parser v0.2.0
4572024-11-20T23:24:46.526Z Compiling toml_datetime v0.6.8
4582024-11-20T23:24:46.526Z Compiling serde_spanned v0.6.8
4592024-11-20T23:24:46.528Z Compiling cargo-platform v0.1.8
4602024-11-20T23:24:46.913Z Compiling serde_tokenstream v0.2.2
4612024-11-20T23:24:47.081Z Compiling toml_edit v0.22.22
4622024-11-20T23:24:47.107Z Compiling macaddr v1.0.1
4632024-11-20T23:24:47.263Z Compiling camino-tempfile v1.1.1
4642024-11-20T23:24:48.173Z Compiling dof v0.3.0
4652024-11-20T23:24:48.173Z Compiling cargo_metadata v0.18.1
4662024-11-20T23:24:50.108Z Compiling usdt-macro v0.5.0
4672024-11-20T23:24:50.109Z Compiling usdt-attr-macro v0.5.0
4682024-11-20T23:24:50.136Z Compiling toml v0.8.19
4692024-11-20T23:24:51.018Z Compiling cargo_toml v0.20.5
4702024-11-20T23:24:51.541Z Compiling usdt v0.5.0
4712024-11-20T23:24:54.705Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4722024-11-20T23:24:59.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.45s
4732024-11-20T23:24:59.419Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4742024-11-20T23:24:59.982Z Downloading crates ...
4752024-11-20T23:25:00.121Z Downloaded addr2line v0.24.2
4762024-11-20T23:25:00.124Z Downloaded aead v0.5.2
4772024-11-20T23:25:00.130Z Downloaded adler2 v2.0.0
4782024-11-20T23:25:00.152Z Downloaded aes v0.8.4
4792024-11-20T23:25:00.158Z Downloaded assert_matches v1.5.0
4802024-11-20T23:25:00.160Z Downloaded ascii-canvas v3.0.0
4812024-11-20T23:25:00.163Z Downloaded arrayref v0.3.9
4822024-11-20T23:25:00.163Z Downloaded array-init v0.0.4
4832024-11-20T23:25:00.166Z Downloaded ahash v0.8.11
4842024-11-20T23:25:00.169Z Downloaded hex v0.4.3
4852024-11-20T23:25:00.172Z Downloaded hex-literal v0.4.1
4862024-11-20T23:25:00.174Z Downloaded async-recursion v1.1.1
4872024-11-20T23:25:00.179Z Downloaded async-bb8-diesel v0.2.1
4882024-11-20T23:25:00.182Z Downloaded heapless v0.8.0
4892024-11-20T23:25:00.185Z Downloaded hickory-resolver v0.24.1
4902024-11-20T23:25:00.191Z Downloaded heck v0.3.3
4912024-11-20T23:25:00.194Z Downloaded backoff v0.4.0
4922024-11-20T23:25:00.197Z Downloaded async-stream v0.3.6
4932024-11-20T23:25:00.199Z Downloaded hickory-client v0.24.1
4942024-11-20T23:25:00.202Z Downloaded bb8 v0.8.5
4952024-11-20T23:25:00.205Z Downloaded highway v1.2.0
4962024-11-20T23:25:00.207Z Downloaded ciborium-io v0.2.2
4972024-11-20T23:25:00.210Z Downloaded cfg_aliases v0.2.1
4982024-11-20T23:25:00.210Z Downloaded bitflags v1.3.2
4992024-11-20T23:25:00.215Z Downloaded http-body v1.0.1
5002024-11-20T23:25:00.218Z Downloaded cfg_aliases v0.1.1
5012024-11-20T23:25:00.218Z Downloaded atomic-waker v1.1.2
5022024-11-20T23:25:00.218Z Downloaded base16ct v0.2.0
5032024-11-20T23:25:00.221Z Downloaded httpdate v1.0.3
5042024-11-20T23:25:00.225Z Downloaded cstr-argument v0.1.2
5052024-11-20T23:25:00.225Z Downloaded crunchy v0.2.2
5062024-11-20T23:25:00.225Z Downloaded httparse v1.9.5
5072024-11-20T23:25:00.227Z Downloaded hubpack_derive v0.1.1
5082024-11-20T23:25:00.229Z Downloaded bitfield v0.14.0
5092024-11-20T23:25:00.232Z Downloaded blowfish v0.9.1
5102024-11-20T23:25:00.232Z Downloaded icu_provider_macros v1.5.0
5112024-11-20T23:25:00.235Z Downloaded hyper-tls v0.6.0
5122024-11-20T23:25:00.237Z Downloaded block-padding v0.3.3
5132024-11-20T23:25:00.237Z Downloaded bit-vec v0.6.3
5142024-11-20T23:25:00.240Z Downloaded home v0.5.9
5152024-11-20T23:25:00.242Z Downloaded hostname v0.3.1
5162024-11-20T23:25:00.245Z Downloaded hickory-server v0.24.1
5172024-11-20T23:25:00.249Z Downloaded match_cfg v0.1.0
5182024-11-20T23:25:00.252Z Downloaded cmake v0.1.51
5192024-11-20T23:25:00.254Z Downloaded matches v0.1.10
5202024-11-20T23:25:00.254Z Downloaded icu_locid_transform v1.5.0
5212024-11-20T23:25:00.257Z Downloaded chacha20 v0.9.1
5222024-11-20T23:25:00.261Z Downloaded instant v0.1.13
5232024-11-20T23:25:00.263Z Downloaded md5 v0.7.0
5242024-11-20T23:25:00.263Z Downloaded crc v3.2.1
5252024-11-20T23:25:00.265Z Downloaded curve25519-dalek-derive v0.1.1
5262024-11-20T23:25:00.268Z Downloaded ctr v0.9.2
5272024-11-20T23:25:00.271Z Downloaded cobs v0.2.3
5282024-11-20T23:25:00.273Z Downloaded rpassword v7.3.1
5292024-11-20T23:25:00.273Z Downloaded cipher v0.4.4
5302024-11-20T23:25:00.277Z Downloaded idna_adapter v1.2.0
5312024-11-20T23:25:00.277Z Downloaded ciborium-ll v0.2.2
5322024-11-20T23:25:00.279Z Downloaded crossbeam-deque v0.8.5
5332024-11-20T23:25:00.279Z Downloaded crc-catalog v2.4.0
5342024-11-20T23:25:00.282Z Downloaded iana-time-zone v0.1.61
5352024-11-20T23:25:00.285Z Downloaded russh-cryptovec v0.7.3
5362024-11-20T23:25:00.288Z Downloaded convert_case v0.4.0
5372024-11-20T23:25:00.288Z Downloaded constant_time_eq v0.3.1
5382024-11-20T23:25:00.290Z Downloaded libsw v3.3.1
5392024-11-20T23:25:00.292Z Downloaded maplit v1.0.2
5402024-11-20T23:25:00.293Z Downloaded kstat-rs v0.2.4
5412024-11-20T23:25:00.296Z Downloaded async-trait v0.1.83
5422024-11-20T23:25:00.298Z Downloaded take_mut v0.2.2
5432024-11-20T23:25:00.302Z Downloaded quinn-udp v0.5.5
5442024-11-20T23:25:00.304Z Downloaded bzip2 v0.4.4
5452024-11-20T23:25:00.304Z Downloaded toolchain_find v0.4.0
5462024-11-20T23:25:00.307Z Downloaded internet-checksum v0.2.1
5472024-11-20T23:25:00.307Z Downloaded vte_generate_state_changes v0.1.2
5482024-11-20T23:25:00.309Z Downloaded topological-sort v0.2.2
5492024-11-20T23:25:00.309Z Downloaded indent_write v2.2.0
5502024-11-20T23:25:00.312Z Downloaded tower-service v0.3.3
5512024-11-20T23:25:00.316Z Downloaded icu_normalizer_data v1.5.0
5522024-11-20T23:25:00.317Z Downloaded ref-cast-impl v1.0.23
5532024-11-20T23:25:00.317Z Downloaded hyper-staticfile v0.10.1
5542024-11-20T23:25:00.319Z Downloaded console v0.15.8
5552024-11-20T23:25:00.322Z Downloaded icu_provider v1.5.0
5562024-11-20T23:25:00.326Z Downloaded yoke-derive v0.7.4
5572024-11-20T23:25:00.328Z Downloaded universal-hash v0.5.1
5582024-11-20T23:25:00.330Z Downloaded serde_repr v0.1.19
5592024-11-20T23:25:00.330Z Downloaded rtoolbox v0.0.2
5602024-11-20T23:25:00.333Z Downloaded signal-hook-mio v0.2.4
5612024-11-20T23:25:00.335Z Downloaded signal-hook-registry v1.4.2
5622024-11-20T23:25:00.338Z Downloaded scopeguard v1.2.0
5632024-11-20T23:25:00.338Z Downloaded schemars_derive v0.8.21
5642024-11-20T23:25:00.340Z Downloaded slog-dtrace v0.3.0
5652024-11-20T23:25:00.342Z Downloaded stringprep v0.1.5
5662024-11-20T23:25:00.345Z Downloaded slog-json v2.6.1
5672024-11-20T23:25:00.348Z Downloaded downcast v0.11.0
5682024-11-20T23:25:00.351Z Downloaded endian-type v0.1.2
5692024-11-20T23:25:00.351Z Downloaded string_cache v0.8.7
5702024-11-20T23:25:00.354Z Downloaded blake2 v0.10.6
5712024-11-20T23:25:00.354Z Downloaded md-5 v0.10.6
5722024-11-20T23:25:00.356Z Downloaded normalize-line-endings v0.3.0
5732024-11-20T23:25:00.359Z Downloaded mirai-annotations v1.12.0
5742024-11-20T23:25:00.359Z Downloaded time-core v0.1.2
5752024-11-20T23:25:00.362Z Downloaded tabwriter v1.4.0
5762024-11-20T23:25:00.362Z Downloaded num-conv v0.1.0
5772024-11-20T23:25:00.365Z Downloaded tokio-native-tls v0.3.1
5782024-11-20T23:25:00.367Z Downloaded mime_guess v2.0.5
5792024-11-20T23:25:00.369Z Downloaded wait-timeout v0.2.0
5802024-11-20T23:25:00.372Z Downloaded litemap v0.7.3
5812024-11-20T23:25:00.375Z Downloaded csv-core v0.1.11
5822024-11-20T23:25:00.378Z Downloaded crossbeam-utils v0.8.20
5832024-11-20T23:25:00.380Z Downloaded deranged v0.3.11
5842024-11-20T23:25:00.383Z Downloaded libloading v0.8.5
5852024-11-20T23:25:00.385Z Downloaded progenitor-client v0.8.0
5862024-11-20T23:25:00.387Z Downloaded pin-utils v0.1.0
5872024-11-20T23:25:00.387Z Downloaded diesel-dtrace v0.3.0
5882024-11-20T23:25:00.391Z Downloaded parse-size v1.1.0
5892024-11-20T23:25:00.391Z Downloaded oso-derive v0.27.3
5902024-11-20T23:25:00.394Z Downloaded crc-any v2.5.0
5912024-11-20T23:25:00.394Z Downloaded rand_seeder v0.3.0
5922024-11-20T23:25:00.399Z Downloaded glob v0.3.1
5932024-11-20T23:25:00.402Z Downloaded indexmap v1.9.3
5942024-11-20T23:25:00.402Z Downloaded icu_locid v1.5.0
5952024-11-20T23:25:00.408Z Downloaded sigpipe v0.1.3
5962024-11-20T23:25:00.410Z Downloaded icu_normalizer v1.5.0
5972024-11-20T23:25:00.413Z Downloaded try-lock v0.2.5
5982024-11-20T23:25:00.416Z Downloaded want v0.3.1
5992024-11-20T23:25:00.416Z Downloaded futures-executor v0.3.31
6002024-11-20T23:25:00.418Z Downloaded futures-core v0.3.31
6012024-11-20T23:25:00.421Z Downloaded scrypt v0.11.0
6022024-11-20T23:25:00.423Z Downloaded num-derive v0.4.2
6032024-11-20T23:25:00.425Z Downloaded write16 v1.0.0
6042024-11-20T23:25:00.426Z Downloaded bytes v1.8.0
6052024-11-20T23:25:00.430Z Downloaded olpc-cjson v0.1.4
6062024-11-20T23:25:00.432Z Downloaded chacha20poly1305 v0.10.1
6072024-11-20T23:25:00.435Z Downloaded paste v1.0.15
6082024-11-20T23:25:00.437Z Downloaded waitgroup v0.1.2
6092024-11-20T23:25:00.440Z Downloaded foreign-types-macros v0.2.3
6102024-11-20T23:25:00.440Z Downloaded russh-keys v0.45.0
6112024-11-20T23:25:00.443Z Downloaded slog v2.7.0
6122024-11-20T23:25:00.446Z Downloaded compact_str v0.8.0
6132024-11-20T23:25:00.451Z Downloaded progenitor-macro v0.8.0
6142024-11-20T23:25:00.453Z Downloaded base64 v0.22.1
6152024-11-20T23:25:00.457Z Downloaded cc v1.1.30
6162024-11-20T23:25:00.461Z Downloaded openssl-probe v0.1.5
6172024-11-20T23:25:00.463Z Downloaded prettyplease v0.2.25
6182024-11-20T23:25:00.468Z Downloaded openssl-macros v0.1.1
6192024-11-20T23:25:00.471Z Downloaded pretty-hex v0.2.1
6202024-11-20T23:25:00.471Z Downloaded termios v0.3.3
6212024-11-20T23:25:00.473Z Downloaded structmeta v0.2.0
6222024-11-20T23:25:00.476Z Downloaded strip-ansi-escapes v0.2.0
6232024-11-20T23:25:00.476Z Downloaded utf-8 v0.7.6
6242024-11-20T23:25:00.479Z Downloaded typify-macro v0.2.0
6252024-11-20T23:25:00.481Z Downloaded tui-tree-widget v0.22.0
6262024-11-20T23:25:00.481Z Downloaded vte v0.11.1
6272024-11-20T23:25:00.484Z Downloaded unarray v0.1.4
6282024-11-20T23:25:00.486Z Downloaded secrecy v0.8.0
6292024-11-20T23:25:00.488Z Downloaded zerocopy v0.6.6
6302024-11-20T23:25:00.491Z Downloaded owo-colors v4.1.0
6312024-11-20T23:25:00.505Z Downloaded flagset v0.4.6
6322024-11-20T23:25:00.508Z Downloaded dsl_auto_type v0.1.2
6332024-11-20T23:25:00.510Z Downloaded display-error-chain v0.2.2
6342024-11-20T23:25:00.510Z Downloaded whoami v1.5.2
6352024-11-20T23:25:00.513Z Downloaded termtree v0.4.1
6362024-11-20T23:25:00.516Z Downloaded qorb v0.2.0
6372024-11-20T23:25:00.519Z Downloaded num v0.4.3
6382024-11-20T23:25:00.521Z Downloaded zerofrom v0.1.4
6392024-11-20T23:25:00.523Z Downloaded static_assertions v1.1.0
6402024-11-20T23:25:00.526Z Downloaded snafu-derive v0.8.5
6412024-11-20T23:25:00.526Z Downloaded ghash v0.5.1
6422024-11-20T23:25:00.528Z Downloaded foreign-types v0.3.2
6432024-11-20T23:25:00.531Z Downloaded peg v0.8.4
6442024-11-20T23:25:00.533Z Downloaded salsa20 v0.10.2
6452024-11-20T23:25:00.537Z Downloaded sec1 v0.7.3
6462024-11-20T23:25:00.539Z Downloaded walkdir v2.5.0
6472024-11-20T23:25:00.542Z Downloaded crypto-bigint v0.5.5
6482024-11-20T23:25:00.548Z Downloaded percent-encoding v2.3.1
6492024-11-20T23:25:00.552Z Downloaded progenitor v0.8.0
6502024-11-20T23:25:00.555Z Downloaded fixedbitset v0.4.2
6512024-11-20T23:25:00.555Z Downloaded env_logger v0.11.5
6522024-11-20T23:25:00.557Z Downloaded psl-types v2.0.11
6532024-11-20T23:25:00.560Z Downloaded displaydoc v0.2.5
6542024-11-20T23:25:00.562Z Downloaded darling_core v0.20.10
6552024-11-20T23:25:00.567Z Downloaded peg-runtime v0.8.3
6562024-11-20T23:25:00.569Z Downloaded path-slash v0.1.5
6572024-11-20T23:25:00.569Z Downloaded slog-stdlog v4.1.1
6582024-11-20T23:25:00.572Z Downloaded futures-channel v0.3.31
6592024-11-20T23:25:00.574Z Downloaded diesel_table_macro_syntax v0.2.0
6602024-11-20T23:25:00.576Z Downloaded zerofrom-derive v0.1.4
6612024-11-20T23:25:00.576Z Downloaded unicode-xid v0.2.6
6622024-11-20T23:25:00.579Z Downloaded minimal-lexical v0.2.1
6632024-11-20T23:25:00.583Z Downloaded sync-ptr v0.1.1
6642024-11-20T23:25:00.586Z Downloaded sqlparser_derive v0.2.2
6652024-11-20T23:25:00.586Z Downloaded group v0.13.0
6662024-11-20T23:25:00.588Z Downloaded funty v2.0.0
6672024-11-20T23:25:00.591Z Downloaded oso v0.27.3
6682024-11-20T23:25:00.593Z Downloaded either v1.13.0
6692024-11-20T23:25:00.596Z Downloaded futures-macro v0.3.31
6702024-11-20T23:25:00.598Z Downloaded signature v2.2.0
6712024-11-20T23:25:00.601Z Downloaded tinyvec_macros v0.1.1
6722024-11-20T23:25:00.601Z Downloaded unsafe-libyaml v0.2.11
6732024-11-20T23:25:00.604Z Downloaded rcgen v0.12.1
6742024-11-20T23:25:00.608Z Downloaded newtype-uuid v1.1.3
6752024-11-20T23:25:00.610Z Downloaded darling_macro v0.20.10
6762024-11-20T23:25:00.614Z Downloaded num-iter v0.1.45
6772024-11-20T23:25:00.614Z Downloaded snafu v0.8.5
6782024-11-20T23:25:00.620Z Downloaded foreign-types-shared v0.3.1
6792024-11-20T23:25:00.623Z Downloaded dropshot_endpoint v0.13.0
6802024-11-20T23:25:00.626Z Downloaded defmt v0.3.8
6812024-11-20T23:25:00.631Z Downloaded half v2.4.1
6822024-11-20T23:25:00.634Z Downloaded opaque-debug v0.3.1
6832024-11-20T23:25:00.637Z Downloaded structmeta-derive v0.3.0
6842024-11-20T23:25:00.639Z Downloaded num_threads v0.1.7
6852024-11-20T23:25:00.640Z Downloaded number_prefix v0.4.0
6862024-11-20T23:25:00.642Z Downloaded spin v0.5.2
6872024-11-20T23:25:00.642Z Downloaded serde_urlencoded v0.7.1
6882024-11-20T23:25:00.646Z Downloaded value-bag v1.9.0
6892024-11-20T23:25:00.648Z Downloaded tinystr v0.7.6
6902024-11-20T23:25:00.650Z Downloaded signal-hook-tokio v0.3.1
6912024-11-20T23:25:00.654Z Downloaded x509-cert v0.2.5
6922024-11-20T23:25:00.659Z Downloaded tokio-macros v2.4.0
6932024-11-20T23:25:00.661Z Downloaded num-rational v0.4.2
6942024-11-20T23:25:00.663Z Downloaded parse-display-derive v0.10.0
6952024-11-20T23:25:00.666Z Downloaded num-integer v0.1.46
6962024-11-20T23:25:00.668Z Downloaded new_debug_unreachable v1.0.6
6972024-11-20T23:25:00.668Z Downloaded libm v0.2.8
6982024-11-20T23:25:00.677Z Downloaded form_urlencoded v1.2.1
6992024-11-20T23:25:00.679Z Downloaded newline-converter v0.3.0
7002024-11-20T23:25:00.683Z Downloaded itertools v0.10.5
7012024-11-20T23:25:00.688Z Downloaded diff v0.1.13
7022024-11-20T23:25:00.691Z Downloaded url v2.5.3
7032024-11-20T23:25:00.696Z Downloaded rustversion v1.0.17
7042024-11-20T23:25:00.699Z Downloaded tokio-rustls v0.24.1
7052024-11-20T23:25:00.702Z Downloaded zone_cfg_derive v0.1.2
7062024-11-20T23:25:00.704Z Downloaded rand_xorshift v0.3.0
7072024-11-20T23:25:00.704Z Downloaded libxml v0.3.3
7082024-11-20T23:25:00.712Z Downloaded untrusted v0.7.1
7092024-11-20T23:25:00.714Z Downloaded unicode-truncate v1.1.0
7102024-11-20T23:25:00.718Z Downloaded derive_builder_macro v0.20.2
7112024-11-20T23:25:00.718Z Downloaded der_derive v0.7.3
7122024-11-20T23:25:00.720Z Downloaded tokio-rustls v0.26.0
7132024-11-20T23:25:00.724Z Downloaded phf_shared v0.10.0
7142024-11-20T23:25:00.724Z Downloaded data-encoding v2.6.0
7152024-11-20T23:25:00.727Z Downloaded pin-project v1.1.6
7162024-11-20T23:25:00.738Z Downloaded dhcproto-macros v0.1.0
7172024-11-20T23:25:00.740Z Downloaded sync_wrapper v1.0.1
7182024-11-20T23:25:00.740Z Downloaded zone_cfg_derive v0.3.0
7192024-11-20T23:25:00.743Z Downloaded ena v0.14.3
7202024-11-20T23:25:00.743Z Downloaded nanorand v0.7.0
7212024-11-20T23:25:00.746Z Downloaded quick-error v1.2.3
7222024-11-20T23:25:00.748Z Downloaded aws-lc-rs v1.10.0
7232024-11-20T23:25:00.757Z Downloaded num-complex v0.4.6
7242024-11-20T23:25:00.760Z Downloaded shlex v1.3.0
7252024-11-20T23:25:00.763Z Downloaded zerovec-derive v0.10.3
7262024-11-20T23:25:00.768Z Downloaded thiserror-no-std v2.0.2
7272024-11-20T23:25:00.773Z Downloaded zone v0.3.0
7282024-11-20T23:25:00.773Z Downloaded zone v0.1.8
7292024-11-20T23:25:00.773Z Downloaded tap v1.0.1
7302024-11-20T23:25:00.776Z Downloaded tinyvec v1.8.0
7312024-11-20T23:25:00.778Z Downloaded gethostname v0.5.0
7322024-11-20T23:25:00.778Z Downloaded itertools v0.12.1
7332024-11-20T23:25:00.784Z Downloaded serde-big-array v0.5.1
7342024-11-20T23:25:00.787Z Downloaded hkdf v0.12.4
7352024-11-20T23:25:00.789Z Downloaded strum_macros v0.25.3
7362024-11-20T23:25:00.792Z Downloaded polyval v0.6.2
7372024-11-20T23:25:00.796Z Downloaded phf_shared v0.11.2
7382024-11-20T23:25:00.798Z Downloaded zeroize_derive v1.4.2
7392024-11-20T23:25:00.798Z Downloaded xattr v1.3.1
7402024-11-20T23:25:00.802Z Downloaded parking_lot_core v0.8.6
7412024-11-20T23:25:00.802Z Downloaded hashlink v0.9.1
7422024-11-20T23:25:00.805Z Downloaded rustc-hash v2.0.0
7432024-11-20T23:25:00.808Z Downloaded postcard v1.0.10
7442024-11-20T23:25:00.810Z Downloaded float-ord v0.3.2
7452024-11-20T23:25:00.810Z Downloaded filetime v0.2.25
7462024-11-20T23:25:00.813Z Downloaded precomputed-hash v0.1.1
7472024-11-20T23:25:00.813Z Downloaded signal-hook v0.3.17
7482024-11-20T23:25:00.817Z Downloaded omicron-zone-package v0.11.1
7492024-11-20T23:25:00.819Z Downloaded phf v0.11.2
7502024-11-20T23:25:00.830Z Downloaded foreign-types v0.5.0
7512024-11-20T23:25:00.830Z Downloaded serde_plain v1.0.2
7522024-11-20T23:25:00.830Z Downloaded publicsuffix v2.2.3
7532024-11-20T23:25:00.830Z Downloaded unicode-properties v0.1.3
7542024-11-20T23:25:00.832Z Downloaded radium v0.7.0
7552024-11-20T23:25:00.833Z Downloaded foreign-types-shared v0.1.1
7562024-11-20T23:25:00.833Z Downloaded fallible-iterator v0.3.0
7572024-11-20T23:25:00.836Z Downloaded ssh-encoding v0.2.0
7582024-11-20T23:25:00.839Z Downloaded fallible-iterator v0.2.0
7592024-11-20T23:25:00.839Z Downloaded spki v0.7.3
7602024-11-20T23:25:00.841Z Downloaded toml_edit v0.19.15
7612024-11-20T23:25:00.858Z Downloaded fxhash v0.2.1
7622024-11-20T23:25:00.860Z Downloaded itertools v0.13.0
7632024-11-20T23:25:00.866Z Downloaded newtype_derive v0.1.6
7642024-11-20T23:25:00.868Z Downloaded serde_with_macros v3.11.0
7652024-11-20T23:25:00.871Z Downloaded pem-rfc7468 v0.7.0
7662024-11-20T23:25:00.875Z Downloaded packed_struct_codegen v0.10.1
7672024-11-20T23:25:00.875Z Downloaded strum v0.26.3
7682024-11-20T23:25:00.877Z Downloaded twox-hash v1.6.3
7692024-11-20T23:25:00.877Z Downloaded serde_path_to_error v0.1.16
7702024-11-20T23:25:00.880Z Downloaded packed_struct v0.10.1
7712024-11-20T23:25:00.882Z Downloaded ppv-lite86 v0.2.20
7722024-11-20T23:25:00.882Z Downloaded rusqlite v0.32.1
7732024-11-20T23:25:00.890Z Downloaded parking_lot v0.11.2
7742024-11-20T23:25:00.893Z Downloaded parking_lot v0.12.3
7752024-11-20T23:25:00.896Z Downloaded rustls-pki-types v1.9.0
7762024-11-20T23:25:00.899Z Downloaded powerfmt v0.2.0
7772024-11-20T23:25:00.902Z Downloaded phf_generator v0.11.2
7782024-11-20T23:25:00.902Z Downloaded spin v0.9.8
7792024-11-20T23:25:00.904Z Downloaded utf8_iter v1.0.4
7802024-11-20T23:25:00.906Z Downloaded blake3 v1.5.4
7812024-11-20T23:25:00.914Z Downloaded predicates-core v1.0.8
7822024-11-20T23:25:00.916Z Downloaded sct v0.7.1
7832024-11-20T23:25:00.919Z Downloaded futures-task v0.3.31
7842024-11-20T23:25:00.921Z Downloaded foldhash v0.1.3
7852024-11-20T23:25:00.921Z Downloaded ssh-key v0.6.6
7862024-11-20T23:25:00.929Z Downloaded semver v0.1.20
7872024-11-20T23:25:00.932Z Downloaded r2d2 v0.8.10
7882024-11-20T23:25:00.934Z Downloaded rusty-fork v0.3.0
7892024-11-20T23:25:00.934Z Downloaded rustls-pemfile v2.2.0
7902024-11-20T23:25:00.936Z Downloaded structmeta-derive v0.2.0
7912024-11-20T23:25:00.939Z Downloaded postgres-types v0.2.8
7922024-11-20T23:25:00.941Z Downloaded rand v0.8.5
7932024-11-20T23:25:00.946Z Downloaded des v0.8.1
7942024-11-20T23:25:00.950Z Downloaded uuid v1.11.0
7952024-11-20T23:25:00.953Z Downloaded multimap v0.10.0
7962024-11-20T23:25:00.953Z Downloaded dirs-next v2.0.0
7972024-11-20T23:25:00.955Z Downloaded structmeta v0.3.0
7982024-11-20T23:25:00.955Z Downloaded tar v0.4.42
7992024-11-20T23:25:00.958Z Downloaded ed25519 v2.2.3
8002024-11-20T23:25:00.960Z Downloaded tracing-core v0.1.32
8012024-11-20T23:25:00.963Z Downloaded predicates v3.1.2
8022024-11-20T23:25:00.966Z Downloaded nu-ansi-term v0.50.1
8032024-11-20T23:25:00.968Z Downloaded tokio-util v0.7.12
8042024-11-20T23:25:00.976Z Downloaded socket2 v0.5.7
8052024-11-20T23:25:00.979Z Downloaded headers v0.4.0
8062024-11-20T23:25:00.984Z Downloaded zip v0.6.6
8072024-11-20T23:25:00.989Z Downloaded winnow v0.5.40
8082024-11-20T23:25:00.999Z Downloaded multer v3.1.0
8092024-11-20T23:25:01.003Z Downloaded bitvec v1.0.1
8102024-11-20T23:25:01.020Z Downloaded getrandom v0.2.15
8112024-11-20T23:25:01.022Z Downloaded tungstenite v0.24.0
8122024-11-20T23:25:01.025Z Downloaded serde_yaml v0.9.34+deprecated
8132024-11-20T23:25:01.030Z Downloaded zip v2.1.3
8142024-11-20T23:25:01.035Z Downloaded vergen v8.3.2
8152024-11-20T23:25:01.038Z Downloaded lalrpop v0.19.12
8162024-11-20T23:25:01.050Z Downloaded nom v7.1.3
8172024-11-20T23:25:01.055Z Downloaded h2 v0.4.6
8182024-11-20T23:25:01.063Z Downloaded tungstenite v0.21.0
8192024-11-20T23:25:01.067Z Downloaded elliptic-curve v0.13.8
8202024-11-20T23:25:01.072Z Downloaded writeable v0.5.5
8212024-11-20T23:25:01.074Z Downloaded tungstenite v0.23.0
8222024-11-20T23:25:01.077Z Downloaded quinn v0.11.5
8232024-11-20T23:25:01.081Z Downloaded num-bigint-dig v0.8.4
8242024-11-20T23:25:01.087Z Downloaded serde_with v3.11.0
8252024-11-20T23:25:01.096Z Downloaded hashbrown v0.12.3
8262024-11-20T23:25:01.101Z Downloaded zerocopy v0.8.10
8272024-11-20T23:25:01.127Z Downloaded num-bigint v0.4.6
8282024-11-20T23:25:01.132Z Downloaded idna v0.2.3
8292024-11-20T23:25:01.140Z Downloaded flume v0.11.1
8302024-11-20T23:25:01.144Z Downloaded ed25519-dalek v2.1.1
8312024-11-20T23:25:01.147Z Downloaded typed-path v0.9.3
8322024-11-20T23:25:01.155Z Downloaded unicode-normalization v0.1.24
8332024-11-20T23:25:01.159Z Downloaded idna v0.4.0
8342024-11-20T23:25:01.167Z Downloaded zerovec v0.10.4
8352024-11-20T23:25:01.174Z Downloaded rustyline v14.0.0
8362024-11-20T23:25:01.181Z Downloaded regex v1.11.1
8372024-11-20T23:25:01.197Z Downloaded portable-atomic v1.9.0
8382024-11-20T23:25:01.203Z Downloaded rustls-webpki v0.102.8
8392024-11-20T23:25:01.224Z Downloaded reqwest v0.12.9
8402024-11-20T23:25:01.232Z Downloaded hashbrown v0.14.5
8412024-11-20T23:25:01.237Z Downloaded vcpkg v0.2.15
8422024-11-20T23:25:01.277Z Downloaded git2 v0.19.0
8432024-11-20T23:25:01.285Z Downloaded rayon v1.10.0
8442024-11-20T23:25:01.295Z Downloaded quick-xml v0.33.0
8452024-11-20T23:25:01.302Z Downloaded quinn-proto v0.11.8
8462024-11-20T23:25:01.309Z Downloaded unicode-width v0.2.0
8472024-11-20T23:25:01.317Z Downloaded p384 v0.13.0
8482024-11-20T23:25:01.323Z Downloaded object v0.36.5
8492024-11-20T23:25:01.337Z Downloaded futures-util v0.3.31
8502024-11-20T23:25:01.350Z Downloaded dropshot v0.12.0
8512024-11-20T23:25:01.371Z Downloaded rustls v0.21.12
8522024-11-20T23:25:01.383Z Downloaded gimli v0.31.1
8532024-11-20T23:25:01.392Z Downloaded rustls-webpki v0.101.7
8542024-11-20T23:25:01.409Z Downloaded polar-core v0.27.3
8552024-11-20T23:25:01.418Z Downloaded regress v0.9.1
8562024-11-20T23:25:01.428Z Downloaded dropshot v0.13.0
8572024-11-20T23:25:01.450Z Downloaded diesel v2.2.4
8582024-11-20T23:25:01.471Z Downloaded bstr v1.10.0
8592024-11-20T23:25:01.483Z Downloaded nix v0.27.1
8602024-11-20T23:25:01.495Z Downloaded rustls v0.23.14
8612024-11-20T23:25:01.508Z Downloaded zerocopy-derive v0.6.6
8622024-11-20T23:25:01.518Z Downloaded rustls v0.22.4
8632024-11-20T23:25:01.532Z Downloaded object v0.30.4
8642024-11-20T23:25:01.542Z Downloaded trust-dns-proto v0.22.0
8652024-11-20T23:25:01.555Z Downloaded smoltcp v0.9.1
8662024-11-20T23:25:01.566Z Downloaded regex-automata v0.4.8
8672024-11-20T23:25:01.585Z Downloaded nix v0.28.0
8682024-11-20T23:25:01.597Z Downloaded chrono-tz v0.10.0
8692024-11-20T23:25:01.605Z Downloaded smoltcp v0.11.0
8702024-11-20T23:25:01.618Z Downloaded nix v0.29.0
8712024-11-20T23:25:01.630Z Downloaded regex-syntax v0.8.5
8722024-11-20T23:25:01.639Z Downloaded regress v0.10.1
8732024-11-20T23:25:01.648Z Downloaded sled v0.34.7
8742024-11-20T23:25:01.659Z Downloaded petgraph v0.6.5
8752024-11-20T23:25:01.679Z Downloaded typify-impl v0.2.0
8762024-11-20T23:25:01.694Z Downloaded lzma-sys v0.1.20
8772024-11-20T23:25:01.723Z Downloaded libz-sys v1.1.20
8782024-11-20T23:25:01.744Z Downloaded ratatui v0.28.1
8792024-11-20T23:25:01.764Z Downloaded tokio v1.40.0
8802024-11-20T23:25:01.801Z Downloaded bzip2-sys v0.1.11+1.0.8
8812024-11-20T23:25:01.813Z Downloaded petname v2.0.2
8822024-11-20T23:25:01.820Z Downloaded radix_trie v0.2.1
8832024-11-20T23:25:01.826Z Downloaded openapiv3 v2.0.0
8842024-11-20T23:25:01.838Z Downloaded openssl v0.10.66
8852024-11-20T23:25:01.848Z Downloaded sqlparser v0.45.0
8862024-11-20T23:25:01.854Z Downloaded curve25519-dalek v4.1.3
8872024-11-20T23:25:01.863Z Downloaded p521 v0.13.3
8882024-11-20T23:25:01.866Z Downloaded regex-syntax v0.6.29
8892024-11-20T23:25:01.874Z Downloaded webpki-roots v0.26.6
8902024-11-20T23:25:01.878Z Downloaded hashbrown v0.13.2
8912024-11-20T23:25:01.884Z Downloaded flate2 v1.0.34
8922024-11-20T23:25:01.889Z Downloaded proptest v1.5.0
8932024-11-20T23:25:01.899Z Downloaded idna v0.3.0
8942024-11-20T23:25:01.906Z Downloaded csv v1.3.0
8952024-11-20T23:25:01.926Z Downloaded sha3 v0.10.8
8962024-11-20T23:25:01.931Z Downloaded idna v0.5.0
8972024-11-20T23:25:01.938Z Downloaded rayon-core v1.12.1
8982024-11-20T23:25:01.949Z Downloaded chrono v0.4.38
8992024-11-20T23:25:01.961Z Downloaded unicode-segmentation v1.12.0
9002024-11-20T23:25:01.961Z Downloaded tracing v0.1.40
9012024-11-20T23:25:01.961Z Downloaded expectorate v1.1.0
9022024-11-20T23:25:01.961Z Downloaded salty v0.3.0
9032024-11-20T23:25:01.968Z Downloaded bindgen v0.69.5
9042024-11-20T23:25:01.975Z Downloaded vsss-rs v3.3.4
9052024-11-20T23:25:01.977Z Downloaded dhcproto v0.12.0
9062024-11-20T23:25:01.980Z Downloaded icu_properties_data v1.5.0
9072024-11-20T23:25:01.991Z Downloaded dyn-clone v1.0.17
9082024-11-20T23:25:01.994Z Downloaded resolv-conf v0.7.0
9092024-11-20T23:25:01.998Z Downloaded unicode_categories v0.1.1
9102024-11-20T23:25:02.001Z Downloaded mio v1.0.2
9112024-11-20T23:25:02.004Z Downloaded typify v0.2.0
9122024-11-20T23:25:02.006Z Downloaded embedded-io v0.6.1
9132024-11-20T23:25:02.011Z Downloaded embedded-io v0.4.0
9142024-11-20T23:25:02.011Z Downloaded difflib v0.4.0
9152024-11-20T23:25:02.011Z Downloaded mockall_derive v0.13.0
9162024-11-20T23:25:02.019Z Downloaded ecdsa v0.16.9
9172024-11-20T23:25:02.019Z Downloaded reedline v0.35.0
9182024-11-20T23:25:02.022Z Downloaded nodrop v0.1.14
9192024-11-20T23:25:02.025Z Downloaded phf_codegen v0.11.2
9202024-11-20T23:25:02.025Z Downloaded yasna v0.5.2
9212024-11-20T23:25:02.028Z Downloaded der v0.7.9
9222024-11-20T23:25:02.032Z Downloaded utf16_iter v1.0.5
9232024-11-20T23:25:02.035Z Downloaded untrusted v0.9.0
9242024-11-20T23:25:02.038Z Downloaded serde-hex v0.1.0
9252024-11-20T23:25:02.038Z Downloaded subtle v2.6.1
9262024-11-20T23:25:02.041Z Downloaded postgres-protocol v0.6.7
9272024-11-20T23:25:02.041Z Downloaded pkcs8 v0.10.2
9282024-11-20T23:25:02.045Z Downloaded p256 v0.13.2
9292024-11-20T23:25:02.047Z Downloaded term v0.7.0
9302024-11-20T23:25:02.050Z Downloaded serde_derive_internals v0.29.1
9312024-11-20T23:25:02.056Z Downloaded env_logger v0.10.2
9322024-11-20T23:25:02.056Z Downloaded ron v0.8.1
9332024-11-20T23:25:02.062Z Downloaded zerocopy-derive v0.8.10
9342024-11-20T23:25:02.068Z Downloaded wyz v0.5.1
9352024-11-20T23:25:02.068Z Downloaded strum_macros v0.24.3
9362024-11-20T23:25:02.076Z Downloaded encoding_rs v0.8.34
9372024-11-20T23:25:02.092Z Downloaded rustls-pemfile v1.0.4
9382024-11-20T23:25:02.097Z Downloaded zeroize v1.8.1
9392024-11-20T23:25:02.097Z Downloaded libgit2-sys v0.17.0+1.8.1
9402024-11-20T23:25:02.154Z Downloaded xz2 v0.1.7
9412024-11-20T23:25:02.157Z Downloaded native-tls v0.2.12
9422024-11-20T23:25:02.159Z Downloaded hyper v1.5.0
9432024-11-20T23:25:02.163Z Downloaded miniz_oxide v0.8.0
9442024-11-20T23:25:02.166Z Downloaded smf v0.2.3
9452024-11-20T23:25:02.170Z Downloaded smallvec v0.6.14
9462024-11-20T23:25:02.170Z Downloaded shell-words v1.1.0
9472024-11-20T23:25:02.170Z Downloaded sqlformat v0.2.6
9482024-11-20T23:25:02.174Z Downloaded predicates-tree v1.0.11
9492024-11-20T23:25:02.174Z Downloaded openssl-sys v0.9.103
9502024-11-20T23:25:02.178Z Downloaded tough v0.19.0
9512024-11-20T23:25:02.185Z Downloaded time v0.3.36
9522024-11-20T23:25:02.191Z Downloaded fs_extra v1.3.0
9532024-11-20T23:25:02.194Z Downloaded smallvec v1.13.2
9542024-11-20T23:25:02.197Z Downloaded dunce v1.0.5
9552024-11-20T23:25:02.197Z Downloaded dirs-sys-next v0.1.2
9562024-11-20T23:25:02.200Z Downloaded parking_lot_core v0.9.10
9572024-11-20T23:25:02.200Z Downloaded ron v0.7.1
9582024-11-20T23:25:02.204Z Downloaded russh v0.45.0
9592024-11-20T23:25:02.210Z Downloaded thiserror-impl-no-std v2.0.2
9602024-11-20T23:25:02.213Z Downloaded termcolor v1.4.1
9612024-11-20T23:25:02.213Z Downloaded ssh-cipher v0.2.0
9622024-11-20T23:25:02.216Z Downloaded tracing-attributes v0.1.27
9632024-11-20T23:25:02.216Z Downloaded tokio-rustls v0.25.0
9642024-11-20T23:25:02.219Z Downloaded parse-zoneinfo v0.3.1
9652024-11-20T23:25:02.222Z Downloaded crossterm v0.28.1
9662024-11-20T23:25:02.227Z Downloaded idna v1.0.3
9672024-11-20T23:25:02.231Z Downloaded float-cmp v0.9.0
9682024-11-20T23:25:02.234Z Downloaded defmt-parser v0.3.4
9692024-11-20T23:25:02.234Z Downloaded debug-ignore v1.0.5
9702024-11-20T23:25:02.236Z Downloaded rustc-demangle v0.1.24
9712024-11-20T23:25:02.236Z Downloaded peg-macros v0.8.4
9722024-11-20T23:25:02.239Z Downloaded toml v0.7.8
9732024-11-20T23:25:02.241Z Downloaded test-strategy v0.3.1
9742024-11-20T23:25:02.245Z Downloaded subprocess v0.2.9
9752024-11-20T23:25:02.248Z Downloaded tiny-keccak v2.0.2
9762024-11-20T23:25:02.250Z Downloaded thread_local v1.1.8
9772024-11-20T23:25:02.252Z Downloaded samael v0.0.17
9782024-11-20T23:25:02.257Z Downloaded supports-color v3.0.1
9792024-11-20T23:25:02.260Z Downloaded derive-where v1.2.7
9802024-11-20T23:25:02.262Z Downloaded futures v0.3.31
9812024-11-20T23:25:02.267Z Downloaded yoke v0.7.4
9822024-11-20T23:25:02.269Z Downloaded tokio-tungstenite v0.21.0
9832024-11-20T23:25:02.271Z Downloaded tokio-stream v0.1.16
9842024-11-20T23:25:02.275Z Downloaded poly1305 v0.8.0
9852024-11-20T23:25:02.278Z Downloaded rustc-hash v1.1.0
9862024-11-20T23:25:02.281Z Downloaded rfc6979 v0.4.0
9872024-11-20T23:25:02.281Z Downloaded pem v3.0.4
9882024-11-20T23:25:02.281Z Downloaded pbkdf2 v0.12.2
9892024-11-20T23:25:02.284Z Downloaded pbkdf2 v0.11.0
9902024-11-20T23:25:02.286Z Downloaded parse-display v0.10.0
9912024-11-20T23:25:02.286Z Downloaded num_enum_derive v0.5.11
9922024-11-20T23:25:02.286Z Downloaded strum_macros v0.26.4
9932024-11-20T23:25:02.289Z Downloaded slog-term v2.9.1
9942024-11-20T23:25:02.291Z Downloaded num-traits v0.2.19
9952024-11-20T23:25:02.294Z Downloaded fatfs v0.3.6
9962024-11-20T23:25:02.297Z Downloaded tokio-postgres v0.7.12
9972024-11-20T23:25:02.302Z Downloaded steno v0.4.1
9982024-11-20T23:25:02.306Z Downloaded diesel_derives v2.2.3
9992024-11-20T23:25:02.310Z Downloaded futures-sink v0.3.31
10002024-11-20T23:25:02.313Z Downloaded env_filter v0.1.2
10012024-11-20T23:25:02.313Z Downloaded enum-as-inner v0.6.1
10022024-11-20T23:25:02.315Z Downloaded derive_builder_core v0.20.2
10032024-11-20T23:25:02.318Z Downloaded defmt-macros v0.3.9
10042024-11-20T23:25:02.320Z Downloaded similar v2.6.0
10052024-11-20T23:25:02.323Z Downloaded pkcs5 v0.7.1
10062024-11-20T23:25:02.327Z Downloaded slog-scope v4.4.0
10072024-11-20T23:25:02.330Z Downloaded slab v0.4.9
10082024-11-20T23:25:02.333Z Downloaded siphasher v0.3.11
10092024-11-20T23:25:02.333Z Downloaded globset v0.4.15
10102024-11-20T23:25:02.333Z Downloaded pin-project-internal v1.1.6
10112024-11-20T23:25:02.335Z Downloaded derive_more v0.99.18
10122024-11-20T23:25:02.339Z Downloaded derive_builder v0.20.2
10132024-11-20T23:25:02.343Z Downloaded tokio-tungstenite v0.23.1
10142024-11-20T23:25:02.346Z Downloaded rsa v0.9.6
10152024-11-20T23:25:02.351Z Downloaded crossbeam-channel v0.5.13
10162024-11-20T23:25:02.355Z Downloaded rustfmt-wrapper v0.2.1
10172024-11-20T23:25:02.358Z Downloaded rustc_version v0.4.1
10182024-11-20T23:25:02.358Z Downloaded rustc_version v0.1.7
10192024-11-20T23:25:02.360Z Downloaded proc-macro-crate v1.3.1
10202024-11-20T23:25:02.360Z Downloaded primeorder v0.13.6
10212024-11-20T23:25:02.362Z Downloaded pkg-config v0.3.31
10222024-11-20T23:25:02.363Z Downloaded num_enum v0.5.11
10232024-11-20T23:25:02.367Z Downloaded time-macros v0.2.18
10242024-11-20T23:25:02.369Z Downloaded unicode-bidi v0.3.17
10252024-11-20T23:25:02.372Z Downloaded pkcs1 v0.7.5
10262024-11-20T23:25:02.374Z Downloaded pin-project-lite v0.2.14
10272024-11-20T23:25:02.379Z Downloaded progenitor-impl v0.8.0
10282024-11-20T23:25:02.381Z Downloaded which v4.4.2
10292024-11-20T23:25:02.385Z Downloaded password-hash v0.5.0
10302024-11-20T23:25:02.385Z Downloaded password-hash v0.4.2
10312024-11-20T23:25:02.387Z Downloaded dropshot_endpoint v0.12.0
10322024-11-20T23:25:02.389Z Downloaded zopfli v0.8.1
10332024-11-20T23:25:02.392Z Downloaded indicatif v0.17.9
10342024-11-20T23:25:02.395Z Downloaded const_format v0.2.33
10352024-11-20T23:25:02.400Z Downloaded schemars v0.8.21
10362024-11-20T23:25:02.412Z Downloaded tokio-tungstenite v0.24.0
10372024-11-20T23:25:02.414Z Downloaded tls_codec_derive v0.4.1
10382024-11-20T23:25:02.417Z Downloaded tls_codec v0.4.1
10392024-11-20T23:25:02.419Z Downloaded uzers v0.12.1
10402024-11-20T23:25:02.422Z Downloaded stable_deref_trait v1.2.0
10412024-11-20T23:25:02.422Z Downloaded simd-adler32 v0.3.7
10422024-11-20T23:25:02.425Z Downloaded scheduled-thread-pool v0.2.7
10432024-11-20T23:25:02.425Z Downloaded hash32 v0.3.1
10442024-11-20T23:25:02.427Z Downloaded http v1.1.0
10452024-11-20T23:25:02.430Z Downloaded bumpalo v3.16.0
10462024-11-20T23:25:02.432Z Downloaded base64 v0.21.7
10472024-11-20T23:25:02.436Z Downloaded icu_collections v1.5.0
10482024-11-20T23:25:02.442Z Downloaded const-oid v0.9.6
10492024-11-20T23:25:02.445Z Downloaded hyper-util v0.1.10
10502024-11-20T23:25:02.451Z Downloaded nibble_vec v0.1.0
10512024-11-20T23:25:02.453Z Downloaded mockall v0.13.0
10522024-11-20T23:25:02.456Z Downloaded hash32 v0.2.1
10532024-11-20T23:25:02.456Z Downloaded same-file v1.0.6
10542024-11-20T23:25:02.459Z Downloaded fragile v2.0.0
10552024-11-20T23:25:02.459Z Downloaded unicase v2.7.0
10562024-11-20T23:25:02.461Z Downloaded enum-as-inner v0.5.1
10572024-11-20T23:25:02.461Z Downloaded futures-io v0.3.31
10582024-11-20T23:25:02.470Z Downloaded ff v0.13.0
10592024-11-20T23:25:02.470Z Downloaded fd-lock v4.0.2
10602024-11-20T23:25:02.471Z Downloaded fallible-streaming-iterator v0.1.9
10612024-11-20T23:25:02.471Z Downloaded slog-bunyan v2.5.0
10622024-11-20T23:25:02.471Z Downloaded memoffset v0.9.1
10632024-11-20T23:25:02.471Z Downloaded memmap2 v0.9.5
10642024-11-20T23:25:02.474Z Downloaded crossbeam-epoch v0.9.18
10652024-11-20T23:25:02.474Z Downloaded cookie v0.18.1
10662024-11-20T23:25:02.476Z Downloaded clang-sys v1.8.1
10672024-11-20T23:25:02.479Z Downloaded icu_properties v1.5.1
10682024-11-20T23:25:02.481Z Downloaded lock_api v0.4.12
10692024-11-20T23:25:02.483Z Downloaded chrono-tz-build v0.4.0
10702024-11-20T23:25:02.486Z Downloaded icu_locid_transform_data v1.5.0
10712024-11-20T23:25:02.486Z Downloaded synstructure v0.13.1
10722024-11-20T23:25:02.488Z Downloaded mime v0.3.17
10732024-11-20T23:25:02.488Z Downloaded jobserver v0.1.32
10742024-11-20T23:25:02.491Z Downloaded backtrace v0.3.74
10752024-11-20T23:25:02.495Z Downloaded maybe-uninit v2.0.0
10762024-11-20T23:25:02.497Z Downloaded slog-envlogger v2.2.0
10772024-11-20T23:25:02.500Z Downloaded ipnet v2.10.1
10782024-11-20T23:25:02.500Z Downloaded slog-async v2.8.0
10792024-11-20T23:25:02.502Z Downloaded cookie_store v0.21.0
10802024-11-20T23:25:02.505Z Downloaded lru v0.12.5
10812024-11-20T23:25:02.505Z Downloaded lazy_static v1.5.0
10822024-11-20T23:25:02.507Z Downloaded crc32fast v1.4.2
10832024-11-20T23:25:02.507Z Downloaded const_format_proc_macros v0.2.33
10842024-11-20T23:25:02.510Z Downloaded base64ct v1.6.0
10852024-11-20T23:25:02.512Z Downloaded sha1 v0.10.6
10862024-11-20T23:25:02.514Z Downloaded hmac v0.12.1
10872024-11-20T23:25:02.517Z Downloaded ciborium v0.2.2
10882024-11-20T23:25:02.519Z Downloaded ref-cast v1.0.23
10892024-11-20T23:25:02.521Z Downloaded rand_core v0.6.4
10902024-11-20T23:25:02.524Z Downloaded rand_chacha v0.3.1
10912024-11-20T23:25:02.524Z Downloaded impl-trait-for-tuples v0.2.2
10922024-11-20T23:25:02.526Z Downloaded lru-cache v0.1.2
10932024-11-20T23:25:02.528Z Downloaded linked-hash-map v0.5.6
10942024-11-20T23:25:02.528Z Downloaded linear-map v1.2.0
10952024-11-20T23:25:02.531Z Downloaded inout v0.1.3
10962024-11-20T23:25:02.531Z Downloaded indoc v1.0.9
10972024-11-20T23:25:02.534Z Downloaded libefi-sys v0.1.0
10982024-11-20T23:25:02.536Z Downloaded instability v0.3.2
10992024-11-20T23:25:02.536Z Downloaded hyper-rustls v0.27.3
11002024-11-20T23:25:02.538Z Downloaded cancel-safe-futures v0.1.5
11012024-11-20T23:25:02.541Z Downloaded keccak v0.1.5
11022024-11-20T23:25:02.544Z Downloaded base64 v0.13.1
11032024-11-20T23:25:02.547Z Downloaded managed v0.8.0
11042024-11-20T23:25:02.547Z Downloaded lazycell v1.3.0
11052024-11-20T23:25:02.549Z Downloaded lalrpop-util v0.19.12
11062024-11-20T23:25:02.549Z Downloaded is_ci v1.2.0
11072024-11-20T23:25:02.549Z Downloaded is-terminal v0.4.13
11082024-11-20T23:25:02.552Z Downloaded ipnetwork v0.20.0
11092024-11-20T23:25:02.552Z Downloaded ident_case v1.0.1
11102024-11-20T23:25:02.555Z Downloaded buf-list v1.0.3
11112024-11-20T23:25:02.557Z Downloaded bcs v0.1.6
11122024-11-20T23:25:02.557Z Downloaded colored v2.1.0
11132024-11-20T23:25:02.559Z Downloaded lockfree-object-pool v0.1.6
11142024-11-20T23:25:02.562Z Downloaded http-body-util v0.1.2
11152024-11-20T23:25:02.566Z Downloaded cassowary v0.3.0
11162024-11-20T23:25:02.568Z Downloaded cbc v0.1.2
11172024-11-20T23:25:02.570Z Downloaded castaway v0.2.3
11182024-11-20T23:25:02.570Z Downloaded bit-set v0.5.3
11192024-11-20T23:25:02.573Z Downloaded cexpr v0.6.0
11202024-11-20T23:25:02.573Z Downloaded humantime v2.1.0
11212024-11-20T23:25:02.576Z Downloaded hubpack v0.1.2
11222024-11-20T23:25:02.578Z Downloaded hostname v0.4.0
11232024-11-20T23:25:02.578Z Downloaded bitfield-struct v0.6.2
11242024-11-20T23:25:02.580Z Downloaded bcrypt-pbkdf v0.10.0
11252024-11-20T23:25:02.580Z Downloaded http-range v0.1.5
11262024-11-20T23:25:02.580Z Downloaded hickory-proto v0.24.1
11272024-11-20T23:25:02.596Z Downloaded crucible-workspace-hack v0.1.0
11282024-11-20T23:25:02.599Z Downloaded atty v0.2.14
11292024-11-20T23:25:02.599Z Downloaded atomicwrites v0.4.4
11302024-11-20T23:25:02.601Z Downloaded async-stream-impl v0.3.6
11312024-11-20T23:25:02.601Z Downloaded aho-corasick v1.1.3
11322024-11-20T23:25:02.606Z Downloaded darling v0.20.10
11332024-11-20T23:25:02.610Z Downloaded aes-gcm v0.10.3
11342024-11-20T23:25:02.614Z Downloaded heapless v0.7.17
11352024-11-20T23:25:02.618Z Downloaded headers-core v0.3.0
11362024-11-20T23:25:02.622Z Downloaded arrayvec v0.7.6
11372024-11-20T23:25:02.624Z Downloaded argon2 v0.5.3
11382024-11-20T23:25:02.624Z Downloaded arc-swap v1.7.1
11392024-11-20T23:25:02.627Z Downloaded allocator-api2 v0.2.18
11402024-11-20T23:25:02.659Z Downloaded libsqlite3-sys v0.30.1
11412024-11-20T23:25:02.766Z Downloaded ring v0.17.8
11422024-11-20T23:25:02.924Z Downloaded ring v0.16.20
11432024-11-20T23:25:03.172Z Downloaded aws-lc-sys v0.22.0
11442024-11-20T23:25:03.543Z Compiling serde v1.0.215
11452024-11-20T23:25:03.545Z Compiling lock_api v0.4.12
11462024-11-20T23:25:03.545Z Compiling scopeguard v1.2.0
11472024-11-20T23:25:03.545Z Compiling value-bag v1.9.0
11482024-11-20T23:25:03.545Z Compiling typenum v1.17.0
11492024-11-20T23:25:03.545Z Compiling generic-array v0.14.7
11502024-11-20T23:25:03.730Z Compiling syn v2.0.87
11512024-11-20T23:25:03.733Z Compiling getrandom v0.2.15
11522024-11-20T23:25:03.854Z Compiling shlex v1.3.0
11532024-11-20T23:25:04.088Z Compiling rand_core v0.6.4
11542024-11-20T23:25:04.215Z Compiling log v0.4.22
11552024-11-20T23:25:05.311Z Compiling subtle v2.6.1
11562024-11-20T23:25:05.313Z Compiling jobserver v0.1.32
11572024-11-20T23:25:05.313Z Compiling const-oid v0.9.6
11582024-11-20T23:25:05.313Z Compiling smallvec v1.13.2
11592024-11-20T23:25:05.313Z Compiling spin v0.9.8
11602024-11-20T23:25:05.313Z Compiling pin-project-lite v0.2.14
11612024-11-20T23:25:05.313Z Compiling cc v1.1.30
11622024-11-20T23:25:05.313Z Compiling rustix v0.38.37
11632024-11-20T23:25:05.315Z Compiling parking_lot_core v0.9.10
11642024-11-20T23:25:05.315Z Compiling futures-core v0.3.31
11652024-11-20T23:25:05.419Z Compiling signal-hook-registry v1.4.2
11662024-11-20T23:25:05.511Z Compiling mio v1.0.2
11672024-11-20T23:25:06.139Z Compiling parking_lot v0.12.3
11682024-11-20T23:25:06.338Z Compiling aho-corasick v1.1.3
11692024-11-20T23:25:06.394Z Compiling either v1.13.0
11702024-11-20T23:25:06.552Z Compiling cpufeatures v0.2.14
11712024-11-20T23:25:06.659Z Compiling regex-syntax v0.8.5
11722024-11-20T23:25:06.681Z Compiling lazy_static v1.5.0
11732024-11-20T23:25:06.798Z Compiling stable_deref_trait v1.2.0
11742024-11-20T23:25:06.830Z Compiling glob v0.3.1
11752024-11-20T23:25:06.855Z Compiling futures-sink v0.3.31
11762024-11-20T23:25:06.916Z Compiling socket2 v0.5.7
11772024-11-20T23:25:07.006Z Compiling slab v0.4.9
11782024-11-20T23:25:07.099Z Compiling prettyplease v0.2.25
11792024-11-20T23:25:07.456Z Compiling minimal-lexical v0.2.1
11802024-11-20T23:25:07.791Z Compiling libloading v0.8.5
11812024-11-20T23:25:07.870Z Compiling clang-sys v1.8.1
11822024-11-20T23:25:07.942Z Compiling nom v7.1.3
11832024-11-20T23:25:07.989Z Compiling serde_json v1.0.132
11842024-11-20T23:25:08.229Z Compiling home v0.5.9
11852024-11-20T23:25:08.302Z Compiling bindgen v0.69.5
11862024-11-20T23:25:08.580Z Compiling futures-channel v0.3.31
11872024-11-20T23:25:09.037Z Compiling itertools v0.12.1
11882024-11-20T23:25:09.235Z Compiling rustc-hash v1.1.0
11892024-11-20T23:25:09.390Z Compiling pin-utils v0.1.0
11902024-11-20T23:25:09.448Z Compiling futures-io v0.3.31
11912024-11-20T23:25:09.488Z Compiling allocator-api2 v0.2.18
11922024-11-20T23:25:09.797Z Compiling foldhash v0.1.3
11932024-11-20T23:25:10.114Z Compiling futures-task v0.3.31
11942024-11-20T23:25:10.371Z Compiling lazycell v1.3.0
11952024-11-20T23:25:10.409Z Compiling regex-automata v0.4.8
11962024-11-20T23:25:10.545Z Compiling hashbrown v0.15.0
11972024-11-20T23:25:11.888Z Compiling cexpr v0.6.0
11982024-11-20T23:25:11.932Z Compiling cmake v0.1.51
11992024-11-20T23:25:12.154Z Compiling synstructure v0.13.1
12002024-11-20T23:25:13.020Z Compiling pkg-config v0.3.31
12012024-11-20T23:25:13.789Z Compiling tinyvec_macros v0.1.1
12022024-11-20T23:25:13.855Z Compiling libm v0.2.8
12032024-11-20T23:25:13.889Z Compiling fs_extra v1.3.0
12042024-11-20T23:25:13.969Z Compiling dunce v1.0.5
12052024-11-20T23:25:14.117Z Compiling tinyvec v1.8.0
12062024-11-20T23:25:14.236Z Compiling num-traits v0.2.19
12072024-11-20T23:25:14.696Z Compiling ring v0.17.8
12082024-11-20T23:25:14.756Z Compiling writeable v0.5.5
12092024-11-20T23:25:15.400Z Compiling base64ct v1.6.0
12102024-11-20T23:25:15.662Z Compiling unicode-normalization v0.1.24
12112024-11-20T23:25:15.682Z Compiling unicode-bidi v0.3.17
12122024-11-20T23:25:15.901Z Compiling litemap v0.7.3
12132024-11-20T23:25:15.944Z Compiling paste v1.0.15
12142024-11-20T23:25:16.280Z Compiling regex v1.11.1
12152024-11-20T23:25:16.547Z Compiling pem-rfc7468 v0.7.0
12162024-11-20T23:25:17.165Z Compiling aws-lc-rs v1.10.0
12172024-11-20T23:25:17.410Z Compiling httparse v1.9.5
12182024-11-20T23:25:17.484Z Compiling flagset v0.4.6
12192024-11-20T23:25:17.666Z Compiling tracing-core v0.1.32
12202024-11-20T23:25:18.089Z Compiling percent-encoding v2.3.1
12212024-11-20T23:25:18.505Z Compiling crossbeam-utils v0.8.20
12222024-11-20T23:25:18.801Z Compiling rustls-pki-types v1.9.0
12232024-11-20T23:25:18.828Z Compiling icu_locid_transform_data v1.5.0
12242024-11-20T23:25:19.060Z Compiling icu_properties_data v1.5.0
12252024-11-20T23:25:19.131Z Compiling time-core v0.1.2
12262024-11-20T23:25:19.213Z Compiling serde_derive v1.0.215
12272024-11-20T23:25:19.316Z Compiling zeroize_derive v1.4.2
12282024-11-20T23:25:19.339Z Compiling zerocopy-derive v0.7.35
12292024-11-20T23:25:19.619Z Compiling tokio-macros v2.4.0
12302024-11-20T23:25:19.987Z Compiling zerofrom-derive v0.1.4
12312024-11-20T23:25:20.905Z Compiling zeroize v1.8.1
12322024-11-20T23:25:21.049Z Compiling yoke-derive v0.7.4
12332024-11-20T23:25:21.285Z Compiling thiserror-impl v1.0.69
12342024-11-20T23:25:21.673Z Compiling zerocopy v0.7.35
12352024-11-20T23:25:22.656Z Compiling crypto-common v0.1.6
12362024-11-20T23:25:22.914Z Compiling block-buffer v0.10.4
12372024-11-20T23:25:23.194Z Compiling digest v0.10.7
12382024-11-20T23:25:23.441Z Compiling zerovec-derive v0.10.3
12392024-11-20T23:25:23.702Z Compiling hmac v0.12.1
12402024-11-20T23:25:23.726Z Compiling futures-macro v0.3.31
12412024-11-20T23:25:23.981Z Compiling block-padding v0.3.3
12422024-11-20T23:25:24.095Z Compiling zerofrom v0.1.4
12432024-11-20T23:25:24.212Z Compiling displaydoc v0.2.5
12442024-11-20T23:25:24.230Z Compiling inout v0.1.3
12452024-11-20T23:25:24.334Z Compiling yoke v0.7.4
12462024-11-20T23:25:24.521Z Compiling cipher v0.4.4
12472024-11-20T23:25:24.718Z Compiling sha2 v0.10.8
12482024-11-20T23:25:24.800Z Compiling thiserror v1.0.69
12492024-11-20T23:25:24.930Z Compiling ppv-lite86 v0.2.20
12502024-11-20T23:25:25.042Z Compiling icu_provider_macros v1.5.0
12512024-11-20T23:25:25.658Z Compiling futures-util v0.3.31
12522024-11-20T23:25:25.772Z Compiling der_derive v0.7.3
12532024-11-20T23:25:25.922Z Compiling rand_chacha v0.3.1
12542024-11-20T23:25:25.946Z Compiling tracing-attributes v0.1.27
12552024-11-20T23:25:26.244Z Compiling salsa20 v0.10.2
12562024-11-20T23:25:26.271Z Compiling zerovec v0.10.4
12572024-11-20T23:25:26.492Z Compiling rand v0.8.5
12582024-11-20T23:25:28.213Z Compiling tinystr v0.7.6
12592024-11-20T23:25:28.419Z Compiling der v0.7.9
12602024-11-20T23:25:28.483Z Compiling icu_collections v1.5.0
12612024-11-20T23:25:28.598Z Compiling pest v2.7.14
12622024-11-20T23:25:28.724Z Compiling icu_locid v1.5.0
12632024-11-20T23:25:28.809Z Compiling pbkdf2 v0.12.2
12642024-11-20T23:25:28.997Z Compiling vcpkg v0.2.15
12652024-11-20T23:25:30.033Z Compiling icu_provider v1.5.0
12662024-11-20T23:25:30.053Z Compiling tracing v0.1.40
12672024-11-20T23:25:30.585Z Compiling untrusted v0.9.0
12682024-11-20T23:25:30.788Z Compiling spki v0.7.3
12692024-11-20T23:25:31.192Z Compiling icu_locid_transform v1.5.0
12702024-11-20T23:25:31.213Z Compiling untrusted v0.7.1
12712024-11-20T23:25:31.249Z Compiling powerfmt v0.2.0
12722024-11-20T23:25:31.332Z Compiling mirai-annotations v1.12.0
12732024-11-20T23:25:31.404Z Compiling num-conv v0.1.0
12742024-11-20T23:25:31.536Z Compiling deranged v0.3.11
12752024-11-20T23:25:31.681Z Compiling openssl-sys v0.9.103
12762024-11-20T23:25:31.709Z Compiling time-macros v0.2.18
12772024-11-20T23:25:31.834Z Compiling pest_meta v2.7.14
12782024-11-20T23:25:32.255Z Compiling scrypt v0.11.0
12792024-11-20T23:25:32.814Z Compiling icu_properties v1.5.1
12802024-11-20T23:25:32.891Z Compiling aes v0.8.4
12812024-11-20T23:25:33.639Z Compiling cbc v0.1.2
12822024-11-20T23:25:33.922Z Compiling scroll_derive v0.12.0
12832024-11-20T23:25:34.470Z Compiling bitflags v2.6.0
12842024-11-20T23:25:34.954Z Compiling bytes v1.8.0
12852024-11-20T23:25:35.519Z Compiling indexmap v2.6.0
12862024-11-20T23:25:35.866Z Compiling tokio v1.40.0
12872024-11-20T23:25:36.014Z Compiling http v1.1.0
12882024-11-20T23:25:36.329Z Compiling semver v1.0.23
12892024-11-20T23:25:37.096Z Compiling rustc_version v0.4.1
12902024-11-20T23:25:37.162Z Compiling num_threads v0.1.7
12912024-11-20T23:25:37.211Z Compiling icu_normalizer_data v1.5.0
12922024-11-20T23:25:37.296Z Compiling write16 v1.0.0
12932024-11-20T23:25:37.313Z Compiling utf16_iter v1.0.5
12942024-11-20T23:25:37.455Z Compiling utf8_iter v1.0.4
12952024-11-20T23:25:37.526Z Compiling atomic-waker v1.1.2
12962024-11-20T23:25:37.708Z Compiling icu_normalizer v1.5.0
12972024-11-20T23:25:37.731Z Compiling http-body v1.0.1
12982024-11-20T23:25:37.911Z Compiling time v0.3.36
12992024-11-20T23:25:37.960Z Compiling scroll v0.12.0
13002024-11-20T23:25:37.989Z Compiling pkcs5 v0.7.1
13012024-11-20T23:25:38.568Z Compiling pest_generator v2.7.14
13022024-11-20T23:25:38.801Z Compiling form_urlencoded v1.2.1
13032024-11-20T23:25:38.827Z Compiling try-lock v0.2.5
13042024-11-20T23:25:38.995Z Compiling slog v2.7.0
13052024-11-20T23:25:39.143Z Compiling want v0.3.1
13062024-11-20T23:25:39.338Z Compiling which v4.4.2
13072024-11-20T23:25:39.440Z Compiling goblin v0.8.2
13082024-11-20T23:25:39.803Z Compiling pkcs8 v0.10.2
13092024-11-20T23:25:39.949Z Compiling idna_adapter v1.2.0
13102024-11-20T23:25:40.194Z Compiling httpdate v1.0.3
13112024-11-20T23:25:40.574Z Compiling idna v1.0.3
13122024-11-20T23:25:40.754Z Compiling pest_derive v2.7.14
13132024-11-20T23:25:40.821Z Compiling serde_spanned v0.6.8
13142024-11-20T23:25:41.046Z Compiling toml_datetime v0.6.8
13152024-11-20T23:25:41.570Z Compiling dtrace-parser v0.2.0
13162024-11-20T23:25:41.598Z Compiling serde_tokenstream v0.2.2
13172024-11-20T23:25:41.642Z Compiling uuid v1.11.0
13182024-11-20T23:25:46.079Z Compiling openssl v0.10.66
13192024-11-20T23:25:46.123Z Compiling base64 v0.22.1
13202024-11-20T23:25:46.123Z Compiling iana-time-zone v0.1.61
13212024-11-20T23:25:46.124Z Compiling match_cfg v0.1.0
13222024-11-20T23:25:46.124Z Compiling adler2 v2.0.0
13232024-11-20T23:25:46.124Z Compiling rustversion v1.0.17
13242024-11-20T23:25:46.124Z Compiling tower-service v0.3.3
13252024-11-20T23:25:46.124Z Compiling foreign-types-shared v0.1.1
13262024-11-20T23:25:46.124Z Compiling miniz_oxide v0.8.0
13272024-11-20T23:25:46.124Z Compiling foreign-types v0.3.2
13282024-11-20T23:25:46.124Z Compiling hostname v0.3.1
13292024-11-20T23:25:46.124Z Compiling chrono v0.4.38
13302024-11-20T23:25:46.124Z Compiling url v2.5.3
13312024-11-20T23:25:46.124Z Compiling async-trait v0.1.83
13322024-11-20T23:25:46.124Z Compiling tokio-util v0.7.12
13332024-11-20T23:25:46.124Z Compiling openssl-macros v0.1.1
13342024-11-20T23:25:46.124Z Compiling dof v0.3.0
13352024-11-20T23:25:46.162Z Compiling h2 v0.4.6
13362024-11-20T23:25:46.566Z Compiling dirs-sys-next v0.1.2
13372024-11-20T23:25:46.955Z Compiling usdt-impl v0.5.0
13382024-11-20T23:25:47.255Z Compiling data-encoding v2.6.0
13392024-11-20T23:25:47.564Z Compiling rustls v0.22.4
13402024-11-20T23:25:47.848Z Compiling siphasher v0.3.11
13412024-11-20T23:25:48.256Z Compiling rustls v0.23.14
13422024-11-20T23:25:48.279Z Compiling native-tls v0.2.12
13432024-11-20T23:25:48.577Z Compiling syn v1.0.109
13442024-11-20T23:25:48.681Z Compiling dirs-next v2.0.0
13452024-11-20T23:25:49.319Z Compiling http-body-util v0.1.2
13462024-11-20T23:25:49.879Z Compiling heapless v0.7.17
13472024-11-20T23:25:49.902Z Compiling crossbeam-epoch v0.9.18
13482024-11-20T23:25:50.347Z Compiling signature v2.2.0
13492024-11-20T23:25:50.386Z Compiling sha1 v0.10.6
13502024-11-20T23:25:50.405Z Compiling bzip2-sys v0.1.11+1.0.8
13512024-11-20T23:25:50.644Z Compiling serde_derive_internals v0.29.1
13522024-11-20T23:25:50.717Z Compiling thread_local v1.1.8
13532024-11-20T23:25:50.799Z Compiling encoding_rs v0.8.34
13542024-11-20T23:25:50.903Z Compiling multer v3.1.0
13552024-11-20T23:25:51.195Z Compiling cookie v0.18.1
13562024-11-20T23:25:51.287Z Compiling unicode-properties v0.1.3
13572024-11-20T23:25:51.478Z Compiling gimli v0.31.1
13582024-11-20T23:25:51.737Z Compiling schemars v0.8.21
13592024-11-20T23:25:52.090Z Compiling rayon-core v1.12.1
13602024-11-20T23:25:52.365Z Compiling signal-hook v0.3.17
13612024-11-20T23:25:52.389Z Compiling ipnet v2.10.1
13622024-11-20T23:25:52.628Z Compiling openssl-probe v0.1.5
13632024-11-20T23:25:53.018Z Compiling mime v0.3.17
13642024-11-20T23:25:53.560Z Compiling hyper v1.5.0
13652024-11-20T23:25:53.724Z Compiling slog-async v2.8.0
13662024-11-20T23:25:53.745Z Compiling schemars_derive v0.8.21
13672024-11-20T23:25:54.336Z Compiling toml_edit v0.22.22
13682024-11-20T23:25:56.140Z Compiling hyper-util v0.1.10
13692024-11-20T23:25:57.013Z Compiling addr2line v0.24.2
13702024-11-20T23:25:57.357Z Compiling stringprep v0.1.5
13712024-11-20T23:25:57.733Z Compiling crossbeam-deque v0.8.5
13722024-11-20T23:25:57.837Z Compiling usdt-macro v0.5.0
13732024-11-20T23:25:57.928Z Compiling usdt-attr-macro v0.5.0
13742024-11-20T23:25:58.682Z Compiling term v0.7.0
13752024-11-20T23:25:59.256Z Compiling slog-json v2.6.1
13762024-11-20T23:25:59.413Z Compiling serde_urlencoded v0.7.1
13772024-11-20T23:25:59.466Z Compiling curve25519-dalek v4.1.3
13782024-11-20T23:25:59.640Z Compiling crossbeam-channel v0.5.13
13792024-11-20T23:25:59.643Z Compiling futures-executor v0.3.31
13802024-11-20T23:25:59.960Z Compiling enum-as-inner v0.6.1
13812024-11-20T23:26:00.102Z Compiling md-5 v0.10.6
13822024-11-20T23:26:00.298Z Compiling rustls-pemfile v2.2.0
13832024-11-20T23:26:00.374Z Compiling async-stream-impl v0.3.6
13842024-11-20T23:26:00.625Z Compiling num-integer v0.1.46
13852024-11-20T23:26:00.658Z Compiling idna v0.3.0
13862024-11-20T23:26:00.686Z Compiling idna v0.4.0
13872024-11-20T23:26:01.109Z Compiling hash32 v0.2.1
13882024-11-20T23:26:01.468Z Compiling ff v0.13.0
13892024-11-20T23:26:01.526Z Compiling is-terminal v0.4.13
13902024-11-20T23:26:01.665Z Compiling object v0.36.5
13912024-11-20T23:26:01.729Z Compiling dropshot v0.12.0
13922024-11-20T23:26:01.816Z Compiling dyn-clone v1.0.17
13932024-11-20T23:26:02.030Z Compiling base16ct v0.2.0
13942024-11-20T23:26:02.051Z Compiling take_mut v0.2.2
13952024-11-20T23:26:02.218Z Compiling quick-error v1.2.3
13962024-11-20T23:26:02.376Z Compiling fallible-iterator v0.2.0
13972024-11-20T23:26:02.397Z Compiling psl-types v2.0.11
13982024-11-20T23:26:02.420Z Compiling linked-hash-map v0.5.6
13992024-11-20T23:26:02.449Z Compiling num-bigint-dig v0.8.4
14002024-11-20T23:26:02.600Z Compiling portable-atomic v1.9.0
14012024-11-20T23:26:02.746Z Compiling utf-8 v0.7.6
14022024-11-20T23:26:02.816Z Compiling smoltcp v0.9.1
14032024-11-20T23:26:03.077Z Compiling rustc-demangle v0.1.24
14042024-11-20T23:26:03.097Z Compiling anyhow v1.0.93
14052024-11-20T23:26:03.146Z Compiling postgres-protocol v0.6.7
14062024-11-20T23:26:03.598Z Compiling tungstenite v0.24.0
14072024-11-20T23:26:03.856Z Compiling lru-cache v0.1.2
14082024-11-20T23:26:04.106Z Compiling publicsuffix v2.2.3
14092024-11-20T23:26:04.150Z Compiling resolv-conf v0.7.0
14102024-11-20T23:26:04.207Z Compiling sec1 v0.7.3
14112024-11-20T23:26:05.045Z Compiling async-stream v0.3.6
14122024-11-20T23:26:05.159Z Compiling group v0.13.0
14132024-11-20T23:26:05.165Z Compiling usdt v0.5.0
14142024-11-20T23:26:05.338Z Compiling slog-term v2.9.1
14152024-11-20T23:26:05.676Z Compiling hickory-proto v0.24.1
14162024-11-20T23:26:06.095Z Compiling num-iter v0.1.45
14172024-11-20T23:26:06.429Z Compiling futures v0.3.31
14182024-11-20T23:26:06.554Z Compiling slog-bunyan v2.5.0
14192024-11-20T23:26:06.806Z Compiling toml v0.8.19
14202024-11-20T23:26:08.686Z Compiling tokio-native-tls v0.3.1
14212024-11-20T23:26:08.768Z Compiling camino v1.1.9
14222024-11-20T23:26:09.015Z Compiling phf_shared v0.11.2
14232024-11-20T23:26:09.448Z Compiling backtrace v0.3.74
14242024-11-20T23:26:09.450Z Compiling dropshot_endpoint v0.12.0
14252024-11-20T23:26:09.753Z Compiling terminal_size v0.4.0
14262024-11-20T23:26:09.783Z Compiling waitgroup v0.1.2
14272024-11-20T23:26:09.991Z Compiling openapiv3 v2.0.0
14282024-11-20T23:26:10.019Z Compiling serde_path_to_error v0.1.16
14292024-11-20T23:26:10.223Z Compiling hkdf v0.12.4
14302024-11-20T23:26:10.512Z Compiling crypto-bigint v0.5.5
14312024-11-20T23:26:10.903Z Compiling webpki-roots v0.26.6
14322024-11-20T23:26:11.138Z Compiling curve25519-dalek-derive v0.1.1
14332024-11-20T23:26:12.784Z Compiling zerocopy-derive v0.6.6
14342024-11-20T23:26:12.988Z Compiling hubpack_derive v0.1.1
14352024-11-20T23:26:13.348Z Compiling idna v0.5.0
14362024-11-20T23:26:13.948Z Compiling hostname v0.4.0
14372024-11-20T23:26:14.230Z Compiling fs-err v2.11.0
14382024-11-20T23:26:14.406Z Compiling crc32fast v1.4.2
14392024-11-20T23:26:14.544Z Compiling ahash v0.8.11
14402024-11-20T23:26:14.661Z Compiling managed v0.8.0
14412024-11-20T23:26:14.757Z Compiling debug-ignore v1.0.5
14422024-11-20T23:26:14.886Z Compiling bitflags v1.3.2
14432024-11-20T23:26:14.910Z Compiling winnow v0.5.40
14442024-11-20T23:26:14.997Z Compiling console v0.15.8
14452024-11-20T23:26:15.155Z Compiling clap_builder v4.5.21
14462024-11-20T23:26:15.176Z Compiling zerocopy v0.6.6
14472024-11-20T23:26:16.144Z Compiling strum_macros v0.25.3
14482024-11-20T23:26:16.681Z Compiling flate2 v1.0.34
14492024-11-20T23:26:16.971Z Compiling cookie_store v0.21.0
14502024-11-20T23:26:17.002Z Compiling hubpack v0.1.2
14512024-11-20T23:26:17.371Z Compiling elliptic-curve v0.13.8
14522024-11-20T23:26:17.697Z Compiling hickory-resolver v0.24.1
14532024-11-20T23:26:18.684Z Compiling toml_edit v0.19.15
14542024-11-20T23:26:18.976Z Compiling phf v0.11.2
14552024-11-20T23:26:19.276Z Compiling signal-hook-mio v0.2.4
14562024-11-20T23:26:19.298Z Compiling hyper-tls v0.6.0
14572024-11-20T23:26:19.458Z Compiling rayon v1.10.0
14582024-11-20T23:26:19.774Z Compiling bzip2 v0.4.4
14592024-11-20T23:26:20.630Z Compiling tokio-tungstenite v0.24.0
14602024-11-20T23:26:21.267Z Compiling postgres-types v0.2.8
14612024-11-20T23:26:24.337Z Compiling ed25519 v2.2.3
14622024-11-20T23:26:24.559Z Compiling phf_shared v0.10.0
14632024-11-20T23:26:24.910Z Compiling tokio-stream v0.1.16
14642024-11-20T23:26:25.004Z Compiling pkcs1 v0.7.5
14652024-11-20T23:26:25.160Z Compiling serde-big-array v0.5.1
14662024-11-20T23:26:25.413Z Compiling clap_derive v4.5.18
14672024-11-20T23:26:26.026Z Compiling rfc6979 v0.4.0
14682024-11-20T23:26:26.048Z Compiling derive-where v1.2.7
14692024-11-20T23:26:26.083Z Compiling serde_repr v0.1.19
14702024-11-20T23:26:26.215Z Compiling float-cmp v0.9.0
14712024-11-20T23:26:26.283Z Compiling bstr v1.10.0
14722024-11-20T23:26:26.457Z Compiling sync_wrapper v1.0.1
14732024-11-20T23:26:26.633Z Compiling unicode-segmentation v1.12.0
14742024-11-20T23:26:27.176Z Compiling normalize-line-endings v0.3.0
14752024-11-20T23:26:27.316Z Compiling unicode-width v0.2.0
14762024-11-20T23:26:27.358Z Compiling predicates-core v1.0.8
14772024-11-20T23:26:27.583Z Compiling number_prefix v0.4.0
14782024-11-20T23:26:27.738Z Compiling bit-vec v0.6.3
14792024-11-20T23:26:27.824Z Compiling difflib v0.4.0
14802024-11-20T23:26:27.875Z Compiling precomputed-hash v0.1.1
14812024-11-20T23:26:28.008Z Compiling new_debug_unreachable v1.0.6
14822024-11-20T23:26:28.117Z Compiling fixedbitset v0.4.2
14832024-11-20T23:26:28.149Z Compiling static_assertions v1.1.0
14842024-11-20T23:26:28.230Z Compiling whoami v1.5.2
14852024-11-20T23:26:28.259Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14862024-11-20T23:26:28.631Z Compiling petgraph v0.6.5
14872024-11-20T23:26:28.926Z Compiling tokio-postgres v0.7.12
14882024-11-20T23:26:29.611Z Compiling predicates v3.1.2
14892024-11-20T23:26:29.838Z Compiling bit-set v0.5.3
14902024-11-20T23:26:30.168Z Compiling string_cache v0.8.7
14912024-11-20T23:26:30.683Z Compiling indicatif v0.17.9
14922024-11-20T23:26:30.761Z Compiling clap v4.5.21
14932024-11-20T23:26:30.902Z Compiling similar v2.6.0
14942024-11-20T23:26:31.505Z Compiling ecdsa v0.16.9
14952024-11-20T23:26:32.402Z Compiling rsa v0.9.6
14962024-11-20T23:26:32.958Z Compiling ed25519-dalek v2.1.1
14972024-11-20T23:26:33.085Z Compiling toml v0.7.8
14982024-11-20T23:26:33.471Z Compiling zip v0.6.6
14992024-11-20T23:26:34.368Z Compiling crossterm v0.28.1
15002024-11-20T23:26:34.991Z Compiling hex v0.4.3
15012024-11-20T23:26:35.424Z Compiling x509-cert v0.2.5
15022024-11-20T23:26:35.585Z Compiling itertools v0.10.5
15032024-11-20T23:26:35.619Z Compiling unicode-xid v0.2.6
15042024-11-20T23:26:35.693Z Compiling peg-runtime v0.8.3
15052024-11-20T23:26:35.881Z Compiling lalrpop-util v0.19.12
15062024-11-20T23:26:35.909Z Compiling strum_macros v0.26.4
15072024-11-20T23:26:36.198Z Compiling xattr v1.3.1
15082024-11-20T23:26:36.389Z Compiling filetime v0.2.25
15092024-11-20T23:26:36.709Z Compiling tar v0.4.42
15102024-11-20T23:26:41.265Z Compiling strum v0.26.3
15112024-11-20T23:26:44.363Z Compiling aws-lc-sys v0.22.0
15122024-11-20T23:27:17.739Z Compiling rustls-webpki v0.102.8
15132024-11-20T23:27:21.326Z Compiling tokio-rustls v0.25.0
15142024-11-20T23:27:23.020Z Compiling tokio-rustls v0.26.0
15152024-11-20T23:27:23.396Z Compiling hyper-rustls v0.27.3
15162024-11-20T23:27:23.786Z Compiling reqwest v0.12.9
15172024-11-20T23:27:25.348Z Compiling qorb v0.2.0
15182024-11-20T23:27:30.065Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15192024-11-20T23:27:30.327Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15202024-11-20T23:27:36.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
15212024-11-20T23:27:36.660Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15222024-11-20T23:27:36.715ZNov 20 23:27:36.124 INFO Starting download, target: DendriteOpenapi
15232024-11-20T23:27:36.715ZNov 20 23:27:36.124 INFO Starting download, target: Clickhouse
15242024-11-20T23:27:36.715ZNov 20 23:27:36.124 INFO Starting download, target: Cockroach
15252024-11-20T23:27:36.716ZNov 20 23:27:36.124 INFO Starting download, target: Console
15262024-11-20T23:27:36.716ZNov 20 23:27:36.124 INFO Starting download, target: DendriteStub
15272024-11-20T23:27:36.716ZNov 20 23:27:36.124 INFO Starting download, target: MaghemiteMgd
15282024-11-20T23:27:36.718ZNov 20 23:27:36.124 INFO Starting download, target: TransceiverControl
15292024-11-20T23:27:36.719ZNov 20 23:27:36.125 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi
15302024-11-20T23:27:36.719ZNov 20 23:27:36.125 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15312024-11-20T23:27:36.719ZNov 20 23:27:36.125 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15322024-11-20T23:27:36.719ZNov 20 23:27:36.125 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15332024-11-20T23:27:36.719ZNov 20 23:27:36.125 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15342024-11-20T23:27:36.719ZNov 20 23:27:36.125 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15352024-11-20T23:27:36.719ZNov 20 23:27:36.125 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15362024-11-20T23:27:36.877ZNov 20 23:27:36.281 INFO Download complete, target: DendriteOpenapi
15372024-11-20T23:27:37.127ZNov 20 23:27:36.526 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15382024-11-20T23:27:37.279ZNov 20 23:27:36.665 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15392024-11-20T23:27:37.580ZNov 20 23:27:36.987 INFO Download complete, target: Console
15402024-11-20T23:27:37.605ZNov 20 23:27:37.011 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15412024-11-20T23:27:37.632ZNov 20 23:27:37.023 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15422024-11-20T23:27:37.829ZNov 20 23:27:37.227 INFO Download complete, target: TransceiverControl
15432024-11-20T23:27:38.311ZNov 20 23:27:37.720 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15442024-11-20T23:27:38.311ZNov 20 23:27:37.720 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15452024-11-20T23:27:38.963ZNov 20 23:27:38.373 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15462024-11-20T23:27:40.581ZNov 20 23:27:39.990 INFO Download complete, target: DendriteStub
15472024-11-20T23:27:40.629ZNov 20 23:27:40.038 INFO Download complete, target: MaghemiteMgd
15482024-11-20T23:27:45.717ZNov 20 23:27:45.125 INFO Checking that binary works, target: Cockroach
15492024-11-20T23:27:45.955ZNov 20 23:27:45.363 INFO Download complete, target: Cockroach
15502024-11-20T23:27:51.067ZNov 20 23:27:50.475 INFO Checking that binary works, target: Clickhouse
15512024-11-20T23:27:51.498ZNov 20 23:27:50.906 INFO Download complete, target: Clickhouse
15522024-11-20T23:27:51.505ZAll prerequisites installed successfully
15532024-11-20T23:27:51.508Z
15542024-11-20T23:27:51.508Zreal 6:14.515592648
15552024-11-20T23:27:51.508Zuser 17:13.285904157
15562024-11-20T23:27:51.508Zsys 3:22.862084321
15572024-11-20T23:27:51.508Ztrap 0.596998192
15582024-11-20T23:27:51.508Ztflt 5.480390872
15592024-11-20T23:27:51.508Zdflt 5.224725255
15602024-11-20T23:27:51.508Zkflt 0.472155069
15612024-11-20T23:27:51.508Zlock 30:28.813913029
15622024-11-20T23:27:51.508Zslp 1:07:01.416636981
15632024-11-20T23:27:51.508Zlat 56.231067364
15642024-11-20T23:27:51.508Zstop 2:23.333913024
15652024-11-20T23:27:51.508Z+ ptime -m cargo xtask download softnpu
15662024-11-20T23:27:52.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15672024-11-20T23:27:52.093Z Running `target/debug/xtask download softnpu`
15682024-11-20T23:27:52.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
15692024-11-20T23:27:53.004Z Running `target/debug/xtask-downloader softnpu`
15702024-11-20T23:27:53.043ZNov 20 23:27:52.451 INFO Starting download, target: Softnpu
15712024-11-20T23:27:53.045ZNov 20 23:27:52.451 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15722024-11-20T23:27:53.996ZNov 20 23:27:53.404 INFO Download complete, target: Softnpu
15732024-11-20T23:27:54.000Z
15742024-11-20T23:27:54.002Zreal 2.486903228
15752024-11-20T23:27:54.002Zuser 1.313859987
15762024-11-20T23:27:54.002Zsys 0.572559723
15772024-11-20T23:27:54.002Ztrap 0.000788533
15782024-11-20T23:27:54.002Ztflt 0.000014828
15792024-11-20T23:27:54.002Zdflt 0.000008190
15802024-11-20T23:27:54.002Zkflt 0.000000000
15812024-11-20T23:27:54.002Zlock 10.037251093
15822024-11-20T23:27:54.002Zslp 0.775978911
15832024-11-20T23:27:54.002Zlat 0.068769265
15842024-11-20T23:27:54.003Zstop 0.000173366
15852024-11-20T23:27:54.003Z+ export CARGO_INCREMENTAL=0
15862024-11-20T23:27:54.003Z+ CARGO_INCREMENTAL=0
15872024-11-20T23:27:54.003Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15882024-11-20T23:27:54.997Z Compiling proc-macro2 v1.0.89
15892024-11-20T23:27:54.997Z Compiling unicode-ident v1.0.13
15902024-11-20T23:27:54.997Z Compiling libc v0.2.162
15912024-11-20T23:27:55.000Z Compiling serde v1.0.215
15922024-11-20T23:27:55.000Z Compiling autocfg v1.4.0
15932024-11-20T23:27:55.000Z Compiling version_check v0.9.5
15942024-11-20T23:27:55.000Z Compiling cfg-if v1.0.0
15952024-11-20T23:27:55.261Z Compiling memchr v2.7.4
15962024-11-20T23:27:55.300Z Compiling typenum v1.17.0
15972024-11-20T23:27:55.366Z Compiling shlex v1.3.0
15982024-11-20T23:27:55.767Z Compiling value-bag v1.9.0
15992024-11-20T23:27:55.788Z Compiling scopeguard v1.2.0
16002024-11-20T23:27:55.950Z Compiling generic-array v0.14.7
16012024-11-20T23:27:56.021Z Compiling lock_api v0.4.12
16022024-11-20T23:27:56.241Z Compiling log v0.4.22
16032024-11-20T23:27:56.365Z Compiling parking_lot_core v0.9.10
16042024-11-20T23:27:56.783Z Compiling once_cell v1.20.2
16052024-11-20T23:27:56.798Z Compiling serde_json v1.0.132
16062024-11-20T23:27:56.996Z Compiling quote v1.0.37
16072024-11-20T23:27:57.121Z Compiling rustix v0.38.37
16082024-11-20T23:27:57.146Z Compiling thiserror v1.0.69
16092024-11-20T23:27:57.173Z Compiling jobserver v0.1.32
16102024-11-20T23:27:57.419Z Compiling syn v2.0.87
16112024-11-20T23:27:57.564Z Compiling cc v1.1.30
16122024-11-20T23:27:57.642Z Compiling getrandom v0.2.15
16132024-11-20T23:27:57.776Z Compiling libm v0.2.8
16142024-11-20T23:27:57.876Z Compiling aho-corasick v1.1.3
16152024-11-20T23:27:57.962Z Compiling regex-syntax v0.8.5
16162024-11-20T23:27:57.995Z Compiling num-traits v0.2.19
16172024-11-20T23:27:58.016Z Compiling either v1.13.0
16182024-11-20T23:27:58.120Z Compiling itoa v1.0.11
16192024-11-20T23:27:58.289Z Compiling spin v0.9.8
16202024-11-20T23:27:58.452Z Compiling slab v0.4.9
16212024-11-20T23:27:58.770Z Compiling byteorder v1.5.0
16222024-11-20T23:27:59.059Z Compiling errno v0.3.9
16232024-11-20T23:27:59.243Z Compiling rand_core v0.6.4
16242024-11-20T23:27:59.273Z Compiling lazy_static v1.5.0
16252024-11-20T23:27:59.406Z Compiling glob v0.3.1
16262024-11-20T23:27:59.974Z Compiling prettyplease v0.2.25
16272024-11-20T23:28:00.267Z Compiling clang-sys v1.8.1
16282024-11-20T23:28:00.616Z Compiling minimal-lexical v0.2.1
16292024-11-20T23:28:00.770Z Compiling libloading v0.8.5
16302024-11-20T23:28:00.988Z Compiling allocator-api2 v0.2.18
16312024-11-20T23:28:01.126Z Compiling nom v7.1.3
16322024-11-20T23:28:01.151Z Compiling subtle v2.6.1
16332024-11-20T23:28:01.171Z Compiling home v0.5.9
16342024-11-20T23:28:01.450Z Compiling bindgen v0.69.5
16352024-11-20T23:28:01.740Z Compiling regex-automata v0.4.8
16362024-11-20T23:28:01.849Z Compiling itertools v0.12.1
16372024-11-20T23:28:01.917Z Compiling rustc-hash v1.1.0
16382024-11-20T23:28:02.074Z Compiling smallvec v1.13.2
16392024-11-20T23:28:02.388Z Compiling lazycell v1.3.0
16402024-11-20T23:28:02.568Z Compiling semver v1.0.23
16412024-11-20T23:28:02.587Z Compiling cmake v0.1.51
16422024-11-20T23:28:03.270Z Compiling dunce v1.0.5
16432024-11-20T23:28:03.414Z Compiling fs_extra v1.3.0
16442024-11-20T23:28:04.565Z Compiling pkg-config v0.3.31
16452024-11-20T23:28:04.601Z Compiling cexpr v0.6.0
16462024-11-20T23:28:04.896Z Compiling ring v0.17.8
16472024-11-20T23:28:04.916Z Compiling ryu v1.0.18
16482024-11-20T23:28:05.208Z Compiling pin-project-lite v0.2.14
16492024-11-20T23:28:05.211Z Compiling const-oid v0.9.6
16502024-11-20T23:28:05.354Z Compiling synstructure v0.13.1
16512024-11-20T23:28:06.229Z Compiling fnv v1.0.7
16522024-11-20T23:28:06.369Z Compiling paste v1.0.15
16532024-11-20T23:28:06.493Z Compiling httparse v1.9.5
16542024-11-20T23:28:06.906Z Compiling aws-lc-rs v1.10.0
16552024-11-20T23:28:06.924Z Compiling equivalent v1.0.1
16562024-11-20T23:28:07.036Z Compiling foldhash v0.1.3
16572024-11-20T23:28:07.313Z Compiling hashbrown v0.15.0
16582024-11-20T23:28:07.342Z Compiling regex v1.11.1
16592024-11-20T23:28:07.826Z Compiling heck v0.5.0
16602024-11-20T23:28:08.214Z Compiling schemars v0.8.21
16612024-11-20T23:28:08.418Z Compiling serde_derive_internals v0.29.1
16622024-11-20T23:28:08.552Z Compiling signal-hook-registry v1.4.2
16632024-11-20T23:28:08.605Z Compiling mio v1.0.2
16642024-11-20T23:28:08.731Z Compiling parking_lot v0.12.3
16652024-11-20T23:28:10.579Z Compiling stable_deref_trait v1.2.0
16662024-11-20T23:28:10.730Z Compiling crossbeam-utils v0.8.20
16672024-11-20T23:28:10.749Z Compiling socket2 v0.5.7
16682024-11-20T23:28:10.837Z Compiling futures-core v0.3.31
16692024-11-20T23:28:11.100Z Compiling serde_derive v1.0.215
16702024-11-20T23:28:11.157Z Compiling zeroize_derive v1.4.2
16712024-11-20T23:28:11.262Z Compiling zerocopy-derive v0.7.35
16722024-11-20T23:28:11.574Z Compiling thiserror-impl v1.0.69
16732024-11-20T23:28:12.438Z Compiling tokio-macros v2.4.0
16742024-11-20T23:28:12.455Z Compiling zerofrom-derive v0.1.4
16752024-11-20T23:28:12.703Z Compiling zeroize v1.8.1
16762024-11-20T23:28:12.903Z Compiling yoke-derive v0.7.4
16772024-11-20T23:28:13.195Z Compiling futures-macro v0.3.31
16782024-11-20T23:28:13.338Z Compiling zerovec-derive v0.10.3
16792024-11-20T23:28:13.973Z Compiling zerocopy v0.7.35
16802024-11-20T23:28:14.543Z Compiling displaydoc v0.2.5
16812024-11-20T23:28:15.245Z Compiling crypto-common v0.1.6
16822024-11-20T23:28:15.452Z Compiling tracing-attributes v0.1.27
16832024-11-20T23:28:15.606Z Compiling icu_provider_macros v1.5.0
16842024-11-20T23:28:15.665Z Compiling block-buffer v0.10.4
16852024-11-20T23:28:15.849Z Compiling schemars_derive v0.8.21
16862024-11-20T23:28:15.916Z Compiling digest v0.10.7
16872024-11-20T23:28:16.307Z Compiling der_derive v0.7.3
16882024-11-20T23:28:16.360Z Compiling time-core v0.1.2
16892024-11-20T23:28:16.551Z Compiling num-conv v0.1.0
16902024-11-20T23:28:16.852Z Compiling time-macros v0.2.18
16912024-11-20T23:28:17.667Z Compiling vcpkg v0.2.15
16922024-11-20T23:28:19.328Z Compiling openssl-sys v0.9.103
16932024-11-20T23:28:19.816Z Compiling cpufeatures v0.2.14
16942024-11-20T23:28:19.946Z Compiling futures-sink v0.3.31
16952024-11-20T23:28:20.011Z Compiling slog v2.7.0
16962024-11-20T23:28:20.201Z Compiling ahash v0.8.11
16972024-11-20T23:28:20.317Z Compiling syn v1.0.109
16982024-11-20T23:28:20.784Z Compiling zerofrom v0.1.4
16992024-11-20T23:28:21.005Z Compiling scroll_derive v0.12.0
17002024-11-20T23:28:21.026Z Compiling iana-time-zone v0.1.61
17012024-11-20T23:28:21.045Z Compiling ucd-trie v0.1.7
17022024-11-20T23:28:21.683Z Compiling pest v2.7.14
17032024-11-20T23:28:21.771Z Compiling yoke v0.7.4
17042024-11-20T23:28:21.820Z Compiling futures-channel v0.3.31
17052024-11-20T23:28:22.322Z Compiling hmac v0.12.1
17062024-11-20T23:28:22.565Z Compiling pin-utils v0.1.0
17072024-11-20T23:28:22.584Z Compiling futures-task v0.3.31
17082024-11-20T23:28:22.667Z Compiling futures-io v0.3.31
17092024-11-20T23:28:22.969Z Compiling openssl v0.10.66
17102024-11-20T23:28:23.132Z Compiling futures-util v0.3.31
17112024-11-20T23:28:23.366Z Compiling zerovec v0.10.4
17122024-11-20T23:28:23.635Z Compiling block-padding v0.3.3
17132024-11-20T23:28:24.284Z Compiling pest_meta v2.7.14
17142024-11-20T23:28:24.855Z Compiling tinyvec_macros v0.1.1
17152024-11-20T23:28:24.962Z Compiling tinyvec v1.8.0
17162024-11-20T23:28:25.408Z Compiling bitflags v2.6.0
17172024-11-20T23:28:25.516Z Compiling bytes v1.8.0
17182024-11-20T23:28:27.383Z Compiling indexmap v2.6.0
17192024-11-20T23:28:28.704Z Compiling tokio v1.40.0
17202024-11-20T23:28:29.406Z Compiling serde_tokenstream v0.2.2
17212024-11-20T23:28:30.000Z Compiling which v4.4.2
17222024-11-20T23:28:30.090Z Compiling http v1.1.0
17232024-11-20T23:28:30.562Z Compiling uuid v1.11.0
17242024-11-20T23:28:31.109Z Compiling rustc_version v0.4.1
17252024-11-20T23:28:31.808Z Compiling chrono v0.4.38
17262024-11-20T23:28:33.763Z Compiling pest_generator v2.7.14
17272024-11-20T23:28:34.474Z Compiling serde_spanned v0.6.8
17282024-11-20T23:28:34.712Z Compiling toml_datetime v0.6.8
17292024-11-20T23:28:35.174Z Compiling inout v0.1.3
17302024-11-20T23:28:35.634Z Compiling openssl-macros v0.1.1
17312024-11-20T23:28:36.417Z Compiling strsim v0.11.1
17322024-11-20T23:28:37.185Z Compiling rustls v0.23.14
17332024-11-20T23:28:37.477Z Compiling native-tls v0.2.12
17342024-11-20T23:28:38.322Z Compiling pest_derive v2.7.14
17352024-11-20T23:28:38.396Z Compiling cipher v0.4.4
17362024-11-20T23:28:38.658Z Compiling unicode-normalization v0.1.24
17372024-11-20T23:28:38.876Z Compiling tinystr v0.7.6
17382024-11-20T23:28:39.132Z Compiling sha2 v0.10.8
17392024-11-20T23:28:39.374Z Compiling tracing-core v0.1.32
17402024-11-20T23:28:39.679Z Compiling usdt-impl v0.5.0
17412024-11-20T23:28:39.788Z Compiling dyn-clone v1.0.17
17422024-11-20T23:28:39.962Z Compiling unicode-bidi v0.3.17
17432024-11-20T23:28:40.025Z Compiling base64ct v1.6.0
17442024-11-20T23:28:40.044Z Compiling writeable v0.5.5
17452024-11-20T23:28:40.514Z Compiling litemap v0.7.3
17462024-11-20T23:28:40.577Z Compiling pem-rfc7468 v0.7.0
17472024-11-20T23:28:40.625Z Compiling tracing v0.1.40
17482024-11-20T23:28:40.948Z Compiling icu_locid v1.5.0
17492024-11-20T23:28:41.811Z Compiling scroll v0.12.0
17502024-11-20T23:28:42.146Z Compiling ppv-lite86 v0.2.20
17512024-11-20T23:28:42.406Z Compiling async-trait v0.1.83
17522024-11-20T23:28:43.044Z Compiling cookie v0.18.1
17532024-11-20T23:28:43.176Z Compiling camino v1.1.9
17542024-11-20T23:28:43.900Z Compiling plain v0.2.3
17552024-11-20T23:28:44.060Z Compiling anyhow v1.0.93
17562024-11-20T23:28:44.611Z Compiling flagset v0.4.6
17572024-11-20T23:28:44.632Z Compiling aws-lc-sys v0.22.0
17582024-11-20T23:28:44.831Z Compiling der v0.7.9
17592024-11-20T23:28:48.023Z Compiling goblin v0.8.2
17602024-11-20T23:28:51.879Z Compiling rand_chacha v0.3.1
17612024-11-20T23:28:52.176Z Compiling icu_provider v1.5.0
17622024-11-20T23:28:53.200Z Compiling untrusted v0.7.1
17632024-11-20T23:28:53.232Z Compiling icu_locid_transform_data v1.5.0
17642024-11-20T23:28:53.343Z Compiling rustls-pki-types v1.9.0
17652024-11-20T23:28:53.387Z Compiling percent-encoding v2.3.1
17662024-11-20T23:28:53.724Z Compiling rustls v0.22.4
17672024-11-20T23:28:54.359Z Compiling rayon-core v1.12.1
17682024-11-20T23:28:54.501Z Compiling pretty-hex v0.4.1
17692024-11-20T23:28:54.711Z Compiling dof v0.3.0
17702024-11-20T23:28:55.551Z Compiling icu_locid_transform v1.5.0
17712024-11-20T23:28:55.789Z Compiling rand v0.8.5
17722024-11-20T23:28:56.297Z Compiling spki v0.7.3
17732024-11-20T23:28:56.837Z Compiling dtrace-parser v0.2.0
17742024-11-20T23:28:56.869Z Compiling salsa20 v0.10.2
17752024-11-20T23:28:57.110Z Compiling tokio-util v0.7.12
17762024-11-20T23:28:57.477Z Compiling icu_collections v1.5.0
17772024-11-20T23:28:57.951Z Compiling pbkdf2 v0.12.2
17782024-11-20T23:28:58.626Z Compiling thread-id v4.2.2
17792024-11-20T23:28:58.737Z Compiling winnow v0.5.40
17802024-11-20T23:28:58.757Z Compiling powerfmt v0.2.0
17812024-11-20T23:28:58.790Z Compiling mirai-annotations v1.12.0
17822024-11-20T23:28:58.939Z Compiling untrusted v0.9.0
17832024-11-20T23:28:58.993Z Compiling icu_properties_data v1.5.0
17842024-11-20T23:28:59.315Z Compiling icu_properties v1.5.1
17852024-11-20T23:28:59.409Z Compiling deranged v0.3.11
17862024-11-20T23:29:02.831Z Compiling toml_edit v0.19.15
17872024-11-20T23:29:05.042Z Compiling scrypt v0.11.0
17882024-11-20T23:29:05.368Z Compiling aes v0.8.4
17892024-11-20T23:29:05.518Z Compiling cbc v0.1.2
17902024-11-20T23:29:05.639Z Compiling multer v3.1.0
17912024-11-20T23:29:05.768Z Compiling num_threads v0.1.7
17922024-11-20T23:29:05.907Z Compiling write16 v1.0.0
17932024-11-20T23:29:05.963Z Compiling icu_normalizer_data v1.5.0
17942024-11-20T23:29:06.049Z Compiling utf8_iter v1.0.4
17952024-11-20T23:29:06.216Z Compiling atomic-waker v1.1.2
17962024-11-20T23:29:06.398Z Compiling rustversion v1.0.17
17972024-11-20T23:29:06.577Z Compiling utf16_iter v1.0.5
17982024-11-20T23:29:06.994Z Compiling slog-async v2.8.0
17992024-11-20T23:29:07.104Z Compiling icu_normalizer v1.5.0
18002024-11-20T23:29:07.394Z Compiling time v0.3.36
18012024-11-20T23:29:07.469Z Compiling pkcs5 v0.7.1
18022024-11-20T23:29:09.175Z Compiling form_urlencoded v1.2.1
18032024-11-20T23:29:09.894Z Compiling http-body v1.0.1
18042024-11-20T23:29:10.163Z Compiling heapless v0.7.17
18052024-11-20T23:29:10.748Z Compiling bzip2-sys v0.1.11+1.0.8
18062024-11-20T23:29:11.235Z Compiling try-lock v0.2.5
18072024-11-20T23:29:11.707Z Compiling signal-hook v0.3.17
18082024-11-20T23:29:13.310Z Compiling want v0.3.1
18092024-11-20T23:29:13.901Z Compiling pkcs8 v0.10.2
18102024-11-20T23:29:14.026Z Compiling idna_adapter v1.2.0
18112024-11-20T23:29:14.917Z Compiling h2 v0.4.6
18122024-11-20T23:29:15.481Z Compiling usdt-attr-macro v0.5.0
18132024-11-20T23:29:17.051Z Compiling usdt-macro v0.5.0
18142024-11-20T23:29:17.905Z Compiling async-stream-impl v0.3.6
18152024-11-20T23:29:18.446Z Compiling adler2 v2.0.0
18162024-11-20T23:29:18.471Z Compiling httpdate v1.0.3
18172024-11-20T23:29:19.276Z Compiling miniz_oxide v0.8.0
18182024-11-20T23:29:20.471Z Compiling idna v1.0.3
18192024-11-20T23:29:22.293Z Compiling curve25519-dalek v4.1.3
18202024-11-20T23:29:22.599Z Compiling openapiv3 v2.0.0
18212024-11-20T23:29:22.723Z Compiling hyper v1.5.0
18222024-11-20T23:29:22.761Z Compiling enum-as-inner v0.6.1
18232024-11-20T23:29:26.073Z Compiling dropshot v0.12.0
18242024-11-20T23:29:26.385Z Compiling base64 v0.22.1
18252024-11-20T23:29:26.982Z Compiling num-bigint-dig v0.8.4
18262024-11-20T23:29:27.113Z Compiling match_cfg v0.1.0
18272024-11-20T23:29:27.215Z Compiling tower-service v0.3.3
18282024-11-20T23:29:27.265Z Compiling smoltcp v0.9.1
18292024-11-20T23:29:27.383Z Compiling portable-atomic v1.9.0
18302024-11-20T23:29:27.495Z Compiling foreign-types-shared v0.1.1
18312024-11-20T23:29:27.513Z Compiling hyper-util v0.1.10
18322024-11-20T23:29:27.615Z Compiling foreign-types v0.3.2
18332024-11-20T23:29:27.883Z Compiling hostname v0.3.1
18342024-11-20T23:29:31.377Z Compiling url v2.5.3
18352024-11-20T23:29:35.409Z Compiling dirs-sys-next v0.1.2
18362024-11-20T23:29:35.559Z Compiling gimli v0.31.1
18372024-11-20T23:29:35.776Z Compiling ident_case v1.0.1
18382024-11-20T23:29:35.921Z Compiling data-encoding v2.6.0
18392024-11-20T23:29:35.969Z Compiling siphasher v0.3.11
18402024-11-20T23:29:36.372Z Compiling heck v0.4.1
18412024-11-20T23:29:36.524Z Compiling darling_core v0.20.10
18422024-11-20T23:29:36.801Z Compiling dirs-next v2.0.0
18432024-11-20T23:29:39.491Z Compiling http-body-util v0.1.2
18442024-11-20T23:29:40.685Z Compiling addr2line v0.24.2
18452024-11-20T23:29:42.858Z Compiling crossbeam-epoch v0.9.18
18462024-11-20T23:29:43.134Z Compiling hubpack_derive v0.1.1
18472024-11-20T23:29:43.590Z Compiling dropshot_endpoint v0.12.0
18482024-11-20T23:29:43.693Z Compiling sha1 v0.10.6
18492024-11-20T23:29:44.037Z Compiling signature v2.2.0
18502024-11-20T23:29:44.108Z Compiling zerocopy-derive v0.6.6
18512024-11-20T23:29:44.205Z Compiling curve25519-dalek-derive v0.1.1
18522024-11-20T23:29:45.657Z Compiling object v0.36.5
18532024-11-20T23:29:45.818Z Compiling thread_local v1.1.8
18542024-11-20T23:29:46.126Z Compiling fs-err v2.11.0
18552024-11-20T23:29:46.316Z Compiling encoding_rs v0.8.34
18562024-11-20T23:29:47.835Z Compiling ipnet v2.10.1
18572024-11-20T23:29:48.930Z Compiling openssl-probe v0.1.5
18582024-11-20T23:29:49.272Z Compiling winnow v0.6.20
18592024-11-20T23:29:50.079Z Compiling utf8parse v0.2.2
18602024-11-20T23:29:50.259Z Compiling unicode-properties v0.1.3
18612024-11-20T23:29:50.715Z Compiling rustc-demangle v0.1.24
18622024-11-20T23:29:53.111Z Compiling anstyle v1.0.10
18632024-11-20T23:29:53.312Z Compiling mime v0.3.17
18642024-11-20T23:29:55.414Z Compiling backtrace v0.3.74
18652024-11-20T23:29:57.509Z Compiling toml_edit v0.22.22
18662024-11-20T23:30:01.163Z Compiling stringprep v0.1.5
18672024-11-20T23:30:02.379Z Compiling rustls-webpki v0.102.8
18682024-11-20T23:30:02.711Z Compiling anstyle-parse v0.2.5
18692024-11-20T23:30:06.861Z Compiling crossbeam-deque v0.8.5
18702024-11-20T23:30:07.451Z Compiling darling_macro v0.20.10
18712024-11-20T23:30:10.454Z Compiling term v0.7.0
18722024-11-20T23:30:11.280Z Compiling slog-json v2.6.1
18732024-11-20T23:30:11.861Z Compiling serde_urlencoded v0.7.1
18742024-11-20T23:30:12.815Z Compiling crossbeam-channel v0.5.13
18752024-11-20T23:30:13.014Z Compiling rustls-pemfile v2.2.0
18762024-11-20T23:30:13.506Z Compiling hashbrown v0.14.5
18772024-11-20T23:30:13.981Z Compiling idna v0.3.0
18782024-11-20T23:30:14.088Z Compiling idna v0.4.0
18792024-11-20T23:30:14.918Z Compiling futures-executor v0.3.31
18802024-11-20T23:30:15.606Z Compiling num-integer v0.1.46
18812024-11-20T23:30:15.701Z Compiling md-5 v0.10.6
18822024-11-20T23:30:15.986Z Compiling ff v0.13.0
18832024-11-20T23:30:16.250Z Compiling hash32 v0.2.1
18842024-11-20T23:30:16.268Z Compiling memmap v0.7.0
18852024-11-20T23:30:16.362Z Compiling is-terminal v0.4.13
18862024-11-20T23:30:16.593Z Compiling fallible-iterator v0.2.0
18872024-11-20T23:30:16.638Z Compiling quick-error v1.2.3
18882024-11-20T23:30:16.802Z Compiling anstyle-query v1.1.1
18892024-11-20T23:30:17.373Z Compiling linked-hash-map v0.5.6
18902024-11-20T23:30:17.470Z Compiling is_terminal_polyfill v1.70.1
18912024-11-20T23:30:17.619Z Compiling psl-types v2.0.11
18922024-11-20T23:30:17.769Z Compiling colorchoice v1.0.2
18932024-11-20T23:30:17.839Z Compiling take_mut v0.2.2
18942024-11-20T23:30:17.943Z Compiling utf-8 v0.7.6
18952024-11-20T23:30:18.008Z Compiling base16ct v0.2.0
18962024-11-20T23:30:18.313Z Compiling sec1 v0.7.3
18972024-11-20T23:30:18.927Z Compiling tungstenite v0.24.0
18982024-11-20T23:30:20.299Z Compiling anstream v0.6.15
18992024-11-20T23:30:21.058Z Compiling publicsuffix v2.2.3
19002024-11-20T23:30:21.081Z Compiling lru-cache v0.1.2
19012024-11-20T23:30:21.300Z Compiling postgres-protocol v0.6.7
19022024-11-20T23:30:21.484Z Compiling resolv-conf v0.7.0
19032024-11-20T23:30:22.443Z Compiling usdt v0.5.0
19042024-11-20T23:30:22.568Z Compiling slog-term v2.9.1
19052024-11-20T23:30:22.939Z Compiling group v0.13.0
19062024-11-20T23:30:23.272Z Compiling num-iter v0.1.45
19072024-11-20T23:30:23.434Z Compiling futures v0.3.31
19082024-11-20T23:30:23.483Z Compiling hickory-proto v0.24.1
19092024-11-20T23:30:23.561Z Compiling regress v0.10.1
19102024-11-20T23:30:27.652Z Compiling slog-bunyan v2.5.0
19112024-11-20T23:30:27.872Z Compiling tokio-rustls v0.26.0
19122024-11-20T23:30:27.972Z Compiling darling v0.20.10
19132024-11-20T23:30:28.115Z Compiling tokio-rustls v0.25.0
19142024-11-20T23:30:28.346Z Compiling tokio-native-tls v0.3.1
19152024-11-20T23:30:28.562Z Compiling toml v0.8.19
19162024-11-20T23:30:28.567Z Compiling strum_macros v0.25.3
19172024-11-20T23:30:28.651Z Compiling phf_shared v0.11.2
19182024-11-20T23:30:29.410Z Compiling async-stream v0.3.6
19192024-11-20T23:30:29.703Z Compiling waitgroup v0.1.2
19202024-11-20T23:30:29.926Z Compiling webpki-roots v0.26.6
19212024-11-20T23:30:30.711Z Compiling idna v0.5.0
19222024-11-20T23:30:30.747Z Compiling terminal_size v0.4.0
19232024-11-20T23:30:30.979Z Compiling serde_path_to_error v0.1.16
19242024-11-20T23:30:31.341Z Compiling hkdf v0.12.4
19252024-11-20T23:30:31.984Z Compiling crypto-bigint v0.5.5
19262024-11-20T23:30:32.255Z Compiling derive-where v1.2.7
19272024-11-20T23:30:32.287Z Compiling clap_derive v4.5.18
19282024-11-20T23:30:32.314Z Compiling serde_repr v0.1.19
19292024-11-20T23:30:33.116Z Compiling hostname v0.4.0
19302024-11-20T23:30:33.347Z Compiling crc32fast v1.4.2
19312024-11-20T23:30:33.411Z Compiling bitflags v1.3.2
19322024-11-20T23:30:34.301Z Compiling managed v0.8.0
19332024-11-20T23:30:35.097Z Compiling clap_lex v0.7.2
19342024-11-20T23:30:35.576Z Compiling unicode-width v0.1.14
19352024-11-20T23:30:35.580Z Compiling debug-ignore v1.0.5
19362024-11-20T23:30:35.616Z Compiling clap_builder v4.5.21
19372024-11-20T23:30:36.105Z Compiling console v0.15.8
19382024-11-20T23:30:37.078Z Compiling elliptic-curve v0.13.8
19392024-11-20T23:30:39.004Z Compiling flate2 v1.0.34
19402024-11-20T23:30:40.028Z Compiling cookie_store v0.21.0
19412024-11-20T23:30:44.086Z Compiling hyper-rustls v0.27.3
19422024-11-20T23:30:44.106Z Compiling hickory-resolver v0.24.1
19432024-11-20T23:30:44.683Z Compiling phf v0.11.2
19442024-11-20T23:30:44.712Z Compiling hyper-tls v0.6.0
19452024-11-20T23:30:45.020Z Compiling signal-hook-mio v0.2.4
19462024-11-20T23:30:45.127Z Compiling typify-impl v0.2.0
19472024-11-20T23:30:45.194Z Compiling rayon v1.10.0
19482024-11-20T23:30:46.031Z Compiling bzip2 v0.4.4
19492024-11-20T23:30:46.434Z Compiling postgres-types v0.2.8
19502024-11-20T23:30:47.478Z Compiling tokio-tungstenite v0.24.0
19512024-11-20T23:30:47.784Z Compiling zerocopy v0.6.6
19522024-11-20T23:30:47.842Z Compiling ed25519 v2.2.3
19532024-11-20T23:30:48.085Z Compiling hubpack v0.1.2
19542024-11-20T23:30:48.309Z Compiling phf_shared v0.10.0
19552024-11-20T23:30:48.697Z Compiling pkcs1 v0.7.5
19562024-11-20T23:30:48.734Z Compiling tokio-stream v0.1.16
19572024-11-20T23:30:49.937Z Compiling serde-big-array v0.5.1
19582024-11-20T23:30:50.176Z Compiling rfc6979 v0.4.0
19592024-11-20T23:30:50.210Z Compiling float-cmp v0.9.0
19602024-11-20T23:30:50.363Z Compiling sync_wrapper v1.0.1
19612024-11-20T23:30:50.420Z Compiling bstr v1.10.0
19622024-11-20T23:30:50.540Z Compiling precomputed-hash v0.1.1
19632024-11-20T23:30:50.681Z Compiling bit-vec v0.6.3
19642024-11-20T23:30:51.168Z Compiling whoami v1.5.2
19652024-11-20T23:30:51.551Z Compiling predicates-core v1.0.8
19662024-11-20T23:30:51.741Z Compiling unicode-width v0.2.0
19672024-11-20T23:30:51.868Z Compiling static_assertions v1.1.0
19682024-11-20T23:30:51.988Z Compiling fixedbitset v0.4.2
19692024-11-20T23:30:52.288Z Compiling unicode-segmentation v1.12.0
19702024-11-20T23:30:52.407Z Compiling normalize-line-endings v0.3.0
19712024-11-20T23:30:52.420Z Compiling new_debug_unreachable v1.0.6
19722024-11-20T23:30:52.546Z Compiling number_prefix v0.4.0
19732024-11-20T23:30:52.798Z Compiling difflib v0.4.0
19742024-11-20T23:30:53.191Z Compiling similar v2.6.0
19752024-11-20T23:30:53.256Z Compiling indicatif v0.17.9
19762024-11-20T23:30:53.802Z Compiling predicates v3.1.2
19772024-11-20T23:30:54.134Z Compiling string_cache v0.8.7
19782024-11-20T23:30:55.041Z Compiling petgraph v0.6.5
19792024-11-20T23:30:55.171Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19802024-11-20T23:30:55.359Z Compiling tokio-postgres v0.7.12
19812024-11-20T23:30:56.297Z Compiling bit-set v0.5.3
19822024-11-20T23:30:57.651Z Compiling typify-macro v0.2.0
19832024-11-20T23:30:59.277Z Compiling reqwest v0.12.9
19842024-11-20T23:31:03.019Z Compiling ecdsa v0.16.9
19852024-11-20T23:31:03.087Z Compiling qorb v0.2.0
19862024-11-20T23:31:03.087Z Compiling rsa v0.9.6
19872024-11-20T23:31:03.087Z Compiling ed25519-dalek v2.1.1
19882024-11-20T23:31:03.087Z Compiling zip v0.6.6
19892024-11-20T23:31:03.087Z Compiling crossterm v0.28.1
19902024-11-20T23:31:03.087Z Compiling clap v4.5.21
19912024-11-20T23:31:03.809Z Compiling toml v0.7.8
19922024-11-20T23:31:04.630Z Compiling x509-cert v0.2.5
19932024-11-20T23:31:05.935Z Compiling hex v0.4.3
19942024-11-20T23:31:06.744Z Compiling itertools v0.10.5
19952024-11-20T23:31:07.142Z Compiling unicode-xid v0.2.6
19962024-11-20T23:31:07.355Z Compiling lalrpop-util v0.19.12
19972024-11-20T23:31:07.851Z Compiling peg-runtime v0.8.3
19982024-11-20T23:31:08.196Z Compiling zerocopy v0.8.10
19992024-11-20T23:31:10.151Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20002024-11-20T23:31:14.344Z Compiling proc-macro-crate v1.3.1
20012024-11-20T23:31:14.477Z Compiling ipnetwork v0.20.0
20022024-11-20T23:31:14.941Z Compiling macaddr v1.0.1
20032024-11-20T23:31:15.566Z Compiling zerocopy-derive v0.8.10
20042024-11-20T23:31:15.628Z Compiling itertools v0.13.0
20052024-11-20T23:31:18.405Z Compiling heapless v0.8.0
20062024-11-20T23:31:19.186Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20072024-11-20T23:31:24.327Z Compiling num_enum_derive v0.5.11
20082024-11-20T23:31:32.671Z Compiling hash32 v0.3.1
20092024-11-20T23:31:33.207Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20102024-11-20T23:31:33.667Z Compiling smoltcp v0.11.0
20112024-11-20T23:31:38.818Z Compiling num_enum v0.5.11
20122024-11-20T23:31:39.013Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20132024-11-20T23:31:40.039Z Compiling typify v0.2.0
20142024-11-20T23:31:40.892Z Compiling proc-macro-error-attr v1.0.4
20152024-11-20T23:31:41.193Z Compiling unsafe-libyaml v0.2.11
20162024-11-20T23:31:41.415Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20172024-11-20T23:31:42.134Z Compiling cobs v0.2.3
20182024-11-20T23:31:42.612Z Compiling serde_yaml v0.9.34+deprecated
20192024-11-20T23:31:43.064Z Compiling postcard v1.0.10
20202024-11-20T23:32:00.744Z Compiling progenitor-impl v0.8.0
20212024-11-20T23:32:00.792Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20222024-11-20T23:32:12.140Z Compiling strum_macros v0.26.4
20232024-11-20T23:32:13.974Z Compiling foreign-types-macros v0.2.3
20242024-11-20T23:32:14.047Z Compiling structmeta-derive v0.3.0
20252024-11-20T23:32:14.065Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20262024-11-20T23:32:14.388Z Compiling proc-macro-error v1.0.4
20272024-11-20T23:32:14.831Z Compiling foreign-types-shared v0.3.1
20282024-11-20T23:32:14.973Z Compiling newtype-uuid v1.1.3
20292024-11-20T23:32:15.932Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20302024-11-20T23:32:16.750Z Compiling structmeta v0.3.0
20312024-11-20T23:32:16.918Z Compiling strum v0.26.3
20322024-11-20T23:32:16.944Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20332024-11-20T23:32:21.400Z Compiling foreign-types v0.5.0
20342024-11-20T23:32:25.088Z Compiling progenitor-macro v0.8.0
20352024-11-20T23:32:31.268Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20362024-11-20T23:32:31.357Z Compiling progenitor-client v0.8.0
20372024-11-20T23:32:34.977Z Compiling tabwriter v1.4.0
20382024-11-20T23:32:35.616Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20392024-11-20T23:32:35.784Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20402024-11-20T23:32:36.447Z Compiling cstr-argument v0.1.2
20412024-11-20T23:32:36.541Z Compiling dropshot v0.13.0
20422024-11-20T23:32:36.706Z Compiling crucible-workspace-hack v0.1.0
20432024-11-20T23:32:36.706Z Compiling pretty-hex v0.2.1
20442024-11-20T23:32:36.860Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20452024-11-20T23:32:36.955Z Compiling fastrand v2.1.1
20462024-11-20T23:32:37.698Z Compiling tempfile v3.13.0
20472024-11-20T23:32:38.196Z Compiling progenitor v0.8.0
20482024-11-20T23:32:38.486Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20492024-11-20T23:32:38.777Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20502024-11-20T23:32:38.890Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20512024-11-20T23:32:42.476Z Compiling parse-display-derive v0.10.0
20522024-11-20T23:32:42.539Z Compiling colored v2.1.0
20532024-11-20T23:32:42.539Z Compiling serde_with_macros v3.11.0
20542024-11-20T23:32:42.539Z Compiling dropshot_endpoint v0.13.0
20552024-11-20T23:32:42.539Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20562024-11-20T23:32:42.539Z Compiling instant v0.1.13
20572024-11-20T23:32:42.540Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20582024-11-20T23:32:42.541Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20592024-11-20T23:32:42.541Z Compiling serde_with v3.11.0
20602024-11-20T23:32:43.555Z Compiling parse-display v0.10.0
20612024-11-20T23:32:44.712Z Compiling backoff v0.4.0
20622024-11-20T23:32:45.128Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20632024-11-20T23:32:45.382Z Compiling zone_cfg_derive v0.3.0
20642024-11-20T23:32:45.514Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20652024-11-20T23:32:46.160Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20662024-11-20T23:32:46.931Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20672024-11-20T23:32:46.960Z Compiling camino-tempfile v1.1.1
20682024-11-20T23:32:47.110Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20692024-11-20T23:32:47.170Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20702024-11-20T23:32:47.373Z Compiling regress v0.9.1
20712024-11-20T23:32:47.635Z Compiling num-derive v0.4.2
20722024-11-20T23:32:47.782Z Compiling sigpipe v0.1.3
20732024-11-20T23:32:47.933Z Compiling libefi-sys v0.1.0
20742024-11-20T23:32:48.238Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20752024-11-20T23:32:48.602Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20762024-11-20T23:32:49.945Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20772024-11-20T23:32:51.609Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20782024-11-20T23:32:53.017Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20792024-11-20T23:32:53.607Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20802024-11-20T23:32:54.966Z Compiling zone v0.3.0
20812024-11-20T23:32:55.505Z Compiling smf v0.2.3
20822024-11-20T23:32:56.283Z Compiling bitfield-struct v0.6.2
20832024-11-20T23:32:57.727Z Compiling ring v0.16.20
20842024-11-20T23:32:58.013Z Compiling blake3 v1.5.4
20852024-11-20T23:32:58.233Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20862024-11-20T23:32:58.559Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20872024-11-20T23:32:59.234Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20882024-11-20T23:32:59.300Z Compiling xattr v1.3.1
20892024-11-20T23:32:59.352Z Compiling memmap2 v0.9.5
20902024-11-20T23:32:59.651Z Compiling filetime v0.2.25
20912024-11-20T23:32:59.970Z Compiling arrayref v0.3.9
20922024-11-20T23:33:00.045Z Compiling same-file v1.0.6
20932024-11-20T23:33:00.095Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20942024-11-20T23:33:00.241Z Compiling arrayvec v0.7.6
20952024-11-20T23:33:00.337Z Compiling spin v0.5.2
20962024-11-20T23:33:00.413Z Compiling constant_time_eq v0.3.1
20972024-11-20T23:33:00.610Z Compiling walkdir v2.5.0
20982024-11-20T23:33:00.614Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20992024-11-20T23:33:02.274Z Compiling tar v0.4.42
21002024-11-20T23:33:03.556Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21012024-11-20T23:33:03.588Z Compiling gethostname v0.5.0
21022024-11-20T23:33:03.816Z Compiling cargo-platform v0.1.8
21032024-11-20T23:33:04.008Z Compiling topological-sort v0.2.2
21042024-11-20T23:33:04.297Z Compiling cargo_metadata v0.18.1
21052024-11-20T23:33:07.636Z Compiling omicron-zone-package v0.11.1
21062024-11-20T23:33:16.241Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21072024-11-20T23:33:18.636Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21082024-11-20T23:33:21.277Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21092024-11-20T23:33:37.146Z Finished `release` profile [optimized] target(s) in 5m 43s
21102024-11-20T23:33:37.314Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21112024-11-20T23:33:37.368ZLogging to: /work/oxidecomputer/omicron/out/LOG
21122024-11-20T23:33:37.371ZCreated new build target 'test' and set it as active
21132024-11-20T23:33:37.371Z
21142024-11-20T23:33:37.371Zreal 5:43.334347174
21152024-11-20T23:33:37.371Zuser 38:34.273833185
21162024-11-20T23:33:37.372Zsys 5:06.967762536
21172024-11-20T23:33:37.372Ztrap 1.239974758
21182024-11-20T23:33:37.372Ztflt 3.055694476
21192024-11-20T23:33:37.372Zdflt 0.999379520
21202024-11-20T23:33:37.372Zkflt 0.007789636
21212024-11-20T23:33:37.372Zlock 1:20:59.487441936
21222024-11-20T23:33:37.372Zslp 2:40:37.992446156
21232024-11-20T23:33:37.372Zlat 2:37.012336116
21242024-11-20T23:33:37.372Zstop 4:41.670455695
21252024-11-20T23:33:37.375Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21262024-11-20T23:33:38.409Z Finished `release` profile [optimized] target(s) in 0.98s
21272024-11-20T23:33:38.482Z Running `target/release/omicron-package -t test package`
21282024-11-20T23:33:38.529ZLogging to: /work/oxidecomputer/omicron/out/LOG
21292024-11-20T23:33:39.787Z Compiling convert_case v0.4.0
21302024-11-20T23:33:39.787Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21312024-11-20T23:33:39.790Z Compiling itertools v0.13.0
21322024-11-20T23:33:39.790Z Compiling newline-converter v0.3.0
21332024-11-20T23:33:39.791Z Compiling password-hash v0.5.0
21342024-11-20T23:33:39.792Z Compiling progenitor-client v0.8.0
21352024-11-20T23:33:39.792Z Compiling blake2 v0.10.6
21362024-11-20T23:33:39.981Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21372024-11-20T23:33:40.152Z Compiling expectorate v1.1.0
21382024-11-20T23:33:40.176Z Compiling owo-colors v4.1.0
21392024-11-20T23:33:40.352Z Compiling progenitor v0.8.0
21402024-11-20T23:33:40.396Z Compiling cancel-safe-futures v0.1.5
21412024-11-20T23:33:40.474Z Compiling argon2 v0.5.3
21422024-11-20T23:33:40.644Z Compiling derive_more v0.99.18
21432024-11-20T23:33:40.689Z Compiling num-rational v0.4.2
21442024-11-20T23:33:40.773Z Compiling num-complex v0.4.6
21452024-11-20T23:33:41.205Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21462024-11-20T23:33:42.054Z Compiling num v0.4.3
21472024-11-20T23:33:42.136Z Compiling atomicwrites v0.4.4
21482024-11-20T23:33:42.141Z Compiling libsw v3.3.1
21492024-11-20T23:33:42.178Z Compiling float-ord v0.3.2
21502024-11-20T23:33:42.362Z Compiling swrite v0.1.0
21512024-11-20T23:33:42.506Z Compiling indent_write v2.2.0
21522024-11-20T23:33:42.509Z Compiling linear-map v1.2.0
21532024-11-20T23:33:42.668Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21542024-11-20T23:33:42.755Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21552024-11-20T23:33:42.978Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21562024-11-20T23:33:42.999Z Compiling base64 v0.21.7
21572024-11-20T23:33:43.143Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21582024-11-20T23:33:43.963Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21592024-11-20T23:33:44.174Z Compiling highway v1.2.0
21602024-11-20T23:33:44.757Z Compiling semver v0.1.20
21612024-11-20T23:33:45.381Z Compiling rustc_version v0.1.7
21622024-11-20T23:33:45.716Z Compiling newtype-uuid v1.1.3
21632024-11-20T23:33:45.831Z Compiling newtype_derive v0.1.6
21642024-11-20T23:33:46.090Z Compiling dropshot v0.13.0
21652024-11-20T23:33:46.183Z Compiling ipnetwork v0.20.0
21662024-11-20T23:33:46.248Z Compiling instant v0.1.13
21672024-11-20T23:33:46.422Z Compiling humantime v2.1.0
21682024-11-20T23:33:47.010Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21692024-11-20T23:33:47.304Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21702024-11-20T23:33:47.480Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21712024-11-20T23:33:47.745Z Compiling backoff v0.4.0
21722024-11-20T23:33:51.051Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21732024-11-20T23:33:51.422Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21742024-11-20T23:33:52.295Z Compiling parse-display v0.10.0
21752024-11-20T23:33:52.860Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21762024-11-20T23:33:52.881Z Compiling serde_with v3.11.0
21772024-11-20T23:33:53.073Z Compiling strum v0.26.3
21782024-11-20T23:33:53.286Z Compiling regress v0.9.1
21792024-11-20T23:33:57.163Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21802024-11-20T23:33:57.790Z Compiling macaddr v1.0.1
21812024-11-20T23:33:58.238Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21822024-11-20T23:33:58.277Z Compiling steno v0.4.1
21832024-11-20T23:33:58.940Z Compiling prettyplease v0.2.25
21842024-11-20T23:33:58.971Z Compiling slog-dtrace v0.3.0
21852024-11-20T23:33:59.396Z Compiling tungstenite v0.21.0
21862024-11-20T23:33:59.907Z Compiling display-error-chain v0.2.2
21872024-11-20T23:34:01.652Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21882024-11-20T23:34:01.908Z Compiling tokio-tungstenite v0.21.0
21892024-11-20T23:34:02.596Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21902024-11-20T23:34:03.043Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21912024-11-20T23:34:04.179Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21922024-11-20T23:34:04.792Z Compiling arc-swap v1.7.1
21932024-11-20T23:34:05.546Z Compiling slog-scope v4.4.0
21942024-11-20T23:34:06.421Z Compiling half v2.4.1
21952024-11-20T23:34:07.208Z Compiling ciborium-io v0.2.2
21962024-11-20T23:34:07.372Z Compiling ciborium-ll v0.2.2
21972024-11-20T23:34:07.956Z Compiling slog-stdlog v4.1.1
21982024-11-20T23:34:08.664Z Compiling slog-envlogger v2.2.0
21992024-11-20T23:34:08.811Z Compiling ciborium v0.2.2
22002024-11-20T23:34:11.072Z Compiling nibble_vec v0.1.0
22012024-11-20T23:34:11.334Z Compiling endian-type v0.1.2
22022024-11-20T23:34:11.610Z Compiling radix_trie v0.2.1
22032024-11-20T23:34:12.592Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22042024-11-20T23:34:17.998Z Compiling same-file v1.0.6
22052024-11-20T23:34:18.269Z Compiling fastrand v2.1.1
22062024-11-20T23:34:18.824Z Compiling tempfile v3.13.0
22072024-11-20T23:34:19.115Z Compiling walkdir v2.5.0
22082024-11-20T23:34:19.245Z Compiling blake3 v1.5.4
22092024-11-20T23:34:19.606Z Compiling ring v0.16.20
22102024-11-20T23:34:19.771Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22112024-11-20T23:34:19.842Z Compiling xattr v1.3.1
22122024-11-20T23:34:20.132Z Compiling memmap2 v0.9.5
22132024-11-20T23:34:20.583Z Compiling filetime v0.2.25
22142024-11-20T23:34:20.925Z Compiling keccak v0.1.5
22152024-11-20T23:34:21.569Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22162024-11-20T23:34:21.598Z Compiling arrayref v0.3.9
22172024-11-20T23:34:21.717Z Compiling constant_time_eq v0.3.1
22182024-11-20T23:34:21.874Z Compiling spin v0.5.2
22192024-11-20T23:34:21.918Z Compiling arrayvec v0.7.6
22202024-11-20T23:34:22.133Z Compiling sha3 v0.10.8
22212024-11-20T23:34:22.930Z Compiling tar v0.4.42
22222024-11-20T23:34:23.026Z Compiling toolchain_find v0.4.0
22232024-11-20T23:34:23.501Z Compiling camino-tempfile v1.1.1
22242024-11-20T23:34:23.550Z Compiling const_format_proc_macros v0.2.33
22252024-11-20T23:34:23.627Z Compiling topological-sort v0.2.2
22262024-11-20T23:34:23.875Z Compiling maplit v1.0.2
22272024-11-20T23:34:23.935Z Compiling crunchy v0.2.2
22282024-11-20T23:34:24.009Z Compiling radium v0.7.0
22292024-11-20T23:34:24.474Z Compiling rustfmt-wrapper v0.2.1
22302024-11-20T23:34:24.517Z Compiling omicron-zone-package v0.11.1
22312024-11-20T23:34:24.980Z Compiling pem v3.0.4
22322024-11-20T23:34:25.046Z Compiling tiny-keccak v2.0.2
22332024-11-20T23:34:25.336Z Compiling tap v1.0.1
22342024-11-20T23:34:25.377Z Compiling const_format v0.2.33
22352024-11-20T23:34:25.558Z Compiling maybe-uninit v2.0.0
22362024-11-20T23:34:25.873Z Compiling wyz v0.5.1
22372024-11-20T23:34:26.495Z Compiling dsl_auto_type v0.1.2
22382024-11-20T23:34:26.516Z Compiling phf_generator v0.11.2
22392024-11-20T23:34:26.601Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22402024-11-20T23:34:26.726Z Compiling scheduled-thread-pool v0.2.7
22412024-11-20T23:34:26.762Z Compiling secrecy v0.8.0
22422024-11-20T23:34:26.770Z Compiling async-recursion v1.1.1
22432024-11-20T23:34:27.037Z Compiling diesel_table_macro_syntax v0.2.0
22442024-11-20T23:34:27.117Z Compiling funty v2.0.0
22452024-11-20T23:34:27.454Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22462024-11-20T23:34:27.791Z Compiling packed_struct v0.10.1
22472024-11-20T23:34:27.911Z Compiling crc-catalog v2.4.0
22482024-11-20T23:34:27.987Z Compiling diesel_derives v2.2.3
22492024-11-20T23:34:28.078Z Compiling crc v3.2.1
22502024-11-20T23:34:28.276Z Compiling bitvec v1.0.1
22512024-11-20T23:34:28.297Z Compiling r2d2 v0.8.10
22522024-11-20T23:34:28.758Z Compiling phf_codegen v0.11.2
22532024-11-20T23:34:29.598Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22542024-11-20T23:34:29.693Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22552024-11-20T23:34:29.917Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22562024-11-20T23:34:30.098Z Compiling ascii-canvas v3.0.0
22572024-11-20T23:34:30.604Z Compiling universal-hash v0.5.1
22582024-11-20T23:34:30.919Z Compiling thiserror-impl-no-std v2.0.2
22592024-11-20T23:34:33.213Z Compiling packed_struct_codegen v0.10.1
22602024-11-20T23:34:33.749Z Compiling parse-zoneinfo v0.3.1
22612024-11-20T23:34:35.443Z Compiling lzma-sys v0.1.20
22622024-11-20T23:34:35.801Z Compiling ena v0.14.3
22632024-11-20T23:34:36.212Z Compiling indexmap v1.9.3
22642024-11-20T23:34:36.275Z Compiling nodrop v0.1.14
22652024-11-20T23:34:36.437Z Compiling cfg_aliases v0.1.1
22662024-11-20T23:34:36.549Z Compiling diff v0.1.13
22672024-11-20T23:34:36.581Z Compiling regex-syntax v0.6.29
22682024-11-20T23:34:37.147Z Compiling opaque-debug v0.3.1
22692024-11-20T23:34:37.263Z Compiling poly1305 v0.8.0
22702024-11-20T23:34:38.806Z Compiling nix v0.28.0
22712024-11-20T23:34:39.599Z Compiling array-init v0.0.4
22722024-11-20T23:34:40.196Z Compiling diesel v2.2.4
22732024-11-20T23:34:40.884Z Compiling lalrpop v0.19.12
22742024-11-20T23:34:46.624Z Compiling chrono-tz-build v0.4.0
22752024-11-20T23:34:47.570Z Compiling thiserror-no-std v2.0.2
22762024-11-20T23:34:47.719Z Compiling smallvec v0.6.14
22772024-11-20T23:34:48.237Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22782024-11-20T23:34:48.426Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22792024-11-20T23:34:48.738Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22802024-11-20T23:34:48.990Z Compiling chacha20 v0.9.1
22812024-11-20T23:34:49.437Z Compiling heck v0.3.3
22822024-11-20T23:34:49.537Z Compiling aead v0.5.2
22832024-11-20T23:34:49.837Z Compiling vte_generate_state_changes v0.1.2
22842024-11-20T23:34:49.920Z Compiling ref-cast v1.0.23
22852024-11-20T23:34:50.470Z Compiling bitfield v0.14.0
22862024-11-20T23:34:50.516Z Compiling termcolor v1.4.1
22872024-11-20T23:34:50.797Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22882024-11-20T23:34:51.129Z Compiling hashbrown v0.12.3
22892024-11-20T23:34:51.692Z Compiling env_logger v0.10.2
22902024-11-20T23:34:53.697Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22912024-11-20T23:34:55.004Z Compiling vte v0.11.1
22922024-11-20T23:34:56.710Z Compiling zone_cfg_derive v0.1.2
22932024-11-20T23:34:58.194Z Compiling chacha20poly1305 v0.10.1
22942024-11-20T23:34:58.488Z Compiling serde-hex v0.1.0
22952024-11-20T23:35:04.182Z Compiling chrono-tz v0.10.0
22962024-11-20T23:35:04.847Z Compiling vsss-rs v3.3.4
22972024-11-20T23:35:05.238Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22982024-11-20T23:35:05.602Z Compiling ron v0.8.1
22992024-11-20T23:35:08.102Z Compiling polar-core v0.27.3
23002024-11-20T23:35:09.454Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23012024-11-20T23:35:09.504Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23022024-11-20T23:35:09.778Z Compiling derive_builder_core v0.20.2
23032024-11-20T23:35:10.112Z Compiling hashbrown v0.13.2
23042024-11-20T23:35:11.697Z Compiling fd-lock v4.0.2
23052024-11-20T23:35:11.869Z Compiling headers-core v0.3.0
23062024-11-20T23:35:11.940Z Compiling fxhash v0.2.1
23072024-11-20T23:35:11.997Z Compiling libxml v0.3.3
23082024-11-20T23:35:12.057Z Compiling ref-cast-impl v1.0.23
23092024-11-20T23:35:12.182Z Compiling base64 v0.13.1
23102024-11-20T23:35:12.380Z Compiling bytecount v0.6.8
23112024-11-20T23:35:12.700Z Compiling crc-any v2.5.0
23122024-11-20T23:35:12.999Z Compiling ron v0.7.1
23132024-11-20T23:35:13.439Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23142024-11-20T23:35:13.650Z Compiling papergrid v0.11.0
23152024-11-20T23:35:18.642Z Compiling headers v0.4.0
23162024-11-20T23:35:18.967Z Compiling derive_builder_macro v0.20.2
23172024-11-20T23:35:19.884Z Compiling object v0.30.4
23182024-11-20T23:35:22.390Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23192024-11-20T23:35:28.430Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23202024-11-20T23:35:30.044Z Compiling xz2 v0.1.7
23212024-11-20T23:35:30.731Z Compiling zone v0.1.8
23222024-11-20T23:35:31.141Z Compiling strip-ansi-escapes v0.2.0
23232024-11-20T23:35:33.326Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23242024-11-20T23:35:34.268Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23252024-11-20T23:35:34.727Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23262024-11-20T23:35:35.064Z Compiling tabled_derive v0.7.0
23272024-11-20T23:35:35.347Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23282024-11-20T23:35:35.742Z Compiling yasna v0.5.2
23292024-11-20T23:35:36.712Z Compiling peg-macros v0.8.4
23302024-11-20T23:35:37.300Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23312024-11-20T23:35:37.361Z Compiling strum_macros v0.24.3
23322024-11-20T23:35:38.421Z Compiling kstat-rs v0.2.4
23332024-11-20T23:35:39.291Z Compiling samael v0.0.17
23342024-11-20T23:35:39.406Z Compiling sqlparser_derive v0.2.2
23352024-11-20T23:35:40.260Z Compiling unicase v2.7.0
23362024-11-20T23:35:40.361Z Compiling path-slash v0.1.5
23372024-11-20T23:35:40.495Z Compiling indoc v1.0.9
23382024-11-20T23:35:40.629Z Compiling nu-ansi-term v0.50.1
23392024-11-20T23:35:40.640Z Compiling home v0.5.9
23402024-11-20T23:35:40.833Z Compiling unicode_categories v0.1.1
23412024-11-20T23:35:41.010Z Compiling rustyline v14.0.0
23422024-11-20T23:35:41.238Z Compiling sqlformat v0.2.6
23432024-11-20T23:35:41.941Z Compiling reedline v0.35.0
23442024-11-20T23:35:42.107Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23452024-11-20T23:35:44.217Z Compiling sqlparser v0.45.0
23462024-11-20T23:35:44.949Z Compiling peg v0.8.4
23472024-11-20T23:35:45.088Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23482024-11-20T23:35:53.359Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23492024-11-20T23:35:53.688Z Compiling tabled v0.15.0
23502024-11-20T23:35:54.349Z Compiling rcgen v0.12.1
23512024-11-20T23:36:06.631Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23522024-11-20T23:36:07.111Z Compiling derive_builder v0.20.2
23532024-11-20T23:36:12.523Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23542024-11-20T23:36:14.236Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23552024-11-20T23:36:14.609Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23562024-11-20T23:36:14.925Z Compiling bcs v0.1.6
23572024-11-20T23:36:15.867Z Compiling impl-trait-for-tuples v0.2.2
23582024-11-20T23:36:18.748Z Compiling oso-derive v0.27.3
23592024-11-20T23:36:19.798Z Compiling libz-sys v1.1.20
23602024-11-20T23:36:20.510Z Compiling quick-xml v0.33.0
23612024-11-20T23:36:22.938Z Compiling subprocess v0.2.9
23622024-11-20T23:36:25.694Z Compiling diesel-dtrace v0.3.0
23632024-11-20T23:36:26.047Z Compiling parking_lot_core v0.8.6
23642024-11-20T23:36:26.650Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23652024-11-20T23:36:27.719Z Compiling oso v0.27.3
23662024-11-20T23:36:45.828Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23672024-11-20T23:36:47.466Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23682024-11-20T23:36:53.032Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23692024-11-20T23:36:56.364Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23702024-11-20T23:36:56.684Z Compiling bb8 v0.8.5
23712024-11-20T23:36:57.354Z Compiling buf-list v1.0.3
23722024-11-20T23:36:58.039Z Compiling async-bb8-diesel v0.2.1
23732024-11-20T23:37:00.590Z Compiling libgit2-sys v0.17.0+1.8.1
23742024-11-20T23:37:01.492Z Compiling pin-project-internal v1.1.6
23752024-11-20T23:37:03.800Z Compiling atty v0.2.14
23762024-11-20T23:37:03.993Z Compiling salty v0.3.0
23772024-11-20T23:37:04.480Z Compiling pin-project v1.1.6
23782024-11-20T23:37:05.039Z Compiling parking_lot v0.11.2
23792024-11-20T23:37:08.127Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23802024-11-20T23:37:12.142Z Compiling snafu-derive v0.8.5
23812024-11-20T23:37:13.294Z Compiling simd-adler32 v0.3.7
23822024-11-20T23:37:14.467Z Compiling bumpalo v3.16.0
23832024-11-20T23:37:15.112Z Compiling zip v2.1.3
23842024-11-20T23:37:15.457Z Compiling lockfree-object-pool v0.1.6
23852024-11-20T23:37:15.796Z Compiling zopfli v0.8.1
23862024-11-20T23:37:15.954Z Compiling sled v0.34.7
23872024-11-20T23:37:16.144Z Compiling mime_guess v2.0.5
23882024-11-20T23:37:17.005Z Compiling snafu v0.8.5
23892024-11-20T23:37:18.607Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23902024-11-20T23:37:19.452Z Compiling hickory-client v0.24.1
23912024-11-20T23:37:19.940Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23922024-11-20T23:37:20.141Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23932024-11-20T23:37:20.955Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23942024-11-20T23:37:25.078Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23952024-11-20T23:37:26.191Z Compiling globset v0.4.15
23962024-11-20T23:37:26.745Z Compiling hickory-server v0.24.1
23972024-11-20T23:37:29.793Z Compiling primeorder v0.13.6
23982024-11-20T23:37:30.426Z Compiling olpc-cjson v0.1.4
23992024-11-20T23:37:30.801Z Compiling vergen v8.3.2
24002024-11-20T23:37:31.131Z Compiling env_filter v0.1.2
24012024-11-20T23:37:32.700Z Compiling serde_plain v1.0.2
24022024-11-20T23:37:33.239Z Compiling cargo-platform v0.1.8
24032024-11-20T23:37:33.799Z Compiling nanorand v0.7.0
24042024-11-20T23:37:33.864Z Compiling memoffset v0.9.1
24052024-11-20T23:37:34.211Z Compiling typed-path v0.9.3
24062024-11-20T23:37:34.663Z Compiling flume v0.11.1
24072024-11-20T23:37:35.496Z Compiling cargo_metadata v0.18.1
24082024-11-20T23:37:39.043Z Compiling tough v0.19.0
24092024-11-20T23:37:41.720Z Compiling env_logger v0.11.5
24102024-11-20T23:37:41.805Z Compiling p384 v0.13.0
24112024-11-20T23:37:43.271Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24122024-11-20T23:37:51.710Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24132024-11-20T23:37:56.724Z Compiling git2 v0.19.0
24142024-11-20T23:38:02.023Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152024-11-20T23:38:07.116Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24162024-11-20T23:38:08.405Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24172024-11-20T23:38:10.490Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24182024-11-20T23:38:11.876Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24192024-11-20T23:38:14.359Z Compiling rand_seeder v0.3.0
24202024-11-20T23:38:14.734Z Compiling libsqlite3-sys v0.30.1
24212024-11-20T23:38:14.810Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24222024-11-20T23:38:14.943Z Compiling rustls v0.21.12
24232024-11-20T23:38:15.126Z Compiling cfg_aliases v0.2.1
24242024-11-20T23:38:15.248Z Compiling parse-size v1.1.0
24252024-11-20T23:38:15.317Z Compiling nix v0.29.0
24262024-11-20T23:38:15.368Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24272024-11-20T23:38:15.482Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24282024-11-20T23:38:15.586Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24292024-11-20T23:38:17.647Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24302024-11-20T23:38:17.671Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24312024-11-20T23:38:17.994Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24322024-11-20T23:38:18.328Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24332024-11-20T23:38:18.525Z Compiling sct v0.7.1
24342024-11-20T23:38:19.038Z Compiling rustls-webpki v0.101.7
24352024-11-20T23:38:21.534Z Compiling castaway v0.2.3
24362024-11-20T23:38:21.767Z Compiling csv-core v0.1.11
24372024-11-20T23:38:22.686Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24382024-11-20T23:38:22.842Z Compiling glob v0.3.1
24392024-11-20T23:38:23.030Z Compiling http-range v0.1.5
24402024-11-20T23:38:23.248Z Compiling hyper-staticfile v0.10.1
24412024-11-20T23:38:23.620Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24422024-11-20T23:38:24.968Z Compiling csv v1.3.0
24432024-11-20T23:38:25.443Z Compiling compact_str v0.8.0
24442024-11-20T23:38:27.212Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24452024-11-20T23:38:28.250Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24462024-11-20T23:38:29.595Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24472024-11-20T23:38:31.231Z Compiling nix v0.27.1
24482024-11-20T23:38:35.262Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24492024-11-20T23:38:37.299Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24502024-11-20T23:38:40.377Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24512024-11-20T23:38:43.417Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24522024-11-20T23:38:46.220Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24532024-11-20T23:38:46.591Z Compiling unicode-truncate v1.1.0
24542024-11-20T23:38:46.912Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24552024-11-20T23:38:47.246Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24562024-11-20T23:38:47.588Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24572024-11-20T23:38:48.301Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24582024-11-20T23:38:50.190Z Compiling hashlink v0.9.1
24592024-11-20T23:38:51.118Z Compiling tungstenite v0.23.0
24602024-11-20T23:38:51.329Z Compiling lru v0.12.5
24612024-11-20T23:38:51.760Z Compiling instability v0.3.2
24622024-11-20T23:38:52.840Z Compiling fallible-iterator v0.3.0
24632024-11-20T23:38:53.127Z Compiling fallible-streaming-iterator v0.1.9
24642024-11-20T23:38:53.464Z Compiling cassowary v0.3.0
24652024-11-20T23:38:53.650Z Compiling tokio-tungstenite v0.23.1
24662024-11-20T23:38:53.729Z Compiling rusqlite v0.32.1
24672024-11-20T23:38:54.369Z Compiling ratatui v0.28.1
24682024-11-20T23:38:55.273Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24692024-11-20T23:38:57.259Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24702024-11-20T23:38:59.285Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24712024-11-20T23:39:02.968Z Compiling tokio-rustls v0.24.1
24722024-11-20T23:39:03.872Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24732024-11-20T23:39:05.265Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24742024-11-20T23:39:14.085Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24752024-11-20T23:39:16.420Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24762024-11-20T23:39:17.168Z Compiling rustls-pemfile v1.0.4
24772024-11-20T23:39:17.978Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24782024-11-20T23:39:18.329Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24792024-11-20T23:39:18.704Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24802024-11-20T23:39:18.899Z Compiling signal-hook-tokio v0.3.1
24812024-11-20T23:39:19.152Z Compiling twox-hash v1.6.3
24822024-11-20T23:39:20.312Z Compiling smawk v0.3.2
24832024-11-20T23:39:20.626Z Compiling unicode-linebreak v0.1.5
24842024-11-20T23:39:21.256Z Compiling is_ci v1.2.0
24852024-11-20T23:39:21.609Z Compiling supports-color v3.0.1
24862024-11-20T23:39:22.180Z Compiling textwrap v0.16.1
24872024-11-20T23:39:24.308Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24882024-11-20T23:39:25.949Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24892024-11-20T23:39:33.553Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24902024-11-20T23:39:40.814Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24912024-11-20T23:39:41.472Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24922024-11-20T23:39:46.557Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24932024-11-20T23:39:46.889Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24942024-11-20T23:39:47.611Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24952024-11-20T23:40:00.708Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24962024-11-20T23:40:01.050Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24972024-11-20T23:40:07.807Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24982024-11-20T23:40:08.145Z Compiling fatfs v0.3.6
24992024-11-20T23:40:10.074Z Compiling rtoolbox v0.0.2
25002024-11-20T23:40:10.561Z Compiling assert_matches v1.5.0
25012024-11-20T23:40:11.245Z Compiling rpassword v7.3.1
25022024-11-20T23:40:11.721Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25032024-11-20T23:40:17.336Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25042024-11-20T23:40:24.817Z Compiling tui-tree-widget v0.22.0
25052024-11-20T23:40:25.355Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25062024-11-20T23:40:28.206Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25072024-11-20T23:40:28.281Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25082024-11-20T23:40:28.621Z Compiling uzers v0.12.1
25092024-11-20T23:40:31.896Z Compiling shell-words v1.1.0
25102024-11-20T23:40:32.374Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25112024-11-20T23:40:42.157Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25122024-11-20T23:40:44.386Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25132024-11-20T23:41:14.516Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25142024-11-20T23:41:17.102Z Compiling multimap v0.10.0
25152024-11-20T23:43:44.759Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25162024-11-20T23:43:46.383Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25172024-11-20T23:50:58.137Z Finished `release` profile [optimized] target(s) in 17m 19s
25182024-11-20T23:52:03.780Z
25192024-11-20T23:52:03.783Zreal 18:26.294678962
25202024-11-20T23:52:03.783Zuser 2:04:50.615688357
25212024-11-20T23:52:03.783Zsys 6:11.871593117
25222024-11-20T23:52:03.783Ztrap 3.398527767
25232024-11-20T23:52:03.783Ztflt 3.208627574
25242024-11-20T23:52:03.783Zdflt 5.147943469
25252024-11-20T23:52:03.783Zkflt 0.034630962
25262024-11-20T23:52:03.783Zlock 7:41:05.858225528
25272024-11-20T23:52:03.783Zslp 6:37:44.733659742
25282024-11-20T23:52:03.783Zlat 3:02.704105254
25292024-11-20T23:52:03.783Zstop 2:38.073764051
25302024-11-20T23:52:03.783Z+ mapfile -t packages
25312024-11-20T23:52:03.783Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25322024-11-20T23:52:04.883Z Finished `release` profile [optimized] target(s) in 1.04s
25332024-11-20T23:52:04.938Z Running `target/release/omicron-package -t test list-outputs`
25342024-11-20T23:52:04.993ZLogging to: /work/oxidecomputer/omicron/out/LOG
25352024-11-20T23:52:04.996Z+ ptime -m cargo build --locked --release -p xtask
25362024-11-20T23:52:05.604Z Compiling serde v1.0.215
25372024-11-20T23:52:05.607Z Compiling rustix v0.38.37
25382024-11-20T23:52:05.607Z Compiling serde_json v1.0.132
25392024-11-20T23:52:05.607Z Compiling libc v0.2.162
25402024-11-20T23:52:05.707Z Compiling syn v2.0.87
25412024-11-20T23:52:05.731Z Compiling bitflags v2.6.0
25422024-11-20T23:52:06.120Z Compiling usdt-impl v0.5.0
25432024-11-20T23:52:06.136Z Compiling syn v1.0.109
25442024-11-20T23:52:06.223Z Compiling hashbrown v0.15.0
25452024-11-20T23:52:06.240Z Compiling log v0.4.22
25462024-11-20T23:52:06.375Z Compiling fs-err v2.11.0
25472024-11-20T23:52:06.694Z Compiling once_cell v1.20.2
25482024-11-20T23:52:06.734Z Compiling anyhow v1.0.93
25492024-11-20T23:52:07.314Z Compiling thread-id v4.2.2
25502024-11-20T23:52:07.648Z Compiling indexmap v2.6.0
25512024-11-20T23:52:08.837Z Compiling terminal_size v0.4.0
25522024-11-20T23:52:08.837Z Compiling tempfile v3.13.0
25532024-11-20T23:52:09.109Z Compiling clap_builder v4.5.21
25542024-11-20T23:52:09.724Z Compiling proc-macro-error v1.0.4
25552024-11-20T23:52:11.141Z Compiling tabled_derive v0.7.0
25562024-11-20T23:52:12.498Z Compiling tabled v0.15.0
25572024-11-20T23:52:14.210Z Compiling serde_derive v1.0.215
25582024-11-20T23:52:14.739Z Compiling thiserror-impl v1.0.69
25592024-11-20T23:52:14.969Z Compiling zerocopy-derive v0.7.35
25602024-11-20T23:52:15.961Z Compiling scroll_derive v0.12.0
25612024-11-20T23:52:16.434Z Compiling clap_derive v4.5.18
25622024-11-20T23:52:17.170Z Compiling zerocopy v0.7.35
25632024-11-20T23:52:17.403Z Compiling scroll v0.12.0
25642024-11-20T23:52:17.845Z Compiling thiserror v1.0.69
25652024-11-20T23:52:18.021Z Compiling pest v2.7.14
25662024-11-20T23:52:18.910Z Compiling goblin v0.8.2
25672024-11-20T23:52:21.152Z Compiling pest_meta v2.7.14
25682024-11-20T23:52:23.271Z Compiling pest_generator v2.7.14
25692024-11-20T23:52:25.292Z Compiling clap v4.5.21
25702024-11-20T23:52:25.572Z Compiling pest_derive v2.7.14
25712024-11-20T23:52:26.400Z Compiling dtrace-parser v0.2.0
25722024-11-20T23:52:29.732Z Compiling serde_spanned v0.6.8
25732024-11-20T23:52:29.873Z Compiling toml_datetime v0.6.8
25742024-11-20T23:52:30.037Z Compiling serde_tokenstream v0.2.2
25752024-11-20T23:52:30.679Z Compiling toml_edit v0.22.22
25762024-11-20T23:52:30.733Z Compiling camino v1.1.9
25772024-11-20T23:52:31.968Z Compiling dof v0.3.0
25782024-11-20T23:52:34.490Z Compiling usdt-macro v0.5.0
25792024-11-20T23:52:34.758Z Compiling usdt-attr-macro v0.5.0
25802024-11-20T23:52:35.600Z Compiling toml v0.8.19
25812024-11-20T23:52:36.288Z Compiling cargo-platform v0.1.8
25822024-11-20T23:52:37.441Z Compiling semver v1.0.23
25832024-11-20T23:52:38.388Z Compiling cargo_metadata v0.18.1
25842024-11-20T23:52:39.016Z Compiling cargo_toml v0.20.5
25852024-11-20T23:52:42.751Z Compiling usdt v0.5.0
25862024-11-20T23:52:44.340Z Compiling camino-tempfile v1.1.1
25872024-11-20T23:52:44.386Z Compiling macaddr v1.0.1
25882024-11-20T23:52:52.994Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25892024-11-20T23:53:04.944Z Finished `release` profile [optimized] target(s) in 59.88s
25902024-11-20T23:53:05.061Z
25912024-11-20T23:53:05.061Zreal 1:00.030114888
25922024-11-20T23:53:05.061Zuser 6:04.057283444
25932024-11-20T23:53:05.061Zsys 33.005384317
25942024-11-20T23:53:05.061Ztrap 0.178730905
25952024-11-20T23:53:05.061Ztflt 0.328070943
25962024-11-20T23:53:05.064Zdflt 0.419581096
25972024-11-20T23:53:05.064Zkflt 0.000244914
25982024-11-20T23:53:05.064Zlock 11:54.660027414
25992024-11-20T23:53:05.064Zslp 17:47.737908987
26002024-11-20T23:53:05.064Zlat 15.001299890
26012024-11-20T23:53:05.064Zstop 17.383900084
26022024-11-20T23:53:05.064Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26032024-11-20T23:53:05.064Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26042024-11-20T23:53:05.064Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26052024-11-20T23:53:05.065Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26062024-11-20T23:53:05.065Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26072024-11-20T23:53:06.028Z Compiling hashbrown v0.14.5
26082024-11-20T23:53:06.157Z Compiling ident_case v1.0.1
26092024-11-20T23:53:06.171Z Compiling unsafe-libyaml v0.2.11
26102024-11-20T23:53:06.174Z Compiling progenitor-client v0.8.0
26112024-11-20T23:53:06.174Z Compiling ipnetwork v0.20.0
26122024-11-20T23:53:06.174Z Compiling macaddr v1.0.1
26132024-11-20T23:53:06.174Z Compiling instant v0.1.13
26142024-11-20T23:53:06.174Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26152024-11-20T23:53:06.314Z Compiling darling_core v0.20.10
26162024-11-20T23:53:06.445Z Compiling structmeta-derive v0.3.0
26172024-11-20T23:53:06.657Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26182024-11-20T23:53:06.691Z Compiling newtype-uuid v1.1.3
26192024-11-20T23:53:06.875Z Compiling dropshot v0.13.0
26202024-11-20T23:53:07.204Z Compiling dropshot_endpoint v0.13.0
26212024-11-20T23:53:07.288Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26222024-11-20T23:53:07.346Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26232024-11-20T23:53:07.468Z Compiling regress v0.10.1
26242024-11-20T23:53:07.489Z Compiling regress v0.9.1
26252024-11-20T23:53:07.724Z Compiling serde_yaml v0.9.34+deprecated
26262024-11-20T23:53:08.119Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26272024-11-20T23:53:08.210Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26282024-11-20T23:53:08.333Z Compiling backoff v0.4.0
26292024-11-20T23:53:08.723Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26302024-11-20T23:53:08.923Z Compiling tempfile v3.13.0
26312024-11-20T23:53:09.056Z Compiling proc-macro-crate v1.3.1
26322024-11-20T23:53:09.566Z Compiling structmeta v0.3.0
26332024-11-20T23:53:09.899Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26342024-11-20T23:53:10.040Z Compiling parse-display-derive v0.10.0
26352024-11-20T23:53:10.268Z Compiling num_enum_derive v0.5.11
26362024-11-20T23:53:10.367Z Compiling itertools v0.13.0
26372024-11-20T23:53:12.180Z Compiling typify-impl v0.2.0
26382024-11-20T23:53:12.927Z Compiling zerocopy v0.8.10
26392024-11-20T23:53:13.003Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26402024-11-20T23:53:13.026Z Compiling num_enum v0.5.11
26412024-11-20T23:53:13.214Z Compiling zerocopy-derive v0.8.10
26422024-11-20T23:53:13.346Z Compiling foreign-types-macros v0.2.3
26432024-11-20T23:53:13.631Z Compiling darling_macro v0.20.10
26442024-11-20T23:53:13.817Z Compiling heapless v0.8.0
26452024-11-20T23:53:13.950Z Compiling foreign-types-shared v0.3.1
26462024-11-20T23:53:14.293Z Compiling proc-macro-error v1.0.4
26472024-11-20T23:53:14.645Z Compiling darling v0.20.10
26482024-11-20T23:53:14.693Z Compiling foreign-types v0.5.0
26492024-11-20T23:53:14.786Z Compiling serde_with_macros v3.11.0
26502024-11-20T23:53:14.808Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26512024-11-20T23:53:15.011Z Compiling parse-display v0.10.0
26522024-11-20T23:53:15.037Z Compiling camino-tempfile v1.1.1
26532024-11-20T23:53:15.067Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26542024-11-20T23:53:15.617Z Compiling hash32 v0.3.1
26552024-11-20T23:53:15.820Z Compiling cstr-argument v0.1.2
26562024-11-20T23:53:15.898Z Compiling crucible-workspace-hack v0.1.0
26572024-11-20T23:53:16.013Z Compiling pretty-hex v0.2.1
26582024-11-20T23:53:16.090Z Compiling smoltcp v0.11.0
26592024-11-20T23:53:16.222Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26602024-11-20T23:53:16.255Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26612024-11-20T23:53:16.450Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26622024-11-20T23:53:16.897Z Compiling tabwriter v1.4.0
26632024-11-20T23:53:17.097Z Compiling colored v2.1.0
26642024-11-20T23:53:17.447Z Compiling cobs v0.2.3
26652024-11-20T23:53:17.763Z Compiling postcard v1.0.10
26662024-11-20T23:53:17.789Z Compiling serde_with v3.11.0
26672024-11-20T23:53:18.023Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26682024-11-20T23:53:18.331Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26692024-11-20T23:53:18.533Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26702024-11-20T23:53:18.556Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26712024-11-20T23:53:18.926Z Compiling smf v0.2.3
26722024-11-20T23:53:19.541Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26732024-11-20T23:53:20.196Z Compiling zone_cfg_derive v0.3.0
26742024-11-20T23:53:20.480Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26752024-11-20T23:53:21.007Z Compiling num-derive v0.4.2
26762024-11-20T23:53:21.813Z Compiling sigpipe v0.1.3
26772024-11-20T23:53:21.959Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26782024-11-20T23:53:22.020Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26792024-11-20T23:53:22.301Z Compiling zone v0.3.0
26802024-11-20T23:53:22.450Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26812024-11-20T23:53:22.826Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26822024-11-20T23:53:22.952Z Compiling universal-hash v0.5.1
26832024-11-20T23:53:23.072Z Compiling opaque-debug v0.3.1
26842024-11-20T23:53:23.179Z Compiling num-rational v0.4.2
26852024-11-20T23:53:23.202Z Compiling password-hash v0.5.0
26862024-11-20T23:53:23.204Z Compiling num-complex v0.4.6
26872024-11-20T23:53:23.497Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26882024-11-20T23:53:23.696Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26892024-11-20T23:53:24.060Z Compiling blake2 v0.10.6
26902024-11-20T23:53:24.300Z Compiling aead v0.5.2
26912024-11-20T23:53:24.421Z Compiling convert_case v0.4.0
26922024-11-20T23:53:24.485Z Compiling keccak v0.1.5
26932024-11-20T23:53:24.525Z Compiling num v0.4.3
26942024-11-20T23:53:24.655Z Compiling argon2 v0.5.3
26952024-11-20T23:53:24.680Z Compiling poly1305 v0.8.0
26962024-11-20T23:53:25.084Z Compiling sha3 v0.10.8
26972024-11-20T23:53:25.552Z Compiling derive_more v0.99.18
26982024-11-20T23:53:25.554Z Compiling tungstenite v0.21.0
26992024-11-20T23:53:25.627Z Compiling chacha20 v0.9.1
27002024-11-20T23:53:26.167Z Compiling float-ord v0.3.2
27012024-11-20T23:53:26.220Z Compiling base64 v0.21.7
27022024-11-20T23:53:26.367Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27032024-11-20T23:53:26.562Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27042024-11-20T23:53:26.650Z Compiling same-file v1.0.6
27052024-11-20T23:53:27.001Z Compiling tokio-tungstenite v0.21.0
27062024-11-20T23:53:27.026Z Compiling semver v0.1.20
27072024-11-20T23:53:27.055Z Compiling walkdir v2.5.0
27082024-11-20T23:53:27.632Z Compiling rustc_version v0.1.7
27092024-11-20T23:53:27.654Z Compiling newline-converter v0.3.0
27102024-11-20T23:53:27.745Z Compiling primeorder v0.13.6
27112024-11-20T23:53:27.869Z Compiling secrecy v0.8.0
27122024-11-20T23:53:27.964Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27132024-11-20T23:53:28.111Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27142024-11-20T23:53:28.148Z Compiling owo-colors v4.1.0
27152024-11-20T23:53:28.191Z Compiling cancel-safe-futures v0.1.5
27162024-11-20T23:53:28.315Z Compiling newtype_derive v0.1.6
27172024-11-20T23:53:28.485Z Compiling expectorate v1.1.0
27182024-11-20T23:53:28.516Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27192024-11-20T23:53:28.601Z Compiling thiserror-impl-no-std v2.0.2
27202024-11-20T23:53:28.635Z Compiling blake3 v1.5.4
27212024-11-20T23:53:28.683Z Compiling ring v0.16.20
27222024-11-20T23:53:28.854Z Compiling half v2.4.1
27232024-11-20T23:53:28.878Z Compiling unicase v2.7.0
27242024-11-20T23:53:29.205Z Compiling arc-swap v1.7.1
27252024-11-20T23:53:29.388Z Compiling ciborium-io v0.2.2
27262024-11-20T23:53:29.550Z Compiling ciborium-ll v0.2.2
27272024-11-20T23:53:29.883Z Compiling slog-scope v4.4.0
27282024-11-20T23:53:30.193Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27292024-11-20T23:53:30.238Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27302024-11-20T23:53:30.585Z Compiling polyval v0.6.2
27312024-11-20T23:53:31.052Z Compiling atomicwrites v0.4.4
27322024-11-20T23:53:31.174Z Compiling libsw v3.3.1
27332024-11-20T23:53:31.461Z Compiling memmap2 v0.9.5
27342024-11-20T23:53:31.526Z Compiling salty v0.3.0
27352024-11-20T23:53:31.748Z Compiling libefi-sys v0.1.0
27362024-11-20T23:53:31.869Z Compiling typify-macro v0.2.0
27372024-11-20T23:53:31.932Z Compiling spin v0.5.2
27382024-11-20T23:53:31.964Z Compiling arrayref v0.3.9
27392024-11-20T23:53:32.029Z Compiling thiserror-no-std v2.0.2
27402024-11-20T23:53:32.031Z Compiling indent_write v2.2.0
27412024-11-20T23:53:32.081Z Compiling parking_lot_core v0.8.6
27422024-11-20T23:53:32.162Z Compiling constant_time_eq v0.3.1
27432024-11-20T23:53:32.191Z Compiling arrayvec v0.7.6
27442024-11-20T23:53:32.289Z Compiling linear-map v1.2.0
27452024-11-20T23:53:32.358Z Compiling vsss-rs v3.3.4
27462024-11-20T23:53:32.646Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27472024-11-20T23:53:32.768Z Compiling ghash v0.5.1
27482024-11-20T23:53:33.054Z Compiling slog-stdlog v4.1.1
27492024-11-20T23:53:33.431Z Compiling ciborium v0.2.2
27502024-11-20T23:53:33.724Z Compiling p384 v0.13.0
27512024-11-20T23:53:33.827Z Compiling toolchain_find v0.4.0
27522024-11-20T23:53:33.971Z Compiling chacha20poly1305 v0.10.1
27532024-11-20T23:53:34.250Z Compiling lzma-sys v0.1.20
27542024-11-20T23:53:34.589Z Compiling ctr v0.9.2
27552024-11-20T23:53:34.991Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27562024-11-20T23:53:35.065Z Compiling bitfield-struct v0.6.2
27572024-11-20T23:53:35.093Z Compiling slog-dtrace v0.3.0
27582024-11-20T23:53:35.410Z Compiling highway v1.2.0
27592024-11-20T23:53:35.441Z Compiling topological-sort v0.2.2
27602024-11-20T23:53:35.671Z Compiling omicron-zone-package v0.11.1
27612024-11-20T23:53:35.761Z Compiling aes-gcm v0.10.3
27622024-11-20T23:53:36.101Z Compiling rustfmt-wrapper v0.2.1
27632024-11-20T23:53:36.209Z Compiling mime_guess v2.0.5
27642024-11-20T23:53:36.525Z Compiling typify v0.2.0
27652024-11-20T23:53:36.559Z Compiling slog-envlogger v2.2.0
27662024-11-20T23:53:36.658Z Compiling progenitor-impl v0.8.0
27672024-11-20T23:53:36.693Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27682024-11-20T23:53:36.716Z Compiling steno v0.4.1
27692024-11-20T23:53:37.495Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27702024-11-20T23:53:37.498Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27712024-11-20T23:53:37.622Z Compiling heck v0.3.3
27722024-11-20T23:53:37.971Z Compiling ssh-encoding v0.2.0
27732024-11-20T23:53:38.088Z Compiling blowfish v0.9.1
27742024-11-20T23:53:38.124Z Compiling nibble_vec v0.1.0
27752024-11-20T23:53:38.280Z Compiling env_filter v0.1.2
27762024-11-20T23:53:38.362Z Compiling endian-type v0.1.2
27772024-11-20T23:53:38.536Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27782024-11-20T23:53:38.575Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27792024-11-20T23:53:38.637Z Compiling humantime v2.1.0
27802024-11-20T23:53:38.708Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27812024-11-20T23:53:38.726Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27822024-11-20T23:53:38.875Z Compiling radix_trie v0.2.1
27832024-11-20T23:53:39.059Z Compiling env_logger v0.11.5
27842024-11-20T23:53:39.062Z Compiling bcrypt-pbkdf v0.10.0
27852024-11-20T23:53:39.205Z Compiling ssh-cipher v0.2.0
27862024-11-20T23:53:39.633Z Compiling zone_cfg_derive v0.1.2
27872024-11-20T23:53:39.771Z Compiling parking_lot v0.11.2
27882024-11-20T23:53:39.900Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27892024-11-20T23:53:40.413Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27902024-11-20T23:53:40.993Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27912024-11-20T23:53:41.018Z Compiling password-hash v0.4.2
27922024-11-20T23:53:41.109Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
27932024-11-20T23:53:41.280Z Compiling gethostname v0.5.0
27942024-11-20T23:53:41.426Z Compiling fxhash v0.2.1
27952024-11-20T23:53:41.499Z Compiling base64 v0.13.1
27962024-11-20T23:53:41.521Z Compiling matches v0.1.10
27972024-11-20T23:53:41.644Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27982024-11-20T23:53:41.663Z Compiling idna v0.2.3
27992024-11-20T23:53:41.786Z Compiling sled v0.34.7
28002024-11-20T23:53:41.989Z Compiling ron v0.7.1
28012024-11-20T23:53:42.011Z Compiling pbkdf2 v0.11.0
28022024-11-20T23:53:42.157Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28032024-11-20T23:53:42.388Z Compiling zone v0.1.8
28042024-11-20T23:53:42.450Z Compiling xz2 v0.1.7
28052024-11-20T23:53:42.915Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28062024-11-20T23:53:43.475Z Compiling ssh-key v0.6.6
28072024-11-20T23:53:44.108Z Compiling hickory-client v0.24.1
28082024-11-20T23:53:44.525Z Compiling p256 v0.13.2
28092024-11-20T23:53:44.598Z Compiling p521 v0.13.3
28102024-11-20T23:53:44.835Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28112024-11-20T23:53:45.415Z Compiling progenitor-macro v0.8.0
28122024-11-20T23:53:45.511Z Compiling hickory-server v0.24.1
28132024-11-20T23:53:45.678Z Compiling enum-as-inner v0.5.1
28142024-11-20T23:53:46.140Z Compiling pem v3.0.4
28152024-11-20T23:53:46.809Z Compiling yasna v0.5.2
28162024-11-20T23:53:47.051Z Compiling headers-core v0.3.0
28172024-11-20T23:53:47.113Z Compiling kstat-rs v0.2.4
28182024-11-20T23:53:47.241Z Compiling nanorand v0.7.0
28192024-11-20T23:53:47.804Z Compiling russh-cryptovec v0.7.3
28202024-11-20T23:53:47.876Z Compiling atty v0.2.14
28212024-11-20T23:53:48.048Z Compiling md5 v0.7.0
28222024-11-20T23:53:48.161Z Compiling http-range v0.1.5
28232024-11-20T23:53:48.572Z Compiling hyper-staticfile v0.10.1
28242024-11-20T23:53:48.597Z Compiling russh-keys v0.45.0
28252024-11-20T23:53:48.618Z Compiling rcgen v0.12.1
28262024-11-20T23:53:48.653Z Compiling flume v0.11.1
28272024-11-20T23:53:48.656Z Compiling headers v0.4.0
28282024-11-20T23:53:49.431Z Compiling trust-dns-proto v0.22.0
28292024-11-20T23:53:49.782Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28302024-11-20T23:53:50.802Z Compiling num-bigint v0.4.6
28312024-11-20T23:53:51.287Z Compiling des v0.8.1
28322024-11-20T23:53:51.693Z Compiling subprocess v0.2.9
28332024-11-20T23:53:53.236Z Compiling hex-literal v0.4.1
28342024-11-20T23:53:53.284Z Compiling dhcproto-macros v0.1.0
28352024-11-20T23:53:53.420Z Compiling display-error-chain v0.2.2
28362024-11-20T23:53:53.660Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28372024-11-20T23:53:53.810Z Compiling internet-checksum v0.2.1
28382024-11-20T23:53:54.051Z Compiling russh v0.45.0
28392024-11-20T23:53:54.260Z Compiling dhcproto v0.12.0
28402024-11-20T23:53:58.670Z Compiling progenitor v0.8.0
28412024-11-20T23:53:58.815Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28422024-11-20T23:53:58.818Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28432024-11-20T23:53:58.818Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28442024-11-20T23:53:58.818Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28452024-11-20T23:53:58.818Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28462024-11-20T23:53:58.911Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28472024-11-20T23:53:59.053Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28482024-11-20T23:54:00.390Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28492024-11-20T23:54:00.965Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28502024-11-20T23:54:01.335Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28512024-11-20T23:54:05.663Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28522024-11-20T23:54:05.791Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28532024-11-20T23:54:16.352Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28542024-11-20T23:54:16.352Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28552024-11-20T23:54:16.356Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28562024-11-20T23:54:16.356Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28572024-11-20T23:54:19.658Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28582024-11-20T23:54:19.954Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28592024-11-20T23:54:20.850Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28602024-11-20T23:54:21.169Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28612024-11-20T23:54:23.990Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28622024-11-20T23:54:24.796Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28632024-11-20T23:54:25.176Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28642024-11-20T23:54:25.814Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28652024-11-20T23:54:27.568Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28662024-11-20T23:54:27.690Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28672024-11-20T23:54:28.174Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28682024-11-20T23:54:29.102Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28692024-11-20T23:54:29.125Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28702024-11-20T23:54:29.993Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28712024-11-20T23:54:30.096Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28722024-11-20T23:54:33.043Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28732024-11-20T23:54:33.589Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28742024-11-20T23:54:34.264Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28752024-11-20T23:54:34.743Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28762024-11-20T23:54:35.208Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28772024-11-20T23:54:36.724Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28782024-11-20T23:54:39.820Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28792024-11-20T23:54:41.066Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28802024-11-20T23:54:41.275Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28812024-11-20T23:54:49.278Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28822024-11-20T23:54:57.168Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28832024-11-20T23:54:58.482Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28842024-11-20T23:55:18.866Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28852024-11-20T23:55:53.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 48s
28862024-11-20T23:55:53.676Z
28872024-11-20T23:55:53.678Zreal 2:48.549739837
28882024-11-20T23:55:53.678Zuser 12:53.372790952
28892024-11-20T23:55:53.678Zsys 2:44.409030932
28902024-11-20T23:55:53.678Ztrap 0.368007259
28912024-11-20T23:55:53.678Ztflt 0.815673345
28922024-11-20T23:55:53.679Zdflt 2.125233666
28932024-11-20T23:55:53.679Zkflt 0.000113107
28942024-11-20T23:55:53.679Zlock 26:47.753907958
28952024-11-20T23:55:53.679Zslp 46:02.702062515
28962024-11-20T23:55:53.679Zlat 37.205810929
28972024-11-20T23:55:53.679Zstop 1:37.319393540
28982024-11-20T23:55:53.679Z+ mkdir tests
28992024-11-20T23:55:53.681Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29002024-11-20T23:55:53.681Z+ xargs -I '{}' -t cp '{}' tests/
29012024-11-20T23:55:54.795Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1c07b627f9612ef2 tests/
29022024-11-20T23:55:54.824Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-b76c29b028377dcf tests/
29032024-11-20T23:55:54.854Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7ae8ec2a7134e763 tests/
29042024-11-20T23:55:54.882Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c77e5f5c99515c9f tests/
29052024-11-20T23:55:55.132Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
29062024-11-20T23:55:55.135Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-7ae8ec2a7134e763 tests/commtest-b76c29b028377dcf tests/dhcp_server-1c07b627f9612ef2 tests/end_to_end_tests-c77e5f5c99515c9f 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
29072024-11-20T23:57:07.404ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29082024-11-20T23:57:07.404Za .github/buildomat/ci-env.sh 1K
29092024-11-20T23:57:07.404Za out/target/test 1K
29102024-11-20T23:57:07.404Za out/npuzone/npuzone 23144K
29112024-11-20T23:57:07.404Za package-manifest.toml 32K
29122024-11-20T23:57:07.404Za smf/sled-agent/non-gimlet/config.toml 4K
29132024-11-20T23:57:07.404Za target/release/omicron-package 36350K
29142024-11-20T23:57:07.404Za target/release/xtask 11750K
29152024-11-20T23:57:07.404Za target/debug/bootstrap 210015K
29162024-11-20T23:57:07.404Za tests/bootstrap-7ae8ec2a7134e763 24246K
29172024-11-20T23:57:07.404Za tests/commtest-b76c29b028377dcf 25022K
29182024-11-20T23:57:07.404Za tests/dhcp_server-1c07b627f9612ef2 24246K
29192024-11-20T23:57:07.404Za tests/end_to_end_tests-c77e5f5c99515c9f 228115K
29202024-11-20T23:57:07.404Za out/clickhouse.tar.gz 286471K
29212024-11-20T23:57:07.404Za out/clickhouse_keeper.tar.gz 286469K
29222024-11-20T23:57:07.405Za out/clickhouse_server.tar.gz 286470K
29232024-11-20T23:57:07.405Za out/cockroachdb.tar.gz 134559K
29242024-11-20T23:57:07.405Za out/crucible-dtrace.tar 83K
29252024-11-20T23:57:07.405Za out/crucible-pantry-zone.tar.gz 28173K
29262024-11-20T23:57:07.405Za out/crucible-zone.tar.gz 36377K
29272024-11-20T23:57:07.405Za out/external-dns.tar.gz 35278K
29282024-11-20T23:57:07.405Za out/internal-dns.tar.gz 35278K
29292024-11-20T23:57:07.405Za out/mg-ddm-gz.tar 63075K
29302024-11-20T23:57:07.405Za out/nexus.tar.gz 100631K
29312024-11-20T23:57:07.405Za out/ntp.tar.gz 10355K
29322024-11-20T23:57:07.405Za out/omicron-gateway-softnpu.tar.gz 23879K
29332024-11-20T23:57:07.405Za out/omicron-sled-agent.tar 112909K
29342024-11-20T23:57:07.405Za out/overlay.tar.gz 3K
29352024-11-20T23:57:07.405Za out/oximeter.tar.gz 51696K
29362024-11-20T23:57:07.405Za out/oxlog.tar 3088K
29372024-11-20T23:57:07.405Za out/probe.tar.gz 2764K
29382024-11-20T23:57:07.405Za out/propolis-server.tar.gz 66584K
29392024-11-20T23:57:07.405Za out/pumpkind-gz.tar 26665K
29402024-11-20T23:57:07.405Za out/switch-softnpu.tar.gz 237581K
29412024-11-20T23:57:07.408Z
29422024-11-20T23:57:07.408Zreal 1:12.262158379
29432024-11-20T23:57:07.408Zuser 1:09.041444300
29442024-11-20T23:57:07.408Zsys 4.663040970
29452024-11-20T23:57:07.408Ztrap 0.020105854
29462024-11-20T23:57:07.408Ztflt 0.000000000
29472024-11-20T23:57:07.408Zdflt 0.000000000
29482024-11-20T23:57:07.408Zkflt 0.000000000
29492024-11-20T23:57:07.408Zlock 0.000000000
29502024-11-20T23:57:07.408Zslp 1:08.905182259
29512024-11-20T23:57:07.408Zlat 1.887707249
29522024-11-20T23:57:07.408Zstop 0.000665106
29532024-11-20T23:57:07.408Zprocess exited: duration 2130404 ms, exit code 0
 
29542024-11-20T23:57:07.422Zfound 1 output files
29552024-11-20T23:57:07.423Zuploading: /work/package.tar.gz (1880716501 bytes)
29562024-11-20T23:57:50.677Zuploaded: /work/package.tar.gz