01JFKGCPC2SVPCRD0BKDGPHV4Q: 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: 01JFKGDEHT97E7P2YS3HSA09VY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-21T02:24:22.261Zjob assigned to worker 01JFKGDN3RBGN9XE90A7K0B8T6 [factory aws, i-09fd8edd66a0634ed] (queued for 1 m 4 s)
 
22024-12-21T02:24:30.190Zstarting task 0: "setup"
32024-12-21T02:24:30.198Z++ uname -s
42024-12-21T02:24:30.200Z+ kern=SunOS
52024-12-21T02:24:30.200Z+ case "$kern" in
62024-12-21T02:24:30.200Z+ groupadd -g 12345 build
72024-12-21T02:24:30.203Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-21T02:24:32.210Z+ zfs create -o mountpoint=/work rpool/work
92024-12-21T02:24:32.328Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-21T02:24:32.330Z+ home_fs=zfs
112024-12-21T02:24:32.330Z+ [[ zfs == autofs ]]
122024-12-21T02:24:32.331Z+ mkdir -p /home/build
132024-12-21T02:24:32.331Z+ chown build:build /home/build /work
142024-12-21T02:24:34.332Z+ chmod 0700 /home/build /work
152024-12-21T02:24:34.334Zprocess exited: duration 4145 ms, exit code 0
 
162024-12-21T02:24:34.342Zstarting task 1: "rust-toolchain"
172024-12-21T02:24:34.348Z+ printf ' * toolchain channel = "%s"
182024-12-21T02:24:34.348Z' 1.81.0
192024-12-21T02:24:34.348Z * toolchain channel = "1.81.0"
202024-12-21T02:24:34.348Z * toolchain profile = "default"
212024-12-21T02:24:34.348Z+ printf ' * toolchain profile = "%s"
222024-12-21T02:24:34.348Z' default
232024-12-21T02:24:34.350Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-21T02:24:34.350Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-21T02:24:34.455Zinfo: downloading installer
262024-12-21T02:24:35.917Zinfo: profile set to 'default'
272024-12-21T02:24:35.917Zinfo: default host triple is x86_64-unknown-illumos
282024-12-21T02:24:35.920Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-21T02:24:36.062Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-21T02:24:36.062Zinfo: downloading component 'cargo'
312024-12-21T02:24:36.772Zinfo: downloading component 'clippy'
322024-12-21T02:24:37.086Zinfo: downloading component 'rust-docs'
332024-12-21T02:24:38.023Zinfo: downloading component 'rust-std'
342024-12-21T02:24:39.554Zinfo: downloading component 'rustc'
352024-12-21T02:24:45.056Zinfo: downloading component 'rustfmt'
362024-12-21T02:24:45.264Zinfo: installing component 'cargo'
372024-12-21T02:24:46.058Zinfo: installing component 'clippy'
382024-12-21T02:24:46.414Zinfo: installing component 'rust-docs'
392024-12-21T02:24:48.047Zinfo: installing component 'rust-std'
402024-12-21T02:24:49.719Zinfo: installing component 'rustc'
412024-12-21T02:24:55.429Zinfo: installing component 'rustfmt'
422024-12-21T02:24:55.749Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-21T02:24:55.749Z
442024-12-21T02:24:56.111Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-21T02:24:56.111Z
462024-12-21T02:24:56.114Z
472024-12-21T02:24:56.114ZRust is installed now. Great!
482024-12-21T02:24:56.114Z
492024-12-21T02:24:56.114ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-21T02:24:56.114Zenvironment variable. This has not been done automatically.
512024-12-21T02:24:56.114Z
522024-12-21T02:24:56.114ZTo configure your current shell, you need to source
532024-12-21T02:24:56.114Zthe corresponding env file under $HOME/.cargo.
542024-12-21T02:24:56.114Z
552024-12-21T02:24:56.114ZThis is usually done by running one of the following (note the leading DOT):
562024-12-21T02:24:56.114Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-21T02:24:56.114Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-21T02:24:56.184Z+ rustc --version
592024-12-21T02:24:56.249Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-21T02:24:56.251Zprocess exited: duration 21904 ms, exit code 0
 
612024-12-21T02:24:56.259Zstarting task 2: "authentication"
622024-12-21T02:24:56.278Zprocess exited: duration 20 ms, exit code 0
 
632024-12-21T02:24:56.284Zstarting task 3: "clone repository"
642024-12-21T02:24:56.290Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-21T02:24:56.292Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-21T02:24:56.672ZCloning into '/work/oxidecomputer/omicron'...
672024-12-21T02:25:03.872Z+ cd /work/oxidecomputer/omicron
682024-12-21T02:25:03.872Z+ git fetch origin ecf33f7efc15e9c1eef5568db2673504d76bfc5c
692024-12-21T02:25:04.186ZFrom https://github.com/oxidecomputer/omicron
702024-12-21T02:25:04.186Z * branch ecf33f7efc15e9c1eef5568db2673504d76bfc5c -> FETCH_HEAD
712024-12-21T02:25:04.194Z+ [[ -n sunshowers/spr/3n-omicron-package-update-omicron-zone-package ]]
722024-12-21T02:25:04.198Z++ git branch --show-current
732024-12-21T02:25:04.201Z+ current=main
742024-12-21T02:25:04.201Z+ [[ main != sunshowers/spr/3n-omicron-package-update-omicron-zone-package ]]
752024-12-21T02:25:04.201Z+ git branch -f sunshowers/spr/3n-omicron-package-update-omicron-zone-package ecf33f7efc15e9c1eef5568db2673504d76bfc5c
762024-12-21T02:25:04.204Z+ git checkout -f sunshowers/spr/3n-omicron-package-update-omicron-zone-package
772024-12-21T02:25:04.381ZSwitched to branch 'sunshowers/spr/3n-omicron-package-update-omicron-zone-package'
782024-12-21T02:25:04.384Z+ git reset --hard ecf33f7efc15e9c1eef5568db2673504d76bfc5c
792024-12-21T02:25:04.402ZHEAD is now at ecf33f7ef fix test
802024-12-21T02:25:04.406Zprocess exited: duration 8118 ms, exit code 0
 
