01JD2WBB9SPDJ4JFZ2K5A3A40V: 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: 01JD2WBQY6WSYFR8C96YQGAKE5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-19T18:54:28.373Zjob assigned to worker 01JD2WBW3FTADBM29RA6NMJQGR [factory aws, i-06fb4edd46c013611] (queued for 52 s)
 
22024-11-19T18:54:37.226Zstarting task 0: "setup"
32024-11-19T18:54:37.233Z++ uname -s
42024-11-19T18:54:37.236Z+ kern=SunOS
52024-11-19T18:54:37.236Z+ case "$kern" in
62024-11-19T18:54:37.236Z+ groupadd -g 12345 build
72024-11-19T18:54:37.238Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-19T18:54:39.245Z+ zfs create -o mountpoint=/work rpool/work
92024-11-19T18:54:39.340Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-19T18:54:39.342Z+ home_fs=zfs
112024-11-19T18:54:39.342Z+ [[ zfs == autofs ]]
122024-11-19T18:54:39.342Z+ mkdir -p /home/build
132024-11-19T18:54:39.345Z+ chown build:build /home/build /work
142024-11-19T18:54:41.347Z+ chmod 0700 /home/build /work
152024-11-19T18:54:41.349Zprocess exited: duration 4125 ms, exit code 0
 
162024-11-19T18:54:41.354Zstarting task 1: "rust-toolchain"
172024-11-19T18:54:41.359Z+ printf ' * toolchain channel = "%s"
182024-11-19T18:54:41.359Z' 1.81.0
192024-11-19T18:54:41.359Z * toolchain channel = "1.81.0"
202024-11-19T18:54:41.360Z+ printf ' * toolchain profile = "%s"
212024-11-19T18:54:41.360Z' default
222024-11-19T18:54:41.360Z * toolchain profile = "default"
232024-11-19T18:54:41.362Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-19T18:54:41.362Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-19T18:54:41.488Zinfo: downloading installer
262024-11-19T18:54:42.956Zinfo: profile set to 'default'
272024-11-19T18:54:42.956Zinfo: default host triple is x86_64-unknown-illumos
282024-11-19T18:54:42.959Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-19T18:54:43.108Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-19T18:54:43.108Zinfo: downloading component 'cargo'
312024-11-19T18:54:43.899Zinfo: downloading component 'clippy'
322024-11-19T18:54:44.192Zinfo: downloading component 'rust-docs'
332024-11-19T18:54:45.283Zinfo: downloading component 'rust-std'
342024-11-19T18:54:46.990Zinfo: downloading component 'rustc'
352024-11-19T18:54:53.203Zinfo: downloading component 'rustfmt'
362024-11-19T18:54:53.436Zinfo: installing component 'cargo'
372024-11-19T18:54:54.220Zinfo: installing component 'clippy'
382024-11-19T18:54:54.588Zinfo: installing component 'rust-docs'
392024-11-19T18:54:56.208Zinfo: installing component 'rust-std'
402024-11-19T18:54:57.911Zinfo: installing component 'rustc'
412024-11-19T18:55:03.567Zinfo: installing component 'rustfmt'
422024-11-19T18:55:03.889Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-19T18:55:03.889Z
442024-11-19T18:55:04.252Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-19T18:55:04.252Z
462024-11-19T18:55:04.256Z
472024-11-19T18:55:04.256ZRust is installed now. Great!
482024-11-19T18:55:04.256Z
492024-11-19T18:55:04.256ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-19T18:55:04.256Zenvironment variable. This has not been done automatically.
512024-11-19T18:55:04.256Z
522024-11-19T18:55:04.256ZTo configure your current shell, you need to source
532024-11-19T18:55:04.256Zthe corresponding env file under $HOME/.cargo.
542024-11-19T18:55:04.256Z
552024-11-19T18:55:04.256ZThis is usually done by running one of the following (note the leading DOT):
562024-11-19T18:55:04.256Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-19T18:55:04.256Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-19T18:55:04.321Z+ rustc --version
592024-11-19T18:55:04.386Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-19T18:55:04.389Zprocess exited: duration 23032 ms, exit code 0
 
612024-11-19T18:55:04.395Zstarting task 2: "authentication"
622024-11-19T18:55:04.416Zprocess exited: duration 20 ms, exit code 0
 
632024-11-19T18:55:04.422Zstarting task 3: "clone repository"
642024-11-19T18:55:04.427Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-19T18:55:04.430Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-19T18:55:04.727ZCloning into '/work/oxidecomputer/omicron'...
672024-11-19T18:55:12.487Z+ cd /work/oxidecomputer/omicron
682024-11-19T18:55:12.487Z+ git fetch origin 5e2da48746ba7c5dc791affcb1d848cbb11845f8
692024-11-19T18:55:12.838ZFrom https://github.com/oxidecomputer/omicron
702024-11-19T18:55:12.839Z * branch 5e2da48746ba7c5dc791affcb1d848cbb11845f8 -> FETCH_HEAD
712024-11-19T18:55:12.848Z+ [[ -n bump-console-6fe6936d ]]
722024-11-19T18:55:12.851Z++ git branch --show-current
732024-11-19T18:55:12.854Z+ current=main
742024-11-19T18:55:12.854Z+ [[ main != bump-console-6fe6936d ]]
752024-11-19T18:55:12.854Z+ git branch -f bump-console-6fe6936d 5e2da48746ba7c5dc791affcb1d848cbb11845f8
762024-11-19T18:55:12.856Z+ git checkout -f bump-console-6fe6936d
772024-11-19T18:55:13.026ZSwitched to branch 'bump-console-6fe6936d'
782024-11-19T18:55:13.028Z+ git reset --hard 5e2da48746ba7c5dc791affcb1d848cbb11845f8
792024-11-19T18:55:13.192ZHEAD is now at 5e2da4874 Bump web console (system/silo picker, confirm leave form)
802024-11-19T18:55:13.195Zprocess exited: duration 8770 ms, exit code 0
 
