01JFKQ0778SA7CRQ6Q9632F8VQ: 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: 01JFKQ15X8AWBPK4PAMSK10ZEF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-21T04:20:10.296Zjob assigned to worker 01JFKQ16N7AXHFY2DGHNGDG1D3 [factory aws, i-08555601733acc6de] (queued for 1 m 14 s)
 
22024-12-21T04:20:18.406Zstarting task 0: "setup"
32024-12-21T04:20:18.467Z++ uname -s
42024-12-21T04:20:18.467Z+ kern=SunOS
52024-12-21T04:20:18.467Z+ case "$kern" in
62024-12-21T04:20:18.467Z+ groupadd -g 12345 build
72024-12-21T04:20:18.468Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-21T04:20:20.378Z+ zfs create -o mountpoint=/work rpool/work
92024-12-21T04:20:20.469Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-21T04:20:20.471Z+ home_fs=zfs
112024-12-21T04:20:20.471Z+ [[ zfs == autofs ]]
122024-12-21T04:20:20.471Z+ mkdir -p /home/build
132024-12-21T04:20:20.474Z+ chown build:build /home/build /work
142024-12-21T04:20:22.476Z+ chmod 0700 /home/build /work
152024-12-21T04:20:22.485Zprocess exited: duration 4121 ms, exit code 0
 
162024-12-21T04:20:22.495Zstarting task 1: "rust-toolchain"
172024-12-21T04:20:22.500Z+ printf ' * toolchain channel = "%s"
182024-12-21T04:20:22.500Z' 1.81.0
192024-12-21T04:20:22.500Z * toolchain channel = "1.81.0"
202024-12-21T04:20:22.500Z+ printf ' * toolchain profile = "%s"
212024-12-21T04:20:22.500Z' default
222024-12-21T04:20:22.500Z * toolchain profile = "default"
232024-12-21T04:20:22.504Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-21T04:20:22.504Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-21T04:20:22.618Zinfo: downloading installer
262024-12-21T04:20:23.923Zinfo: profile set to 'default'
272024-12-21T04:20:23.923Zinfo: default host triple is x86_64-unknown-illumos
282024-12-21T04:20:23.984Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-21T04:20:24.058Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-21T04:20:24.058Zinfo: downloading component 'cargo'
312024-12-21T04:20:24.702Zinfo: downloading component 'clippy'
322024-12-21T04:20:24.954Zinfo: downloading component 'rust-docs'
332024-12-21T04:20:25.903Zinfo: downloading component 'rust-std'
342024-12-21T04:20:27.390Zinfo: downloading component 'rustc'
352024-12-21T04:20:32.711Zinfo: downloading component 'rustfmt'
362024-12-21T04:20:32.910Zinfo: installing component 'cargo'
372024-12-21T04:20:33.698Zinfo: installing component 'clippy'
382024-12-21T04:20:34.054Zinfo: installing component 'rust-docs'
392024-12-21T04:20:35.670Zinfo: installing component 'rust-std'
402024-12-21T04:20:37.382Zinfo: installing component 'rustc'
412024-12-21T04:20:42.945Zinfo: installing component 'rustfmt'
422024-12-21T04:20:43.270Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-21T04:20:43.270Z
442024-12-21T04:20:43.678Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-21T04:20:43.678Z
462024-12-21T04:20:43.738Z
472024-12-21T04:20:43.738ZRust is installed now. Great!
482024-12-21T04:20:43.738Z
492024-12-21T04:20:43.738ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-21T04:20:43.738Zenvironment variable. This has not been done automatically.
512024-12-21T04:20:43.738Z
522024-12-21T04:20:43.738ZTo configure your current shell, you need to source
532024-12-21T04:20:43.738Zthe corresponding env file under $HOME/.cargo.
542024-12-21T04:20:43.738Z
552024-12-21T04:20:43.738ZThis is usually done by running one of the following (note the leading DOT):
562024-12-21T04:20:43.738Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-21T04:20:43.738Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-21T04:20:43.769Z+ rustc --version
592024-12-21T04:20:43.853Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-21T04:20:43.868Zprocess exited: duration 21356 ms, exit code 0
 
612024-12-21T04:20:43.883Zstarting task 2: "authentication"
622024-12-21T04:20:43.917Zprocess exited: duration 34 ms, exit code 0
 
632024-12-21T04:20:43.936Zstarting task 3: "clone repository"
642024-12-21T04:20:43.941Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-21T04:20:43.947Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-21T04:20:44.528ZCloning into '/work/oxidecomputer/omicron'...
672024-12-21T04:20:52.253Z+ cd /work/oxidecomputer/omicron
682024-12-21T04:20:52.253Z+ git fetch origin 072b8da9f205d1896949b3e6aa15d0a033d5782f
692024-12-21T04:20:52.548ZFrom https://github.com/oxidecomputer/omicron
702024-12-21T04:20:52.548Z * branch 072b8da9f205d1896949b3e6aa15d0a033d5782f -> FETCH_HEAD
712024-12-21T04:20:52.650Z+ [[ -n renovate/flate2-1.x ]]
722024-12-21T04:20:52.650Z++ git branch --show-current
732024-12-21T04:20:52.650Z+ current=main
742024-12-21T04:20:52.650Z+ [[ main != renovate/flate2-1.x ]]
752024-12-21T04:20:52.650Z+ git branch -f renovate/flate2-1.x 072b8da9f205d1896949b3e6aa15d0a033d5782f
762024-12-21T04:20:52.650Z+ git checkout -f renovate/flate2-1.x
772024-12-21T04:20:52.781ZSwitched to branch 'renovate/flate2-1.x'
782024-12-21T04:20:52.781Z+ git reset --hard 072b8da9f205d1896949b3e6aa15d0a033d5782f
792024-12-21T04:20:52.782ZHEAD is now at 072b8da9f Update Rust crate flate2 to 1.0.35
802024-12-21T04:20:52.782Zprocess exited: duration 8716 ms, exit code 0
 