812024-12-21T02:25:04.410Zstarting task 4: "build"
822024-12-21T02:25:04.416Z+ source .github/buildomat/ci-env.sh
832024-12-21T02:25:04.416Z++ export CARGO_TERM_COLOR=always
842024-12-21T02:25:04.416Z++ CARGO_TERM_COLOR=always
852024-12-21T02:25:04.416Z+ cargo --version
862024-12-21T02:25:04.474Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-21T02:25:04.476Z+ rustc --version
882024-12-21T02:25:04.537Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-21T02:25:04.540Z+ WORK=/work
902024-12-21T02:25:04.540Z+ pfexec mkdir -p /work
912024-12-21T02:25:04.543Z+ pfexec chown build /work
922024-12-21T02:25:04.546Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-12-21T02:25:19.407Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-12-21T02:25:23.440Z Startup: Caching catalogs ... Done
952024-12-21T02:25:34.442ZPlanning: Solver setup ... Done (10.025s)
962024-12-21T02:25:34.576ZPlanning: Running solver ... Done (0.134s)
972024-12-21T02:25:34.775ZPlanning: Finding local manifests ... Done (0.099s)
982024-12-21T02:25:36.029ZPlanning: Fetching manifests: 0/5 0% complete
992024-12-21T02:25:36.318ZPlanning: Fetching manifests: 5/5 100% complete
1002024-12-21T02:25:36.517ZPlanning: Package planning ... Done (0.199s)
1012024-12-21T02:25:36.741ZPlanning: Merging actions ... Done (0.224s)
1022024-12-21T02:25:37.326ZPlanning: Checking for conflicting actions ... Done (0.585s)
1032024-12-21T02:25:42.181ZPlanning: Consolidating action changes ... Done (4.852s)
1042024-12-21T02:25:42.576ZPlanning: Evaluating mediators ... Done (0.394s)
1052024-12-21T02:25:42.718ZPlanning: Planning completed in 19.18 seconds
1062024-12-21T02:25:42.944Z Packages to install: 4
1072024-12-21T02:25:42.944Z Packages to update: 1
1082024-12-21T02:25:42.947Z Mediators to change: 2
1092024-12-21T02:25:42.947Z Services to change: 1
1102024-12-21T02:25:42.947Z Estimated space available: 155.63 GB
1112024-12-21T02:25:42.947ZEstimated space to be consumed: 1.62 GB
1122024-12-21T02:25:42.947Z Create boot environment: No
1132024-12-21T02:25:42.947ZCreate backup boot environment: Yes
1142024-12-21T02:25:42.947Z Rebuild boot archive: No
1152024-12-21T02:25:42.947Z
1162024-12-21T02:25:42.947ZChanged mediators:
1172024-12-21T02:25:42.947Z mediator clang:
1182024-12-21T02:25:42.947Z version: None -> 15 (system default)
1192024-12-21T02:25:42.947Z
1202024-12-21T02:25:42.947Z mediator llvm:
1212024-12-21T02:25:42.947Z version: 14 (system default) -> 15 (system default)
1222024-12-21T02:25:42.947Z
1232024-12-21T02:25:42.947ZChanged packages:
1242024-12-21T02:25:42.947Zhelios-dev
1252024-12-21T02:25:42.947Z developer/build-essential
1262024-12-21T02:25:42.948Z None -> 11-2.0
1272024-12-21T02:25:42.948Z library/libxmlsec1
1282024-12-21T02:25:42.948Z None -> 1.2.35-2.0
1292024-12-21T02:25:42.948Z ooce/developer/clang-15
1302024-12-21T02:25:42.948Z None -> 15.0.7-2.0
1312024-12-21T02:25:42.948Z ooce/developer/llvm-15
1322024-12-21T02:25:42.948Z None -> 15.0.7-2.0
1332024-12-21T02:25:42.948Z package/pkg
1342024-12-21T02:25:42.948Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-12-21T02:25:42.948Z
1362024-12-21T02:25:42.948ZServices:
1372024-12-21T02:25:42.948Z restart_fmri:
1382024-12-21T02:25:42.948Z svc:/system/update-man-index:default
1392024-12-21T02:25:42.948Z
1402024-12-21T02:25:42.948ZEditable files to change:
1412024-12-21T02:25:42.948Z Update:
1422024-12-21T02:25:42.948Z usr/share/lib/pkg/web/config.shtml
1432024-12-21T02:25:43.203Z
1442024-12-21T02:25:43.203ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-12-21T02:25:48.210ZDownload: 438/4281 items 17.0/220.6MB 7% complete (3.6M/s)
1462024-12-21T02:25:53.228ZDownload: 847/4281 items 18.8/220.6MB 8% complete (1.9M/s)
1472024-12-21T02:25:58.232ZDownload: 1198/4281 items 76.0/220.6MB 34% complete (5.8M/s)
1482024-12-21T02:26:03.237ZDownload: 2041/4281 items 118.7/220.6MB 53% complete (10.0M/s)
1492024-12-21T02:26:09.452ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (9.5M/s)
1502024-12-21T02:26:14.489ZDownload: 2598/4281 items 120.5/220.6MB 54% complete (145k/s)
1512024-12-21T02:26:19.469ZDownload: 2911/4281 items 121.2/220.6MB 54% complete (219k/s)
1522024-12-21T02:26:24.472ZDownload: 3139/4281 items 176.5/220.6MB 79% complete (5.5M/s)
1532024-12-21T02:26:29.866ZDownload: 3243/4281 items 203.1/220.6MB 92% complete (8.2M/s)
1542024-12-21T02:26:44.256ZDownload: 3246/4281 items 203.1/220.6MB 92% complete
1552024-12-21T02:26:52.850ZDownload: 3247/4281 items 203.1/220.6MB 92% complete
1562024-12-21T02:26:59.642ZDownload: 3288/4281 items 212.6/220.6MB 96% complete (964k/s)
1572024-12-21T02:27:04.659ZDownload: 3461/4281 items 213.4/220.6MB 96% complete (507k/s)
1582024-12-21T02:27:09.690ZDownload: 3683/4281 items 216.3/220.6MB 98% complete (390k/s)
1592024-12-21T02:27:14.694ZDownload: 3910/4281 items 217.7/220.6MB 98% complete (428k/s)
1602024-12-21T02:27:19.759ZDownload: 4199/4281 items 220.5/220.6MB 99% complete (447k/s)
1612024-12-21T02:27:27.676ZDownload: 4205/4281 items 220.6/220.6MB 99% complete (426k/s)
1622024-12-21T02:27:36.911ZDownload: 4208/4281 items 220.6/220.6MB 99% complete
1632024-12-21T02:27:37.016ZDownload: Completed 220.60 MB in 113.79 seconds (1.9M/s)
1642024-12-21T02:27:39.021Z Actions: 1/5063 actions (Removing old actions)
1652024-12-21T02:27:39.036Z Actions: 194/5063 actions (Installing new actions)
1662024-12-21T02:27:44.107Z Actions: 4116/5063 actions (Installing new actions)
1672024-12-21T02:27:44.230Z Actions: 4226/5063 actions (Updating modified actions)
1682024-12-21T02:27:44.566Z Actions: Completed 5063 actions in 5.54 seconds.
1692024-12-21T02:27:44.982Z Done (0.410s)
1702024-12-21T02:27:44.984Z Done (0.000s)
1712024-12-21T02:27:45.561Z Done (0.577s)
1722024-12-21T02:27:50.971Z Done (5.184s)
1732024-12-21T02:27:51.272Z Done (0.226s)
1742024-12-21T02:27:51.274Z Done (0.000s)
1752024-12-21T02:27:51.517Z Done (0.000s)
1762024-12-21T02:27:52.219ZPlanning: Evaluating mediator changes ... Done
1772024-12-21T02:27:52.380ZPlanning: Checking for conflicting actions ... Done
1782024-12-21T02:27:52.383ZPlanning: Consolidating action changes ... Done
1792024-12-21T02:27:52.654ZPlanning: Evaluating mediators ... Done
1802024-12-21T02:27:52.657ZPlanning: Planning completed in 0.44 seconds
1812024-12-21T02:27:52.693Z Mediators to change: 2
1822024-12-21T02:27:52.693Z Create boot environment: No
1832024-12-21T02:27:52.695ZCreate backup boot environment: No
1842024-12-21T02:27:52.758Z Done
1852024-12-21T02:27:52.758Z Done
1862024-12-21T02:27:53.122Z Done
1872024-12-21T02:27:56.822Z Done
1882024-12-21T02:27:56.911Z Done
1892024-12-21T02:27:56.913Z Done
1902024-12-21T02:27:57.007Z Done
1912024-12-21T02:27:57.624ZPlanning: Evaluating mediator changes ... Done
1922024-12-21T02:27:57.626ZPlanning: Merging actions ... Done
1932024-12-21T02:27:57.813ZPlanning: Checking for conflicting actions ... Done
1942024-12-21T02:27:57.817ZPlanning: Consolidating action changes ... Done
1952024-12-21T02:27:58.085ZPlanning: Evaluating mediators ... Done
1962024-12-21T02:27:58.141ZPlanning: Planning completed in 0.76 seconds
1972024-12-21T02:27:58.183Z Packages to change: 1
1982024-12-21T02:27:58.183Z Mediators to change: 1
1992024-12-21T02:27:58.186Z Services to change: 1
2002024-12-21T02:27:58.186Z Create boot environment: No
2012024-12-21T02:27:58.186ZCreate backup boot environment: Yes
2022024-12-21T02:28:00.251Z Actions: 1/6 actions (Updating modified actions)
2032024-12-21T02:28:00.294Z Actions: Completed 6 actions in 0.04 seconds.
2042024-12-21T02:28:00.297Z Done
2052024-12-21T02:28:00.297Z Done
2062024-12-21T02:28:00.409Z Done
2072024-12-21T02:28:04.050Z Done
2082024-12-21T02:28:04.139Z Done
2092024-12-21T02:28:04.141Z Done
2102024-12-21T02:28:04.263Z Done
2112024-12-21T02:28:04.707ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2122024-12-21T02:28:04.708Zclang system 15 system
2132024-12-21T02:28:04.708Zcsh system system illumos
2142024-12-21T02:28:04.708Zctags system system illumos
2152024-12-21T02:28:04.708Zgcc vendor 12 vendor
2162024-12-21T02:28:04.708Zgcc system 10 system
2172024-12-21T02:28:04.708Zgcc system 7 system
2182024-12-21T02:28:04.708Zgo system 1.20 system
2192024-12-21T02:28:04.708Zgo system 1.19 system
2202024-12-21T02:28:04.708Zllvm system 15 system
2212024-12-21T02:28:04.708Zllvm system 14 system
2222024-12-21T02:28:04.708Zmariadb system 10.6 system
2232024-12-21T02:28:04.708Zmta vendor vendor dma
2242024-12-21T02:28:04.708Zopenjdk system 17 system
2252024-12-21T02:28:04.708Zopenjdk system 11 system
2262024-12-21T02:28:04.708Zopenjdk system 1.8 system
2272024-12-21T02:28:04.708Zopenssl vendor 3 vendor
2282024-12-21T02:28:04.708Zperl system 5.36 system
2292024-12-21T02:28:04.709Zpostgresql system 15 system
2302024-12-21T02:28:04.709Zpostgresql system 13 system
2312024-12-21T02:28:04.709Zpython vendor 3 vendor
2322024-12-21T02:28:04.709Zpython system 2 system
2332024-12-21T02:28:04.709Zpython3 system 3.11 system
2342024-12-21T02:28:04.709Zruby system 3.0 system
2352024-12-21T02:28:04.709Zwords vendor vendor american-english
2362024-12-21T02:28:04.709Zwords system system australian-english
2372024-12-21T02:28:04.709Zwords system system british-english
2382024-12-21T02:28:04.709Zwords system system canadian-english
2392024-12-21T02:28:04.709Zwords system system french
2402024-12-21T02:28:04.709Zwords system system italian
2412024-12-21T02:28:04.709Zwords system system ngerman
2422024-12-21T02:28:04.709Zwords system system ogerman
2432024-12-21T02:28:04.709Zwords system system spanish
2442024-12-21T02:28:05.044ZPUBLISHER TYPE STATUS P LOCATION
2452024-12-21T02:28:05.044Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2462024-12-21T02:28:07.795ZFMRI IFO
2472024-12-21T02:28:07.795Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2482024-12-21T02:28:07.795Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2492024-12-21T02:28:07.795Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2502024-12-21T02:28:07.795Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2512024-12-21T02:28:07.795Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2522024-12-21T02:28:07.795Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2532024-12-21T02:28:07.795Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2542024-12-21T02:28:07.795Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2552024-12-21T02:28:07.795Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562024-12-21T02:28:07.795Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2572024-12-21T02:28:07.795Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2582024-12-21T02:28:07.795Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592024-12-21T02:28:07.795Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2602024-12-21T02:28:07.795Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2612024-12-21T02:28:07.795Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2622024-12-21T02:28:08.716Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2632024-12-21T02:28:08.816Z Updating crates.io index
2642024-12-21T02:28:08.819Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2652024-12-21T02:28:09.361Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2662024-12-21T02:28:09.638Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672024-12-21T02:28:09.849Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2682024-12-21T02:28:10.165Z Updating git repository `https://github.com/oxidecomputer/propolis`
2692024-12-21T02:28:11.119Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702024-12-21T02:28:12.669Z Updating git repository `https://github.com/oxidecomputer/opte`
2712024-12-21T02:28:13.278Z Updating git repository `https://github.com/oxidecomputer/falcon`
2722024-12-21T02:28:14.073Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732024-12-21T02:28:14.381Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742024-12-21T02:28:14.704Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2752024-12-21T02:28:15.370Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2762024-12-21T02:28:15.690Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2772024-12-21T02:28:16.027Z Updating git repository `https://github.com/oxidecomputer/tofino`
2782024-12-21T02:28:16.404Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792024-12-21T02:28:16.640Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802024-12-21T02:28:16.902Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812024-12-21T02:28:17.217Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2822024-12-21T02:28:17.591Z Updating git repository `https://github.com/oxidecomputer/ispf`
2832024-12-21T02:28:17.986Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2842024-12-21T02:28:18.235Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2852024-12-21T02:28:18.675Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2862024-12-21T02:28:19.065Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2872024-12-21T02:28:19.440Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2882024-12-21T02:28:19.795Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2892024-12-21T02:28:20.121Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2902024-12-21T02:28:20.395Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2912024-12-21T02:28:20.664Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2922024-12-21T02:28:21.993Z Downloading crates ...
2932024-12-21T02:28:22.114Z Downloaded anstream v0.6.15
2942024-12-21T02:28:22.119Z Downloaded byteorder v1.5.0
2952024-12-21T02:28:22.121Z Downloaded camino v1.1.9
2962024-12-21T02:28:22.125Z Downloaded anstyle-parse v0.2.5
2972024-12-21T02:28:22.127Z Downloaded bytecount v0.6.8
2982024-12-21T02:28:22.129Z Downloaded block-buffer v0.10.4
2992024-12-21T02:28:22.129Z Downloaded anstyle v1.0.10
3002024-12-21T02:28:22.133Z Downloaded autocfg v1.4.0
3012024-12-21T02:28:22.135Z Downloaded bitflags v2.6.0
3022024-12-21T02:28:22.138Z Downloaded anstyle-query v1.1.1
3032024-12-21T02:28:22.138Z Downloaded anyhow v1.0.93
3042024-12-21T02:28:22.148Z Downloaded digest v0.10.7
3052024-12-21T02:28:22.151Z Downloaded heck v0.4.1
3062024-12-21T02:28:22.151Z Downloaded dof v0.3.0
3072024-12-21T02:28:22.153Z Downloaded cargo_metadata v0.18.1
3082024-12-21T02:28:22.156Z Downloaded memchr v2.7.4
3092024-12-21T02:28:22.162Z Downloaded macaddr v1.0.1
3102024-12-21T02:28:22.164Z Downloaded is_terminal_polyfill v1.70.1
3112024-12-21T02:28:22.164Z Downloaded clap v4.5.21
3122024-12-21T02:28:22.171Z Downloaded generic-array v0.14.7
3132024-12-21T02:28:22.174Z Downloaded heck v0.5.0
3142024-12-21T02:28:22.176Z Downloaded camino-tempfile v1.1.1
3152024-12-21T02:28:22.176Z Downloaded errno v0.3.9
3162024-12-21T02:28:22.178Z Downloaded colorchoice v1.0.2
3172024-12-21T02:28:22.178Z Downloaded clap_lex v0.7.2
3182024-12-21T02:28:22.182Z Downloaded clap_builder v4.5.21
3192024-12-21T02:28:22.185Z Downloaded fastrand v2.1.1
3202024-12-21T02:28:22.188Z Downloaded cpufeatures v0.2.14
3212024-12-21T02:28:22.188Z Downloaded cfg-if v1.0.0
3222024-12-21T02:28:22.191Z Downloaded crypto-common v0.1.6
3232024-12-21T02:28:22.191Z Downloaded clap_derive v4.5.18
3242024-12-21T02:28:22.194Z Downloaded cargo-platform v0.1.8
3252024-12-21T02:28:22.194Z Downloaded usdt-attr-macro v0.5.0
3262024-12-21T02:28:22.197Z Downloaded equivalent v1.0.1
3272024-12-21T02:28:22.197Z Downloaded pretty-hex v0.4.1
3282024-12-21T02:28:22.197Z Downloaded scroll_derive v0.12.0
3292024-12-21T02:28:22.201Z Downloaded dtrace-parser v0.2.0
3302024-12-21T02:28:22.208Z Downloaded usdt-macro v0.5.0
3312024-12-21T02:28:22.211Z Downloaded swrite v0.1.0
3322024-12-21T02:28:22.215Z Downloaded cargo_toml v0.20.5
3332024-12-21T02:28:22.227Z Downloaded itoa v1.0.11
3342024-12-21T02:28:22.229Z Downloaded strsim v0.11.1
3352024-12-21T02:28:22.231Z Downloaded plain v0.2.3
3362024-12-21T02:28:22.231Z Downloaded utf8parse v0.2.2
3372024-12-21T02:28:22.231Z Downloaded usdt-impl v0.5.0
3382024-12-21T02:28:22.234Z Downloaded fnv v1.0.7
3392024-12-21T02:28:22.237Z Downloaded pest_generator v2.7.14
3402024-12-21T02:28:22.240Z Downloaded serde_tokenstream v0.2.2
3412024-12-21T02:28:22.240Z Downloaded memmap v0.7.0
3422024-12-21T02:28:22.242Z Downloaded version_check v0.9.5
3432024-12-21T02:28:22.242Z Downloaded usdt v0.5.0
3442024-12-21T02:28:22.245Z Downloaded proc-macro-error-attr v1.0.4
3452024-12-21T02:28:22.246Z Downloaded smawk v0.3.2
3462024-12-21T02:28:22.248Z Downloaded once_cell v1.20.2
3472024-12-21T02:28:22.250Z Downloaded unicode-linebreak v0.1.5
3482024-12-21T02:28:22.254Z Downloaded thread-id v4.2.2
3492024-12-21T02:28:22.256Z Downloaded terminal_size v0.4.0
3502024-12-21T02:28:22.259Z Downloaded toml_datetime v0.6.8
3512024-12-21T02:28:22.259Z Downloaded thiserror v1.0.69
3522024-12-21T02:28:22.263Z Downloaded zerocopy-derive v0.7.35
3532024-12-21T02:28:22.266Z Downloaded tabled_derive v0.7.0
3542024-12-21T02:28:22.269Z Downloaded fs-err v2.11.0
3552024-12-21T02:28:22.269Z Downloaded pest_derive v2.7.14
3562024-12-21T02:28:22.271Z Downloaded scroll v0.12.0
3572024-12-21T02:28:22.273Z Downloaded thiserror-impl v1.0.69
3582024-12-21T02:28:22.274Z Downloaded serde_spanned v0.6.8
3592024-12-21T02:28:22.276Z Downloaded pest v2.7.14
3602024-12-21T02:28:22.280Z Downloaded sha2 v0.10.8
3612024-12-21T02:28:22.285Z Downloaded semver v1.0.23
3622024-12-21T02:28:22.288Z Downloaded quote v1.0.37
3632024-12-21T02:28:22.288Z Downloaded tempfile v3.13.0
3642024-12-21T02:28:22.290Z Downloaded proc-macro-error v1.0.4
3652024-12-21T02:28:22.294Z Downloaded log v0.4.22
3662024-12-21T02:28:22.296Z Downloaded ryu v1.0.18
3672024-12-21T02:28:22.299Z Downloaded pest_meta v2.7.14
3682024-12-21T02:28:22.302Z Downloaded ucd-trie v0.1.7
3692024-12-21T02:28:22.307Z Downloaded unicode-ident v1.0.13
3702024-12-21T02:28:22.311Z Downloaded typenum v1.17.0
3712024-12-21T02:28:22.313Z Downloaded toml v0.8.19
3722024-12-21T02:28:22.316Z Downloaded serde_derive v1.0.215
3732024-12-21T02:28:22.320Z Downloaded papergrid v0.11.0
3742024-12-21T02:28:22.325Z Downloaded textwrap v0.16.1
3752024-12-21T02:28:22.332Z Downloaded hashbrown v0.15.1
3762024-12-21T02:28:22.334Z Downloaded serde v1.0.215
3772024-12-21T02:28:22.338Z Downloaded proc-macro2 v1.0.89
3782024-12-21T02:28:22.341Z Downloaded indexmap v2.6.0
3792024-12-21T02:28:22.350Z Downloaded toml_edit v0.22.22
3802024-12-21T02:28:22.374Z Downloaded zerocopy v0.7.35
3812024-12-21T02:28:22.386Z Downloaded serde_json v1.0.132
3822024-12-21T02:28:22.394Z Downloaded winnow v0.6.20
3832024-12-21T02:28:22.402Z Downloaded goblin v0.8.2
3842024-12-21T02:28:22.409Z Downloaded tabled v0.15.0
3852024-12-21T02:28:22.424Z Downloaded unicode-width v0.1.14
3862024-12-21T02:28:22.429Z Downloaded syn v1.0.109
3872024-12-21T02:28:22.438Z Downloaded syn v2.0.87
3882024-12-21T02:28:22.450Z Downloaded rustix v0.38.37
3892024-12-21T02:28:22.492Z Downloaded libc v0.2.162
3902024-12-21T02:28:22.806Z Compiling proc-macro2 v1.0.89
3912024-12-21T02:28:22.807Z Compiling unicode-ident v1.0.13
3922024-12-21T02:28:22.807Z Compiling version_check v0.9.5
3932024-12-21T02:28:22.809Z Compiling serde v1.0.215
3942024-12-21T02:28:22.809Z Compiling thiserror v1.0.69
3952024-12-21T02:28:22.809Z Compiling memchr v2.7.4
3962024-12-21T02:28:22.809Z Compiling libc v0.2.162
3972024-12-21T02:28:22.809Z Compiling ucd-trie v0.1.7
3982024-12-21T02:28:23.067Z Compiling ryu v1.0.18
3992024-12-21T02:28:23.405Z Compiling itoa v1.0.11
4002024-12-21T02:28:23.603Z Compiling once_cell v1.20.2
4012024-12-21T02:28:23.911Z Compiling byteorder v1.5.0
4022024-12-21T02:28:24.259Z Compiling rustix v0.38.37
4032024-12-21T02:28:24.308Z Compiling serde_json v1.0.132
4042024-12-21T02:28:24.357Z Compiling bitflags v2.6.0
4052024-12-21T02:28:24.448Z Compiling proc-macro-error-attr v1.0.4
4062024-12-21T02:28:24.676Z Compiling usdt-impl v0.5.0
4072024-12-21T02:28:24.700Z Compiling syn v1.0.109
4082024-12-21T02:28:24.794Z Compiling proc-macro-error v1.0.4
4092024-12-21T02:28:24.821Z Compiling utf8parse v0.2.2
4102024-12-21T02:28:24.989Z Compiling camino v1.1.9
4112024-12-21T02:28:25.087Z Compiling log v0.4.22
4122024-12-21T02:28:25.173Z Compiling equivalent v1.0.1
4132024-12-21T02:28:25.206Z Compiling hashbrown v0.15.1
4142024-12-21T02:28:25.296Z Compiling quote v1.0.37
4152024-12-21T02:28:25.399Z Compiling plain v0.2.3
4162024-12-21T02:28:25.564Z Compiling errno v0.3.9
4172024-12-21T02:28:25.606Z Compiling anstyle-parse v0.2.5
4182024-12-21T02:28:25.709Z Compiling syn v2.0.87
4192024-12-21T02:28:25.841Z Compiling thread-id v4.2.2
4202024-12-21T02:28:25.974Z Compiling autocfg v1.4.0
4212024-12-21T02:28:26.043Z Compiling pretty-hex v0.4.1
4222024-12-21T02:28:26.252Z Compiling anstyle v1.0.10
4232024-12-21T02:28:26.279Z Compiling is_terminal_polyfill v1.70.1
4242024-12-21T02:28:26.435Z Compiling indexmap v2.6.0
4252024-12-21T02:28:26.438Z Compiling winnow v0.6.20
4262024-12-21T02:28:26.716Z Compiling colorchoice v1.0.2
4272024-12-21T02:28:26.873Z Compiling unicode-width v0.1.14
4282024-12-21T02:28:27.124Z Compiling anstyle-query v1.1.1
4292024-12-21T02:28:27.283Z Compiling semver v1.0.23
4302024-12-21T02:28:27.309Z Compiling anstream v0.6.15
4312024-12-21T02:28:27.414Z Compiling fs-err v2.11.0
4322024-12-21T02:28:27.845Z Compiling anyhow v1.0.93
4332024-12-21T02:28:27.870Z Compiling clap_lex v0.7.2
4342024-12-21T02:28:27.934Z Compiling terminal_size v0.4.0
4352024-12-21T02:28:28.149Z Compiling cfg-if v1.0.0
4362024-12-21T02:28:28.261Z Compiling fnv v1.0.7
4372024-12-21T02:28:28.386Z Compiling fastrand v2.1.1
4382024-12-21T02:28:28.406Z Compiling heck v0.5.0
4392024-12-21T02:28:28.476Z Compiling heck v0.4.1
4402024-12-21T02:28:28.545Z Compiling bytecount v0.6.8
4412024-12-21T02:28:28.763Z Compiling strsim v0.11.1
4422024-12-21T02:28:28.939Z Compiling tempfile v3.13.0
4432024-12-21T02:28:28.963Z Compiling papergrid v0.11.0
4442024-12-21T02:28:29.395Z Compiling clap_builder v4.5.21
4452024-12-21T02:28:29.568Z Compiling memmap v0.7.0
4462024-12-21T02:28:29.700Z Compiling unicode-linebreak v0.1.5
4472024-12-21T02:28:29.891Z Compiling smawk v0.3.2
4482024-12-21T02:28:30.129Z Compiling textwrap v0.16.1
4492024-12-21T02:28:30.341Z Compiling swrite v0.1.0
4502024-12-21T02:28:31.496Z Compiling tabled_derive v0.7.0
4512024-12-21T02:28:33.031Z Compiling tabled v0.15.0
4522024-12-21T02:28:34.737Z Compiling serde_derive v1.0.215
4532024-12-21T02:28:34.737Z Compiling thiserror-impl v1.0.69
4542024-12-21T02:28:34.740Z Compiling zerocopy-derive v0.7.35
4552024-12-21T02:28:34.740Z Compiling scroll_derive v0.12.0
4562024-12-21T02:28:34.857Z Compiling clap_derive v4.5.18
4572024-12-21T02:28:36.015Z Compiling scroll v0.12.0
4582024-12-21T02:28:36.482Z Compiling zerocopy v0.7.35
4592024-12-21T02:28:36.508Z Compiling goblin v0.8.2
4602024-12-21T02:28:37.537Z Compiling pest v2.7.14
4612024-12-21T02:28:38.804Z Compiling clap v4.5.21
4622024-12-21T02:28:39.792Z Compiling pest_meta v2.7.14
4632024-12-21T02:28:40.632Z Compiling pest_generator v2.7.14
4642024-12-21T02:28:42.577Z Compiling pest_derive v2.7.14
4652024-12-21T02:28:43.325Z Compiling dtrace-parser v0.2.0
4662024-12-21T02:28:44.928Z Compiling serde_tokenstream v0.2.2
4672024-12-21T02:28:44.949Z Compiling serde_spanned v0.6.8
4682024-12-21T02:28:44.951Z Compiling toml_datetime v0.6.8
4692024-12-21T02:28:45.303Z Compiling toml_edit v0.22.22
4702024-12-21T02:28:45.330Z Compiling cargo-platform v0.1.8
4712024-12-21T02:28:45.513Z Compiling macaddr v1.0.1
4722024-12-21T02:28:45.655Z Compiling camino-tempfile v1.1.1
4732024-12-21T02:28:46.422Z Compiling dof v0.3.0
4742024-12-21T02:28:46.481Z Compiling cargo_metadata v0.18.1
4752024-12-21T02:28:48.086Z Compiling usdt-attr-macro v0.5.0
4762024-12-21T02:28:48.086Z Compiling usdt-macro v0.5.0
4772024-12-21T02:28:48.167Z Compiling toml v0.8.19
4782024-12-21T02:28:49.073Z Compiling cargo_toml v0.20.5
4792024-12-21T02:28:49.427Z Compiling usdt v0.5.0
4802024-12-21T02:28:52.595Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4812024-12-21T02:28:56.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.47s
4822024-12-21T02:28:57.070Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4832024-12-21T02:28:57.606Z Downloading crates ...
4842024-12-21T02:28:57.723Z Downloaded addr2line v0.24.2
4852024-12-21T02:28:57.732Z Downloaded adler2 v2.0.0
4862024-12-21T02:28:57.740Z Downloaded cfg_aliases v0.2.1
4872024-12-21T02:28:57.743Z Downloaded cfg_aliases v0.1.1
4882024-12-21T02:28:57.752Z Downloaded crucible-workspace-hack v0.1.0
4892024-12-21T02:28:57.755Z Downloaded async-stream-impl v0.3.6
4902024-12-21T02:28:57.755Z Downloaded hostname v0.3.1
4912024-12-21T02:28:57.757Z Downloaded http-body v1.0.1
4922024-12-21T02:28:57.760Z Downloaded atomicwrites v0.4.4
4932024-12-21T02:28:57.760Z Downloaded home v0.5.9
4942024-12-21T02:28:57.762Z Downloaded hex v0.4.3
4952024-12-21T02:28:57.767Z Downloaded highway v1.2.0
4962024-12-21T02:28:57.770Z Downloaded crunchy v0.2.2
4972024-12-21T02:28:57.773Z Downloaded cstr-argument v0.1.2
4982024-12-21T02:28:57.773Z Downloaded ciborium-io v0.2.2
4992024-12-21T02:28:57.775Z Downloaded atty v0.2.14
5002024-12-21T02:28:57.778Z Downloaded async-stream v0.3.6
5012024-12-21T02:28:57.781Z Downloaded ident_case v1.0.1
5022024-12-21T02:28:57.781Z Downloaded ascii-canvas v3.0.0
5032024-12-21T02:28:57.783Z Downloaded hubpack_derive v0.1.1
5042024-12-21T02:28:57.786Z Downloaded headers-core v0.3.0
5052024-12-21T02:28:57.786Z Downloaded async-recursion v1.1.1
5062024-12-21T02:28:57.789Z Downloaded icu_provider_macros v1.5.0
5072024-12-21T02:28:57.792Z Downloaded http-range v0.1.5
5082024-12-21T02:28:57.793Z Downloaded bb8 v0.8.5
5092024-12-21T02:28:57.797Z Downloaded assert_matches v1.5.0
5102024-12-21T02:28:57.797Z Downloaded array-init v0.0.4
5112024-12-21T02:28:57.797Z Downloaded is_ci v1.2.0
5122024-12-21T02:28:57.800Z Downloaded matches v0.1.10
5132024-12-21T02:28:57.800Z Downloaded chrono-tz-build v0.4.0
5142024-12-21T02:28:57.802Z Downloaded blowfish v0.9.1
5152024-12-21T02:28:57.805Z Downloaded bit-set v0.5.3
5162024-12-21T02:28:57.807Z Downloaded md5 v0.7.0
5172024-12-21T02:28:57.807Z Downloaded cipher v0.4.4
5182024-12-21T02:28:57.810Z Downloaded bit-vec v0.6.3
5192024-12-21T02:28:57.812Z Downloaded mirai-annotations v1.12.0
5202024-12-21T02:28:57.812Z Downloaded crc-catalog v2.4.0
5212024-12-21T02:28:57.813Z Downloaded cexpr v0.6.0
5222024-12-21T02:28:57.816Z Downloaded buf-list v1.0.3
5232024-12-21T02:28:57.821Z Downloaded instant v0.1.13
5242024-12-21T02:28:57.825Z Downloaded darling v0.20.10
5252024-12-21T02:28:57.828Z Downloaded ref-cast-impl v1.0.23
5262024-12-21T02:28:57.828Z Downloaded lazycell v1.3.0
5272024-12-21T02:28:57.828Z Downloaded keccak v0.1.5
5282024-12-21T02:28:57.830Z Downloaded convert_case v0.4.0
5292024-12-21T02:28:57.830Z Downloaded linear-map v1.2.0
5302024-12-21T02:28:57.832Z Downloaded bitfield v0.14.0
5312024-12-21T02:28:57.834Z Downloaded managed v0.8.0
5322024-12-21T02:28:57.837Z Downloaded ipnetwork v0.20.0
5332024-12-21T02:28:57.839Z Downloaded indoc v1.0.9
5342024-12-21T02:28:57.841Z Downloaded ctr v0.9.2
5352024-12-21T02:28:57.844Z Downloaded maplit v1.0.2
5362024-12-21T02:28:57.847Z Downloaded libefi-sys v0.1.0
5372024-12-21T02:28:57.847Z Downloaded cobs v0.2.3
5382024-12-21T02:28:57.850Z Downloaded lru v0.12.5
5392024-12-21T02:28:57.851Z Downloaded libsw v3.3.1
5402024-12-21T02:28:57.853Z Downloaded is-terminal v0.4.13
5412024-12-21T02:28:57.853Z Downloaded arrayref v0.3.9
5422024-12-21T02:28:57.855Z Downloaded ciborium-ll v0.2.2
5432024-12-21T02:28:57.858Z Downloaded curve25519-dalek-derive v0.1.1
5442024-12-21T02:28:57.858Z Downloaded inout v0.1.3
5452024-12-21T02:28:57.862Z Downloaded crossbeam-deque v0.8.5
5462024-12-21T02:28:57.862Z Downloaded instability v0.3.2
5472024-12-21T02:28:57.866Z Downloaded httpdate v1.0.3
5482024-12-21T02:28:57.866Z Downloaded crc v3.2.1
5492024-12-21T02:28:57.869Z Downloaded lazy_static v1.5.0
5502024-12-21T02:28:57.869Z Downloaded humantime v2.1.0
5512024-12-21T02:28:57.871Z Downloaded internet-checksum v0.2.1
5522024-12-21T02:28:57.873Z Downloaded maybe-uninit v2.0.0
5532024-12-21T02:28:57.873Z Downloaded ciborium v0.2.2
5542024-12-21T02:28:57.876Z Downloaded linked-hash-map v0.5.6
5552024-12-21T02:28:57.878Z Downloaded mime v0.3.17
5562024-12-21T02:28:57.881Z Downloaded const_format_proc_macros v0.2.33
5572024-12-21T02:28:57.884Z Downloaded md-5 v0.10.6
5582024-12-21T02:28:57.886Z Downloaded http-body-util v0.1.2
5592024-12-21T02:28:57.888Z Downloaded cancel-safe-futures v0.1.5
5602024-12-21T02:28:57.890Z Downloaded block-padding v0.3.3
5612024-12-21T02:28:57.893Z Downloaded want v0.3.1
5622024-12-21T02:28:57.893Z Downloaded async-trait v0.1.83
5632024-12-21T02:28:57.897Z Downloaded ahash v0.8.11
5642024-12-21T02:28:57.900Z Downloaded sigpipe v0.1.3
5652024-12-21T02:28:57.903Z Downloaded take_mut v0.2.2
5662024-12-21T02:28:57.903Z Downloaded ref-cast v1.0.23
5672024-12-21T02:28:57.905Z Downloaded jobserver v0.1.32
5682024-12-21T02:28:57.907Z Downloaded httparse v1.9.5
5692024-12-21T02:28:57.912Z Downloaded quinn-udp v0.5.5
5702024-12-21T02:28:57.917Z Downloaded lru-cache v0.1.2
5712024-12-21T02:28:57.917Z Downloaded rand_chacha v0.3.1
5722024-12-21T02:28:57.919Z Downloaded hyper-rustls v0.27.3
5732024-12-21T02:28:57.919Z Downloaded time-core v0.1.2
5742024-12-21T02:28:57.923Z Downloaded mockall v0.13.0
5752024-12-21T02:28:57.923Z Downloaded sec1 v0.7.3
5762024-12-21T02:28:57.926Z Downloaded mime_guess v2.0.5
5772024-12-21T02:28:57.926Z Downloaded scrypt v0.11.0
5782024-12-21T02:28:57.929Z Downloaded zone_cfg_derive v0.3.0
5792024-12-21T02:28:57.929Z Downloaded lockfree-object-pool v0.1.6
5802024-12-21T02:28:57.931Z Downloaded hyper-tls v0.6.0
5812024-12-21T02:28:57.934Z Downloaded icu_locid_transform v1.5.0
5822024-12-21T02:28:57.936Z Downloaded csv-core v0.1.11
5832024-12-21T02:28:57.940Z Downloaded memmap2 v0.9.5
5842024-12-21T02:28:57.942Z Downloaded ipnet v2.10.1
5852024-12-21T02:28:57.942Z Downloaded memoffset v0.9.1
5862024-12-21T02:28:57.945Z Downloaded hmac v0.12.1
5872024-12-21T02:28:57.947Z Downloaded hyper-staticfile v0.10.1
5882024-12-21T02:28:57.950Z Downloaded rustfmt-wrapper v0.2.1
5892024-12-21T02:28:57.953Z Downloaded signal-hook-mio v0.2.4
5902024-12-21T02:28:57.953Z Downloaded cookie v0.18.1
5912024-12-21T02:28:57.957Z Downloaded openssl-macros v0.1.1
5922024-12-21T02:28:57.959Z Downloaded blake2 v0.10.6
5932024-12-21T02:28:57.959Z Downloaded argon2 v0.5.3
5942024-12-21T02:28:57.961Z Downloaded rusty-fork v0.3.0
5952024-12-21T02:28:57.965Z Downloaded litemap v0.7.3
5962024-12-21T02:28:57.968Z Downloaded tokio-native-tls v0.3.1
5972024-12-21T02:28:57.968Z Downloaded typify-macro v0.2.0
5982024-12-21T02:28:57.970Z Downloaded thiserror-impl v2.0.3
5992024-12-21T02:28:57.972Z Downloaded structmeta-derive v0.3.0
6002024-12-21T02:28:57.972Z Downloaded simd-adler32 v0.3.7
6012024-12-21T02:28:57.975Z Downloaded arrayvec v0.7.6
6022024-12-21T02:28:57.979Z Downloaded tabwriter v1.4.0
6032024-12-21T02:28:57.983Z Downloaded subtle v2.6.1
6042024-12-21T02:28:57.983Z Downloaded ssh-cipher v0.2.0
6052024-12-21T02:28:57.983Z Downloaded waitgroup v0.1.2
6062024-12-21T02:28:57.989Z Downloaded rustversion v1.0.17
6072024-12-21T02:28:57.989Z Downloaded tokio-macros v2.4.0
6082024-12-21T02:28:57.992Z Downloaded indexmap v1.9.3
6092024-12-21T02:28:57.992Z Downloaded iana-time-zone v0.1.61
6102024-12-21T02:28:57.994Z Downloaded peg-runtime v0.8.3
6112024-12-21T02:28:57.996Z Downloaded lock_api v0.4.12
6122024-12-21T02:28:57.999Z Downloaded icu_normalizer v1.5.0
6132024-12-21T02:28:58.002Z Downloaded icu_locid_transform_data v1.5.0
6142024-12-21T02:28:58.004Z Downloaded miniz_oxide v0.8.0
6152024-12-21T02:28:58.007Z Downloaded rustls-pemfile v2.2.0
6162024-12-21T02:28:58.012Z Downloaded either v1.13.0
6172024-12-21T02:28:58.016Z Downloaded dirs-sys-next v0.1.2
6182024-12-21T02:28:58.016Z Downloaded crossbeam-utils v0.8.20
6192024-12-21T02:28:58.016Z Downloaded smallvec v1.13.2
6202024-12-21T02:28:58.019Z Downloaded embedded-io v0.4.0
6212024-12-21T02:28:58.021Z Downloaded display-error-chain v0.2.2
6222024-12-21T02:28:58.021Z Downloaded foldhash v0.1.3
6232024-12-21T02:28:58.024Z Downloaded fallible-streaming-iterator v0.1.9
6242024-12-21T02:28:58.024Z Downloaded fallible-iterator v0.3.0
6252024-12-21T02:28:58.027Z Downloaded chacha20poly1305 v0.10.1
6262024-12-21T02:28:58.030Z Downloaded allocator-api2 v0.2.18
6272024-12-21T02:28:58.034Z Downloaded smallvec v0.6.14
6282024-12-21T02:28:58.034Z Downloaded base64 v0.13.1
6292024-12-21T02:28:58.036Z Downloaded icu_locid v1.5.0
6302024-12-21T02:28:58.042Z Downloaded vte_generate_state_changes v0.1.2
6312024-12-21T02:28:58.045Z Downloaded packed_struct_codegen v0.10.1
6322024-12-21T02:28:58.045Z Downloaded predicates-tree v1.0.11
6332024-12-21T02:28:58.047Z Downloaded predicates-core v1.0.8
6342024-12-21T02:28:58.047Z Downloaded packed_struct v0.10.1
6352024-12-21T02:28:58.053Z Downloaded walkdir v2.5.0
6362024-12-21T02:28:58.056Z Downloaded sct v0.7.1
6372024-12-21T02:28:58.059Z Downloaded twox-hash v1.6.3
6382024-12-21T02:28:58.059Z Downloaded tokio-tungstenite v0.24.0
6392024-12-21T02:28:58.061Z Downloaded pkg-config v0.3.31
6402024-12-21T02:28:58.064Z Downloaded indicatif v0.17.9
6412024-12-21T02:28:58.068Z Downloaded icu_provider v1.5.0
6422024-12-21T02:28:58.071Z Downloaded icu_properties v1.5.1
6432024-12-21T02:28:58.076Z Downloaded icu_normalizer_data v1.5.0
6442024-12-21T02:28:58.080Z Downloaded peg-macros v0.8.4
6452024-12-21T02:28:58.080Z Downloaded yoke-derive v0.7.4
6462024-12-21T02:28:58.083Z Downloaded typify v0.2.0
6472024-12-21T02:28:58.085Z Downloaded base64 v0.21.7
6482024-12-21T02:28:58.089Z Downloaded difflib v0.4.0
6492024-12-21T02:28:58.091Z Downloaded same-file v1.0.6
6502024-12-21T02:28:58.091Z Downloaded const_format v0.2.33
6512024-12-21T02:28:58.097Z Downloaded supports-color v3.0.1
6522024-12-21T02:28:58.100Z Downloaded compact_str v0.8.0
6532024-12-21T02:28:58.103Z Downloaded newtype-uuid v1.1.3
6542024-12-21T02:28:58.105Z Downloaded ghash v0.5.1
6552024-12-21T02:28:58.108Z Downloaded phf_shared v0.10.0
6562024-12-21T02:28:58.108Z Downloaded hickory-client v0.24.1
6572024-12-21T02:28:58.110Z Downloaded unarray v0.1.4
6582024-12-21T02:28:58.113Z Downloaded bumpalo v3.16.0
6592024-12-21T02:28:58.115Z Downloaded which v4.4.2
6602024-12-21T02:28:58.118Z Downloaded similar v2.6.0
6612024-12-21T02:28:58.124Z Downloaded num-rational v0.4.2
6622024-12-21T02:28:58.126Z Downloaded ron v0.8.1
6632024-12-21T02:28:58.131Z Downloaded resolv-conf v0.7.0
6642024-12-21T02:28:58.143Z Downloaded dunce v1.0.5
6652024-12-21T02:28:58.147Z Downloaded zopfli v0.8.1
6662024-12-21T02:28:58.150Z Downloaded crypto-bigint v0.5.5
6672024-12-21T02:28:58.155Z Downloaded rustc-demangle v0.1.24
6682024-12-21T02:28:58.158Z Downloaded dsl_auto_type v0.1.2
6692024-12-21T02:28:58.161Z Downloaded crossbeam-channel v0.5.13
6702024-12-21T02:28:58.164Z Downloaded icu_collections v1.5.0
6712024-12-21T02:28:58.170Z Downloaded strum v0.26.3
6722024-12-21T02:28:58.173Z Downloaded enum-as-inner v0.6.1
6732024-12-21T02:28:58.175Z Downloaded term v0.7.0
6742024-12-21T02:28:58.178Z Downloaded olpc-cjson v0.1.4
6752024-12-21T02:28:58.180Z Downloaded derive_builder_macro v0.20.2
6762024-12-21T02:28:58.183Z Downloaded write16 v1.0.0
6772024-12-21T02:28:58.183Z Downloaded form_urlencoded v1.2.1
6782024-12-21T02:28:58.183Z Downloaded http v1.1.0
6792024-12-21T02:28:58.187Z Downloaded snafu-derive v0.8.5
6802024-12-21T02:28:58.189Z Downloaded num_enum v0.5.11
6812024-12-21T02:28:58.194Z Downloaded psl-types v2.0.11
6822024-12-21T02:28:58.197Z Downloaded phf_shared v0.11.2
6832024-12-21T02:28:58.197Z Downloaded num-traits v0.2.19
6842024-12-21T02:28:58.200Z Downloaded pkcs5 v0.7.1
6852024-12-21T02:28:58.204Z Downloaded fxhash v0.2.1
6862024-12-21T02:28:58.207Z Downloaded hickory-server v0.24.1
6872024-12-21T02:28:58.212Z Downloaded openssl-probe v0.1.5
6882024-12-21T02:28:58.214Z Downloaded number_prefix v0.4.0
6892024-12-21T02:28:58.217Z Downloaded env_logger v0.10.2
6902024-12-21T02:28:58.220Z Downloaded polyval v0.6.2
6912024-12-21T02:28:58.220Z Downloaded hyper-util v0.1.10
6922024-12-21T02:28:58.225Z Downloaded elliptic-curve v0.13.8
6932024-12-21T02:28:58.231Z Downloaded strum_macros v0.24.3
6942024-12-21T02:28:58.233Z Downloaded progenitor-macro v0.8.0
6952024-12-21T02:28:58.234Z Downloaded diesel_derives v2.2.3
6962024-12-21T02:28:58.237Z Downloaded spki v0.7.3
6972024-12-21T02:28:58.240Z Downloaded strum_macros v0.25.3
6982024-12-21T02:28:58.242Z Downloaded flume v0.11.1
6992024-12-21T02:28:58.247Z Downloaded multer v3.1.0
7002024-12-21T02:28:58.250Z Downloaded tui-tree-widget v0.22.0
7012024-12-21T02:28:58.252Z Downloaded zone v0.3.0
7022024-12-21T02:28:58.255Z Downloaded parking_lot_core v0.8.6
7032024-12-21T02:28:58.257Z Downloaded zeroize v1.8.1
7042024-12-21T02:28:58.257Z Downloaded qorb v0.2.1
7052024-12-21T02:28:58.262Z Downloaded float-ord v0.3.2
7062024-12-21T02:28:58.266Z Downloaded deranged v0.3.11
7072024-12-21T02:28:58.269Z Downloaded quinn v0.11.5
7082024-12-21T02:28:58.272Z Downloaded tinyvec_macros v0.1.1
7092024-12-21T02:28:58.272Z Downloaded uuid v1.11.0
7102024-12-21T02:28:58.274Z Downloaded float-cmp v0.9.0
7112024-12-21T02:28:58.277Z Downloaded fd-lock v4.0.2
7122024-12-21T02:28:58.279Z Downloaded futures-task v0.3.31
7132024-12-21T02:28:58.282Z Downloaded zerocopy-derive v0.8.10
7142024-12-21T02:28:58.289Z Downloaded parking_lot_core v0.9.10
7152024-12-21T02:28:58.291Z Downloaded rayon-core v1.12.1
7162024-12-21T02:28:58.293Z Downloaded glob v0.3.1
7172024-12-21T02:28:58.296Z Downloaded downcast v0.11.0
7182024-12-21T02:28:58.298Z Downloaded pin-utils v0.1.0
7192024-12-21T02:28:58.298Z Downloaded aes v0.8.4
7202024-12-21T02:28:58.302Z Downloaded samael v0.0.17
7212024-12-21T02:28:58.309Z Downloaded num-conv v0.1.0
7222024-12-21T02:28:58.311Z Downloaded semver v0.1.20
7232024-12-21T02:28:58.313Z Downloaded scopeguard v1.2.0
7242024-12-21T02:28:58.313Z Downloaded pbkdf2 v0.11.0
7252024-12-21T02:28:58.316Z Downloaded static_assertions v1.1.0
7262024-12-21T02:28:58.333Z Downloaded des v0.8.1
7272024-12-21T02:28:58.333Z Downloaded snafu v0.8.5
7282024-12-21T02:28:58.333Z Downloaded rustls-pemfile v1.0.4
7292024-12-21T02:28:58.336Z Downloaded rfc6979 v0.4.0
7302024-12-21T02:28:58.337Z Downloaded headers v0.4.0
7312024-12-21T02:28:58.345Z Downloaded serde-big-array v0.5.1
7322024-12-21T02:28:58.345Z Downloaded precomputed-hash v0.1.1
7332024-12-21T02:28:58.347Z Downloaded der_derive v0.7.3
7342024-12-21T02:28:58.347Z Downloaded unicode-truncate v1.1.0
7352024-12-21T02:28:58.347Z Downloaded libm v0.2.8
7362024-12-21T02:28:58.352Z Downloaded parking_lot v0.12.3
7372024-12-21T02:28:58.355Z Downloaded rsa v0.9.6
7382024-12-21T02:28:58.361Z Downloaded sqlparser_derive v0.2.2
7392024-12-21T02:28:58.365Z Downloaded tls_codec_derive v0.4.1
7402024-12-21T02:28:58.367Z Downloaded signal-hook v0.3.17
7412024-12-21T02:28:58.370Z Downloaded xattr v1.3.1
7422024-12-21T02:28:58.370Z Downloaded utf8_iter v1.0.4
7432024-12-21T02:28:58.372Z Downloaded pkcs1 v0.7.5
7442024-12-21T02:28:58.375Z Downloaded xz2 v0.1.7
7452024-12-21T02:28:58.378Z Downloaded oso-derive v0.27.3
7462024-12-21T02:28:58.381Z Downloaded futures-core v0.3.31
7472024-12-21T02:28:58.381Z Downloaded universal-hash v0.5.1
7482024-12-21T02:28:58.381Z Downloaded new_debug_unreachable v1.0.6
7492024-12-21T02:28:58.387Z Downloaded fallible-iterator v0.2.0
7502024-12-21T02:28:58.387Z Downloaded foreign-types v0.5.0
7512024-12-21T02:28:58.387Z Downloaded flagset v0.4.6
7522024-12-21T02:28:58.391Z Downloaded ena v0.14.3
7532024-12-21T02:28:58.391Z Downloaded dirs-next v2.0.0
7542024-12-21T02:28:58.391Z Downloaded derive-where v1.2.7
7552024-12-21T02:28:58.394Z Downloaded dhcproto v0.12.0
7562024-12-21T02:28:58.397Z Downloaded tungstenite v0.21.0
7572024-12-21T02:28:58.401Z Downloaded typed-path v0.9.3
7582024-12-21T02:28:58.408Z Downloaded omicron-zone-package v0.12.0
7592024-12-21T02:28:58.412Z Downloaded normalize-line-endings v0.3.0
7602024-12-21T02:28:58.414Z Downloaded slog-bunyan v2.5.0
7612024-12-21T02:28:58.416Z Downloaded idna v1.0.3
7622024-12-21T02:28:58.419Z Downloaded rand_xorshift v0.3.0
7632024-12-21T02:28:58.422Z Downloaded rand_seeder v0.3.0
7642024-12-21T02:28:58.424Z Downloaded slog-json v2.6.1
7652024-12-21T02:28:58.426Z Downloaded aes-gcm v0.10.3
7662024-12-21T02:28:58.428Z Downloaded sync_wrapper v1.0.1
7672024-12-21T02:28:58.430Z Downloaded sync-ptr v0.1.1
7682024-12-21T02:28:58.434Z Downloaded russh-cryptovec v0.7.3
7692024-12-21T02:28:58.434Z Downloaded rand_core v0.6.4
7702024-12-21T02:28:58.437Z Downloaded ppv-lite86 v0.2.20
7712024-12-21T02:28:58.437Z Downloaded oso v0.27.3
7722024-12-21T02:28:58.439Z Downloaded smf v0.2.3
7732024-12-21T02:28:58.441Z Downloaded slog-stdlog v4.1.1
7742024-12-21T02:28:58.443Z Downloaded futures-io v0.3.31
7752024-12-21T02:28:58.445Z Downloaded poly1305 v0.8.0
7762024-12-21T02:28:58.448Z Downloaded zeroize_derive v1.4.2
7772024-12-21T02:28:58.448Z Downloaded yoke v0.7.4
7782024-12-21T02:28:58.451Z Downloaded num_threads v0.1.7
7792024-12-21T02:28:58.454Z Downloaded unicode-xid v0.2.6
7802024-12-21T02:28:58.454Z Downloaded futures-executor v0.3.31
7812024-12-21T02:28:58.456Z Downloaded futures-channel v0.3.31
7822024-12-21T02:28:58.459Z Downloaded hash32 v0.3.1
7832024-12-21T02:28:58.460Z Downloaded primeorder v0.13.6
7842024-12-21T02:28:58.462Z Downloaded owo-colors v4.1.0
7852024-12-21T02:28:58.465Z Downloaded password-hash v0.5.0
7862024-12-21T02:28:58.467Z Downloaded password-hash v0.4.2
7872024-12-21T02:28:58.470Z Downloaded itertools v0.12.1
7882024-12-21T02:28:58.476Z Downloaded darling_macro v0.20.10
7892024-12-21T02:28:58.479Z Downloaded tokio-util v0.7.12
7902024-12-21T02:28:58.485Z Downloaded string_cache v0.8.7
7912024-12-21T02:28:58.488Z Downloaded hyper v1.5.0
7922024-12-21T02:28:58.494Z Downloaded progenitor v0.8.0
7932024-12-21T02:28:58.496Z Downloaded termtree v0.4.1
7942024-12-21T02:28:58.499Z Downloaded uzers v0.12.1
7952024-12-21T02:28:58.501Z Downloaded proc-macro-crate v1.3.1
7962024-12-21T02:28:58.503Z Downloaded tokio-rustls v0.26.0
7972024-12-21T02:28:58.503Z Downloaded tls_codec v0.4.1
7982024-12-21T02:28:58.506Z Downloaded tiny-keccak v2.0.2
7992024-12-21T02:28:58.509Z Downloaded zerofrom-derive v0.1.4
8002024-12-21T02:28:58.512Z Downloaded progenitor-client v0.8.0
8012024-12-21T02:28:58.512Z Downloaded try-lock v0.2.5
8022024-12-21T02:28:58.514Z Downloaded tinystr v0.7.6
8032024-12-21T02:28:58.517Z Downloaded slog v2.7.0
8042024-12-21T02:28:58.519Z Downloaded utf16_iter v1.0.5
8052024-12-21T02:28:58.522Z Downloaded diesel_table_macro_syntax v0.2.0
8062024-12-21T02:28:58.522Z Downloaded dhcproto-macros v0.1.0
8072024-12-21T02:28:58.522Z Downloaded futures-sink v0.3.31
8082024-12-21T02:28:58.524Z Downloaded ecdsa v0.16.9
8092024-12-21T02:28:58.526Z Downloaded futures-macro v0.3.31
8102024-12-21T02:28:58.526Z Downloaded zerovec-derive v0.10.3
8112024-12-21T02:28:58.529Z Downloaded publicsuffix v2.2.3
8122024-12-21T02:28:58.531Z Downloaded toolchain_find v0.4.0
8132024-12-21T02:28:58.533Z Downloaded serde_path_to_error v0.1.16
8142024-12-21T02:28:58.536Z Downloaded zerocopy v0.6.6
8152024-12-21T02:28:58.538Z Downloaded num_enum_derive v0.5.11
8162024-12-21T02:28:58.542Z Downloaded num-bigint-dig v0.8.4
8172024-12-21T02:28:58.544Z Downloaded nu-ansi-term v0.50.1
8182024-12-21T02:28:58.547Z Downloaded time v0.3.36
8192024-12-21T02:28:58.555Z Downloaded parse-size v1.1.0
8202024-12-21T02:28:58.557Z Downloaded hkdf v0.12.4
8212024-12-21T02:28:58.559Z Downloaded heck v0.3.3
8222024-12-21T02:28:58.563Z Downloaded openssl-sys v0.9.103
8232024-12-21T02:28:58.566Z Downloaded termios v0.3.3
8242024-12-21T02:28:58.569Z Downloaded termcolor v1.4.1
8252024-12-21T02:28:58.575Z Downloaded blake3 v1.5.4
8262024-12-21T02:28:58.579Z Downloaded endian-type v0.1.2
8272024-12-21T02:28:58.581Z Downloaded path-slash v0.1.5
8282024-12-21T02:28:58.581Z Downloaded newtype_derive v0.1.6
8292024-12-21T02:28:58.584Z Downloaded rcgen v0.12.1
8302024-12-21T02:28:58.588Z Downloaded tracing-attributes v0.1.27
8312024-12-21T02:28:58.590Z Downloaded rustc_version v0.4.1
8322024-12-21T02:28:58.590Z Downloaded ssh-encoding v0.2.0
8332024-12-21T02:28:58.593Z Downloaded opaque-debug v0.3.1
8342024-12-21T02:28:58.593Z Downloaded nanorand v0.7.0
8352024-12-21T02:28:58.595Z Downloaded tokio-rustls v0.25.0
8362024-12-21T02:28:58.598Z Downloaded phf_generator v0.11.2
8372024-12-21T02:28:58.601Z Downloaded num-bigint v0.4.6
8382024-12-21T02:28:58.604Z Downloaded nibble_vec v0.1.0
8392024-12-21T02:28:58.606Z Downloaded pin-project-internal v1.1.6
8402024-12-21T02:28:58.608Z Downloaded structmeta v0.3.0
8412024-12-21T02:28:58.610Z Downloaded diff v0.1.13
8422024-12-21T02:28:58.612Z Downloaded phf_codegen v0.11.2
8432024-12-21T02:28:58.615Z Downloaded dyn-clone v1.0.17
8442024-12-21T02:28:58.615Z Downloaded tough v0.19.0
8452024-12-21T02:28:58.624Z Downloaded tower-service v0.3.3
8462024-12-21T02:28:58.626Z Downloaded tokio-postgres v0.7.12
8472024-12-21T02:28:58.630Z Downloaded foreign-types v0.3.2
8482024-12-21T02:28:58.633Z Downloaded aho-corasick v1.1.3
8492024-12-21T02:28:58.638Z Downloaded pretty-hex v0.2.1
8502024-12-21T02:28:58.640Z Downloaded aws-lc-rs v1.10.0
8512024-12-21T02:28:58.649Z Downloaded tinyvec v1.8.0
8522024-12-21T02:28:58.652Z Downloaded peg v0.8.4
8532024-12-21T02:28:58.656Z Downloaded zone_cfg_derive v0.1.2
8542024-12-21T02:28:58.659Z Downloaded tokio-rustls v0.24.1
8552024-12-21T02:28:58.662Z Downloaded phf v0.11.2
8562024-12-21T02:28:58.662Z Downloaded structmeta v0.2.0
8572024-12-21T02:28:58.664Z Downloaded signature v2.2.0
8582024-12-21T02:28:58.664Z Downloaded postgres-types v0.2.8
8592024-12-21T02:28:58.667Z Downloaded native-tls v0.2.12
8602024-12-21T02:28:58.669Z Downloaded wyz v0.5.1
8612024-12-21T02:28:58.672Z Downloaded zerofrom v0.1.4
8622024-12-21T02:28:58.672Z Downloaded num-integer v0.1.46
8632024-12-21T02:28:58.675Z Downloaded num-derive v0.4.2
8642024-12-21T02:28:58.677Z Downloaded value-bag v1.9.0
8652024-12-21T02:28:58.680Z Downloaded itertools v0.13.0
8662024-12-21T02:28:58.686Z Downloaded p256 v0.13.2
8672024-12-21T02:28:58.690Z Downloaded vte v0.11.1
8682024-12-21T02:28:58.692Z Downloaded pin-project v1.1.6
8692024-12-21T02:28:58.705Z Downloaded parse-display v0.10.0
8702024-12-21T02:28:58.707Z Downloaded powerfmt v0.2.0
8712024-12-21T02:28:58.707Z Downloaded fixedbitset v0.4.2
8722024-12-21T02:28:58.710Z Downloaded ff v0.13.0
8732024-12-21T02:28:58.713Z Downloaded percent-encoding v2.3.1
8742024-12-21T02:28:58.713Z Downloaded zerovec v0.10.4
8752024-12-21T02:28:58.717Z Downloaded parse-display-derive v0.10.0
8762024-12-21T02:28:58.720Z Downloaded dropshot_endpoint v0.12.0
8772024-12-21T02:28:58.722Z Downloaded schemars v0.8.21
8782024-12-21T02:28:58.734Z Downloaded quick-error v1.2.3
8792024-12-21T02:28:58.737Z Downloaded stringprep v0.1.5
8802024-12-21T02:28:58.740Z Downloaded zone v0.1.8
8812024-12-21T02:28:58.740Z Downloaded num v0.4.3
8822024-12-21T02:28:58.740Z Downloaded foreign-types-macros v0.2.3
8832024-12-21T02:28:58.740Z Downloaded num-complex v0.4.6
8842024-12-21T02:28:58.744Z Downloaded thiserror v2.0.3
8852024-12-21T02:28:58.748Z Downloaded serde-hex v0.1.0
8862024-12-21T02:28:58.754Z Downloaded time-macros v0.2.18
8872024-12-21T02:28:58.756Z Downloaded radium v0.7.0
8882024-12-21T02:28:58.756Z Downloaded env_logger v0.11.5
8892024-12-21T02:28:58.756Z Downloaded flate2 v1.0.34
8902024-12-21T02:28:58.761Z Downloaded rustc_version v0.1.7
8912024-12-21T02:28:58.763Z Downloaded russh-keys v0.45.0
8922024-12-21T02:28:58.766Z Downloaded salty v0.3.0
8932024-12-21T02:28:58.773Z Downloaded slog-async v2.8.0
8942024-12-21T02:28:58.776Z Downloaded whoami v1.5.2
8952024-12-21T02:28:58.776Z Downloaded unicode-properties v0.1.3
8962024-12-21T02:28:58.778Z Downloaded tar v0.4.42
8972024-12-21T02:28:58.781Z Downloaded unicode-normalization v0.1.24
8982024-12-21T02:28:58.785Z Downloaded structmeta-derive v0.2.0
8992024-12-21T02:28:58.787Z Downloaded mockall_derive v0.13.0
9002024-12-21T02:28:58.790Z Downloaded hashbrown v0.12.3
9012024-12-21T02:28:58.794Z Downloaded r2d2 v0.8.10
9022024-12-21T02:28:58.798Z Downloaded parse-zoneinfo v0.3.1
9032024-12-21T02:28:58.800Z Downloaded ron v0.7.1
9042024-12-21T02:28:58.803Z Downloaded rayon v1.10.0
9052024-12-21T02:28:58.813Z Downloaded fatfs v0.3.6
9062024-12-21T02:28:58.816Z Downloaded chrono v0.4.38
9072024-12-21T02:28:58.824Z Downloaded unsafe-libyaml v0.2.11
9082024-12-21T02:28:58.827Z Downloaded zip v2.1.3
9092024-12-21T02:28:58.832Z Downloaded unicode-segmentation v1.12.0
9102024-12-21T02:28:58.836Z Downloaded rustls-pki-types v1.10.0
9112024-12-21T02:28:58.839Z Downloaded der v0.7.9
9122024-12-21T02:28:58.845Z Downloaded nom v7.1.3
9132024-12-21T02:28:58.851Z Downloaded icu_properties_data v1.5.0
9142024-12-21T02:28:58.863Z Downloaded heapless v0.8.0
9152024-12-21T02:28:58.867Z Downloaded reqwest v0.12.9
9162024-12-21T02:28:58.875Z Downloaded prettyplease v0.2.25
9172024-12-21T02:28:58.879Z Downloaded portable-atomic v1.9.0
9182024-12-21T02:28:58.887Z Downloaded tracing v0.1.40
9192024-12-21T02:28:58.891Z Downloaded hashbrown v0.13.2
9202024-12-21T02:28:58.896Z Downloaded rustls-webpki v0.101.7
9212024-12-21T02:28:58.913Z Downloaded futures-util v0.3.31
9222024-12-21T02:28:58.924Z Downloaded url v2.5.3
9232024-12-21T02:28:58.927Z Downloaded idna v0.3.0
9242024-12-21T02:28:58.934Z Downloaded expectorate v1.1.0
9252024-12-21T02:28:58.938Z Downloaded steno v0.4.1
9262024-12-21T02:28:58.942Z Downloaded reedline v0.35.0
9272024-12-21T02:28:58.948Z Downloaded webpki-roots v0.26.6
9282024-12-21T02:28:58.952Z Downloaded idna v0.4.0
9292024-12-21T02:28:58.960Z Downloaded rusqlite v0.32.1
9302024-12-21T02:28:58.966Z Downloaded idna v0.2.3
9312024-12-21T02:28:58.973Z Downloaded sqlparser v0.45.0
9322024-12-21T02:28:58.980Z Downloaded x509-cert v0.2.5
9332024-12-21T02:28:58.987Z Downloaded ssh-key v0.6.6
9342024-12-21T02:28:58.995Z Downloaded vcpkg v0.2.15
9352024-12-21T02:28:59.033Z Downloaded quinn-proto v0.11.8
9362024-12-21T02:28:59.040Z Downloaded petname v2.0.2
9372024-12-21T02:28:59.046Z Downloaded rustls-webpki v0.102.8
9382024-12-21T02:28:59.066Z Downloaded git2 v0.19.0
9392024-12-21T02:28:59.074Z Downloaded smoltcp v0.9.1
9402024-12-21T02:28:59.083Z Downloaded p384 v0.13.0
9412024-12-21T02:28:59.090Z Downloaded hashbrown v0.14.5
9422024-12-21T02:28:59.096Z Downloaded rustls v0.21.12
9432024-12-21T02:28:59.108Z Downloaded hickory-proto v0.24.1
9442024-12-21T02:28:59.124Z Downloaded curve25519-dalek v4.1.3
9452024-12-21T02:28:59.134Z Downloaded nix v0.28.0
9462024-12-21T02:28:59.145Z Downloaded winnow v0.5.40
9472024-12-21T02:28:59.153Z Downloaded polar-core v0.27.3
9482024-12-21T02:28:59.162Z Downloaded openssl v0.10.66
9492024-12-21T02:28:59.172Z Downloaded unicode-width v0.2.0
9502024-12-21T02:28:59.180Z Downloaded chrono-tz v0.10.0
9512024-12-21T02:28:59.188Z Downloaded object v0.30.4
9522024-12-21T02:28:59.203Z Downloaded gimli v0.31.1
9532024-12-21T02:28:59.215Z Downloaded smoltcp v0.11.0
9542024-12-21T02:28:59.235Z Downloaded bstr v1.10.0
9552024-12-21T02:28:59.248Z Downloaded trust-dns-proto v0.22.0
9562024-12-21T02:28:59.262Z Downloaded regress v0.9.1
9572024-12-21T02:28:59.271Z Downloaded radix_trie v0.2.1
9582024-12-21T02:28:59.276Z Downloaded regex-syntax v0.6.29
9592024-12-21T02:28:59.282Z Downloaded dropshot v0.13.0
9602024-12-21T02:28:59.303Z Downloaded rustls v0.22.4
9612024-12-21T02:28:59.317Z Downloaded regex-syntax v0.8.5
9622024-12-21T02:28:59.325Z Downloaded diesel v2.2.6
9632024-12-21T02:28:59.344Z Downloaded openapiv3 v2.0.0
9642024-12-21T02:28:59.355Z Downloaded ratatui v0.28.1
9652024-12-21T02:28:59.373Z Downloaded zerocopy-derive v0.6.6
9662024-12-21T02:28:59.383Z Downloaded typify-impl v0.2.0
9672024-12-21T02:28:59.397Z Downloaded sled v0.34.7
9682024-12-21T02:28:59.407Z Downloaded nix v0.29.0
9692024-12-21T02:28:59.418Z Downloaded dropshot v0.12.0
9702024-12-21T02:28:59.438Z Downloaded rustls v0.23.19
9712024-12-21T02:28:59.449Z Downloaded object v0.36.5
9722024-12-21T02:28:59.461Z Downloaded bzip2-sys v0.1.11+1.0.8
9732024-12-21T02:28:59.473Z Downloaded regex-automata v0.4.8
9742024-12-21T02:28:59.490Z Downloaded regress v0.10.1
9752024-12-21T02:28:59.498Z Downloaded nix v0.27.1
9762024-12-21T02:28:59.509Z Downloaded quick-xml v0.33.0
9772024-12-21T02:28:59.514Z Downloaded zerocopy v0.8.10
9782024-12-21T02:28:59.538Z Downloaded idna v0.5.0
9792024-12-21T02:28:59.544Z Downloaded proptest v1.5.0
9802024-12-21T02:28:59.554Z Downloaded lzma-sys v0.1.20
9812024-12-21T02:28:59.583Z Downloaded regex v1.11.1
9822024-12-21T02:28:59.595Z Downloaded libz-sys v1.1.20
9832024-12-21T02:28:59.615Z Downloaded h2 v0.4.6
9842024-12-21T02:28:59.621Z Downloaded lalrpop v0.19.12
9852024-12-21T02:28:59.631Z Downloaded petgraph v0.6.5
9862024-12-21T02:28:59.647Z Downloaded tokio v1.40.0
9872024-12-21T02:28:59.683Z Downloaded bitvec v1.0.1
9882024-12-21T02:28:59.697Z Downloaded bindgen v0.69.5
9892024-12-21T02:28:59.705Z Downloaded csv v1.3.0
9902024-12-21T02:28:59.722Z Downloaded tracing-core v0.1.32
9912024-12-21T02:28:59.725Z Downloaded rand v0.8.5
9922024-12-21T02:28:59.728Z Downloaded toml_edit v0.19.15
9932024-12-21T02:28:59.744Z Downloaded ed25519-dalek v2.1.1
9942024-12-21T02:28:59.747Z Downloaded sha3 v0.10.8
9952024-12-21T02:28:59.751Z Downloaded unicode_categories v0.1.1
9962024-12-21T02:28:59.753Z Downloaded serde_with v3.11.0
9972024-12-21T02:28:59.761Z Downloaded zip v0.6.6
9982024-12-21T02:28:59.764Z Downloaded embedded-io v0.6.1
9992024-12-21T02:28:59.767Z Downloaded schemars_derive v0.8.21
10002024-12-21T02:28:59.772Z Downloaded scheduled-thread-pool v0.2.7
10012024-12-21T02:28:59.772Z Downloaded pbkdf2 v0.12.2
10022024-12-21T02:28:59.772Z Downloaded dropshot_endpoint v0.13.0
10032024-12-21T02:28:59.774Z Downloaded fragile v2.0.0
10042024-12-21T02:28:59.774Z Downloaded rustyline v14.0.0
10052024-12-21T02:28:59.779Z Downloaded untrusted v0.7.1
10062024-12-21T02:28:59.781Z Downloaded tap v1.0.1
10072024-12-21T02:28:59.782Z Downloaded rtoolbox v0.0.2
10082024-12-21T02:28:59.784Z Downloaded rpassword v7.3.1
10092024-12-21T02:28:59.785Z Downloaded siphasher v0.3.11
10102024-12-21T02:28:59.787Z Downloaded data-encoding v2.6.0
10112024-12-21T02:28:59.787Z Downloaded vsss-rs v3.3.4
10122024-12-21T02:28:59.790Z Downloaded serde_derive_internals v0.29.1
10132024-12-21T02:28:59.790Z Downloaded p521 v0.13.3
10142024-12-21T02:28:59.794Z Downloaded diesel-dtrace v0.4.2
10152024-12-21T02:28:59.796Z Downloaded multimap v0.10.0
10162024-12-21T02:28:59.799Z Downloaded filetime v0.2.25
10172024-12-21T02:28:59.799Z Downloaded signal-hook-tokio v0.3.1
10182024-12-21T02:28:59.799Z Downloaded unicode-bidi v0.3.17
10192024-12-21T02:28:59.801Z Downloaded serde_plain v1.0.2
10202024-12-21T02:28:59.804Z Downloaded slog-envlogger v2.2.0
10212024-12-21T02:28:59.807Z Downloaded test-strategy v0.3.1
10222024-12-21T02:28:59.810Z Downloaded russh v0.45.0
10232024-12-21T02:28:59.813Z Downloaded ed25519 v2.2.3
10242024-12-21T02:28:59.817Z Downloaded fs_extra v1.3.0
10252024-12-21T02:28:59.821Z Downloaded derive_more v0.99.18
10262024-12-21T02:28:59.823Z Downloaded nodrop v0.1.14
10272024-12-21T02:28:59.823Z Downloaded yasna v0.5.2
10282024-12-21T02:28:59.826Z Downloaded pin-project-lite v0.2.14
10292024-12-21T02:28:59.829Z Downloaded slog-scope v4.4.0
10302024-12-21T02:28:59.831Z Downloaded sha1 v0.10.6
10312024-12-21T02:28:59.834Z Downloaded subprocess v0.2.9
10322024-12-21T02:28:59.834Z Downloaded libxml v0.3.3
10332024-12-21T02:28:59.840Z Downloaded postgres-protocol v0.6.7
10342024-12-21T02:28:59.842Z Downloaded crossterm v0.28.1
10352024-12-21T02:28:59.848Z Downloaded hash32 v0.2.1
10362024-12-21T02:28:59.850Z Downloaded globset v0.4.15
10372024-12-21T02:28:59.853Z Downloaded itertools v0.10.5
10382024-12-21T02:28:59.857Z Downloaded synstructure v0.13.1
10392024-12-21T02:28:59.861Z Downloaded heapless v0.7.17
10402024-12-21T02:28:59.865Z Downloaded stable_deref_trait v1.2.0
10412024-12-21T02:28:59.865Z Downloaded slab v0.4.9
10422024-12-21T02:28:59.880Z Downloaded secrecy v0.8.0
10432024-12-21T02:28:59.880Z Downloaded tokio-tungstenite v0.23.1
10442024-12-21T02:28:59.880Z Downloaded tokio-tungstenite v0.21.0
10452024-12-21T02:28:59.880Z Downloaded sqlformat v0.2.6
10462024-12-21T02:28:59.880Z Downloaded serde_yaml v0.9.34+deprecated
10472024-12-21T02:28:59.883Z Downloaded encoding_rs v0.8.34
10482024-12-21T02:28:59.896Z Downloaded half v2.4.1
10492024-12-21T02:28:59.900Z Downloaded strum_macros v0.26.4
10502024-12-21T02:28:59.902Z Downloaded postcard v1.0.10
10512024-12-21T02:28:59.904Z Downloaded mio v1.0.2
10522024-12-21T02:28:59.908Z Downloaded writeable v0.5.5
10532024-12-21T02:28:59.910Z Downloaded utf-8 v0.7.6
10542024-12-21T02:28:59.913Z Downloaded parking_lot v0.11.2
10552024-12-21T02:28:59.913Z Downloaded group v0.13.0
10562024-12-21T02:28:59.915Z Downloaded thiserror-no-std v2.0.2
10572024-12-21T02:28:59.917Z Downloaded socket2 v0.5.7
10582024-12-21T02:28:59.920Z Downloaded signal-hook-registry v1.4.2
10592024-12-21T02:28:59.923Z Downloaded shlex v1.3.0
10602024-12-21T02:28:59.923Z Downloaded shell-words v1.1.0
10612024-12-21T02:28:59.925Z Downloaded salsa20 v0.10.2
10622024-12-21T02:28:59.926Z Downloaded defmt-macros v0.3.9
10632024-12-21T02:28:59.928Z Downloaded defmt v0.3.8
10642024-12-21T02:28:59.931Z Downloaded minimal-lexical v0.2.1
10652024-12-21T02:28:59.935Z Downloaded hickory-resolver v0.24.1
10662024-12-21T02:28:59.939Z Downloaded cc v1.1.30
10672024-12-21T02:28:59.942Z Downloaded darling_core v0.20.10
10682024-12-21T02:28:59.947Z Downloaded tokio-stream v0.1.16
10692024-12-21T02:28:59.951Z Downloaded tungstenite v0.24.0
10702024-12-21T02:28:59.955Z Downloaded tungstenite v0.23.0
10712024-12-21T02:28:59.958Z Downloaded env_filter v0.1.2
10722024-12-21T02:28:59.961Z Downloaded enum-as-inner v0.5.1
10732024-12-21T02:28:59.963Z Downloaded slog-dtrace v0.3.0
10742024-12-21T02:28:59.963Z Downloaded spin v0.9.8
10752024-12-21T02:28:59.966Z Downloaded hashlink v0.9.1
10762024-12-21T02:28:59.968Z Downloaded defmt-parser v0.3.4
10772024-12-21T02:28:59.968Z Downloaded debug-ignore v1.0.5
10782024-12-21T02:28:59.971Z Downloaded futures v0.3.31
10792024-12-21T02:28:59.974Z Downloaded libgit2-sys v0.17.0+1.8.1
10802024-12-21T02:29:00.032Z Downloaded predicates v3.1.2
10812024-12-21T02:29:00.036Z Downloaded pkcs8 v0.10.2
10822024-12-21T02:29:00.038Z Downloaded vergen v8.3.2
10832024-12-21T02:29:00.041Z Downloaded toml v0.7.8
10842024-12-21T02:29:00.043Z Downloaded wait-timeout v0.2.0
10852024-12-21T02:29:00.046Z Downloaded untrusted v0.9.0
10862024-12-21T02:29:00.049Z Downloaded unicase v2.7.0
10872024-12-21T02:29:00.049Z Downloaded topological-sort v0.2.2
10882024-12-21T02:29:00.052Z Downloaded thiserror-impl-no-std v2.0.2
10892024-12-21T02:29:00.052Z Downloaded base64 v0.22.1
10902024-12-21T02:29:00.054Z Downloaded newline-converter v0.3.0
10912024-12-21T02:29:00.056Z Downloaded foreign-types-shared v0.3.1
10922024-12-21T02:29:00.056Z Downloaded foreign-types-shared v0.1.1
10932024-12-21T02:29:00.058Z Downloaded thread_local v1.1.8
10942024-12-21T02:29:00.058Z Downloaded serde_urlencoded v0.7.1
10952024-12-21T02:29:00.060Z Downloaded serde_repr v0.1.19
10962024-12-21T02:29:00.063Z Downloaded getrandom v0.2.15
10972024-12-21T02:29:00.066Z Downloaded backtrace v0.3.74
10982024-12-21T02:29:00.073Z Downloaded rustc-hash v2.0.0
10992024-12-21T02:29:00.076Z Downloaded rustc-hash v1.1.0
11002024-12-21T02:29:00.076Z Downloaded displaydoc v0.2.5
11012024-12-21T02:29:00.076Z Downloaded derive_builder_core v0.20.2
11022024-12-21T02:29:00.078Z Downloaded derive_builder v0.20.2
11032024-12-21T02:29:00.087Z Downloaded slog-term v2.9.1
11042024-12-21T02:29:00.091Z Downloaded progenitor-impl v0.8.0
11052024-12-21T02:29:00.093Z Downloaded crossbeam-epoch v0.9.18
11062024-12-21T02:29:00.096Z Downloaded pem v3.0.4
11072024-12-21T02:29:00.098Z Downloaded gethostname v0.5.0
11082024-12-21T02:29:00.098Z Downloaded funty v2.0.0
11092024-12-21T02:29:00.101Z Downloaded crc-any v2.5.0
11102024-12-21T02:29:00.104Z Downloaded pem-rfc7468 v0.7.0
11112024-12-21T02:29:00.104Z Downloaded paste v1.0.15
11122024-12-21T02:29:00.106Z Downloaded num-iter v0.1.45
11132024-12-21T02:29:00.110Z Downloaded serde_with_macros v3.11.0
11142024-12-21T02:29:00.110Z Downloaded crc32fast v1.4.2
11152024-12-21T02:29:00.112Z Downloaded const-oid v0.9.6
11162024-12-21T02:29:00.112Z Downloaded bytes v1.8.0
11172024-12-21T02:29:00.116Z Downloaded arc-swap v1.7.1
11182024-12-21T02:29:00.120Z Downloaded clang-sys v1.8.1
11192024-12-21T02:29:00.123Z Downloaded strip-ansi-escapes v0.2.0
11202024-12-21T02:29:00.129Z Downloaded libloading v0.8.5
11212024-12-21T02:29:00.132Z Downloaded bzip2 v0.4.4
11222024-12-21T02:29:00.132Z Downloaded cookie_store v0.21.0
11232024-12-21T02:29:00.132Z Downloaded hubpack v0.1.2
11242024-12-21T02:29:00.132Z Downloaded colored v2.1.0
11252024-12-21T02:29:00.135Z Downloaded base64ct v1.6.0
11262024-12-21T02:29:00.135Z Downloaded aead v0.5.2
11272024-12-21T02:29:00.138Z Downloaded kstat-rs v0.2.4
11282024-12-21T02:29:00.138Z Downloaded console v0.15.8
11292024-12-21T02:29:00.140Z Downloaded cassowary v0.3.0
11302024-12-21T02:29:00.142Z Downloaded bcs v0.1.6
11312024-12-21T02:29:00.145Z Downloaded backoff v0.4.0
11322024-12-21T02:29:00.147Z Downloaded cbc v0.1.2
11332024-12-21T02:29:00.149Z Downloaded indent_write v2.2.0
11342024-12-21T02:29:00.149Z Downloaded impl-trait-for-tuples v0.2.2
11352024-12-21T02:29:00.152Z Downloaded async-bb8-diesel v0.2.1
11362024-12-21T02:29:00.154Z Downloaded lalrpop-util v0.19.12
11372024-12-21T02:29:00.156Z Downloaded constant_time_eq v0.3.1
11382024-12-21T02:29:00.156Z Downloaded cmake v0.1.51
11392024-12-21T02:29:00.158Z Downloaded hostname v0.4.0
11402024-12-21T02:29:00.161Z Downloaded match_cfg v0.1.0
11412024-12-21T02:29:00.161Z Downloaded idna_adapter v1.2.0
11422024-12-21T02:29:00.161Z Downloaded atomic-waker v1.1.2
11432024-12-21T02:29:00.163Z Downloaded hex-literal v0.4.1
11442024-12-21T02:29:00.163Z Downloaded chacha20 v0.9.1
11452024-12-21T02:29:00.166Z Downloaded castaway v0.2.3
11462024-12-21T02:29:00.166Z Downloaded bitflags v1.3.2
11472024-12-21T02:29:00.169Z Downloaded bitfield-struct v0.6.2
11482024-12-21T02:29:00.171Z Downloaded base16ct v0.2.0
11492024-12-21T02:29:00.171Z Downloaded bcrypt-pbkdf v0.10.0
11502024-12-21T02:29:00.381Z Downloaded ring v0.17.8
11512024-12-21T02:29:00.506Z Downloaded libsqlite3-sys v0.30.1
11522024-12-21T02:29:00.645Z Downloaded aws-lc-sys v0.22.0
11532024-12-21T02:29:00.956Z Compiling serde v1.0.215
11542024-12-21T02:29:00.958Z Compiling lock_api v0.4.12
11552024-12-21T02:29:00.959Z Compiling scopeguard v1.2.0
11562024-12-21T02:29:00.959Z Compiling value-bag v1.9.0
11572024-12-21T02:29:00.959Z Compiling typenum v1.17.0
11582024-12-21T02:29:00.959Z Compiling generic-array v0.14.7
11592024-12-21T02:29:01.108Z Compiling syn v2.0.87
11602024-12-21T02:29:01.111Z Compiling getrandom v0.2.15
11612024-12-21T02:29:01.229Z Compiling shlex v1.3.0
11622024-12-21T02:29:01.462Z Compiling rand_core v0.6.4
11632024-12-21T02:29:01.598Z Compiling log v0.4.22
11642024-12-21T02:29:01.621Z Compiling subtle v2.6.1
11652024-12-21T02:29:01.645Z Compiling jobserver v0.1.32
11662024-12-21T02:29:01.698Z Compiling smallvec v1.13.2
11672024-12-21T02:29:01.958Z Compiling const-oid v0.9.6
11682024-12-21T02:29:01.979Z Compiling spin v0.9.8
11692024-12-21T02:29:01.998Z Compiling cc v1.1.30
11702024-12-21T02:29:02.084Z Compiling pin-project-lite v0.2.14
11712024-12-21T02:29:02.222Z Compiling rustix v0.38.37
11722024-12-21T02:29:02.364Z Compiling parking_lot_core v0.9.10
11732024-12-21T02:29:02.450Z Compiling futures-core v0.3.31
11742024-12-21T02:29:02.556Z Compiling signal-hook-registry v1.4.2
11752024-12-21T02:29:02.702Z Compiling mio v1.0.2
11762024-12-21T02:29:03.090Z Compiling aho-corasick v1.1.3
11772024-12-21T02:29:03.349Z Compiling parking_lot v0.12.3
11782024-12-21T02:29:03.489Z Compiling either v1.13.0
11792024-12-21T02:29:03.862Z Compiling cpufeatures v0.2.14
11802024-12-21T02:29:03.884Z Compiling regex-syntax v0.8.5
11812024-12-21T02:29:03.913Z Compiling lazy_static v1.5.0
11822024-12-21T02:29:03.913Z Compiling stable_deref_trait v1.2.0
11832024-12-21T02:29:03.962Z Compiling glob v0.3.1
11842024-12-21T02:29:04.036Z Compiling futures-sink v0.3.31
11852024-12-21T02:29:04.038Z Compiling socket2 v0.5.7
11862024-12-21T02:29:04.193Z Compiling slab v0.4.9
11872024-12-21T02:29:04.350Z Compiling prettyplease v0.2.25
11882024-12-21T02:29:04.723Z Compiling minimal-lexical v0.2.1
11892024-12-21T02:29:05.031Z Compiling libloading v0.8.5
11902024-12-21T02:29:05.048Z Compiling clang-sys v1.8.1
11912024-12-21T02:29:05.118Z Compiling home v0.5.9
11922024-12-21T02:29:05.248Z Compiling nom v7.1.3
11932024-12-21T02:29:05.400Z Compiling serde_json v1.0.132
11942024-12-21T02:29:05.464Z Compiling bindgen v0.69.5
11952024-12-21T02:29:05.743Z Compiling futures-channel v0.3.31
11962024-12-21T02:29:06.162Z Compiling itertools v0.12.1
11972024-12-21T02:29:06.271Z Compiling pin-utils v0.1.0
11982024-12-21T02:29:06.374Z Compiling allocator-api2 v0.2.18
11992024-12-21T02:29:06.492Z Compiling futures-io v0.3.31
12002024-12-21T02:29:06.839Z Compiling foldhash v0.1.3
12012024-12-21T02:29:07.172Z Compiling rustc-hash v1.1.0
12022024-12-21T02:29:07.227Z Compiling futures-task v0.3.31
12032024-12-21T02:29:07.323Z Compiling lazycell v1.3.0
12042024-12-21T02:29:07.489Z Compiling hashbrown v0.15.1
12052024-12-21T02:29:07.527Z Compiling cmake v0.1.51
12062024-12-21T02:29:08.595Z Compiling regex-automata v0.4.8
12072024-12-21T02:29:08.820Z Compiling synstructure v0.13.1
12082024-12-21T02:29:09.121Z Compiling cexpr v0.6.0
12092024-12-21T02:29:09.388Z Compiling pkg-config v0.3.31
12102024-12-21T02:29:10.604Z Compiling fs_extra v1.3.0
12112024-12-21T02:29:10.893Z Compiling libm v0.2.8
12122024-12-21T02:29:10.971Z Compiling tinyvec_macros v0.1.1
12132024-12-21T02:29:10.990Z Compiling dunce v1.0.5
12142024-12-21T02:29:11.069Z Compiling tinyvec v1.8.0
12152024-12-21T02:29:11.133Z Compiling num-traits v0.2.19
12162024-12-21T02:29:11.170Z Compiling ring v0.17.8
12172024-12-21T02:29:11.646Z Compiling paste v1.0.15
12182024-12-21T02:29:12.151Z Compiling unicode-bidi v0.3.17
12192024-12-21T02:29:12.292Z Compiling base64ct v1.6.0
12202024-12-21T02:29:12.311Z Compiling litemap v0.7.3
12212024-12-21T02:29:12.617Z Compiling unicode-normalization v0.1.24
12222024-12-21T02:29:12.648Z Compiling writeable v0.5.5
12232024-12-21T02:29:12.891Z Compiling pem-rfc7468 v0.7.0
12242024-12-21T02:29:13.613Z Compiling httparse v1.9.5
12252024-12-21T02:29:13.634Z Compiling aws-lc-rs v1.10.0
12262024-12-21T02:29:13.721Z Compiling flagset v0.4.6
12272024-12-21T02:29:13.939Z Compiling regex v1.11.1
12282024-12-21T02:29:14.373Z Compiling tracing-core v0.1.32
12292024-12-21T02:29:15.058Z Compiling rustls-pki-types v1.10.0
12302024-12-21T02:29:15.094Z Compiling crossbeam-utils v0.8.20
12312024-12-21T02:29:15.263Z Compiling icu_locid_transform_data v1.5.0
12322024-12-21T02:29:15.367Z Compiling percent-encoding v2.3.1
12332024-12-21T02:29:15.694Z Compiling powerfmt v0.2.0
12342024-12-21T02:29:15.710Z Compiling num-conv v0.1.0
12352024-12-21T02:29:15.747Z Compiling serde_derive v1.0.215
12362024-12-21T02:29:16.002Z Compiling zeroize_derive v1.4.2
12372024-12-21T02:29:16.077Z Compiling zerocopy-derive v0.7.35
12382024-12-21T02:29:16.179Z Compiling tokio-macros v2.4.0
12392024-12-21T02:29:16.334Z Compiling zerofrom-derive v0.1.4
12402024-12-21T02:29:17.546Z Compiling zeroize v1.8.1
12412024-12-21T02:29:17.778Z Compiling thiserror-impl v1.0.69
12422024-12-21T02:29:17.951Z Compiling yoke-derive v0.7.4
12432024-12-21T02:29:18.273Z Compiling zerocopy v0.7.35
12442024-12-21T02:29:19.270Z Compiling crypto-common v0.1.6
12452024-12-21T02:29:19.517Z Compiling block-buffer v0.10.4
12462024-12-21T02:29:19.786Z Compiling digest v0.10.7
12472024-12-21T02:29:19.880Z Compiling futures-macro v0.3.31
12482024-12-21T02:29:20.245Z Compiling hmac v0.12.1
12492024-12-21T02:29:20.460Z Compiling zerofrom v0.1.4
12502024-12-21T02:29:20.496Z Compiling zerovec-derive v0.10.3
12512024-12-21T02:29:20.693Z Compiling block-padding v0.3.3
12522024-12-21T02:29:20.920Z Compiling displaydoc v0.2.5
12532024-12-21T02:29:21.080Z Compiling yoke v0.7.4
12542024-12-21T02:29:21.214Z Compiling thiserror v1.0.69
12552024-12-21T02:29:21.259Z Compiling inout v0.1.3
12562024-12-21T02:29:21.342Z Compiling sha2 v0.10.8
12572024-12-21T02:29:21.445Z Compiling ppv-lite86 v0.2.20
12582024-12-21T02:29:21.524Z Compiling cipher v0.4.4
12592024-12-21T02:29:21.842Z Compiling futures-util v0.3.31
12602024-12-21T02:29:22.024Z Compiling icu_provider_macros v1.5.0
12612024-12-21T02:29:22.275Z Compiling der_derive v0.7.3
12622024-12-21T02:29:22.565Z Compiling rand_chacha v0.3.1
12632024-12-21T02:29:22.795Z Compiling tracing-attributes v0.1.27
12642024-12-21T02:29:23.131Z Compiling zerovec v0.10.4
12652024-12-21T02:29:23.151Z Compiling rand v0.8.5
12662024-12-21T02:29:24.877Z Compiling der v0.7.9
12672024-12-21T02:29:24.922Z Compiling salsa20 v0.10.2
12682024-12-21T02:29:25.024Z Compiling tinystr v0.7.6
12692024-12-21T02:29:25.191Z Compiling icu_collections v1.5.0
12702024-12-21T02:29:25.381Z Compiling pest v2.7.14
12712024-12-21T02:29:25.431Z Compiling icu_locid v1.5.0
12722024-12-21T02:29:25.495Z Compiling pbkdf2 v0.12.2
12732024-12-21T02:29:25.671Z Compiling mirai-annotations v1.12.0
12742024-12-21T02:29:25.860Z Compiling vcpkg v0.2.15
12752024-12-21T02:29:26.645Z Compiling icu_provider v1.5.0
12762024-12-21T02:29:26.737Z Compiling tracing v0.1.40
12772024-12-21T02:29:27.275Z Compiling spki v0.7.3
12782024-12-21T02:29:27.660Z Compiling icu_locid_transform v1.5.0
12792024-12-21T02:29:27.756Z Compiling untrusted v0.9.0
12802024-12-21T02:29:27.907Z Compiling untrusted v0.7.1
12812024-12-21T02:29:27.930Z Compiling time-core v0.1.2
12822024-12-21T02:29:28.076Z Compiling icu_properties_data v1.5.0
12832024-12-21T02:29:28.095Z Compiling pest_meta v2.7.14
12842024-12-21T02:29:28.111Z Compiling time-macros v0.2.18
12852024-12-21T02:29:28.138Z Compiling openssl-sys v0.9.103
12862024-12-21T02:29:28.381Z Compiling scrypt v0.11.0
12872024-12-21T02:29:28.447Z Compiling cbc v0.1.2
12882024-12-21T02:29:28.702Z Compiling aes v0.8.4
12892024-12-21T02:29:28.903Z Compiling icu_properties v1.5.1
12902024-12-21T02:29:29.234Z Compiling deranged v0.3.11
12912024-12-21T02:29:30.171Z Compiling bitflags v2.6.0
12922024-12-21T02:29:30.430Z Compiling bytes v1.8.0
12932024-12-21T02:29:31.529Z Compiling tokio v1.40.0
12942024-12-21T02:29:31.646Z Compiling indexmap v2.6.0
12952024-12-21T02:29:31.736Z Compiling http v1.1.0
12962024-12-21T02:29:32.059Z Compiling semver v1.0.23
12972024-12-21T02:29:32.852Z Compiling rustc_version v0.4.1
12982024-12-21T02:29:33.133Z Compiling scroll_derive v0.12.0
12992024-12-21T02:29:33.646Z Compiling num_threads v0.1.7
13002024-12-21T02:29:33.771Z Compiling write16 v1.0.0
13012024-12-21T02:29:33.790Z Compiling utf16_iter v1.0.5
13022024-12-21T02:29:33.898Z Compiling atomic-waker v1.1.2
13032024-12-21T02:29:33.996Z Compiling icu_normalizer_data v1.5.0
13042024-12-21T02:29:34.087Z Compiling utf8_iter v1.0.4
13052024-12-21T02:29:34.107Z Compiling time v0.3.36
13062024-12-21T02:29:34.317Z Compiling icu_normalizer v1.5.0
13072024-12-21T02:29:34.345Z Compiling http-body v1.0.1
13082024-12-21T02:29:34.466Z Compiling pkcs5 v0.7.1
13092024-12-21T02:29:34.601Z Compiling which v4.4.2
13102024-12-21T02:29:34.666Z Compiling pest_generator v2.7.14
13112024-12-21T02:29:34.685Z Compiling scroll v0.12.0
13122024-12-21T02:29:35.458Z Compiling form_urlencoded v1.2.1
13132024-12-21T02:29:35.673Z Compiling try-lock v0.2.5
13142024-12-21T02:29:35.805Z Compiling slog v2.7.0
13152024-12-21T02:29:35.827Z Compiling goblin v0.8.2
13162024-12-21T02:29:36.119Z Compiling want v0.3.1
13172024-12-21T02:29:36.329Z Compiling idna_adapter v1.2.0
13182024-12-21T02:29:36.434Z Compiling pkcs8 v0.10.2
13192024-12-21T02:29:36.451Z Compiling httpdate v1.0.3
13202024-12-21T02:29:36.569Z Compiling idna v1.0.3
13212024-12-21T02:29:36.713Z Compiling pest_derive v2.7.14
13222024-12-21T02:29:37.172Z Compiling uuid v1.11.0
13232024-12-21T02:29:37.494Z Compiling dtrace-parser v0.2.0
13242024-12-21T02:29:37.758Z Compiling serde_tokenstream v0.2.2
13252024-12-21T02:29:38.375Z Compiling toml_datetime v0.6.8
13262024-12-21T02:29:38.393Z Compiling serde_spanned v0.6.8
13272024-12-21T02:29:38.610Z Compiling match_cfg v0.1.0
13282024-12-21T02:29:38.631Z Compiling foreign-types-shared v0.1.1
13292024-12-21T02:29:38.712Z Compiling openssl v0.10.66
13302024-12-21T02:29:38.739Z Compiling rustversion v1.0.17
13312024-12-21T02:29:38.892Z Compiling tower-service v0.3.3
13322024-12-21T02:29:39.016Z Compiling iana-time-zone v0.1.61
13332024-12-21T02:29:39.117Z Compiling adler2 v2.0.0
13342024-12-21T02:29:39.356Z Compiling base64 v0.22.1
13352024-12-21T02:29:39.418Z Compiling miniz_oxide v0.8.0
13362024-12-21T02:29:39.530Z Compiling chrono v0.4.38
13372024-12-21T02:29:39.616Z Compiling foreign-types v0.3.2
13382024-12-21T02:29:39.683Z Compiling hostname v0.3.1
13392024-12-21T02:29:39.722Z Compiling url v2.5.3
13402024-12-21T02:29:40.130Z Compiling tokio-util v0.7.12
13412024-12-21T02:29:40.984Z Compiling async-trait v0.1.83
13422024-12-21T02:29:41.357Z Compiling h2 v0.4.6
13432024-12-21T02:29:41.601Z Compiling dof v0.3.0
13442024-12-21T02:29:41.746Z Compiling openssl-macros v0.1.1
13452024-12-21T02:29:42.538Z Compiling usdt-impl v0.5.0
13462024-12-21T02:29:43.511Z Compiling dirs-sys-next v0.1.2
13472024-12-21T02:29:43.767Z Compiling data-encoding v2.6.0
13482024-12-21T02:29:43.770Z Compiling rustls v0.22.4
13492024-12-21T02:29:43.932Z Compiling rustls v0.23.19
13502024-12-21T02:29:44.053Z Compiling syn v1.0.109
13512024-12-21T02:29:44.133Z Compiling native-tls v0.2.12
13522024-12-21T02:29:44.184Z Compiling siphasher v0.3.11
13532024-12-21T02:29:44.548Z Compiling dirs-next v2.0.0
13542024-12-21T02:29:44.775Z Compiling http-body-util v0.1.2
13552024-12-21T02:29:45.387Z Compiling crossbeam-epoch v0.9.18
13562024-12-21T02:29:46.099Z Compiling heapless v0.7.17
13572024-12-21T02:29:46.158Z Compiling sha1 v0.10.6
13582024-12-21T02:29:46.161Z Compiling signature v2.2.0
13592024-12-21T02:29:46.243Z Compiling bzip2-sys v0.1.11+1.0.8
13602024-12-21T02:29:46.453Z Compiling serde_derive_internals v0.29.1
13612024-12-21T02:29:46.503Z Compiling thread_local v1.1.8
13622024-12-21T02:29:46.602Z Compiling multer v3.1.0
13632024-12-21T02:29:46.727Z Compiling encoding_rs v0.8.34
13642024-12-21T02:29:46.890Z Compiling cookie v0.18.1
13652024-12-21T02:29:47.076Z Compiling schemars v0.8.21
13662024-12-21T02:29:47.158Z Compiling unicode-properties v0.1.3
13672024-12-21T02:29:47.280Z Compiling mime v0.3.17
13682024-12-21T02:29:47.404Z Compiling signal-hook v0.3.17
13692024-12-21T02:29:47.584Z Compiling openssl-probe v0.1.5
13702024-12-21T02:29:47.666Z Compiling slog-async v2.8.0
13712024-12-21T02:29:47.879Z Compiling rayon-core v1.12.1
13722024-12-21T02:29:47.937Z Compiling ipnet v2.10.1
13732024-12-21T02:29:48.151Z Compiling gimli v0.31.1
13742024-12-21T02:29:48.282Z Compiling toml_edit v0.22.22
13752024-12-21T02:29:49.187Z Compiling hyper v1.5.0
13762024-12-21T02:29:49.241Z Compiling schemars_derive v0.8.21
13772024-12-21T02:29:51.910Z Compiling hyper-util v0.1.10
13782024-12-21T02:29:52.257Z Compiling stringprep v0.1.5
13792024-12-21T02:29:52.682Z Compiling addr2line v0.24.2
13802024-12-21T02:29:53.474Z Compiling usdt-macro v0.5.0
13812024-12-21T02:29:53.493Z Compiling usdt-attr-macro v0.5.0
13822024-12-21T02:29:53.510Z Compiling crossbeam-deque v0.8.5
13832024-12-21T02:29:53.837Z Compiling term v0.7.0
13842024-12-21T02:29:54.871Z Compiling slog-json v2.6.1
13852024-12-21T02:29:54.923Z Compiling serde_urlencoded v0.7.1
13862024-12-21T02:29:55.085Z Compiling crossbeam-channel v0.5.13
13872024-12-21T02:29:55.124Z Compiling curve25519-dalek v4.1.3
13882024-12-21T02:29:55.274Z Compiling enum-as-inner v0.6.1
13892024-12-21T02:29:55.359Z Compiling futures-executor v0.3.31
13902024-12-21T02:29:55.437Z Compiling md-5 v0.10.6
13912024-12-21T02:29:55.702Z Compiling async-stream-impl v0.3.6
13922024-12-21T02:29:55.746Z Compiling rustls-pemfile v2.2.0
13932024-12-21T02:29:55.919Z Compiling num-integer v0.1.46
13942024-12-21T02:29:56.089Z Compiling idna v0.4.0
13952024-12-21T02:29:56.190Z Compiling idna v0.3.0
13962024-12-21T02:29:56.363Z Compiling hash32 v0.2.1
13972024-12-21T02:29:56.730Z Compiling ff v0.13.0
13982024-12-21T02:29:56.751Z Compiling is-terminal v0.4.13
13992024-12-21T02:29:56.803Z Compiling dropshot v0.12.0
14002024-12-21T02:29:56.890Z Compiling object v0.36.5
14012024-12-21T02:29:56.949Z Compiling num-bigint-dig v0.8.4
14022024-12-21T02:29:57.113Z Compiling dyn-clone v1.0.17
14032024-12-21T02:29:57.185Z Compiling rustc-demangle v0.1.24
14042024-12-21T02:29:57.230Z Compiling portable-atomic v1.9.0
14052024-12-21T02:29:57.261Z Compiling quick-error v1.2.3
14062024-12-21T02:29:57.409Z Compiling utf-8 v0.7.6
14072024-12-21T02:29:57.759Z Compiling psl-types v2.0.11
14082024-12-21T02:29:57.792Z Compiling fallible-iterator v0.2.0
14092024-12-21T02:29:57.896Z Compiling base16ct v0.2.0
14102024-12-21T02:29:57.939Z Compiling anyhow v1.0.93
14112024-12-21T02:29:58.085Z Compiling linked-hash-map v0.5.6
14122024-12-21T02:29:58.206Z Compiling smoltcp v0.9.1
14132024-12-21T02:29:58.291Z Compiling take_mut v0.2.2
14142024-12-21T02:29:58.458Z Compiling lru-cache v0.1.2
14152024-12-21T02:29:58.538Z Compiling postgres-protocol v0.6.7
14162024-12-21T02:29:58.735Z Compiling sec1 v0.7.3
14172024-12-21T02:29:58.917Z Compiling publicsuffix v2.2.3
14182024-12-21T02:29:58.967Z Compiling tungstenite v0.24.0
14192024-12-21T02:29:59.189Z Compiling resolv-conf v0.7.0
14202024-12-21T02:29:59.791Z Compiling async-stream v0.3.6
14212024-12-21T02:29:59.983Z Compiling hickory-proto v0.24.1
14222024-12-21T02:30:00.034Z Compiling group v0.13.0
14232024-12-21T02:30:00.078Z Compiling slog-term v2.9.1
14242024-12-21T02:30:00.370Z Compiling usdt v0.5.0
14252024-12-21T02:30:01.406Z Compiling num-iter v0.1.45
14262024-12-21T02:30:01.524Z Compiling futures v0.3.31
14272024-12-21T02:30:01.571Z Compiling slog-bunyan v2.5.0
14282024-12-21T02:30:02.975Z Compiling camino v1.1.9
14292024-12-21T02:30:03.266Z Compiling tokio-native-tls v0.3.1
14302024-12-21T02:30:03.597Z Compiling toml v0.8.19
14312024-12-21T02:30:03.607Z Compiling phf_shared v0.11.2
14322024-12-21T02:30:04.016Z Compiling dropshot_endpoint v0.12.0
14332024-12-21T02:30:04.092Z Compiling terminal_size v0.4.0
14342024-12-21T02:30:04.207Z Compiling waitgroup v0.1.2
14352024-12-21T02:30:04.231Z Compiling openapiv3 v2.0.0
14362024-12-21T02:30:04.465Z Compiling backtrace v0.3.74
14372024-12-21T02:30:05.143Z Compiling serde_path_to_error v0.1.16
14382024-12-21T02:30:05.388Z Compiling hkdf v0.12.4
14392024-12-21T02:30:05.792Z Compiling crypto-bigint v0.5.5
14402024-12-21T02:30:06.133Z Compiling zerocopy-derive v0.6.6
14412024-12-21T02:30:10.423Z Compiling hubpack_derive v0.1.1
14422024-12-21T02:30:10.488Z Compiling curve25519-dalek-derive v0.1.1
14432024-12-21T02:30:10.488Z Compiling webpki-roots v0.26.6
14442024-12-21T02:30:10.488Z Compiling idna v0.5.0
14452024-12-21T02:30:10.488Z Compiling hostname v0.4.0
14462024-12-21T02:30:10.488Z Compiling crc32fast v1.4.2
14472024-12-21T02:30:10.488Z Compiling fs-err v2.11.0
14482024-12-21T02:30:10.488Z Compiling ahash v0.8.11
14492024-12-21T02:30:10.488Z Compiling winnow v0.5.40
14502024-12-21T02:30:10.488Z Compiling bitflags v1.3.2
14512024-12-21T02:30:10.488Z Compiling managed v0.8.0
14522024-12-21T02:30:10.488Z Compiling debug-ignore v1.0.5
14532024-12-21T02:30:10.488Z Compiling clap_builder v4.5.21
14542024-12-21T02:30:10.488Z Compiling console v0.15.8
14552024-12-21T02:30:10.578Z Compiling cookie_store v0.21.0
14562024-12-21T02:30:11.919Z Compiling strum_macros v0.25.3
14572024-12-21T02:30:11.943Z Compiling hubpack v0.1.2
14582024-12-21T02:30:12.081Z Compiling flate2 v1.0.34
14592024-12-21T02:30:12.219Z Compiling elliptic-curve v0.13.8
14602024-12-21T02:30:12.436Z Compiling zerocopy v0.6.6
14612024-12-21T02:30:13.033Z Compiling toml_edit v0.19.15
14622024-12-21T02:30:13.056Z Compiling hickory-resolver v0.24.1
14632024-12-21T02:30:13.318Z Compiling phf v0.11.2
14642024-12-21T02:30:13.628Z Compiling signal-hook-mio v0.2.4
14652024-12-21T02:30:13.792Z Compiling hyper-tls v0.6.0
14662024-12-21T02:30:13.967Z Compiling rayon v1.10.0
14672024-12-21T02:30:14.252Z Compiling bzip2 v0.4.4
14682024-12-21T02:30:16.104Z Compiling tokio-tungstenite v0.24.0
14692024-12-21T02:30:16.644Z Compiling postgres-types v0.2.8
14702024-12-21T02:30:18.173Z Compiling ed25519 v2.2.3
14712024-12-21T02:30:19.069Z Compiling phf_shared v0.10.0
14722024-12-21T02:30:19.077Z Compiling tokio-stream v0.1.16
14732024-12-21T02:30:19.468Z Compiling pkcs1 v0.7.5
14742024-12-21T02:30:19.512Z Compiling serde-big-array v0.5.1
14752024-12-21T02:30:19.758Z Compiling clap_derive v4.5.18
14762024-12-21T02:30:19.854Z Compiling rfc6979 v0.4.0
14772024-12-21T02:30:20.039Z Compiling serde_repr v0.1.19
14782024-12-21T02:30:20.127Z Compiling derive-where v1.2.7
14792024-12-21T02:30:20.178Z Compiling float-cmp v0.9.0
14802024-12-21T02:30:20.410Z Compiling bstr v1.10.0
14812024-12-21T02:30:20.513Z Compiling sync_wrapper v1.0.1
14822024-12-21T02:30:20.669Z Compiling fixedbitset v0.4.2
14832024-12-21T02:30:21.154Z Compiling unicode-segmentation v1.12.0
14842024-12-21T02:30:21.158Z Compiling unicode-width v0.2.0
14852024-12-21T02:30:21.229Z Compiling bit-vec v0.6.3
14862024-12-21T02:30:21.689Z Compiling number_prefix v0.4.0
14872024-12-21T02:30:21.720Z Compiling difflib v0.4.0
14882024-12-21T02:30:21.926Z Compiling normalize-line-endings v0.3.0
14892024-12-21T02:30:22.052Z Compiling precomputed-hash v0.1.1
14902024-12-21T02:30:22.073Z Compiling new_debug_unreachable v1.0.6
14912024-12-21T02:30:22.172Z Compiling whoami v1.5.2
14922024-12-21T02:30:22.192Z Compiling static_assertions v1.1.0
14932024-12-21T02:30:22.240Z Compiling predicates-core v1.0.8
14942024-12-21T02:30:22.295Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14952024-12-21T02:30:22.603Z Compiling tokio-postgres v0.7.12
14962024-12-21T02:30:22.843Z Compiling predicates v3.1.2
14972024-12-21T02:30:23.414Z Compiling string_cache v0.8.7
14982024-12-21T02:30:23.826Z Compiling indicatif v0.17.9
14992024-12-21T02:30:23.926Z Compiling similar v2.6.0
15002024-12-21T02:30:24.677Z Compiling bit-set v0.5.3
15012024-12-21T02:30:24.966Z Compiling clap v4.5.21
15022024-12-21T02:30:24.983Z Compiling petgraph v0.6.5
15032024-12-21T02:30:25.089Z Compiling ecdsa v0.16.9
15042024-12-21T02:30:25.988Z Compiling rsa v0.9.6
15052024-12-21T02:30:26.180Z Compiling ed25519-dalek v2.1.1
15062024-12-21T02:30:26.433Z Compiling toml v0.7.8
15072024-12-21T02:30:27.531Z Compiling zip v0.6.6
15082024-12-21T02:30:28.232Z Compiling crossterm v0.28.1
15092024-12-21T02:30:32.590Z Compiling hex v0.4.3
15102024-12-21T02:30:32.947Z Compiling x509-cert v0.2.5
15112024-12-21T02:30:32.948Z Compiling itertools v0.10.5
15122024-12-21T02:30:32.948Z Compiling unicode-xid v0.2.6
15132024-12-21T02:30:32.948Z Compiling lalrpop-util v0.19.12
15142024-12-21T02:30:32.948Z Compiling peg-runtime v0.8.3
15152024-12-21T02:30:32.948Z Compiling strum_macros v0.26.4
15162024-12-21T02:30:32.948Z Compiling xattr v1.3.1
15172024-12-21T02:30:32.948Z Compiling filetime v0.2.25
15182024-12-21T02:30:33.067Z Compiling tar v0.4.42
15192024-12-21T02:30:34.990Z Compiling strum v0.26.3
15202024-12-21T02:30:38.237Z Compiling aws-lc-sys v0.22.0
15212024-12-21T02:31:10.480Z Compiling rustls-webpki v0.102.8
15222024-12-21T02:31:13.948Z Compiling tokio-rustls v0.25.0
15232024-12-21T02:31:15.864Z Compiling tokio-rustls v0.26.0
15242024-12-21T02:31:16.230Z Compiling hyper-rustls v0.27.3
15252024-12-21T02:31:16.520Z Compiling reqwest v0.12.9
15262024-12-21T02:31:17.341Z Compiling qorb v0.2.1
15272024-12-21T02:31:22.504Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15282024-12-21T02:31:22.730Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15292024-12-21T02:31:28.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s
15302024-12-21T02:31:28.721Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15312024-12-21T02:31:28.770ZDec 21 02:31:27.723 INFO Starting download, target: Console
15322024-12-21T02:31:28.770ZDec 21 02:31:27.723 INFO Starting download, target: Cockroach
15332024-12-21T02:31:28.770ZDec 21 02:31:27.723 INFO Starting download, target: Clickhouse
15342024-12-21T02:31:28.770ZDec 21 02:31:27.723 INFO Starting download, target: DendriteOpenapi
15352024-12-21T02:31:28.770ZDec 21 02:31:27.723 INFO Starting download, target: DendriteStub
15362024-12-21T02:31:28.774ZDec 21 02:31:27.723 INFO Starting download, target: MaghemiteMgd
15372024-12-21T02:31:28.775ZDec 21 02:31:27.723 INFO Starting download, target: TransceiverControl
15382024-12-21T02:31:28.775ZDec 21 02:31:27.724 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15392024-12-21T02:31:28.775ZDec 21 02:31:27.724 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15402024-12-21T02:31:28.775ZDec 21 02:31:27.724 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15412024-12-21T02:31:28.775ZDec 21 02:31:27.724 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15422024-12-21T02:31:28.775ZDec 21 02:31:27.724 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15432024-12-21T02:31:28.775ZDec 21 02:31:27.724 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15442024-12-21T02:31:28.775ZDec 21 02:31:27.724 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15452024-12-21T02:31:29.020ZDec 21 02:31:27.923 INFO Download complete, target: DendriteOpenapi
15462024-12-21T02:31:29.121ZDec 21 02:31:28.047 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15472024-12-21T02:31:29.328ZDec 21 02:31:28.236 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15482024-12-21T02:31:29.630ZDec 21 02:31:28.562 INFO Download complete, target: Console
15492024-12-21T02:31:29.743ZDec 21 02:31:28.693 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15502024-12-21T02:31:29.749ZDec 21 02:31:28.695 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15512024-12-21T02:31:29.785ZDec 21 02:31:28.735 INFO Download complete, target: TransceiverControl
15522024-12-21T02:31:30.475ZDec 21 02:31:29.428 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15532024-12-21T02:31:30.475ZDec 21 02:31:29.428 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15542024-12-21T02:31:30.990ZDec 21 02:31:29.943 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15552024-12-21T02:31:32.777ZDec 21 02:31:31.730 INFO Download complete, target: MaghemiteMgd
15562024-12-21T02:31:32.780ZDec 21 02:31:31.731 INFO Download complete, target: DendriteStub
15572024-12-21T02:31:38.136ZDec 21 02:31:37.087 INFO Checking that binary works, target: Cockroach
15582024-12-21T02:31:38.294ZDec 21 02:31:37.246 INFO Download complete, target: Cockroach
15592024-12-21T02:31:43.844ZDec 21 02:31:42.786 INFO Checking that binary works, target: Clickhouse
15602024-12-21T02:31:44.220ZDec 21 02:31:43.163 INFO Download complete, target: Clickhouse
15612024-12-21T02:31:44.279ZAll prerequisites installed successfully
15622024-12-21T02:31:44.279Z
15632024-12-21T02:31:44.279Zreal 6:39.595079880
15642024-12-21T02:31:44.279Zuser 16:37.454627138
15652024-12-21T02:31:44.280Zsys 3:14.227515275
15662024-12-21T02:31:44.280Ztrap 0.543741059
15672024-12-21T02:31:44.280Ztflt 5.474567384
15682024-12-21T02:31:44.280Zdflt 5.167335532
15692024-12-21T02:31:44.280Zkflt 0.189345848
15702024-12-21T02:31:44.280Zlock 31:01.076168945
15712024-12-21T02:31:44.280Zslp 1:05:58.879109897
15722024-12-21T02:31:44.280Zlat 55.214084049
15732024-12-21T02:31:44.280Zstop 2:16.874843739
15742024-12-21T02:31:44.280Z+ ptime -m cargo xtask download softnpu
15752024-12-21T02:31:44.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15762024-12-21T02:31:44.801Z Running `target/debug/xtask download softnpu`
15772024-12-21T02:31:45.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
15782024-12-21T02:31:45.660Z Running `target/debug/xtask-downloader softnpu`
15792024-12-21T02:31:45.701ZDec 21 02:31:44.646 INFO Starting download, target: Softnpu
15802024-12-21T02:31:45.718ZDec 21 02:31:44.646 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15812024-12-21T02:31:46.781ZDec 21 02:31:45.730 INFO Download complete, target: Softnpu
15822024-12-21T02:31:46.785Z
15832024-12-21T02:31:46.791Zreal 2.555835747
15842024-12-21T02:31:46.791Zuser 1.306717235
15852024-12-21T02:31:46.791Zsys 0.539295497
15862024-12-21T02:31:46.791Ztrap 0.000819872
15872024-12-21T02:31:46.791Ztflt 0.000001918
15882024-12-21T02:31:46.791Zdflt 0.000018026
15892024-12-21T02:31:46.792Zkflt 0.000000000
15902024-12-21T02:31:46.792Zlock 11.235855249
15912024-12-21T02:31:46.792Zslp 0.870830175
15922024-12-21T02:31:46.792Zlat 0.076244565
15932024-12-21T02:31:46.792Zstop 0.000186816
15942024-12-21T02:31:46.792Z+ export CARGO_INCREMENTAL=0
15952024-12-21T02:31:46.792Z+ CARGO_INCREMENTAL=0
15962024-12-21T02:31:46.793Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15972024-12-21T02:31:47.737Z Compiling proc-macro2 v1.0.89
15982024-12-21T02:31:47.737Z Compiling unicode-ident v1.0.13
15992024-12-21T02:31:47.741Z Compiling libc v0.2.162
16002024-12-21T02:31:47.741Z Compiling serde v1.0.215
16012024-12-21T02:31:47.741Z Compiling autocfg v1.4.0
16022024-12-21T02:31:47.741Z Compiling version_check v0.9.5
16032024-12-21T02:31:47.741Z Compiling cfg-if v1.0.0
16042024-12-21T02:31:48.008Z Compiling memchr v2.7.4
16052024-12-21T02:31:48.032Z Compiling typenum v1.17.0
16062024-12-21T02:31:48.032Z Compiling shlex v1.3.0
16072024-12-21T02:31:48.431Z Compiling value-bag v1.9.0
16082024-12-21T02:31:48.626Z Compiling generic-array v0.14.7
16092024-12-21T02:31:48.756Z Compiling lock_api v0.4.12
16102024-12-21T02:31:48.899Z Compiling log v0.4.22
16112024-12-21T02:31:48.938Z Compiling scopeguard v1.2.0
16122024-12-21T02:31:49.103Z Compiling parking_lot_core v0.9.10
16132024-12-21T02:31:49.437Z Compiling serde_json v1.0.132
16142024-12-21T02:31:49.486Z Compiling once_cell v1.20.2
16152024-12-21T02:31:49.614Z Compiling quote v1.0.37
16162024-12-21T02:31:49.725Z Compiling rustix v0.38.37
16172024-12-21T02:31:49.745Z Compiling jobserver v0.1.32
16182024-12-21T02:31:49.892Z Compiling getrandom v0.2.15
16192024-12-21T02:31:49.999Z Compiling syn v2.0.87
16202024-12-21T02:31:50.244Z Compiling cc v1.1.30
16212024-12-21T02:31:50.255Z Compiling libm v0.2.8
16222024-12-21T02:31:50.329Z Compiling thiserror v1.0.69
16232024-12-21T02:31:50.364Z Compiling aho-corasick v1.1.3
16242024-12-21T02:31:50.512Z Compiling regex-syntax v0.8.5
16252024-12-21T02:31:50.575Z Compiling num-traits v0.2.19
16262024-12-21T02:31:50.608Z Compiling either v1.13.0
16272024-12-21T02:31:50.847Z Compiling itoa v1.0.11
16282024-12-21T02:31:50.872Z Compiling spin v0.9.8
16292024-12-21T02:31:51.060Z Compiling slab v0.4.9
16302024-12-21T02:31:51.365Z Compiling byteorder v1.5.0
16312024-12-21T02:31:51.572Z Compiling errno v0.3.9
16322024-12-21T02:31:51.779Z Compiling rand_core v0.6.4
16332024-12-21T02:31:51.961Z Compiling lazy_static v1.5.0
16342024-12-21T02:31:52.082Z Compiling glob v0.3.1
16352024-12-21T02:31:52.495Z Compiling prettyplease v0.2.25
16362024-12-21T02:31:52.891Z Compiling clang-sys v1.8.1
16372024-12-21T02:31:53.186Z Compiling minimal-lexical v0.2.1
16382024-12-21T02:31:53.217Z Compiling libloading v0.8.5
16392024-12-21T02:31:53.570Z Compiling nom v7.1.3
16402024-12-21T02:31:53.588Z Compiling subtle v2.6.1
16412024-12-21T02:31:53.657Z Compiling allocator-api2 v0.2.18
16422024-12-21T02:31:53.886Z Compiling bindgen v0.69.5
16432024-12-21T02:31:54.109Z Compiling regex-automata v0.4.8
16442024-12-21T02:31:54.297Z Compiling home v0.5.9
16452024-12-21T02:31:54.415Z Compiling itertools v0.12.1
16462024-12-21T02:31:54.704Z Compiling smallvec v1.13.2
16472024-12-21T02:31:54.724Z Compiling lazycell v1.3.0
16482024-12-21T02:31:54.893Z Compiling rustc-hash v1.1.0
16492024-12-21T02:31:55.052Z Compiling semver v1.0.23
16502024-12-21T02:31:55.513Z Compiling cmake v0.1.51
16512024-12-21T02:31:56.487Z Compiling dunce v1.0.5
16522024-12-21T02:31:56.526Z Compiling fs_extra v1.3.0
16532024-12-21T02:31:56.701Z Compiling pkg-config v0.3.31
16542024-12-21T02:31:56.945Z Compiling cexpr v0.6.0
16552024-12-21T02:31:57.179Z Compiling ring v0.17.8
16562024-12-21T02:31:57.520Z Compiling ryu v1.0.18
16572024-12-21T02:31:57.523Z Compiling pin-project-lite v0.2.14
16582024-12-21T02:31:57.667Z Compiling synstructure v0.13.1
16592024-12-21T02:31:57.990Z Compiling paste v1.0.15
16602024-12-21T02:31:58.243Z Compiling fnv v1.0.7
16612024-12-21T02:31:58.505Z Compiling const-oid v0.9.6
16622024-12-21T02:31:58.746Z Compiling foldhash v0.1.3
16632024-12-21T02:31:58.848Z Compiling aws-lc-rs v1.10.0
16642024-12-21T02:31:59.049Z Compiling httparse v1.9.5
16652024-12-21T02:31:59.174Z Compiling equivalent v1.0.1
16662024-12-21T02:31:59.292Z Compiling hashbrown v0.15.1
16672024-12-21T02:31:59.643Z Compiling regex v1.11.1
16682024-12-21T02:32:00.318Z Compiling heck v0.5.0
16692024-12-21T02:32:00.559Z Compiling schemars v0.8.21
16702024-12-21T02:32:00.634Z Compiling serde_derive_internals v0.29.1
16712024-12-21T02:32:00.749Z Compiling signal-hook-registry v1.4.2
16722024-12-21T02:32:00.865Z Compiling mio v1.0.2
16732024-12-21T02:32:01.411Z Compiling parking_lot v0.12.3
16742024-12-21T02:32:02.805Z Compiling crossbeam-utils v0.8.20
16752024-12-21T02:32:02.946Z Compiling stable_deref_trait v1.2.0
16762024-12-21T02:32:03.066Z Compiling socket2 v0.5.7
16772024-12-21T02:32:03.121Z Compiling futures-core v0.3.31
16782024-12-21T02:32:03.174Z Compiling serde_derive v1.0.215
16792024-12-21T02:32:03.341Z Compiling zeroize_derive v1.4.2
16802024-12-21T02:32:03.374Z Compiling zerocopy-derive v0.7.35
16812024-12-21T02:32:03.502Z Compiling thiserror-impl v1.0.69
16822024-12-21T02:32:04.463Z Compiling tokio-macros v2.4.0
16832024-12-21T02:32:04.723Z Compiling zerofrom-derive v0.1.4
16842024-12-21T02:32:04.744Z Compiling zeroize v1.8.1
16852024-12-21T02:32:05.135Z Compiling yoke-derive v0.7.4
16862024-12-21T02:32:05.173Z Compiling futures-macro v0.3.31
16872024-12-21T02:32:05.385Z Compiling zerovec-derive v0.10.3
16882024-12-21T02:32:05.901Z Compiling zerocopy v0.7.35
16892024-12-21T02:32:06.330Z Compiling displaydoc v0.2.5
16902024-12-21T02:32:06.954Z Compiling crypto-common v0.1.6
16912024-12-21T02:32:07.319Z Compiling tracing-attributes v0.1.27
16922024-12-21T02:32:07.710Z Compiling icu_provider_macros v1.5.0
16932024-12-21T02:32:07.839Z Compiling block-buffer v0.10.4
16942024-12-21T02:32:07.840Z Compiling schemars_derive v0.8.21
16952024-12-21T02:32:08.010Z Compiling digest v0.10.7
16962024-12-21T02:32:08.348Z Compiling der_derive v0.7.3
16972024-12-21T02:32:08.454Z Compiling time-core v0.1.2
16982024-12-21T02:32:08.640Z Compiling num-conv v0.1.0
16992024-12-21T02:32:08.930Z Compiling time-macros v0.2.18
17002024-12-21T02:32:09.599Z Compiling vcpkg v0.2.15
17012024-12-21T02:32:11.187Z Compiling openssl-sys v0.9.103
17022024-12-21T02:32:11.695Z Compiling cpufeatures v0.2.14
17032024-12-21T02:32:11.786Z Compiling slog v2.7.0
17042024-12-21T02:32:11.804Z Compiling futures-sink v0.3.31
17052024-12-21T02:32:12.073Z Compiling ahash v0.8.11
17062024-12-21T02:32:12.137Z Compiling syn v1.0.109
17072024-12-21T02:32:12.526Z Compiling zerofrom v0.1.4
17082024-12-21T02:32:12.736Z Compiling scroll_derive v0.12.0
17092024-12-21T02:32:12.797Z Compiling iana-time-zone v0.1.61
17102024-12-21T02:32:13.026Z Compiling ucd-trie v0.1.7
17112024-12-21T02:32:13.417Z Compiling pest v2.7.14
17122024-12-21T02:32:13.512Z Compiling yoke v0.7.4
17132024-12-21T02:32:13.533Z Compiling futures-channel v0.3.31
17142024-12-21T02:32:13.971Z Compiling hmac v0.12.1
17152024-12-21T02:32:14.190Z Compiling openssl v0.10.66
17162024-12-21T02:32:14.302Z Compiling futures-task v0.3.31
17172024-12-21T02:32:14.574Z Compiling futures-io v0.3.31
17182024-12-21T02:32:14.606Z Compiling pin-utils v0.1.0
17192024-12-21T02:32:14.825Z Compiling futures-util v0.3.31
17202024-12-21T02:32:14.940Z Compiling zerovec v0.10.4
17212024-12-21T02:32:15.151Z Compiling block-padding v0.3.3
17222024-12-21T02:32:15.864Z Compiling tinyvec_macros v0.1.1
17232024-12-21T02:32:15.968Z Compiling pest_meta v2.7.14
17242024-12-21T02:32:16.290Z Compiling tinyvec v1.8.0
17252024-12-21T02:32:16.832Z Compiling bitflags v2.6.0
17262024-12-21T02:32:17.060Z Compiling bytes v1.8.0
17272024-12-21T02:32:18.596Z Compiling indexmap v2.6.0
17282024-12-21T02:32:20.028Z Compiling tokio v1.40.0
17292024-12-21T02:32:20.765Z Compiling serde_tokenstream v0.2.2
17302024-12-21T02:32:21.343Z Compiling which v4.4.2
17312024-12-21T02:32:21.363Z Compiling http v1.1.0
17322024-12-21T02:32:21.563Z Compiling uuid v1.11.0
17332024-12-21T02:32:22.325Z Compiling rustc_version v0.4.1
17342024-12-21T02:32:22.875Z Compiling chrono v0.4.38
17352024-12-21T02:32:24.834Z Compiling pest_generator v2.7.14
17362024-12-21T02:32:25.683Z Compiling serde_spanned v0.6.8
17372024-12-21T02:32:25.791Z Compiling toml_datetime v0.6.8
17382024-12-21T02:32:26.251Z Compiling inout v0.1.3
17392024-12-21T02:32:26.647Z Compiling openssl-macros v0.1.1
17402024-12-21T02:32:27.381Z Compiling strsim v0.11.1
17412024-12-21T02:32:28.172Z Compiling native-tls v0.2.12
17422024-12-21T02:32:28.496Z Compiling rustls v0.23.19
17432024-12-21T02:32:29.156Z Compiling pest_derive v2.7.14
17442024-12-21T02:32:29.276Z Compiling cipher v0.4.4
17452024-12-21T02:32:29.490Z Compiling unicode-normalization v0.1.24
17462024-12-21T02:32:29.770Z Compiling tinystr v0.7.6
17472024-12-21T02:32:29.899Z Compiling sha2 v0.10.8
17482024-12-21T02:32:30.212Z Compiling tracing-core v0.1.32
17492024-12-21T02:32:30.565Z Compiling usdt-impl v0.5.0
17502024-12-21T02:32:30.568Z Compiling litemap v0.7.3
17512024-12-21T02:32:30.676Z Compiling unicode-bidi v0.3.17
17522024-12-21T02:32:30.892Z Compiling dyn-clone v1.0.17
17532024-12-21T02:32:30.982Z Compiling base64ct v1.6.0
17542024-12-21T02:32:31.116Z Compiling writeable v0.5.5
17552024-12-21T02:32:31.563Z Compiling icu_locid v1.5.0
17562024-12-21T02:32:31.645Z Compiling pem-rfc7468 v0.7.0
17572024-12-21T02:32:31.890Z Compiling tracing v0.1.40
17582024-12-21T02:32:32.753Z Compiling scroll v0.12.0
17592024-12-21T02:32:33.088Z Compiling ppv-lite86 v0.2.20
17602024-12-21T02:32:33.369Z Compiling async-trait v0.1.83
17612024-12-21T02:32:33.735Z Compiling cookie v0.18.1
17622024-12-21T02:32:33.946Z Compiling camino v1.1.9
17632024-12-21T02:32:34.031Z Compiling plain v0.2.3
17642024-12-21T02:32:34.182Z Compiling flagset v0.4.6
17652024-12-21T02:32:35.528Z Compiling anyhow v1.0.93
17662024-12-21T02:32:35.591Z Compiling aws-lc-sys v0.22.0
17672024-12-21T02:32:37.039Z Compiling der v0.7.9
17682024-12-21T02:32:39.384Z Compiling goblin v0.8.2
17692024-12-21T02:32:39.997Z Compiling rand_chacha v0.3.1
17702024-12-21T02:32:41.130Z Compiling icu_provider v1.5.0
17712024-12-21T02:32:42.085Z Compiling rayon-core v1.12.1
17722024-12-21T02:32:42.356Z Compiling rustls-pki-types v1.10.0
17732024-12-21T02:32:43.150Z Compiling percent-encoding v2.3.1
17742024-12-21T02:32:43.401Z Compiling rustls v0.22.4
17752024-12-21T02:32:43.440Z Compiling icu_locid_transform_data v1.5.0
17762024-12-21T02:32:43.626Z Compiling pretty-hex v0.4.1
17772024-12-21T02:32:43.828Z Compiling icu_locid_transform v1.5.0
17782024-12-21T02:32:45.117Z Compiling dof v0.3.0
17792024-12-21T02:32:45.464Z Compiling rand v0.8.5
17802024-12-21T02:32:46.088Z Compiling spki v0.7.3
17812024-12-21T02:32:46.463Z Compiling dtrace-parser v0.2.0
17822024-12-21T02:32:46.527Z Compiling salsa20 v0.10.2
17832024-12-21T02:32:46.743Z Compiling tokio-util v0.7.12
17842024-12-21T02:32:47.066Z Compiling icu_collections v1.5.0
17852024-12-21T02:32:48.053Z Compiling pbkdf2 v0.12.2
17862024-12-21T02:32:48.331Z Compiling thread-id v4.2.2
17872024-12-21T02:32:48.389Z Compiling mirai-annotations v1.12.0
17882024-12-21T02:32:48.443Z Compiling icu_properties_data v1.5.0
17892024-12-21T02:32:48.509Z Compiling powerfmt v0.2.0
17902024-12-21T02:32:48.528Z Compiling winnow v0.5.40
17912024-12-21T02:32:48.702Z Compiling untrusted v0.9.0
17922024-12-21T02:32:48.790Z Compiling untrusted v0.7.1
17932024-12-21T02:32:49.146Z Compiling deranged v0.3.11
17942024-12-21T02:32:50.867Z Compiling icu_properties v1.5.1
17952024-12-21T02:32:52.337Z Compiling toml_edit v0.19.15
17962024-12-21T02:32:53.096Z Compiling scrypt v0.11.0
17972024-12-21T02:32:53.618Z Compiling aes v0.8.4
17982024-12-21T02:32:53.637Z Compiling cbc v0.1.2
17992024-12-21T02:32:55.559Z Compiling multer v3.1.0
18002024-12-21T02:32:55.852Z Compiling rustversion v1.0.17
18012024-12-21T02:32:56.462Z Compiling atomic-waker v1.1.2
18022024-12-21T02:32:56.529Z Compiling num_threads v0.1.7
18032024-12-21T02:32:56.624Z Compiling write16 v1.0.0
18042024-12-21T02:32:56.651Z Compiling slog-async v2.8.0
18052024-12-21T02:32:56.808Z Compiling utf16_iter v1.0.5
18062024-12-21T02:32:56.986Z Compiling utf8_iter v1.0.4
18072024-12-21T02:32:57.004Z Compiling icu_normalizer_data v1.5.0
18082024-12-21T02:32:57.217Z Compiling icu_normalizer v1.5.0
18092024-12-21T02:32:57.275Z Compiling time v0.3.36
18102024-12-21T02:32:58.024Z Compiling pkcs5 v0.7.1
18112024-12-21T02:32:59.295Z Compiling form_urlencoded v1.2.1
18122024-12-21T02:32:59.713Z Compiling http-body v1.0.1
18132024-12-21T02:32:59.803Z Compiling heapless v0.7.17
18142024-12-21T02:33:00.257Z Compiling bzip2-sys v0.1.11+1.0.8
18152024-12-21T02:33:00.659Z Compiling try-lock v0.2.5
18162024-12-21T02:33:01.040Z Compiling signal-hook v0.3.17
18172024-12-21T02:33:01.299Z Compiling want v0.3.1
18182024-12-21T02:33:03.150Z Compiling pkcs8 v0.10.2
18192024-12-21T02:33:03.352Z Compiling idna_adapter v1.2.0
18202024-12-21T02:33:03.820Z Compiling h2 v0.4.6
18212024-12-21T02:33:04.808Z Compiling usdt-macro v0.5.0
18222024-12-21T02:33:06.129Z Compiling usdt-attr-macro v0.5.0
18232024-12-21T02:33:06.553Z Compiling async-stream-impl v0.3.6
18242024-12-21T02:33:06.597Z Compiling httpdate v1.0.3
18252024-12-21T02:33:07.773Z Compiling adler2 v2.0.0
18262024-12-21T02:33:08.042Z Compiling miniz_oxide v0.8.0
18272024-12-21T02:33:08.570Z Compiling idna v1.0.3
18282024-12-21T02:33:10.274Z Compiling curve25519-dalek v4.1.3
18292024-12-21T02:33:10.677Z Compiling hyper v1.5.0
18302024-12-21T02:33:11.187Z Compiling openapiv3 v2.0.0
18312024-12-21T02:33:13.533Z Compiling enum-as-inner v0.6.1
18322024-12-21T02:33:14.644Z Compiling dropshot v0.12.0
18332024-12-21T02:33:14.813Z Compiling match_cfg v0.1.0
18342024-12-21T02:33:14.936Z Compiling base64 v0.22.1
18352024-12-21T02:33:15.103Z Compiling num-bigint-dig v0.8.4
18362024-12-21T02:33:15.239Z Compiling tower-service v0.3.3
18372024-12-21T02:33:15.380Z Compiling portable-atomic v1.9.0
18382024-12-21T02:33:15.400Z Compiling foreign-types-shared v0.1.1
18392024-12-21T02:33:15.516Z Compiling smoltcp v0.9.1
18402024-12-21T02:33:16.013Z Compiling hyper-util v0.1.10
18412024-12-21T02:33:16.119Z Compiling foreign-types v0.3.2
18422024-12-21T02:33:16.310Z Compiling hostname v0.3.1
18432024-12-21T02:33:22.700Z Compiling url v2.5.3
18442024-12-21T02:33:24.311Z Compiling dirs-sys-next v0.1.2
18452024-12-21T02:33:24.446Z Compiling siphasher v0.3.11
18462024-12-21T02:33:24.484Z Compiling data-encoding v2.6.0
18472024-12-21T02:33:24.577Z Compiling heck v0.4.1
18482024-12-21T02:33:24.800Z Compiling ident_case v1.0.1
18492024-12-21T02:33:24.820Z Compiling gimli v0.31.1
18502024-12-21T02:33:24.954Z Compiling darling_core v0.20.10
18512024-12-21T02:33:24.972Z Compiling dirs-next v2.0.0
18522024-12-21T02:33:27.693Z Compiling http-body-util v0.1.2
18532024-12-21T02:33:31.225Z Compiling addr2line v0.24.2
18542024-12-21T02:33:31.462Z Compiling crossbeam-epoch v0.9.18
18552024-12-21T02:33:31.583Z Compiling hubpack_derive v0.1.1
18562024-12-21T02:33:31.797Z Compiling dropshot_endpoint v0.12.0
18572024-12-21T02:33:32.182Z Compiling sha1 v0.10.6
18582024-12-21T02:33:32.202Z Compiling signature v2.2.0
18592024-12-21T02:33:32.428Z Compiling curve25519-dalek-derive v0.1.1
18602024-12-21T02:33:32.428Z Compiling zerocopy-derive v0.6.6
18612024-12-21T02:33:33.632Z Compiling object v0.36.5
18622024-12-21T02:33:33.814Z Compiling thread_local v1.1.8
18632024-12-21T02:33:34.287Z Compiling fs-err v2.11.0
18642024-12-21T02:33:34.375Z Compiling encoding_rs v0.8.34
18652024-12-21T02:33:35.837Z Compiling rustc-demangle v0.1.24
18662024-12-21T02:33:42.957Z Compiling winnow v0.6.20
18672024-12-21T02:33:43.273Z Compiling ipnet v2.10.1
18682024-12-21T02:33:44.341Z Compiling unicode-properties v0.1.3
18692024-12-21T02:33:44.756Z Compiling anstyle v1.0.10
18702024-12-21T02:33:45.135Z Compiling openssl-probe v0.1.5
18712024-12-21T02:33:45.196Z Compiling mime v0.3.17
18722024-12-21T02:33:45.972Z Compiling utf8parse v0.2.2
18732024-12-21T02:33:46.131Z Compiling anstyle-parse v0.2.5
18742024-12-21T02:33:46.459Z Compiling toml_edit v0.22.22
18752024-12-21T02:33:46.657Z Compiling stringprep v0.1.5
18762024-12-21T02:33:47.382Z Compiling backtrace v0.3.74
18772024-12-21T02:33:49.933Z Compiling crossbeam-deque v0.8.5
18782024-12-21T02:33:50.294Z Compiling rustls-webpki v0.102.8
18792024-12-21T02:33:51.222Z Compiling darling_macro v0.20.10
18802024-12-21T02:33:56.915Z Compiling term v0.7.0
18812024-12-21T02:33:58.213Z Compiling slog-json v2.6.1
18822024-12-21T02:33:58.653Z Compiling serde_urlencoded v0.7.1
18832024-12-21T02:33:59.829Z Compiling crossbeam-channel v0.5.13
18842024-12-21T02:33:59.885Z Compiling rustls-pemfile v2.2.0
18852024-12-21T02:34:00.727Z Compiling hashbrown v0.14.5
18862024-12-21T02:34:01.036Z Compiling idna v0.4.0
18872024-12-21T02:34:01.224Z Compiling idna v0.3.0
18882024-12-21T02:34:02.070Z Compiling futures-executor v0.3.31
18892024-12-21T02:34:02.669Z Compiling num-integer v0.1.46
18902024-12-21T02:34:02.740Z Compiling md-5 v0.10.6
18912024-12-21T02:34:03.006Z Compiling ff v0.13.0
18922024-12-21T02:34:03.240Z Compiling hash32 v0.2.1
18932024-12-21T02:34:03.273Z Compiling is-terminal v0.4.13
18942024-12-21T02:34:03.404Z Compiling memmap v0.7.0
18952024-12-21T02:34:03.610Z Compiling anstyle-query v1.1.1
18962024-12-21T02:34:03.727Z Compiling quick-error v1.2.3
18972024-12-21T02:34:03.770Z Compiling linked-hash-map v0.5.6
18982024-12-21T02:34:03.885Z Compiling is_terminal_polyfill v1.70.1
18992024-12-21T02:34:04.088Z Compiling take_mut v0.2.2
19002024-12-21T02:34:04.140Z Compiling base16ct v0.2.0
19012024-12-21T02:34:04.433Z Compiling utf-8 v0.7.6
19022024-12-21T02:34:04.735Z Compiling psl-types v2.0.11
19032024-12-21T02:34:05.839Z Compiling colorchoice v1.0.2
19042024-12-21T02:34:05.997Z Compiling fallible-iterator v0.2.0
19052024-12-21T02:34:06.740Z Compiling postgres-protocol v0.6.7
19062024-12-21T02:34:07.337Z Compiling anstream v0.6.15
19072024-12-21T02:34:07.469Z Compiling publicsuffix v2.2.3
19082024-12-21T02:34:07.732Z Compiling tungstenite v0.24.0
19092024-12-21T02:34:07.947Z Compiling sec1 v0.7.3
19102024-12-21T02:34:08.520Z Compiling lru-cache v0.1.2
19112024-12-21T02:34:08.740Z Compiling resolv-conf v0.7.0
19122024-12-21T02:34:09.010Z Compiling usdt v0.5.0
19132024-12-21T02:34:09.488Z Compiling slog-term v2.9.1
19142024-12-21T02:34:09.826Z Compiling num-iter v0.1.45
19152024-12-21T02:34:10.020Z Compiling group v0.13.0
19162024-12-21T02:34:10.337Z Compiling futures v0.3.31
19172024-12-21T02:34:10.458Z Compiling regress v0.10.1
19182024-12-21T02:34:10.549Z Compiling hickory-proto v0.24.1
19192024-12-21T02:34:13.503Z Compiling tokio-rustls v0.26.0
19202024-12-21T02:34:13.612Z Compiling slog-bunyan v2.5.0
19212024-12-21T02:34:13.823Z Compiling tokio-rustls v0.25.0
19222024-12-21T02:34:14.271Z Compiling darling v0.20.10
19232024-12-21T02:34:14.289Z Compiling toml v0.8.19
19242024-12-21T02:34:14.390Z Compiling tokio-native-tls v0.3.1
19252024-12-21T02:34:14.588Z Compiling strum_macros v0.25.3
19262024-12-21T02:34:14.677Z Compiling phf_shared v0.11.2
19272024-12-21T02:34:15.272Z Compiling async-stream v0.3.6
19282024-12-21T02:34:15.342Z Compiling waitgroup v0.1.2
19292024-12-21T02:34:15.556Z Compiling webpki-roots v0.26.6
19302024-12-21T02:34:15.933Z Compiling idna v0.5.0
19312024-12-21T02:34:15.952Z Compiling terminal_size v0.4.0
19322024-12-21T02:34:16.179Z Compiling serde_path_to_error v0.1.16
19332024-12-21T02:34:16.355Z Compiling hkdf v0.12.4
19342024-12-21T02:34:17.164Z Compiling crypto-bigint v0.5.5
19352024-12-21T02:34:17.217Z Compiling serde_repr v0.1.19
19362024-12-21T02:34:17.373Z Compiling clap_derive v4.5.18
19372024-12-21T02:34:18.073Z Compiling derive-where v1.2.7
19382024-12-21T02:34:18.325Z Compiling hostname v0.4.0
19392024-12-21T02:34:18.547Z Compiling crc32fast v1.4.2
19402024-12-21T02:34:18.874Z Compiling managed v0.8.0
19412024-12-21T02:34:19.339Z Compiling clap_lex v0.7.2
19422024-12-21T02:34:20.007Z Compiling bitflags v1.3.2
19432024-12-21T02:34:20.672Z Compiling debug-ignore v1.0.5
19442024-12-21T02:34:20.812Z Compiling unicode-width v0.1.14
19452024-12-21T02:34:21.354Z Compiling console v0.15.8
19462024-12-21T02:34:22.062Z Compiling elliptic-curve v0.13.8
19472024-12-21T02:34:23.039Z Compiling clap_builder v4.5.21
19482024-12-21T02:34:23.161Z Compiling flate2 v1.0.34
19492024-12-21T02:34:24.072Z Compiling cookie_store v0.21.0
19502024-12-21T02:34:24.092Z Compiling hickory-resolver v0.24.1
19512024-12-21T02:34:29.382Z Compiling hyper-rustls v0.27.3
19522024-12-21T02:34:30.267Z Compiling phf v0.11.2
19532024-12-21T02:34:30.433Z Compiling hyper-tls v0.6.0
19542024-12-21T02:34:30.452Z Compiling typify-impl v0.2.0
19552024-12-21T02:34:30.592Z Compiling signal-hook-mio v0.2.4
19562024-12-21T02:34:30.774Z Compiling bzip2 v0.4.4
19572024-12-21T02:34:30.825Z Compiling rayon v1.10.0
19582024-12-21T02:34:31.143Z Compiling tokio-tungstenite v0.24.0
19592024-12-21T02:34:31.278Z Compiling postgres-types v0.2.8
19602024-12-21T02:34:32.149Z Compiling zerocopy v0.6.6
19612024-12-21T02:34:32.169Z Compiling hubpack v0.1.2
19622024-12-21T02:34:32.616Z Compiling ed25519 v2.2.3
19632024-12-21T02:34:32.667Z Compiling phf_shared v0.10.0
19642024-12-21T02:34:32.850Z Compiling pkcs1 v0.7.5
19652024-12-21T02:34:33.069Z Compiling tokio-stream v0.1.16
19662024-12-21T02:34:34.063Z Compiling serde-big-array v0.5.1
19672024-12-21T02:34:34.185Z Compiling rfc6979 v0.4.0
19682024-12-21T02:34:34.306Z Compiling float-cmp v0.9.0
19692024-12-21T02:34:34.390Z Compiling sync_wrapper v1.0.1
19702024-12-21T02:34:34.531Z Compiling bstr v1.10.0
19712024-12-21T02:34:35.728Z Compiling precomputed-hash v0.1.1
19722024-12-21T02:34:35.858Z Compiling normalize-line-endings v0.3.0
19732024-12-21T02:34:36.137Z Compiling difflib v0.4.0
19742024-12-21T02:34:36.156Z Compiling number_prefix v0.4.0
19752024-12-21T02:34:36.388Z Compiling bit-vec v0.6.3
19762024-12-21T02:34:36.584Z Compiling new_debug_unreachable v1.0.6
19772024-12-21T02:34:36.825Z Compiling unicode-width v0.2.0
19782024-12-21T02:34:37.178Z Compiling unicode-segmentation v1.12.0
19792024-12-21T02:34:37.369Z Compiling whoami v1.5.2
19802024-12-21T02:34:37.406Z Compiling predicates-core v1.0.8
19812024-12-21T02:34:37.448Z Compiling static_assertions v1.1.0
19822024-12-21T02:34:37.565Z Compiling fixedbitset v0.4.2
19832024-12-21T02:34:37.723Z Compiling tokio-postgres v0.7.12
19842024-12-21T02:34:37.974Z Compiling similar v2.6.0
19852024-12-21T02:34:37.978Z Compiling petgraph v0.6.5
19862024-12-21T02:34:38.083Z Compiling predicates v3.1.2
19872024-12-21T02:34:39.575Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19882024-12-21T02:34:39.944Z Compiling indicatif v0.17.9
19892024-12-21T02:34:41.799Z Compiling bit-set v0.5.3
19902024-12-21T02:34:41.996Z Compiling string_cache v0.8.7
19912024-12-21T02:34:42.331Z Compiling typify-macro v0.2.0
19922024-12-21T02:34:42.691Z Compiling reqwest v0.12.9
19932024-12-21T02:34:43.095Z Compiling ecdsa v0.16.9
19942024-12-21T02:34:44.004Z Compiling qorb v0.2.1
19952024-12-21T02:34:46.070Z Compiling rsa v0.9.6
19962024-12-21T02:34:46.397Z Compiling ed25519-dalek v2.1.1
19972024-12-21T02:34:47.171Z Compiling zip v0.6.6
19982024-12-21T02:34:47.250Z Compiling crossterm v0.28.1
19992024-12-21T02:34:47.409Z Compiling clap v4.5.21
20002024-12-21T02:34:48.463Z Compiling toml v0.7.8
20012024-12-21T02:34:49.449Z Compiling x509-cert v0.2.5
20022024-12-21T02:34:50.046Z Compiling hex v0.4.3
20032024-12-21T02:34:50.814Z Compiling itertools v0.10.5
20042024-12-21T02:34:50.964Z Compiling zerocopy v0.8.10
20052024-12-21T02:34:51.362Z Compiling lalrpop-util v0.19.12
20062024-12-21T02:34:51.665Z Compiling unicode-xid v0.2.6
20072024-12-21T02:34:51.704Z Compiling peg-runtime v0.8.3
20082024-12-21T02:34:53.792Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20092024-12-21T02:34:58.199Z Compiling proc-macro-crate v1.3.1
20102024-12-21T02:34:58.721Z Compiling ipnetwork v0.20.0
20112024-12-21T02:34:59.045Z Compiling macaddr v1.0.1
20122024-12-21T02:34:59.355Z Compiling zerocopy-derive v0.8.10
20132024-12-21T02:34:59.677Z Compiling itertools v0.13.0
20142024-12-21T02:35:02.451Z Compiling heapless v0.8.0
20152024-12-21T02:35:03.031Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20162024-12-21T02:35:07.500Z Compiling num_enum_derive v0.5.11
20172024-12-21T02:35:15.735Z Compiling hash32 v0.3.1
20182024-12-21T02:35:16.397Z Compiling smoltcp v0.11.0
20192024-12-21T02:35:16.486Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20202024-12-21T02:35:21.971Z Compiling num_enum v0.5.11
20212024-12-21T02:35:22.162Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20222024-12-21T02:35:23.166Z Compiling typify v0.2.0
20232024-12-21T02:35:23.684Z Compiling proc-macro-error-attr v1.0.4
20242024-12-21T02:35:23.989Z Compiling unsafe-libyaml v0.2.11
20252024-12-21T02:35:24.200Z Compiling cobs v0.2.3
20262024-12-21T02:35:25.409Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20272024-12-21T02:35:25.732Z Compiling serde_yaml v0.9.34+deprecated
20282024-12-21T02:35:26.134Z Compiling postcard v1.0.10
20292024-12-21T02:35:41.519Z Compiling progenitor-impl v0.8.0
20302024-12-21T02:35:42.635Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20312024-12-21T02:35:54.381Z Compiling strum_macros v0.26.4
20322024-12-21T02:35:55.236Z Compiling foreign-types-macros v0.2.3
20332024-12-21T02:35:55.255Z Compiling structmeta-derive v0.3.0
20342024-12-21T02:35:55.527Z Compiling proc-macro-error v1.0.4
20352024-12-21T02:35:55.728Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20362024-12-21T02:35:56.685Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20372024-12-21T02:35:57.438Z Compiling foreign-types-shared v0.3.1
20382024-12-21T02:35:57.563Z Compiling newtype-uuid v1.1.3
20392024-12-21T02:35:57.926Z Compiling structmeta v0.3.0
20402024-12-21T02:35:58.428Z Compiling foreign-types v0.5.0
20412024-12-21T02:35:58.825Z Compiling strum v0.26.3
20422024-12-21T02:36:02.544Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20432024-12-21T02:36:06.890Z Compiling progenitor-macro v0.8.0
20442024-12-21T02:36:10.981Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20452024-12-21T02:36:11.357Z Compiling progenitor-client v0.8.0
20462024-12-21T02:36:14.645Z Compiling tabwriter v1.4.0
20472024-12-21T02:36:16.280Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20482024-12-21T02:36:16.568Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20492024-12-21T02:36:16.906Z Compiling cstr-argument v0.1.2
20502024-12-21T02:36:17.069Z Compiling dropshot v0.13.0
20512024-12-21T02:36:17.188Z Compiling thiserror v2.0.3
20522024-12-21T02:36:17.364Z Compiling fastrand v2.1.1
20532024-12-21T02:36:17.382Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20542024-12-21T02:36:17.744Z Compiling crucible-workspace-hack v0.1.0
20552024-12-21T02:36:18.053Z Compiling pretty-hex v0.2.1
20562024-12-21T02:36:18.280Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20572024-12-21T02:36:18.601Z Compiling tempfile v3.13.0
20582024-12-21T02:36:19.042Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20592024-12-21T02:36:19.334Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20602024-12-21T02:36:19.733Z Compiling progenitor v0.8.0
20612024-12-21T02:36:19.923Z Compiling parse-display-derive v0.10.0
20622024-12-21T02:36:20.199Z Compiling colored v2.1.0
20632024-12-21T02:36:20.276Z Compiling serde_with_macros v3.11.0
20642024-12-21T02:36:20.378Z Compiling dropshot_endpoint v0.13.0
20652024-12-21T02:36:21.456Z Compiling thiserror-impl v2.0.3
20662024-12-21T02:36:22.905Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20672024-12-21T02:36:23.671Z Compiling instant v0.1.13
20682024-12-21T02:36:23.771Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20692024-12-21T02:36:23.841Z Compiling backoff v0.4.0
20702024-12-21T02:36:23.949Z Compiling parse-display v0.10.0
20712024-12-21T02:36:24.145Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20722024-12-21T02:36:24.224Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20732024-12-21T02:36:24.450Z Compiling serde_with v3.11.0
20742024-12-21T02:36:25.872Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20752024-12-21T02:36:26.414Z Compiling zone_cfg_derive v0.3.0
20762024-12-21T02:36:26.462Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20772024-12-21T02:36:27.177Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20782024-12-21T02:36:27.769Z Compiling camino-tempfile v1.1.1
20792024-12-21T02:36:28.028Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20802024-12-21T02:36:28.551Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20812024-12-21T02:36:28.553Z Compiling regress v0.9.1
20822024-12-21T02:36:28.753Z Compiling num-derive v0.4.2
20832024-12-21T02:36:28.892Z Compiling sigpipe v0.1.3
20842024-12-21T02:36:29.042Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20852024-12-21T02:36:29.339Z Compiling libefi-sys v0.1.0
20862024-12-21T02:36:29.698Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20872024-12-21T02:36:30.981Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
20882024-12-21T02:36:32.562Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20892024-12-21T02:36:32.975Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20902024-12-21T02:36:33.540Z Compiling zone v0.3.0
20912024-12-21T02:36:34.254Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20922024-12-21T02:36:37.109Z Compiling smf v0.2.3
20932024-12-21T02:36:37.201Z Compiling bitfield-struct v0.6.2
20942024-12-21T02:36:38.518Z Compiling blake3 v1.5.4
20952024-12-21T02:36:38.609Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20962024-12-21T02:36:39.142Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20972024-12-21T02:36:39.796Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20982024-12-21T02:36:39.913Z Compiling xattr v1.3.1
20992024-12-21T02:36:40.208Z Compiling filetime v0.2.25
21002024-12-21T02:36:40.242Z Compiling memmap2 v0.9.5
21012024-12-21T02:36:40.572Z Compiling arrayvec v0.7.6
21022024-12-21T02:36:40.833Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21032024-12-21T02:36:40.861Z Compiling same-file v1.0.6
21042024-12-21T02:36:40.955Z Compiling arrayref v0.3.9
21052024-12-21T02:36:40.974Z Compiling constant_time_eq v0.3.1
21062024-12-21T02:36:41.075Z Compiling walkdir v2.5.0
21072024-12-21T02:36:41.106Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21082024-12-21T02:36:41.209Z Compiling tar v0.4.42
21092024-12-21T02:36:42.631Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21102024-12-21T02:36:43.067Z Compiling gethostname v0.5.0
21112024-12-21T02:36:43.285Z Compiling cargo-platform v0.1.8
21122024-12-21T02:36:43.851Z Compiling topological-sort v0.2.2
21132024-12-21T02:36:43.893Z Compiling cargo_metadata v0.18.1
21142024-12-21T02:36:44.132Z Compiling omicron-zone-package v0.12.0
21152024-12-21T02:36:44.372Z Compiling shell-words v1.1.0
21162024-12-21T02:36:50.980Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21172024-12-21T02:36:52.711Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21182024-12-21T02:36:57.101Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21192024-12-21T02:37:13.087Z Finished `release` profile [optimized] target(s) in 5m 26s
21202024-12-21T02:37:13.252Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21212024-12-21T02:37:13.300ZLogging to: /work/oxidecomputer/omicron/out/LOG
21222024-12-21T02:37:13.302ZCreated new build target 'test' and set it as active
21232024-12-21T02:37:13.302Z
21242024-12-21T02:37:13.302Zreal 5:26.450856890
21252024-12-21T02:37:13.302Zuser 36:47.576693300
21262024-12-21T02:37:13.302Zsys 4:53.013481961
21272024-12-21T02:37:13.303Ztrap 1.085999472
21282024-12-21T02:37:13.303Ztflt 3.056060490
21292024-12-21T02:37:13.303Zdflt 0.868916875
21302024-12-21T02:37:13.303Zkflt 0.000369550
21312024-12-21T02:37:13.303Zlock 1:17:04.741180664
21322024-12-21T02:37:13.303Zslp 2:33:25.416529902
21332024-12-21T02:37:13.303Zlat 2:32.900093373
21342024-12-21T02:37:13.303Zstop 4:29.982603433
21352024-12-21T02:37:13.303Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21362024-12-21T02:37:14.270Z Finished `release` profile [optimized] target(s) in 0.91s
21372024-12-21T02:37:14.331Z Running `target/release/omicron-package -t test package`
21382024-12-21T02:37:14.376ZLogging to: /work/oxidecomputer/omicron/out/LOG
21392024-12-21T02:37:15.506Z Compiling convert_case v0.4.0
21402024-12-21T02:37:15.506Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21412024-12-21T02:37:15.510Z Compiling newline-converter v0.3.0
21422024-12-21T02:37:15.510Z Compiling password-hash v0.5.0
21432024-12-21T02:37:15.510Z Compiling blake2 v0.10.6
21442024-12-21T02:37:15.638Z Compiling base64 v0.21.7
21452024-12-21T02:37:15.654Z Compiling atomicwrites v0.4.4
21462024-12-21T02:37:15.665Z Compiling progenitor-client v0.8.0
21472024-12-21T02:37:15.790Z Compiling expectorate v1.1.0
21482024-12-21T02:37:15.833Z Compiling cancel-safe-futures v0.1.5
21492024-12-21T02:37:15.988Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21502024-12-21T02:37:16.158Z Compiling owo-colors v4.1.0
21512024-12-21T02:37:16.205Z Compiling progenitor v0.8.0
21522024-12-21T02:37:16.256Z Compiling num-rational v0.4.2
21532024-12-21T02:37:16.347Z Compiling derive_more v0.99.18
21542024-12-21T02:37:16.448Z Compiling argon2 v0.5.3
21552024-12-21T02:37:16.511Z Compiling num-complex v0.4.6
21562024-12-21T02:37:17.150Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21572024-12-21T02:37:17.518Z Compiling libsw v3.3.1
21582024-12-21T02:37:17.726Z Compiling num v0.4.3
21592024-12-21T02:37:17.800Z Compiling float-ord v0.3.2
21602024-12-21T02:37:17.838Z Compiling indent_write v2.2.0
21612024-12-21T02:37:17.870Z Compiling linear-map v1.2.0
21622024-12-21T02:37:17.886Z Compiling swrite v0.1.0
21632024-12-21T02:37:17.982Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21642024-12-21T02:37:18.022Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21652024-12-21T02:37:18.096Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21662024-12-21T02:37:18.313Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21672024-12-21T02:37:18.530Z Compiling highway v1.2.0
21682024-12-21T02:37:18.848Z Compiling semver v0.1.20
21692024-12-21T02:37:19.431Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21702024-12-21T02:37:19.707Z Compiling rustc_version v0.1.7
21712024-12-21T02:37:19.930Z Compiling tungstenite v0.21.0
21722024-12-21T02:37:20.144Z Compiling newtype_derive v0.1.6
21732024-12-21T02:37:20.532Z Compiling newtype-uuid v1.1.3
21742024-12-21T02:37:20.564Z Compiling humantime v2.1.0
21752024-12-21T02:37:21.418Z Compiling tokio-tungstenite v0.21.0
21762024-12-21T02:37:22.396Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21772024-12-21T02:37:22.970Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21782024-12-21T02:37:25.218Z Compiling dropshot v0.13.0
21792024-12-21T02:37:25.296Z Compiling ipnetwork v0.20.0
21802024-12-21T02:37:25.984Z Compiling instant v0.1.13
21812024-12-21T02:37:26.105Z Compiling backoff v0.4.0
21822024-12-21T02:37:26.141Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21832024-12-21T02:37:26.832Z Compiling steno v0.4.1
21842024-12-21T02:37:27.309Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21852024-12-21T02:37:27.575Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21862024-12-21T02:37:27.686Z Compiling parse-display v0.10.0
21872024-12-21T02:37:28.306Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21882024-12-21T02:37:28.499Z Compiling strum v0.26.3
21892024-12-21T02:37:28.698Z Compiling serde_with v3.11.0
21902024-12-21T02:37:32.031Z Compiling regress v0.9.1
21912024-12-21T02:37:32.817Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21922024-12-21T02:37:34.829Z Compiling macaddr v1.0.1
21932024-12-21T02:37:35.288Z Compiling slog-dtrace v0.3.0
21942024-12-21T02:37:35.673Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21952024-12-21T02:37:35.758Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
21962024-12-21T02:37:36.009Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21972024-12-21T02:37:37.497Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
21982024-12-21T02:37:38.313Z Compiling prettyplease v0.2.25
21992024-12-21T02:37:38.392Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22002024-12-21T02:37:38.566Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22012024-12-21T02:37:39.647Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22022024-12-21T02:37:41.911Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22032024-12-21T02:37:42.564Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22042024-12-21T02:37:54.801Z Compiling half v2.4.1
22052024-12-21T02:37:55.519Z Compiling ciborium-io v0.2.2
22062024-12-21T02:37:55.673Z Compiling ciborium-ll v0.2.2
22072024-12-21T02:37:55.939Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22082024-12-21T02:37:56.161Z Compiling ciborium v0.2.2
22092024-12-21T02:37:56.179Z Compiling same-file v1.0.6
22102024-12-21T02:37:56.410Z Compiling fastrand v2.1.1
22112024-12-21T02:37:56.913Z Compiling display-error-chain v0.2.2
22122024-12-21T02:37:56.959Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22132024-12-21T02:37:57.140Z Compiling tempfile v3.13.0
22142024-12-21T02:37:57.226Z Compiling walkdir v2.5.0
22152024-12-21T02:37:57.466Z Compiling blake3 v1.5.4
22162024-12-21T02:37:57.897Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22172024-12-21T02:37:57.950Z Compiling xattr v1.3.1
22182024-12-21T02:37:58.115Z Compiling filetime v0.2.25
22192024-12-21T02:37:58.214Z Compiling memmap2 v0.9.5
22202024-12-21T02:37:58.331Z Compiling keccak v0.1.5
22212024-12-21T02:37:58.401Z Compiling arrayref v0.3.9
22222024-12-21T02:37:58.517Z Compiling constant_time_eq v0.3.1
22232024-12-21T02:37:58.629Z Compiling arrayvec v0.7.6
22242024-12-21T02:37:58.677Z Compiling sha3 v0.10.8
22252024-12-21T02:37:59.267Z Compiling tar v0.4.42
22262024-12-21T02:37:59.493Z Compiling camino-tempfile v1.1.1
22272024-12-21T02:37:59.925Z Compiling toolchain_find v0.4.0
22282024-12-21T02:38:00.175Z Compiling const_format_proc_macros v0.2.33
22292024-12-21T02:38:00.502Z Compiling radium v0.7.0
22302024-12-21T02:38:00.959Z Compiling crunchy v0.2.2
22312024-12-21T02:38:01.404Z Compiling topological-sort v0.2.2
22322024-12-21T02:38:01.428Z Compiling maplit v1.0.2
22332024-12-21T02:38:01.605Z Compiling omicron-zone-package v0.12.0
22342024-12-21T02:38:01.683Z Compiling rustfmt-wrapper v0.2.1
22352024-12-21T02:38:01.730Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22362024-12-21T02:38:01.845Z Compiling maybe-uninit v2.0.0
22372024-12-21T02:38:01.915Z Compiling tap v1.0.1
22382024-12-21T02:38:01.988Z Compiling const_format v0.2.33
22392024-12-21T02:38:02.108Z Compiling tiny-keccak v2.0.2
22402024-12-21T02:38:02.194Z Compiling wyz v0.5.1
22412024-12-21T02:38:02.437Z Compiling dsl_auto_type v0.1.2
22422024-12-21T02:38:02.496Z Compiling phf_generator v0.11.2
22432024-12-21T02:38:02.667Z Compiling scheduled-thread-pool v0.2.7
22442024-12-21T02:38:02.697Z Compiling secrecy v0.8.0
22452024-12-21T02:38:02.769Z Compiling async-recursion v1.1.1
22462024-12-21T02:38:03.026Z Compiling diesel_table_macro_syntax v0.2.0
22472024-12-21T02:38:03.255Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22482024-12-21T02:38:03.435Z Compiling packed_struct v0.10.1
22492024-12-21T02:38:03.554Z Compiling arc-swap v1.7.1
22502024-12-21T02:38:03.863Z Compiling crc-catalog v2.4.0
22512024-12-21T02:38:03.882Z Compiling funty v2.0.0
22522024-12-21T02:38:04.001Z Compiling diesel_derives v2.2.3
22532024-12-21T02:38:04.032Z Compiling crc v3.2.1
22542024-12-21T02:38:04.253Z Compiling slog-scope v4.4.0
22552024-12-21T02:38:04.371Z Compiling r2d2 v0.8.10
22562024-12-21T02:38:04.839Z Compiling phf_codegen v0.11.2
22572024-12-21T02:38:05.068Z Compiling bitvec v1.0.1
22582024-12-21T02:38:05.617Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22592024-12-21T02:38:05.946Z Compiling ascii-canvas v3.0.0
22602024-12-21T02:38:06.271Z Compiling universal-hash v0.5.1
22612024-12-21T02:38:06.436Z Compiling thiserror-impl-no-std v2.0.2
22622024-12-21T02:38:06.512Z Compiling packed_struct_codegen v0.10.1
22632024-12-21T02:38:07.519Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22642024-12-21T02:38:09.017Z Compiling parse-zoneinfo v0.3.1
22652024-12-21T02:38:09.145Z Compiling ena v0.14.3
22662024-12-21T02:38:09.570Z Compiling indexmap v1.9.3
22672024-12-21T02:38:09.624Z Compiling regex-syntax v0.6.29
22682024-12-21T02:38:09.882Z Compiling diff v0.1.13
22692024-12-21T02:38:10.432Z Compiling nodrop v0.1.14
22702024-12-21T02:38:10.577Z Compiling opaque-debug v0.3.1
22712024-12-21T02:38:10.579Z Compiling array-init v0.0.4
22722024-12-21T02:38:10.684Z Compiling poly1305 v0.8.0
22732024-12-21T02:38:11.843Z Compiling chrono-tz-build v0.4.0
22742024-12-21T02:38:12.995Z Compiling lalrpop v0.19.12
22752024-12-21T02:38:15.073Z Compiling thiserror-no-std v2.0.2
22762024-12-21T02:38:15.225Z Compiling smallvec v0.6.14
22772024-12-21T02:38:15.546Z Compiling diesel v2.2.6
22782024-12-21T02:38:15.728Z Compiling slog-stdlog v4.1.1
22792024-12-21T02:38:16.528Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22802024-12-21T02:38:17.082Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22812024-12-21T02:38:17.385Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22822024-12-21T02:38:17.622Z Compiling chacha20 v0.9.1
22832024-12-21T02:38:17.641Z Compiling aead v0.5.2
22842024-12-21T02:38:18.031Z Compiling vte_generate_state_changes v0.1.2
22852024-12-21T02:38:18.133Z Compiling ref-cast v1.0.23
22862024-12-21T02:38:18.607Z Compiling termcolor v1.4.1
22872024-12-21T02:38:18.639Z Compiling hashbrown v0.12.3
22882024-12-21T02:38:19.644Z Compiling bitfield v0.14.0
22892024-12-21T02:38:19.961Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22902024-12-21T02:38:21.093Z Compiling env_logger v0.10.2
22912024-12-21T02:38:24.327Z Compiling vte v0.11.1
22922024-12-21T02:38:25.839Z Compiling chacha20poly1305 v0.10.1
22932024-12-21T02:38:26.131Z Compiling slog-envlogger v2.2.0
22942024-12-21T02:38:28.856Z Compiling serde-hex v0.1.0
22952024-12-21T02:38:34.009Z Compiling vsss-rs v3.3.4
22962024-12-21T02:38:38.407Z Compiling chrono-tz v0.10.0
22972024-12-21T02:38:38.884Z Compiling polar-core v0.27.3
22982024-12-21T02:38:39.055Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22992024-12-21T02:38:39.244Z Compiling ron v0.8.1
23002024-12-21T02:38:39.392Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23012024-12-21T02:38:39.701Z Compiling derive_builder_core v0.20.2
23022024-12-21T02:38:40.177Z Compiling hashbrown v0.13.2
23032024-12-21T02:38:41.599Z Compiling headers-core v0.3.0
23042024-12-21T02:38:41.795Z Compiling fxhash v0.2.1
23052024-12-21T02:38:41.904Z Compiling libxml v0.3.3
23062024-12-21T02:38:42.007Z Compiling ref-cast-impl v1.0.23
23072024-12-21T02:38:42.275Z Compiling bumpalo v3.16.0
23082024-12-21T02:38:42.870Z Compiling simd-adler32 v0.3.7
23092024-12-21T02:38:43.112Z Compiling zip v2.1.3
23102024-12-21T02:38:43.451Z Compiling crc-any v2.5.0
23112024-12-21T02:38:44.025Z Compiling bytecount v0.6.8
23122024-12-21T02:38:44.337Z Compiling lockfree-object-pool v0.1.6
23132024-12-21T02:38:44.404Z Compiling papergrid v0.11.0
23142024-12-21T02:38:44.649Z Compiling zopfli v0.8.1
23152024-12-21T02:38:45.132Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23162024-12-21T02:38:49.223Z Compiling derive_builder_macro v0.20.2
23172024-12-21T02:38:50.046Z Compiling headers v0.4.0
23182024-12-21T02:38:53.839Z Compiling object v0.30.4
23192024-12-21T02:38:54.092Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23202024-12-21T02:38:57.874Z Compiling strip-ansi-escapes v0.2.0
23212024-12-21T02:38:58.563Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23222024-12-21T02:38:59.990Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23232024-12-21T02:39:00.296Z Compiling tabled_derive v0.7.0
23242024-12-21T02:39:01.636Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23252024-12-21T02:39:01.792Z Compiling fd-lock v4.0.2
23262024-12-21T02:39:02.022Z Compiling peg-macros v0.8.4
23272024-12-21T02:39:02.420Z Compiling strum_macros v0.24.3
23282024-12-21T02:39:02.579Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23292024-12-21T02:39:03.719Z Compiling kstat-rs v0.2.4
23302024-12-21T02:39:04.689Z Compiling samael v0.0.17
23312024-12-21T02:39:05.377Z Compiling unicase v2.7.0
23322024-12-21T02:39:05.687Z Compiling path-slash v0.1.5
23332024-12-21T02:39:05.775Z Compiling indoc v1.0.9
23342024-12-21T02:39:05.902Z Compiling nu-ansi-term v0.50.1
23352024-12-21T02:39:06.027Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23362024-12-21T02:39:06.205Z Compiling peg v0.8.4
23372024-12-21T02:39:06.329Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23382024-12-21T02:39:06.917Z Compiling reedline v0.35.0
23392024-12-21T02:39:07.144Z Compiling tabled v0.15.0
23402024-12-21T02:39:10.294Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23412024-12-21T02:39:21.813Z Compiling derive_builder v0.20.2
23422024-12-21T02:39:26.415Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23432024-12-21T02:39:26.858Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23442024-12-21T02:39:27.089Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23452024-12-21T02:39:27.389Z Compiling pem v3.0.4
23462024-12-21T02:39:28.878Z Compiling bcs v0.1.6
23472024-12-21T02:39:29.517Z Compiling oso-derive v0.27.3
23482024-12-21T02:39:29.798Z Compiling impl-trait-for-tuples v0.2.2
23492024-12-21T02:39:30.477Z Compiling libz-sys v1.1.20
23502024-12-21T02:39:30.650Z Compiling quick-xml v0.33.0
23512024-12-21T02:39:31.137Z Compiling diesel-dtrace v0.4.2
23522024-12-21T02:39:31.451Z Compiling parking_lot_core v0.8.6
23532024-12-21T02:39:36.606Z Compiling oso v0.27.3
23542024-12-21T02:39:38.054Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23552024-12-21T02:39:39.651Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23562024-12-21T02:39:45.256Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23572024-12-21T02:39:48.478Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23582024-12-21T02:39:48.773Z Compiling bb8 v0.8.5
23592024-12-21T02:39:49.395Z Compiling buf-list v1.0.3
23602024-12-21T02:39:50.050Z Compiling async-bb8-diesel v0.2.1
23612024-12-21T02:39:52.406Z Compiling nibble_vec v0.1.0
23622024-12-21T02:39:52.659Z Compiling libgit2-sys v0.17.0+1.8.1
23632024-12-21T02:39:53.465Z Compiling pin-project-internal v1.1.6
23642024-12-21T02:39:54.210Z Compiling atty v0.2.14
23652024-12-21T02:39:54.387Z Compiling salty v0.3.0
23662024-12-21T02:39:54.811Z Compiling endian-type v0.1.2
23672024-12-21T02:39:55.078Z Compiling radix_trie v0.2.1
23682024-12-21T02:39:56.281Z Compiling pin-project v1.1.6
23692024-12-21T02:39:56.833Z Compiling parking_lot v0.11.2
23702024-12-21T02:39:59.824Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23712024-12-21T02:40:06.419Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23722024-12-21T02:40:11.035Z Compiling snafu-derive v0.8.5
23732024-12-21T02:40:13.163Z Compiling sled v0.34.7
23742024-12-21T02:40:15.844Z Compiling snafu v0.8.5
23752024-12-21T02:40:17.178Z Compiling mime_guess v2.0.5
23762024-12-21T02:40:20.338Z Compiling hickory-client v0.24.1
23772024-12-21T02:40:24.720Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23782024-12-21T02:40:25.654Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23792024-12-21T02:40:26.724Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23802024-12-21T02:40:26.887Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23812024-12-21T02:40:27.538Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23822024-12-21T02:40:29.081Z Compiling hickory-server v0.24.1
23832024-12-21T02:40:31.500Z Compiling globset v0.4.15
23842024-12-21T02:40:38.925Z Compiling primeorder v0.13.6
23852024-12-21T02:40:39.500Z Compiling olpc-cjson v0.1.4
23862024-12-21T02:40:39.863Z Compiling vergen v8.3.2
23872024-12-21T02:40:40.190Z Compiling castaway v0.2.3
23882024-12-21T02:40:40.400Z Compiling env_filter v0.1.2
23892024-12-21T02:40:41.024Z Compiling serde_plain v1.0.2
23902024-12-21T02:40:41.533Z Compiling cargo-platform v0.1.8
23912024-12-21T02:40:41.945Z Compiling nanorand v0.7.0
23922024-12-21T02:40:42.129Z Compiling memoffset v0.9.1
23932024-12-21T02:40:42.444Z Compiling typed-path v0.9.3
23942024-12-21T02:40:42.795Z Compiling flume v0.11.1
23952024-12-21T02:40:43.581Z Compiling cargo_metadata v0.18.1
23962024-12-21T02:40:46.813Z Compiling tough v0.19.0
23972024-12-21T02:40:47.071Z Compiling git2 v0.19.0
23982024-12-21T02:40:47.122Z Compiling env_logger v0.11.5
23992024-12-21T02:40:47.480Z Compiling compact_str v0.8.0
24002024-12-21T02:40:48.579Z Compiling p384 v0.13.0
24012024-12-21T02:40:49.579Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24022024-12-21T02:40:50.135Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24032024-12-21T02:40:54.626Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24042024-12-21T02:40:56.837Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24052024-12-21T02:40:58.057Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24062024-12-21T02:41:00.244Z Compiling unicode-truncate v1.1.0
24072024-12-21T02:41:00.539Z Compiling lru v0.12.5
24082024-12-21T02:41:00.950Z Compiling rand_seeder v0.3.0
24092024-12-21T02:41:01.360Z Compiling libsqlite3-sys v0.30.1
24102024-12-21T02:41:01.893Z Compiling lzma-sys v0.1.20
24112024-12-21T02:41:02.622Z Compiling instability v0.3.2
24122024-12-21T02:41:03.680Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24132024-12-21T02:41:04.002Z Compiling http-range v0.1.5
24142024-12-21T02:41:04.575Z Compiling parse-size v1.1.0
24152024-12-21T02:41:04.897Z Compiling cfg_aliases v0.2.1
24162024-12-21T02:41:05.019Z Compiling rustls v0.21.12
24172024-12-21T02:41:05.147Z Compiling cassowary v0.3.0
24182024-12-21T02:41:05.357Z Compiling nix v0.29.0
24192024-12-21T02:41:05.534Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24202024-12-21T02:41:06.126Z Compiling ratatui v0.28.1
24212024-12-21T02:41:06.345Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24222024-12-21T02:41:08.400Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24232024-12-21T02:41:10.560Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24242024-12-21T02:41:13.378Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24252024-12-21T02:41:14.205Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24262024-12-21T02:41:14.307Z Compiling rustls-webpki v0.101.7
24272024-12-21T02:41:14.488Z Compiling sct v0.7.1
24282024-12-21T02:41:14.964Z Compiling heck v0.3.3
24292024-12-21T02:41:15.324Z Compiling csv-core v0.1.11
24302024-12-21T02:41:16.203Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24312024-12-21T02:41:16.526Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24322024-12-21T02:41:16.833Z Compiling glob v0.3.1
24332024-12-21T02:41:18.252Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24342024-12-21T02:41:18.997Z Compiling csv v1.3.0
24352024-12-21T02:41:20.388Z Compiling zone_cfg_derive v0.1.2
24362024-12-21T02:41:21.837Z Compiling nix v0.27.1
24372024-12-21T02:41:21.913Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24382024-12-21T02:41:24.836Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24392024-12-21T02:41:25.245Z Compiling hyper-staticfile v0.10.1
24402024-12-21T02:41:25.439Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24412024-12-21T02:41:28.077Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24422024-12-21T02:41:28.227Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24432024-12-21T02:41:29.299Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24442024-12-21T02:41:31.466Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24452024-12-21T02:41:34.340Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24462024-12-21T02:41:34.696Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24472024-12-21T02:41:35.002Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24482024-12-21T02:41:35.315Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24492024-12-21T02:41:36.663Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24502024-12-21T02:41:37.334Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24512024-12-21T02:41:39.034Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24522024-12-21T02:41:39.654Z Compiling hashlink v0.9.1
24532024-12-21T02:41:40.273Z Compiling tungstenite v0.23.0
24542024-12-21T02:41:40.513Z Compiling fallible-iterator v0.3.0
24552024-12-21T02:41:41.342Z Compiling base64 v0.13.1
24562024-12-21T02:41:42.124Z Compiling fallible-streaming-iterator v0.1.9
24572024-12-21T02:41:42.431Z Compiling rusqlite v0.32.1
24582024-12-21T02:41:42.546Z Compiling ron v0.7.1
24592024-12-21T02:41:42.709Z Compiling tokio-tungstenite v0.23.1
24602024-12-21T02:41:43.375Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24612024-12-21T02:41:44.073Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24622024-12-21T02:41:46.997Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24632024-12-21T02:41:47.583Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24642024-12-21T02:41:50.272Z Compiling xz2 v0.1.7
24652024-12-21T02:41:50.619Z Compiling tokio-rustls v0.24.1
24662024-12-21T02:41:51.099Z Compiling zone v0.1.8
24672024-12-21T02:41:53.566Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24682024-12-21T02:41:54.469Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24692024-12-21T02:42:00.761Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24702024-12-21T02:42:04.299Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24712024-12-21T02:42:07.721Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24722024-12-21T02:42:09.634Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24732024-12-21T02:42:11.058Z Compiling rustls-pemfile v1.0.4
24742024-12-21T02:42:11.822Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24752024-12-21T02:42:12.128Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24762024-12-21T02:42:13.667Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24772024-12-21T02:42:13.771Z Compiling signal-hook-tokio v0.3.1
24782024-12-21T02:42:13.845Z Compiling twox-hash v1.6.3
24792024-12-21T02:42:13.994Z Compiling yasna v0.5.2
24802024-12-21T02:42:14.875Z Compiling smawk v0.3.2
24812024-12-21T02:42:15.137Z Compiling is_ci v1.2.0
24822024-12-21T02:42:15.452Z Compiling unicode-linebreak v0.1.5
24832024-12-21T02:42:16.014Z Compiling textwrap v0.16.1
24842024-12-21T02:42:17.193Z Compiling supports-color v3.0.1
24852024-12-21T02:42:17.410Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
24862024-12-21T02:42:17.610Z Compiling rcgen v0.12.1
24872024-12-21T02:42:27.852Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24882024-12-21T02:42:28.154Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24892024-12-21T02:42:29.318Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24902024-12-21T02:42:30.414Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24912024-12-21T02:42:39.674Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24922024-12-21T02:42:42.050Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24932024-12-21T02:42:44.551Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24942024-12-21T02:42:45.189Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24952024-12-21T02:42:55.487Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24962024-12-21T02:42:55.799Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24972024-12-21T02:43:02.424Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24982024-12-21T02:43:04.363Z Compiling fatfs v0.3.6
24992024-12-21T02:43:04.886Z Compiling subprocess v0.2.9
25002024-12-21T02:43:07.203Z Compiling rtoolbox v0.0.2
25012024-12-21T02:43:07.664Z Compiling assert_matches v1.5.0
25022024-12-21T02:43:09.601Z Compiling rpassword v7.3.1
25032024-12-21T02:43:10.051Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25042024-12-21T02:43:12.437Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25052024-12-21T02:43:12.549Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25062024-12-21T02:43:17.755Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25072024-12-21T02:43:19.785Z Compiling tui-tree-widget v0.22.0
25082024-12-21T02:43:20.255Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25092024-12-21T02:43:27.411Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25102024-12-21T02:43:27.724Z Compiling uzers v0.12.1
25112024-12-21T02:43:30.867Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25122024-12-21T02:43:33.808Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25132024-12-21T02:43:35.995Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25142024-12-21T02:44:06.124Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25152024-12-21T02:44:12.498Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25162024-12-21T02:44:16.829Z Compiling multimap v0.10.0
25172024-12-21T02:46:34.181Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25182024-12-21T02:46:44.056Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25192024-12-21T02:53:18.247Z Finished `release` profile [optimized] target(s) in 16m 03s
25202024-12-21T02:54:23.024Z
25212024-12-21T02:54:23.024Zreal 17:09.511600768
25222024-12-21T02:54:23.024Zuser 1:56:27.731167760
25232024-12-21T02:54:23.024Zsys 5:47.069910225
25242024-12-21T02:54:23.026Ztrap 2.857586855
25252024-12-21T02:54:23.027Ztflt 2.818738111
25262024-12-21T02:54:23.027Zdflt 4.354761268
25272024-12-21T02:54:23.027Zkflt 0.019958984
25282024-12-21T02:54:23.027Zlock 7:10:14.978178757
25292024-12-21T02:54:23.027Zslp 6:08:05.479280509
25302024-12-21T02:54:23.027Zlat 2:54.759308820
25312024-12-21T02:54:23.027Zstop 2:34.343166809
25322024-12-21T02:54:23.027Z+ mapfile -t packages
25332024-12-21T02:54:23.027Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25342024-12-21T02:54:24.068Z Finished `release` profile [optimized] target(s) in 0.99s
25352024-12-21T02:54:24.136Z Running `target/release/omicron-package -t test list-outputs`
25362024-12-21T02:54:24.186ZLogging to: /work/oxidecomputer/omicron/out/LOG
25372024-12-21T02:54:24.188Z+ ptime -m cargo build --locked --release -p xtask
25382024-12-21T02:54:24.759Z Compiling serde v1.0.215
25392024-12-21T02:54:24.762Z Compiling libc v0.2.162
25402024-12-21T02:54:24.762Z Compiling serde_json v1.0.132
25412024-12-21T02:54:24.762Z Compiling rustix v0.38.37
25422024-12-21T02:54:24.762Z Compiling syn v2.0.87
25432024-12-21T02:54:24.861Z Compiling bitflags v2.6.0
25442024-12-21T02:54:25.207Z Compiling usdt-impl v0.5.0
25452024-12-21T02:54:25.248Z Compiling syn v1.0.109
25462024-12-21T02:54:25.357Z Compiling hashbrown v0.15.1
25472024-12-21T02:54:25.374Z Compiling log v0.4.22
25482024-12-21T02:54:25.473Z Compiling fs-err v2.11.0
25492024-12-21T02:54:25.770Z Compiling anyhow v1.0.93
25502024-12-21T02:54:25.836Z Compiling once_cell v1.20.2
25512024-12-21T02:54:26.320Z Compiling thread-id v4.2.2
25522024-12-21T02:54:26.690Z Compiling indexmap v2.6.0
25532024-12-21T02:54:27.938Z Compiling terminal_size v0.4.0
25542024-12-21T02:54:27.938Z Compiling tempfile v3.13.0
25552024-12-21T02:54:28.172Z Compiling clap_builder v4.5.21
25562024-12-21T02:54:28.695Z Compiling proc-macro-error v1.0.4
25572024-12-21T02:54:30.053Z Compiling tabled_derive v0.7.0
25582024-12-21T02:54:31.399Z Compiling tabled v0.15.0
25592024-12-21T02:54:32.796Z Compiling serde_derive v1.0.215
25602024-12-21T02:54:33.391Z Compiling thiserror-impl v1.0.69
25612024-12-21T02:54:33.613Z Compiling zerocopy-derive v0.7.35
25622024-12-21T02:54:34.269Z Compiling scroll_derive v0.12.0
25632024-12-21T02:54:35.649Z Compiling scroll v0.12.0
25642024-12-21T02:54:35.665Z Compiling zerocopy v0.7.35
25652024-12-21T02:54:36.296Z Compiling goblin v0.8.2
25662024-12-21T02:54:36.353Z Compiling thiserror v1.0.69
25672024-12-21T02:54:36.512Z Compiling pest v2.7.14
25682024-12-21T02:54:37.506Z Compiling clap_derive v4.5.18
25692024-12-21T02:54:39.597Z Compiling pest_meta v2.7.14
25702024-12-21T02:54:41.415Z Compiling pest_generator v2.7.14
25712024-12-21T02:54:43.285Z Compiling clap v4.5.21
25722024-12-21T02:54:43.813Z Compiling pest_derive v2.7.14
25732024-12-21T02:54:44.615Z Compiling dtrace-parser v0.2.0
25742024-12-21T02:54:48.947Z Compiling serde_tokenstream v0.2.2
25752024-12-21T02:54:49.559Z Compiling serde_spanned v0.6.8
25762024-12-21T02:54:49.829Z Compiling toml_datetime v0.6.8
25772024-12-21T02:54:50.582Z Compiling dof v0.3.0
25782024-12-21T02:54:51.356Z Compiling toml_edit v0.22.22
25792024-12-21T02:54:52.521Z Compiling camino v1.1.9
25802024-12-21T02:54:52.791Z Compiling usdt-macro v0.5.0
25812024-12-21T02:54:53.727Z Compiling usdt-attr-macro v0.5.0
25822024-12-21T02:54:54.058Z Compiling semver v1.0.23
25832024-12-21T02:54:55.125Z Compiling toml v0.8.19
25842024-12-21T02:54:55.518Z Compiling cargo-platform v0.1.8
25852024-12-21T02:54:56.619Z Compiling cargo_toml v0.20.5
25862024-12-21T02:54:57.575Z Compiling cargo_metadata v0.18.1
25872024-12-21T02:54:59.402Z Compiling usdt v0.5.0
25882024-12-21T02:54:59.612Z Compiling camino-tempfile v1.1.1
25892024-12-21T02:55:00.412Z Compiling macaddr v1.0.1
25902024-12-21T02:55:09.112Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25912024-12-21T02:55:20.266Z Finished `release` profile [optimized] target(s) in 56.01s
25922024-12-21T02:55:20.377Z
25932024-12-21T02:55:20.388Zreal 56.150293411
25942024-12-21T02:55:20.388Zuser 5:46.801128015
25952024-12-21T02:55:20.388Zsys 31.164138003
25962024-12-21T02:55:20.388Ztrap 0.157489329
25972024-12-21T02:55:20.388Ztflt 0.310366521
25982024-12-21T02:55:20.388Zdflt 0.504288822
25992024-12-21T02:55:20.388Zkflt 0.000000000
26002024-12-21T02:55:20.388Zlock 11:03.237255271
26012024-12-21T02:55:20.388Zslp 16:36.627077503
26022024-12-21T02:55:20.389Zlat 14.159078978
26032024-12-21T02:55:20.389Zstop 16.784579384
26042024-12-21T02:55:20.389Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26052024-12-21T02:55:20.389Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26062024-12-21T02:55:20.389Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26072024-12-21T02:55:20.389Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26082024-12-21T02:55:20.389Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26092024-12-21T02:55:25.493Z Compiling hashbrown v0.14.5
26102024-12-21T02:55:25.547Z Compiling ident_case v1.0.1
26112024-12-21T02:55:25.547Z Compiling unsafe-libyaml v0.2.11
26122024-12-21T02:55:25.547Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26132024-12-21T02:55:25.547Z Compiling progenitor-client v0.8.0
26142024-12-21T02:55:25.547Z Compiling ipnetwork v0.20.0
26152024-12-21T02:55:25.547Z Compiling macaddr v1.0.1
26162024-12-21T02:55:25.547Z Compiling instant v0.1.13
26172024-12-21T02:55:25.547Z Compiling darling_core v0.20.10
26182024-12-21T02:55:25.547Z Compiling structmeta-derive v0.3.0
26192024-12-21T02:55:25.547Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26202024-12-21T02:55:25.547Z Compiling dropshot v0.13.0
26212024-12-21T02:55:25.547Z Compiling newtype-uuid v1.1.3
26222024-12-21T02:55:25.548Z Compiling dropshot_endpoint v0.13.0
26232024-12-21T02:55:25.548Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26242024-12-21T02:55:25.548Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26252024-12-21T02:55:25.548Z Compiling regress v0.10.1
26262024-12-21T02:55:25.548Z Compiling serde_yaml v0.9.34+deprecated
26272024-12-21T02:55:25.548Z Compiling regress v0.9.1
26282024-12-21T02:55:25.548Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26292024-12-21T02:55:25.548Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26302024-12-21T02:55:25.548Z Compiling backoff v0.4.0
26312024-12-21T02:55:25.548Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26322024-12-21T02:55:25.548Z Compiling tempfile v3.13.0
26332024-12-21T02:55:25.548Z Compiling proc-macro-crate v1.3.1
26342024-12-21T02:55:25.548Z Compiling structmeta v0.3.0
26352024-12-21T02:55:25.548Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26362024-12-21T02:55:25.548Z Compiling parse-display-derive v0.10.0
26372024-12-21T02:55:25.548Z Compiling num_enum_derive v0.5.11
26382024-12-21T02:55:25.548Z Compiling itertools v0.13.0
26392024-12-21T02:55:27.033Z Compiling typify-impl v0.2.0
26402024-12-21T02:55:27.842Z Compiling zerocopy v0.8.10
26412024-12-21T02:55:27.891Z Compiling num_enum v0.5.11
26422024-12-21T02:55:28.069Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26432024-12-21T02:55:28.214Z Compiling foreign-types-macros v0.2.3
26442024-12-21T02:55:28.442Z Compiling zerocopy-derive v0.8.10
26452024-12-21T02:55:28.728Z Compiling crucible-workspace-hack v0.1.0
26462024-12-21T02:55:28.748Z Compiling darling_macro v0.20.10
26472024-12-21T02:55:28.888Z Compiling heapless v0.8.0
26482024-12-21T02:55:29.010Z Compiling foreign-types-shared v0.3.1
26492024-12-21T02:55:29.353Z Compiling proc-macro-error v1.0.4
26502024-12-21T02:55:29.581Z Compiling foreign-types v0.5.0
26512024-12-21T02:55:29.751Z Compiling parse-display v0.10.0
26522024-12-21T02:55:29.770Z Compiling darling v0.20.10
26532024-12-21T02:55:29.789Z Compiling camino-tempfile v1.1.1
26542024-12-21T02:55:29.867Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26552024-12-21T02:55:29.897Z Compiling serde_with_macros v3.11.0
26562024-12-21T02:55:30.107Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26572024-12-21T02:55:30.256Z Compiling hash32 v0.3.1
26582024-12-21T02:55:30.456Z Compiling cstr-argument v0.1.2
26592024-12-21T02:55:30.509Z Compiling smoltcp v0.11.0
26602024-12-21T02:55:30.733Z Compiling pretty-hex v0.2.1
26612024-12-21T02:55:30.753Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26622024-12-21T02:55:30.921Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26632024-12-21T02:55:30.923Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26642024-12-21T02:55:31.406Z Compiling tabwriter v1.4.0
26652024-12-21T02:55:31.546Z Compiling colored v2.1.0
26662024-12-21T02:55:31.971Z Compiling cobs v0.2.3
26672024-12-21T02:55:32.334Z Compiling postcard v1.0.10
26682024-12-21T02:55:32.353Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26692024-12-21T02:55:32.640Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26702024-12-21T02:55:32.839Z Compiling serde_with v3.11.0
26712024-12-21T02:55:32.894Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26722024-12-21T02:55:32.975Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26732024-12-21T02:55:33.310Z Compiling thiserror v2.0.3
26742024-12-21T02:55:33.978Z Compiling smf v0.2.3
26752024-12-21T02:55:34.320Z Compiling thiserror-impl v2.0.3
26762024-12-21T02:55:35.200Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26772024-12-21T02:55:35.541Z Compiling zone_cfg_derive v0.3.0
26782024-12-21T02:55:36.959Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26792024-12-21T02:55:37.006Z Compiling num-derive v0.4.2
26802024-12-21T02:55:37.028Z Compiling sigpipe v0.1.3
26812024-12-21T02:55:37.154Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26822024-12-21T02:55:37.426Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26832024-12-21T02:55:37.447Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26842024-12-21T02:55:37.492Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26852024-12-21T02:55:37.535Z Compiling zone v0.3.0
26862024-12-21T02:55:37.881Z Compiling universal-hash v0.5.1
26872024-12-21T02:55:38.099Z Compiling opaque-debug v0.3.1
26882024-12-21T02:55:38.201Z Compiling tungstenite v0.21.0
26892024-12-21T02:55:38.294Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26902024-12-21T02:55:38.380Z Compiling num-rational v0.4.2
26912024-12-21T02:55:38.651Z Compiling password-hash v0.5.0
26922024-12-21T02:55:39.246Z Compiling blake2 v0.10.6
26932024-12-21T02:55:39.451Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
26942024-12-21T02:55:39.720Z Compiling num-complex v0.4.6
26952024-12-21T02:55:39.795Z Compiling aead v0.5.2
26962024-12-21T02:55:40.206Z Compiling convert_case v0.4.0
26972024-12-21T02:55:40.226Z Compiling keccak v0.1.5
26982024-12-21T02:55:40.381Z Compiling base64 v0.21.7
26992024-12-21T02:55:40.504Z Compiling argon2 v0.5.3
27002024-12-21T02:55:40.600Z Compiling sha3 v0.10.8
27012024-12-21T02:55:40.832Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27022024-12-21T02:55:41.140Z Compiling num v0.4.3
27032024-12-21T02:55:41.167Z Compiling tokio-tungstenite v0.21.0
27042024-12-21T02:55:41.195Z Compiling derive_more v0.99.18
27052024-12-21T02:55:41.253Z Compiling poly1305 v0.8.0
27062024-12-21T02:55:41.300Z Compiling chacha20 v0.9.1
27072024-12-21T02:55:41.660Z Compiling float-ord v0.3.2
27082024-12-21T02:55:41.748Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27092024-12-21T02:55:41.786Z Compiling semver v0.1.20
27102024-12-21T02:55:41.848Z Compiling same-file v1.0.6
27112024-12-21T02:55:42.208Z Compiling rustc_version v0.1.7
27122024-12-21T02:55:42.433Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27132024-12-21T02:55:42.488Z Compiling walkdir v2.5.0
27142024-12-21T02:55:42.763Z Compiling newline-converter v0.3.0
27152024-12-21T02:55:42.826Z Compiling primeorder v0.13.6
27162024-12-21T02:55:42.945Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27172024-12-21T02:55:42.974Z Compiling secrecy v0.8.0
27182024-12-21T02:55:43.299Z Compiling cancel-safe-futures v0.1.5
27192024-12-21T02:55:43.321Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27202024-12-21T02:55:43.345Z Compiling owo-colors v4.1.0
27212024-12-21T02:55:43.417Z Compiling expectorate v1.1.0
27222024-12-21T02:55:43.617Z Compiling newtype_derive v0.1.6
27232024-12-21T02:55:43.637Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27242024-12-21T02:55:43.700Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27252024-12-21T02:55:43.721Z Compiling thiserror-impl-no-std v2.0.2
27262024-12-21T02:55:43.924Z Compiling blake3 v1.5.4
27272024-12-21T02:55:44.047Z Compiling unicase v2.7.0
27282024-12-21T02:55:44.202Z Compiling half v2.4.1
27292024-12-21T02:55:44.348Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27302024-12-21T02:55:44.612Z Compiling ciborium-io v0.2.2
27312024-12-21T02:55:44.698Z Compiling arc-swap v1.7.1
27322024-12-21T02:55:44.756Z Compiling ciborium-ll v0.2.2
27332024-12-21T02:55:45.020Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27342024-12-21T02:55:45.181Z Compiling slog-scope v4.4.0
27352024-12-21T02:55:45.342Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27362024-12-21T02:55:45.749Z Compiling polyval v0.6.2
27372024-12-21T02:55:45.844Z Compiling atomicwrites v0.4.4
27382024-12-21T02:55:45.892Z Compiling typify-macro v0.2.0
27392024-12-21T02:55:46.160Z Compiling libsw v3.3.1
27402024-12-21T02:55:46.222Z Compiling memmap2 v0.9.5
27412024-12-21T02:55:46.224Z Compiling libefi-sys v0.1.0
27422024-12-21T02:55:46.495Z Compiling salty v0.3.0
27432024-12-21T02:55:46.534Z Compiling linear-map v1.2.0
27442024-12-21T02:55:46.732Z Compiling arrayvec v0.7.6
27452024-12-21T02:55:46.922Z Compiling constant_time_eq v0.3.1
27462024-12-21T02:55:46.944Z Compiling indent_write v2.2.0
27472024-12-21T02:55:46.964Z Compiling thiserror-no-std v2.0.2
27482024-12-21T02:55:47.094Z Compiling arrayref v0.3.9
27492024-12-21T02:55:47.118Z Compiling parking_lot_core v0.8.6
27502024-12-21T02:55:47.164Z Compiling vsss-rs v3.3.4
27512024-12-21T02:55:47.261Z Compiling ghash v0.5.1
27522024-12-21T02:55:47.627Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27532024-12-21T02:55:47.646Z Compiling slog-stdlog v4.1.1
27542024-12-21T02:55:47.951Z Compiling ciborium v0.2.2
27552024-12-21T02:55:48.488Z Compiling p384 v0.13.0
27562024-12-21T02:55:48.800Z Compiling toolchain_find v0.4.0
27572024-12-21T02:55:49.076Z Compiling chacha20poly1305 v0.10.1
27582024-12-21T02:55:49.333Z Compiling lzma-sys v0.1.20
27592024-12-21T02:55:49.523Z Compiling ctr v0.9.2
27602024-12-21T02:55:49.525Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27612024-12-21T02:55:49.895Z Compiling bitfield-struct v0.6.2
27622024-12-21T02:55:49.917Z Compiling slog-dtrace v0.3.0
27632024-12-21T02:55:49.961Z Compiling highway v1.2.0
27642024-12-21T02:55:50.070Z Compiling topological-sort v0.2.2
27652024-12-21T02:55:50.817Z Compiling omicron-zone-package v0.12.0
27662024-12-21T02:55:50.836Z Compiling aes-gcm v0.10.3
27672024-12-21T02:55:50.836Z Compiling rustfmt-wrapper v0.2.1
27682024-12-21T02:55:50.836Z Compiling typify v0.2.0
27692024-12-21T02:55:50.836Z Compiling progenitor-impl v0.8.0
27702024-12-21T02:55:50.836Z Compiling mime_guess v2.0.5
27712024-12-21T02:55:50.836Z Compiling slog-envlogger v2.2.0
27722024-12-21T02:55:51.326Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27732024-12-21T02:55:51.570Z Compiling steno v0.4.1
27742024-12-21T02:55:51.762Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27752024-12-21T02:55:51.957Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27762024-12-21T02:55:52.066Z Compiling heck v0.3.3
27772024-12-21T02:55:52.136Z Compiling ssh-encoding v0.2.0
27782024-12-21T02:55:52.440Z Compiling blowfish v0.9.1
27792024-12-21T02:55:52.510Z Compiling nibble_vec v0.1.0
27802024-12-21T02:55:52.629Z Compiling env_filter v0.1.2
27812024-12-21T02:55:52.664Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27822024-12-21T02:55:52.736Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27832024-12-21T02:55:52.865Z Compiling humantime v2.1.0
27842024-12-21T02:55:52.899Z Compiling endian-type v0.1.2
27852024-12-21T02:55:52.963Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27862024-12-21T02:55:53.127Z Compiling radix_trie v0.2.1
27872024-12-21T02:55:53.155Z Compiling env_logger v0.11.5
27882024-12-21T02:55:53.329Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27892024-12-21T02:55:53.384Z Compiling bcrypt-pbkdf v0.10.0
27902024-12-21T02:55:53.475Z Compiling zone_cfg_derive v0.1.2
27912024-12-21T02:55:53.880Z Compiling ssh-cipher v0.2.0
27922024-12-21T02:55:53.963Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27932024-12-21T02:55:54.358Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27942024-12-21T02:55:54.620Z Compiling parking_lot v0.11.2
27952024-12-21T02:55:55.027Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27962024-12-21T02:55:55.145Z Compiling password-hash v0.4.2
27972024-12-21T02:55:55.409Z Compiling gethostname v0.5.0
27982024-12-21T02:55:55.469Z Compiling fxhash v0.2.1
27992024-12-21T02:55:55.575Z Compiling simd-adler32 v0.3.7
28002024-12-21T02:55:55.633Z Compiling base64 v0.13.1
28012024-12-21T02:55:55.673Z Compiling bumpalo v3.16.0
28022024-12-21T02:55:55.692Z Compiling zip v2.1.3
28032024-12-21T02:55:56.013Z Compiling matches v0.1.10
28042024-12-21T02:55:56.085Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28052024-12-21T02:55:56.128Z Compiling http-range v0.1.5
28062024-12-21T02:55:56.167Z Compiling lockfree-object-pool v0.1.6
28072024-12-21T02:55:56.171Z Compiling idna v0.2.3
28082024-12-21T02:55:56.263Z Compiling ron v0.7.1
28092024-12-21T02:55:56.414Z Compiling zopfli v0.8.1
28102024-12-21T02:55:56.476Z Compiling sled v0.34.7
28112024-12-21T02:55:56.496Z Compiling pbkdf2 v0.11.0
28122024-12-21T02:55:56.853Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28132024-12-21T02:55:57.461Z Compiling xz2 v0.1.7
28142024-12-21T02:55:57.591Z Compiling zone v0.1.8
28152024-12-21T02:55:57.888Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28162024-12-21T02:55:58.285Z Compiling ssh-key v0.6.6
28172024-12-21T02:55:58.738Z Compiling hickory-client v0.24.1
28182024-12-21T02:55:59.069Z Compiling progenitor-macro v0.8.0
28192024-12-21T02:55:59.254Z Compiling p521 v0.13.3
28202024-12-21T02:55:59.402Z Compiling p256 v0.13.2
28212024-12-21T02:55:59.515Z Compiling hickory-server v0.24.1
28222024-12-21T02:56:00.258Z Compiling enum-as-inner v0.5.1
28232024-12-21T02:56:00.285Z Compiling pem v3.0.4
28242024-12-21T02:56:01.123Z Compiling yasna v0.5.2
28252024-12-21T02:56:01.343Z Compiling headers-core v0.3.0
28262024-12-21T02:56:01.523Z Compiling kstat-rs v0.2.4
28272024-12-21T02:56:01.692Z Compiling nanorand v0.7.0
28282024-12-21T02:56:02.337Z Compiling atty v0.2.14
28292024-12-21T02:56:02.344Z Compiling russh-cryptovec v0.7.3
28302024-12-21T02:56:02.346Z Compiling md5 v0.7.0
28312024-12-21T02:56:02.628Z Compiling russh-keys v0.45.0
28322024-12-21T02:56:02.854Z Compiling rcgen v0.12.1
28332024-12-21T02:56:02.875Z Compiling flume v0.11.1
28342024-12-21T02:56:03.233Z Compiling headers v0.4.0
28352024-12-21T02:56:03.523Z Compiling trust-dns-proto v0.22.0
28362024-12-21T02:56:04.450Z Compiling hyper-staticfile v0.10.1
28372024-12-21T02:56:05.424Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28382024-12-21T02:56:05.638Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28392024-12-21T02:56:06.068Z Compiling num-bigint v0.4.6
28402024-12-21T02:56:06.133Z Compiling des v0.8.1
28412024-12-21T02:56:06.186Z Compiling subprocess v0.2.9
28422024-12-21T02:56:06.510Z Compiling hex-literal v0.4.1
28432024-12-21T02:56:06.687Z Compiling display-error-chain v0.2.2
28442024-12-21T02:56:06.900Z Compiling dhcproto-macros v0.1.0
28452024-12-21T02:56:06.967Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28462024-12-21T02:56:07.359Z Compiling internet-checksum v0.2.1
28472024-12-21T02:56:08.027Z Compiling dhcproto v0.12.0
28482024-12-21T02:56:09.140Z Compiling russh v0.45.0
28492024-12-21T02:56:11.543Z Compiling progenitor v0.8.0
28502024-12-21T02:56:11.679Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28512024-12-21T02:56:11.679Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28522024-12-21T02:56:11.682Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28532024-12-21T02:56:11.683Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28542024-12-21T02:56:11.683Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28552024-12-21T02:56:11.683Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28562024-12-21T02:56:11.776Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28572024-12-21T02:56:13.251Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28582024-12-21T02:56:13.577Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28592024-12-21T02:56:14.450Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28602024-12-21T02:56:17.050Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28612024-12-21T02:56:17.547Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28622024-12-21T02:56:27.823Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28632024-12-21T02:56:27.823Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28642024-12-21T02:56:27.826Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28652024-12-21T02:56:27.826Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28662024-12-21T02:56:31.064Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28672024-12-21T02:56:32.645Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28682024-12-21T02:56:33.190Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28692024-12-21T02:56:33.277Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28702024-12-21T02:56:33.716Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28712024-12-21T02:56:36.308Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28722024-12-21T02:56:37.219Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28732024-12-21T02:56:37.418Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28742024-12-21T02:56:38.148Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28752024-12-21T02:56:38.501Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28762024-12-21T02:56:38.558Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28772024-12-21T02:56:39.417Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28782024-12-21T02:56:39.807Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28792024-12-21T02:56:41.281Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28802024-12-21T02:56:41.965Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28812024-12-21T02:56:43.923Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28822024-12-21T02:56:44.062Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28832024-12-21T02:56:44.418Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28842024-12-21T02:56:46.978Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28852024-12-21T02:56:47.209Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28862024-12-21T02:56:49.207Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28872024-12-21T02:56:51.518Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28882024-12-21T02:56:52.277Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28892024-12-21T02:56:53.576Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28902024-12-21T02:56:56.610Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28912024-12-21T02:57:05.619Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28922024-12-21T02:57:06.906Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28932024-12-21T02:57:26.989Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28942024-12-21T02:58:03.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s
28952024-12-21T02:58:04.015Z
28962024-12-21T02:58:04.018Zreal 2:43.563713625
28972024-12-21T02:58:04.018Zuser 12:26.972997853
28982024-12-21T02:58:04.018Zsys 2:42.486008211
28992024-12-21T02:58:04.018Ztrap 0.336134962
29002024-12-21T02:58:04.018Ztflt 0.763614063
29012024-12-21T02:58:04.018Zdflt 1.775901307
29022024-12-21T02:58:04.018Zkflt 0.000055378
29032024-12-21T02:58:04.018Zlock 26:06.826616657
29042024-12-21T02:58:04.018Zslp 45:06.951868019
29052024-12-21T02:58:04.018Zlat 35.653191602
29062024-12-21T02:58:04.018Zstop 1:28.353697767
29072024-12-21T02:58:04.018Z+ mkdir tests
29082024-12-21T02:58:04.021Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29092024-12-21T02:58:04.021Z+ xargs -I '{}' -t cp '{}' tests/
29102024-12-21T02:58:04.940Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9ddd5860fc4969b7 tests/
29112024-12-21T02:58:04.961Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a0e216df141f113d tests/
29122024-12-21T02:58:04.981Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f503c7ad5bae27ea tests/
29132024-12-21T02:58:05.001Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-87844e6e2dac0e28 tests/
29142024-12-21T02:58:05.180Z+ 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/*)
29152024-12-21T02:58:05.182Z+ 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-a0e216df141f113d tests/commtest-f503c7ad5bae27ea tests/dhcp_server-9ddd5860fc4969b7 tests/end_to_end_tests-87844e6e2dac0e28 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
29162024-12-21T02:59:16.374ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29172024-12-21T02:59:16.374Za .github/buildomat/ci-env.sh 1K
29182024-12-21T02:59:16.374Za out/target/test 1K
29192024-12-21T02:59:16.375Za out/npuzone/npuzone 23144K
29202024-12-21T02:59:16.375Za package-manifest.toml 33K
29212024-12-21T02:59:16.375Za smf/sled-agent/non-gimlet/config.toml 4K
29222024-12-21T02:59:16.375Za target/release/omicron-package 35883K
29232024-12-21T02:59:16.376Za target/release/xtask 11762K
29242024-12-21T02:59:16.376Za target/debug/bootstrap 208003K
29252024-12-21T02:59:16.376Za tests/bootstrap-a0e216df141f113d 24246K
29262024-12-21T02:59:16.376Za tests/commtest-f503c7ad5bae27ea 25022K
29272024-12-21T02:59:16.376Za tests/dhcp_server-9ddd5860fc4969b7 24246K
29282024-12-21T02:59:16.376Za tests/end_to_end_tests-87844e6e2dac0e28 226200K
29292024-12-21T02:59:16.376Za out/clickhouse.tar.gz 293398K
29302024-12-21T02:59:16.376Za out/clickhouse_keeper.tar.gz 280511K
29312024-12-21T02:59:16.376Za out/clickhouse_server.tar.gz 293374K
29322024-12-21T02:59:16.376Za out/cockroachdb.tar.gz 134594K
29332024-12-21T02:59:16.376Za out/crucible-dtrace.tar 85K
29342024-12-21T02:59:16.376Za out/crucible-pantry-zone.tar.gz 28192K
29352024-12-21T02:59:16.376Za out/crucible-zone.tar.gz 36410K
29362024-12-21T02:59:16.376Za out/external-dns.tar.gz 35286K
29372024-12-21T02:59:16.376Za out/internal-dns.tar.gz 35286K
29382024-12-21T02:59:16.376Za out/mg-ddm-gz.tar 63075K
29392024-12-21T02:59:16.376Za out/nexus.tar.gz 98077K
29402024-12-21T02:59:16.376Za out/ntp.tar.gz 10375K
29412024-12-21T02:59:16.377Za out/omicron-gateway-softnpu.tar.gz 23850K
29422024-12-21T02:59:16.377Za out/omicron-sled-agent.tar 113110K
29432024-12-21T02:59:16.377Za out/overlay.tar.gz 3K
29442024-12-21T02:59:16.377Za out/oximeter.tar.gz 47676K
29452024-12-21T02:59:16.377Za out/oxlog.tar 3088K
29462024-12-21T02:59:16.377Za out/probe.tar.gz 2764K
29472024-12-21T02:59:16.377Za out/propolis-server.tar.gz 66291K
29482024-12-21T02:59:16.377Za out/pumpkind-gz.tar 26665K
29492024-12-21T02:59:16.377Za out/switch-softnpu.tar.gz 235083K
29502024-12-21T02:59:16.383Z
29512024-12-21T02:59:16.383Zreal 1:11.178578975
29522024-12-21T02:59:16.383Zuser 1:07.976850351
29532024-12-21T02:59:16.383Zsys 4.526149294
29542024-12-21T02:59:16.383Ztrap 0.016560655
29552024-12-21T02:59:16.383Ztflt 0.000000000
29562024-12-21T02:59:16.384Zdflt 0.000000000
29572024-12-21T02:59:16.384Zkflt 0.000000000
29582024-12-21T02:59:16.384Zlock 0.000000000
29592024-12-21T02:59:16.384Zslp 1:07.826172195
29602024-12-21T02:59:16.384Zlat 2.006243589
29612024-12-21T02:59:16.384Zstop 0.000373143
29622024-12-21T02:59:16.384Zprocess exited: duration 2051571 ms, exit code 0
 
29632024-12-21T02:59:16.402Zfound 1 output files
29642024-12-21T02:59:16.402Zuploading: /work/package.tar.gz (1878002157 bytes)
29652024-12-21T02:59:51.723Zuploaded: /work/package.tar.gz