812024-11-19T18:55:13.200Zstarting task 4: "build"
822024-11-19T18:55:13.206Z+ source .github/buildomat/ci-env.sh
832024-11-19T18:55:13.206Z++ export CARGO_TERM_COLOR=always
842024-11-19T18:55:13.206Z++ CARGO_TERM_COLOR=always
852024-11-19T18:55:13.206Z+ cargo --version
862024-11-19T18:55:13.263Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-19T18:55:13.266Z+ rustc --version
882024-11-19T18:55:13.326Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-19T18:55:13.328Z+ WORK=/work
902024-11-19T18:55:13.328Z+ pfexec mkdir -p /work
912024-11-19T18:55:13.332Z+ pfexec chown build /work
922024-11-19T18:55:13.335Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-19T18:55:32.565Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-19T18:55:36.582Z Startup: Caching catalogs ... Done
952024-11-19T18:55:45.525ZPlanning: Solver setup ... Done (8.180s)
962024-11-19T18:55:45.636ZPlanning: Running solver ... Done (0.110s)
972024-11-19T18:55:45.976ZPlanning: Finding local manifests ... Done (0.253s)
982024-11-19T18:55:45.989ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-19T18:55:46.210ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-19T18:55:46.549ZPlanning: Package planning ... Done (0.339s)
1012024-11-19T18:55:46.604ZPlanning: Merging actions ... Done (0.055s)
1022024-11-19T18:55:48.244ZPlanning: Checking for conflicting actions ... Done (1.639s)
1032024-11-19T18:55:59.981ZPlanning: Consolidating action changes ... Done (11.735s)
1042024-11-19T18:56:00.398ZPlanning: Evaluating mediators ... Done (0.417s)
1052024-11-19T18:56:00.477ZPlanning: Planning completed in 23.80 seconds
1062024-11-19T18:56:00.666Z Packages to install: 4
1072024-11-19T18:56:00.666Z Packages to update: 1
1082024-11-19T18:56:00.668Z Mediators to change: 2
1092024-11-19T18:56:00.668Z Services to change: 1
1102024-11-19T18:56:00.668Z Estimated space available: 155.64 GB
1112024-11-19T18:56:00.668ZEstimated space to be consumed: 1.60 GB
1122024-11-19T18:56:00.668Z Create boot environment: No
1132024-11-19T18:56:00.668ZCreate backup boot environment: Yes
1142024-11-19T18:56:00.668Z Rebuild boot archive: No
1152024-11-19T18:56:00.668Z
1162024-11-19T18:56:00.668ZChanged mediators:
1172024-11-19T18:56:00.668Z mediator clang:
1182024-11-19T18:56:00.668Z version: None -> 15 (system default)
1192024-11-19T18:56:00.668Z
1202024-11-19T18:56:00.668Z mediator llvm:
1212024-11-19T18:56:00.668Z version: 14 (system default) -> 15 (system default)
1222024-11-19T18:56:00.668Z
1232024-11-19T18:56:00.668ZChanged packages:
1242024-11-19T18:56:00.668Zhelios-dev
1252024-11-19T18:56:00.669Z developer/build-essential
1262024-11-19T18:56:00.669Z None -> 11-2.0
1272024-11-19T18:56:00.669Z library/libxmlsec1
1282024-11-19T18:56:00.669Z None -> 1.2.35-2.0
1292024-11-19T18:56:00.669Z ooce/developer/clang-15
1302024-11-19T18:56:00.669Z None -> 15.0.7-2.0
1312024-11-19T18:56:00.669Z ooce/developer/llvm-15
1322024-11-19T18:56:00.669Z None -> 15.0.7-2.0
1332024-11-19T18:56:00.669Z package/pkg
1342024-11-19T18:56:00.669Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-19T18:56:00.669Z
1362024-11-19T18:56:00.669ZServices:
1372024-11-19T18:56:00.669Z restart_fmri:
1382024-11-19T18:56:00.669Z svc:/system/update-man-index:default
1392024-11-19T18:56:00.669Z
1402024-11-19T18:56:00.669ZEditable files to change:
1412024-11-19T18:56:00.669Z Update:
1422024-11-19T18:56:00.669Z usr/share/lib/pkg/web/config.shtml
1432024-11-19T18:56:01.285Z
1442024-11-19T18:56:01.285ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-19T18:56:06.286ZDownload: 1492/4281 items 106.9/220.6MB 48% complete (21.8M/s)
1462024-11-19T18:56:11.296ZDownload: 2429/4281 items 119.9/220.6MB 54% complete (12.4M/s)
1472024-11-19T18:56:16.386ZDownload: 3249/4281 items 203.1/220.6MB 92% complete (9.7M/s)
1482024-11-19T18:56:21.324ZDownload: 4200/4281 items 220.5/220.6MB 99% complete (10.1M/s)
1492024-11-19T18:56:23.891ZDownload: Completed 220.60 MB in 22.60 seconds (9.8M/s)
1502024-11-19T18:56:25.921Z Actions: 1/5063 actions (Removing old actions)
1512024-11-19T18:56:25.946Z Actions: 194/5063 actions (Installing new actions)
1522024-11-19T18:56:30.981Z Actions: 4081/5063 actions (Installing new actions)
1532024-11-19T18:56:32.405Z Actions: 4226/5063 actions (Updating modified actions)
1542024-11-19T18:56:33.099Z Actions: Completed 5063 actions in 7.18 seconds.
1552024-11-19T18:56:33.315Z Done (0.209s)
1562024-11-19T18:56:33.317Z Done (0.000s)
1572024-11-19T18:56:33.841Z Done (0.524s)
1582024-11-19T18:56:42.235Z Done (8.182s)
1592024-11-19T18:56:42.487Z Done (0.184s)
1602024-11-19T18:56:42.490Z Done (0.000s)
1612024-11-19T18:56:42.640Z Done (0.000s)
1622024-11-19T18:56:43.311ZPlanning: Evaluating mediator changes ... Done
1632024-11-19T18:56:43.474ZPlanning: Checking for conflicting actions ... Done
1642024-11-19T18:56:43.476ZPlanning: Consolidating action changes ... Done
1652024-11-19T18:56:43.739ZPlanning: Evaluating mediators ... Done
1662024-11-19T18:56:43.741ZPlanning: Planning completed in 0.43 seconds
1672024-11-19T18:56:43.780Z Mediators to change: 2
1682024-11-19T18:56:43.780Z Create boot environment: No
1692024-11-19T18:56:43.782ZCreate backup boot environment: No
1702024-11-19T18:56:43.850Z Done
1712024-11-19T18:56:43.850Z Done
1722024-11-19T18:56:44.194Z Done
1732024-11-19T18:56:47.825Z Done
1742024-11-19T18:56:47.910Z Done
1752024-11-19T18:56:47.913Z Done
1762024-11-19T18:56:48.019Z Done
1772024-11-19T18:56:48.628ZPlanning: Evaluating mediator changes ... Done
1782024-11-19T18:56:48.631ZPlanning: Merging actions ... Done
1792024-11-19T18:56:48.819ZPlanning: Checking for conflicting actions ... Done
1802024-11-19T18:56:48.821ZPlanning: Consolidating action changes ... Done
1812024-11-19T18:56:49.079ZPlanning: Evaluating mediators ... Done
1822024-11-19T18:56:49.134ZPlanning: Planning completed in 0.75 seconds
1832024-11-19T18:56:49.173Z Packages to change: 1
1842024-11-19T18:56:49.173Z Mediators to change: 1
1852024-11-19T18:56:49.175Z Services to change: 1
1862024-11-19T18:56:49.175Z Create boot environment: No
1872024-11-19T18:56:49.175ZCreate backup boot environment: Yes
1882024-11-19T18:56:51.351Z Actions: 1/6 actions (Updating modified actions)
1892024-11-19T18:56:51.477Z Actions: Completed 6 actions in 0.13 seconds.
1902024-11-19T18:56:51.480Z Done
1912024-11-19T18:56:51.480Z Done
1922024-11-19T18:56:51.585Z Done
1932024-11-19T18:56:55.191Z Done
1942024-11-19T18:56:55.281Z Done
1952024-11-19T18:56:55.283Z Done
1962024-11-19T18:56:55.425Z Done
1972024-11-19T18:56:55.866ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982024-11-19T18:56:55.866Zclang system 15 system
1992024-11-19T18:56:55.866Zcsh system system illumos
2002024-11-19T18:56:55.866Zctags system system illumos
2012024-11-19T18:56:55.866Zgcc vendor 12 vendor
2022024-11-19T18:56:55.866Zgcc system 10 system
2032024-11-19T18:56:55.866Zgcc system 7 system
2042024-11-19T18:56:55.866Zgo system 1.20 system
2052024-11-19T18:56:55.866Zgo system 1.19 system
2062024-11-19T18:56:55.867Zllvm system 15 system
2072024-11-19T18:56:55.867Zllvm system 14 system
2082024-11-19T18:56:55.867Zmariadb system 10.6 system
2092024-11-19T18:56:55.867Zmta vendor vendor dma
2102024-11-19T18:56:55.867Zopenjdk system 17 system
2112024-11-19T18:56:55.867Zopenjdk system 11 system
2122024-11-19T18:56:55.867Zopenjdk system 1.8 system
2132024-11-19T18:56:55.867Zopenssl vendor 3 vendor
2142024-11-19T18:56:55.867Zperl system 5.36 system
2152024-11-19T18:56:55.867Zpostgresql system 15 system
2162024-11-19T18:56:55.867Zpostgresql system 13 system
2172024-11-19T18:56:55.867Zpython vendor 3 vendor
2182024-11-19T18:56:55.867Zpython system 2 system
2192024-11-19T18:56:55.867Zpython3 system 3.11 system
2202024-11-19T18:56:55.867Zruby system 3.0 system
2212024-11-19T18:56:55.867Zwords vendor vendor american-english
2222024-11-19T18:56:55.867Zwords system system australian-english
2232024-11-19T18:56:55.867Zwords system system british-english
2242024-11-19T18:56:55.867Zwords system system canadian-english
2252024-11-19T18:56:55.867Zwords system system french
2262024-11-19T18:56:55.868Zwords system system italian
2272024-11-19T18:56:55.868Zwords system system ngerman
2282024-11-19T18:56:55.868Zwords system system ogerman
2292024-11-19T18:56:55.868Zwords system system spanish
2302024-11-19T18:56:56.195ZPUBLISHER TYPE STATUS P LOCATION
2312024-11-19T18:56:56.195Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2322024-11-19T18:56:58.735ZFMRI IFO
2332024-11-19T18:56:58.735Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2342024-11-19T18:56:58.735Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2352024-11-19T18:56:58.735Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2362024-11-19T18:56:58.735Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2372024-11-19T18:56:58.735Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2382024-11-19T18:56:58.735Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2392024-11-19T18:56:58.735Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2402024-11-19T18:56:58.735Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2412024-11-19T18:56:58.735Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2422024-11-19T18:56:58.735Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2432024-11-19T18:56:58.735Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2442024-11-19T18:56:58.735Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2452024-11-19T18:56:58.735Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2462024-11-19T18:56:58.735Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2472024-11-19T18:56:58.735Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2482024-11-19T18:56:59.476Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2492024-11-19T18:56:59.737Z Updating crates.io index
2502024-11-19T18:56:59.818Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512024-11-19T18:57:00.533Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2522024-11-19T18:57:00.848Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2532024-11-19T18:57:01.112Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2542024-11-19T18:57:01.349Z Updating git repository `https://github.com/oxidecomputer/propolis`
2552024-11-19T18:57:02.207Z Updating git repository `https://github.com/oxidecomputer/crucible`
2562024-11-19T18:57:04.578Z Updating git repository `https://github.com/oxidecomputer/opte`
2572024-11-19T18:57:05.622Z Updating git repository `https://github.com/oxidecomputer/falcon`
2582024-11-19T18:57:06.292Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592024-11-19T18:57:06.534Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602024-11-19T18:57:06.958Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2612024-11-19T18:57:07.459Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2622024-11-19T18:57:07.772Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2632024-11-19T18:57:08.101Z Updating git repository `https://github.com/oxidecomputer/tofino`
2642024-11-19T18:57:08.325Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652024-11-19T18:57:08.558Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662024-11-19T18:57:08.809Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672024-11-19T18:57:09.067Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2682024-11-19T18:57:09.417Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692024-11-19T18:57:09.812Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2702024-11-19T18:57:10.083Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712024-11-19T18:57:10.733Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722024-11-19T18:57:11.026Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732024-11-19T18:57:11.459Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742024-11-19T18:57:11.863Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2752024-11-19T18:57:12.138Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2762024-11-19T18:57:12.407Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2772024-11-19T18:57:13.947Z Downloading crates ...
2782024-11-19T18:57:14.078Z Downloaded anstream v0.6.15
2792024-11-19T18:57:14.124Z Downloaded anstyle-query v1.1.1
2802024-11-19T18:57:14.129Z Downloaded clap_derive v4.5.18
2812024-11-19T18:57:14.131Z Downloaded fs-err v2.11.0
2822024-11-19T18:57:14.134Z Downloaded dtrace-parser v0.2.0
2832024-11-19T18:57:14.136Z Downloaded cpufeatures v0.2.14
2842024-11-19T18:57:14.136Z Downloaded errno v0.3.9
2852024-11-19T18:57:14.139Z Downloaded heck v0.5.0
2862024-11-19T18:57:14.139Z Downloaded is_terminal_polyfill v1.70.1
2872024-11-19T18:57:14.141Z Downloaded equivalent v1.0.1
2882024-11-19T18:57:14.141Z Downloaded dof v0.3.0
2892024-11-19T18:57:14.143Z Downloaded heck v0.4.1
2902024-11-19T18:57:14.143Z Downloaded clap_lex v0.7.2
2912024-11-19T18:57:14.145Z Downloaded byteorder v1.5.0
2922024-11-19T18:57:14.150Z Downloaded generic-array v0.14.7
2932024-11-19T18:57:14.152Z Downloaded usdt v0.5.0
2942024-11-19T18:57:14.154Z Downloaded digest v0.10.7
2952024-11-19T18:57:14.154Z Downloaded itoa v1.0.11
2962024-11-19T18:57:14.157Z Downloaded fnv v1.0.7
2972024-11-19T18:57:14.157Z Downloaded cargo_toml v0.20.5
2982024-11-19T18:57:14.159Z Downloaded camino-tempfile v1.1.1
2992024-11-19T18:57:14.159Z Downloaded block-buffer v0.10.4
3002024-11-19T18:57:14.162Z Downloaded plain v0.2.3
3012024-11-19T18:57:14.165Z Downloaded fastrand v2.1.1
3022024-11-19T18:57:14.168Z Downloaded colorchoice v1.0.2
3032024-11-19T18:57:14.168Z Downloaded utf8parse v0.2.2
3042024-11-19T18:57:14.168Z Downloaded cfg-if v1.0.0
3052024-11-19T18:57:14.170Z Downloaded cargo_metadata v0.18.1
3062024-11-19T18:57:14.170Z Downloaded anstyle-parse v0.2.5
3072024-11-19T18:57:14.172Z Downloaded usdt-macro v0.5.0
3082024-11-19T18:57:14.178Z Downloaded usdt-attr-macro v0.5.0
3092024-11-19T18:57:14.180Z Downloaded goblin v0.8.2
3102024-11-19T18:57:14.184Z Downloaded scroll_derive v0.12.0
3112024-11-19T18:57:14.186Z Downloaded pretty-hex v0.4.1
3122024-11-19T18:57:14.186Z Downloaded serde_spanned v0.6.8
3132024-11-19T18:57:14.189Z Downloaded clap v4.5.21
3142024-11-19T18:57:14.195Z Downloaded proc-macro-error-attr v1.0.4
3152024-11-19T18:57:14.198Z Downloaded memmap v0.7.0
3162024-11-19T18:57:14.201Z Downloaded swrite v0.1.0
3172024-11-19T18:57:14.208Z Downloaded crypto-common v0.1.6
3182024-11-19T18:57:14.212Z Downloaded strsim v0.11.1
3192024-11-19T18:57:14.214Z Downloaded bytecount v0.6.8
3202024-11-19T18:57:14.216Z Downloaded anstyle v1.0.10
3212024-11-19T18:57:14.219Z Downloaded autocfg v1.4.0
3222024-11-19T18:57:14.221Z Downloaded zerocopy-derive v0.7.35
3232024-11-19T18:57:14.224Z Downloaded quote v1.0.37
3242024-11-19T18:57:14.226Z Downloaded sha2 v0.10.8
3252024-11-19T18:57:14.228Z Downloaded cargo-platform v0.1.8
3262024-11-19T18:57:14.231Z Downloaded macaddr v1.0.1
3272024-11-19T18:57:14.231Z Downloaded indexmap v2.6.0
3282024-11-19T18:57:14.234Z Downloaded pest_generator v2.7.14
3292024-11-19T18:57:14.236Z Downloaded serde_tokenstream v0.2.2
3302024-11-19T18:57:14.239Z Downloaded unicode-linebreak v0.1.5
3312024-11-19T18:57:14.242Z Downloaded tabled_derive v0.7.0
3322024-11-19T18:57:14.242Z Downloaded terminal_size v0.4.0
3332024-11-19T18:57:14.244Z Downloaded pest_derive v2.7.14
3342024-11-19T18:57:14.244Z Downloaded smawk v0.3.2
3352024-11-19T18:57:14.247Z Downloaded once_cell v1.20.2
3362024-11-19T18:57:14.249Z Downloaded thread-id v4.2.2
3372024-11-19T18:57:14.251Z Downloaded thiserror-impl v1.0.69
3382024-11-19T18:57:14.251Z Downloaded camino v1.1.9
3392024-11-19T18:57:14.253Z Downloaded thiserror v1.0.69
3402024-11-19T18:57:14.256Z Downloaded semver v1.0.23
3412024-11-19T18:57:14.258Z Downloaded toml_datetime v0.6.8
3422024-11-19T18:57:14.260Z Downloaded proc-macro-error v1.0.4
3432024-11-19T18:57:14.263Z Downloaded version_check v0.9.5
3442024-11-19T18:57:14.263Z Downloaded tempfile v3.13.0
3452024-11-19T18:57:14.265Z Downloaded usdt-impl v0.5.0
3462024-11-19T18:57:14.267Z Downloaded pest_meta v2.7.14
3472024-11-19T18:57:14.270Z Downloaded anyhow v1.0.93
3482024-11-19T18:57:14.274Z Downloaded ryu v1.0.18
3492024-11-19T18:57:14.277Z Downloaded scroll v0.12.0
3502024-11-19T18:57:14.279Z Downloaded proc-macro2 v1.0.89
3512024-11-19T18:57:14.282Z Downloaded memchr v2.7.4
3522024-11-19T18:57:14.285Z Downloaded ucd-trie v0.1.7
3532024-11-19T18:57:14.287Z Downloaded typenum v1.17.0
3542024-11-19T18:57:14.289Z Downloaded toml v0.8.19
3552024-11-19T18:57:14.292Z Downloaded papergrid v0.11.0
3562024-11-19T18:57:14.296Z Downloaded log v0.4.22
3572024-11-19T18:57:14.298Z Downloaded unicode-ident v1.0.13
3582024-11-19T18:57:14.301Z Downloaded bitflags v2.6.0
3592024-11-19T18:57:14.303Z Downloaded textwrap v0.16.1
3602024-11-19T18:57:14.309Z Downloaded serde_derive v1.0.215
3612024-11-19T18:57:14.313Z Downloaded serde v1.0.215
3622024-11-19T18:57:14.325Z Downloaded toml_edit v0.22.22
3632024-11-19T18:57:14.344Z Downloaded pest v2.7.14
3642024-11-19T18:57:14.356Z Downloaded zerocopy v0.7.35
3652024-11-19T18:57:14.370Z Downloaded winnow v0.6.20
3662024-11-19T18:57:14.378Z Downloaded serde_json v1.0.132
3672024-11-19T18:57:14.384Z Downloaded hashbrown v0.15.0
3682024-11-19T18:57:14.388Z Downloaded clap_builder v4.5.21
3692024-11-19T18:57:14.398Z Downloaded tabled v0.15.0
3702024-11-19T18:57:14.410Z Downloaded syn v1.0.109
3712024-11-19T18:57:14.420Z Downloaded syn v2.0.87
3722024-11-19T18:57:14.429Z Downloaded unicode-width v0.1.14
3732024-11-19T18:57:14.435Z Downloaded rustix v0.38.37
3742024-11-19T18:57:14.462Z Downloaded libc v0.2.162
3752024-11-19T18:57:14.766Z Compiling proc-macro2 v1.0.89
3762024-11-19T18:57:14.766Z Compiling unicode-ident v1.0.13
3772024-11-19T18:57:14.769Z Compiling serde v1.0.215
3782024-11-19T18:57:14.769Z Compiling version_check v0.9.5
3792024-11-19T18:57:14.769Z Compiling thiserror v1.0.69
3802024-11-19T18:57:14.769Z Compiling memchr v2.7.4
3812024-11-19T18:57:14.769Z Compiling libc v0.2.162
3822024-11-19T18:57:14.769Z Compiling ucd-trie v0.1.7
3832024-11-19T18:57:15.090Z Compiling ryu v1.0.18
3842024-11-19T18:57:15.458Z Compiling itoa v1.0.11
3852024-11-19T18:57:15.479Z Compiling once_cell v1.20.2
3862024-11-19T18:57:15.655Z Compiling byteorder v1.5.0
3872024-11-19T18:57:15.833Z Compiling serde_json v1.0.132
3882024-11-19T18:57:16.113Z Compiling rustix v0.38.37
3892024-11-19T18:57:16.254Z Compiling bitflags v2.6.0
3902024-11-19T18:57:16.295Z Compiling usdt-impl v0.5.0
3912024-11-19T18:57:16.321Z Compiling proc-macro-error-attr v1.0.4
3922024-11-19T18:57:16.576Z Compiling syn v1.0.109
3932024-11-19T18:57:16.678Z Compiling proc-macro-error v1.0.4
3942024-11-19T18:57:16.705Z Compiling hashbrown v0.15.0
3952024-11-19T18:57:16.760Z Compiling log v0.4.22
3962024-11-19T18:57:16.938Z Compiling equivalent v1.0.1
3972024-11-19T18:57:17.001Z Compiling utf8parse v0.2.2
3982024-11-19T18:57:17.055Z Compiling plain v0.2.3
3992024-11-19T18:57:17.155Z Compiling quote v1.0.37
4002024-11-19T18:57:17.181Z Compiling camino v1.1.9
4012024-11-19T18:57:17.229Z Compiling anstyle-parse v0.2.5
4022024-11-19T18:57:17.428Z Compiling errno v0.3.9
4032024-11-19T18:57:17.583Z Compiling syn v2.0.87
4042024-11-19T18:57:17.696Z Compiling thread-id v4.2.2
4052024-11-19T18:57:17.873Z Compiling indexmap v2.6.0
4062024-11-19T18:57:17.910Z Compiling anstyle-query v1.1.1
4072024-11-19T18:57:17.936Z Compiling colorchoice v1.0.2
4082024-11-19T18:57:18.068Z Compiling semver v1.0.23
4092024-11-19T18:57:18.097Z Compiling winnow v0.6.20
4102024-11-19T18:57:18.147Z Compiling unicode-width v0.1.14
4112024-11-19T18:57:18.580Z Compiling autocfg v1.4.0
4122024-11-19T18:57:18.695Z Compiling is_terminal_polyfill v1.70.1
4132024-11-19T18:57:18.836Z Compiling pretty-hex v0.4.1
4142024-11-19T18:57:19.056Z Compiling anstyle v1.0.10
4152024-11-19T18:57:19.355Z Compiling clap_lex v0.7.2
4162024-11-19T18:57:19.380Z Compiling fnv v1.0.7
4172024-11-19T18:57:19.518Z Compiling anstream v0.6.15
4182024-11-19T18:57:19.545Z Compiling fastrand v2.1.1
4192024-11-19T18:57:19.750Z Compiling fs-err v2.11.0
4202024-11-19T18:57:19.869Z Compiling terminal_size v0.4.0
4212024-11-19T18:57:20.023Z Compiling strsim v0.11.1
4222024-11-19T18:57:20.090Z Compiling cfg-if v1.0.0
4232024-11-19T18:57:20.195Z Compiling anyhow v1.0.93
4242024-11-19T18:57:20.302Z Compiling heck v0.4.1
4252024-11-19T18:57:20.646Z Compiling heck v0.5.0
4262024-11-19T18:57:20.928Z Compiling bytecount v0.6.8
4272024-11-19T18:57:21.005Z Compiling papergrid v0.11.0
4282024-11-19T18:57:21.065Z Compiling tempfile v3.13.0
4292024-11-19T18:57:21.192Z Compiling clap_builder v4.5.21
4302024-11-19T18:57:21.333Z Compiling memmap v0.7.0
4312024-11-19T18:57:21.420Z Compiling smawk v0.3.2
4322024-11-19T18:57:21.645Z Compiling unicode-linebreak v0.1.5
4332024-11-19T18:57:22.006Z Compiling swrite v0.1.0
4342024-11-19T18:57:22.135Z Compiling textwrap v0.16.1
4352024-11-19T18:57:23.300Z Compiling tabled_derive v0.7.0
4362024-11-19T18:57:24.850Z Compiling tabled v0.15.0
4372024-11-19T18:57:26.464Z Compiling serde_derive v1.0.215
4382024-11-19T18:57:26.464Z Compiling thiserror-impl v1.0.69
4392024-11-19T18:57:26.467Z Compiling zerocopy-derive v0.7.35
4402024-11-19T18:57:26.467Z Compiling scroll_derive v0.12.0
4412024-11-19T18:57:26.771Z Compiling clap_derive v4.5.18
4422024-11-19T18:57:27.695Z Compiling scroll v0.12.0
4432024-11-19T18:57:28.187Z Compiling goblin v0.8.2
4442024-11-19T18:57:28.394Z Compiling zerocopy v0.7.35
4452024-11-19T18:57:29.151Z Compiling pest v2.7.14
4462024-11-19T18:57:30.763Z Compiling clap v4.5.21
4472024-11-19T18:57:31.513Z Compiling pest_meta v2.7.14
4482024-11-19T18:57:32.370Z Compiling pest_generator v2.7.14
4492024-11-19T18:57:34.136Z Compiling pest_derive v2.7.14
4502024-11-19T18:57:34.858Z Compiling dtrace-parser v0.2.0
4512024-11-19T18:57:36.639Z Compiling serde_tokenstream v0.2.2
4522024-11-19T18:57:36.797Z Compiling serde_spanned v0.6.8
4532024-11-19T18:57:36.798Z Compiling toml_datetime v0.6.8
4542024-11-19T18:57:37.091Z Compiling toml_edit v0.22.22
4552024-11-19T18:57:37.179Z Compiling cargo-platform v0.1.8
4562024-11-19T18:57:37.202Z Compiling macaddr v1.0.1
4572024-11-19T18:57:37.593Z Compiling camino-tempfile v1.1.1
4582024-11-19T18:57:38.089Z Compiling dof v0.3.0
4592024-11-19T18:57:38.432Z Compiling cargo_metadata v0.18.1
4602024-11-19T18:57:39.768Z Compiling usdt-macro v0.5.0
4612024-11-19T18:57:39.794Z Compiling usdt-attr-macro v0.5.0
4622024-11-19T18:57:39.827Z Compiling toml v0.8.19
4632024-11-19T18:57:40.688Z Compiling cargo_toml v0.20.5
4642024-11-19T18:57:41.275Z Compiling usdt v0.5.0
4652024-11-19T18:57:44.259Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662024-11-19T18:57:48.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.15s
4672024-11-19T18:57:48.658Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4682024-11-19T18:57:49.176Z Downloading crates ...
4692024-11-19T18:57:49.288Z Downloaded arrayref v0.3.9
4702024-11-19T18:57:49.290Z Downloaded bit-set v0.5.3
4712024-11-19T18:57:49.297Z Downloaded addr2line v0.24.2
4722024-11-19T18:57:49.304Z Downloaded cstr-argument v0.1.2
4732024-11-19T18:57:49.306Z Downloaded const_format_proc_macros v0.2.33
4742024-11-19T18:57:49.308Z Downloaded base64ct v1.6.0
4752024-11-19T18:57:49.316Z Downloaded ctr v0.9.2
4762024-11-19T18:57:49.321Z Downloaded bitvec v1.0.1
4772024-11-19T18:57:49.336Z Downloaded qorb v0.2.0
4782024-11-19T18:57:49.351Z Downloaded hmac v0.12.1
4792024-11-19T18:57:49.353Z Downloaded highway v1.2.0
4802024-11-19T18:57:49.360Z Downloaded http v1.1.0
4812024-11-19T18:57:49.365Z Downloaded ratatui v0.28.1
4822024-11-19T18:57:49.387Z Downloaded hostname v0.3.1
4832024-11-19T18:57:49.389Z Downloaded http-body v1.0.1
4842024-11-19T18:57:49.392Z Downloaded hkdf v0.12.4
4852024-11-19T18:57:49.394Z Downloaded darling v0.20.10
4862024-11-19T18:57:49.397Z Downloaded icu_collections v1.5.0
4872024-11-19T18:57:49.405Z Downloaded humantime v2.1.0
4882024-11-19T18:57:49.407Z Downloaded array-init v0.0.4
4892024-11-19T18:57:49.410Z Downloaded hyper-tls v0.6.0
4902024-11-19T18:57:49.412Z Downloaded hubpack v0.1.2
4912024-11-19T18:57:49.414Z Downloaded atty v0.2.14
4922024-11-19T18:57:49.416Z Downloaded ident_case v1.0.1
4932024-11-19T18:57:49.419Z Downloaded http-range v0.1.5
4942024-11-19T18:57:49.419Z Downloaded icu_provider_macros v1.5.0
4952024-11-19T18:57:49.419Z Downloaded aes v0.8.4
4962024-11-19T18:57:49.424Z Downloaded idna_adapter v1.2.0
4972024-11-19T18:57:49.426Z Downloaded iana-time-zone v0.1.61
4982024-11-19T18:57:49.428Z Downloaded hyper-staticfile v0.10.1
4992024-11-19T18:57:49.431Z Downloaded is_ci v1.2.0
5002024-11-19T18:57:49.433Z Downloaded instant v0.1.13
5012024-11-19T18:57:49.436Z Downloaded bitfield-struct v0.6.2
5022024-11-19T18:57:49.436Z Downloaded base16ct v0.2.0
5032024-11-19T18:57:49.438Z Downloaded atomicwrites v0.4.4
5042024-11-19T18:57:49.440Z Downloaded md5 v0.7.0
5052024-11-19T18:57:49.440Z Downloaded cfg_aliases v0.2.1
5062024-11-19T18:57:49.443Z Downloaded arrayvec v0.7.6
5072024-11-19T18:57:49.446Z Downloaded match_cfg v0.1.0
5082024-11-19T18:57:49.446Z Downloaded crunchy v0.2.2
5092024-11-19T18:57:49.450Z Downloaded crucible-workspace-hack v0.1.0
5102024-11-19T18:57:49.450Z Downloaded cfg_aliases v0.1.1
5112024-11-19T18:57:49.452Z Downloaded argon2 v0.5.3
5122024-11-19T18:57:49.452Z Downloaded new_debug_unreachable v1.0.6
5132024-11-19T18:57:49.454Z Downloaded mirai-annotations v1.12.0
5142024-11-19T18:57:49.454Z Downloaded ciborium-io v0.2.2
5152024-11-19T18:57:49.456Z Downloaded bcrypt-pbkdf v0.10.0
5162024-11-19T18:57:49.458Z Downloaded russh-cryptovec v0.7.3
5172024-11-19T18:57:49.458Z Downloaded inout v0.1.3
5182024-11-19T18:57:49.461Z Downloaded indoc v1.0.9
5192024-11-19T18:57:49.463Z Downloaded headers-core v0.3.0
5202024-11-19T18:57:49.465Z Downloaded icu_provider v1.5.0
5212024-11-19T18:57:49.467Z Downloaded bb8 v0.8.5
5222024-11-19T18:57:49.470Z Downloaded impl-trait-for-tuples v0.2.2
5232024-11-19T18:57:49.473Z Downloaded lazycell v1.3.0
5242024-11-19T18:57:49.475Z Downloaded lazy_static v1.5.0
5252024-11-19T18:57:49.477Z Downloaded block-padding v0.3.3
5262024-11-19T18:57:49.480Z Downloaded mime v0.3.17
5272024-11-19T18:57:49.480Z Downloaded icu_locid_transform v1.5.0
5282024-11-19T18:57:49.483Z Downloaded managed v0.8.0
5292024-11-19T18:57:49.485Z Downloaded md-5 v0.10.6
5302024-11-19T18:57:49.487Z Downloaded sigpipe v0.1.3
5312024-11-19T18:57:49.489Z Downloaded constant_time_eq v0.3.1
5322024-11-19T18:57:49.491Z Downloaded cassowary v0.3.0
5332024-11-19T18:57:49.494Z Downloaded multimap v0.10.0
5342024-11-19T18:57:49.494Z Downloaded bitfield v0.14.0
5352024-11-19T18:57:49.499Z Downloaded crossbeam-deque v0.8.5
5362024-11-19T18:57:49.501Z Downloaded maplit v1.0.2
5372024-11-19T18:57:49.501Z Downloaded crc-catalog v2.4.0
5382024-11-19T18:57:49.501Z Downloaded convert_case v0.4.0
5392024-11-19T18:57:49.504Z Downloaded colored v2.1.0
5402024-11-19T18:57:49.507Z Downloaded rustls-pemfile v1.0.4
5412024-11-19T18:57:49.509Z Downloaded icu_normalizer_data v1.5.0
5422024-11-19T18:57:49.512Z Downloaded take_mut v0.2.2
5432024-11-19T18:57:49.514Z Downloaded try-lock v0.2.5
5442024-11-19T18:57:49.514Z Downloaded jobserver v0.1.32
5452024-11-19T18:57:49.516Z Downloaded ipnet v2.10.1
5462024-11-19T18:57:49.518Z Downloaded ciborium-ll v0.2.2
5472024-11-19T18:57:49.520Z Downloaded linear-map v1.2.0
5482024-11-19T18:57:49.522Z Downloaded hex-literal v0.4.1
5492024-11-19T18:57:49.524Z Downloaded cmake v0.1.51
5502024-11-19T18:57:49.526Z Downloaded cbc v0.1.2
5512024-11-19T18:57:49.529Z Downloaded strum_macros v0.25.3
5522024-11-19T18:57:49.531Z Downloaded rfc6979 v0.4.0
5532024-11-19T18:57:49.531Z Downloaded ref-cast-impl v1.0.23
5542024-11-19T18:57:49.533Z Downloaded mime_guess v2.0.5
5552024-11-19T18:57:49.535Z Downloaded native-tls v0.2.12
5562024-11-19T18:57:49.538Z Downloaded console v0.15.8
5572024-11-19T18:57:49.541Z Downloaded endian-type v0.1.2
5582024-11-19T18:57:49.543Z Downloaded icu_properties v1.5.1
5592024-11-19T18:57:49.547Z Downloaded darling_macro v0.20.10
5602024-11-19T18:57:49.549Z Downloaded multer v3.1.0
5612024-11-19T18:57:49.551Z Downloaded cobs v0.2.3
5622024-11-19T18:57:49.554Z Downloaded async-bb8-diesel v0.2.1
5632024-11-19T18:57:49.563Z Downloaded serde_with_macros v3.11.0
5642024-11-19T18:57:49.563Z Downloaded scheduled-thread-pool v0.2.7
5652024-11-19T18:57:49.563Z Downloaded rustls-pemfile v2.2.0
5662024-11-19T18:57:49.565Z Downloaded fxhash v0.2.1
5672024-11-19T18:57:49.565Z Downloaded foreign-types v0.5.0
5682024-11-19T18:57:49.565Z Downloaded tui-tree-widget v0.22.0
5692024-11-19T18:57:49.567Z Downloaded simd-adler32 v0.3.7
5702024-11-19T18:57:49.570Z Downloaded litemap v0.7.3
5712024-11-19T18:57:49.572Z Downloaded thiserror-no-std v2.0.2
5722024-11-19T18:57:49.576Z Downloaded strum_macros v0.26.4
5732024-11-19T18:57:49.580Z Downloaded quinn-udp v0.5.5
5742024-11-19T18:57:49.582Z Downloaded buf-list v1.0.3
5752024-11-19T18:57:49.584Z Downloaded smallvec v1.13.2
5762024-11-19T18:57:49.587Z Downloaded psl-types v2.0.11
5772024-11-19T18:57:49.590Z Downloaded ghash v0.5.1
5782024-11-19T18:57:49.590Z Downloaded blake2 v0.10.6
5792024-11-19T18:57:49.592Z Downloaded tap v1.0.1
5802024-11-19T18:57:49.595Z Downloaded enum-as-inner v0.6.1
5812024-11-19T18:57:49.598Z Downloaded unicase v2.7.0
5822024-11-19T18:57:49.600Z Downloaded unarray v0.1.4
5832024-11-19T18:57:49.600Z Downloaded mockall_derive v0.13.0
5842024-11-19T18:57:49.604Z Downloaded sqlparser_derive v0.2.2
5852024-11-19T18:57:49.606Z Downloaded serde-big-array v0.5.1
5862024-11-19T18:57:49.606Z Downloaded tokio-tungstenite v0.24.0
5872024-11-19T18:57:49.609Z Downloaded tokio-tungstenite v0.23.1
5882024-11-19T18:57:49.612Z Downloaded zerofrom-derive v0.1.4
5892024-11-19T18:57:49.615Z Downloaded crossbeam-utils v0.8.20
5902024-11-19T18:57:49.617Z Downloaded group v0.13.0
5912024-11-19T18:57:49.619Z Downloaded crossbeam-epoch v0.9.18
5922024-11-19T18:57:49.622Z Downloaded strum v0.26.3
5932024-11-19T18:57:49.624Z Downloaded hash32 v0.3.1
5942024-11-19T18:57:49.626Z Downloaded hash32 v0.2.1
5952024-11-19T18:57:49.628Z Downloaded glob v0.3.1
5962024-11-19T18:57:49.631Z Downloaded futures-task v0.3.31
5972024-11-19T18:57:49.631Z Downloaded gethostname v0.5.0
5982024-11-19T18:57:49.633Z Downloaded packed_struct v0.10.1
5992024-11-19T18:57:49.636Z Downloaded base64 v0.13.1
6002024-11-19T18:57:49.638Z Downloaded pkg-config v0.3.31
6012024-11-19T18:57:49.640Z Downloaded cookie v0.18.1
6022024-11-19T18:57:49.642Z Downloaded zone_cfg_derive v0.3.0
6032024-11-19T18:57:49.645Z Downloaded crc-any v2.5.0
6042024-11-19T18:57:49.647Z Downloaded float-ord v0.3.2
6052024-11-19T18:57:49.648Z Downloaded miniz_oxide v0.8.0
6062024-11-19T18:57:49.651Z Downloaded shlex v1.3.0
6072024-11-19T18:57:49.653Z Downloaded hyper-util v0.1.10
6082024-11-19T18:57:49.658Z Downloaded subtle v2.6.1
6092024-11-19T18:57:49.664Z Downloaded slog-scope v4.4.0
6102024-11-19T18:57:49.665Z Downloaded quick-error v1.2.3
6112024-11-19T18:57:49.665Z Downloaded base64 v0.21.7
6122024-11-19T18:57:49.668Z Downloaded backtrace v0.3.74
6132024-11-19T18:57:49.674Z Downloaded path-slash v0.1.5
6142024-11-19T18:57:49.676Z Downloaded num-derive v0.4.2
6152024-11-19T18:57:49.678Z Downloaded semver v0.1.20
6162024-11-19T18:57:49.680Z Downloaded shell-words v1.1.0
6172024-11-19T18:57:49.680Z Downloaded globset v0.4.15
6182024-11-19T18:57:49.682Z Downloaded twox-hash v1.6.3
6192024-11-19T18:57:49.685Z Downloaded rustfmt-wrapper v0.2.1
6202024-11-19T18:57:49.687Z Downloaded precomputed-hash v0.1.1
6212024-11-19T18:57:49.689Z Downloaded strum_macros v0.24.3
6222024-11-19T18:57:49.691Z Downloaded rustc_version v0.1.7
6232024-11-19T18:57:49.691Z Downloaded rustc-hash v2.0.0
6242024-11-19T18:57:49.693Z Downloaded powerfmt v0.2.0
6252024-11-19T18:57:49.695Z Downloaded postgres-protocol v0.6.7
6262024-11-19T18:57:49.697Z Downloaded postcard v1.0.10
6272024-11-19T18:57:49.700Z Downloaded signal-hook-tokio v0.3.1
6282024-11-19T18:57:49.702Z Downloaded dyn-clone v1.0.17
6292024-11-19T18:57:49.704Z Downloaded dunce v1.0.5
6302024-11-19T18:57:49.707Z Downloaded dhcproto v0.12.0
6312024-11-19T18:57:49.709Z Downloaded postgres-types v0.2.8
6322024-11-19T18:57:49.712Z Downloaded sqlformat v0.2.6
6332024-11-19T18:57:49.714Z Downloaded zone_cfg_derive v0.1.2
6342024-11-19T18:57:49.716Z Downloaded tinystr v0.7.6
6352024-11-19T18:57:49.718Z Downloaded dsl_auto_type v0.1.2
6362024-11-19T18:57:49.720Z Downloaded dirs-next v2.0.0
6372024-11-19T18:57:49.731Z Downloaded time-core v0.1.2
6382024-11-19T18:57:49.734Z Downloaded typify v0.2.0
6392024-11-19T18:57:49.736Z Downloaded base64 v0.22.1
6402024-11-19T18:57:49.741Z Downloaded yoke-derive v0.7.4
6412024-11-19T18:57:49.743Z Downloaded tower-service v0.3.3
6422024-11-19T18:57:49.745Z Downloaded pin-utils v0.1.0
6432024-11-19T18:57:49.745Z Downloaded peg v0.8.4
6442024-11-19T18:57:49.749Z Downloaded defmt v0.3.8
6452024-11-19T18:57:49.753Z Downloaded parking_lot_core v0.9.10
6462024-11-19T18:57:49.756Z Downloaded ecdsa v0.16.9
6472024-11-19T18:57:49.759Z Downloaded num-conv v0.1.0
6482024-11-19T18:57:49.761Z Downloaded futures v0.3.31
6492024-11-19T18:57:49.766Z Downloaded rustc-hash v1.1.0
6502024-11-19T18:57:49.768Z Downloaded structmeta-derive v0.2.0
6512024-11-19T18:57:49.770Z Downloaded tracing-attributes v0.1.27
6522024-11-19T18:57:49.772Z Downloaded num-rational v0.4.2
6532024-11-19T18:57:49.774Z Downloaded cc v1.1.30
6542024-11-19T18:57:49.778Z Downloaded tinyvec v1.8.0
6552024-11-19T18:57:49.783Z Downloaded rpassword v7.3.1
6562024-11-19T18:57:49.785Z Downloaded oso-derive v0.27.3
6572024-11-19T18:57:49.785Z Downloaded openssl-probe v0.1.5
6582024-11-19T18:57:49.787Z Downloaded openssl-macros v0.1.1
6592024-11-19T18:57:49.788Z Downloaded tinyvec_macros v0.1.1
6602024-11-19T18:57:49.790Z Downloaded slog-envlogger v2.2.0
6612024-11-19T18:57:49.792Z Downloaded defmt-macros v0.3.9
6622024-11-19T18:57:49.795Z Downloaded ff v0.13.0
6632024-11-19T18:57:49.796Z Downloaded fd-lock v4.0.2
6642024-11-19T18:57:49.800Z Downloaded structmeta v0.3.0
6652024-11-19T18:57:49.802Z Downloaded minimal-lexical v0.2.1
6662024-11-19T18:57:49.806Z Downloaded heck v0.3.3
6672024-11-19T18:57:49.808Z Downloaded darling_core v0.20.10
6682024-11-19T18:57:49.814Z Downloaded samael v0.0.17
6692024-11-19T18:57:49.821Z Downloaded futures-io v0.3.31
6702024-11-19T18:57:49.823Z Downloaded either v1.13.0
6712024-11-19T18:57:49.825Z Downloaded primeorder v0.13.6
6722024-11-19T18:57:49.827Z Downloaded rustc-demangle v0.1.24
6732024-11-19T18:57:49.829Z Downloaded vergen v8.3.2
6742024-11-19T18:57:49.832Z Downloaded rustversion v1.0.17
6752024-11-19T18:57:49.835Z Downloaded tungstenite v0.23.0
6762024-11-19T18:57:49.839Z Downloaded pretty-hex v0.2.1
6772024-11-19T18:57:49.841Z Downloaded downcast v0.11.0
6782024-11-19T18:57:49.843Z Downloaded smf v0.2.3
6792024-11-19T18:57:49.846Z Downloaded slog-json v2.6.1
6802024-11-19T18:57:49.848Z Downloaded tiny-keccak v2.0.2
6812024-11-19T18:57:49.850Z Downloaded structmeta v0.2.0
6822024-11-19T18:57:49.852Z Downloaded zip v2.1.3
6832024-11-19T18:57:49.857Z Downloaded time-macros v0.2.18
6842024-11-19T18:57:49.860Z Downloaded hex v0.4.3
6852024-11-19T18:57:49.863Z Downloaded dropshot_endpoint v0.13.0
6862024-11-19T18:57:49.866Z Downloaded flume v0.11.1
6872024-11-19T18:57:49.870Z Downloaded toolchain_find v0.4.0
6882024-11-19T18:57:49.872Z Downloaded utf16_iter v1.0.5
6892024-11-19T18:57:49.875Z Downloaded unicode-segmentation v1.12.0
6902024-11-19T18:57:49.878Z Downloaded env_logger v0.10.2
6912024-11-19T18:57:49.881Z Downloaded tungstenite v0.24.0
6922024-11-19T18:57:49.885Z Downloaded write16 v1.0.0
6932024-11-19T18:57:49.888Z Downloaded parse-size v1.1.0
6942024-11-19T18:57:49.890Z Downloaded itertools v0.12.1
6952024-11-19T18:57:49.896Z Downloaded proc-macro-crate v1.3.1
6962024-11-19T18:57:49.898Z Downloaded percent-encoding v2.3.1
6972024-11-19T18:57:49.901Z Downloaded fatfs v0.3.6
6982024-11-19T18:57:49.904Z Downloaded publicsuffix v2.2.3
6992024-11-19T18:57:49.906Z Downloaded opaque-debug v0.3.1
7002024-11-19T18:57:49.909Z Downloaded openssl-sys v0.9.103
7012024-11-19T18:57:49.913Z Downloaded newtype_derive v0.1.6
7022024-11-19T18:57:49.915Z Downloaded ed25519 v2.2.3
7032024-11-19T18:57:49.917Z Downloaded siphasher v0.3.11
7042024-11-19T18:57:49.920Z Downloaded serde_urlencoded v0.7.1
7052024-11-19T18:57:49.922Z Downloaded serde_repr v0.1.19
7062024-11-19T18:57:49.924Z Downloaded writeable v0.5.5
7072024-11-19T18:57:49.926Z Downloaded diesel-dtrace v0.3.0
7082024-11-19T18:57:49.929Z Downloaded aes-gcm v0.10.3
7092024-11-19T18:57:49.931Z Downloaded xz2 v0.1.7
7102024-11-19T18:57:49.933Z Downloaded predicates-core v1.0.8
7112024-11-19T18:57:49.935Z Downloaded num v0.4.3
7122024-11-19T18:57:49.939Z Downloaded russh-keys v0.45.0
7132024-11-19T18:57:49.941Z Downloaded itertools v0.10.5
7142024-11-19T18:57:49.946Z Downloaded olpc-cjson v0.1.4
7152024-11-19T18:57:49.948Z Downloaded parse-display-derive v0.10.0
7162024-11-19T18:57:49.951Z Downloaded ref-cast v1.0.23
7172024-11-19T18:57:49.953Z Downloaded num-complex v0.4.6
7182024-11-19T18:57:49.956Z Downloaded rand_chacha v0.3.1
7192024-11-19T18:57:49.958Z Downloaded untrusted v0.7.1
7202024-11-19T18:57:49.960Z Downloaded fallible-iterator v0.3.0
7212024-11-19T18:57:49.960Z Downloaded fallible-iterator v0.2.0
7222024-11-19T18:57:49.963Z Downloaded which v4.4.2
7232024-11-19T18:57:49.964Z Downloaded serde_plain v1.0.2
7242024-11-19T18:57:49.966Z Downloaded scrypt v0.11.0
7252024-11-19T18:57:49.968Z Downloaded termcolor v1.4.1
7262024-11-19T18:57:49.968Z Downloaded time v0.3.36
7272024-11-19T18:57:49.976Z Downloaded zerofrom v0.1.4
7282024-11-19T18:57:49.979Z Downloaded defmt-parser v0.3.4
7292024-11-19T18:57:49.981Z Downloaded uzers v0.12.1
7302024-11-19T18:57:49.983Z Downloaded zone v0.3.0
7312024-11-19T18:57:49.983Z Downloaded sync_wrapper v1.0.1
7322024-11-19T18:57:49.986Z Downloaded typed-path v0.9.3
7332024-11-19T18:57:49.991Z Downloaded waitgroup v0.1.2
7342024-11-19T18:57:49.993Z Downloaded peg-runtime v0.8.3
7352024-11-19T18:57:49.996Z Downloaded wait-timeout v0.2.0
7362024-11-19T18:57:49.996Z Downloaded phf_codegen v0.11.2
7372024-11-19T18:57:49.998Z Downloaded hickory-client v0.24.1
7382024-11-19T18:57:50.001Z Downloaded tls_codec v0.4.1
7392024-11-19T18:57:50.003Z Downloaded signal-hook-registry v1.4.2
7402024-11-19T18:57:50.005Z Downloaded polyval v0.6.2
7412024-11-19T18:57:50.007Z Downloaded pin-project v1.1.6
7422024-11-19T18:57:50.019Z Downloaded normalize-line-endings v0.3.0
7432024-11-19T18:57:50.022Z Downloaded spki v0.7.3
7442024-11-19T18:57:50.024Z Downloaded sec1 v0.7.3
7452024-11-19T18:57:50.024Z Downloaded vte_generate_state_changes v0.1.2
7462024-11-19T18:57:50.026Z Downloaded termtree v0.4.1
7472024-11-19T18:57:50.026Z Downloaded phf v0.11.2
7482024-11-19T18:57:50.028Z Downloaded phf_shared v0.10.0
7492024-11-19T18:57:50.031Z Downloaded quinn v0.11.5
7502024-11-19T18:57:50.033Z Downloaded crossterm v0.28.1
7512024-11-19T18:57:50.039Z Downloaded foreign-types-shared v0.3.1
7522024-11-19T18:57:50.041Z Downloaded foreign-types-shared v0.1.1
7532024-11-19T18:57:50.044Z Downloaded nodrop v0.1.14
7542024-11-19T18:57:50.044Z Downloaded foldhash v0.1.3
7552024-11-19T18:57:50.044Z Downloaded tabwriter v1.4.0
7562024-11-19T18:57:50.046Z Downloaded radium v0.7.0
7572024-11-19T18:57:50.046Z Downloaded deranged v0.3.11
7582024-11-19T18:57:50.048Z Downloaded static_assertions v1.1.0
7592024-11-19T18:57:50.051Z Downloaded phf_generator v0.11.2
7602024-11-19T18:57:50.053Z Downloaded pem v3.0.4
7612024-11-19T18:57:50.053Z Downloaded password-hash v0.4.2
7622024-11-19T18:57:50.055Z Downloaded hashbrown v0.12.3
7632024-11-19T18:57:50.059Z Downloaded der_derive v0.7.3
7642024-11-19T18:57:50.062Z Downloaded rcgen v0.12.1
7652024-11-19T18:57:50.065Z Downloaded zerovec-derive v0.10.3
7662024-11-19T18:57:50.067Z Downloaded slog v2.7.0
7672024-11-19T18:57:50.070Z Downloaded derive_builder_macro v0.20.2
7682024-11-19T18:57:50.072Z Downloaded foreign-types-macros v0.2.3
7692024-11-19T18:57:50.072Z Downloaded tracing v0.1.40
7702024-11-19T18:57:50.076Z Downloaded newline-converter v0.3.0
7712024-11-19T18:57:50.078Z Downloaded synstructure v0.13.1
7722024-11-19T18:57:50.081Z Downloaded spin v0.9.8
7732024-11-19T18:57:50.083Z Downloaded heapless v0.8.0
7742024-11-19T18:57:50.086Z Downloaded phf_shared v0.11.2
7752024-11-19T18:57:50.088Z Downloaded topological-sort v0.2.2
7762024-11-19T18:57:50.088Z Downloaded fallible-streaming-iterator v0.1.9
7772024-11-19T18:57:50.091Z Downloaded supports-color v3.0.1
7782024-11-19T18:57:50.093Z Downloaded env_filter v0.1.2
7792024-11-19T18:57:50.093Z Downloaded embedded-io v0.6.1
7802024-11-19T18:57:50.095Z Downloaded vte v0.11.1
7812024-11-19T18:57:50.097Z Downloaded uuid v1.11.0
7822024-11-19T18:57:50.100Z Downloaded zeroize_derive v1.4.2
7832024-11-19T18:57:50.103Z Downloaded zeroize v1.8.1
7842024-11-19T18:57:50.103Z Downloaded number_prefix v0.4.0
7852024-11-19T18:57:50.105Z Downloaded heapless v0.7.17
7862024-11-19T18:57:50.108Z Downloaded sha1 v0.10.6
7872024-11-19T18:57:50.110Z Downloaded rand_core v0.6.4
7882024-11-19T18:57:50.112Z Downloaded slog-async v2.8.0
7892024-11-19T18:57:50.115Z Downloaded omicron-zone-package v0.11.1
7902024-11-19T18:57:50.116Z Downloaded diff v0.1.13
7912024-11-19T18:57:50.120Z Downloaded rand_seeder v0.3.0
7922024-11-19T18:57:50.123Z Downloaded diesel_derives v2.2.3
7932024-11-19T18:57:50.126Z Downloaded futures-executor v0.3.31
7942024-11-19T18:57:50.128Z Downloaded unicode-xid v0.2.6
7952024-11-19T18:57:50.130Z Downloaded yasna v0.5.2
7962024-11-19T18:57:50.132Z Downloaded rayon-core v1.12.1
7972024-11-19T18:57:50.137Z Downloaded rusty-fork v0.3.0
7982024-11-19T18:57:50.139Z Downloaded fixedbitset v0.4.2
7992024-11-19T18:57:50.139Z Downloaded stable_deref_trait v1.2.0
8002024-11-19T18:57:50.141Z Downloaded untrusted v0.9.0
8012024-11-19T18:57:50.143Z Downloaded resolv-conf v0.7.0
8022024-11-19T18:57:50.143Z Downloaded flagset v0.4.6
8032024-11-19T18:57:50.145Z Downloaded unicode-truncate v1.1.0
8042024-11-19T18:57:50.147Z Downloaded tokio-macros v2.4.0
8052024-11-19T18:57:50.149Z Downloaded parse-zoneinfo v0.3.1
8062024-11-19T18:57:50.152Z Downloaded peg-macros v0.8.4
8072024-11-19T18:57:50.154Z Downloaded password-hash v0.5.0
8082024-11-19T18:57:50.156Z Downloaded salsa20 v0.10.2
8092024-11-19T18:57:50.159Z Downloaded paste v1.0.15
8102024-11-19T18:57:50.161Z Downloaded rand_xorshift v0.3.0
8112024-11-19T18:57:50.164Z Downloaded termios v0.3.3
8122024-11-19T18:57:50.164Z Downloaded zip v0.6.6
8132024-11-19T18:57:50.168Z Downloaded derive-where v1.2.7
8142024-11-19T18:57:50.172Z Downloaded progenitor v0.8.0
8152024-11-19T18:57:50.174Z Downloaded ron v0.8.1
8162024-11-19T18:57:50.180Z Downloaded nu-ansi-term v0.50.1
8172024-11-19T18:57:50.183Z Downloaded tokio-tungstenite v0.21.0
8182024-11-19T18:57:50.185Z Downloaded unsafe-libyaml v0.2.11
8192024-11-19T18:57:50.189Z Downloaded ssh-cipher v0.2.0
8202024-11-19T18:57:50.191Z Downloaded slog-bunyan v2.5.0
8212024-11-19T18:57:50.194Z Downloaded same-file v1.0.6
8222024-11-19T18:57:50.194Z Downloaded structmeta-derive v0.3.0
8232024-11-19T18:57:50.196Z Downloaded utf8_iter v1.0.4
8242024-11-19T18:57:50.197Z Downloaded pkcs8 v0.10.2
8252024-11-19T18:57:50.200Z Downloaded icu_properties_data v1.5.0
8262024-11-19T18:57:50.210Z Downloaded der v0.7.9
8272024-11-19T18:57:50.215Z Downloaded test-strategy v0.3.1
8282024-11-19T18:57:50.219Z Downloaded pkcs1 v0.7.5
8292024-11-19T18:57:50.222Z Downloaded sct v0.7.1
8302024-11-19T18:57:50.225Z Downloaded ron v0.7.1
8312024-11-19T18:57:50.230Z Downloaded russh v0.45.0
8322024-11-19T18:57:50.236Z Downloaded num-bigint v0.4.6
8332024-11-19T18:57:50.242Z Downloaded tough v0.19.0
8342024-11-19T18:57:50.250Z Downloaded sqlparser v0.45.0
8352024-11-19T18:57:50.256Z Downloaded expectorate v1.1.0
8362024-11-19T18:57:50.259Z Downloaded zerovec v0.10.4
8372024-11-19T18:57:50.265Z Downloaded pkcs5 v0.7.1
8382024-11-19T18:57:50.269Z Downloaded idna v0.5.0
8392024-11-19T18:57:50.277Z Downloaded rustls-webpki v0.101.7
8402024-11-19T18:57:50.293Z Downloaded derive_more v0.99.18
8412024-11-19T18:57:50.298Z Downloaded idna v0.2.3
8422024-11-19T18:57:50.305Z Downloaded tokio-postgres v0.7.12
8432024-11-19T18:57:50.311Z Downloaded hickory-resolver v0.24.1
8442024-11-19T18:57:50.315Z Downloaded winnow v0.5.40
8452024-11-19T18:57:50.340Z Downloaded url v2.5.3
8462024-11-19T18:57:50.346Z Downloaded p384 v0.13.0
8472024-11-19T18:57:50.354Z Downloaded steno v0.4.1
8482024-11-19T18:57:50.362Z Downloaded hickory-server v0.24.1
8492024-11-19T18:57:50.371Z Downloaded rustyline v14.0.0
8502024-11-19T18:57:50.377Z Downloaded proptest v1.5.0
8512024-11-19T18:57:50.387Z Downloaded reedline v0.35.0
8522024-11-19T18:57:50.394Z Downloaded rustls-webpki v0.102.8
8532024-11-19T18:57:50.413Z Downloaded serde_with v3.11.0
8542024-11-19T18:57:50.421Z Downloaded chrono v0.4.38
8552024-11-19T18:57:50.428Z Downloaded quinn-proto v0.11.8
8562024-11-19T18:57:50.436Z Downloaded unicode_categories v0.1.1
8572024-11-19T18:57:50.438Z Downloaded reqwest v0.12.9
8582024-11-19T18:57:50.446Z Downloaded nom v7.1.3
8592024-11-19T18:57:50.452Z Downloaded salty v0.3.0
8602024-11-19T18:57:50.459Z Downloaded portable-atomic v1.9.0
8612024-11-19T18:57:50.465Z Downloaded smoltcp v0.9.1
8622024-11-19T18:57:50.476Z Downloaded vcpkg v0.2.15
8632024-11-19T18:57:50.516Z Downloaded ssh-key v0.6.6
8642024-11-19T18:57:50.523Z Downloaded petname v2.0.2
8652024-11-19T18:57:50.528Z Downloaded trust-dns-proto v0.22.0
8662024-11-19T18:57:50.541Z Downloaded nix v0.27.1
8672024-11-19T18:57:50.553Z Downloaded regress v0.10.1
8682024-11-19T18:57:50.562Z Downloaded smoltcp v0.11.0
8692024-11-19T18:57:50.576Z Downloaded regex-syntax v0.8.5
8702024-11-19T18:57:50.584Z Downloaded nix v0.28.0
8712024-11-19T18:57:50.596Z Downloaded openssl v0.10.66
8722024-11-19T18:57:50.606Z Downloaded nix v0.29.0
8732024-11-19T18:57:50.619Z Downloaded rayon v1.10.0
8742024-11-19T18:57:50.627Z Downloaded rustls v0.23.14
8752024-11-19T18:57:50.640Z Downloaded bstr v1.10.0
8762024-11-19T18:57:50.651Z Downloaded rustls v0.21.12
8772024-11-19T18:57:50.664Z Downloaded regex v1.11.1
8782024-11-19T18:57:50.678Z Downloaded unicode-width v0.2.0
8792024-11-19T18:57:50.684Z Downloaded sled v0.34.7
8802024-11-19T18:57:50.696Z Downloaded chrono-tz v0.10.0
8812024-11-19T18:57:50.704Z Downloaded object v0.30.4
8822024-11-19T18:57:50.714Z Downloaded polar-core v0.27.3
8832024-11-19T18:57:50.725Z Downloaded object v0.36.5
8842024-11-19T18:57:50.737Z Downloaded diesel v2.2.4
8852024-11-19T18:57:50.757Z Downloaded hickory-proto v0.24.1
8862024-11-19T18:57:50.772Z Downloaded openapiv3 v2.0.0
8872024-11-19T18:57:50.784Z Downloaded typify-impl v0.2.0
8882024-11-19T18:57:50.798Z Downloaded radix_trie v0.2.1
8892024-11-19T18:57:50.804Z Downloaded dropshot v0.13.0
8902024-11-19T18:57:50.825Z Downloaded regress v0.9.1
8912024-11-19T18:57:50.834Z Downloaded regex-automata v0.4.8
8922024-11-19T18:57:50.851Z Downloaded curve25519-dalek v4.1.3
8932024-11-19T18:57:50.860Z Downloaded lzma-sys v0.1.20
8942024-11-19T18:57:50.892Z Downloaded petgraph v0.6.5
8952024-11-19T18:57:50.911Z Downloaded libz-sys v1.1.20
8962024-11-19T18:57:50.934Z Downloaded zerocopy-derive v0.6.6
8972024-11-19T18:57:50.945Z Downloaded bzip2-sys v0.1.11+1.0.8
8982024-11-19T18:57:50.958Z Downloaded gimli v0.31.1
8992024-11-19T18:57:50.967Z Downloaded rustls v0.22.4
9002024-11-19T18:57:50.981Z Downloaded dropshot v0.12.0
9012024-11-19T18:57:51.003Z Downloaded webpki-roots v0.26.6
9022024-11-19T18:57:51.007Z Downloaded regex-syntax v0.6.29
9032024-11-19T18:57:51.015Z Downloaded num-bigint-dig v0.8.4
9042024-11-19T18:57:51.019Z Downloaded rusqlite v0.32.1
9052024-11-19T18:57:51.027Z Downloaded idna v0.3.0
9062024-11-19T18:57:51.034Z Downloaded quick-xml v0.33.0
9072024-11-19T18:57:51.041Z Downloaded git2 v0.19.0
9082024-11-19T18:57:51.050Z Downloaded bindgen v0.69.5
9092024-11-19T18:57:51.058Z Downloaded flate2 v1.0.34
9102024-11-19T18:57:51.063Z Downloaded hashbrown v0.14.5
9112024-11-19T18:57:51.068Z Downloaded sha3 v0.10.8
9122024-11-19T18:57:51.074Z Downloaded tokio v1.40.0
9132024-11-19T18:57:51.110Z Downloaded csv v1.3.0
9142024-11-19T18:57:51.130Z Downloaded idna v0.4.0
9152024-11-19T18:57:51.137Z Downloaded futures-util v0.3.31
9162024-11-19T18:57:51.149Z Downloaded h2 v0.4.6
9172024-11-19T18:57:51.155Z Downloaded lalrpop v0.19.12
9182024-11-19T18:57:51.166Z Downloaded x509-cert v0.2.5
9192024-11-19T18:57:51.172Z Downloaded aws-lc-rs v1.10.0
9202024-11-19T18:57:51.181Z Downloaded futures-channel v0.3.31
9212024-11-19T18:57:51.183Z Downloaded tungstenite v0.21.0
9222024-11-19T18:57:51.186Z Downloaded blake3 v1.5.4
9232024-11-19T18:57:51.195Z Downloaded embedded-io v0.4.0
9242024-11-19T18:57:51.197Z Downloaded futures-core v0.3.31
9252024-11-19T18:57:51.199Z Downloaded form_urlencoded v1.2.1
9262024-11-19T18:57:51.199Z Downloaded filetime v0.2.25
9272024-11-19T18:57:51.202Z Downloaded toml_edit v0.19.15
9282024-11-19T18:57:51.216Z Downloaded hashbrown v0.13.2
9292024-11-19T18:57:51.220Z Downloaded unicode-normalization v0.1.24
9302024-11-19T18:57:51.224Z Downloaded p521 v0.13.3
9312024-11-19T18:57:51.228Z Downloaded tar v0.4.42
9322024-11-19T18:57:51.230Z Downloaded prettyplease v0.2.25
9332024-11-19T18:57:51.233Z Downloaded encoding_rs v0.8.34
9342024-11-19T18:57:51.255Z Downloaded elliptic-curve v0.13.8
9352024-11-19T18:57:51.258Z Downloaded oso v0.27.3
9362024-11-19T18:57:51.262Z Downloaded env_logger v0.11.5
9372024-11-19T18:57:51.265Z Downloaded funty v2.0.0
9382024-11-19T18:57:51.265Z Downloaded fragile v2.0.0
9392024-11-19T18:57:51.268Z Downloaded thiserror-impl-no-std v2.0.2
9402024-11-19T18:57:51.270Z Downloaded toml v0.7.8
9412024-11-19T18:57:51.272Z Downloaded serde_derive_internals v0.29.1
9422024-11-19T18:57:51.274Z Downloaded snafu v0.8.5
9432024-11-19T18:57:51.277Z Downloaded newtype-uuid v1.1.3
9442024-11-19T18:57:51.280Z Downloaded signal-hook-mio v0.2.4
9452024-11-19T18:57:51.280Z Downloaded sync-ptr v0.1.1
9462024-11-19T18:57:51.282Z Downloaded progenitor-client v0.8.0
9472024-11-19T18:57:51.282Z Downloaded tls_codec_derive v0.4.1
9482024-11-19T18:57:51.285Z Downloaded parse-display v0.10.0
9492024-11-19T18:57:51.285Z Downloaded term v0.7.0
9502024-11-19T18:57:51.287Z Downloaded displaydoc v0.2.5
9512024-11-19T18:57:51.291Z Downloaded p256 v0.13.2
9522024-11-19T18:57:51.293Z Downloaded serde_path_to_error v0.1.16
9532024-11-19T18:57:51.295Z Downloaded serde-hex v0.1.0
9542024-11-19T18:57:51.297Z Downloaded secrecy v0.8.0
9552024-11-19T18:57:51.299Z Downloaded predicates-tree v1.0.11
9562024-11-19T18:57:51.299Z Downloaded predicates v3.1.2
9572024-11-19T18:57:51.301Z Downloaded pem-rfc7468 v0.7.0
9582024-11-19T18:57:51.303Z Downloaded nibble_vec v0.1.0
9592024-11-19T18:57:51.305Z Downloaded poly1305 v0.8.0
9602024-11-19T18:57:51.307Z Downloaded derive_builder v0.20.2
9612024-11-19T18:57:51.310Z Downloaded xattr v1.3.1
9622024-11-19T18:57:51.313Z Downloaded zone v0.1.8
9632024-11-19T18:57:51.315Z Downloaded tracing-core v0.1.32
9642024-11-19T18:57:51.318Z Downloaded tokio-util v0.7.12
9652024-11-19T18:57:51.323Z Downloaded socket2 v0.5.7
9662024-11-19T18:57:51.326Z Downloaded display-error-chain v0.2.2
9672024-11-19T18:57:51.328Z Downloaded rustls-pki-types v1.9.0
9682024-11-19T18:57:51.332Z Downloaded difflib v0.4.0
9692024-11-19T18:57:51.332Z Downloaded itertools v0.13.0
9702024-11-19T18:57:51.337Z Downloaded idna v1.0.3
9712024-11-19T18:57:51.341Z Downloaded num_enum_derive v0.5.11
9722024-11-19T18:57:51.343Z Downloaded wyz v0.5.1
9732024-11-19T18:57:51.343Z Downloaded utf-8 v0.7.6
9742024-11-19T18:57:51.345Z Downloaded slog-dtrace v0.3.0
9752024-11-19T18:57:51.345Z Downloaded progenitor-impl v0.8.0
9762024-11-19T18:57:51.348Z Downloaded libxml v0.3.3
9772024-11-19T18:57:51.354Z Downloaded crossbeam-channel v0.5.13
9782024-11-19T18:57:51.359Z Downloaded libgit2-sys v0.17.0+1.8.1
9792024-11-19T18:57:51.416Z Downloaded whoami v1.5.2
9802024-11-19T18:57:51.418Z Downloaded ed25519-dalek v2.1.1
9812024-11-19T18:57:51.420Z Downloaded libm v0.2.8
9822024-11-19T18:57:51.428Z Downloaded universal-hash v0.5.1
9832024-11-19T18:57:51.430Z Downloaded owo-colors v4.1.0
9842024-11-19T18:57:51.433Z Downloaded headers v0.4.0
9852024-11-19T18:57:51.437Z Downloaded typify-macro v0.2.0
9862024-11-19T18:57:51.439Z Downloaded dropshot_endpoint v0.12.0
9872024-11-19T18:57:51.441Z Downloaded fs_extra v1.3.0
9882024-11-19T18:57:51.441Z Downloaded diesel_table_macro_syntax v0.2.0
9892024-11-19T18:57:51.443Z Downloaded num_threads v0.1.7
9902024-11-19T18:57:51.443Z Downloaded slab v0.4.9
9912024-11-19T18:57:51.446Z Downloaded dirs-sys-next v0.1.2
9922024-11-19T18:57:51.446Z Downloaded derive_builder_core v0.20.2
9932024-11-19T18:57:51.448Z Downloaded tokio-stream v0.1.16
9942024-11-19T18:57:51.451Z Downloaded tokio-rustls v0.24.1
9952024-11-19T18:57:51.453Z Downloaded num_enum v0.5.11
9962024-11-19T18:57:51.458Z Downloaded num-traits v0.2.19
9972024-11-19T18:57:51.461Z Downloaded futures-macro v0.3.31
9982024-11-19T18:57:51.463Z Downloaded strip-ansi-escapes v0.2.0
9992024-11-19T18:57:51.463Z Downloaded pin-project-internal v1.1.6
10002024-11-19T18:57:51.465Z Downloaded float-cmp v0.9.0
10012024-11-19T18:57:51.467Z Downloaded half v2.4.1
10022024-11-19T18:57:51.469Z Downloaded unicode-bidi v0.3.17
10032024-11-19T18:57:51.472Z Downloaded zerocopy v0.6.6
10042024-11-19T18:57:51.474Z Downloaded rand v0.8.5
10052024-11-19T18:57:51.477Z Downloaded hyper v1.5.0
10062024-11-19T18:57:51.483Z Downloaded crypto-bigint v0.5.5
10072024-11-19T18:57:51.489Z Downloaded hashlink v0.9.1
10082024-11-19T18:57:51.491Z Downloaded subprocess v0.2.9
10092024-11-19T18:57:51.494Z Downloaded value-bag v1.9.0
10102024-11-19T18:57:51.496Z Downloaded tokio-rustls v0.26.0
10112024-11-19T18:57:51.498Z Downloaded tokio-rustls v0.25.0
10122024-11-19T18:57:51.500Z Downloaded signal-hook v0.3.17
10132024-11-19T18:57:51.503Z Downloaded getrandom v0.2.15
10142024-11-19T18:57:51.505Z Downloaded rsa v0.9.6
10152024-11-19T18:57:51.510Z Downloaded spin v0.5.2
10162024-11-19T18:57:51.512Z Downloaded signature v2.2.0
10172024-11-19T18:57:51.514Z Downloaded r2d2 v0.8.10
10182024-11-19T18:57:51.514Z Downloaded progenitor-macro v0.8.0
10192024-11-19T18:57:51.516Z Downloaded ppv-lite86 v0.2.20
10202024-11-19T18:57:51.516Z Downloaded bumpalo v3.16.0
10212024-11-19T18:57:51.519Z Downloaded parking_lot v0.12.3
10222024-11-19T18:57:51.521Z Downloaded snafu-derive v0.8.5
10232024-11-19T18:57:51.523Z Downloaded zopfli v0.8.1
10242024-11-19T18:57:51.526Z Downloaded mio v1.0.2
10252024-11-19T18:57:51.530Z Downloaded const_format v0.2.33
10262024-11-19T18:57:51.534Z Downloaded pbkdf2 v0.12.2
10272024-11-19T18:57:51.536Z Downloaded pbkdf2 v0.11.0
10282024-11-19T18:57:51.538Z Downloaded num-iter v0.1.45
10292024-11-19T18:57:51.540Z Downloaded num-integer v0.1.46
10302024-11-19T18:57:51.540Z Downloaded futures-sink v0.3.31
10312024-11-19T18:57:51.540Z Downloaded walkdir v2.5.0
10322024-11-19T18:57:51.543Z Downloaded schemars v0.8.21
10332024-11-19T18:57:51.552Z Downloaded vsss-rs v3.3.4
10342024-11-19T18:57:51.554Z Downloaded debug-ignore v1.0.5
10352024-11-19T18:57:51.556Z Downloaded data-encoding v2.6.0
10362024-11-19T18:57:51.558Z Downloaded des v0.8.1
10372024-11-19T18:57:51.558Z Downloaded pin-project-lite v0.2.14
10382024-11-19T18:57:51.562Z Downloaded parking_lot_core v0.8.6
10392024-11-19T18:57:51.565Z Downloaded parking_lot v0.11.2
10402024-11-19T18:57:51.567Z Downloaded packed_struct_codegen v0.10.1
10412024-11-19T18:57:51.569Z Downloaded unicode-properties v0.1.3
10422024-11-19T18:57:51.572Z Downloaded chacha20poly1305 v0.10.1
10432024-11-19T18:57:51.572Z Downloaded compact_str v0.8.0
10442024-11-19T18:57:51.574Z Downloaded bytes v1.8.0
10452024-11-19T18:57:51.577Z Downloaded rtoolbox v0.0.2
10462024-11-19T18:57:51.580Z Downloaded serde_yaml v0.9.34+deprecated
10472024-11-19T18:57:51.582Z Downloaded foreign-types v0.3.2
10482024-11-19T18:57:51.584Z Downloaded const-oid v0.9.6
10492024-11-19T18:57:51.586Z Downloaded yoke v0.7.4
10502024-11-19T18:57:51.586Z Downloaded crc32fast v1.4.2
10512024-11-19T18:57:51.588Z Downloaded clang-sys v1.8.1
10522024-11-19T18:57:51.590Z Downloaded similar v2.6.0
10532024-11-19T18:57:51.594Z Downloaded indicatif v0.17.9
10542024-11-19T18:57:51.597Z Downloaded indexmap v1.9.3
10552024-11-19T18:57:51.600Z Downloaded ciborium v0.2.2
10562024-11-19T18:57:51.603Z Downloaded enum-as-inner v0.5.1
10572024-11-19T18:57:51.605Z Downloaded ena v0.14.3
10582024-11-19T18:57:51.607Z Downloaded ssh-encoding v0.2.0
10592024-11-19T18:57:51.607Z Downloaded slog-stdlog v4.1.1
10602024-11-19T18:57:51.609Z Downloaded csv-core v0.1.11
10612024-11-19T18:57:51.611Z Downloaded curve25519-dalek-derive v0.1.1
10622024-11-19T18:57:51.611Z Downloaded cookie_store v0.21.0
10632024-11-19T18:57:51.614Z Downloaded cipher v0.4.4
10642024-11-19T18:57:51.614Z Downloaded cancel-safe-futures v0.1.5
10652024-11-19T18:57:51.616Z Downloaded want v0.3.1
10662024-11-19T18:57:51.618Z Downloaded tokio-native-tls v0.3.1
10672024-11-19T18:57:51.618Z Downloaded thread_local v1.1.8
10682024-11-19T18:57:51.620Z Downloaded stringprep v0.1.5
10692024-11-19T18:57:51.622Z Downloaded mockall v0.13.0
10702024-11-19T18:57:51.622Z Downloaded dhcproto-macros v0.1.0
10712024-11-19T18:57:51.622Z Downloaded slog-term v2.9.1
10722024-11-19T18:57:51.625Z Downloaded nanorand v0.7.0
10732024-11-19T18:57:51.627Z Downloaded allocator-api2 v0.2.18
10742024-11-19T18:57:51.629Z Downloaded bzip2 v0.4.4
10752024-11-19T18:57:51.632Z Downloaded string_cache v0.8.7
10762024-11-19T18:57:51.632Z Downloaded smallvec v0.6.14
10772024-11-19T18:57:51.634Z Downloaded memmap2 v0.9.5
10782024-11-19T18:57:51.636Z Downloaded lock_api v0.4.12
10792024-11-19T18:57:51.638Z Downloaded libloading v0.8.5
10802024-11-19T18:57:51.638Z Downloaded chrono-tz-build v0.4.0
10812024-11-19T18:57:51.641Z Downloaded scopeguard v1.2.0
10822024-11-19T18:57:51.641Z Downloaded schemars_derive v0.8.21
10832024-11-19T18:57:51.643Z Downloaded rustc_version v0.4.1
10842024-11-19T18:57:51.643Z Downloaded crc v3.2.1
10852024-11-19T18:57:51.646Z Downloaded cexpr v0.6.0
10862024-11-19T18:57:51.649Z Downloaded chacha20 v0.9.1
10872024-11-19T18:57:51.651Z Downloaded bcs v0.1.6
10882024-11-19T18:57:51.653Z Downloaded backoff v0.4.0
10892024-11-19T18:57:51.656Z Downloaded async-trait v0.1.83
10902024-11-19T18:57:51.658Z Downloaded lockfree-object-pool v0.1.6
10912024-11-19T18:57:51.660Z Downloaded libsw v3.3.1
10922024-11-19T18:57:51.663Z Downloaded libefi-sys v0.1.0
10932024-11-19T18:57:51.665Z Downloaded memoffset v0.9.1
10942024-11-19T18:57:51.665Z Downloaded maybe-uninit v2.0.0
10952024-11-19T18:57:51.667Z Downloaded lru-cache v0.1.2
10962024-11-19T18:57:51.667Z Downloaded lru v0.12.5
10972024-11-19T18:57:51.667Z Downloaded linked-hash-map v0.5.6
10982024-11-19T18:57:51.669Z Downloaded lalrpop-util v0.19.12
10992024-11-19T18:57:51.669Z Downloaded kstat-rs v0.2.4
11002024-11-19T18:57:51.671Z Downloaded keccak v0.1.5
11012024-11-19T18:57:51.671Z Downloaded is-terminal v0.4.13
11022024-11-19T18:57:51.674Z Downloaded ipnetwork v0.20.0
11032024-11-19T18:57:51.676Z Downloaded internet-checksum v0.2.1
11042024-11-19T18:57:51.676Z Downloaded instability v0.3.2
11052024-11-19T18:57:51.676Z Downloaded indent_write v2.2.0
11062024-11-19T18:57:51.679Z Downloaded castaway v0.2.3
11072024-11-19T18:57:51.679Z Downloaded blowfish v0.9.1
11082024-11-19T18:57:51.679Z Downloaded bit-vec v0.6.3
11092024-11-19T18:57:51.681Z Downloaded atomic-waker v1.1.2
11102024-11-19T18:57:51.681Z Downloaded async-recursion v1.1.1
11112024-11-19T18:57:51.685Z Downloaded ascii-canvas v3.0.0
11122024-11-19T18:57:51.687Z Downloaded ahash v0.8.11
11132024-11-19T18:57:51.687Z Downloaded icu_locid v1.5.0
11142024-11-19T18:57:51.691Z Downloaded bitflags v1.3.2
11152024-11-19T18:57:51.696Z Downloaded matches v0.1.10
11162024-11-19T18:57:51.699Z Downloaded async-stream v0.3.6
11172024-11-19T18:57:51.699Z Downloaded assert_matches v1.5.0
11182024-11-19T18:57:51.702Z Downloaded icu_normalizer v1.5.0
11192024-11-19T18:57:51.704Z Downloaded icu_locid_transform_data v1.5.0
11202024-11-19T18:57:51.704Z Downloaded async-stream-impl v0.3.6
11212024-11-19T18:57:51.706Z Downloaded httparse v1.9.5
11222024-11-19T18:57:51.708Z Downloaded hyper-rustls v0.27.3
11232024-11-19T18:57:51.710Z Downloaded httpdate v1.0.3
11242024-11-19T18:57:51.710Z Downloaded http-body-util v0.1.2
11252024-11-19T18:57:51.712Z Downloaded arc-swap v1.7.1
11262024-11-19T18:57:51.714Z Downloaded hubpack_derive v0.1.1
11272024-11-19T18:57:51.716Z Downloaded aho-corasick v1.1.3
11282024-11-19T18:57:51.720Z Downloaded aead v0.5.2
11292024-11-19T18:57:51.722Z Downloaded adler2 v2.0.0
11302024-11-19T18:57:51.724Z Downloaded hostname v0.4.0
11312024-11-19T18:57:51.724Z Downloaded home v0.5.9
11322024-11-19T18:57:51.853Z Downloaded ring v0.17.8
11332024-11-19T18:57:51.993Z Downloaded libsqlite3-sys v0.30.1
11342024-11-19T18:57:52.070Z Downloaded ring v0.16.20
11352024-11-19T18:57:52.183Z Downloaded aws-lc-sys v0.22.0
11362024-11-19T18:57:52.483Z Compiling serde v1.0.215
11372024-11-19T18:57:52.486Z Compiling lock_api v0.4.12
11382024-11-19T18:57:52.486Z Compiling scopeguard v1.2.0
11392024-11-19T18:57:52.486Z Compiling value-bag v1.9.0
11402024-11-19T18:57:52.486Z Compiling typenum v1.17.0
11412024-11-19T18:57:52.486Z Compiling generic-array v0.14.7
11422024-11-19T18:57:52.684Z Compiling syn v2.0.87
11432024-11-19T18:57:52.699Z Compiling getrandom v0.2.15
11442024-11-19T18:57:52.771Z Compiling subtle v2.6.1
11452024-11-19T18:57:52.963Z Compiling rand_core v0.6.4
11462024-11-19T18:57:53.092Z Compiling log v0.4.22
11472024-11-19T18:57:53.175Z Compiling shlex v1.3.0
11482024-11-19T18:57:53.213Z Compiling jobserver v0.1.32
11492024-11-19T18:57:53.234Z Compiling smallvec v1.13.2
11502024-11-19T18:57:53.508Z Compiling const-oid v0.9.6
11512024-11-19T18:57:53.598Z Compiling cc v1.1.30
11522024-11-19T18:57:53.616Z Compiling spin v0.9.8
11532024-11-19T18:57:53.652Z Compiling pin-project-lite v0.2.14
11542024-11-19T18:57:53.778Z Compiling rustix v0.38.37
11552024-11-19T18:57:53.925Z Compiling parking_lot_core v0.9.10
11562024-11-19T18:57:53.998Z Compiling futures-core v0.3.31
11572024-11-19T18:57:54.118Z Compiling signal-hook-registry v1.4.2
11582024-11-19T18:57:54.251Z Compiling mio v1.0.2
11592024-11-19T18:57:54.703Z Compiling aho-corasick v1.1.3
11602024-11-19T18:57:54.962Z Compiling parking_lot v0.12.3
11612024-11-19T18:57:55.023Z Compiling cpufeatures v0.2.14
11622024-11-19T18:57:55.128Z Compiling either v1.13.0
11632024-11-19T18:57:55.317Z Compiling regex-syntax v0.8.5
11642024-11-19T18:57:55.533Z Compiling lazy_static v1.5.0
11652024-11-19T18:57:55.598Z Compiling futures-sink v0.3.31
11662024-11-19T18:57:55.648Z Compiling glob v0.3.1
11672024-11-19T18:57:55.698Z Compiling stable_deref_trait v1.2.0
11682024-11-19T18:57:55.767Z Compiling socket2 v0.5.7
11692024-11-19T18:57:55.859Z Compiling slab v0.4.9
11702024-11-19T18:57:56.033Z Compiling prettyplease v0.2.25
11712024-11-19T18:57:56.303Z Compiling minimal-lexical v0.2.1
11722024-11-19T18:57:56.688Z Compiling libloading v0.8.5
11732024-11-19T18:57:56.774Z Compiling clang-sys v1.8.1
11742024-11-19T18:57:56.830Z Compiling nom v7.1.3
11752024-11-19T18:57:56.849Z Compiling serde_json v1.0.132
11762024-11-19T18:57:57.119Z Compiling home v0.5.9
11772024-11-19T18:57:57.169Z Compiling bindgen v0.69.5
11782024-11-19T18:57:57.487Z Compiling futures-channel v0.3.31
11792024-11-19T18:57:57.945Z Compiling itertools v0.12.1
11802024-11-19T18:57:58.026Z Compiling allocator-api2 v0.2.18
11812024-11-19T18:57:58.288Z Compiling lazycell v1.3.0
11822024-11-19T18:57:58.455Z Compiling pin-utils v0.1.0
11832024-11-19T18:57:58.553Z Compiling foldhash v0.1.3
11842024-11-19T18:57:58.800Z Compiling futures-task v0.3.31
11852024-11-19T18:57:58.848Z Compiling rustc-hash v1.1.0
11862024-11-19T18:57:58.992Z Compiling futures-io v0.3.31
11872024-11-19T18:57:59.105Z Compiling hashbrown v0.15.0
11882024-11-19T18:57:59.327Z Compiling regex-automata v0.4.8
11892024-11-19T18:58:00.444Z Compiling synstructure v0.13.1
11902024-11-19T18:58:00.686Z Compiling cexpr v0.6.0
11912024-11-19T18:58:01.059Z Compiling cmake v0.1.51
11922024-11-19T18:58:02.102Z Compiling libm v0.2.8
11932024-11-19T18:58:02.140Z Compiling dunce v1.0.5
11942024-11-19T18:58:02.280Z Compiling tinyvec_macros v0.1.1
11952024-11-19T18:58:02.379Z Compiling pkg-config v0.3.31
11962024-11-19T18:58:02.400Z Compiling fs_extra v1.3.0
11972024-11-19T18:58:02.454Z Compiling tinyvec v1.8.0
11982024-11-19T18:58:02.479Z Compiling num-traits v0.2.19
11992024-11-19T18:58:03.005Z Compiling ring v0.17.8
12002024-11-19T18:58:04.009Z Compiling paste v1.0.15
12012024-11-19T18:58:04.011Z Compiling unicode-normalization v0.1.24
12022024-11-19T18:58:04.011Z Compiling base64ct v1.6.0
12032024-11-19T18:58:04.153Z Compiling unicode-bidi v0.3.17
12042024-11-19T18:58:04.317Z Compiling litemap v0.7.3
12052024-11-19T18:58:04.384Z Compiling writeable v0.5.5
12062024-11-19T18:58:04.581Z Compiling pem-rfc7468 v0.7.0
12072024-11-19T18:58:04.971Z Compiling regex v1.11.1
12082024-11-19T18:58:05.289Z Compiling aws-lc-rs v1.10.0
12092024-11-19T18:58:05.539Z Compiling httparse v1.9.5
12102024-11-19T18:58:05.761Z Compiling flagset v0.4.6
12112024-11-19T18:58:06.028Z Compiling tracing-core v0.1.32
12122024-11-19T18:58:06.363Z Compiling percent-encoding v2.3.1
12132024-11-19T18:58:06.693Z Compiling rustls-pki-types v1.9.0
12142024-11-19T18:58:06.954Z Compiling icu_locid_transform_data v1.5.0
12152024-11-19T18:58:07.058Z Compiling crossbeam-utils v0.8.20
12162024-11-19T18:58:07.333Z Compiling vcpkg v0.2.15
12172024-11-19T18:58:07.467Z Compiling serde_derive v1.0.215
12182024-11-19T18:58:07.628Z Compiling zeroize_derive v1.4.2
12192024-11-19T18:58:07.757Z Compiling zerocopy-derive v0.7.35
12202024-11-19T18:58:07.784Z Compiling tokio-macros v2.4.0
12212024-11-19T18:58:09.136Z Compiling zeroize v1.8.1
12222024-11-19T18:58:09.327Z Compiling zerofrom-derive v0.1.4
12232024-11-19T18:58:09.462Z Compiling thiserror-impl v1.0.69
12242024-11-19T18:58:09.494Z Compiling yoke-derive v0.7.4
12252024-11-19T18:58:10.024Z Compiling zerocopy v0.7.35
12262024-11-19T18:58:10.844Z Compiling crypto-common v0.1.6
12272024-11-19T18:58:11.085Z Compiling block-buffer v0.10.4
12282024-11-19T18:58:11.344Z Compiling digest v0.10.7
12292024-11-19T18:58:11.572Z Compiling zerovec-derive v0.10.3
12302024-11-19T18:58:11.828Z Compiling hmac v0.12.1
12312024-11-19T18:58:12.068Z Compiling futures-macro v0.3.31
12322024-11-19T18:58:12.101Z Compiling block-padding v0.3.3
12332024-11-19T18:58:12.352Z Compiling displaydoc v0.2.5
12342024-11-19T18:58:12.536Z Compiling inout v0.1.3
12352024-11-19T18:58:12.790Z Compiling thiserror v1.0.69
12362024-11-19T18:58:12.809Z Compiling cipher v0.4.4
12372024-11-19T18:58:12.917Z Compiling sha2 v0.10.8
12382024-11-19T18:58:13.305Z Compiling ppv-lite86 v0.2.20
12392024-11-19T18:58:13.499Z Compiling zerofrom v0.1.4
12402024-11-19T18:58:13.713Z Compiling yoke v0.7.4
12412024-11-19T18:58:13.990Z Compiling futures-util v0.3.31
12422024-11-19T18:58:14.032Z Compiling icu_provider_macros v1.5.0
12432024-11-19T18:58:14.052Z Compiling der_derive v0.7.3
12442024-11-19T18:58:14.144Z Compiling rand_chacha v0.3.1
12452024-11-19T18:58:14.199Z Compiling zerovec v0.10.4
12462024-11-19T18:58:14.980Z Compiling tracing-attributes v0.1.27
12472024-11-19T18:58:15.184Z Compiling rand v0.8.5
12482024-11-19T18:58:16.360Z Compiling tinystr v0.7.6
12492024-11-19T18:58:16.496Z Compiling icu_collections v1.5.0
12502024-11-19T18:58:16.562Z Compiling salsa20 v0.10.2
12512024-11-19T18:58:16.640Z Compiling der v0.7.9
12522024-11-19T18:58:16.790Z Compiling icu_locid v1.5.0
12532024-11-19T18:58:16.792Z Compiling pest v2.7.14
12542024-11-19T18:58:17.534Z Compiling pbkdf2 v0.12.2
12552024-11-19T18:58:17.736Z Compiling untrusted v0.7.1
12562024-11-19T18:58:17.928Z Compiling time-core v0.1.2
12572024-11-19T18:58:17.950Z Compiling untrusted v0.9.0
12582024-11-19T18:58:18.116Z Compiling icu_provider v1.5.0
12592024-11-19T18:58:18.116Z Compiling powerfmt v0.2.0
12602024-11-19T18:58:18.501Z Compiling mirai-annotations v1.12.0
12612024-11-19T18:58:18.710Z Compiling spki v0.7.3
12622024-11-19T18:58:18.849Z Compiling tracing v0.1.40
12632024-11-19T18:58:19.107Z Compiling icu_locid_transform v1.5.0
12642024-11-19T18:58:19.224Z Compiling icu_properties_data v1.5.0
12652024-11-19T18:58:19.260Z Compiling num-conv v0.1.0
12662024-11-19T18:58:19.341Z Compiling pest_meta v2.7.14
12672024-11-19T18:58:19.482Z Compiling deranged v0.3.11
12682024-11-19T18:58:19.546Z Compiling time-macros v0.2.18
12692024-11-19T18:58:20.153Z Compiling scrypt v0.11.0
12702024-11-19T18:58:20.780Z Compiling icu_properties v1.5.1
12712024-11-19T18:58:21.283Z Compiling cbc v0.1.2
12722024-11-19T18:58:21.487Z Compiling bitflags v2.6.0
12732024-11-19T18:58:21.523Z Compiling bytes v1.8.0
12742024-11-19T18:58:21.949Z Compiling indexmap v2.6.0
12752024-11-19T18:58:22.831Z Compiling tokio v1.40.0
12762024-11-19T18:58:22.942Z Compiling http v1.1.0
12772024-11-19T18:58:23.464Z Compiling semver v1.0.23
12782024-11-19T18:58:23.808Z Compiling aes v0.8.4
12792024-11-19T18:58:24.239Z Compiling rustc_version v0.4.1
12802024-11-19T18:58:24.452Z Compiling openssl-sys v0.9.103
12812024-11-19T18:58:25.063Z Compiling scroll_derive v0.12.0
12822024-11-19T18:58:25.145Z Compiling icu_normalizer_data v1.5.0
12832024-11-19T18:58:25.260Z Compiling write16 v1.0.0
12842024-11-19T18:58:25.417Z Compiling atomic-waker v1.1.2
12852024-11-19T18:58:25.482Z Compiling utf16_iter v1.0.5
12862024-11-19T18:58:25.607Z Compiling num_threads v0.1.7
12872024-11-19T18:58:25.610Z Compiling utf8_iter v1.0.4
12882024-11-19T18:58:25.691Z Compiling pkcs5 v0.7.1
12892024-11-19T18:58:25.737Z Compiling time v0.3.36
12902024-11-19T18:58:25.846Z Compiling which v4.4.2
12912024-11-19T18:58:25.868Z Compiling icu_normalizer v1.5.0
12922024-11-19T18:58:26.579Z Compiling scroll v0.12.0
12932024-11-19T18:58:26.666Z Compiling http-body v1.0.1
12942024-11-19T18:58:26.910Z Compiling pest_generator v2.7.14
12952024-11-19T18:58:26.951Z Compiling form_urlencoded v1.2.1
12962024-11-19T18:58:27.156Z Compiling try-lock v0.2.5
12972024-11-19T18:58:27.289Z Compiling slog v2.7.0
12982024-11-19T18:58:27.313Z Compiling goblin v0.8.2
12992024-11-19T18:58:27.315Z Compiling want v0.3.1
13002024-11-19T18:58:27.627Z Compiling idna_adapter v1.2.0
13012024-11-19T18:58:27.852Z Compiling pkcs8 v0.10.2
13022024-11-19T18:58:27.873Z Compiling httpdate v1.0.3
13032024-11-19T18:58:28.354Z Compiling idna v1.0.3
13042024-11-19T18:58:28.563Z Compiling serde_tokenstream v0.2.2
13052024-11-19T18:58:28.748Z Compiling serde_spanned v0.6.8
13062024-11-19T18:58:28.909Z Compiling pest_derive v2.7.14
13072024-11-19T18:58:28.977Z Compiling toml_datetime v0.6.8
13082024-11-19T18:58:29.188Z Compiling uuid v1.11.0
13092024-11-19T18:58:29.504Z Compiling tower-service v0.3.3
13102024-11-19T18:58:29.642Z Compiling openssl v0.10.66
13112024-11-19T18:58:29.719Z Compiling dtrace-parser v0.2.0
13122024-11-19T18:58:30.064Z Compiling foreign-types-shared v0.1.1
13132024-11-19T18:58:30.179Z Compiling match_cfg v0.1.0
13142024-11-19T18:58:30.219Z Compiling base64 v0.22.1
13152024-11-19T18:58:30.279Z Compiling iana-time-zone v0.1.61
13162024-11-19T18:58:30.582Z Compiling rustversion v1.0.17
13172024-11-19T18:58:30.805Z Compiling adler2 v2.0.0
13182024-11-19T18:58:31.018Z Compiling miniz_oxide v0.8.0
13192024-11-19T18:58:31.040Z Compiling chrono v0.4.38
13202024-11-19T18:58:31.080Z Compiling hostname v0.3.1
13212024-11-19T18:58:31.305Z Compiling tokio-util v0.7.12
13222024-11-19T18:58:31.416Z Compiling foreign-types v0.3.2
13232024-11-19T18:58:31.547Z Compiling url v2.5.3
13242024-11-19T18:58:32.597Z Compiling h2 v0.4.6
13252024-11-19T18:58:32.777Z Compiling openssl-macros v0.1.1
13262024-11-19T18:58:33.319Z Compiling dof v0.3.0
13272024-11-19T18:58:33.526Z Compiling async-trait v0.1.83
13282024-11-19T18:58:33.578Z Compiling dirs-sys-next v0.1.2
13292024-11-19T18:58:34.221Z Compiling usdt-impl v0.5.0
13302024-11-19T18:58:34.810Z Compiling rustls v0.22.4
13312024-11-19T18:58:35.077Z Compiling syn v1.0.109
13322024-11-19T18:58:35.569Z Compiling data-encoding v2.6.0
13332024-11-19T18:58:35.751Z Compiling rustls v0.23.14
13342024-11-19T18:58:35.845Z Compiling siphasher v0.3.11
13352024-11-19T18:58:36.017Z Compiling native-tls v0.2.12
13362024-11-19T18:58:36.326Z Compiling dirs-next v2.0.0
13372024-11-19T18:58:36.524Z Compiling http-body-util v0.1.2
13382024-11-19T18:58:37.074Z Compiling heapless v0.7.17
13392024-11-19T18:58:37.508Z Compiling crossbeam-epoch v0.9.18
13402024-11-19T18:58:37.755Z Compiling sha1 v0.10.6
13412024-11-19T18:58:37.835Z Compiling signature v2.2.0
13422024-11-19T18:58:38.023Z Compiling bzip2-sys v0.1.11+1.0.8
13432024-11-19T18:58:38.135Z Compiling serde_derive_internals v0.29.1
13442024-11-19T18:58:38.172Z Compiling thread_local v1.1.8
13452024-11-19T18:58:38.263Z Compiling multer v3.1.0
13462024-11-19T18:58:38.512Z Compiling encoding_rs v0.8.34
13472024-11-19T18:58:38.555Z Compiling cookie v0.18.1
13482024-11-19T18:58:38.612Z Compiling ipnet v2.10.1
13492024-11-19T18:58:38.676Z Compiling schemars v0.8.21
13502024-11-19T18:58:38.828Z Compiling rayon-core v1.12.1
13512024-11-19T18:58:39.002Z Compiling openssl-probe v0.1.5
13522024-11-19T18:58:39.087Z Compiling slog-async v2.8.0
13532024-11-19T18:58:39.358Z Compiling gimli v0.31.1
13542024-11-19T18:58:39.591Z Compiling hyper v1.5.0
13552024-11-19T18:58:39.911Z Compiling mime v0.3.17
13562024-11-19T18:58:40.536Z Compiling unicode-properties v0.1.3
13572024-11-19T18:58:40.919Z Compiling signal-hook v0.3.17
13582024-11-19T18:58:40.965Z Compiling schemars_derive v0.8.21
13592024-11-19T18:58:41.212Z Compiling stringprep v0.1.5
13602024-11-19T18:58:42.498Z Compiling hyper-util v0.1.10
13612024-11-19T18:58:43.363Z Compiling toml_edit v0.22.22
13622024-11-19T18:58:43.850Z Compiling crossbeam-deque v0.8.5
13632024-11-19T18:58:44.180Z Compiling addr2line v0.24.2
13642024-11-19T18:58:44.331Z Compiling usdt-attr-macro v0.5.0
13652024-11-19T18:58:44.622Z Compiling usdt-macro v0.5.0
13662024-11-19T18:58:44.922Z Compiling term v0.7.0
13672024-11-19T18:58:45.235Z Compiling slog-json v2.6.1
13682024-11-19T18:58:45.638Z Compiling serde_urlencoded v0.7.1
13692024-11-19T18:58:45.692Z Compiling curve25519-dalek v4.1.3
13702024-11-19T18:58:46.026Z Compiling crossbeam-channel v0.5.13
13712024-11-19T18:58:46.086Z Compiling futures-executor v0.3.31
13722024-11-19T18:58:46.188Z Compiling enum-as-inner v0.6.1
13732024-11-19T18:58:46.282Z Compiling md-5 v0.10.6
13742024-11-19T18:58:46.464Z Compiling async-stream-impl v0.3.6
13752024-11-19T18:58:46.542Z Compiling rustls-pemfile v2.2.0
13762024-11-19T18:58:46.652Z Compiling num-integer v0.1.46
13772024-11-19T18:58:46.880Z Compiling idna v0.3.0
13782024-11-19T18:58:47.145Z Compiling idna v0.4.0
13792024-11-19T18:58:47.305Z Compiling hash32 v0.2.1
13802024-11-19T18:58:47.456Z Compiling ff v0.13.0
13812024-11-19T18:58:47.688Z Compiling is-terminal v0.4.13
13822024-11-19T18:58:47.710Z Compiling dropshot v0.12.0
13832024-11-19T18:58:47.824Z Compiling object v0.36.5
13842024-11-19T18:58:47.869Z Compiling smoltcp v0.9.1
13852024-11-19T18:58:47.997Z Compiling dyn-clone v1.0.17
13862024-11-19T18:58:48.225Z Compiling fallible-iterator v0.2.0
13872024-11-19T18:58:48.550Z Compiling base16ct v0.2.0
13882024-11-19T18:58:48.583Z Compiling psl-types v2.0.11
13892024-11-19T18:58:48.781Z Compiling quick-error v1.2.3
13902024-11-19T18:58:48.852Z Compiling anyhow v1.0.93
13912024-11-19T18:58:48.870Z Compiling linked-hash-map v0.5.6
13922024-11-19T18:58:48.918Z Compiling num-bigint-dig v0.8.4
13932024-11-19T18:58:48.921Z Compiling portable-atomic v1.9.0
13942024-11-19T18:58:49.228Z Compiling rustc-demangle v0.1.24
13952024-11-19T18:58:49.249Z Compiling utf-8 v0.7.6
13962024-11-19T18:58:49.487Z Compiling take_mut v0.2.2
13972024-11-19T18:58:49.947Z Compiling tungstenite v0.24.0
13982024-11-19T18:58:50.068Z Compiling lru-cache v0.1.2
13992024-11-19T18:58:50.204Z Compiling resolv-conf v0.7.0
14002024-11-19T18:58:50.274Z Compiling postgres-protocol v0.6.7
14012024-11-19T18:58:50.951Z Compiling publicsuffix v2.2.3
14022024-11-19T18:58:51.098Z Compiling sec1 v0.7.3
14032024-11-19T18:58:51.664Z Compiling hickory-proto v0.24.1
14042024-11-19T18:58:51.718Z Compiling async-stream v0.3.6
14052024-11-19T18:58:51.762Z Compiling slog-term v2.9.1
14062024-11-19T18:58:52.028Z Compiling usdt v0.5.0
14072024-11-19T18:58:52.370Z Compiling group v0.13.0
14082024-11-19T18:58:52.713Z Compiling num-iter v0.1.45
14092024-11-19T18:58:52.916Z Compiling toml v0.8.19
14102024-11-19T18:58:53.038Z Compiling futures v0.3.31
14112024-11-19T18:58:53.278Z Compiling slog-bunyan v2.5.0
14122024-11-19T18:58:54.737Z Compiling camino v1.1.9
14132024-11-19T18:58:55.093Z Compiling tokio-native-tls v0.3.1
14142024-11-19T18:58:55.372Z Compiling backtrace v0.3.74
14152024-11-19T18:58:55.751Z Compiling phf_shared v0.11.2
14162024-11-19T18:58:56.027Z Compiling dropshot_endpoint v0.12.0
14172024-11-19T18:58:56.067Z Compiling terminal_size v0.4.0
14182024-11-19T18:58:56.148Z Compiling waitgroup v0.1.2
14192024-11-19T18:58:56.296Z Compiling openapiv3 v2.0.0
14202024-11-19T18:58:56.366Z Compiling serde_path_to_error v0.1.16
14212024-11-19T18:58:56.459Z Compiling hkdf v0.12.4
14222024-11-19T18:58:56.721Z Compiling crypto-bigint v0.5.5
14232024-11-19T18:58:57.216Z Compiling curve25519-dalek-derive v0.1.1
14242024-11-19T18:58:58.824Z Compiling zerocopy-derive v0.6.6
14252024-11-19T18:58:59.147Z Compiling webpki-roots v0.26.6
14262024-11-19T18:58:59.365Z Compiling hubpack_derive v0.1.1
14272024-11-19T18:58:59.383Z Compiling idna v0.5.0
14282024-11-19T18:59:00.274Z Compiling hostname v0.4.0
14292024-11-19T18:59:00.583Z Compiling fs-err v2.11.0
14302024-11-19T18:59:00.730Z Compiling crc32fast v1.4.2
14312024-11-19T18:59:00.754Z Compiling ahash v0.8.11
14322024-11-19T18:59:00.871Z Compiling winnow v0.5.40
14332024-11-19T18:59:01.074Z Compiling debug-ignore v1.0.5
14342024-11-19T18:59:01.075Z Compiling bitflags v1.3.2
14352024-11-19T18:59:01.097Z Compiling managed v0.8.0
14362024-11-19T18:59:01.099Z Compiling clap_builder v4.5.21
14372024-11-19T18:59:01.260Z Compiling console v0.15.8
14382024-11-19T18:59:01.283Z Compiling zerocopy v0.6.6
14392024-11-19T18:59:02.160Z Compiling flate2 v1.0.34
14402024-11-19T18:59:02.268Z Compiling strum_macros v0.25.3
14412024-11-19T18:59:02.948Z Compiling hubpack v0.1.2
14422024-11-19T18:59:03.044Z Compiling cookie_store v0.21.0
14432024-11-19T18:59:03.143Z Compiling elliptic-curve v0.13.8
14442024-11-19T18:59:03.659Z Compiling hickory-resolver v0.24.1
14452024-11-19T18:59:04.627Z Compiling toml_edit v0.19.15
14462024-11-19T18:59:04.799Z Compiling phf v0.11.2
14472024-11-19T18:59:04.871Z Compiling signal-hook-mio v0.2.4
14482024-11-19T18:59:05.037Z Compiling hyper-tls v0.6.0
14492024-11-19T18:59:05.099Z Compiling rayon v1.10.0
14502024-11-19T18:59:05.475Z Compiling bzip2 v0.4.4
14512024-11-19T18:59:06.546Z Compiling postgres-types v0.2.8
14522024-11-19T18:59:08.097Z Compiling tokio-tungstenite v0.24.0
14532024-11-19T18:59:10.042Z Compiling ed25519 v2.2.3
14542024-11-19T18:59:10.110Z Compiling phf_shared v0.10.0
14552024-11-19T18:59:10.554Z Compiling tokio-stream v0.1.16
14562024-11-19T18:59:10.653Z Compiling pkcs1 v0.7.5
14572024-11-19T18:59:10.780Z Compiling serde-big-array v0.5.1
14582024-11-19T18:59:11.027Z Compiling clap_derive v4.5.18
14592024-11-19T18:59:11.453Z Compiling rfc6979 v0.4.0
14602024-11-19T18:59:11.651Z Compiling derive-where v1.2.7
14612024-11-19T18:59:11.671Z Compiling serde_repr v0.1.19
14622024-11-19T18:59:11.691Z Compiling float-cmp v0.9.0
14632024-11-19T18:59:11.921Z Compiling bstr v1.10.0
14642024-11-19T18:59:11.967Z Compiling sync_wrapper v1.0.1
14652024-11-19T18:59:12.126Z Compiling unicode-segmentation v1.12.0
14662024-11-19T18:59:12.817Z Compiling unicode-width v0.2.0
14672024-11-19T18:59:12.924Z Compiling static_assertions v1.1.0
14682024-11-19T18:59:13.034Z Compiling precomputed-hash v0.1.1
14692024-11-19T18:59:13.056Z Compiling number_prefix v0.4.0
14702024-11-19T18:59:13.150Z Compiling new_debug_unreachable v1.0.6
14712024-11-19T18:59:13.252Z Compiling normalize-line-endings v0.3.0
14722024-11-19T18:59:13.282Z Compiling fixedbitset v0.4.2
14732024-11-19T18:59:13.331Z Compiling whoami v1.5.2
14742024-11-19T18:59:13.376Z Compiling bit-vec v0.6.3
14752024-11-19T18:59:13.745Z Compiling difflib v0.4.0
14762024-11-19T18:59:13.779Z Compiling predicates-core v1.0.8
14772024-11-19T18:59:13.857Z Compiling bit-set v0.5.3
14782024-11-19T18:59:13.981Z Compiling tokio-postgres v0.7.12
14792024-11-19T18:59:14.155Z Compiling predicates v3.1.2
14802024-11-19T18:59:14.176Z Compiling petgraph v0.6.5
14812024-11-19T18:59:15.259Z Compiling indicatif v0.17.9
14822024-11-19T18:59:15.419Z Compiling string_cache v0.8.7
14832024-11-19T18:59:15.870Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14842024-11-19T18:59:15.990Z Compiling similar v2.6.0
14852024-11-19T18:59:16.129Z Compiling clap v4.5.21
14862024-11-19T18:59:16.261Z Compiling ecdsa v0.16.9
14872024-11-19T18:59:17.112Z Compiling rsa v0.9.6
14882024-11-19T18:59:17.564Z Compiling ed25519-dalek v2.1.1
14892024-11-19T18:59:18.443Z Compiling toml v0.7.8
14902024-11-19T18:59:18.458Z Compiling zip v0.6.6
14912024-11-19T18:59:18.915Z Compiling crossterm v0.28.1
14922024-11-19T18:59:20.169Z Compiling hex v0.4.3
14932024-11-19T18:59:20.375Z Compiling x509-cert v0.2.5
14942024-11-19T18:59:20.606Z Compiling itertools v0.10.5
14952024-11-19T18:59:20.756Z Compiling peg-runtime v0.8.3
14962024-11-19T18:59:20.842Z Compiling lalrpop-util v0.19.12
14972024-11-19T18:59:21.212Z Compiling unicode-xid v0.2.6
14982024-11-19T18:59:21.396Z Compiling strum_macros v0.26.4
14992024-11-19T18:59:21.438Z Compiling xattr v1.3.1
15002024-11-19T18:59:21.727Z Compiling filetime v0.2.25
15012024-11-19T18:59:22.057Z Compiling tar v0.4.42
15022024-11-19T18:59:26.550Z Compiling strum v0.26.3
15032024-11-19T18:59:29.113Z Compiling aws-lc-sys v0.22.0
15042024-11-19T19:00:01.358Z Compiling rustls-webpki v0.102.8
15052024-11-19T19:00:06.173Z Compiling tokio-rustls v0.26.0
15062024-11-19T19:00:06.535Z Compiling hyper-rustls v0.27.3
15072024-11-19T19:00:06.880Z Compiling reqwest v0.12.9
15082024-11-19T19:00:09.352Z Compiling tokio-rustls v0.25.0
15092024-11-19T19:00:12.409Z Compiling qorb v0.2.0
15102024-11-19T19:00:15.626Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15112024-11-19T19:00:15.861Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15122024-11-19T19:00:21.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s
15132024-11-19T19:00:21.796Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15142024-11-19T19:00:21.847ZNov 19 19:00:20.562 INFO Starting download, target: DendriteOpenapi
15152024-11-19T19:00:21.847ZNov 19 19:00:20.562 INFO Starting download, target: DendriteStub
15162024-11-19T19:00:21.847ZNov 19 19:00:20.562 INFO Starting download, target: Console
15172024-11-19T19:00:21.849ZNov 19 19:00:20.562 INFO Starting download, target: Cockroach
15182024-11-19T19:00:21.849ZNov 19 19:00:20.562 INFO Starting download, target: Clickhouse
15192024-11-19T19:00:21.850ZNov 19 19:00:20.562 INFO Starting download, target: MaghemiteMgd
15202024-11-19T19:00:21.850ZNov 19 19:00:20.562 INFO Starting download, target: TransceiverControl
15212024-11-19T19:00:21.850ZNov 19 19:00:20.562 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15222024-11-19T19:00:21.850ZNov 19 19:00:20.563 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi
15232024-11-19T19:00:21.850ZNov 19 19:00:20.563 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15242024-11-19T19:00:21.850ZNov 19 19:00:20.563 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15252024-11-19T19:00:21.850ZNov 19 19:00:20.563 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15262024-11-19T19:00:21.850ZNov 19 19:00:20.563 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15272024-11-19T19:00:21.850ZNov 19 19:00:20.563 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15282024-11-19T19:00:22.259ZNov 19 19:00:20.960 INFO Download complete, target: DendriteOpenapi
15292024-11-19T19:00:22.435ZNov 19 19:00:21.137 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15302024-11-19T19:00:22.732ZNov 19 19:00:21.421 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15312024-11-19T19:00:22.975ZNov 19 19:00:21.689 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15322024-11-19T19:00:23.000ZNov 19 19:00:21.713 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15332024-11-19T19:00:23.040ZNov 19 19:00:21.752 INFO Download complete, target: Console
15342024-11-19T19:00:23.127ZNov 19 19:00:21.826 INFO Download complete, target: TransceiverControl
15352024-11-19T19:00:23.510ZNov 19 19:00:22.225 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15362024-11-19T19:00:23.510ZNov 19 19:00:22.225 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15372024-11-19T19:00:23.780ZNov 19 19:00:22.495 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15382024-11-19T19:00:25.706ZNov 19 19:00:24.421 INFO Download complete, target: DendriteStub
15392024-11-19T19:00:25.717ZNov 19 19:00:24.431 INFO Download complete, target: MaghemiteMgd
15402024-11-19T19:00:30.616ZNov 19 19:00:29.330 INFO Checking that binary works, target: Cockroach
15412024-11-19T19:00:30.774ZNov 19 19:00:29.488 INFO Download complete, target: Cockroach
15422024-11-19T19:00:35.746ZNov 19 19:00:34.460 INFO Checking that binary works, target: Clickhouse
15432024-11-19T19:00:36.219ZNov 19 19:00:34.932 INFO Download complete, target: Clickhouse
15442024-11-19T19:00:36.227ZAll prerequisites installed successfully
15452024-11-19T19:00:36.230Z
15462024-11-19T19:00:36.230Zreal 5:22.848682223
15472024-11-19T19:00:36.230Zuser 16:20.513630875
15482024-11-19T19:00:36.230Zsys 3:14.272656535
15492024-11-19T19:00:36.230Ztrap 0.545172440
15502024-11-19T19:00:36.230Ztflt 5.945206027
15512024-11-19T19:00:36.230Zdflt 5.469779341
15522024-11-19T19:00:36.230Zkflt 0.404125968
15532024-11-19T19:00:36.230Zlock 29:28.528637287
15542024-11-19T19:00:36.231Zslp 1:02:53.215518925
15552024-11-19T19:00:36.231Zlat 55.336349851
15562024-11-19T19:00:36.231Zstop 2:21.172839874
15572024-11-19T19:00:36.231Z+ ptime -m cargo xtask download softnpu
15582024-11-19T19:00:36.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15592024-11-19T19:00:36.768Z Running `target/debug/xtask download softnpu`
15602024-11-19T19:00:37.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
15612024-11-19T19:00:37.638Z Running `target/debug/xtask-downloader softnpu`
15622024-11-19T19:00:37.676ZNov 19 19:00:36.389 INFO Starting download, target: Softnpu
15632024-11-19T19:00:37.678ZNov 19 19:00:36.390 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15642024-11-19T19:00:38.736ZNov 19 19:00:37.449 INFO Download complete, target: Softnpu
15652024-11-19T19:00:38.741Z
15662024-11-19T19:00:38.743Zreal 2.506109119
15672024-11-19T19:00:38.743Zuser 1.254911800
15682024-11-19T19:00:38.743Zsys 0.528491970
15692024-11-19T19:00:38.743Ztrap 0.000530474
15702024-11-19T19:00:38.743Ztflt 0.000003968
15712024-11-19T19:00:38.743Zdflt 0.000019816
15722024-11-19T19:00:38.743Zkflt 0.000000000
15732024-11-19T19:00:38.743Zlock 11.263775429
15742024-11-19T19:00:38.743Zslp 0.881346608
15752024-11-19T19:00:38.743Zlat 0.067186003
15762024-11-19T19:00:38.743Zstop 0.000184960
15772024-11-19T19:00:38.743Z+ export CARGO_INCREMENTAL=0
15782024-11-19T19:00:38.743Z+ CARGO_INCREMENTAL=0
15792024-11-19T19:00:38.743Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15802024-11-19T19:00:39.716Z Compiling proc-macro2 v1.0.89
15812024-11-19T19:00:39.717Z Compiling unicode-ident v1.0.13
15822024-11-19T19:00:39.717Z Compiling libc v0.2.162
15832024-11-19T19:00:39.717Z Compiling serde v1.0.215
15842024-11-19T19:00:39.720Z Compiling autocfg v1.4.0
15852024-11-19T19:00:39.720Z Compiling version_check v0.9.5
15862024-11-19T19:00:39.720Z Compiling cfg-if v1.0.0
15872024-11-19T19:00:39.945Z Compiling memchr v2.7.4
15882024-11-19T19:00:39.977Z Compiling typenum v1.17.0
15892024-11-19T19:00:39.997Z Compiling shlex v1.3.0
15902024-11-19T19:00:40.351Z Compiling value-bag v1.9.0
15912024-11-19T19:00:40.402Z Compiling scopeguard v1.2.0
15922024-11-19T19:00:40.484Z Compiling generic-array v0.14.7
15932024-11-19T19:00:40.764Z Compiling lock_api v0.4.12
15942024-11-19T19:00:40.847Z Compiling log v0.4.22
15952024-11-19T19:00:40.926Z Compiling parking_lot_core v0.9.10
15962024-11-19T19:00:41.313Z Compiling serde_json v1.0.132
15972024-11-19T19:00:41.342Z Compiling once_cell v1.20.2
15982024-11-19T19:00:41.625Z Compiling quote v1.0.37
15992024-11-19T19:00:41.652Z Compiling rustix v0.38.37
16002024-11-19T19:00:41.693Z Compiling libm v0.2.8
16012024-11-19T19:00:41.752Z Compiling thiserror v1.0.69
16022024-11-19T19:00:42.023Z Compiling syn v2.0.87
16032024-11-19T19:00:42.060Z Compiling jobserver v0.1.32
16042024-11-19T19:00:42.238Z Compiling getrandom v0.2.15
16052024-11-19T19:00:42.280Z Compiling num-traits v0.2.19
16062024-11-19T19:00:42.282Z Compiling itoa v1.0.11
16072024-11-19T19:00:42.518Z Compiling cc v1.1.30
16082024-11-19T19:00:42.537Z Compiling spin v0.9.8
16092024-11-19T19:00:42.568Z Compiling aho-corasick v1.1.3
16102024-11-19T19:00:42.586Z Compiling regex-syntax v0.8.5
16112024-11-19T19:00:42.749Z Compiling slab v0.4.9
16122024-11-19T19:00:43.047Z Compiling byteorder v1.5.0
16132024-11-19T19:00:43.211Z Compiling errno v0.3.9
16142024-11-19T19:00:43.432Z Compiling rand_core v0.6.4
16152024-11-19T19:00:43.500Z Compiling either v1.13.0
16162024-11-19T19:00:43.553Z Compiling lazy_static v1.5.0
16172024-11-19T19:00:43.922Z Compiling glob v0.3.1
16182024-11-19T19:00:44.176Z Compiling prettyplease v0.2.25
16192024-11-19T19:00:44.802Z Compiling clang-sys v1.8.1
16202024-11-19T19:00:44.901Z Compiling minimal-lexical v0.2.1
16212024-11-19T19:00:44.920Z Compiling libloading v0.8.5
16222024-11-19T19:00:45.294Z Compiling nom v7.1.3
16232024-11-19T19:00:45.372Z Compiling subtle v2.6.1
16242024-11-19T19:00:45.489Z Compiling bindgen v0.69.5
16252024-11-19T19:00:45.693Z Compiling home v0.5.9
16262024-11-19T19:00:45.890Z Compiling allocator-api2 v0.2.18
16272024-11-19T19:00:45.974Z Compiling itertools v0.12.1
16282024-11-19T19:00:46.168Z Compiling regex-automata v0.4.8
16292024-11-19T19:00:46.662Z Compiling semver v1.0.23
16302024-11-19T19:00:46.964Z Compiling smallvec v1.13.2
16312024-11-19T19:00:47.095Z Compiling rustc-hash v1.1.0
16322024-11-19T19:00:47.247Z Compiling lazycell v1.3.0
16332024-11-19T19:00:47.410Z Compiling cmake v0.1.51
16342024-11-19T19:00:47.631Z Compiling fs_extra v1.3.0
16352024-11-19T19:00:48.201Z Compiling dunce v1.0.5
16362024-11-19T19:00:48.870Z Compiling cexpr v0.6.0
16372024-11-19T19:00:48.964Z Compiling pkg-config v0.3.31
16382024-11-19T19:00:48.992Z Compiling ring v0.17.8
16392024-11-19T19:00:49.134Z Compiling ryu v1.0.18
16402024-11-19T19:00:49.443Z Compiling pin-project-lite v0.2.14
16412024-11-19T19:00:49.580Z Compiling paste v1.0.15
16422024-11-19T19:00:49.732Z Compiling synstructure v0.13.1
16432024-11-19T19:00:50.221Z Compiling const-oid v0.9.6
16442024-11-19T19:00:50.480Z Compiling httparse v1.9.5
16452024-11-19T19:00:50.496Z Compiling aws-lc-rs v1.10.0
16462024-11-19T19:00:50.903Z Compiling foldhash v0.1.3
16472024-11-19T19:00:51.090Z Compiling equivalent v1.0.1
16482024-11-19T19:00:51.195Z Compiling hashbrown v0.15.0
16492024-11-19T19:00:51.838Z Compiling regex v1.11.1
16502024-11-19T19:00:52.095Z Compiling schemars v0.8.21
16512024-11-19T19:00:52.187Z Compiling heck v0.5.0
16522024-11-19T19:00:52.545Z Compiling serde_derive_internals v0.29.1
16532024-11-19T19:00:52.630Z Compiling signal-hook-registry v1.4.2
16542024-11-19T19:00:52.740Z Compiling mio v1.0.2
16552024-11-19T19:00:52.826Z Compiling parking_lot v0.12.3
16562024-11-19T19:00:54.621Z Compiling stable_deref_trait v1.2.0
16572024-11-19T19:00:54.740Z Compiling crossbeam-utils v0.8.20
16582024-11-19T19:00:54.873Z Compiling socket2 v0.5.7
16592024-11-19T19:00:54.905Z Compiling time-core v0.1.2
16602024-11-19T19:00:55.085Z Compiling futures-core v0.3.31
16612024-11-19T19:00:55.316Z Compiling serde_derive v1.0.215
16622024-11-19T19:00:55.343Z Compiling zeroize_derive v1.4.2
16632024-11-19T19:00:55.480Z Compiling zerocopy-derive v0.7.35
16642024-11-19T19:00:56.175Z Compiling thiserror-impl v1.0.69
16652024-11-19T19:00:56.509Z Compiling tokio-macros v2.4.0
16662024-11-19T19:00:56.782Z Compiling zeroize v1.8.1
16672024-11-19T19:00:56.962Z Compiling zerofrom-derive v0.1.4
16682024-11-19T19:00:57.240Z Compiling yoke-derive v0.7.4
16692024-11-19T19:00:57.313Z Compiling futures-macro v0.3.31
16702024-11-19T19:00:57.631Z Compiling zerovec-derive v0.10.3
16712024-11-19T19:00:57.958Z Compiling zerocopy v0.7.35
16722024-11-19T19:00:58.819Z Compiling displaydoc v0.2.5
16732024-11-19T19:00:59.264Z Compiling crypto-common v0.1.6
16742024-11-19T19:00:59.502Z Compiling tracing-attributes v0.1.27
16752024-11-19T19:00:59.701Z Compiling icu_provider_macros v1.5.0
16762024-11-19T19:00:59.818Z Compiling block-buffer v0.10.4
16772024-11-19T19:01:00.052Z Compiling digest v0.10.7
16782024-11-19T19:01:00.400Z Compiling schemars_derive v0.8.21
16792024-11-19T19:01:00.489Z Compiling der_derive v0.7.3
16802024-11-19T19:01:00.506Z Compiling num-conv v0.1.0
16812024-11-19T19:01:00.789Z Compiling time-macros v0.2.18
16822024-11-19T19:01:01.132Z Compiling vcpkg v0.2.15
16832024-11-19T19:01:01.296Z Compiling fnv v1.0.7
16842024-11-19T19:01:02.756Z Compiling openssl-sys v0.9.103
16852024-11-19T19:01:03.671Z Compiling cpufeatures v0.2.14
16862024-11-19T19:01:03.715Z Compiling futures-sink v0.3.31
16872024-11-19T19:01:03.796Z Compiling slog v2.7.0
16882024-11-19T19:01:03.983Z Compiling ahash v0.8.11
16892024-11-19T19:01:04.046Z Compiling syn v1.0.109
16902024-11-19T19:01:04.521Z Compiling zerofrom v0.1.4
16912024-11-19T19:01:04.744Z Compiling scroll_derive v0.12.0
16922024-11-19T19:01:04.761Z Compiling iana-time-zone v0.1.61
16932024-11-19T19:01:04.847Z Compiling ucd-trie v0.1.7
16942024-11-19T19:01:05.312Z Compiling pest v2.7.14
16952024-11-19T19:01:05.327Z Compiling yoke v0.7.4
16962024-11-19T19:01:05.475Z Compiling futures-channel v0.3.31
16972024-11-19T19:01:06.078Z Compiling hmac v0.12.1
16982024-11-19T19:01:06.078Z Compiling futures-io v0.3.31
16992024-11-19T19:01:06.160Z Compiling pin-utils v0.1.0
17002024-11-19T19:01:06.311Z Compiling openssl v0.10.66
17012024-11-19T19:01:06.437Z Compiling futures-task v0.3.31
17022024-11-19T19:01:06.690Z Compiling futures-util v0.3.31
17032024-11-19T19:01:06.757Z Compiling zerovec v0.10.4
17042024-11-19T19:01:07.120Z Compiling block-padding v0.3.3
17052024-11-19T19:01:07.723Z Compiling tinyvec_macros v0.1.1
17062024-11-19T19:01:07.816Z Compiling pest_meta v2.7.14
17072024-11-19T19:01:08.356Z Compiling tinyvec v1.8.0
17082024-11-19T19:01:08.707Z Compiling bitflags v2.6.0
17092024-11-19T19:01:08.853Z Compiling bytes v1.8.0
17102024-11-19T19:01:10.723Z Compiling indexmap v2.6.0
17112024-11-19T19:01:12.017Z Compiling tokio v1.40.0
17122024-11-19T19:01:12.196Z Compiling serde_tokenstream v0.2.2
17132024-11-19T19:01:12.796Z Compiling http v1.1.0
17142024-11-19T19:01:12.996Z Compiling uuid v1.11.0
17152024-11-19T19:01:13.573Z Compiling which v4.4.2
17162024-11-19T19:01:14.274Z Compiling rustc_version v0.4.1
17172024-11-19T19:01:14.602Z Compiling chrono v0.4.38
17182024-11-19T19:01:16.989Z Compiling pest_generator v2.7.14
17192024-11-19T19:01:17.930Z Compiling toml_datetime v0.6.8
17202024-11-19T19:01:18.369Z Compiling serde_spanned v0.6.8
17212024-11-19T19:01:18.595Z Compiling inout v0.1.3
17222024-11-19T19:01:18.854Z Compiling openssl-macros v0.1.1
17232024-11-19T19:01:19.600Z Compiling native-tls v0.2.12
17242024-11-19T19:01:20.039Z Compiling rustls v0.23.14
17252024-11-19T19:01:20.975Z Compiling cipher v0.4.4
17262024-11-19T19:01:21.273Z Compiling pest_derive v2.7.14
17272024-11-19T19:01:21.439Z Compiling unicode-normalization v0.1.24
17282024-11-19T19:01:21.834Z Compiling tinystr v0.7.6
17292024-11-19T19:01:22.015Z Compiling sha2 v0.10.8
17302024-11-19T19:01:22.072Z Compiling tracing-core v0.1.32
17312024-11-19T19:01:22.265Z Compiling usdt-impl v0.5.0
17322024-11-19T19:01:22.517Z Compiling base64ct v1.6.0
17332024-11-19T19:01:22.610Z Compiling dyn-clone v1.0.17
17342024-11-19T19:01:22.764Z Compiling unicode-bidi v0.3.17
17352024-11-19T19:01:22.824Z Compiling writeable v0.5.5
17362024-11-19T19:01:22.970Z Compiling litemap v0.7.3
17372024-11-19T19:01:23.098Z Compiling pem-rfc7468 v0.7.0
17382024-11-19T19:01:23.347Z Compiling icu_locid v1.5.0
17392024-11-19T19:01:23.387Z Compiling tracing v0.1.40
17402024-11-19T19:01:24.380Z Compiling scroll v0.12.0
17412024-11-19T19:01:24.784Z Compiling ppv-lite86 v0.2.20
17422024-11-19T19:01:24.974Z Compiling async-trait v0.1.83
17432024-11-19T19:01:25.646Z Compiling cookie v0.18.1
17442024-11-19T19:01:25.924Z Compiling plain v0.2.3
17452024-11-19T19:01:26.271Z Compiling flagset v0.4.6
17462024-11-19T19:01:26.481Z Compiling camino v1.1.9
17472024-11-19T19:01:27.267Z Compiling anyhow v1.0.93
17482024-11-19T19:01:27.865Z Compiling aws-lc-sys v0.22.0
17492024-11-19T19:01:28.055Z Compiling der v0.7.9
17502024-11-19T19:01:31.005Z Compiling goblin v0.8.2
17512024-11-19T19:01:31.978Z Compiling rand_chacha v0.3.1
17522024-11-19T19:01:33.579Z Compiling icu_provider v1.5.0
17532024-11-19T19:01:34.541Z Compiling icu_locid_transform_data v1.5.0
17542024-11-19T19:01:34.651Z Compiling percent-encoding v2.3.1
17552024-11-19T19:01:34.832Z Compiling rustls-pki-types v1.9.0
17562024-11-19T19:01:35.355Z Compiling rustls v0.22.4
17572024-11-19T19:01:35.426Z Compiling untrusted v0.7.1
17582024-11-19T19:01:35.624Z Compiling rayon-core v1.12.1
17592024-11-19T19:01:35.883Z Compiling pretty-hex v0.4.1
17602024-11-19T19:01:36.553Z Compiling icu_locid_transform v1.5.0
17612024-11-19T19:01:37.222Z Compiling dof v0.3.0
17622024-11-19T19:01:37.627Z Compiling rand v0.8.5
17632024-11-19T19:01:37.741Z Compiling spki v0.7.3
17642024-11-19T19:01:38.297Z Compiling dtrace-parser v0.2.0
17652024-11-19T19:01:38.887Z Compiling salsa20 v0.10.2
17662024-11-19T19:01:38.918Z Compiling tokio-util v0.7.12
17672024-11-19T19:01:39.254Z Compiling icu_collections v1.5.0
17682024-11-19T19:01:39.994Z Compiling pbkdf2 v0.12.2
17692024-11-19T19:01:40.278Z Compiling thread-id v4.2.2
17702024-11-19T19:01:40.294Z Compiling powerfmt v0.2.0
17712024-11-19T19:01:40.388Z Compiling untrusted v0.9.0
17722024-11-19T19:01:40.410Z Compiling mirai-annotations v1.12.0
17732024-11-19T19:01:40.669Z Compiling icu_properties_data v1.5.0
17742024-11-19T19:01:40.704Z Compiling winnow v0.5.40
17752024-11-19T19:01:40.915Z Compiling icu_properties v1.5.1
17762024-11-19T19:01:41.198Z Compiling deranged v0.3.11
17772024-11-19T19:01:44.678Z Compiling toml_edit v0.19.15
17782024-11-19T19:01:46.346Z Compiling scrypt v0.11.0
17792024-11-19T19:01:46.767Z Compiling cbc v0.1.2
17802024-11-19T19:01:46.823Z Compiling aes v0.8.4
17812024-11-19T19:01:46.942Z Compiling multer v3.1.0
17822024-11-19T19:01:46.976Z Compiling write16 v1.0.0
17832024-11-19T19:01:47.106Z Compiling atomic-waker v1.1.2
17842024-11-19T19:01:47.228Z Compiling utf16_iter v1.0.5
17852024-11-19T19:01:47.487Z Compiling rustversion v1.0.17
17862024-11-19T19:01:47.892Z Compiling utf8_iter v1.0.4
17872024-11-19T19:01:48.044Z Compiling num_threads v0.1.7
17882024-11-19T19:01:48.084Z Compiling icu_normalizer_data v1.5.0
17892024-11-19T19:01:48.166Z Compiling slog-async v2.8.0
17902024-11-19T19:01:48.322Z Compiling time v0.3.36
17912024-11-19T19:01:48.588Z Compiling icu_normalizer v1.5.0
17922024-11-19T19:01:49.593Z Compiling pkcs5 v0.7.1
17932024-11-19T19:01:50.835Z Compiling form_urlencoded v1.2.1
17942024-11-19T19:01:51.511Z Compiling http-body v1.0.1
17952024-11-19T19:01:51.640Z Compiling heapless v0.7.17
17962024-11-19T19:01:52.178Z Compiling bzip2-sys v0.1.11+1.0.8
17972024-11-19T19:01:53.282Z Compiling signal-hook v0.3.17
17982024-11-19T19:01:53.320Z Compiling try-lock v0.2.5
17992024-11-19T19:01:53.700Z Compiling want v0.3.1
18002024-11-19T19:01:55.160Z Compiling pkcs8 v0.10.2
18012024-11-19T19:01:55.826Z Compiling idna_adapter v1.2.0
18022024-11-19T19:01:56.052Z Compiling h2 v0.4.6
18032024-11-19T19:01:56.971Z Compiling usdt-attr-macro v0.5.0
18042024-11-19T19:01:58.406Z Compiling usdt-macro v0.5.0
18052024-11-19T19:01:58.673Z Compiling async-stream-impl v0.3.6
18062024-11-19T19:01:58.847Z Compiling adler2 v2.0.0
18072024-11-19T19:01:59.106Z Compiling httpdate v1.0.3
18082024-11-19T19:01:59.910Z Compiling strsim v0.11.1
18092024-11-19T19:02:00.280Z Compiling miniz_oxide v0.8.0
18102024-11-19T19:02:00.856Z Compiling idna v1.0.3
18112024-11-19T19:02:02.319Z Compiling curve25519-dalek v4.1.3
18122024-11-19T19:02:02.711Z Compiling openapiv3 v2.0.0
18132024-11-19T19:02:03.418Z Compiling hyper v1.5.0
18142024-11-19T19:02:05.793Z Compiling enum-as-inner v0.6.1
18152024-11-19T19:02:06.978Z Compiling dropshot v0.12.0
18162024-11-19T19:02:07.176Z Compiling portable-atomic v1.9.0
18172024-11-19T19:02:07.193Z Compiling num-bigint-dig v0.8.4
18182024-11-19T19:02:07.267Z Compiling tower-service v0.3.3
18192024-11-19T19:02:07.333Z Compiling base64 v0.22.1
18202024-11-19T19:02:07.457Z Compiling foreign-types-shared v0.1.1
18212024-11-19T19:02:07.538Z Compiling match_cfg v0.1.0
18222024-11-19T19:02:07.640Z Compiling smoltcp v0.9.1
18232024-11-19T19:02:08.031Z Compiling hostname v0.3.1
18242024-11-19T19:02:08.228Z Compiling foreign-types v0.3.2
18252024-11-19T19:02:08.254Z Compiling hyper-util v0.1.10
18262024-11-19T19:02:14.459Z Compiling url v2.5.3
18272024-11-19T19:02:16.219Z Compiling dirs-sys-next v0.1.2
18282024-11-19T19:02:16.268Z Compiling gimli v0.31.1
18292024-11-19T19:02:16.270Z Compiling heck v0.4.1
18302024-11-19T19:02:16.693Z Compiling data-encoding v2.6.0
18312024-11-19T19:02:16.829Z Compiling siphasher v0.3.11
18322024-11-19T19:02:16.887Z Compiling dirs-next v2.0.0
18332024-11-19T19:02:18.425Z Compiling http-body-util v0.1.2
18342024-11-19T19:02:19.821Z Compiling crossbeam-epoch v0.9.18
18352024-11-19T19:02:20.581Z Compiling hubpack_derive v0.1.1
18362024-11-19T19:02:21.412Z Compiling addr2line v0.24.2
18372024-11-19T19:02:21.728Z Compiling dropshot_endpoint v0.12.0
18382024-11-19T19:02:22.382Z Compiling sha1 v0.10.6
18392024-11-19T19:02:22.786Z Compiling signature v2.2.0
18402024-11-19T19:02:22.815Z Compiling zerocopy-derive v0.6.6
18412024-11-19T19:02:23.014Z Compiling curve25519-dalek-derive v0.1.1
18422024-11-19T19:02:23.384Z Compiling thread_local v1.1.8
18432024-11-19T19:02:24.361Z Compiling object v0.36.5
18442024-11-19T19:02:24.760Z Compiling fs-err v2.11.0
18452024-11-19T19:02:25.051Z Compiling encoding_rs v0.8.34
18462024-11-19T19:02:25.770Z Compiling utf8parse v0.2.2
18472024-11-19T19:02:25.927Z Compiling openssl-probe v0.1.5
18482024-11-19T19:02:28.614Z Compiling anstyle v1.0.10
18492024-11-19T19:02:29.061Z Compiling mime v0.3.17
18502024-11-19T19:02:30.183Z Compiling winnow v0.6.20
18512024-11-19T19:02:31.233Z Compiling unicode-properties v0.1.3
18522024-11-19T19:02:32.173Z Compiling rustc-demangle v0.1.24
18532024-11-19T19:02:34.061Z Compiling ipnet v2.10.1
18542024-11-19T19:02:34.410Z Compiling toml_edit v0.22.22
18552024-11-19T19:02:35.158Z Compiling backtrace v0.3.74
18562024-11-19T19:02:36.104Z Compiling stringprep v0.1.5
18572024-11-19T19:02:38.413Z Compiling anstyle-parse v0.2.5
18582024-11-19T19:02:40.943Z Compiling crossbeam-deque v0.8.5
18592024-11-19T19:02:41.616Z Compiling rustls-webpki v0.102.8
18602024-11-19T19:02:46.219Z Compiling term v0.7.0
18612024-11-19T19:02:47.450Z Compiling slog-json v2.6.1
18622024-11-19T19:02:49.115Z Compiling serde_urlencoded v0.7.1
18632024-11-19T19:02:50.412Z Compiling crossbeam-channel v0.5.13
18642024-11-19T19:02:50.514Z Compiling rustls-pemfile v2.2.0
18652024-11-19T19:02:51.281Z Compiling hashbrown v0.14.5
18662024-11-19T19:02:51.579Z Compiling idna v0.4.0
18672024-11-19T19:02:51.772Z Compiling idna v0.3.0
18682024-11-19T19:02:52.587Z Compiling futures-executor v0.3.31
18692024-11-19T19:02:53.213Z Compiling num-integer v0.1.46
18702024-11-19T19:02:53.279Z Compiling md-5 v0.10.6
18712024-11-19T19:02:53.533Z Compiling ff v0.13.0
18722024-11-19T19:02:53.771Z Compiling hash32 v0.2.1
18732024-11-19T19:02:53.822Z Compiling memmap v0.7.0
18742024-11-19T19:02:53.932Z Compiling is-terminal v0.4.13
18752024-11-19T19:02:54.129Z Compiling base16ct v0.2.0
18762024-11-19T19:02:54.168Z Compiling utf-8 v0.7.6
18772024-11-19T19:02:54.449Z Compiling is_terminal_polyfill v1.70.1
18782024-11-19T19:02:54.478Z Compiling psl-types v2.0.11
18792024-11-19T19:02:54.694Z Compiling take_mut v0.2.2
18802024-11-19T19:02:54.862Z Compiling linked-hash-map v0.5.6
18812024-11-19T19:02:55.247Z Compiling colorchoice v1.0.2
18822024-11-19T19:02:55.414Z Compiling quick-error v1.2.3
18832024-11-19T19:02:56.950Z Compiling fallible-iterator v0.2.0
18842024-11-19T19:02:57.027Z Compiling anstyle-query v1.1.1
18852024-11-19T19:02:57.183Z Compiling anstream v0.6.15
18862024-11-19T19:02:57.712Z Compiling postgres-protocol v0.6.7
18872024-11-19T19:02:57.856Z Compiling resolv-conf v0.7.0
18882024-11-19T19:02:58.524Z Compiling lru-cache v0.1.2
18892024-11-19T19:02:58.728Z Compiling publicsuffix v2.2.3
18902024-11-19T19:02:58.957Z Compiling tungstenite v0.24.0
18912024-11-19T19:02:59.021Z Compiling sec1 v0.7.3
18922024-11-19T19:02:59.686Z Compiling slog-term v2.9.1
18932024-11-19T19:03:00.182Z Compiling usdt v0.5.0
18942024-11-19T19:03:00.648Z Compiling group v0.13.0
18952024-11-19T19:03:00.775Z Compiling num-iter v0.1.45
18962024-11-19T19:03:00.819Z Compiling futures v0.3.31
18972024-11-19T19:03:00.938Z Compiling regress v0.10.1
18982024-11-19T19:03:00.965Z Compiling hickory-proto v0.24.1
18992024-11-19T19:03:03.957Z Compiling tokio-rustls v0.26.0
19002024-11-19T19:03:04.446Z Compiling slog-bunyan v2.5.0
19012024-11-19T19:03:04.661Z Compiling tokio-rustls v0.25.0
19022024-11-19T19:03:04.966Z Compiling tokio-native-tls v0.3.1
19032024-11-19T19:03:05.114Z Compiling toml v0.8.19
19042024-11-19T19:03:05.254Z Compiling phf_shared v0.11.2
19052024-11-19T19:03:05.646Z Compiling strum_macros v0.25.3
19062024-11-19T19:03:05.971Z Compiling async-stream v0.3.6
19072024-11-19T19:03:06.067Z Compiling waitgroup v0.1.2
19082024-11-19T19:03:06.250Z Compiling webpki-roots v0.26.6
19092024-11-19T19:03:06.642Z Compiling idna v0.5.0
19102024-11-19T19:03:06.662Z Compiling terminal_size v0.4.0
19112024-11-19T19:03:06.863Z Compiling serde_path_to_error v0.1.16
19122024-11-19T19:03:07.309Z Compiling hkdf v0.12.4
19132024-11-19T19:03:07.834Z Compiling crypto-bigint v0.5.5
19142024-11-19T19:03:08.078Z Compiling serde_repr v0.1.19
19152024-11-19T19:03:08.207Z Compiling clap_derive v4.5.18
19162024-11-19T19:03:09.165Z Compiling derive-where v1.2.7
19172024-11-19T19:03:09.192Z Compiling hostname v0.4.0
19182024-11-19T19:03:09.441Z Compiling crc32fast v1.4.2
19192024-11-19T19:03:09.783Z Compiling unicode-width v0.1.14
19202024-11-19T19:03:10.148Z Compiling bitflags v1.3.2
19212024-11-19T19:03:10.370Z Compiling debug-ignore v1.0.5
19222024-11-19T19:03:10.763Z Compiling clap_lex v0.7.2
19232024-11-19T19:03:11.212Z Compiling managed v0.8.0
19242024-11-19T19:03:11.832Z Compiling clap_builder v4.5.21
19252024-11-19T19:03:13.056Z Compiling elliptic-curve v0.13.8
19262024-11-19T19:03:14.066Z Compiling console v0.15.8
19272024-11-19T19:03:14.635Z Compiling flate2 v1.0.34
19282024-11-19T19:03:15.445Z Compiling cookie_store v0.21.0
19292024-11-19T19:03:16.863Z Compiling hickory-resolver v0.24.1
19302024-11-19T19:03:18.156Z Compiling hyper-rustls v0.27.3
19312024-11-19T19:03:21.962Z Compiling phf v0.11.2
19322024-11-19T19:03:22.106Z Compiling hyper-tls v0.6.0
19332024-11-19T19:03:22.188Z Compiling typify-impl v0.2.0
19342024-11-19T19:03:22.259Z Compiling signal-hook-mio v0.2.4
19352024-11-19T19:03:22.278Z Compiling bzip2 v0.4.4
19362024-11-19T19:03:22.301Z Compiling rayon v1.10.0
19372024-11-19T19:03:22.420Z Compiling tokio-tungstenite v0.24.0
19382024-11-19T19:03:22.492Z Compiling postgres-types v0.2.8
19392024-11-19T19:03:22.948Z Compiling zerocopy v0.6.6
19402024-11-19T19:03:23.095Z Compiling ed25519 v2.2.3
19412024-11-19T19:03:23.556Z Compiling hubpack v0.1.2
19422024-11-19T19:03:23.752Z Compiling phf_shared v0.10.0
19432024-11-19T19:03:23.851Z Compiling pkcs1 v0.7.5
19442024-11-19T19:03:23.986Z Compiling tokio-stream v0.1.16
19452024-11-19T19:03:25.028Z Compiling serde-big-array v0.5.1
19462024-11-19T19:03:25.072Z Compiling rfc6979 v0.4.0
19472024-11-19T19:03:25.271Z Compiling float-cmp v0.9.0
19482024-11-19T19:03:25.271Z Compiling sync_wrapper v1.0.1
19492024-11-19T19:03:25.426Z Compiling bstr v1.10.0
19502024-11-19T19:03:26.589Z Compiling normalize-line-endings v0.3.0
19512024-11-19T19:03:26.743Z Compiling predicates-core v1.0.8
19522024-11-19T19:03:27.058Z Compiling static_assertions v1.1.0
19532024-11-19T19:03:27.061Z Compiling fixedbitset v0.4.2
19542024-11-19T19:03:27.280Z Compiling difflib v0.4.0
19552024-11-19T19:03:27.412Z Compiling unicode-segmentation v1.12.0
19562024-11-19T19:03:27.459Z Compiling unicode-width v0.2.0
19572024-11-19T19:03:27.994Z Compiling bit-vec v0.6.3
19582024-11-19T19:03:28.419Z Compiling number_prefix v0.4.0
19592024-11-19T19:03:28.510Z Compiling whoami v1.5.2
19602024-11-19T19:03:28.657Z Compiling new_debug_unreachable v1.0.6
19612024-11-19T19:03:28.753Z Compiling precomputed-hash v0.1.1
19622024-11-19T19:03:28.864Z Compiling string_cache v0.8.7
19632024-11-19T19:03:28.882Z Compiling tokio-postgres v0.7.12
19642024-11-19T19:03:29.064Z Compiling indicatif v0.17.9
19652024-11-19T19:03:29.284Z Compiling bit-set v0.5.3
19662024-11-19T19:03:29.601Z Compiling similar v2.6.0
19672024-11-19T19:03:30.186Z Compiling predicates v3.1.2
19682024-11-19T19:03:30.973Z Compiling petgraph v0.6.5
19692024-11-19T19:03:31.637Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19702024-11-19T19:03:31.964Z Compiling reqwest v0.12.9
19712024-11-19T19:03:34.187Z Compiling typify-macro v0.2.0
19722024-11-19T19:03:35.022Z Compiling ecdsa v0.16.9
19732024-11-19T19:03:35.898Z Compiling qorb v0.2.0
19742024-11-19T19:03:36.647Z Compiling rsa v0.9.6
19752024-11-19T19:03:37.152Z Compiling ed25519-dalek v2.1.1
19762024-11-19T19:03:38.294Z Compiling zip v0.6.6
19772024-11-19T19:03:38.337Z Compiling crossterm v0.28.1
19782024-11-19T19:03:38.421Z Compiling clap v4.5.21
19792024-11-19T19:03:39.608Z Compiling toml v0.7.8
19802024-11-19T19:03:40.262Z Compiling x509-cert v0.2.5
19812024-11-19T19:03:41.385Z Compiling hex v0.4.3
19822024-11-19T19:03:42.034Z Compiling itertools v0.10.5
19832024-11-19T19:03:42.288Z Compiling lalrpop-util v0.19.12
19842024-11-19T19:03:42.373Z Compiling peg-runtime v0.8.3
19852024-11-19T19:03:42.684Z Compiling unicode-xid v0.2.6
19862024-11-19T19:03:44.954Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19872024-11-19T19:03:49.209Z Compiling proc-macro-crate v1.3.1
19882024-11-19T19:03:49.698Z Compiling ipnetwork v0.20.0
19892024-11-19T19:03:50.935Z Compiling heapless v0.8.0
19902024-11-19T19:03:54.648Z Compiling num_enum_derive v0.5.11
19912024-11-19T19:04:02.939Z Compiling hash32 v0.3.1
19922024-11-19T19:04:04.419Z Compiling ident_case v1.0.1
19932024-11-19T19:04:04.528Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19942024-11-19T19:04:04.702Z Compiling smoltcp v0.11.0
19952024-11-19T19:04:06.926Z Compiling darling_core v0.20.10
19962024-11-19T19:04:12.828Z Compiling num_enum v0.5.11
19972024-11-19T19:04:13.049Z Compiling typify v0.2.0
19982024-11-19T19:04:13.708Z Compiling proc-macro-error-attr v1.0.4
19992024-11-19T19:04:14.243Z Compiling cobs v0.2.3
20002024-11-19T19:04:14.528Z Compiling unsafe-libyaml v0.2.11
20012024-11-19T19:04:14.734Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20022024-11-19T19:04:16.363Z Compiling serde_yaml v0.9.34+deprecated
20032024-11-19T19:04:16.614Z Compiling postcard v1.0.10
20042024-11-19T19:04:31.087Z Compiling darling_macro v0.20.10
20052024-11-19T19:04:31.963Z Compiling progenitor-impl v0.8.0
20062024-11-19T19:04:44.192Z Compiling strum_macros v0.26.4
20072024-11-19T19:04:44.983Z Compiling foreign-types-macros v0.2.3
20082024-11-19T19:04:45.179Z Compiling structmeta-derive v0.3.0
20092024-11-19T19:04:45.392Z Compiling proc-macro-error v1.0.4
20102024-11-19T19:04:45.697Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20112024-11-19T19:04:46.246Z Compiling newtype-uuid v1.1.3
20122024-11-19T19:04:46.647Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20132024-11-19T19:04:46.721Z Compiling foreign-types-shared v0.3.1
20142024-11-19T19:04:48.356Z Compiling structmeta v0.3.0
20152024-11-19T19:04:48.740Z Compiling strum v0.26.3
20162024-11-19T19:04:50.333Z Compiling foreign-types v0.5.0
20172024-11-19T19:04:50.464Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20182024-11-19T19:04:55.790Z Compiling progenitor-macro v0.8.0
20192024-11-19T19:05:01.265Z Compiling darling v0.20.10
20202024-11-19T19:05:02.467Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20212024-11-19T19:05:02.703Z Compiling progenitor-client v0.8.0
20222024-11-19T19:05:03.670Z Compiling tabwriter v1.4.0
20232024-11-19T19:05:06.129Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20242024-11-19T19:05:06.651Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20252024-11-19T19:05:06.925Z Compiling cstr-argument v0.1.2
20262024-11-19T19:05:07.200Z Compiling dropshot v0.13.0
20272024-11-19T19:05:07.506Z Compiling crucible-workspace-hack v0.1.0
20282024-11-19T19:05:07.788Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20292024-11-19T19:05:08.356Z Compiling fastrand v2.1.1
20302024-11-19T19:05:08.479Z Compiling pretty-hex v0.2.1
20312024-11-19T19:05:08.694Z Compiling progenitor v0.8.0
20322024-11-19T19:05:08.712Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20332024-11-19T19:05:09.016Z Compiling tempfile v3.13.0
20342024-11-19T19:05:09.210Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20352024-11-19T19:05:09.429Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20362024-11-19T19:05:09.905Z Compiling serde_with_macros v3.11.0
20372024-11-19T19:05:10.380Z Compiling parse-display-derive v0.10.0
20382024-11-19T19:05:10.493Z Compiling colored v2.1.0
20392024-11-19T19:05:10.769Z Compiling dropshot_endpoint v0.13.0
20402024-11-19T19:05:10.894Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20412024-11-19T19:05:11.656Z Compiling instant v0.1.13
20422024-11-19T19:05:11.686Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20432024-11-19T19:05:11.841Z Compiling backoff v0.4.0
20442024-11-19T19:05:12.103Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20452024-11-19T19:05:12.220Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20462024-11-19T19:05:12.509Z Compiling serde_with v3.11.0
20472024-11-19T19:05:14.332Z Compiling parse-display v0.10.0
20482024-11-19T19:05:15.051Z Compiling zone_cfg_derive v0.3.0
20492024-11-19T19:05:15.631Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20502024-11-19T19:05:16.224Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20512024-11-19T19:05:16.289Z Compiling camino-tempfile v1.1.1
20522024-11-19T19:05:16.518Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20532024-11-19T19:05:16.850Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20542024-11-19T19:05:16.958Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20552024-11-19T19:05:17.061Z Compiling regress v0.9.1
20562024-11-19T19:05:17.150Z Compiling macaddr v1.0.1
20572024-11-19T19:05:17.341Z Compiling num-derive v0.4.2
20582024-11-19T19:05:17.777Z Compiling sigpipe v0.1.3
20592024-11-19T19:05:17.910Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20602024-11-19T19:05:18.207Z Compiling libefi-sys v0.1.0
20612024-11-19T19:05:18.563Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20622024-11-19T19:05:19.546Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20632024-11-19T19:05:21.095Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20642024-11-19T19:05:21.663Z Compiling zone v0.3.0
20652024-11-19T19:05:21.882Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20662024-11-19T19:05:22.232Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20672024-11-19T19:05:25.007Z Compiling smf v0.2.3
20682024-11-19T19:05:25.762Z Compiling bitfield-struct v0.6.2
20692024-11-19T19:05:26.060Z Compiling ring v0.16.20
20702024-11-19T19:05:26.370Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20712024-11-19T19:05:26.804Z Compiling blake3 v1.5.4
20722024-11-19T19:05:27.158Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20732024-11-19T19:05:27.909Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20742024-11-19T19:05:28.086Z Compiling xattr v1.3.1
20752024-11-19T19:05:28.237Z Compiling memmap2 v0.9.5
20762024-11-19T19:05:28.402Z Compiling filetime v0.2.25
20772024-11-19T19:05:28.765Z Compiling arrayref v0.3.9
20782024-11-19T19:05:28.818Z Compiling same-file v1.0.6
20792024-11-19T19:05:28.875Z Compiling spin v0.5.2
20802024-11-19T19:05:29.058Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20812024-11-19T19:05:29.093Z Compiling arrayvec v0.7.6
20822024-11-19T19:05:29.130Z Compiling constant_time_eq v0.3.1
20832024-11-19T19:05:29.194Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20842024-11-19T19:05:29.312Z Compiling walkdir v2.5.0
20852024-11-19T19:05:30.747Z Compiling tar v0.4.42
20862024-11-19T19:05:32.155Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20872024-11-19T19:05:32.317Z Compiling gethostname v0.5.0
20882024-11-19T19:05:32.523Z Compiling cargo-platform v0.1.8
20892024-11-19T19:05:32.567Z Compiling topological-sort v0.2.2
20902024-11-19T19:05:32.859Z Compiling cargo_metadata v0.18.1
20912024-11-19T19:05:34.963Z Compiling omicron-zone-package v0.11.1
20922024-11-19T19:05:42.713Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20932024-11-19T19:05:45.213Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20942024-11-19T19:05:46.695Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20952024-11-19T19:06:03.483Z Finished `release` profile [optimized] target(s) in 5m 24s
20962024-11-19T19:06:03.649Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
20972024-11-19T19:06:03.698ZLogging to: /work/oxidecomputer/omicron/out/LOG
20982024-11-19T19:06:03.700ZCreated new build target 'test' and set it as active
20992024-11-19T19:06:03.700Z
21002024-11-19T19:06:03.700Zreal 5:24.915572276
21012024-11-19T19:06:03.700Zuser 36:36.015447771
21022024-11-19T19:06:03.700Zsys 4:51.017827644
21032024-11-19T19:06:03.700Ztrap 1.084158744
21042024-11-19T19:06:03.701Ztflt 3.191432709
21052024-11-19T19:06:03.701Zdflt 0.830304579
21062024-11-19T19:06:03.701Zkflt 0.033399998
21072024-11-19T19:06:03.701Zlock 1:16:58.392202591
21082024-11-19T19:06:03.701Zslp 2:32:31.749501698
21092024-11-19T19:06:03.701Zlat 2:31.444069324
21102024-11-19T19:06:03.701Zstop 4:29.941432116
21112024-11-19T19:06:03.703Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21122024-11-19T19:06:04.672Z Finished `release` profile [optimized] target(s) in 0.92s
21132024-11-19T19:06:04.730Z Running `target/release/omicron-package -t test package`
21142024-11-19T19:06:04.775ZLogging to: /work/oxidecomputer/omicron/out/LOG
21152024-11-19T19:06:05.901Z Compiling convert_case v0.4.0
21162024-11-19T19:06:05.901Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21172024-11-19T19:06:05.904Z Compiling itertools v0.13.0
21182024-11-19T19:06:05.904Z Compiling newline-converter v0.3.0
21192024-11-19T19:06:05.904Z Compiling password-hash v0.5.0
21202024-11-19T19:06:05.904Z Compiling progenitor-client v0.8.0
21212024-11-19T19:06:05.904Z Compiling blake2 v0.10.6
21222024-11-19T19:06:06.050Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21232024-11-19T19:06:06.274Z Compiling owo-colors v4.1.0
21242024-11-19T19:06:06.347Z Compiling expectorate v1.1.0
21252024-11-19T19:06:06.548Z Compiling progenitor v0.8.0
21262024-11-19T19:06:06.550Z Compiling cancel-safe-futures v0.1.5
21272024-11-19T19:06:06.621Z Compiling argon2 v0.5.3
21282024-11-19T19:06:06.717Z Compiling derive_more v0.99.18
21292024-11-19T19:06:06.813Z Compiling num-rational v0.4.2
21302024-11-19T19:06:06.895Z Compiling num-complex v0.4.6
21312024-11-19T19:06:07.705Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21322024-11-19T19:06:08.148Z Compiling num v0.4.3
21332024-11-19T19:06:08.212Z Compiling atomicwrites v0.4.4
21342024-11-19T19:06:08.272Z Compiling libsw v3.3.1
21352024-11-19T19:06:08.296Z Compiling linear-map v1.2.0
21362024-11-19T19:06:08.609Z Compiling float-ord v0.3.2
21372024-11-19T19:06:08.718Z Compiling indent_write v2.2.0
21382024-11-19T19:06:08.741Z Compiling swrite v0.1.0
21392024-11-19T19:06:08.789Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21402024-11-19T19:06:08.879Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21412024-11-19T19:06:08.961Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21422024-11-19T19:06:09.005Z Compiling base64 v0.21.7
21432024-11-19T19:06:09.126Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21442024-11-19T19:06:09.699Z Compiling highway v1.2.0
21452024-11-19T19:06:10.141Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21462024-11-19T19:06:10.794Z Compiling semver v0.1.20
21472024-11-19T19:06:11.138Z Compiling rustc_version v0.1.7
21482024-11-19T19:06:11.373Z Compiling newtype-uuid v1.1.3
21492024-11-19T19:06:11.584Z Compiling newtype_derive v0.1.6
21502024-11-19T19:06:11.727Z Compiling dropshot v0.13.0
21512024-11-19T19:06:11.803Z Compiling ipnetwork v0.20.0
21522024-11-19T19:06:11.978Z Compiling instant v0.1.13
21532024-11-19T19:06:12.146Z Compiling humantime v2.1.0
21542024-11-19T19:06:12.618Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21552024-11-19T19:06:12.978Z Compiling backoff v0.4.0
21562024-11-19T19:06:13.244Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21572024-11-19T19:06:13.293Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21582024-11-19T19:06:16.927Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21592024-11-19T19:06:17.287Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21602024-11-19T19:06:18.014Z Compiling parse-display v0.10.0
21612024-11-19T19:06:18.419Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21622024-11-19T19:06:18.597Z Compiling strum v0.26.3
21632024-11-19T19:06:18.616Z Compiling serde_with v3.11.0
21642024-11-19T19:06:18.788Z Compiling regress v0.9.1
21652024-11-19T19:06:22.055Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21662024-11-19T19:06:23.144Z Compiling macaddr v1.0.1
21672024-11-19T19:06:23.578Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21682024-11-19T19:06:23.620Z Compiling steno v0.4.1
21692024-11-19T19:06:24.157Z Compiling prettyplease v0.2.25
21702024-11-19T19:06:24.184Z Compiling slog-dtrace v0.3.0
21712024-11-19T19:06:24.584Z Compiling tungstenite v0.21.0
21722024-11-19T19:06:25.047Z Compiling display-error-chain v0.2.2
21732024-11-19T19:06:26.775Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21742024-11-19T19:06:27.137Z Compiling tokio-tungstenite v0.21.0
21752024-11-19T19:06:27.815Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21762024-11-19T19:06:28.466Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21772024-11-19T19:06:29.556Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21782024-11-19T19:06:29.761Z Compiling arc-swap v1.7.1
21792024-11-19T19:06:30.452Z Compiling slog-scope v4.4.0
21802024-11-19T19:06:31.291Z Compiling half v2.4.1
21812024-11-19T19:06:32.027Z Compiling ciborium-io v0.2.2
21822024-11-19T19:06:32.179Z Compiling ciborium-ll v0.2.2
21832024-11-19T19:06:32.724Z Compiling slog-stdlog v4.1.1
21842024-11-19T19:06:33.543Z Compiling slog-envlogger v2.2.0
21852024-11-19T19:06:33.563Z Compiling ciborium v0.2.2
21862024-11-19T19:06:35.722Z Compiling nibble_vec v0.1.0
21872024-11-19T19:06:35.970Z Compiling endian-type v0.1.2
21882024-11-19T19:06:36.292Z Compiling radix_trie v0.2.1
21892024-11-19T19:06:37.215Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21902024-11-19T19:06:42.699Z Compiling same-file v1.0.6
21912024-11-19T19:06:42.952Z Compiling fastrand v2.1.1
21922024-11-19T19:06:43.375Z Compiling tempfile v3.13.0
21932024-11-19T19:06:43.480Z Compiling walkdir v2.5.0
21942024-11-19T19:06:43.665Z Compiling ring v0.16.20
21952024-11-19T19:06:44.142Z Compiling blake3 v1.5.4
21962024-11-19T19:06:44.163Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21972024-11-19T19:06:44.829Z Compiling xattr v1.3.1
21982024-11-19T19:06:45.107Z Compiling memmap2 v0.9.5
21992024-11-19T19:06:45.481Z Compiling filetime v0.2.25
22002024-11-19T19:06:45.555Z Compiling spin v0.5.2
22012024-11-19T19:06:45.786Z Compiling arrayvec v0.7.6
22022024-11-19T19:06:45.789Z Compiling arrayref v0.3.9
22032024-11-19T19:06:46.003Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22042024-11-19T19:06:46.149Z Compiling keccak v0.1.5
22052024-11-19T19:06:46.173Z Compiling constant_time_eq v0.3.1
22062024-11-19T19:06:47.178Z Compiling sha3 v0.10.8
22072024-11-19T19:06:47.455Z Compiling tar v0.4.42
22082024-11-19T19:06:47.499Z Compiling toolchain_find v0.4.0
22092024-11-19T19:06:47.577Z Compiling camino-tempfile v1.1.1
22102024-11-19T19:06:48.010Z Compiling const_format_proc_macros v0.2.33
22112024-11-19T19:06:48.044Z Compiling radium v0.7.0
22122024-11-19T19:06:48.108Z Compiling maplit v1.0.2
22132024-11-19T19:06:48.234Z Compiling topological-sort v0.2.2
22142024-11-19T19:06:48.482Z Compiling crunchy v0.2.2
22152024-11-19T19:06:48.532Z Compiling omicron-zone-package v0.11.1
22162024-11-19T19:06:48.956Z Compiling rustfmt-wrapper v0.2.1
22172024-11-19T19:06:49.439Z Compiling pem v3.0.4
22182024-11-19T19:06:49.504Z Compiling tap v1.0.1
22192024-11-19T19:06:49.566Z Compiling maybe-uninit v2.0.0
22202024-11-19T19:06:49.703Z Compiling tiny-keccak v2.0.2
22212024-11-19T19:06:49.885Z Compiling const_format v0.2.33
22222024-11-19T19:06:50.058Z Compiling wyz v0.5.1
22232024-11-19T19:06:50.535Z Compiling dsl_auto_type v0.1.2
22242024-11-19T19:06:50.778Z Compiling phf_generator v0.11.2
22252024-11-19T19:06:50.872Z Compiling scheduled-thread-pool v0.2.7
22262024-11-19T19:06:50.892Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22272024-11-19T19:06:50.961Z Compiling secrecy v0.8.0
22282024-11-19T19:06:51.124Z Compiling async-recursion v1.1.1
22292024-11-19T19:06:51.238Z Compiling diesel_table_macro_syntax v0.2.0
22302024-11-19T19:06:51.381Z Compiling crc-catalog v2.4.0
22312024-11-19T19:06:51.553Z Compiling funty v2.0.0
22322024-11-19T19:06:51.638Z Compiling packed_struct v0.10.1
22332024-11-19T19:06:51.940Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22342024-11-19T19:06:52.096Z Compiling diesel_derives v2.2.3
22352024-11-19T19:06:52.116Z Compiling crc v3.2.1
22362024-11-19T19:06:52.267Z Compiling r2d2 v0.8.10
22372024-11-19T19:06:52.549Z Compiling phf_codegen v0.11.2
22382024-11-19T19:06:52.758Z Compiling bitvec v1.0.1
22392024-11-19T19:06:53.343Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22402024-11-19T19:06:53.766Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22412024-11-19T19:06:53.971Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22422024-11-19T19:06:54.096Z Compiling ascii-canvas v3.0.0
22432024-11-19T19:06:54.658Z Compiling universal-hash v0.5.1
22442024-11-19T19:06:54.915Z Compiling thiserror-impl-no-std v2.0.2
22452024-11-19T19:06:57.358Z Compiling packed_struct_codegen v0.10.1
22462024-11-19T19:06:57.635Z Compiling parse-zoneinfo v0.3.1
22472024-11-19T19:06:59.258Z Compiling lzma-sys v0.1.20
22482024-11-19T19:06:59.923Z Compiling ena v0.14.3
22492024-11-19T19:06:59.964Z Compiling indexmap v1.9.3
22502024-11-19T19:07:00.290Z Compiling diff v0.1.13
22512024-11-19T19:07:00.362Z Compiling nodrop v0.1.14
22522024-11-19T19:07:00.510Z Compiling cfg_aliases v0.1.1
22532024-11-19T19:07:00.634Z Compiling regex-syntax v0.6.29
22542024-11-19T19:07:00.800Z Compiling opaque-debug v0.3.1
22552024-11-19T19:07:00.909Z Compiling poly1305 v0.8.0
22562024-11-19T19:07:02.417Z Compiling nix v0.28.0
22572024-11-19T19:07:03.192Z Compiling array-init v0.0.4
22582024-11-19T19:07:03.496Z Compiling diesel v2.2.4
22592024-11-19T19:07:04.456Z Compiling lalrpop v0.19.12
22602024-11-19T19:07:09.923Z Compiling chrono-tz-build v0.4.0
22612024-11-19T19:07:11.046Z Compiling thiserror-no-std v2.0.2
22622024-11-19T19:07:11.090Z Compiling smallvec v0.6.14
22632024-11-19T19:07:11.613Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22642024-11-19T19:07:11.848Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22652024-11-19T19:07:12.144Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22662024-11-19T19:07:12.390Z Compiling chacha20 v0.9.1
22672024-11-19T19:07:12.765Z Compiling heck v0.3.3
22682024-11-19T19:07:12.886Z Compiling aead v0.5.2
22692024-11-19T19:07:13.144Z Compiling vte_generate_state_changes v0.1.2
22702024-11-19T19:07:13.238Z Compiling termcolor v1.4.1
22712024-11-19T19:07:13.745Z Compiling hashbrown v0.12.3
22722024-11-19T19:07:14.260Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22732024-11-19T19:07:14.577Z Compiling ref-cast v1.0.23
22742024-11-19T19:07:15.050Z Compiling bitfield v0.14.0
22752024-11-19T19:07:15.369Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22762024-11-19T19:07:16.381Z Compiling vte v0.11.1
22772024-11-19T19:07:17.824Z Compiling env_logger v0.10.2
22782024-11-19T19:07:21.025Z Compiling zone_cfg_derive v0.1.2
22792024-11-19T19:07:22.449Z Compiling chacha20poly1305 v0.10.1
22802024-11-19T19:07:22.724Z Compiling serde-hex v0.1.0
22812024-11-19T19:07:26.871Z Compiling vsss-rs v3.3.4
22822024-11-19T19:07:27.932Z Compiling chrono-tz v0.10.0
22832024-11-19T19:07:28.844Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22842024-11-19T19:07:29.185Z Compiling ron v0.8.1
22852024-11-19T19:07:30.533Z Compiling polar-core v0.27.3
22862024-11-19T19:07:31.238Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22872024-11-19T19:07:31.548Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22882024-11-19T19:07:31.807Z Compiling derive_builder_core v0.20.2
22892024-11-19T19:07:32.140Z Compiling hashbrown v0.13.2
22902024-11-19T19:07:33.551Z Compiling fd-lock v4.0.2
22912024-11-19T19:07:33.778Z Compiling headers-core v0.3.0
22922024-11-19T19:07:33.969Z Compiling fxhash v0.2.1
22932024-11-19T19:07:33.972Z Compiling libxml v0.3.3
22942024-11-19T19:07:34.213Z Compiling ref-cast-impl v1.0.23
22952024-11-19T19:07:34.356Z Compiling base64 v0.13.1
22962024-11-19T19:07:35.071Z Compiling bytecount v0.6.8
22972024-11-19T19:07:35.164Z Compiling crc-any v2.5.0
22982024-11-19T19:07:35.384Z Compiling papergrid v0.11.0
22992024-11-19T19:07:35.527Z Compiling ron v0.7.1
23002024-11-19T19:07:36.120Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23012024-11-19T19:07:40.678Z Compiling derive_builder_macro v0.20.2
23022024-11-19T19:07:40.883Z Compiling headers v0.4.0
23032024-11-19T19:07:41.523Z Compiling object v0.30.4
23042024-11-19T19:07:44.561Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23052024-11-19T19:07:48.684Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23062024-11-19T19:07:50.271Z Compiling xz2 v0.1.7
23072024-11-19T19:07:51.123Z Compiling zone v0.1.8
23082024-11-19T19:07:51.871Z Compiling strip-ansi-escapes v0.2.0
23092024-11-19T19:07:54.420Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23102024-11-19T19:07:54.584Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23112024-11-19T19:07:55.277Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23122024-11-19T19:07:55.573Z Compiling tabled_derive v0.7.0
23132024-11-19T19:07:55.931Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23142024-11-19T19:07:56.296Z Compiling yasna v0.5.2
23152024-11-19T19:07:56.676Z Compiling peg-macros v0.8.4
23162024-11-19T19:07:57.660Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23172024-11-19T19:07:57.685Z Compiling strum_macros v0.24.3
23182024-11-19T19:07:58.688Z Compiling kstat-rs v0.2.4
23192024-11-19T19:07:59.711Z Compiling samael v0.0.17
23202024-11-19T19:07:59.752Z Compiling sqlparser_derive v0.2.2
23212024-11-19T19:08:00.004Z Compiling unicase v2.7.0
23222024-11-19T19:08:00.324Z Compiling home v0.5.9
23232024-11-19T19:08:00.621Z Compiling unicode_categories v0.1.1
23242024-11-19T19:08:00.641Z Compiling nu-ansi-term v0.50.1
23252024-11-19T19:08:00.776Z Compiling path-slash v0.1.5
23262024-11-19T19:08:00.846Z Compiling indoc v1.0.9
23272024-11-19T19:08:00.985Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23282024-11-19T19:08:01.016Z Compiling sqlformat v0.2.6
23292024-11-19T19:08:01.829Z Compiling reedline v0.35.0
23302024-11-19T19:08:02.341Z Compiling sqlparser v0.45.0
23312024-11-19T19:08:04.743Z Compiling rustyline v14.0.0
23322024-11-19T19:08:05.129Z Compiling peg v0.8.4
23332024-11-19T19:08:05.260Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23342024-11-19T19:08:12.253Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23352024-11-19T19:08:13.074Z Compiling tabled v0.15.0
23362024-11-19T19:08:17.465Z Compiling rcgen v0.12.1
23372024-11-19T19:08:25.655Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23382024-11-19T19:08:27.624Z Compiling derive_builder v0.20.2
23392024-11-19T19:08:32.302Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23402024-11-19T19:08:32.705Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23412024-11-19T19:08:33.248Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23422024-11-19T19:08:33.547Z Compiling bcs v0.1.6
23432024-11-19T19:08:34.466Z Compiling impl-trait-for-tuples v0.2.2
23442024-11-19T19:08:38.849Z Compiling oso-derive v0.27.3
23452024-11-19T19:08:39.838Z Compiling libz-sys v1.1.20
23462024-11-19T19:08:40.519Z Compiling quick-xml v0.33.0
23472024-11-19T19:08:41.370Z Compiling subprocess v0.2.9
23482024-11-19T19:08:43.543Z Compiling diesel-dtrace v0.3.0
23492024-11-19T19:08:43.891Z Compiling parking_lot_core v0.8.6
23502024-11-19T19:08:44.448Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23512024-11-19T19:08:46.187Z Compiling oso v0.27.3
23522024-11-19T19:09:03.452Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23532024-11-19T19:09:05.057Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23542024-11-19T19:09:10.399Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23552024-11-19T19:09:13.508Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23562024-11-19T19:09:13.816Z Compiling bb8 v0.8.5
23572024-11-19T19:09:14.456Z Compiling buf-list v1.0.3
23582024-11-19T19:09:15.099Z Compiling async-bb8-diesel v0.2.1
23592024-11-19T19:09:17.526Z Compiling libgit2-sys v0.17.0+1.8.1
23602024-11-19T19:09:18.313Z Compiling pin-project-internal v1.1.6
23612024-11-19T19:09:19.820Z Compiling atty v0.2.14
23622024-11-19T19:09:20.001Z Compiling salty v0.3.0
23632024-11-19T19:09:21.086Z Compiling pin-project v1.1.6
23642024-11-19T19:09:21.644Z Compiling parking_lot v0.11.2
23652024-11-19T19:09:24.611Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23662024-11-19T19:09:27.583Z Compiling snafu-derive v0.8.5
23672024-11-19T19:09:27.975Z Compiling simd-adler32 v0.3.7
23682024-11-19T19:09:29.061Z Compiling lockfree-object-pool v0.1.6
23692024-11-19T19:09:29.352Z Compiling bumpalo v3.16.0
23702024-11-19T19:09:29.468Z Compiling zip v2.1.3
23712024-11-19T19:09:29.814Z Compiling zopfli v0.8.1
23722024-11-19T19:09:29.953Z Compiling sled v0.34.7
23732024-11-19T19:09:32.291Z Compiling snafu v0.8.5
23742024-11-19T19:09:32.895Z Compiling mime_guess v2.0.5
23752024-11-19T19:09:33.957Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23762024-11-19T19:09:34.183Z Compiling hickory-client v0.24.1
23772024-11-19T19:09:35.570Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23782024-11-19T19:09:36.173Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23792024-11-19T19:09:36.524Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23802024-11-19T19:09:39.449Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23812024-11-19T19:09:40.913Z Compiling globset v0.4.15
23822024-11-19T19:09:41.399Z Compiling hickory-server v0.24.1
23832024-11-19T19:09:44.855Z Compiling primeorder v0.13.6
23842024-11-19T19:09:45.465Z Compiling olpc-cjson v0.1.4
23852024-11-19T19:09:45.788Z Compiling vergen v8.3.2
23862024-11-19T19:09:46.086Z Compiling env_filter v0.1.2
23872024-11-19T19:09:48.294Z Compiling cargo-platform v0.1.8
23882024-11-19T19:09:49.241Z Compiling serde_plain v1.0.2
23892024-11-19T19:09:49.775Z Compiling nanorand v0.7.0
23902024-11-19T19:09:50.447Z Compiling memoffset v0.9.1
23912024-11-19T19:09:50.763Z Compiling typed-path v0.9.3
23922024-11-19T19:09:53.246Z Compiling tough v0.19.0
23932024-11-19T19:09:57.834Z Compiling flume v0.11.1
23942024-11-19T19:09:58.635Z Compiling cargo_metadata v0.18.1
23952024-11-19T19:10:01.851Z Compiling env_logger v0.11.5
23962024-11-19T19:10:03.308Z Compiling p384 v0.13.0
23972024-11-19T19:10:03.866Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23982024-11-19T19:10:09.054Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23992024-11-19T19:10:10.031Z Compiling git2 v0.19.0
24002024-11-19T19:10:16.848Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24012024-11-19T19:10:19.506Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24022024-11-19T19:10:20.705Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24032024-11-19T19:10:23.618Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24042024-11-19T19:10:27.111Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24052024-11-19T19:10:27.355Z Compiling rand_seeder v0.3.0
24062024-11-19T19:10:27.578Z Compiling libsqlite3-sys v0.30.1
24072024-11-19T19:10:27.748Z Compiling rustls v0.21.12
24082024-11-19T19:10:28.051Z Compiling cfg_aliases v0.2.1
24092024-11-19T19:10:28.107Z Compiling parse-size v1.1.0
24102024-11-19T19:10:28.192Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24112024-11-19T19:10:28.254Z Compiling nix v0.29.0
24122024-11-19T19:10:28.428Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24132024-11-19T19:10:28.619Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24142024-11-19T19:10:28.877Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24152024-11-19T19:10:30.027Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24162024-11-19T19:10:30.832Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24172024-11-19T19:10:31.465Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24182024-11-19T19:10:31.649Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24192024-11-19T19:10:31.776Z Compiling sct v0.7.1
24202024-11-19T19:10:32.260Z Compiling rustls-webpki v0.101.7
24212024-11-19T19:10:34.820Z Compiling castaway v0.2.3
24222024-11-19T19:10:34.842Z Compiling csv-core v0.1.11
24232024-11-19T19:10:35.031Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24242024-11-19T19:10:35.355Z Compiling http-range v0.1.5
24252024-11-19T19:10:35.700Z Compiling glob v0.3.1
24262024-11-19T19:10:35.915Z Compiling hyper-staticfile v0.10.1
24272024-11-19T19:10:36.066Z Compiling csv v1.3.0
24282024-11-19T19:10:36.203Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24292024-11-19T19:10:37.712Z Compiling compact_str v0.8.0
24302024-11-19T19:10:38.887Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24312024-11-19T19:10:40.399Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24322024-11-19T19:10:41.677Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24332024-11-19T19:10:43.192Z Compiling nix v0.27.1
24342024-11-19T19:10:46.915Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24352024-11-19T19:10:48.921Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24362024-11-19T19:10:51.472Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24372024-11-19T19:10:54.522Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24382024-11-19T19:10:57.352Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24392024-11-19T19:10:57.710Z Compiling unicode-truncate v1.1.0
24402024-11-19T19:10:58.038Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24412024-11-19T19:10:58.341Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24422024-11-19T19:10:58.651Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24432024-11-19T19:10:59.019Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24442024-11-19T19:11:01.863Z Compiling hashlink v0.9.1
24452024-11-19T19:11:01.940Z Compiling tungstenite v0.23.0
24462024-11-19T19:11:02.714Z Compiling lru v0.12.5
24472024-11-19T19:11:03.093Z Compiling instability v0.3.2
24482024-11-19T19:11:03.919Z Compiling fallible-streaming-iterator v0.1.9
24492024-11-19T19:11:03.938Z Compiling fallible-iterator v0.3.0
24502024-11-19T19:11:04.111Z Compiling cassowary v0.3.0
24512024-11-19T19:11:04.215Z Compiling tokio-tungstenite v0.23.1
24522024-11-19T19:11:04.791Z Compiling rusqlite v0.32.1
24532024-11-19T19:11:04.847Z Compiling ratatui v0.28.1
24542024-11-19T19:11:05.964Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24552024-11-19T19:11:08.836Z Compiling tokio-rustls v0.24.1
24562024-11-19T19:11:09.337Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24572024-11-19T19:11:10.064Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24582024-11-19T19:11:14.328Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24592024-11-19T19:11:16.857Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24602024-11-19T19:11:23.703Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24612024-11-19T19:11:25.808Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24622024-11-19T19:11:26.788Z Compiling rustls-pemfile v1.0.4
24632024-11-19T19:11:27.531Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24642024-11-19T19:11:27.844Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24652024-11-19T19:11:30.367Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24662024-11-19T19:11:30.510Z Compiling signal-hook-tokio v0.3.1
24672024-11-19T19:11:30.559Z Compiling twox-hash v1.6.3
24682024-11-19T19:11:30.762Z Compiling is_ci v1.2.0
24692024-11-19T19:11:31.104Z Compiling smawk v0.3.2
24702024-11-19T19:11:31.383Z Compiling unicode-linebreak v0.1.5
24712024-11-19T19:11:31.923Z Compiling textwrap v0.16.1
24722024-11-19T19:11:32.957Z Compiling supports-color v3.0.1
24732024-11-19T19:11:33.207Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24742024-11-19T19:11:33.378Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24752024-11-19T19:11:40.407Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24762024-11-19T19:11:43.644Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24772024-11-19T19:11:50.296Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24782024-11-19T19:11:55.167Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24792024-11-19T19:11:55.441Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24802024-11-19T19:12:08.649Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24812024-11-19T19:12:09.255Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24822024-11-19T19:12:09.577Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24832024-11-19T19:12:14.665Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24842024-11-19T19:12:15.028Z Compiling fatfs v0.3.6
24852024-11-19T19:12:16.386Z Compiling rtoolbox v0.0.2
24862024-11-19T19:12:16.845Z Compiling assert_matches v1.5.0
24872024-11-19T19:12:17.899Z Compiling rpassword v7.3.1
24882024-11-19T19:12:18.371Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24892024-11-19T19:12:23.834Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24902024-11-19T19:12:29.075Z Compiling tui-tree-widget v0.22.0
24912024-11-19T19:12:29.556Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24922024-11-19T19:12:31.012Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24932024-11-19T19:12:32.894Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24942024-11-19T19:12:33.201Z Compiling uzers v0.12.1
24952024-11-19T19:12:36.285Z Compiling shell-words v1.1.0
24962024-11-19T19:12:36.735Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24972024-11-19T19:12:44.453Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24982024-11-19T19:12:46.562Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24992024-11-19T19:13:17.686Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25002024-11-19T19:13:19.447Z Compiling multimap v0.10.0
25012024-11-19T19:15:39.979Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25022024-11-19T19:15:40.200Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25032024-11-19T19:22:35.141Z Finished `release` profile [optimized] target(s) in 16m 30s
25042024-11-19T19:23:40.048Z
25052024-11-19T19:23:40.050Zreal 17:36.206469599
25062024-11-19T19:23:40.050Zuser 1:58:06.763686008
25072024-11-19T19:23:40.050Zsys 5:55.425914811
25082024-11-19T19:23:40.050Ztrap 2.861100999
25092024-11-19T19:23:40.050Ztflt 2.856208085
25102024-11-19T19:23:40.050Zdflt 4.963010894
25112024-11-19T19:23:40.050Zkflt 0.112619727
25122024-11-19T19:23:40.050Zlock 7:23:05.900647208
25132024-11-19T19:23:40.050Zslp 6:19:00.221183813
25142024-11-19T19:23:40.050Zlat 2:54.822284261
25152024-11-19T19:23:40.050Zstop 2:35.376189013
25162024-11-19T19:23:40.050Z+ mapfile -t packages
25172024-11-19T19:23:40.050Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25182024-11-19T19:23:41.057Z Finished `release` profile [optimized] target(s) in 0.95s
25192024-11-19T19:23:41.116Z Running `target/release/omicron-package -t test list-outputs`
25202024-11-19T19:23:41.165ZLogging to: /work/oxidecomputer/omicron/out/LOG
25212024-11-19T19:23:41.167Z+ ptime -m cargo build --locked --release -p xtask
25222024-11-19T19:23:41.711Z Compiling serde v1.0.215
25232024-11-19T19:23:41.714Z Compiling serde_json v1.0.132
25242024-11-19T19:23:41.714Z Compiling rustix v0.38.37
25252024-11-19T19:23:41.714Z Compiling libc v0.2.162
25262024-11-19T19:23:41.801Z Compiling syn v2.0.87
25272024-11-19T19:23:41.815Z Compiling bitflags v2.6.0
25282024-11-19T19:23:42.129Z Compiling usdt-impl v0.5.0
25292024-11-19T19:23:42.199Z Compiling syn v1.0.109
25302024-11-19T19:23:42.304Z Compiling hashbrown v0.15.0
25312024-11-19T19:23:42.322Z Compiling log v0.4.22
25322024-11-19T19:23:42.386Z Compiling fs-err v2.11.0
25332024-11-19T19:23:42.695Z Compiling once_cell v1.20.2
25342024-11-19T19:23:42.803Z Compiling anyhow v1.0.93
25352024-11-19T19:23:43.296Z Compiling thread-id v4.2.2
25362024-11-19T19:23:43.610Z Compiling indexmap v2.6.0
25372024-11-19T19:23:44.731Z Compiling terminal_size v0.4.0
25382024-11-19T19:23:44.731Z Compiling tempfile v3.13.0
25392024-11-19T19:23:44.987Z Compiling clap_builder v4.5.21
25402024-11-19T19:23:45.572Z Compiling proc-macro-error v1.0.4
25412024-11-19T19:23:46.978Z Compiling tabled_derive v0.7.0
25422024-11-19T19:23:48.177Z Compiling tabled v0.15.0
25432024-11-19T19:23:50.045Z Compiling serde_derive v1.0.215
25442024-11-19T19:23:50.300Z Compiling thiserror-impl v1.0.69
25452024-11-19T19:23:50.320Z Compiling zerocopy-derive v0.7.35
25462024-11-19T19:23:52.014Z Compiling scroll_derive v0.12.0
25472024-11-19T19:23:52.379Z Compiling zerocopy v0.7.35
25482024-11-19T19:23:53.279Z Compiling thiserror v1.0.69
25492024-11-19T19:23:53.430Z Compiling pest v2.7.14
25502024-11-19T19:23:53.632Z Compiling scroll v0.12.0
25512024-11-19T19:23:54.338Z Compiling goblin v0.8.2
25522024-11-19T19:23:56.462Z Compiling pest_meta v2.7.14
25532024-11-19T19:23:57.882Z Compiling pest_generator v2.7.14
25542024-11-19T19:24:00.647Z Compiling pest_derive v2.7.14
25552024-11-19T19:24:01.500Z Compiling dtrace-parser v0.2.0
25562024-11-19T19:24:03.360Z Compiling clap_derive v4.5.18
25572024-11-19T19:24:07.709Z Compiling serde_tokenstream v0.2.2
25582024-11-19T19:24:08.098Z Compiling toml_datetime v0.6.8
25592024-11-19T19:24:08.325Z Compiling dof v0.3.0
25602024-11-19T19:24:08.846Z Compiling serde_spanned v0.6.8
25612024-11-19T19:24:09.112Z Compiling toml_edit v0.22.22
25622024-11-19T19:24:10.496Z Compiling camino v1.1.9
25632024-11-19T19:24:10.986Z Compiling usdt-attr-macro v0.5.0
25642024-11-19T19:24:11.880Z Compiling usdt-macro v0.5.0
25652024-11-19T19:24:13.141Z Compiling toml v0.8.19
25662024-11-19T19:24:13.157Z Compiling semver v1.0.23
25672024-11-19T19:24:13.608Z Compiling cargo-platform v0.1.8
25682024-11-19T19:24:14.266Z Compiling cargo_toml v0.20.5
25692024-11-19T19:24:14.654Z Compiling cargo_metadata v0.18.1
25702024-11-19T19:24:14.729Z Compiling usdt v0.5.0
25712024-11-19T19:24:15.997Z Compiling camino-tempfile v1.1.1
25722024-11-19T19:24:16.256Z Compiling clap v4.5.21
25732024-11-19T19:24:16.400Z Compiling macaddr v1.0.1
25742024-11-19T19:24:26.625Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25752024-11-19T19:24:37.822Z Finished `release` profile [optimized] target(s) in 56.59s
25762024-11-19T19:24:37.929Z
25772024-11-19T19:24:37.931Zreal 56.728310886
25782024-11-19T19:24:37.931Zuser 5:45.836613627
25792024-11-19T19:24:37.931Zsys 31.889832952
25802024-11-19T19:24:37.931Ztrap 0.150390877
25812024-11-19T19:24:37.931Ztflt 0.300382538
25822024-11-19T19:24:37.931Zdflt 0.465538937
25832024-11-19T19:24:37.931Zkflt 0.000000000
25842024-11-19T19:24:37.931Zlock 10:19.526793159
25852024-11-19T19:24:37.931Zslp 15:16.974885145
25862024-11-19T19:24:37.931Zlat 12.974743783
25872024-11-19T19:24:37.931Zstop 17.171426818
25882024-11-19T19:24:37.931Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25892024-11-19T19:24:37.931Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25902024-11-19T19:24:37.931Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
25912024-11-19T19:24:37.931Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
25922024-11-19T19:24:37.932Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
25932024-11-19T19:24:38.795Z Compiling hashbrown v0.14.5
25942024-11-19T19:24:38.922Z Compiling unsafe-libyaml v0.2.11
25952024-11-19T19:24:38.934Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25962024-11-19T19:24:38.939Z Compiling progenitor-client v0.8.0
25972024-11-19T19:24:38.939Z Compiling ident_case v1.0.1
25982024-11-19T19:24:38.939Z Compiling ipnetwork v0.20.0
25992024-11-19T19:24:38.939Z Compiling instant v0.1.13
26002024-11-19T19:24:38.948Z Compiling structmeta-derive v0.3.0
26012024-11-19T19:24:39.099Z Compiling darling_core v0.20.10
26022024-11-19T19:24:39.099Z Compiling newtype-uuid v1.1.3
26032024-11-19T19:24:39.379Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26042024-11-19T19:24:39.432Z Compiling dropshot v0.13.0
26052024-11-19T19:24:39.756Z Compiling dropshot_endpoint v0.13.0
26062024-11-19T19:24:39.804Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26072024-11-19T19:24:39.951Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26082024-11-19T19:24:40.173Z Compiling regress v0.10.1
26092024-11-19T19:24:40.221Z Compiling serde_yaml v0.9.34+deprecated
26102024-11-19T19:24:40.322Z Compiling regress v0.9.1
26112024-11-19T19:24:40.636Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26122024-11-19T19:24:40.821Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26132024-11-19T19:24:40.850Z Compiling backoff v0.4.0
26142024-11-19T19:24:41.217Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26152024-11-19T19:24:41.404Z Compiling macaddr v1.0.1
26162024-11-19T19:24:41.619Z Compiling tempfile v3.13.0
26172024-11-19T19:24:41.898Z Compiling proc-macro-crate v1.3.1
26182024-11-19T19:24:42.092Z Compiling structmeta v0.3.0
26192024-11-19T19:24:42.531Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26202024-11-19T19:24:42.568Z Compiling parse-display-derive v0.10.0
26212024-11-19T19:24:42.932Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26222024-11-19T19:24:43.027Z Compiling num_enum_derive v0.5.11
26232024-11-19T19:24:43.257Z Compiling foreign-types-macros v0.2.3
26242024-11-19T19:24:44.475Z Compiling typify-impl v0.2.0
26252024-11-19T19:24:44.664Z Compiling foreign-types-shared v0.3.1
26262024-11-19T19:24:44.807Z Compiling heapless v0.8.0
26272024-11-19T19:24:45.290Z Compiling foreign-types v0.5.0
26282024-11-19T19:24:45.452Z Compiling proc-macro-error v1.0.4
26292024-11-19T19:24:45.730Z Compiling num_enum v0.5.11
26302024-11-19T19:24:45.806Z Compiling camino-tempfile v1.1.1
26312024-11-19T19:24:45.902Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26322024-11-19T19:24:45.922Z Compiling hash32 v0.3.1
26332024-11-19T19:24:46.184Z Compiling cstr-argument v0.1.2
26342024-11-19T19:24:46.205Z Compiling smoltcp v0.11.0
26352024-11-19T19:24:46.261Z Compiling darling_macro v0.20.10
26362024-11-19T19:24:46.288Z Compiling crucible-workspace-hack v0.1.0
26372024-11-19T19:24:46.437Z Compiling pretty-hex v0.2.1
26382024-11-19T19:24:46.596Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26392024-11-19T19:24:46.651Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26402024-11-19T19:24:46.777Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26412024-11-19T19:24:46.955Z Compiling tabwriter v1.4.0
26422024-11-19T19:24:47.029Z Compiling colored v2.1.0
26432024-11-19T19:24:47.175Z Compiling parse-display v0.10.0
26442024-11-19T19:24:47.201Z Compiling darling v0.20.10
26452024-11-19T19:24:47.226Z Compiling cobs v0.2.3
26462024-11-19T19:24:47.336Z Compiling serde_with_macros v3.11.0
26472024-11-19T19:24:47.495Z Compiling postcard v1.0.10
26482024-11-19T19:24:47.666Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26492024-11-19T19:24:47.828Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26502024-11-19T19:24:47.998Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26512024-11-19T19:24:48.018Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26522024-11-19T19:24:48.054Z Compiling smf v0.2.3
26532024-11-19T19:24:48.166Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26542024-11-19T19:24:48.518Z Compiling zone_cfg_derive v0.3.0
26552024-11-19T19:24:48.920Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26562024-11-19T19:24:49.437Z Compiling num-derive v0.4.2
26572024-11-19T19:24:49.609Z Compiling sigpipe v0.1.3
26582024-11-19T19:24:49.739Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26592024-11-19T19:24:50.078Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26602024-11-19T19:24:50.197Z Compiling zone v0.3.0
26612024-11-19T19:24:50.282Z Compiling serde_with v3.11.0
26622024-11-19T19:24:51.242Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26632024-11-19T19:24:51.720Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26642024-11-19T19:24:51.857Z Compiling universal-hash v0.5.1
26652024-11-19T19:24:51.860Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26662024-11-19T19:24:52.076Z Compiling opaque-debug v0.3.1
26672024-11-19T19:24:52.511Z Compiling num-rational v0.4.2
26682024-11-19T19:24:52.739Z Compiling password-hash v0.5.0
26692024-11-19T19:24:52.852Z Compiling num-complex v0.4.6
26702024-11-19T19:24:53.364Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26712024-11-19T19:24:53.807Z Compiling blake2 v0.10.6
26722024-11-19T19:24:53.898Z Compiling aead v0.5.2
26732024-11-19T19:24:53.954Z Compiling keccak v0.1.5
26742024-11-19T19:24:54.092Z Compiling convert_case v0.4.0
26752024-11-19T19:24:54.242Z Compiling num v0.4.3
26762024-11-19T19:24:54.303Z Compiling sha3 v0.10.8
26772024-11-19T19:24:54.377Z Compiling argon2 v0.5.3
26782024-11-19T19:24:54.408Z Compiling poly1305 v0.8.0
26792024-11-19T19:24:54.985Z Compiling tungstenite v0.21.0
26802024-11-19T19:24:55.142Z Compiling derive_more v0.99.18
26812024-11-19T19:24:55.142Z Compiling chacha20 v0.9.1
26822024-11-19T19:24:55.390Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26832024-11-19T19:24:55.606Z Compiling float-ord v0.3.2
26842024-11-19T19:24:55.638Z Compiling base64 v0.21.7
26852024-11-19T19:24:55.803Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26862024-11-19T19:24:56.193Z Compiling tokio-tungstenite v0.21.0
26872024-11-19T19:24:56.265Z Compiling same-file v1.0.6
26882024-11-19T19:24:56.420Z Compiling semver v0.1.20
26892024-11-19T19:24:56.591Z Compiling walkdir v2.5.0
26902024-11-19T19:24:56.804Z Compiling rustc_version v0.1.7
26912024-11-19T19:24:56.873Z Compiling newline-converter v0.3.0
26922024-11-19T19:24:57.063Z Compiling primeorder v0.13.6
26932024-11-19T19:24:57.135Z Compiling secrecy v0.8.0
26942024-11-19T19:24:57.212Z Compiling owo-colors v4.1.0
26952024-11-19T19:24:57.242Z Compiling cancel-safe-futures v0.1.5
26962024-11-19T19:24:57.347Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26972024-11-19T19:24:57.376Z Compiling newtype_derive v0.1.6
26982024-11-19T19:24:57.422Z Compiling expectorate v1.1.0
26992024-11-19T19:24:57.529Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27002024-11-19T19:24:57.574Z Compiling thiserror-impl-no-std v2.0.2
27012024-11-19T19:24:57.615Z Compiling blake3 v1.5.4
27022024-11-19T19:24:57.637Z Compiling ring v0.16.20
27032024-11-19T19:24:57.663Z Compiling half v2.4.1
27042024-11-19T19:24:57.847Z Compiling unicase v2.7.0
27052024-11-19T19:24:58.170Z Compiling ciborium-io v0.2.2
27062024-11-19T19:24:58.238Z Compiling arc-swap v1.7.1
27072024-11-19T19:24:58.326Z Compiling ciborium-ll v0.2.2
27082024-11-19T19:24:58.492Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27092024-11-19T19:24:58.762Z Compiling slog-scope v4.4.0
27102024-11-19T19:24:58.978Z Compiling polyval v0.6.2
27112024-11-19T19:24:59.311Z Compiling atomicwrites v0.4.4
27122024-11-19T19:24:59.452Z Compiling libsw v3.3.1
27132024-11-19T19:24:59.478Z Compiling memmap2 v0.9.5
27142024-11-19T19:24:59.688Z Compiling arrayvec v0.7.6
27152024-11-19T19:24:59.801Z Compiling parking_lot_core v0.8.6
27162024-11-19T19:24:59.974Z Compiling constant_time_eq v0.3.1
27172024-11-19T19:25:00.127Z Compiling linear-map v1.2.0
27182024-11-19T19:25:00.178Z Compiling libefi-sys v0.1.0
27192024-11-19T19:25:00.283Z Compiling spin v0.5.2
27202024-11-19T19:25:00.474Z Compiling arrayref v0.3.9
27212024-11-19T19:25:00.509Z Compiling indent_write v2.2.0
27222024-11-19T19:25:00.531Z Compiling salty v0.3.0
27232024-11-19T19:25:00.801Z Compiling ghash v0.5.1
27242024-11-19T19:25:00.832Z Compiling thiserror-no-std v2.0.2
27252024-11-19T19:25:00.971Z Compiling vsss-rs v3.3.4
27262024-11-19T19:25:01.001Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27272024-11-19T19:25:01.021Z Compiling slog-stdlog v4.1.1
27282024-11-19T19:25:01.435Z Compiling ciborium v0.2.2
27292024-11-19T19:25:01.871Z Compiling p384 v0.13.0
27302024-11-19T19:25:02.153Z Compiling toolchain_find v0.4.0
27312024-11-19T19:25:02.886Z Compiling chacha20poly1305 v0.10.1
27322024-11-19T19:25:02.924Z Compiling lzma-sys v0.1.20
27332024-11-19T19:25:02.926Z Compiling ctr v0.9.2
27342024-11-19T19:25:03.148Z Compiling itertools v0.13.0
27352024-11-19T19:25:03.302Z Compiling typify-macro v0.2.0
27362024-11-19T19:25:03.328Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27372024-11-19T19:25:03.404Z Compiling bitfield-struct v0.6.2
27382024-11-19T19:25:03.737Z Compiling slog-dtrace v0.3.0
27392024-11-19T19:25:03.796Z Compiling topological-sort v0.2.2
27402024-11-19T19:25:04.028Z Compiling highway v1.2.0
27412024-11-19T19:25:04.127Z Compiling omicron-zone-package v0.11.1
27422024-11-19T19:25:04.958Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27432024-11-19T19:25:05.033Z Compiling aes-gcm v0.10.3
27442024-11-19T19:25:05.055Z Compiling rustfmt-wrapper v0.2.1
27452024-11-19T19:25:05.107Z Compiling mime_guess v2.0.5
27462024-11-19T19:25:05.354Z Compiling steno v0.4.1
27472024-11-19T19:25:05.643Z Compiling slog-envlogger v2.2.0
27482024-11-19T19:25:06.463Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27492024-11-19T19:25:06.489Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27502024-11-19T19:25:06.553Z Compiling heck v0.3.3
27512024-11-19T19:25:06.677Z Compiling ssh-encoding v0.2.0
27522024-11-19T19:25:06.913Z Compiling blowfish v0.9.1
27532024-11-19T19:25:07.013Z Compiling nibble_vec v0.1.0
27542024-11-19T19:25:07.160Z Compiling env_filter v0.1.2
27552024-11-19T19:25:07.234Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27562024-11-19T19:25:07.250Z Compiling endian-type v0.1.2
27572024-11-19T19:25:07.363Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27582024-11-19T19:25:07.396Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27592024-11-19T19:25:07.558Z Compiling humantime v2.1.0
27602024-11-19T19:25:07.682Z Compiling radix_trie v0.2.1
27612024-11-19T19:25:07.722Z Compiling env_logger v0.11.5
27622024-11-19T19:25:07.751Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27632024-11-19T19:25:07.822Z Compiling typify v0.2.0
27642024-11-19T19:25:07.926Z Compiling bcrypt-pbkdf v0.10.0
27652024-11-19T19:25:07.991Z Compiling progenitor-impl v0.8.0
27662024-11-19T19:25:08.117Z Compiling ssh-cipher v0.2.0
27672024-11-19T19:25:08.380Z Compiling zone_cfg_derive v0.1.2
27682024-11-19T19:25:08.473Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27692024-11-19T19:25:08.900Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27702024-11-19T19:25:08.921Z Compiling parking_lot v0.11.2
27712024-11-19T19:25:09.906Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27722024-11-19T19:25:09.927Z Compiling password-hash v0.4.2
27732024-11-19T19:25:09.946Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
27742024-11-19T19:25:09.966Z Compiling gethostname v0.5.0
27752024-11-19T19:25:09.987Z Compiling fxhash v0.2.1
27762024-11-19T19:25:10.209Z Compiling matches v0.1.10
27772024-11-19T19:25:10.230Z Compiling base64 v0.13.1
27782024-11-19T19:25:10.322Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27792024-11-19T19:25:10.344Z Compiling idna v0.2.3
27802024-11-19T19:25:10.566Z Compiling pbkdf2 v0.11.0
27812024-11-19T19:25:10.608Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27822024-11-19T19:25:10.657Z Compiling ron v0.7.1
27832024-11-19T19:25:10.831Z Compiling sled v0.34.7
27842024-11-19T19:25:10.850Z Compiling zone v0.1.8
27852024-11-19T19:25:10.946Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27862024-11-19T19:25:11.332Z Compiling xz2 v0.1.7
27872024-11-19T19:25:12.046Z Compiling ssh-key v0.6.6
27882024-11-19T19:25:12.137Z Compiling hickory-client v0.24.1
27892024-11-19T19:25:12.929Z Compiling p256 v0.13.2
27902024-11-19T19:25:13.036Z Compiling p521 v0.13.3
27912024-11-19T19:25:13.083Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27922024-11-19T19:25:13.702Z Compiling hickory-server v0.24.1
27932024-11-19T19:25:13.826Z Compiling enum-as-inner v0.5.1
27942024-11-19T19:25:14.265Z Compiling pem v3.0.4
27952024-11-19T19:25:14.903Z Compiling yasna v0.5.2
27962024-11-19T19:25:15.118Z Compiling headers-core v0.3.0
27972024-11-19T19:25:15.304Z Compiling kstat-rs v0.2.4
27982024-11-19T19:25:15.427Z Compiling nanorand v0.7.0
27992024-11-19T19:25:15.985Z Compiling russh-cryptovec v0.7.3
28002024-11-19T19:25:16.031Z Compiling atty v0.2.14
28012024-11-19T19:25:16.202Z Compiling md5 v0.7.0
28022024-11-19T19:25:16.330Z Compiling http-range v0.1.5
28032024-11-19T19:25:16.476Z Compiling progenitor-macro v0.8.0
28042024-11-19T19:25:16.630Z Compiling hyper-staticfile v0.10.1
28052024-11-19T19:25:16.703Z Compiling russh-keys v0.45.0
28062024-11-19T19:25:16.725Z Compiling rcgen v0.12.1
28072024-11-19T19:25:17.041Z Compiling flume v0.11.1
28082024-11-19T19:25:17.268Z Compiling headers v0.4.0
28092024-11-19T19:25:17.796Z Compiling trust-dns-proto v0.22.0
28102024-11-19T19:25:17.821Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28112024-11-19T19:25:19.268Z Compiling num-bigint v0.4.6
28122024-11-19T19:25:19.339Z Compiling des v0.8.1
28132024-11-19T19:25:19.703Z Compiling subprocess v0.2.9
28142024-11-19T19:25:21.073Z Compiling dhcproto-macros v0.1.0
28152024-11-19T19:25:21.095Z Compiling hex-literal v0.4.1
28162024-11-19T19:25:21.270Z Compiling display-error-chain v0.2.2
28172024-11-19T19:25:21.505Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28182024-11-19T19:25:21.716Z Compiling internet-checksum v0.2.1
28192024-11-19T19:25:22.340Z Compiling dhcproto v0.12.0
28202024-11-19T19:25:22.625Z Compiling russh v0.45.0
28212024-11-19T19:25:27.212Z Compiling progenitor v0.8.0
28222024-11-19T19:25:27.350Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28232024-11-19T19:25:27.354Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28242024-11-19T19:25:27.354Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28252024-11-19T19:25:27.391Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28262024-11-19T19:25:27.428Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28272024-11-19T19:25:27.488Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28282024-11-19T19:25:27.912Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28292024-11-19T19:25:28.823Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28302024-11-19T19:25:28.873Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28312024-11-19T19:25:29.724Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28322024-11-19T19:25:33.604Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28332024-11-19T19:25:34.179Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28342024-11-19T19:25:43.701Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28352024-11-19T19:25:43.708Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28362024-11-19T19:25:43.709Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28372024-11-19T19:25:43.709Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28382024-11-19T19:25:44.714Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28392024-11-19T19:25:46.848Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28402024-11-19T19:25:47.907Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28412024-11-19T19:25:48.135Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28422024-11-19T19:25:48.656Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28432024-11-19T19:25:49.037Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28442024-11-19T19:25:51.845Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28452024-11-19T19:25:52.291Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28462024-11-19T19:25:52.758Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28472024-11-19T19:25:53.430Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28482024-11-19T19:25:54.413Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28492024-11-19T19:25:54.505Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28502024-11-19T19:25:55.063Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28512024-11-19T19:25:55.308Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28522024-11-19T19:25:56.371Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28532024-11-19T19:25:59.248Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28542024-11-19T19:25:59.606Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28552024-11-19T19:26:00.022Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28562024-11-19T19:26:00.336Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28572024-11-19T19:26:02.029Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28582024-11-19T19:26:04.317Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28592024-11-19T19:26:04.781Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28602024-11-19T19:26:06.876Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28612024-11-19T19:26:07.189Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28622024-11-19T19:26:11.631Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28632024-11-19T19:26:20.591Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28642024-11-19T19:26:21.816Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28652024-11-19T19:26:40.024Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28662024-11-19T19:27:12.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
28672024-11-19T19:27:12.429Z
28682024-11-19T19:27:12.431Zreal 2:34.439185249
28692024-11-19T19:27:12.432Zuser 12:03.292485077
28702024-11-19T19:27:12.432Zsys 2:36.192075977
28712024-11-19T19:27:12.432Ztrap 0.320146464
28722024-11-19T19:27:12.432Ztflt 0.777567680
28732024-11-19T19:27:12.432Zdflt 2.272995524
28742024-11-19T19:27:12.432Zkflt 0.000120026
28752024-11-19T19:27:12.432Zlock 24:50.179992963
28762024-11-19T19:27:12.432Zslp 42:57.503804930
28772024-11-19T19:27:12.432Zlat 33.894460046
28782024-11-19T19:27:12.432Zstop 1:26.669946237
28792024-11-19T19:27:12.432Z+ mkdir tests
28802024-11-19T19:27:12.434Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28812024-11-19T19:27:12.434Z+ xargs -I '{}' -t cp '{}' tests/
28822024-11-19T19:27:13.611Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9802ee68cc8d4054 tests/
28832024-11-19T19:27:13.638Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f65635f2e4439db7 tests/
28842024-11-19T19:27:13.664Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-42121a4e7222f4ec tests/
28852024-11-19T19:27:13.691Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4db006a8b6aa2348 tests/
28862024-11-19T19:27:13.888Z+ 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/*)
28872024-11-19T19:27:13.891Z+ 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-f65635f2e4439db7 tests/commtest-42121a4e7222f4ec tests/dhcp_server-9802ee68cc8d4054 tests/end_to_end_tests-4db006a8b6aa2348 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
28882024-11-19T19:28:25.414ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
28892024-11-19T19:28:25.414Za .github/buildomat/ci-env.sh 1K
28902024-11-19T19:28:25.414Za out/target/test 1K
28912024-11-19T19:28:25.414Za out/npuzone/npuzone 23144K
28922024-11-19T19:28:25.414Za package-manifest.toml 32K
28932024-11-19T19:28:25.414Za smf/sled-agent/non-gimlet/config.toml 4K
28942024-11-19T19:28:25.414Za target/release/omicron-package 36318K
28952024-11-19T19:28:25.414Za target/release/xtask 11750K
28962024-11-19T19:28:25.414Za target/debug/bootstrap 209780K
28972024-11-19T19:28:25.414Za tests/bootstrap-f65635f2e4439db7 24246K
28982024-11-19T19:28:25.414Za tests/commtest-42121a4e7222f4ec 25022K
28992024-11-19T19:28:25.414Za tests/dhcp_server-9802ee68cc8d4054 24246K
29002024-11-19T19:28:25.414Za tests/end_to_end_tests-4db006a8b6aa2348 227884K
29012024-11-19T19:28:25.414Za out/clickhouse.tar.gz 286433K
29022024-11-19T19:28:25.414Za out/clickhouse_keeper.tar.gz 286422K
29032024-11-19T19:28:25.414Za out/clickhouse_server.tar.gz 286421K
29042024-11-19T19:28:25.415Za out/cockroachdb.tar.gz 134540K
29052024-11-19T19:28:25.415Za out/crucible-dtrace.tar 83K
29062024-11-19T19:28:25.415Za out/crucible-pantry-zone.tar.gz 28152K
29072024-11-19T19:28:25.415Za out/crucible-zone.tar.gz 36364K
29082024-11-19T19:28:25.415Za out/external-dns.tar.gz 35257K
29092024-11-19T19:28:25.415Za out/internal-dns.tar.gz 35259K
29102024-11-19T19:28:25.415Za out/mg-ddm-gz.tar 62661K
29112024-11-19T19:28:25.415Za out/nexus.tar.gz 100658K
29122024-11-19T19:28:25.415Za out/ntp.tar.gz 10340K
29132024-11-19T19:28:25.415Za out/omicron-gateway-softnpu.tar.gz 23872K
29142024-11-19T19:28:25.415Za out/omicron-sled-agent.tar 112839K
29152024-11-19T19:28:25.415Za out/overlay.tar.gz 3K
29162024-11-19T19:28:25.415Za out/oximeter.tar.gz 51660K
29172024-11-19T19:28:25.415Za out/oxlog.tar 3088K
29182024-11-19T19:28:25.415Za out/probe.tar.gz 2764K
29192024-11-19T19:28:25.415Za out/propolis-server.tar.gz 66584K
29202024-11-19T19:28:25.415Za out/pumpkind-gz.tar 26665K
29212024-11-19T19:28:25.415Za out/switch-softnpu.tar.gz 237207K
29222024-11-19T19:28:25.418Z
29232024-11-19T19:28:25.418Zreal 1:11.516391055
29242024-11-19T19:28:25.418Zuser 1:08.202578015
29252024-11-19T19:28:25.418Zsys 4.617912883
29262024-11-19T19:28:25.418Ztrap 0.018249919
29272024-11-19T19:28:25.418Ztflt 0.000000000
29282024-11-19T19:28:25.418Zdflt 0.000000000
29292024-11-19T19:28:25.418Zkflt 0.000000000
29302024-11-19T19:28:25.418Zlock 0.000000000
29312024-11-19T19:28:25.418Zslp 1:08.115610973
29322024-11-19T19:28:25.418Zlat 2.072369020
29332024-11-19T19:28:25.418Zstop 0.000220866
29342024-11-19T19:28:25.421Zprocess exited: duration 1991976 ms, exit code 0
 
29352024-11-19T19:28:25.435Zfound 1 output files
29362024-11-19T19:28:25.435Zuploading: /work/package.tar.gz (1879714362 bytes)
29372024-11-19T19:29:03.689Zuploaded: /work/package.tar.gz