01JDNAHGR839DWG1FDZ58C9E6R: 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: 01JDNAHYKHS71DX6KQS2B8QQZX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-26T22:48:56.543Zjob assigned to worker 01JDNAJ2VHHN6DQZ848RNRD2C1 [factory aws, i-0df030b9c97cced7e] (queued for 57 s)
 
22024-11-26T22:49:05.135Zstarting task 0: "setup"
32024-11-26T22:49:05.144Z++ uname -s
42024-11-26T22:49:05.147Z+ kern=SunOS
52024-11-26T22:49:05.147Z+ case "$kern" in
62024-11-26T22:49:05.147Z+ groupadd -g 12345 build
72024-11-26T22:49:05.149Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-26T22:49:07.155Z+ zfs create -o mountpoint=/work rpool/work
92024-11-26T22:49:07.256Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-26T22:49:07.259Z+ home_fs=zfs
112024-11-26T22:49:07.259Z+ [[ zfs == autofs ]]
122024-11-26T22:49:07.259Z+ mkdir -p /home/build
132024-11-26T22:49:07.261Z+ chown build:build /home/build /work
142024-11-26T22:49:09.263Z+ chmod 0700 /home/build /work
152024-11-26T22:49:09.266Zprocess exited: duration 4129 ms, exit code 0
 
162024-11-26T22:49:09.272Zstarting task 1: "rust-toolchain"
172024-11-26T22:49:09.277Z+ printf ' * toolchain channel = "%s"
182024-11-26T22:49:09.277Z' 1.81.0
192024-11-26T22:49:09.277Z * toolchain channel = "1.81.0"
202024-11-26T22:49:09.277Z+ printf ' * toolchain profile = "%s"
212024-11-26T22:49:09.277Z' default
222024-11-26T22:49:09.277Z * toolchain profile = "default"
232024-11-26T22:49:09.279Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-26T22:49:09.279Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-26T22:49:09.382Zinfo: downloading installer
262024-11-26T22:49:11.071Zinfo: profile set to 'default'
272024-11-26T22:49:11.071Zinfo: default host triple is x86_64-unknown-illumos
282024-11-26T22:49:11.073Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-26T22:49:11.241Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-26T22:49:11.241Zinfo: downloading component 'cargo'
312024-11-26T22:49:12.231Zinfo: downloading component 'clippy'
322024-11-26T22:49:12.595Zinfo: downloading component 'rust-docs'
332024-11-26T22:49:13.957Zinfo: downloading component 'rust-std'
342024-11-26T22:49:16.083Zinfo: downloading component 'rustc'
352024-11-26T22:49:23.713Zinfo: downloading component 'rustfmt'
362024-11-26T22:49:24.006Zinfo: installing component 'cargo'
372024-11-26T22:49:24.790Zinfo: installing component 'clippy'
382024-11-26T22:49:25.147Zinfo: installing component 'rust-docs'
392024-11-26T22:49:26.773Zinfo: installing component 'rust-std'
402024-11-26T22:49:28.464Zinfo: installing component 'rustc'
412024-11-26T22:49:34.141Zinfo: installing component 'rustfmt'
422024-11-26T22:49:34.457Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-26T22:49:34.457Z
442024-11-26T22:49:34.822Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-26T22:49:34.822Z
462024-11-26T22:49:34.825Z
472024-11-26T22:49:34.825ZRust is installed now. Great!
482024-11-26T22:49:34.825Z
492024-11-26T22:49:34.825ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-26T22:49:34.825Zenvironment variable. This has not been done automatically.
512024-11-26T22:49:34.825Z
522024-11-26T22:49:34.825ZTo configure your current shell, you need to source
532024-11-26T22:49:34.825Zthe corresponding env file under $HOME/.cargo.
542024-11-26T22:49:34.825Z
552024-11-26T22:49:34.826ZThis is usually done by running one of the following (note the leading DOT):
562024-11-26T22:49:34.826Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-26T22:49:34.826Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-26T22:49:34.897Z+ rustc --version
592024-11-26T22:49:34.962Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-26T22:49:34.965Zprocess exited: duration 25688 ms, exit code 0
 
612024-11-26T22:49:34.970Zstarting task 2: "authentication"
622024-11-26T22:49:34.990Zprocess exited: duration 19 ms, exit code 0
 
632024-11-26T22:49:34.996Zstarting task 3: "clone repository"
642024-11-26T22:49:35.001Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-26T22:49:35.003Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-26T22:49:35.293ZCloning into '/work/oxidecomputer/omicron'...
672024-11-26T22:49:41.079Z+ cd /work/oxidecomputer/omicron
682024-11-26T22:49:41.079Z+ git fetch origin 922157bb7dda2b1e9b2e8bf52124b49007a39ba4
692024-11-26T22:49:41.415ZFrom https://github.com/oxidecomputer/omicron
702024-11-26T22:49:41.415Z * branch 922157bb7dda2b1e9b2e8bf52124b49007a39ba4 -> FETCH_HEAD
712024-11-26T22:49:41.425Z+ [[ -n fix-clickhouse-admin-single ]]
722024-11-26T22:49:41.427Z++ git branch --show-current
732024-11-26T22:49:41.429Z+ current=main
742024-11-26T22:49:41.430Z+ [[ main != fix-clickhouse-admin-single ]]
752024-11-26T22:49:41.430Z+ git branch -f fix-clickhouse-admin-single 922157bb7dda2b1e9b2e8bf52124b49007a39ba4
762024-11-26T22:49:41.432Z+ git checkout -f fix-clickhouse-admin-single
772024-11-26T22:49:41.605ZSwitched to branch 'fix-clickhouse-admin-single'
782024-11-26T22:49:41.608Z+ git reset --hard 922157bb7dda2b1e9b2e8bf52124b49007a39ba4
792024-11-26T22:49:41.619ZHEAD is now at 922157bb7 Make `ClickhouseCli.log` a mandatory field
802024-11-26T22:49:41.621Zprocess exited: duration 6622 ms, exit code 0
 
