01JF9QRT3FZ1CCPE7W6SRWMY74: 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: 01JF9QS4HBDPZEN574WQ3GK6M2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-17T07:20:35.363Zjob assigned to worker 01JF9QSA3Y26B2CP19B3N5Z82N [factory aws, i-0aeff3cd5ff3ad6f6] (queued for 58 s)
 
22024-12-17T07:20:42.713Zstarting task 0: "setup"
32024-12-17T07:20:42.723Z++ uname -s
42024-12-17T07:20:42.725Z+ kern=SunOS
52024-12-17T07:20:42.726Z+ case "$kern" in
62024-12-17T07:20:42.726Z+ groupadd -g 12345 build
72024-12-17T07:20:42.728Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-17T07:20:44.734Z+ zfs create -o mountpoint=/work rpool/work
92024-12-17T07:20:44.846Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-17T07:20:44.848Z+ home_fs=zfs
112024-12-17T07:20:44.848Z+ [[ zfs == autofs ]]
122024-12-17T07:20:44.849Z+ mkdir -p /home/build
132024-12-17T07:20:44.851Z+ chown build:build /home/build /work
142024-12-17T07:20:46.853Z+ chmod 0700 /home/build /work
152024-12-17T07:20:46.855Zprocess exited: duration 4143 ms, exit code 0
 
162024-12-17T07:20:46.860Zstarting task 1: "rust-toolchain"
172024-12-17T07:20:46.865Z+ printf ' * toolchain channel = "%s"
182024-12-17T07:20:46.865Z' 1.81.0
192024-12-17T07:20:46.866Z * toolchain channel = "1.81.0"
202024-12-17T07:20:46.866Z * toolchain profile = "default"
212024-12-17T07:20:46.866Z+ printf ' * toolchain profile = "%s"
222024-12-17T07:20:46.866Z' default
232024-12-17T07:20:46.868Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-17T07:20:46.868Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-17T07:20:46.988Zinfo: downloading installer
262024-12-17T07:20:48.410Zinfo: profile set to 'default'
272024-12-17T07:20:48.410Zinfo: default host triple is x86_64-unknown-illumos
282024-12-17T07:20:48.412Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-17T07:20:48.567Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-17T07:20:48.567Zinfo: downloading component 'cargo'
312024-12-17T07:20:49.434Zinfo: downloading component 'clippy'
322024-12-17T07:20:49.756Zinfo: downloading component 'rust-docs'
332024-12-17T07:20:50.953Zinfo: downloading component 'rust-std'
342024-12-17T07:20:52.813Zinfo: downloading component 'rustc'
352024-12-17T07:20:59.481Zinfo: downloading component 'rustfmt'
362024-12-17T07:20:59.733Zinfo: installing component 'cargo'
372024-12-17T07:21:00.552Zinfo: installing component 'clippy'
382024-12-17T07:21:00.912Zinfo: installing component 'rust-docs'
392024-12-17T07:21:02.578Zinfo: installing component 'rust-std'
402024-12-17T07:21:04.308Zinfo: installing component 'rustc'
412024-12-17T07:21:10.110Zinfo: installing component 'rustfmt'
422024-12-17T07:21:10.434Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-17T07:21:10.434Z
442024-12-17T07:21:10.797Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-17T07:21:10.797Z
462024-12-17T07:21:10.797Z
472024-12-17T07:21:10.797ZRust is installed now. Great!
482024-12-17T07:21:10.797Z
492024-12-17T07:21:10.797ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-17T07:21:10.798Zenvironment variable. This has not been done automatically.
512024-12-17T07:21:10.798Z
522024-12-17T07:21:10.798ZTo configure your current shell, you need to source
532024-12-17T07:21:10.798Zthe corresponding env file under $HOME/.cargo.
542024-12-17T07:21:10.798Z
552024-12-17T07:21:10.798ZThis is usually done by running one of the following (note the leading DOT):
562024-12-17T07:21:10.798Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-17T07:21:10.798Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-17T07:21:10.873Z+ rustc --version
592024-12-17T07:21:10.937Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-17T07:21:10.940Zprocess exited: duration 24079 ms, exit code 0
 
612024-12-17T07:21:10.946Zstarting task 2: "authentication"
622024-12-17T07:21:10.968Zprocess exited: duration 21 ms, exit code 0
 
632024-12-17T07:21:10.973Zstarting task 3: "clone repository"
642024-12-17T07:21:10.979Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-17T07:21:10.981Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-17T07:21:11.023ZCloning into '/work/oxidecomputer/omicron'...
672024-12-17T07:21:18.046Z+ cd /work/oxidecomputer/omicron
682024-12-17T07:21:18.046Z+ git fetch origin fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6
692024-12-17T07:21:18.571ZFrom https://github.com/oxidecomputer/omicron
702024-12-17T07:21:18.571Z * branch fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 -> FETCH_HEAD
712024-12-17T07:21:18.582Z+ [[ -n eliza/dropshot-1180 ]]
722024-12-17T07:21:18.585Z++ git branch --show-current
732024-12-17T07:21:18.588Z+ current=main
742024-12-17T07:21:18.588Z+ [[ main != eliza/dropshot-1180 ]]
752024-12-17T07:21:18.588Z+ git branch -f eliza/dropshot-1180 fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6
762024-12-17T07:21:18.590Z+ git checkout -f eliza/dropshot-1180
772024-12-17T07:21:18.765ZSwitched to branch 'eliza/dropshot-1180'
782024-12-17T07:21:18.768Z+ git reset --hard fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6
792024-12-17T07:21:18.782ZHEAD is now at fb10fadb3 fix mupdate
802024-12-17T07:21:18.784Zprocess exited: duration 7809 ms, exit code 0
 