812024-12-21T04:20:53.007Zstarting task 4: "build"
822024-12-21T04:20:53.104Z+ source .github/buildomat/ci-env.sh
832024-12-21T04:20:53.104Z++ export CARGO_TERM_COLOR=always
842024-12-21T04:20:53.104Z++ CARGO_TERM_COLOR=always
852024-12-21T04:20:53.104Z+ cargo --version
862024-12-21T04:20:53.104Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-21T04:20:53.104Z+ rustc --version
882024-12-21T04:20:53.104Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-21T04:20:53.104Z+ WORK=/work
902024-12-21T04:20:53.105Z+ pfexec mkdir -p /work
912024-12-21T04:20:53.105Z+ pfexec chown build /work
922024-12-21T04:20:53.105Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-12-21T04:21:04.177Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-12-21T04:21:08.190Z Startup: Caching catalogs ... Done
952024-12-21T04:21:19.281ZPlanning: Solver setup ... Done (10.024s)
962024-12-21T04:21:19.418ZPlanning: Running solver ... Done (0.136s)
972024-12-21T04:21:19.607ZPlanning: Finding local manifests ... Done (0.097s)
982024-12-21T04:21:19.730ZPlanning: Fetching manifests: 0/5 0% complete
992024-12-21T04:21:19.845ZPlanning: Fetching manifests: 5/5 100% complete
1002024-12-21T04:21:20.004ZPlanning: Package planning ... Done (0.180s)
1012024-12-21T04:21:20.052ZPlanning: Merging actions ... Done (0.057s)
1022024-12-21T04:21:20.796ZPlanning: Checking for conflicting actions ... Done (0.749s)
1032024-12-21T04:21:25.999ZPlanning: Consolidating action changes ... Done (5.202s)
1042024-12-21T04:21:26.411ZPlanning: Evaluating mediators ... Done (0.413s)
1052024-12-21T04:21:26.495ZPlanning: Planning completed in 18.20 seconds
1062024-12-21T04:21:26.508Z Packages to install: 4
1072024-12-21T04:21:26.508Z Packages to update: 1
1082024-12-21T04:21:26.511Z Mediators to change: 2
1092024-12-21T04:21:26.511Z Services to change: 1
1102024-12-21T04:21:26.511Z Estimated space available: 155.63 GB
1112024-12-21T04:21:26.511ZEstimated space to be consumed: 1.62 GB
1122024-12-21T04:21:26.511Z Create boot environment: No
1132024-12-21T04:21:26.511ZCreate backup boot environment: Yes
1142024-12-21T04:21:26.512Z Rebuild boot archive: No
1152024-12-21T04:21:26.512Z
1162024-12-21T04:21:26.512ZChanged mediators:
1172024-12-21T04:21:26.512Z mediator clang:
1182024-12-21T04:21:26.512Z version: None -> 15 (system default)
1192024-12-21T04:21:26.512Z
1202024-12-21T04:21:26.512Z mediator llvm:
1212024-12-21T04:21:26.512Z version: 14 (system default) -> 15 (system default)
1222024-12-21T04:21:26.512Z
1232024-12-21T04:21:26.512ZChanged packages:
1242024-12-21T04:21:26.512Zhelios-dev
1252024-12-21T04:21:26.512Z developer/build-essential
1262024-12-21T04:21:26.512Z None -> 11-2.0
1272024-12-21T04:21:26.512Z library/libxmlsec1
1282024-12-21T04:21:26.512Z None -> 1.2.35-2.0
1292024-12-21T04:21:26.512Z ooce/developer/clang-15
1302024-12-21T04:21:26.512Z None -> 15.0.7-2.0
1312024-12-21T04:21:26.512Z ooce/developer/llvm-15
1322024-12-21T04:21:26.512Z None -> 15.0.7-2.0
1332024-12-21T04:21:26.512Z package/pkg
1342024-12-21T04:21:26.512Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-12-21T04:21:26.512Z
1362024-12-21T04:21:26.512ZServices:
1372024-12-21T04:21:26.512Z restart_fmri:
1382024-12-21T04:21:26.512Z svc:/system/update-man-index:default
1392024-12-21T04:21:26.512Z
1402024-12-21T04:21:26.512ZEditable files to change:
1412024-12-21T04:21:26.512Z Update:
1422024-12-21T04:21:26.512Z usr/share/lib/pkg/web/config.shtml
1432024-12-21T04:21:26.776Z
1442024-12-21T04:21:26.776ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-12-21T04:21:31.774ZDownload: 448/4281 items 3.1/220.6MB 1% complete (627k/s)
1462024-12-21T04:21:36.789ZDownload: 1187/4281 items 70.3/220.6MB 31% complete (7.1M/s)
1472024-12-21T04:21:41.915ZDownload: 1196/4281 items 83.5/220.6MB 37% complete (8.5M/s)
1482024-12-21T04:21:47.390ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (8.4M/s)
1492024-12-21T04:21:53.823ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (4.2M/s)
1502024-12-21T04:21:58.867ZDownload: 2634/4281 items 120.6/220.6MB 54% complete (1.1M/s)
1512024-12-21T04:22:03.959ZDownload: 2938/4281 items 121.2/220.6MB 54% complete (220k/s)
1522024-12-21T04:22:09.242ZDownload: 3109/4281 items 156.8/220.6MB 71% complete (3.5M/s)
1532024-12-21T04:22:13.986ZDownload: 3238/4281 items 200.6/220.6MB 90% complete (7.9M/s)
1542024-12-21T04:22:38.074ZDownload: 3248/4281 items 203.1/220.6MB 92% complete
1552024-12-21T04:22:44.412ZDownload: 3288/4281 items 212.6/220.6MB 96% complete (3.8M/s)
1562024-12-21T04:22:49.435ZDownload: 3602/4281 items 216.0/220.6MB 97% complete (825k/s)
1572024-12-21T04:22:54.437ZDownload: 3767/4281 items 216.9/220.6MB 98% complete (440k/s)
1582024-12-21T04:23:00.135ZDownload: 4030/4281 items 218.8/220.6MB 99% complete (277k/s)
1592024-12-21T04:23:05.195ZDownload: 4201/4281 items 220.5/220.6MB 99% complete (373k/s)
1602024-12-21T04:23:15.343ZDownload: 4206/4281 items 220.6/220.6MB 99% complete
1612024-12-21T04:23:20.505ZDownload: 4207/4281 items 220.6/220.6MB 99% complete
1622024-12-21T04:23:26.921ZDownload: 4208/4281 items 220.6/220.6MB 99% complete
1632024-12-21T04:23:27.024ZDownload: Completed 220.60 MB in 120.24 seconds (1.8M/s)
1642024-12-21T04:23:29.332Z Actions: 1/5063 actions (Removing old actions)
1652024-12-21T04:23:29.348Z Actions: 194/5063 actions (Installing new actions)
1662024-12-21T04:23:34.394Z Actions: 4096/5063 actions (Installing new actions)
1672024-12-21T04:23:34.743Z Actions: 4226/5063 actions (Updating modified actions)
1682024-12-21T04:23:35.154Z Actions: Completed 5063 actions in 5.82 seconds.
1692024-12-21T04:23:35.564Z Done (0.402s)
1702024-12-21T04:23:35.568Z Done (0.000s)
1712024-12-21T04:23:36.149Z Done (0.583s)
1722024-12-21T04:23:42.292Z Done (5.917s)
1732024-12-21T04:23:42.694Z Done (0.331s)
1742024-12-21T04:23:42.697Z Done (0.000s)
1752024-12-21T04:23:42.857Z Done (0.000s)
1762024-12-21T04:23:43.543ZPlanning: Evaluating mediator changes ... Done
1772024-12-21T04:23:43.702ZPlanning: Checking for conflicting actions ... Done
1782024-12-21T04:23:43.705ZPlanning: Consolidating action changes ... Done
1792024-12-21T04:23:43.970ZPlanning: Evaluating mediators ... Done
1802024-12-21T04:23:43.972ZPlanning: Planning completed in 0.43 seconds
1812024-12-21T04:23:44.009Z Mediators to change: 2
1822024-12-21T04:23:44.009Z Create boot environment: No
1832024-12-21T04:23:44.012ZCreate backup boot environment: No
1842024-12-21T04:23:44.094Z Done
1852024-12-21T04:23:44.094Z Done
1862024-12-21T04:23:44.456Z Done
1872024-12-21T04:23:48.060Z Done
1882024-12-21T04:23:48.158Z Done
1892024-12-21T04:23:48.180Z Done
1902024-12-21T04:23:48.283Z Done
1912024-12-21T04:23:48.885ZPlanning: Evaluating mediator changes ... Done
1922024-12-21T04:23:48.892ZPlanning: Merging actions ... Done
1932024-12-21T04:23:49.073ZPlanning: Checking for conflicting actions ... Done
1942024-12-21T04:23:49.076ZPlanning: Consolidating action changes ... Done
1952024-12-21T04:23:49.342ZPlanning: Evaluating mediators ... Done
1962024-12-21T04:23:49.393ZPlanning: Planning completed in 0.75 seconds
1972024-12-21T04:23:49.435Z Packages to change: 1
1982024-12-21T04:23:49.435Z Mediators to change: 1
1992024-12-21T04:23:49.437Z Services to change: 1
2002024-12-21T04:23:49.437Z Create boot environment: No
2012024-12-21T04:23:49.437ZCreate backup boot environment: Yes
2022024-12-21T04:23:51.670Z Actions: 1/6 actions (Updating modified actions)
2032024-12-21T04:23:51.756Z Actions: Completed 6 actions in 0.09 seconds.
2042024-12-21T04:23:51.758Z Done
2052024-12-21T04:23:51.758Z Done
2062024-12-21T04:23:51.872Z Done
2072024-12-21T04:23:55.513Z Done
2082024-12-21T04:23:55.607Z Done
2092024-12-21T04:23:55.610Z Done
2102024-12-21T04:23:55.755Z Done
2112024-12-21T04:23:56.193ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2122024-12-21T04:23:56.193Zclang system 15 system
2132024-12-21T04:23:56.193Zcsh system system illumos
2142024-12-21T04:23:56.193Zctags system system illumos
2152024-12-21T04:23:56.193Zgcc vendor 12 vendor
2162024-12-21T04:23:56.193Zgcc system 10 system
2172024-12-21T04:23:56.193Zgcc system 7 system
2182024-12-21T04:23:56.193Zgo system 1.20 system
2192024-12-21T04:23:56.193Zgo system 1.19 system
2202024-12-21T04:23:56.193Zllvm system 15 system
2212024-12-21T04:23:56.193Zllvm system 14 system
2222024-12-21T04:23:56.193Zmariadb system 10.6 system
2232024-12-21T04:23:56.193Zmta vendor vendor dma
2242024-12-21T04:23:56.193Zopenjdk system 17 system
2252024-12-21T04:23:56.193Zopenjdk system 11 system
2262024-12-21T04:23:56.193Zopenjdk system 1.8 system
2272024-12-21T04:23:56.193Zopenssl vendor 3 vendor
2282024-12-21T04:23:56.194Zperl system 5.36 system
2292024-12-21T04:23:56.194Zpostgresql system 15 system
2302024-12-21T04:23:56.194Zpostgresql system 13 system
2312024-12-21T04:23:56.194Zpython vendor 3 vendor
2322024-12-21T04:23:56.194Zpython system 2 system
2332024-12-21T04:23:56.194Zpython3 system 3.11 system
2342024-12-21T04:23:56.194Zruby system 3.0 system
2352024-12-21T04:23:56.194Zwords vendor vendor american-english
2362024-12-21T04:23:56.194Zwords system system australian-english
2372024-12-21T04:23:56.194Zwords system system british-english
2382024-12-21T04:23:56.194Zwords system system canadian-english
2392024-12-21T04:23:56.194Zwords system system french
2402024-12-21T04:23:56.194Zwords system system italian
2412024-12-21T04:23:56.194Zwords system system ngerman
2422024-12-21T04:23:56.194Zwords system system ogerman
2432024-12-21T04:23:56.194Zwords system system spanish
2442024-12-21T04:23:56.526ZPUBLISHER TYPE STATUS P LOCATION
2452024-12-21T04:23:56.526Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2462024-12-21T04:23:59.423ZFMRI IFO
2472024-12-21T04:23:59.423Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2482024-12-21T04:23:59.423Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2492024-12-21T04:23:59.423Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2502024-12-21T04:23:59.423Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2512024-12-21T04:23:59.423Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2522024-12-21T04:23:59.423Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2532024-12-21T04:23:59.423Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2542024-12-21T04:23:59.423Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2552024-12-21T04:23:59.423Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562024-12-21T04:23:59.423Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2572024-12-21T04:23:59.423Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2582024-12-21T04:23:59.423Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592024-12-21T04:23:59.423Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2602024-12-21T04:23:59.423Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2612024-12-21T04:23:59.423Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2622024-12-21T04:24:00.045Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2632024-12-21T04:24:00.316Z Updating crates.io index
2642024-12-21T04:24:00.356Z Updating git repository `https://github.com/oxidecomputer/diffus`
2652024-12-21T04:24:00.663Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2662024-12-21T04:24:01.181Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2672024-12-21T04:24:01.455Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682024-12-21T04:24:01.710Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2692024-12-21T04:24:01.995Z Updating git repository `https://github.com/oxidecomputer/propolis`
2702024-12-21T04:24:02.988Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712024-12-21T04:24:04.605Z Updating git repository `https://github.com/oxidecomputer/opte`
2722024-12-21T04:24:05.296Z Updating git repository `https://github.com/oxidecomputer/falcon`
2732024-12-21T04:24:06.060Z Updating git repository `https://github.com/oxidecomputer/clickward`
2742024-12-21T04:24:06.343Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752024-12-21T04:24:06.666Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2762024-12-21T04:24:07.312Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2772024-12-21T04:24:07.593Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2782024-12-21T04:24:07.917Z Updating git repository `https://github.com/oxidecomputer/tofino`
2792024-12-21T04:24:08.192Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802024-12-21T04:24:08.452Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812024-12-21T04:24:08.835Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822024-12-21T04:24:09.121Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2832024-12-21T04:24:09.525Z Updating git repository `https://github.com/oxidecomputer/ispf`
2842024-12-21T04:24:09.851Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2852024-12-21T04:24:10.148Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2862024-12-21T04:24:10.657Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2872024-12-21T04:24:10.958Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2882024-12-21T04:24:11.318Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892024-12-21T04:24:11.857Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2902024-12-21T04:24:12.175Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2912024-12-21T04:24:12.433Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2922024-12-21T04:24:12.679Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2932024-12-21T04:24:13.978Z Downloading crates ...
2942024-12-21T04:24:14.048Z Downloaded anstream v0.6.15
2952024-12-21T04:24:14.058Z Downloaded anyhow v1.0.93
2962024-12-21T04:24:14.067Z Downloaded dtrace-parser v0.2.0
2972024-12-21T04:24:14.077Z Downloaded scroll_derive v0.12.0
2982024-12-21T04:24:14.080Z Downloaded pretty-hex v0.4.1
2992024-12-21T04:24:14.082Z Downloaded usdt-macro v0.5.0
3002024-12-21T04:24:14.085Z Downloaded anstyle v1.0.10
3012024-12-21T04:24:14.091Z Downloaded usdt-attr-macro v0.5.0
3022024-12-21T04:24:14.092Z Downloaded anstyle-parse v0.2.5
3032024-12-21T04:24:14.092Z Downloaded proc-macro-error-attr v1.0.4
3042024-12-21T04:24:14.104Z Downloaded autocfg v1.4.0
3052024-12-21T04:24:14.106Z Downloaded swrite v0.1.0
3062024-12-21T04:24:14.106Z Downloaded equivalent v1.0.1
3072024-12-21T04:24:14.106Z Downloaded plain v0.2.3
3082024-12-21T04:24:14.106Z Downloaded crypto-common v0.1.6
3092024-12-21T04:24:14.109Z Downloaded colorchoice v1.0.2
3102024-12-21T04:24:14.109Z Downloaded clap_lex v0.7.2
3112024-12-21T04:24:14.111Z Downloaded cfg-if v1.0.0
3122024-12-21T04:24:14.114Z Downloaded thiserror v1.0.69
3132024-12-21T04:24:14.118Z Downloaded generic-array v0.14.7
3142024-12-21T04:24:14.120Z Downloaded digest v0.10.7
3152024-12-21T04:24:14.122Z Downloaded thread-id v4.2.2
3162024-12-21T04:24:14.124Z Downloaded thiserror-impl v1.0.69
3172024-12-21T04:24:14.124Z Downloaded serde_tokenstream v0.2.2
3182024-12-21T04:24:14.127Z Downloaded anstyle-query v1.1.1
3192024-12-21T04:24:14.127Z Downloaded heck v0.4.1
3202024-12-21T04:24:14.129Z Downloaded usdt v0.5.0
3212024-12-21T04:24:14.129Z Downloaded macaddr v1.0.1
3222024-12-21T04:24:14.132Z Downloaded terminal_size v0.4.0
3232024-12-21T04:24:14.132Z Downloaded usdt-impl v0.5.0
3242024-12-21T04:24:14.135Z Downloaded strsim v0.11.1
3252024-12-21T04:24:14.135Z Downloaded heck v0.5.0
3262024-12-21T04:24:14.138Z Downloaded dof v0.3.0
3272024-12-21T04:24:14.138Z Downloaded version_check v0.9.5
3282024-12-21T04:24:14.138Z Downloaded serde_spanned v0.6.8
3292024-12-21T04:24:14.140Z Downloaded fs-err v2.11.0
3302024-12-21T04:24:14.141Z Downloaded fastrand v2.1.1
3312024-12-21T04:24:14.143Z Downloaded camino-tempfile v1.1.1
3322024-12-21T04:24:14.147Z Downloaded utf8parse v0.2.2
3332024-12-21T04:24:14.150Z Downloaded tabled_derive v0.7.0
3342024-12-21T04:24:14.150Z Downloaded is_terminal_polyfill v1.70.1
3352024-12-21T04:24:14.150Z Downloaded cargo-platform v0.1.8
3362024-12-21T04:24:14.150Z Downloaded fnv v1.0.7
3372024-12-21T04:24:14.152Z Downloaded once_cell v1.20.2
3382024-12-21T04:24:14.155Z Downloaded scroll v0.12.0
3392024-12-21T04:24:14.155Z Downloaded block-buffer v0.10.4
3402024-12-21T04:24:14.155Z Downloaded memmap v0.7.0
3412024-12-21T04:24:14.158Z Downloaded cpufeatures v0.2.14
3422024-12-21T04:24:14.158Z Downloaded clap_derive v4.5.18
3432024-12-21T04:24:14.160Z Downloaded camino v1.1.9
3442024-12-21T04:24:14.163Z Downloaded cargo_toml v0.20.5
3452024-12-21T04:24:14.163Z Downloaded byteorder v1.5.0
3462024-12-21T04:24:14.166Z Downloaded errno v0.3.9
3472024-12-21T04:24:14.168Z Downloaded itoa v1.0.11
3482024-12-21T04:24:14.168Z Downloaded bytecount v0.6.8
3492024-12-21T04:24:14.171Z Downloaded smawk v0.3.2
3502024-12-21T04:24:14.171Z Downloaded toml_datetime v0.6.8
3512024-12-21T04:24:14.173Z Downloaded quote v1.0.37
3522024-12-21T04:24:14.175Z Downloaded pest_meta v2.7.14
3532024-12-21T04:24:14.178Z Downloaded unicode-linebreak v0.1.5
3542024-12-21T04:24:14.181Z Downloaded tempfile v3.13.0
3552024-12-21T04:24:14.184Z Downloaded sha2 v0.10.8
3562024-12-21T04:24:14.186Z Downloaded pest_generator v2.7.14
3572024-12-21T04:24:14.188Z Downloaded cargo_metadata v0.18.1
3582024-12-21T04:24:14.188Z Downloaded proc-macro-error v1.0.4
3592024-12-21T04:24:14.192Z Downloaded typenum v1.17.0
3602024-12-21T04:24:14.194Z Downloaded semver v1.0.23
3612024-12-21T04:24:14.196Z Downloaded ryu v1.0.18
3622024-12-21T04:24:14.199Z Downloaded log v0.4.22
3632024-12-21T04:24:14.203Z Downloaded toml v0.8.19
3642024-12-21T04:24:14.208Z Downloaded proc-macro2 v1.0.89
3652024-12-21T04:24:14.211Z Downloaded pest_derive v2.7.14
3662024-12-21T04:24:14.213Z Downloaded papergrid v0.11.0
3672024-12-21T04:24:14.216Z Downloaded clap v4.5.21
3682024-12-21T04:24:14.224Z Downloaded zerocopy-derive v0.7.35
3692024-12-21T04:24:14.229Z Downloaded unicode-ident v1.0.13
3702024-12-21T04:24:14.232Z Downloaded ucd-trie v0.1.7
3712024-12-21T04:24:14.234Z Downloaded textwrap v0.16.1
3722024-12-21T04:24:14.237Z Downloaded serde_derive v1.0.215
3732024-12-21T04:24:14.239Z Downloaded bitflags v2.6.0
3742024-12-21T04:24:14.242Z Downloaded indexmap v2.6.0
3752024-12-21T04:24:14.246Z Downloaded memchr v2.7.4
3762024-12-21T04:24:14.255Z Downloaded serde v1.0.215
3772024-12-21T04:24:14.259Z Downloaded toml_edit v0.22.22
3782024-12-21T04:24:14.280Z Downloaded pest v2.7.14
3792024-12-21T04:24:14.285Z Downloaded hashbrown v0.15.1
3802024-12-21T04:24:14.311Z Downloaded goblin v0.8.2
3812024-12-21T04:24:14.318Z Downloaded zerocopy v0.7.35
3822024-12-21T04:24:14.334Z Downloaded winnow v0.6.20
3832024-12-21T04:24:14.343Z Downloaded tabled v0.15.0
3842024-12-21T04:24:14.357Z Downloaded clap_builder v4.5.21
3852024-12-21T04:24:14.363Z Downloaded syn v1.0.109
3862024-12-21T04:24:14.372Z Downloaded serde_json v1.0.133
3872024-12-21T04:24:14.387Z Downloaded unicode-width v0.1.14
3882024-12-21T04:24:14.401Z Downloaded syn v2.0.87
3892024-12-21T04:24:14.404Z Downloaded rustix v0.38.37
3902024-12-21T04:24:14.446Z Downloaded libc v0.2.162
3912024-12-21T04:24:14.763Z Compiling proc-macro2 v1.0.89
3922024-12-21T04:24:14.763Z Compiling unicode-ident v1.0.13
3932024-12-21T04:24:14.763Z Compiling serde v1.0.215
3942024-12-21T04:24:14.803Z Compiling version_check v0.9.5
3952024-12-21T04:24:14.803Z Compiling memchr v2.7.4
3962024-12-21T04:24:14.804Z Compiling thiserror v1.0.69
3972024-12-21T04:24:14.804Z Compiling libc v0.2.162
3982024-12-21T04:24:14.851Z Compiling itoa v1.0.11
3992024-12-21T04:24:15.068Z Compiling ucd-trie v0.1.7
4002024-12-21T04:24:15.169Z Compiling ryu v1.0.18
4012024-12-21T04:24:15.394Z Compiling once_cell v1.20.2
4022024-12-21T04:24:15.608Z Compiling byteorder v1.5.0
4032024-12-21T04:24:15.710Z Compiling rustix v0.38.37
4042024-12-21T04:24:16.300Z Compiling serde_json v1.0.133
4052024-12-21T04:24:16.642Z Compiling bitflags v2.6.0
4062024-12-21T04:24:16.752Z Compiling proc-macro-error-attr v1.0.4
4072024-12-21T04:24:16.773Z Compiling usdt-impl v0.5.0
4082024-12-21T04:24:16.794Z Compiling syn v1.0.109
4092024-12-21T04:24:17.059Z Compiling proc-macro-error v1.0.4
4102024-12-21T04:24:17.086Z Compiling camino v1.1.9
4112024-12-21T04:24:17.108Z Compiling plain v0.2.3
4122024-12-21T04:24:17.255Z Compiling hashbrown v0.15.1
4132024-12-21T04:24:17.286Z Compiling log v0.4.22
4142024-12-21T04:24:17.335Z Compiling utf8parse v0.2.2
4152024-12-21T04:24:17.503Z Compiling thread-id v4.2.2
4162024-12-21T04:24:17.531Z Compiling equivalent v1.0.1
4172024-12-21T04:24:17.557Z Compiling anstyle-parse v0.2.5
4182024-12-21T04:24:17.623Z Compiling quote v1.0.37
4192024-12-21T04:24:17.775Z Compiling autocfg v1.4.0
4202024-12-21T04:24:17.821Z Compiling anstyle-query v1.1.1
4212024-12-21T04:24:17.883Z Compiling pretty-hex v0.4.1
4222024-12-21T04:24:17.965Z Compiling errno v0.3.9
4232024-12-21T04:24:17.991Z Compiling syn v2.0.87
4242024-12-21T04:24:18.232Z Compiling colorchoice v1.0.2
4252024-12-21T04:24:18.354Z Compiling is_terminal_polyfill v1.70.1
4262024-12-21T04:24:18.412Z Compiling anstyle v1.0.10
4272024-12-21T04:24:18.488Z Compiling indexmap v2.6.0
4282024-12-21T04:24:18.518Z Compiling unicode-width v0.1.14
4292024-12-21T04:24:18.863Z Compiling semver v1.0.23
4302024-12-21T04:24:18.902Z Compiling winnow v0.6.20
4312024-12-21T04:24:19.007Z Compiling fs-err v2.11.0
4322024-12-21T04:24:19.292Z Compiling anstream v0.6.15
4332024-12-21T04:24:19.668Z Compiling heck v0.5.0
4342024-12-21T04:24:19.764Z Compiling anyhow v1.0.93
4352024-12-21T04:24:19.894Z Compiling fnv v1.0.7
4362024-12-21T04:24:20.026Z Compiling clap_lex v0.7.2
4372024-12-21T04:24:20.051Z Compiling heck v0.4.1
4382024-12-21T04:24:20.388Z Compiling terminal_size v0.4.0
4392024-12-21T04:24:20.524Z Compiling cfg-if v1.0.0
4402024-12-21T04:24:20.527Z Compiling bytecount v0.6.8
4412024-12-21T04:24:20.591Z Compiling strsim v0.11.1
4422024-12-21T04:24:20.618Z Compiling fastrand v2.1.1
4432024-12-21T04:24:20.700Z Compiling papergrid v0.11.0
4442024-12-21T04:24:21.163Z Compiling tempfile v3.13.0
4452024-12-21T04:24:21.235Z Compiling clap_builder v4.5.21
4462024-12-21T04:24:21.758Z Compiling memmap v0.7.0
4472024-12-21T04:24:21.852Z Compiling unicode-linebreak v0.1.5
4482024-12-21T04:24:22.043Z Compiling smawk v0.3.2
4492024-12-21T04:24:22.252Z Compiling textwrap v0.16.1
4502024-12-21T04:24:22.714Z Compiling swrite v0.1.0
4512024-12-21T04:24:23.808Z Compiling tabled_derive v0.7.0
4522024-12-21T04:24:25.225Z Compiling tabled v0.15.0
4532024-12-21T04:24:26.902Z Compiling serde_derive v1.0.215
4542024-12-21T04:24:26.902Z Compiling thiserror-impl v1.0.69
4552024-12-21T04:24:26.904Z Compiling zerocopy-derive v0.7.35
4562024-12-21T04:24:26.904Z Compiling scroll_derive v0.12.0
4572024-12-21T04:24:26.904Z Compiling clap_derive v4.5.18
4582024-12-21T04:24:28.079Z Compiling scroll v0.12.0
4592024-12-21T04:24:28.546Z Compiling goblin v0.8.2
4602024-12-21T04:24:28.739Z Compiling zerocopy v0.7.35
4612024-12-21T04:24:29.331Z Compiling pest v2.7.14
4622024-12-21T04:24:30.496Z Compiling clap v4.5.21
4632024-12-21T04:24:31.599Z Compiling pest_meta v2.7.14
4642024-12-21T04:24:32.418Z Compiling pest_generator v2.7.14
4652024-12-21T04:24:34.208Z Compiling pest_derive v2.7.14
4662024-12-21T04:24:34.852Z Compiling dtrace-parser v0.2.0
4672024-12-21T04:24:37.136Z Compiling serde_spanned v0.6.8
4682024-12-21T04:24:37.136Z Compiling toml_datetime v0.6.8
4692024-12-21T04:24:37.139Z Compiling cargo-platform v0.1.8
4702024-12-21T04:24:37.510Z Compiling serde_tokenstream v0.2.2
4712024-12-21T04:24:37.513Z Compiling toml_edit v0.22.22
4722024-12-21T04:24:37.716Z Compiling camino-tempfile v1.1.1
4732024-12-21T04:24:37.746Z Compiling macaddr v1.0.1
4742024-12-21T04:24:38.651Z Compiling dof v0.3.0
4752024-12-21T04:24:38.651Z Compiling cargo_metadata v0.18.1
4762024-12-21T04:24:40.345Z Compiling toml v0.8.19
4772024-12-21T04:24:40.755Z Compiling usdt-attr-macro v0.5.0
4782024-12-21T04:24:40.931Z Compiling usdt-macro v0.5.0
4792024-12-21T04:24:41.248Z Compiling cargo_toml v0.20.5
4802024-12-21T04:24:42.193Z Compiling usdt v0.5.0
4812024-12-21T04:24:44.858Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4822024-12-21T04:24:49.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.22s
4832024-12-21T04:24:49.305Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4842024-12-21T04:24:49.839Z Downloading crates ...
4852024-12-21T04:24:49.965Z Downloaded addr2line v0.24.2
4862024-12-21T04:24:49.979Z Downloaded headers-core v0.3.0
4872024-12-21T04:24:49.984Z Downloaded crucible-workspace-hack v0.1.0
4882024-12-21T04:24:49.988Z Downloaded darling v0.20.10
4892024-12-21T04:24:49.994Z Downloaded http-body v1.0.1
4902024-12-21T04:24:49.996Z Downloaded hex v0.4.3
4912024-12-21T04:24:49.998Z Downloaded heck v0.3.3
4922024-12-21T04:24:50.001Z Downloaded http-range v0.1.5
4932024-12-21T04:24:50.004Z Downloaded hubpack_derive v0.1.1
4942024-12-21T04:24:50.004Z Downloaded ctr v0.9.2
4952024-12-21T04:24:50.006Z Downloaded cstr-argument v0.1.2
4962024-12-21T04:24:50.006Z Downloaded cfg_aliases v0.2.1
4972024-12-21T04:24:50.009Z Downloaded cexpr v0.6.0
4982024-12-21T04:24:50.013Z Downloaded cobs v0.2.3
4992024-12-21T04:24:50.013Z Downloaded ascii-canvas v3.0.0
5002024-12-21T04:24:50.016Z Downloaded colored v2.1.0
5012024-12-21T04:24:50.016Z Downloaded crc v3.2.1
5022024-12-21T04:24:50.018Z Downloaded constant_time_eq v0.3.1
5032024-12-21T04:24:50.020Z Downloaded array-init v0.0.4
5042024-12-21T04:24:50.024Z Downloaded base16ct v0.2.0
5052024-12-21T04:24:50.024Z Downloaded ident_case v1.0.1
5062024-12-21T04:24:50.026Z Downloaded cancel-safe-futures v0.1.5
5072024-12-21T04:24:50.028Z Downloaded bzip2 v0.4.4
5082024-12-21T04:24:50.031Z Downloaded crossbeam-deque v0.8.5
5092024-12-21T04:24:50.033Z Downloaded home v0.5.9
5102024-12-21T04:24:50.033Z Downloaded hex-literal v0.4.1
5112024-12-21T04:24:50.036Z Downloaded curve25519-dalek-derive v0.1.1
5122024-12-21T04:24:50.040Z Downloaded lru-cache v0.1.2
5132024-12-21T04:24:50.041Z Downloaded crc-catalog v2.4.0
5142024-12-21T04:24:50.041Z Downloaded atomicwrites v0.4.4
5152024-12-21T04:24:50.043Z Downloaded matches v0.1.10
5162024-12-21T04:24:50.043Z Downloaded cassowary v0.3.0
5172024-12-21T04:24:50.043Z Downloaded bitfield-struct v0.6.2
5182024-12-21T04:24:50.046Z Downloaded lalrpop-util v0.19.12
5192024-12-21T04:24:50.046Z Downloaded instant v0.1.13
5202024-12-21T04:24:50.048Z Downloaded async-bb8-diesel v0.2.1
5212024-12-21T04:24:50.051Z Downloaded md5 v0.7.0
5222024-12-21T04:24:50.054Z Downloaded hyper-tls v0.6.0
5232024-12-21T04:24:50.054Z Downloaded libefi-sys v0.1.0
5242024-12-21T04:24:50.058Z Downloaded crc32fast v1.4.2
5252024-12-21T04:24:50.060Z Downloaded internet-checksum v0.2.1
5262024-12-21T04:24:50.060Z Downloaded inout v0.1.3
5272024-12-21T04:24:50.062Z Downloaded impl-trait-for-tuples v0.2.2
5282024-12-21T04:24:50.065Z Downloaded managed v0.8.0
5292024-12-21T04:24:50.068Z Downloaded lazy_static v1.5.0
5302024-12-21T04:24:50.071Z Downloaded linear-map v1.2.0
5312024-12-21T04:24:50.071Z Downloaded kstat-rs v0.2.4
5322024-12-21T04:24:50.073Z Downloaded indoc v1.0.9
5332024-12-21T04:24:50.077Z Downloaded idna_adapter v1.2.0
5342024-12-21T04:24:50.077Z Downloaded humantime v2.1.0
5352024-12-21T04:24:50.080Z Downloaded maybe-uninit v2.0.0
5362024-12-21T04:24:50.080Z Downloaded lazycell v1.3.0
5372024-12-21T04:24:50.082Z Downloaded md-5 v0.10.6
5382024-12-21T04:24:50.082Z Downloaded indent_write v2.2.0
5392024-12-21T04:24:50.085Z Downloaded crunchy v0.2.2
5402024-12-21T04:24:50.088Z Downloaded crossbeam-utils v0.8.20
5412024-12-21T04:24:50.091Z Downloaded ciborium-io v0.2.2
5422024-12-21T04:24:50.091Z Downloaded cfg_aliases v0.1.1
5432024-12-21T04:24:50.093Z Downloaded atty v0.2.14
5442024-12-21T04:24:50.093Z Downloaded keccak v0.1.5
5452024-12-21T04:24:50.093Z Downloaded is-terminal v0.4.13
5462024-12-21T04:24:50.095Z Downloaded lockfree-object-pool v0.1.6
5472024-12-21T04:24:50.098Z Downloaded linked-hash-map v0.5.6
5482024-12-21T04:24:50.101Z Downloaded mime v0.3.17
5492024-12-21T04:24:50.101Z Downloaded ipnetwork v0.20.0
5502024-12-21T04:24:50.103Z Downloaded hubpack v0.1.2
5512024-12-21T04:24:50.106Z Downloaded lru v0.12.5
5522024-12-21T04:24:50.106Z Downloaded crc-any v2.5.0
5532024-12-21T04:24:50.109Z Downloaded sigpipe v0.1.3
5542024-12-21T04:24:50.112Z Downloaded memoffset v0.9.1
5552024-12-21T04:24:50.112Z Downloaded icu_provider_macros v1.5.0
5562024-12-21T04:24:50.114Z Downloaded async-stream v0.3.6
5572024-12-21T04:24:50.116Z Downloaded httparse v1.9.5
5582024-12-21T04:24:50.119Z Downloaded maplit v1.0.2
5592024-12-21T04:24:50.121Z Downloaded bitfield v0.14.0
5602024-12-21T04:24:50.121Z Downloaded bitflags v1.3.2
5612024-12-21T04:24:50.125Z Downloaded aead v0.5.2
5622024-12-21T04:24:50.129Z Downloaded hickory-client v0.24.1
5632024-12-21T04:24:50.133Z Downloaded ciborium-ll v0.2.2
5642024-12-21T04:24:50.137Z Downloaded chrono-tz-build v0.4.0
5652024-12-21T04:24:50.137Z Downloaded chacha20 v0.9.1
5662024-12-21T04:24:50.137Z Downloaded jobserver v0.1.32
5672024-12-21T04:24:50.142Z Downloaded hyper-staticfile v0.10.1
5682024-12-21T04:24:50.145Z Downloaded ipnet v2.10.1
5692024-12-21T04:24:50.146Z Downloaded icu_locid_transform v1.5.0
5702024-12-21T04:24:50.148Z Downloaded litemap v0.7.3
5712024-12-21T04:24:50.148Z Downloaded convert_case v0.4.0
5722024-12-21T04:24:50.150Z Downloaded cmake v0.1.51
5732024-12-21T04:24:50.152Z Downloaded cipher v0.4.4
5742024-12-21T04:24:50.152Z Downloaded blowfish v0.9.1
5752024-12-21T04:24:50.154Z Downloaded lock_api v0.4.12
5762024-12-21T04:24:50.156Z Downloaded iana-time-zone v0.1.61
5772024-12-21T04:24:50.159Z Downloaded const_format_proc_macros v0.2.33
5782024-12-21T04:24:50.162Z Downloaded waitgroup v0.1.2
5792024-12-21T04:24:50.165Z Downloaded rand_chacha v0.3.1
5802024-12-21T04:24:50.165Z Downloaded base64 v0.22.1
5812024-12-21T04:24:50.169Z Downloaded rustc-hash v2.0.0
5822024-12-21T04:24:50.172Z Downloaded wait-timeout v0.2.0
5832024-12-21T04:24:50.174Z Downloaded quinn-udp v0.5.5
5842024-12-21T04:24:50.176Z Downloaded mime_guess v2.0.5
5852024-12-21T04:24:50.178Z Downloaded memmap2 v0.9.5
5862024-12-21T04:24:50.181Z Downloaded block-padding v0.3.3
5872024-12-21T04:24:50.184Z Downloaded newline-converter v0.3.0
5882024-12-21T04:24:50.184Z Downloaded new_debug_unreachable v1.0.6
5892024-12-21T04:24:50.184Z Downloaded simd-adler32 v0.3.7
5902024-12-21T04:24:50.186Z Downloaded smf v0.2.3
5912024-12-21T04:24:50.189Z Downloaded shlex v1.3.0
5922024-12-21T04:24:50.189Z Downloaded scopeguard v1.2.0
5932024-12-21T04:24:50.191Z Downloaded spki v0.7.3
5942024-12-21T04:24:50.193Z Downloaded argon2 v0.5.3
5952024-12-21T04:24:50.196Z Downloaded icu_normalizer_data v1.5.0
5962024-12-21T04:24:50.198Z Downloaded async-trait v0.1.83
5972024-12-21T04:24:50.201Z Downloaded strum_macros v0.25.3
5982024-12-21T04:24:50.204Z Downloaded foreign-types-shared v0.3.1
5992024-12-21T04:24:50.207Z Downloaded tokio-macros v2.4.0
6002024-12-21T04:24:50.207Z Downloaded strum_macros v0.24.3
6012024-12-21T04:24:50.211Z Downloaded csv-core v0.1.11
6022024-12-21T04:24:50.211Z Downloaded icu_provider v1.5.0
6032024-12-21T04:24:50.214Z Downloaded opaque-debug v0.3.1
6042024-12-21T04:24:50.218Z Downloaded num-conv v0.1.0
6052024-12-21T04:24:50.218Z Downloaded hyper-rustls v0.27.3
6062024-12-21T04:24:50.221Z Downloaded spin v0.5.2
6072024-12-21T04:24:50.221Z Downloaded slog-scope v4.4.0
6082024-12-21T04:24:50.224Z Downloaded thiserror-no-std v2.0.2
6092024-12-21T04:24:50.227Z Downloaded bytes v1.8.0
6102024-12-21T04:24:50.231Z Downloaded utf-8 v0.7.6
6112024-12-21T04:24:50.234Z Downloaded unicase v2.7.0
6122024-12-21T04:24:50.237Z Downloaded zone v0.3.0
6132024-12-21T04:24:50.237Z Downloaded unicode-truncate v1.1.0
6142024-12-21T04:24:50.239Z Downloaded phf_shared v0.11.2
6152024-12-21T04:24:50.241Z Downloaded dhcproto-macros v0.1.0
6162024-12-21T04:24:50.243Z Downloaded rustc-demangle v0.1.24
6172024-12-21T04:24:50.245Z Downloaded zone v0.1.8
6182024-12-21T04:24:50.245Z Downloaded diesel-dtrace v0.4.2
6192024-12-21T04:24:50.248Z Downloaded thiserror-impl v2.0.3
6202024-12-21T04:24:50.248Z Downloaded serde-big-array v0.5.1
6212024-12-21T04:24:50.250Z Downloaded xz2 v0.1.7
6222024-12-21T04:24:50.252Z Downloaded form_urlencoded v1.2.1
6232024-12-21T04:24:50.254Z Downloaded fragile v2.0.0
6242024-12-21T04:24:50.257Z Downloaded either v1.13.0
6252024-12-21T04:24:50.259Z Downloaded hash32 v0.3.1
6262024-12-21T04:24:50.259Z Downloaded funty v2.0.0
6272024-12-21T04:24:50.262Z Downloaded filetime v0.2.25
6282024-12-21T04:24:50.265Z Downloaded nanorand v0.7.0
6292024-12-21T04:24:50.267Z Downloaded spin v0.9.8
6302024-12-21T04:24:50.270Z Downloaded icu_locid_transform_data v1.5.0
6312024-12-21T04:24:50.272Z Downloaded structmeta v0.2.0
6322024-12-21T04:24:50.272Z Downloaded crossbeam-epoch v0.9.18
6332024-12-21T04:24:50.275Z Downloaded tracing-attributes v0.1.27
6342024-12-21T04:24:50.278Z Downloaded indexmap v1.9.3
6352024-12-21T04:24:50.282Z Downloaded num-derive v0.4.2
6362024-12-21T04:24:50.285Z Downloaded num-integer v0.1.46
6372024-12-21T04:24:50.287Z Downloaded cookie_store v0.21.0
6382024-12-21T04:24:50.290Z Downloaded tower-service v0.3.3
6392024-12-21T04:24:50.292Z Downloaded toolchain_find v0.4.0
6402024-12-21T04:24:50.292Z Downloaded icu_normalizer v1.5.0
6412024-12-21T04:24:50.296Z Downloaded pem v3.0.4
6422024-12-21T04:24:50.301Z Downloaded time-core v0.1.2
6432024-12-21T04:24:50.304Z Downloaded icu_locid v1.5.0
6442024-12-21T04:24:50.306Z Downloaded walkdir v2.5.0
6452024-12-21T04:24:50.310Z Downloaded predicates v3.1.2
6462024-12-21T04:24:50.312Z Downloaded const_format v0.2.33
6472024-12-21T04:24:50.316Z Downloaded yoke-derive v0.7.4
6482024-12-21T04:24:50.319Z Downloaded try-lock v0.2.5
6492024-12-21T04:24:50.319Z Downloaded serde_path_to_error v0.1.16
6502024-12-21T04:24:50.321Z Downloaded semver v0.1.20
6512024-12-21T04:24:50.323Z Downloaded rfc6979 v0.4.0
6522024-12-21T04:24:50.323Z Downloaded psl-types v2.0.11
6532024-12-21T04:24:50.327Z Downloaded serde_plain v1.0.2
6542024-12-21T04:24:50.329Z Downloaded des v0.8.1
6552024-12-21T04:24:50.329Z Downloaded base64 v0.13.1
6562024-12-21T04:24:50.333Z Downloaded normalize-line-endings v0.3.0
6572024-12-21T04:24:50.335Z Downloaded indicatif v0.17.9
6582024-12-21T04:24:50.339Z Downloaded ssh-encoding v0.2.0
6592024-12-21T04:24:50.342Z Downloaded tap v1.0.1
6602024-12-21T04:24:50.344Z Downloaded ssh-cipher v0.2.0
6612024-12-21T04:24:50.344Z Downloaded serde-hex v0.1.0
6622024-12-21T04:24:50.347Z Downloaded cookie v0.18.1
6632024-12-21T04:24:50.349Z Downloaded native-tls v0.2.12
6642024-12-21T04:24:50.352Z Downloaded phf_shared v0.10.0
6652024-12-21T04:24:50.354Z Downloaded heapless v0.7.17
6662024-12-21T04:24:50.357Z Downloaded mirai-annotations v1.12.0
6672024-12-21T04:24:50.360Z Downloaded structmeta-derive v0.2.0
6682024-12-21T04:24:50.360Z Downloaded structmeta v0.3.0
6692024-12-21T04:24:50.362Z Downloaded num_threads v0.1.7
6702024-12-21T04:24:50.365Z Downloaded topological-sort v0.2.2
6712024-12-21T04:24:50.365Z Downloaded postgres-protocol v0.6.7
6722024-12-21T04:24:50.367Z Downloaded pin-project-internal v1.1.6
6732024-12-21T04:24:50.381Z Downloaded signal-hook-mio v0.2.4
6742024-12-21T04:24:50.384Z Downloaded yoke v0.7.4
6752024-12-21T04:24:50.387Z Downloaded hickory-resolver v0.24.1
6762024-12-21T04:24:50.390Z Downloaded fallible-iterator v0.2.0
6772024-12-21T04:24:50.392Z Downloaded fallible-streaming-iterator v0.1.9
6782024-12-21T04:24:50.395Z Downloaded glob v0.3.1
6792024-12-21T04:24:50.395Z Downloaded dhcproto v0.12.0
6802024-12-21T04:24:50.399Z Downloaded hickory-server v0.24.1
6812024-12-21T04:24:50.404Z Downloaded scheduled-thread-pool v0.2.7
6822024-12-21T04:24:50.406Z Downloaded heapless v0.8.0
6832024-12-21T04:24:50.410Z Downloaded num_enum_derive v0.5.11
6842024-12-21T04:24:50.413Z Downloaded omicron-zone-package v0.11.1
6852024-12-21T04:24:50.416Z Downloaded schemars v0.8.21
6862024-12-21T04:24:50.428Z Downloaded derive_builder_macro v0.20.2
6872024-12-21T04:24:50.431Z Downloaded proc-macro-crate v1.3.1
6882024-12-21T04:24:50.431Z Downloaded primeorder v0.13.6
6892024-12-21T04:24:50.433Z Downloaded predicates-tree v1.0.11
6902024-12-21T04:24:50.433Z Downloaded phf_generator v0.11.2
6912024-12-21T04:24:50.437Z Downloaded phf_codegen v0.11.2
6922024-12-21T04:24:50.437Z Downloaded number_prefix v0.4.0
6932024-12-21T04:24:50.442Z Downloaded qorb v0.2.1
6942024-12-21T04:24:50.444Z Downloaded ecdsa v0.16.9
6952024-12-21T04:24:50.447Z Downloaded time-macros v0.2.18
6962024-12-21T04:24:50.450Z Downloaded path-slash v0.1.5
6972024-12-21T04:24:50.450Z Downloaded nodrop v0.1.14
6982024-12-21T04:24:50.454Z Downloaded foreign-types-shared v0.1.1
6992024-12-21T04:24:50.455Z Downloaded signal-hook-registry v1.4.2
7002024-12-21T04:24:50.455Z Downloaded pin-project v1.1.6
7012024-12-21T04:24:50.465Z Downloaded peg-runtime v0.8.3
7022024-12-21T04:24:50.467Z Downloaded sqlparser_derive v0.2.2
7032024-12-21T04:24:50.469Z Downloaded slog-stdlog v4.1.1
7042024-12-21T04:24:50.469Z Downloaded scrypt v0.11.0
7052024-12-21T04:24:50.472Z Downloaded rpassword v7.3.1
7062024-12-21T04:24:50.472Z Downloaded futures v0.3.31
7072024-12-21T04:24:50.478Z Downloaded unicode-xid v0.2.6
7082024-12-21T04:24:50.480Z Downloaded tls_codec_derive v0.4.1
7092024-12-21T04:24:50.482Z Downloaded elliptic-curve v0.13.8
7102024-12-21T04:24:50.486Z Downloaded tiny-keccak v2.0.2
7112024-12-21T04:24:50.488Z Downloaded stringprep v0.1.5
7122024-12-21T04:24:50.491Z Downloaded smallvec v1.13.2
7132024-12-21T04:24:50.493Z Downloaded foreign-types-macros v0.2.3
7142024-12-21T04:24:50.496Z Downloaded zeroize v1.8.1
7152024-12-21T04:24:50.498Z Downloaded zerofrom-derive v0.1.4
7162024-12-21T04:24:50.498Z Downloaded untrusted v0.7.1
7172024-12-21T04:24:50.501Z Downloaded debug-ignore v1.0.5
7182024-12-21T04:24:50.504Z Downloaded darling_macro v0.20.10
7192024-12-21T04:24:50.505Z Downloaded tinyvec_macros v0.1.1
7202024-12-21T04:24:50.505Z Downloaded sync_wrapper v1.0.1
7212024-12-21T04:24:50.507Z Downloaded peg-macros v0.8.4
7222024-12-21T04:24:50.507Z Downloaded password-hash v0.5.0
7232024-12-21T04:24:50.510Z Downloaded flagset v0.4.6
7242024-12-21T04:24:50.512Z Downloaded signal-hook-tokio v0.3.1
7252024-12-21T04:24:50.515Z Downloaded derive_more v0.99.18
7262024-12-21T04:24:50.519Z Downloaded endian-type v0.1.2
7272024-12-21T04:24:50.521Z Downloaded snafu-derive v0.8.5
7282024-12-21T04:24:50.523Z Downloaded num_enum v0.5.11
7292024-12-21T04:24:50.526Z Downloaded hash32 v0.2.1
7302024-12-21T04:24:50.528Z Downloaded peg v0.8.4
7312024-12-21T04:24:50.532Z Downloaded crossbeam-channel v0.5.13
7322024-12-21T04:24:50.538Z Downloaded slog-bunyan v2.5.0
7332024-12-21T04:24:50.542Z Downloaded rustversion v1.0.17
7342024-12-21T04:24:50.542Z Downloaded resolv-conf v0.7.0
7352024-12-21T04:24:50.544Z Downloaded sct v0.7.1
7362024-12-21T04:24:50.548Z Downloaded rand_seeder v0.3.0
7372024-12-21T04:24:50.550Z Downloaded owo-colors v4.1.0
7382024-12-21T04:24:50.553Z Downloaded fixedbitset v0.4.2
7392024-12-21T04:24:50.555Z Downloaded openssl-macros v0.1.1
7402024-12-21T04:24:50.557Z Downloaded salsa20 v0.10.2
7412024-12-21T04:24:50.557Z Downloaded universal-hash v0.5.1
7422024-12-21T04:24:50.559Z Downloaded tar v0.4.42
7432024-12-21T04:24:50.563Z Downloaded tls_codec v0.4.1
7442024-12-21T04:24:50.566Z Downloaded slog-dtrace v0.3.0
7452024-12-21T04:24:50.568Z Downloaded aes-gcm v0.10.3
7462024-12-21T04:24:50.571Z Downloaded thread_local v1.1.8
7472024-12-21T04:24:50.574Z Downloaded rustls-pemfile v1.0.4
7482024-12-21T04:24:50.576Z Downloaded group v0.13.0
7492024-12-21T04:24:50.576Z Downloaded zip v2.1.3
7502024-12-21T04:24:50.581Z Downloaded itertools v0.10.5
7512024-12-21T04:24:50.587Z Downloaded dropshot_endpoint v0.12.0
7522024-12-21T04:24:50.591Z Downloaded futures-io v0.3.31
7532024-12-21T04:24:50.594Z Downloaded futures-executor v0.3.31
7542024-12-21T04:24:50.597Z Downloaded enum-as-inner v0.5.1
7552024-12-21T04:24:50.597Z Downloaded zeroize_derive v1.4.2
7562024-12-21T04:24:50.601Z Downloaded ppv-lite86 v0.2.20
7572024-12-21T04:24:50.601Z Downloaded zerocopy v0.6.6
7582024-12-21T04:24:50.604Z Downloaded ron v0.7.1
7592024-12-21T04:24:50.608Z Downloaded aho-corasick v1.1.3
7602024-12-21T04:24:50.614Z Downloaded fatfs v0.3.6
7612024-12-21T04:24:50.618Z Downloaded russh-cryptovec v0.7.3
7622024-12-21T04:24:50.620Z Downloaded num-iter v0.1.45
7632024-12-21T04:24:50.620Z Downloaded newtype_derive v0.1.6
7642024-12-21T04:24:50.623Z Downloaded idna v1.0.3
7652024-12-21T04:24:50.628Z Downloaded rusty-fork v0.3.0
7662024-12-21T04:24:50.630Z Downloaded defmt v0.3.8
7672024-12-21T04:24:50.633Z Downloaded thiserror v2.0.3
7682024-12-21T04:24:50.639Z Downloaded secrecy v0.8.0
7692024-12-21T04:24:50.642Z Downloaded sec1 v0.7.3
7702024-12-21T04:24:50.656Z Downloaded downcast v0.11.0
7712024-12-21T04:24:50.659Z Downloaded utf16_iter v1.0.5
7722024-12-21T04:24:50.659Z Downloaded untrusted v0.9.0
7732024-12-21T04:24:50.662Z Downloaded unarray v0.1.4
7742024-12-21T04:24:50.664Z Downloaded oso v0.27.3
7752024-12-21T04:24:50.671Z Downloaded parse-size v1.1.0
7762024-12-21T04:24:50.674Z Downloaded itertools v0.12.1
7772024-12-21T04:24:50.684Z Downloaded foreign-types v0.3.2
7782024-12-21T04:24:50.688Z Downloaded hkdf v0.12.4
7792024-12-21T04:24:50.692Z Downloaded futures-sink v0.3.31
7802024-12-21T04:24:50.692Z Downloaded unsafe-libyaml v0.2.11
7812024-12-21T04:24:50.695Z Downloaded nibble_vec v0.1.0
7822024-12-21T04:24:50.695Z Downloaded newtype-uuid v1.1.3
7832024-12-21T04:24:50.698Z Downloaded r2d2 v0.8.10
7842024-12-21T04:24:50.701Z Downloaded rand_xorshift v0.3.0
7852024-12-21T04:24:50.701Z Downloaded toml_edit v0.19.15
7862024-12-21T04:24:50.718Z Downloaded defmt-parser v0.3.4
7872024-12-21T04:24:50.721Z Downloaded twox-hash v1.6.3
7882024-12-21T04:24:50.724Z Downloaded structmeta-derive v0.3.0
7892024-12-21T04:24:50.724Z Downloaded radium v0.7.0
7902024-12-21T04:24:50.724Z Downloaded tinyvec v1.8.0
7912024-12-21T04:24:50.727Z Downloaded x509-cert v0.2.5
7922024-12-21T04:24:50.734Z Downloaded futures-task v0.3.31
7932024-12-21T04:24:50.737Z Downloaded reedline v0.35.0
7942024-12-21T04:24:50.742Z Downloaded typify v0.2.0
7952024-12-21T04:24:50.747Z Downloaded fxhash v0.2.1
7962024-12-21T04:24:50.749Z Downloaded shell-words v1.1.0
7972024-12-21T04:24:50.749Z Downloaded percent-encoding v2.3.1
7982024-12-21T04:24:50.749Z Downloaded foldhash v0.1.3
7992024-12-21T04:24:50.752Z Downloaded multer v3.1.0
8002024-12-21T04:24:50.755Z Downloaded take_mut v0.2.2
8012024-12-21T04:24:50.758Z Downloaded zone_cfg_derive v0.1.2
8022024-12-21T04:24:50.758Z Downloaded tabwriter v1.4.0
8032024-12-21T04:24:50.758Z Downloaded quick-error v1.2.3
8042024-12-21T04:24:50.760Z Downloaded postcard v1.0.10
8052024-12-21T04:24:50.780Z Downloaded mio v1.0.2
8062024-12-21T04:24:50.787Z Downloaded postgres-types v0.2.8
8072024-12-21T04:24:50.787Z Downloaded unicode_categories v0.1.1
8082024-12-21T04:24:50.787Z Downloaded slog-term v2.9.1
8092024-12-21T04:24:50.787Z Downloaded hyper v1.5.0
8102024-12-21T04:24:50.796Z Downloaded embedded-io v0.6.1
8112024-12-21T04:24:50.797Z Downloaded embedded-io v0.4.0
8122024-12-21T04:24:50.797Z Downloaded which v4.4.2
8132024-12-21T04:24:50.797Z Downloaded tokio-tungstenite v0.21.0
8142024-12-21T04:24:50.805Z Downloaded polyval v0.6.2
8152024-12-21T04:24:50.805Z Downloaded defmt-macros v0.3.9
8162024-12-21T04:24:50.805Z Downloaded expectorate v1.1.0
8172024-12-21T04:24:50.807Z Downloaded strum v0.26.3
8182024-12-21T04:24:50.808Z Downloaded unicode-properties v0.1.3
8192024-12-21T04:24:50.808Z Downloaded socket2 v0.5.7
8202024-12-21T04:24:50.808Z Downloaded diesel_derives v2.2.3
8212024-12-21T04:24:50.811Z Downloaded zerofrom v0.1.4
8222024-12-21T04:24:50.816Z Downloaded dsl_auto_type v0.1.2
8232024-12-21T04:24:50.816Z Downloaded displaydoc v0.2.5
8242024-12-21T04:24:50.820Z Downloaded serde_urlencoded v0.7.1
8252024-12-21T04:24:50.822Z Downloaded parse-display v0.10.0
8262024-12-21T04:24:50.823Z Downloaded steno v0.4.1
8272024-12-21T04:24:50.831Z Downloaded rsa v0.9.6
8282024-12-21T04:24:50.833Z Downloaded openssl-probe v0.1.5
8292024-12-21T04:24:50.833Z Downloaded ghash v0.5.1
8302024-12-21T04:24:50.833Z Downloaded gethostname v0.5.0
8312024-12-21T04:24:50.836Z Downloaded deranged v0.3.11
8322024-12-21T04:24:50.837Z Downloaded whoami v1.5.2
8332024-12-21T04:24:50.839Z Downloaded tokio-util v0.7.12
8342024-12-21T04:24:50.858Z Downloaded float-cmp v0.9.0
8352024-12-21T04:24:50.861Z Downloaded env_filter v0.1.2
8362024-12-21T04:24:50.861Z Downloaded der_derive v0.7.3
8372024-12-21T04:24:50.861Z Downloaded tough v0.19.0
8382024-12-21T04:24:50.861Z Downloaded sync-ptr v0.1.1
8392024-12-21T04:24:50.861Z Downloaded utf8_iter v1.0.4
8402024-12-21T04:24:50.863Z Downloaded progenitor-macro v0.8.0
8412024-12-21T04:24:50.866Z Downloaded wyz v0.5.1
8422024-12-21T04:24:50.866Z Downloaded pin-utils v0.1.0
8432024-12-21T04:24:50.869Z Downloaded darling_core v0.20.10
8442024-12-21T04:24:50.872Z Downloaded termtree v0.4.1
8452024-12-21T04:24:50.876Z Downloaded difflib v0.4.0
8462024-12-21T04:24:50.876Z Downloaded write16 v1.0.0
8472024-12-21T04:24:50.879Z Downloaded want v0.3.1
8482024-12-21T04:24:50.879Z Downloaded vte_generate_state_changes v0.1.2
8492024-12-21T04:24:50.879Z Downloaded slab v0.4.9
8502024-12-21T04:24:50.879Z Downloaded snafu v0.8.5
8512024-12-21T04:24:50.886Z Downloaded unicode-bidi v0.3.17
8522024-12-21T04:24:50.892Z Downloaded zone_cfg_derive v0.3.0
8532024-12-21T04:24:50.895Z Downloaded progenitor-client v0.8.0
8542024-12-21T04:24:50.895Z Downloaded progenitor v0.8.0
8552024-12-21T04:24:50.895Z Downloaded precomputed-hash v0.1.1
8562024-12-21T04:24:50.896Z Downloaded siphasher v0.3.11
8572024-12-21T04:24:50.896Z Downloaded poly1305 v0.8.0
8582024-12-21T04:24:50.900Z Downloaded sha1 v0.10.6
8592024-12-21T04:24:50.903Z Downloaded term v0.7.0
8602024-12-21T04:24:50.905Z Downloaded signal-hook v0.3.17
8612024-12-21T04:24:50.912Z Downloaded similar v2.6.0
8622024-12-21T04:24:50.916Z Downloaded vsss-rs v3.3.4
8632024-12-21T04:24:50.919Z Downloaded blake3 v1.5.4
8642024-12-21T04:24:50.924Z Downloaded data-encoding v2.6.0
8652024-12-21T04:24:50.928Z Downloaded slog-json v2.6.1
8662024-12-21T04:24:50.928Z Downloaded chrono v0.4.38
8672024-12-21T04:24:50.937Z Downloaded powerfmt v0.2.0
8682024-12-21T04:24:50.952Z Downloaded uzers v0.12.1
8692024-12-21T04:24:50.952Z Downloaded rustls-pemfile v2.2.0
8702024-12-21T04:24:50.952Z Downloaded phf v0.11.2
8712024-12-21T04:24:50.962Z Downloaded parking_lot_core v0.9.10
8722024-12-21T04:24:50.962Z Downloaded tungstenite v0.21.0
8732024-12-21T04:24:50.962Z Downloaded packed_struct v0.10.1
8742024-12-21T04:24:50.963Z Downloaded globset v0.4.15
8752024-12-21T04:24:50.963Z Downloaded tokio-postgres v0.7.12
8762024-12-21T04:24:50.987Z Downloaded termcolor v1.4.1
8772024-12-21T04:24:50.987Z Downloaded flume v0.11.1
8782024-12-21T04:24:50.987Z Downloaded writeable v0.5.5
8792024-12-21T04:24:50.987Z Downloaded bitvec v1.0.1
8802024-12-21T04:24:51.017Z Downloaded slog-envlogger v2.2.0
8812024-12-21T04:24:51.017Z Downloaded termios v0.3.3
8822024-12-21T04:24:51.017Z Downloaded slog-async v2.8.0
8832024-12-21T04:24:51.017Z Downloaded getrandom v0.2.15
8842024-12-21T04:24:51.018Z Downloaded subtle v2.6.1
8852024-12-21T04:24:51.018Z Downloaded unicode-segmentation v1.12.0
8862024-12-21T04:24:51.018Z Downloaded env_logger v0.10.2
8872024-12-21T04:24:51.033Z Downloaded supports-color v3.0.1
8882024-12-21T04:24:51.033Z Downloaded env_logger v0.11.5
8892024-12-21T04:24:51.033Z Downloaded pkg-config v0.3.31
8902024-12-21T04:24:51.033Z Downloaded pkcs1 v0.7.5
8912024-12-21T04:24:51.033Z Downloaded parking_lot v0.11.2
8922024-12-21T04:24:51.033Z Downloaded slog v2.7.0
8932024-12-21T04:24:51.033Z Downloaded diff v0.1.13
8942024-12-21T04:24:51.035Z Downloaded derive-where v1.2.7
8952024-12-21T04:24:51.035Z Downloaded url v2.5.3
8962024-12-21T04:24:51.035Z Downloaded vergen v8.3.2
8972024-12-21T04:24:51.035Z Downloaded samael v0.0.17
8982024-12-21T04:24:51.048Z Downloaded hashlink v0.9.1
8992024-12-21T04:24:51.049Z Downloaded parse-zoneinfo v0.3.1
9002024-12-21T04:24:51.049Z Downloaded num-bigint v0.4.6
9012024-12-21T04:24:51.049Z Downloaded zopfli v0.8.1
9022024-12-21T04:24:51.049Z Downloaded vte v0.11.1
9032024-12-21T04:24:51.049Z Downloaded miniz_oxide v0.8.0
9042024-12-21T04:24:51.074Z Downloaded quinn v0.11.5
9052024-12-21T04:24:51.074Z Downloaded rustyline v14.0.0
9062024-12-21T04:24:51.074Z Downloaded parking_lot v0.12.3
9072024-12-21T04:24:51.074Z Downloaded rustls-pki-types v1.10.0
9082024-12-21T04:24:51.107Z Downloaded uuid v1.11.0
9092024-12-21T04:24:51.107Z Downloaded test-strategy v0.3.1
9102024-12-21T04:24:51.108Z Downloaded pkcs8 v0.10.2
9112024-12-21T04:24:51.108Z Downloaded icu_properties_data v1.5.0
9122024-12-21T04:24:51.108Z Downloaded pkcs5 v0.7.1
9132024-12-21T04:24:51.108Z Downloaded headers v0.4.0
9142024-12-21T04:24:51.108Z Downloaded publicsuffix v2.2.3
9152024-12-21T04:24:51.108Z Downloaded p256 v0.13.2
9162024-12-21T04:24:51.144Z Downloaded openssl-sys v0.9.103
9172024-12-21T04:24:51.144Z Downloaded nom v7.1.3
9182024-12-21T04:24:51.144Z Downloaded der v0.7.9
9192024-12-21T04:24:51.144Z Downloaded futures-util v0.3.31
9202024-12-21T04:24:51.145Z Downloaded num-bigint-dig v0.8.4
9212024-12-21T04:24:51.145Z Downloaded h2 v0.4.6
9222024-12-21T04:24:51.181Z Downloaded hashbrown v0.14.5
9232024-12-21T04:24:51.181Z Downloaded ssh-key v0.6.6
9242024-12-21T04:24:51.181Z Downloaded flate2 v1.0.35
9252024-12-21T04:24:51.181Z Downloaded rayon v1.10.0
9262024-12-21T04:24:51.206Z Downloaded hashbrown v0.13.2
9272024-12-21T04:24:51.207Z Downloaded zerovec v0.10.4
9282024-12-21T04:24:51.207Z Downloaded winnow v0.5.40
9292024-12-21T04:24:51.207Z Downloaded quick-xml v0.33.0
9302024-12-21T04:24:51.207Z Downloaded regex v1.11.1
9312024-12-21T04:24:51.219Z Downloaded hashbrown v0.12.3
9322024-12-21T04:24:51.219Z Downloaded sqlparser v0.45.0
9332024-12-21T04:24:51.219Z Downloaded idna v0.2.3
9342024-12-21T04:24:51.254Z Downloaded salty v0.3.0
9352024-12-21T04:24:51.254Z Downloaded russh v0.45.0
9362024-12-21T04:24:51.269Z Downloaded unicode-normalization v0.1.24
9372024-12-21T04:24:51.269Z Downloaded zerocopy v0.8.10
9382024-12-21T04:24:51.269Z Downloaded typed-path v0.9.3
9392024-12-21T04:24:51.291Z Downloaded serde_with v3.11.0
9402024-12-21T04:24:51.291Z Downloaded unicode-width v0.2.0
9412024-12-21T04:24:51.316Z Downloaded p384 v0.13.0
9422024-12-21T04:24:51.317Z Downloaded radix_trie v0.2.1
9432024-12-21T04:24:51.317Z Downloaded p521 v0.13.3
9442024-12-21T04:24:51.317Z Downloaded rusqlite v0.32.1
9452024-12-21T04:24:51.317Z Downloaded reqwest v0.12.9
9462024-12-21T04:24:51.339Z Downloaded quinn-proto v0.11.8
9472024-12-21T04:24:51.339Z Downloaded portable-atomic v1.9.0
9482024-12-21T04:24:51.347Z Downloaded idna v0.3.0
9492024-12-21T04:24:51.347Z Downloaded bstr v1.10.0
9502024-12-21T04:24:51.357Z Downloaded rustls-webpki v0.102.8
9512024-12-21T04:24:51.379Z Downloaded nix v0.27.1
9522024-12-21T04:24:51.386Z Downloaded object v0.30.4
9532024-12-21T04:24:51.397Z Downloaded rustls-webpki v0.101.7
9542024-12-21T04:24:51.415Z Downloaded hickory-proto v0.24.1
9552024-12-21T04:24:51.434Z Downloaded rustls v0.23.19
9562024-12-21T04:24:51.446Z Downloaded vcpkg v0.2.15
9572024-12-21T04:24:51.480Z Downloaded petname v2.0.2
9582024-12-21T04:24:51.492Z Downloaded regress v0.10.1
9592024-12-21T04:24:51.503Z Downloaded polar-core v0.27.3
9602024-12-21T04:24:51.515Z Downloaded regex-syntax v0.6.29
9612024-12-21T04:24:51.520Z Downloaded openapiv3 v2.0.0
9622024-12-21T04:24:51.539Z Downloaded smoltcp v0.11.0
9632024-12-21T04:24:51.547Z Downloaded nix v0.28.0
9642024-12-21T04:24:51.552Z Downloaded object v0.36.5
9652024-12-21T04:24:51.562Z Downloaded gimli v0.31.1
9662024-12-21T04:24:51.573Z Downloaded regress v0.9.1
9672024-12-21T04:24:51.580Z Downloaded dropshot v0.12.0
9682024-12-21T04:24:51.599Z Downloaded ratatui v0.28.1
9692024-12-21T04:24:51.619Z Downloaded regex-syntax v0.8.5
9702024-12-21T04:24:51.626Z Downloaded typify-impl v0.2.0
9712024-12-21T04:24:51.641Z Downloaded nix v0.29.0
9722024-12-21T04:24:51.655Z Downloaded bzip2-sys v0.1.11+1.0.8
9732024-12-21T04:24:51.665Z Downloaded sled v0.34.7
9742024-12-21T04:24:51.685Z Downloaded openssl v0.10.66
9752024-12-21T04:24:51.691Z Downloaded dropshot v0.13.0
9762024-12-21T04:24:51.706Z Downloaded rustls v0.22.4
9772024-12-21T04:24:51.720Z Downloaded zerocopy-derive v0.6.6
9782024-12-21T04:24:51.730Z Downloaded diesel v2.2.6
9792024-12-21T04:24:51.749Z Downloaded smoltcp v0.9.1
9802024-12-21T04:24:51.760Z Downloaded rustls v0.21.12
9812024-12-21T04:24:51.771Z Downloaded chrono-tz v0.10.0
9822024-12-21T04:24:51.778Z Downloaded trust-dns-proto v0.22.0
9832024-12-21T04:24:51.788Z Downloaded regex-automata v0.4.8
9842024-12-21T04:24:51.815Z Downloaded tokio v1.40.0
9852024-12-21T04:24:51.842Z Downloaded git2 v0.19.0
9862024-12-21T04:24:51.852Z Downloaded lzma-sys v0.1.20
9872024-12-21T04:24:51.882Z Downloaded csv v1.3.0
9882024-12-21T04:24:51.897Z Downloaded webpki-roots v0.26.6
9892024-12-21T04:24:51.900Z Downloaded petgraph v0.6.5
9902024-12-21T04:24:51.918Z Downloaded curve25519-dalek v4.1.3
9912024-12-21T04:24:51.927Z Downloaded libz-sys v1.1.20
9922024-12-21T04:24:51.950Z Downloaded idna v0.5.0
9932024-12-21T04:24:51.954Z Downloaded idna v0.4.0
9942024-12-21T04:24:51.961Z Downloaded proptest v1.5.0
9952024-12-21T04:24:51.970Z Downloaded bindgen v0.69.5
9962024-12-21T04:24:51.976Z Downloaded serde_yaml v0.9.34+deprecated
9972024-12-21T04:24:51.980Z Downloaded lalrpop v0.19.12
9982024-12-21T04:24:51.994Z Downloaded time v0.3.36
9992024-12-21T04:24:51.998Z Downloaded sha3 v0.10.8
10002024-12-21T04:24:52.002Z Downloaded display-error-chain v0.2.2
10012024-12-21T04:24:52.006Z Downloaded tokio-tungstenite v0.23.1
10022024-12-21T04:24:52.006Z Downloaded aws-lc-rs v1.10.0
10032024-12-21T04:24:52.014Z Downloaded tokio-rustls v0.26.0
10042024-12-21T04:24:52.017Z Downloaded password-hash v0.4.2
10052024-12-21T04:24:52.021Z Downloaded mockall_derive v0.13.0
10062024-12-21T04:24:52.021Z Downloaded tokio-stream v0.1.16
10072024-12-21T04:24:52.024Z Downloaded sqlformat v0.2.6
10082024-12-21T04:24:52.031Z Downloaded itertools v0.13.0
10092024-12-21T04:24:52.035Z Downloaded multimap v0.10.0
10102024-12-21T04:24:52.035Z Downloaded foreign-types v0.5.0
10112024-12-21T04:24:52.035Z Downloaded futures-core v0.3.31
10122024-12-21T04:24:52.040Z Downloaded crossterm v0.28.1
10132024-12-21T04:24:52.043Z Downloaded olpc-cjson v0.1.4
10142024-12-21T04:24:52.054Z Downloaded num-rational v0.4.2
10152024-12-21T04:24:52.054Z Downloaded num-complex v0.4.6
10162024-12-21T04:24:52.057Z Downloaded tungstenite v0.24.0
10172024-12-21T04:24:52.057Z Downloaded tungstenite v0.23.0
10182024-12-21T04:24:52.058Z Downloaded float-ord v0.3.2
10192024-12-21T04:24:52.058Z Downloaded mockall v0.13.0
10202024-12-21T04:24:52.058Z Downloaded enum-as-inner v0.6.1
10212024-12-21T04:24:52.058Z Downloaded ena v0.14.3
10222024-12-21T04:24:52.063Z Downloaded half v2.4.1
10232024-12-21T04:24:52.068Z Downloaded ron v0.8.1
10242024-12-21T04:24:52.068Z Downloaded rcgen v0.12.1
10252024-12-21T04:24:52.073Z Downloaded typify-macro v0.2.0
10262024-12-21T04:24:52.073Z Downloaded num-traits v0.2.19
10272024-12-21T04:24:52.077Z Downloaded strip-ansi-escapes v0.2.0
10282024-12-21T04:24:52.077Z Downloaded derive_builder v0.20.2
10292024-12-21T04:24:52.082Z Downloaded serde_repr v0.1.19
10302024-12-21T04:24:52.082Z Downloaded futures-macro v0.3.31
10312024-12-21T04:24:52.088Z Downloaded dropshot_endpoint v0.13.0
10322024-12-21T04:24:52.088Z Downloaded libxml v0.3.3
10332024-12-21T04:24:52.093Z Downloaded libm v0.2.8
10342024-12-21T04:24:52.099Z Downloaded same-file v1.0.6
10352024-12-21T04:24:52.103Z Downloaded tokio-rustls v0.25.0
10362024-12-21T04:24:52.103Z Downloaded tokio-rustls v0.24.1
10372024-12-21T04:24:52.107Z Downloaded tinystr v0.7.6
10382024-12-21T04:24:52.107Z Downloaded synstructure v0.13.1
10392024-12-21T04:24:52.107Z Downloaded zerocopy-derive v0.8.10
10402024-12-21T04:24:52.113Z Downloaded tracing v0.1.40
10412024-12-21T04:24:52.117Z Downloaded num v0.4.3
10422024-12-21T04:24:52.122Z Downloaded rand_core v0.6.4
10432024-12-21T04:24:52.122Z Downloaded aes v0.8.4
10442024-12-21T04:24:52.128Z Downloaded futures-channel v0.3.31
10452024-12-21T04:24:52.128Z Downloaded derive_builder_core v0.20.2
10462024-12-21T04:24:52.133Z Downloaded string_cache v0.8.7
10472024-12-21T04:24:52.133Z Downloaded ed25519-dalek v2.1.1
10482024-12-21T04:24:52.133Z Downloaded diesel_table_macro_syntax v0.2.0
10492024-12-21T04:24:52.139Z Downloaded pbkdf2 v0.12.2
10502024-12-21T04:24:52.139Z Downloaded paste v1.0.15
10512024-12-21T04:24:52.139Z Downloaded rayon-core v1.12.1
10522024-12-21T04:24:52.143Z Downloaded parking_lot_core v0.8.6
10532024-12-21T04:24:52.143Z Downloaded rand v0.8.5
10542024-12-21T04:24:52.149Z Downloaded encoding_rs v0.8.34
10552024-12-21T04:24:52.168Z Downloaded toml v0.7.8
10562024-12-21T04:24:52.187Z Downloaded tokio-native-tls v0.3.1
10572024-12-21T04:24:52.187Z Downloaded pin-project-lite v0.2.14
10582024-12-21T04:24:52.187Z Downloaded nu-ansi-term v0.50.1
10592024-12-21T04:24:52.187Z Downloaded tracing-core v0.1.32
10602024-12-21T04:24:52.187Z Downloaded cc v1.1.30
10612024-12-21T04:24:52.189Z Downloaded bumpalo v3.16.0
10622024-12-21T04:24:52.189Z Downloaded base64 v0.21.7
10632024-12-21T04:24:52.192Z Downloaded oso-derive v0.27.3
10642024-12-21T04:24:52.194Z Downloaded static_assertions v1.1.0
10652024-12-21T04:24:52.194Z Downloaded stable_deref_trait v1.2.0
10662024-12-21T04:24:52.197Z Downloaded russh-keys v0.45.0
10672024-12-21T04:24:52.201Z Downloaded zip v0.6.6
10682024-12-21T04:24:52.203Z Downloaded minimal-lexical v0.2.1
10692024-12-21T04:24:52.206Z Downloaded http v1.1.0
10702024-12-21T04:24:52.209Z Downloaded compact_str v0.8.0
10712024-12-21T04:24:52.213Z Downloaded dirs-sys-next v0.1.2
10722024-12-21T04:24:52.215Z Downloaded smallvec v0.6.14
10732024-12-21T04:24:52.218Z Downloaded serde_derive_internals v0.29.1
10742024-12-21T04:24:52.218Z Downloaded pretty-hex v0.2.1
10752024-12-21T04:24:52.221Z Downloaded fallible-iterator v0.3.0
10762024-12-21T04:24:52.221Z Downloaded dyn-clone v1.0.17
10772024-12-21T04:24:52.221Z Downloaded dunce v1.0.5
10782024-12-21T04:24:52.224Z Downloaded dirs-next v2.0.0
10792024-12-21T04:24:52.224Z Downloaded xattr v1.3.1
10802024-12-21T04:24:52.224Z Downloaded tui-tree-widget v0.22.0
10812024-12-21T04:24:52.227Z Downloaded backtrace v0.3.74
10822024-12-21T04:24:52.230Z Downloaded pem-rfc7468 v0.7.0
10832024-12-21T04:24:52.232Z Downloaded prettyplease v0.2.25
10842024-12-21T04:24:52.235Z Downloaded subprocess v0.2.9
10852024-12-21T04:24:52.237Z Downloaded libgit2-sys v0.17.0+1.8.1
10862024-12-21T04:24:52.295Z Downloaded console v0.15.8
10872024-12-21T04:24:52.300Z Downloaded strum_macros v0.26.4
10882024-12-21T04:24:52.303Z Downloaded icu_properties v1.5.1
10892024-12-21T04:24:52.303Z Downloaded icu_collections v1.5.0
10902024-12-21T04:24:52.306Z Downloaded hyper-util v0.1.10
10912024-12-21T04:24:52.310Z Downloaded hmac v0.12.1
10922024-12-21T04:24:52.313Z Downloaded fs_extra v1.3.0
10932024-12-21T04:24:52.315Z Downloaded arc-swap v1.7.1
10942024-12-21T04:24:52.318Z Downloaded yasna v0.5.2
10952024-12-21T04:24:52.320Z Downloaded bcs v0.1.6
10962024-12-21T04:24:52.322Z Downloaded rustfmt-wrapper v0.2.1
10972024-12-21T04:24:52.323Z Downloaded predicates-core v1.0.8
10982024-12-21T04:24:52.325Z Downloaded value-bag v1.9.0
10992024-12-21T04:24:52.327Z Downloaded pbkdf2 v0.11.0
11002024-12-21T04:24:52.329Z Downloaded parse-display-derive v0.10.0
11012024-12-21T04:24:52.329Z Downloaded packed_struct_codegen v0.10.1
11022024-12-21T04:24:52.332Z Downloaded tokio-tungstenite v0.24.0
11032024-12-21T04:24:52.332Z Downloaded thiserror-impl-no-std v2.0.2
11042024-12-21T04:24:52.335Z Downloaded crypto-bigint v0.5.5
11052024-12-21T04:24:52.339Z Downloaded clang-sys v1.8.1
11062024-12-21T04:24:52.342Z Downloaded blake2 v0.10.6
11072024-12-21T04:24:52.345Z Downloaded progenitor-impl v0.8.0
11082024-12-21T04:24:52.350Z Downloaded ciborium v0.2.2
11092024-12-21T04:24:52.350Z Downloaded ff v0.13.0
11102024-12-21T04:24:52.353Z Downloaded fd-lock v4.0.2
11112024-12-21T04:24:52.353Z Downloaded ed25519 v2.2.3
11122024-12-21T04:24:52.355Z Downloaded zerovec-derive v0.10.3
11132024-12-21T04:24:52.358Z Downloaded signature v2.2.0
11142024-12-21T04:24:52.358Z Downloaded serde_with_macros v3.11.0
11152024-12-21T04:24:52.360Z Downloaded rustc_version v0.4.1
11162024-12-21T04:24:52.362Z Downloaded rtoolbox v0.0.2
11172024-12-21T04:24:52.362Z Downloaded ref-cast-impl v1.0.23
11182024-12-21T04:24:52.362Z Downloaded libloading v0.8.5
11192024-12-21T04:24:52.365Z Downloaded base64ct v1.6.0
11202024-12-21T04:24:52.367Z Downloaded arrayvec v0.7.6
11212024-12-21T04:24:52.370Z Downloaded schemars_derive v0.8.21
11222024-12-21T04:24:52.373Z Downloaded rustc_version v0.1.7
11232024-12-21T04:24:52.373Z Downloaded rustc-hash v1.1.0
11242024-12-21T04:24:52.375Z Downloaded ref-cast v1.0.23
11252024-12-21T04:24:52.378Z Downloaded highway v1.2.0
11262024-12-21T04:24:52.381Z Downloaded chacha20poly1305 v0.10.1
11272024-12-21T04:24:52.382Z Downloaded cbc v0.1.2
11282024-12-21T04:24:52.388Z Downloaded buf-list v1.0.3
11292024-12-21T04:24:52.388Z Downloaded adler2 v2.0.0
11302024-12-21T04:24:52.388Z Downloaded bit-set v0.5.3
11312024-12-21T04:24:52.391Z Downloaded async-recursion v1.1.1
11322024-12-21T04:24:52.391Z Downloaded libsw v3.3.1
11332024-12-21T04:24:52.392Z Downloaded is_ci v1.2.0
11342024-12-21T04:24:52.394Z Downloaded instability v0.3.2
11352024-12-21T04:24:52.394Z Downloaded async-stream-impl v0.3.6
11362024-12-21T04:24:52.394Z Downloaded assert_matches v1.5.0
11372024-12-21T04:24:52.394Z Downloaded const-oid v0.9.6
11382024-12-21T04:24:52.397Z Downloaded ahash v0.8.11
11392024-12-21T04:24:52.401Z Downloaded hostname v0.4.0
11402024-12-21T04:24:52.409Z Downloaded hostname v0.3.1
11412024-12-21T04:24:52.409Z Downloaded arrayref v0.3.9
11422024-12-21T04:24:52.409Z Downloaded match_cfg v0.1.0
11432024-12-21T04:24:52.409Z Downloaded httpdate v1.0.3
11442024-12-21T04:24:52.409Z Downloaded http-body-util v0.1.2
11452024-12-21T04:24:52.409Z Downloaded backoff v0.4.0
11462024-12-21T04:24:52.409Z Downloaded allocator-api2 v0.2.18
11472024-12-21T04:24:52.413Z Downloaded bit-vec v0.6.3
11482024-12-21T04:24:52.413Z Downloaded bcrypt-pbkdf v0.10.0
11492024-12-21T04:24:52.415Z Downloaded castaway v0.2.3
11502024-12-21T04:24:52.415Z Downloaded bb8 v0.8.5
11512024-12-21T04:24:52.418Z Downloaded atomic-waker v1.1.2
11522024-12-21T04:24:52.588Z Downloaded ring v0.17.8
11532024-12-21T04:24:52.826Z Downloaded ring v0.16.20
11542024-12-21T04:24:52.908Z Downloaded libsqlite3-sys v0.30.1
11552024-12-21T04:24:53.056Z Downloaded aws-lc-sys v0.22.0
11562024-12-21T04:24:53.357Z Compiling serde v1.0.215
11572024-12-21T04:24:53.361Z Compiling lock_api v0.4.12
11582024-12-21T04:24:53.361Z Compiling scopeguard v1.2.0
11592024-12-21T04:24:53.361Z Compiling value-bag v1.9.0
11602024-12-21T04:24:53.361Z Compiling typenum v1.17.0
11612024-12-21T04:24:53.361Z Compiling generic-array v0.14.7
11622024-12-21T04:24:53.572Z Compiling syn v2.0.87
11632024-12-21T04:24:53.588Z Compiling getrandom v0.2.15
11642024-12-21T04:24:53.713Z Compiling subtle v2.6.1
11652024-12-21T04:24:53.875Z Compiling rand_core v0.6.4
11662024-12-21T04:24:53.979Z Compiling log v0.4.22
11672024-12-21T04:24:54.046Z Compiling shlex v1.3.0
11682024-12-21T04:24:54.066Z Compiling jobserver v0.1.32
11692024-12-21T04:24:54.135Z Compiling smallvec v1.13.2
11702024-12-21T04:24:54.389Z Compiling const-oid v0.9.6
11712024-12-21T04:24:54.418Z Compiling cc v1.1.30
11722024-12-21T04:24:54.439Z Compiling spin v0.9.8
11732024-12-21T04:24:54.537Z Compiling pin-project-lite v0.2.14
11742024-12-21T04:24:54.662Z Compiling rustix v0.38.37
11752024-12-21T04:24:54.843Z Compiling parking_lot_core v0.9.10
11762024-12-21T04:24:54.880Z Compiling futures-core v0.3.31
11772024-12-21T04:24:54.995Z Compiling signal-hook-registry v1.4.2
11782024-12-21T04:24:55.127Z Compiling mio v1.0.2
11792024-12-21T04:24:55.568Z Compiling aho-corasick v1.1.3
11802024-12-21T04:24:55.947Z Compiling parking_lot v0.12.3
11812024-12-21T04:24:56.103Z Compiling cpufeatures v0.2.14
11822024-12-21T04:24:56.207Z Compiling regex-syntax v0.8.5
11832024-12-21T04:24:56.294Z Compiling either v1.13.0
11842024-12-21T04:24:56.475Z Compiling lazy_static v1.5.0
11852024-12-21T04:24:56.523Z Compiling glob v0.3.1
11862024-12-21T04:24:56.604Z Compiling futures-sink v0.3.31
11872024-12-21T04:24:56.761Z Compiling stable_deref_trait v1.2.0
11882024-12-21T04:24:56.780Z Compiling socket2 v0.5.7
11892024-12-21T04:24:56.882Z Compiling slab v0.4.9
11902024-12-21T04:24:56.920Z Compiling prettyplease v0.2.25
11912024-12-21T04:24:57.271Z Compiling minimal-lexical v0.2.1
11922024-12-21T04:24:57.324Z Compiling serde_json v1.0.133
11932024-12-21T04:24:57.513Z Compiling clang-sys v1.8.1
11942024-12-21T04:24:57.796Z Compiling nom v7.1.3
11952024-12-21T04:24:57.817Z Compiling libloading v0.8.5
11962024-12-21T04:24:57.996Z Compiling home v0.5.9
11972024-12-21T04:24:58.236Z Compiling bindgen v0.69.5
11982024-12-21T04:24:58.258Z Compiling futures-channel v0.3.31
11992024-12-21T04:24:58.725Z Compiling itertools v0.12.1
12002024-12-21T04:24:58.962Z Compiling libm v0.2.8
12012024-12-21T04:24:59.064Z Compiling foldhash v0.1.3
12022024-12-21T04:24:59.289Z Compiling futures-io v0.3.31
12032024-12-21T04:24:59.386Z Compiling pin-utils v0.1.0
12042024-12-21T04:24:59.491Z Compiling rustc-hash v1.1.0
12052024-12-21T04:24:59.637Z Compiling lazycell v1.3.0
12062024-12-21T04:24:59.640Z Compiling allocator-api2 v0.2.18
12072024-12-21T04:24:59.812Z Compiling futures-task v0.3.31
12082024-12-21T04:25:00.126Z Compiling regex-automata v0.4.8
12092024-12-21T04:25:00.457Z Compiling hashbrown v0.15.1
12102024-12-21T04:25:01.492Z Compiling synstructure v0.13.1
12112024-12-21T04:25:01.821Z Compiling cexpr v0.6.0
12122024-12-21T04:25:01.943Z Compiling cmake v0.1.51
12132024-12-21T04:25:03.030Z Compiling num-traits v0.2.19
12142024-12-21T04:25:03.190Z Compiling dunce v1.0.5
12152024-12-21T04:25:03.254Z Compiling tinyvec_macros v0.1.1
12162024-12-21T04:25:03.308Z Compiling fs_extra v1.3.0
12172024-12-21T04:25:03.332Z Compiling pkg-config v0.3.31
12182024-12-21T04:25:03.353Z Compiling tinyvec v1.8.0
12192024-12-21T04:25:03.909Z Compiling ring v0.17.8
12202024-12-21T04:25:04.809Z Compiling writeable v0.5.5
12212024-12-21T04:25:04.855Z Compiling unicode-normalization v0.1.24
12222024-12-21T04:25:05.026Z Compiling unicode-bidi v0.3.17
12232024-12-21T04:25:05.270Z Compiling paste v1.0.15
12242024-12-21T04:25:05.391Z Compiling litemap v0.7.3
12252024-12-21T04:25:05.829Z Compiling regex v1.11.1
12262024-12-21T04:25:05.849Z Compiling base64ct v1.6.0
12272024-12-21T04:25:06.390Z Compiling pem-rfc7468 v0.7.0
12282024-12-21T04:25:06.477Z Compiling aws-lc-rs v1.10.0
12292024-12-21T04:25:06.863Z Compiling flagset v0.4.6
12302024-12-21T04:25:06.890Z Compiling httparse v1.9.5
12312024-12-21T04:25:07.066Z Compiling tracing-core v0.1.32
12322024-12-21T04:25:07.069Z Compiling percent-encoding v2.3.1
12332024-12-21T04:25:07.456Z Compiling crossbeam-utils v0.8.20
12342024-12-21T04:25:07.608Z Compiling icu_locid_transform_data v1.5.0
12352024-12-21T04:25:07.716Z Compiling rustls-pki-types v1.10.0
12362024-12-21T04:25:08.107Z Compiling mirai-annotations v1.12.0
12372024-12-21T04:25:08.214Z Compiling serde_derive v1.0.215
12382024-12-21T04:25:08.286Z Compiling zeroize_derive v1.4.2
12392024-12-21T04:25:08.345Z Compiling zerocopy-derive v0.7.35
12402024-12-21T04:25:08.675Z Compiling tokio-macros v2.4.0
12412024-12-21T04:25:08.776Z Compiling zerofrom-derive v0.1.4
12422024-12-21T04:25:09.841Z Compiling zeroize v1.8.1
12432024-12-21T04:25:10.182Z Compiling yoke-derive v0.7.4
12442024-12-21T04:25:10.486Z Compiling thiserror-impl v1.0.69
12452024-12-21T04:25:10.507Z Compiling zerocopy v0.7.35
12462024-12-21T04:25:11.702Z Compiling crypto-common v0.1.6
12472024-12-21T04:25:11.950Z Compiling block-buffer v0.10.4
12482024-12-21T04:25:12.062Z Compiling zerovec-derive v0.10.3
12492024-12-21T04:25:12.201Z Compiling digest v0.10.7
12502024-12-21T04:25:12.674Z Compiling hmac v0.12.1
12512024-12-21T04:25:12.804Z Compiling zerofrom v0.1.4
12522024-12-21T04:25:12.931Z Compiling futures-macro v0.3.31
12532024-12-21T04:25:13.026Z Compiling block-padding v0.3.3
12542024-12-21T04:25:13.065Z Compiling displaydoc v0.2.5
12552024-12-21T04:25:13.184Z Compiling yoke v0.7.4
12562024-12-21T04:25:13.280Z Compiling inout v0.1.3
12572024-12-21T04:25:13.537Z Compiling cipher v0.4.4
12582024-12-21T04:25:13.554Z Compiling sha2 v0.10.8
12592024-12-21T04:25:13.867Z Compiling thiserror v1.0.69
12602024-12-21T04:25:13.999Z Compiling ppv-lite86 v0.2.20
12612024-12-21T04:25:14.024Z Compiling der_derive v0.7.3
12622024-12-21T04:25:14.552Z Compiling zerovec v0.10.4
12632024-12-21T04:25:14.672Z Compiling icu_provider_macros v1.5.0
12642024-12-21T04:25:14.768Z Compiling futures-util v0.3.31
12652024-12-21T04:25:14.828Z Compiling rand_chacha v0.3.1
12662024-12-21T04:25:15.804Z Compiling tracing-attributes v0.1.27
12672024-12-21T04:25:16.384Z Compiling tinystr v0.7.6
12682024-12-21T04:25:16.735Z Compiling icu_locid v1.5.0
12692024-12-21T04:25:16.812Z Compiling der v0.7.9
12702024-12-21T04:25:17.039Z Compiling icu_collections v1.5.0
12712024-12-21T04:25:17.177Z Compiling rand v0.8.5
12722024-12-21T04:25:18.522Z Compiling icu_provider v1.5.0
12732024-12-21T04:25:18.651Z Compiling pest v2.7.14
12742024-12-21T04:25:19.088Z Compiling spki v0.7.3
12752024-12-21T04:25:19.297Z Compiling icu_locid_transform v1.5.0
12762024-12-21T04:25:19.470Z Compiling tracing v0.1.40
12772024-12-21T04:25:19.495Z Compiling salsa20 v0.10.2
12782024-12-21T04:25:19.575Z Compiling pbkdf2 v0.12.2
12792024-12-21T04:25:19.731Z Compiling vcpkg v0.2.15
12802024-12-21T04:25:19.755Z Compiling icu_properties_data v1.5.0
12812024-12-21T04:25:19.995Z Compiling untrusted v0.7.1
12822024-12-21T04:25:20.016Z Compiling num-conv v0.1.0
12832024-12-21T04:25:20.182Z Compiling powerfmt v0.2.0
12842024-12-21T04:25:20.203Z Compiling untrusted v0.9.0
12852024-12-21T04:25:20.292Z Compiling time-core v0.1.2
12862024-12-21T04:25:20.461Z Compiling time-macros v0.2.18
12872024-12-21T04:25:20.575Z Compiling deranged v0.3.11
12882024-12-21T04:25:20.976Z Compiling icu_properties v1.5.1
12892024-12-21T04:25:21.713Z Compiling pest_meta v2.7.14
12902024-12-21T04:25:22.005Z Compiling bitflags v2.6.0
12912024-12-21T04:25:22.025Z Compiling bytes v1.8.0
12922024-12-21T04:25:22.591Z Compiling indexmap v2.6.0
12932024-12-21T04:25:23.365Z Compiling tokio v1.40.0
12942024-12-21T04:25:23.786Z Compiling http v1.1.0
12952024-12-21T04:25:24.075Z Compiling semver v1.0.23
12962024-12-21T04:25:24.271Z Compiling openssl-sys v0.9.103
12972024-12-21T04:25:24.867Z Compiling rustc_version v0.4.1
12982024-12-21T04:25:25.409Z Compiling scrypt v0.11.0
12992024-12-21T04:25:25.492Z Compiling aes v0.8.4
13002024-12-21T04:25:25.663Z Compiling cbc v0.1.2
13012024-12-21T04:25:25.845Z Compiling scroll_derive v0.12.0
13022024-12-21T04:25:26.037Z Compiling atomic-waker v1.1.2
13032024-12-21T04:25:26.238Z Compiling utf16_iter v1.0.5
13042024-12-21T04:25:26.356Z Compiling which v4.4.2
13052024-12-21T04:25:26.421Z Compiling utf8_iter v1.0.4
13062024-12-21T04:25:26.931Z Compiling icu_normalizer_data v1.5.0
13072024-12-21T04:25:26.992Z Compiling write16 v1.0.0
13082024-12-21T04:25:27.036Z Compiling num_threads v0.1.7
13092024-12-21T04:25:27.137Z Compiling icu_normalizer v1.5.0
13102024-12-21T04:25:27.162Z Compiling time v0.3.36
13112024-12-21T04:25:27.227Z Compiling pkcs5 v0.7.1
13122024-12-21T04:25:27.373Z Compiling scroll v0.12.0
13132024-12-21T04:25:27.936Z Compiling http-body v1.0.1
13142024-12-21T04:25:28.033Z Compiling pest_generator v2.7.14
13152024-12-21T04:25:28.163Z Compiling form_urlencoded v1.2.1
13162024-12-21T04:25:28.355Z Compiling slog v2.7.0
13172024-12-21T04:25:28.446Z Compiling try-lock v0.2.5
13182024-12-21T04:25:28.504Z Compiling goblin v0.8.2
13192024-12-21T04:25:28.592Z Compiling want v0.3.1
13202024-12-21T04:25:28.877Z Compiling idna_adapter v1.2.0
13212024-12-21T04:25:28.970Z Compiling pkcs8 v0.10.2
13222024-12-21T04:25:29.096Z Compiling uuid v1.11.0
13232024-12-21T04:25:29.163Z Compiling httpdate v1.0.3
13242024-12-21T04:25:29.634Z Compiling iana-time-zone v0.1.61
13252024-12-21T04:25:29.706Z Compiling idna v1.0.3
13262024-12-21T04:25:30.114Z Compiling pest_derive v2.7.14
13272024-12-21T04:25:30.123Z Compiling chrono v0.4.38
13282024-12-21T04:25:30.848Z Compiling dtrace-parser v0.2.0
13292024-12-21T04:25:31.410Z Compiling serde_tokenstream v0.2.2
13302024-12-21T04:25:31.607Z Compiling serde_spanned v0.6.8
13312024-12-21T04:25:31.847Z Compiling tokio-util v0.7.12
13322024-12-21T04:25:32.056Z Compiling toml_datetime v0.6.8
13332024-12-21T04:25:32.463Z Compiling adler2 v2.0.0
13342024-12-21T04:25:32.569Z Compiling base64 v0.22.1
13352024-12-21T04:25:32.678Z Compiling rustversion v1.0.17
13362024-12-21T04:25:33.070Z Compiling h2 v0.4.6
13372024-12-21T04:25:33.256Z Compiling tower-service v0.3.3
13382024-12-21T04:25:33.318Z Compiling match_cfg v0.1.0
13392024-12-21T04:25:33.379Z Compiling foreign-types-shared v0.1.1
13402024-12-21T04:25:33.412Z Compiling openssl v0.10.66
13412024-12-21T04:25:33.461Z Compiling hostname v0.3.1
13422024-12-21T04:25:33.491Z Compiling foreign-types v0.3.2
13432024-12-21T04:25:33.926Z Compiling miniz_oxide v0.8.0
13442024-12-21T04:25:33.946Z Compiling url v2.5.3
13452024-12-21T04:25:33.983Z Compiling async-trait v0.1.83
13462024-12-21T04:25:35.220Z Compiling dof v0.3.0
13472024-12-21T04:25:35.268Z Compiling openssl-macros v0.1.1
13482024-12-21T04:25:35.764Z Compiling serde_derive_internals v0.29.1
13492024-12-21T04:25:36.070Z Compiling usdt-impl v0.5.0
13502024-12-21T04:25:36.845Z Compiling dirs-sys-next v0.1.2
13512024-12-21T04:25:37.528Z Compiling native-tls v0.2.12
13522024-12-21T04:25:37.559Z Compiling syn v1.0.109
13532024-12-21T04:25:37.666Z Compiling data-encoding v2.6.0
13542024-12-21T04:25:37.847Z Compiling rustls v0.22.4
13552024-12-21T04:25:38.113Z Compiling schemars v0.8.21
13562024-12-21T04:25:38.172Z Compiling siphasher v0.3.11
13572024-12-21T04:25:38.449Z Compiling rustls v0.23.19
13582024-12-21T04:25:38.579Z Compiling schemars_derive v0.8.21
13592024-12-21T04:25:38.724Z Compiling dirs-next v2.0.0
13602024-12-21T04:25:38.949Z Compiling http-body-util v0.1.2
13612024-12-21T04:25:39.128Z Compiling crossbeam-epoch v0.9.18
13622024-12-21T04:25:39.487Z Compiling heapless v0.7.17
13632024-12-21T04:25:39.878Z Compiling sha1 v0.10.6
13642024-12-21T04:25:39.922Z Compiling hyper v1.5.0
13652024-12-21T04:25:39.991Z Compiling signature v2.2.0
13662024-12-21T04:25:40.283Z Compiling bzip2-sys v0.1.11+1.0.8
13672024-12-21T04:25:40.309Z Compiling thread_local v1.1.8
13682024-12-21T04:25:40.331Z Compiling multer v3.1.0
13692024-12-21T04:25:40.614Z Compiling cookie v0.18.1
13702024-12-21T04:25:40.803Z Compiling encoding_rs v0.8.34
13712024-12-21T04:25:40.884Z Compiling ipnet v2.10.1
13722024-12-21T04:25:40.952Z Compiling rayon-core v1.12.1
13732024-12-21T04:25:41.217Z Compiling gimli v0.31.1
13742024-12-21T04:25:41.943Z Compiling mime v0.3.17
13752024-12-21T04:25:42.224Z Compiling signal-hook v0.3.17
13762024-12-21T04:25:42.486Z Compiling hyper-util v0.1.10
13772024-12-21T04:25:42.596Z Compiling slog-async v2.8.0
13782024-12-21T04:25:43.144Z Compiling unicode-properties v0.1.3
13792024-12-21T04:25:43.549Z Compiling openssl-probe v0.1.5
13802024-12-21T04:25:43.648Z Compiling dyn-clone v1.0.17
13812024-12-21T04:25:43.921Z Compiling stringprep v0.1.5
13822024-12-21T04:25:44.295Z Compiling toml_edit v0.22.22
13832024-12-21T04:25:45.756Z Compiling addr2line v0.24.2
13842024-12-21T04:25:45.938Z Compiling crossbeam-deque v0.8.5
13852024-12-21T04:25:46.286Z Compiling usdt-macro v0.5.0
13862024-12-21T04:25:46.455Z Compiling usdt-attr-macro v0.5.0
13872024-12-21T04:25:46.502Z Compiling term v0.7.0
13882024-12-21T04:25:47.552Z Compiling slog-json v2.6.1
13892024-12-21T04:25:47.718Z Compiling serde_urlencoded v0.7.1
13902024-12-21T04:25:47.775Z Compiling crossbeam-channel v0.5.13
13912024-12-21T04:25:47.909Z Compiling curve25519-dalek v4.1.3
13922024-12-21T04:25:47.965Z Compiling futures-executor v0.3.31
13932024-12-21T04:25:48.076Z Compiling enum-as-inner v0.6.1
13942024-12-21T04:25:48.220Z Compiling md-5 v0.10.6
13952024-12-21T04:25:48.498Z Compiling rustls-pemfile v2.2.0
13962024-12-21T04:25:48.525Z Compiling async-stream-impl v0.3.6
13972024-12-21T04:25:48.544Z Compiling num-integer v0.1.46
13982024-12-21T04:25:48.832Z Compiling idna v0.3.0
13992024-12-21T04:25:48.880Z Compiling idna v0.4.0
14002024-12-21T04:25:49.183Z Compiling hash32 v0.2.1
14012024-12-21T04:25:49.336Z Compiling ff v0.13.0
14022024-12-21T04:25:49.560Z Compiling is-terminal v0.4.13
14032024-12-21T04:25:49.579Z Compiling dropshot v0.12.0
14042024-12-21T04:25:49.698Z Compiling object v0.36.5
14052024-12-21T04:25:49.844Z Compiling quick-error v1.2.3
14062024-12-21T04:25:49.884Z Compiling smoltcp v0.9.1
14072024-12-21T04:25:50.002Z Compiling take_mut v0.2.2
14082024-12-21T04:25:50.171Z Compiling linked-hash-map v0.5.6
14092024-12-21T04:25:50.538Z Compiling utf-8 v0.7.6
14102024-12-21T04:25:50.538Z Compiling psl-types v2.0.11
14112024-12-21T04:25:50.580Z Compiling fallible-iterator v0.2.0
14122024-12-21T04:25:50.606Z Compiling num-bigint-dig v0.8.4
14132024-12-21T04:25:50.772Z Compiling rustc-demangle v0.1.24
14142024-12-21T04:25:50.920Z Compiling anyhow v1.0.93
14152024-12-21T04:25:50.942Z Compiling portable-atomic v1.9.0
14162024-12-21T04:25:51.387Z Compiling base16ct v0.2.0
14172024-12-21T04:25:51.725Z Compiling sec1 v0.7.3
14182024-12-21T04:25:51.772Z Compiling postgres-protocol v0.6.7
14192024-12-21T04:25:51.974Z Compiling tungstenite v0.24.0
14202024-12-21T04:25:52.116Z Compiling publicsuffix v2.2.3
14212024-12-21T04:25:52.322Z Compiling lru-cache v0.1.2
14222024-12-21T04:25:52.528Z Compiling resolv-conf v0.7.0
14232024-12-21T04:25:52.855Z Compiling async-stream v0.3.6
14242024-12-21T04:25:53.170Z Compiling hickory-proto v0.24.1
14252024-12-21T04:25:53.223Z Compiling slog-term v2.9.1
14262024-12-21T04:25:53.327Z Compiling usdt v0.5.0
14272024-12-21T04:25:53.589Z Compiling group v0.13.0
14282024-12-21T04:25:53.925Z Compiling num-iter v0.1.45
14292024-12-21T04:25:54.248Z Compiling futures v0.3.31
14302024-12-21T04:25:54.306Z Compiling slog-bunyan v2.5.0
14312024-12-21T04:25:54.365Z Compiling toml v0.8.19
14322024-12-21T04:25:55.061Z Compiling tokio-native-tls v0.3.1
14332024-12-21T04:25:55.769Z Compiling camino v1.1.9
14342024-12-21T04:25:56.345Z Compiling phf_shared v0.11.2
14352024-12-21T04:25:56.511Z Compiling dropshot_endpoint v0.12.0
14362024-12-21T04:25:56.747Z Compiling terminal_size v0.4.0
14372024-12-21T04:25:56.749Z Compiling waitgroup v0.1.2
14382024-12-21T04:25:56.979Z Compiling openapiv3 v2.0.0
14392024-12-21T04:25:56.998Z Compiling serde_path_to_error v0.1.16
14402024-12-21T04:25:57.155Z Compiling backtrace v0.3.74
14412024-12-21T04:25:57.840Z Compiling hkdf v0.12.4
14422024-12-21T04:25:57.902Z Compiling crypto-bigint v0.5.5
14432024-12-21T04:25:58.111Z Compiling webpki-roots v0.26.6
14442024-12-21T04:25:58.338Z Compiling curve25519-dalek-derive v0.1.1
14452024-12-21T04:25:59.983Z Compiling zerocopy-derive v0.6.6
14462024-12-21T04:26:00.929Z Compiling idna v0.5.0
14472024-12-21T04:26:01.204Z Compiling hostname v0.4.0
14482024-12-21T04:26:01.522Z Compiling crc32fast v1.4.2
14492024-12-21T04:26:01.546Z Compiling fs-err v2.11.0
14502024-12-21T04:26:01.549Z Compiling hubpack_derive v0.1.1
14512024-12-21T04:26:01.825Z Compiling ahash v0.8.11
14522024-12-21T04:26:01.872Z Compiling newtype-uuid v1.1.3
14532024-12-21T04:26:02.152Z Compiling managed v0.8.0
14542024-12-21T04:26:02.174Z Compiling winnow v0.5.40
14552024-12-21T04:26:02.323Z Compiling bitflags v1.3.2
14562024-12-21T04:26:02.440Z Compiling debug-ignore v1.0.5
14572024-12-21T04:26:02.510Z Compiling hubpack v0.1.2
14582024-12-21T04:26:02.602Z Compiling clap_builder v4.5.21
14592024-12-21T04:26:02.602Z Compiling zerocopy v0.6.6
14602024-12-21T04:26:03.044Z Compiling console v0.15.8
14612024-12-21T04:26:03.591Z Compiling strum_macros v0.25.3
14622024-12-21T04:26:04.010Z Compiling cookie_store v0.21.0
14632024-12-21T04:26:04.235Z Compiling flate2 v1.0.35
14642024-12-21T04:26:04.688Z Compiling elliptic-curve v0.13.8
14652024-12-21T04:26:05.206Z Compiling hickory-resolver v0.24.1
14662024-12-21T04:26:05.615Z Compiling phf v0.11.2
14672024-12-21T04:26:05.938Z Compiling toml_edit v0.19.15
14682024-12-21T04:26:06.105Z Compiling signal-hook-mio v0.2.4
14692024-12-21T04:26:06.280Z Compiling hyper-tls v0.6.0
14702024-12-21T04:26:06.497Z Compiling rayon v1.10.0
14712024-12-21T04:26:06.718Z Compiling bzip2 v0.4.4
14722024-12-21T04:26:07.896Z Compiling tokio-tungstenite v0.24.0
14732024-12-21T04:26:08.454Z Compiling postgres-types v0.2.8
14742024-12-21T04:26:11.383Z Compiling ed25519 v2.2.3
14752024-12-21T04:26:11.412Z Compiling phf_shared v0.10.0
14762024-12-21T04:26:11.843Z Compiling tokio-stream v0.1.16
14772024-12-21T04:26:12.180Z Compiling pkcs1 v0.7.5
14782024-12-21T04:26:12.371Z Compiling serde-big-array v0.5.1
14792024-12-21T04:26:12.609Z Compiling clap_derive v4.5.18
14802024-12-21T04:26:12.920Z Compiling rfc6979 v0.4.0
14812024-12-21T04:26:12.956Z Compiling serde_repr v0.1.19
14822024-12-21T04:26:13.119Z Compiling derive-where v1.2.7
14832024-12-21T04:26:13.213Z Compiling float-cmp v0.9.0
14842024-12-21T04:26:13.255Z Compiling bstr v1.10.0
14852024-12-21T04:26:13.450Z Compiling sync_wrapper v1.0.1
14862024-12-21T04:26:13.613Z Compiling new_debug_unreachable v1.0.6
14872024-12-21T04:26:13.717Z Compiling unicode-width v0.2.0
14882024-12-21T04:26:14.107Z Compiling unicode-segmentation v1.12.0
14892024-12-21T04:26:14.193Z Compiling predicates-core v1.0.8
14902024-12-21T04:26:14.230Z Compiling fixedbitset v0.4.2
14912024-12-21T04:26:14.550Z Compiling number_prefix v0.4.0
14922024-12-21T04:26:14.728Z Compiling static_assertions v1.1.0
14932024-12-21T04:26:14.793Z Compiling normalize-line-endings v0.3.0
14942024-12-21T04:26:14.838Z Compiling bit-vec v0.6.3
14952024-12-21T04:26:14.929Z Compiling difflib v0.4.0
14962024-12-21T04:26:14.993Z Compiling whoami v1.5.2
14972024-12-21T04:26:15.061Z Compiling precomputed-hash v0.1.1
14982024-12-21T04:26:15.183Z Compiling string_cache v0.8.7
14992024-12-21T04:26:15.275Z Compiling bit-set v0.5.3
15002024-12-21T04:26:15.570Z Compiling predicates v3.1.2
15012024-12-21T04:26:15.676Z Compiling tokio-postgres v0.7.12
15022024-12-21T04:26:15.701Z Compiling similar v2.6.0
15032024-12-21T04:26:16.640Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15042024-12-21T04:26:16.763Z Compiling indicatif v0.17.9
15052024-12-21T04:26:17.377Z Compiling petgraph v0.6.5
15062024-12-21T04:26:17.775Z Compiling clap v4.5.21
15072024-12-21T04:26:17.915Z Compiling ecdsa v0.16.9
15082024-12-21T04:26:18.207Z Compiling rsa v0.9.6
15092024-12-21T04:26:18.788Z Compiling ed25519-dalek v2.1.1
15102024-12-21T04:26:19.119Z Compiling toml v0.7.8
15112024-12-21T04:26:20.183Z Compiling zip v0.6.6
15122024-12-21T04:26:21.073Z Compiling crossterm v0.28.1
15132024-12-21T04:26:21.855Z Compiling hex v0.4.3
15142024-12-21T04:26:21.954Z Compiling x509-cert v0.2.5
15152024-12-21T04:26:22.376Z Compiling itertools v0.10.5
15162024-12-21T04:26:22.458Z Compiling lalrpop-util v0.19.12
15172024-12-21T04:26:22.484Z Compiling peg-runtime v0.8.3
15182024-12-21T04:26:22.816Z Compiling unicode-xid v0.2.6
15192024-12-21T04:26:23.003Z Compiling strum_macros v0.26.4
15202024-12-21T04:26:23.154Z Compiling xattr v1.3.1
15212024-12-21T04:26:23.437Z Compiling filetime v0.2.25
15222024-12-21T04:26:23.768Z Compiling tar v0.4.42
15232024-12-21T04:26:27.943Z Compiling strum v0.26.3
15242024-12-21T04:26:30.581Z Compiling aws-lc-sys v0.22.0
15252024-12-21T04:27:04.618Z Compiling rustls-webpki v0.102.8
15262024-12-21T04:27:08.049Z Compiling tokio-rustls v0.25.0
15272024-12-21T04:27:09.760Z Compiling tokio-rustls v0.26.0
15282024-12-21T04:27:10.229Z Compiling hyper-rustls v0.27.3
15292024-12-21T04:27:10.599Z Compiling reqwest v0.12.9
15302024-12-21T04:27:11.513Z Compiling qorb v0.2.1
15312024-12-21T04:27:16.622Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15322024-12-21T04:27:16.856Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15332024-12-21T04:27:22.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
15342024-12-21T04:27:22.842Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15352024-12-21T04:27:22.893ZDec 21 04:27:21.613 INFO Starting download, target: Console
15362024-12-21T04:27:22.893ZDec 21 04:27:21.613 INFO Starting download, target: Clickhouse
15372024-12-21T04:27:22.896ZDec 21 04:27:21.613 INFO Starting download, target: DendriteOpenapi
15382024-12-21T04:27:22.896ZDec 21 04:27:21.614 INFO Starting download, target: Cockroach
15392024-12-21T04:27:22.896ZDec 21 04:27:21.614 INFO Starting download, target: DendriteStub
15402024-12-21T04:27:22.896ZDec 21 04:27:21.614 INFO Starting download, target: MaghemiteMgd
15412024-12-21T04:27:22.896ZDec 21 04:27:21.614 INFO Starting download, target: TransceiverControl
15422024-12-21T04:27:22.896ZDec 21 04:27:21.614 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15432024-12-21T04:27:22.896ZDec 21 04:27:21.614 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15442024-12-21T04:27:22.896ZDec 21 04:27:21.614 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15452024-12-21T04:27:22.896ZDec 21 04:27:21.614 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15462024-12-21T04:27:22.896ZDec 21 04:27:21.614 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15472024-12-21T04:27:22.896ZDec 21 04:27:21.614 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15482024-12-21T04:27:22.896ZDec 21 04:27:21.614 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15492024-12-21T04:27:23.159ZDec 21 04:27:21.871 INFO Download complete, target: DendriteOpenapi
15502024-12-21T04:27:23.385ZDec 21 04:27:22.036 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15512024-12-21T04:27:23.519ZDec 21 04:27:22.150 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15522024-12-21T04:27:23.761ZDec 21 04:27:22.466 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15532024-12-21T04:27:23.773ZDec 21 04:27:22.479 INFO Download complete, target: Console
15542024-12-21T04:27:23.882ZDec 21 04:27:22.600 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15552024-12-21T04:27:24.023ZDec 21 04:27:22.729 INFO Download complete, target: TransceiverControl
15562024-12-21T04:27:24.778ZDec 21 04:27:23.498 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15572024-12-21T04:27:24.790ZDec 21 04:27:23.510 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15582024-12-21T04:27:24.790ZDec 21 04:27:23.510 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15592024-12-21T04:27:26.572ZDec 21 04:27:25.292 INFO Download complete, target: DendriteStub
15602024-12-21T04:27:26.895ZDec 21 04:27:25.615 INFO Download complete, target: MaghemiteMgd
15612024-12-21T04:27:32.163ZDec 21 04:27:30.883 INFO Checking that binary works, target: Cockroach
15622024-12-21T04:27:32.323ZDec 21 04:27:31.042 INFO Download complete, target: Cockroach
15632024-12-21T04:27:37.320ZDec 21 04:27:36.040 INFO Checking that binary works, target: Clickhouse
15642024-12-21T04:27:38.047ZDec 21 04:27:36.766 INFO Download complete, target: Clickhouse
15652024-12-21T04:27:38.054ZAll prerequisites installed successfully
15662024-12-21T04:27:38.057Z
15672024-12-21T04:27:38.057Zreal 6:44.981430126
15682024-12-21T04:27:38.057Zuser 16:32.833890063
15692024-12-21T04:27:38.057Zsys 3:16.238634127
15702024-12-21T04:27:38.057Ztrap 0.549901841
15712024-12-21T04:27:38.057Ztflt 6.821870673
15722024-12-21T04:27:38.057Zdflt 6.409924273
15732024-12-21T04:27:38.057Zkflt 0.256688445
15742024-12-21T04:27:38.057Zlock 30:09.322928977
15752024-12-21T04:27:38.057Zslp 1:06:24.511548437
15762024-12-21T04:27:38.057Zlat 54.010820711
15772024-12-21T04:27:38.057Zstop 2:20.199899765
15782024-12-21T04:27:38.057Z+ ptime -m cargo xtask download softnpu
15792024-12-21T04:27:38.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15802024-12-21T04:27:38.610Z Running `target/debug/xtask download softnpu`
15812024-12-21T04:27:39.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
15822024-12-21T04:27:39.544Z Running `target/debug/xtask-downloader softnpu`
15832024-12-21T04:27:39.600ZDec 21 04:27:38.278 INFO Starting download, target: Softnpu
15842024-12-21T04:27:39.630ZDec 21 04:27:38.279 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15852024-12-21T04:27:40.815ZDec 21 04:27:39.532 INFO Download complete, target: Softnpu
15862024-12-21T04:27:40.822Z
15872024-12-21T04:27:40.822Zreal 2.755208944
15882024-12-21T04:27:40.822Zuser 1.304058870
15892024-12-21T04:27:40.822Zsys 0.561642999
15902024-12-21T04:27:40.823Ztrap 0.001068343
15912024-12-21T04:27:40.823Ztflt 0.000006779
15922024-12-21T04:27:40.823Zdflt 0.000000000
15932024-12-21T04:27:40.823Zkflt 0.000000000
15942024-12-21T04:27:40.823Zlock 13.252854150
15952024-12-21T04:27:40.823Zslp 1.083637797
15962024-12-21T04:27:40.823Zlat 0.077062977
15972024-12-21T04:27:40.824Zstop 0.000240220
15982024-12-21T04:27:40.824Z+ export CARGO_INCREMENTAL=0
15992024-12-21T04:27:40.824Z+ CARGO_INCREMENTAL=0
16002024-12-21T04:27:40.824Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
16012024-12-21T04:27:41.806Z Compiling proc-macro2 v1.0.89
16022024-12-21T04:27:41.806Z Compiling unicode-ident v1.0.13
16032024-12-21T04:27:41.806Z Compiling libc v0.2.162
16042024-12-21T04:27:41.812Z Compiling serde v1.0.215
16052024-12-21T04:27:41.812Z Compiling autocfg v1.4.0
16062024-12-21T04:27:41.812Z Compiling version_check v0.9.5
16072024-12-21T04:27:41.812Z Compiling cfg-if v1.0.0
16082024-12-21T04:27:42.033Z Compiling memchr v2.7.4
16092024-12-21T04:27:42.098Z Compiling shlex v1.3.0
16102024-12-21T04:27:42.145Z Compiling typenum v1.17.0
16112024-12-21T04:27:42.468Z Compiling value-bag v1.9.0
16122024-12-21T04:27:42.496Z Compiling scopeguard v1.2.0
16132024-12-21T04:27:42.642Z Compiling generic-array v0.14.7
16142024-12-21T04:27:42.824Z Compiling lock_api v0.4.12
16152024-12-21T04:27:42.912Z Compiling log v0.4.22
16162024-12-21T04:27:43.056Z Compiling parking_lot_core v0.9.10
16172024-12-21T04:27:43.455Z Compiling serde_json v1.0.133
16182024-12-21T04:27:43.473Z Compiling once_cell v1.20.2
16192024-12-21T04:27:43.727Z Compiling quote v1.0.37
16202024-12-21T04:27:43.750Z Compiling libm v0.2.8
16212024-12-21T04:27:43.768Z Compiling rustix v0.38.37
16222024-12-21T04:27:43.864Z Compiling jobserver v0.1.32
16232024-12-21T04:27:44.065Z Compiling getrandom v0.2.15
16242024-12-21T04:27:44.099Z Compiling syn v2.0.87
16252024-12-21T04:27:44.335Z Compiling cc v1.1.30
16262024-12-21T04:27:44.408Z Compiling num-traits v0.2.19
16272024-12-21T04:27:44.426Z Compiling thiserror v1.0.69
16282024-12-21T04:27:44.502Z Compiling aho-corasick v1.1.3
16292024-12-21T04:27:44.613Z Compiling regex-syntax v0.8.5
16302024-12-21T04:27:44.632Z Compiling either v1.13.0
16312024-12-21T04:27:44.682Z Compiling itoa v1.0.11
16322024-12-21T04:27:44.901Z Compiling spin v0.9.8
16332024-12-21T04:27:45.153Z Compiling slab v0.4.9
16342024-12-21T04:27:45.301Z Compiling byteorder v1.5.0
16352024-12-21T04:27:45.619Z Compiling errno v0.3.9
16362024-12-21T04:27:45.798Z Compiling rand_core v0.6.4
16372024-12-21T04:27:45.825Z Compiling lazy_static v1.5.0
16382024-12-21T04:27:45.937Z Compiling glob v0.3.1
16392024-12-21T04:27:46.542Z Compiling prettyplease v0.2.25
16402024-12-21T04:27:46.798Z Compiling clang-sys v1.8.1
16412024-12-21T04:27:47.170Z Compiling minimal-lexical v0.2.1
16422024-12-21T04:27:47.253Z Compiling libloading v0.8.5
16432024-12-21T04:27:47.467Z Compiling subtle v2.6.1
16442024-12-21T04:27:47.653Z Compiling nom v7.1.3
16452024-12-21T04:27:47.671Z Compiling allocator-api2 v0.2.18
16462024-12-21T04:27:47.779Z Compiling bindgen v0.69.5
16472024-12-21T04:27:48.150Z Compiling home v0.5.9
16482024-12-21T04:27:48.187Z Compiling regex-automata v0.4.8
16492024-12-21T04:27:48.360Z Compiling itertools v0.12.1
16502024-12-21T04:27:48.431Z Compiling rustc-hash v1.1.0
16512024-12-21T04:27:48.573Z Compiling smallvec v1.13.2
16522024-12-21T04:27:48.831Z Compiling lazycell v1.3.0
16532024-12-21T04:27:48.984Z Compiling semver v1.0.23
16542024-12-21T04:27:49.035Z Compiling cmake v0.1.51
16552024-12-21T04:27:49.632Z Compiling fs_extra v1.3.0
16562024-12-21T04:27:49.912Z Compiling dunce v1.0.5
16572024-12-21T04:27:50.708Z Compiling ryu v1.0.18
16582024-12-21T04:27:50.868Z Compiling pkg-config v0.3.31
16592024-12-21T04:27:50.992Z Compiling cexpr v0.6.0
16602024-12-21T04:27:51.235Z Compiling ring v0.17.8
16612024-12-21T04:27:51.506Z Compiling pin-project-lite v0.2.14
16622024-12-21T04:27:51.608Z Compiling paste v1.0.15
16632024-12-21T04:27:51.646Z Compiling fnv v1.0.7
16642024-12-21T04:27:51.781Z Compiling synstructure v0.13.1
16652024-12-21T04:27:52.087Z Compiling schemars v0.8.21
16662024-12-21T04:27:52.393Z Compiling const-oid v0.9.6
16672024-12-21T04:27:52.626Z Compiling serde_derive_internals v0.29.1
16682024-12-21T04:27:52.710Z Compiling aws-lc-rs v1.10.0
16692024-12-21T04:27:53.136Z Compiling httparse v1.9.5
16702024-12-21T04:27:53.789Z Compiling regex v1.11.1
16712024-12-21T04:27:53.792Z Compiling foldhash v0.1.3
16722024-12-21T04:27:54.093Z Compiling equivalent v1.0.1
16732024-12-21T04:27:54.211Z Compiling hashbrown v0.15.1
16742024-12-21T04:27:54.842Z Compiling heck v0.5.0
16752024-12-21T04:27:54.917Z Compiling signal-hook-registry v1.4.2
16762024-12-21T04:27:55.257Z Compiling parking_lot v0.12.3
16772024-12-21T04:27:55.868Z Compiling mio v1.0.2
16782024-12-21T04:27:57.277Z Compiling stable_deref_trait v1.2.0
16792024-12-21T04:27:57.299Z Compiling serde_derive v1.0.215
16802024-12-21T04:27:57.320Z Compiling zeroize_derive v1.4.2
16812024-12-21T04:27:57.396Z Compiling zerocopy-derive v0.7.35
16822024-12-21T04:27:58.057Z Compiling thiserror-impl v1.0.69
16832024-12-21T04:27:58.249Z Compiling tokio-macros v2.4.0
16842024-12-21T04:27:58.638Z Compiling zerofrom-derive v0.1.4
16852024-12-21T04:27:58.714Z Compiling zeroize v1.8.1
16862024-12-21T04:27:59.000Z Compiling yoke-derive v0.7.4
16872024-12-21T04:27:59.073Z Compiling futures-macro v0.3.31
16882024-12-21T04:27:59.412Z Compiling zerovec-derive v0.10.3
16892024-12-21T04:27:59.667Z Compiling zerocopy v0.7.35
16902024-12-21T04:28:00.759Z Compiling displaydoc v0.2.5
16912024-12-21T04:28:01.085Z Compiling crypto-common v0.1.6
16922024-12-21T04:28:01.299Z Compiling tracing-attributes v0.1.27
16932024-12-21T04:28:01.330Z Compiling icu_provider_macros v1.5.0
16942024-12-21T04:28:01.633Z Compiling schemars_derive v0.8.21
16952024-12-21T04:28:01.811Z Compiling block-buffer v0.10.4
16962024-12-21T04:28:02.037Z Compiling digest v0.10.7
16972024-12-21T04:28:02.283Z Compiling crossbeam-utils v0.8.20
16982024-12-21T04:28:02.393Z Compiling der_derive v0.7.3
16992024-12-21T04:28:02.515Z Compiling socket2 v0.5.7
17002024-12-21T04:28:02.593Z Compiling futures-core v0.3.31
17012024-12-21T04:28:02.785Z Compiling num-conv v0.1.0
17022024-12-21T04:28:02.844Z Compiling time-core v0.1.2
17032024-12-21T04:28:03.073Z Compiling time-macros v0.2.18
17042024-12-21T04:28:04.239Z Compiling vcpkg v0.2.15
17052024-12-21T04:28:05.061Z Compiling syn v1.0.109
17062024-12-21T04:28:05.868Z Compiling openssl-sys v0.9.103
17072024-12-21T04:28:05.934Z Compiling cpufeatures v0.2.14
17082024-12-21T04:28:06.034Z Compiling futures-sink v0.3.31
17092024-12-21T04:28:06.057Z Compiling slog v2.7.0
17102024-12-21T04:28:06.537Z Compiling ahash v0.8.11
17112024-12-21T04:28:06.709Z Compiling iana-time-zone v0.1.61
17122024-12-21T04:28:06.881Z Compiling zerofrom v0.1.4
17132024-12-21T04:28:07.114Z Compiling scroll_derive v0.12.0
17142024-12-21T04:28:07.174Z Compiling ucd-trie v0.1.7
17152024-12-21T04:28:07.408Z Compiling pest v2.7.14
17162024-12-21T04:28:07.639Z Compiling yoke v0.7.4
17172024-12-21T04:28:07.657Z Compiling futures-channel v0.3.31
17182024-12-21T04:28:08.149Z Compiling hmac v0.12.1
17192024-12-21T04:28:08.430Z Compiling pin-utils v0.1.0
17202024-12-21T04:28:08.530Z Compiling futures-task v0.3.31
17212024-12-21T04:28:08.614Z Compiling futures-io v0.3.31
17222024-12-21T04:28:08.820Z Compiling openssl v0.10.66
17232024-12-21T04:28:09.141Z Compiling futures-util v0.3.31
17242024-12-21T04:28:09.242Z Compiling zerovec v0.10.4
17252024-12-21T04:28:09.631Z Compiling block-padding v0.3.3
17262024-12-21T04:28:09.868Z Compiling tinyvec_macros v0.1.1
17272024-12-21T04:28:09.966Z Compiling pest_meta v2.7.14
17282024-12-21T04:28:10.461Z Compiling tinyvec v1.8.0
17292024-12-21T04:28:10.997Z Compiling bitflags v2.6.0
17302024-12-21T04:28:11.345Z Compiling bytes v1.8.0
17312024-12-21T04:28:13.628Z Compiling indexmap v2.6.0
17322024-12-21T04:28:14.122Z Compiling tokio v1.40.0
17332024-12-21T04:28:15.075Z Compiling serde_tokenstream v0.2.2
17342024-12-21T04:28:15.469Z Compiling which v4.4.2
17352024-12-21T04:28:15.636Z Compiling uuid v1.11.0
17362024-12-21T04:28:16.013Z Compiling http v1.1.0
17372024-12-21T04:28:16.644Z Compiling chrono v0.4.38
17382024-12-21T04:28:16.995Z Compiling rustc_version v0.4.1
17392024-12-21T04:28:20.013Z Compiling pest_generator v2.7.14
17402024-12-21T04:28:20.235Z Compiling serde_spanned v0.6.8
17412024-12-21T04:28:20.462Z Compiling toml_datetime v0.6.8
17422024-12-21T04:28:20.914Z Compiling inout v0.1.3
17432024-12-21T04:28:21.821Z Compiling openssl-macros v0.1.1
17442024-12-21T04:28:21.901Z Compiling dyn-clone v1.0.17
17452024-12-21T04:28:22.225Z Compiling native-tls v0.2.12
17462024-12-21T04:28:22.532Z Compiling strsim v0.11.1
17472024-12-21T04:28:22.554Z Compiling rustls v0.23.19
17482024-12-21T04:28:23.495Z Compiling pest_derive v2.7.14
17492024-12-21T04:28:24.234Z Compiling cipher v0.4.4
17502024-12-21T04:28:24.253Z Compiling unicode-normalization v0.1.24
17512024-12-21T04:28:24.562Z Compiling tinystr v0.7.6
17522024-12-21T04:28:24.727Z Compiling sha2 v0.10.8
17532024-12-21T04:28:24.989Z Compiling tracing-core v0.1.32
17542024-12-21T04:28:25.018Z Compiling usdt-impl v0.5.0
17552024-12-21T04:28:25.348Z Compiling litemap v0.7.3
17562024-12-21T04:28:25.502Z Compiling unicode-bidi v0.3.17
17572024-12-21T04:28:25.530Z Compiling writeable v0.5.5
17582024-12-21T04:28:25.758Z Compiling base64ct v1.6.0
17592024-12-21T04:28:26.040Z Compiling icu_locid v1.5.0
17602024-12-21T04:28:26.355Z Compiling pem-rfc7468 v0.7.0
17612024-12-21T04:28:26.757Z Compiling tracing v0.1.40
17622024-12-21T04:28:27.899Z Compiling scroll v0.12.0
17632024-12-21T04:28:28.178Z Compiling ppv-lite86 v0.2.20
17642024-12-21T04:28:28.202Z Compiling async-trait v0.1.83
17652024-12-21T04:28:29.037Z Compiling cookie v0.18.1
17662024-12-21T04:28:29.622Z Compiling aws-lc-sys v0.22.0
17672024-12-21T04:28:29.760Z Compiling flagset v0.4.6
17682024-12-21T04:28:30.269Z Compiling anyhow v1.0.93
17692024-12-21T04:28:30.835Z Compiling camino v1.1.9
17702024-12-21T04:28:31.332Z Compiling plain v0.2.3
17712024-12-21T04:28:31.495Z Compiling goblin v0.8.2
17722024-12-21T04:28:33.668Z Compiling der v0.7.9
17732024-12-21T04:28:33.752Z Compiling rand_chacha v0.3.1
17742024-12-21T04:28:35.332Z Compiling icu_provider v1.5.0
17752024-12-21T04:28:36.708Z Compiling rayon-core v1.12.1
17762024-12-21T04:28:36.981Z Compiling rustls v0.22.4
17772024-12-21T04:28:37.247Z Compiling rustls-pki-types v1.10.0
17782024-12-21T04:28:37.861Z Compiling icu_locid_transform_data v1.5.0
17792024-12-21T04:28:37.971Z Compiling percent-encoding v2.3.1
17802024-12-21T04:28:38.257Z Compiling untrusted v0.7.1
17812024-12-21T04:28:38.293Z Compiling pretty-hex v0.4.1
17822024-12-21T04:28:38.500Z Compiling dof v0.3.0
17832024-12-21T04:28:38.939Z Compiling icu_locid_transform v1.5.0
17842024-12-21T04:28:40.461Z Compiling spki v0.7.3
17852024-12-21T04:28:40.610Z Compiling rand v0.8.5
17862024-12-21T04:28:40.979Z Compiling salsa20 v0.10.2
17872024-12-21T04:28:41.069Z Compiling dtrace-parser v0.2.0
17882024-12-21T04:28:41.183Z Compiling tokio-util v0.7.12
17892024-12-21T04:28:41.423Z Compiling icu_collections v1.5.0
17902024-12-21T04:28:42.200Z Compiling pbkdf2 v0.12.2
17912024-12-21T04:28:42.616Z Compiling thread-id v4.2.2
17922024-12-21T04:28:42.727Z Compiling untrusted v0.9.0
17932024-12-21T04:28:42.795Z Compiling icu_properties_data v1.5.0
17942024-12-21T04:28:43.209Z Compiling winnow v0.5.40
17952024-12-21T04:28:43.230Z Compiling powerfmt v0.2.0
17962024-12-21T04:28:43.230Z Compiling mirai-annotations v1.12.0
17972024-12-21T04:28:43.296Z Compiling deranged v0.3.11
17982024-12-21T04:28:43.382Z Compiling icu_properties v1.5.1
17992024-12-21T04:28:46.717Z Compiling toml_edit v0.19.15
18002024-12-21T04:28:47.448Z Compiling scrypt v0.11.0
18012024-12-21T04:28:47.953Z Compiling aes v0.8.4
18022024-12-21T04:28:48.085Z Compiling cbc v0.1.2
18032024-12-21T04:28:48.321Z Compiling multer v3.1.0
18042024-12-21T04:28:48.605Z Compiling utf8_iter v1.0.4
18052024-12-21T04:28:48.849Z Compiling atomic-waker v1.1.2
18062024-12-21T04:28:49.047Z Compiling utf16_iter v1.0.5
18072024-12-21T04:28:49.416Z Compiling num_threads v0.1.7
18082024-12-21T04:28:49.473Z Compiling write16 v1.0.0
18092024-12-21T04:28:49.613Z Compiling slog-async v2.8.0
18102024-12-21T04:28:50.065Z Compiling rustversion v1.0.17
18112024-12-21T04:28:50.131Z Compiling icu_normalizer_data v1.5.0
18122024-12-21T04:28:50.247Z Compiling icu_normalizer v1.5.0
18132024-12-21T04:28:50.599Z Compiling time v0.3.36
18142024-12-21T04:28:51.956Z Compiling pkcs5 v0.7.1
18152024-12-21T04:28:53.471Z Compiling form_urlencoded v1.2.1
18162024-12-21T04:28:53.864Z Compiling http-body v1.0.1
18172024-12-21T04:28:54.128Z Compiling heapless v0.7.17
18182024-12-21T04:28:54.655Z Compiling bzip2-sys v0.1.11+1.0.8
18192024-12-21T04:28:55.383Z Compiling try-lock v0.2.5
18202024-12-21T04:28:55.550Z Compiling signal-hook v0.3.17
18212024-12-21T04:28:56.986Z Compiling want v0.3.1
18222024-12-21T04:28:57.483Z Compiling pkcs8 v0.10.2
18232024-12-21T04:28:57.540Z Compiling idna_adapter v1.2.0
18242024-12-21T04:28:58.160Z Compiling h2 v0.4.6
18252024-12-21T04:28:59.063Z Compiling usdt-macro v0.5.0
18262024-12-21T04:29:00.324Z Compiling usdt-attr-macro v0.5.0
18272024-12-21T04:29:01.190Z Compiling async-stream-impl v0.3.6
18282024-12-21T04:29:01.475Z Compiling httpdate v1.0.3
18292024-12-21T04:29:02.224Z Compiling adler2 v2.0.0
18302024-12-21T04:29:02.442Z Compiling miniz_oxide v0.8.0
18312024-12-21T04:29:03.214Z Compiling idna v1.0.3
18322024-12-21T04:29:04.715Z Compiling curve25519-dalek v4.1.3
18332024-12-21T04:29:05.122Z Compiling hyper v1.5.0
18342024-12-21T04:29:05.637Z Compiling openapiv3 v2.0.0
18352024-12-21T04:29:05.971Z Compiling enum-as-inner v0.6.1
18362024-12-21T04:29:08.201Z Compiling dropshot v0.12.0
18372024-12-21T04:29:08.504Z Compiling num-bigint-dig v0.8.4
18382024-12-21T04:29:08.788Z Compiling base64 v0.22.1
18392024-12-21T04:29:08.867Z Compiling smoltcp v0.9.1
18402024-12-21T04:29:09.459Z Compiling tower-service v0.3.3
18412024-12-21T04:29:09.478Z Compiling portable-atomic v1.9.0
18422024-12-21T04:29:09.743Z Compiling foreign-types-shared v0.1.1
18432024-12-21T04:29:09.855Z Compiling newtype-uuid v1.1.3
18442024-12-21T04:29:09.891Z Compiling match_cfg v0.1.0
18452024-12-21T04:29:09.991Z Compiling hostname v0.3.1
18462024-12-21T04:29:10.129Z Compiling foreign-types v0.3.2
18472024-12-21T04:29:10.194Z Compiling hyper-util v0.1.10
18482024-12-21T04:29:13.254Z Compiling url v2.5.3
18492024-12-21T04:29:17.756Z Compiling dirs-sys-next v0.1.2
18502024-12-21T04:29:17.909Z Compiling gimli v0.31.1
18512024-12-21T04:29:18.250Z Compiling heck v0.4.1
18522024-12-21T04:29:18.808Z Compiling ident_case v1.0.1
18532024-12-21T04:29:18.900Z Compiling siphasher v0.3.11
18542024-12-21T04:29:18.987Z Compiling data-encoding v2.6.0
18552024-12-21T04:29:19.011Z Compiling darling_core v0.20.10
18562024-12-21T04:29:19.372Z Compiling dirs-next v2.0.0
18572024-12-21T04:29:22.238Z Compiling http-body-util v0.1.2
18582024-12-21T04:29:23.368Z Compiling addr2line v0.24.2
18592024-12-21T04:29:25.064Z Compiling crossbeam-epoch v0.9.18
18602024-12-21T04:29:25.240Z Compiling hubpack_derive v0.1.1
18612024-12-21T04:29:25.789Z Compiling dropshot_endpoint v0.12.0
18622024-12-21T04:29:26.141Z Compiling sha1 v0.10.6
18632024-12-21T04:29:26.339Z Compiling signature v2.2.0
18642024-12-21T04:29:26.552Z Compiling zerocopy-derive v0.6.6
18652024-12-21T04:29:26.572Z Compiling curve25519-dalek-derive v0.1.1
18662024-12-21T04:29:27.940Z Compiling object v0.36.5
18672024-12-21T04:29:28.460Z Compiling thread_local v1.1.8
18682024-12-21T04:29:28.806Z Compiling fs-err v2.11.0
18692024-12-21T04:29:28.942Z Compiling encoding_rs v0.8.34
18702024-12-21T04:29:29.778Z Compiling rustc-demangle v0.1.24
18712024-12-21T04:29:32.090Z Compiling unicode-properties v0.1.3
18722024-12-21T04:29:32.487Z Compiling mime v0.3.17
18732024-12-21T04:29:32.587Z Compiling ipnet v2.10.1
18742024-12-21T04:29:33.636Z Compiling anstyle v1.0.10
18752024-12-21T04:29:37.309Z Compiling openssl-probe v0.1.5
18762024-12-21T04:29:38.040Z Compiling utf8parse v0.2.2
18772024-12-21T04:29:38.264Z Compiling winnow v0.6.20
18782024-12-21T04:29:38.682Z Compiling anstyle-parse v0.2.5
18792024-12-21T04:29:40.883Z Compiling backtrace v0.3.74
18802024-12-21T04:29:40.913Z Compiling stringprep v0.1.5
18812024-12-21T04:29:41.914Z Compiling toml_edit v0.22.22
18822024-12-21T04:29:43.680Z Compiling rustls-webpki v0.102.8
18832024-12-21T04:29:49.214Z Compiling crossbeam-deque v0.8.5
18842024-12-21T04:29:50.753Z Compiling darling_macro v0.20.10
18852024-12-21T04:29:51.779Z Compiling term v0.7.0
18862024-12-21T04:29:52.776Z Compiling slog-json v2.6.1
18872024-12-21T04:29:53.208Z Compiling serde_urlencoded v0.7.1
18882024-12-21T04:29:54.279Z Compiling crossbeam-channel v0.5.13
18892024-12-21T04:29:54.298Z Compiling rustls-pemfile v2.2.0
18902024-12-21T04:29:54.797Z Compiling hashbrown v0.14.5
18912024-12-21T04:29:55.318Z Compiling idna v0.3.0
18922024-12-21T04:29:55.360Z Compiling idna v0.4.0
18932024-12-21T04:29:56.163Z Compiling futures-executor v0.3.31
18942024-12-21T04:29:56.825Z Compiling num-integer v0.1.46
18952024-12-21T04:29:56.908Z Compiling md-5 v0.10.6
18962024-12-21T04:29:57.157Z Compiling ff v0.13.0
18972024-12-21T04:29:57.389Z Compiling hash32 v0.2.1
18982024-12-21T04:29:57.491Z Compiling is-terminal v0.4.13
18992024-12-21T04:29:57.548Z Compiling memmap v0.7.0
19002024-12-21T04:29:57.750Z Compiling utf-8 v0.7.6
19012024-12-21T04:29:58.065Z Compiling fallible-iterator v0.2.0
19022024-12-21T04:29:58.812Z Compiling psl-types v2.0.11
19032024-12-21T04:29:59.022Z Compiling quick-error v1.2.3
19042024-12-21T04:29:59.772Z Compiling is_terminal_polyfill v1.70.1
19052024-12-21T04:29:59.909Z Compiling linked-hash-map v0.5.6
19062024-12-21T04:30:00.033Z Compiling base16ct v0.2.0
19072024-12-21T04:30:00.310Z Compiling anstyle-query v1.1.1
19082024-12-21T04:30:00.471Z Compiling colorchoice v1.0.2
19092024-12-21T04:30:00.715Z Compiling take_mut v0.2.2
19102024-12-21T04:30:00.791Z Compiling anstream v0.6.15
19112024-12-21T04:30:01.509Z Compiling lru-cache v0.1.2
19122024-12-21T04:30:01.728Z Compiling sec1 v0.7.3
19132024-12-21T04:30:01.906Z Compiling resolv-conf v0.7.0
19142024-12-21T04:30:01.952Z Compiling publicsuffix v2.2.3
19152024-12-21T04:30:02.223Z Compiling postgres-protocol v0.6.7
19162024-12-21T04:30:02.295Z Compiling tungstenite v0.24.0
19172024-12-21T04:30:02.567Z Compiling usdt v0.5.0
19182024-12-21T04:30:03.439Z Compiling slog-term v2.9.1
19192024-12-21T04:30:04.230Z Compiling group v0.13.0
19202024-12-21T04:30:04.311Z Compiling num-iter v0.1.45
19212024-12-21T04:30:04.497Z Compiling futures v0.3.31
19222024-12-21T04:30:04.549Z Compiling hickory-proto v0.24.1
19232024-12-21T04:30:04.568Z Compiling regress v0.10.1
19242024-12-21T04:30:08.573Z Compiling slog-bunyan v2.5.0
19252024-12-21T04:30:08.781Z Compiling tokio-rustls v0.26.0
19262024-12-21T04:30:09.078Z Compiling darling v0.20.10
19272024-12-21T04:30:09.138Z Compiling tokio-rustls v0.25.0
19282024-12-21T04:30:09.194Z Compiling toml v0.8.19
19292024-12-21T04:30:09.224Z Compiling tokio-native-tls v0.3.1
19302024-12-21T04:30:09.297Z Compiling phf_shared v0.11.2
19312024-12-21T04:30:09.490Z Compiling strum_macros v0.25.3
19322024-12-21T04:30:09.766Z Compiling async-stream v0.3.6
19332024-12-21T04:30:09.832Z Compiling waitgroup v0.1.2
19342024-12-21T04:30:10.046Z Compiling webpki-roots v0.26.6
19352024-12-21T04:30:10.590Z Compiling idna v0.5.0
19362024-12-21T04:30:10.703Z Compiling terminal_size v0.4.0
19372024-12-21T04:30:10.904Z Compiling serde_path_to_error v0.1.16
19382024-12-21T04:30:11.760Z Compiling hkdf v0.12.4
19392024-12-21T04:30:12.084Z Compiling crypto-bigint v0.5.5
19402024-12-21T04:30:12.134Z Compiling clap_derive v4.5.18
19412024-12-21T04:30:12.229Z Compiling serde_repr v0.1.19
19422024-12-21T04:30:13.138Z Compiling derive-where v1.2.7
19432024-12-21T04:30:13.298Z Compiling hostname v0.4.0
19442024-12-21T04:30:13.519Z Compiling crc32fast v1.4.2
19452024-12-21T04:30:13.691Z Compiling managed v0.8.0
19462024-12-21T04:30:14.191Z Compiling debug-ignore v1.0.5
19472024-12-21T04:30:14.271Z Compiling clap_lex v0.7.2
19482024-12-21T04:30:14.336Z Compiling bitflags v1.3.2
19492024-12-21T04:30:15.313Z Compiling unicode-width v0.1.14
19502024-12-21T04:30:15.427Z Compiling elliptic-curve v0.13.8
19512024-12-21T04:30:15.854Z Compiling console v0.15.8
19522024-12-21T04:30:16.225Z Compiling clap_builder v4.5.21
19532024-12-21T04:30:17.995Z Compiling flate2 v1.0.35
19542024-12-21T04:30:18.830Z Compiling cookie_store v0.21.0
19552024-12-21T04:30:21.038Z Compiling hyper-rustls v0.27.3
19562024-12-21T04:30:21.669Z Compiling hickory-resolver v0.24.1
19572024-12-21T04:30:24.782Z Compiling phf v0.11.2
19582024-12-21T04:30:25.100Z Compiling hyper-tls v0.6.0
19592024-12-21T04:30:25.173Z Compiling signal-hook-mio v0.2.4
19602024-12-21T04:30:25.177Z Compiling rayon v1.10.0
19612024-12-21T04:30:25.332Z Compiling typify-impl v0.2.0
19622024-12-21T04:30:25.485Z Compiling bzip2 v0.4.4
19632024-12-21T04:30:25.596Z Compiling tokio-tungstenite v0.24.0
19642024-12-21T04:30:25.862Z Compiling postgres-types v0.2.8
19652024-12-21T04:30:26.649Z Compiling zerocopy v0.6.6
19662024-12-21T04:30:26.839Z Compiling ed25519 v2.2.3
19672024-12-21T04:30:27.228Z Compiling hubpack v0.1.2
19682024-12-21T04:30:27.246Z Compiling phf_shared v0.10.0
19692024-12-21T04:30:27.500Z Compiling pkcs1 v0.7.5
19702024-12-21T04:30:27.623Z Compiling tokio-stream v0.1.16
19712024-12-21T04:30:28.459Z Compiling ipnetwork v0.20.0
19722024-12-21T04:30:28.648Z Compiling serde-big-array v0.5.1
19732024-12-21T04:30:29.439Z Compiling rfc6979 v0.4.0
19742024-12-21T04:30:29.642Z Compiling float-cmp v0.9.0
19752024-12-21T04:30:29.875Z Compiling sync_wrapper v1.0.1
19762024-12-21T04:30:30.044Z Compiling bstr v1.10.0
19772024-12-21T04:30:31.264Z Compiling predicates-core v1.0.8
19782024-12-21T04:30:31.590Z Compiling unicode-width v0.2.0
19792024-12-21T04:30:31.660Z Compiling new_debug_unreachable v1.0.6
19802024-12-21T04:30:31.806Z Compiling unicode-segmentation v1.12.0
19812024-12-21T04:30:31.841Z Compiling normalize-line-endings v0.3.0
19822024-12-21T04:30:31.980Z Compiling precomputed-hash v0.1.1
19832024-12-21T04:30:32.113Z Compiling static_assertions v1.1.0
19842024-12-21T04:30:32.133Z Compiling fixedbitset v0.4.2
19852024-12-21T04:30:32.539Z Compiling whoami v1.5.2
19862024-12-21T04:30:32.640Z Compiling bit-vec v0.6.3
19872024-12-21T04:30:32.662Z Compiling number_prefix v0.4.0
19882024-12-21T04:30:32.882Z Compiling difflib v0.4.0
19892024-12-21T04:30:33.041Z Compiling bit-set v0.5.3
19902024-12-21T04:30:33.094Z Compiling tokio-postgres v0.7.12
19912024-12-21T04:30:33.320Z Compiling predicates v3.1.2
19922024-12-21T04:30:34.185Z Compiling indicatif v0.17.9
19932024-12-21T04:30:34.574Z Compiling similar v2.6.0
19942024-12-21T04:30:34.825Z Compiling petgraph v0.6.5
19952024-12-21T04:30:36.106Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19962024-12-21T04:30:36.566Z Compiling string_cache v0.8.7
19972024-12-21T04:30:37.267Z Compiling reqwest v0.12.9
19982024-12-21T04:30:37.382Z Compiling typify-macro v0.2.0
19992024-12-21T04:30:38.532Z Compiling ecdsa v0.16.9
20002024-12-21T04:30:39.406Z Compiling qorb v0.2.1
20012024-12-21T04:30:40.285Z Compiling rsa v0.9.6
20022024-12-21T04:30:41.863Z Compiling ed25519-dalek v2.1.1
20032024-12-21T04:30:42.402Z Compiling zip v0.6.6
20042024-12-21T04:30:42.405Z Compiling crossterm v0.28.1
20052024-12-21T04:30:42.751Z Compiling clap v4.5.21
20062024-12-21T04:30:43.636Z Compiling toml v0.7.8
20072024-12-21T04:30:44.984Z Compiling x509-cert v0.2.5
20082024-12-21T04:30:45.235Z Compiling hex v0.4.3
20092024-12-21T04:30:46.011Z Compiling itertools v0.10.5
20102024-12-21T04:30:46.267Z Compiling peg-runtime v0.8.3
20112024-12-21T04:30:46.568Z Compiling zerocopy v0.8.10
20122024-12-21T04:30:46.820Z Compiling unicode-xid v0.2.6
20132024-12-21T04:30:46.999Z Compiling lalrpop-util v0.19.12
20142024-12-21T04:30:49.447Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20152024-12-21T04:30:53.357Z Compiling proc-macro-crate v1.3.1
20162024-12-21T04:30:53.588Z Compiling macaddr v1.0.1
20172024-12-21T04:30:54.245Z Compiling zerocopy-derive v0.8.10
20182024-12-21T04:30:54.368Z Compiling itertools v0.13.0
20192024-12-21T04:30:56.280Z Compiling heapless v0.8.0
20202024-12-21T04:30:57.712Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20212024-12-21T04:31:01.747Z Compiling num_enum_derive v0.5.11
20222024-12-21T04:31:10.695Z Compiling hash32 v0.3.1
20232024-12-21T04:31:11.076Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20242024-12-21T04:31:12.448Z Compiling smoltcp v0.11.0
20252024-12-21T04:31:17.015Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20262024-12-21T04:31:17.570Z Compiling num_enum v0.5.11
20272024-12-21T04:31:17.968Z Compiling typify v0.2.0
20282024-12-21T04:31:18.120Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20292024-12-21T04:31:19.394Z Compiling proc-macro-error-attr v1.0.4
20302024-12-21T04:31:19.603Z Compiling unsafe-libyaml v0.2.11
20312024-12-21T04:31:19.703Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20322024-12-21T04:31:20.738Z Compiling cobs v0.2.3
20332024-12-21T04:31:21.427Z Compiling serde_yaml v0.9.34+deprecated
20342024-12-21T04:31:25.179Z Compiling postcard v1.0.10
20352024-12-21T04:31:37.543Z Compiling progenitor-impl v0.8.0
20362024-12-21T04:31:38.002Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20372024-12-21T04:31:48.735Z Compiling strum_macros v0.26.4
20382024-12-21T04:31:49.818Z Compiling structmeta-derive v0.3.0
20392024-12-21T04:31:50.033Z Compiling foreign-types-macros v0.2.3
20402024-12-21T04:31:50.281Z Compiling proc-macro-error v1.0.4
20412024-12-21T04:31:50.444Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20422024-12-21T04:31:50.596Z Compiling foreign-types-shared v0.3.1
20432024-12-21T04:31:52.670Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20442024-12-21T04:31:52.686Z Compiling structmeta v0.3.0
20452024-12-21T04:31:52.686Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20462024-12-21T04:31:53.179Z Compiling strum v0.26.3
20472024-12-21T04:31:58.967Z Compiling foreign-types v0.5.0
20482024-12-21T04:32:01.282Z Compiling progenitor-macro v0.8.0
20492024-12-21T04:32:06.983Z Compiling progenitor-client v0.8.0
20502024-12-21T04:32:07.213Z Compiling tabwriter v1.4.0
20512024-12-21T04:32:07.979Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20522024-12-21T04:32:09.219Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20532024-12-21T04:32:10.026Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20542024-12-21T04:32:10.888Z Compiling cstr-argument v0.1.2
20552024-12-21T04:32:11.179Z Compiling dropshot v0.13.0
20562024-12-21T04:32:11.498Z Compiling pretty-hex v0.2.1
20572024-12-21T04:32:12.173Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20582024-12-21T04:32:12.477Z Compiling thiserror v2.0.3
20592024-12-21T04:32:12.556Z Compiling fastrand v2.1.1
20602024-12-21T04:32:13.059Z Compiling crucible-workspace-hack v0.1.0
20612024-12-21T04:32:13.376Z Compiling tempfile v3.13.0
20622024-12-21T04:32:13.695Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20632024-12-21T04:32:14.088Z Compiling progenitor v0.8.0
20642024-12-21T04:32:14.184Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20652024-12-21T04:32:14.389Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20662024-12-21T04:32:14.475Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20672024-12-21T04:32:15.042Z Compiling parse-display-derive v0.10.0
20682024-12-21T04:32:15.044Z Compiling colored v2.1.0
20692024-12-21T04:32:15.330Z Compiling serde_with_macros v3.11.0
20702024-12-21T04:32:16.253Z Compiling dropshot_endpoint v0.13.0
20712024-12-21T04:32:16.344Z Compiling thiserror-impl v2.0.3
20722024-12-21T04:32:18.038Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20732024-12-21T04:32:18.709Z Compiling instant v0.1.13
20742024-12-21T04:32:18.776Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20752024-12-21T04:32:18.889Z Compiling backoff v0.4.0
20762024-12-21T04:32:18.954Z Compiling parse-display v0.10.0
20772024-12-21T04:32:19.172Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20782024-12-21T04:32:19.237Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20792024-12-21T04:32:19.273Z Compiling serde_with v3.11.0
20802024-12-21T04:32:19.654Z Compiling zone_cfg_derive v0.3.0
20812024-12-21T04:32:20.930Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20822024-12-21T04:32:20.948Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20832024-12-21T04:32:21.655Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20842024-12-21T04:32:21.697Z Compiling camino-tempfile v1.1.1
20852024-12-21T04:32:22.350Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20862024-12-21T04:32:22.505Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20872024-12-21T04:32:22.708Z Compiling regress v0.9.1
20882024-12-21T04:32:22.864Z Compiling num-derive v0.4.2
20892024-12-21T04:32:23.646Z Compiling sigpipe v0.1.3
20902024-12-21T04:32:23.793Z Compiling libefi-sys v0.1.0
20912024-12-21T04:32:24.092Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20922024-12-21T04:32:24.459Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20932024-12-21T04:32:25.112Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
20942024-12-21T04:32:26.690Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20952024-12-21T04:32:27.249Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20962024-12-21T04:32:27.730Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20972024-12-21T04:32:29.213Z Compiling zone v0.3.0
20982024-12-21T04:32:31.555Z Compiling smf v0.2.3
20992024-12-21T04:32:32.550Z Compiling bitfield-struct v0.6.2
21002024-12-21T04:32:32.654Z Compiling ring v0.16.20
21012024-12-21T04:32:33.696Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21022024-12-21T04:32:33.950Z Compiling blake3 v1.5.4
21032024-12-21T04:32:34.212Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21042024-12-21T04:32:35.139Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21052024-12-21T04:32:35.141Z Compiling xattr v1.3.1
21062024-12-21T04:32:35.412Z Compiling memmap2 v0.9.5
21072024-12-21T04:32:35.472Z Compiling filetime v0.2.25
21082024-12-21T04:32:35.841Z Compiling arrayref v0.3.9
21092024-12-21T04:32:35.959Z Compiling spin v0.5.2
21102024-12-21T04:32:35.980Z Compiling same-file v1.0.6
21112024-12-21T04:32:36.269Z Compiling constant_time_eq v0.3.1
21122024-12-21T04:32:36.290Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21132024-12-21T04:32:36.308Z Compiling arrayvec v0.7.6
21142024-12-21T04:32:36.421Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21152024-12-21T04:32:36.453Z Compiling walkdir v2.5.0
21162024-12-21T04:32:38.027Z Compiling tar v0.4.42
21172024-12-21T04:32:39.279Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21182024-12-21T04:32:39.554Z Compiling gethostname v0.5.0
21192024-12-21T04:32:40.078Z Compiling cargo-platform v0.1.8
21202024-12-21T04:32:40.095Z Compiling topological-sort v0.2.2
21212024-12-21T04:32:40.095Z Compiling cargo_metadata v0.18.1
21222024-12-21T04:32:40.257Z Compiling shell-words v1.1.0
21232024-12-21T04:32:42.593Z Compiling omicron-zone-package v0.11.1
21242024-12-21T04:32:45.909Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21252024-12-21T04:32:47.587Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21262024-12-21T04:32:50.784Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21272024-12-21T04:33:09.823Z Finished `release` profile [optimized] target(s) in 5m 28s
21282024-12-21T04:33:09.990Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21292024-12-21T04:33:10.040ZLogging to: /work/oxidecomputer/omicron/out/LOG
21302024-12-21T04:33:10.043ZCreated new build target 'test' and set it as active
21312024-12-21T04:33:10.043Z
21322024-12-21T04:33:10.043Zreal 5:29.202993535
21332024-12-21T04:33:10.043Zuser 37:06.953155025
21342024-12-21T04:33:10.043Zsys 4:58.068647318
21352024-12-21T04:33:10.043Ztrap 1.105293626
21362024-12-21T04:33:10.043Ztflt 3.084457660
21372024-12-21T04:33:10.043Zdflt 0.831984296
21382024-12-21T04:33:10.043Zkflt 0.000197275
21392024-12-21T04:33:10.043Zlock 1:18:16.938737354
21402024-12-21T04:33:10.043Zslp 2:35:35.834622876
21412024-12-21T04:33:10.043Zlat 2:35.751009763
21422024-12-21T04:33:10.043Zstop 4:40.548471265
21432024-12-21T04:33:10.043Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21442024-12-21T04:33:11.012Z Finished `release` profile [optimized] target(s) in 0.92s
21452024-12-21T04:33:11.074Z Running `target/release/omicron-package -t test package`
21462024-12-21T04:33:11.119ZLogging to: /work/oxidecomputer/omicron/out/LOG
21472024-12-21T04:33:12.268Z Compiling convert_case v0.4.0
21482024-12-21T04:33:12.268Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21492024-12-21T04:33:12.268Z Compiling newline-converter v0.3.0
21502024-12-21T04:33:12.271Z Compiling password-hash v0.5.0
21512024-12-21T04:33:12.271Z Compiling blake2 v0.10.6
21522024-12-21T04:33:12.271Z Compiling base64 v0.21.7
21532024-12-21T04:33:12.409Z Compiling atomicwrites v0.4.4
21542024-12-21T04:33:12.480Z Compiling progenitor-client v0.8.0
21552024-12-21T04:33:12.556Z Compiling expectorate v1.1.0
21562024-12-21T04:33:12.619Z Compiling cancel-safe-futures v0.1.5
21572024-12-21T04:33:12.756Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21582024-12-21T04:33:12.959Z Compiling argon2 v0.5.3
21592024-12-21T04:33:12.961Z Compiling owo-colors v4.1.0
21602024-12-21T04:33:13.023Z Compiling progenitor v0.8.0
21612024-12-21T04:33:13.110Z Compiling derive_more v0.99.18
21622024-12-21T04:33:13.297Z Compiling num-rational v0.4.2
21632024-12-21T04:33:13.314Z Compiling num-complex v0.4.6
21642024-12-21T04:33:13.719Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21652024-12-21T04:33:14.287Z Compiling libsw v3.3.1
21662024-12-21T04:33:14.326Z Compiling float-ord v0.3.2
21672024-12-21T04:33:14.507Z Compiling num v0.4.3
21682024-12-21T04:33:14.533Z Compiling linear-map v1.2.0
21692024-12-21T04:33:14.605Z Compiling swrite v0.1.0
21702024-12-21T04:33:14.624Z Compiling indent_write v2.2.0
21712024-12-21T04:33:14.626Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21722024-12-21T04:33:14.735Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21732024-12-21T04:33:14.881Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21742024-12-21T04:33:14.942Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21752024-12-21T04:33:15.237Z Compiling highway v1.2.0
21762024-12-21T04:33:15.733Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21772024-12-21T04:33:16.328Z Compiling semver v0.1.20
21782024-12-21T04:33:16.664Z Compiling tungstenite v0.21.0
21792024-12-21T04:33:16.918Z Compiling rustc_version v0.1.7
21802024-12-21T04:33:17.359Z Compiling newtype_derive v0.1.6
21812024-12-21T04:33:17.674Z Compiling ipnetwork v0.20.0
21822024-12-21T04:33:18.480Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21832024-12-21T04:33:19.195Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21842024-12-21T04:33:19.760Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21852024-12-21T04:33:21.818Z Compiling tokio-tungstenite v0.21.0
21862024-12-21T04:33:22.573Z Compiling humantime v2.1.0
21872024-12-21T04:33:22.883Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21882024-12-21T04:33:23.390Z Compiling dropshot v0.13.0
21892024-12-21T04:33:23.469Z Compiling instant v0.1.13
21902024-12-21T04:33:23.635Z Compiling backoff v0.4.0
21912024-12-21T04:33:23.710Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21922024-12-21T04:33:24.002Z Compiling steno v0.4.1
21932024-12-21T04:33:24.188Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21942024-12-21T04:33:24.365Z Compiling parse-display v0.10.0
21952024-12-21T04:33:24.961Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21962024-12-21T04:33:25.149Z Compiling strum v0.26.3
21972024-12-21T04:33:25.352Z Compiling serde_with v3.11.0
21982024-12-21T04:33:28.924Z Compiling regress v0.9.1
21992024-12-21T04:33:29.518Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22002024-12-21T04:33:32.172Z Compiling macaddr v1.0.1
22012024-12-21T04:33:32.321Z Compiling slog-dtrace v0.3.0
22022024-12-21T04:33:32.584Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22032024-12-21T04:33:32.724Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22042024-12-21T04:33:32.935Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22052024-12-21T04:33:34.314Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22062024-12-21T04:33:34.933Z Compiling prettyplease v0.2.25
22072024-12-21T04:33:35.405Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22082024-12-21T04:33:35.685Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22092024-12-21T04:33:36.783Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22102024-12-21T04:33:38.673Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22112024-12-21T04:33:39.372Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22122024-12-21T04:33:51.815Z Compiling half v2.4.1
22132024-12-21T04:33:51.839Z Compiling ciborium-io v0.2.2
22142024-12-21T04:33:51.987Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22152024-12-21T04:33:52.520Z Compiling ciborium-ll v0.2.2
22162024-12-21T04:33:53.049Z Compiling ciborium v0.2.2
22172024-12-21T04:33:53.316Z Compiling fastrand v2.1.1
22182024-12-21T04:33:53.417Z Compiling display-error-chain v0.2.2
22192024-12-21T04:33:53.648Z Compiling same-file v1.0.6
22202024-12-21T04:33:53.792Z Compiling tempfile v3.13.0
22212024-12-21T04:33:53.875Z Compiling walkdir v2.5.0
22222024-12-21T04:33:54.001Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22232024-12-21T04:33:54.524Z Compiling ring v0.16.20
22242024-12-21T04:33:54.558Z Compiling blake3 v1.5.4
22252024-12-21T04:33:55.147Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22262024-12-21T04:33:55.172Z Compiling xattr v1.3.1
22272024-12-21T04:33:55.436Z Compiling filetime v0.2.25
22282024-12-21T04:33:55.753Z Compiling memmap2 v0.9.5
22292024-12-21T04:33:56.231Z Compiling spin v0.5.2
22302024-12-21T04:33:56.482Z Compiling arrayref v0.3.9
22312024-12-21T04:33:56.532Z Compiling keccak v0.1.5
22322024-12-21T04:33:56.597Z Compiling arrayvec v0.7.6
22332024-12-21T04:33:57.039Z Compiling constant_time_eq v0.3.1
22342024-12-21T04:33:57.475Z Compiling sha3 v0.10.8
22352024-12-21T04:33:57.870Z Compiling tar v0.4.42
22362024-12-21T04:33:58.337Z Compiling toolchain_find v0.4.0
22372024-12-21T04:33:58.406Z Compiling camino-tempfile v1.1.1
22382024-12-21T04:33:58.485Z Compiling const_format_proc_macros v0.2.33
22392024-12-21T04:33:58.851Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22402024-12-21T04:33:58.878Z Compiling radium v0.7.0
22412024-12-21T04:33:58.930Z Compiling topological-sort v0.2.2
22422024-12-21T04:33:59.170Z Compiling maplit v1.0.2
22432024-12-21T04:33:59.303Z Compiling crunchy v0.2.2
22442024-12-21T04:34:00.353Z Compiling omicron-zone-package v0.11.1
22452024-12-21T04:34:00.355Z Compiling rustfmt-wrapper v0.2.1
22462024-12-21T04:34:00.355Z Compiling tap v1.0.1
22472024-12-21T04:34:00.355Z Compiling tiny-keccak v2.0.2
22482024-12-21T04:34:00.355Z Compiling maybe-uninit v2.0.0
22492024-12-21T04:34:00.356Z Compiling wyz v0.5.1
22502024-12-21T04:34:00.356Z Compiling const_format v0.2.33
22512024-12-21T04:34:00.480Z Compiling dsl_auto_type v0.1.2
22522024-12-21T04:34:00.500Z Compiling phf_generator v0.11.2
22532024-12-21T04:34:00.516Z Compiling scheduled-thread-pool v0.2.7
22542024-12-21T04:34:00.699Z Compiling secrecy v0.8.0
22552024-12-21T04:34:00.884Z Compiling diesel_table_macro_syntax v0.2.0
22562024-12-21T04:34:00.988Z Compiling async-recursion v1.1.1
22572024-12-21T04:34:01.363Z Compiling arc-swap v1.7.1
22582024-12-21T04:34:01.560Z Compiling packed_struct v0.10.1
22592024-12-21T04:34:01.795Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22602024-12-21T04:34:01.892Z Compiling funty v2.0.0
22612024-12-21T04:34:01.999Z Compiling crc-catalog v2.4.0
22622024-12-21T04:34:02.091Z Compiling diesel_derives v2.2.3
22632024-12-21T04:34:02.149Z Compiling crc v3.2.1
22642024-12-21T04:34:02.169Z Compiling slog-scope v4.4.0
22652024-12-21T04:34:02.510Z Compiling r2d2 v0.8.10
22662024-12-21T04:34:02.976Z Compiling bitvec v1.0.1
22672024-12-21T04:34:02.998Z Compiling phf_codegen v0.11.2
22682024-12-21T04:34:03.795Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22692024-12-21T04:34:04.075Z Compiling ascii-canvas v3.0.0
22702024-12-21T04:34:04.308Z Compiling universal-hash v0.5.1
22712024-12-21T04:34:04.551Z Compiling thiserror-impl-no-std v2.0.2
22722024-12-21T04:34:04.580Z Compiling packed_struct_codegen v0.10.1
22732024-12-21T04:34:04.703Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22742024-12-21T04:34:07.118Z Compiling parse-zoneinfo v0.3.1
22752024-12-21T04:34:07.273Z Compiling ena v0.14.3
22762024-12-21T04:34:07.557Z Compiling indexmap v1.9.3
22772024-12-21T04:34:07.661Z Compiling nodrop v0.1.14
22782024-12-21T04:34:07.801Z Compiling diff v0.1.13
22792024-12-21T04:34:07.882Z Compiling opaque-debug v0.3.1
22802024-12-21T04:34:08.002Z Compiling regex-syntax v0.6.29
22812024-12-21T04:34:08.361Z Compiling poly1305 v0.8.0
22822024-12-21T04:34:08.792Z Compiling chrono-tz-build v0.4.0
22832024-12-21T04:34:09.883Z Compiling array-init v0.0.4
22842024-12-21T04:34:11.154Z Compiling thiserror-no-std v2.0.2
22852024-12-21T04:34:11.295Z Compiling smallvec v0.6.14
22862024-12-21T04:34:11.865Z Compiling lalrpop v0.19.12
22872024-12-21T04:34:13.415Z Compiling slog-stdlog v4.1.1
22882024-12-21T04:34:13.611Z Compiling diesel v2.2.6
22892024-12-21T04:34:14.198Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22902024-12-21T04:34:14.935Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22912024-12-21T04:34:14.969Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22922024-12-21T04:34:15.195Z Compiling chacha20 v0.9.1
22932024-12-21T04:34:15.302Z Compiling aead v0.5.2
22942024-12-21T04:34:15.666Z Compiling vte_generate_state_changes v0.1.2
22952024-12-21T04:34:15.684Z Compiling termcolor v1.4.1
22962024-12-21T04:34:16.340Z Compiling ref-cast v1.0.23
22972024-12-21T04:34:16.768Z Compiling bitfield v0.14.0
22982024-12-21T04:34:16.819Z Compiling hashbrown v0.12.3
22992024-12-21T04:34:17.117Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23002024-12-21T04:34:19.478Z Compiling vte v0.11.1
23012024-12-21T04:34:20.948Z Compiling env_logger v0.10.2
23022024-12-21T04:34:24.156Z Compiling chacha20poly1305 v0.10.1
23032024-12-21T04:34:24.440Z Compiling slog-envlogger v2.2.0
23042024-12-21T04:34:27.171Z Compiling serde-hex v0.1.0
23052024-12-21T04:34:32.483Z Compiling vsss-rs v3.3.4
23062024-12-21T04:34:36.695Z Compiling chrono-tz v0.10.0
23072024-12-21T04:34:36.967Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23082024-12-21T04:34:37.304Z Compiling ron v0.8.1
23092024-12-21T04:34:37.323Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23102024-12-21T04:34:37.633Z Compiling derive_builder_core v0.20.2
23112024-12-21T04:34:38.026Z Compiling polar-core v0.27.3
23122024-12-21T04:34:39.299Z Compiling hashbrown v0.13.2
23132024-12-21T04:34:39.859Z Compiling headers-core v0.3.0
23142024-12-21T04:34:40.052Z Compiling fxhash v0.2.1
23152024-12-21T04:34:40.301Z Compiling libxml v0.3.3
23162024-12-21T04:34:40.655Z Compiling ref-cast-impl v1.0.23
23172024-12-21T04:34:40.693Z Compiling simd-adler32 v0.3.7
23182024-12-21T04:34:41.857Z Compiling bytecount v0.6.8
23192024-12-21T04:34:41.890Z Compiling lockfree-object-pool v0.1.6
23202024-12-21T04:34:42.181Z Compiling crc-any v2.5.0
23212024-12-21T04:34:42.212Z Compiling bumpalo v3.16.0
23222024-12-21T04:34:42.792Z Compiling zip v2.1.3
23232024-12-21T04:34:43.101Z Compiling zopfli v0.8.1
23242024-12-21T04:34:43.121Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23252024-12-21T04:34:43.162Z Compiling papergrid v0.11.0
23262024-12-21T04:34:47.606Z Compiling object v0.30.4
23272024-12-21T04:34:51.357Z Compiling headers v0.4.0
23282024-12-21T04:34:51.375Z Compiling derive_builder_macro v0.20.2
23292024-12-21T04:34:55.107Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23302024-12-21T04:34:57.441Z Compiling strip-ansi-escapes v0.2.0
23312024-12-21T04:34:58.127Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23322024-12-21T04:34:58.174Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23332024-12-21T04:34:58.486Z Compiling tabled_derive v0.7.0
23342024-12-21T04:34:59.371Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23352024-12-21T04:35:00.628Z Compiling fd-lock v4.0.2
23362024-12-21T04:35:00.810Z Compiling peg-macros v0.8.4
23372024-12-21T04:35:00.863Z Compiling strum_macros v0.24.3
23382024-12-21T04:35:01.337Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23392024-12-21T04:35:02.420Z Compiling kstat-rs v0.2.4
23402024-12-21T04:35:03.394Z Compiling samael v0.0.17
23412024-12-21T04:35:03.642Z Compiling unicase v2.7.0
23422024-12-21T04:35:03.974Z Compiling indoc v1.0.9
23432024-12-21T04:35:03.993Z Compiling path-slash v0.1.5
23442024-12-21T04:35:04.170Z Compiling nu-ansi-term v0.50.1
23452024-12-21T04:35:04.195Z Compiling peg v0.8.4
23462024-12-21T04:35:04.322Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23472024-12-21T04:35:04.325Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23482024-12-21T04:35:05.363Z Compiling reedline v0.35.0
23492024-12-21T04:35:08.817Z Compiling tabled v0.15.0
23502024-12-21T04:35:10.845Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23512024-12-21T04:35:20.145Z Compiling derive_builder v0.20.2
23522024-12-21T04:35:25.266Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23532024-12-21T04:35:25.380Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23542024-12-21T04:35:27.977Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23552024-12-21T04:35:28.287Z Compiling pem v3.0.4
23562024-12-21T04:35:28.935Z Compiling bcs v0.1.6
23572024-12-21T04:35:29.102Z Compiling oso-derive v0.27.3
23582024-12-21T04:35:29.759Z Compiling impl-trait-for-tuples v0.2.2
23592024-12-21T04:35:29.870Z Compiling libz-sys v1.1.20
23602024-12-21T04:35:30.085Z Compiling quick-xml v0.33.0
23612024-12-21T04:35:30.555Z Compiling diesel-dtrace v0.4.2
23622024-12-21T04:35:30.892Z Compiling parking_lot_core v0.8.6
23632024-12-21T04:35:36.540Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23642024-12-21T04:35:36.795Z Compiling oso v0.27.3
23652024-12-21T04:35:38.139Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23662024-12-21T04:35:43.505Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23672024-12-21T04:35:46.766Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23682024-12-21T04:35:47.083Z Compiling bb8 v0.8.5
23692024-12-21T04:35:47.722Z Compiling buf-list v1.0.3
23702024-12-21T04:35:48.378Z Compiling async-bb8-diesel v0.2.1
23712024-12-21T04:35:50.806Z Compiling nibble_vec v0.1.0
23722024-12-21T04:35:51.071Z Compiling libgit2-sys v0.17.0+1.8.1
23732024-12-21T04:35:51.889Z Compiling pin-project-internal v1.1.6
23742024-12-21T04:35:54.007Z Compiling atty v0.2.14
23752024-12-21T04:35:54.192Z Compiling endian-type v0.1.2
23762024-12-21T04:35:54.469Z Compiling salty v0.3.0
23772024-12-21T04:35:54.722Z Compiling pin-project v1.1.6
23782024-12-21T04:35:54.884Z Compiling radix_trie v0.2.1
23792024-12-21T04:35:56.157Z Compiling parking_lot v0.11.2
23802024-12-21T04:35:59.249Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23812024-12-21T04:36:05.542Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23822024-12-21T04:36:10.266Z Compiling snafu-derive v0.8.5
23832024-12-21T04:36:13.301Z Compiling sled v0.34.7
23842024-12-21T04:36:15.005Z Compiling snafu v0.8.5
23852024-12-21T04:36:16.271Z Compiling mime_guess v2.0.5
23862024-12-21T04:36:17.401Z Compiling hickory-client v0.24.1
23872024-12-21T04:36:23.103Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23882024-12-21T04:36:24.739Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23892024-12-21T04:36:25.386Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23902024-12-21T04:36:25.554Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23912024-12-21T04:36:26.041Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23922024-12-21T04:36:27.666Z Compiling globset v0.4.15
23932024-12-21T04:36:30.624Z Compiling hickory-server v0.24.1
23942024-12-21T04:36:33.998Z Compiling primeorder v0.13.6
23952024-12-21T04:36:34.604Z Compiling olpc-cjson v0.1.4
23962024-12-21T04:36:34.957Z Compiling castaway v0.2.3
23972024-12-21T04:36:35.155Z Compiling vergen v8.3.2
23982024-12-21T04:36:35.157Z Compiling env_filter v0.1.2
23992024-12-21T04:36:35.467Z Compiling cargo-platform v0.1.8
24002024-12-21T04:36:35.962Z Compiling serde_plain v1.0.2
24012024-12-21T04:36:36.500Z Compiling nanorand v0.7.0
24022024-12-21T04:36:36.705Z Compiling memoffset v0.9.1
24032024-12-21T04:36:37.279Z Compiling typed-path v0.9.3
24042024-12-21T04:36:37.333Z Compiling flume v0.11.1
24052024-12-21T04:36:41.685Z Compiling tough v0.19.0
24062024-12-21T04:36:42.533Z Compiling cargo_metadata v0.18.1
24072024-12-21T04:36:44.148Z Compiling env_logger v0.11.5
24082024-12-21T04:36:45.810Z Compiling compact_str v0.8.0
24092024-12-21T04:36:45.880Z Compiling p384 v0.13.0
24102024-12-21T04:36:46.253Z Compiling git2 v0.19.0
24112024-12-21T04:36:46.921Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24122024-12-21T04:36:48.434Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24132024-12-21T04:36:52.047Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142024-12-21T04:36:55.636Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24152024-12-21T04:36:57.440Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24162024-12-21T04:36:58.640Z Compiling unicode-truncate v1.1.0
24172024-12-21T04:36:58.947Z Compiling lru v0.12.5
24182024-12-21T04:36:59.356Z Compiling rand_seeder v0.3.0
24192024-12-21T04:36:59.780Z Compiling libsqlite3-sys v0.30.1
24202024-12-21T04:37:00.328Z Compiling lzma-sys v0.1.20
24212024-12-21T04:37:01.080Z Compiling instability v0.3.2
24222024-12-21T04:37:02.128Z Compiling http-range v0.1.5
24232024-12-21T04:37:02.721Z Compiling cfg_aliases v0.2.1
24242024-12-21T04:37:02.880Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24252024-12-21T04:37:03.206Z Compiling cassowary v0.3.0
24262024-12-21T04:37:03.672Z Compiling parse-size v1.1.0
24272024-12-21T04:37:04.009Z Compiling rustls v0.21.12
24282024-12-21T04:37:04.151Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24292024-12-21T04:37:04.355Z Compiling ratatui v0.28.1
24302024-12-21T04:37:06.889Z Compiling nix v0.29.0
24312024-12-21T04:37:07.865Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24322024-12-21T04:37:08.607Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24332024-12-21T04:37:10.836Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24342024-12-21T04:37:11.742Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24352024-12-21T04:37:12.584Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24362024-12-21T04:37:12.900Z Compiling rustls-webpki v0.101.7
24372024-12-21T04:37:14.565Z Compiling sct v0.7.1
24382024-12-21T04:37:15.083Z Compiling heck v0.3.3
24392024-12-21T04:37:15.505Z Compiling csv-core v0.1.11
24402024-12-21T04:37:16.399Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24412024-12-21T04:37:16.419Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24422024-12-21T04:37:16.743Z Compiling glob v0.3.1
24432024-12-21T04:37:16.847Z Compiling csv v1.3.0
24442024-12-21T04:37:16.892Z Compiling zone_cfg_derive v0.1.2
24452024-12-21T04:37:18.337Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24462024-12-21T04:37:19.090Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24472024-12-21T04:37:20.444Z Compiling nix v0.27.1
24482024-12-21T04:37:23.821Z Compiling hyper-staticfile v0.10.1
24492024-12-21T04:37:25.692Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24502024-12-21T04:37:26.981Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24512024-12-21T04:37:27.040Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24522024-12-21T04:37:28.199Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24532024-12-21T04:37:28.291Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24542024-12-21T04:37:33.525Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24552024-12-21T04:37:34.586Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24562024-12-21T04:37:34.951Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24572024-12-21T04:37:35.260Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24582024-12-21T04:37:35.576Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24592024-12-21T04:37:37.617Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24602024-12-21T04:37:40.509Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24612024-12-21T04:37:41.015Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24622024-12-21T04:37:41.172Z Compiling hashlink v0.9.1
24632024-12-21T04:37:41.643Z Compiling tungstenite v0.23.0
24642024-12-21T04:37:42.022Z Compiling base64 v0.13.1
24652024-12-21T04:37:42.706Z Compiling fallible-streaming-iterator v0.1.9
24662024-12-21T04:37:42.806Z Compiling fallible-iterator v0.3.0
24672024-12-21T04:37:42.889Z Compiling ron v0.7.1
24682024-12-21T04:37:42.995Z Compiling tokio-tungstenite v0.23.1
24692024-12-21T04:37:43.626Z Compiling rusqlite v0.32.1
24702024-12-21T04:37:43.645Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24712024-12-21T04:37:44.334Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24722024-12-21T04:37:47.440Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24732024-12-21T04:37:48.289Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24742024-12-21T04:37:48.938Z Compiling xz2 v0.1.7
24752024-12-21T04:37:50.101Z Compiling tokio-rustls v0.24.1
24762024-12-21T04:37:50.598Z Compiling zone v0.1.8
24772024-12-21T04:37:53.676Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24782024-12-21T04:37:54.028Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24792024-12-21T04:38:01.435Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24802024-12-21T04:38:03.110Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24812024-12-21T04:38:07.087Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24822024-12-21T04:38:08.247Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24832024-12-21T04:38:10.637Z Compiling rustls-pemfile v1.0.4
24842024-12-21T04:38:11.438Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24852024-12-21T04:38:12.189Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24862024-12-21T04:38:12.555Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24872024-12-21T04:38:12.749Z Compiling signal-hook-tokio v0.3.1
24882024-12-21T04:38:12.985Z Compiling twox-hash v1.6.3
24892024-12-21T04:38:13.991Z Compiling yasna v0.5.2
24902024-12-21T04:38:14.743Z Compiling smawk v0.3.2
24912024-12-21T04:38:15.034Z Compiling unicode-linebreak v0.1.5
24922024-12-21T04:38:15.592Z Compiling is_ci v1.2.0
24932024-12-21T04:38:15.912Z Compiling supports-color v3.0.1
24942024-12-21T04:38:16.352Z Compiling textwrap v0.16.1
24952024-12-21T04:38:16.598Z Compiling rcgen v0.12.1
24962024-12-21T04:38:17.421Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
24972024-12-21T04:38:26.780Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24982024-12-21T04:38:28.462Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24992024-12-21T04:38:30.756Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25002024-12-21T04:38:32.577Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25012024-12-21T04:38:39.447Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25022024-12-21T04:38:42.557Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25032024-12-21T04:38:44.204Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25042024-12-21T04:38:56.139Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25052024-12-21T04:38:56.810Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25062024-12-21T04:38:57.127Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
25072024-12-21T04:39:03.339Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25082024-12-21T04:39:03.750Z Compiling fatfs v0.3.6
25092024-12-21T04:39:06.626Z Compiling rtoolbox v0.0.2
25102024-12-21T04:39:06.660Z Compiling subprocess v0.2.9
25112024-12-21T04:39:07.068Z Compiling assert_matches v1.5.0
25122024-12-21T04:39:11.312Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25132024-12-21T04:39:13.792Z Compiling rpassword v7.3.1
25142024-12-21T04:39:14.275Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25152024-12-21T04:39:14.726Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25162024-12-21T04:39:19.138Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25172024-12-21T04:39:21.950Z Compiling tui-tree-widget v0.22.0
25182024-12-21T04:39:22.438Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25192024-12-21T04:39:27.820Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25202024-12-21T04:39:28.135Z Compiling uzers v0.12.1
25212024-12-21T04:39:31.301Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25222024-12-21T04:39:35.971Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25232024-12-21T04:39:38.126Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25242024-12-21T04:40:08.445Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25252024-12-21T04:40:11.110Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25262024-12-21T04:40:15.992Z Compiling multimap v0.10.0
25272024-12-21T04:42:36.336Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25282024-12-21T04:42:46.843Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25292024-12-21T04:49:07.519Z Finished `release` profile [optimized] target(s) in 15m 56s
25302024-12-21T04:50:12.148Z
25312024-12-21T04:50:12.151Zreal 17:02.039803698
25322024-12-21T04:50:12.151Zuser 1:57:51.942159958
25332024-12-21T04:50:12.151Zsys 5:59.955141415
25342024-12-21T04:50:12.151Ztrap 2.956688501
25352024-12-21T04:50:12.151Ztflt 3.156330329
25362024-12-21T04:50:12.151Zdflt 4.999867596
25372024-12-21T04:50:12.152Zkflt 0.001828066
25382024-12-21T04:50:12.152Zlock 7:16:35.803827753
25392024-12-21T04:50:12.152Zslp 6:23:03.511287104
25402024-12-21T04:50:12.152Zlat 3:00.672878300
25412024-12-21T04:50:12.152Zstop 2:32.309084393
25422024-12-21T04:50:12.152Z+ mapfile -t packages
25432024-12-21T04:50:12.152Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25442024-12-21T04:50:13.208Z Finished `release` profile [optimized] target(s) in 1.00s
25452024-12-21T04:50:13.275Z Running `target/release/omicron-package -t test list-outputs`
25462024-12-21T04:50:13.324ZLogging to: /work/oxidecomputer/omicron/out/LOG
25472024-12-21T04:50:13.329Z+ ptime -m cargo build --locked --release -p xtask
25482024-12-21T04:50:13.891Z Compiling serde v1.0.215
25492024-12-21T04:50:13.894Z Compiling rustix v0.38.37
25502024-12-21T04:50:13.894Z Compiling libc v0.2.162
25512024-12-21T04:50:13.894Z Compiling serde_json v1.0.133
25522024-12-21T04:50:13.996Z Compiling syn v2.0.87
25532024-12-21T04:50:14.014Z Compiling bitflags v2.6.0
25542024-12-21T04:50:14.319Z Compiling usdt-impl v0.5.0
25552024-12-21T04:50:14.385Z Compiling syn v1.0.109
25562024-12-21T04:50:14.495Z Compiling log v0.4.22
25572024-12-21T04:50:14.514Z Compiling hashbrown v0.15.1
25582024-12-21T04:50:14.580Z Compiling fs-err v2.11.0
25592024-12-21T04:50:14.887Z Compiling anyhow v1.0.93
25602024-12-21T04:50:14.943Z Compiling once_cell v1.20.2
25612024-12-21T04:50:15.439Z Compiling thread-id v4.2.2
25622024-12-21T04:50:15.842Z Compiling indexmap v2.6.0
25632024-12-21T04:50:16.960Z Compiling terminal_size v0.4.0
25642024-12-21T04:50:16.960Z Compiling tempfile v3.13.0
25652024-12-21T04:50:17.243Z Compiling clap_builder v4.5.21
25662024-12-21T04:50:17.837Z Compiling proc-macro-error v1.0.4
25672024-12-21T04:50:19.173Z Compiling tabled_derive v0.7.0
25682024-12-21T04:50:20.403Z Compiling tabled v0.15.0
25692024-12-21T04:50:22.187Z Compiling serde_derive v1.0.215
25702024-12-21T04:50:22.449Z Compiling thiserror-impl v1.0.69
25712024-12-21T04:50:22.828Z Compiling zerocopy-derive v0.7.35
25722024-12-21T04:50:22.886Z Compiling scroll_derive v0.12.0
25732024-12-21T04:50:24.153Z Compiling clap_derive v4.5.18
25742024-12-21T04:50:24.322Z Compiling scroll v0.12.0
25752024-12-21T04:50:24.849Z Compiling zerocopy v0.7.35
25762024-12-21T04:50:24.963Z Compiling goblin v0.8.2
25772024-12-21T04:50:25.404Z Compiling thiserror v1.0.69
25782024-12-21T04:50:25.566Z Compiling pest v2.7.14
25792024-12-21T04:50:28.781Z Compiling pest_meta v2.7.14
25802024-12-21T04:50:30.535Z Compiling pest_generator v2.7.14
25812024-12-21T04:50:32.357Z Compiling clap v4.5.21
25822024-12-21T04:50:32.834Z Compiling pest_derive v2.7.14
25832024-12-21T04:50:33.630Z Compiling dtrace-parser v0.2.0
25842024-12-21T04:50:36.750Z Compiling serde_spanned v0.6.8
25852024-12-21T04:50:37.244Z Compiling serde_tokenstream v0.2.2
25862024-12-21T04:50:37.731Z Compiling toml_datetime v0.6.8
25872024-12-21T04:50:37.852Z Compiling camino v1.1.9
25882024-12-21T04:50:38.472Z Compiling dof v0.3.0
25892024-12-21T04:50:39.777Z Compiling toml_edit v0.22.22
25902024-12-21T04:50:41.666Z Compiling usdt-attr-macro v0.5.0
25912024-12-21T04:50:42.383Z Compiling usdt-macro v0.5.0
25922024-12-21T04:50:43.087Z Compiling semver v1.0.23
25932024-12-21T04:50:43.635Z Compiling toml v0.8.19
25942024-12-21T04:50:44.494Z Compiling cargo-platform v0.1.8
25952024-12-21T04:50:44.578Z Compiling usdt v0.5.0
25962024-12-21T04:50:45.587Z Compiling cargo_metadata v0.18.1
25972024-12-21T04:50:46.068Z Compiling cargo_toml v0.20.5
25982024-12-21T04:50:48.505Z Compiling camino-tempfile v1.1.1
25992024-12-21T04:50:49.304Z Compiling macaddr v1.0.1
26002024-12-21T04:50:58.854Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26012024-12-21T04:51:09.994Z Finished `release` profile [optimized] target(s) in 56.61s
26022024-12-21T04:51:10.117Z
26032024-12-21T04:51:10.122Zreal 56.770246515
26042024-12-21T04:51:10.122Zuser 5:45.697408674
26052024-12-21T04:51:10.122Zsys 31.455027317
26062024-12-21T04:51:10.122Ztrap 0.154762356
26072024-12-21T04:51:10.122Ztflt 0.289700824
26082024-12-21T04:51:10.122Zdflt 0.584364321
26092024-12-21T04:51:10.122Zkflt 0.000000000
26102024-12-21T04:51:10.122Zlock 11:03.522762129
26112024-12-21T04:51:10.122Zslp 16:39.392284161
26122024-12-21T04:51:10.122Zlat 13.681029652
26132024-12-21T04:51:10.122Zstop 16.813160253
26142024-12-21T04:51:10.122Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26152024-12-21T04:51:10.122Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26162024-12-21T04:51:10.122Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26172024-12-21T04:51:10.123Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26182024-12-21T04:51:10.123Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26192024-12-21T04:51:11.006Z Compiling hashbrown v0.14.5
26202024-12-21T04:51:11.133Z Compiling ident_case v1.0.1
26212024-12-21T04:51:11.146Z Compiling unsafe-libyaml v0.2.11
26222024-12-21T04:51:11.149Z Compiling progenitor-client v0.8.0
26232024-12-21T04:51:11.149Z Compiling ipnetwork v0.20.0
26242024-12-21T04:51:11.149Z Compiling macaddr v1.0.1
26252024-12-21T04:51:11.149Z Compiling instant v0.1.13
26262024-12-21T04:51:11.149Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26272024-12-21T04:51:11.280Z Compiling darling_core v0.20.10
26282024-12-21T04:51:11.349Z Compiling structmeta-derive v0.3.0
26292024-12-21T04:51:11.605Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26302024-12-21T04:51:11.644Z Compiling dropshot v0.13.0
26312024-12-21T04:51:11.685Z Compiling dropshot_endpoint v0.13.0
26322024-12-21T04:51:12.040Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26332024-12-21T04:51:12.154Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26342024-12-21T04:51:12.435Z Compiling regress v0.10.1
26352024-12-21T04:51:12.468Z Compiling serde_yaml v0.9.34+deprecated
26362024-12-21T04:51:12.925Z Compiling regress v0.9.1
26372024-12-21T04:51:13.105Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26382024-12-21T04:51:13.296Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26392024-12-21T04:51:13.375Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26402024-12-21T04:51:14.094Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26412024-12-21T04:51:14.436Z Compiling structmeta v0.3.0
26422024-12-21T04:51:14.462Z Compiling backoff v0.4.0
26432024-12-21T04:51:14.539Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26442024-12-21T04:51:14.716Z Compiling tempfile v3.13.0
26452024-12-21T04:51:14.825Z Compiling proc-macro-crate v1.3.1
26462024-12-21T04:51:14.893Z Compiling parse-display-derive v0.10.0
26472024-12-21T04:51:15.657Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26482024-12-21T04:51:15.934Z Compiling num_enum_derive v0.5.11
26492024-12-21T04:51:16.054Z Compiling itertools v0.13.0
26502024-12-21T04:51:16.724Z Compiling typify-impl v0.2.0
26512024-12-21T04:51:17.601Z Compiling zerocopy v0.8.10
26522024-12-21T04:51:18.205Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26532024-12-21T04:51:18.571Z Compiling num_enum v0.5.11
26542024-12-21T04:51:18.574Z Compiling foreign-types-macros v0.2.3
26552024-12-21T04:51:18.588Z Compiling darling_macro v0.20.10
26562024-12-21T04:51:18.628Z Compiling zerocopy-derive v0.8.10
26572024-12-21T04:51:18.743Z Compiling heapless v0.8.0
26582024-12-21T04:51:19.359Z Compiling crucible-workspace-hack v0.1.0
26592024-12-21T04:51:19.458Z Compiling foreign-types-shared v0.3.1
26602024-12-21T04:51:19.545Z Compiling darling v0.20.10
26612024-12-21T04:51:19.650Z Compiling parse-display v0.10.0
26622024-12-21T04:51:19.672Z Compiling serde_with_macros v3.11.0
26632024-12-21T04:51:19.677Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26642024-12-21T04:51:19.873Z Compiling foreign-types v0.5.0
26652024-12-21T04:51:19.893Z Compiling proc-macro-error v1.0.4
26662024-12-21T04:51:20.377Z Compiling camino-tempfile v1.1.1
26672024-12-21T04:51:20.397Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26682024-12-21T04:51:20.631Z Compiling hash32 v0.3.1
26692024-12-21T04:51:20.855Z Compiling cstr-argument v0.1.2
26702024-12-21T04:51:20.899Z Compiling smoltcp v0.11.0
26712024-12-21T04:51:21.120Z Compiling pretty-hex v0.2.1
26722024-12-21T04:51:21.295Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26732024-12-21T04:51:21.316Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26742024-12-21T04:51:21.486Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26752024-12-21T04:51:21.885Z Compiling tabwriter v1.4.0
26762024-12-21T04:51:22.204Z Compiling colored v2.1.0
26772024-12-21T04:51:22.421Z Compiling cobs v0.2.3
26782024-12-21T04:51:22.581Z Compiling serde_with v3.11.0
26792024-12-21T04:51:22.731Z Compiling postcard v1.0.10
26802024-12-21T04:51:23.018Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26812024-12-21T04:51:23.336Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26822024-12-21T04:51:23.514Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26832024-12-21T04:51:23.533Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26842024-12-21T04:51:23.810Z Compiling thiserror v2.0.3
26852024-12-21T04:51:24.458Z Compiling smf v0.2.3
26862024-12-21T04:51:24.896Z Compiling thiserror-impl v2.0.3
26872024-12-21T04:51:25.299Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26882024-12-21T04:51:25.931Z Compiling zone_cfg_derive v0.3.0
26892024-12-21T04:51:26.524Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26902024-12-21T04:51:26.802Z Compiling num-derive v0.4.2
26912024-12-21T04:51:27.060Z Compiling sigpipe v0.1.3
26922024-12-21T04:51:27.081Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26932024-12-21T04:51:27.199Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26942024-12-21T04:51:27.469Z Compiling zone v0.3.0
26952024-12-21T04:51:27.543Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26962024-12-21T04:51:27.971Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26972024-12-21T04:51:28.036Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26982024-12-21T04:51:28.480Z Compiling universal-hash v0.5.1
26992024-12-21T04:51:28.687Z Compiling opaque-debug v0.3.1
27002024-12-21T04:51:28.692Z Compiling tungstenite v0.21.0
27012024-12-21T04:51:28.766Z Compiling num-rational v0.4.2
27022024-12-21T04:51:28.812Z Compiling password-hash v0.5.0
27032024-12-21T04:51:29.127Z Compiling blake2 v0.10.6
27042024-12-21T04:51:29.240Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27052024-12-21T04:51:29.900Z Compiling num-complex v0.4.6
27062024-12-21T04:51:30.041Z Compiling aead v0.5.2
27072024-12-21T04:51:30.193Z Compiling convert_case v0.4.0
27082024-12-21T04:51:30.445Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27092024-12-21T04:51:30.501Z Compiling base64 v0.21.7
27102024-12-21T04:51:30.557Z Compiling keccak v0.1.5
27112024-12-21T04:51:30.785Z Compiling tokio-tungstenite v0.21.0
27122024-12-21T04:51:30.901Z Compiling num v0.4.3
27132024-12-21T04:51:30.979Z Compiling sha3 v0.10.8
27142024-12-21T04:51:31.020Z Compiling argon2 v0.5.3
27152024-12-21T04:51:31.226Z Compiling derive_more v0.99.18
27162024-12-21T04:51:31.286Z Compiling poly1305 v0.8.0
27172024-12-21T04:51:31.366Z Compiling chacha20 v0.9.1
27182024-12-21T04:51:31.594Z Compiling float-ord v0.3.2
27192024-12-21T04:51:31.862Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27202024-12-21T04:51:32.086Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27212024-12-21T04:51:32.130Z Compiling semver v0.1.20
27222024-12-21T04:51:32.313Z Compiling same-file v1.0.6
27232024-12-21T04:51:32.552Z Compiling walkdir v2.5.0
27242024-12-21T04:51:32.648Z Compiling rustc_version v0.1.7
27252024-12-21T04:51:32.871Z Compiling newline-converter v0.3.0
27262024-12-21T04:51:33.064Z Compiling primeorder v0.13.6
27272024-12-21T04:51:33.120Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27282024-12-21T04:51:33.215Z Compiling secrecy v0.8.0
27292024-12-21T04:51:33.386Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27302024-12-21T04:51:33.513Z Compiling owo-colors v4.1.0
27312024-12-21T04:51:33.632Z Compiling cancel-safe-futures v0.1.5
27322024-12-21T04:51:33.799Z Compiling newtype_derive v0.1.6
27332024-12-21T04:51:33.854Z Compiling expectorate v1.1.0
27342024-12-21T04:51:33.898Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27352024-12-21T04:51:34.023Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27362024-12-21T04:51:34.061Z Compiling thiserror-impl-no-std v2.0.2
27372024-12-21T04:51:34.103Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27382024-12-21T04:51:34.314Z Compiling blake3 v1.5.4
27392024-12-21T04:51:34.360Z Compiling ring v0.16.20
27402024-12-21T04:51:34.438Z Compiling half v2.4.1
27412024-12-21T04:51:35.007Z Compiling unicase v2.7.0
27422024-12-21T04:51:35.038Z Compiling ciborium-io v0.2.2
27432024-12-21T04:51:35.118Z Compiling arc-swap v1.7.1
27442024-12-21T04:51:35.189Z Compiling ciborium-ll v0.2.2
27452024-12-21T04:51:35.550Z Compiling typify-macro v0.2.0
27462024-12-21T04:51:35.571Z Compiling slog-scope v4.4.0
27472024-12-21T04:51:35.632Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27482024-12-21T04:51:35.778Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27492024-12-21T04:51:36.168Z Compiling polyval v0.6.2
27502024-12-21T04:51:36.627Z Compiling atomicwrites v0.4.4
27512024-12-21T04:51:36.733Z Compiling libsw v3.3.1
27522024-12-21T04:51:37.036Z Compiling memmap2 v0.9.5
27532024-12-21T04:51:37.108Z Compiling parking_lot_core v0.8.6
27542024-12-21T04:51:37.264Z Compiling thiserror-no-std v2.0.2
27552024-12-21T04:51:37.406Z Compiling arrayvec v0.7.6
27562024-12-21T04:51:37.550Z Compiling salty v0.3.0
27572024-12-21T04:51:37.594Z Compiling arrayref v0.3.9
27582024-12-21T04:51:37.708Z Compiling linear-map v1.2.0
27592024-12-21T04:51:37.863Z Compiling indent_write v2.2.0
27602024-12-21T04:51:37.987Z Compiling constant_time_eq v0.3.1
27612024-12-21T04:51:38.080Z Compiling libefi-sys v0.1.0
27622024-12-21T04:51:38.101Z Compiling spin v0.5.2
27632024-12-21T04:51:38.155Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27642024-12-21T04:51:38.884Z Compiling vsss-rs v3.3.4
27652024-12-21T04:51:38.894Z Compiling ghash v0.5.1
27662024-12-21T04:51:38.894Z Compiling slog-stdlog v4.1.1
27672024-12-21T04:51:39.284Z Compiling ciborium v0.2.2
27682024-12-21T04:51:39.571Z Compiling p384 v0.13.0
27692024-12-21T04:51:39.753Z Compiling toolchain_find v0.4.0
27702024-12-21T04:51:39.917Z Compiling typify v0.2.0
27712024-12-21T04:51:40.081Z Compiling progenitor-impl v0.8.0
27722024-12-21T04:51:40.406Z Compiling chacha20poly1305 v0.10.1
27732024-12-21T04:51:40.479Z Compiling ctr v0.9.2
27742024-12-21T04:51:40.652Z Compiling lzma-sys v0.1.20
27752024-12-21T04:51:40.820Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27762024-12-21T04:51:40.864Z Compiling bitfield-struct v0.6.2
27772024-12-21T04:51:41.160Z Compiling slog-dtrace v0.3.0
27782024-12-21T04:51:41.227Z Compiling highway v1.2.0
27792024-12-21T04:51:41.462Z Compiling topological-sort v0.2.2
27802024-12-21T04:51:41.710Z Compiling omicron-zone-package v0.11.1
27812024-12-21T04:51:41.742Z Compiling aes-gcm v0.10.3
27822024-12-21T04:51:41.957Z Compiling rustfmt-wrapper v0.2.1
27832024-12-21T04:51:42.041Z Compiling mime_guess v2.0.5
27842024-12-21T04:51:42.097Z Compiling slog-envlogger v2.2.0
27852024-12-21T04:51:42.117Z Compiling steno v0.4.1
27862024-12-21T04:51:42.343Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27872024-12-21T04:51:43.231Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27882024-12-21T04:51:43.331Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27892024-12-21T04:51:43.381Z Compiling heck v0.3.3
27902024-12-21T04:51:43.599Z Compiling ssh-encoding v0.2.0
27912024-12-21T04:51:43.842Z Compiling blowfish v0.9.1
27922024-12-21T04:51:43.941Z Compiling nibble_vec v0.1.0
27932024-12-21T04:51:43.965Z Compiling env_filter v0.1.2
27942024-12-21T04:51:44.149Z Compiling humantime v2.1.0
27952024-12-21T04:51:44.171Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27962024-12-21T04:51:44.308Z Compiling endian-type v0.1.2
27972024-12-21T04:51:44.310Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27982024-12-21T04:51:44.506Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27992024-12-21T04:51:44.556Z Compiling radix_trie v0.2.1
28002024-12-21T04:51:44.642Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28012024-12-21T04:51:44.663Z Compiling env_logger v0.11.5
28022024-12-21T04:51:44.685Z Compiling bcrypt-pbkdf v0.10.0
28032024-12-21T04:51:44.842Z Compiling ssh-cipher v0.2.0
28042024-12-21T04:51:45.302Z Compiling zone_cfg_derive v0.1.2
28052024-12-21T04:51:45.330Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28062024-12-21T04:51:45.653Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28072024-12-21T04:51:45.794Z Compiling parking_lot v0.11.2
28082024-12-21T04:51:46.612Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28092024-12-21T04:51:46.664Z Compiling password-hash v0.4.2
28102024-12-21T04:51:46.744Z Compiling gethostname v0.5.0
28112024-12-21T04:51:46.765Z Compiling fxhash v0.2.1
28122024-12-21T04:51:46.897Z Compiling lockfree-object-pool v0.1.6
28132024-12-21T04:51:46.999Z Compiling base64 v0.13.1
28142024-12-21T04:51:47.020Z Compiling bumpalo v3.16.0
28152024-12-21T04:51:47.087Z Compiling zip v2.1.3
28162024-12-21T04:51:47.191Z Compiling simd-adler32 v0.3.7
28172024-12-21T04:51:47.429Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28182024-12-21T04:51:47.542Z Compiling matches v0.1.10
28192024-12-21T04:51:47.641Z Compiling http-range v0.1.5
28202024-12-21T04:51:47.662Z Compiling idna v0.2.3
28212024-12-21T04:51:47.665Z Compiling zopfli v0.8.1
28222024-12-21T04:51:47.769Z Compiling ron v0.7.1
28232024-12-21T04:51:47.820Z Compiling pbkdf2 v0.11.0
28242024-12-21T04:51:48.017Z Compiling sled v0.34.7
28252024-12-21T04:51:48.183Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28262024-12-21T04:51:48.296Z Compiling zone v0.1.8
28272024-12-21T04:51:48.489Z Compiling progenitor-macro v0.8.0
28282024-12-21T04:51:48.941Z Compiling xz2 v0.1.7
28292024-12-21T04:51:49.363Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28302024-12-21T04:51:49.572Z Compiling ssh-key v0.6.6
28312024-12-21T04:51:49.845Z Compiling hickory-client v0.24.1
28322024-12-21T04:51:50.383Z Compiling p256 v0.13.2
28332024-12-21T04:51:50.474Z Compiling p521 v0.13.3
28342024-12-21T04:51:50.524Z Compiling hickory-server v0.24.1
28352024-12-21T04:51:51.230Z Compiling enum-as-inner v0.5.1
28362024-12-21T04:51:51.392Z Compiling pem v3.0.4
28372024-12-21T04:51:52.267Z Compiling yasna v0.5.2
28382024-12-21T04:51:52.312Z Compiling headers-core v0.3.0
28392024-12-21T04:51:52.492Z Compiling kstat-rs v0.2.4
28402024-12-21T04:51:52.946Z Compiling nanorand v0.7.0
28412024-12-21T04:51:53.178Z Compiling atty v0.2.14
28422024-12-21T04:51:53.336Z Compiling russh-cryptovec v0.7.3
28432024-12-21T04:51:53.565Z Compiling md5 v0.7.0
28442024-12-21T04:51:53.675Z Compiling flume v0.11.1
28452024-12-21T04:51:54.004Z Compiling russh-keys v0.45.0
28462024-12-21T04:51:54.122Z Compiling rcgen v0.12.1
28472024-12-21T04:51:54.377Z Compiling headers v0.4.0
28482024-12-21T04:51:54.430Z Compiling trust-dns-proto v0.22.0
28492024-12-21T04:51:54.532Z Compiling hyper-staticfile v0.10.1
28502024-12-21T04:51:56.378Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28512024-12-21T04:51:56.703Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28522024-12-21T04:51:57.017Z Compiling num-bigint v0.4.6
28532024-12-21T04:51:57.233Z Compiling des v0.8.1
28542024-12-21T04:51:57.616Z Compiling subprocess v0.2.9
28552024-12-21T04:51:57.834Z Compiling dhcproto-macros v0.1.0
28562024-12-21T04:51:57.856Z Compiling display-error-chain v0.2.2
28572024-12-21T04:51:58.079Z Compiling hex-literal v0.4.1
28582024-12-21T04:51:58.250Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28592024-12-21T04:51:58.328Z Compiling internet-checksum v0.2.1
28602024-12-21T04:51:59.119Z Compiling dhcproto v0.12.0
28612024-12-21T04:52:00.180Z Compiling russh v0.45.0
28622024-12-21T04:52:02.255Z Compiling progenitor v0.8.0
28632024-12-21T04:52:02.405Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28642024-12-21T04:52:02.407Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28652024-12-21T04:52:02.407Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28662024-12-21T04:52:02.407Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28672024-12-21T04:52:02.407Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28682024-12-21T04:52:02.407Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28692024-12-21T04:52:02.502Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28702024-12-21T04:52:03.929Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28712024-12-21T04:52:04.797Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28722024-12-21T04:52:06.587Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28732024-12-21T04:52:08.231Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742024-12-21T04:52:08.370Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28752024-12-21T04:52:18.327Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762024-12-21T04:52:18.327Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28772024-12-21T04:52:18.330Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28782024-12-21T04:52:18.330Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28792024-12-21T04:52:19.254Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28802024-12-21T04:52:21.761Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28812024-12-21T04:52:22.682Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28822024-12-21T04:52:22.970Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28832024-12-21T04:52:25.386Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28842024-12-21T04:52:26.592Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28852024-12-21T04:52:27.370Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28862024-12-21T04:52:27.729Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28872024-12-21T04:52:29.708Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28882024-12-21T04:52:30.075Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28892024-12-21T04:52:30.881Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28902024-12-21T04:52:31.223Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28912024-12-21T04:52:32.722Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28922024-12-21T04:52:32.914Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28932024-12-21T04:52:32.989Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28942024-12-21T04:52:35.044Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28952024-12-21T04:52:35.129Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28962024-12-21T04:52:35.652Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28972024-12-21T04:52:38.034Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28982024-12-21T04:52:38.994Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28992024-12-21T04:52:39.314Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29002024-12-21T04:52:42.324Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29012024-12-21T04:52:42.967Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29022024-12-21T04:52:44.490Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29032024-12-21T04:52:49.663Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29042024-12-21T04:52:58.027Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29052024-12-21T04:52:59.294Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29062024-12-21T04:53:19.173Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29072024-12-21T04:53:55.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 45s
29082024-12-21T04:53:55.970Z
29092024-12-21T04:53:55.970Zreal 2:45.803988569
29102024-12-21T04:53:55.970Zuser 12:39.807700531
29112024-12-21T04:53:55.971Zsys 2:48.045466325
29122024-12-21T04:53:55.971Ztrap 0.331815410
29132024-12-21T04:53:55.971Ztflt 0.816741177
29142024-12-21T04:53:55.971Zdflt 2.051712606
29152024-12-21T04:53:55.974Zkflt 0.000069595
29162024-12-21T04:53:55.974Zlock 26:19.984185710
29172024-12-21T04:53:55.974Zslp 45:41.653440094
29182024-12-21T04:53:55.974Zlat 36.949643099
29192024-12-21T04:53:55.974Zstop 1:35.274283746
29202024-12-21T04:53:55.974Z+ mkdir tests
29212024-12-21T04:53:55.981Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29222024-12-21T04:53:55.981Z+ xargs -I '{}' -t cp '{}' tests/
29232024-12-21T04:53:56.428Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-852a1af043e2d6d8 tests/
29242024-12-21T04:53:56.455Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f9307cb34c263eeb tests/
29252024-12-21T04:53:56.483Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1bd59ed9912c29c4 tests/
29262024-12-21T04:53:56.510Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-36acc4f785ba253e tests/
29272024-12-21T04:53:56.743Z+ 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/*)
29282024-12-21T04:53:56.745Z+ 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-1bd59ed9912c29c4 tests/commtest-f9307cb34c263eeb tests/dhcp_server-852a1af043e2d6d8 tests/end_to_end_tests-36acc4f785ba253e 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
29292024-12-21T04:55:08.313ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29302024-12-21T04:55:08.313Za .github/buildomat/ci-env.sh 1K
29312024-12-21T04:55:08.313Za out/target/test 1K
29322024-12-21T04:55:08.313Za out/npuzone/npuzone 23144K
29332024-12-21T04:55:08.313Za package-manifest.toml 33K
29342024-12-21T04:55:08.313Za smf/sled-agent/non-gimlet/config.toml 4K
29352024-12-21T04:55:08.313Za target/release/omicron-package 36391K
29362024-12-21T04:55:08.313Za target/release/xtask 11721K
29372024-12-21T04:55:08.313Za target/debug/bootstrap 208836K
29382024-12-21T04:55:08.313Za tests/bootstrap-1bd59ed9912c29c4 24243K
29392024-12-21T04:55:08.313Za tests/commtest-f9307cb34c263eeb 25019K
29402024-12-21T04:55:08.313Za tests/dhcp_server-852a1af043e2d6d8 24243K
29412024-12-21T04:55:08.313Za tests/end_to_end_tests-36acc4f785ba253e 227030K
29422024-12-21T04:55:08.313Za out/clickhouse.tar.gz 293501K
29432024-12-21T04:55:08.313Za out/clickhouse_keeper.tar.gz 280614K
29442024-12-21T04:55:08.313Za out/clickhouse_server.tar.gz 293496K
29452024-12-21T04:55:08.313Za out/cockroachdb.tar.gz 134641K
29462024-12-21T04:55:08.313Za out/crucible-dtrace.tar 85K
29472024-12-21T04:55:08.314Za out/crucible-pantry-zone.tar.gz 28214K
29482024-12-21T04:55:08.314Za out/crucible-zone.tar.gz 36434K
29492024-12-21T04:55:08.314Za out/external-dns.tar.gz 35342K
29502024-12-21T04:55:08.314Za out/internal-dns.tar.gz 35341K
29512024-12-21T04:55:08.314Za out/mg-ddm-gz.tar 63075K
29522024-12-21T04:55:08.314Za out/nexus.tar.gz 98353K
29532024-12-21T04:55:08.314Za out/ntp.tar.gz 10389K
29542024-12-21T04:55:08.314Za out/omicron-gateway-softnpu.tar.gz 23968K
29552024-12-21T04:55:08.314Za out/omicron-sled-agent.tar 113445K
29562024-12-21T04:55:08.314Za out/overlay.tar.gz 3K
29572024-12-21T04:55:08.314Za out/oximeter.tar.gz 47811K
29582024-12-21T04:55:08.314Za out/oxlog.tar 3088K
29592024-12-21T04:55:08.314Za out/probe.tar.gz 2764K
29602024-12-21T04:55:08.314Za out/propolis-server.tar.gz 66291K
29612024-12-21T04:55:08.314Za out/pumpkind-gz.tar 26665K
29622024-12-21T04:55:08.314Za out/switch-softnpu.tar.gz 235396K
29632024-12-21T04:55:08.317Z
29642024-12-21T04:55:08.317Zreal 1:11.564130663
29652024-12-21T04:55:08.317Zuser 1:08.318240705
29662024-12-21T04:55:08.317Zsys 4.576381521
29672024-12-21T04:55:08.317Ztrap 0.018700136
29682024-12-21T04:55:08.317Ztflt 0.000000000
29692024-12-21T04:55:08.317Zdflt 0.000000000
29702024-12-21T04:55:08.317Zkflt 0.000000000
29712024-12-21T04:55:08.319Zlock 0.000000000
29722024-12-21T04:55:08.319Zslp 1:08.133236386
29732024-12-21T04:55:08.319Zlat 2.075906609
29742024-12-21T04:55:08.319Zstop 0.000620336
29752024-12-21T04:55:08.319Zprocess exited: duration 2055295 ms, exit code 0
 
29762024-12-21T04:55:08.334Zfound 1 output files
29772024-12-21T04:55:08.334Zuploading: /work/package.tar.gz (1880334635 bytes)
29782024-12-21T04:55:59.566Zuploaded: /work/package.tar.gz