812024-11-26T22:49:41.627Zstarting task 4: "build"
822024-11-26T22:49:41.632Z+ source .github/buildomat/ci-env.sh
832024-11-26T22:49:41.632Z++ export CARGO_TERM_COLOR=always
842024-11-26T22:49:41.632Z++ CARGO_TERM_COLOR=always
852024-11-26T22:49:41.632Z+ cargo --version
862024-11-26T22:49:41.691Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-26T22:49:41.693Z+ rustc --version
882024-11-26T22:49:41.753Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-26T22:49:41.756Z+ WORK=/work
902024-11-26T22:49:41.756Z+ pfexec mkdir -p /work
912024-11-26T22:49:41.759Z+ pfexec chown build /work
922024-11-26T22:49:41.762Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-26T22:49:52.338Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-26T22:49:56.246Z Startup: Caching catalogs ... Done
952024-11-26T22:50:05.311ZPlanning: Solver setup ... Done (8.387s)
962024-11-26T22:50:05.428ZPlanning: Running solver ... Done (0.117s)
972024-11-26T22:50:05.605ZPlanning: Finding local manifests ... Done (0.083s)
982024-11-26T22:50:05.617ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-26T22:50:05.828ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-26T22:50:06.027ZPlanning: Package planning ... Done (0.199s)
1012024-11-26T22:50:06.084ZPlanning: Merging actions ... Done (0.056s)
1022024-11-26T22:50:06.587ZPlanning: Checking for conflicting actions ... Done (0.503s)
1032024-11-26T22:50:10.907ZPlanning: Consolidating action changes ... Done (4.319s)
1042024-11-26T22:50:11.259ZPlanning: Evaluating mediators ... Done (0.352s)
1052024-11-26T22:50:11.372ZPlanning: Planning completed in 15.12 seconds
1062024-11-26T22:50:11.385Z Packages to install: 4
1072024-11-26T22:50:11.386Z Packages to update: 1
1082024-11-26T22:50:11.389Z Mediators to change: 2
1092024-11-26T22:50:11.389Z Services to change: 1
1102024-11-26T22:50:11.389Z Estimated space available: 155.64 GB
1112024-11-26T22:50:11.389ZEstimated space to be consumed: 1.60 GB
1122024-11-26T22:50:11.389Z Create boot environment: No
1132024-11-26T22:50:11.389ZCreate backup boot environment: Yes
1142024-11-26T22:50:11.389Z Rebuild boot archive: No
1152024-11-26T22:50:11.389Z
1162024-11-26T22:50:11.389ZChanged mediators:
1172024-11-26T22:50:11.389Z mediator clang:
1182024-11-26T22:50:11.389Z version: None -> 15 (system default)
1192024-11-26T22:50:11.389Z
1202024-11-26T22:50:11.389Z mediator llvm:
1212024-11-26T22:50:11.389Z version: 14 (system default) -> 15 (system default)
1222024-11-26T22:50:11.389Z
1232024-11-26T22:50:11.389ZChanged packages:
1242024-11-26T22:50:11.389Zhelios-dev
1252024-11-26T22:50:11.389Z developer/build-essential
1262024-11-26T22:50:11.389Z None -> 11-2.0
1272024-11-26T22:50:11.389Z library/libxmlsec1
1282024-11-26T22:50:11.389Z None -> 1.2.35-2.0
1292024-11-26T22:50:11.389Z ooce/developer/clang-15
1302024-11-26T22:50:11.389Z None -> 15.0.7-2.0
1312024-11-26T22:50:11.389Z ooce/developer/llvm-15
1322024-11-26T22:50:11.389Z None -> 15.0.7-2.0
1332024-11-26T22:50:11.389Z package/pkg
1342024-11-26T22:50:11.389Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-26T22:50:11.389Z
1362024-11-26T22:50:11.389ZServices:
1372024-11-26T22:50:11.389Z restart_fmri:
1382024-11-26T22:50:11.389Z svc:/system/update-man-index:default
1392024-11-26T22:50:11.389Z
1402024-11-26T22:50:11.389ZEditable files to change:
1412024-11-26T22:50:11.389Z Update:
1422024-11-26T22:50:11.389Z usr/share/lib/pkg/web/config.shtml
1432024-11-26T22:50:11.594Z
1442024-11-26T22:50:11.594ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-26T22:50:16.597ZDownload: 693/4281 items 18.1/220.6MB 8% complete (3.7M/s)
1462024-11-26T22:50:21.617ZDownload: 1199/4281 items 83.5/220.6MB 37% complete (8.4M/s)
1472024-11-26T22:50:26.619ZDownload: 1713/4281 items 118.0/220.6MB 53% complete (10.0M/s)
1482024-11-26T22:50:32.038ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (6.4M/s)
1492024-11-26T22:50:37.041ZDownload: 3182/4281 items 159.2/220.6MB 72% complete (4.0M/s)
1502024-11-26T22:50:42.043ZDownload: 4192/4281 items 220.3/220.6MB 99% complete (10.2M/s)
1512024-11-26T22:50:42.501ZDownload: Completed 220.60 MB in 30.90 seconds (7.1M/s)
1522024-11-26T22:50:43.426Z Actions: 1/5063 actions (Removing old actions)
1532024-11-26T22:50:43.445Z Actions: 194/5063 actions (Installing new actions)
1542024-11-26T22:50:48.569Z Actions: 4112/5063 actions (Installing new actions)
1552024-11-26T22:50:49.462Z Actions: 4226/5063 actions (Updating modified actions)
1562024-11-26T22:50:49.889Z Actions: Completed 5063 actions in 6.46 seconds.
1572024-11-26T22:50:50.298Z Done (0.400s)
1582024-11-26T22:50:50.301Z Done (0.000s)
1592024-11-26T22:50:50.834Z Done (0.533s)
1602024-11-26T22:50:58.113Z Done (7.043s)
1612024-11-26T22:50:58.539Z Done (0.354s)
1622024-11-26T22:50:58.545Z Done (0.000s)
1632024-11-26T22:50:58.710Z Done (0.000s)
1642024-11-26T22:50:59.436ZPlanning: Evaluating mediator changes ... Done
1652024-11-26T22:50:59.602ZPlanning: Checking for conflicting actions ... Done
1662024-11-26T22:50:59.605ZPlanning: Consolidating action changes ... Done
1672024-11-26T22:50:59.879ZPlanning: Evaluating mediators ... Done
1682024-11-26T22:50:59.882ZPlanning: Planning completed in 0.44 seconds
1692024-11-26T22:50:59.919Z Mediators to change: 2
1702024-11-26T22:50:59.921Z Create boot environment: No
1712024-11-26T22:50:59.922ZCreate backup boot environment: No
1722024-11-26T22:50:59.997Z Done
1732024-11-26T22:50:59.997Z Done
1742024-11-26T22:51:00.357Z Done
1752024-11-26T22:51:04.139Z Done
1762024-11-26T22:51:04.234Z Done
1772024-11-26T22:51:04.236Z Done
1782024-11-26T22:51:04.363Z Done
1792024-11-26T22:51:05.007ZPlanning: Evaluating mediator changes ... Done
1802024-11-26T22:51:05.010ZPlanning: Merging actions ... Done
1812024-11-26T22:51:05.199ZPlanning: Checking for conflicting actions ... Done
1822024-11-26T22:51:05.202ZPlanning: Consolidating action changes ... Done
1832024-11-26T22:51:05.478ZPlanning: Evaluating mediators ... Done
1842024-11-26T22:51:05.536ZPlanning: Planning completed in 0.78 seconds
1852024-11-26T22:51:05.576Z Packages to change: 1
1862024-11-26T22:51:05.576Z Mediators to change: 1
1872024-11-26T22:51:05.579Z Services to change: 1
1882024-11-26T22:51:05.579Z Create boot environment: No
1892024-11-26T22:51:05.579ZCreate backup boot environment: Yes
1902024-11-26T22:51:07.779Z Actions: 1/6 actions (Updating modified actions)
1912024-11-26T22:51:07.866Z Actions: Completed 6 actions in 0.09 seconds.
1922024-11-26T22:51:07.869Z Done
1932024-11-26T22:51:07.869Z Done
1942024-11-26T22:51:07.981Z Done
1952024-11-26T22:51:11.799Z Done
1962024-11-26T22:51:11.895Z Done
1972024-11-26T22:51:11.898Z Done
1982024-11-26T22:51:12.014Z Done
1992024-11-26T22:51:12.465ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002024-11-26T22:51:12.465Zclang system 15 system
2012024-11-26T22:51:12.465Zcsh system system illumos
2022024-11-26T22:51:12.465Zctags system system illumos
2032024-11-26T22:51:12.465Zgcc vendor 12 vendor
2042024-11-26T22:51:12.465Zgcc system 10 system
2052024-11-26T22:51:12.465Zgcc system 7 system
2062024-11-26T22:51:12.465Zgo system 1.20 system
2072024-11-26T22:51:12.465Zgo system 1.19 system
2082024-11-26T22:51:12.465Zllvm system 15 system
2092024-11-26T22:51:12.465Zllvm system 14 system
2102024-11-26T22:51:12.465Zmariadb system 10.6 system
2112024-11-26T22:51:12.465Zmta vendor vendor dma
2122024-11-26T22:51:12.465Zopenjdk system 17 system
2132024-11-26T22:51:12.465Zopenjdk system 11 system
2142024-11-26T22:51:12.465Zopenjdk system 1.8 system
2152024-11-26T22:51:12.465Zopenssl vendor 3 vendor
2162024-11-26T22:51:12.465Zperl system 5.36 system
2172024-11-26T22:51:12.465Zpostgresql system 15 system
2182024-11-26T22:51:12.465Zpostgresql system 13 system
2192024-11-26T22:51:12.465Zpython vendor 3 vendor
2202024-11-26T22:51:12.465Zpython system 2 system
2212024-11-26T22:51:12.465Zpython3 system 3.11 system
2222024-11-26T22:51:12.465Zruby system 3.0 system
2232024-11-26T22:51:12.466Zwords vendor vendor american-english
2242024-11-26T22:51:12.466Zwords system system australian-english
2252024-11-26T22:51:12.466Zwords system system british-english
2262024-11-26T22:51:12.466Zwords system system canadian-english
2272024-11-26T22:51:12.466Zwords system system french
2282024-11-26T22:51:12.467Zwords system system italian
2292024-11-26T22:51:12.467Zwords system system ngerman
2302024-11-26T22:51:12.467Zwords system system ogerman
2312024-11-26T22:51:12.467Zwords system system spanish
2322024-11-26T22:51:12.814ZPUBLISHER TYPE STATUS P LOCATION
2332024-11-26T22:51:12.814Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342024-11-26T22:51:15.465ZFMRI IFO
2352024-11-26T22:51:15.465Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362024-11-26T22:51:15.465Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372024-11-26T22:51:15.465Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382024-11-26T22:51:15.465Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392024-11-26T22:51:15.465Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2402024-11-26T22:51:15.465Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412024-11-26T22:51:15.466Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2422024-11-26T22:51:15.466Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2432024-11-26T22:51:15.466Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2442024-11-26T22:51:15.466Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2452024-11-26T22:51:15.466Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2462024-11-26T22:51:15.466Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2472024-11-26T22:51:15.466Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2482024-11-26T22:51:15.466Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2492024-11-26T22:51:15.466Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2502024-11-26T22:51:16.259Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2512024-11-26T22:51:16.527Z Updating crates.io index
2522024-11-26T22:51:16.530Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2532024-11-26T22:51:17.086Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2542024-11-26T22:51:17.354Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2552024-11-26T22:51:17.630Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2562024-11-26T22:51:17.983Z Updating git repository `https://github.com/oxidecomputer/propolis`
2572024-11-26T22:51:18.934Z Updating git repository `https://github.com/oxidecomputer/crucible`
2582024-11-26T22:51:21.270Z Updating git repository `https://github.com/oxidecomputer/opte`
2592024-11-26T22:51:22.427Z Updating git repository `https://github.com/oxidecomputer/falcon`
2602024-11-26T22:51:23.092Z Updating git repository `https://github.com/oxidecomputer/clickward`
2612024-11-26T22:51:23.376Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2622024-11-26T22:51:23.739Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2632024-11-26T22:51:24.235Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2642024-11-26T22:51:24.654Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652024-11-26T22:51:24.899Z Updating git repository `https://github.com/oxidecomputer/tofino`
2662024-11-26T22:51:25.161Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672024-11-26T22:51:25.415Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682024-11-26T22:51:25.662Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692024-11-26T22:51:25.952Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2702024-11-26T22:51:26.233Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712024-11-26T22:51:26.558Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2722024-11-26T22:51:26.895Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732024-11-26T22:51:27.502Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742024-11-26T22:51:27.789Z Updating git repository `https://github.com/oxidecomputer/crucible`
2752024-11-26T22:51:28.439Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2762024-11-26T22:51:28.916Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772024-11-26T22:51:29.284Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2782024-11-26T22:51:29.707Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792024-11-26T22:51:29.952Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802024-11-26T22:51:30.245Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812024-11-26T22:51:31.541Z Downloading crates ...
2822024-11-26T22:51:31.753Z Downloaded block-buffer v0.10.4
2832024-11-26T22:51:31.759Z Downloaded heck v0.4.1
2842024-11-26T22:51:31.763Z Downloaded is_terminal_polyfill v1.70.1
2852024-11-26T22:51:31.768Z Downloaded cargo_toml v0.20.5
2862024-11-26T22:51:31.771Z Downloaded dtrace-parser v0.2.0
2872024-11-26T22:51:31.776Z Downloaded cfg-if v1.0.0
2882024-11-26T22:51:31.800Z Downloaded swrite v0.1.0
2892024-11-26T22:51:31.803Z Downloaded equivalent v1.0.1
2902024-11-26T22:51:31.810Z Downloaded anstyle-query v1.1.1
2912024-11-26T22:51:31.812Z Downloaded autocfg v1.4.0
2922024-11-26T22:51:31.817Z Downloaded cargo-platform v0.1.8
2932024-11-26T22:51:31.817Z Downloaded camino v1.1.9
2942024-11-26T22:51:31.820Z Downloaded anstyle-parse v0.2.5
2952024-11-26T22:51:31.820Z Downloaded proc-macro-error-attr v1.0.4
2962024-11-26T22:51:31.822Z Downloaded pretty-hex v0.4.1
2972024-11-26T22:51:31.831Z Downloaded usdt-attr-macro v0.5.0
2982024-11-26T22:51:31.838Z Downloaded pest_generator v2.7.14
2992024-11-26T22:51:31.841Z Downloaded generic-array v0.14.7
3002024-11-26T22:51:31.847Z Downloaded digest v0.10.7
3012024-11-26T22:51:31.850Z Downloaded dof v0.3.0
3022024-11-26T22:51:31.853Z Downloaded colorchoice v1.0.2
3032024-11-26T22:51:31.855Z Downloaded fs-err v2.11.0
3042024-11-26T22:51:31.858Z Downloaded serde_spanned v0.6.8
3052024-11-26T22:51:31.860Z Downloaded plain v0.2.3
3062024-11-26T22:51:31.860Z Downloaded errno v0.3.9
3072024-11-26T22:51:31.863Z Downloaded cpufeatures v0.2.14
3082024-11-26T22:51:31.863Z Downloaded byteorder v1.5.0
3092024-11-26T22:51:31.865Z Downloaded crypto-common v0.1.6
3102024-11-26T22:51:31.865Z Downloaded once_cell v1.20.2
3112024-11-26T22:51:31.869Z Downloaded heck v0.5.0
3122024-11-26T22:51:31.871Z Downloaded anstream v0.6.15
3132024-11-26T22:51:31.873Z Downloaded tabled_derive v0.7.0
3142024-11-26T22:51:31.873Z Downloaded anstyle v1.0.10
3152024-11-26T22:51:31.876Z Downloaded thread-id v4.2.2
3162024-11-26T22:51:31.878Z Downloaded thiserror-impl v1.0.69
3172024-11-26T22:51:31.878Z Downloaded scroll v0.12.0
3182024-11-26T22:51:31.881Z Downloaded bytecount v0.6.8
3192024-11-26T22:51:31.884Z Downloaded usdt-macro v0.5.0
3202024-11-26T22:51:31.887Z Downloaded unicode-linebreak v0.1.5
3212024-11-26T22:51:31.887Z Downloaded scroll_derive v0.12.0
3222024-11-26T22:51:31.887Z Downloaded thiserror v1.0.69
3232024-11-26T22:51:31.893Z Downloaded usdt v0.5.0
3242024-11-26T22:51:31.895Z Downloaded terminal_size v0.4.0
3252024-11-26T22:51:31.895Z Downloaded strsim v0.11.1
3262024-11-26T22:51:31.898Z Downloaded macaddr v1.0.1
3272024-11-26T22:51:31.898Z Downloaded fastrand v2.1.1
3282024-11-26T22:51:31.901Z Downloaded smawk v0.3.2
3292024-11-26T22:51:31.901Z Downloaded memmap v0.7.0
3302024-11-26T22:51:31.905Z Downloaded version_check v0.9.5
3312024-11-26T22:51:31.909Z Downloaded serde_tokenstream v0.2.2
3322024-11-26T22:51:31.909Z Downloaded itoa v1.0.11
3332024-11-26T22:51:31.909Z Downloaded cargo_metadata v0.18.1
3342024-11-26T22:51:31.909Z Downloaded utf8parse v0.2.2
3352024-11-26T22:51:31.912Z Downloaded tempfile v3.13.0
3362024-11-26T22:51:31.920Z Downloaded toml_datetime v0.6.8
3372024-11-26T22:51:31.923Z Downloaded clap v4.5.21
3382024-11-26T22:51:31.930Z Downloaded zerocopy-derive v0.7.35
3392024-11-26T22:51:31.938Z Downloaded sha2 v0.10.8
3402024-11-26T22:51:31.943Z Downloaded quote v1.0.37
3412024-11-26T22:51:31.945Z Downloaded usdt-impl v0.5.0
3422024-11-26T22:51:31.945Z Downloaded bitflags v2.6.0
3432024-11-26T22:51:31.948Z Downloaded proc-macro-error v1.0.4
3442024-11-26T22:51:31.951Z Downloaded ryu v1.0.18
3452024-11-26T22:51:31.954Z Downloaded log v0.4.22
3462024-11-26T22:51:31.956Z Downloaded clap_derive v4.5.18
3472024-11-26T22:51:31.959Z Downloaded unicode-ident v1.0.13
3482024-11-26T22:51:31.961Z Downloaded ucd-trie v0.1.7
3492024-11-26T22:51:31.965Z Downloaded serde_derive v1.0.215
3502024-11-26T22:51:31.967Z Downloaded proc-macro2 v1.0.89
3512024-11-26T22:51:31.971Z Downloaded typenum v1.17.0
3522024-11-26T22:51:31.973Z Downloaded toml v0.8.19
3532024-11-26T22:51:31.973Z Downloaded textwrap v0.16.1
3542024-11-26T22:51:31.977Z Downloaded semver v1.0.23
3552024-11-26T22:51:31.980Z Downloaded anyhow v1.0.93
3562024-11-26T22:51:31.983Z Downloaded pest_derive v2.7.14
3572024-11-26T22:51:31.985Z Downloaded papergrid v0.11.0
3582024-11-26T22:51:31.989Z Downloaded indexmap v2.6.0
3592024-11-26T22:51:31.994Z Downloaded pest_meta v2.7.14
3602024-11-26T22:51:31.996Z Downloaded serde v1.0.215
3612024-11-26T22:51:31.999Z Downloaded fnv v1.0.7
3622024-11-26T22:51:32.002Z Downloaded clap_lex v0.7.2
3632024-11-26T22:51:32.002Z Downloaded camino-tempfile v1.1.1
3642024-11-26T22:51:32.013Z Downloaded memchr v2.7.4
3652024-11-26T22:51:32.028Z Downloaded toml_edit v0.22.22
3662024-11-26T22:51:32.052Z Downloaded serde_json v1.0.132
3672024-11-26T22:51:32.059Z Downloaded hashbrown v0.15.0
3682024-11-26T22:51:32.077Z Downloaded pest v2.7.14
3692024-11-26T22:51:32.087Z Downloaded winnow v0.6.20
3702024-11-26T22:51:32.096Z Downloaded zerocopy v0.7.35
3712024-11-26T22:51:32.113Z Downloaded goblin v0.8.2
3722024-11-26T22:51:32.117Z Downloaded tabled v0.15.0
3732024-11-26T22:51:32.132Z Downloaded clap_builder v4.5.21
3742024-11-26T22:51:32.143Z Downloaded syn v1.0.109
3752024-11-26T22:51:32.148Z Downloaded syn v2.0.87
3762024-11-26T22:51:32.158Z Downloaded unicode-width v0.1.14
3772024-11-26T22:51:32.164Z Downloaded rustix v0.38.37
3782024-11-26T22:51:32.196Z Downloaded libc v0.2.162
3792024-11-26T22:51:32.512Z Compiling proc-macro2 v1.0.89
3802024-11-26T22:51:32.512Z Compiling unicode-ident v1.0.13
3812024-11-26T22:51:32.512Z Compiling serde v1.0.215
3822024-11-26T22:51:32.514Z Compiling version_check v0.9.5
3832024-11-26T22:51:32.514Z Compiling memchr v2.7.4
3842024-11-26T22:51:32.514Z Compiling thiserror v1.0.69
3852024-11-26T22:51:32.514Z Compiling libc v0.2.162
3862024-11-26T22:51:32.548Z Compiling ucd-trie v0.1.7
3872024-11-26T22:51:32.767Z Compiling itoa v1.0.11
3882024-11-26T22:51:33.009Z Compiling ryu v1.0.18
3892024-11-26T22:51:33.293Z Compiling once_cell v1.20.2
3902024-11-26T22:51:33.388Z Compiling byteorder v1.5.0
3912024-11-26T22:51:33.614Z Compiling rustix v0.38.37
3922024-11-26T22:51:33.732Z Compiling serde_json v1.0.132
3932024-11-26T22:51:34.087Z Compiling bitflags v2.6.0
3942024-11-26T22:51:34.206Z Compiling usdt-impl v0.5.0
3952024-11-26T22:51:34.248Z Compiling proc-macro-error-attr v1.0.4
3962024-11-26T22:51:34.400Z Compiling syn v1.0.109
3972024-11-26T22:51:34.487Z Compiling proc-macro-error v1.0.4
3982024-11-26T22:51:34.515Z Compiling utf8parse v0.2.2
3992024-11-26T22:51:34.642Z Compiling equivalent v1.0.1
4002024-11-26T22:51:34.681Z Compiling camino v1.1.9
4012024-11-26T22:51:34.705Z Compiling plain v0.2.3
4022024-11-26T22:51:34.762Z Compiling log v0.4.22
4032024-11-26T22:51:34.790Z Compiling hashbrown v0.15.0
4042024-11-26T22:51:35.011Z Compiling anstyle-parse v0.2.5
4052024-11-26T22:51:35.116Z Compiling quote v1.0.37
4062024-11-26T22:51:35.328Z Compiling errno v0.3.9
4072024-11-26T22:51:35.427Z Compiling anstyle-query v1.1.1
4082024-11-26T22:51:35.559Z Compiling syn v2.0.87
4092024-11-26T22:51:35.625Z Compiling thread-id v4.2.2
4102024-11-26T22:51:35.710Z Compiling semver v1.0.23
4112024-11-26T22:51:35.750Z Compiling is_terminal_polyfill v1.70.1
4122024-11-26T22:51:35.866Z Compiling unicode-width v0.1.14
4132024-11-26T22:51:35.895Z Compiling winnow v0.6.20
4142024-11-26T22:51:36.113Z Compiling indexmap v2.6.0
4152024-11-26T22:51:36.214Z Compiling autocfg v1.4.0
4162024-11-26T22:51:36.382Z Compiling colorchoice v1.0.2
4172024-11-26T22:51:36.568Z Compiling anstyle v1.0.10
4182024-11-26T22:51:37.102Z Compiling pretty-hex v0.4.1
4192024-11-26T22:51:37.307Z Compiling anstream v0.6.15
4202024-11-26T22:51:37.447Z Compiling fs-err v2.11.0
4212024-11-26T22:51:37.576Z Compiling cfg-if v1.0.0
4222024-11-26T22:51:37.658Z Compiling heck v0.5.0
4232024-11-26T22:51:37.684Z Compiling fastrand v2.1.1
4242024-11-26T22:51:37.758Z Compiling terminal_size v0.4.0
4252024-11-26T22:51:37.985Z Compiling anyhow v1.0.93
4262024-11-26T22:51:38.101Z Compiling strsim v0.11.1
4272024-11-26T22:51:38.205Z Compiling bytecount v0.6.8
4282024-11-26T22:51:38.440Z Compiling fnv v1.0.7
4292024-11-26T22:51:38.594Z Compiling heck v0.4.1
4302024-11-26T22:51:38.618Z Compiling clap_lex v0.7.2
4312024-11-26T22:51:39.046Z Compiling clap_builder v4.5.21
4322024-11-26T22:51:39.074Z Compiling papergrid v0.11.0
4332024-11-26T22:51:39.100Z Compiling tempfile v3.13.0
4342024-11-26T22:51:39.192Z Compiling memmap v0.7.0
4352024-11-26T22:51:39.292Z Compiling unicode-linebreak v0.1.5
4362024-11-26T22:51:39.554Z Compiling smawk v0.3.2
4372024-11-26T22:51:39.785Z Compiling textwrap v0.16.1
4382024-11-26T22:51:39.954Z Compiling swrite v0.1.0
4392024-11-26T22:51:41.194Z Compiling tabled_derive v0.7.0
4402024-11-26T22:51:42.823Z Compiling tabled v0.15.0
4412024-11-26T22:51:44.794Z Compiling serde_derive v1.0.215
4422024-11-26T22:51:44.795Z Compiling thiserror-impl v1.0.69
4432024-11-26T22:51:44.797Z Compiling zerocopy-derive v0.7.35
4442024-11-26T22:51:44.797Z Compiling scroll_derive v0.12.0
4452024-11-26T22:51:44.797Z Compiling clap_derive v4.5.18
4462024-11-26T22:51:46.166Z Compiling scroll v0.12.0
4472024-11-26T22:51:46.665Z Compiling goblin v0.8.2
4482024-11-26T22:51:46.762Z Compiling zerocopy v0.7.35
4492024-11-26T22:51:47.536Z Compiling pest v2.7.14
4502024-11-26T22:51:48.667Z Compiling clap v4.5.21
4512024-11-26T22:51:49.754Z Compiling pest_meta v2.7.14
4522024-11-26T22:51:50.622Z Compiling pest_generator v2.7.14
4532024-11-26T22:51:52.579Z Compiling pest_derive v2.7.14
4542024-11-26T22:51:53.242Z Compiling dtrace-parser v0.2.0
4552024-11-26T22:51:54.913Z Compiling serde_tokenstream v0.2.2
4562024-11-26T22:51:54.980Z Compiling toml_datetime v0.6.8
4572024-11-26T22:51:54.980Z Compiling serde_spanned v0.6.8
4582024-11-26T22:51:55.243Z Compiling cargo-platform v0.1.8
4592024-11-26T22:51:55.387Z Compiling toml_edit v0.22.22
4602024-11-26T22:51:55.514Z Compiling macaddr v1.0.1
4612024-11-26T22:51:55.693Z Compiling camino-tempfile v1.1.1
4622024-11-26T22:51:56.387Z Compiling dof v0.3.0
4632024-11-26T22:51:56.453Z Compiling cargo_metadata v0.18.1
4642024-11-26T22:51:58.182Z Compiling usdt-attr-macro v0.5.0
4652024-11-26T22:51:58.184Z Compiling usdt-macro v0.5.0
4662024-11-26T22:51:58.252Z Compiling toml v0.8.19
4672024-11-26T22:51:59.124Z Compiling cargo_toml v0.20.5
4682024-11-26T22:51:59.551Z Compiling usdt v0.5.0
4692024-11-26T22:52:02.665Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4702024-11-26T22:52:06.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.84s
4712024-11-26T22:52:07.151Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4722024-11-26T22:52:07.739Z Downloading crates ...
4732024-11-26T22:52:07.906Z Downloaded aead v0.5.2
4742024-11-26T22:52:07.918Z Downloaded adler2 v2.0.0
4752024-11-26T22:52:07.941Z Downloaded hex-literal v0.4.1
4762024-11-26T22:52:07.944Z Downloaded addr2line v0.24.2
4772024-11-26T22:52:07.944Z Downloaded aes-gcm v0.10.3
4782024-11-26T22:52:07.947Z Downloaded aes v0.8.4
4792024-11-26T22:52:07.951Z Downloaded async-stream v0.3.6
4802024-11-26T22:52:07.954Z Downloaded heapless v0.8.0
4812024-11-26T22:52:07.957Z Downloaded atty v0.2.14
4822024-11-26T22:52:07.960Z Downloaded atomic-waker v1.1.2
4832024-11-26T22:52:07.963Z Downloaded hex v0.4.3
4842024-11-26T22:52:07.963Z Downloaded hickory-resolver v0.24.1
4852024-11-26T22:52:07.968Z Downloaded heapless v0.7.17
4862024-11-26T22:52:07.971Z Downloaded http-body v1.0.1
4872024-11-26T22:52:07.974Z Downloaded hickory-client v0.24.1
4882024-11-26T22:52:07.977Z Downloaded hostname v0.4.0
4892024-11-26T22:52:07.979Z Downloaded hostname v0.3.1
4902024-11-26T22:52:07.979Z Downloaded home v0.5.9
4912024-11-26T22:52:07.982Z Downloaded arrayref v0.3.9
4922024-11-26T22:52:07.982Z Downloaded headers-core v0.3.0
4932024-11-26T22:52:07.985Z Downloaded hmac v0.12.1
4942024-11-26T22:52:07.987Z Downloaded bit-vec v0.6.3
4952024-11-26T22:52:07.987Z Downloaded async-trait v0.1.83
4962024-11-26T22:52:07.992Z Downloaded highway v1.2.0
4972024-11-26T22:52:07.995Z Downloaded darling v0.20.10
4982024-11-26T22:52:07.997Z Downloaded block-padding v0.3.3
4992024-11-26T22:52:08.000Z Downloaded blowfish v0.9.1
5002024-11-26T22:52:08.003Z Downloaded http v1.1.0
5012024-11-26T22:52:08.006Z Downloaded hickory-server v0.24.1
5022024-11-26T22:52:08.010Z Downloaded ciborium-io v0.2.2
5032024-11-26T22:52:08.015Z Downloaded hkdf v0.12.4
5042024-11-26T22:52:08.015Z Downloaded cfg_aliases v0.2.1
5052024-11-26T22:52:08.018Z Downloaded aho-corasick v1.1.3
5062024-11-26T22:52:08.021Z Downloaded bitfield v0.14.0
5072024-11-26T22:52:08.023Z Downloaded bit-set v0.5.3
5082024-11-26T22:52:08.023Z Downloaded bcrypt-pbkdf v0.10.0
5092024-11-26T22:52:08.026Z Downloaded hubpack_derive v0.1.1
5102024-11-26T22:52:08.026Z Downloaded arrayvec v0.7.6
5112024-11-26T22:52:08.028Z Downloaded http-range v0.1.5
5122024-11-26T22:52:08.031Z Downloaded cfg_aliases v0.1.1
5132024-11-26T22:52:08.031Z Downloaded async-bb8-diesel v0.2.1
5142024-11-26T22:52:08.034Z Downloaded argon2 v0.5.3
5152024-11-26T22:52:08.036Z Downloaded is_ci v1.2.0
5162024-11-26T22:52:08.039Z Downloaded instant v0.1.13
5172024-11-26T22:52:08.039Z Downloaded http-body-util v0.1.2
5182024-11-26T22:52:08.042Z Downloaded cstr-argument v0.1.2
5192024-11-26T22:52:08.042Z Downloaded crucible-workspace-hack v0.1.0
5202024-11-26T22:52:08.042Z Downloaded hickory-proto v0.24.1
5212024-11-26T22:52:08.057Z Downloaded impl-trait-for-tuples v0.2.2
5222024-11-26T22:52:08.060Z Downloaded humantime v2.1.0
5232024-11-26T22:52:08.063Z Downloaded bitflags v1.3.2
5242024-11-26T22:52:08.066Z Downloaded bb8 v0.8.5
5252024-11-26T22:52:08.066Z Downloaded is-terminal v0.4.13
5262024-11-26T22:52:08.072Z Downloaded cexpr v0.6.0
5272024-11-26T22:52:08.076Z Downloaded bitfield-struct v0.6.2
5282024-11-26T22:52:08.076Z Downloaded indoc v1.0.9
5292024-11-26T22:52:08.076Z Downloaded indent_write v2.2.0
5302024-11-26T22:52:08.076Z Downloaded md5 v0.7.0
5312024-11-26T22:52:08.080Z Downloaded bcs v0.1.6
5322024-11-26T22:52:08.080Z Downloaded cbc v0.1.2
5332024-11-26T22:52:08.080Z Downloaded castaway v0.2.3
5342024-11-26T22:52:08.083Z Downloaded libefi-sys v0.1.0
5352024-11-26T22:52:08.083Z Downloaded hyper-tls v0.6.0
5362024-11-26T22:52:08.086Z Downloaded hyper-rustls v0.27.3
5372024-11-26T22:52:08.088Z Downloaded strum v0.26.3
5382024-11-26T22:52:08.088Z Downloaded iana-time-zone v0.1.61
5392024-11-26T22:52:08.092Z Downloaded lru-cache v0.1.2
5402024-11-26T22:52:08.095Z Downloaded sqlparser_derive v0.2.2
5412024-11-26T22:52:08.095Z Downloaded blake2 v0.10.6
5422024-11-26T22:52:08.099Z Downloaded crc-catalog v2.4.0
5432024-11-26T22:52:08.099Z Downloaded signal-hook-tokio v0.3.1
5442024-11-26T22:52:08.099Z Downloaded constant_time_eq v0.3.1
5452024-11-26T22:52:08.102Z Downloaded cipher v0.4.4
5462024-11-26T22:52:08.103Z Downloaded crc v3.2.1
5472024-11-26T22:52:08.105Z Downloaded internet-checksum v0.2.1
5482024-11-26T22:52:08.106Z Downloaded const_format_proc_macros v0.2.33
5492024-11-26T22:52:08.108Z Downloaded instability v0.3.2
5502024-11-26T22:52:08.108Z Downloaded inout v0.1.3
5512024-11-26T22:52:08.111Z Downloaded ciborium-ll v0.2.2
5522024-11-26T22:52:08.114Z Downloaded linear-map v1.2.0
5532024-11-26T22:52:08.114Z Downloaded lazy_static v1.5.0
5542024-11-26T22:52:08.117Z Downloaded cmake v0.1.51
5552024-11-26T22:52:08.117Z Downloaded chrono-tz-build v0.4.0
5562024-11-26T22:52:08.117Z Downloaded httparse v1.9.5
5572024-11-26T22:52:08.121Z Downloaded maplit v1.0.2
5582024-11-26T22:52:08.124Z Downloaded lru v0.12.5
5592024-11-26T22:52:08.124Z Downloaded tinyvec_macros v0.1.1
5602024-11-26T22:52:08.128Z Downloaded curve25519-dalek-derive v0.1.1
5612024-11-26T22:52:08.128Z Downloaded crossbeam-deque v0.8.5
5622024-11-26T22:52:08.128Z Downloaded memoffset v0.9.1
5632024-11-26T22:52:08.131Z Downloaded md-5 v0.10.6
5642024-11-26T22:52:08.131Z Downloaded maybe-uninit v2.0.0
5652024-11-26T22:52:08.134Z Downloaded ciborium v0.2.2
5662024-11-26T22:52:08.148Z Downloaded rand_chacha v0.3.1
5672024-11-26T22:52:08.148Z Downloaded mime v0.3.17
5682024-11-26T22:52:08.148Z Downloaded managed v0.8.0
5692024-11-26T22:52:08.148Z Downloaded linked-hash-map v0.5.6
5702024-11-26T22:52:08.149Z Downloaded lalrpop-util v0.19.12
5712024-11-26T22:52:08.149Z Downloaded bzip2 v0.4.4
5722024-11-26T22:52:08.149Z Downloaded zerofrom v0.1.4
5732024-11-26T22:52:08.152Z Downloaded write16 v1.0.0
5742024-11-26T22:52:08.152Z Downloaded rpassword v7.3.1
5752024-11-26T22:52:08.152Z Downloaded ref-cast v1.0.23
5762024-11-26T22:52:08.152Z Downloaded chacha20 v0.9.1
5772024-11-26T22:52:08.152Z Downloaded spin v0.5.2
5782024-11-26T22:52:08.152Z Downloaded scopeguard v1.2.0
5792024-11-26T22:52:08.165Z Downloaded rustls-pemfile v1.0.4
5802024-11-26T22:52:08.165Z Downloaded thread_local v1.1.8
5812024-11-26T22:52:08.165Z Downloaded ahash v0.8.11
5822024-11-26T22:52:08.165Z Downloaded utf-8 v0.7.6
5832024-11-26T22:52:08.168Z Downloaded shlex v1.3.0
5842024-11-26T22:52:08.168Z Downloaded colored v2.1.0
5852024-11-26T22:52:08.168Z Downloaded litemap v0.7.3
5862024-11-26T22:52:08.168Z Downloaded ssh-cipher v0.2.0
5872024-11-26T22:52:08.171Z Downloaded structmeta-derive v0.2.0
5882024-11-26T22:52:08.171Z Downloaded structmeta v0.3.0
5892024-11-26T22:52:08.173Z Downloaded structmeta v0.2.0
5902024-11-26T22:52:08.173Z Downloaded memmap2 v0.9.5
5912024-11-26T22:52:08.175Z Downloaded icu_provider v1.5.0
5922024-11-26T22:52:08.179Z Downloaded libsw v3.3.1
5932024-11-26T22:52:08.182Z Downloaded mirai-annotations v1.12.0
5942024-11-26T22:52:08.182Z Downloaded newtype_derive v0.1.6
5952024-11-26T22:52:08.185Z Downloaded icu_properties v1.5.1
5962024-11-26T22:52:08.188Z Downloaded icu_locid_transform_data v1.5.0
5972024-11-26T22:52:08.188Z Downloaded openssl-macros v0.1.1
5982024-11-26T22:52:08.191Z Downloaded zerofrom-derive v0.1.4
5992024-11-26T22:52:08.191Z Downloaded indicatif v0.17.9
6002024-11-26T22:52:08.195Z Downloaded indexmap v1.9.3
6012024-11-26T22:52:08.198Z Downloaded display-error-chain v0.2.2
6022024-11-26T22:52:08.203Z Downloaded debug-ignore v1.0.5
6032024-11-26T22:52:08.203Z Downloaded rustls-pemfile v2.2.0
6042024-11-26T22:52:08.207Z Downloaded enum-as-inner v0.6.1
6052024-11-26T22:52:08.207Z Downloaded num-conv v0.1.0
6062024-11-26T22:52:08.209Z Downloaded topological-sort v0.2.2
6072024-11-26T22:52:08.209Z Downloaded enum-as-inner v0.5.1
6082024-11-26T22:52:08.209Z Downloaded tokio-tungstenite v0.24.0
6092024-11-26T22:52:08.212Z Downloaded ipnet v2.10.1
6102024-11-26T22:52:08.214Z Downloaded icu_locid v1.5.0
6112024-11-26T22:52:08.219Z Downloaded mime_guess v2.0.5
6122024-11-26T22:52:08.223Z Downloaded base64 v0.13.1
6132024-11-26T22:52:08.234Z Downloaded take_mut v0.2.2
6142024-11-26T22:52:08.237Z Downloaded russh-cryptovec v0.7.3
6152024-11-26T22:52:08.238Z Downloaded olpc-cjson v0.1.4
6162024-11-26T22:52:08.238Z Downloaded newtype-uuid v1.1.3
6172024-11-26T22:52:08.240Z Downloaded whoami v1.5.2
6182024-11-26T22:52:08.243Z Downloaded untrusted v0.9.0
6192024-11-26T22:52:08.243Z Downloaded yoke-derive v0.7.4
6202024-11-26T22:52:08.245Z Downloaded stable_deref_trait v1.2.0
6212024-11-26T22:52:08.245Z Downloaded env_filter v0.1.2
6222024-11-26T22:52:08.249Z Downloaded dirs-sys-next v0.1.2
6232024-11-26T22:52:08.249Z Downloaded data-encoding v2.6.0
6242024-11-26T22:52:08.249Z Downloaded untrusted v0.7.1
6252024-11-26T22:52:08.253Z Downloaded env_logger v0.10.2
6262024-11-26T22:52:08.255Z Downloaded psl-types v2.0.11
6272024-11-26T22:52:08.255Z Downloaded pin-utils v0.1.0
6282024-11-26T22:52:08.255Z Downloaded futures-core v0.3.31
6292024-11-26T22:52:08.258Z Downloaded futures-channel v0.3.31
6302024-11-26T22:52:08.261Z Downloaded float-ord v0.3.2
6312024-11-26T22:52:08.261Z Downloaded progenitor-impl v0.8.0
6322024-11-26T22:52:08.264Z Downloaded diesel_table_macro_syntax v0.2.0
6332024-11-26T22:52:08.264Z Downloaded vte_generate_state_changes v0.1.2
6342024-11-26T22:52:08.267Z Downloaded dirs-next v2.0.0
6352024-11-26T22:52:08.267Z Downloaded hyper-util v0.1.10
6362024-11-26T22:52:08.270Z Downloaded pbkdf2 v0.12.2
6372024-11-26T22:52:08.273Z Downloaded peg v0.8.4
6382024-11-26T22:52:08.277Z Downloaded rand_xorshift v0.3.0
6392024-11-26T22:52:08.277Z Downloaded base64 v0.22.1
6402024-11-26T22:52:08.281Z Downloaded openssl-probe v0.1.5
6412024-11-26T22:52:08.283Z Downloaded nodrop v0.1.14
6422024-11-26T22:52:08.284Z Downloaded schemars_derive v0.8.21
6432024-11-26T22:52:08.287Z Downloaded scheduled-thread-pool v0.2.7
6442024-11-26T22:52:08.287Z Downloaded same-file v1.0.6
6452024-11-26T22:52:08.290Z Downloaded base64 v0.21.7
6462024-11-26T22:52:08.293Z Downloaded phf_shared v0.10.0
6472024-11-26T22:52:08.293Z Downloaded path-slash v0.1.5
6482024-11-26T22:52:08.295Z Downloaded foreign-types-shared v0.3.1
6492024-11-26T22:52:08.295Z Downloaded foreign-types-macros v0.2.3
6502024-11-26T22:52:08.297Z Downloaded pretty-hex v0.2.1
6512024-11-26T22:52:08.297Z Downloaded precomputed-hash v0.1.1
6522024-11-26T22:52:08.300Z Downloaded foreign-types-shared v0.1.1
6532024-11-26T22:52:08.300Z Downloaded predicates-core v1.0.8
6542024-11-26T22:52:08.301Z Downloaded unicode-xid v0.2.6
6552024-11-26T22:52:08.305Z Downloaded tap v1.0.1
6562024-11-26T22:52:08.305Z Downloaded serde-big-array v0.5.1
6572024-11-26T22:52:08.308Z Downloaded pkcs1 v0.7.5
6582024-11-26T22:52:08.308Z Downloaded futures v0.3.31
6592024-11-26T22:52:08.312Z Downloaded xz2 v0.1.7
6602024-11-26T22:52:08.315Z Downloaded tungstenite v0.21.0
6612024-11-26T22:52:08.318Z Downloaded tokio-native-tls v0.3.1
6622024-11-26T22:52:08.321Z Downloaded static_assertions v1.1.0
6632024-11-26T22:52:08.325Z Downloaded smallvec v0.6.14
6642024-11-26T22:52:08.325Z Downloaded tabwriter v1.4.0
6652024-11-26T22:52:08.329Z Downloaded peg-macros v0.8.4
6662024-11-26T22:52:08.329Z Downloaded fallible-iterator v0.3.0
6672024-11-26T22:52:08.333Z Downloaded either v1.13.0
6682024-11-26T22:52:08.333Z Downloaded zeroize v1.8.1
6692024-11-26T22:52:08.333Z Downloaded tinyvec v1.8.0
6702024-11-26T22:52:08.338Z Downloaded sec1 v0.7.3
6712024-11-26T22:52:08.340Z Downloaded diesel-dtrace v0.3.0
6722024-11-26T22:52:08.340Z Downloaded xattr v1.3.1
6732024-11-26T22:52:08.340Z Downloaded unicode-truncate v1.1.0
6742024-11-26T22:52:08.343Z Downloaded sct v0.7.1
6752024-11-26T22:52:08.346Z Downloaded num-complex v0.4.6
6762024-11-26T22:52:08.349Z Downloaded prettyplease v0.2.25
6772024-11-26T22:52:08.352Z Downloaded paste v1.0.15
6782024-11-26T22:52:08.354Z Downloaded predicates-tree v1.0.11
6792024-11-26T22:52:08.357Z Downloaded backtrace v0.3.74
6802024-11-26T22:52:08.360Z Downloaded yoke v0.7.4
6812024-11-26T22:52:08.363Z Downloaded ref-cast-impl v1.0.23
6822024-11-26T22:52:08.366Z Downloaded shell-words v1.1.0
6832024-11-26T22:52:08.366Z Downloaded rand_seeder v0.3.0
6842024-11-26T22:52:08.371Z Downloaded yasna v0.5.2
6852024-11-26T22:52:08.374Z Downloaded form_urlencoded v1.2.1
6862024-11-26T22:52:08.374Z Downloaded foreign-types v0.5.0
6872024-11-26T22:52:08.374Z Downloaded minimal-lexical v0.2.1
6882024-11-26T22:52:08.376Z Downloaded const_format v0.2.33
6892024-11-26T22:52:08.381Z Downloaded num-iter v0.1.45
6902024-11-26T22:52:08.383Z Downloaded crypto-bigint v0.5.5
6912024-11-26T22:52:08.389Z Downloaded derive_builder_macro v0.20.2
6922024-11-26T22:52:08.392Z Downloaded new_debug_unreachable v1.0.6
6932024-11-26T22:52:08.392Z Downloaded tokio-rustls v0.26.0
6942024-11-26T22:52:08.395Z Downloaded spki v0.7.3
6952024-11-26T22:52:08.397Z Downloaded synstructure v0.13.1
6962024-11-26T22:52:08.397Z Downloaded diff v0.1.13
6972024-11-26T22:52:08.400Z Downloaded opaque-debug v0.3.1
6982024-11-26T22:52:08.403Z Downloaded termtree v0.4.1
6992024-11-26T22:52:08.403Z Downloaded oso-derive v0.27.3
7002024-11-26T22:52:08.405Z Downloaded bytes v1.8.0
7012024-11-26T22:52:08.408Z Downloaded tokio-rustls v0.24.1
7022024-11-26T22:52:08.410Z Downloaded unicase v2.7.0
7032024-11-26T22:52:08.413Z Downloaded unarray v0.1.4
7042024-11-26T22:52:08.413Z Downloaded typify-macro v0.2.0
7052024-11-26T22:52:08.416Z Downloaded zerovec-derive v0.10.3
7062024-11-26T22:52:08.416Z Downloaded zeroize_derive v1.4.2
7072024-11-26T22:52:08.418Z Downloaded zerocopy v0.6.6
7082024-11-26T22:52:08.421Z Downloaded unicode-bidi v0.3.17
7092024-11-26T22:52:08.423Z Downloaded rustc_version v0.1.7
7102024-11-26T22:52:08.423Z Downloaded pkcs5 v0.7.1
7112024-11-26T22:52:08.428Z Downloaded deranged v0.3.11
7122024-11-26T22:52:08.430Z Downloaded slog-envlogger v2.2.0
7132024-11-26T22:52:08.433Z Downloaded slog-dtrace v0.3.0
7142024-11-26T22:52:08.433Z Downloaded waitgroup v0.1.2
7152024-11-26T22:52:08.435Z Downloaded rcgen v0.12.1
7162024-11-26T22:52:08.437Z Downloaded defmt-parser v0.3.4
7172024-11-26T22:52:08.437Z Downloaded defmt-macros v0.3.9
7182024-11-26T22:52:08.441Z Downloaded schemars v0.8.21
7192024-11-26T22:52:08.452Z Downloaded powerfmt v0.2.0
7202024-11-26T22:52:08.455Z Downloaded fxhash v0.2.1
7212024-11-26T22:52:08.457Z Downloaded futures-executor v0.3.31
7222024-11-26T22:52:08.457Z Downloaded funty v2.0.0
7232024-11-26T22:52:08.461Z Downloaded bumpalo v3.16.0
7242024-11-26T22:52:08.463Z Downloaded hash32 v0.3.1
7252024-11-26T22:52:08.463Z Downloaded tinystr v0.7.6
7262024-11-26T22:52:08.466Z Downloaded flume v0.11.1
7272024-11-26T22:52:08.470Z Downloaded rustfmt-wrapper v0.2.1
7282024-11-26T22:52:08.473Z Downloaded rustc_version v0.4.1
7292024-11-26T22:52:08.473Z Downloaded rustc-hash v1.1.0
7302024-11-26T22:52:08.473Z Downloaded normalize-line-endings v0.3.0
7312024-11-26T22:52:08.475Z Downloaded half v2.4.1
7322024-11-26T22:52:08.478Z Downloaded rayon-core v1.12.1
7332024-11-26T22:52:08.481Z Downloaded libm v0.2.8
7342024-11-26T22:52:08.488Z Downloaded walkdir v2.5.0
7352024-11-26T22:52:08.490Z Downloaded hyper v1.5.0
7362024-11-26T22:52:08.497Z Downloaded time-core v0.1.2
7372024-11-26T22:52:08.499Z Downloaded sync-ptr v0.1.1
7382024-11-26T22:52:08.499Z Downloaded num-traits v0.2.19
7392024-11-26T22:52:08.502Z Downloaded strip-ansi-escapes v0.2.0
7402024-11-26T22:52:08.504Z Downloaded stringprep v0.1.5
7412024-11-26T22:52:08.504Z Downloaded rtoolbox v0.0.2
7422024-11-26T22:52:08.507Z Downloaded owo-colors v4.1.0
7432024-11-26T22:52:08.509Z Downloaded fd-lock v4.0.2
7442024-11-26T22:52:08.513Z Downloaded tui-tree-widget v0.22.0
7452024-11-26T22:52:08.513Z Downloaded der_derive v0.7.3
7462024-11-26T22:52:08.515Z Downloaded num-integer v0.1.46
7472024-11-26T22:52:08.518Z Downloaded postgres-types v0.2.8
7482024-11-26T22:52:08.522Z Downloaded postgres-protocol v0.6.7
7492024-11-26T22:52:08.522Z Downloaded num v0.4.3
7502024-11-26T22:52:08.525Z Downloaded rfc6979 v0.4.0
7512024-11-26T22:52:08.525Z Downloaded unicode-properties v0.1.3
7522024-11-26T22:52:08.527Z Downloaded primeorder v0.13.6
7532024-11-26T22:52:08.527Z Downloaded gethostname v0.5.0
7542024-11-26T22:52:08.530Z Downloaded dunce v1.0.5
7552024-11-26T22:52:08.530Z Downloaded dsl_auto_type v0.1.2
7562024-11-26T22:52:08.533Z Downloaded itertools v0.12.1
7572024-11-26T22:52:08.539Z Downloaded sha1 v0.10.6
7582024-11-26T22:52:08.541Z Downloaded polyval v0.6.2
7592024-11-26T22:52:08.544Z Downloaded float-cmp v0.9.0
7602024-11-26T22:52:08.544Z Downloaded diesel_derives v2.2.3
7612024-11-26T22:52:08.548Z Downloaded thiserror-no-std v2.0.2
7622024-11-26T22:52:08.552Z Downloaded try-lock v0.2.5
7632024-11-26T22:52:08.554Z Downloaded thiserror-impl-no-std v2.0.2
7642024-11-26T22:52:08.557Z Downloaded openssl-sys v0.9.103
7652024-11-26T22:52:08.560Z Downloaded glob v0.3.1
7662024-11-26T22:52:08.563Z Downloaded futures-macro v0.3.31
7672024-11-26T22:52:08.566Z Downloaded ena v0.14.3
7682024-11-26T22:52:08.566Z Downloaded pkg-config v0.3.31
7692024-11-26T22:52:08.569Z Downloaded strum_macros v0.25.3
7702024-11-26T22:52:08.569Z Downloaded rustc-demangle v0.1.24
7712024-11-26T22:52:08.571Z Downloaded siphasher v0.3.11
7722024-11-26T22:52:08.574Z Downloaded nu-ansi-term v0.50.1
7732024-11-26T22:52:08.576Z Downloaded dhcproto-macros v0.1.0
7742024-11-26T22:52:08.576Z Downloaded darling_macro v0.20.10
7752024-11-26T22:52:08.579Z Downloaded percent-encoding v2.3.1
7762024-11-26T22:52:08.579Z Downloaded ghash v0.5.1
7772024-11-26T22:52:08.579Z Downloaded slab v0.4.9
7782024-11-26T22:52:08.581Z Downloaded futures-task v0.3.31
7792024-11-26T22:52:08.584Z Downloaded toml v0.7.8
7802024-11-26T22:52:08.587Z Downloaded pbkdf2 v0.11.0
7812024-11-26T22:52:08.589Z Downloaded postcard v1.0.10
7822024-11-26T22:52:08.592Z Downloaded tokio-macros v2.4.0
7832024-11-26T22:52:08.595Z Downloaded utf16_iter v1.0.5
7842024-11-26T22:52:08.595Z Downloaded serde_urlencoded v0.7.1
7852024-11-26T22:52:08.595Z Downloaded utf8_iter v1.0.4
7862024-11-26T22:52:08.597Z Downloaded rustls-pki-types v1.9.0
7872024-11-26T22:52:08.600Z Downloaded sync_wrapper v1.0.1
7882024-11-26T22:52:08.603Z Downloaded vsss-rs v3.3.4
7892024-11-26T22:52:08.606Z Downloaded defmt v0.3.8
7902024-11-26T22:52:08.609Z Downloaded dhcproto v0.12.0
7912024-11-26T22:52:08.611Z Downloaded vte v0.11.1
7922024-11-26T22:52:08.614Z Downloaded zone v0.1.8
7932024-11-26T22:52:08.614Z Downloaded p256 v0.13.2
7942024-11-26T22:52:08.617Z Downloaded derive_more v0.99.18
7952024-11-26T22:52:08.622Z Downloaded progenitor-client v0.8.0
7962024-11-26T22:52:08.624Z Downloaded quinn-udp v0.5.5
7972024-11-26T22:52:08.628Z Downloaded itertools v0.13.0
7982024-11-26T22:52:08.632Z Downloaded progenitor-macro v0.8.0
7992024-11-26T22:52:08.635Z Downloaded group v0.13.0
8002024-11-26T22:52:08.637Z Downloaded samael v0.0.17
8012024-11-26T22:52:08.641Z Downloaded ssh-encoding v0.2.0
8022024-11-26T22:52:08.644Z Downloaded rustversion v1.0.17
8032024-11-26T22:52:08.646Z Downloaded resolv-conf v0.7.0
8042024-11-26T22:52:08.648Z Downloaded radium v0.7.0
8052024-11-26T22:52:08.652Z Downloaded poly1305 v0.8.0
8062024-11-26T22:52:08.655Z Downloaded ed25519-dalek v2.1.1
8072024-11-26T22:52:08.655Z Downloaded pin-project-internal v1.1.6
8082024-11-26T22:52:08.657Z Downloaded want v0.3.1
8092024-11-26T22:52:08.660Z Downloaded unicode-normalization v0.1.24
8102024-11-26T22:52:08.663Z Downloaded termcolor v1.4.1
8112024-11-26T22:52:08.665Z Downloaded fallible-streaming-iterator v0.1.9
8122024-11-26T22:52:08.665Z Downloaded r2d2 v0.8.10
8132024-11-26T22:52:08.667Z Downloaded fragile v2.0.0
8142024-11-26T22:52:08.671Z Downloaded futures-io v0.3.31
8152024-11-26T22:52:08.671Z Downloaded flagset v0.4.6
8162024-11-26T22:52:08.674Z Downloaded parking_lot_core v0.8.6
8172024-11-26T22:52:08.674Z Downloaded progenitor v0.8.0
8182024-11-26T22:52:08.677Z Downloaded fs_extra v1.3.0
8192024-11-26T22:52:08.680Z Downloaded phf_codegen v0.11.2
8202024-11-26T22:52:08.680Z Downloaded des v0.8.1
8212024-11-26T22:52:08.682Z Downloaded dropshot_endpoint v0.13.0
8222024-11-26T22:52:08.685Z Downloaded getrandom v0.2.15
8232024-11-26T22:52:08.688Z Downloaded parse-size v1.1.0
8242024-11-26T22:52:08.690Z Downloaded globset v0.4.15
8252024-11-26T22:52:08.690Z Downloaded parking_lot v0.12.3
8262024-11-26T22:52:08.694Z Downloaded pem-rfc7468 v0.7.0
8272024-11-26T22:52:08.697Z Downloaded tiny-keccak v2.0.2
8282024-11-26T22:52:08.699Z Downloaded serde_path_to_error v0.1.16
8292024-11-26T22:52:08.702Z Downloaded supports-color v3.0.1
8302024-11-26T22:52:08.702Z Downloaded subtle v2.6.1
8312024-11-26T22:52:08.705Z Downloaded embedded-io v0.4.0
8322024-11-26T22:52:08.707Z Downloaded endian-type v0.1.2
8332024-11-26T22:52:08.707Z Downloaded wyz v0.5.1
8342024-11-26T22:52:08.707Z Downloaded foldhash v0.1.3
8352024-11-26T22:52:08.710Z Downloaded tokio-postgres v0.7.12
8362024-11-26T22:52:08.714Z Downloaded toolchain_find v0.4.0
8372024-11-26T22:52:08.717Z Downloaded sqlformat v0.2.6
8382024-11-26T22:52:08.720Z Downloaded steno v0.4.1
8392024-11-26T22:52:08.723Z Downloaded peg-runtime v0.8.3
8402024-11-26T22:52:08.723Z Downloaded quick-error v1.2.3
8412024-11-26T22:52:08.725Z Downloaded snafu v0.8.5
8422024-11-26T22:52:08.730Z Downloaded string_cache v0.8.7
8432024-11-26T22:52:08.733Z Downloaded mockall_derive v0.13.0
8442024-11-26T22:52:08.735Z Downloaded nanorand v0.7.0
8452024-11-26T22:52:08.738Z Downloaded zone v0.3.0
8462024-11-26T22:52:08.738Z Downloaded multer v3.1.0
8472024-11-26T22:52:08.741Z Downloaded tungstenite v0.24.0
8482024-11-26T22:52:08.743Z Downloaded uzers v0.12.1
8492024-11-26T22:52:08.747Z Downloaded serde_derive_internals v0.29.1
8502024-11-26T22:52:08.749Z Downloaded test-strategy v0.3.1
8512024-11-26T22:52:08.751Z Downloaded salsa20 v0.10.2
8522024-11-26T22:52:08.754Z Downloaded hash32 v0.2.1
8532024-11-26T22:52:08.754Z Downloaded time-macros v0.2.18
8542024-11-26T22:52:08.756Z Downloaded password-hash v0.4.2
8552024-11-26T22:52:08.758Z Downloaded sigpipe v0.1.3
8562024-11-26T22:52:08.761Z Downloaded zone_cfg_derive v0.3.0
8572024-11-26T22:52:08.761Z Downloaded zone_cfg_derive v0.1.2
8582024-11-26T22:52:08.761Z Downloaded pem v3.0.4
8592024-11-26T22:52:08.763Z Downloaded tungstenite v0.23.0
8602024-11-26T22:52:08.768Z Downloaded simd-adler32 v0.3.7
8612024-11-26T22:52:08.768Z Downloaded mockall v0.13.0
8622024-11-26T22:52:08.774Z Downloaded nibble_vec v0.1.0
8632024-11-26T22:52:08.774Z Downloaded tough v0.19.0
8642024-11-26T22:52:08.779Z Downloaded tower-service v0.3.3
8652024-11-26T22:52:08.781Z Downloaded number_prefix v0.4.0
8662024-11-26T22:52:08.781Z Downloaded num_threads v0.1.7
8672024-11-26T22:52:08.784Z Downloaded num_enum_derive v0.5.11
8682024-11-26T22:52:08.784Z Downloaded writeable v0.5.5
8692024-11-26T22:52:08.788Z Downloaded which v4.4.2
8702024-11-26T22:52:08.792Z Downloaded filetime v0.2.25
8712024-11-26T22:52:08.792Z Downloaded ff v0.13.0
8722024-11-26T22:52:08.792Z Downloaded ron v0.7.1
8732024-11-26T22:52:08.794Z Downloaded rusty-fork v0.3.0
8742024-11-26T22:52:08.796Z Downloaded value-bag v1.9.0
8752024-11-26T22:52:08.799Z Downloaded dyn-clone v1.0.17
8762024-11-26T22:52:08.801Z Downloaded reedline v0.35.0
8772024-11-26T22:52:08.808Z Downloaded twox-hash v1.6.3
8782024-11-26T22:52:08.811Z Downloaded downcast v0.11.0
8792024-11-26T22:52:08.813Z Downloaded serde-hex v0.1.0
8802024-11-26T22:52:08.813Z Downloaded rand_core v0.6.4
8812024-11-26T22:52:08.819Z Downloaded ed25519 v2.2.3
8822024-11-26T22:52:08.819Z Downloaded crossterm v0.28.1
8832024-11-26T22:52:08.823Z Downloaded unsafe-libyaml v0.2.11
8842024-11-26T22:52:08.827Z Downloaded icu_properties_data v1.5.0
8852024-11-26T22:52:08.838Z Downloaded tls_codec v0.4.1
8862024-11-26T22:52:08.840Z Downloaded parse-display v0.10.0
8872024-11-26T22:52:08.844Z Downloaded tokio-tungstenite v0.23.1
8882024-11-26T22:52:08.846Z Downloaded num_enum v0.5.11
8892024-11-26T22:52:08.848Z Downloaded num-bigint-dig v0.8.4
8902024-11-26T22:52:08.853Z Downloaded parse-display-derive v0.10.0
8912024-11-26T22:52:08.855Z Downloaded ecdsa v0.16.9
8922024-11-26T22:52:08.858Z Downloaded displaydoc v0.2.5
8932024-11-26T22:52:08.861Z Downloaded strum_macros v0.26.4
8942024-11-26T22:52:08.863Z Downloaded embedded-io v0.6.1
8952024-11-26T22:52:08.863Z Downloaded universal-hash v0.5.1
8962024-11-26T22:52:08.866Z Downloaded slog v2.7.0
8972024-11-26T22:52:08.869Z Downloaded rsa v0.9.6
8982024-11-26T22:52:08.872Z Downloaded typify v0.2.0
8992024-11-26T22:52:08.875Z Downloaded zerovec v0.10.4
9002024-11-26T22:52:08.881Z Downloaded signature v2.2.0
9012024-11-26T22:52:08.884Z Downloaded dropshot_endpoint v0.12.0
9022024-11-26T22:52:08.887Z Downloaded zopfli v0.8.1
9032024-11-26T22:52:08.889Z Downloaded uuid v1.11.0
9042024-11-26T22:52:08.892Z Downloaded darling_core v0.20.10
9052024-11-26T22:52:08.896Z Downloaded omicron-zone-package v0.11.1
9062024-11-26T22:52:08.899Z Downloaded blake3 v1.5.4
9072024-11-26T22:52:08.906Z Downloaded quinn v0.11.5
9082024-11-26T22:52:08.910Z Downloaded miniz_oxide v0.8.0
9092024-11-26T22:52:08.915Z Downloaded x509-cert v0.2.5
9102024-11-26T22:52:08.918Z Downloaded unicode_categories v0.1.1
9112024-11-26T22:52:08.921Z Downloaded time v0.3.36
9122024-11-26T22:52:08.927Z Downloaded tracing v0.1.40
9132024-11-26T22:52:08.932Z Downloaded p521 v0.13.3
9142024-11-26T22:52:08.936Z Downloaded serde_with_macros v3.11.0
9152024-11-26T22:52:08.939Z Downloaded idna v0.2.3
9162024-11-26T22:52:08.945Z Downloaded expectorate v1.1.0
9172024-11-26T22:52:08.948Z Downloaded proptest v1.5.0
9182024-11-26T22:52:08.956Z Downloaded rand v0.8.5
9192024-11-26T22:52:08.960Z Downloaded vergen v8.3.2
9202024-11-26T22:52:08.962Z Downloaded h2 v0.4.6
9212024-11-26T22:52:08.970Z Downloaded hashbrown v0.13.2
9222024-11-26T22:52:08.973Z Downloaded parse-zoneinfo v0.3.1
9232024-11-26T22:52:08.976Z Downloaded idna v0.4.0
9242024-11-26T22:52:08.983Z Downloaded futures-util v0.3.31
9252024-11-26T22:52:08.995Z Downloaded serde_with v3.11.0
9262024-11-26T22:52:09.003Z Downloaded rustyline v14.0.0
9272024-11-26T22:52:09.009Z Downloaded elliptic-curve v0.13.8
9282024-11-26T22:52:09.012Z Downloaded quinn-proto v0.11.8
9292024-11-26T22:52:09.019Z Downloaded nom v7.1.3
9302024-11-26T22:52:09.025Z Downloaded chrono v0.4.38
9312024-11-26T22:52:09.032Z Downloaded typed-path v0.9.3
9322024-11-26T22:52:09.038Z Downloaded git2 v0.19.0
9332024-11-26T22:52:09.047Z Downloaded rustls-webpki v0.102.8
9342024-11-26T22:52:09.065Z Downloaded salty v0.3.0
9352024-11-26T22:52:09.071Z Downloaded zip v2.1.3
9362024-11-26T22:52:09.076Z Downloaded ssh-key v0.6.6
9372024-11-26T22:52:09.082Z Downloaded serde_yaml v0.9.34+deprecated
9382024-11-26T22:52:09.086Z Downloaded rustls-webpki v0.101.7
9392024-11-26T22:52:09.099Z Downloaded portable-atomic v1.9.0
9402024-11-26T22:52:09.106Z Downloaded openssl v0.10.66
9412024-11-26T22:52:09.115Z Downloaded regex v1.11.1
9422024-11-26T22:52:09.128Z Downloaded unicode-width v0.2.0
9432024-11-26T22:52:09.135Z Downloaded rustls v0.21.12
9442024-11-26T22:52:09.147Z Downloaded regress v0.9.1
9452024-11-26T22:52:09.155Z Downloaded zerocopy v0.8.10
9462024-11-26T22:52:09.180Z Downloaded unicode-segmentation v1.12.0
9472024-11-26T22:52:09.195Z Downloaded p384 v0.13.0
9482024-11-26T22:52:09.203Z Downloaded idna v0.3.0
9492024-11-26T22:52:09.203Z Downloaded radix_trie v0.2.1
9502024-11-26T22:52:09.203Z Downloaded bitvec v1.0.1
9512024-11-26T22:52:09.221Z Downloaded trust-dns-proto v0.22.0
9522024-11-26T22:52:09.228Z Downloaded sqlparser v0.45.0
9532024-11-26T22:52:09.235Z Downloaded openapiv3 v2.0.0
9542024-11-26T22:52:09.246Z Downloaded quick-xml v0.33.0
9552024-11-26T22:52:09.253Z Downloaded regex-syntax v0.6.29
9562024-11-26T22:52:09.259Z Downloaded curve25519-dalek v4.1.3
9572024-11-26T22:52:09.269Z Downloaded smoltcp v0.9.1
9582024-11-26T22:52:09.280Z Downloaded gimli v0.31.1
9592024-11-26T22:52:09.287Z Downloaded reqwest v0.12.9
9602024-11-26T22:52:09.295Z Downloaded ratatui v0.28.1
9612024-11-26T22:52:09.314Z Downloaded toml_edit v0.19.15
9622024-11-26T22:52:09.330Z Downloaded bindgen v0.69.5
9632024-11-26T22:52:09.337Z Downloaded aws-lc-rs v1.10.0
9642024-11-26T22:52:09.346Z Downloaded idna v0.5.0
9652024-11-26T22:52:09.352Z Downloaded rusqlite v0.32.1
9662024-11-26T22:52:09.361Z Downloaded rayon v1.10.0
9672024-11-26T22:52:09.368Z Downloaded petname v2.0.2
9682024-11-26T22:52:09.374Z Downloaded rustls v0.22.4
9692024-11-26T22:52:09.387Z Downloaded sled v0.34.7
9702024-11-26T22:52:09.397Z Downloaded polar-core v0.27.3
9712024-11-26T22:52:09.407Z Downloaded rustls v0.23.14
9722024-11-26T22:52:09.417Z Downloaded vcpkg v0.2.15
9732024-11-26T22:52:09.455Z Downloaded bstr v1.10.0
9742024-11-26T22:52:09.466Z Downloaded dropshot v0.12.0
9752024-11-26T22:52:09.484Z Downloaded object v0.30.4
9762024-11-26T22:52:09.493Z Downloaded nix v0.27.1
9772024-11-26T22:52:09.504Z Downloaded dropshot v0.13.0
9782024-11-26T22:52:09.524Z Downloaded nix v0.28.0
9792024-11-26T22:52:09.535Z Downloaded regress v0.10.1
9802024-11-26T22:52:09.543Z Downloaded petgraph v0.6.5
9812024-11-26T22:52:09.560Z Downloaded diesel v2.2.4
9822024-11-26T22:52:09.579Z Downloaded libz-sys v1.1.20
9832024-11-26T22:52:09.599Z Downloaded typify-impl v0.2.0
9842024-11-26T22:52:09.615Z Downloaded object v0.36.5
9852024-11-26T22:52:09.626Z Downloaded zerocopy-derive v0.6.6
9862024-11-26T22:52:09.635Z Downloaded smoltcp v0.11.0
9872024-11-26T22:52:09.648Z Downloaded nix v0.29.0
9882024-11-26T22:52:09.658Z Downloaded lzma-sys v0.1.20
9892024-11-26T22:52:09.688Z Downloaded webpki-roots v0.26.6
9902024-11-26T22:52:09.691Z Downloaded regex-syntax v0.8.5
9912024-11-26T22:52:09.698Z Downloaded chrono-tz v0.10.0
9922024-11-26T22:52:09.705Z Downloaded tokio v1.40.0
9932024-11-26T22:52:09.743Z Downloaded bzip2-sys v0.1.11+1.0.8
9942024-11-26T22:52:09.756Z Downloaded publicsuffix v2.2.3
9952024-11-26T22:52:09.758Z Downloaded hashbrown v0.12.3
9962024-11-26T22:52:09.761Z Downloaded flate2 v1.0.34
9972024-11-26T22:52:09.767Z Downloaded lalrpop v0.19.12
9982024-11-26T22:52:09.777Z Downloaded tokio-util v0.7.12
9992024-11-26T22:52:09.783Z Downloaded similar v2.6.0
10002024-11-26T22:52:09.788Z Downloaded regex-automata v0.4.8
10012024-11-26T22:52:09.806Z Downloaded tar v0.4.42
10022024-11-26T22:52:09.810Z Downloaded fixedbitset v0.4.2
10032024-11-26T22:52:09.810Z Downloaded tracing-core v0.1.32
10042024-11-26T22:52:09.813Z Downloaded num-bigint v0.4.6
10052024-11-26T22:52:09.816Z Downloaded hashbrown v0.14.5
10062024-11-26T22:52:09.821Z Downloaded russh v0.45.0
10072024-11-26T22:52:09.826Z Downloaded subprocess v0.2.9
10082024-11-26T22:52:09.828Z Downloaded csv v1.3.0
10092024-11-26T22:52:09.848Z Downloaded parking_lot v0.11.2
10102024-11-26T22:52:09.850Z Downloaded der v0.7.9
10112024-11-26T22:52:09.855Z Downloaded sha3 v0.10.8
10122024-11-26T22:52:09.860Z Downloaded tls_codec_derive v0.4.1
10132024-11-26T22:52:09.863Z Downloaded parking_lot_core v0.9.10
10142024-11-26T22:52:09.865Z Downloaded fatfs v0.3.6
10152024-11-26T22:52:09.867Z Downloaded env_logger v0.11.5
10162024-11-26T22:52:09.870Z Downloaded tracing-attributes v0.1.27
10172024-11-26T22:52:09.872Z Downloaded term v0.7.0
10182024-11-26T22:52:09.875Z Downloaded phf v0.11.2
10192024-11-26T22:52:09.877Z Downloaded zip v0.6.6
10202024-11-26T22:52:09.880Z Downloaded proc-macro-crate v1.3.1
10212024-11-26T22:52:09.882Z Downloaded phf_generator v0.11.2
10222024-11-26T22:52:09.883Z Downloaded multimap v0.10.0
10232024-11-26T22:52:09.883Z Downloaded winnow v0.5.40
10242024-11-26T22:52:09.891Z Downloaded pkcs8 v0.10.2
10252024-11-26T22:52:09.893Z Downloaded derive-where v1.2.7
10262024-11-26T22:52:09.897Z Downloaded mio v1.0.2
10272024-11-26T22:52:09.902Z Downloaded native-tls v0.2.12
10282024-11-26T22:52:09.904Z Downloaded futures-sink v0.3.31
10292024-11-26T22:52:09.907Z Downloaded snafu-derive v0.8.5
10302024-11-26T22:52:09.907Z Downloaded spin v0.9.8
10312024-11-26T22:52:09.910Z Downloaded socket2 v0.5.7
10322024-11-26T22:52:09.912Z Downloaded slog-stdlog v4.1.1
10332024-11-26T22:52:09.912Z Downloaded slog-term v2.9.1
10342024-11-26T22:52:09.915Z Downloaded encoding_rs v0.8.34
10352024-11-26T22:52:09.934Z Downloaded headers v0.4.0
10362024-11-26T22:52:09.939Z Downloaded url v2.5.3
10372024-11-26T22:52:09.942Z Downloaded libxml v0.3.3
10382024-11-26T22:52:09.947Z Downloaded termios v0.3.3
10392024-11-26T22:52:09.949Z Downloaded itertools v0.10.5
10402024-11-26T22:52:09.954Z Downloaded idna v1.0.3
10412024-11-26T22:52:09.959Z Downloaded ppv-lite86 v0.2.20
10422024-11-26T22:52:09.961Z Downloaded pin-project v1.1.6
10432024-11-26T22:52:09.970Z Downloaded oso v0.27.3
10442024-11-26T22:52:09.974Z Downloaded russh-keys v0.45.0
10452024-11-26T22:52:09.976Z Downloaded crossbeam-channel v0.5.13
10462024-11-26T22:52:09.980Z Downloaded slog-scope v4.4.0
10472024-11-26T22:52:09.984Z Downloaded slog-json v2.6.1
10482024-11-26T22:52:09.984Z Downloaded slog-bunyan v2.5.0
10492024-11-26T22:52:09.984Z Downloaded slog-async v2.8.0
10502024-11-26T22:52:09.995Z Downloaded ron v0.8.1
10512024-11-26T22:52:09.995Z Downloaded smallvec v1.13.2
10522024-11-26T22:52:09.995Z Downloaded password-hash v0.5.0
10532024-11-26T22:52:09.995Z Downloaded num-rational v0.4.2
10542024-11-26T22:52:09.998Z Downloaded hashlink v0.9.1
10552024-11-26T22:52:09.998Z Downloaded zerocopy-derive v0.8.10
10562024-11-26T22:52:10.003Z Downloaded cc v1.1.30
10572024-11-26T22:52:10.006Z Downloaded fallible-iterator v0.2.0
10582024-11-26T22:52:10.008Z Downloaded pin-project-lite v0.2.14
10592024-11-26T22:52:10.011Z Downloaded derive_builder v0.20.2
10602024-11-26T22:52:10.015Z Downloaded predicates v3.1.2
10612024-11-26T22:52:10.018Z Downloaded libgit2-sys v0.17.0+1.8.1
10622024-11-26T22:52:10.075Z Downloaded phf_shared v0.11.2
10632024-11-26T22:52:10.077Z Downloaded derive_builder_core v0.20.2
10642024-11-26T22:52:10.077Z Downloaded compact_str v0.8.0
10652024-11-26T22:52:10.081Z Downloaded wait-timeout v0.2.0
10662024-11-26T22:52:10.083Z Downloaded tokio-tungstenite v0.21.0
10672024-11-26T22:52:10.086Z Downloaded tokio-stream v0.1.16
10682024-11-26T22:52:10.089Z Downloaded qorb v0.2.0
10692024-11-26T22:52:10.092Z Downloaded packed_struct v0.10.1
10702024-11-26T22:52:10.094Z Downloaded arc-swap v1.7.1
10712024-11-26T22:52:10.097Z Downloaded foreign-types v0.3.2
10722024-11-26T22:52:10.100Z Downloaded secrecy v0.8.0
10732024-11-26T22:52:10.100Z Downloaded scrypt v0.11.0
10742024-11-26T22:52:10.102Z Downloaded packed_struct_codegen v0.10.1
10752024-11-26T22:52:10.102Z Downloaded num-derive v0.4.2
10762024-11-26T22:52:10.102Z Downloaded difflib v0.4.0
10772024-11-26T22:52:10.105Z Downloaded chacha20poly1305 v0.10.1
10782024-11-26T22:52:10.105Z Downloaded signal-hook v0.3.17
10792024-11-26T22:52:10.109Z Downloaded icu_collections v1.5.0
10802024-11-26T22:52:10.115Z Downloaded crossbeam-utils v0.8.20
10812024-11-26T22:52:10.120Z Downloaded crossbeam-epoch v0.9.18
10822024-11-26T22:52:10.123Z Downloaded crc-any v2.5.0
10832024-11-26T22:52:10.123Z Downloaded cookie v0.18.1
10842024-11-26T22:52:10.126Z Downloaded const-oid v0.9.6
10852024-11-26T22:52:10.126Z Downloaded console v0.15.8
10862024-11-26T22:52:10.128Z Downloaded clang-sys v1.8.1
10872024-11-26T22:52:10.130Z Downloaded tokio-rustls v0.25.0
10882024-11-26T22:52:10.133Z Downloaded rustc-hash v2.0.0
10892024-11-26T22:52:10.136Z Downloaded newline-converter v0.3.0
10902024-11-26T22:52:10.136Z Downloaded structmeta-derive v0.3.0
10912024-11-26T22:52:10.136Z Downloaded lock_api v0.4.12
10922024-11-26T22:52:10.138Z Downloaded csv-core v0.1.11
10932024-11-26T22:52:10.142Z Downloaded ctr v0.9.2
10942024-11-26T22:52:10.142Z Downloaded icu_normalizer v1.5.0
10952024-11-26T22:52:10.144Z Downloaded cookie_store v0.21.0
10962024-11-26T22:52:10.147Z Downloaded convert_case v0.4.0
10972024-11-26T22:52:10.147Z Downloaded cobs v0.2.3
10982024-11-26T22:52:10.150Z Downloaded smf v0.2.3
10992024-11-26T22:52:10.150Z Downloaded icu_locid_transform v1.5.0
11002024-11-26T22:52:10.152Z Downloaded libloading v0.8.5
11012024-11-26T22:52:10.155Z Downloaded cancel-safe-futures v0.1.5
11022024-11-26T22:52:10.158Z Downloaded strum_macros v0.24.3
11032024-11-26T22:52:10.158Z Downloaded signal-hook-registry v1.4.2
11042024-11-26T22:52:10.160Z Downloaded signal-hook-mio v0.2.4
11052024-11-26T22:52:10.160Z Downloaded serde_repr v0.1.19
11062024-11-26T22:52:10.162Z Downloaded serde_plain v1.0.2
11072024-11-26T22:52:10.165Z Downloaded semver v0.1.20
11082024-11-26T22:52:10.165Z Downloaded crc32fast v1.4.2
11092024-11-26T22:52:10.165Z Downloaded allocator-api2 v0.2.18
11102024-11-26T22:52:10.168Z Downloaded base64ct v1.6.0
11112024-11-26T22:52:10.171Z Downloaded cassowary v0.3.0
11122024-11-26T22:52:10.174Z Downloaded buf-list v1.0.3
11132024-11-26T22:52:10.174Z Downloaded lockfree-object-pool v0.1.6
11142024-11-26T22:52:10.178Z Downloaded kstat-rs v0.2.4
11152024-11-26T22:52:10.178Z Downloaded keccak v0.1.5
11162024-11-26T22:52:10.178Z Downloaded ipnetwork v0.20.0
11172024-11-26T22:52:10.180Z Downloaded icu_normalizer_data v1.5.0
11182024-11-26T22:52:10.183Z Downloaded backoff v0.4.0
11192024-11-26T22:52:10.183Z Downloaded lazycell v1.3.0
11202024-11-26T22:52:10.185Z Downloaded jobserver v0.1.32
11212024-11-26T22:52:10.185Z Downloaded hyper-staticfile v0.10.1
11222024-11-26T22:52:10.188Z Downloaded matches v0.1.10
11232024-11-26T22:52:10.188Z Downloaded match_cfg v0.1.0
11242024-11-26T22:52:10.191Z Downloaded idna_adapter v1.2.0
11252024-11-26T22:52:10.191Z Downloaded base16ct v0.2.0
11262024-11-26T22:52:10.191Z Downloaded hubpack v0.1.2
11272024-11-26T22:52:10.193Z Downloaded httpdate v1.0.3
11282024-11-26T22:52:10.193Z Downloaded crunchy v0.2.2
11292024-11-26T22:52:10.193Z Downloaded ident_case v1.0.1
11302024-11-26T22:52:10.196Z Downloaded icu_provider_macros v1.5.0
11312024-11-26T22:52:10.196Z Downloaded ascii-canvas v3.0.0
11322024-11-26T22:52:10.196Z Downloaded atomicwrites v0.4.4
11332024-11-26T22:52:10.198Z Downloaded heck v0.3.3
11342024-11-26T22:52:10.198Z Downloaded async-stream-impl v0.3.6
11352024-11-26T22:52:10.198Z Downloaded async-recursion v1.1.1
11362024-11-26T22:52:10.203Z Downloaded array-init v0.0.4
11372024-11-26T22:52:10.206Z Downloaded assert_matches v1.5.0
11382024-11-26T22:52:10.512Z Downloaded ring v0.17.8
11392024-11-26T22:52:10.613Z Downloaded aws-lc-sys v0.22.0
11402024-11-26T22:52:10.875Z Downloaded ring v0.16.20
11412024-11-26T22:52:10.956Z Downloaded libsqlite3-sys v0.30.1
11422024-11-26T22:52:11.136Z Compiling serde v1.0.215
11432024-11-26T22:52:11.138Z Compiling lock_api v0.4.12
11442024-11-26T22:52:11.138Z Compiling scopeguard v1.2.0
11452024-11-26T22:52:11.138Z Compiling value-bag v1.9.0
11462024-11-26T22:52:11.138Z Compiling typenum v1.17.0
11472024-11-26T22:52:11.302Z Compiling generic-array v0.14.7
11482024-11-26T22:52:11.347Z Compiling syn v2.0.87
11492024-11-26T22:52:11.362Z Compiling getrandom v0.2.15
11502024-11-26T22:52:11.436Z Compiling subtle v2.6.1
11512024-11-26T22:52:11.644Z Compiling rand_core v0.6.4
11522024-11-26T22:52:11.787Z Compiling log v0.4.22
11532024-11-26T22:52:11.882Z Compiling shlex v1.3.0
11542024-11-26T22:52:11.905Z Compiling jobserver v0.1.32
11552024-11-26T22:52:11.940Z Compiling smallvec v1.13.2
11562024-11-26T22:52:12.361Z Compiling const-oid v0.9.6
11572024-11-26T22:52:12.383Z Compiling spin v0.9.8
11582024-11-26T22:52:12.444Z Compiling cc v1.1.30
11592024-11-26T22:52:12.468Z Compiling pin-project-lite v0.2.14
11602024-11-26T22:52:12.604Z Compiling rustix v0.38.37
11612024-11-26T22:52:12.800Z Compiling parking_lot_core v0.9.10
11622024-11-26T22:52:12.823Z Compiling futures-core v0.3.31
11632024-11-26T22:52:13.026Z Compiling signal-hook-registry v1.4.2
11642024-11-26T22:52:13.086Z Compiling mio v1.0.2
11652024-11-26T22:52:13.582Z Compiling aho-corasick v1.1.3
11662024-11-26T22:52:13.932Z Compiling parking_lot v0.12.3
11672024-11-26T22:52:14.028Z Compiling cpufeatures v0.2.14
11682024-11-26T22:52:14.190Z Compiling either v1.13.0
11692024-11-26T22:52:14.318Z Compiling regex-syntax v0.8.5
11702024-11-26T22:52:14.391Z Compiling lazy_static v1.5.0
11712024-11-26T22:52:14.499Z Compiling stable_deref_trait v1.2.0
11722024-11-26T22:52:14.530Z Compiling futures-sink v0.3.31
11732024-11-26T22:52:14.626Z Compiling glob v0.3.1
11742024-11-26T22:52:14.648Z Compiling socket2 v0.5.7
11752024-11-26T22:52:14.707Z Compiling slab v0.4.9
11762024-11-26T22:52:14.935Z Compiling prettyplease v0.2.25
11772024-11-26T22:52:15.183Z Compiling minimal-lexical v0.2.1
11782024-11-26T22:52:15.652Z Compiling nom v7.1.3
11792024-11-26T22:52:15.726Z Compiling clang-sys v1.8.1
11802024-11-26T22:52:15.729Z Compiling libloading v0.8.5
11812024-11-26T22:52:15.729Z Compiling serde_json v1.0.132
11822024-11-26T22:52:16.105Z Compiling home v0.5.9
11832024-11-26T22:52:16.158Z Compiling bindgen v0.69.5
11842024-11-26T22:52:16.414Z Compiling futures-channel v0.3.31
11852024-11-26T22:52:16.858Z Compiling itertools v0.12.1
11862024-11-26T22:52:17.038Z Compiling foldhash v0.1.3
11872024-11-26T22:52:17.060Z Compiling pin-utils v0.1.0
11882024-11-26T22:52:17.169Z Compiling futures-task v0.3.31
11892024-11-26T22:52:17.358Z Compiling lazycell v1.3.0
11902024-11-26T22:52:17.613Z Compiling allocator-api2 v0.2.18
11912024-11-26T22:52:17.617Z Compiling rustc-hash v1.1.0
11922024-11-26T22:52:17.715Z Compiling futures-io v0.3.31
11932024-11-26T22:52:18.073Z Compiling cmake v0.1.51
11942024-11-26T22:52:18.347Z Compiling regex-automata v0.4.8
11952024-11-26T22:52:19.141Z Compiling hashbrown v0.15.0
11962024-11-26T22:52:19.541Z Compiling cexpr v0.6.0
11972024-11-26T22:52:19.616Z Compiling synstructure v0.13.1
11982024-11-26T22:52:20.554Z Compiling dunce v1.0.5
11992024-11-26T22:52:20.700Z Compiling libm v0.2.8
12002024-11-26T22:52:21.048Z Compiling tinyvec_macros v0.1.1
12012024-11-26T22:52:21.151Z Compiling pkg-config v0.3.31
12022024-11-26T22:52:21.374Z Compiling fs_extra v1.3.0
12032024-11-26T22:52:21.396Z Compiling tinyvec v1.8.0
12042024-11-26T22:52:21.505Z Compiling num-traits v0.2.19
12052024-11-26T22:52:22.093Z Compiling ring v0.17.8
12062024-11-26T22:52:22.762Z Compiling litemap v0.7.3
12072024-11-26T22:52:22.998Z Compiling unicode-normalization v0.1.24
12082024-11-26T22:52:23.167Z Compiling unicode-bidi v0.3.17
12092024-11-26T22:52:23.252Z Compiling writeable v0.5.5
12102024-11-26T22:52:23.346Z Compiling paste v1.0.15
12112024-11-26T22:52:23.458Z Compiling base64ct v1.6.0
12122024-11-26T22:52:23.947Z Compiling pem-rfc7468 v0.7.0
12132024-11-26T22:52:24.060Z Compiling regex v1.11.1
12142024-11-26T22:52:24.604Z Compiling httparse v1.9.5
12152024-11-26T22:52:24.684Z Compiling aws-lc-rs v1.10.0
12162024-11-26T22:52:25.100Z Compiling flagset v0.4.6
12172024-11-26T22:52:25.303Z Compiling tracing-core v0.1.32
12182024-11-26T22:52:25.465Z Compiling crossbeam-utils v0.8.20
12192024-11-26T22:52:25.912Z Compiling percent-encoding v2.3.1
12202024-11-26T22:52:26.085Z Compiling icu_locid_transform_data v1.5.0
12212024-11-26T22:52:26.202Z Compiling rustls-pki-types v1.9.0
12222024-11-26T22:52:26.333Z Compiling vcpkg v0.2.15
12232024-11-26T22:52:26.603Z Compiling icu_properties_data v1.5.0
12242024-11-26T22:52:26.626Z Compiling serde_derive v1.0.215
12252024-11-26T22:52:26.869Z Compiling zeroize_derive v1.4.2
12262024-11-26T22:52:27.028Z Compiling zerocopy-derive v0.7.35
12272024-11-26T22:52:27.275Z Compiling tokio-macros v2.4.0
12282024-11-26T22:52:28.467Z Compiling zerofrom-derive v0.1.4
12292024-11-26T22:52:28.507Z Compiling zeroize v1.8.1
12302024-11-26T22:52:28.755Z Compiling thiserror-impl v1.0.69
12312024-11-26T22:52:28.918Z Compiling yoke-derive v0.7.4
12322024-11-26T22:52:29.349Z Compiling zerocopy v0.7.35
12332024-11-26T22:52:30.285Z Compiling crypto-common v0.1.6
12342024-11-26T22:52:30.517Z Compiling block-buffer v0.10.4
12352024-11-26T22:52:30.783Z Compiling digest v0.10.7
12362024-11-26T22:52:31.013Z Compiling futures-macro v0.3.31
12372024-11-26T22:52:31.234Z Compiling hmac v0.12.1
12382024-11-26T22:52:31.282Z Compiling zerovec-derive v0.10.3
12392024-11-26T22:52:31.490Z Compiling block-padding v0.3.3
12402024-11-26T22:52:31.721Z Compiling displaydoc v0.2.5
12412024-11-26T22:52:31.943Z Compiling inout v0.1.3
12422024-11-26T22:52:32.233Z Compiling thiserror v1.0.69
12432024-11-26T22:52:32.256Z Compiling cipher v0.4.4
12442024-11-26T22:52:32.388Z Compiling sha2 v0.10.8
12452024-11-26T22:52:32.601Z Compiling zerofrom v0.1.4
12462024-11-26T22:52:32.764Z Compiling ppv-lite86 v0.2.20
12472024-11-26T22:52:32.822Z Compiling yoke v0.7.4
12482024-11-26T22:52:32.943Z Compiling futures-util v0.3.31
12492024-11-26T22:52:33.212Z Compiling icu_provider_macros v1.5.0
12502024-11-26T22:52:33.390Z Compiling der_derive v0.7.3
12512024-11-26T22:52:33.617Z Compiling rand_chacha v0.3.1
12522024-11-26T22:52:34.007Z Compiling zerovec v0.10.4
12532024-11-26T22:52:34.359Z Compiling tracing-attributes v0.1.27
12542024-11-26T22:52:35.738Z Compiling rand v0.8.5
12552024-11-26T22:52:35.833Z Compiling der v0.7.9
12562024-11-26T22:52:35.964Z Compiling tinystr v0.7.6
12572024-11-26T22:52:36.221Z Compiling icu_collections v1.5.0
12582024-11-26T22:52:36.401Z Compiling icu_locid v1.5.0
12592024-11-26T22:52:36.583Z Compiling salsa20 v0.10.2
12602024-11-26T22:52:36.831Z Compiling pest v2.7.14
12612024-11-26T22:52:37.746Z Compiling icu_provider v1.5.0
12622024-11-26T22:52:37.961Z Compiling pbkdf2 v0.12.2
12632024-11-26T22:52:38.150Z Compiling spki v0.7.3
12642024-11-26T22:52:38.251Z Compiling tracing v0.1.40
12652024-11-26T22:52:38.546Z Compiling icu_locid_transform v1.5.0
12662024-11-26T22:52:38.786Z Compiling time-core v0.1.2
12672024-11-26T22:52:38.807Z Compiling untrusted v0.7.1
12682024-11-26T22:52:38.978Z Compiling powerfmt v0.2.0
12692024-11-26T22:52:38.981Z Compiling untrusted v0.9.0
12702024-11-26T22:52:39.016Z Compiling mirai-annotations v1.12.0
12712024-11-26T22:52:39.186Z Compiling num-conv v0.1.0
12722024-11-26T22:52:39.285Z Compiling deranged v0.3.11
12732024-11-26T22:52:39.374Z Compiling scrypt v0.11.0
12742024-11-26T22:52:39.463Z Compiling aes v0.8.4
12752024-11-26T22:52:39.500Z Compiling time-macros v0.2.18
12762024-11-26T22:52:39.980Z Compiling icu_properties v1.5.1
12772024-11-26T22:52:40.022Z Compiling pest_meta v2.7.14
12782024-11-26T22:52:41.104Z Compiling bitflags v2.6.0
12792024-11-26T22:52:41.238Z Compiling bytes v1.8.0
12802024-11-26T22:52:42.346Z Compiling tokio v1.40.0
12812024-11-26T22:52:42.614Z Compiling indexmap v2.6.0
12822024-11-26T22:52:43.022Z Compiling http v1.1.0
12832024-11-26T22:52:43.154Z Compiling semver v1.0.23
12842024-11-26T22:52:43.973Z Compiling rustc_version v0.4.1
12852024-11-26T22:52:44.163Z Compiling cbc v0.1.2
12862024-11-26T22:52:44.423Z Compiling openssl-sys v0.9.103
12872024-11-26T22:52:44.656Z Compiling scroll_derive v0.12.0
12882024-11-26T22:52:45.004Z Compiling atomic-waker v1.1.2
12892024-11-26T22:52:45.207Z Compiling num_threads v0.1.7
12902024-11-26T22:52:45.353Z Compiling icu_normalizer_data v1.5.0
12912024-11-26T22:52:45.374Z Compiling utf16_iter v1.0.5
12922024-11-26T22:52:45.462Z Compiling write16 v1.0.0
12932024-11-26T22:52:45.559Z Compiling utf8_iter v1.0.4
12942024-11-26T22:52:45.602Z Compiling time v0.3.36
12952024-11-26T22:52:45.604Z Compiling http-body v1.0.1
12962024-11-26T22:52:45.779Z Compiling which v4.4.2
12972024-11-26T22:52:45.812Z Compiling icu_normalizer v1.5.0
12982024-11-26T22:52:45.877Z Compiling pkcs5 v0.7.1
12992024-11-26T22:52:46.047Z Compiling pest_generator v2.7.14
13002024-11-26T22:52:46.424Z Compiling scroll v0.12.0
13012024-11-26T22:52:47.056Z Compiling form_urlencoded v1.2.1
13022024-11-26T22:52:47.179Z Compiling slog v2.7.0
13032024-11-26T22:52:47.201Z Compiling try-lock v0.2.5
13042024-11-26T22:52:47.360Z Compiling want v0.3.1
13052024-11-26T22:52:47.384Z Compiling goblin v0.8.2
13062024-11-26T22:52:47.669Z Compiling idna_adapter v1.2.0
13072024-11-26T22:52:47.794Z Compiling pkcs8 v0.10.2
13082024-11-26T22:52:47.866Z Compiling httpdate v1.0.3
13092024-11-26T22:52:47.893Z Compiling idna v1.0.3
13102024-11-26T22:52:48.172Z Compiling pest_derive v2.7.14
13112024-11-26T22:52:48.543Z Compiling serde_tokenstream v0.2.2
13122024-11-26T22:52:48.980Z Compiling dtrace-parser v0.2.0
13132024-11-26T22:52:49.160Z Compiling toml_datetime v0.6.8
13142024-11-26T22:52:49.204Z Compiling serde_spanned v0.6.8
13152024-11-26T22:52:49.459Z Compiling uuid v1.11.0
13162024-11-26T22:52:49.677Z Compiling iana-time-zone v0.1.61
13172024-11-26T22:52:49.745Z Compiling match_cfg v0.1.0
13182024-11-26T22:52:49.850Z Compiling tower-service v0.3.3
13192024-11-26T22:52:49.991Z Compiling base64 v0.22.1
13202024-11-26T22:52:50.157Z Compiling foreign-types-shared v0.1.1
13212024-11-26T22:52:50.285Z Compiling adler2 v2.0.0
13222024-11-26T22:52:50.524Z Compiling openssl v0.10.66
13232024-11-26T22:52:50.792Z Compiling rustversion v1.0.17
13242024-11-26T22:52:50.905Z Compiling miniz_oxide v0.8.0
13252024-11-26T22:52:51.000Z Compiling tokio-util v0.7.12
13262024-11-26T22:52:51.044Z Compiling foreign-types v0.3.2
13272024-11-26T22:52:51.154Z Compiling chrono v0.4.38
13282024-11-26T22:52:51.213Z Compiling hostname v0.3.1
13292024-11-26T22:52:51.486Z Compiling url v2.5.3
13302024-11-26T22:52:52.512Z Compiling h2 v0.4.6
13312024-11-26T22:52:52.542Z Compiling async-trait v0.1.83
13322024-11-26T22:52:53.133Z Compiling openssl-macros v0.1.1
13332024-11-26T22:52:53.589Z Compiling dof v0.3.0
13342024-11-26T22:52:53.912Z Compiling dirs-sys-next v0.1.2
13352024-11-26T22:52:54.576Z Compiling usdt-impl v0.5.0
13362024-11-26T22:52:55.074Z Compiling siphasher v0.3.11
13372024-11-26T22:52:55.372Z Compiling rustls v0.23.14
13382024-11-26T22:52:55.485Z Compiling syn v1.0.109
13392024-11-26T22:52:55.642Z Compiling rustls v0.22.4
13402024-11-26T22:52:55.839Z Compiling native-tls v0.2.12
13412024-11-26T22:52:55.917Z Compiling data-encoding v2.6.0
13422024-11-26T22:52:56.208Z Compiling dirs-next v2.0.0
13432024-11-26T22:52:56.417Z Compiling http-body-util v0.1.2
13442024-11-26T22:52:57.023Z Compiling crossbeam-epoch v0.9.18
13452024-11-26T22:52:57.721Z Compiling heapless v0.7.17
13462024-11-26T22:52:57.839Z Compiling sha1 v0.10.6
13472024-11-26T22:52:57.899Z Compiling signature v2.2.0
13482024-11-26T22:52:58.147Z Compiling bzip2-sys v0.1.11+1.0.8
13492024-11-26T22:52:58.187Z Compiling serde_derive_internals v0.29.1
13502024-11-26T22:52:58.264Z Compiling thread_local v1.1.8
13512024-11-26T22:52:58.318Z Compiling multer v3.1.0
13522024-11-26T22:52:58.512Z Compiling cookie v0.18.1
13532024-11-26T22:52:58.611Z Compiling encoding_rs v0.8.34
13542024-11-26T22:52:58.638Z Compiling mime v0.3.17
13552024-11-26T22:52:58.796Z Compiling unicode-properties v0.1.3
13562024-11-26T22:52:58.817Z Compiling openssl-probe v0.1.5
13572024-11-26T22:52:59.186Z Compiling ipnet v2.10.1
13582024-11-26T22:52:59.188Z Compiling schemars v0.8.21
13592024-11-26T22:52:59.259Z Compiling rayon-core v1.12.1
13602024-11-26T22:52:59.517Z Compiling hyper v1.5.0
13612024-11-26T22:52:59.539Z Compiling signal-hook v0.3.17
13622024-11-26T22:52:59.818Z Compiling slog-async v2.8.0
13632024-11-26T22:53:00.369Z Compiling gimli v0.31.1
13642024-11-26T22:53:00.695Z Compiling stringprep v0.1.5
13652024-11-26T22:53:01.002Z Compiling schemars_derive v0.8.21
13662024-11-26T22:53:02.035Z Compiling hyper-util v0.1.10
13672024-11-26T22:53:03.384Z Compiling toml_edit v0.22.22
13682024-11-26T22:53:04.078Z Compiling usdt-attr-macro v0.5.0
13692024-11-26T22:53:04.469Z Compiling usdt-macro v0.5.0
13702024-11-26T22:53:05.048Z Compiling addr2line v0.24.2
13712024-11-26T22:53:05.281Z Compiling crossbeam-deque v0.8.5
13722024-11-26T22:53:05.305Z Compiling term v0.7.0
13732024-11-26T22:53:05.668Z Compiling slog-json v2.6.1
13742024-11-26T22:53:05.755Z Compiling serde_urlencoded v0.7.1
13752024-11-26T22:53:05.757Z Compiling crossbeam-channel v0.5.13
13762024-11-26T22:53:05.921Z Compiling curve25519-dalek v4.1.3
13772024-11-26T22:53:06.016Z Compiling enum-as-inner v0.6.1
13782024-11-26T22:53:06.285Z Compiling futures-executor v0.3.31
13792024-11-26T22:53:06.560Z Compiling md-5 v0.10.6
13802024-11-26T22:53:06.848Z Compiling rustls-pemfile v2.2.0
13812024-11-26T22:53:06.871Z Compiling async-stream-impl v0.3.6
13822024-11-26T22:53:06.892Z Compiling num-integer v0.1.46
13832024-11-26T22:53:06.926Z Compiling idna v0.3.0
13842024-11-26T22:53:07.172Z Compiling idna v0.4.0
13852024-11-26T22:53:07.242Z Compiling hash32 v0.2.1
13862024-11-26T22:53:07.619Z Compiling ff v0.13.0
13872024-11-26T22:53:07.787Z Compiling is-terminal v0.4.13
13882024-11-26T22:53:07.853Z Compiling dropshot v0.12.0
13892024-11-26T22:53:07.933Z Compiling object v0.36.5
13902024-11-26T22:53:08.161Z Compiling dyn-clone v1.0.17
13912024-11-26T22:53:08.330Z Compiling fallible-iterator v0.2.0
13922024-11-26T22:53:08.399Z Compiling portable-atomic v1.9.0
13932024-11-26T22:53:08.768Z Compiling take_mut v0.2.2
13942024-11-26T22:53:08.890Z Compiling linked-hash-map v0.5.6
13952024-11-26T22:53:08.936Z Compiling smoltcp v0.9.1
13962024-11-26T22:53:09.063Z Compiling psl-types v2.0.11
13972024-11-26T22:53:09.266Z Compiling base16ct v0.2.0
13982024-11-26T22:53:09.288Z Compiling rustc-demangle v0.1.24
13992024-11-26T22:53:09.469Z Compiling utf-8 v0.7.6
14002024-11-26T22:53:09.604Z Compiling anyhow v1.0.93
14012024-11-26T22:53:09.661Z Compiling num-bigint-dig v0.8.4
14022024-11-26T22:53:09.805Z Compiling quick-error v1.2.3
14032024-11-26T22:53:09.960Z Compiling resolv-conf v0.7.0
14042024-11-26T22:53:10.014Z Compiling tungstenite v0.24.0
14052024-11-26T22:53:10.337Z Compiling sec1 v0.7.3
14062024-11-26T22:53:10.721Z Compiling publicsuffix v2.2.3
14072024-11-26T22:53:10.782Z Compiling lru-cache v0.1.2
14082024-11-26T22:53:10.960Z Compiling postgres-protocol v0.6.7
14092024-11-26T22:53:11.012Z Compiling async-stream v0.3.6
14102024-11-26T22:53:11.858Z Compiling hickory-proto v0.24.1
14112024-11-26T22:53:12.252Z Compiling slog-term v2.9.1
14122024-11-26T22:53:12.404Z Compiling group v0.13.0
14132024-11-26T22:53:12.497Z Compiling usdt v0.5.0
14142024-11-26T22:53:13.042Z Compiling num-iter v0.1.45
14152024-11-26T22:53:13.242Z Compiling toml v0.8.19
14162024-11-26T22:53:13.666Z Compiling futures v0.3.31
14172024-11-26T22:53:13.803Z Compiling slog-bunyan v2.5.0
14182024-11-26T22:53:15.079Z Compiling tokio-native-tls v0.3.1
14192024-11-26T22:53:15.363Z Compiling camino v1.1.9
14202024-11-26T22:53:15.851Z Compiling backtrace v0.3.74
14212024-11-26T22:53:16.368Z Compiling phf_shared v0.11.2
14222024-11-26T22:53:16.391Z Compiling dropshot_endpoint v0.12.0
14232024-11-26T22:53:16.394Z Compiling terminal_size v0.4.0
14242024-11-26T22:53:16.435Z Compiling waitgroup v0.1.2
14252024-11-26T22:53:16.649Z Compiling openapiv3 v2.0.0
14262024-11-26T22:53:16.673Z Compiling serde_path_to_error v0.1.16
14272024-11-26T22:53:16.763Z Compiling hkdf v0.12.4
14282024-11-26T22:53:17.064Z Compiling crypto-bigint v0.5.5
14292024-11-26T22:53:17.555Z Compiling webpki-roots v0.26.6
14302024-11-26T22:53:17.803Z Compiling curve25519-dalek-derive v0.1.1
14312024-11-26T22:53:19.442Z Compiling zerocopy-derive v0.6.6
14322024-11-26T22:53:19.702Z Compiling idna v0.5.0
14332024-11-26T22:53:20.186Z Compiling hubpack_derive v0.1.1
14342024-11-26T22:53:21.109Z Compiling hostname v0.4.0
14352024-11-26T22:53:21.184Z Compiling ahash v0.8.11
14362024-11-26T22:53:21.268Z Compiling fs-err v2.11.0
14372024-11-26T22:53:21.365Z Compiling crc32fast v1.4.2
14382024-11-26T22:53:21.385Z Compiling bitflags v1.3.2
14392024-11-26T22:53:21.492Z Compiling winnow v0.5.40
14402024-11-26T22:53:21.518Z Compiling debug-ignore v1.0.5
14412024-11-26T22:53:21.580Z Compiling managed v0.8.0
14422024-11-26T22:53:21.670Z Compiling zerocopy v0.6.6
14432024-11-26T22:53:21.691Z Compiling flate2 v1.0.34
14442024-11-26T22:53:21.712Z Compiling console v0.15.8
14452024-11-26T22:53:22.585Z Compiling strum_macros v0.25.3
14462024-11-26T22:53:22.712Z Compiling clap_builder v4.5.21
14472024-11-26T22:53:23.171Z Compiling hubpack v0.1.2
14482024-11-26T22:53:23.331Z Compiling cookie_store v0.21.0
14492024-11-26T22:53:23.472Z Compiling elliptic-curve v0.13.8
14502024-11-26T22:53:24.305Z Compiling hickory-resolver v0.24.1
14512024-11-26T22:53:24.339Z Compiling phf v0.11.2
14522024-11-26T22:53:24.990Z Compiling signal-hook-mio v0.2.4
14532024-11-26T22:53:25.152Z Compiling toml_edit v0.19.15
14542024-11-26T22:53:25.504Z Compiling hyper-tls v0.6.0
14552024-11-26T22:53:25.555Z Compiling rayon v1.10.0
14562024-11-26T22:53:25.934Z Compiling bzip2 v0.4.4
14572024-11-26T22:53:26.876Z Compiling postgres-types v0.2.8
14582024-11-26T22:53:28.538Z Compiling tokio-tungstenite v0.24.0
14592024-11-26T22:53:30.512Z Compiling ed25519 v2.2.3
14602024-11-26T22:53:30.549Z Compiling phf_shared v0.10.0
14612024-11-26T22:53:30.973Z Compiling tokio-stream v0.1.16
14622024-11-26T22:53:31.142Z Compiling pkcs1 v0.7.5
14632024-11-26T22:53:31.825Z Compiling serde-big-array v0.5.1
14642024-11-26T22:53:32.077Z Compiling clap_derive v4.5.18
14652024-11-26T22:53:32.121Z Compiling rfc6979 v0.4.0
14662024-11-26T22:53:32.194Z Compiling serde_repr v0.1.19
14672024-11-26T22:53:32.336Z Compiling derive-where v1.2.7
14682024-11-26T22:53:32.423Z Compiling float-cmp v0.9.0
14692024-11-26T22:53:32.446Z Compiling bstr v1.10.0
14702024-11-26T22:53:32.658Z Compiling sync_wrapper v1.0.1
14712024-11-26T22:53:32.825Z Compiling unicode-segmentation v1.12.0
14722024-11-26T22:53:33.420Z Compiling static_assertions v1.1.0
14732024-11-26T22:53:33.461Z Compiling predicates-core v1.0.8
14742024-11-26T22:53:33.532Z Compiling bit-vec v0.6.3
14752024-11-26T22:53:33.756Z Compiling precomputed-hash v0.1.1
14762024-11-26T22:53:33.842Z Compiling unicode-width v0.2.0
14772024-11-26T22:53:33.881Z Compiling fixedbitset v0.4.2
14782024-11-26T22:53:34.009Z Compiling number_prefix v0.4.0
14792024-11-26T22:53:34.234Z Compiling normalize-line-endings v0.3.0
14802024-11-26T22:53:34.237Z Compiling whoami v1.5.2
14812024-11-26T22:53:34.356Z Compiling new_debug_unreachable v1.0.6
14822024-11-26T22:53:34.359Z Compiling difflib v0.4.0
14832024-11-26T22:53:34.395Z Compiling indicatif v0.17.9
14842024-11-26T22:53:34.475Z Compiling string_cache v0.8.7
14852024-11-26T22:53:34.926Z Compiling predicates v3.1.2
14862024-11-26T22:53:34.954Z Compiling tokio-postgres v0.7.12
14872024-11-26T22:53:35.990Z Compiling petgraph v0.6.5
14882024-11-26T22:53:36.051Z Compiling bit-set v0.5.3
14892024-11-26T22:53:36.349Z Compiling similar v2.6.0
14902024-11-26T22:53:36.712Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14912024-11-26T22:53:36.761Z Compiling ecdsa v0.16.9
14922024-11-26T22:53:37.107Z Compiling clap v4.5.21
14932024-11-26T22:53:37.244Z Compiling rsa v0.9.6
14942024-11-26T22:53:37.662Z Compiling ed25519-dalek v2.1.1
14952024-11-26T22:53:38.861Z Compiling toml v0.7.8
14962024-11-26T22:53:38.973Z Compiling zip v0.6.6
14972024-11-26T22:53:40.218Z Compiling crossterm v0.28.1
14982024-11-26T22:53:40.709Z Compiling hex v0.4.3
14992024-11-26T22:53:40.907Z Compiling x509-cert v0.2.5
15002024-11-26T22:53:41.093Z Compiling itertools v0.10.5
15012024-11-26T22:53:41.332Z Compiling peg-runtime v0.8.3
15022024-11-26T22:53:41.504Z Compiling lalrpop-util v0.19.12
15032024-11-26T22:53:41.893Z Compiling unicode-xid v0.2.6
15042024-11-26T22:53:42.037Z Compiling strum_macros v0.26.4
15052024-11-26T22:53:42.094Z Compiling xattr v1.3.1
15062024-11-26T22:53:42.374Z Compiling filetime v0.2.25
15072024-11-26T22:53:42.697Z Compiling tar v0.4.42
15082024-11-26T22:53:47.182Z Compiling strum v0.26.3
15092024-11-26T22:53:49.794Z Compiling aws-lc-sys v0.22.0
15102024-11-26T22:54:22.953Z Compiling rustls-webpki v0.102.8
15112024-11-26T22:54:26.355Z Compiling tokio-rustls v0.25.0
15122024-11-26T22:54:27.892Z Compiling tokio-rustls v0.26.0
15132024-11-26T22:54:28.171Z Compiling hyper-rustls v0.27.3
15142024-11-26T22:54:28.531Z Compiling reqwest v0.12.9
15152024-11-26T22:54:29.863Z Compiling qorb v0.2.0
15162024-11-26T22:54:34.724Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15172024-11-26T22:54:34.956Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15182024-11-26T22:54:40.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
15192024-11-26T22:54:40.921Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15202024-11-26T22:54:40.984ZNov 26 22:54:39.345 INFO Starting download, target: Clickhouse
15212024-11-26T22:54:40.984ZNov 26 22:54:39.346 INFO Starting download, target: Console
15222024-11-26T22:54:40.984ZNov 26 22:54:39.346 INFO Starting download, target: Cockroach
15232024-11-26T22:54:40.984ZNov 26 22:54:39.346 INFO Starting download, target: DendriteOpenapi
15242024-11-26T22:54:40.984ZNov 26 22:54:39.346 INFO Starting download, target: DendriteStub
15252024-11-26T22:54:40.992ZNov 26 22:54:39.346 INFO Starting download, target: MaghemiteMgd
15262024-11-26T22:54:40.992ZNov 26 22:54:39.346 INFO Starting download, target: TransceiverControl
15272024-11-26T22:54:40.992ZNov 26 22:54:39.347 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15282024-11-26T22:54:40.992ZNov 26 22:54:39.347 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15292024-11-26T22:54:40.992ZNov 26 22:54:39.347 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15302024-11-26T22:54:40.993ZNov 26 22:54:39.347 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15312024-11-26T22:54:40.993ZNov 26 22:54:39.347 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15322024-11-26T22:54:40.993ZNov 26 22:54:39.347 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15332024-11-26T22:54:40.993ZNov 26 22:54:39.347 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15342024-11-26T22:54:41.418ZNov 26 22:54:39.778 INFO Download complete, target: DendriteOpenapi
15352024-11-26T22:54:41.644ZNov 26 22:54:39.907 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15362024-11-26T22:54:41.872ZNov 26 22:54:40.183 INFO Download complete, target: Console
15372024-11-26T22:54:42.265ZNov 26 22:54:40.605 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15382024-11-26T22:54:42.845ZNov 26 22:54:41.214 INFO Download complete, target: TransceiverControl
15392024-11-26T22:54:42.855ZNov 26 22:54:41.226 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15402024-11-26T22:54:42.944ZNov 26 22:54:41.296 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15412024-11-26T22:54:43.078ZNov 26 22:54:41.435 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15422024-11-26T22:54:43.966ZNov 26 22:54:42.337 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15432024-11-26T22:54:43.966ZNov 26 22:54:42.337 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15442024-11-26T22:54:45.573ZNov 26 22:54:43.944 INFO Download complete, target: MaghemiteMgd
15452024-11-26T22:54:45.764ZNov 26 22:54:44.135 INFO Download complete, target: DendriteStub
15462024-11-26T22:54:50.951ZNov 26 22:54:49.321 INFO Checking that binary works, target: Cockroach
15472024-11-26T22:54:51.115ZNov 26 22:54:49.485 INFO Download complete, target: Cockroach
15482024-11-26T22:54:54.903ZNov 26 22:54:53.272 INFO Checking that binary works, target: Clickhouse
15492024-11-26T22:54:55.529ZNov 26 22:54:53.898 INFO Download complete, target: Clickhouse
15502024-11-26T22:54:55.536ZAll prerequisites installed successfully
15512024-11-26T22:54:55.539Z
15522024-11-26T22:54:55.539Zreal 5:13.707860300
15532024-11-26T22:54:55.539Zuser 16:37.654024569
15542024-11-26T22:54:55.539Zsys 3:18.547020009
15552024-11-26T22:54:55.539Ztrap 0.561102544
15562024-11-26T22:54:55.539Ztflt 6.635615467
15572024-11-26T22:54:55.539Zdflt 5.382199092
15582024-11-26T22:54:55.539Zkflt 0.263265514
15592024-11-26T22:54:55.539Zlock 30:16.693055951
15602024-11-26T22:54:55.539Zslp 1:03:46.235015688
15612024-11-26T22:54:55.539Zlat 55.619648057
15622024-11-26T22:54:55.539Zstop 2:24.565930481
15632024-11-26T22:54:55.539Z+ ptime -m cargo xtask download softnpu
15642024-11-26T22:54:56.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15652024-11-26T22:54:56.094Z Running `target/debug/xtask download softnpu`
15662024-11-26T22:54:56.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
15672024-11-26T22:54:56.995Z Running `target/debug/xtask-downloader softnpu`
15682024-11-26T22:54:57.035ZNov 26 22:54:55.404 INFO Starting download, target: Softnpu
15692024-11-26T22:54:57.038ZNov 26 22:54:55.404 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15702024-11-26T22:54:58.673ZNov 26 22:54:57.041 INFO Download complete, target: Softnpu
15712024-11-26T22:54:58.677Z
15722024-11-26T22:54:58.679Zreal 3.132820233
15732024-11-26T22:54:58.680Zuser 1.265832681
15742024-11-26T22:54:58.680Zsys 0.543270054
15752024-11-26T22:54:58.680Ztrap 0.000973426
15762024-11-26T22:54:58.680Ztflt 0.000009947
15772024-11-26T22:54:58.680Zdflt 0.000009008
15782024-11-26T22:54:58.680Zkflt 0.000000000
15792024-11-26T22:54:58.680Zlock 17.511450782
15802024-11-26T22:54:58.681Zslp 1.497452397
15812024-11-26T22:54:58.681Zlat 0.064389121
15822024-11-26T22:54:58.681Zstop 0.000183573
15832024-11-26T22:54:58.681Z+ export CARGO_INCREMENTAL=0
15842024-11-26T22:54:58.681Z+ CARGO_INCREMENTAL=0
15852024-11-26T22:54:58.681Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15862024-11-26T22:54:59.639Z Compiling proc-macro2 v1.0.89
15872024-11-26T22:54:59.639Z Compiling unicode-ident v1.0.13
15882024-11-26T22:54:59.639Z Compiling libc v0.2.162
15892024-11-26T22:54:59.639Z Compiling serde v1.0.215
15902024-11-26T22:54:59.641Z Compiling autocfg v1.4.0
15912024-11-26T22:54:59.641Z Compiling version_check v0.9.5
15922024-11-26T22:54:59.641Z Compiling cfg-if v1.0.0
15932024-11-26T22:54:59.918Z Compiling memchr v2.7.4
15942024-11-26T22:54:59.937Z Compiling shlex v1.3.0
15952024-11-26T22:54:59.977Z Compiling typenum v1.17.0
15962024-11-26T22:55:00.353Z Compiling value-bag v1.9.0
15972024-11-26T22:55:00.393Z Compiling scopeguard v1.2.0
15982024-11-26T22:55:00.552Z Compiling generic-array v0.14.7
15992024-11-26T22:55:00.748Z Compiling lock_api v0.4.12
16002024-11-26T22:55:00.837Z Compiling log v0.4.22
16012024-11-26T22:55:00.933Z Compiling parking_lot_core v0.9.10
16022024-11-26T22:55:01.346Z Compiling serde_json v1.0.132
16032024-11-26T22:55:01.363Z Compiling once_cell v1.20.2
16042024-11-26T22:55:01.648Z Compiling quote v1.0.37
16052024-11-26T22:55:01.674Z Compiling jobserver v0.1.32
16062024-11-26T22:55:01.692Z Compiling getrandom v0.2.15
16072024-11-26T22:55:01.764Z Compiling rustix v0.38.37
16082024-11-26T22:55:01.978Z Compiling libm v0.2.8
16092024-11-26T22:55:02.131Z Compiling syn v2.0.87
16102024-11-26T22:55:02.245Z Compiling cc v1.1.30
16112024-11-26T22:55:02.269Z Compiling thiserror v1.0.69
16122024-11-26T22:55:02.303Z Compiling aho-corasick v1.1.3
16132024-11-26T22:55:02.418Z Compiling regex-syntax v0.8.5
16142024-11-26T22:55:02.438Z Compiling num-traits v0.2.19
16152024-11-26T22:55:02.441Z Compiling either v1.13.0
16162024-11-26T22:55:02.753Z Compiling itoa v1.0.11
16172024-11-26T22:55:02.790Z Compiling spin v0.9.8
16182024-11-26T22:55:02.960Z Compiling slab v0.4.9
16192024-11-26T22:55:03.263Z Compiling byteorder v1.5.0
16202024-11-26T22:55:03.511Z Compiling errno v0.3.9
16212024-11-26T22:55:03.707Z Compiling rand_core v0.6.4
16222024-11-26T22:55:03.737Z Compiling lazy_static v1.5.0
16232024-11-26T22:55:03.853Z Compiling glob v0.3.1
16242024-11-26T22:55:04.424Z Compiling prettyplease v0.2.25
16252024-11-26T22:55:04.656Z Compiling clang-sys v1.8.1
16262024-11-26T22:55:04.848Z Compiling minimal-lexical v0.2.1
16272024-11-26T22:55:05.286Z Compiling nom v7.1.3
16282024-11-26T22:55:05.350Z Compiling libloading v0.8.5
16292024-11-26T22:55:05.374Z Compiling subtle v2.6.1
16302024-11-26T22:55:05.665Z Compiling bindgen v0.69.5
16312024-11-26T22:55:05.731Z Compiling home v0.5.9
16322024-11-26T22:55:05.955Z Compiling regex-automata v0.4.8
16332024-11-26T22:55:06.033Z Compiling allocator-api2 v0.2.18
16342024-11-26T22:55:06.253Z Compiling itertools v0.12.1
16352024-11-26T22:55:06.731Z Compiling rustc-hash v1.1.0
16362024-11-26T22:55:06.814Z Compiling smallvec v1.13.2
16372024-11-26T22:55:06.878Z Compiling semver v1.0.23
16382024-11-26T22:55:07.307Z Compiling lazycell v1.3.0
16392024-11-26T22:55:07.345Z Compiling cmake v0.1.51
16402024-11-26T22:55:07.669Z Compiling dunce v1.0.5
16412024-11-26T22:55:07.805Z Compiling fs_extra v1.3.0
16422024-11-26T22:55:08.732Z Compiling cexpr v0.6.0
16432024-11-26T22:55:08.855Z Compiling pkg-config v0.3.31
16442024-11-26T22:55:08.874Z Compiling ring v0.17.8
16452024-11-26T22:55:09.384Z Compiling pin-project-lite v0.2.14
16462024-11-26T22:55:09.518Z Compiling ryu v1.0.18
16472024-11-26T22:55:09.627Z Compiling fnv v1.0.7
16482024-11-26T22:55:09.764Z Compiling synstructure v0.13.1
16492024-11-26T22:55:10.009Z Compiling paste v1.0.15
16502024-11-26T22:55:10.280Z Compiling const-oid v0.9.6
16512024-11-26T22:55:10.409Z Compiling equivalent v1.0.1
16522024-11-26T22:55:10.527Z Compiling foldhash v0.1.3
16532024-11-26T22:55:10.545Z Compiling aws-lc-rs v1.10.0
16542024-11-26T22:55:10.807Z Compiling httparse v1.9.5
16552024-11-26T22:55:10.959Z Compiling hashbrown v0.15.0
16562024-11-26T22:55:11.475Z Compiling regex v1.11.1
16572024-11-26T22:55:12.249Z Compiling schemars v0.8.21
16582024-11-26T22:55:12.367Z Compiling heck v0.5.0
16592024-11-26T22:55:12.568Z Compiling serde_derive_internals v0.29.1
16602024-11-26T22:55:12.607Z Compiling signal-hook-registry v1.4.2
16612024-11-26T22:55:12.818Z Compiling mio v1.0.2
16622024-11-26T22:55:12.837Z Compiling parking_lot v0.12.3
16632024-11-26T22:55:14.701Z Compiling stable_deref_trait v1.2.0
16642024-11-26T22:55:14.819Z Compiling crossbeam-utils v0.8.20
16652024-11-26T22:55:14.861Z Compiling socket2 v0.5.7
16662024-11-26T22:55:14.861Z Compiling num-conv v0.1.0
16672024-11-26T22:55:15.150Z Compiling futures-core v0.3.31
16682024-11-26T22:55:15.351Z Compiling serde_derive v1.0.215
16692024-11-26T22:55:15.438Z Compiling zeroize_derive v1.4.2
16702024-11-26T22:55:15.542Z Compiling zerocopy-derive v0.7.35
16712024-11-26T22:55:16.412Z Compiling thiserror-impl v1.0.69
16722024-11-26T22:55:16.519Z Compiling tokio-macros v2.4.0
16732024-11-26T22:55:16.549Z Compiling zerofrom-derive v0.1.4
16742024-11-26T22:55:16.889Z Compiling zeroize v1.8.1
16752024-11-26T22:55:17.260Z Compiling yoke-derive v0.7.4
16762024-11-26T22:55:17.431Z Compiling futures-macro v0.3.31
16772024-11-26T22:55:17.789Z Compiling zerovec-derive v0.10.3
16782024-11-26T22:55:17.905Z Compiling zerocopy v0.7.35
16792024-11-26T22:55:18.867Z Compiling displaydoc v0.2.5
16802024-11-26T22:55:19.427Z Compiling crypto-common v0.1.6
16812024-11-26T22:55:19.521Z Compiling tracing-attributes v0.1.27
16822024-11-26T22:55:19.624Z Compiling icu_provider_macros v1.5.0
16832024-11-26T22:55:19.892Z Compiling block-buffer v0.10.4
16842024-11-26T22:55:20.012Z Compiling schemars_derive v0.8.21
16852024-11-26T22:55:20.122Z Compiling digest v0.10.7
16862024-11-26T22:55:20.398Z Compiling der_derive v0.7.3
16872024-11-26T22:55:20.577Z Compiling time-core v0.1.2
16882024-11-26T22:55:20.761Z Compiling time-macros v0.2.18
16892024-11-26T22:55:21.025Z Compiling vcpkg v0.2.15
16902024-11-26T22:55:22.646Z Compiling openssl-sys v0.9.103
16912024-11-26T22:55:23.597Z Compiling cpufeatures v0.2.14
16922024-11-26T22:55:23.705Z Compiling slog v2.7.0
16932024-11-26T22:55:23.730Z Compiling futures-sink v0.3.31
16942024-11-26T22:55:23.964Z Compiling ahash v0.8.11
16952024-11-26T22:55:23.984Z Compiling syn v1.0.109
16962024-11-26T22:55:24.481Z Compiling zerofrom v0.1.4
16972024-11-26T22:55:24.650Z Compiling scroll_derive v0.12.0
16982024-11-26T22:55:24.708Z Compiling iana-time-zone v0.1.61
16992024-11-26T22:55:24.863Z Compiling ucd-trie v0.1.7
17002024-11-26T22:55:25.154Z Compiling pest v2.7.14
17012024-11-26T22:55:25.394Z Compiling yoke v0.7.4
17022024-11-26T22:55:25.447Z Compiling futures-channel v0.3.31
17032024-11-26T22:55:26.018Z Compiling hmac v0.12.1
17042024-11-26T22:55:26.162Z Compiling openssl v0.10.66
17052024-11-26T22:55:26.192Z Compiling futures-io v0.3.31
17062024-11-26T22:55:26.244Z Compiling futures-task v0.3.31
17072024-11-26T22:55:26.540Z Compiling pin-utils v0.1.0
17082024-11-26T22:55:26.661Z Compiling futures-util v0.3.31
17092024-11-26T22:55:26.748Z Compiling zerovec v0.10.4
17102024-11-26T22:55:27.071Z Compiling block-padding v0.3.3
17112024-11-26T22:55:27.808Z Compiling pest_meta v2.7.14
17122024-11-26T22:55:28.169Z Compiling tinyvec_macros v0.1.1
17132024-11-26T22:55:28.264Z Compiling tinyvec v1.8.0
17142024-11-26T22:55:28.797Z Compiling bitflags v2.6.0
17152024-11-26T22:55:28.873Z Compiling bytes v1.8.0
17162024-11-26T22:55:30.793Z Compiling indexmap v2.6.0
17172024-11-26T22:55:31.960Z Compiling tokio v1.40.0
17182024-11-26T22:55:32.761Z Compiling serde_tokenstream v0.2.2
17192024-11-26T22:55:32.871Z Compiling http v1.1.0
17202024-11-26T22:55:33.341Z Compiling which v4.4.2
17212024-11-26T22:55:33.983Z Compiling uuid v1.11.0
17222024-11-26T22:55:34.321Z Compiling rustc_version v0.4.1
17232024-11-26T22:55:34.963Z Compiling chrono v0.4.38
17242024-11-26T22:55:37.139Z Compiling pest_generator v2.7.14
17252024-11-26T22:55:37.546Z Compiling toml_datetime v0.6.8
17262024-11-26T22:55:38.153Z Compiling serde_spanned v0.6.8
17272024-11-26T22:55:38.370Z Compiling inout v0.1.3
17282024-11-26T22:55:38.892Z Compiling openssl-macros v0.1.1
17292024-11-26T22:55:39.624Z Compiling rustls v0.23.14
17302024-11-26T22:55:39.911Z Compiling strsim v0.11.1
17312024-11-26T22:55:40.748Z Compiling native-tls v0.2.12
17322024-11-26T22:55:41.088Z Compiling pest_derive v2.7.14
17332024-11-26T22:55:41.429Z Compiling cipher v0.4.4
17342024-11-26T22:55:41.700Z Compiling unicode-normalization v0.1.24
17352024-11-26T22:55:41.869Z Compiling tinystr v0.7.6
17362024-11-26T22:55:41.919Z Compiling sha2 v0.10.8
17372024-11-26T22:55:42.344Z Compiling tracing-core v0.1.32
17382024-11-26T22:55:42.488Z Compiling usdt-impl v0.5.0
17392024-11-26T22:55:42.754Z Compiling litemap v0.7.3
17402024-11-26T22:55:42.811Z Compiling writeable v0.5.5
17412024-11-26T22:55:42.834Z Compiling base64ct v1.6.0
17422024-11-26T22:55:43.162Z Compiling unicode-bidi v0.3.17
17432024-11-26T22:55:43.329Z Compiling dyn-clone v1.0.17
17442024-11-26T22:55:43.358Z Compiling pem-rfc7468 v0.7.0
17452024-11-26T22:55:43.423Z Compiling icu_locid v1.5.0
17462024-11-26T22:55:44.000Z Compiling tracing v0.1.40
17472024-11-26T22:55:44.865Z Compiling scroll v0.12.0
17482024-11-26T22:55:45.230Z Compiling ppv-lite86 v0.2.20
17492024-11-26T22:55:45.462Z Compiling async-trait v0.1.83
17502024-11-26T22:55:45.723Z Compiling cookie v0.18.1
17512024-11-26T22:55:46.064Z Compiling flagset v0.4.6
17522024-11-26T22:55:46.231Z Compiling anyhow v1.0.93
17532024-11-26T22:55:46.265Z Compiling plain v0.2.3
17542024-11-26T22:55:47.703Z Compiling aws-lc-sys v0.22.0
17552024-11-26T22:55:47.729Z Compiling camino v1.1.9
17562024-11-26T22:55:48.391Z Compiling goblin v0.8.2
17572024-11-26T22:55:49.115Z Compiling der v0.7.9
17582024-11-26T22:55:53.801Z Compiling rand_chacha v0.3.1
17592024-11-26T22:55:55.467Z Compiling icu_provider v1.5.0
17602024-11-26T22:55:55.769Z Compiling icu_locid_transform_data v1.5.0
17612024-11-26T22:55:55.891Z Compiling percent-encoding v2.3.1
17622024-11-26T22:55:56.234Z Compiling untrusted v0.7.1
17632024-11-26T22:55:56.453Z Compiling rustls-pki-types v1.9.0
17642024-11-26T22:55:56.912Z Compiling rustls v0.22.4
17652024-11-26T22:55:57.173Z Compiling pretty-hex v0.4.1
17662024-11-26T22:55:57.305Z Compiling rayon-core v1.12.1
17672024-11-26T22:55:57.392Z Compiling dof v0.3.0
17682024-11-26T22:55:57.961Z Compiling icu_locid_transform v1.5.0
17692024-11-26T22:55:58.206Z Compiling rand v0.8.5
17702024-11-26T22:55:58.592Z Compiling spki v0.7.3
17712024-11-26T22:55:59.130Z Compiling salsa20 v0.10.2
17722024-11-26T22:55:59.161Z Compiling dtrace-parser v0.2.0
17732024-11-26T22:55:59.181Z Compiling tokio-util v0.7.12
17742024-11-26T22:55:59.843Z Compiling icu_collections v1.5.0
17752024-11-26T22:56:00.297Z Compiling pbkdf2 v0.12.2
17762024-11-26T22:56:00.799Z Compiling thread-id v4.2.2
17772024-11-26T22:56:00.918Z Compiling powerfmt v0.2.0
17782024-11-26T22:56:00.989Z Compiling icu_properties_data v1.5.0
17792024-11-26T22:56:01.256Z Compiling untrusted v0.9.0
17802024-11-26T22:56:01.408Z Compiling mirai-annotations v1.12.0
17812024-11-26T22:56:01.424Z Compiling winnow v0.5.40
17822024-11-26T22:56:01.631Z Compiling icu_properties v1.5.1
17832024-11-26T22:56:03.400Z Compiling deranged v0.3.11
17842024-11-26T22:56:05.477Z Compiling toml_edit v0.19.15
17852024-11-26T22:56:07.226Z Compiling scrypt v0.11.0
17862024-11-26T22:56:07.279Z Compiling cbc v0.1.2
17872024-11-26T22:56:07.325Z Compiling aes v0.8.4
17882024-11-26T22:56:07.677Z Compiling multer v3.1.0
17892024-11-26T22:56:07.729Z Compiling icu_normalizer_data v1.5.0
17902024-11-26T22:56:07.839Z Compiling utf8_iter v1.0.4
17912024-11-26T22:56:07.967Z Compiling write16 v1.0.0
17922024-11-26T22:56:08.091Z Compiling slog-async v2.8.0
17932024-11-26T22:56:08.111Z Compiling num_threads v0.1.7
17942024-11-26T22:56:08.377Z Compiling atomic-waker v1.1.2
17952024-11-26T22:56:08.754Z Compiling utf16_iter v1.0.5
17962024-11-26T22:56:08.853Z Compiling rustversion v1.0.17
17972024-11-26T22:56:08.964Z Compiling icu_normalizer v1.5.0
17982024-11-26T22:56:09.065Z Compiling time v0.3.36
17992024-11-26T22:56:10.197Z Compiling pkcs5 v0.7.1
18002024-11-26T22:56:11.322Z Compiling form_urlencoded v1.2.1
18012024-11-26T22:56:12.135Z Compiling http-body v1.0.1
18022024-11-26T22:56:12.411Z Compiling heapless v0.7.17
18032024-11-26T22:56:13.145Z Compiling bzip2-sys v0.1.11+1.0.8
18042024-11-26T22:56:13.492Z Compiling signal-hook v0.3.17
18052024-11-26T22:56:14.073Z Compiling try-lock v0.2.5
18062024-11-26T22:56:14.533Z Compiling want v0.3.1
18072024-11-26T22:56:16.100Z Compiling pkcs8 v0.10.2
18082024-11-26T22:56:16.121Z Compiling idna_adapter v1.2.0
18092024-11-26T22:56:16.836Z Compiling h2 v0.4.6
18102024-11-26T22:56:17.606Z Compiling usdt-macro v0.5.0
18112024-11-26T22:56:19.023Z Compiling usdt-attr-macro v0.5.0
18122024-11-26T22:56:19.800Z Compiling async-stream-impl v0.3.6
18132024-11-26T22:56:20.106Z Compiling adler2 v2.0.0
18142024-11-26T22:56:20.380Z Compiling httpdate v1.0.3
18152024-11-26T22:56:21.099Z Compiling miniz_oxide v0.8.0
18162024-11-26T22:56:21.957Z Compiling idna v1.0.3
18172024-11-26T22:56:23.669Z Compiling curve25519-dalek v4.1.3
18182024-11-26T22:56:24.083Z Compiling openapiv3 v2.0.0
18192024-11-26T22:56:24.294Z Compiling hyper v1.5.0
18202024-11-26T22:56:27.183Z Compiling enum-as-inner v0.6.1
18212024-11-26T22:56:28.267Z Compiling dropshot v0.12.0
18222024-11-26T22:56:28.465Z Compiling base64 v0.22.1
18232024-11-26T22:56:28.502Z Compiling tower-service v0.3.3
18242024-11-26T22:56:28.522Z Compiling num-bigint-dig v0.8.4
18252024-11-26T22:56:28.779Z Compiling match_cfg v0.1.0
18262024-11-26T22:56:28.808Z Compiling foreign-types-shared v0.1.1
18272024-11-26T22:56:28.882Z Compiling portable-atomic v1.9.0
18282024-11-26T22:56:28.920Z Compiling smoltcp v0.9.1
18292024-11-26T22:56:29.276Z Compiling foreign-types v0.3.2
18302024-11-26T22:56:29.386Z Compiling hostname v0.3.1
18312024-11-26T22:56:29.544Z Compiling hyper-util v0.1.10
18322024-11-26T22:56:35.422Z Compiling url v2.5.3
18332024-11-26T22:56:37.322Z Compiling dirs-sys-next v0.1.2
18342024-11-26T22:56:37.504Z Compiling data-encoding v2.6.0
18352024-11-26T22:56:37.527Z Compiling gimli v0.31.1
18362024-11-26T22:56:37.816Z Compiling ident_case v1.0.1
18372024-11-26T22:56:37.897Z Compiling siphasher v0.3.11
18382024-11-26T22:56:38.010Z Compiling heck v0.4.1
18392024-11-26T22:56:38.081Z Compiling darling_core v0.20.10
18402024-11-26T22:56:38.378Z Compiling dirs-next v2.0.0
18412024-11-26T22:56:40.947Z Compiling http-body-util v0.1.2
18422024-11-26T22:56:44.266Z Compiling addr2line v0.24.2
18432024-11-26T22:56:44.725Z Compiling crossbeam-epoch v0.9.18
18442024-11-26T22:56:44.934Z Compiling hubpack_derive v0.1.1
18452024-11-26T22:56:44.993Z Compiling dropshot_endpoint v0.12.0
18462024-11-26T22:56:45.251Z Compiling sha1 v0.10.6
18472024-11-26T22:56:45.467Z Compiling signature v2.2.0
18482024-11-26T22:56:45.696Z Compiling zerocopy-derive v0.6.6
18492024-11-26T22:56:45.717Z Compiling curve25519-dalek-derive v0.1.1
18502024-11-26T22:56:45.897Z Compiling object v0.36.5
18512024-11-26T22:56:47.149Z Compiling thread_local v1.1.8
18522024-11-26T22:56:47.619Z Compiling fs-err v2.11.0
18532024-11-26T22:56:47.640Z Compiling encoding_rs v0.8.34
18542024-11-26T22:56:49.216Z Compiling mime v0.3.17
18552024-11-26T22:56:55.504Z Compiling ipnet v2.10.1
18562024-11-26T22:56:56.592Z Compiling unicode-properties v0.1.3
18572024-11-26T22:56:56.783Z Compiling openssl-probe v0.1.5
18582024-11-26T22:56:57.005Z Compiling anstyle v1.0.10
18592024-11-26T22:56:57.089Z Compiling winnow v0.6.20
18602024-11-26T22:56:58.527Z Compiling utf8parse v0.2.2
18612024-11-26T22:56:58.663Z Compiling rustc-demangle v0.1.24
18622024-11-26T22:56:58.731Z Compiling anstyle-parse v0.2.5
18632024-11-26T22:56:59.637Z Compiling backtrace v0.3.74
18642024-11-26T22:57:01.010Z Compiling toml_edit v0.22.22
18652024-11-26T22:57:01.071Z Compiling stringprep v0.1.5
18662024-11-26T22:57:04.384Z Compiling rustls-webpki v0.102.8
18672024-11-26T22:57:05.114Z Compiling crossbeam-deque v0.8.5
18682024-11-26T22:57:08.470Z Compiling darling_macro v0.20.10
18692024-11-26T22:57:09.903Z Compiling term v0.7.0
18702024-11-26T22:57:10.794Z Compiling slog-json v2.6.1
18712024-11-26T22:57:11.317Z Compiling serde_urlencoded v0.7.1
18722024-11-26T22:57:12.605Z Compiling crossbeam-channel v0.5.13
18732024-11-26T22:57:12.654Z Compiling rustls-pemfile v2.2.0
18742024-11-26T22:57:13.506Z Compiling hashbrown v0.14.5
18752024-11-26T22:57:14.229Z Compiling idna v0.4.0
18762024-11-26T22:57:14.503Z Compiling idna v0.3.0
18772024-11-26T22:57:14.845Z Compiling futures-executor v0.3.31
18782024-11-26T22:57:15.957Z Compiling num-integer v0.1.46
18792024-11-26T22:57:15.993Z Compiling md-5 v0.10.6
18802024-11-26T22:57:16.054Z Compiling ff v0.13.0
18812024-11-26T22:57:16.243Z Compiling hash32 v0.2.1
18822024-11-26T22:57:16.290Z Compiling is-terminal v0.4.13
18832024-11-26T22:57:16.430Z Compiling memmap v0.7.0
18842024-11-26T22:57:16.685Z Compiling utf-8 v0.7.6
18852024-11-26T22:57:16.768Z Compiling is_terminal_polyfill v1.70.1
18862024-11-26T22:57:16.910Z Compiling psl-types v2.0.11
18872024-11-26T22:57:16.998Z Compiling base16ct v0.2.0
18882024-11-26T22:57:17.115Z Compiling fallible-iterator v0.2.0
18892024-11-26T22:57:17.297Z Compiling anstyle-query v1.1.1
18902024-11-26T22:57:17.470Z Compiling take_mut v0.2.2
18912024-11-26T22:57:17.870Z Compiling linked-hash-map v0.5.6
18922024-11-26T22:57:18.283Z Compiling quick-error v1.2.3
18932024-11-26T22:57:19.352Z Compiling colorchoice v1.0.2
18942024-11-26T22:57:19.533Z Compiling anstream v0.6.15
18952024-11-26T22:57:20.214Z Compiling resolv-conf v0.7.0
18962024-11-26T22:57:20.289Z Compiling lru-cache v0.1.2
18972024-11-26T22:57:20.938Z Compiling postgres-protocol v0.6.7
18982024-11-26T22:57:21.597Z Compiling sec1 v0.7.3
18992024-11-26T22:57:22.148Z Compiling publicsuffix v2.2.3
19002024-11-26T22:57:22.186Z Compiling tungstenite v0.24.0
19012024-11-26T22:57:22.340Z Compiling usdt v0.5.0
19022024-11-26T22:57:22.807Z Compiling num-iter v0.1.45
19032024-11-26T22:57:23.001Z Compiling slog-term v2.9.1
19042024-11-26T22:57:23.720Z Compiling group v0.13.0
19052024-11-26T22:57:24.052Z Compiling futures v0.3.31
19062024-11-26T22:57:24.139Z Compiling hickory-proto v0.24.1
19072024-11-26T22:57:24.176Z Compiling regress v0.10.1
19082024-11-26T22:57:26.854Z Compiling tokio-rustls v0.26.0
19092024-11-26T22:57:28.229Z Compiling slog-bunyan v2.5.0
19102024-11-26T22:57:28.263Z Compiling tokio-rustls v0.25.0
19112024-11-26T22:57:28.439Z Compiling darling v0.20.10
19122024-11-26T22:57:28.578Z Compiling toml v0.8.19
19132024-11-26T22:57:28.704Z Compiling tokio-native-tls v0.3.1
19142024-11-26T22:57:28.893Z Compiling strum_macros v0.25.3
19152024-11-26T22:57:28.974Z Compiling phf_shared v0.11.2
19162024-11-26T22:57:29.341Z Compiling async-stream v0.3.6
19172024-11-26T22:57:29.363Z Compiling waitgroup v0.1.2
19182024-11-26T22:57:29.576Z Compiling webpki-roots v0.26.6
19192024-11-26T22:57:30.127Z Compiling idna v0.5.0
19202024-11-26T22:57:30.176Z Compiling terminal_size v0.4.0
19212024-11-26T22:57:30.406Z Compiling serde_path_to_error v0.1.16
19222024-11-26T22:57:31.133Z Compiling hkdf v0.12.4
19232024-11-26T22:57:31.532Z Compiling crypto-bigint v0.5.5
19242024-11-26T22:57:31.644Z Compiling clap_derive v4.5.18
19252024-11-26T22:57:31.985Z Compiling serde_repr v0.1.19
19262024-11-26T22:57:32.564Z Compiling derive-where v1.2.7
19272024-11-26T22:57:33.047Z Compiling hostname v0.4.0
19282024-11-26T22:57:33.287Z Compiling crc32fast v1.4.2
19292024-11-26T22:57:33.612Z Compiling managed v0.8.0
19302024-11-26T22:57:33.632Z Compiling bitflags v1.3.2
19312024-11-26T22:57:34.074Z Compiling debug-ignore v1.0.5
19322024-11-26T22:57:34.230Z Compiling clap_lex v0.7.2
19332024-11-26T22:57:34.804Z Compiling unicode-width v0.1.14
19342024-11-26T22:57:35.314Z Compiling console v0.15.8
19352024-11-26T22:57:35.658Z Compiling clap_builder v4.5.21
19362024-11-26T22:57:35.813Z Compiling elliptic-curve v0.13.8
19372024-11-26T22:57:38.181Z Compiling flate2 v1.0.34
19382024-11-26T22:57:38.632Z Compiling cookie_store v0.21.0
19392024-11-26T22:57:39.911Z Compiling hickory-resolver v0.24.1
19402024-11-26T22:57:40.081Z Compiling hyper-rustls v0.27.3
19412024-11-26T22:57:44.643Z Compiling phf v0.11.2
19422024-11-26T22:57:45.263Z Compiling hyper-tls v0.6.0
19432024-11-26T22:57:45.584Z Compiling typify-impl v0.2.0
19442024-11-26T22:57:45.649Z Compiling signal-hook-mio v0.2.4
19452024-11-26T22:57:45.668Z Compiling rayon v1.10.0
19462024-11-26T22:57:45.820Z Compiling bzip2 v0.4.4
19472024-11-26T22:57:46.202Z Compiling tokio-tungstenite v0.24.0
19482024-11-26T22:57:46.339Z Compiling postgres-types v0.2.8
19492024-11-26T22:57:46.927Z Compiling zerocopy v0.6.6
19502024-11-26T22:57:46.948Z Compiling hubpack v0.1.2
19512024-11-26T22:57:47.469Z Compiling ed25519 v2.2.3
19522024-11-26T22:57:47.770Z Compiling phf_shared v0.10.0
19532024-11-26T22:57:47.825Z Compiling pkcs1 v0.7.5
19542024-11-26T22:57:48.156Z Compiling tokio-stream v0.1.16
19552024-11-26T22:57:49.051Z Compiling serde-big-array v0.5.1
19562024-11-26T22:57:49.239Z Compiling rfc6979 v0.4.0
19572024-11-26T22:57:49.295Z Compiling float-cmp v0.9.0
19582024-11-26T22:57:49.445Z Compiling sync_wrapper v1.0.1
19592024-11-26T22:57:49.517Z Compiling bstr v1.10.0
19602024-11-26T22:57:51.004Z Compiling unicode-segmentation v1.12.0
19612024-11-26T22:57:51.254Z Compiling unicode-width v0.2.0
19622024-11-26T22:57:51.257Z Compiling fixedbitset v0.4.2
19632024-11-26T22:57:51.699Z Compiling normalize-line-endings v0.3.0
19642024-11-26T22:57:51.804Z Compiling difflib v0.4.0
19652024-11-26T22:57:51.831Z Compiling static_assertions v1.1.0
19662024-11-26T22:57:51.893Z Compiling new_debug_unreachable v1.0.6
19672024-11-26T22:57:51.937Z Compiling precomputed-hash v0.1.1
19682024-11-26T22:57:52.003Z Compiling bit-vec v0.6.3
19692024-11-26T22:57:52.068Z Compiling whoami v1.5.2
19702024-11-26T22:57:52.385Z Compiling number_prefix v0.4.0
19712024-11-26T22:57:52.626Z Compiling predicates-core v1.0.8
19722024-11-26T22:57:52.643Z Compiling indicatif v0.17.9
19732024-11-26T22:57:52.952Z Compiling predicates v3.1.2
19742024-11-26T22:57:53.057Z Compiling tokio-postgres v0.7.12
19752024-11-26T22:57:53.092Z Compiling bit-set v0.5.3
19762024-11-26T22:57:53.407Z Compiling string_cache v0.8.7
19772024-11-26T22:57:53.838Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19782024-11-26T22:57:54.494Z Compiling similar v2.6.0
19792024-11-26T22:57:54.540Z Compiling petgraph v0.6.5
19802024-11-26T22:57:56.850Z Compiling reqwest v0.12.9
19812024-11-26T22:57:57.661Z Compiling typify-macro v0.2.0
19822024-11-26T22:57:58.624Z Compiling ecdsa v0.16.9
19832024-11-26T22:57:59.502Z Compiling qorb v0.2.0
19842024-11-26T22:58:01.353Z Compiling rsa v0.9.6
19852024-11-26T22:58:01.471Z Compiling ed25519-dalek v2.1.1
19862024-11-26T22:58:02.323Z Compiling zip v0.6.6
19872024-11-26T22:58:02.494Z Compiling crossterm v0.28.1
19882024-11-26T22:58:02.610Z Compiling clap v4.5.21
19892024-11-26T22:58:03.625Z Compiling toml v0.7.8
19902024-11-26T22:58:04.685Z Compiling x509-cert v0.2.5
19912024-11-26T22:58:05.321Z Compiling hex v0.4.3
19922024-11-26T22:58:06.063Z Compiling itertools v0.10.5
19932024-11-26T22:58:06.568Z Compiling zerocopy v0.8.10
19942024-11-26T22:58:06.714Z Compiling lalrpop-util v0.19.12
19952024-11-26T22:58:06.833Z Compiling peg-runtime v0.8.3
19962024-11-26T22:58:07.299Z Compiling unicode-xid v0.2.6
19972024-11-26T22:58:09.124Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19982024-11-26T22:58:13.425Z Compiling proc-macro-crate v1.3.1
19992024-11-26T22:58:14.330Z Compiling ipnetwork v0.20.0
20002024-11-26T22:58:14.349Z Compiling macaddr v1.0.1
20012024-11-26T22:58:14.666Z Compiling zerocopy-derive v0.8.10
20022024-11-26T22:58:14.991Z Compiling itertools v0.13.0
20032024-11-26T22:58:17.436Z Compiling heapless v0.8.0
20042024-11-26T22:58:18.443Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20052024-11-26T22:58:23.437Z Compiling num_enum_derive v0.5.11
20062024-11-26T22:58:31.264Z Compiling hash32 v0.3.1
20072024-11-26T22:58:32.023Z Compiling smoltcp v0.11.0
20082024-11-26T22:58:32.643Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20092024-11-26T22:58:37.183Z Compiling num_enum v0.5.11
20102024-11-26T22:58:37.379Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20112024-11-26T22:58:38.066Z Compiling typify v0.2.0
20122024-11-26T22:58:39.119Z Compiling proc-macro-error-attr v1.0.4
20132024-11-26T22:58:39.418Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20142024-11-26T22:58:39.421Z Compiling cobs v0.2.3
20152024-11-26T22:58:40.547Z Compiling unsafe-libyaml v0.2.11
20162024-11-26T22:58:41.703Z Compiling postcard v1.0.10
20172024-11-26T22:58:42.474Z Compiling serde_yaml v0.9.34+deprecated
20182024-11-26T22:58:58.012Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20192024-11-26T22:58:58.255Z Compiling progenitor-impl v0.8.0
20202024-11-26T22:59:09.184Z Compiling strum_macros v0.26.4
20212024-11-26T22:59:10.742Z Compiling structmeta-derive v0.3.0
20222024-11-26T22:59:10.845Z Compiling foreign-types-macros v0.2.3
20232024-11-26T22:59:10.867Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20242024-11-26T22:59:11.082Z Compiling proc-macro-error v1.0.4
20252024-11-26T22:59:11.764Z Compiling newtype-uuid v1.1.3
20262024-11-26T22:59:12.703Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20272024-11-26T22:59:12.863Z Compiling foreign-types-shared v0.3.1
20282024-11-26T22:59:13.311Z Compiling structmeta v0.3.0
20292024-11-26T22:59:13.736Z Compiling strum v0.26.3
20302024-11-26T22:59:13.938Z Compiling foreign-types v0.5.0
20312024-11-26T22:59:14.074Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20322024-11-26T22:59:23.305Z Compiling progenitor-macro v0.8.0
20332024-11-26T22:59:27.348Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20342024-11-26T22:59:27.524Z Compiling progenitor-client v0.8.0
20352024-11-26T22:59:28.496Z Compiling tabwriter v1.4.0
20362024-11-26T22:59:30.996Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20372024-11-26T22:59:31.483Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20382024-11-26T22:59:31.777Z Compiling cstr-argument v0.1.2
20392024-11-26T22:59:32.035Z Compiling dropshot v0.13.0
20402024-11-26T22:59:32.774Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20412024-11-26T22:59:33.065Z Compiling pretty-hex v0.2.1
20422024-11-26T22:59:33.293Z Compiling crucible-workspace-hack v0.1.0
20432024-11-26T22:59:33.427Z Compiling fastrand v2.1.1
20442024-11-26T22:59:33.602Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20452024-11-26T22:59:33.848Z Compiling tempfile v3.13.0
20462024-11-26T22:59:34.102Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20472024-11-26T22:59:34.270Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20482024-11-26T22:59:35.214Z Compiling parse-display-derive v0.10.0
20492024-11-26T22:59:35.327Z Compiling colored v2.1.0
20502024-11-26T22:59:35.584Z Compiling serde_with_macros v3.11.0
20512024-11-26T22:59:36.199Z Compiling progenitor v0.8.0
20522024-11-26T22:59:36.521Z Compiling dropshot_endpoint v0.13.0
20532024-11-26T22:59:36.546Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20542024-11-26T22:59:37.264Z Compiling instant v0.1.13
20552024-11-26T22:59:37.444Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20562024-11-26T22:59:37.928Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20572024-11-26T22:59:38.108Z Compiling serde_with v3.11.0
20582024-11-26T22:59:39.154Z Compiling parse-display v0.10.0
20592024-11-26T22:59:39.819Z Compiling backoff v0.4.0
20602024-11-26T22:59:40.196Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20612024-11-26T22:59:40.403Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20622024-11-26T22:59:40.964Z Compiling zone_cfg_derive v0.3.0
20632024-11-26T22:59:41.152Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20642024-11-26T22:59:41.756Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20652024-11-26T22:59:42.300Z Compiling camino-tempfile v1.1.1
20662024-11-26T22:59:42.536Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
20672024-11-26T22:59:42.634Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20682024-11-26T22:59:42.840Z Compiling regress v0.9.1
20692024-11-26T22:59:43.031Z Compiling num-derive v0.4.2
20702024-11-26T22:59:43.106Z Compiling sigpipe v0.1.3
20712024-11-26T22:59:43.248Z Compiling libefi-sys v0.1.0
20722024-11-26T22:59:43.541Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20732024-11-26T22:59:43.893Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20742024-11-26T22:59:45.207Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20752024-11-26T22:59:46.813Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20762024-11-26T22:59:47.137Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20772024-11-26T22:59:50.256Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
20782024-11-26T22:59:50.834Z Compiling zone v0.3.0
20792024-11-26T22:59:51.378Z Compiling smf v0.2.3
20802024-11-26T22:59:51.513Z Compiling bitfield-struct v0.6.2
20812024-11-26T22:59:52.527Z Compiling ring v0.16.20
20822024-11-26T22:59:52.892Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20832024-11-26T22:59:53.300Z Compiling blake3 v1.5.4
20842024-11-26T22:59:54.118Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20852024-11-26T22:59:54.547Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20862024-11-26T22:59:54.623Z Compiling xattr v1.3.1
20872024-11-26T22:59:54.902Z Compiling filetime v0.2.25
20882024-11-26T22:59:54.950Z Compiling memmap2 v0.9.5
20892024-11-26T22:59:55.263Z Compiling arrayvec v0.7.6
20902024-11-26T22:59:55.541Z Compiling spin v0.5.2
20912024-11-26T22:59:55.728Z Compiling constant_time_eq v0.3.1
20922024-11-26T22:59:55.780Z Compiling same-file v1.0.6
20932024-11-26T22:59:55.811Z Compiling arrayref v0.3.9
20942024-11-26T22:59:55.910Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20952024-11-26T22:59:56.041Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20962024-11-26T22:59:56.061Z Compiling walkdir v2.5.0
20972024-11-26T22:59:57.572Z Compiling tar v0.4.42
20982024-11-26T22:59:58.602Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20992024-11-26T22:59:58.861Z Compiling gethostname v0.5.0
21002024-11-26T22:59:59.027Z Compiling cargo-platform v0.1.8
21012024-11-26T22:59:59.069Z Compiling topological-sort v0.2.2
21022024-11-26T22:59:59.354Z Compiling cargo_metadata v0.18.1
21032024-11-26T23:00:02.775Z Compiling omicron-zone-package v0.11.1
21042024-11-26T23:00:03.377Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21052024-11-26T23:00:05.349Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21062024-11-26T23:00:07.637Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21072024-11-26T23:00:29.763Z Finished `release` profile [optimized] target(s) in 5m 30s
21082024-11-26T23:00:29.931Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21092024-11-26T23:00:29.976ZLogging to: /work/oxidecomputer/omicron/out/LOG
21102024-11-26T23:00:29.979ZCreated new build target 'test' and set it as active
21112024-11-26T23:00:29.979Z
21122024-11-26T23:00:29.979Zreal 5:31.229011962
21132024-11-26T23:00:29.979Zuser 37:11.159979267
21142024-11-26T23:00:29.979Zsys 4:58.499694837
21152024-11-26T23:00:29.979Ztrap 1.088322804
21162024-11-26T23:00:29.979Ztflt 3.393999825
21172024-11-26T23:00:29.979Zdflt 0.782679113
21182024-11-26T23:00:29.979Zkflt 0.040644053
21192024-11-26T23:00:29.979Zlock 1:18:38.010370394
21202024-11-26T23:00:29.979Zslp 2:36:26.016754864
21212024-11-26T23:00:29.980Zlat 2:35.200497715
21222024-11-26T23:00:29.980Zstop 4:37.533218669
21232024-11-26T23:00:29.980Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21242024-11-26T23:00:30.972Z Finished `release` profile [optimized] target(s) in 0.94s
21252024-11-26T23:00:31.036Z Running `target/release/omicron-package -t test package`
21262024-11-26T23:00:31.083ZLogging to: /work/oxidecomputer/omicron/out/LOG
21272024-11-26T23:00:32.242Z Compiling convert_case v0.4.0
21282024-11-26T23:00:32.247Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21292024-11-26T23:00:32.247Z Compiling itertools v0.13.0
21302024-11-26T23:00:32.247Z Compiling newline-converter v0.3.0
21312024-11-26T23:00:32.247Z Compiling password-hash v0.5.0
21322024-11-26T23:00:32.247Z Compiling progenitor-client v0.8.0
21332024-11-26T23:00:32.248Z Compiling blake2 v0.10.6
21342024-11-26T23:00:32.248Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21352024-11-26T23:00:32.563Z Compiling expectorate v1.1.0
21362024-11-26T23:00:32.620Z Compiling owo-colors v4.1.0
21372024-11-26T23:00:32.755Z Compiling cancel-safe-futures v0.1.5
21382024-11-26T23:00:32.891Z Compiling progenitor v0.8.0
21392024-11-26T23:00:32.938Z Compiling argon2 v0.5.3
21402024-11-26T23:00:33.087Z Compiling num-rational v0.4.2
21412024-11-26T23:00:33.138Z Compiling num-complex v0.4.6
21422024-11-26T23:00:33.239Z Compiling derive_more v0.99.18
21432024-11-26T23:00:33.634Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21442024-11-26T23:00:34.213Z Compiling num v0.4.3
21452024-11-26T23:00:34.334Z Compiling atomicwrites v0.4.4
21462024-11-26T23:00:34.352Z Compiling libsw v3.3.1
21472024-11-26T23:00:34.500Z Compiling indent_write v2.2.0
21482024-11-26T23:00:34.686Z Compiling float-ord v0.3.2
21492024-11-26T23:00:34.740Z Compiling linear-map v1.2.0
21502024-11-26T23:00:34.845Z Compiling swrite v0.1.0
21512024-11-26T23:00:34.867Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21522024-11-26T23:00:34.986Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21532024-11-26T23:00:35.179Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21542024-11-26T23:00:35.303Z Compiling base64 v0.21.7
21552024-11-26T23:00:35.477Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21562024-11-26T23:00:36.125Z Compiling highway v1.2.0
21572024-11-26T23:00:36.461Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21582024-11-26T23:00:37.152Z Compiling semver v0.1.20
21592024-11-26T23:00:37.573Z Compiling rustc_version v0.1.7
21602024-11-26T23:00:37.734Z Compiling newtype-uuid v1.1.3
21612024-11-26T23:00:38.002Z Compiling newtype_derive v0.1.6
21622024-11-26T23:00:38.084Z Compiling dropshot v0.13.0
21632024-11-26T23:00:38.163Z Compiling ipnetwork v0.20.0
21642024-11-26T23:00:38.389Z Compiling instant v0.1.13
21652024-11-26T23:00:38.558Z Compiling humantime v2.1.0
21662024-11-26T23:00:38.972Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21672024-11-26T23:00:39.422Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21682024-11-26T23:00:39.618Z Compiling backoff v0.4.0
21692024-11-26T23:00:39.725Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21702024-11-26T23:00:42.703Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21712024-11-26T23:00:43.078Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21722024-11-26T23:00:44.524Z Compiling parse-display v0.10.0
21732024-11-26T23:00:44.635Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21742024-11-26T23:00:44.855Z Compiling strum v0.26.3
21752024-11-26T23:00:45.061Z Compiling serde_with v3.11.0
21762024-11-26T23:00:45.086Z Compiling regress v0.9.1
21772024-11-26T23:00:48.731Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21782024-11-26T23:00:49.366Z Compiling macaddr v1.0.1
21792024-11-26T23:00:49.835Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21802024-11-26T23:00:50.126Z Compiling steno v0.4.1
21812024-11-26T23:00:50.703Z Compiling prettyplease v0.2.25
21822024-11-26T23:00:50.740Z Compiling slog-dtrace v0.3.0
21832024-11-26T23:00:51.144Z Compiling tungstenite v0.21.0
21842024-11-26T23:00:51.176Z Compiling display-error-chain v0.2.2
21852024-11-26T23:00:52.984Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21862024-11-26T23:00:54.739Z Compiling tokio-tungstenite v0.21.0
21872024-11-26T23:00:55.434Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21882024-11-26T23:00:55.741Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21892024-11-26T23:00:56.467Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21902024-11-26T23:00:56.846Z Compiling arc-swap v1.7.1
21912024-11-26T23:00:57.563Z Compiling slog-scope v4.4.0
21922024-11-26T23:00:58.402Z Compiling half v2.4.1
21932024-11-26T23:00:59.163Z Compiling ciborium-io v0.2.2
21942024-11-26T23:00:59.334Z Compiling ciborium-ll v0.2.2
21952024-11-26T23:00:59.704Z Compiling slog-stdlog v4.1.1
21962024-11-26T23:00:59.878Z Compiling ciborium v0.2.2
21972024-11-26T23:01:00.571Z Compiling slog-envlogger v2.2.0
21982024-11-26T23:01:02.093Z Compiling nibble_vec v0.1.0
21992024-11-26T23:01:02.360Z Compiling endian-type v0.1.2
22002024-11-26T23:01:02.630Z Compiling radix_trie v0.2.1
22012024-11-26T23:01:03.580Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22022024-11-26T23:01:09.844Z Compiling same-file v1.0.6
22032024-11-26T23:01:10.117Z Compiling fastrand v2.1.1
22042024-11-26T23:01:10.362Z Compiling walkdir v2.5.0
22052024-11-26T23:01:10.672Z Compiling tempfile v3.13.0
22062024-11-26T23:01:11.001Z Compiling blake3 v1.5.4
22072024-11-26T23:01:11.077Z Compiling ring v0.16.20
22082024-11-26T23:01:11.446Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22092024-11-26T23:01:11.645Z Compiling xattr v1.3.1
22102024-11-26T23:01:11.931Z Compiling filetime v0.2.25
22112024-11-26T23:01:12.261Z Compiling memmap2 v0.9.5
22122024-11-26T23:01:12.305Z Compiling constant_time_eq v0.3.1
22132024-11-26T23:01:12.485Z Compiling keccak v0.1.5
22142024-11-26T23:01:12.687Z Compiling arrayvec v0.7.6
22152024-11-26T23:01:12.721Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22162024-11-26T23:01:13.130Z Compiling arrayref v0.3.9
22172024-11-26T23:01:13.246Z Compiling spin v0.5.2
22182024-11-26T23:01:13.492Z Compiling sha3 v0.10.8
22192024-11-26T23:01:14.252Z Compiling tar v0.4.42
22202024-11-26T23:01:14.310Z Compiling camino-tempfile v1.1.1
22212024-11-26T23:01:14.576Z Compiling toolchain_find v0.4.0
22222024-11-26T23:01:14.772Z Compiling const_format_proc_macros v0.2.33
22232024-11-26T23:01:15.055Z Compiling topological-sort v0.2.2
22242024-11-26T23:01:15.178Z Compiling maplit v1.0.2
22252024-11-26T23:01:15.293Z Compiling radium v0.7.0
22262024-11-26T23:01:15.317Z Compiling crunchy v0.2.2
22272024-11-26T23:01:15.772Z Compiling rustfmt-wrapper v0.2.1
22282024-11-26T23:01:15.851Z Compiling omicron-zone-package v0.11.1
22292024-11-26T23:01:16.277Z Compiling pem v3.0.4
22302024-11-26T23:01:16.386Z Compiling tap v1.0.1
22312024-11-26T23:01:16.587Z Compiling maybe-uninit v2.0.0
22322024-11-26T23:01:16.722Z Compiling const_format v0.2.33
22332024-11-26T23:01:17.020Z Compiling tiny-keccak v2.0.2
22342024-11-26T23:01:17.155Z Compiling wyz v0.5.1
22352024-11-26T23:01:17.614Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22362024-11-26T23:01:17.683Z Compiling dsl_auto_type v0.1.2
22372024-11-26T23:01:17.768Z Compiling phf_generator v0.11.2
22382024-11-26T23:01:17.896Z Compiling scheduled-thread-pool v0.2.7
22392024-11-26T23:01:17.979Z Compiling secrecy v0.8.0
22402024-11-26T23:01:18.006Z Compiling diesel_table_macro_syntax v0.2.0
22412024-11-26T23:01:18.117Z Compiling async-recursion v1.1.1
22422024-11-26T23:01:18.267Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22432024-11-26T23:01:18.394Z Compiling packed_struct v0.10.1
22442024-11-26T23:01:18.580Z Compiling funty v2.0.0
22452024-11-26T23:01:18.819Z Compiling crc-catalog v2.4.0
22462024-11-26T23:01:19.005Z Compiling crc v3.2.1
22472024-11-26T23:01:19.147Z Compiling diesel_derives v2.2.3
22482024-11-26T23:01:19.196Z Compiling r2d2 v0.8.10
22492024-11-26T23:01:19.635Z Compiling phf_codegen v0.11.2
22502024-11-26T23:01:19.874Z Compiling bitvec v1.0.1
22512024-11-26T23:01:20.242Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22522024-11-26T23:01:21.061Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
22532024-11-26T23:01:21.063Z Compiling ascii-canvas v3.0.0
22542024-11-26T23:01:21.285Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22552024-11-26T23:01:21.600Z Compiling universal-hash v0.5.1
22562024-11-26T23:01:21.862Z Compiling thiserror-impl-no-std v2.0.2
22572024-11-26T23:01:24.645Z Compiling packed_struct_codegen v0.10.1
22582024-11-26T23:01:24.768Z Compiling parse-zoneinfo v0.3.1
22592024-11-26T23:01:26.440Z Compiling lzma-sys v0.1.20
22602024-11-26T23:01:27.131Z Compiling ena v0.14.3
22612024-11-26T23:01:27.169Z Compiling indexmap v1.9.3
22622024-11-26T23:01:27.504Z Compiling diff v0.1.13
22632024-11-26T23:01:27.534Z Compiling opaque-debug v0.3.1
22642024-11-26T23:01:27.662Z Compiling regex-syntax v0.6.29
22652024-11-26T23:01:28.082Z Compiling nodrop v0.1.14
22662024-11-26T23:01:28.247Z Compiling cfg_aliases v0.1.1
22672024-11-26T23:01:28.377Z Compiling nix v0.28.0
22682024-11-26T23:01:29.152Z Compiling array-init v0.0.4
22692024-11-26T23:01:30.408Z Compiling poly1305 v0.8.0
22702024-11-26T23:01:31.028Z Compiling diesel v2.2.4
22712024-11-26T23:01:31.862Z Compiling lalrpop v0.19.12
22722024-11-26T23:01:37.562Z Compiling chrono-tz-build v0.4.0
22732024-11-26T23:01:38.288Z Compiling thiserror-no-std v2.0.2
22742024-11-26T23:01:38.441Z Compiling smallvec v0.6.14
22752024-11-26T23:01:38.994Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22762024-11-26T23:01:39.346Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22772024-11-26T23:01:39.670Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22782024-11-26T23:01:39.924Z Compiling chacha20 v0.9.1
22792024-11-26T23:01:40.089Z Compiling heck v0.3.3
22802024-11-26T23:01:40.418Z Compiling aead v0.5.2
22812024-11-26T23:01:40.497Z Compiling vte_generate_state_changes v0.1.2
22822024-11-26T23:01:40.805Z Compiling hashbrown v0.12.3
22832024-11-26T23:01:41.183Z Compiling termcolor v1.4.1
22842024-11-26T23:01:42.275Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22852024-11-26T23:01:42.294Z Compiling bitfield v0.14.0
22862024-11-26T23:01:42.602Z Compiling ref-cast v1.0.23
22872024-11-26T23:01:42.666Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22882024-11-26T23:01:44.402Z Compiling env_logger v0.10.2
22892024-11-26T23:01:47.659Z Compiling vte v0.11.1
22902024-11-26T23:01:49.202Z Compiling chacha20poly1305 v0.10.1
22912024-11-26T23:01:49.473Z Compiling zone_cfg_derive v0.1.2
22922024-11-26T23:01:50.984Z Compiling serde-hex v0.1.0
22932024-11-26T23:01:56.366Z Compiling chrono-tz v0.10.0
22942024-11-26T23:01:56.369Z Compiling vsss-rs v3.3.4
22952024-11-26T23:01:57.279Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22962024-11-26T23:01:57.634Z Compiling ron v0.8.1
22972024-11-26T23:01:58.346Z Compiling polar-core v0.27.3
22982024-11-26T23:01:59.618Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22992024-11-26T23:01:59.933Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23002024-11-26T23:02:00.520Z Compiling derive_builder_core v0.20.2
23012024-11-26T23:02:00.889Z Compiling hashbrown v0.13.2
23022024-11-26T23:02:02.361Z Compiling fd-lock v4.0.2
23032024-11-26T23:02:02.626Z Compiling headers-core v0.3.0
23042024-11-26T23:02:02.709Z Compiling fxhash v0.2.1
23052024-11-26T23:02:02.832Z Compiling libxml v0.3.3
23062024-11-26T23:02:02.947Z Compiling ref-cast-impl v1.0.23
23072024-11-26T23:02:03.214Z Compiling simd-adler32 v0.3.7
23082024-11-26T23:02:03.664Z Compiling base64 v0.13.1
23092024-11-26T23:02:04.099Z Compiling lockfree-object-pool v0.1.6
23102024-11-26T23:02:04.425Z Compiling zip v2.1.3
23112024-11-26T23:02:04.428Z Compiling bumpalo v3.16.0
23122024-11-26T23:02:04.465Z Compiling crc-any v2.5.0
23132024-11-26T23:02:04.765Z Compiling bytecount v0.6.8
23142024-11-26T23:02:05.074Z Compiling papergrid v0.11.0
23152024-11-26T23:02:05.099Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23162024-11-26T23:02:05.410Z Compiling zopfli v0.8.1
23172024-11-26T23:02:08.619Z Compiling ron v0.7.1
23182024-11-26T23:02:09.922Z Compiling headers v0.4.0
23192024-11-26T23:02:13.765Z Compiling derive_builder_macro v0.20.2
23202024-11-26T23:02:14.015Z Compiling object v0.30.4
23212024-11-26T23:02:17.043Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23222024-11-26T23:02:17.742Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23232024-11-26T23:02:19.351Z Compiling xz2 v0.1.7
23242024-11-26T23:02:20.631Z Compiling zone v0.1.8
23252024-11-26T23:02:20.969Z Compiling strip-ansi-escapes v0.2.0
23262024-11-26T23:02:24.279Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23272024-11-26T23:02:24.731Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23282024-11-26T23:02:24.934Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23292024-11-26T23:02:25.252Z Compiling tabled_derive v0.7.0
23302024-11-26T23:02:27.215Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23312024-11-26T23:02:27.545Z Compiling yasna v0.5.2
23322024-11-26T23:02:27.567Z Compiling peg-macros v0.8.4
23332024-11-26T23:02:27.612Z Compiling strum_macros v0.24.3
23342024-11-26T23:02:28.761Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23352024-11-26T23:02:29.856Z Compiling kstat-rs v0.2.4
23362024-11-26T23:02:30.462Z Compiling samael v0.0.17
23372024-11-26T23:02:30.850Z Compiling sqlparser_derive v0.2.2
23382024-11-26T23:02:30.917Z Compiling unicase v2.7.0
23392024-11-26T23:02:30.937Z Compiling nu-ansi-term v0.50.1
23402024-11-26T23:02:30.997Z Compiling home v0.5.9
23412024-11-26T23:02:31.237Z Compiling path-slash v0.1.5
23422024-11-26T23:02:31.294Z Compiling unicode_categories v0.1.1
23432024-11-26T23:02:31.502Z Compiling indoc v1.0.9
23442024-11-26T23:02:31.626Z Compiling sqlformat v0.2.6
23452024-11-26T23:02:31.673Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23462024-11-26T23:02:31.927Z Compiling sqlparser v0.45.0
23472024-11-26T23:02:31.949Z Compiling reedline v0.35.0
23482024-11-26T23:02:32.074Z Compiling rustyline v14.0.0
23492024-11-26T23:02:35.985Z Compiling peg v0.8.4
23502024-11-26T23:02:36.121Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23512024-11-26T23:02:43.283Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23522024-11-26T23:02:43.343Z Compiling rcgen v0.12.1
23532024-11-26T23:02:47.390Z Compiling tabled v0.15.0
23542024-11-26T23:02:56.021Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23552024-11-26T23:02:57.149Z Compiling derive_builder v0.20.2
23562024-11-26T23:03:03.485Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23572024-11-26T23:03:06.306Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23582024-11-26T23:03:06.796Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23592024-11-26T23:03:07.101Z Compiling bcs v0.1.6
23602024-11-26T23:03:07.837Z Compiling oso-derive v0.27.3
23612024-11-26T23:03:08.032Z Compiling impl-trait-for-tuples v0.2.2
23622024-11-26T23:03:08.874Z Compiling libz-sys v1.1.20
23632024-11-26T23:03:09.550Z Compiling quick-xml v0.33.0
23642024-11-26T23:03:14.918Z Compiling subprocess v0.2.9
23652024-11-26T23:03:16.065Z Compiling diesel-dtrace v0.3.0
23662024-11-26T23:03:16.387Z Compiling parking_lot_core v0.8.6
23672024-11-26T23:03:17.552Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23682024-11-26T23:03:19.768Z Compiling oso v0.27.3
23692024-11-26T23:03:37.188Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23702024-11-26T23:03:38.861Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23712024-11-26T23:03:44.379Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23722024-11-26T23:03:47.652Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23732024-11-26T23:03:47.968Z Compiling bb8 v0.8.5
23742024-11-26T23:03:48.611Z Compiling buf-list v1.0.3
23752024-11-26T23:03:49.275Z Compiling async-bb8-diesel v0.2.1
23762024-11-26T23:03:51.466Z Compiling libgit2-sys v0.17.0+1.8.1
23772024-11-26T23:03:51.619Z Compiling pin-project-internal v1.1.6
23782024-11-26T23:03:52.252Z Compiling atty v0.2.14
23792024-11-26T23:03:52.439Z Compiling salty v0.3.0
23802024-11-26T23:03:54.343Z Compiling pin-project v1.1.6
23812024-11-26T23:03:54.894Z Compiling parking_lot v0.11.2
23822024-11-26T23:03:57.915Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23832024-11-26T23:03:58.674Z Compiling snafu-derive v0.8.5
23842024-11-26T23:03:59.036Z Compiling sled v0.34.7
23852024-11-26T23:04:02.854Z Compiling mime_guess v2.0.5
23862024-11-26T23:04:03.361Z Compiling snafu v0.8.5
23872024-11-26T23:04:04.751Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23882024-11-26T23:04:04.778Z Compiling hickory-client v0.24.1
23892024-11-26T23:04:06.128Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23902024-11-26T23:04:06.875Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23912024-11-26T23:04:06.972Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23922024-11-26T23:04:10.191Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23932024-11-26T23:04:11.778Z Compiling globset v0.4.15
23942024-11-26T23:04:12.201Z Compiling hickory-server v0.24.1
23952024-11-26T23:04:15.530Z Compiling primeorder v0.13.6
23962024-11-26T23:04:16.160Z Compiling olpc-cjson v0.1.4
23972024-11-26T23:04:16.479Z Compiling vergen v8.3.2
23982024-11-26T23:04:16.773Z Compiling env_filter v0.1.2
23992024-11-26T23:04:19.954Z Compiling cargo-platform v0.1.8
24002024-11-26T23:04:20.484Z Compiling serde_plain v1.0.2
24012024-11-26T23:04:21.031Z Compiling nanorand v0.7.0
24022024-11-26T23:04:21.773Z Compiling memoffset v0.9.1
24032024-11-26T23:04:22.109Z Compiling typed-path v0.9.3
24042024-11-26T23:04:27.065Z Compiling tough v0.19.0
24052024-11-26T23:04:29.447Z Compiling flume v0.11.1
24062024-11-26T23:04:30.196Z Compiling cargo_metadata v0.18.1
24072024-11-26T23:04:33.076Z Compiling env_logger v0.11.5
24082024-11-26T23:04:33.584Z Compiling p384 v0.13.0
24092024-11-26T23:04:34.469Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24102024-11-26T23:04:39.391Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24112024-11-26T23:04:44.399Z Compiling git2 v0.19.0
24122024-11-26T23:04:47.184Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24132024-11-26T23:04:49.952Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24142024-11-26T23:04:51.173Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24152024-11-26T23:04:53.741Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24162024-11-26T23:04:57.697Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24172024-11-26T23:04:58.093Z Compiling rand_seeder v0.3.0
24182024-11-26T23:04:58.515Z Compiling libsqlite3-sys v0.30.1
24192024-11-26T23:04:58.667Z Compiling cfg_aliases v0.2.1
24202024-11-26T23:04:58.800Z Compiling http-range v0.1.5
24212024-11-26T23:04:58.821Z Compiling parse-size v1.1.0
24222024-11-26T23:04:59.002Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24232024-11-26T23:04:59.118Z Compiling rustls v0.21.12
24242024-11-26T23:04:59.385Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24252024-11-26T23:04:59.425Z Compiling nix v0.29.0
24262024-11-26T23:04:59.450Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24272024-11-26T23:05:00.296Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24282024-11-26T23:05:00.805Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24292024-11-26T23:05:01.019Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24302024-11-26T23:05:01.462Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24312024-11-26T23:05:01.758Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
24322024-11-26T23:05:01.851Z Compiling sct v0.7.1
24332024-11-26T23:05:02.075Z Compiling rustls-webpki v0.101.7
24342024-11-26T23:05:02.323Z Compiling castaway v0.2.3
24352024-11-26T23:05:02.531Z Compiling csv-core v0.1.11
24362024-11-26T23:05:03.402Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24372024-11-26T23:05:03.732Z Compiling glob v0.3.1
24382024-11-26T23:05:04.560Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24392024-11-26T23:05:05.814Z Compiling csv v1.3.0
24402024-11-26T23:05:06.131Z Compiling compact_str v0.8.0
24412024-11-26T23:05:06.169Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24422024-11-26T23:05:07.950Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24432024-11-26T23:05:08.744Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24442024-11-26T23:05:09.213Z Compiling nix v0.27.1
24452024-11-26T23:05:12.279Z Compiling hyper-staticfile v0.10.1
24462024-11-26T23:05:15.249Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24472024-11-26T23:05:15.844Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24482024-11-26T23:05:17.107Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24492024-11-26T23:05:17.776Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24502024-11-26T23:05:21.643Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24512024-11-26T23:05:23.042Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24522024-11-26T23:05:23.399Z Compiling unicode-truncate v1.1.0
24532024-11-26T23:05:23.692Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24542024-11-26T23:05:24.007Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24552024-11-26T23:05:24.310Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24562024-11-26T23:05:25.301Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24572024-11-26T23:05:28.185Z Compiling hashlink v0.9.1
24582024-11-26T23:05:29.038Z Compiling tungstenite v0.23.0
24592024-11-26T23:05:31.596Z Compiling lru v0.12.5
24602024-11-26T23:05:31.801Z Compiling instability v0.3.2
24612024-11-26T23:05:31.978Z Compiling cassowary v0.3.0
24622024-11-26T23:05:32.243Z Compiling fallible-iterator v0.3.0
24632024-11-26T23:05:32.300Z Compiling fallible-streaming-iterator v0.1.9
24642024-11-26T23:05:32.607Z Compiling tokio-tungstenite v0.23.1
24652024-11-26T23:05:32.770Z Compiling ratatui v0.28.1
24662024-11-26T23:05:33.005Z Compiling rusqlite v0.32.1
24672024-11-26T23:05:33.249Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24682024-11-26T23:05:36.606Z Compiling tokio-rustls v0.24.1
24692024-11-26T23:05:37.109Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24702024-11-26T23:05:38.747Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24712024-11-26T23:05:43.103Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24722024-11-26T23:05:44.183Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24732024-11-26T23:05:51.570Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24742024-11-26T23:05:53.029Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24752024-11-26T23:05:57.208Z Compiling rustls-pemfile v1.0.4
24762024-11-26T23:05:57.629Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24772024-11-26T23:05:57.974Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24782024-11-26T23:05:58.025Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24792024-11-26T23:05:58.212Z Compiling signal-hook-tokio v0.3.1
24802024-11-26T23:05:58.423Z Compiling twox-hash v1.6.3
24812024-11-26T23:05:59.490Z Compiling smawk v0.3.2
24822024-11-26T23:05:59.831Z Compiling unicode-linebreak v0.1.5
24832024-11-26T23:06:00.197Z Compiling is_ci v1.2.0
24842024-11-26T23:06:00.402Z Compiling supports-color v3.0.1
24852024-11-26T23:06:00.537Z Compiling textwrap v0.16.1
24862024-11-26T23:06:02.975Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24872024-11-26T23:06:04.103Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24882024-11-26T23:06:09.012Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24892024-11-26T23:06:12.907Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24902024-11-26T23:06:18.214Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24912024-11-26T23:06:23.104Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24922024-11-26T23:06:23.173Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24932024-11-26T23:06:23.810Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24942024-11-26T23:06:36.430Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24952024-11-26T23:06:36.736Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24962024-11-26T23:06:43.108Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24972024-11-26T23:06:43.506Z Compiling fatfs v0.3.6
24982024-11-26T23:06:44.466Z Compiling rtoolbox v0.0.2
24992024-11-26T23:06:44.899Z Compiling assert_matches v1.5.0
25002024-11-26T23:06:46.376Z Compiling rpassword v7.3.1
25012024-11-26T23:06:46.851Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25022024-11-26T23:06:53.908Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25032024-11-26T23:06:55.459Z Compiling tui-tree-widget v0.22.0
25042024-11-26T23:06:55.928Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25052024-11-26T23:06:59.269Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25062024-11-26T23:07:03.358Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25072024-11-26T23:07:03.669Z Compiling uzers v0.12.1
25082024-11-26T23:07:06.878Z Compiling shell-words v1.1.0
25092024-11-26T23:07:07.318Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25102024-11-26T23:07:12.715Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25112024-11-26T23:07:14.945Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25122024-11-26T23:07:46.189Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25132024-11-26T23:07:48.632Z Compiling multimap v0.10.0
25142024-11-26T23:10:10.723Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25152024-11-26T23:10:11.935Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25162024-11-26T23:16:48.175Z Finished `release` profile [optimized] target(s) in 16m 16s
25172024-11-26T23:17:52.716Z
25182024-11-26T23:17:52.716Zreal 17:22.515097369
25192024-11-26T23:17:52.717Zuser 1:59:05.076371222
25202024-11-26T23:17:52.717Zsys 6:01.385539651
25212024-11-26T23:17:52.717Ztrap 2.920283877
25222024-11-26T23:17:52.717Ztflt 3.048461272
25232024-11-26T23:17:52.719Zdflt 4.812587431
25242024-11-26T23:17:52.719Zkflt 0.038612870
25252024-11-26T23:17:52.719Zlock 7:25:08.908767119
25262024-11-26T23:17:52.719Zslp 6:19:53.325366893
25272024-11-26T23:17:52.719Zlat 2:55.440050465
25282024-11-26T23:17:52.719Zstop 2:44.974600450
25292024-11-26T23:17:52.719Z+ mapfile -t packages
25302024-11-26T23:17:52.719Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25312024-11-26T23:17:53.729Z Finished `release` profile [optimized] target(s) in 0.96s
25322024-11-26T23:17:53.789Z Running `target/release/omicron-package -t test list-outputs`
25332024-11-26T23:17:53.838ZLogging to: /work/oxidecomputer/omicron/out/LOG
25342024-11-26T23:17:53.841Z+ ptime -m cargo build --locked --release -p xtask
25352024-11-26T23:17:54.401Z Compiling serde v1.0.215
25362024-11-26T23:17:54.404Z Compiling libc v0.2.162
25372024-11-26T23:17:54.404Z Compiling serde_json v1.0.132
25382024-11-26T23:17:54.404Z Compiling rustix v0.38.37
25392024-11-26T23:17:54.503Z Compiling syn v2.0.87
25402024-11-26T23:17:54.525Z Compiling bitflags v2.6.0
25412024-11-26T23:17:54.856Z Compiling usdt-impl v0.5.0
25422024-11-26T23:17:54.907Z Compiling syn v1.0.109
25432024-11-26T23:17:55.014Z Compiling hashbrown v0.15.0
25442024-11-26T23:17:55.034Z Compiling log v0.4.22
25452024-11-26T23:17:55.093Z Compiling fs-err v2.11.0
25462024-11-26T23:17:55.406Z Compiling anyhow v1.0.93
25472024-11-26T23:17:55.498Z Compiling once_cell v1.20.2
25482024-11-26T23:17:55.980Z Compiling thread-id v4.2.2
25492024-11-26T23:17:56.359Z Compiling indexmap v2.6.0
25502024-11-26T23:17:57.564Z Compiling terminal_size v0.4.0
25512024-11-26T23:17:57.564Z Compiling tempfile v3.13.0
25522024-11-26T23:17:57.814Z Compiling clap_builder v4.5.21
25532024-11-26T23:17:58.304Z Compiling proc-macro-error v1.0.4
25542024-11-26T23:17:59.576Z Compiling tabled_derive v0.7.0
25552024-11-26T23:18:00.846Z Compiling tabled v0.15.0
25562024-11-26T23:18:02.725Z Compiling serde_derive v1.0.215
25572024-11-26T23:18:03.058Z Compiling thiserror-impl v1.0.69
25582024-11-26T23:18:03.392Z Compiling zerocopy-derive v0.7.35
25592024-11-26T23:18:03.470Z Compiling scroll_derive v0.12.0
25602024-11-26T23:18:04.087Z Compiling clap_derive v4.5.18
25612024-11-26T23:18:04.928Z Compiling scroll v0.12.0
25622024-11-26T23:18:05.447Z Compiling zerocopy v0.7.35
25632024-11-26T23:18:05.580Z Compiling goblin v0.8.2
25642024-11-26T23:18:05.966Z Compiling thiserror v1.0.69
25652024-11-26T23:18:06.135Z Compiling pest v2.7.14
25662024-11-26T23:18:08.756Z Compiling pest_meta v2.7.14
25672024-11-26T23:18:10.884Z Compiling pest_generator v2.7.14
25682024-11-26T23:18:12.732Z Compiling clap v4.5.21
25692024-11-26T23:18:12.954Z Compiling pest_derive v2.7.14
25702024-11-26T23:18:13.755Z Compiling dtrace-parser v0.2.0
25712024-11-26T23:18:17.349Z Compiling toml_datetime v0.6.8
25722024-11-26T23:18:18.112Z Compiling serde_tokenstream v0.2.2
25732024-11-26T23:18:18.746Z Compiling serde_spanned v0.6.8
25742024-11-26T23:18:19.040Z Compiling toml_edit v0.22.22
25752024-11-26T23:18:19.406Z Compiling dof v0.3.0
25762024-11-26T23:18:21.761Z Compiling camino v1.1.9
25772024-11-26T23:18:23.163Z Compiling usdt-macro v0.5.0
25782024-11-26T23:18:23.182Z Compiling usdt-attr-macro v0.5.0
25792024-11-26T23:18:23.184Z Compiling toml v0.8.19
25802024-11-26T23:18:24.601Z Compiling cargo-platform v0.1.8
25812024-11-26T23:18:25.537Z Compiling semver v1.0.23
25822024-11-26T23:18:25.748Z Compiling usdt v0.5.0
25832024-11-26T23:18:27.061Z Compiling cargo_metadata v0.18.1
25842024-11-26T23:18:27.251Z Compiling cargo_toml v0.20.5
25852024-11-26T23:18:30.109Z Compiling camino-tempfile v1.1.1
25862024-11-26T23:18:30.127Z Compiling macaddr v1.0.1
25872024-11-26T23:18:39.635Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25882024-11-26T23:18:50.883Z Finished `release` profile [optimized] target(s) in 56.98s
25892024-11-26T23:18:50.997Z
25902024-11-26T23:18:51.000Zreal 57.117677582
25912024-11-26T23:18:51.000Zuser 5:47.967542123
25922024-11-26T23:18:51.000Zsys 31.594581011
25932024-11-26T23:18:51.000Ztrap 0.155125052
25942024-11-26T23:18:51.000Ztflt 0.326299499
25952024-11-26T23:18:51.000Zdflt 0.583640784
25962024-11-26T23:18:51.000Zkflt 0.000273749
25972024-11-26T23:18:51.000Zlock 11:26.194509163
25982024-11-26T23:18:51.000Zslp 16:52.598962651
25992024-11-26T23:18:51.000Zlat 13.639738225
26002024-11-26T23:18:51.000Zstop 16.272865901
26012024-11-26T23:18:51.001Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26022024-11-26T23:18:51.001Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26032024-11-26T23:18:51.001Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26042024-11-26T23:18:51.001Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26052024-11-26T23:18:51.001Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26062024-11-26T23:18:51.882Z Compiling hashbrown v0.14.5
26072024-11-26T23:18:52.012Z Compiling ident_case v1.0.1
26082024-11-26T23:18:52.024Z Compiling unsafe-libyaml v0.2.11
26092024-11-26T23:18:52.026Z Compiling progenitor-client v0.8.0
26102024-11-26T23:18:52.026Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26112024-11-26T23:18:52.026Z Compiling ipnetwork v0.20.0
26122024-11-26T23:18:52.026Z Compiling macaddr v1.0.1
26132024-11-26T23:18:52.038Z Compiling instant v0.1.13
26142024-11-26T23:18:52.158Z Compiling darling_core v0.20.10
26152024-11-26T23:18:52.216Z Compiling structmeta-derive v0.3.0
26162024-11-26T23:18:52.498Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26172024-11-26T23:18:52.521Z Compiling dropshot v0.13.0
26182024-11-26T23:18:52.540Z Compiling newtype-uuid v1.1.3
26192024-11-26T23:18:52.880Z Compiling dropshot_endpoint v0.13.0
26202024-11-26T23:18:53.028Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26212024-11-26T23:18:53.225Z Compiling regress v0.10.1
26222024-11-26T23:18:53.277Z Compiling serde_yaml v0.9.34+deprecated
26232024-11-26T23:18:53.298Z Compiling regress v0.9.1
26242024-11-26T23:18:53.807Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26252024-11-26T23:18:53.908Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26262024-11-26T23:18:53.999Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26272024-11-26T23:18:54.289Z Compiling backoff v0.4.0
26282024-11-26T23:18:54.655Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26292024-11-26T23:18:54.807Z Compiling tempfile v3.13.0
26302024-11-26T23:18:54.866Z Compiling proc-macro-crate v1.3.1
26312024-11-26T23:18:55.286Z Compiling structmeta v0.3.0
26322024-11-26T23:18:55.756Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26332024-11-26T23:18:55.775Z Compiling parse-display-derive v0.10.0
26342024-11-26T23:18:56.020Z Compiling num_enum_derive v0.5.11
26352024-11-26T23:18:56.151Z Compiling itertools v0.13.0
26362024-11-26T23:18:57.617Z Compiling typify-impl v0.2.0
26372024-11-26T23:18:58.306Z Compiling zerocopy v0.8.10
26382024-11-26T23:18:58.537Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26392024-11-26T23:18:58.692Z Compiling num_enum v0.5.11
26402024-11-26T23:18:58.864Z Compiling foreign-types-macros v0.2.3
26412024-11-26T23:18:58.883Z Compiling zerocopy-derive v0.8.10
26422024-11-26T23:18:59.306Z Compiling heapless v0.8.0
26432024-11-26T23:18:59.383Z Compiling darling_macro v0.20.10
26442024-11-26T23:18:59.504Z Compiling foreign-types-shared v0.3.1
26452024-11-26T23:18:59.639Z Compiling proc-macro-error v1.0.4
26462024-11-26T23:19:00.205Z Compiling foreign-types v0.5.0
26472024-11-26T23:19:00.369Z Compiling camino-tempfile v1.1.1
26482024-11-26T23:19:00.402Z Compiling darling v0.20.10
26492024-11-26T23:19:00.424Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26502024-11-26T23:19:00.576Z Compiling parse-display v0.10.0
26512024-11-26T23:19:00.582Z Compiling serde_with_macros v3.11.0
26522024-11-26T23:19:00.582Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26532024-11-26T23:19:00.848Z Compiling hash32 v0.3.1
26542024-11-26T23:19:01.119Z Compiling cstr-argument v0.1.2
26552024-11-26T23:19:01.171Z Compiling pretty-hex v0.2.1
26562024-11-26T23:19:01.291Z Compiling smoltcp v0.11.0
26572024-11-26T23:19:01.362Z Compiling crucible-workspace-hack v0.1.0
26582024-11-26T23:19:01.382Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26592024-11-26T23:19:01.681Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26602024-11-26T23:19:02.011Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26612024-11-26T23:19:02.079Z Compiling tabwriter v1.4.0
26622024-11-26T23:19:02.185Z Compiling colored v2.1.0
26632024-11-26T23:19:02.649Z Compiling cobs v0.2.3
26642024-11-26T23:19:02.966Z Compiling postcard v1.0.10
26652024-11-26T23:19:03.133Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26662024-11-26T23:19:03.397Z Compiling serde_with v3.11.0
26672024-11-26T23:19:03.428Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26682024-11-26T23:19:03.637Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26692024-11-26T23:19:03.685Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26702024-11-26T23:19:04.003Z Compiling smf v0.2.3
26712024-11-26T23:19:04.566Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26722024-11-26T23:19:05.503Z Compiling zone_cfg_derive v0.3.0
26732024-11-26T23:19:05.536Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
26742024-11-26T23:19:06.019Z Compiling num-derive v0.4.2
26752024-11-26T23:19:07.053Z Compiling sigpipe v0.1.3
26762024-11-26T23:19:07.188Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26772024-11-26T23:19:07.366Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26782024-11-26T23:19:07.452Z Compiling zone v0.3.0
26792024-11-26T23:19:07.510Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
26802024-11-26T23:19:08.014Z Compiling universal-hash v0.5.1
26812024-11-26T23:19:08.101Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26822024-11-26T23:19:08.213Z Compiling opaque-debug v0.3.1
26832024-11-26T23:19:08.234Z Compiling num-rational v0.4.2
26842024-11-26T23:19:08.328Z Compiling password-hash v0.5.0
26852024-11-26T23:19:08.350Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26862024-11-26T23:19:08.546Z Compiling num-complex v0.4.6
26872024-11-26T23:19:08.973Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26882024-11-26T23:19:09.131Z Compiling blake2 v0.10.6
26892024-11-26T23:19:09.305Z Compiling aead v0.5.2
26902024-11-26T23:19:09.378Z Compiling convert_case v0.4.0
26912024-11-26T23:19:09.420Z Compiling keccak v0.1.5
26922024-11-26T23:19:09.645Z Compiling argon2 v0.5.3
26932024-11-26T23:19:09.681Z Compiling num v0.4.3
26942024-11-26T23:19:09.809Z Compiling sha3 v0.10.8
26952024-11-26T23:19:10.113Z Compiling poly1305 v0.8.0
26962024-11-26T23:19:10.463Z Compiling derive_more v0.99.18
26972024-11-26T23:19:10.524Z Compiling tungstenite v0.21.0
26982024-11-26T23:19:10.544Z Compiling chacha20 v0.9.1
26992024-11-26T23:19:10.970Z Compiling base64 v0.21.7
27002024-11-26T23:19:11.046Z Compiling float-ord v0.3.2
27012024-11-26T23:19:11.243Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27022024-11-26T23:19:11.716Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27032024-11-26T23:19:11.751Z Compiling tokio-tungstenite v0.21.0
27042024-11-26T23:19:11.825Z Compiling same-file v1.0.6
27052024-11-26T23:19:11.845Z Compiling semver v0.1.20
27062024-11-26T23:19:12.150Z Compiling walkdir v2.5.0
27072024-11-26T23:19:12.362Z Compiling rustc_version v0.1.7
27082024-11-26T23:19:12.544Z Compiling newline-converter v0.3.0
27092024-11-26T23:19:12.568Z Compiling primeorder v0.13.6
27102024-11-26T23:19:12.727Z Compiling secrecy v0.8.0
27112024-11-26T23:19:12.783Z Compiling owo-colors v4.1.0
27122024-11-26T23:19:12.900Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27132024-11-26T23:19:12.963Z Compiling cancel-safe-futures v0.1.5
27142024-11-26T23:19:12.993Z Compiling newtype_derive v0.1.6
27152024-11-26T23:19:13.129Z Compiling expectorate v1.1.0
27162024-11-26T23:19:13.295Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27172024-11-26T23:19:13.316Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27182024-11-26T23:19:13.321Z Compiling thiserror-impl-no-std v2.0.2
27192024-11-26T23:19:13.387Z Compiling blake3 v1.5.4
27202024-11-26T23:19:13.649Z Compiling ring v0.16.20
27212024-11-26T23:19:13.734Z Compiling half v2.4.1
27222024-11-26T23:19:13.762Z Compiling unicase v2.7.0
27232024-11-26T23:19:14.068Z Compiling ciborium-io v0.2.2
27242024-11-26T23:19:14.089Z Compiling arc-swap v1.7.1
27252024-11-26T23:19:14.214Z Compiling ciborium-ll v0.2.2
27262024-11-26T23:19:14.650Z Compiling slog-scope v4.4.0
27272024-11-26T23:19:14.772Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27282024-11-26T23:19:15.262Z Compiling polyval v0.6.2
27292024-11-26T23:19:15.683Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27302024-11-26T23:19:15.722Z Compiling atomicwrites v0.4.4
27312024-11-26T23:19:15.742Z Compiling libsw v3.3.1
27322024-11-26T23:19:16.077Z Compiling memmap2 v0.9.5
27332024-11-26T23:19:16.108Z Compiling arrayref v0.3.9
27342024-11-26T23:19:16.216Z Compiling arrayvec v0.7.6
27352024-11-26T23:19:16.538Z Compiling typify-macro v0.2.0
27362024-11-26T23:19:16.569Z Compiling libefi-sys v0.1.0
27372024-11-26T23:19:16.640Z Compiling thiserror-no-std v2.0.2
27382024-11-26T23:19:16.673Z Compiling spin v0.5.2
27392024-11-26T23:19:16.772Z Compiling indent_write v2.2.0
27402024-11-26T23:19:16.864Z Compiling linear-map v1.2.0
27412024-11-26T23:19:16.931Z Compiling constant_time_eq v0.3.1
27422024-11-26T23:19:17.009Z Compiling salty v0.3.0
27432024-11-26T23:19:17.115Z Compiling parking_lot_core v0.8.6
27442024-11-26T23:19:17.256Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27452024-11-26T23:19:17.530Z Compiling vsss-rs v3.3.4
27462024-11-26T23:19:17.610Z Compiling ghash v0.5.1
27472024-11-26T23:19:17.810Z Compiling slog-stdlog v4.1.1
27482024-11-26T23:19:17.832Z Compiling ciborium v0.2.2
27492024-11-26T23:19:18.349Z Compiling p384 v0.13.0
27502024-11-26T23:19:18.675Z Compiling toolchain_find v0.4.0
27512024-11-26T23:19:18.697Z Compiling chacha20poly1305 v0.10.1
27522024-11-26T23:19:18.958Z Compiling ctr v0.9.2
27532024-11-26T23:19:19.345Z Compiling lzma-sys v0.1.20
27542024-11-26T23:19:19.394Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27552024-11-26T23:19:19.434Z Compiling bitfield-struct v0.6.2
27562024-11-26T23:19:19.816Z Compiling slog-dtrace v0.3.0
27572024-11-26T23:19:19.964Z Compiling highway v1.2.0
27582024-11-26T23:19:20.159Z Compiling topological-sort v0.2.2
27592024-11-26T23:19:20.401Z Compiling omicron-zone-package v0.11.1
27602024-11-26T23:19:20.431Z Compiling aes-gcm v0.10.3
27612024-11-26T23:19:20.739Z Compiling rustfmt-wrapper v0.2.1
27622024-11-26T23:19:20.759Z Compiling mime_guess v2.0.5
27632024-11-26T23:19:20.989Z Compiling typify v0.2.0
27642024-11-26T23:19:21.010Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27652024-11-26T23:19:21.155Z Compiling progenitor-impl v0.8.0
27662024-11-26T23:19:21.282Z Compiling slog-envlogger v2.2.0
27672024-11-26T23:19:21.306Z Compiling steno v0.4.1
27682024-11-26T23:19:22.100Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27692024-11-26T23:19:22.171Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27702024-11-26T23:19:22.219Z Compiling heck v0.3.3
27712024-11-26T23:19:22.239Z Compiling ssh-encoding v0.2.0
27722024-11-26T23:19:22.672Z Compiling blowfish v0.9.1
27732024-11-26T23:19:22.795Z Compiling nibble_vec v0.1.0
27742024-11-26T23:19:22.824Z Compiling env_filter v0.1.2
27752024-11-26T23:19:23.040Z Compiling endian-type v0.1.2
27762024-11-26T23:19:23.043Z Compiling humantime v2.1.0
27772024-11-26T23:19:23.158Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27782024-11-26T23:19:23.296Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27792024-11-26T23:19:23.317Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27802024-11-26T23:19:23.366Z Compiling radix_trie v0.2.1
27812024-11-26T23:19:23.582Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27822024-11-26T23:19:23.621Z Compiling env_logger v0.11.5
27832024-11-26T23:19:23.658Z Compiling bcrypt-pbkdf v0.10.0
27842024-11-26T23:19:23.685Z Compiling zone_cfg_derive v0.1.2
27852024-11-26T23:19:24.073Z Compiling ssh-cipher v0.2.0
27862024-11-26T23:19:24.295Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27872024-11-26T23:19:24.657Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27882024-11-26T23:19:24.997Z Compiling parking_lot v0.11.2
27892024-11-26T23:19:25.338Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27902024-11-26T23:19:25.475Z Compiling password-hash v0.4.2
27912024-11-26T23:19:25.799Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
27922024-11-26T23:19:25.820Z Compiling gethostname v0.5.0
27932024-11-26T23:19:25.945Z Compiling fxhash v0.2.1
27942024-11-26T23:19:25.977Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27952024-11-26T23:19:26.064Z Compiling base64 v0.13.1
27962024-11-26T23:19:26.180Z Compiling lockfree-object-pool v0.1.6
27972024-11-26T23:19:26.284Z Compiling bumpalo v3.16.0
27982024-11-26T23:19:26.432Z Compiling matches v0.1.10
27992024-11-26T23:19:26.459Z Compiling simd-adler32 v0.3.7
28002024-11-26T23:19:26.477Z Compiling zip v2.1.3
28012024-11-26T23:19:26.542Z Compiling http-range v0.1.5
28022024-11-26T23:19:26.701Z Compiling idna v0.2.3
28032024-11-26T23:19:26.812Z Compiling zopfli v0.8.1
28042024-11-26T23:19:26.838Z Compiling ron v0.7.1
28052024-11-26T23:19:26.891Z Compiling sled v0.34.7
28062024-11-26T23:19:26.911Z Compiling pbkdf2 v0.11.0
28072024-11-26T23:19:27.034Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28082024-11-26T23:19:27.292Z Compiling xz2 v0.1.7
28092024-11-26T23:19:27.779Z Compiling zone v0.1.8
28102024-11-26T23:19:27.803Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28112024-11-26T23:19:28.642Z Compiling ssh-key v0.6.6
28122024-11-26T23:19:28.975Z Compiling hickory-client v0.24.1
28132024-11-26T23:19:29.395Z Compiling p521 v0.13.3
28142024-11-26T23:19:29.425Z Compiling p256 v0.13.2
28152024-11-26T23:19:29.680Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
28162024-11-26T23:19:29.683Z Compiling progenitor-macro v0.8.0
28172024-11-26T23:19:30.335Z Compiling hickory-server v0.24.1
28182024-11-26T23:19:30.503Z Compiling enum-as-inner v0.5.1
28192024-11-26T23:19:30.920Z Compiling pem v3.0.4
28202024-11-26T23:19:31.540Z Compiling yasna v0.5.2
28212024-11-26T23:19:31.777Z Compiling headers-core v0.3.0
28222024-11-26T23:19:31.780Z Compiling kstat-rs v0.2.4
28232024-11-26T23:19:31.967Z Compiling nanorand v0.7.0
28242024-11-26T23:19:32.453Z Compiling atty v0.2.14
28252024-11-26T23:19:32.560Z Compiling russh-cryptovec v0.7.3
28262024-11-26T23:19:32.614Z Compiling md5 v0.7.0
28272024-11-26T23:19:32.906Z Compiling rcgen v0.12.1
28282024-11-26T23:19:33.141Z Compiling russh-keys v0.45.0
28292024-11-26T23:19:33.285Z Compiling flume v0.11.1
28302024-11-26T23:19:33.337Z Compiling headers v0.4.0
28312024-11-26T23:19:33.615Z Compiling trust-dns-proto v0.22.0
28322024-11-26T23:19:34.017Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28332024-11-26T23:19:35.374Z Compiling hyper-staticfile v0.10.1
28342024-11-26T23:19:36.561Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28352024-11-26T23:19:37.188Z Compiling num-bigint v0.4.6
28362024-11-26T23:19:37.552Z Compiling des v0.8.1
28372024-11-26T23:19:37.639Z Compiling subprocess v0.2.9
28382024-11-26T23:19:37.662Z Compiling dhcproto-macros v0.1.0
28392024-11-26T23:19:37.913Z Compiling display-error-chain v0.2.2
28402024-11-26T23:19:38.144Z Compiling hex-literal v0.4.1
28412024-11-26T23:19:38.309Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28422024-11-26T23:19:38.650Z Compiling dhcproto v0.12.0
28432024-11-26T23:19:38.671Z Compiling internet-checksum v0.2.1
28442024-11-26T23:19:40.268Z Compiling russh v0.45.0
28452024-11-26T23:19:42.529Z Compiling progenitor v0.8.0
28462024-11-26T23:19:42.661Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28472024-11-26T23:19:42.664Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28482024-11-26T23:19:42.664Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28492024-11-26T23:19:42.664Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28502024-11-26T23:19:42.664Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28512024-11-26T23:19:42.664Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28522024-11-26T23:19:42.757Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28532024-11-26T23:19:44.205Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28542024-11-26T23:19:44.449Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28552024-11-26T23:19:45.115Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28562024-11-26T23:19:48.220Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28572024-11-26T23:19:49.497Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28582024-11-26T23:19:58.426Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28592024-11-26T23:19:58.426Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28602024-11-26T23:19:58.428Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28612024-11-26T23:19:58.429Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28622024-11-26T23:20:01.675Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28632024-11-26T23:20:01.847Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28642024-11-26T23:20:02.979Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28652024-11-26T23:20:03.338Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28662024-11-26T23:20:05.645Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28672024-11-26T23:20:06.604Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28682024-11-26T23:20:07.593Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28692024-11-26T23:20:07.596Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28702024-11-26T23:20:09.130Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28712024-11-26T23:20:10.428Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28722024-11-26T23:20:10.789Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28732024-11-26T23:20:11.866Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28742024-11-26T23:20:12.222Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28752024-11-26T23:20:12.807Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28762024-11-26T23:20:12.838Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28772024-11-26T23:20:14.437Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28782024-11-26T23:20:15.043Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28792024-11-26T23:20:16.925Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28802024-11-26T23:20:17.976Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28812024-11-26T23:20:18.177Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28822024-11-26T23:20:19.084Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28832024-11-26T23:20:22.082Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28842024-11-26T23:20:22.085Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28852024-11-26T23:20:23.870Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862024-11-26T23:20:27.459Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28872024-11-26T23:20:36.647Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28882024-11-26T23:20:37.911Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28892024-11-26T23:20:58.091Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28902024-11-26T23:21:34.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s
28912024-11-26T23:21:34.368Z
28922024-11-26T23:21:34.368Zreal 2:43.286871033
28932024-11-26T23:21:34.368Zuser 12:32.691581683
28942024-11-26T23:21:34.368Zsys 2:46.591202716
28952024-11-26T23:21:34.368Ztrap 0.329318623
28962024-11-26T23:21:34.368Ztflt 1.024113083
28972024-11-26T23:21:34.368Zdflt 2.007459178
28982024-11-26T23:21:34.368Zkflt 0.000022275
28992024-11-26T23:21:34.368Zlock 26:08.673747823
29002024-11-26T23:21:34.368Zslp 45:21.339849246
29012024-11-26T23:21:34.368Zlat 34.882889235
29022024-11-26T23:21:34.372Zstop 1:28.159445647
29032024-11-26T23:21:34.372Z+ mkdir tests
29042024-11-26T23:21:34.372Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29052024-11-26T23:21:34.372Z+ xargs -I '{}' -t cp '{}' tests/
29062024-11-26T23:21:35.503Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d4e53d9f3bedcb3c tests/
29072024-11-26T23:21:35.523Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-40c18115de4f3f4d tests/
29082024-11-26T23:21:35.544Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-c8af10747fd33443 tests/
29092024-11-26T23:21:35.566Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fec4822d49808226 tests/
29102024-11-26T23:21:35.748Z+ 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/*)
29112024-11-26T23:21:35.751Z+ 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-40c18115de4f3f4d tests/commtest-c8af10747fd33443 tests/dhcp_server-d4e53d9f3bedcb3c tests/end_to_end_tests-fec4822d49808226 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
29122024-11-26T23:22:47.166ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29132024-11-26T23:22:47.166Za .github/buildomat/ci-env.sh 1K
29142024-11-26T23:22:47.166Za out/target/test 1K
29152024-11-26T23:22:47.166Za out/npuzone/npuzone 23144K
29162024-11-26T23:22:47.166Za package-manifest.toml 32K
29172024-11-26T23:22:47.166Za smf/sled-agent/non-gimlet/config.toml 4K
29182024-11-26T23:22:47.166Za target/release/omicron-package 36354K
29192024-11-26T23:22:47.166Za target/release/xtask 11750K
29202024-11-26T23:22:47.166Za target/debug/bootstrap 210022K
29212024-11-26T23:22:47.166Za tests/bootstrap-40c18115de4f3f4d 24246K
29222024-11-26T23:22:47.166Za tests/commtest-c8af10747fd33443 25022K
29232024-11-26T23:22:47.166Za tests/dhcp_server-d4e53d9f3bedcb3c 24246K
29242024-11-26T23:22:47.166Za tests/end_to_end_tests-fec4822d49808226 228126K
29252024-11-26T23:22:47.166Za out/clickhouse.tar.gz 285853K
29262024-11-26T23:22:47.166Za out/clickhouse_keeper.tar.gz 285847K
29272024-11-26T23:22:47.166Za out/clickhouse_server.tar.gz 285846K
29282024-11-26T23:22:47.166Za out/cockroachdb.tar.gz 134563K
29292024-11-26T23:22:47.166Za out/crucible-dtrace.tar 85K
29302024-11-26T23:22:47.166Za out/crucible-pantry-zone.tar.gz 28186K
29312024-11-26T23:22:47.168Za out/crucible-zone.tar.gz 36398K
29322024-11-26T23:22:47.168Za out/external-dns.tar.gz 35284K
29332024-11-26T23:22:47.168Za out/internal-dns.tar.gz 35283K
29342024-11-26T23:22:47.168Za out/mg-ddm-gz.tar 63075K
29352024-11-26T23:22:47.168Za out/nexus.tar.gz 100269K
29362024-11-26T23:22:47.168Za out/ntp.tar.gz 10359K
29372024-11-26T23:22:47.168Za out/omicron-gateway-softnpu.tar.gz 23921K
29382024-11-26T23:22:47.168Za out/omicron-sled-agent.tar 113600K
29392024-11-26T23:22:47.168Za out/overlay.tar.gz 3K
29402024-11-26T23:22:47.168Za out/oximeter.tar.gz 51235K
29412024-11-26T23:22:47.168Za out/oxlog.tar 3088K
29422024-11-26T23:22:47.168Za out/probe.tar.gz 2764K
29432024-11-26T23:22:47.168Za out/propolis-server.tar.gz 66596K
29442024-11-26T23:22:47.168Za out/pumpkind-gz.tar 26665K
29452024-11-26T23:22:47.168Za out/switch-softnpu.tar.gz 237415K
29462024-11-26T23:22:47.171Z
29472024-11-26T23:22:47.171Zreal 1:11.402571834
29482024-11-26T23:22:47.171Zuser 1:08.241406269
29492024-11-26T23:22:47.171Zsys 4.473925205
29502024-11-26T23:22:47.171Ztrap 0.017162280
29512024-11-26T23:22:47.171Ztflt 0.000000000
29522024-11-26T23:22:47.171Zdflt 0.000000000
29532024-11-26T23:22:47.171Zkflt 0.000000000
29542024-11-26T23:22:47.171Zlock 0.000000000
29552024-11-26T23:22:47.171Zslp 1:08.214342568
29562024-11-26T23:22:47.171Zlat 1.853423835
29572024-11-26T23:22:47.171Zstop 0.000231195
29582024-11-26T23:22:47.171Zprocess exited: duration 1985140 ms, exit code 0
 
29592024-11-26T23:22:47.186Zfound 1 output files
29602024-11-26T23:22:47.186Zuploading: /work/package.tar.gz (1878129197 bytes)
29612024-11-26T23:23:31.762Zuploaded: /work/package.tar.gz