812024-12-17T07:21:18.792Zstarting task 4: "build"
822024-12-17T07:21:18.795Z+ source .github/buildomat/ci-env.sh
832024-12-17T07:21:18.798Z++ export CARGO_TERM_COLOR=always
842024-12-17T07:21:18.798Z++ CARGO_TERM_COLOR=always
852024-12-17T07:21:18.798Z+ cargo --version
862024-12-17T07:21:18.854Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-17T07:21:18.857Z+ rustc --version
882024-12-17T07:21:18.918Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-17T07:21:18.921Z+ WORK=/work
902024-12-17T07:21:18.921Z+ pfexec mkdir -p /work
912024-12-17T07:21:18.925Z+ pfexec chown build /work
922024-12-17T07:21:18.927Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-12-17T07:21:26.178Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-12-17T07:21:29.993Z Startup: Caching catalogs ... Done
952024-12-17T07:21:40.652ZPlanning: Solver setup ... Done (9.792s)
962024-12-17T07:21:40.783ZPlanning: Running solver ... Done (0.131s)
972024-12-17T07:21:40.886ZPlanning: Finding local manifests ... Done (0.004s)
982024-12-17T07:21:41.024ZPlanning: Fetching manifests: 0/5 0% complete
992024-12-17T07:21:41.285ZPlanning: Fetching manifests: 5/5 100% complete
1002024-12-17T07:21:41.387ZPlanning: Package planning ... Done (0.102s)
1012024-12-17T07:21:41.444ZPlanning: Merging actions ... Done (0.057s)
1022024-12-17T07:21:41.639ZPlanning: Checking for conflicting actions ... Done (0.195s)
1032024-12-17T07:21:43.696ZPlanning: Consolidating action changes ... Done (2.057s)
1042024-12-17T07:21:44.135ZPlanning: Evaluating mediators ... Done (0.439s)
1052024-12-17T07:21:44.217ZPlanning: Planning completed in 14.13 seconds
1062024-12-17T07:21:44.233Z Packages to install: 4
1072024-12-17T07:21:44.233Z Packages to update: 1
1082024-12-17T07:21:44.236Z Mediators to change: 2
1092024-12-17T07:21:44.236Z Services to change: 1
1102024-12-17T07:21:44.236Z Estimated space available: 155.63 GB
1112024-12-17T07:21:44.236ZEstimated space to be consumed: 1.61 GB
1122024-12-17T07:21:44.236Z Create boot environment: No
1132024-12-17T07:21:44.236ZCreate backup boot environment: Yes
1142024-12-17T07:21:44.236Z Rebuild boot archive: No
1152024-12-17T07:21:44.236Z
1162024-12-17T07:21:44.236ZChanged mediators:
1172024-12-17T07:21:44.236Z mediator clang:
1182024-12-17T07:21:44.236Z version: None -> 15 (system default)
1192024-12-17T07:21:44.236Z
1202024-12-17T07:21:44.236Z mediator llvm:
1212024-12-17T07:21:44.236Z version: 14 (system default) -> 15 (system default)
1222024-12-17T07:21:44.236Z
1232024-12-17T07:21:44.236ZChanged packages:
1242024-12-17T07:21:44.236Zhelios-dev
1252024-12-17T07:21:44.236Z developer/build-essential
1262024-12-17T07:21:44.236Z None -> 11-2.0
1272024-12-17T07:21:44.236Z library/libxmlsec1
1282024-12-17T07:21:44.236Z None -> 1.2.35-2.0
1292024-12-17T07:21:44.236Z ooce/developer/clang-15
1302024-12-17T07:21:44.236Z None -> 15.0.7-2.0
1312024-12-17T07:21:44.236Z ooce/developer/llvm-15
1322024-12-17T07:21:44.236Z None -> 15.0.7-2.0
1332024-12-17T07:21:44.236Z package/pkg
1342024-12-17T07:21:44.237Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-12-17T07:21:44.237Z
1362024-12-17T07:21:44.237ZServices:
1372024-12-17T07:21:44.237Z restart_fmri:
1382024-12-17T07:21:44.237Z svc:/system/update-man-index:default
1392024-12-17T07:21:44.237Z
1402024-12-17T07:21:44.237ZEditable files to change:
1412024-12-17T07:21:44.237Z Update:
1422024-12-17T07:21:44.237Z usr/share/lib/pkg/web/config.shtml
1432024-12-17T07:21:44.314Z
1442024-12-17T07:21:44.314ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-12-17T07:21:49.315ZDownload: 282/4281 items 15.8/220.6MB 7% complete (3.1M/s)
1462024-12-17T07:21:54.395ZDownload: 1194/4281 items 82.4/220.6MB 37% complete (8.3M/s)
1472024-12-17T07:22:02.932ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (8.2M/s)
1482024-12-17T07:22:07.936ZDownload: 2191/4281 items 119.1/220.6MB 54% complete (7.3M/s)
1492024-12-17T07:22:12.938ZDownload: 2539/4281 items 120.4/220.6MB 54% complete (3.7M/s)
1502024-12-17T07:22:18.139ZDownload: 3288/4281 items 212.4/220.6MB 96% complete (9.3M/s)
1512024-12-17T07:22:23.954ZDownload: 4206/4281 items 220.6/220.6MB 99% complete (10.3M/s)
1522024-12-17T07:22:24.150ZDownload: Completed 220.60 MB in 39.82 seconds (5.5M/s)
1532024-12-17T07:22:26.146Z Actions: 1/5063 actions (Removing old actions)
1542024-12-17T07:22:26.166Z Actions: 194/5063 actions (Installing new actions)
1552024-12-17T07:22:30.895Z Actions: 4226/5063 actions (Updating modified actions)
1562024-12-17T07:22:31.214Z Actions: Completed 5063 actions in 5.07 seconds.
1572024-12-17T07:22:31.616Z Done (0.394s)
1582024-12-17T07:22:31.619Z Done (0.000s)
1592024-12-17T07:22:32.189Z Done (0.571s)
1602024-12-17T07:22:36.696Z Done (4.279s)
1612024-12-17T07:22:36.785Z Done (0.018s)
1622024-12-17T07:22:36.789Z Done (0.000s)
1632024-12-17T07:22:36.956Z Done (0.000s)
1642024-12-17T07:22:37.675ZPlanning: Evaluating mediator changes ... Done
1652024-12-17T07:22:37.839ZPlanning: Checking for conflicting actions ... Done
1662024-12-17T07:22:37.841ZPlanning: Consolidating action changes ... Done
1672024-12-17T07:22:38.118ZPlanning: Evaluating mediators ... Done
1682024-12-17T07:22:38.120ZPlanning: Planning completed in 0.44 seconds
1692024-12-17T07:22:38.159Z Mediators to change: 2
1702024-12-17T07:22:38.159Z Create boot environment: No
1712024-12-17T07:22:38.159ZCreate backup boot environment: No
1722024-12-17T07:22:38.241Z Done
1732024-12-17T07:22:38.241Z Done
1742024-12-17T07:22:38.634Z Done
1752024-12-17T07:22:42.531Z Done
1762024-12-17T07:22:42.632Z Done
1772024-12-17T07:22:42.727Z Done
1782024-12-17T07:22:42.830Z Done
1792024-12-17T07:22:43.319ZPlanning: Evaluating mediator changes ... Done
1802024-12-17T07:22:43.328ZPlanning: Merging actions ... Done
1812024-12-17T07:22:43.504ZPlanning: Checking for conflicting actions ... Done
1822024-12-17T07:22:43.544ZPlanning: Consolidating action changes ... Done
1832024-12-17T07:22:43.766ZPlanning: Evaluating mediators ... Done
1842024-12-17T07:22:43.822ZPlanning: Planning completed in 0.76 seconds
1852024-12-17T07:22:43.863Z Packages to change: 1
1862024-12-17T07:22:43.863Z Mediators to change: 1
1872024-12-17T07:22:43.863Z Services to change: 1
1882024-12-17T07:22:43.867Z Create boot environment: No
1892024-12-17T07:22:43.867ZCreate backup boot environment: Yes
1902024-12-17T07:22:46.078Z Actions: 1/6 actions (Updating modified actions)
1912024-12-17T07:22:46.081Z Actions: Completed 6 actions in 0.00 seconds.
1922024-12-17T07:22:46.085Z Done
1932024-12-17T07:22:46.085Z Done
1942024-12-17T07:22:46.196Z Done
1952024-12-17T07:22:49.900Z Done
1962024-12-17T07:22:49.993Z Done
1972024-12-17T07:22:49.996Z Done
1982024-12-17T07:22:50.131Z Done
1992024-12-17T07:22:50.572ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002024-12-17T07:22:50.572Zclang system 15 system
2012024-12-17T07:22:50.572Zcsh system system illumos
2022024-12-17T07:22:50.572Zctags system system illumos
2032024-12-17T07:22:50.572Zgcc vendor 12 vendor
2042024-12-17T07:22:50.572Zgcc system 10 system
2052024-12-17T07:22:50.572Zgcc system 7 system
2062024-12-17T07:22:50.572Zgo system 1.20 system
2072024-12-17T07:22:50.572Zgo system 1.19 system
2082024-12-17T07:22:50.572Zllvm system 15 system
2092024-12-17T07:22:50.572Zllvm system 14 system
2102024-12-17T07:22:50.572Zmariadb system 10.6 system
2112024-12-17T07:22:50.572Zmta vendor vendor dma
2122024-12-17T07:22:50.572Zopenjdk system 17 system
2132024-12-17T07:22:50.572Zopenjdk system 11 system
2142024-12-17T07:22:50.572Zopenjdk system 1.8 system
2152024-12-17T07:22:50.572Zopenssl vendor 3 vendor
2162024-12-17T07:22:50.572Zperl system 5.36 system
2172024-12-17T07:22:50.572Zpostgresql system 15 system
2182024-12-17T07:22:50.572Zpostgresql system 13 system
2192024-12-17T07:22:50.572Zpython vendor 3 vendor
2202024-12-17T07:22:50.572Zpython system 2 system
2212024-12-17T07:22:50.572Zpython3 system 3.11 system
2222024-12-17T07:22:50.573Zruby system 3.0 system
2232024-12-17T07:22:50.573Zwords vendor vendor american-english
2242024-12-17T07:22:50.573Zwords system system australian-english
2252024-12-17T07:22:50.573Zwords system system british-english
2262024-12-17T07:22:50.573Zwords system system canadian-english
2272024-12-17T07:22:50.573Zwords system system french
2282024-12-17T07:22:50.573Zwords system system italian
2292024-12-17T07:22:50.573Zwords system system ngerman
2302024-12-17T07:22:50.573Zwords system system ogerman
2312024-12-17T07:22:50.573Zwords system system spanish
2322024-12-17T07:22:50.908ZPUBLISHER TYPE STATUS P LOCATION
2332024-12-17T07:22:50.908Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342024-12-17T07:22:53.623ZFMRI IFO
2352024-12-17T07:22:53.623Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362024-12-17T07:22:53.623Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372024-12-17T07:22:53.623Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382024-12-17T07:22:53.623Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392024-12-17T07:22:53.623Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2402024-12-17T07:22:53.623Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412024-12-17T07:22:53.623Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2422024-12-17T07:22:53.623Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2432024-12-17T07:22:53.623Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2442024-12-17T07:22:53.623Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2452024-12-17T07:22:53.623Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2462024-12-17T07:22:53.623Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2472024-12-17T07:22:53.623Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2482024-12-17T07:22:53.623Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2492024-12-17T07:22:53.623Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2502024-12-17T07:22:54.409Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2512024-12-17T07:22:54.873Z Updating crates.io index
2522024-12-17T07:22:54.876Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2532024-12-17T07:22:55.675Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2542024-12-17T07:22:56.223Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2552024-12-17T07:22:56.718Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2562024-12-17T07:22:57.313Z Updating git repository `https://github.com/oxidecomputer/propolis`
2572024-12-17T07:22:58.387Z Updating git repository `https://github.com/oxidecomputer/crucible`
2582024-12-17T07:23:00.221Z Updating git repository `https://github.com/oxidecomputer/opte`
2592024-12-17T07:23:01.320Z Updating git repository `https://github.com/oxidecomputer/falcon`
2602024-12-17T07:23:02.830Z Updating git repository `https://github.com/oxidecomputer/clickward`
2612024-12-17T07:23:04.079Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2622024-12-17T07:23:05.498Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2632024-12-17T07:23:06.911Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2642024-12-17T07:23:07.872Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652024-12-17T07:23:09.040Z Updating git repository `https://github.com/oxidecomputer/tofino`
2662024-12-17T07:23:10.028Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672024-12-17T07:23:11.116Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682024-12-17T07:23:12.196Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692024-12-17T07:23:13.283Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2702024-12-17T07:23:14.268Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712024-12-17T07:23:15.141Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2722024-12-17T07:23:16.049Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732024-12-17T07:23:17.182Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742024-12-17T07:23:18.149Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752024-12-17T07:23:19.163Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762024-12-17T07:23:20.413Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2772024-12-17T07:23:21.582Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782024-12-17T07:23:22.548Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792024-12-17T07:23:23.600Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802024-12-17T07:23:25.980Z Downloading crates ...
2812024-12-17T07:23:26.095Z Downloaded fastrand v2.1.1
2822024-12-17T07:23:26.101Z Downloaded toml_datetime v0.6.8
2832024-12-17T07:23:26.104Z Downloaded quote v1.0.37
2842024-12-17T07:23:26.106Z Downloaded version_check v0.9.5
2852024-12-17T07:23:26.108Z Downloaded unicode-ident v1.0.13
2862024-12-17T07:23:26.111Z Downloaded cargo_toml v0.20.5
2872024-12-17T07:23:26.111Z Downloaded dtrace-parser v0.2.0
2882024-12-17T07:23:26.114Z Downloaded camino-tempfile v1.1.1
2892024-12-17T07:23:26.114Z Downloaded anstyle v1.0.10
2902024-12-17T07:23:26.120Z Downloaded dof v0.3.0
2912024-12-17T07:23:26.122Z Downloaded clap v4.5.21
2922024-12-17T07:23:26.130Z Downloaded zerocopy v0.7.35
2932024-12-17T07:23:26.146Z Downloaded zerocopy-derive v0.7.35
2942024-12-17T07:23:26.150Z Downloaded bitflags v2.6.0
2952024-12-17T07:23:26.154Z Downloaded once_cell v1.20.2
2962024-12-17T07:23:26.157Z Downloaded log v0.4.22
2972024-12-17T07:23:26.160Z Downloaded ryu v1.0.18
2982024-12-17T07:23:26.162Z Downloaded memchr v2.7.4
2992024-12-17T07:23:26.167Z Downloaded strsim v0.11.1
3002024-12-17T07:23:26.170Z Downloaded toml_edit v0.22.22
3012024-12-17T07:23:26.190Z Downloaded serde_spanned v0.6.8
3022024-12-17T07:23:26.192Z Downloaded semver v1.0.23
3032024-12-17T07:23:26.195Z Downloaded itoa v1.0.11
3042024-12-17T07:23:26.195Z Downloaded fnv v1.0.7
3052024-12-17T07:23:26.195Z Downloaded equivalent v1.0.1
3062024-12-17T07:23:26.197Z Downloaded cpufeatures v0.2.14
3072024-12-17T07:23:26.198Z Downloaded cfg-if v1.0.0
3082024-12-17T07:23:26.200Z Downloaded autocfg v1.4.0
3092024-12-17T07:23:26.233Z Downloaded anstyle-query v1.1.1
3102024-12-17T07:23:26.236Z Downloaded anstream v0.6.15
3112024-12-17T07:23:26.239Z Downloaded anstyle-parse v0.2.5
3122024-12-17T07:23:26.243Z Downloaded winnow v0.6.20
3132024-12-17T07:23:26.259Z Downloaded crypto-common v0.1.6
3142024-12-17T07:23:26.261Z Downloaded clap_lex v0.7.2
3152024-12-17T07:23:26.261Z Downloaded colorchoice v1.0.2
3162024-12-17T07:23:26.264Z Downloaded cargo-platform v0.1.8
3172024-12-17T07:23:26.264Z Downloaded block-buffer v0.10.4
3182024-12-17T07:23:26.272Z Downloaded syn v1.0.109
3192024-12-17T07:23:26.283Z Downloaded proc-macro2 v1.0.92
3202024-12-17T07:23:26.285Z Downloaded fs-err v2.11.0
3212024-12-17T07:23:26.287Z Downloaded proc-macro-error-attr v1.0.4
3222024-12-17T07:23:26.291Z Downloaded proc-macro-error v1.0.4
3232024-12-17T07:23:26.291Z Downloaded thiserror v1.0.69
3242024-12-17T07:23:26.295Z Downloaded thiserror-impl v1.0.69
3252024-12-17T07:23:26.298Z Downloaded toml v0.8.19
3262024-12-17T07:23:26.300Z Downloaded textwrap v0.16.1
3272024-12-17T07:23:26.303Z Downloaded utf8parse v0.2.2
3282024-12-17T07:23:26.306Z Downloaded camino v1.1.9
3292024-12-17T07:23:26.306Z Downloaded unicode-linebreak v0.1.5
3302024-12-17T07:23:26.308Z Downloaded typenum v1.17.0
3312024-12-17T07:23:26.310Z Downloaded cargo_metadata v0.18.1
3322024-12-17T07:23:26.312Z Downloaded tempfile v3.13.0
3332024-12-17T07:23:26.315Z Downloaded sha2 v0.10.8
3342024-12-17T07:23:26.318Z Downloaded serde_json v1.0.133
3352024-12-17T07:23:26.323Z Downloaded smawk v0.3.2
3362024-12-17T07:23:26.326Z Downloaded scroll v0.12.0
3372024-12-17T07:23:26.326Z Downloaded indexmap v2.7.0
3382024-12-17T07:23:26.329Z Downloaded plain v0.2.3
3392024-12-17T07:23:26.332Z Downloaded is_terminal_polyfill v1.70.1
3402024-12-17T07:23:26.332Z Downloaded heck v0.5.0
3412024-12-17T07:23:26.335Z Downloaded heck v0.4.1
3422024-12-17T07:23:26.335Z Downloaded generic-array v0.14.7
3432024-12-17T07:23:26.338Z Downloaded errno v0.3.9
3442024-12-17T07:23:26.338Z Downloaded digest v0.10.7
3452024-12-17T07:23:26.340Z Downloaded clap_derive v4.5.18
3462024-12-17T07:23:26.343Z Downloaded byteorder v1.5.0
3472024-12-17T07:23:26.346Z Downloaded terminal_size v0.4.0
3482024-12-17T07:23:26.349Z Downloaded unicode-width v0.1.14
3492024-12-17T07:23:26.353Z Downloaded scroll_derive v0.12.0
3502024-12-17T07:23:26.358Z Downloaded goblin v0.8.2
3512024-12-17T07:23:26.364Z Downloaded syn v2.0.90
3522024-12-17T07:23:26.376Z Downloaded papergrid v0.11.0
3532024-12-17T07:23:26.380Z Downloaded memmap v0.7.0
3542024-12-17T07:23:26.383Z Downloaded macaddr v1.0.1
3552024-12-17T07:23:26.385Z Downloaded usdt-macro v0.5.0
3562024-12-17T07:23:26.385Z Downloaded clap_builder v4.5.21
3572024-12-17T07:23:26.391Z Downloaded bytecount v0.6.8
3582024-12-17T07:23:26.393Z Downloaded anyhow v1.0.93
3592024-12-17T07:23:26.396Z Downloaded usdt-impl v0.5.0
3602024-12-17T07:23:26.398Z Downloaded usdt-attr-macro v0.5.0
3612024-12-17T07:23:26.399Z Downloaded usdt v0.5.0
3622024-12-17T07:23:26.399Z Downloaded ucd-trie v0.1.7
3632024-12-17T07:23:26.401Z Downloaded thread-id v4.2.2
3642024-12-17T07:23:26.401Z Downloaded tabled_derive v0.7.0
3652024-12-17T07:23:26.404Z Downloaded tabled v0.15.0
3662024-12-17T07:23:26.416Z Downloaded swrite v0.1.0
3672024-12-17T07:23:26.418Z Downloaded serde_tokenstream v0.2.2
3682024-12-17T07:23:26.418Z Downloaded serde_derive v1.0.215
3692024-12-17T07:23:26.422Z Downloaded serde v1.0.215
3702024-12-17T07:23:26.425Z Downloaded rustix v0.38.37
3712024-12-17T07:23:26.443Z Downloaded libc v0.2.162
3722024-12-17T07:23:26.469Z Downloaded pretty-hex v0.4.1
3732024-12-17T07:23:26.471Z Downloaded pest_meta v2.7.14
3742024-12-17T07:23:26.474Z Downloaded pest_generator v2.7.14
3752024-12-17T07:23:26.474Z Downloaded pest_derive v2.7.14
3762024-12-17T07:23:26.476Z Downloaded pest v2.7.14
3772024-12-17T07:23:26.479Z Downloaded hashbrown v0.15.1
3782024-12-17T07:23:26.754Z Compiling proc-macro2 v1.0.92
3792024-12-17T07:23:26.754Z Compiling unicode-ident v1.0.13
3802024-12-17T07:23:26.754Z Compiling version_check v0.9.5
3812024-12-17T07:23:26.758Z Compiling serde v1.0.215
3822024-12-17T07:23:26.758Z Compiling memchr v2.7.4
3832024-12-17T07:23:26.758Z Compiling thiserror v1.0.69
3842024-12-17T07:23:26.758Z Compiling libc v0.2.162
3852024-12-17T07:23:26.789Z Compiling itoa v1.0.11
3862024-12-17T07:23:27.023Z Compiling ryu v1.0.18
3872024-12-17T07:23:27.127Z Compiling ucd-trie v0.1.7
3882024-12-17T07:23:27.372Z Compiling once_cell v1.20.2
3892024-12-17T07:23:27.600Z Compiling byteorder v1.5.0
3902024-12-17T07:23:27.758Z Compiling serde_json v1.0.133
3912024-12-17T07:23:27.803Z Compiling rustix v0.38.37
3922024-12-17T07:23:28.054Z Compiling bitflags v2.6.0
3932024-12-17T07:23:28.164Z Compiling usdt-impl v0.5.0
3942024-12-17T07:23:28.472Z Compiling proc-macro-error-attr v1.0.4
3952024-12-17T07:23:28.497Z Compiling syn v1.0.109
3962024-12-17T07:23:28.578Z Compiling proc-macro-error v1.0.4
3972024-12-17T07:23:28.623Z Compiling quote v1.0.37
3982024-12-17T07:23:28.729Z Compiling log v0.4.22
3992024-12-17T07:23:28.827Z Compiling utf8parse v0.2.2
4002024-12-17T07:23:28.855Z Compiling plain v0.2.3
4012024-12-17T07:23:29.006Z Compiling syn v2.0.90
4022024-12-17T07:23:29.031Z Compiling errno v0.3.9
4032024-12-17T07:23:29.127Z Compiling equivalent v1.0.1
4042024-12-17T07:23:29.167Z Compiling hashbrown v0.15.1
4052024-12-17T07:23:29.270Z Compiling camino v1.1.9
4062024-12-17T07:23:29.348Z Compiling anstyle-parse v0.2.5
4072024-12-17T07:23:29.511Z Compiling thread-id v4.2.2
4082024-12-17T07:23:29.777Z Compiling anstyle v1.0.10
4092024-12-17T07:23:30.006Z Compiling pretty-hex v0.4.1
4102024-12-17T07:23:30.046Z Compiling winnow v0.6.20
4112024-12-17T07:23:30.255Z Compiling anstyle-query v1.1.1
4122024-12-17T07:23:30.312Z Compiling semver v1.0.23
4132024-12-17T07:23:30.408Z Compiling autocfg v1.4.0
4142024-12-17T07:23:30.433Z Compiling indexmap v2.7.0
4152024-12-17T07:23:30.534Z Compiling is_terminal_polyfill v1.70.1
4162024-12-17T07:23:30.678Z Compiling unicode-width v0.1.14
4172024-12-17T07:23:30.867Z Compiling colorchoice v1.0.2
4182024-12-17T07:23:31.061Z Compiling anstream v0.6.15
4192024-12-17T07:23:31.607Z Compiling terminal_size v0.4.0
4202024-12-17T07:23:31.649Z Compiling fs-err v2.11.0
4212024-12-17T07:23:31.818Z Compiling heck v0.5.0
4222024-12-17T07:23:31.869Z Compiling heck v0.4.1
4232024-12-17T07:23:31.933Z Compiling clap_lex v0.7.2
4242024-12-17T07:23:31.965Z Compiling fastrand v2.1.1
4252024-12-17T07:23:32.358Z Compiling cfg-if v1.0.0
4262024-12-17T07:23:32.388Z Compiling strsim v0.11.1
4272024-12-17T07:23:32.461Z Compiling bytecount v0.6.8
4282024-12-17T07:23:32.487Z Compiling anyhow v1.0.93
4292024-12-17T07:23:32.510Z Compiling fnv v1.0.7
4302024-12-17T07:23:32.693Z Compiling papergrid v0.11.0
4312024-12-17T07:23:33.057Z Compiling tempfile v3.13.0
4322024-12-17T07:23:33.107Z Compiling clap_builder v4.5.21
4332024-12-17T07:23:33.463Z Compiling memmap v0.7.0
4342024-12-17T07:23:33.510Z Compiling smawk v0.3.2
4352024-12-17T07:23:33.740Z Compiling unicode-linebreak v0.1.5
4362024-12-17T07:23:33.951Z Compiling swrite v0.1.0
4372024-12-17T07:23:34.270Z Compiling textwrap v0.16.1
4382024-12-17T07:23:35.213Z Compiling tabled_derive v0.7.0
4392024-12-17T07:23:36.848Z Compiling tabled v0.15.0
4402024-12-17T07:23:38.178Z Compiling serde_derive v1.0.215
4412024-12-17T07:23:38.178Z Compiling thiserror-impl v1.0.69
4422024-12-17T07:23:38.181Z Compiling zerocopy-derive v0.7.35
4432024-12-17T07:23:38.181Z Compiling scroll_derive v0.12.0
4442024-12-17T07:23:38.670Z Compiling clap_derive v4.5.18
4452024-12-17T07:23:39.657Z Compiling scroll v0.12.0
4462024-12-17T07:23:40.147Z Compiling goblin v0.8.2
4472024-12-17T07:23:40.265Z Compiling zerocopy v0.7.35
4482024-12-17T07:23:41.063Z Compiling pest v2.7.14
4492024-12-17T07:23:42.536Z Compiling clap v4.5.21
4502024-12-17T07:23:43.356Z Compiling pest_meta v2.7.14
4512024-12-17T07:23:44.230Z Compiling pest_generator v2.7.14
4522024-12-17T07:23:46.026Z Compiling pest_derive v2.7.14
4532024-12-17T07:23:46.692Z Compiling dtrace-parser v0.2.0
4542024-12-17T07:23:48.701Z Compiling serde_tokenstream v0.2.2
4552024-12-17T07:23:48.824Z Compiling serde_spanned v0.6.8
4562024-12-17T07:23:48.827Z Compiling toml_datetime v0.6.8
4572024-12-17T07:23:48.982Z Compiling cargo-platform v0.1.8
4582024-12-17T07:23:49.226Z Compiling toml_edit v0.22.22
4592024-12-17T07:23:49.293Z Compiling macaddr v1.0.1
4602024-12-17T07:23:49.584Z Compiling camino-tempfile v1.1.1
4612024-12-17T07:23:50.293Z Compiling dof v0.3.0
4622024-12-17T07:23:50.397Z Compiling cargo_metadata v0.18.1
4632024-12-17T07:23:52.016Z Compiling usdt-macro v0.5.0
4642024-12-17T07:23:52.018Z Compiling usdt-attr-macro v0.5.0
4652024-12-17T07:23:52.272Z Compiling toml v0.8.19
4662024-12-17T07:23:53.219Z Compiling cargo_toml v0.20.5
4672024-12-17T07:23:53.291Z Compiling usdt v0.5.0
4682024-12-17T07:23:56.796Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4692024-12-17T07:24:01.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
4702024-12-17T07:24:01.382Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4712024-12-17T07:24:01.932Z Downloading crates ...
4722024-12-17T07:24:02.073Z Downloaded ascii-canvas v3.0.0
4732024-12-17T07:24:02.075Z Downloaded async-trait v0.1.83
4742024-12-17T07:24:02.078Z Downloaded atomic-waker v1.1.2
4752024-12-17T07:24:02.080Z Downloaded bit-vec v0.6.3
4762024-12-17T07:24:02.083Z Downloaded bit-set v0.5.3
4772024-12-17T07:24:02.085Z Downloaded crunchy v0.2.2
4782024-12-17T07:24:02.085Z Downloaded assert_matches v1.5.0
4792024-12-17T07:24:02.087Z Downloaded async-bb8-diesel v0.2.1
4802024-12-17T07:24:02.089Z Downloaded argon2 v0.5.3
4812024-12-17T07:24:02.092Z Downloaded backoff v0.4.0
4822024-12-17T07:24:02.095Z Downloaded async-recursion v1.1.1
4832024-12-17T07:24:02.098Z Downloaded cexpr v0.6.0
4842024-12-17T07:24:02.101Z Downloaded clang-sys v1.8.1
4852024-12-17T07:24:02.103Z Downloaded bcrypt-pbkdf v0.10.0
4862024-12-17T07:24:02.105Z Downloaded crossbeam-utils v0.8.20
4872024-12-17T07:24:02.109Z Downloaded blake3 v1.5.4
4882024-12-17T07:24:02.119Z Downloaded chacha20poly1305 v0.10.1
4892024-12-17T07:24:02.122Z Downloaded cancel-safe-futures v0.1.5
4902024-12-17T07:24:02.126Z Downloaded chrono-tz-build v0.4.0
4912024-12-17T07:24:02.128Z Downloaded compact_str v0.8.0
4922024-12-17T07:24:02.132Z Downloaded cassowary v0.3.0
4932024-12-17T07:24:02.135Z Downloaded chacha20 v0.9.1
4942024-12-17T07:24:02.135Z Downloaded cbc v0.1.2
4952024-12-17T07:24:02.138Z Downloaded buf-list v1.0.3
4962024-12-17T07:24:02.140Z Downloaded cookie v0.18.1
4972024-12-17T07:24:02.143Z Downloaded constant_time_eq v0.3.1
4982024-12-17T07:24:02.146Z Downloaded blowfish v0.9.1
4992024-12-17T07:24:02.146Z Downloaded arrayref v0.3.9
5002024-12-17T07:24:02.148Z Downloaded atty v0.2.14
5012024-12-17T07:24:02.148Z Downloaded atomicwrites v0.4.4
5022024-12-17T07:24:02.150Z Downloaded cfg_aliases v0.1.1
5032024-12-17T07:24:02.153Z Downloaded castaway v0.2.3
5042024-12-17T07:24:02.156Z Downloaded libz-sys v1.1.20
5052024-12-17T07:24:02.178Z Downloaded lock_api v0.4.12
5062024-12-17T07:24:02.180Z Downloaded hickory-client v0.24.1
5072024-12-17T07:24:02.183Z Downloaded heapless v0.7.17
5082024-12-17T07:24:02.188Z Downloaded array-init v0.0.4
5092024-12-17T07:24:02.191Z Downloaded curve25519-dalek-derive v0.1.1
5102024-12-17T07:24:02.191Z Downloaded ciborium v0.2.2
5112024-12-17T07:24:02.194Z Downloaded base64 v0.13.1
5122024-12-17T07:24:02.198Z Downloaded bzip2 v0.4.4
5132024-12-17T07:24:02.201Z Downloaded crc32fast v1.4.2
5142024-12-17T07:24:02.206Z Downloaded bb8 v0.8.5
5152024-12-17T07:24:02.208Z Downloaded base16ct v0.2.0
5162024-12-17T07:24:02.208Z Downloaded aws-lc-rs v1.10.0
5172024-12-17T07:24:02.216Z Downloaded lazy_static v1.5.0
5182024-12-17T07:24:02.218Z Downloaded backtrace v0.3.74
5192024-12-17T07:24:02.224Z Downloaded const-oid v0.9.6
5202024-12-17T07:24:02.227Z Downloaded base64 v0.21.7
5212024-12-17T07:24:02.231Z Downloaded cc v1.1.30
5222024-12-17T07:24:02.234Z Downloaded crossbeam-epoch v0.9.18
5232024-12-17T07:24:02.237Z Downloaded bytes v1.8.0
5242024-12-17T07:24:02.242Z Downloaded bumpalo v3.16.0
5252024-12-17T07:24:02.246Z Downloaded humantime v2.1.0
5262024-12-17T07:24:02.248Z Downloaded aes v0.8.4
5272024-12-17T07:24:02.251Z Downloaded crossbeam-channel v0.5.13
5282024-12-17T07:24:02.256Z Downloaded base64 v0.22.1
5292024-12-17T07:24:02.262Z Downloaded httparse v1.9.5
5302024-12-17T07:24:02.265Z Downloaded aes-gcm v0.10.3
5312024-12-17T07:24:02.269Z Downloaded hex v0.4.3
5322024-12-17T07:24:02.271Z Downloaded aho-corasick v1.1.3
5332024-12-17T07:24:02.278Z Downloaded crypto-bigint v0.5.5
5342024-12-17T07:24:02.285Z Downloaded httpdate v1.0.3
5352024-12-17T07:24:02.288Z Downloaded heck v0.3.3
5362024-12-17T07:24:02.291Z Downloaded ident_case v1.0.1
5372024-12-17T07:24:02.291Z Downloaded idna_adapter v1.2.0
5382024-12-17T07:24:02.291Z Downloaded icu_provider_macros v1.5.0
5392024-12-17T07:24:02.294Z Downloaded iana-time-zone v0.1.61
5402024-12-17T07:24:02.296Z Downloaded instant v0.1.13
5412024-12-17T07:24:02.299Z Downloaded icu_provider v1.5.0
5422024-12-17T07:24:02.301Z Downloaded is-terminal v0.4.13
5432024-12-17T07:24:02.304Z Downloaded lazycell v1.3.0
5442024-12-17T07:24:02.304Z Downloaded icu_normalizer v1.5.0
5452024-12-17T07:24:02.308Z Downloaded libloading v0.8.5
5462024-12-17T07:24:02.311Z Downloaded icu_collections v1.5.0
5472024-12-17T07:24:02.318Z Downloaded icu_normalizer_data v1.5.0
5482024-12-17T07:24:02.321Z Downloaded chrono v0.4.38
5492024-12-17T07:24:02.329Z Downloaded lru v0.12.5
5502024-12-17T07:24:02.332Z Downloaded icu_properties v1.5.1
5512024-12-17T07:24:02.335Z Downloaded litemap v0.7.3
5522024-12-17T07:24:02.338Z Downloaded ctr v0.9.2
5532024-12-17T07:24:02.340Z Downloaded blake2 v0.10.6
5542024-12-17T07:24:02.343Z Downloaded http v1.1.0
5552024-12-17T07:24:02.347Z Downloaded itertools v0.10.5
5562024-12-17T07:24:02.356Z Downloaded idna v1.0.3
5572024-12-17T07:24:02.361Z Downloaded libm v0.2.8
5582024-12-17T07:24:02.370Z Downloaded itertools v0.13.0
5592024-12-17T07:24:02.380Z Downloaded icu_properties_data v1.5.0
5602024-12-17T07:24:02.391Z Downloaded itertools v0.12.1
5612024-12-17T07:24:02.398Z Downloaded cobs v0.2.3
5622024-12-17T07:24:02.401Z Downloaded csv-core v0.1.11
5632024-12-17T07:24:02.403Z Downloaded cstr-argument v0.1.2
5642024-12-17T07:24:02.403Z Downloaded crucible-workspace-hack v0.1.0
5652024-12-17T07:24:02.405Z Downloaded crc-catalog v2.4.0
5662024-12-17T07:24:02.405Z Downloaded crc-any v2.5.0
5672024-12-17T07:24:02.408Z Downloaded rand_core v0.6.4
5682024-12-17T07:24:02.410Z Downloaded curve25519-dalek v4.1.3
5692024-12-17T07:24:02.419Z Downloaded cookie_store v0.21.0
5702024-12-17T07:24:02.422Z Downloaded bstr v1.10.0
5712024-12-17T07:24:02.434Z Downloaded crossterm v0.28.1
5722024-12-17T07:24:02.441Z Downloaded const_format v0.2.33
5732024-12-17T07:24:02.447Z Downloaded const_format_proc_macros v0.2.33
5742024-12-17T07:24:02.449Z Downloaded console v0.15.8
5752024-12-17T07:24:02.453Z Downloaded matches v0.1.10
5762024-12-17T07:24:02.456Z Downloaded memoffset v0.9.1
5772024-12-17T07:24:02.468Z Downloaded mime v0.3.17
5782024-12-17T07:24:02.471Z Downloaded hyper v1.5.1
5792024-12-17T07:24:02.478Z Downloaded miniz_oxide v0.8.0
5802024-12-17T07:24:02.481Z Downloaded impl-trait-for-tuples v0.2.2
5812024-12-17T07:24:02.484Z Downloaded lalrpop-util v0.19.12
5822024-12-17T07:24:02.487Z Downloaded kstat-rs v0.2.4
5832024-12-17T07:24:02.487Z Downloaded keccak v0.1.5
5842024-12-17T07:24:02.489Z Downloaded is_ci v1.2.0
5852024-12-17T07:24:02.489Z Downloaded ipnetwork v0.20.0
5862024-12-17T07:24:02.492Z Downloaded proc-macro-crate v1.3.1
5872024-12-17T07:24:02.495Z Downloaded internet-checksum v0.2.1
5882024-12-17T07:24:02.495Z Downloaded instability v0.3.2
5892024-12-17T07:24:02.497Z Downloaded idna v0.5.0
5902024-12-17T07:24:02.503Z Downloaded smallvec v1.13.2
5912024-12-17T07:24:02.506Z Downloaded serde_with_macros v3.11.0
5922024-12-17T07:24:02.509Z Downloaded serde_repr v0.1.19
5932024-12-17T07:24:02.511Z Downloaded minimal-lexical v0.2.1
5942024-12-17T07:24:02.516Z Downloaded spin v0.9.8
5952024-12-17T07:24:02.519Z Downloaded serde_yaml v0.9.34+deprecated
5962024-12-17T07:24:02.523Z Downloaded serde_with v3.11.0
5972024-12-17T07:24:02.533Z Downloaded zerofrom-derive v0.1.4
5982024-12-17T07:24:02.536Z Downloaded tinyvec v1.8.0
5992024-12-17T07:24:02.538Z Downloaded zerofrom v0.1.4
6002024-12-17T07:24:02.541Z Downloaded env_logger v0.11.5
6012024-12-17T07:24:02.543Z Downloaded tokio-util v0.7.12
6022024-12-17T07:24:02.550Z Downloaded parking_lot_core v0.9.10
6032024-12-17T07:24:02.553Z Downloaded bzip2-sys v0.1.11+1.0.8
6042024-12-17T07:24:02.568Z Downloaded unicase v2.7.0
6052024-12-17T07:24:02.570Z Downloaded twox-hash v1.6.3
6062024-12-17T07:24:02.572Z Downloaded num-traits v0.2.19
6072024-12-17T07:24:02.574Z Downloaded polyval v0.6.2
6082024-12-17T07:24:02.577Z Downloaded pem-rfc7468 v0.7.0
6092024-12-17T07:24:02.579Z Downloaded pem v3.0.4
6102024-12-17T07:24:02.581Z Downloaded unicode-properties v0.1.3
6112024-12-17T07:24:02.584Z Downloaded portable-atomic v1.9.0
6122024-12-17T07:24:02.591Z Downloaded rustc-hash v2.0.0
6132024-12-17T07:24:02.594Z Downloaded indoc v1.0.9
6142024-12-17T07:24:02.597Z Downloaded hubpack v0.1.2
6152024-12-17T07:24:02.599Z Downloaded rand_xorshift v0.3.0
6162024-12-17T07:24:02.601Z Downloaded unicode-normalization v0.1.24
6172024-12-17T07:24:02.603Z Downloaded quick-error v1.2.3
6182024-12-17T07:24:02.606Z Downloaded unicode-bidi v0.3.17
6192024-12-17T07:24:02.613Z Downloaded percent-encoding v2.3.1
6202024-12-17T07:24:02.615Z Downloaded md5 v0.7.0
6212024-12-17T07:24:02.615Z Downloaded maybe-uninit v2.0.0
6222024-12-17T07:24:02.615Z Downloaded maplit v1.0.2
6232024-12-17T07:24:02.615Z Downloaded peg-runtime v0.8.3
6242024-12-17T07:24:02.615Z Downloaded tokio-tungstenite v0.24.0
6252024-12-17T07:24:02.627Z Downloaded strum_macros v0.25.3
6262024-12-17T07:24:02.627Z Downloaded same-file v1.0.6
6272024-12-17T07:24:02.634Z Downloaded deranged v0.3.11
6282024-12-17T07:24:02.634Z Downloaded der_derive v0.7.3
6292024-12-17T07:24:02.634Z Downloaded tabwriter v1.4.0
6302024-12-17T07:24:02.634Z Downloaded downcast v0.11.0
6312024-12-17T07:24:02.634Z Downloaded signal-hook v0.3.17
6322024-12-17T07:24:02.634Z Downloaded string_cache v0.8.7
6332024-12-17T07:24:02.637Z Downloaded simd-adler32 v0.3.7
6342024-12-17T07:24:02.637Z Downloaded rustls-pki-types v1.10.0
6352024-12-17T07:24:02.640Z Downloaded native-tls v0.2.12
6362024-12-17T07:24:02.643Z Downloaded hashlink v0.9.1
6372024-12-17T07:24:02.646Z Downloaded tinyvec_macros v0.1.1
6382024-12-17T07:24:02.648Z Downloaded idna v0.3.0
6392024-12-17T07:24:02.655Z Downloaded num-conv v0.1.0
6402024-12-17T07:24:02.658Z Downloaded owo-colors v4.1.0
6412024-12-17T07:24:02.661Z Downloaded nu-ansi-term v0.50.1
6422024-12-17T07:24:02.664Z Downloaded half v2.4.1
6432024-12-17T07:24:02.667Z Downloaded futures-io v0.3.31
6442024-12-17T07:24:02.669Z Downloaded funty v2.0.0
6452024-12-17T07:24:02.670Z Downloaded foreign-types-shared v0.1.1
6462024-12-17T07:24:02.670Z Downloaded crc v3.2.1
6472024-12-17T07:24:02.672Z Downloaded block-padding v0.3.3
6482024-12-17T07:24:02.675Z Downloaded either v1.13.0
6492024-12-17T07:24:02.675Z Downloaded displaydoc v0.2.5
6502024-12-17T07:24:02.678Z Downloaded der v0.7.9
6512024-12-17T07:24:02.684Z Downloaded env_filter v0.1.2
6522024-12-17T07:24:02.687Z Downloaded lzma-sys v0.1.20
6532024-12-17T07:24:02.718Z Downloaded toml v0.7.8
6542024-12-17T07:24:02.721Z Downloaded r2d2 v0.8.10
6552024-12-17T07:24:02.724Z Downloaded progenitor-macro v0.8.0
6562024-12-17T07:24:02.727Z Downloaded tokio-native-tls v0.3.1
6572024-12-17T07:24:02.727Z Downloaded subtle v2.6.1
6582024-12-17T07:24:02.729Z Downloaded stable_deref_trait v1.2.0
6592024-12-17T07:24:02.729Z Downloaded lalrpop v0.19.12
6602024-12-17T07:24:02.743Z Downloaded thiserror v2.0.3
6612024-12-17T07:24:02.749Z Downloaded darling_macro v0.20.10
6622024-12-17T07:24:02.751Z Downloaded derive_more v0.99.18
6632024-12-17T07:24:02.755Z Downloaded fragile v2.0.0
6642024-12-17T07:24:02.759Z Downloaded glob v0.3.1
6652024-12-17T07:24:02.763Z Downloaded rand_seeder v0.3.0
6662024-12-17T07:24:02.765Z Downloaded regex-syntax v0.6.29
6672024-12-17T07:24:02.770Z Downloaded tungstenite v0.24.0
6682024-12-17T07:24:02.774Z Downloaded hash32 v0.3.1
6692024-12-17T07:24:02.777Z Downloaded qorb v0.2.1
6702024-12-17T07:24:02.780Z Downloaded multimap v0.10.0
6712024-12-17T07:24:02.783Z Downloaded headers v0.4.0
6722024-12-17T07:24:02.789Z Downloaded yoke v0.7.4
6732024-12-17T07:24:02.791Z Downloaded hashbrown v0.14.5
6742024-12-17T07:24:02.798Z Downloaded hashbrown v0.13.2
6752024-12-17T07:24:02.803Z Downloaded hashbrown v0.12.3
6762024-12-17T07:24:02.808Z Downloaded mio v1.0.2
6772024-12-17T07:24:02.814Z Downloaded pin-project-internal v1.1.6
6782024-12-17T07:24:02.823Z Downloaded pin-project v1.1.6
6792024-12-17T07:24:02.830Z Downloaded scopeguard v1.2.0
6802024-12-17T07:24:02.832Z Downloaded sigpipe v0.1.3
6812024-12-17T07:24:02.834Z Downloaded schemars v0.8.21
6822024-12-17T07:24:02.845Z Downloaded scheduled-thread-pool v0.2.7
6832024-12-17T07:24:02.848Z Downloaded samael v0.0.17
6842024-12-17T07:24:02.852Z Downloaded pkcs1 v0.7.5
6852024-12-17T07:24:02.855Z Downloaded pin-utils v0.1.0
6862024-12-17T07:24:02.857Z Downloaded thiserror-impl v2.0.3
6872024-12-17T07:24:02.860Z Downloaded supports-color v3.0.1
6882024-12-17T07:24:02.860Z Downloaded phf_shared v0.11.2
6892024-12-17T07:24:02.863Z Downloaded phf_shared v0.10.0
6902024-12-17T07:24:02.863Z Downloaded phf_generator v0.11.2
6912024-12-17T07:24:02.866Z Downloaded spki v0.7.3
6922024-12-17T07:24:02.869Z Downloaded slab v0.4.9
6932024-12-17T07:24:02.869Z Downloaded nix v0.27.1
6942024-12-17T07:24:02.881Z Downloaded value-bag v1.9.0
6952024-12-17T07:24:02.883Z Downloaded tokio-stream v0.1.16
6962024-12-17T07:24:02.888Z Downloaded serde_derive_internals v0.29.1
6972024-12-17T07:24:02.891Z Downloaded tokio-rustls v0.26.0
6982024-12-17T07:24:02.893Z Downloaded sqlformat v0.2.6
6992024-12-17T07:24:02.896Z Downloaded debug-ignore v1.0.5
7002024-12-17T07:24:02.898Z Downloaded hickory-proto v0.24.1
7012024-12-17T07:24:02.915Z Downloaded darling_core v0.20.10
7022024-12-17T07:24:02.919Z Downloaded unicode-width v0.2.0
7032024-12-17T07:24:02.926Z Downloaded serde_path_to_error v0.1.16
7042024-12-17T07:24:02.929Z Downloaded fallible-streaming-iterator v0.1.9
7052024-12-17T07:24:02.931Z Downloaded fallible-iterator v0.3.0
7062024-12-17T07:24:02.932Z Downloaded uuid v1.11.0
7072024-12-17T07:24:02.935Z Downloaded group v0.13.0
7082024-12-17T07:24:02.938Z Downloaded ff v0.13.0
7092024-12-17T07:24:02.940Z Downloaded unicode_categories v0.1.1
7102024-12-17T07:24:02.943Z Downloaded utf8_iter v1.0.4
7112024-12-17T07:24:02.945Z Downloaded unicode-xid v0.2.6
7122024-12-17T07:24:02.945Z Downloaded regex v1.11.1
7132024-12-17T07:24:02.960Z Downloaded openssl-macros v0.1.1
7142024-12-17T07:24:02.963Z Downloaded derive-where v1.2.7
7152024-12-17T07:24:02.966Z Downloaded defmt-parser v0.3.4
7162024-12-17T07:24:02.968Z Downloaded defmt-macros v0.3.9
7172024-12-17T07:24:02.971Z Downloaded h2 v0.4.6
7182024-12-17T07:24:02.978Z Downloaded yoke-derive v0.7.4
7192024-12-17T07:24:02.980Z Downloaded writeable v0.5.5
7202024-12-17T07:24:02.983Z Downloaded nodrop v0.1.14
7212024-12-17T07:24:02.983Z Downloaded defmt v0.3.8
7222024-12-17T07:24:02.986Z Downloaded quinn-udp v0.5.5
7232024-12-17T07:24:02.989Z Downloaded polar-core v0.27.3
7242024-12-17T07:24:02.999Z Downloaded parking_lot v0.12.3
7252024-12-17T07:24:03.002Z Downloaded similar v2.6.0
7262024-12-17T07:24:03.007Z Downloaded tower-service v0.3.3
7272024-12-17T07:24:03.010Z Downloaded rfc6979 v0.4.0
7282024-12-17T07:24:03.010Z Downloaded resolv-conf v0.7.0
7292024-12-17T07:24:03.013Z Downloaded reqwest v0.12.9
7302024-12-17T07:24:03.023Z Downloaded zerovec-derive v0.10.3
7312024-12-17T07:24:03.025Z Downloaded psl-types v2.0.11
7322024-12-17T07:24:03.027Z Downloaded uzers v0.12.1
7332024-12-17T07:24:03.029Z Downloaded proptest v1.5.0
7342024-12-17T07:24:03.039Z Downloaded snafu v0.8.5
7352024-12-17T07:24:03.045Z Downloaded ena v0.14.3
7362024-12-17T07:24:03.047Z Downloaded path-slash v0.1.5
7372024-12-17T07:24:03.049Z Downloaded typify-impl v0.2.0
7382024-12-17T07:24:03.067Z Downloaded parking_lot_core v0.8.6
7392024-12-17T07:24:03.069Z Downloaded elliptic-curve v0.13.8
7402024-12-17T07:24:03.073Z Downloaded serde-hex v0.1.0
7412024-12-17T07:24:03.076Z Downloaded regex-automata v0.4.8
7422024-12-17T07:24:03.094Z Downloaded dirs-sys-next v0.1.2
7432024-12-17T07:24:03.097Z Downloaded zerovec v0.10.4
7442024-12-17T07:24:03.102Z Downloaded radix_trie v0.2.1
7452024-12-17T07:24:03.108Z Downloaded ed25519 v2.2.3
7462024-12-17T07:24:03.111Z Downloaded dyn-clone v1.0.17
7472024-12-17T07:24:03.113Z Downloaded dunce v1.0.5
7482024-12-17T07:24:03.116Z Downloaded zeroize_derive v1.4.2
7492024-12-17T07:24:03.116Z Downloaded want v0.3.1
7502024-12-17T07:24:03.118Z Downloaded walkdir v2.5.0
7512024-12-17T07:24:03.121Z Downloaded toml_edit v0.19.15
7522024-12-17T07:24:03.136Z Downloaded shlex v1.3.0
7532024-12-17T07:24:03.139Z Downloaded rsa v0.9.6
7542024-12-17T07:24:03.144Z Downloaded ron v0.8.1
7552024-12-17T07:24:03.150Z Downloaded p384 v0.13.0
7562024-12-17T07:24:03.158Z Downloaded tracing v0.1.40
7572024-12-17T07:24:03.164Z Downloaded tracing-attributes v0.1.27
7582024-12-17T07:24:03.166Z Downloaded tls_codec v0.4.1
7592024-12-17T07:24:03.169Z Downloaded tar v0.4.42
7602024-12-17T07:24:03.173Z Downloaded futures-executor v0.3.31
7612024-12-17T07:24:03.178Z Downloaded vcpkg v0.2.15
7622024-12-17T07:24:03.214Z Downloaded futures-core v0.3.31
7632024-12-17T07:24:03.217Z Downloaded utf16_iter v1.0.5
7642024-12-17T07:24:03.220Z Downloaded utf-8 v0.7.6
7652024-12-17T07:24:03.220Z Downloaded untrusted v0.9.0
7662024-12-17T07:24:03.222Z Downloaded untrusted v0.7.1
7672024-12-17T07:24:03.222Z Downloaded unsafe-libyaml v0.2.11
7682024-12-17T07:24:03.225Z Downloaded universal-hash v0.5.1
7692024-12-17T07:24:03.227Z Downloaded fd-lock v4.0.2
7702024-12-17T07:24:03.230Z Downloaded fatfs v0.3.6
7712024-12-17T07:24:03.233Z Downloaded fallible-iterator v0.2.0
7722024-12-17T07:24:03.235Z Downloaded expectorate v1.1.0
7732024-12-17T07:24:03.238Z Downloaded embedded-io v0.6.1
7742024-12-17T07:24:03.238Z Downloaded opaque-debug v0.3.1
7752024-12-17T07:24:03.241Z Downloaded num-rational v0.4.2
7762024-12-17T07:24:03.244Z Downloaded number_prefix v0.4.0
7772024-12-17T07:24:03.244Z Downloaded num-iter v0.1.45
7782024-12-17T07:24:03.244Z Downloaded num-integer v0.1.46
7792024-12-17T07:24:03.246Z Downloaded openssl-probe v0.1.5
7802024-12-17T07:24:03.246Z Downloaded openssl-sys v0.9.103
7812024-12-17T07:24:03.252Z Downloaded termtree v0.4.1
7822024-12-17T07:24:03.255Z Downloaded signal-hook-mio v0.2.4
7832024-12-17T07:24:03.257Z Downloaded tls_codec_derive v0.4.1
7842024-12-17T07:24:03.257Z Downloaded slog-bunyan v2.5.0
7852024-12-17T07:24:03.259Z Downloaded quinn-proto v0.11.8
7862024-12-17T07:24:03.266Z Downloaded quinn v0.11.5
7872024-12-17T07:24:03.270Z Downloaded postgres-protocol v0.6.7
7882024-12-17T07:24:03.273Z Downloaded termcolor v1.4.1
7892024-12-17T07:24:03.275Z Downloaded signature v2.2.0
7902024-12-17T07:24:03.275Z Downloaded signal-hook-tokio v0.3.1
7912024-12-17T07:24:03.278Z Downloaded signal-hook-registry v1.4.2
7922024-12-17T07:24:03.278Z Downloaded sha1 v0.10.6
7932024-12-17T07:24:03.281Z Downloaded num-derive v0.4.2
7942024-12-17T07:24:03.283Z Downloaded dhcproto v0.12.0
7952024-12-17T07:24:03.286Z Downloaded new_debug_unreachable v1.0.6
7962024-12-17T07:24:03.288Z Downloaded globset v0.4.15
7972024-12-17T07:24:03.290Z Downloaded zopfli v0.8.1
7982024-12-17T07:24:03.292Z Downloaded tough v0.19.0
7992024-12-17T07:24:03.301Z Downloaded ghash v0.5.1
8002024-12-17T07:24:03.304Z Downloaded foreign-types v0.3.2
8012024-12-17T07:24:03.304Z Downloaded openssl v0.10.66
8022024-12-17T07:24:03.315Z Downloaded enum-as-inner v0.5.1
8032024-12-17T07:24:03.317Z Downloaded secrecy v0.8.0
8042024-12-17T07:24:03.320Z Downloaded powerfmt v0.2.0
8052024-12-17T07:24:03.320Z Downloaded scrypt v0.11.0
8062024-12-17T07:24:03.323Z Downloaded time-macros v0.2.18
8072024-12-17T07:24:03.325Z Downloaded dropshot_endpoint v0.12.0
8082024-12-17T07:24:03.328Z Downloaded topological-sort v0.2.2
8092024-12-17T07:24:03.331Z Downloaded tap v1.0.1
8102024-12-17T07:24:03.331Z Downloaded toolchain_find v0.4.0
8112024-12-17T07:24:03.333Z Downloaded salty v0.3.0
8122024-12-17T07:24:03.339Z Downloaded which v4.4.2
8132024-12-17T07:24:03.341Z Downloaded rustls-webpki v0.102.8
8142024-12-17T07:24:03.361Z Downloaded xattr v1.3.1
8152024-12-17T07:24:03.363Z Downloaded structmeta-derive v0.3.0
8162024-12-17T07:24:03.366Z Downloaded ron v0.7.1
8172024-12-17T07:24:03.369Z Downloaded whoami v1.5.2
8182024-12-17T07:24:03.372Z Downloaded ref-cast-impl v1.0.23
8192024-12-17T07:24:03.374Z Downloaded ref-cast v1.0.23
8202024-12-17T07:24:03.377Z Downloaded wait-timeout v0.2.0
8212024-12-17T07:24:03.377Z Downloaded vte_generate_state_changes v0.1.2
8222024-12-17T07:24:03.379Z Downloaded xz2 v0.1.7
8232024-12-17T07:24:03.382Z Downloaded rustls-pemfile v2.2.0
8242024-12-17T07:24:03.385Z Downloaded strum_macros v0.24.3
8252024-12-17T07:24:03.385Z Downloaded dirs-next v2.0.0
8262024-12-17T07:24:03.387Z Downloaded diff v0.1.13
8272024-12-17T07:24:03.390Z Downloaded omicron-zone-package v0.11.1
8282024-12-17T07:24:03.392Z Downloaded rustls-webpki v0.101.7
8292024-12-17T07:24:03.408Z Downloaded olpc-cjson v0.1.4
8302024-12-17T07:24:03.410Z Downloaded num-bigint-dig v0.8.4
8312024-12-17T07:24:03.414Z Downloaded fixedbitset v0.4.2
8322024-12-17T07:24:03.416Z Downloaded time-core v0.1.2
8332024-12-17T07:24:03.418Z Downloaded filetime v0.2.25
8342024-12-17T07:24:03.418Z Downloaded phf v0.11.2
8352024-12-17T07:24:03.421Z Downloaded object v0.36.5
8362024-12-17T07:24:03.432Z Downloaded parse-zoneinfo v0.3.1
8372024-12-17T07:24:03.435Z Downloaded futures-task v0.3.31
8382024-12-17T07:24:03.437Z Downloaded flate2 v1.0.34
8392024-12-17T07:24:03.443Z Downloaded object v0.30.4
8402024-12-17T07:24:03.455Z Downloaded term v0.7.0
8412024-12-17T07:24:03.458Z Downloaded pkcs8 v0.10.2
8422024-12-17T07:24:03.461Z Downloaded difflib v0.4.0
8432024-12-17T07:24:03.464Z Downloaded zip v0.6.6
8442024-12-17T07:24:03.466Z Downloaded zeroize v1.8.1
8452024-12-17T07:24:03.469Z Downloaded tokio-macros v2.4.0
8462024-12-17T07:24:03.471Z Downloaded num v0.4.3
8472024-12-17T07:24:03.471Z Downloaded normalize-line-endings v0.3.0
8482024-12-17T07:24:03.472Z Downloaded newtype-uuid v1.1.3
8492024-12-17T07:24:03.474Z Downloaded getrandom v0.2.15
8502024-12-17T07:24:03.476Z Downloaded ppv-lite86 v0.2.20
8512024-12-17T07:24:03.479Z Downloaded vergen v8.3.2
8522024-12-17T07:24:03.481Z Downloaded url v2.5.3
8532024-12-17T07:24:03.484Z Downloaded shell-words v1.1.0
8542024-12-17T07:24:03.486Z Downloaded tokio-rustls v0.25.0
8552024-12-17T07:24:03.489Z Downloaded rustyline v14.0.0
8562024-12-17T07:24:03.492Z Downloaded peg-macros v0.8.4
8572024-12-17T07:24:03.495Z Downloaded thiserror-no-std v2.0.2
8582024-12-17T07:24:03.498Z Downloaded thiserror-impl-no-std v2.0.2
8592024-12-17T07:24:03.501Z Downloaded rand_chacha v0.3.1
8602024-12-17T07:24:03.503Z Downloaded ssh-cipher v0.2.0
8612024-12-17T07:24:03.503Z Downloaded structmeta v0.3.0
8622024-12-17T07:24:03.503Z Downloaded salsa20 v0.10.2
8632024-12-17T07:24:03.506Z Downloaded gimli v0.31.1
8642024-12-17T07:24:03.512Z Downloaded rustc_version v0.4.1
8652024-12-17T07:24:03.515Z Downloaded foreign-types v0.5.0
8662024-12-17T07:24:03.515Z Downloaded zip v2.1.3
8672024-12-17T07:24:03.519Z Downloaded rayon v1.10.0
8682024-12-17T07:24:03.528Z Downloaded siphasher v0.3.11
8692024-12-17T07:24:03.531Z Downloaded vsss-rs v3.3.4
8702024-12-17T07:24:03.533Z Downloaded pbkdf2 v0.12.2
8712024-12-17T07:24:03.535Z Downloaded password-hash v0.5.0
8722024-12-17T07:24:03.535Z Downloaded nom v7.1.3
8732024-12-17T07:24:03.541Z Downloaded password-hash v0.4.2
8742024-12-17T07:24:03.544Z Downloaded nibble_vec v0.1.0
8752024-12-17T07:24:03.547Z Downloaded float-ord v0.3.2
8762024-12-17T07:24:03.547Z Downloaded flagset v0.4.6
8772024-12-17T07:24:03.550Z Downloaded rustls v0.23.19
8782024-12-17T07:24:03.559Z Downloaded futures-macro v0.3.31
8792024-12-17T07:24:03.561Z Downloaded futures-channel v0.3.31
8802024-12-17T07:24:03.564Z Downloaded fs_extra v1.3.0
8812024-12-17T07:24:03.566Z Downloaded foldhash v0.1.3
8822024-12-17T07:24:03.566Z Downloaded rand v0.8.5
8832024-12-17T07:24:03.569Z Downloaded parse-size v1.1.0
8842024-12-17T07:24:03.571Z Downloaded newtype_derive v0.1.6
8852024-12-17T07:24:03.574Z Downloaded sqlparser v0.45.0
8862024-12-17T07:24:03.577Z Downloaded subprocess v0.2.9
8872024-12-17T07:24:03.580Z Downloaded pretty-hex v0.2.1
8882024-12-17T07:24:03.583Z Downloaded primeorder v0.13.6
8892024-12-17T07:24:03.583Z Downloaded predicates-tree v1.0.11
8902024-12-17T07:24:03.585Z Downloaded prettyplease v0.2.25
8912024-12-17T07:24:03.589Z Downloaded nanorand v0.7.0
8922024-12-17T07:24:03.591Z Downloaded hash32 v0.2.1
8932024-12-17T07:24:03.591Z Downloaded zone_cfg_derive v0.1.2
8942024-12-17T07:24:03.591Z Downloaded zone v0.3.0
8952024-12-17T07:24:03.593Z Downloaded zone v0.1.8
8962024-12-17T07:24:03.593Z Downloaded futures v0.3.31
8972024-12-17T07:24:03.597Z Downloaded test-strategy v0.3.1
8982024-12-17T07:24:03.601Z Downloaded termios v0.3.3
8992024-12-17T07:24:03.603Z Downloaded nix v0.29.0
9002024-12-17T07:24:03.614Z Downloaded futures-sink v0.3.31
9012024-12-17T07:24:03.616Z Downloaded time v0.3.36
9022024-12-17T07:24:03.622Z Downloaded thread_local v1.1.8
9032024-12-17T07:24:03.624Z Downloaded newline-converter v0.3.0
9042024-12-17T07:24:03.624Z Downloaded git2 v0.19.0
9052024-12-17T07:24:03.632Z Downloaded futures-util v0.3.31
9062024-12-17T07:24:03.645Z Downloaded rustls v0.22.4
9072024-12-17T07:24:03.659Z Downloaded ratatui v0.28.1
9082024-12-17T07:24:03.679Z Downloaded structmeta-derive v0.2.0
9092024-12-17T07:24:03.681Z Downloaded semver v0.1.20
9102024-12-17T07:24:03.681Z Downloaded rustls v0.21.12
9112024-12-17T07:24:03.692Z Downloaded russh v0.45.0
9122024-12-17T07:24:03.697Z Downloaded predicates-core v1.0.8
9132024-12-17T07:24:03.699Z Downloaded predicates v3.1.2
9142024-12-17T07:24:03.702Z Downloaded strum v0.26.3
9152024-12-17T07:24:03.702Z Downloaded sled v0.34.7
9162024-12-17T07:24:03.712Z Downloaded num-bigint v0.4.6
9172024-12-17T07:24:03.717Z Downloaded openapiv3 v2.0.0
9182024-12-17T07:24:03.730Z Downloaded petgraph v0.6.5
9192024-12-17T07:24:03.748Z Downloaded russh-cryptovec v0.7.3
9202024-12-17T07:24:03.751Z Downloaded postgres-types v0.2.8
9212024-12-17T07:24:03.754Z Downloaded petname v2.0.2
9222024-12-17T07:24:03.757Z Downloaded encoding_rs v0.8.34
9232024-12-17T07:24:03.778Z Downloaded diesel-dtrace v0.4.2
9242024-12-17T07:24:03.782Z Downloaded tokio-postgres v0.7.12
9252024-12-17T07:24:03.785Z Downloaded serde-big-array v0.5.1
9262024-12-17T07:24:03.787Z Downloaded diesel_derives v2.2.3
9272024-12-17T07:24:03.790Z Downloaded x509-cert v0.2.5
9282024-12-17T07:24:03.796Z Downloaded rustfmt-wrapper v0.2.1
9292024-12-17T07:24:03.799Z Downloaded nix v0.28.0
9302024-12-17T07:24:03.809Z Downloaded waitgroup v0.1.2
9312024-12-17T07:24:03.812Z Downloaded strip-ansi-escapes v0.2.0
9322024-12-17T07:24:03.812Z Downloaded sqlparser_derive v0.2.2
9332024-12-17T07:24:03.812Z Downloaded slog-scope v4.4.0
9342024-12-17T07:24:03.815Z Downloaded slog-async v2.8.0
9352024-12-17T07:24:03.815Z Downloaded slog v2.7.0
9362024-12-17T07:24:03.817Z Downloaded rustc_version v0.1.7
9372024-12-17T07:24:03.820Z Downloaded rusqlite v0.32.1
9382024-12-17T07:24:03.824Z Downloaded dhcproto-macros v0.1.0
9392024-12-17T07:24:03.826Z Downloaded dropshot v0.15.1
9402024-12-17T07:24:03.847Z Downloaded dropshot v0.12.0
9412024-12-17T07:24:03.868Z Downloaded structmeta v0.2.0
9422024-12-17T07:24:03.871Z Downloaded libgit2-sys v0.17.0+1.8.1
9432024-12-17T07:24:03.928Z Downloaded tokio v1.42.0
9442024-12-17T07:24:03.968Z Downloaded radium v0.7.0
9452024-12-17T07:24:03.971Z Downloaded rtoolbox v0.0.2
9462024-12-17T07:24:03.971Z Downloaded peg v0.8.4
9472024-12-17T07:24:03.976Z Downloaded precomputed-hash v0.1.1
9482024-12-17T07:24:03.976Z Downloaded vte v0.11.1
9492024-12-17T07:24:03.979Z Downloaded diesel v2.2.6
9502024-12-17T07:24:03.996Z Downloaded wyz v0.5.1
9512024-12-17T07:24:03.998Z Downloaded write16 v1.0.0
9522024-12-17T07:24:03.999Z Downloaded oso-derive v0.27.3
9532024-12-17T07:24:04.001Z Downloaded oso v0.27.3
9542024-12-17T07:24:04.004Z Downloaded dropshot_endpoint v0.15.1
9552024-12-17T07:24:04.006Z Downloaded smoltcp v0.11.0
9562024-12-17T07:24:04.018Z Downloaded smoltcp v0.9.1
9572024-12-17T07:24:04.028Z Downloaded winnow v0.5.40
9582024-12-17T07:24:04.037Z Downloaded tiny-keccak v2.0.2
9592024-12-17T07:24:04.042Z Downloaded trust-dns-proto v0.22.0
9602024-12-17T07:24:04.052Z Downloaded schemars_derive v0.8.21
9612024-12-17T07:24:04.055Z Downloaded publicsuffix v2.2.3
9622024-12-17T07:24:04.057Z Downloaded progenitor-impl v0.8.0
9632024-12-17T07:24:04.060Z Downloaded progenitor v0.8.0
9642024-12-17T07:24:04.060Z Downloaded postcard v1.0.10
9652024-12-17T07:24:04.063Z Downloaded endian-type v0.1.2
9662024-12-17T07:24:04.063Z Downloaded embedded-io v0.4.0
9672024-12-17T07:24:04.065Z Downloaded ed25519-dalek v2.1.1
9682024-12-17T07:24:04.068Z Downloaded dsl_auto_type v0.1.2
9692024-12-17T07:24:04.071Z Downloaded ecdsa v0.16.9
9702024-12-17T07:24:04.074Z Downloaded sha3 v0.10.8
9712024-12-17T07:24:04.078Z Downloaded zerocopy v0.6.6
9722024-12-17T07:24:04.081Z Downloaded zone_cfg_derive v0.3.0
9732024-12-17T07:24:04.083Z Downloaded p521 v0.13.3
9742024-12-17T07:24:04.087Z Downloaded smf v0.2.3
9752024-12-17T07:24:04.087Z Downloaded slog-term v2.9.1
9762024-12-17T07:24:04.089Z Downloaded slog-stdlog v4.1.1
9772024-12-17T07:24:04.092Z Downloaded rayon-core v1.12.1
9782024-12-17T07:24:04.095Z Downloaded parking_lot v0.11.2
9792024-12-17T07:24:04.097Z Downloaded packed_struct_codegen v0.10.1
9802024-12-17T07:24:04.097Z Downloaded strum_macros v0.26.4
9812024-12-17T07:24:04.099Z Downloaded stringprep v0.1.5
9822024-12-17T07:24:04.102Z Downloaded ssh-encoding v0.2.0
9832024-12-17T07:24:04.102Z Downloaded tungstenite v0.23.0
9842024-12-17T07:24:04.105Z Downloaded zerocopy-derive v0.6.6
9852024-12-17T07:24:04.115Z Downloaded pkg-config v0.3.31
9862024-12-17T07:24:04.118Z Downloaded pbkdf2 v0.11.0
9872024-12-17T07:24:04.120Z Downloaded paste v1.0.15
9882024-12-17T07:24:04.122Z Downloaded pkcs5 v0.7.1
9892024-12-17T07:24:04.125Z Downloaded packed_struct v0.10.1
9902024-12-17T07:24:04.128Z Downloaded regress v0.10.1
9912024-12-17T07:24:04.135Z Downloaded regress v0.9.1
9922024-12-17T07:24:04.144Z Downloaded num-complex v0.4.6
9932024-12-17T07:24:04.147Z Downloaded tungstenite v0.21.0
9942024-12-17T07:24:04.151Z Downloaded tui-tree-widget v0.22.0
9952024-12-17T07:24:04.154Z Downloaded tokio-tungstenite v0.21.0
9962024-12-17T07:24:04.156Z Downloaded snafu-derive v0.8.5
9972024-12-17T07:24:04.156Z Downloaded slog-json v2.6.1
9982024-12-17T07:24:04.159Z Downloaded slog-dtrace v0.3.0
9992024-12-17T07:24:04.159Z Downloaded csv v1.3.0
10002024-12-17T07:24:04.179Z Downloaded multer v3.1.0
10012024-12-17T07:24:04.181Z Downloaded mockall_derive v0.13.0
10022024-12-17T07:24:04.184Z Downloaded mirai-annotations v1.12.0
10032024-12-17T07:24:04.186Z Downloaded headers-core v0.3.0
10042024-12-17T07:24:04.186Z Downloaded des v0.8.1
10052024-12-17T07:24:04.189Z Downloaded derive_builder_macro v0.20.2
10062024-12-17T07:24:04.189Z Downloaded derive_builder_core v0.20.2
10072024-12-17T07:24:04.191Z Downloaded derive_builder v0.20.2
10082024-12-17T07:24:04.195Z Downloaded spin v0.5.2
10092024-12-17T07:24:04.195Z Downloaded regex-syntax v0.8.5
10102024-12-17T07:24:04.206Z Downloaded pin-project-lite v0.2.14
10112024-12-17T07:24:04.209Z Downloaded phf_codegen v0.11.2
10122024-12-17T07:24:04.215Z Downloaded mockall v0.13.0
10132024-12-17T07:24:04.215Z Downloaded gethostname v0.5.0
10142024-12-17T07:24:04.215Z Downloaded fxhash v0.2.1
10152024-12-17T07:24:04.217Z Downloaded flume v0.11.1
10162024-12-17T07:24:04.217Z Downloaded display-error-chain v0.2.2
10172024-12-17T07:24:04.217Z Downloaded diesel_table_macro_syntax v0.2.0
10182024-12-17T07:24:04.220Z Downloaded zerocopy-derive v0.8.10
10192024-12-17T07:24:04.223Z Downloaded zerocopy v0.8.10
10202024-12-17T07:24:04.248Z Downloaded chrono-tz v0.10.0
10212024-12-17T07:24:04.255Z Downloaded yasna v0.5.2
10222024-12-17T07:24:04.257Z Downloaded webpki-roots v0.26.6
10232024-12-17T07:24:04.260Z Downloaded unarray v0.1.4
10242024-12-17T07:24:04.264Z Downloaded typify-macro v0.2.0
10252024-12-17T07:24:04.264Z Downloaded typify v0.2.0
10262024-12-17T07:24:04.268Z Downloaded typed-path v0.9.3
10272024-12-17T07:24:04.272Z Downloaded tokio-tungstenite v0.23.1
10282024-12-17T07:24:04.276Z Downloaded take_mut v0.2.2
10292024-12-17T07:24:04.276Z Downloaded sync-ptr v0.1.1
10302024-12-17T07:24:04.279Z Downloaded steno v0.4.1
10312024-12-17T07:24:04.281Z Downloaded serde_plain v1.0.2
10322024-12-17T07:24:04.281Z Downloaded form_urlencoded v1.2.1
10332024-12-17T07:24:04.283Z Downloaded foreign-types-shared v0.3.1
10342024-12-17T07:24:04.283Z Downloaded foreign-types-macros v0.2.3
10352024-12-17T07:24:04.283Z Downloaded float-cmp v0.9.0
10362024-12-17T07:24:04.287Z Downloaded data-encoding v2.6.0
10372024-12-17T07:24:04.287Z Downloaded tracing-core v0.1.32
10382024-12-17T07:24:04.290Z Downloaded rusty-fork v0.3.0
10392024-12-17T07:24:04.290Z Downloaded rustversion v1.0.17
10402024-12-17T07:24:04.293Z Downloaded russh-keys v0.45.0
10412024-12-17T07:24:04.296Z Downloaded reedline v0.35.0
10422024-12-17T07:24:04.302Z Downloaded rcgen v0.12.1
10432024-12-17T07:24:04.304Z Downloaded ssh-key v0.6.6
10442024-12-17T07:24:04.311Z Downloaded progenitor-client v0.8.0
10452024-12-17T07:24:04.314Z Downloaded ring v0.17.8
10462024-12-17T07:24:04.382Z Downloaded poly1305 v0.8.0
10472024-12-17T07:24:04.385Z Downloaded parse-display-derive v0.10.0
10482024-12-17T07:24:04.387Z Downloaded parse-display v0.10.0
10492024-12-17T07:24:04.387Z Downloaded p256 v0.13.2
10502024-12-17T07:24:04.390Z Downloaded num_threads v0.1.7
10512024-12-17T07:24:04.392Z Downloaded num_enum_derive v0.5.11
10522024-12-17T07:24:04.392Z Downloaded num_enum v0.5.11
10532024-12-17T07:24:04.396Z Downloaded env_logger v0.10.2
10542024-12-17T07:24:04.399Z Downloaded enum-as-inner v0.6.1
10552024-12-17T07:24:04.402Z Downloaded unicode-truncate v1.1.0
10562024-12-17T07:24:04.404Z Downloaded smallvec v0.6.14
10572024-12-17T07:24:04.404Z Downloaded slog-envlogger v2.2.0
10582024-12-17T07:24:04.407Z Downloaded quick-xml v0.33.0
10592024-12-17T07:24:04.411Z Downloaded socket2 v0.5.7
10602024-12-17T07:24:04.414Z Downloaded rustc-hash v1.1.0
10612024-12-17T07:24:04.416Z Downloaded rpassword v7.3.1
10622024-12-17T07:24:04.416Z Downloaded unicode-segmentation v1.12.0
10632024-12-17T07:24:04.419Z Downloaded try-lock v0.2.5
10642024-12-17T07:24:04.421Z Downloaded tokio-rustls v0.24.1
10652024-12-17T07:24:04.424Z Downloaded tinystr v0.7.6
10662024-12-17T07:24:04.426Z Downloaded synstructure v0.13.1
10672024-12-17T07:24:04.426Z Downloaded sync_wrapper v1.0.1
10682024-12-17T07:24:04.426Z Downloaded static_assertions v1.1.0
10692024-12-17T07:24:04.428Z Downloaded serde_urlencoded v0.7.1
10702024-12-17T07:24:04.432Z Downloaded sct v0.7.1
10712024-12-17T07:24:04.437Z Downloaded mime_guess v2.0.5
10722024-12-17T07:24:04.437Z Downloaded libefi-sys v0.1.0
10732024-12-17T07:24:04.437Z Downloaded hostname v0.3.1
10742024-12-17T07:24:04.441Z Downloaded sec1 v0.7.3
10752024-12-17T07:24:04.441Z Downloaded rustls-pemfile v1.0.4
10762024-12-17T07:24:04.441Z Downloaded rustc-demangle v0.1.24
10772024-12-17T07:24:04.444Z Downloaded managed v0.8.0
10782024-12-17T07:24:04.444Z Downloaded lru-cache v0.1.2
10792024-12-17T07:24:04.444Z Downloaded lockfree-object-pool v0.1.6
10802024-12-17T07:24:04.446Z Downloaded linear-map v1.2.0
10812024-12-17T07:24:04.448Z Downloaded libxml v0.3.3
10822024-12-17T07:24:04.452Z Downloaded libsw v3.3.1
10832024-12-17T07:24:04.455Z Downloaded idna v0.4.0
10842024-12-17T07:24:04.461Z Downloaded idna v0.2.3
10852024-12-17T07:24:04.468Z Downloaded memmap2 v0.9.5
10862024-12-17T07:24:04.470Z Downloaded md-5 v0.10.6
10872024-12-17T07:24:04.472Z Downloaded hyper-util v0.1.10
10882024-12-17T07:24:04.475Z Downloaded match_cfg v0.1.0
10892024-12-17T07:24:04.483Z Downloaded indicatif v0.17.9
10902024-12-17T07:24:04.487Z Downloaded indent_write v2.2.0
10912024-12-17T07:24:04.487Z Downloaded hyper-staticfile v0.10.1
10922024-12-17T07:24:04.487Z Downloaded hubpack_derive v0.1.1
10932024-12-17T07:24:04.487Z Downloaded http-range v0.1.5
10942024-12-17T07:24:04.487Z Downloaded hostname v0.4.0
10952024-12-17T07:24:04.487Z Downloaded highway v1.2.0
10962024-12-17T07:24:04.489Z Downloaded hickory-server v0.24.1
10972024-12-17T07:24:04.498Z Downloaded hickory-resolver v0.24.1
10982024-12-17T07:24:04.498Z Downloaded heapless v0.8.0
10992024-12-17T07:24:04.501Z Downloaded bitfield v0.14.0
11002024-12-17T07:24:04.503Z Downloaded bindgen v0.69.5
11012024-12-17T07:24:04.509Z Downloaded linked-hash-map v0.5.6
11022024-12-17T07:24:04.511Z Downloaded indexmap v1.9.3
11032024-12-17T07:24:04.514Z Downloaded icu_locid v1.5.0
11042024-12-17T07:24:04.517Z Downloaded hkdf v0.12.4
11052024-12-17T07:24:04.520Z Downloaded ipnet v2.10.1
11062024-12-17T07:24:04.522Z Downloaded jobserver v0.1.32
11072024-12-17T07:24:04.526Z Downloaded icu_locid_transform_data v1.5.0
11082024-12-17T07:24:04.526Z Downloaded inout v0.1.3
11092024-12-17T07:24:04.528Z Downloaded icu_locid_transform v1.5.0
11102024-12-17T07:24:04.528Z Downloaded hmac v0.12.1
11112024-12-17T07:24:04.530Z Downloaded darling v0.20.10
11122024-12-17T07:24:04.534Z Downloaded hyper-tls v0.6.0
11132024-12-17T07:24:04.537Z Downloaded hyper-rustls v0.27.3
11142024-12-17T07:24:04.540Z Downloaded bitvec v1.0.1
11152024-12-17T07:24:04.552Z Downloaded http-body-util v0.1.2
11162024-12-17T07:24:04.557Z Downloaded http-body v1.0.1
11172024-12-17T07:24:04.557Z Downloaded home v0.5.9
11182024-12-17T07:24:04.559Z Downloaded arc-swap v1.7.1
11192024-12-17T07:24:04.559Z Downloaded allocator-api2 v0.2.18
11202024-12-17T07:24:04.562Z Downloaded hex-literal v0.4.1
11212024-12-17T07:24:04.564Z Downloaded crossbeam-deque v0.8.5
11222024-12-17T07:24:04.566Z Downloaded convert_case v0.4.0
11232024-12-17T07:24:04.566Z Downloaded colored v2.1.0
11242024-12-17T07:24:04.569Z Downloaded cmake v0.1.51
11252024-12-17T07:24:04.569Z Downloaded cipher v0.4.4
11262024-12-17T07:24:04.572Z Downloaded ciborium-ll v0.2.2
11272024-12-17T07:24:04.572Z Downloaded ciborium-io v0.2.2
11282024-12-17T07:24:04.572Z Downloaded cfg_aliases v0.2.1
11292024-12-17T07:24:04.575Z Downloaded base64ct v1.6.0
11302024-12-17T07:24:04.575Z Downloaded ahash v0.8.11
11312024-12-17T07:24:04.578Z Downloaded bitflags v1.3.2
11322024-12-17T07:24:04.581Z Downloaded arrayvec v0.7.6
11332024-12-17T07:24:04.584Z Downloaded async-stream v0.3.6
11342024-12-17T07:24:04.584Z Downloaded async-stream-impl v0.3.6
11352024-12-17T07:24:04.586Z Downloaded aead v0.5.2
11362024-12-17T07:24:04.586Z Downloaded adler2 v2.0.0
11372024-12-17T07:24:04.589Z Downloaded addr2line v0.24.2
11382024-12-17T07:24:04.589Z Downloaded bcs v0.1.6
11392024-12-17T07:24:04.591Z Downloaded bitfield-struct v0.6.2
11402024-12-17T07:24:04.604Z Downloaded ring v0.16.20
11412024-12-17T07:24:04.696Z Downloaded aws-lc-sys v0.22.0
11422024-12-17T07:24:04.930Z Downloaded libsqlite3-sys v0.30.1
11432024-12-17T07:24:05.167Z Compiling serde v1.0.215
11442024-12-17T07:24:05.170Z Compiling lock_api v0.4.12
11452024-12-17T07:24:05.170Z Compiling scopeguard v1.2.0
11462024-12-17T07:24:05.170Z Compiling value-bag v1.9.0
11472024-12-17T07:24:05.170Z Compiling typenum v1.17.0
11482024-12-17T07:24:05.170Z Compiling generic-array v0.14.7
11492024-12-17T07:24:05.170Z Compiling syn v2.0.90
11502024-12-17T07:24:05.170Z Compiling getrandom v0.2.15
11512024-12-17T07:24:05.443Z Compiling shlex v1.3.0
11522024-12-17T07:24:05.628Z Compiling rand_core v0.6.4
11532024-12-17T07:24:05.848Z Compiling log v0.4.22
11542024-12-17T07:24:05.851Z Compiling subtle v2.6.1
11552024-12-17T07:24:05.933Z Compiling jobserver v0.1.32
11562024-12-17T07:24:05.976Z Compiling smallvec v1.13.2
11572024-12-17T07:24:06.212Z Compiling const-oid v0.9.6
11582024-12-17T07:24:06.250Z Compiling pin-project-lite v0.2.14
11592024-12-17T07:24:06.347Z Compiling cc v1.1.30
11602024-12-17T07:24:06.385Z Compiling spin v0.9.8
11612024-12-17T07:24:06.410Z Compiling rustix v0.38.37
11622024-12-17T07:24:06.762Z Compiling parking_lot_core v0.9.10
11632024-12-17T07:24:06.808Z Compiling futures-core v0.3.31
11642024-12-17T07:24:06.932Z Compiling signal-hook-registry v1.4.2
11652024-12-17T07:24:07.075Z Compiling mio v1.0.2
11662024-12-17T07:24:07.332Z Compiling aho-corasick v1.1.3
11672024-12-17T07:24:07.818Z Compiling parking_lot v0.12.3
11682024-12-17T07:24:07.979Z Compiling cpufeatures v0.2.14
11692024-12-17T07:24:08.091Z Compiling regex-syntax v0.8.5
11702024-12-17T07:24:08.187Z Compiling lazy_static v1.5.0
11712024-12-17T07:24:08.317Z Compiling futures-sink v0.3.31
11722024-12-17T07:24:08.337Z Compiling stable_deref_trait v1.2.0
11732024-12-17T07:24:08.339Z Compiling either v1.13.0
11742024-12-17T07:24:08.444Z Compiling glob v0.3.1
11752024-12-17T07:24:08.465Z Compiling socket2 v0.5.7
11762024-12-17T07:24:08.822Z Compiling slab v0.4.9
11772024-12-17T07:24:08.852Z Compiling prettyplease v0.2.25
11782024-12-17T07:24:09.211Z Compiling minimal-lexical v0.2.1
11792024-12-17T07:24:09.449Z Compiling libloading v0.8.5
11802024-12-17T07:24:09.469Z Compiling clang-sys v1.8.1
11812024-12-17T07:24:09.595Z Compiling bindgen v0.69.5
11822024-12-17T07:24:09.739Z Compiling nom v7.1.3
11832024-12-17T07:24:09.875Z Compiling serde_json v1.0.133
11842024-12-17T07:24:10.216Z Compiling home v0.5.9
11852024-12-17T07:24:10.456Z Compiling itertools v0.10.5
11862024-12-17T07:24:10.494Z Compiling futures-channel v0.3.31
11872024-12-17T07:24:10.866Z Compiling rustc-hash v1.1.0
11882024-12-17T07:24:10.902Z Compiling futures-io v0.3.31
11892024-12-17T07:24:11.042Z Compiling allocator-api2 v0.2.18
11902024-12-17T07:24:11.225Z Compiling lazycell v1.3.0
11912024-12-17T07:24:11.405Z Compiling pin-utils v0.1.0
11922024-12-17T07:24:11.508Z Compiling futures-task v0.3.31
11932024-12-17T07:24:11.809Z Compiling regex-automata v0.4.8
11942024-12-17T07:24:11.842Z Compiling foldhash v0.1.3
11952024-12-17T07:24:12.161Z Compiling hashbrown v0.15.1
11962024-12-17T07:24:13.174Z Compiling synstructure v0.13.1
11972024-12-17T07:24:13.467Z Compiling cexpr v0.6.0
11982024-12-17T07:24:13.506Z Compiling cmake v0.1.51
11992024-12-17T07:24:14.546Z Compiling fs_extra v1.3.0
12002024-12-17T07:24:14.910Z Compiling libm v0.2.8
12012024-12-17T07:24:15.065Z Compiling pkg-config v0.3.31
12022024-12-17T07:24:15.148Z Compiling dunce v1.0.5
12032024-12-17T07:24:15.227Z Compiling tinyvec_macros v0.1.1
12042024-12-17T07:24:15.307Z Compiling tinyvec v1.8.0
12052024-12-17T07:24:15.310Z Compiling num-traits v0.2.19
12062024-12-17T07:24:15.834Z Compiling ring v0.17.8
12072024-12-17T07:24:16.513Z Compiling base64ct v1.6.0
12082024-12-17T07:24:16.612Z Compiling paste v1.0.15
12092024-12-17T07:24:16.738Z Compiling writeable v0.5.5
12102024-12-17T07:24:16.829Z Compiling unicode-normalization v0.1.24
12112024-12-17T07:24:16.969Z Compiling unicode-bidi v0.3.17
12122024-12-17T07:24:17.074Z Compiling litemap v0.7.3
12132024-12-17T07:24:17.331Z Compiling regex v1.11.1
12142024-12-17T07:24:17.447Z Compiling pem-rfc7468 v0.7.0
12152024-12-17T07:24:18.156Z Compiling httparse v1.9.5
12162024-12-17T07:24:18.301Z Compiling aws-lc-rs v1.10.0
12172024-12-17T07:24:18.426Z Compiling flagset v0.4.6
12182024-12-17T07:24:18.759Z Compiling tracing-core v0.1.32
12192024-12-17T07:24:18.982Z Compiling rustls-pki-types v1.10.0
12202024-12-17T07:24:19.736Z Compiling percent-encoding v2.3.1
12212024-12-17T07:24:19.896Z Compiling icu_locid_transform_data v1.5.0
12222024-12-17T07:24:20.001Z Compiling crossbeam-utils v0.8.20
12232024-12-17T07:24:20.123Z Compiling untrusted v0.7.1
12242024-12-17T07:24:20.142Z Compiling untrusted v0.9.0
12252024-12-17T07:24:20.305Z Compiling icu_properties_data v1.5.0
12262024-12-17T07:24:20.322Z Compiling num-conv v0.1.0
12272024-12-17T07:24:20.385Z Compiling serde_derive v1.0.215
12282024-12-17T07:24:20.555Z Compiling zeroize_derive v1.4.2
12292024-12-17T07:24:20.584Z Compiling zerocopy-derive v0.7.35
12302024-12-17T07:24:20.602Z Compiling tokio-macros v2.4.0
12312024-12-17T07:24:20.783Z Compiling zerofrom-derive v0.1.4
12322024-12-17T07:24:22.099Z Compiling zeroize v1.8.1
12332024-12-17T07:24:22.194Z Compiling thiserror-impl v1.0.69
12342024-12-17T07:24:22.466Z Compiling yoke-derive v0.7.4
12352024-12-17T07:24:22.765Z Compiling zerocopy v0.7.35
12362024-12-17T07:24:22.950Z Compiling zerovec-derive v0.10.3
12372024-12-17T07:24:23.813Z Compiling crypto-common v0.1.6
12382024-12-17T07:24:24.061Z Compiling block-buffer v0.10.4
12392024-12-17T07:24:24.330Z Compiling digest v0.10.7
12402024-12-17T07:24:24.451Z Compiling futures-macro v0.3.31
12412024-12-17T07:24:24.832Z Compiling hmac v0.12.1
12422024-12-17T07:24:24.855Z Compiling block-padding v0.3.3
12432024-12-17T07:24:25.000Z Compiling zerofrom v0.1.4
12442024-12-17T07:24:25.131Z Compiling displaydoc v0.2.5
12452024-12-17T07:24:25.151Z Compiling inout v0.1.3
12462024-12-17T07:24:25.265Z Compiling sha2 v0.10.8
12472024-12-17T07:24:25.435Z Compiling cipher v0.4.4
12482024-12-17T07:24:25.623Z Compiling thiserror v1.0.69
12492024-12-17T07:24:25.711Z Compiling yoke v0.7.4
12502024-12-17T07:24:25.775Z Compiling ppv-lite86 v0.2.20
12512024-12-17T07:24:25.826Z Compiling icu_provider_macros v1.5.0
12522024-12-17T07:24:25.990Z Compiling der_derive v0.7.3
12532024-12-17T07:24:26.093Z Compiling zerovec v0.10.4
12542024-12-17T07:24:26.503Z Compiling futures-util v0.3.31
12552024-12-17T07:24:26.661Z Compiling rand_chacha v0.3.1
12562024-12-17T07:24:26.959Z Compiling tracing-attributes v0.1.27
12572024-12-17T07:24:27.041Z Compiling salsa20 v0.10.2
12582024-12-17T07:24:27.289Z Compiling rand v0.8.5
12592024-12-17T07:24:28.393Z Compiling tinystr v0.7.6
12602024-12-17T07:24:28.569Z Compiling der v0.7.9
12612024-12-17T07:24:28.848Z Compiling icu_locid v1.5.0
12622024-12-17T07:24:28.869Z Compiling icu_collections v1.5.0
12632024-12-17T07:24:28.989Z Compiling pest v2.7.14
12642024-12-17T07:24:29.604Z Compiling pbkdf2 v0.12.2
12652024-12-17T07:24:29.811Z Compiling mirai-annotations v1.12.0
12662024-12-17T07:24:30.014Z Compiling time-core v0.1.2
12672024-12-17T07:24:30.233Z Compiling icu_provider v1.5.0
12682024-12-17T07:24:30.373Z Compiling powerfmt v0.2.0
12692024-12-17T07:24:30.775Z Compiling spki v0.7.3
12702024-12-17T07:24:30.943Z Compiling tracing v0.1.40
12712024-12-17T07:24:31.172Z Compiling icu_locid_transform v1.5.0
12722024-12-17T07:24:31.320Z Compiling vcpkg v0.2.15
12732024-12-17T07:24:31.355Z Compiling deranged v0.3.11
12742024-12-17T07:24:31.482Z Compiling time-macros v0.2.18
12752024-12-17T07:24:32.081Z Compiling pest_meta v2.7.14
12762024-12-17T07:24:32.947Z Compiling icu_properties v1.5.1
12772024-12-17T07:24:33.340Z Compiling scrypt v0.11.0
12782024-12-17T07:24:33.461Z Compiling aes v0.8.4
12792024-12-17T07:24:33.631Z Compiling openssl-sys v0.9.103
12802024-12-17T07:24:33.908Z Compiling cbc v0.1.2
12812024-12-17T07:24:34.149Z Compiling scroll_derive v0.12.0
12822024-12-17T07:24:34.707Z Compiling bitflags v2.6.0
12832024-12-17T07:24:34.799Z Compiling bytes v1.8.0
12842024-12-17T07:24:35.713Z Compiling indexmap v2.7.0
12852024-12-17T07:24:36.180Z Compiling tokio v1.42.0
12862024-12-17T07:24:36.396Z Compiling http v1.1.0
12872024-12-17T07:24:37.223Z Compiling semver v1.0.23
12882024-12-17T07:24:37.275Z Compiling num_threads v0.1.7
12892024-12-17T07:24:37.414Z Compiling icu_normalizer_data v1.5.0
12902024-12-17T07:24:37.524Z Compiling atomic-waker v1.1.2
12912024-12-17T07:24:37.724Z Compiling rustc_version v0.4.1
12922024-12-17T07:24:37.767Z Compiling utf8_iter v1.0.4
12932024-12-17T07:24:37.976Z Compiling utf16_iter v1.0.5
12942024-12-17T07:24:38.024Z Compiling write16 v1.0.0
12952024-12-17T07:24:38.060Z Compiling http-body v1.0.1
12962024-12-17T07:24:38.161Z Compiling icu_normalizer v1.5.0
12972024-12-17T07:24:38.180Z Compiling time v0.3.36
12982024-12-17T07:24:38.235Z Compiling scroll v0.12.0
12992024-12-17T07:24:38.401Z Compiling pkcs5 v0.7.1
13002024-12-17T07:24:38.502Z Compiling pest_generator v2.7.14
13012024-12-17T07:24:38.825Z Compiling form_urlencoded v1.2.1
13022024-12-17T07:24:38.911Z Compiling try-lock v0.2.5
13032024-12-17T07:24:39.067Z Compiling slog v2.7.0
13042024-12-17T07:24:39.149Z Compiling goblin v0.8.2
13052024-12-17T07:24:39.586Z Compiling which v4.4.2
13062024-12-17T07:24:39.699Z Compiling want v0.3.1
13072024-12-17T07:24:40.167Z Compiling pkcs8 v0.10.2
13082024-12-17T07:24:40.250Z Compiling idna_adapter v1.2.0
13092024-12-17T07:24:40.482Z Compiling httpdate v1.0.3
13102024-12-17T07:24:40.577Z Compiling pest_derive v2.7.14
13112024-12-17T07:24:40.708Z Compiling idna v1.0.3
13122024-12-17T07:24:40.945Z Compiling serde_tokenstream v0.2.2
13132024-12-17T07:24:41.393Z Compiling dtrace-parser v0.2.0
13142024-12-17T07:24:41.557Z Compiling serde_spanned v0.6.8
13152024-12-17T07:24:41.761Z Compiling toml_datetime v0.6.8
13162024-12-17T07:24:41.801Z Compiling uuid v1.11.0
13172024-12-17T07:24:42.282Z Compiling openssl v0.10.66
13182024-12-17T07:24:42.630Z Compiling match_cfg v0.1.0
13192024-12-17T07:24:42.700Z Compiling foreign-types-shared v0.1.1
13202024-12-17T07:24:42.728Z Compiling iana-time-zone v0.1.61
13212024-12-17T07:24:42.820Z Compiling base64 v0.22.1
13222024-12-17T07:24:43.199Z Compiling rustversion v1.0.17
13232024-12-17T07:24:43.224Z Compiling adler2 v2.0.0
13242024-12-17T07:24:43.437Z Compiling tower-service v0.3.3
13252024-12-17T07:24:43.530Z Compiling miniz_oxide v0.8.0
13262024-12-17T07:24:43.570Z Compiling chrono v0.4.38
13272024-12-17T07:24:43.573Z Compiling foreign-types v0.3.2
13282024-12-17T07:24:43.636Z Compiling hostname v0.3.1
13292024-12-17T07:24:43.711Z Compiling url v2.5.3
13302024-12-17T07:24:43.987Z Compiling async-trait v0.1.83
13312024-12-17T07:24:45.115Z Compiling tokio-util v0.7.12
13322024-12-17T07:24:45.319Z Compiling dof v0.3.0
13332024-12-17T07:24:45.767Z Compiling openssl-macros v0.1.1
13342024-12-17T07:24:46.522Z Compiling h2 v0.4.6
13352024-12-17T07:24:46.583Z Compiling usdt-impl v0.5.0
13362024-12-17T07:24:46.788Z Compiling dirs-sys-next v0.1.2
13372024-12-17T07:24:47.375Z Compiling rustls v0.22.4
13382024-12-17T07:24:47.440Z Compiling siphasher v0.3.11
13392024-12-17T07:24:47.561Z Compiling native-tls v0.2.12
13402024-12-17T07:24:47.632Z Compiling syn v1.0.109
13412024-12-17T07:24:47.830Z Compiling data-encoding v2.6.0
13422024-12-17T07:24:47.884Z Compiling rustls v0.23.19
13432024-12-17T07:24:48.195Z Compiling dirs-next v2.0.0
13442024-12-17T07:24:48.403Z Compiling heapless v0.7.17
13452024-12-17T07:24:48.844Z Compiling http-body-util v0.1.2
13462024-12-17T07:24:49.392Z Compiling crossbeam-epoch v0.9.18
13472024-12-17T07:24:49.803Z Compiling sha1 v0.10.6
13482024-12-17T07:24:49.841Z Compiling signature v2.2.0
13492024-12-17T07:24:50.165Z Compiling bzip2-sys v0.1.11+1.0.8
13502024-12-17T07:24:50.202Z Compiling serde_derive_internals v0.29.1
13512024-12-17T07:24:50.287Z Compiling thread_local v1.1.8
13522024-12-17T07:24:50.289Z Compiling cookie v0.18.1
13532024-12-17T07:24:50.564Z Compiling encoding_rs v0.8.34
13542024-12-17T07:24:50.639Z Compiling multer v3.1.0
13552024-12-17T07:24:50.888Z Compiling mime v0.3.17
13562024-12-17T07:24:50.932Z Compiling slog-async v2.8.0
13572024-12-17T07:24:51.457Z Compiling rayon-core v1.12.1
13582024-12-17T07:24:51.488Z Compiling ipnet v2.10.1
13592024-12-17T07:24:51.732Z Compiling schemars v0.8.21
13602024-12-17T07:24:52.061Z Compiling signal-hook v0.3.17
13612024-12-17T07:24:52.179Z Compiling gimli v0.31.1
13622024-12-17T07:24:52.335Z Compiling unicode-properties v0.1.3
13632024-12-17T07:24:52.720Z Compiling openssl-probe v0.1.5
13642024-12-17T07:24:52.808Z Compiling stringprep v0.1.5
13652024-12-17T07:24:53.059Z Compiling schemars_derive v0.8.21
13662024-12-17T07:24:53.079Z Compiling toml_edit v0.22.22
13672024-12-17T07:24:54.045Z Compiling hyper v1.5.1
13682024-12-17T07:24:56.544Z Compiling hyper-util v0.1.10
13692024-12-17T07:24:57.003Z Compiling addr2line v0.24.2
13702024-12-17T07:24:57.221Z Compiling crossbeam-deque v0.8.5
13712024-12-17T07:24:57.529Z Compiling usdt-attr-macro v0.5.0
13722024-12-17T07:24:57.548Z Compiling usdt-macro v0.5.0
13732024-12-17T07:24:57.719Z Compiling term v0.7.0
13742024-12-17T07:24:58.200Z Compiling slog-json v2.6.1
13752024-12-17T07:24:58.574Z Compiling serde_urlencoded v0.7.1
13762024-12-17T07:24:59.050Z Compiling curve25519-dalek v4.1.3
13772024-12-17T07:24:59.084Z Compiling crossbeam-channel v0.5.13
13782024-12-17T07:24:59.182Z Compiling futures-executor v0.3.31
13792024-12-17T07:24:59.255Z Compiling enum-as-inner v0.6.1
13802024-12-17T07:24:59.658Z Compiling md-5 v0.10.6
13812024-12-17T07:24:59.679Z Compiling async-stream-impl v0.3.6
13822024-12-17T07:24:59.762Z Compiling num-integer v0.1.46
13832024-12-17T07:24:59.924Z Compiling rustls-pemfile v2.2.0
13842024-12-17T07:25:00.248Z Compiling idna v0.4.0
13852024-12-17T07:25:00.303Z Compiling idna v0.3.0
13862024-12-17T07:25:00.388Z Compiling hash32 v0.2.1
13872024-12-17T07:25:00.603Z Compiling ff v0.13.0
13882024-12-17T07:25:00.779Z Compiling is-terminal v0.4.13
13892024-12-17T07:25:00.850Z Compiling dropshot v0.12.0
13902024-12-17T07:25:00.908Z Compiling object v0.36.5
13912024-12-17T07:25:01.099Z Compiling take_mut v0.2.2
13922024-12-17T07:25:01.142Z Compiling fallible-iterator v0.2.0
13932024-12-17T07:25:01.258Z Compiling portable-atomic v1.9.0
13942024-12-17T07:25:01.559Z Compiling quick-error v1.2.3
13952024-12-17T07:25:01.717Z Compiling anyhow v1.0.93
13962024-12-17T07:25:01.864Z Compiling rustc-demangle v0.1.24
13972024-12-17T07:25:01.918Z Compiling num-bigint-dig v0.8.4
13982024-12-17T07:25:02.014Z Compiling dyn-clone v1.0.17
13992024-12-17T07:25:02.200Z Compiling utf-8 v0.7.6
14002024-12-17T07:25:02.243Z Compiling smoltcp v0.9.1
14012024-12-17T07:25:02.299Z Compiling base16ct v0.2.0
14022024-12-17T07:25:02.363Z Compiling linked-hash-map v0.5.6
14032024-12-17T07:25:02.534Z Compiling psl-types v2.0.11
14042024-12-17T07:25:02.638Z Compiling sec1 v0.7.3
14052024-12-17T07:25:02.727Z Compiling publicsuffix v2.2.3
14062024-12-17T07:25:02.743Z Compiling lru-cache v0.1.2
14072024-12-17T07:25:02.854Z Compiling tungstenite v0.24.0
14082024-12-17T07:25:03.076Z Compiling postgres-protocol v0.6.7
14092024-12-17T07:25:03.217Z Compiling resolv-conf v0.7.0
14102024-12-17T07:25:04.083Z Compiling hickory-proto v0.24.1
14112024-12-17T07:25:04.458Z Compiling async-stream v0.3.6
14122024-12-17T07:25:04.527Z Compiling slog-term v2.9.1
14132024-12-17T07:25:04.774Z Compiling usdt v0.5.0
14142024-12-17T07:25:05.283Z Compiling group v0.13.0
14152024-12-17T07:25:05.645Z Compiling num-iter v0.1.45
14162024-12-17T07:25:05.890Z Compiling futures v0.3.31
14172024-12-17T07:25:05.948Z Compiling slog-bunyan v2.5.0
14182024-12-17T07:25:06.593Z Compiling toml v0.8.19
14192024-12-17T07:25:06.996Z Compiling camino v1.1.9
14202024-12-17T07:25:08.010Z Compiling tokio-native-tls v0.3.1
14212024-12-17T07:25:08.293Z Compiling phf_shared v0.11.2
14222024-12-17T07:25:08.402Z Compiling backtrace v0.3.74
14232024-12-17T07:25:08.462Z Compiling dropshot_endpoint v0.12.0
14242024-12-17T07:25:08.681Z Compiling terminal_size v0.4.0
14252024-12-17T07:25:08.916Z Compiling waitgroup v0.1.2
14262024-12-17T07:25:08.983Z Compiling openapiv3 v2.0.0
14272024-12-17T07:25:09.152Z Compiling serde_path_to_error v0.1.16
14282024-12-17T07:25:09.172Z Compiling hkdf v0.12.4
14292024-12-17T07:25:09.448Z Compiling crypto-bigint v0.5.5
14302024-12-17T07:25:10.049Z Compiling curve25519-dalek-derive v0.1.1
14312024-12-17T07:25:11.722Z Compiling zerocopy-derive v0.6.6
14322024-12-17T07:25:12.234Z Compiling webpki-roots v0.26.6
14332024-12-17T07:25:12.405Z Compiling hubpack_derive v0.1.1
14342024-12-17T07:25:12.471Z Compiling idna v0.5.0
14352024-12-17T07:25:13.339Z Compiling hostname v0.4.0
14362024-12-17T07:25:13.359Z Compiling ahash v0.8.11
14372024-12-17T07:25:13.621Z Compiling fs-err v2.11.0
14382024-12-17T07:25:13.684Z Compiling crc32fast v1.4.2
14392024-12-17T07:25:13.703Z Compiling winnow v0.5.40
14402024-12-17T07:25:13.908Z Compiling bitflags v1.3.2
14412024-12-17T07:25:14.006Z Compiling debug-ignore v1.0.5
14422024-12-17T07:25:14.027Z Compiling managed v0.8.0
14432024-12-17T07:25:14.050Z Compiling strum_macros v0.25.3
14442024-12-17T07:25:14.144Z Compiling clap_builder v4.5.21
14452024-12-17T07:25:14.165Z Compiling console v0.15.8
14462024-12-17T07:25:14.872Z Compiling zerocopy v0.6.6
14472024-12-17T07:25:15.842Z Compiling flate2 v1.0.34
14482024-12-17T07:25:16.027Z Compiling hubpack v0.1.2
14492024-12-17T07:25:16.047Z Compiling cookie_store v0.21.0
14502024-12-17T07:25:16.515Z Compiling elliptic-curve v0.13.8
14512024-12-17T07:25:16.851Z Compiling hickory-resolver v0.24.1
14522024-12-17T07:25:17.461Z Compiling toml_edit v0.19.15
14532024-12-17T07:25:17.859Z Compiling phf v0.11.2
14542024-12-17T07:25:18.184Z Compiling signal-hook-mio v0.2.4
14552024-12-17T07:25:18.366Z Compiling hyper-tls v0.6.0
14562024-12-17T07:25:18.695Z Compiling rayon v1.10.0
14572024-12-17T07:25:18.697Z Compiling bzip2 v0.4.4
14582024-12-17T07:25:19.144Z Compiling tokio-tungstenite v0.24.0
14592024-12-17T07:25:19.762Z Compiling postgres-types v0.2.8
14602024-12-17T07:25:22.870Z Compiling ed25519 v2.2.3
14612024-12-17T07:25:23.843Z Compiling phf_shared v0.10.0
14622024-12-17T07:25:24.034Z Compiling tokio-stream v0.1.16
14632024-12-17T07:25:24.149Z Compiling pkcs1 v0.7.5
14642024-12-17T07:25:24.262Z Compiling serde-big-array v0.5.1
14652024-12-17T07:25:24.514Z Compiling clap_derive v4.5.18
14662024-12-17T07:25:24.824Z Compiling rfc6979 v0.4.0
14672024-12-17T07:25:25.025Z Compiling derive-where v1.2.7
14682024-12-17T07:25:25.165Z Compiling serde_repr v0.1.19
14692024-12-17T07:25:25.198Z Compiling float-cmp v0.9.0
14702024-12-17T07:25:25.387Z Compiling bstr v1.10.0
14712024-12-17T07:25:25.437Z Compiling sync_wrapper v1.0.1
14722024-12-17T07:25:25.608Z Compiling difflib v0.4.0
14732024-12-17T07:25:26.072Z Compiling bit-vec v0.6.3
14742024-12-17T07:25:26.386Z Compiling new_debug_unreachable v1.0.6
14752024-12-17T07:25:26.494Z Compiling unicode-width v0.2.0
14762024-12-17T07:25:26.565Z Compiling precomputed-hash v0.1.1
14772024-12-17T07:25:26.693Z Compiling number_prefix v0.4.0
14782024-12-17T07:25:26.934Z Compiling predicates-core v1.0.8
14792024-12-17T07:25:27.033Z Compiling normalize-line-endings v0.3.0
14802024-12-17T07:25:27.168Z Compiling unicode-segmentation v1.12.0
14812024-12-17T07:25:27.263Z Compiling fixedbitset v0.4.2
14822024-12-17T07:25:27.305Z Compiling static_assertions v1.1.0
14832024-12-17T07:25:27.309Z Compiling whoami v1.5.2
14842024-12-17T07:25:27.409Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14852024-12-17T07:25:27.731Z Compiling tokio-postgres v0.7.12
14862024-12-17T07:25:27.993Z Compiling similar v2.6.0
14872024-12-17T07:25:28.106Z Compiling petgraph v0.6.5
14882024-12-17T07:25:28.754Z Compiling predicates v3.1.2
14892024-12-17T07:25:29.809Z Compiling clap v4.5.21
14902024-12-17T07:25:29.945Z Compiling indicatif v0.17.9
14912024-12-17T07:25:30.448Z Compiling string_cache v0.8.7
14922024-12-17T07:25:30.549Z Compiling bit-set v0.5.3
14932024-12-17T07:25:30.846Z Compiling ecdsa v0.16.9
14942024-12-17T07:25:30.975Z Compiling rsa v0.9.6
14952024-12-17T07:25:31.725Z Compiling ed25519-dalek v2.1.1
14962024-12-17T07:25:32.326Z Compiling toml v0.7.8
14972024-12-17T07:25:32.421Z Compiling zip v0.6.6
14982024-12-17T07:25:33.003Z Compiling crossterm v0.28.1
14992024-12-17T07:25:33.873Z Compiling hex v0.4.3
15002024-12-17T07:25:34.055Z Compiling x509-cert v0.2.5
15012024-12-17T07:25:34.501Z Compiling unicode-xid v0.2.6
15022024-12-17T07:25:34.522Z Compiling peg-runtime v0.8.3
15032024-12-17T07:25:34.595Z Compiling lalrpop-util v0.19.12
15042024-12-17T07:25:34.638Z Compiling strum_macros v0.26.4
15052024-12-17T07:25:34.678Z Compiling xattr v1.3.1
15062024-12-17T07:25:34.944Z Compiling filetime v0.2.25
15072024-12-17T07:25:35.221Z Compiling tar v0.4.42
15082024-12-17T07:25:39.444Z Compiling strum v0.26.3
15092024-12-17T07:25:43.270Z Compiling aws-lc-sys v0.22.0
15102024-12-17T07:26:12.235Z Compiling rustls-webpki v0.102.8
15112024-12-17T07:26:15.921Z Compiling tokio-rustls v0.25.0
15122024-12-17T07:26:17.823Z Compiling tokio-rustls v0.26.0
15132024-12-17T07:26:18.182Z Compiling hyper-rustls v0.27.3
15142024-12-17T07:26:18.477Z Compiling reqwest v0.12.9
15152024-12-17T07:26:19.724Z Compiling qorb v0.2.1
15162024-12-17T07:26:24.660Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15172024-12-17T07:26:24.907Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15182024-12-17T07:26:30.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
15192024-12-17T07:26:31.108Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15202024-12-17T07:26:31.161ZDec 17 07:26:30.429 INFO Starting download, target: Clickhouse
15212024-12-17T07:26:31.161ZDec 17 07:26:30.429 INFO Starting download, target: Cockroach
15222024-12-17T07:26:31.161ZDec 17 07:26:30.429 INFO Starting download, target: Console
15232024-12-17T07:26:31.161ZDec 17 07:26:30.429 INFO Starting download, target: DendriteOpenapi
15242024-12-17T07:26:31.163ZDec 17 07:26:30.429 INFO Starting download, target: DendriteStub
15252024-12-17T07:26:31.163ZDec 17 07:26:30.429 INFO Starting download, target: MaghemiteMgd
15262024-12-17T07:26:31.163ZDec 17 07:26:30.429 INFO Starting download, target: TransceiverControl
15272024-12-17T07:26:31.163ZDec 17 07:26:30.429 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15282024-12-17T07:26:31.163ZDec 17 07:26:30.429 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15292024-12-17T07:26:31.163ZDec 17 07:26:30.430 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15302024-12-17T07:26:31.163ZDec 17 07:26:30.430 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15312024-12-17T07:26:31.163ZDec 17 07:26:30.430 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15322024-12-17T07:26:31.163ZDec 17 07:26:30.430 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15332024-12-17T07:26:31.163ZDec 17 07:26:30.430 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15342024-12-17T07:26:31.316ZDec 17 07:26:30.571 INFO Download complete, target: DendriteOpenapi
15352024-12-17T07:26:31.629ZDec 17 07:26:30.896 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15362024-12-17T07:26:31.777ZDec 17 07:26:31.045 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15372024-12-17T07:26:31.925ZDec 17 07:26:31.191 INFO Download complete, target: Console
15382024-12-17T07:26:31.943ZDec 17 07:26:31.210 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15392024-12-17T07:26:32.291ZDec 17 07:26:31.559 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15402024-12-17T07:26:32.659ZDec 17 07:26:31.926 INFO Download complete, target: TransceiverControl
15412024-12-17T07:26:33.102ZDec 17 07:26:32.370 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15422024-12-17T07:26:33.241ZDec 17 07:26:32.509 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15432024-12-17T07:26:33.241ZDec 17 07:26:32.509 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15442024-12-17T07:26:34.802ZDec 17 07:26:34.069 INFO Download complete, target: MaghemiteMgd
15452024-12-17T07:26:35.225ZDec 17 07:26:34.494 INFO Download complete, target: DendriteStub
15462024-12-17T07:26:40.539ZDec 17 07:26:39.807 INFO Checking that binary works, target: Cockroach
15472024-12-17T07:26:40.701ZDec 17 07:26:39.969 INFO Download complete, target: Cockroach
15482024-12-17T07:26:45.399ZDec 17 07:26:44.667 INFO Checking that binary works, target: Clickhouse
15492024-12-17T07:26:45.515ZDec 17 07:26:44.783 INFO Download complete, target: Clickhouse
15502024-12-17T07:26:45.523ZAll prerequisites installed successfully
15512024-12-17T07:26:45.527Z
15522024-12-17T07:26:45.527Zreal 5:26.588156816
15532024-12-17T07:26:45.527Zuser 16:50.210266009
15542024-12-17T07:26:45.527Zsys 3:17.059372802
15552024-12-17T07:26:45.527Ztrap 0.599961210
15562024-12-17T07:26:45.527Ztflt 1.779150350
15572024-12-17T07:26:45.527Zdflt 2.136795904
15582024-12-17T07:26:45.527Zkflt 0.027469430
15592024-12-17T07:26:45.527Zlock 30:12.156370198
15602024-12-17T07:26:45.527Zslp 1:03:31.279978125
15612024-12-17T07:26:45.527Zlat 56.845842097
15622024-12-17T07:26:45.527Zstop 2:17.276069359
15632024-12-17T07:26:45.527Z+ ptime -m cargo xtask download softnpu
15642024-12-17T07:26:46.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
15652024-12-17T07:26:46.089Z Running `target/debug/xtask download softnpu`
15662024-12-17T07:26:46.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
15672024-12-17T07:26:47.010Z Running `target/debug/xtask-downloader softnpu`
15682024-12-17T07:26:47.049ZDec 17 07:26:46.317 INFO Starting download, target: Softnpu
15692024-12-17T07:26:47.052ZDec 17 07:26:46.318 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15702024-12-17T07:26:47.461ZDec 17 07:26:46.728 INFO Download complete, target: Softnpu
15712024-12-17T07:26:47.464Z
15722024-12-17T07:26:47.467Zreal 1.934955742
15732024-12-17T07:26:47.467Zuser 1.296964797
15742024-12-17T07:26:47.467Zsys 0.561672375
15752024-12-17T07:26:47.467Ztrap 0.001017428
15762024-12-17T07:26:47.467Ztflt 0.000005020
15772024-12-17T07:26:47.467Zdflt 0.000006850
15782024-12-17T07:26:47.467Zkflt 0.000000000
15792024-12-17T07:26:47.467Zlock 4.056133411
15802024-12-17T07:26:47.467Zslp 0.295788874
15812024-12-17T07:26:47.467Zlat 0.076642442
15822024-12-17T07:26:47.467Zstop 0.000157497
15832024-12-17T07:26:47.467Z+ export CARGO_INCREMENTAL=0
15842024-12-17T07:26:47.467Z+ CARGO_INCREMENTAL=0
15852024-12-17T07:26:47.467Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15862024-12-17T07:26:48.477Z Compiling proc-macro2 v1.0.92
15872024-12-17T07:26:48.477Z Compiling unicode-ident v1.0.13
15882024-12-17T07:26:48.480Z Compiling libc v0.2.162
15892024-12-17T07:26:48.480Z Compiling serde v1.0.215
15902024-12-17T07:26:48.480Z Compiling autocfg v1.4.0
15912024-12-17T07:26:48.480Z Compiling version_check v0.9.5
15922024-12-17T07:26:48.480Z Compiling cfg-if v1.0.0
15932024-12-17T07:26:48.717Z Compiling memchr v2.7.4
15942024-12-17T07:26:48.770Z Compiling shlex v1.3.0
15952024-12-17T07:26:48.824Z Compiling typenum v1.17.0
15962024-12-17T07:26:49.170Z Compiling value-bag v1.9.0
15972024-12-17T07:26:49.327Z Compiling generic-array v0.14.7
15982024-12-17T07:26:49.531Z Compiling lock_api v0.4.12
15992024-12-17T07:26:49.616Z Compiling log v0.4.22
16002024-12-17T07:26:49.671Z Compiling scopeguard v1.2.0
16012024-12-17T07:26:49.834Z Compiling parking_lot_core v0.9.10
16022024-12-17T07:26:50.165Z Compiling serde_json v1.0.133
16032024-12-17T07:26:50.255Z Compiling once_cell v1.20.2
16042024-12-17T07:26:50.478Z Compiling quote v1.0.37
16052024-12-17T07:26:50.531Z Compiling rustix v0.38.37
16062024-12-17T07:26:50.531Z Compiling thiserror v1.0.69
16072024-12-17T07:26:50.661Z Compiling jobserver v0.1.32
16082024-12-17T07:26:50.808Z Compiling getrandom v0.2.15
16092024-12-17T07:26:51.064Z Compiling syn v2.0.90
16102024-12-17T07:26:51.084Z Compiling cc v1.1.30
16112024-12-17T07:26:51.176Z Compiling libm v0.2.8
16122024-12-17T07:26:51.208Z Compiling aho-corasick v1.1.3
16132024-12-17T07:26:51.240Z Compiling regex-syntax v0.8.5
16142024-12-17T07:26:51.392Z Compiling num-traits v0.2.19
16152024-12-17T07:26:51.412Z Compiling either v1.13.0
16162024-12-17T07:26:51.500Z Compiling itoa v1.0.11
16172024-12-17T07:26:51.693Z Compiling spin v0.9.8
16182024-12-17T07:26:51.833Z Compiling slab v0.4.9
16192024-12-17T07:26:52.139Z Compiling byteorder v1.5.0
16202024-12-17T07:26:52.413Z Compiling errno v0.3.9
16212024-12-17T07:26:52.586Z Compiling rand_core v0.6.4
16222024-12-17T07:26:52.605Z Compiling lazy_static v1.5.0
16232024-12-17T07:26:52.731Z Compiling glob v0.3.1
16242024-12-17T07:26:53.309Z Compiling prettyplease v0.2.25
16252024-12-17T07:26:53.526Z Compiling clang-sys v1.8.1
16262024-12-17T07:26:53.983Z Compiling minimal-lexical v0.2.1
16272024-12-17T07:26:54.046Z Compiling libloading v0.8.5
16282024-12-17T07:26:54.204Z Compiling home v0.5.9
16292024-12-17T07:26:54.451Z Compiling nom v7.1.3
16302024-12-17T07:26:54.471Z Compiling bindgen v0.69.5
16312024-12-17T07:26:54.489Z Compiling subtle v2.6.1
16322024-12-17T07:26:54.619Z Compiling allocator-api2 v0.2.18
16332024-12-17T07:26:54.905Z Compiling regex-automata v0.4.8
16342024-12-17T07:26:55.226Z Compiling itertools v0.10.5
16352024-12-17T07:26:55.451Z Compiling rustc-hash v1.1.0
16362024-12-17T07:26:55.621Z Compiling semver v1.0.23
16372024-12-17T07:26:55.813Z Compiling lazycell v1.3.0
16382024-12-17T07:26:56.002Z Compiling smallvec v1.13.2
16392024-12-17T07:26:56.094Z Compiling cmake v0.1.51
16402024-12-17T07:26:56.730Z Compiling fs_extra v1.3.0
16412024-12-17T07:26:56.979Z Compiling dunce v1.0.5
16422024-12-17T07:26:57.696Z Compiling pkg-config v0.3.31
16432024-12-17T07:26:57.789Z Compiling ring v0.17.8
16442024-12-17T07:26:58.118Z Compiling cexpr v0.6.0
16452024-12-17T07:26:58.167Z Compiling ryu v1.0.18
16462024-12-17T07:26:58.470Z Compiling pin-project-lite v0.2.14
16472024-12-17T07:26:58.603Z Compiling fnv v1.0.7
16482024-12-17T07:26:58.654Z Compiling const-oid v0.9.6
16492024-12-17T07:26:58.754Z Compiling paste v1.0.15
16502024-12-17T07:26:58.924Z Compiling synstructure v0.13.1
16512024-12-17T07:26:59.412Z Compiling equivalent v1.0.1
16522024-12-17T07:26:59.530Z Compiling aws-lc-rs v1.10.0
16532024-12-17T07:26:59.728Z Compiling httparse v1.9.5
16542024-12-17T07:26:59.990Z Compiling foldhash v0.1.3
16552024-12-17T07:27:00.308Z Compiling hashbrown v0.15.1
16562024-12-17T07:27:00.410Z Compiling regex v1.11.1
16572024-12-17T07:27:01.217Z Compiling schemars v0.8.21
16582024-12-17T07:27:01.459Z Compiling heck v0.5.0
16592024-12-17T07:27:01.550Z Compiling serde_derive_internals v0.29.1
16602024-12-17T07:27:01.735Z Compiling signal-hook-registry v1.4.2
16612024-12-17T07:27:01.942Z Compiling parking_lot v0.12.3
16622024-12-17T07:27:01.976Z Compiling mio v1.0.2
16632024-12-17T07:27:03.903Z Compiling stable_deref_trait v1.2.0
16642024-12-17T07:27:03.922Z Compiling crossbeam-utils v0.8.20
16652024-12-17T07:27:03.996Z Compiling socket2 v0.5.7
16662024-12-17T07:27:04.025Z Compiling futures-core v0.3.31
16672024-12-17T07:27:04.287Z Compiling time-core v0.1.2
16682024-12-17T07:27:04.477Z Compiling num-conv v0.1.0
16692024-12-17T07:27:04.537Z Compiling serde_derive v1.0.215
16702024-12-17T07:27:04.563Z Compiling zeroize_derive v1.4.2
16712024-12-17T07:27:04.783Z Compiling zerocopy-derive v0.7.35
16722024-12-17T07:27:05.659Z Compiling thiserror-impl v1.0.69
16732024-12-17T07:27:05.686Z Compiling tokio-macros v2.4.0
16742024-12-17T07:27:05.775Z Compiling zerofrom-derive v0.1.4
16752024-12-17T07:27:06.078Z Compiling zeroize v1.8.1
16762024-12-17T07:27:06.544Z Compiling yoke-derive v0.7.4
16772024-12-17T07:27:06.563Z Compiling futures-macro v0.3.31
16782024-12-17T07:27:07.013Z Compiling zerovec-derive v0.10.3
16792024-12-17T07:27:07.176Z Compiling zerocopy v0.7.35
16802024-12-17T07:27:08.186Z Compiling displaydoc v0.2.5
16812024-12-17T07:27:08.729Z Compiling crypto-common v0.1.6
16822024-12-17T07:27:08.869Z Compiling tracing-attributes v0.1.27
16832024-12-17T07:27:08.934Z Compiling icu_provider_macros v1.5.0
16842024-12-17T07:27:09.196Z Compiling block-buffer v0.10.4
16852024-12-17T07:27:09.293Z Compiling schemars_derive v0.8.21
16862024-12-17T07:27:09.443Z Compiling digest v0.10.7
16872024-12-17T07:27:09.721Z Compiling der_derive v0.7.3
16882024-12-17T07:27:10.095Z Compiling time-macros v0.2.18
16892024-12-17T07:27:10.244Z Compiling vcpkg v0.2.15
16902024-12-17T07:27:11.935Z Compiling openssl-sys v0.9.103
16912024-12-17T07:27:12.920Z Compiling cpufeatures v0.2.14
16922024-12-17T07:27:13.032Z Compiling futures-sink v0.3.31
16932024-12-17T07:27:13.099Z Compiling slog v2.7.0
16942024-12-17T07:27:13.209Z Compiling ahash v0.8.11
16952024-12-17T07:27:13.287Z Compiling syn v1.0.109
16962024-12-17T07:27:13.856Z Compiling zerofrom v0.1.4
16972024-12-17T07:27:13.998Z Compiling scroll_derive v0.12.0
16982024-12-17T07:27:14.077Z Compiling ucd-trie v0.1.7
16992024-12-17T07:27:14.267Z Compiling iana-time-zone v0.1.61
17002024-12-17T07:27:14.478Z Compiling pest v2.7.14
17012024-12-17T07:27:14.738Z Compiling yoke v0.7.4
17022024-12-17T07:27:15.044Z Compiling futures-channel v0.3.31
17032024-12-17T07:27:15.370Z Compiling hmac v0.12.1
17042024-12-17T07:27:15.627Z Compiling openssl v0.10.66
17052024-12-17T07:27:15.630Z Compiling futures-io v0.3.31
17062024-12-17T07:27:15.744Z Compiling futures-task v0.3.31
17072024-12-17T07:27:16.016Z Compiling pin-utils v0.1.0
17082024-12-17T07:27:16.166Z Compiling futures-util v0.3.31
17092024-12-17T07:27:16.330Z Compiling zerovec v0.10.4
17102024-12-17T07:27:16.647Z Compiling block-padding v0.3.3
17112024-12-17T07:27:16.888Z Compiling tinyvec_macros v0.1.1
17122024-12-17T07:27:16.998Z Compiling pest_meta v2.7.14
17132024-12-17T07:27:17.826Z Compiling tinyvec v1.8.0
17142024-12-17T07:27:18.514Z Compiling bitflags v2.6.0
17152024-12-17T07:27:18.584Z Compiling bytes v1.8.0
17162024-12-17T07:27:20.135Z Compiling indexmap v2.7.0
17172024-12-17T07:27:21.154Z Compiling tokio v1.42.0
17182024-12-17T07:27:22.213Z Compiling serde_tokenstream v0.2.2
17192024-12-17T07:27:22.805Z Compiling http v1.1.0
17202024-12-17T07:27:22.912Z Compiling uuid v1.11.0
17212024-12-17T07:27:23.367Z Compiling which v4.4.2
17222024-12-17T07:27:24.184Z Compiling rustc_version v0.4.1
17232024-12-17T07:27:24.310Z Compiling chrono v0.4.38
17242024-12-17T07:27:26.680Z Compiling pest_generator v2.7.14
17252024-12-17T07:27:27.185Z Compiling toml_datetime v0.6.8
17262024-12-17T07:27:27.774Z Compiling serde_spanned v0.6.8
17272024-12-17T07:27:28.001Z Compiling inout v0.1.3
17282024-12-17T07:27:28.479Z Compiling openssl-macros v0.1.1
17292024-12-17T07:27:29.242Z Compiling native-tls v0.2.12
17302024-12-17T07:27:29.682Z Compiling strsim v0.11.1
17312024-12-17T07:27:30.420Z Compiling rustls v0.23.19
17322024-12-17T07:27:30.757Z Compiling pest_derive v2.7.14
17332024-12-17T07:27:31.049Z Compiling cipher v0.4.4
17342024-12-17T07:27:31.406Z Compiling unicode-normalization v0.1.24
17352024-12-17T07:27:31.519Z Compiling tinystr v0.7.6
17362024-12-17T07:27:31.556Z Compiling sha2 v0.10.8
17372024-12-17T07:27:32.006Z Compiling tracing-core v0.1.32
17382024-12-17T07:27:32.399Z Compiling usdt-impl v0.5.0
17392024-12-17T07:27:32.464Z Compiling unicode-bidi v0.3.17
17402024-12-17T07:27:32.493Z Compiling dyn-clone v1.0.17
17412024-12-17T07:27:32.711Z Compiling litemap v0.7.3
17422024-12-17T07:27:32.731Z Compiling base64ct v1.6.0
17432024-12-17T07:27:32.780Z Compiling writeable v0.5.5
17442024-12-17T07:27:33.126Z Compiling icu_locid v1.5.0
17452024-12-17T07:27:33.292Z Compiling pem-rfc7468 v0.7.0
17462024-12-17T07:27:33.311Z Compiling tracing v0.1.40
17472024-12-17T07:27:34.315Z Compiling scroll v0.12.0
17482024-12-17T07:27:34.706Z Compiling ppv-lite86 v0.2.20
17492024-12-17T07:27:34.882Z Compiling async-trait v0.1.83
17502024-12-17T07:27:35.625Z Compiling cookie v0.18.1
17512024-12-17T07:27:36.293Z Compiling plain v0.2.3
17522024-12-17T07:27:36.796Z Compiling flagset v0.4.6
17532024-12-17T07:27:37.134Z Compiling camino v1.1.9
17542024-12-17T07:27:37.669Z Compiling anyhow v1.0.93
17552024-12-17T07:27:37.688Z Compiling aws-lc-sys v0.22.0
17562024-12-17T07:27:39.112Z Compiling der v0.7.9
17572024-12-17T07:27:41.504Z Compiling goblin v0.8.2
17582024-12-17T07:27:42.225Z Compiling rand_chacha v0.3.1
17592024-12-17T07:27:43.814Z Compiling icu_provider v1.5.0
17602024-12-17T07:27:44.874Z Compiling percent-encoding v2.3.1
17612024-12-17T07:27:45.362Z Compiling rustls-pki-types v1.10.0
17622024-12-17T07:27:45.382Z Compiling rayon-core v1.12.1
17632024-12-17T07:27:45.667Z Compiling pretty-hex v0.4.1
17642024-12-17T07:27:46.114Z Compiling untrusted v0.7.1
17652024-12-17T07:27:46.287Z Compiling rustls v0.22.4
17662024-12-17T07:27:46.563Z Compiling icu_locid_transform_data v1.5.0
17672024-12-17T07:27:46.676Z Compiling icu_locid_transform v1.5.0
17682024-12-17T07:27:47.414Z Compiling dof v0.3.0
17692024-12-17T07:27:48.283Z Compiling rand v0.8.5
17702024-12-17T07:27:48.854Z Compiling spki v0.7.3
17712024-12-17T07:27:49.144Z Compiling dtrace-parser v0.2.0
17722024-12-17T07:27:49.176Z Compiling salsa20 v0.10.2
17732024-12-17T07:27:49.220Z Compiling tokio-util v0.7.12
17742024-12-17T07:27:49.983Z Compiling icu_collections v1.5.0
17752024-12-17T07:27:50.524Z Compiling pbkdf2 v0.12.2
17762024-12-17T07:27:50.972Z Compiling thread-id v4.2.2
17772024-12-17T07:27:51.065Z Compiling untrusted v0.9.0
17782024-12-17T07:27:51.264Z Compiling mirai-annotations v1.12.0
17792024-12-17T07:27:51.306Z Compiling icu_properties_data v1.5.0
17802024-12-17T07:27:51.325Z Compiling winnow v0.5.40
17812024-12-17T07:27:51.461Z Compiling powerfmt v0.2.0
17822024-12-17T07:27:51.689Z Compiling icu_properties v1.5.1
17832024-12-17T07:27:51.957Z Compiling deranged v0.3.11
17842024-12-17T07:27:55.463Z Compiling toml_edit v0.19.15
17852024-12-17T07:27:56.528Z Compiling scrypt v0.11.0
17862024-12-17T07:27:57.039Z Compiling cbc v0.1.2
17872024-12-17T07:27:57.214Z Compiling aes v0.8.4
17882024-12-17T07:27:57.512Z Compiling multer v3.1.0
17892024-12-17T07:27:57.804Z Compiling slog-async v2.8.0
17902024-12-17T07:27:57.837Z Compiling num_threads v0.1.7
17912024-12-17T07:27:57.978Z Compiling atomic-waker v1.1.2
17922024-12-17T07:27:58.288Z Compiling utf8_iter v1.0.4
17932024-12-17T07:27:58.464Z Compiling rustversion v1.0.17
17942024-12-17T07:27:58.582Z Compiling utf16_iter v1.0.5
17952024-12-17T07:27:58.819Z Compiling write16 v1.0.0
17962024-12-17T07:27:58.958Z Compiling icu_normalizer_data v1.5.0
17972024-12-17T07:27:59.077Z Compiling icu_normalizer v1.5.0
17982024-12-17T07:27:59.130Z Compiling time v0.3.36
17992024-12-17T07:28:00.022Z Compiling pkcs5 v0.7.1
18002024-12-17T07:28:01.758Z Compiling form_urlencoded v1.2.1
18012024-12-17T07:28:02.493Z Compiling http-body v1.0.1
18022024-12-17T07:28:02.566Z Compiling heapless v0.7.17
18032024-12-17T07:28:03.128Z Compiling bzip2-sys v0.1.11+1.0.8
18042024-12-17T07:28:04.029Z Compiling try-lock v0.2.5
18052024-12-17T07:28:04.557Z Compiling signal-hook v0.3.17
18062024-12-17T07:28:04.809Z Compiling want v0.3.1
18072024-12-17T07:28:06.189Z Compiling pkcs8 v0.10.2
18082024-12-17T07:28:06.893Z Compiling idna_adapter v1.2.0
18092024-12-17T07:28:07.124Z Compiling h2 v0.4.6
18102024-12-17T07:28:08.258Z Compiling usdt-attr-macro v0.5.0
18112024-12-17T07:28:09.829Z Compiling usdt-macro v0.5.0
18122024-12-17T07:28:10.226Z Compiling async-stream-impl v0.3.6
18132024-12-17T07:28:10.255Z Compiling adler2 v2.0.0
18142024-12-17T07:28:10.543Z Compiling httpdate v1.0.3
18152024-12-17T07:28:11.583Z Compiling miniz_oxide v0.8.0
18162024-12-17T07:28:12.389Z Compiling idna v1.0.3
18172024-12-17T07:28:14.262Z Compiling curve25519-dalek v4.1.3
18182024-12-17T07:28:14.693Z Compiling openapiv3 v2.0.0
18192024-12-17T07:28:15.045Z Compiling hyper v1.5.1
18202024-12-17T07:28:15.140Z Compiling enum-as-inner v0.6.1
18212024-12-17T07:28:18.097Z Compiling dropshot v0.12.0
18222024-12-17T07:28:18.636Z Compiling portable-atomic v1.9.0
18232024-12-17T07:28:19.014Z Compiling num-bigint-dig v0.8.4
18242024-12-17T07:28:19.145Z Compiling base64 v0.22.1
18252024-12-17T07:28:19.251Z Compiling foreign-types-shared v0.1.1
18262024-12-17T07:28:19.311Z Compiling match_cfg v0.1.0
18272024-12-17T07:28:19.376Z Compiling tower-service v0.3.3
18282024-12-17T07:28:19.420Z Compiling smoltcp v0.9.1
18292024-12-17T07:28:19.658Z Compiling hyper-util v0.1.10
18302024-12-17T07:28:20.307Z Compiling hostname v0.3.1
18312024-12-17T07:28:20.326Z Compiling foreign-types v0.3.2
18322024-12-17T07:28:23.763Z Compiling url v2.5.3
18332024-12-17T07:28:27.480Z Compiling dirs-sys-next v0.1.2
18342024-12-17T07:28:27.675Z Compiling ident_case v1.0.1
18352024-12-17T07:28:27.880Z Compiling heck v0.4.1
18362024-12-17T07:28:28.010Z Compiling siphasher v0.3.11
18372024-12-17T07:28:28.339Z Compiling data-encoding v2.6.0
18382024-12-17T07:28:28.409Z Compiling gimli v0.31.1
18392024-12-17T07:28:28.597Z Compiling darling_core v0.20.10
18402024-12-17T07:28:28.828Z Compiling dirs-next v2.0.0
18412024-12-17T07:28:31.689Z Compiling http-body-util v0.1.2
18422024-12-17T07:28:35.045Z Compiling addr2line v0.24.2
18432024-12-17T07:28:35.650Z Compiling crossbeam-epoch v0.9.18
18442024-12-17T07:28:35.740Z Compiling hubpack_derive v0.1.1
18452024-12-17T07:28:35.775Z Compiling dropshot_endpoint v0.12.0
18462024-12-17T07:28:36.063Z Compiling sha1 v0.10.6
18472024-12-17T07:28:36.378Z Compiling signature v2.2.0
18482024-12-17T07:28:36.470Z Compiling curve25519-dalek-derive v0.1.1
18492024-12-17T07:28:36.586Z Compiling zerocopy-derive v0.6.6
18502024-12-17T07:28:36.693Z Compiling object v0.36.5
18512024-12-17T07:28:37.868Z Compiling thread_local v1.1.8
18522024-12-17T07:28:38.374Z Compiling fs-err v2.11.0
18532024-12-17T07:28:38.555Z Compiling encoding_rs v0.8.34
18542024-12-17T07:28:39.993Z Compiling rustc-demangle v0.1.24
18552024-12-17T07:28:42.335Z Compiling ipnet v2.10.1
18562024-12-17T07:28:43.436Z Compiling anstyle v1.0.10
18572024-12-17T07:28:43.943Z Compiling utf8parse v0.2.2
18582024-12-17T07:28:44.131Z Compiling winnow v0.6.20
18592024-12-17T07:28:46.139Z Compiling mime v0.3.17
18602024-12-17T07:28:46.682Z Compiling openssl-probe v0.1.5
18612024-12-17T07:28:48.069Z Compiling unicode-properties v0.1.3
18622024-12-17T07:28:48.091Z Compiling toml_edit v0.22.22
18632024-12-17T07:28:48.508Z Compiling stringprep v0.1.5
18642024-12-17T07:28:50.194Z Compiling backtrace v0.3.74
18652024-12-17T07:28:50.212Z Compiling anstyle-parse v0.2.5
18662024-12-17T07:28:52.102Z Compiling crossbeam-deque v0.8.5
18672024-12-17T07:28:53.212Z Compiling darling_macro v0.20.10
18682024-12-17T07:28:54.149Z Compiling rustls-webpki v0.102.8
18692024-12-17T07:29:01.368Z Compiling term v0.7.0
18702024-12-17T07:29:02.713Z Compiling slog-json v2.6.1
18712024-12-17T07:29:04.552Z Compiling serde_urlencoded v0.7.1
18722024-12-17T07:29:05.113Z Compiling crossbeam-channel v0.5.13
18732024-12-17T07:29:05.131Z Compiling rustls-pemfile v2.2.0
18742024-12-17T07:29:05.492Z Compiling hashbrown v0.14.5
18752024-12-17T07:29:06.181Z Compiling idna v0.3.0
18762024-12-17T07:29:06.216Z Compiling idna v0.4.0
18772024-12-17T07:29:06.889Z Compiling futures-executor v0.3.31
18782024-12-17T07:29:07.670Z Compiling num-integer v0.1.46
18792024-12-17T07:29:07.698Z Compiling md-5 v0.10.6
18802024-12-17T07:29:07.947Z Compiling ff v0.13.0
18812024-12-17T07:29:08.210Z Compiling hash32 v0.2.1
18822024-12-17T07:29:08.378Z Compiling is-terminal v0.4.13
18832024-12-17T07:29:08.438Z Compiling memmap v0.7.0
18842024-12-17T07:29:08.792Z Compiling psl-types v2.0.11
18852024-12-17T07:29:09.005Z Compiling colorchoice v1.0.2
18862024-12-17T07:29:09.532Z Compiling anstyle-query v1.1.1
18872024-12-17T07:29:09.709Z Compiling is_terminal_polyfill v1.70.1
18882024-12-17T07:29:09.873Z Compiling take_mut v0.2.2
18892024-12-17T07:29:10.061Z Compiling quick-error v1.2.3
18902024-12-17T07:29:10.226Z Compiling fallible-iterator v0.2.0
18912024-12-17T07:29:10.422Z Compiling base16ct v0.2.0
18922024-12-17T07:29:10.755Z Compiling linked-hash-map v0.5.6
18932024-12-17T07:29:11.030Z Compiling utf-8 v0.7.6
18942024-12-17T07:29:11.712Z Compiling tungstenite v0.24.0
18952024-12-17T07:29:12.381Z Compiling lru-cache v0.1.2
18962024-12-17T07:29:12.526Z Compiling postgres-protocol v0.6.7
18972024-12-17T07:29:12.602Z Compiling sec1 v0.7.3
18982024-12-17T07:29:13.209Z Compiling resolv-conf v0.7.0
18992024-12-17T07:29:13.885Z Compiling anstream v0.6.15
19002024-12-17T07:29:13.937Z Compiling publicsuffix v2.2.3
19012024-12-17T07:29:14.235Z Compiling usdt v0.5.0
19022024-12-17T07:29:14.661Z Compiling slog-term v2.9.1
19032024-12-17T07:29:14.717Z Compiling num-iter v0.1.45
19042024-12-17T07:29:14.864Z Compiling group v0.13.0
19052024-12-17T07:29:14.929Z Compiling futures v0.3.31
19062024-12-17T07:29:15.065Z Compiling hickory-proto v0.24.1
19072024-12-17T07:29:15.174Z Compiling regress v0.10.1
19082024-12-17T07:29:18.757Z Compiling tokio-rustls v0.26.0
19092024-12-17T07:29:19.270Z Compiling slog-bunyan v2.5.0
19102024-12-17T07:29:19.493Z Compiling tokio-rustls v0.25.0
19112024-12-17T07:29:19.978Z Compiling darling v0.20.10
19122024-12-17T07:29:20.052Z Compiling toml v0.8.19
19132024-12-17T07:29:20.104Z Compiling tokio-native-tls v0.3.1
19142024-12-17T07:29:20.125Z Compiling strum_macros v0.25.3
19152024-12-17T07:29:20.392Z Compiling phf_shared v0.11.2
19162024-12-17T07:29:21.133Z Compiling async-stream v0.3.6
19172024-12-17T07:29:21.440Z Compiling waitgroup v0.1.2
19182024-12-17T07:29:21.599Z Compiling webpki-roots v0.26.6
19192024-12-17T07:29:22.117Z Compiling idna v0.5.0
19202024-12-17T07:29:22.217Z Compiling terminal_size v0.4.0
19212024-12-17T07:29:22.442Z Compiling serde_path_to_error v0.1.16
19222024-12-17T07:29:23.305Z Compiling hkdf v0.12.4
19232024-12-17T07:29:23.750Z Compiling crypto-bigint v0.5.5
19242024-12-17T07:29:23.777Z Compiling clap_derive v4.5.18
19252024-12-17T07:29:24.244Z Compiling serde_repr v0.1.19
19262024-12-17T07:29:24.496Z Compiling derive-where v1.2.7
19272024-12-17T07:29:25.352Z Compiling hostname v0.4.0
19282024-12-17T07:29:25.618Z Compiling crc32fast v1.4.2
19292024-12-17T07:29:25.829Z Compiling debug-ignore v1.0.5
19302024-12-17T07:29:25.951Z Compiling clap_lex v0.7.2
19312024-12-17T07:29:25.994Z Compiling managed v0.8.0
19322024-12-17T07:29:26.545Z Compiling bitflags v1.3.2
19332024-12-17T07:29:26.924Z Compiling unicode-width v0.1.14
19342024-12-17T07:29:27.484Z Compiling console v0.15.8
19352024-12-17T07:29:27.756Z Compiling elliptic-curve v0.13.8
19362024-12-17T07:29:28.825Z Compiling clap_builder v4.5.21
19372024-12-17T07:29:30.690Z Compiling flate2 v1.0.34
19382024-12-17T07:29:31.518Z Compiling cookie_store v0.21.0
19392024-12-17T07:29:35.180Z Compiling hyper-rustls v0.27.3
19402024-12-17T07:29:36.343Z Compiling hickory-resolver v0.24.1
19412024-12-17T07:29:36.514Z Compiling phf v0.11.2
19422024-12-17T07:29:36.859Z Compiling hyper-tls v0.6.0
19432024-12-17T07:29:37.195Z Compiling signal-hook-mio v0.2.4
19442024-12-17T07:29:37.279Z Compiling typify-impl v0.2.0
19452024-12-17T07:29:37.380Z Compiling bzip2 v0.4.4
19462024-12-17T07:29:37.671Z Compiling rayon v1.10.0
19472024-12-17T07:29:37.766Z Compiling postgres-types v0.2.8
19482024-12-17T07:29:38.404Z Compiling tokio-tungstenite v0.24.0
19492024-12-17T07:29:39.202Z Compiling zerocopy v0.6.6
19502024-12-17T07:29:39.222Z Compiling hubpack v0.1.2
19512024-12-17T07:29:39.306Z Compiling ed25519 v2.2.3
19522024-12-17T07:29:39.689Z Compiling phf_shared v0.10.0
19532024-12-17T07:29:39.774Z Compiling pkcs1 v0.7.5
19542024-12-17T07:29:40.140Z Compiling tokio-stream v0.1.16
19552024-12-17T07:29:41.461Z Compiling serde-big-array v0.5.1
19562024-12-17T07:29:41.718Z Compiling rfc6979 v0.4.0
19572024-12-17T07:29:41.928Z Compiling float-cmp v0.9.0
19582024-12-17T07:29:42.171Z Compiling sync_wrapper v1.0.1
19592024-12-17T07:29:42.228Z Compiling bstr v1.10.0
19602024-12-17T07:29:42.681Z Compiling normalize-line-endings v0.3.0
19612024-12-17T07:29:43.091Z Compiling bit-vec v0.6.3
19622024-12-17T07:29:43.529Z Compiling predicates-core v1.0.8
19632024-12-17T07:29:43.880Z Compiling precomputed-hash v0.1.1
19642024-12-17T07:29:43.938Z Compiling static_assertions v1.1.0
19652024-12-17T07:29:43.981Z Compiling new_debug_unreachable v1.0.6
19662024-12-17T07:29:44.012Z Compiling whoami v1.5.2
19672024-12-17T07:29:44.055Z Compiling fixedbitset v0.4.2
19682024-12-17T07:29:44.090Z Compiling difflib v0.4.0
19692024-12-17T07:29:44.492Z Compiling unicode-segmentation v1.12.0
19702024-12-17T07:29:44.611Z Compiling number_prefix v0.4.0
19712024-12-17T07:29:44.898Z Compiling unicode-width v0.2.0
19722024-12-17T07:29:45.282Z Compiling similar v2.6.0
19732024-12-17T07:29:45.404Z Compiling indicatif v0.17.9
19742024-12-17T07:29:45.443Z Compiling predicates v3.1.2
19752024-12-17T07:29:45.463Z Compiling tokio-postgres v0.7.12
19762024-12-17T07:29:46.951Z Compiling petgraph v0.6.5
19772024-12-17T07:29:47.264Z Compiling string_cache v0.8.7
19782024-12-17T07:29:47.357Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19792024-12-17T07:29:47.570Z Compiling bit-set v0.5.3
19802024-12-17T07:29:48.165Z Compiling reqwest v0.12.9
19812024-12-17T07:29:49.318Z Compiling typify-macro v0.2.0
19822024-12-17T07:29:51.051Z Compiling ecdsa v0.16.9
19832024-12-17T07:29:52.928Z Compiling qorb v0.2.1
19842024-12-17T07:29:53.397Z Compiling rsa v0.9.6
19852024-12-17T07:29:53.523Z Compiling ed25519-dalek v2.1.1
19862024-12-17T07:29:54.288Z Compiling zip v0.6.6
19872024-12-17T07:29:54.350Z Compiling crossterm v0.28.1
19882024-12-17T07:29:54.997Z Compiling clap v4.5.21
19892024-12-17T07:29:55.678Z Compiling toml v0.7.8
19902024-12-17T07:29:57.015Z Compiling x509-cert v0.2.5
19912024-12-17T07:29:57.901Z Compiling hex v0.4.3
19922024-12-17T07:29:58.917Z Compiling peg-runtime v0.8.3
19932024-12-17T07:29:59.077Z Compiling unicode-xid v0.2.6
19942024-12-17T07:29:59.235Z Compiling zerocopy v0.8.10
19952024-12-17T07:29:59.256Z Compiling lalrpop-util v0.19.12
19962024-12-17T07:30:01.441Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19972024-12-17T07:30:05.688Z Compiling proc-macro-crate v1.3.1
19982024-12-17T07:30:05.779Z Compiling ipnetwork v0.20.0
19992024-12-17T07:30:05.814Z Compiling macaddr v1.0.1
20002024-12-17T07:30:06.556Z Compiling zerocopy-derive v0.8.10
20012024-12-17T07:30:06.762Z Compiling itertools v0.13.0
20022024-12-17T07:30:09.660Z Compiling heapless v0.8.0
20032024-12-17T07:30:10.195Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20042024-12-17T07:30:15.236Z Compiling num_enum_derive v0.5.11
20052024-12-17T07:30:23.055Z Compiling hash32 v0.3.1
20062024-12-17T07:30:24.002Z Compiling smoltcp v0.11.0
20072024-12-17T07:30:24.171Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20082024-12-17T07:30:29.641Z Compiling num_enum v0.5.11
20092024-12-17T07:30:29.861Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20102024-12-17T07:30:30.862Z Compiling typify v0.2.0
20112024-12-17T07:30:31.978Z Compiling proc-macro-error-attr v1.0.4
20122024-12-17T07:30:32.062Z Compiling unsafe-libyaml v0.2.11
20132024-12-17T07:30:33.057Z Compiling thiserror v2.0.3
20142024-12-17T07:30:33.620Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20152024-12-17T07:30:33.849Z Compiling cobs v0.2.3
20162024-12-17T07:30:34.300Z Compiling postcard v1.0.10
20172024-12-17T07:30:34.319Z Compiling serde_yaml v0.9.34+deprecated
20182024-12-17T07:30:50.626Z Compiling progenitor-impl v0.8.0
20192024-12-17T07:30:51.137Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20202024-12-17T07:31:02.757Z Compiling strum_macros v0.26.4
20212024-12-17T07:31:03.663Z Compiling structmeta-derive v0.3.0
20222024-12-17T07:31:03.917Z Compiling foreign-types-macros v0.2.3
20232024-12-17T07:31:04.277Z Compiling thiserror-impl v2.0.3
20242024-12-17T07:31:04.297Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20252024-12-17T07:31:04.365Z Compiling proc-macro-error v1.0.4
20262024-12-17T07:31:05.691Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20272024-12-17T07:31:06.241Z Compiling newtype-uuid v1.1.3
20282024-12-17T07:31:06.986Z Compiling foreign-types-shared v0.3.1
20292024-12-17T07:31:07.308Z Compiling strum v0.26.3
20302024-12-17T07:31:07.507Z Compiling foreign-types v0.5.0
20312024-12-17T07:31:08.178Z Compiling structmeta v0.3.0
20322024-12-17T07:31:11.168Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20332024-12-17T07:31:15.564Z Compiling progenitor-macro v0.8.0
20342024-12-17T07:31:21.494Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20352024-12-17T07:31:21.536Z Compiling progenitor-client v0.8.0
20362024-12-17T07:31:22.576Z Compiling tabwriter v1.4.0
20372024-12-17T07:31:23.348Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20382024-12-17T07:31:24.146Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20392024-12-17T07:31:25.039Z Compiling cstr-argument v0.1.2
20402024-12-17T07:31:25.102Z Compiling dropshot v0.15.1
20412024-12-17T07:31:25.405Z Compiling pretty-hex v0.2.1
20422024-12-17T07:31:25.636Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20432024-12-17T07:31:25.927Z Compiling crucible-workspace-hack v0.1.0
20442024-12-17T07:31:26.463Z Compiling fastrand v2.1.1
20452024-12-17T07:31:27.278Z Compiling tempfile v3.13.0
20462024-12-17T07:31:28.088Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20472024-12-17T07:31:28.462Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20482024-12-17T07:31:28.570Z Compiling progenitor v0.8.0
20492024-12-17T07:31:28.772Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20502024-12-17T07:31:28.997Z Compiling parse-display-derive v0.10.0
20512024-12-17T07:31:29.351Z Compiling colored v2.1.0
20522024-12-17T07:31:29.401Z Compiling serde_with_macros v3.11.0
20532024-12-17T07:31:29.595Z Compiling dropshot_endpoint v0.15.1
20542024-12-17T07:31:30.690Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20552024-12-17T07:31:31.158Z Compiling instant v0.1.13
20562024-12-17T07:31:31.351Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20572024-12-17T07:31:31.437Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20582024-12-17T07:31:31.665Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20592024-12-17T07:31:31.762Z Compiling backoff v0.4.0
20602024-12-17T07:31:32.019Z Compiling serde_with v3.11.0
20612024-12-17T07:31:32.967Z Compiling parse-display v0.10.0
20622024-12-17T07:31:34.192Z Compiling zone_cfg_derive v0.3.0
20632024-12-17T07:31:34.739Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20642024-12-17T07:31:34.972Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20652024-12-17T07:31:35.344Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20662024-12-17T07:31:35.701Z Compiling camino-tempfile v1.1.1
20672024-12-17T07:31:35.704Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
20682024-12-17T07:31:36.281Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20692024-12-17T07:31:36.484Z Compiling regress v0.9.1
20702024-12-17T07:31:36.503Z Compiling num-derive v0.4.2
20712024-12-17T07:31:36.594Z Compiling sigpipe v0.1.3
20722024-12-17T07:31:36.744Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20732024-12-17T07:31:37.043Z Compiling libefi-sys v0.1.0
20742024-12-17T07:31:37.409Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20752024-12-17T07:31:38.753Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
20762024-12-17T07:31:40.324Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
20772024-12-17T07:31:40.726Z Compiling zone v0.3.0
20782024-12-17T07:31:40.888Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20792024-12-17T07:31:41.871Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20802024-12-17T07:31:45.066Z Compiling smf v0.2.3
20812024-12-17T07:31:45.186Z Compiling bitfield-struct v0.6.2
20822024-12-17T07:31:46.585Z Compiling blake3 v1.5.4
20832024-12-17T07:31:47.207Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20842024-12-17T07:31:47.620Z Compiling ring v0.16.20
20852024-12-17T07:31:48.051Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20862024-12-17T07:31:48.450Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20872024-12-17T07:31:48.697Z Compiling xattr v1.3.1
20882024-12-17T07:31:48.794Z Compiling memmap2 v0.9.5
20892024-12-17T07:31:49.028Z Compiling filetime v0.2.25
20902024-12-17T07:31:49.386Z Compiling same-file v1.0.6
20912024-12-17T07:31:49.405Z Compiling arrayref v0.3.9
20922024-12-17T07:31:49.525Z Compiling arrayvec v0.7.6
20932024-12-17T07:31:49.564Z Compiling constant_time_eq v0.3.1
20942024-12-17T07:31:49.685Z Compiling spin v0.5.2
20952024-12-17T07:31:49.771Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20962024-12-17T07:31:49.914Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20972024-12-17T07:31:50.035Z Compiling walkdir v2.5.0
20982024-12-17T07:31:51.469Z Compiling tar v0.4.42
20992024-12-17T07:31:52.672Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21002024-12-17T07:31:52.822Z Compiling gethostname v0.5.0
21012024-12-17T07:31:53.041Z Compiling cargo-platform v0.1.8
21022024-12-17T07:31:53.107Z Compiling topological-sort v0.2.2
21032024-12-17T07:31:53.388Z Compiling cargo_metadata v0.18.1
21042024-12-17T07:31:57.442Z Compiling omicron-zone-package v0.11.1
21052024-12-17T07:32:01.061Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21062024-12-17T07:32:03.415Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21072024-12-17T07:32:07.902Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21082024-12-17T07:32:24.834Z Finished `release` profile [optimized] target(s) in 5m 37s
21092024-12-17T07:32:25.001Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21102024-12-17T07:32:25.047ZLogging to: /work/oxidecomputer/omicron/out/LOG
21112024-12-17T07:32:25.050ZCreated new build target 'test' and set it as active
21122024-12-17T07:32:25.050Z
21132024-12-17T07:32:25.050Zreal 5:37.575515618
21142024-12-17T07:32:25.050Zuser 37:56.462964520
21152024-12-17T07:32:25.050Zsys 5:03.580553811
21162024-12-17T07:32:25.050Ztrap 1.177475607
21172024-12-17T07:32:25.050Ztflt 3.080947604
21182024-12-17T07:32:25.050Zdflt 0.677472321
21192024-12-17T07:32:25.050Zkflt 0.017780687
21202024-12-17T07:32:25.050Zlock 1:20:07.431618175
21212024-12-17T07:32:25.050Zslp 2:38:44.466704338
21222024-12-17T07:32:25.050Zlat 2:35.988313335
21232024-12-17T07:32:25.050Zstop 4:45.331699995
21242024-12-17T07:32:25.050Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21252024-12-17T07:32:26.019Z Finished `release` profile [optimized] target(s) in 0.92s
21262024-12-17T07:32:26.078Z Running `target/release/omicron-package -t test package`
21272024-12-17T07:32:26.123ZLogging to: /work/oxidecomputer/omicron/out/LOG
21282024-12-17T07:32:27.253Z Compiling convert_case v0.4.0
21292024-12-17T07:32:27.253Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21302024-12-17T07:32:27.256Z Compiling newline-converter v0.3.0
21312024-12-17T07:32:27.256Z Compiling password-hash v0.5.0
21322024-12-17T07:32:27.256Z Compiling progenitor-client v0.8.0
21332024-12-17T07:32:27.256Z Compiling blake2 v0.10.6
21342024-12-17T07:32:27.256Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21352024-12-17T07:32:27.404Z Compiling owo-colors v4.1.0
21362024-12-17T07:32:27.551Z Compiling expectorate v1.1.0
21372024-12-17T07:32:27.590Z Compiling cancel-safe-futures v0.1.5
21382024-12-17T07:32:27.760Z Compiling progenitor v0.8.0
21392024-12-17T07:32:27.811Z Compiling num-rational v0.4.2
21402024-12-17T07:32:27.849Z Compiling num-complex v0.4.6
21412024-12-17T07:32:27.911Z Compiling argon2 v0.5.3
21422024-12-17T07:32:28.125Z Compiling derive_more v0.99.18
21432024-12-17T07:32:28.557Z Compiling atomicwrites v0.4.4
21442024-12-17T07:32:28.729Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21452024-12-17T07:32:29.097Z Compiling num v0.4.3
21462024-12-17T07:32:29.112Z Compiling libsw v3.3.1
21472024-12-17T07:32:29.222Z Compiling indent_write v2.2.0
21482024-12-17T07:32:29.301Z Compiling linear-map v1.2.0
21492024-12-17T07:32:29.436Z Compiling swrite v0.1.0
21502024-12-17T07:32:29.460Z Compiling float-ord v0.3.2
21512024-12-17T07:32:29.546Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21522024-12-17T07:32:29.581Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21532024-12-17T07:32:29.644Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21542024-12-17T07:32:29.721Z Compiling base64 v0.21.7
21552024-12-17T07:32:30.262Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21562024-12-17T07:32:30.377Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21572024-12-17T07:32:30.859Z Compiling highway v1.2.0
21582024-12-17T07:32:31.046Z Compiling semver v0.1.20
21592024-12-17T07:32:31.585Z Compiling rustc_version v0.1.7
21602024-12-17T07:32:32.008Z Compiling newtype_derive v0.1.6
21612024-12-17T07:32:32.267Z Compiling thiserror v2.0.3
21622024-12-17T07:32:32.318Z Compiling newtype-uuid v1.1.3
21632024-12-17T07:32:32.745Z Compiling dropshot v0.15.1
21642024-12-17T07:32:32.792Z Compiling ipnetwork v0.20.0
21652024-12-17T07:32:32.824Z Compiling instant v0.1.13
21662024-12-17T07:32:32.993Z Compiling humantime v2.1.0
21672024-12-17T07:32:33.584Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21682024-12-17T07:32:33.881Z Compiling backoff v0.4.0
21692024-12-17T07:32:34.216Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21702024-12-17T07:32:34.768Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21712024-12-17T07:32:37.729Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21722024-12-17T07:32:38.102Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21732024-12-17T07:32:38.322Z Compiling parse-display v0.10.0
21742024-12-17T07:32:38.916Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21752024-12-17T07:32:38.945Z Compiling serde_with v3.11.0
21762024-12-17T07:32:39.106Z Compiling strum v0.26.3
21772024-12-17T07:32:39.293Z Compiling regress v0.9.1
21782024-12-17T07:32:42.934Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21792024-12-17T07:32:44.091Z Compiling macaddr v1.0.1
21802024-12-17T07:32:44.234Z Compiling steno v0.4.1
21812024-12-17T07:32:44.452Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21822024-12-17T07:32:44.846Z Compiling prettyplease v0.2.25
21832024-12-17T07:32:44.878Z Compiling slog-dtrace v0.3.0
21842024-12-17T07:32:46.209Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21852024-12-17T07:32:46.819Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21862024-12-17T07:32:47.267Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21872024-12-17T07:32:49.335Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21882024-12-17T07:32:50.486Z Compiling half v2.4.1
21892024-12-17T07:32:51.201Z Compiling ciborium-io v0.2.2
21902024-12-17T07:32:51.346Z Compiling ciborium-ll v0.2.2
21912024-12-17T07:32:51.870Z Compiling tungstenite v0.21.0
21922024-12-17T07:32:54.648Z Compiling tokio-tungstenite v0.21.0
21932024-12-17T07:32:55.284Z Compiling ciborium v0.2.2
21942024-12-17T07:32:57.030Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21952024-12-17T07:33:03.308Z Compiling fastrand v2.1.1
21962024-12-17T07:33:03.510Z Compiling same-file v1.0.6
21972024-12-17T07:33:03.755Z Compiling display-error-chain v0.2.2
21982024-12-17T07:33:03.799Z Compiling walkdir v2.5.0
21992024-12-17T07:33:03.978Z Compiling tempfile v3.13.0
22002024-12-17T07:33:04.471Z Compiling ring v0.16.20
22012024-12-17T07:33:04.790Z Compiling blake3 v1.5.4
22022024-12-17T07:33:04.817Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22032024-12-17T07:33:05.224Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22042024-12-17T07:33:05.422Z Compiling xattr v1.3.1
22052024-12-17T07:33:05.692Z Compiling memmap2 v0.9.5
22062024-12-17T07:33:06.142Z Compiling filetime v0.2.25
22072024-12-17T07:33:06.159Z Compiling constant_time_eq v0.3.1
22082024-12-17T07:33:06.320Z Compiling arrayvec v0.7.6
22092024-12-17T07:33:06.418Z Compiling arrayref v0.3.9
22102024-12-17T07:33:06.528Z Compiling spin v0.5.2
22112024-12-17T07:33:06.734Z Compiling keccak v0.1.5
22122024-12-17T07:33:07.382Z Compiling sha3 v0.10.8
22132024-12-17T07:33:07.731Z Compiling tar v0.4.42
22142024-12-17T07:33:07.870Z Compiling camino-tempfile v1.1.1
22152024-12-17T07:33:08.151Z Compiling toolchain_find v0.4.0
22162024-12-17T07:33:08.273Z Compiling const_format_proc_macros v0.2.33
22172024-12-17T07:33:08.343Z Compiling topological-sort v0.2.2
22182024-12-17T07:33:08.581Z Compiling crunchy v0.2.2
22192024-12-17T07:33:08.795Z Compiling maplit v1.0.2
22202024-12-17T07:33:08.931Z Compiling radium v0.7.0
22212024-12-17T07:33:09.087Z Compiling omicron-zone-package v0.11.1
22222024-12-17T07:33:09.380Z Compiling rustfmt-wrapper v0.2.1
22232024-12-17T07:33:09.708Z Compiling tap v1.0.1
22242024-12-17T07:33:09.964Z Compiling tiny-keccak v2.0.2
22252024-12-17T07:33:09.964Z Compiling maybe-uninit v2.0.0
22262024-12-17T07:33:10.117Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22272024-12-17T07:33:10.247Z Compiling const_format v0.2.33
22282024-12-17T07:33:10.294Z Compiling wyz v0.5.1
22292024-12-17T07:33:10.608Z Compiling dsl_auto_type v0.1.2
22302024-12-17T07:33:10.656Z Compiling phf_generator v0.11.2
22312024-12-17T07:33:10.802Z Compiling scheduled-thread-pool v0.2.7
22322024-12-17T07:33:10.853Z Compiling secrecy v0.8.0
22332024-12-17T07:33:10.881Z Compiling diesel_table_macro_syntax v0.2.0
22342024-12-17T07:33:11.137Z Compiling async-recursion v1.1.1
22352024-12-17T07:33:11.298Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22362024-12-17T07:33:11.468Z Compiling packed_struct v0.10.1
22372024-12-17T07:33:11.611Z Compiling arc-swap v1.7.1
22382024-12-17T07:33:11.901Z Compiling funty v2.0.0
22392024-12-17T07:33:11.971Z Compiling crc-catalog v2.4.0
22402024-12-17T07:33:12.036Z Compiling diesel_derives v2.2.3
22412024-12-17T07:33:12.139Z Compiling crc v3.2.1
22422024-12-17T07:33:12.244Z Compiling slog-scope v4.4.0
22432024-12-17T07:33:12.657Z Compiling r2d2 v0.8.10
22442024-12-17T07:33:13.087Z Compiling bitvec v1.0.1
22452024-12-17T07:33:13.128Z Compiling phf_codegen v0.11.2
22462024-12-17T07:33:13.891Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22472024-12-17T07:33:14.105Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22482024-12-17T07:33:14.324Z Compiling ascii-canvas v3.0.0
22492024-12-17T07:33:14.491Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22502024-12-17T07:33:14.859Z Compiling universal-hash v0.5.1
22512024-12-17T07:33:15.107Z Compiling thiserror-impl-no-std v2.0.2
22522024-12-17T07:33:17.664Z Compiling packed_struct_codegen v0.10.1
22532024-12-17T07:33:17.902Z Compiling parse-zoneinfo v0.3.1
22542024-12-17T07:33:19.554Z Compiling ena v0.14.3
22552024-12-17T07:33:20.022Z Compiling indexmap v1.9.3
22562024-12-17T07:33:20.149Z Compiling diff v0.1.13
22572024-12-17T07:33:20.345Z Compiling regex-syntax v0.6.29
22582024-12-17T07:33:20.705Z Compiling nodrop v0.1.14
22592024-12-17T07:33:20.858Z Compiling opaque-debug v0.3.1
22602024-12-17T07:33:20.979Z Compiling poly1305 v0.8.0
22612024-12-17T07:33:22.447Z Compiling array-init v0.0.4
22622024-12-17T07:33:23.396Z Compiling diesel v2.2.6
22632024-12-17T07:33:23.741Z Compiling lalrpop v0.19.12
22642024-12-17T07:33:29.905Z Compiling chrono-tz-build v0.4.0
22652024-12-17T07:33:31.074Z Compiling thiserror-no-std v2.0.2
22662024-12-17T07:33:31.201Z Compiling smallvec v0.6.14
22672024-12-17T07:33:31.730Z Compiling slog-stdlog v4.1.1
22682024-12-17T07:33:31.790Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22692024-12-17T07:33:32.580Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22702024-12-17T07:33:32.884Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22712024-12-17T07:33:33.002Z Compiling chacha20 v0.9.1
22722024-12-17T07:33:33.107Z Compiling aead v0.5.2
22732024-12-17T07:33:33.452Z Compiling vte_generate_state_changes v0.1.2
22742024-12-17T07:33:33.477Z Compiling hashbrown v0.12.3
22752024-12-17T07:33:34.056Z Compiling ref-cast v1.0.23
22762024-12-17T07:33:34.530Z Compiling termcolor v1.4.1
22772024-12-17T07:33:34.822Z Compiling bitfield v0.14.0
22782024-12-17T07:33:35.139Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22792024-12-17T07:33:35.623Z Compiling env_logger v0.10.2
22802024-12-17T07:33:40.036Z Compiling vte v0.11.1
22812024-12-17T07:33:41.538Z Compiling chacha20poly1305 v0.10.1
22822024-12-17T07:33:41.835Z Compiling slog-envlogger v2.2.0
22832024-12-17T07:33:44.658Z Compiling serde-hex v0.1.0
22842024-12-17T07:33:48.720Z Compiling vsss-rs v3.3.4
22852024-12-17T07:33:49.802Z Compiling polar-core v0.27.3
22862024-12-17T07:33:49.894Z Compiling chrono-tz v0.10.0
22872024-12-17T07:33:50.540Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22882024-12-17T07:33:50.896Z Compiling ron v0.8.1
22892024-12-17T07:33:51.036Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22902024-12-17T07:33:51.339Z Compiling derive_builder_core v0.20.2
22912024-12-17T07:33:53.216Z Compiling hashbrown v0.13.2
22922024-12-17T07:33:53.665Z Compiling headers-core v0.3.0
22932024-12-17T07:33:53.855Z Compiling fxhash v0.2.1
22942024-12-17T07:33:54.107Z Compiling libxml v0.3.3
22952024-12-17T07:33:54.472Z Compiling ref-cast-impl v1.0.23
22962024-12-17T07:33:54.573Z Compiling lockfree-object-pool v0.1.6
22972024-12-17T07:33:54.913Z Compiling bumpalo v3.16.0
22982024-12-17T07:33:55.503Z Compiling simd-adler32 v0.3.7
22992024-12-17T07:33:55.643Z Compiling crc-any v2.5.0
23002024-12-17T07:33:56.638Z Compiling bytecount v0.6.8
23012024-12-17T07:33:56.698Z Compiling zip v2.1.3
23022024-12-17T07:33:56.781Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23032024-12-17T07:33:56.974Z Compiling papergrid v0.11.0
23042024-12-17T07:33:57.070Z Compiling zopfli v0.8.1
23052024-12-17T07:34:01.500Z Compiling object v0.30.4
23062024-12-17T07:34:01.585Z Compiling headers v0.4.0
23072024-12-17T07:34:05.247Z Compiling derive_builder_macro v0.20.2
23082024-12-17T07:34:09.255Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23092024-12-17T07:34:10.894Z Compiling strip-ansi-escapes v0.2.0
23102024-12-17T07:34:11.748Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23112024-12-17T07:34:11.770Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23122024-12-17T07:34:12.067Z Compiling tabled_derive v0.7.0
23132024-12-17T07:34:12.100Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23142024-12-17T07:34:14.243Z Compiling itertools v0.12.1
23152024-12-17T07:34:14.516Z Compiling fd-lock v4.0.2
23162024-12-17T07:34:14.741Z Compiling peg-macros v0.8.4
23172024-12-17T07:34:14.900Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23182024-12-17T07:34:15.951Z Compiling strum_macros v0.24.3
23192024-12-17T07:34:16.633Z Compiling kstat-rs v0.2.4
23202024-12-17T07:34:16.831Z Compiling samael v0.0.17
23212024-12-17T07:34:17.620Z Compiling unicase v2.7.0
23222024-12-17T07:34:17.795Z Compiling nu-ansi-term v0.50.1
23232024-12-17T07:34:17.947Z Compiling path-slash v0.1.5
23242024-12-17T07:34:18.174Z Compiling indoc v1.0.9
23252024-12-17T07:34:18.195Z Compiling peg v0.8.4
23262024-12-17T07:34:18.326Z Compiling reedline v0.35.0
23272024-12-17T07:34:19.037Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23282024-12-17T07:34:19.056Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23292024-12-17T07:34:19.588Z Compiling tabled v0.15.0
23302024-12-17T07:34:22.256Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23312024-12-17T07:34:34.781Z Compiling derive_builder v0.20.2
23322024-12-17T07:34:38.935Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23332024-12-17T07:34:39.699Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23342024-12-17T07:34:39.871Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23352024-12-17T07:34:39.892Z Compiling pem v3.0.4
23362024-12-17T07:34:40.172Z Compiling bcs v0.1.6
23372024-12-17T07:34:41.100Z Compiling oso-derive v0.27.3
23382024-12-17T07:34:41.379Z Compiling impl-trait-for-tuples v0.2.2
23392024-12-17T07:34:42.097Z Compiling libz-sys v1.1.20
23402024-12-17T07:34:42.245Z Compiling quick-xml v0.33.0
23412024-12-17T07:34:42.784Z Compiling diesel-dtrace v0.4.2
23422024-12-17T07:34:43.110Z Compiling parking_lot_core v0.8.6
23432024-12-17T07:34:48.359Z Compiling oso v0.27.3
23442024-12-17T07:34:51.056Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23452024-12-17T07:34:52.610Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23462024-12-17T07:34:58.025Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23472024-12-17T07:35:01.305Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23482024-12-17T07:35:01.618Z Compiling bb8 v0.8.5
23492024-12-17T07:35:02.246Z Compiling buf-list v1.0.3
23502024-12-17T07:35:02.913Z Compiling async-bb8-diesel v0.2.1
23512024-12-17T07:35:05.390Z Compiling nibble_vec v0.1.0
23522024-12-17T07:35:05.649Z Compiling libgit2-sys v0.17.0+1.8.1
23532024-12-17T07:35:05.991Z Compiling pin-project-internal v1.1.6
23542024-12-17T07:35:06.451Z Compiling atty v0.2.14
23552024-12-17T07:35:06.632Z Compiling endian-type v0.1.2
23562024-12-17T07:35:06.905Z Compiling salty v0.3.0
23572024-12-17T07:35:07.367Z Compiling radix_trie v0.2.1
23582024-12-17T07:35:08.892Z Compiling pin-project v1.1.6
23592024-12-17T07:35:09.447Z Compiling parking_lot v0.11.2
23602024-12-17T07:35:12.563Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23612024-12-17T07:35:17.326Z Compiling snafu-derive v0.8.5
23622024-12-17T07:35:22.026Z Compiling snafu v0.8.5
23632024-12-17T07:35:23.347Z Compiling sled v0.34.7
23642024-12-17T07:35:24.957Z Compiling mime_guess v2.0.5
23652024-12-17T07:35:25.933Z Compiling hickory-client v0.24.1
23662024-12-17T07:35:33.437Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23672024-12-17T07:35:35.697Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23682024-12-17T07:35:38.297Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23692024-12-17T07:35:39.876Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23702024-12-17T07:35:41.660Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23712024-12-17T07:35:42.560Z Compiling globset v0.4.15
23722024-12-17T07:35:43.284Z Compiling hickory-server v0.24.1
23732024-12-17T07:35:48.623Z Compiling primeorder v0.13.6
23742024-12-17T07:35:49.235Z Compiling olpc-cjson v0.1.4
23752024-12-17T07:35:49.588Z Compiling vergen v8.3.2
23762024-12-17T07:35:49.921Z Compiling env_filter v0.1.2
23772024-12-17T07:35:50.021Z Compiling cargo-platform v0.1.8
23782024-12-17T07:35:50.562Z Compiling serde_plain v1.0.2
23792024-12-17T07:35:51.107Z Compiling nanorand v0.7.0
23802024-12-17T07:35:51.419Z Compiling memoffset v0.9.1
23812024-12-17T07:35:51.722Z Compiling typed-path v0.9.3
23822024-12-17T07:35:51.935Z Compiling flume v0.11.1
23832024-12-17T07:35:55.012Z Compiling tough v0.19.0
23842024-12-17T07:35:56.933Z Compiling cargo_metadata v0.18.1
23852024-12-17T07:35:57.399Z Compiling env_logger v0.11.5
23862024-12-17T07:35:58.841Z Compiling p384 v0.13.0
23872024-12-17T07:35:58.859Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23882024-12-17T07:35:58.965Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23892024-12-17T07:36:00.224Z Compiling git2 v0.19.0
23902024-12-17T07:36:05.010Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23912024-12-17T07:36:10.020Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23922024-12-17T07:36:10.523Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
23932024-12-17T07:36:11.193Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23942024-12-17T07:36:16.972Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23952024-12-17T07:36:17.454Z Compiling rand_seeder v0.3.0
23962024-12-17T07:36:17.876Z Compiling libsqlite3-sys v0.30.1
23972024-12-17T07:36:18.290Z Compiling lzma-sys v0.1.20
23982024-12-17T07:36:18.402Z Compiling rustls v0.21.12
23992024-12-17T07:36:18.706Z Compiling parse-size v1.1.0
24002024-12-17T07:36:19.025Z Compiling cfg_aliases v0.2.1
24012024-12-17T07:36:19.028Z Compiling http-range v0.1.5
24022024-12-17T07:36:19.169Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24032024-12-17T07:36:19.527Z Compiling nix v0.29.0
24042024-12-17T07:36:19.643Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24052024-12-17T07:36:19.778Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24062024-12-17T07:36:20.032Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24072024-12-17T07:36:22.832Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24082024-12-17T07:36:22.888Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24092024-12-17T07:36:23.722Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24102024-12-17T07:36:23.863Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24112024-12-17T07:36:24.038Z Compiling sct v0.7.1
24122024-12-17T07:36:24.549Z Compiling rustls-webpki v0.101.7
24132024-12-17T07:36:25.954Z Compiling heck v0.3.3
24142024-12-17T07:36:26.365Z Compiling castaway v0.2.3
24152024-12-17T07:36:26.577Z Compiling csv-core v0.1.11
24162024-12-17T07:36:27.440Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24172024-12-17T07:36:27.769Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24182024-12-17T07:36:28.081Z Compiling glob v0.3.1
24192024-12-17T07:36:28.335Z Compiling csv v1.3.0
24202024-12-17T07:36:28.541Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24212024-12-17T07:36:30.091Z Compiling compact_str v0.8.0
24222024-12-17T07:36:30.485Z Compiling zone_cfg_derive v0.1.2
24232024-12-17T07:36:31.925Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
24242024-12-17T07:36:32.745Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24252024-12-17T07:36:34.114Z Compiling nix v0.27.1
24262024-12-17T07:36:35.804Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24272024-12-17T07:36:37.333Z Compiling hyper-staticfile v0.10.1
24282024-12-17T07:36:40.533Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24292024-12-17T07:36:41.678Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24302024-12-17T07:36:42.587Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
24312024-12-17T07:36:42.945Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24322024-12-17T07:36:48.011Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24332024-12-17T07:36:50.639Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24342024-12-17T07:36:50.990Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24352024-12-17T07:36:51.162Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24362024-12-17T07:36:51.297Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24372024-12-17T07:36:51.478Z Compiling unicode-truncate v1.1.0
24382024-12-17T07:36:51.781Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24392024-12-17T07:36:53.389Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24402024-12-17T07:36:54.064Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24412024-12-17T07:36:54.650Z Compiling hashlink v0.9.1
24422024-12-17T07:36:54.688Z Compiling tungstenite v0.23.0
24432024-12-17T07:36:55.511Z Compiling lru v0.12.5
24442024-12-17T07:36:55.905Z Compiling instability v0.3.2
24452024-12-17T07:36:56.738Z Compiling base64 v0.13.1
24462024-12-17T07:36:56.940Z Compiling fallible-iterator v0.3.0
24472024-12-17T07:36:57.498Z Compiling fallible-streaming-iterator v0.1.9
24482024-12-17T07:36:57.521Z Compiling cassowary v0.3.0
24492024-12-17T07:36:57.756Z Compiling ron v0.7.1
24502024-12-17T07:36:57.806Z Compiling rusqlite v0.32.1
24512024-12-17T07:36:58.857Z Compiling ratatui v0.28.1
24522024-12-17T07:37:00.424Z Compiling tokio-tungstenite v0.23.1
24532024-12-17T07:37:01.068Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24542024-12-17T07:37:01.199Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24552024-12-17T07:37:03.139Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24562024-12-17T07:37:07.521Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24572024-12-17T07:37:08.162Z Compiling xz2 v0.1.7
24582024-12-17T07:37:09.160Z Compiling tokio-rustls v0.24.1
24592024-12-17T07:37:09.661Z Compiling zone v0.1.8
24602024-12-17T07:37:13.113Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24612024-12-17T07:37:18.283Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24622024-12-17T07:37:19.365Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24632024-12-17T07:37:20.758Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24642024-12-17T07:37:24.644Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24652024-12-17T07:37:30.865Z Compiling rustls-pemfile v1.0.4
24662024-12-17T07:37:31.297Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24672024-12-17T07:37:31.628Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24682024-12-17T07:37:31.713Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24692024-12-17T07:37:31.900Z Compiling signal-hook-tokio v0.3.1
24702024-12-17T07:37:32.157Z Compiling twox-hash v1.6.3
24712024-12-17T07:37:33.214Z Compiling yasna v0.5.2
24722024-12-17T07:37:34.331Z Compiling smawk v0.3.2
24732024-12-17T07:37:34.616Z Compiling unicode-linebreak v0.1.5
24742024-12-17T07:37:35.199Z Compiling is_ci v1.2.0
24752024-12-17T07:37:35.539Z Compiling supports-color v3.0.1
24762024-12-17T07:37:35.969Z Compiling textwrap v0.16.1
24772024-12-17T07:37:36.691Z Compiling rcgen v0.12.1
24782024-12-17T07:37:39.594Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24792024-12-17T07:37:47.092Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24802024-12-17T07:37:48.433Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24812024-12-17T07:37:48.894Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
24822024-12-17T07:37:50.507Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24832024-12-17T07:37:52.378Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24842024-12-17T07:37:57.217Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24852024-12-17T07:38:09.952Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24862024-12-17T07:38:11.013Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24872024-12-17T07:38:11.670Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24882024-12-17T07:38:11.994Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24892024-12-17T07:38:18.696Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24902024-12-17T07:38:25.479Z Compiling fatfs v0.3.6
24912024-12-17T07:38:28.379Z Compiling subprocess v0.2.9
24922024-12-17T07:38:29.158Z Compiling rtoolbox v0.0.2
24932024-12-17T07:38:29.619Z Compiling assert_matches v1.5.0
24942024-12-17T07:38:29.677Z Compiling rpassword v7.3.1
24952024-12-17T07:38:30.138Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24962024-12-17T07:38:33.113Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24972024-12-17T07:38:33.340Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24982024-12-17T07:38:37.935Z Compiling tui-tree-widget v0.22.0
24992024-12-17T07:38:38.420Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25002024-12-17T07:38:40.728Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25012024-12-17T07:38:48.370Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25022024-12-17T07:38:48.668Z Compiling uzers v0.12.1
25032024-12-17T07:38:51.844Z Compiling shell-words v1.1.0
25042024-12-17T07:38:52.295Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25052024-12-17T07:38:54.675Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25062024-12-17T07:38:56.820Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25072024-12-17T07:39:29.126Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25082024-12-17T07:39:30.482Z Compiling multimap v0.10.0
25092024-12-17T07:41:55.466Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25102024-12-17T07:42:02.229Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25112024-12-17T07:49:29.712Z Finished `release` profile [optimized] target(s) in 17m 03s
25122024-12-17T07:50:33.041Z
25132024-12-17T07:50:33.041Zreal 18:07.964746965
25142024-12-17T07:50:33.041Zuser 2:02:43.538155023
25152024-12-17T07:50:33.041Zsys 6:07.078090556
25162024-12-17T07:50:33.044Ztrap 3.028587363
25172024-12-17T07:50:33.044Ztflt 3.048483858
25182024-12-17T07:50:33.044Zdflt 4.329707361
25192024-12-17T07:50:33.044Zkflt 0.010976624
25202024-12-17T07:50:33.044Zlock 7:32:55.809080658
25212024-12-17T07:50:33.044Zslp 6:27:34.821200374
25222024-12-17T07:50:33.044Zlat 2:54.886732002
25232024-12-17T07:50:33.044Zstop 2:31.524571979
25242024-12-17T07:50:33.044Z+ mapfile -t packages
25252024-12-17T07:50:33.044Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25262024-12-17T07:50:34.048Z Finished `release` profile [optimized] target(s) in 0.95s
25272024-12-17T07:50:34.107Z Running `target/release/omicron-package -t test list-outputs`
25282024-12-17T07:50:34.155ZLogging to: /work/oxidecomputer/omicron/out/LOG
25292024-12-17T07:50:34.157Z+ ptime -m cargo build --locked --release -p xtask
25302024-12-17T07:50:34.713Z Compiling serde v1.0.215
25312024-12-17T07:50:34.716Z Compiling libc v0.2.162
25322024-12-17T07:50:34.717Z Compiling serde_json v1.0.133
25332024-12-17T07:50:34.717Z Compiling rustix v0.38.37
25342024-12-17T07:50:34.816Z Compiling syn v2.0.90
25352024-12-17T07:50:34.827Z Compiling bitflags v2.6.0
25362024-12-17T07:50:35.199Z Compiling usdt-impl v0.5.0
25372024-12-17T07:50:35.238Z Compiling syn v1.0.109
25382024-12-17T07:50:35.324Z Compiling hashbrown v0.15.1
25392024-12-17T07:50:35.345Z Compiling log v0.4.22
25402024-12-17T07:50:35.392Z Compiling fs-err v2.11.0
25412024-12-17T07:50:35.701Z Compiling once_cell v1.20.2
25422024-12-17T07:50:35.820Z Compiling anyhow v1.0.93
25432024-12-17T07:50:36.322Z Compiling thread-id v4.2.2
25442024-12-17T07:50:36.709Z Compiling indexmap v2.7.0
25452024-12-17T07:50:37.842Z Compiling terminal_size v0.4.0
25462024-12-17T07:50:37.844Z Compiling tempfile v3.13.0
25472024-12-17T07:50:38.103Z Compiling clap_builder v4.5.21
25482024-12-17T07:50:38.682Z Compiling proc-macro-error v1.0.4
25492024-12-17T07:50:40.008Z Compiling tabled_derive v0.7.0
25502024-12-17T07:50:41.348Z Compiling tabled v0.15.0
25512024-12-17T07:50:42.523Z Compiling serde_derive v1.0.215
25522024-12-17T07:50:43.782Z Compiling thiserror-impl v1.0.69
25532024-12-17T07:50:44.343Z Compiling zerocopy-derive v0.7.35
25542024-12-17T07:50:44.979Z Compiling scroll_derive v0.12.0
25552024-12-17T07:50:45.020Z Compiling clap_derive v4.5.18
25562024-12-17T07:50:46.389Z Compiling scroll v0.12.0
25572024-12-17T07:50:46.436Z Compiling zerocopy v0.7.35
25582024-12-17T07:50:46.678Z Compiling thiserror v1.0.69
25592024-12-17T07:50:46.847Z Compiling pest v2.7.14
25602024-12-17T07:50:48.063Z Compiling goblin v0.8.2
25612024-12-17T07:50:49.673Z Compiling pest_meta v2.7.14
25622024-12-17T07:50:51.274Z Compiling pest_generator v2.7.14
25632024-12-17T07:50:53.112Z Compiling clap v4.5.21
25642024-12-17T07:50:53.868Z Compiling pest_derive v2.7.14
25652024-12-17T07:50:54.670Z Compiling dtrace-parser v0.2.0
25662024-12-17T07:50:57.987Z Compiling serde_tokenstream v0.2.2
25672024-12-17T07:50:58.627Z Compiling toml_datetime v0.6.8
25682024-12-17T07:50:59.381Z Compiling serde_spanned v0.6.8
25692024-12-17T07:50:59.646Z Compiling toml_edit v0.22.22
25702024-12-17T07:51:00.540Z Compiling dof v0.3.0
25712024-12-17T07:51:02.558Z Compiling camino v1.1.9
25722024-12-17T07:51:02.963Z Compiling usdt-attr-macro v0.5.0
25732024-12-17T07:51:03.103Z Compiling usdt-macro v0.5.0
25742024-12-17T07:51:03.956Z Compiling toml v0.8.19
25752024-12-17T07:51:04.389Z Compiling semver v1.0.23
25762024-12-17T07:51:05.878Z Compiling cargo-platform v0.1.8
25772024-12-17T07:51:06.988Z Compiling cargo_metadata v0.18.1
25782024-12-17T07:51:07.471Z Compiling cargo_toml v0.20.5
25792024-12-17T07:51:10.722Z Compiling usdt v0.5.0
25802024-12-17T07:51:11.208Z Compiling camino-tempfile v1.1.1
25812024-12-17T07:51:11.802Z Compiling macaddr v1.0.1
25822024-12-17T07:51:20.177Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25832024-12-17T07:51:31.567Z Finished `release` profile [optimized] target(s) in 57.36s
25842024-12-17T07:51:31.676Z
25852024-12-17T07:51:31.678Zreal 57.490463059
25862024-12-17T07:51:31.678Zuser 5:49.125187911
25872024-12-17T07:51:31.678Zsys 31.880168446
25882024-12-17T07:51:31.678Ztrap 0.149796239
25892024-12-17T07:51:31.678Ztflt 0.353745725
25902024-12-17T07:51:31.678Zdflt 0.525166909
25912024-12-17T07:51:31.678Zkflt 0.000000000
25922024-12-17T07:51:31.678Zlock 11:28.783400798
25932024-12-17T07:51:31.678Zslp 16:50.937808236
25942024-12-17T07:51:31.678Zlat 14.230331062
25952024-12-17T07:51:31.678Zstop 18.160375669
25962024-12-17T07:51:31.678Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25972024-12-17T07:51:31.678Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25982024-12-17T07:51:31.678Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
25992024-12-17T07:51:31.679Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26002024-12-17T07:51:31.679Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26012024-12-17T07:51:32.563Z Compiling hashbrown v0.14.5
26022024-12-17T07:51:32.692Z Compiling ident_case v1.0.1
26032024-12-17T07:51:32.694Z Compiling unsafe-libyaml v0.2.11
26042024-12-17T07:51:32.695Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26052024-12-17T07:51:32.695Z Compiling progenitor-client v0.8.0
26062024-12-17T07:51:32.695Z Compiling ipnetwork v0.20.0
26072024-12-17T07:51:32.695Z Compiling macaddr v1.0.1
26082024-12-17T07:51:32.695Z Compiling thiserror v2.0.3
26092024-12-17T07:51:32.856Z Compiling darling_core v0.20.10
26102024-12-17T07:51:33.164Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26112024-12-17T07:51:33.184Z Compiling thiserror-impl v2.0.3
26122024-12-17T07:51:33.240Z Compiling instant v0.1.13
26132024-12-17T07:51:33.415Z Compiling structmeta-derive v0.3.0
26142024-12-17T07:51:33.655Z Compiling dropshot v0.15.1
26152024-12-17T07:51:33.745Z Compiling newtype-uuid v1.1.3
26162024-12-17T07:51:33.910Z Compiling regress v0.10.1
26172024-12-17T07:51:33.952Z Compiling serde_yaml v0.9.34+deprecated
26182024-12-17T07:51:34.065Z Compiling regress v0.9.1
26192024-12-17T07:51:34.090Z Compiling dropshot_endpoint v0.15.1
26202024-12-17T07:51:34.976Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26212024-12-17T07:51:35.771Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26222024-12-17T07:51:35.970Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26232024-12-17T07:51:36.344Z Compiling backoff v0.4.0
26242024-12-17T07:51:36.512Z Compiling structmeta v0.3.0
26252024-12-17T07:51:36.725Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26262024-12-17T07:51:36.949Z Compiling parse-display-derive v0.10.0
26272024-12-17T07:51:37.145Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26282024-12-17T07:51:37.326Z Compiling tempfile v3.13.0
26292024-12-17T07:51:37.518Z Compiling proc-macro-crate v1.3.1
26302024-12-17T07:51:38.234Z Compiling typify-impl v0.2.0
26312024-12-17T07:51:38.254Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26322024-12-17T07:51:38.614Z Compiling num_enum_derive v0.5.11
26332024-12-17T07:51:38.662Z Compiling itertools v0.13.0
26342024-12-17T07:51:39.051Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26352024-12-17T07:51:39.300Z Compiling zerocopy v0.8.10
26362024-12-17T07:51:39.373Z Compiling foreign-types-macros v0.2.3
26372024-12-17T07:51:40.112Z Compiling darling_macro v0.20.10
26382024-12-17T07:51:40.357Z Compiling zerocopy-derive v0.8.10
26392024-12-17T07:51:40.722Z Compiling heapless v0.8.0
26402024-12-17T07:51:41.060Z Compiling darling v0.20.10
26412024-12-17T07:51:41.195Z Compiling serde_with_macros v3.11.0
26422024-12-17T07:51:41.302Z Compiling num_enum v0.5.11
26432024-12-17T07:51:41.305Z Compiling foreign-types-shared v0.3.1
26442024-12-17T07:51:41.430Z Compiling foreign-types v0.5.0
26452024-12-17T07:51:41.546Z Compiling proc-macro-error v1.0.4
26462024-12-17T07:51:41.620Z Compiling parse-display v0.10.0
26472024-12-17T07:51:41.999Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26482024-12-17T07:51:42.176Z Compiling camino-tempfile v1.1.1
26492024-12-17T07:51:42.274Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26502024-12-17T07:51:42.333Z Compiling hash32 v0.3.1
26512024-12-17T07:51:42.591Z Compiling cstr-argument v0.1.2
26522024-12-17T07:51:42.637Z Compiling pretty-hex v0.2.1
26532024-12-17T07:51:42.844Z Compiling smoltcp v0.11.0
26542024-12-17T07:51:42.864Z Compiling crucible-workspace-hack v0.1.0
26552024-12-17T07:51:43.134Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26562024-12-17T07:51:43.188Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26572024-12-17T07:51:43.323Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26582024-12-17T07:51:43.612Z Compiling tabwriter v1.4.0
26592024-12-17T07:51:43.943Z Compiling colored v2.1.0
26602024-12-17T07:51:44.131Z Compiling serde_with v3.11.0
26612024-12-17T07:51:44.153Z Compiling cobs v0.2.3
26622024-12-17T07:51:44.466Z Compiling postcard v1.0.10
26632024-12-17T07:51:44.922Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26642024-12-17T07:51:45.212Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26652024-12-17T07:51:45.311Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26662024-12-17T07:51:45.398Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26672024-12-17T07:51:45.729Z Compiling smf v0.2.3
26682024-12-17T07:51:46.249Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26692024-12-17T07:51:47.016Z Compiling zone_cfg_derive v0.3.0
26702024-12-17T07:51:47.194Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
26712024-12-17T07:51:47.692Z Compiling num-derive v0.4.2
26722024-12-17T07:51:48.282Z Compiling sigpipe v0.1.3
26732024-12-17T07:51:48.421Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26742024-12-17T07:51:48.599Z Compiling zone v0.3.0
26752024-12-17T07:51:48.727Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26762024-12-17T07:51:49.334Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
26772024-12-17T07:51:49.459Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26782024-12-17T07:51:49.851Z Compiling universal-hash v0.5.1
26792024-12-17T07:51:49.872Z Compiling opaque-debug v0.3.1
26802024-12-17T07:51:49.936Z Compiling num-rational v0.4.2
26812024-12-17T07:51:50.035Z Compiling password-hash v0.5.0
26822024-12-17T07:51:50.078Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
26832024-12-17T07:51:50.078Z Compiling num-complex v0.4.6
26842024-12-17T07:51:50.264Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26852024-12-17T07:51:50.321Z Compiling blake2 v0.10.6
26862024-12-17T07:51:50.903Z Compiling aead v0.5.2
26872024-12-17T07:51:51.100Z Compiling convert_case v0.4.0
26882024-12-17T07:51:51.121Z Compiling keccak v0.1.5
26892024-12-17T07:51:51.247Z Compiling num v0.4.3
26902024-12-17T07:51:51.302Z Compiling argon2 v0.5.3
26912024-12-17T07:51:51.373Z Compiling poly1305 v0.8.0
26922024-12-17T07:51:51.696Z Compiling sha3 v0.10.8
26932024-12-17T07:51:51.785Z Compiling tungstenite v0.21.0
26942024-12-17T07:51:52.133Z Compiling derive_more v0.99.18
26952024-12-17T07:51:52.236Z Compiling chacha20 v0.9.1
26962024-12-17T07:51:52.740Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26972024-12-17T07:51:52.759Z Compiling base64 v0.21.7
26982024-12-17T07:51:53.100Z Compiling float-ord v0.3.2
26992024-12-17T07:51:53.164Z Compiling tokio-tungstenite v0.21.0
27002024-12-17T07:51:53.289Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27012024-12-17T07:51:53.529Z Compiling semver v0.1.20
27022024-12-17T07:51:53.735Z Compiling same-file v1.0.6
27032024-12-17T07:51:53.794Z Compiling newline-converter v0.3.0
27042024-12-17T07:51:53.984Z Compiling walkdir v2.5.0
27052024-12-17T07:51:54.032Z Compiling rustc_version v0.1.7
27062024-12-17T07:51:54.083Z Compiling primeorder v0.13.6
27072024-12-17T07:51:54.243Z Compiling secrecy v0.8.0
27082024-12-17T07:51:54.321Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27092024-12-17T07:51:54.514Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27102024-12-17T07:51:54.569Z Compiling owo-colors v4.1.0
27112024-12-17T07:51:54.619Z Compiling cancel-safe-futures v0.1.5
27122024-12-17T07:51:54.787Z Compiling newtype_derive v0.1.6
27132024-12-17T07:51:54.790Z Compiling expectorate v1.1.0
27142024-12-17T07:51:54.917Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27152024-12-17T07:51:54.992Z Compiling thiserror-impl-no-std v2.0.2
27162024-12-17T07:51:55.046Z Compiling blake3 v1.5.4
27172024-12-17T07:51:55.113Z Compiling ring v0.16.20
27182024-12-17T07:51:55.270Z Compiling unicase v2.7.0
27192024-12-17T07:51:55.435Z Compiling half v2.4.1
27202024-12-17T07:51:55.585Z Compiling ciborium-io v0.2.2
27212024-12-17T07:51:55.746Z Compiling arc-swap v1.7.1
27222024-12-17T07:51:55.994Z Compiling ciborium-ll v0.2.2
27232024-12-17T07:51:56.337Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27242024-12-17T07:51:56.399Z Compiling slog-scope v4.4.0
27252024-12-17T07:51:56.584Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27262024-12-17T07:51:56.929Z Compiling polyval v0.6.2
27272024-12-17T07:51:57.124Z Compiling typify-macro v0.2.0
27282024-12-17T07:51:57.338Z Compiling atomicwrites v0.4.4
27292024-12-17T07:51:57.392Z Compiling libsw v3.3.1
27302024-12-17T07:51:57.717Z Compiling memmap2 v0.9.5
27312024-12-17T07:51:57.736Z Compiling arrayvec v0.7.6
27322024-12-17T07:51:57.806Z Compiling parking_lot_core v0.8.6
27332024-12-17T07:51:58.141Z Compiling constant_time_eq v0.3.1
27342024-12-17T07:51:58.163Z Compiling thiserror-no-std v2.0.2
27352024-12-17T07:51:58.200Z Compiling linear-map v1.2.0
27362024-12-17T07:51:58.280Z Compiling indent_write v2.2.0
27372024-12-17T07:51:58.302Z Compiling salty v0.3.0
27382024-12-17T07:51:58.333Z Compiling spin v0.5.2
27392024-12-17T07:51:58.507Z Compiling arrayref v0.3.9
27402024-12-17T07:51:58.582Z Compiling libefi-sys v0.1.0
27412024-12-17T07:51:58.650Z Compiling vsss-rs v3.3.4
27422024-12-17T07:51:58.772Z Compiling ghash v0.5.1
27432024-12-17T07:51:58.905Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27442024-12-17T07:51:59.180Z Compiling slog-stdlog v4.1.1
27452024-12-17T07:51:59.574Z Compiling ciborium v0.2.2
27462024-12-17T07:51:59.869Z Compiling p384 v0.13.0
27472024-12-17T07:51:59.872Z Compiling toolchain_find v0.4.0
27482024-12-17T07:51:59.970Z Compiling chacha20poly1305 v0.10.1
27492024-12-17T07:52:00.212Z Compiling ctr v0.9.2
27502024-12-17T07:52:00.620Z Compiling lzma-sys v0.1.20
27512024-12-17T07:52:00.641Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27522024-12-17T07:52:01.065Z Compiling bitfield-struct v0.6.2
27532024-12-17T07:52:01.208Z Compiling slog-dtrace v0.3.0
27542024-12-17T07:52:01.406Z Compiling topological-sort v0.2.2
27552024-12-17T07:52:01.439Z Compiling highway v1.2.0
27562024-12-17T07:52:01.510Z Compiling typify v0.2.0
27572024-12-17T07:52:01.639Z Compiling omicron-zone-package v0.11.1
27582024-12-17T07:52:01.686Z Compiling progenitor-impl v0.8.0
27592024-12-17T07:52:01.779Z Compiling aes-gcm v0.10.3
27602024-12-17T07:52:02.111Z Compiling rustfmt-wrapper v0.2.1
27612024-12-17T07:52:02.241Z Compiling mime_guess v2.0.5
27622024-12-17T07:52:02.385Z Compiling slog-envlogger v2.2.0
27632024-12-17T07:52:02.492Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27642024-12-17T07:52:02.722Z Compiling steno v0.4.1
27652024-12-17T07:52:03.302Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27662024-12-17T07:52:03.390Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27672024-12-17T07:52:03.586Z Compiling heck v0.3.3
27682024-12-17T07:52:03.908Z Compiling ssh-encoding v0.2.0
27692024-12-17T07:52:04.008Z Compiling blowfish v0.9.1
27702024-12-17T07:52:04.042Z Compiling nibble_vec v0.1.0
27712024-12-17T07:52:04.184Z Compiling env_filter v0.1.2
27722024-12-17T07:52:04.271Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27732024-12-17T07:52:04.415Z Compiling endian-type v0.1.2
27742024-12-17T07:52:04.443Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27752024-12-17T07:52:04.499Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27762024-12-17T07:52:04.532Z Compiling humantime v2.1.0
27772024-12-17T07:52:04.653Z Compiling radix_trie v0.2.1
27782024-12-17T07:52:04.818Z Compiling env_logger v0.11.5
27792024-12-17T07:52:04.869Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27802024-12-17T07:52:04.954Z Compiling bcrypt-pbkdf v0.10.0
27812024-12-17T07:52:05.143Z Compiling ssh-cipher v0.2.0
27822024-12-17T07:52:05.464Z Compiling zone_cfg_derive v0.1.2
27832024-12-17T07:52:05.602Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27842024-12-17T07:52:05.914Z Compiling parking_lot v0.11.2
27852024-12-17T07:52:06.550Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27862024-12-17T07:52:06.841Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27872024-12-17T07:52:06.863Z Compiling password-hash v0.4.2
27882024-12-17T07:52:06.947Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
27892024-12-17T07:52:06.980Z Compiling gethostname v0.5.0
27902024-12-17T07:52:07.219Z Compiling fxhash v0.2.1
27912024-12-17T07:52:07.258Z Compiling simd-adler32 v0.3.7
27922024-12-17T07:52:07.407Z Compiling zip v2.1.3
27932024-12-17T07:52:07.447Z Compiling matches v0.1.10
27942024-12-17T07:52:07.561Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27952024-12-17T07:52:07.591Z Compiling bumpalo v3.16.0
27962024-12-17T07:52:07.735Z Compiling base64 v0.13.1
27972024-12-17T07:52:07.818Z Compiling lockfree-object-pool v0.1.6
27982024-12-17T07:52:07.838Z Compiling http-range v0.1.5
27992024-12-17T07:52:07.918Z Compiling idna v0.2.3
28002024-12-17T07:52:07.947Z Compiling sled v0.34.7
28012024-12-17T07:52:08.077Z Compiling zopfli v0.8.1
28022024-12-17T07:52:08.106Z Compiling pbkdf2 v0.11.0
28032024-12-17T07:52:08.210Z Compiling ron v0.7.1
28042024-12-17T07:52:08.354Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28052024-12-17T07:52:08.475Z Compiling zone v0.1.8
28062024-12-17T07:52:09.090Z Compiling xz2 v0.1.7
28072024-12-17T07:52:09.615Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28082024-12-17T07:52:09.948Z Compiling progenitor-macro v0.8.0
28092024-12-17T07:52:10.001Z Compiling ssh-key v0.6.6
28102024-12-17T07:52:10.195Z Compiling hickory-client v0.24.1
28112024-12-17T07:52:10.687Z Compiling p256 v0.13.2
28122024-12-17T07:52:10.858Z Compiling p521 v0.13.3
28132024-12-17T07:52:11.115Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28142024-12-17T07:52:11.555Z Compiling hickory-server v0.24.1
28152024-12-17T07:52:11.755Z Compiling enum-as-inner v0.5.1
28162024-12-17T07:52:12.310Z Compiling pem v3.0.4
28172024-12-17T07:52:12.824Z Compiling yasna v0.5.2
28182024-12-17T07:52:13.155Z Compiling headers-core v0.3.0
28192024-12-17T07:52:13.304Z Compiling kstat-rs v0.2.4
28202024-12-17T07:52:13.330Z Compiling nanorand v0.7.0
28212024-12-17T07:52:13.950Z Compiling atty v0.2.14
28222024-12-17T07:52:13.988Z Compiling russh-cryptovec v0.7.3
28232024-12-17T07:52:14.116Z Compiling md5 v0.7.0
28242024-12-17T07:52:14.337Z Compiling rcgen v0.12.1
28252024-12-17T07:52:14.572Z Compiling russh-keys v0.45.0
28262024-12-17T07:52:14.665Z Compiling flume v0.11.1
28272024-12-17T07:52:14.932Z Compiling headers v0.4.0
28282024-12-17T07:52:14.952Z Compiling trust-dns-proto v0.22.0
28292024-12-17T07:52:15.451Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28302024-12-17T07:52:16.964Z Compiling hyper-staticfile v0.10.1
28312024-12-17T07:52:18.168Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28322024-12-17T07:52:18.836Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28332024-12-17T07:52:18.944Z Compiling num-bigint v0.4.6
28342024-12-17T07:52:19.073Z Compiling des v0.8.1
28352024-12-17T07:52:19.104Z Compiling subprocess v0.2.9
28362024-12-17T07:52:19.379Z Compiling dhcproto-macros v0.1.0
28372024-12-17T07:52:19.425Z Compiling hex-literal v0.4.1
28382024-12-17T07:52:19.600Z Compiling display-error-chain v0.2.2
28392024-12-17T07:52:19.846Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28402024-12-17T07:52:19.867Z Compiling internet-checksum v0.2.1
28412024-12-17T07:52:20.370Z Compiling dhcproto v0.12.0
28422024-12-17T07:52:21.914Z Compiling russh v0.45.0
28432024-12-17T07:52:23.721Z Compiling progenitor v0.8.0
28442024-12-17T07:52:23.867Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28452024-12-17T07:52:23.867Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28462024-12-17T07:52:23.870Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28472024-12-17T07:52:23.870Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28482024-12-17T07:52:23.870Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28492024-12-17T07:52:23.870Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28502024-12-17T07:52:23.972Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28512024-12-17T07:52:25.409Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28522024-12-17T07:52:26.235Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28532024-12-17T07:52:28.084Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28542024-12-17T07:52:29.780Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28552024-12-17T07:52:30.621Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28562024-12-17T07:52:39.557Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28572024-12-17T07:52:39.560Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28582024-12-17T07:52:39.560Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28592024-12-17T07:52:39.560Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28602024-12-17T07:52:42.899Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28612024-12-17T07:52:43.177Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28622024-12-17T07:52:44.329Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28632024-12-17T07:52:44.600Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28642024-12-17T07:52:47.015Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28652024-12-17T07:52:47.761Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28662024-12-17T07:52:49.007Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28672024-12-17T07:52:49.043Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28682024-12-17T07:52:50.272Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28692024-12-17T07:52:51.876Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28702024-12-17T07:52:51.927Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28712024-12-17T07:52:53.039Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28722024-12-17T07:52:53.533Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28732024-12-17T07:52:53.997Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28742024-12-17T07:52:54.130Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28752024-12-17T07:52:55.467Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28762024-12-17T07:52:55.980Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28772024-12-17T07:52:56.247Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28782024-12-17T07:52:59.371Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28792024-12-17T07:52:59.506Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28802024-12-17T07:53:00.572Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28812024-12-17T07:53:03.197Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28822024-12-17T07:53:03.542Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28832024-12-17T07:53:05.330Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28842024-12-17T07:53:08.701Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28852024-12-17T07:53:18.305Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28862024-12-17T07:53:19.658Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28872024-12-17T07:53:40.254Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28882024-12-17T07:54:14.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s
28892024-12-17T07:54:14.562Z
28902024-12-17T07:54:14.565Zreal 2:42.839972242
28912024-12-17T07:54:14.566Zuser 12:39.318576084
28922024-12-17T07:54:14.566Zsys 2:42.637033796
28932024-12-17T07:54:14.566Ztrap 0.347314956
28942024-12-17T07:54:14.566Ztflt 0.934623592
28952024-12-17T07:54:14.566Zdflt 2.023861249
28962024-12-17T07:54:14.566Zkflt 0.000023560
28972024-12-17T07:54:14.566Zlock 26:13.480892397
28982024-12-17T07:54:14.566Zslp 45:42.910915798
28992024-12-17T07:54:14.566Zlat 36.098619730
29002024-12-17T07:54:14.566Zstop 1:34.737480795
29012024-12-17T07:54:14.566Z+ mkdir tests
29022024-12-17T07:54:14.568Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29032024-12-17T07:54:14.568Z+ xargs -I '{}' -t cp '{}' tests/
29042024-12-17T07:54:14.608Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-19f200d1d26f6033 tests/
29052024-12-17T07:54:14.636Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7a75e212014f3a5d tests/
29062024-12-17T07:54:14.662Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-b786ea1a48f7811d tests/
29072024-12-17T07:54:14.689Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-29798a172171ba7e tests/
29082024-12-17T07:54:14.922Z+ 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/*)
29092024-12-17T07:54:14.924Z+ 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-7a75e212014f3a5d tests/commtest-b786ea1a48f7811d tests/dhcp_server-19f200d1d26f6033 tests/end_to_end_tests-29798a172171ba7e 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
29102024-12-17T07:55:26.209ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29112024-12-17T07:55:26.209Za .github/buildomat/ci-env.sh 1K
29122024-12-17T07:55:26.209Za out/target/test 1K
29132024-12-17T07:55:26.209Za out/npuzone/npuzone 23144K
29142024-12-17T07:55:26.209Za package-manifest.toml 32K
29152024-12-17T07:55:26.209Za smf/sled-agent/non-gimlet/config.toml 4K
29162024-12-17T07:55:26.209Za target/release/omicron-package 36419K
29172024-12-17T07:55:26.209Za target/release/xtask 11770K
29182024-12-17T07:55:26.210Za target/debug/bootstrap 210161K
29192024-12-17T07:55:26.210Za tests/bootstrap-7a75e212014f3a5d 24448K
29202024-12-17T07:55:26.210Za tests/commtest-b786ea1a48f7811d 25224K
29212024-12-17T07:55:26.210Za tests/dhcp_server-19f200d1d26f6033 24448K
29222024-12-17T07:55:26.210Za tests/end_to_end_tests-29798a172171ba7e 228230K
29232024-12-17T07:55:26.210Za out/clickhouse.tar.gz 280834K
29242024-12-17T07:55:26.210Za out/clickhouse_keeper.tar.gz 280823K
29252024-12-17T07:55:26.210Za out/clickhouse_server.tar.gz 280822K
29262024-12-17T07:55:26.210Za out/cockroachdb.tar.gz 134719K
29272024-12-17T07:55:26.210Za out/crucible-dtrace.tar 85K
29282024-12-17T07:55:26.210Za out/crucible-pantry-zone.tar.gz 28218K
29292024-12-17T07:55:26.210Za out/crucible-zone.tar.gz 36437K
29302024-12-17T07:55:26.210Za out/external-dns.tar.gz 35356K
29312024-12-17T07:55:26.210Za out/internal-dns.tar.gz 35356K
29322024-12-17T07:55:26.210Za out/mg-ddm-gz.tar 63075K
29332024-12-17T07:55:26.210Za out/nexus.tar.gz 98498K
29342024-12-17T07:55:26.210Za out/ntp.tar.gz 10393K
29352024-12-17T07:55:26.210Za out/omicron-gateway-softnpu.tar.gz 23978K
29362024-12-17T07:55:26.210Za out/omicron-sled-agent.tar 114016K
29372024-12-17T07:55:26.210Za out/overlay.tar.gz 3K
29382024-12-17T07:55:26.210Za out/oximeter.tar.gz 47863K
29392024-12-17T07:55:26.210Za out/oxlog.tar 3088K
29402024-12-17T07:55:26.210Za out/probe.tar.gz 2764K
29412024-12-17T07:55:26.210Za out/propolis-server.tar.gz 66730K
29422024-12-17T07:55:26.210Za out/pumpkind-gz.tar 26665K
29432024-12-17T07:55:26.210Za out/switch-softnpu.tar.gz 235807K
29442024-12-17T07:55:26.213Z
29452024-12-17T07:55:26.213Zreal 1:11.286012498
29462024-12-17T07:55:26.213Zuser 1:08.005868399
29472024-12-17T07:55:26.213Zsys 4.669444656
29482024-12-17T07:55:26.213Ztrap 0.018307141
29492024-12-17T07:55:26.213Ztflt 0.000000000
29502024-12-17T07:55:26.213Zdflt 0.000000000
29512024-12-17T07:55:26.213Zkflt 0.000000000
29522024-12-17T07:55:26.213Zlock 0.000000000
29532024-12-17T07:55:26.213Zslp 1:07.811700063
29542024-12-17T07:55:26.213Zlat 2.061538515
29552024-12-17T07:55:26.213Zstop 0.000229043
29562024-12-17T07:55:26.216Zprocess exited: duration 2047395 ms, exit code 0
 
29572024-12-17T07:55:26.230Zfound 1 output files
29582024-12-17T07:55:26.230Zuploading: /work/package.tar.gz (1857070392 bytes)
29592024-12-17T07:56:06.272Zuploaded: /work/package.tar.gz