01JD8QQ2MXYMY1256PKAD47X27: 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: 01JD8QQQQJ0E2BVTNNTK9SZNT0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-22T01:29:03.464Zjob assigned to worker 01JD8QQRAXASH47JNA35AW57VF [factory aws, i-0d4d38cf025479697] (queued for 50 s)
 
22024-11-22T01:29:11.681Zstarting task 0: "setup"
32024-11-22T01:29:11.692Z++ uname -s
42024-11-22T01:29:11.696Z+ kern=SunOS
52024-11-22T01:29:11.696Z+ case "$kern" in
62024-11-22T01:29:11.696Z+ groupadd -g 12345 build
72024-11-22T01:29:11.696Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-22T01:29:13.698Z+ zfs create -o mountpoint=/work rpool/work
92024-11-22T01:29:13.849Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-22T01:29:13.851Z+ home_fs=zfs
112024-11-22T01:29:13.851Z+ [[ zfs == autofs ]]
122024-11-22T01:29:13.851Z+ mkdir -p /home/build
132024-11-22T01:29:13.854Z+ chown build:build /home/build /work
142024-11-22T01:29:15.855Z+ chmod 0700 /home/build /work
152024-11-22T01:29:15.858Zprocess exited: duration 4177 ms, exit code 0
 
162024-11-22T01:29:15.864Zstarting task 1: "rust-toolchain"
172024-11-22T01:29:15.869Z+ printf ' * toolchain channel = "%s"
182024-11-22T01:29:15.870Z' 1.81.0
192024-11-22T01:29:15.870Z * toolchain channel = "1.81.0"
202024-11-22T01:29:15.870Z * toolchain profile = "default"
212024-11-22T01:29:15.870Z+ printf ' * toolchain profile = "%s"
222024-11-22T01:29:15.870Z' default
232024-11-22T01:29:15.873Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-22T01:29:15.873Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-22T01:29:15.996Zinfo: downloading installer
262024-11-22T01:29:17.453Zinfo: profile set to 'default'
272024-11-22T01:29:17.453Zinfo: default host triple is x86_64-unknown-illumos
282024-11-22T01:29:17.456Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-22T01:29:17.614Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-22T01:29:17.614Zinfo: downloading component 'cargo'
312024-11-22T01:29:18.468Zinfo: downloading component 'clippy'
322024-11-22T01:29:18.781Zinfo: downloading component 'rust-docs'
332024-11-22T01:29:19.961Zinfo: downloading component 'rust-std'
342024-11-22T01:29:21.790Zinfo: downloading component 'rustc'
352024-11-22T01:29:28.362Zinfo: downloading component 'rustfmt'
362024-11-22T01:29:28.606Zinfo: installing component 'cargo'
372024-11-22T01:29:29.414Zinfo: installing component 'clippy'
382024-11-22T01:29:29.771Zinfo: installing component 'rust-docs'
392024-11-22T01:29:31.405Zinfo: installing component 'rust-std'
402024-11-22T01:29:33.128Zinfo: installing component 'rustc'
412024-11-22T01:29:38.762Zinfo: installing component 'rustfmt'
422024-11-22T01:29:39.080Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-22T01:29:39.080Z
442024-11-22T01:29:39.451Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-22T01:29:39.451Z
462024-11-22T01:29:39.454Z
472024-11-22T01:29:39.454ZRust is installed now. Great!
482024-11-22T01:29:39.454Z
492024-11-22T01:29:39.454ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-22T01:29:39.454Zenvironment variable. This has not been done automatically.
512024-11-22T01:29:39.454Z
522024-11-22T01:29:39.454ZTo configure your current shell, you need to source
532024-11-22T01:29:39.454Zthe corresponding env file under $HOME/.cargo.
542024-11-22T01:29:39.454Z
552024-11-22T01:29:39.454ZThis is usually done by running one of the following (note the leading DOT):
562024-11-22T01:29:39.454Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-22T01:29:39.454Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-22T01:29:39.526Z+ rustc --version
592024-11-22T01:29:39.594Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-22T01:29:39.596Zprocess exited: duration 23724 ms, exit code 0
 
612024-11-22T01:29:39.604Zstarting task 2: "authentication"
622024-11-22T01:29:39.621Zprocess exited: duration 20 ms, exit code 0
 
632024-11-22T01:29:39.626Zstarting task 3: "clone repository"
642024-11-22T01:29:39.631Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-22T01:29:39.634Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-22T01:29:39.903ZCloning into '/work/oxidecomputer/omicron'...
672024-11-22T01:29:46.315Z+ cd /work/oxidecomputer/omicron
682024-11-22T01:29:46.315Z+ git fetch origin 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9
692024-11-22T01:29:46.623ZFrom https://github.com/oxidecomputer/omicron
702024-11-22T01:29:46.623Z * branch 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9 -> FETCH_HEAD
712024-11-22T01:29:46.633Z+ [[ -n support-bundle-storage-api ]]
722024-11-22T01:29:46.635Z++ git branch --show-current
732024-11-22T01:29:46.637Z+ current=main
742024-11-22T01:29:46.637Z+ [[ main != support-bundle-storage-api ]]
752024-11-22T01:29:46.637Z+ git branch -f support-bundle-storage-api 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9
762024-11-22T01:29:46.640Z+ git checkout -f support-bundle-storage-api
772024-11-22T01:29:46.816ZSwitched to branch 'support-bundle-storage-api'
782024-11-22T01:29:46.819Z+ git reset --hard 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9
792024-11-22T01:29:46.985ZHEAD is now at 37f0900d4 clippy
802024-11-22T01:29:46.988Zprocess exited: duration 7358 ms, exit code 0
 
812024-11-22T01:29:46.993Zstarting task 4: "build"
822024-11-22T01:29:46.998Z+ source .github/buildomat/ci-env.sh
832024-11-22T01:29:46.998Z++ export CARGO_TERM_COLOR=always
842024-11-22T01:29:47.001Z++ CARGO_TERM_COLOR=always
852024-11-22T01:29:47.001Z+ cargo --version
862024-11-22T01:29:47.056Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-22T01:29:47.058Z+ rustc --version
882024-11-22T01:29:47.117Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-22T01:29:47.120Z+ WORK=/work
902024-11-22T01:29:47.120Z+ pfexec mkdir -p /work
912024-11-22T01:29:47.123Z+ pfexec chown build /work
922024-11-22T01:29:47.125Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-22T01:30:03.852Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-22T01:30:07.604Z Startup: Caching catalogs ... Done
952024-11-22T01:30:16.263ZPlanning: Solver setup ... Done (7.892s)
962024-11-22T01:30:16.375ZPlanning: Running solver ... Done (0.109s)
972024-11-22T01:30:16.540ZPlanning: Finding local manifests ... Done (0.080s)
982024-11-22T01:30:16.573ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-22T01:30:17.224ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-22T01:30:17.414ZPlanning: Package planning ... Done (0.190s)
1012024-11-22T01:30:17.470ZPlanning: Merging actions ... Done (0.055s)
1022024-11-22T01:30:18.143ZPlanning: Checking for conflicting actions ... Done (0.674s)
1032024-11-22T01:30:22.852ZPlanning: Consolidating action changes ... Done (4.707s)
1042024-11-22T01:30:23.242ZPlanning: Evaluating mediators ... Done (0.387s)
1052024-11-22T01:30:23.379ZPlanning: Planning completed in 15.68 seconds
1062024-11-22T01:30:23.395Z Packages to install: 4
1072024-11-22T01:30:23.398Z Packages to update: 1
1082024-11-22T01:30:23.398Z Mediators to change: 2
1092024-11-22T01:30:23.398Z Services to change: 1
1102024-11-22T01:30:23.398Z Estimated space available: 155.64 GB
1112024-11-22T01:30:23.398ZEstimated space to be consumed: 1.60 GB
1122024-11-22T01:30:23.398Z Create boot environment: No
1132024-11-22T01:30:23.398ZCreate backup boot environment: Yes
1142024-11-22T01:30:23.399Z Rebuild boot archive: No
1152024-11-22T01:30:23.399Z
1162024-11-22T01:30:23.399ZChanged mediators:
1172024-11-22T01:30:23.399Z mediator clang:
1182024-11-22T01:30:23.399Z version: None -> 15 (system default)
1192024-11-22T01:30:23.399Z
1202024-11-22T01:30:23.399Z mediator llvm:
1212024-11-22T01:30:23.399Z version: 14 (system default) -> 15 (system default)
1222024-11-22T01:30:23.399Z
1232024-11-22T01:30:23.399ZChanged packages:
1242024-11-22T01:30:23.399Zhelios-dev
1252024-11-22T01:30:23.399Z developer/build-essential
1262024-11-22T01:30:23.399Z None -> 11-2.0
1272024-11-22T01:30:23.399Z library/libxmlsec1
1282024-11-22T01:30:23.399Z None -> 1.2.35-2.0
1292024-11-22T01:30:23.399Z ooce/developer/clang-15
1302024-11-22T01:30:23.399Z None -> 15.0.7-2.0
1312024-11-22T01:30:23.399Z ooce/developer/llvm-15
1322024-11-22T01:30:23.399Z None -> 15.0.7-2.0
1332024-11-22T01:30:23.399Z package/pkg
1342024-11-22T01:30:23.399Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-22T01:30:23.399Z
1362024-11-22T01:30:23.399ZServices:
1372024-11-22T01:30:23.399Z restart_fmri:
1382024-11-22T01:30:23.399Z svc:/system/update-man-index:default
1392024-11-22T01:30:23.399Z
1402024-11-22T01:30:23.399ZEditable files to change:
1412024-11-22T01:30:23.399Z Update:
1422024-11-22T01:30:23.399Z usr/share/lib/pkg/web/config.shtml
1432024-11-22T01:30:23.590Z
1442024-11-22T01:30:23.590ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-22T01:30:31.077ZDownload: 213/4281 items 1.3/220.6MB 0% complete (548k/s)
1462024-11-22T01:30:36.081ZDownload: 1059/4281 items 19.7/220.6MB 8% complete (1.9M/s)
1472024-11-22T01:30:41.082ZDownload: 1591/4281 items 117.7/220.6MB 53% complete (11.7M/s)
1482024-11-22T01:30:48.147ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (10.1M/s)
1492024-11-22T01:31:06.723ZDownload: 2224/4281 items 119.2/220.6MB 54% complete
1502024-11-22T01:31:11.711ZDownload: 3245/4281 items 197.0/220.6MB 89% complete (15.4M/s)
1512024-11-22T01:31:15.554ZDownload: Completed 220.60 MB in 51.95 seconds (4.2M/s)
1522024-11-22T01:31:18.339Z Actions: 1/5063 actions (Removing old actions)
1532024-11-22T01:31:18.353Z Actions: 194/5063 actions (Installing new actions)
1542024-11-22T01:31:23.382Z Actions: 4101/5063 actions (Installing new actions)
1552024-11-22T01:31:23.867Z Actions: 4226/5063 actions (Updating modified actions)
1562024-11-22T01:31:24.199Z Actions: Completed 5063 actions in 5.86 seconds.
1572024-11-22T01:31:24.419Z Done (0.212s)
1582024-11-22T01:31:24.421Z Done (0.000s)
1592024-11-22T01:31:24.949Z Done (0.529s)
1602024-11-22T01:31:30.810Z Done (5.607s)
1612024-11-22T01:31:31.077Z Done (0.227s)
1622024-11-22T01:31:31.095Z Done (0.000s)
1632024-11-22T01:31:31.220Z Done (0.000s)
1642024-11-22T01:31:31.886ZPlanning: Evaluating mediator changes ... Done
1652024-11-22T01:31:32.048ZPlanning: Checking for conflicting actions ... Done
1662024-11-22T01:31:32.053ZPlanning: Consolidating action changes ... Done
1672024-11-22T01:31:32.313ZPlanning: Evaluating mediators ... Done
1682024-11-22T01:31:32.317ZPlanning: Planning completed in 0.43 seconds
1692024-11-22T01:31:32.352Z Mediators to change: 2
1702024-11-22T01:31:32.352Z Create boot environment: No
1712024-11-22T01:31:32.354ZCreate backup boot environment: No
1722024-11-22T01:31:32.481Z Done
1732024-11-22T01:31:32.481Z Done
1742024-11-22T01:31:32.858Z Done
1752024-11-22T01:31:36.436Z Done
1762024-11-22T01:31:36.534Z Done
1772024-11-22T01:31:36.537Z Done
1782024-11-22T01:31:36.707Z Done
1792024-11-22T01:31:37.326ZPlanning: Evaluating mediator changes ... Done
1802024-11-22T01:31:37.329ZPlanning: Merging actions ... Done
1812024-11-22T01:31:37.517ZPlanning: Checking for conflicting actions ... Done
1822024-11-22T01:31:37.520ZPlanning: Consolidating action changes ... Done
1832024-11-22T01:31:37.785ZPlanning: Evaluating mediators ... Done
1842024-11-22T01:31:37.841ZPlanning: Planning completed in 0.76 seconds
1852024-11-22T01:31:37.880Z Packages to change: 1
1862024-11-22T01:31:37.880Z Mediators to change: 1
1872024-11-22T01:31:37.883Z Services to change: 1
1882024-11-22T01:31:37.883Z Create boot environment: No
1892024-11-22T01:31:37.883ZCreate backup boot environment: Yes
1902024-11-22T01:31:40.037Z Actions: 1/6 actions (Updating modified actions)
1912024-11-22T01:31:40.076Z Actions: Completed 6 actions in 0.04 seconds.
1922024-11-22T01:31:40.079Z Done
1932024-11-22T01:31:40.079Z Done
1942024-11-22T01:31:40.184Z Done
1952024-11-22T01:31:43.807Z Done
1962024-11-22T01:31:43.898Z Done
1972024-11-22T01:31:43.901Z Done
1982024-11-22T01:31:44.067Z Done
1992024-11-22T01:31:44.503ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002024-11-22T01:31:44.503Zclang system 15 system
2012024-11-22T01:31:44.503Zcsh system system illumos
2022024-11-22T01:31:44.503Zctags system system illumos
2032024-11-22T01:31:44.503Zgcc vendor 12 vendor
2042024-11-22T01:31:44.503Zgcc system 10 system
2052024-11-22T01:31:44.503Zgcc system 7 system
2062024-11-22T01:31:44.503Zgo system 1.20 system
2072024-11-22T01:31:44.503Zgo system 1.19 system
2082024-11-22T01:31:44.503Zllvm system 15 system
2092024-11-22T01:31:44.503Zllvm system 14 system
2102024-11-22T01:31:44.503Zmariadb system 10.6 system
2112024-11-22T01:31:44.503Zmta vendor vendor dma
2122024-11-22T01:31:44.503Zopenjdk system 17 system
2132024-11-22T01:31:44.503Zopenjdk system 11 system
2142024-11-22T01:31:44.503Zopenjdk system 1.8 system
2152024-11-22T01:31:44.503Zopenssl vendor 3 vendor
2162024-11-22T01:31:44.504Zperl system 5.36 system
2172024-11-22T01:31:44.504Zpostgresql system 15 system
2182024-11-22T01:31:44.504Zpostgresql system 13 system
2192024-11-22T01:31:44.504Zpython vendor 3 vendor
2202024-11-22T01:31:44.504Zpython system 2 system
2212024-11-22T01:31:44.504Zpython3 system 3.11 system
2222024-11-22T01:31:44.504Zruby system 3.0 system
2232024-11-22T01:31:44.504Zwords vendor vendor american-english
2242024-11-22T01:31:44.504Zwords system system australian-english
2252024-11-22T01:31:44.504Zwords system system british-english
2262024-11-22T01:31:44.504Zwords system system canadian-english
2272024-11-22T01:31:44.504Zwords system system french
2282024-11-22T01:31:44.504Zwords system system italian
2292024-11-22T01:31:44.504Zwords system system ngerman
2302024-11-22T01:31:44.505Zwords system system ogerman
2312024-11-22T01:31:44.505Zwords system system spanish
2322024-11-22T01:31:44.829ZPUBLISHER TYPE STATUS P LOCATION
2332024-11-22T01:31:44.829Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342024-11-22T01:31:47.357ZFMRI IFO
2352024-11-22T01:31:47.357Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362024-11-22T01:31:47.358Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372024-11-22T01:31:47.358Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382024-11-22T01:31:47.358Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392024-11-22T01:31:47.358Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2402024-11-22T01:31:47.360Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412024-11-22T01:31:47.360Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2422024-11-22T01:31:47.360Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2432024-11-22T01:31:47.360Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2442024-11-22T01:31:47.360Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2452024-11-22T01:31:47.360Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2462024-11-22T01:31:47.360Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2472024-11-22T01:31:47.360Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2482024-11-22T01:31:47.360Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2492024-11-22T01:31:47.360Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2502024-11-22T01:31:48.085Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2512024-11-22T01:31:48.379Z Updating crates.io index
2522024-11-22T01:31:48.458Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2532024-11-22T01:31:49.261Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2542024-11-22T01:31:49.492Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2552024-11-22T01:31:49.768Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2562024-11-22T01:31:50.063Z Updating git repository `https://github.com/oxidecomputer/propolis`
2572024-11-22T01:31:50.996Z Updating git repository `https://github.com/oxidecomputer/crucible`
2582024-11-22T01:31:53.324Z Updating git repository `https://github.com/oxidecomputer/opte`
2592024-11-22T01:31:54.418Z Updating git repository `https://github.com/oxidecomputer/falcon`
2602024-11-22T01:31:55.154Z Updating git repository `https://github.com/oxidecomputer/clickward`
2612024-11-22T01:31:55.406Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2622024-11-22T01:31:55.679Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2632024-11-22T01:31:56.240Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2642024-11-22T01:31:56.621Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652024-11-22T01:31:56.911Z Updating git repository `https://github.com/oxidecomputer/tofino`
2662024-11-22T01:31:57.207Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672024-11-22T01:31:57.439Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682024-11-22T01:31:57.712Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692024-11-22T01:31:58.003Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2702024-11-22T01:31:58.288Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712024-11-22T01:31:58.666Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2722024-11-22T01:31:58.936Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732024-11-22T01:31:59.439Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742024-11-22T01:31:59.793Z Updating git repository `https://github.com/oxidecomputer/crucible`
2752024-11-22T01:32:00.411Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2762024-11-22T01:32:00.848Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772024-11-22T01:32:01.254Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2782024-11-22T01:32:01.537Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792024-11-22T01:32:01.860Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802024-11-22T01:32:02.109Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812024-11-22T01:32:03.543Z Downloading crates ...
2822024-11-22T01:32:03.715Z Downloaded autocfg v1.4.0
2832024-11-22T01:32:03.717Z Downloaded cpufeatures v0.2.14
2842024-11-22T01:32:03.722Z Downloaded cargo-platform v0.1.8
2852024-11-22T01:32:03.726Z Downloaded equivalent v1.0.1
2862024-11-22T01:32:03.728Z Downloaded anstyle-parse v0.2.5
2872024-11-22T01:32:03.733Z Downloaded clap v4.5.21
2882024-11-22T01:32:03.742Z Downloaded dof v0.3.0
2892024-11-22T01:32:03.744Z Downloaded crypto-common v0.1.6
2902024-11-22T01:32:03.744Z Downloaded byteorder v1.5.0
2912024-11-22T01:32:03.747Z Downloaded bitflags v2.6.0
2922024-11-22T01:32:03.756Z Downloaded clap_builder v4.5.21
2932024-11-22T01:32:03.764Z Downloaded pest_generator v2.7.14
2942024-11-22T01:32:03.767Z Downloaded anyhow v1.0.93
2952024-11-22T01:32:03.769Z Downloaded log v0.4.22
2962024-11-22T01:32:03.772Z Downloaded anstream v0.6.15
2972024-11-22T01:32:03.774Z Downloaded dtrace-parser v0.2.0
2982024-11-22T01:32:03.774Z Downloaded colorchoice v1.0.2
2992024-11-22T01:32:03.774Z Downloaded clap_derive v4.5.18
3002024-11-22T01:32:03.777Z Downloaded camino-tempfile v1.1.1
3012024-11-22T01:32:03.779Z Downloaded bytecount v0.6.8
3022024-11-22T01:32:03.782Z Downloaded block-buffer v0.10.4
3032024-11-22T01:32:03.782Z Downloaded cargo_metadata v0.18.1
3042024-11-22T01:32:03.784Z Downloaded cargo_toml v0.20.5
3052024-11-22T01:32:03.793Z Downloaded tabled v0.15.0
3062024-11-22T01:32:03.809Z Downloaded usdt-macro v0.5.0
3072024-11-22T01:32:03.812Z Downloaded digest v0.10.7
3082024-11-22T01:32:03.812Z Downloaded anstyle-query v1.1.1
3092024-11-22T01:32:03.814Z Downloaded pretty-hex v0.4.1
3102024-11-22T01:32:03.814Z Downloaded cfg-if v1.0.0
3112024-11-22T01:32:03.819Z Downloaded usdt-attr-macro v0.5.0
3122024-11-22T01:32:03.827Z Downloaded semver v1.0.23
3132024-11-22T01:32:03.830Z Downloaded fnv v1.0.7
3142024-11-22T01:32:03.832Z Downloaded camino v1.1.9
3152024-11-22T01:32:03.836Z Downloaded scroll_derive v0.12.0
3162024-11-22T01:32:03.845Z Downloaded swrite v0.1.0
3172024-11-22T01:32:03.848Z Downloaded once_cell v1.20.2
3182024-11-22T01:32:03.854Z Downloaded usdt-impl v0.5.0
3192024-11-22T01:32:03.857Z Downloaded plain v0.2.3
3202024-11-22T01:32:03.859Z Downloaded is_terminal_polyfill v1.70.1
3212024-11-22T01:32:03.859Z Downloaded heck v0.4.1
3222024-11-22T01:32:03.859Z Downloaded generic-array v0.14.7
3232024-11-22T01:32:03.862Z Downloaded fs-err v2.11.0
3242024-11-22T01:32:03.864Z Downloaded utf8parse v0.2.2
3252024-11-22T01:32:03.864Z Downloaded fastrand v2.1.1
3262024-11-22T01:32:03.867Z Downloaded version_check v0.9.5
3272024-11-22T01:32:03.867Z Downloaded terminal_size v0.4.0
3282024-11-22T01:32:03.870Z Downloaded proc-macro-error-attr v1.0.4
3292024-11-22T01:32:03.870Z Downloaded itoa v1.0.11
3302024-11-22T01:32:03.870Z Downloaded errno v0.3.9
3312024-11-22T01:32:03.873Z Downloaded anstyle v1.0.10
3322024-11-22T01:32:03.875Z Downloaded thiserror-impl v1.0.69
3332024-11-22T01:32:03.882Z Downloaded serde_spanned v0.6.8
3342024-11-22T01:32:03.885Z Downloaded unicode-linebreak v0.1.5
3352024-11-22T01:32:03.886Z Downloaded clap_lex v0.7.2
3362024-11-22T01:32:03.889Z Downloaded tabled_derive v0.7.0
3372024-11-22T01:32:03.889Z Downloaded toml_datetime v0.6.8
3382024-11-22T01:32:03.891Z Downloaded thiserror v1.0.69
3392024-11-22T01:32:03.896Z Downloaded memmap v0.7.0
3402024-11-22T01:32:03.898Z Downloaded strsim v0.11.1
3412024-11-22T01:32:03.900Z Downloaded serde_tokenstream v0.2.2
3422024-11-22T01:32:03.900Z Downloaded usdt v0.5.0
3432024-11-22T01:32:03.903Z Downloaded zerocopy-derive v0.7.35
3442024-11-22T01:32:03.905Z Downloaded quote v1.0.37
3452024-11-22T01:32:03.908Z Downloaded heck v0.5.0
3462024-11-22T01:32:03.910Z Downloaded thread-id v4.2.2
3472024-11-22T01:32:03.910Z Downloaded smawk v0.3.2
3482024-11-22T01:32:03.914Z Downloaded proc-macro2 v1.0.89
3492024-11-22T01:32:03.930Z Downloaded macaddr v1.0.1
3502024-11-22T01:32:03.933Z Downloaded scroll v0.12.0
3512024-11-22T01:32:03.933Z Downloaded sha2 v0.10.8
3522024-11-22T01:32:03.933Z Downloaded proc-macro-error v1.0.4
3532024-11-22T01:32:03.933Z Downloaded ucd-trie v0.1.7
3542024-11-22T01:32:03.933Z Downloaded tempfile v3.13.0
3552024-11-22T01:32:03.939Z Downloaded typenum v1.17.0
3562024-11-22T01:32:03.942Z Downloaded unicode-ident v1.0.13
3572024-11-22T01:32:03.945Z Downloaded pest_meta v2.7.14
3582024-11-22T01:32:03.948Z Downloaded papergrid v0.11.0
3592024-11-22T01:32:03.952Z Downloaded serde_derive v1.0.215
3602024-11-22T01:32:03.955Z Downloaded toml v0.8.19
3612024-11-22T01:32:03.959Z Downloaded memchr v2.7.4
3622024-11-22T01:32:03.964Z Downloaded textwrap v0.16.1
3632024-11-22T01:32:03.967Z Downloaded pest_derive v2.7.14
3642024-11-22T01:32:03.971Z Downloaded ryu v1.0.18
3652024-11-22T01:32:03.973Z Downloaded indexmap v2.6.0
3662024-11-22T01:32:03.981Z Downloaded serde v1.0.215
3672024-11-22T01:32:03.994Z Downloaded toml_edit v0.22.22
3682024-11-22T01:32:04.024Z Downloaded winnow v0.6.20
3692024-11-22T01:32:04.032Z Downloaded pest v2.7.14
3702024-11-22T01:32:04.037Z Downloaded hashbrown v0.15.0
3712024-11-22T01:32:04.042Z Downloaded zerocopy v0.7.35
3722024-11-22T01:32:04.059Z Downloaded serde_json v1.0.132
3732024-11-22T01:32:04.066Z Downloaded goblin v0.8.2
3742024-11-22T01:32:04.072Z Downloaded syn v2.0.87
3752024-11-22T01:32:04.083Z Downloaded syn v1.0.109
3762024-11-22T01:32:04.094Z Downloaded unicode-width v0.1.14
3772024-11-22T01:32:04.104Z Downloaded rustix v0.38.37
3782024-11-22T01:32:04.149Z Downloaded libc v0.2.162
3792024-11-22T01:32:04.458Z Compiling proc-macro2 v1.0.89
3802024-11-22T01:32:04.458Z Compiling unicode-ident v1.0.13
3812024-11-22T01:32:04.458Z Compiling serde v1.0.215
3822024-11-22T01:32:04.461Z Compiling version_check v0.9.5
3832024-11-22T01:32:04.461Z Compiling thiserror v1.0.69
3842024-11-22T01:32:04.461Z Compiling memchr v2.7.4
3852024-11-22T01:32:04.461Z Compiling libc v0.2.162
3862024-11-22T01:32:04.461Z Compiling ryu v1.0.18
3872024-11-22T01:32:04.716Z Compiling ucd-trie v0.1.7
3882024-11-22T01:32:04.968Z Compiling itoa v1.0.11
3892024-11-22T01:32:05.147Z Compiling once_cell v1.20.2
3902024-11-22T01:32:05.296Z Compiling byteorder v1.5.0
3912024-11-22T01:32:05.492Z Compiling serde_json v1.0.132
3922024-11-22T01:32:05.802Z Compiling rustix v0.38.37
3932024-11-22T01:32:05.932Z Compiling bitflags v2.6.0
3942024-11-22T01:32:05.993Z Compiling proc-macro-error-attr v1.0.4
3952024-11-22T01:32:06.018Z Compiling usdt-impl v0.5.0
3962024-11-22T01:32:06.233Z Compiling syn v1.0.109
3972024-11-22T01:32:06.334Z Compiling proc-macro-error v1.0.4
3982024-11-22T01:32:06.359Z Compiling utf8parse v0.2.2
3992024-11-22T01:32:06.514Z Compiling hashbrown v0.15.0
4002024-11-22T01:32:06.537Z Compiling log v0.4.22
4012024-11-22T01:32:06.612Z Compiling camino v1.1.9
4022024-11-22T01:32:06.688Z Compiling equivalent v1.0.1
4032024-11-22T01:32:06.807Z Compiling plain v0.2.3
4042024-11-22T01:32:06.885Z Compiling quote v1.0.37
4052024-11-22T01:32:06.995Z Compiling errno v0.3.9
4062024-11-22T01:32:07.119Z Compiling anstyle-parse v0.2.5
4072024-11-22T01:32:07.349Z Compiling syn v2.0.87
4082024-11-22T01:32:07.435Z Compiling thread-id v4.2.2
4092024-11-22T01:32:07.552Z Compiling is_terminal_polyfill v1.70.1
4102024-11-22T01:32:07.619Z Compiling pretty-hex v0.4.1
4112024-11-22T01:32:07.648Z Compiling indexmap v2.6.0
4122024-11-22T01:32:07.677Z Compiling unicode-width v0.1.14
4132024-11-22T01:32:07.717Z Compiling autocfg v1.4.0
4142024-11-22T01:32:07.827Z Compiling colorchoice v1.0.2
4152024-11-22T01:32:07.984Z Compiling semver v1.0.23
4162024-11-22T01:32:08.183Z Compiling anstyle-query v1.1.1
4172024-11-22T01:32:08.341Z Compiling winnow v0.6.20
4182024-11-22T01:32:08.494Z Compiling anstyle v1.0.10
4192024-11-22T01:32:08.902Z Compiling fs-err v2.11.0
4202024-11-22T01:32:08.990Z Compiling anstream v0.6.15
4212024-11-22T01:32:09.081Z Compiling fastrand v2.1.1
4222024-11-22T01:32:09.164Z Compiling clap_lex v0.7.2
4232024-11-22T01:32:09.219Z Compiling bytecount v0.6.8
4242024-11-22T01:32:09.461Z Compiling terminal_size v0.4.0
4252024-11-22T01:32:09.658Z Compiling strsim v0.11.1
4262024-11-22T01:32:09.693Z Compiling fnv v1.0.7
4272024-11-22T01:32:09.718Z Compiling anyhow v1.0.93
4282024-11-22T01:32:09.777Z Compiling cfg-if v1.0.0
4292024-11-22T01:32:09.825Z Compiling heck v0.4.1
4302024-11-22T01:32:09.878Z Compiling heck v0.5.0
4312024-11-22T01:32:10.311Z Compiling clap_builder v4.5.21
4322024-11-22T01:32:10.398Z Compiling papergrid v0.11.0
4332024-11-22T01:32:10.654Z Compiling tempfile v3.13.0
4342024-11-22T01:32:10.891Z Compiling memmap v0.7.0
4352024-11-22T01:32:11.253Z Compiling unicode-linebreak v0.1.5
4362024-11-22T01:32:11.277Z Compiling smawk v0.3.2
4372024-11-22T01:32:11.738Z Compiling textwrap v0.16.1
4382024-11-22T01:32:12.136Z Compiling swrite v0.1.0
4392024-11-22T01:32:13.292Z Compiling tabled_derive v0.7.0
4402024-11-22T01:32:14.898Z Compiling tabled v0.15.0
4412024-11-22T01:32:16.260Z Compiling serde_derive v1.0.215
4422024-11-22T01:32:16.260Z Compiling thiserror-impl v1.0.69
4432024-11-22T01:32:16.263Z Compiling zerocopy-derive v0.7.35
4442024-11-22T01:32:16.263Z Compiling scroll_derive v0.12.0
4452024-11-22T01:32:16.263Z Compiling clap_derive v4.5.18
4462024-11-22T01:32:17.365Z Compiling scroll v0.12.0
4472024-11-22T01:32:17.827Z Compiling goblin v0.8.2
4482024-11-22T01:32:18.150Z Compiling zerocopy v0.7.35
4492024-11-22T01:32:18.971Z Compiling pest v2.7.14
4502024-11-22T01:32:20.211Z Compiling clap v4.5.21
4512024-11-22T01:32:21.079Z Compiling pest_meta v2.7.14
4522024-11-22T01:32:21.914Z Compiling pest_generator v2.7.14
4532024-11-22T01:32:23.897Z Compiling pest_derive v2.7.14
4542024-11-22T01:32:24.550Z Compiling dtrace-parser v0.2.0
4552024-11-22T01:32:26.405Z Compiling serde_tokenstream v0.2.2
4562024-11-22T01:32:26.477Z Compiling toml_datetime v0.6.8
4572024-11-22T01:32:26.477Z Compiling serde_spanned v0.6.8
4582024-11-22T01:32:26.697Z Compiling cargo-platform v0.1.8
4592024-11-22T01:32:26.836Z Compiling toml_edit v0.22.22
4602024-11-22T01:32:27.029Z Compiling macaddr v1.0.1
4612024-11-22T01:32:27.329Z Compiling camino-tempfile v1.1.1
4622024-11-22T01:32:27.912Z Compiling dof v0.3.0
4632024-11-22T01:32:27.982Z Compiling cargo_metadata v0.18.1
4642024-11-22T01:32:29.615Z Compiling usdt-macro v0.5.0
4652024-11-22T01:32:29.615Z Compiling usdt-attr-macro v0.5.0
4662024-11-22T01:32:29.660Z Compiling toml v0.8.19
4672024-11-22T01:32:30.631Z Compiling cargo_toml v0.20.5
4682024-11-22T01:32:31.017Z Compiling usdt v0.5.0
4692024-11-22T01:32:34.060Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4702024-11-22T01:32:38.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.32s
4712024-11-22T01:32:38.447Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4722024-11-22T01:32:38.996Z Downloading crates ...
4732024-11-22T01:32:39.170Z Downloaded indoc v1.0.9
4742024-11-22T01:32:39.178Z Downloaded lock_api v0.4.12
4752024-11-22T01:32:39.196Z Downloaded darling v0.20.10
4762024-11-22T01:32:39.204Z Downloaded heapless v0.8.0
4772024-11-22T01:32:39.208Z Downloaded headers-core v0.3.0
4782024-11-22T01:32:39.211Z Downloaded heapless v0.7.17
4792024-11-22T01:32:39.220Z Downloaded ascii-canvas v3.0.0
4802024-11-22T01:32:39.223Z Downloaded atty v0.2.14
4812024-11-22T01:32:39.229Z Downloaded ahash v0.8.11
4822024-11-22T01:32:39.232Z Downloaded quinn-udp v0.5.5
4832024-11-22T01:32:39.235Z Downloaded assert_matches v1.5.0
4842024-11-22T01:32:39.237Z Downloaded arrayvec v0.7.6
4852024-11-22T01:32:39.244Z Downloaded atomicwrites v0.4.4
4862024-11-22T01:32:39.248Z Downloaded async-stream-impl v0.3.6
4872024-11-22T01:32:39.248Z Downloaded aead v0.5.2
4882024-11-22T01:32:39.253Z Downloaded array-init v0.0.4
4892024-11-22T01:32:39.255Z Downloaded arrayref v0.3.9
4902024-11-22T01:32:39.258Z Downloaded async-stream v0.3.6
4912024-11-22T01:32:39.261Z Downloaded litemap v0.7.3
4922024-11-22T01:32:39.263Z Downloaded httpdate v1.0.3
4932024-11-22T01:32:39.267Z Downloaded base16ct v0.2.0
4942024-11-22T01:32:39.267Z Downloaded adler2 v2.0.0
4952024-11-22T01:32:39.270Z Downloaded argon2 v0.5.3
4962024-11-22T01:32:39.272Z Downloaded hubpack_derive v0.1.1
4972024-11-22T01:32:39.272Z Downloaded hostname v0.3.1
4982024-11-22T01:32:39.275Z Downloaded home v0.5.9
4992024-11-22T01:32:39.275Z Downloaded atomic-waker v1.1.2
5002024-11-22T01:32:39.277Z Downloaded async-recursion v1.1.1
5012024-11-22T01:32:39.287Z Downloaded inout v0.1.3
5022024-11-22T01:32:39.288Z Downloaded humantime v2.1.0
5032024-11-22T01:32:39.288Z Downloaded hickory-server v0.24.1
5042024-11-22T01:32:39.291Z Downloaded http-body-util v0.1.2
5052024-11-22T01:32:39.291Z Downloaded hex v0.4.3
5062024-11-22T01:32:39.294Z Downloaded cfg_aliases v0.2.1
5072024-11-22T01:32:39.294Z Downloaded hostname v0.4.0
5082024-11-22T01:32:39.297Z Downloaded cfg_aliases v0.1.1
5092024-11-22T01:32:39.299Z Downloaded internet-checksum v0.2.1
5102024-11-22T01:32:39.299Z Downloaded hyper-rustls v0.27.3
5112024-11-22T01:32:39.303Z Downloaded httparse v1.9.5
5122024-11-22T01:32:39.305Z Downloaded hmac v0.12.1
5132024-11-22T01:32:39.308Z Downloaded addr2line v0.24.2
5142024-11-22T01:32:39.310Z Downloaded libloading v0.8.5
5152024-11-22T01:32:39.312Z Downloaded buf-list v1.0.3
5162024-11-22T01:32:39.315Z Downloaded backoff v0.4.0
5172024-11-22T01:32:39.317Z Downloaded indicatif v0.17.9
5182024-11-22T01:32:39.322Z Downloaded ident_case v1.0.1
5192024-11-22T01:32:39.324Z Downloaded indexmap v1.9.3
5202024-11-22T01:32:39.327Z Downloaded http-range v0.1.5
5212024-11-22T01:32:39.329Z Downloaded ciborium-io v0.2.2
5222024-11-22T01:32:39.329Z Downloaded http-body v1.0.1
5232024-11-22T01:32:39.332Z Downloaded http v1.1.0
5242024-11-22T01:32:39.335Z Downloaded md5 v0.7.0
5252024-11-22T01:32:39.337Z Downloaded is_ci v1.2.0
5262024-11-22T01:32:39.337Z Downloaded cstr-argument v0.1.2
5272024-11-22T01:32:39.340Z Downloaded crunchy v0.2.2
5282024-11-22T01:32:39.340Z Downloaded instant v0.1.13
5292024-11-22T01:32:39.343Z Downloaded block-padding v0.3.3
5302024-11-22T01:32:39.343Z Downloaded icu_provider_macros v1.5.0
5312024-11-22T01:32:39.345Z Downloaded match_cfg v0.1.0
5322024-11-22T01:32:39.345Z Downloaded icu_collections v1.5.0
5332024-11-22T01:32:39.351Z Downloaded hubpack v0.1.2
5342024-11-22T01:32:39.353Z Downloaded kstat-rs v0.2.4
5352024-11-22T01:32:39.356Z Downloaded indent_write v2.2.0
5362024-11-22T01:32:39.356Z Downloaded impl-trait-for-tuples v0.2.2
5372024-11-22T01:32:39.359Z Downloaded chrono-tz-build v0.4.0
5382024-11-22T01:32:39.362Z Downloaded cexpr v0.6.0
5392024-11-22T01:32:39.364Z Downloaded strum v0.26.3
5402024-11-22T01:32:39.364Z Downloaded matches v0.1.10
5412024-11-22T01:32:39.364Z Downloaded castaway v0.2.3
5422024-11-22T01:32:39.367Z Downloaded heck v0.3.3
5432024-11-22T01:32:39.367Z Downloaded idna_adapter v1.2.0
5442024-11-22T01:32:39.370Z Downloaded arc-swap v1.7.1
5452024-11-22T01:32:39.373Z Downloaded lru v0.12.5
5462024-11-22T01:32:39.376Z Downloaded crc v3.2.1
5472024-11-22T01:32:39.379Z Downloaded lazycell v1.3.0
5482024-11-22T01:32:39.379Z Downloaded linked-hash-map v0.5.6
5492024-11-22T01:32:39.382Z Downloaded maplit v1.0.2
5502024-11-22T01:32:39.382Z Downloaded managed v0.8.0
5512024-11-22T01:32:39.385Z Downloaded hyper-tls v0.6.0
5522024-11-22T01:32:39.385Z Downloaded instability v0.3.2
5532024-11-22T01:32:39.388Z Downloaded crc-catalog v2.4.0
5542024-11-22T01:32:39.388Z Downloaded russh-cryptovec v0.7.3
5552024-11-22T01:32:39.390Z Downloaded lockfree-object-pool v0.1.6
5562024-11-22T01:32:39.392Z Downloaded mime v0.3.17
5572024-11-22T01:32:39.395Z Downloaded linear-map v1.2.0
5582024-11-22T01:32:39.395Z Downloaded libsw v3.3.1
5592024-11-22T01:32:39.398Z Downloaded curve25519-dalek-derive v0.1.1
5602024-11-22T01:32:39.400Z Downloaded tower-service v0.3.3
5612024-11-22T01:32:39.400Z Downloaded toolchain_find v0.4.0
5622024-11-22T01:32:39.403Z Downloaded lazy_static v1.5.0
5632024-11-22T01:32:39.403Z Downloaded cbc v0.1.2
5642024-11-22T01:32:39.405Z Downloaded signal-hook-tokio v0.3.1
5652024-11-22T01:32:39.407Z Downloaded bcs v0.1.6
5662024-11-22T01:32:39.410Z Downloaded maybe-uninit v2.0.0
5672024-11-22T01:32:39.410Z Downloaded libefi-sys v0.1.0
5682024-11-22T01:32:39.412Z Downloaded cmake v0.1.51
5692024-11-22T01:32:39.415Z Downloaded highway v1.2.0
5702024-11-22T01:32:39.417Z Downloaded memoffset v0.9.1
5712024-11-22T01:32:39.417Z Downloaded bitflags v1.3.2
5722024-11-22T01:32:39.420Z Downloaded async-trait v0.1.83
5732024-11-22T01:32:39.424Z Downloaded cancel-safe-futures v0.1.5
5742024-11-22T01:32:39.427Z Downloaded spin v0.5.2
5752024-11-22T01:32:39.430Z Downloaded signature v2.2.0
5762024-11-22T01:32:39.432Z Downloaded bzip2 v0.4.4
5772024-11-22T01:32:39.435Z Downloaded structmeta-derive v0.3.0
5782024-11-22T01:32:39.435Z Downloaded ipnetwork v0.20.0
5792024-11-22T01:32:39.437Z Downloaded ipnet v2.10.1
5802024-11-22T01:32:39.440Z Downloaded lru-cache v0.1.2
5812024-11-22T01:32:39.440Z Downloaded allocator-api2 v0.2.18
5822024-11-22T01:32:39.443Z Downloaded darling_macro v0.20.10
5832024-11-22T01:32:39.450Z Downloaded jobserver v0.1.32
5842024-11-22T01:32:39.450Z Downloaded icu_locid_transform v1.5.0
5852024-11-22T01:32:39.450Z Downloaded cipher v0.4.4
5862024-11-22T01:32:39.458Z Downloaded secrecy v0.8.0
5872024-11-22T01:32:39.458Z Downloaded ref-cast-impl v1.0.23
5882024-11-22T01:32:39.458Z Downloaded ciborium v0.2.2
5892024-11-22T01:32:39.458Z Downloaded chacha20 v0.9.1
5902024-11-22T01:32:39.466Z Downloaded scopeguard v1.2.0
5912024-11-22T01:32:39.466Z Downloaded crc32fast v1.4.2
5922024-11-22T01:32:39.466Z Downloaded topological-sort v0.2.2
5932024-11-22T01:32:39.466Z Downloaded console v0.15.8
5942024-11-22T01:32:39.477Z Downloaded thread_local v1.1.8
5952024-11-22T01:32:39.477Z Downloaded strum_macros v0.24.3
5962024-11-22T01:32:39.478Z Downloaded mime_guess v2.0.5
5972024-11-22T01:32:39.478Z Downloaded md-5 v0.10.6
5982024-11-22T01:32:39.478Z Downloaded num_threads v0.1.7
5992024-11-22T01:32:39.479Z Downloaded slog-bunyan v2.5.0
6002024-11-22T01:32:39.484Z Downloaded serde_repr v0.1.19
6012024-11-22T01:32:39.485Z Downloaded oso-derive v0.27.3
6022024-11-22T01:32:39.485Z Downloaded slog-async v2.8.0
6032024-11-22T01:32:39.485Z Downloaded unicode-xid v0.2.6
6042024-11-22T01:32:39.487Z Downloaded new_debug_unreachable v1.0.6
6052024-11-22T01:32:39.487Z Downloaded newline-converter v0.3.0
6062024-11-22T01:32:39.489Z Downloaded tokio-native-tls v0.3.1
6072024-11-22T01:32:39.491Z Downloaded zeroize v1.8.1
6082024-11-22T01:32:39.491Z Downloaded which v4.4.2
6092024-11-22T01:32:39.494Z Downloaded thiserror-no-std v2.0.2
6102024-11-22T01:32:39.498Z Downloaded spin v0.9.8
6112024-11-22T01:32:39.501Z Downloaded icu_locid v1.5.0
6122024-11-22T01:32:39.506Z Downloaded base64 v0.21.7
6132024-11-22T01:32:39.520Z Downloaded path-slash v0.1.5
6142024-11-22T01:32:39.523Z Downloaded cookie_store v0.21.0
6152024-11-22T01:32:39.525Z Downloaded display-error-chain v0.2.2
6162024-11-22T01:32:39.525Z Downloaded defmt-parser v0.3.4
6172024-11-22T01:32:39.527Z Downloaded defmt-macros v0.3.9
6182024-11-22T01:32:39.530Z Downloaded const-oid v0.9.6
6192024-11-22T01:32:39.532Z Downloaded foldhash v0.1.3
6202024-11-22T01:32:39.534Z Downloaded fixedbitset v0.4.2
6212024-11-22T01:32:39.537Z Downloaded env_filter v0.1.2
6222024-11-22T01:32:39.538Z Downloaded icu_locid_transform_data v1.5.0
6232024-11-22T01:32:39.541Z Downloaded icu_normalizer v1.5.0
6242024-11-22T01:32:39.543Z Downloaded time-core v0.1.2
6252024-11-22T01:32:39.545Z Downloaded opaque-debug v0.3.1
6262024-11-22T01:32:39.545Z Downloaded float-ord v0.3.2
6272024-11-22T01:32:39.548Z Downloaded float-cmp v0.9.0
6282024-11-22T01:32:39.550Z Downloaded flagset v0.4.6
6292024-11-22T01:32:39.550Z Downloaded zone_cfg_derive v0.1.2
6302024-11-22T01:32:39.552Z Downloaded group v0.13.0
6312024-11-22T01:32:39.555Z Downloaded write16 v1.0.0
6322024-11-22T01:32:39.555Z Downloaded chacha20poly1305 v0.10.1
6332024-11-22T01:32:39.557Z Downloaded filetime v0.2.25
6342024-11-22T01:32:39.559Z Downloaded parse-display v0.10.0
6352024-11-22T01:32:39.559Z Downloaded backtrace v0.3.74
6362024-11-22T01:32:39.564Z Downloaded polyval v0.6.2
6372024-11-22T01:32:39.567Z Downloaded want v0.3.1
6382024-11-22T01:32:39.569Z Downloaded waitgroup v0.1.2
6392024-11-22T01:32:39.569Z Downloaded whoami v1.5.2
6402024-11-22T01:32:39.572Z Downloaded icu_normalizer_data v1.5.0
6412024-11-22T01:32:39.574Z Downloaded peg v0.8.4
6422024-11-22T01:32:39.578Z Downloaded quick-error v1.2.3
6432024-11-22T01:32:39.581Z Downloaded pbkdf2 v0.12.2
6442024-11-22T01:32:39.583Z Downloaded embedded-io v0.6.1
6452024-11-22T01:32:39.583Z Downloaded rustls-pemfile v2.2.0
6462024-11-22T01:32:39.586Z Downloaded slab v0.4.9
6472024-11-22T01:32:39.589Z Downloaded signal-hook-registry v1.4.2
6482024-11-22T01:32:39.589Z Downloaded rand_seeder v0.3.0
6492024-11-22T01:32:39.592Z Downloaded rand_core v0.6.4
6502024-11-22T01:32:39.595Z Downloaded proc-macro-crate v1.3.1
6512024-11-22T01:32:39.595Z Downloaded openssl-macros v0.1.1
6522024-11-22T01:32:39.595Z Downloaded defmt v0.3.8
6532024-11-22T01:32:39.598Z Downloaded openssl-probe v0.1.5
6542024-11-22T01:32:39.601Z Downloaded stringprep v0.1.5
6552024-11-22T01:32:39.601Z Downloaded string_cache v0.8.7
6562024-11-22T01:32:39.604Z Downloaded ssh-cipher v0.2.0
6572024-11-22T01:32:39.606Z Downloaded globset v0.4.15
6582024-11-22T01:32:39.609Z Downloaded slog-stdlog v4.1.1
6592024-11-22T01:32:39.609Z Downloaded newtype_derive v0.1.6
6602024-11-22T01:32:39.611Z Downloaded slog-scope v4.4.0
6612024-11-22T01:32:39.612Z Downloaded slog-json v2.6.1
6622024-11-22T01:32:39.614Z Downloaded bumpalo v3.16.0
6632024-11-22T01:32:39.617Z Downloaded value-bag v1.9.0
6642024-11-22T01:32:39.620Z Downloaded prettyplease v0.2.25
6652024-11-22T01:32:39.624Z Downloaded cc v1.1.30
6662024-11-22T01:32:39.627Z Downloaded wait-timeout v0.2.0
6672024-11-22T01:32:39.630Z Downloaded tiny-keccak v2.0.2
6682024-11-22T01:32:39.632Z Downloaded dropshot_endpoint v0.13.0
6692024-11-22T01:32:39.635Z Downloaded universal-hash v0.5.1
6702024-11-22T01:32:39.637Z Downloaded thiserror-impl-no-std v2.0.2
6712024-11-22T01:32:39.640Z Downloaded strip-ansi-escapes v0.2.0
6722024-11-22T01:32:39.640Z Downloaded peg-macros v0.8.4
6732024-11-22T01:32:39.643Z Downloaded sigpipe v0.1.3
6742024-11-22T01:32:39.645Z Downloaded const_format v0.2.33
6752024-11-22T01:32:39.648Z Downloaded form_urlencoded v1.2.1
6762024-11-22T01:32:39.650Z Downloaded socket2 v0.5.7
6772024-11-22T01:32:39.652Z Downloaded dunce v1.0.5
6782024-11-22T01:32:39.654Z Downloaded difflib v0.4.0
6792024-11-22T01:32:39.654Z Downloaded zerocopy v0.6.6
6802024-11-22T01:32:39.657Z Downloaded paste v1.0.15
6812024-11-22T01:32:39.660Z Downloaded crypto-bigint v0.5.5
6822024-11-22T01:32:39.667Z Downloaded sec1 v0.7.3
6832024-11-22T01:32:39.669Z Downloaded vte_generate_state_changes v0.1.2
6842024-11-22T01:32:39.671Z Downloaded sync_wrapper v1.0.1
6852024-11-22T01:32:39.671Z Downloaded yoke-derive v0.7.4
6862024-11-22T01:32:39.674Z Downloaded sync-ptr v0.1.1
6872024-11-22T01:32:39.674Z Downloaded native-tls v0.2.12
6882024-11-22T01:32:39.677Z Downloaded env_logger v0.10.2
6892024-11-22T01:32:39.679Z Downloaded pkg-config v0.3.31
6902024-11-22T01:32:39.682Z Downloaded num_enum_derive v0.5.11
6912024-11-22T01:32:39.684Z Downloaded uzers v0.12.1
6922024-11-22T01:32:39.684Z Downloaded sct v0.7.1
6932024-11-22T01:32:39.689Z Downloaded walkdir v2.5.0
6942024-11-22T01:32:39.691Z Downloaded progenitor v0.8.0
6952024-11-22T01:32:39.694Z Downloaded aes v0.8.4
6962024-11-22T01:32:39.696Z Downloaded num-conv v0.1.0
6972024-11-22T01:32:39.699Z Downloaded foreign-types-shared v0.3.1
6982024-11-22T01:32:39.701Z Downloaded rand_xorshift v0.3.0
6992024-11-22T01:32:39.701Z Downloaded rand_chacha v0.3.1
7002024-11-22T01:32:39.703Z Downloaded hickory-resolver v0.24.1
7012024-11-22T01:32:39.706Z Downloaded serde_urlencoded v0.7.1
7022024-11-22T01:32:39.709Z Downloaded typify v0.2.0
7032024-11-22T01:32:39.711Z Downloaded poly1305 v0.8.0
7042024-11-22T01:32:39.714Z Downloaded nibble_vec v0.1.0
7052024-11-22T01:32:39.716Z Downloaded oso v0.27.3
7062024-11-22T01:32:39.720Z Downloaded qorb v0.2.0
7072024-11-22T01:32:39.724Z Downloaded serde_path_to_error v0.1.16
7082024-11-22T01:32:39.727Z Downloaded tabwriter v1.4.0
7092024-11-22T01:32:39.729Z Downloaded synstructure v0.13.1
7102024-11-22T01:32:39.731Z Downloaded supports-color v3.0.1
7112024-11-22T01:32:39.731Z Downloaded scheduled-thread-pool v0.2.7
7122024-11-22T01:32:39.734Z Downloaded tui-tree-widget v0.22.0
7132024-11-22T01:32:39.734Z Downloaded flume v0.11.1
7142024-11-22T01:32:39.738Z Downloaded take_mut v0.2.2
7152024-11-22T01:32:39.740Z Downloaded time-macros v0.2.18
7162024-11-22T01:32:39.743Z Downloaded foreign-types-shared v0.1.1
7172024-11-22T01:32:39.743Z Downloaded phf_generator v0.11.2
7182024-11-22T01:32:39.745Z Downloaded siphasher v0.3.11
7192024-11-22T01:32:39.745Z Downloaded zerofrom-derive v0.1.4
7202024-11-22T01:32:39.748Z Downloaded simd-adler32 v0.3.7
7212024-11-22T01:32:39.750Z Downloaded phf_codegen v0.11.2
7222024-11-22T01:32:39.750Z Downloaded either v1.13.0
7232024-11-22T01:32:39.752Z Downloaded dropshot_endpoint v0.12.0
7242024-11-22T01:32:39.755Z Downloaded try-lock v0.2.5
7252024-11-22T01:32:39.758Z Downloaded unicode-truncate v1.1.0
7262024-11-22T01:32:39.758Z Downloaded termcolor v1.4.1
7272024-11-22T01:32:39.761Z Downloaded stable_deref_trait v1.2.0
7282024-11-22T01:32:39.761Z Downloaded crossbeam-channel v0.5.13
7292024-11-22T01:32:39.765Z Downloaded fallible-iterator v0.2.0
7302024-11-22T01:32:39.767Z Downloaded zone v0.1.8
7312024-11-22T01:32:39.770Z Downloaded num v0.4.3
7322024-11-22T01:32:39.770Z Downloaded fragile v2.0.0
7332024-11-22T01:32:39.772Z Downloaded endian-type v0.1.2
7342024-11-22T01:32:39.775Z Downloaded num-integer v0.1.46
7352024-11-22T01:32:39.775Z Downloaded num-iter v0.1.45
7362024-11-22T01:32:39.778Z Downloaded diff v0.1.13
7372024-11-22T01:32:39.781Z Downloaded num-derive v0.4.2
7382024-11-22T01:32:39.783Z Downloaded funty v2.0.0
7392024-11-22T01:32:39.783Z Downloaded zerofrom v0.1.4
7402024-11-22T01:32:39.785Z Downloaded multimap v0.10.0
7412024-11-22T01:32:39.785Z Downloaded dsl_auto_type v0.1.2
7422024-11-22T01:32:39.788Z Downloaded diesel-dtrace v0.3.0
7432024-11-22T01:32:39.788Z Downloaded test-strategy v0.3.1
7442024-11-22T01:32:39.792Z Downloaded rustc-hash v1.1.0
7452024-11-22T01:32:39.795Z Downloaded pin-utils v0.1.0
7462024-11-22T01:32:39.795Z Downloaded tap v1.0.1
7472024-11-22T01:32:39.797Z Downloaded tar v0.4.42
7482024-11-22T01:32:39.799Z Downloaded unicode_categories v0.1.1
7492024-11-22T01:32:39.803Z Downloaded rustfmt-wrapper v0.2.1
7502024-11-22T01:32:39.803Z Downloaded unicode-bidi v0.3.17
7512024-11-22T01:32:39.805Z Downloaded ghash v0.5.1
7522024-11-22T01:32:39.808Z Downloaded rustc_version v0.4.1
7532024-11-22T01:32:39.808Z Downloaded peg-runtime v0.8.3
7542024-11-22T01:32:39.813Z Downloaded termtree v0.4.1
7552024-11-22T01:32:39.813Z Downloaded smallvec v0.6.14
7562024-11-22T01:32:39.816Z Downloaded der_derive v0.7.3
7572024-11-22T01:32:39.816Z Downloaded termios v0.3.3
7582024-11-22T01:32:39.816Z Downloaded term v0.7.0
7592024-11-22T01:32:39.819Z Downloaded zip v2.1.3
7602024-11-22T01:32:39.824Z Downloaded strum_macros v0.25.3
7612024-11-22T01:32:39.827Z Downloaded serde_yaml v0.9.34+deprecated
7622024-11-22T01:32:39.830Z Downloaded openssl-sys v0.9.103
7632024-11-22T01:32:39.836Z Downloaded minimal-lexical v0.2.1
7642024-11-22T01:32:39.840Z Downloaded dyn-clone v1.0.17
7652024-11-22T01:32:39.843Z Downloaded tokio-postgres v0.7.12
7662024-11-22T01:32:39.847Z Downloaded pkcs8 v0.10.2
7672024-11-22T01:32:39.850Z Downloaded num-rational v0.4.2
7682024-11-22T01:32:39.852Z Downloaded unsafe-libyaml v0.2.11
7692024-11-22T01:32:39.856Z Downloaded hash32 v0.3.1
7702024-11-22T01:32:39.858Z Downloaded hash32 v0.2.1
7712024-11-22T01:32:39.861Z Downloaded num-complex v0.4.6
7722024-11-22T01:32:39.861Z Downloaded glob v0.3.1
7732024-11-22T01:32:39.863Z Downloaded multer v3.1.0
7742024-11-22T01:32:39.866Z Downloaded ed25519 v2.2.3
7752024-11-22T01:32:39.868Z Downloaded serde_derive_internals v0.29.1
7762024-11-22T01:32:39.871Z Downloaded olpc-cjson v0.1.4
7772024-11-22T01:32:39.871Z Downloaded pin-project-lite v0.2.14
7782024-11-22T01:32:39.876Z Downloaded mirai-annotations v1.12.0
7792024-11-22T01:32:39.879Z Downloaded dhcproto-macros v0.1.0
7802024-11-22T01:32:39.879Z Downloaded smallvec v1.13.2
7812024-11-22T01:32:39.881Z Downloaded powerfmt v0.2.0
7822024-11-22T01:32:39.884Z Downloaded schemars_derive v0.8.21
7832024-11-22T01:32:39.884Z Downloaded tracing v0.1.40
7842024-11-22T01:32:39.888Z Downloaded elliptic-curve v0.13.8
7852024-11-22T01:32:39.893Z Downloaded tinyvec_macros v0.1.1
7862024-11-22T01:32:39.897Z Downloaded same-file v1.0.6
7872024-11-22T01:32:39.897Z Downloaded rtoolbox v0.0.2
7882024-11-22T01:32:39.900Z Downloaded radium v0.7.0
7892024-11-22T01:32:39.901Z Downloaded progenitor-client v0.8.0
7902024-11-22T01:32:39.901Z Downloaded itertools v0.10.5
7912024-11-22T01:32:39.907Z Downloaded slog-envlogger v2.2.0
7922024-11-22T01:32:39.909Z Downloaded slog-dtrace v0.3.0
7932024-11-22T01:32:39.911Z Downloaded vsss-rs v3.3.4
7942024-11-22T01:32:39.914Z Downloaded strum_macros v0.26.4
7952024-11-22T01:32:39.916Z Downloaded derive_builder v0.20.2
7962024-11-22T01:32:39.922Z Downloaded foreign-types v0.3.2
7972024-11-22T01:32:39.925Z Downloaded rayon-core v1.12.1
7982024-11-22T01:32:39.927Z Downloaded tokio-tungstenite v0.23.1
7992024-11-22T01:32:39.930Z Downloaded fs_extra v1.3.0
8002024-11-22T01:32:39.932Z Downloaded number_prefix v0.4.0
8012024-11-22T01:32:39.935Z Downloaded libxml v0.3.3
8022024-11-22T01:32:39.939Z Downloaded crossterm v0.28.1
8032024-11-22T01:32:39.947Z Downloaded parse-display-derive v0.10.0
8042024-11-22T01:32:39.950Z Downloaded mockall v0.13.0
8052024-11-22T01:32:39.952Z Downloaded slog-term v2.9.1
8062024-11-22T01:32:39.955Z Downloaded futures-task v0.3.31
8072024-11-22T01:32:39.955Z Downloaded ff v0.13.0
8082024-11-22T01:32:39.958Z Downloaded postgres-types v0.2.8
8092024-11-22T01:32:39.960Z Downloaded password-hash v0.5.0
8102024-11-22T01:32:39.963Z Downloaded postgres-protocol v0.6.7
8112024-11-22T01:32:39.965Z Downloaded unicode-properties v0.1.3
8122024-11-22T01:32:39.967Z Downloaded progenitor-macro v0.8.0
8132024-11-22T01:32:39.967Z Downloaded diesel_derives v2.2.3
8142024-11-22T01:32:39.971Z Downloaded zone_cfg_derive v0.3.0
8152024-11-22T01:32:39.975Z Downloaded pin-project-internal v1.1.6
8162024-11-22T01:32:39.977Z Downloaded tough v0.19.0
8172024-11-22T01:32:39.984Z Downloaded xz2 v0.1.7
8182024-11-22T01:32:39.986Z Downloaded salsa20 v0.10.2
8192024-11-22T01:32:39.989Z Downloaded publicsuffix v2.2.3
8202024-11-22T01:32:39.992Z Downloaded dhcproto v0.12.0
8212024-11-22T01:32:39.994Z Downloaded rcgen v0.12.1
8222024-11-22T01:32:39.997Z Downloaded rand v0.8.5
8232024-11-22T01:32:40.001Z Downloaded foreign-types v0.5.0
8242024-11-22T01:32:40.004Z Downloaded flate2 v1.0.34
8252024-11-22T01:32:40.009Z Downloaded serde-big-array v0.5.1
8262024-11-22T01:32:40.011Z Downloaded owo-colors v4.1.0
8272024-11-22T01:32:40.014Z Downloaded downcast v0.11.0
8282024-11-22T01:32:40.016Z Downloaded percent-encoding v2.3.1
8292024-11-22T01:32:40.017Z Downloaded packed_struct v0.10.1
8302024-11-22T01:32:40.019Z Downloaded predicates-core v1.0.8
8312024-11-22T01:32:40.022Z Downloaded shlex v1.3.0
8322024-11-22T01:32:40.022Z Downloaded predicates-tree v1.0.11
8332024-11-22T01:32:40.024Z Downloaded normalize-line-endings v0.3.0
8342024-11-22T01:32:40.024Z Downloaded ecdsa v0.16.9
8352024-11-22T01:32:40.027Z Downloaded fallible-iterator v0.3.0
8362024-11-22T01:32:40.029Z Downloaded tls_codec v0.4.1
8372024-11-22T01:32:40.032Z Downloaded parking_lot_core v0.9.10
8382024-11-22T01:32:40.034Z Downloaded parking_lot_core v0.8.6
8392024-11-22T01:32:40.037Z Downloaded zeroize_derive v1.4.2
8402024-11-22T01:32:40.037Z Downloaded utf8_iter v1.0.4
8412024-11-22T01:32:40.040Z Downloaded unarray v0.1.4
8422024-11-22T01:32:40.040Z Downloaded parking_lot v0.11.2
8432024-11-22T01:32:40.042Z Downloaded psl-types v2.0.11
8442024-11-22T01:32:40.045Z Downloaded pretty-hex v0.2.1
8452024-11-22T01:32:40.045Z Downloaded hashbrown v0.13.2
8462024-11-22T01:32:40.049Z Downloaded subprocess v0.2.9
8472024-11-22T01:32:40.053Z Downloaded tracing-attributes v0.1.27
8482024-11-22T01:32:40.055Z Downloaded futures-core v0.3.31
8492024-11-22T01:32:40.058Z Downloaded zone v0.3.0
8502024-11-22T01:32:40.058Z Downloaded aws-lc-rs v1.10.0
8512024-11-22T01:32:40.068Z Downloaded phf_shared v0.10.0
8522024-11-22T01:32:40.070Z Downloaded parse-size v1.1.0
8532024-11-22T01:32:40.070Z Downloaded hashbrown v0.12.3
8542024-11-22T01:32:40.074Z Downloaded num-bigint-dig v0.8.4
8552024-11-22T01:32:40.080Z Downloaded sha1 v0.10.6
8562024-11-22T01:32:40.082Z Downloaded serde-hex v0.1.0
8572024-11-22T01:32:40.084Z Downloaded phf v0.11.2
8582024-11-22T01:32:40.087Z Downloaded enum-as-inner v0.6.1
8592024-11-22T01:32:40.087Z Downloaded diesel_table_macro_syntax v0.2.0
8602024-11-22T01:32:40.090Z Downloaded enum-as-inner v0.5.1
8612024-11-22T01:32:40.090Z Downloaded yoke v0.7.4
8622024-11-22T01:32:40.093Z Downloaded yasna v0.5.2
8632024-11-22T01:32:40.095Z Downloaded displaydoc v0.2.5
8642024-11-22T01:32:40.099Z Downloaded blake3 v1.5.4
8652024-11-22T01:32:40.106Z Downloaded dirs-sys-next v0.1.2
8662024-11-22T01:32:40.108Z Downloaded parking_lot v0.12.3
8672024-11-22T01:32:40.112Z Downloaded dirs-next v2.0.0
8682024-11-22T01:32:40.114Z Downloaded tokio-tungstenite v0.21.0
8692024-11-22T01:32:40.114Z Downloaded time v0.3.36
8702024-11-22T01:32:40.121Z Downloaded derive_builder_macro v0.20.2
8712024-11-22T01:32:40.124Z Downloaded hyper v1.5.0
8722024-11-22T01:32:40.130Z Downloaded untrusted v0.9.0
8732024-11-22T01:32:40.132Z Downloaded snafu v0.8.5
8742024-11-22T01:32:40.138Z Downloaded tinyvec v1.8.0
8752024-11-22T01:32:40.142Z Downloaded sqlparser_derive v0.2.2
8762024-11-22T01:32:40.144Z Downloaded fxhash v0.2.1
8772024-11-22T01:32:40.144Z Downloaded rustyline v14.0.0
8782024-11-22T01:32:40.149Z Downloaded num_enum v0.5.11
8792024-11-22T01:32:40.154Z Downloaded utf16_iter v1.0.5
8802024-11-22T01:32:40.156Z Downloaded fatfs v0.3.6
8812024-11-22T01:32:40.160Z Downloaded p256 v0.13.2
8822024-11-22T01:32:40.162Z Downloaded ed25519-dalek v2.1.1
8832024-11-22T01:32:40.165Z Downloaded hkdf v0.12.4
8842024-11-22T01:32:40.168Z Downloaded futures-macro v0.3.31
8852024-11-22T01:32:40.172Z Downloaded ron v0.7.1
8862024-11-22T01:32:40.174Z Downloaded xattr v1.3.1
8872024-11-22T01:32:40.177Z Downloaded zerovec-derive v0.10.3
8882024-11-22T01:32:40.184Z Downloaded tokio-macros v2.4.0
8892024-11-22T01:32:40.184Z Downloaded nu-ansi-term v0.50.1
8902024-11-22T01:32:40.186Z Downloaded scrypt v0.11.0
8912024-11-22T01:32:40.186Z Downloaded unicode-segmentation v1.12.0
8922024-11-22T01:32:40.186Z Downloaded tls_codec_derive v0.4.1
8932024-11-22T01:32:40.189Z Downloaded wyz v0.5.1
8942024-11-22T01:32:40.191Z Downloaded rsa v0.9.6
8952024-11-22T01:32:40.195Z Downloaded spki v0.7.3
8962024-11-22T01:32:40.197Z Downloaded tokio-stream v0.1.16
8972024-11-22T01:32:40.202Z Downloaded utf-8 v0.7.6
8982024-11-22T01:32:40.204Z Downloaded static_assertions v1.1.0
8992024-11-22T01:32:40.207Z Downloaded futures v0.3.31
9002024-11-22T01:32:40.210Z Downloaded tracing-core v0.1.32
9012024-11-22T01:32:40.213Z Downloaded phf_shared v0.11.2
9022024-11-22T01:32:40.215Z Downloaded samael v0.0.17
9032024-11-22T01:32:40.220Z Downloaded packed_struct_codegen v0.10.1
9042024-11-22T01:32:40.223Z Downloaded derive_builder_core v0.20.2
9052024-11-22T01:32:40.225Z Downloaded ron v0.8.1
9062024-11-22T01:32:40.229Z Downloaded typify-macro v0.2.0
9072024-11-22T01:32:40.232Z Downloaded hashbrown v0.14.5
9082024-11-22T01:32:40.236Z Downloaded salty v0.3.0
9092024-11-22T01:32:40.243Z Downloaded predicates v3.1.2
9102024-11-22T01:32:40.246Z Downloaded newtype-uuid v1.1.3
9112024-11-22T01:32:40.249Z Downloaded nanorand v0.7.0
9122024-11-22T01:32:40.251Z Downloaded untrusted v0.7.1
9132024-11-22T01:32:40.251Z Downloaded ssh-encoding v0.2.0
9142024-11-22T01:32:40.253Z Downloaded ppv-lite86 v0.2.20
9152024-11-22T01:32:40.256Z Downloaded nodrop v0.1.14
9162024-11-22T01:32:40.256Z Downloaded tinystr v0.7.6
9172024-11-22T01:32:40.258Z Downloaded snafu-derive v0.8.5
9182024-11-22T01:32:40.261Z Downloaded unicase v2.7.0
9192024-11-22T01:32:40.261Z Downloaded gethostname v0.5.0
9202024-11-22T01:32:40.264Z Downloaded structmeta v0.2.0
9212024-11-22T01:32:40.264Z Downloaded hashlink v0.9.1
9222024-11-22T01:32:40.266Z Downloaded env_logger v0.11.5
9232024-11-22T01:32:40.269Z Downloaded tokio-rustls v0.25.0
9242024-11-22T01:32:40.271Z Downloaded num-traits v0.2.19
9252024-11-22T01:32:40.274Z Downloaded tokio-rustls v0.26.0
9262024-11-22T01:32:40.276Z Downloaded pin-project v1.1.6
9272024-11-22T01:32:40.287Z Downloaded futures-sink v0.3.31
9282024-11-22T01:32:40.289Z Downloaded bitvec v1.0.1
9292024-11-22T01:32:40.304Z Downloaded darling_core v0.20.10
9302024-11-22T01:32:40.308Z Downloaded bindgen v0.69.5
9312024-11-22T01:32:40.316Z Downloaded des v0.8.1
9322024-11-22T01:32:40.319Z Downloaded zip v0.6.6
9332024-11-22T01:32:40.322Z Downloaded tungstenite v0.24.0
9342024-11-22T01:32:40.326Z Downloaded slog v2.7.0
9352024-11-22T01:32:40.328Z Downloaded rustc-demangle v0.1.24
9362024-11-22T01:32:40.331Z Downloaded ssh-key v0.6.6
9372024-11-22T01:32:40.337Z Downloaded toml v0.7.8
9382024-11-22T01:32:40.340Z Downloaded lalrpop v0.19.12
9392024-11-22T01:32:40.353Z Downloaded mockall_derive v0.13.0
9402024-11-22T01:32:40.356Z Downloaded signal-hook v0.3.17
9412024-11-22T01:32:40.359Z Downloaded quinn v0.11.5
9422024-11-22T01:32:40.361Z Downloaded mio v1.0.2
9432024-11-22T01:32:40.367Z Downloaded winnow v0.5.40
9442024-11-22T01:32:40.377Z Downloaded derive_more v0.99.18
9452024-11-22T01:32:40.382Z Downloaded portable-atomic v1.9.0
9462024-11-22T01:32:40.389Z Downloaded unicode-normalization v0.1.24
9472024-11-22T01:32:40.393Z Downloaded reqwest v0.12.9
9482024-11-22T01:32:40.402Z Downloaded headers v0.4.0
9492024-11-22T01:32:40.407Z Downloaded tungstenite v0.21.0
9502024-11-22T01:32:40.411Z Downloaded quick-xml v0.33.0
9512024-11-22T01:32:40.418Z Downloaded vcpkg v0.2.15
9522024-11-22T01:32:40.458Z Downloaded zerovec v0.10.4
9532024-11-22T01:32:40.464Z Downloaded x509-cert v0.2.5
9542024-11-22T01:32:40.471Z Downloaded nom v7.1.3
9552024-11-22T01:32:40.476Z Downloaded russh v0.45.0
9562024-11-22T01:32:40.482Z Downloaded icu_properties_data v1.5.0
9572024-11-22T01:32:40.493Z Downloaded tokio-util v0.7.12
9582024-11-22T01:32:40.500Z Downloaded idna v0.4.0
9592024-11-22T01:32:40.508Z Downloaded h2 v0.4.6
9602024-11-22T01:32:40.515Z Downloaded toml_edit v0.19.15
9612024-11-22T01:32:40.531Z Downloaded parse-zoneinfo v0.3.1
9622024-11-22T01:32:40.534Z Downloaded steno v0.4.1
9632024-11-22T01:32:40.538Z Downloaded idna v0.5.0
9642024-11-22T01:32:40.545Z Downloaded webpki-roots v0.26.6
9652024-11-22T01:32:40.549Z Downloaded idna v0.3.0
9662024-11-22T01:32:40.556Z Downloaded rustls-webpki v0.101.7
9672024-11-22T01:32:40.572Z Downloaded unicode-width v0.2.0
9682024-11-22T01:32:40.577Z Downloaded idna v0.2.3
9692024-11-22T01:32:40.585Z Downloaded curve25519-dalek v4.1.3
9702024-11-22T01:32:40.594Z Downloaded openssl v0.10.66
9712024-11-22T01:32:40.604Z Downloaded sqlparser v0.45.0
9722024-11-22T01:32:40.610Z Downloaded hickory-proto v0.24.1
9732024-11-22T01:32:40.625Z Downloaded serde_with v3.11.0
9742024-11-22T01:32:40.634Z Downloaded futures-util v0.3.31
9752024-11-22T01:32:40.648Z Downloaded rustls-webpki v0.102.8
9762024-11-22T01:32:40.665Z Downloaded gimli v0.31.1
9772024-11-22T01:32:40.674Z Downloaded nix v0.27.1
9782024-11-22T01:32:40.686Z Downloaded regex-syntax v0.6.29
9792024-11-22T01:32:40.693Z Downloaded polar-core v0.27.3
9802024-11-22T01:32:40.702Z Downloaded nix v0.28.0
9812024-11-22T01:32:40.714Z Downloaded bstr v1.10.0
9822024-11-22T01:32:40.725Z Downloaded zerocopy v0.8.10
9832024-11-22T01:32:40.750Z Downloaded object v0.30.4
9842024-11-22T01:32:40.760Z Downloaded regress v0.10.1
9852024-11-22T01:32:40.769Z Downloaded regex v1.11.1
9862024-11-22T01:32:40.782Z Downloaded p384 v0.13.0
9872024-11-22T01:32:40.788Z Downloaded smoltcp v0.11.0
9882024-11-22T01:32:40.800Z Downloaded regex-syntax v0.8.5
9892024-11-22T01:32:40.809Z Downloaded rustls v0.21.12
9902024-11-22T01:32:40.821Z Downloaded trust-dns-proto v0.22.0
9912024-11-22T01:32:40.834Z Downloaded object v0.36.5
9922024-11-22T01:32:40.845Z Downloaded dropshot v0.12.0
9932024-11-22T01:32:40.867Z Downloaded rustls v0.22.4
9942024-11-22T01:32:40.878Z Downloaded nix v0.29.0
9952024-11-22T01:32:40.891Z Downloaded rustls v0.23.14
9962024-11-22T01:32:40.903Z Downloaded diesel v2.2.4
9972024-11-22T01:32:40.922Z Downloaded typify-impl v0.2.0
9982024-11-22T01:32:40.937Z Downloaded ratatui v0.28.1
9992024-11-22T01:32:40.957Z Downloaded dropshot v0.13.0
10002024-11-22T01:32:40.979Z Downloaded zerocopy-derive v0.6.6
10012024-11-22T01:32:40.987Z Downloaded sled v0.34.7
10022024-11-22T01:32:40.998Z Downloaded bzip2-sys v0.1.11+1.0.8
10032024-11-22T01:32:41.010Z Downloaded regex-automata v0.4.8
10042024-11-22T01:32:41.028Z Downloaded openapiv3 v2.0.0
10052024-11-22T01:32:41.040Z Downloaded radix_trie v0.2.1
10062024-11-22T01:32:41.045Z Downloaded smoltcp v0.9.1
10072024-11-22T01:32:41.056Z Downloaded chrono-tz v0.10.0
10082024-11-22T01:32:41.064Z Downloaded quinn-proto v0.11.8
10092024-11-22T01:32:41.071Z Downloaded git2 v0.19.0
10102024-11-22T01:32:41.080Z Downloaded regress v0.9.1
10112024-11-22T01:32:41.089Z Downloaded petname v2.0.2
10122024-11-22T01:32:41.095Z Downloaded proptest v1.5.0
10132024-11-22T01:32:41.104Z Downloaded petgraph v0.6.5
10142024-11-22T01:32:41.121Z Downloaded lzma-sys v0.1.20
10152024-11-22T01:32:41.150Z Downloaded p521 v0.13.3
10162024-11-22T01:32:41.154Z Downloaded csv v1.3.0
10172024-11-22T01:32:41.173Z Downloaded tokio v1.40.0
10182024-11-22T01:32:41.209Z Downloaded libz-sys v1.1.20
10192024-11-22T01:32:41.230Z Downloaded rusqlite v0.32.1
10202024-11-22T01:32:41.236Z Downloaded rayon v1.10.0
10212024-11-22T01:32:41.246Z Downloaded chrono v0.4.38
10222024-11-22T01:32:41.253Z Downloaded reedline v0.35.0
10232024-11-22T01:32:41.260Z Downloaded zopfli v0.8.1
10242024-11-22T01:32:41.263Z Downloaded rustls-pki-types v1.9.0
10252024-11-22T01:32:41.265Z Downloaded tungstenite v0.23.0
10262024-11-22T01:32:41.268Z Downloaded primeorder v0.13.6
10272024-11-22T01:32:41.271Z Downloaded expectorate v1.1.0
10282024-11-22T01:32:41.276Z Downloaded miniz_oxide v0.8.0
10292024-11-22T01:32:41.276Z Downloaded serde_with_macros v3.11.0
10302024-11-22T01:32:41.279Z Downloaded semver v0.1.20
10312024-11-22T01:32:41.279Z Downloaded pem-rfc7468 v0.7.0
10322024-11-22T01:32:41.281Z Downloaded password-hash v0.4.2
10332024-11-22T01:32:41.281Z Downloaded precomputed-hash v0.1.1
10342024-11-22T01:32:41.282Z Downloaded zerocopy-derive v0.8.10
10352024-11-22T01:32:41.289Z Downloaded sha3 v0.10.8
10362024-11-22T01:32:41.292Z Downloaded schemars v0.8.21
10372024-11-22T01:32:41.304Z Downloaded url v2.5.3
10382024-11-22T01:32:41.307Z Downloaded sqlformat v0.2.6
10392024-11-22T01:32:41.310Z Downloaded der v0.7.9
10402024-11-22T01:32:41.314Z Downloaded twox-hash v1.6.3
10412024-11-22T01:32:41.316Z Downloaded vte v0.11.1
10422024-11-22T01:32:41.319Z Downloaded uuid v1.11.0
10432024-11-22T01:32:41.321Z Downloaded typed-path v0.9.3
10442024-11-22T01:32:41.327Z Downloaded itertools v0.12.1
10452024-11-22T01:32:41.334Z Downloaded idna v1.0.3
10462024-11-22T01:32:41.338Z Downloaded fd-lock v4.0.2
10472024-11-22T01:32:41.341Z Downloaded fallible-streaming-iterator v0.1.9
10482024-11-22T01:32:41.343Z Downloaded num-bigint v0.4.6
10492024-11-22T01:32:41.346Z Downloaded rustversion v1.0.17
10502024-11-22T01:32:41.350Z Downloaded tokio-tungstenite v0.24.0
10512024-11-22T01:32:41.354Z Downloaded tokio-rustls v0.24.1
10522024-11-22T01:32:41.357Z Downloaded vergen v8.3.2
10532024-11-22T01:32:41.359Z Downloaded deranged v0.3.11
10542024-11-22T01:32:41.359Z Downloaded writeable v0.5.5
10552024-11-22T01:32:41.362Z Downloaded getrandom v0.2.15
10562024-11-22T01:32:41.365Z Downloaded futures-channel v0.3.31
10572024-11-22T01:32:41.367Z Downloaded pkcs5 v0.7.1
10582024-11-22T01:32:41.370Z Downloaded similar v2.6.0
10592024-11-22T01:32:41.375Z Downloaded aho-corasick v1.1.3
10602024-11-22T01:32:41.381Z Downloaded signal-hook-mio v0.2.4
10612024-11-22T01:32:41.384Z Downloaded pkcs1 v0.7.5
10622024-11-22T01:32:41.387Z Downloaded itertools v0.13.0
10632024-11-22T01:32:41.393Z Downloaded libm v0.2.8
10642024-11-22T01:32:41.401Z Downloaded subtle v2.6.1
10652024-11-22T01:32:41.405Z Downloaded omicron-zone-package v0.11.1
10662024-11-22T01:32:41.407Z Downloaded rustc_version v0.1.7
10672024-11-22T01:32:41.407Z Downloaded rustc-hash v2.0.0
10682024-11-22T01:32:41.410Z Downloaded rfc6979 v0.4.0
10692024-11-22T01:32:41.410Z Downloaded aes-gcm v0.10.3
10702024-11-22T01:32:41.413Z Downloaded half v2.4.1
10712024-11-22T01:32:41.416Z Downloaded encoding_rs v0.8.34
10722024-11-22T01:32:41.437Z Downloaded foreign-types-macros v0.2.3
10732024-11-22T01:32:41.440Z Downloaded ref-cast v1.0.23
10742024-11-22T01:32:41.443Z Downloaded postcard v1.0.10
10752024-11-22T01:32:41.445Z Downloaded derive-where v1.2.7
10762024-11-22T01:32:41.448Z Downloaded pem v3.0.4
10772024-11-22T01:32:41.448Z Downloaded futures-io v0.3.31
10782024-11-22T01:32:41.451Z Downloaded futures-executor v0.3.31
10792024-11-22T01:32:41.451Z Downloaded ena v0.14.3
10802024-11-22T01:32:41.454Z Downloaded embedded-io v0.4.0
10812024-11-22T01:32:41.454Z Downloaded resolv-conf v0.7.0
10822024-11-22T01:32:41.454Z Downloaded icu_properties v1.5.1
10832024-11-22T01:32:41.457Z Downloaded compact_str v0.8.0
10842024-11-22T01:32:41.461Z Downloaded rusty-fork v0.3.0
10852024-11-22T01:32:41.463Z Downloaded russh-keys v0.45.0
10862024-11-22T01:32:41.466Z Downloaded icu_provider v1.5.0
10872024-11-22T01:32:41.468Z Downloaded pbkdf2 v0.11.0
10882024-11-22T01:32:41.471Z Downloaded hyper-util v0.1.10
10892024-11-22T01:32:41.474Z Downloaded progenitor-impl v0.8.0
10902024-11-22T01:32:41.476Z Downloaded smf v0.2.3
10912024-11-22T01:32:41.479Z Downloaded crossbeam-utils v0.8.20
10922024-11-22T01:32:41.482Z Downloaded crossbeam-epoch v0.9.18
10932024-11-22T01:32:41.485Z Downloaded bytes v1.8.0
10942024-11-22T01:32:41.487Z Downloaded clang-sys v1.8.1
10952024-11-22T01:32:41.490Z Downloaded debug-ignore v1.0.5
10962024-11-22T01:32:41.492Z Downloaded data-encoding v2.6.0
10972024-11-22T01:32:41.492Z Downloaded crc-any v2.5.0
10982024-11-22T01:32:41.495Z Downloaded cookie v0.18.1
10992024-11-22T01:32:41.499Z Downloaded blake2 v0.10.6
11002024-11-22T01:32:41.502Z Downloaded base64 v0.22.1
11012024-11-22T01:32:41.504Z Downloaded structmeta-derive v0.2.0
11022024-11-22T01:32:41.507Z Downloaded structmeta v0.3.0
11032024-11-22T01:32:41.507Z Downloaded rustls-pemfile v1.0.4
11042024-11-22T01:32:41.509Z Downloaded csv-core v0.1.11
11052024-11-22T01:32:41.509Z Downloaded serde_plain v1.0.2
11062024-11-22T01:32:41.512Z Downloaded memmap2 v0.9.5
11072024-11-22T01:32:41.514Z Downloaded hyper-staticfile v0.10.1
11082024-11-22T01:32:41.517Z Downloaded ctr v0.9.2
11092024-11-22T01:32:41.517Z Downloaded base64ct v1.6.0
11102024-11-22T01:32:41.519Z Downloaded iana-time-zone v0.1.61
11112024-11-22T01:32:41.522Z Downloaded shell-words v1.1.0
11122024-11-22T01:32:41.524Z Downloaded rpassword v7.3.1
11132024-11-22T01:32:41.524Z Downloaded libgit2-sys v0.17.0+1.8.1
11142024-11-22T01:32:41.581Z Downloaded r2d2 v0.8.10
11152024-11-22T01:32:41.584Z Downloaded is-terminal v0.4.13
11162024-11-22T01:32:41.584Z Downloaded hex-literal v0.4.1
11172024-11-22T01:32:41.586Z Downloaded convert_case v0.4.0
11182024-11-22T01:32:41.586Z Downloaded keccak v0.1.5
11192024-11-22T01:32:41.586Z Downloaded ciborium-ll v0.2.2
11202024-11-22T01:32:41.591Z Downloaded constant_time_eq v0.3.1
11212024-11-22T01:32:41.591Z Downloaded const_format_proc_macros v0.2.33
11222024-11-22T01:32:41.593Z Downloaded cobs v0.2.3
11232024-11-22T01:32:41.593Z Downloaded bb8 v0.8.5
11242024-11-22T01:32:41.593Z Downloaded lalrpop-util v0.19.12
11252024-11-22T01:32:41.595Z Downloaded crossbeam-deque v0.8.5
11262024-11-22T01:32:41.596Z Downloaded colored v2.1.0
11272024-11-22T01:32:41.598Z Downloaded cassowary v0.3.0
11282024-11-22T01:32:41.600Z Downloaded blowfish v0.9.1
11292024-11-22T01:32:41.600Z Downloaded bit-vec v0.6.3
11302024-11-22T01:32:41.603Z Downloaded bcrypt-pbkdf v0.10.0
11312024-11-22T01:32:41.603Z Downloaded base64 v0.13.1
11322024-11-22T01:32:41.606Z Downloaded crucible-workspace-hack v0.1.0
11332024-11-22T01:32:41.608Z Downloaded bitfield v0.14.0
11342024-11-22T01:32:41.608Z Downloaded bit-set v0.5.3
11352024-11-22T01:32:41.611Z Downloaded hickory-client v0.24.1
11362024-11-22T01:32:41.613Z Downloaded bitfield-struct v0.6.2
11372024-11-22T01:32:41.614Z Downloaded async-bb8-diesel v0.2.1
11382024-11-22T01:32:41.921Z Downloaded ring v0.17.8
11392024-11-22T01:32:42.038Z Downloaded ring v0.16.20
11402024-11-22T01:32:42.118Z Downloaded libsqlite3-sys v0.30.1
11412024-11-22T01:32:42.390Z Downloaded aws-lc-sys v0.22.0
11422024-11-22T01:32:42.690Z Compiling serde v1.0.215
11432024-11-22T01:32:42.693Z Compiling lock_api v0.4.12
11442024-11-22T01:32:42.693Z Compiling scopeguard v1.2.0
11452024-11-22T01:32:42.693Z Compiling value-bag v1.9.0
11462024-11-22T01:32:42.693Z Compiling typenum v1.17.0
11472024-11-22T01:32:42.853Z Compiling generic-array v0.14.7
11482024-11-22T01:32:42.910Z Compiling syn v2.0.87
11492024-11-22T01:32:42.925Z Compiling getrandom v0.2.15
11502024-11-22T01:32:42.987Z Compiling shlex v1.3.0
11512024-11-22T01:32:43.176Z Compiling rand_core v0.6.4
11522024-11-22T01:32:43.389Z Compiling log v0.4.22
11532024-11-22T01:32:43.412Z Compiling subtle v2.6.1
11542024-11-22T01:32:43.415Z Compiling jobserver v0.1.32
11552024-11-22T01:32:43.494Z Compiling smallvec v1.13.2
11562024-11-22T01:32:43.669Z Compiling const-oid v0.9.6
11572024-11-22T01:32:43.750Z Compiling spin v0.9.8
11582024-11-22T01:32:43.768Z Compiling cc v1.1.30
11592024-11-22T01:32:43.902Z Compiling pin-project-lite v0.2.14
11602024-11-22T01:32:44.175Z Compiling rustix v0.38.37
11612024-11-22T01:32:44.270Z Compiling parking_lot_core v0.9.10
11622024-11-22T01:32:44.382Z Compiling futures-core v0.3.31
11632024-11-22T01:32:44.525Z Compiling signal-hook-registry v1.4.2
11642024-11-22T01:32:44.649Z Compiling mio v1.0.2
11652024-11-22T01:32:45.219Z Compiling parking_lot v0.12.3
11662024-11-22T01:32:45.396Z Compiling aho-corasick v1.1.3
11672024-11-22T01:32:45.530Z Compiling cpufeatures v0.2.14
11682024-11-22T01:32:45.644Z Compiling regex-syntax v0.8.5
11692024-11-22T01:32:45.851Z Compiling either v1.13.0
11702024-11-22T01:32:45.883Z Compiling lazy_static v1.5.0
11712024-11-22T01:32:45.981Z Compiling stable_deref_trait v1.2.0
11722024-11-22T01:32:46.019Z Compiling glob v0.3.1
11732024-11-22T01:32:46.100Z Compiling futures-sink v0.3.31
11742024-11-22T01:32:46.193Z Compiling socket2 v0.5.7
11752024-11-22T01:32:46.256Z Compiling slab v0.4.9
11762024-11-22T01:32:46.314Z Compiling prettyplease v0.2.25
11772024-11-22T01:32:46.677Z Compiling minimal-lexical v0.2.1
11782024-11-22T01:32:47.010Z Compiling libloading v0.8.5
11792024-11-22T01:32:47.030Z Compiling clang-sys v1.8.1
11802024-11-22T01:32:47.200Z Compiling nom v7.1.3
11812024-11-22T01:32:47.203Z Compiling serde_json v1.0.132
11822024-11-22T01:32:47.419Z Compiling bindgen v0.69.5
11832024-11-22T01:32:47.530Z Compiling home v0.5.9
11842024-11-22T01:32:47.835Z Compiling itertools v0.12.1
11852024-11-22T01:32:48.236Z Compiling futures-channel v0.3.31
11862024-11-22T01:32:48.326Z Compiling rustc-hash v1.1.0
11872024-11-22T01:32:48.482Z Compiling pin-utils v0.1.0
11882024-11-22T01:32:48.578Z Compiling futures-io v0.3.31
11892024-11-22T01:32:48.636Z Compiling foldhash v0.1.3
11902024-11-22T01:32:48.898Z Compiling allocator-api2 v0.2.18
11912024-11-22T01:32:48.942Z Compiling futures-task v0.3.31
11922024-11-22T01:32:49.291Z Compiling regex-automata v0.4.8
11932024-11-22T01:32:49.742Z Compiling lazycell v1.3.0
11942024-11-22T01:32:49.920Z Compiling hashbrown v0.15.0
11952024-11-22T01:32:50.942Z Compiling synstructure v0.13.1
11962024-11-22T01:32:50.988Z Compiling cexpr v0.6.0
11972024-11-22T01:32:51.281Z Compiling cmake v0.1.51
11982024-11-22T01:32:52.342Z Compiling fs_extra v1.3.0
11992024-11-22T01:32:52.442Z Compiling dunce v1.0.5
12002024-11-22T01:32:52.574Z Compiling tinyvec_macros v0.1.1
12012024-11-22T01:32:52.675Z Compiling pkg-config v0.3.31
12022024-11-22T01:32:52.678Z Compiling libm v0.2.8
12032024-11-22T01:32:52.809Z Compiling tinyvec v1.8.0
12042024-11-22T01:32:52.939Z Compiling num-traits v0.2.19
12052024-11-22T01:32:53.462Z Compiling ring v0.17.8
12062024-11-22T01:32:54.228Z Compiling unicode-bidi v0.3.17
12072024-11-22T01:32:54.359Z Compiling unicode-normalization v0.1.24
12082024-11-22T01:32:54.418Z Compiling base64ct v1.6.0
12092024-11-22T01:32:54.480Z Compiling paste v1.0.15
12102024-11-22T01:32:54.639Z Compiling writeable v0.5.5
12112024-11-22T01:32:55.000Z Compiling regex v1.11.1
12122024-11-22T01:32:55.021Z Compiling litemap v0.7.3
12132024-11-22T01:32:55.336Z Compiling pem-rfc7468 v0.7.0
12142024-11-22T01:32:55.624Z Compiling flagset v0.4.6
12152024-11-22T01:32:55.815Z Compiling httparse v1.9.5
12162024-11-22T01:32:56.045Z Compiling aws-lc-rs v1.10.0
12172024-11-22T01:32:56.516Z Compiling tracing-core v0.1.32
12182024-11-22T01:32:56.608Z Compiling percent-encoding v2.3.1
12192024-11-22T01:32:56.966Z Compiling icu_locid_transform_data v1.5.0
12202024-11-22T01:32:57.072Z Compiling crossbeam-utils v0.8.20
12212024-11-22T01:32:57.221Z Compiling rustls-pki-types v1.9.0
12222024-11-22T01:32:57.585Z Compiling serde_derive v1.0.215
12232024-11-22T01:32:57.627Z Compiling zeroize_derive v1.4.2
12242024-11-22T01:32:57.908Z Compiling zerocopy-derive v0.7.35
12252024-11-22T01:32:58.127Z Compiling tokio-macros v2.4.0
12262024-11-22T01:32:58.197Z Compiling zerofrom-derive v0.1.4
12272024-11-22T01:32:59.172Z Compiling zeroize v1.8.1
12282024-11-22T01:32:59.712Z Compiling thiserror-impl v1.0.69
12292024-11-22T01:32:59.758Z Compiling yoke-derive v0.7.4
12302024-11-22T01:33:00.170Z Compiling zerocopy v0.7.35
12312024-11-22T01:33:00.969Z Compiling crypto-common v0.1.6
12322024-11-22T01:33:01.203Z Compiling block-buffer v0.10.4
12332024-11-22T01:33:01.475Z Compiling digest v0.10.7
12342024-11-22T01:33:01.685Z Compiling futures-macro v0.3.31
12352024-11-22T01:33:01.923Z Compiling hmac v0.12.1
12362024-11-22T01:33:02.045Z Compiling zerovec-derive v0.10.3
12372024-11-22T01:33:02.180Z Compiling block-padding v0.3.3
12382024-11-22T01:33:02.246Z Compiling zerofrom v0.1.4
12392024-11-22T01:33:02.432Z Compiling displaydoc v0.2.5
12402024-11-22T01:33:02.482Z Compiling inout v0.1.3
12412024-11-22T01:33:02.733Z Compiling cipher v0.4.4
12422024-11-22T01:33:02.785Z Compiling yoke v0.7.4
12432024-11-22T01:33:03.121Z Compiling thiserror v1.0.69
12442024-11-22T01:33:03.153Z Compiling sha2 v0.10.8
12452024-11-22T01:33:03.397Z Compiling ppv-lite86 v0.2.20
12462024-11-22T01:33:03.399Z Compiling der_derive v0.7.3
12472024-11-22T01:33:03.553Z Compiling futures-util v0.3.31
12482024-11-22T01:33:04.097Z Compiling icu_provider_macros v1.5.0
12492024-11-22T01:33:04.116Z Compiling rand_chacha v0.3.1
12502024-11-22T01:33:04.699Z Compiling zerovec v0.10.4
12512024-11-22T01:33:05.267Z Compiling tracing-attributes v0.1.27
12522024-11-22T01:33:05.765Z Compiling der v0.7.9
12532024-11-22T01:33:05.849Z Compiling rand v0.8.5
12542024-11-22T01:33:06.280Z Compiling pest v2.7.14
12552024-11-22T01:33:06.612Z Compiling tinystr v0.7.6
12562024-11-22T01:33:06.827Z Compiling icu_collections v1.5.0
12572024-11-22T01:33:07.070Z Compiling icu_locid v1.5.0
12582024-11-22T01:33:07.986Z Compiling spki v0.7.3
12592024-11-22T01:33:08.281Z Compiling icu_provider v1.5.0
12602024-11-22T01:33:08.382Z Compiling salsa20 v0.10.2
12612024-11-22T01:33:08.599Z Compiling pbkdf2 v0.12.2
12622024-11-22T01:33:08.815Z Compiling untrusted v0.7.1
12632024-11-22T01:33:09.052Z Compiling icu_locid_transform v1.5.0
12642024-11-22T01:33:09.124Z Compiling tracing v0.1.40
12652024-11-22T01:33:09.288Z Compiling num-conv v0.1.0
12662024-11-22T01:33:09.362Z Compiling icu_properties_data v1.5.0
12672024-11-22T01:33:09.425Z Compiling untrusted v0.9.0
12682024-11-22T01:33:09.456Z Compiling powerfmt v0.2.0
12692024-11-22T01:33:09.580Z Compiling vcpkg v0.2.15
12702024-11-22T01:33:09.607Z Compiling mirai-annotations v1.12.0
12712024-11-22T01:33:09.630Z Compiling time-core v0.1.2
12722024-11-22T01:33:09.744Z Compiling deranged v0.3.11
12732024-11-22T01:33:09.809Z Compiling time-macros v0.2.18
12742024-11-22T01:33:09.840Z Compiling pest_meta v2.7.14
12752024-11-22T01:33:11.080Z Compiling icu_properties v1.5.1
12762024-11-22T01:33:11.679Z Compiling scrypt v0.11.0
12772024-11-22T01:33:11.762Z Compiling bitflags v2.6.0
12782024-11-22T01:33:11.789Z Compiling bytes v1.8.0
12792024-11-22T01:33:12.263Z Compiling indexmap v2.6.0
12802024-11-22T01:33:13.119Z Compiling tokio v1.40.0
12812024-11-22T01:33:13.121Z Compiling http v1.1.0
12822024-11-22T01:33:13.474Z Compiling semver v1.0.23
12832024-11-22T01:33:13.784Z Compiling openssl-sys v0.9.103
12842024-11-22T01:33:14.269Z Compiling rustc_version v0.4.1
12852024-11-22T01:33:14.918Z Compiling cbc v0.1.2
12862024-11-22T01:33:15.040Z Compiling aes v0.8.4
12872024-11-22T01:33:15.098Z Compiling scroll_derive v0.12.0
12882024-11-22T01:33:15.154Z Compiling utf16_iter v1.0.5
12892024-11-22T01:33:15.360Z Compiling write16 v1.0.0
12902024-11-22T01:33:15.500Z Compiling atomic-waker v1.1.2
12912024-11-22T01:33:15.520Z Compiling utf8_iter v1.0.4
12922024-11-22T01:33:15.664Z Compiling num_threads v0.1.7
12932024-11-22T01:33:15.686Z Compiling icu_normalizer_data v1.5.0
12942024-11-22T01:33:15.786Z Compiling icu_normalizer v1.5.0
12952024-11-22T01:33:15.789Z Compiling time v0.3.36
12962024-11-22T01:33:15.931Z Compiling pkcs5 v0.7.1
12972024-11-22T01:33:16.022Z Compiling http-body v1.0.1
12982024-11-22T01:33:16.253Z Compiling which v4.4.2
12992024-11-22T01:33:16.919Z Compiling scroll v0.12.0
13002024-11-22T01:33:17.195Z Compiling pest_generator v2.7.14
13012024-11-22T01:33:17.498Z Compiling form_urlencoded v1.2.1
13022024-11-22T01:33:17.569Z Compiling try-lock v0.2.5
13032024-11-22T01:33:17.725Z Compiling slog v2.7.0
13042024-11-22T01:33:17.818Z Compiling want v0.3.1
13052024-11-22T01:33:17.840Z Compiling goblin v0.8.2
13062024-11-22T01:33:17.860Z Compiling idna_adapter v1.2.0
13072024-11-22T01:33:18.093Z Compiling pkcs8 v0.10.2
13082024-11-22T01:33:18.112Z Compiling httpdate v1.0.3
13092024-11-22T01:33:18.584Z Compiling idna v1.0.3
13102024-11-22T01:33:18.795Z Compiling serde_spanned v0.6.8
13112024-11-22T01:33:19.089Z Compiling toml_datetime v0.6.8
13122024-11-22T01:33:19.201Z Compiling uuid v1.11.0
13132024-11-22T01:33:19.230Z Compiling pest_derive v2.7.14
13142024-11-22T01:33:19.611Z Compiling serde_tokenstream v0.2.2
13152024-11-22T01:33:20.062Z Compiling dtrace-parser v0.2.0
13162024-11-22T01:33:20.229Z Compiling base64 v0.22.1
13172024-11-22T01:33:20.474Z Compiling match_cfg v0.1.0
13182024-11-22T01:33:20.578Z Compiling openssl v0.10.66
13192024-11-22T01:33:20.603Z Compiling adler2 v2.0.0
13202024-11-22T01:33:20.810Z Compiling tower-service v0.3.3
13212024-11-22T01:33:20.946Z Compiling rustversion v1.0.17
13222024-11-22T01:33:20.967Z Compiling foreign-types-shared v0.1.1
13232024-11-22T01:33:20.990Z Compiling iana-time-zone v0.1.61
13242024-11-22T01:33:21.081Z Compiling foreign-types v0.3.2
13252024-11-22T01:33:21.133Z Compiling miniz_oxide v0.8.0
13262024-11-22T01:33:21.185Z Compiling chrono v0.4.38
13272024-11-22T01:33:21.460Z Compiling hostname v0.3.1
13282024-11-22T01:33:21.654Z Compiling tokio-util v0.7.12
13292024-11-22T01:33:21.801Z Compiling url v2.5.3
13302024-11-22T01:33:22.682Z Compiling async-trait v0.1.83
13312024-11-22T01:33:23.157Z Compiling h2 v0.4.6
13322024-11-22T01:33:23.638Z Compiling dof v0.3.0
13332024-11-22T01:33:23.811Z Compiling openssl-macros v0.1.1
13342024-11-22T01:33:24.635Z Compiling usdt-impl v0.5.0
13352024-11-22T01:33:24.934Z Compiling dirs-sys-next v0.1.2
13362024-11-22T01:33:25.482Z Compiling rustls v0.22.4
13372024-11-22T01:33:25.606Z Compiling data-encoding v2.6.0
13382024-11-22T01:33:25.744Z Compiling rustls v0.23.14
13392024-11-22T01:33:25.910Z Compiling siphasher v0.3.11
13402024-11-22T01:33:26.013Z Compiling native-tls v0.2.12
13412024-11-22T01:33:26.246Z Compiling syn v1.0.109
13422024-11-22T01:33:26.339Z Compiling dirs-next v2.0.0
13432024-11-22T01:33:26.951Z Compiling http-body-util v0.1.2
13442024-11-22T01:33:27.499Z Compiling heapless v0.7.17
13452024-11-22T01:33:27.938Z Compiling crossbeam-epoch v0.9.18
13462024-11-22T01:33:27.971Z Compiling sha1 v0.10.6
13472024-11-22T01:33:28.045Z Compiling signature v2.2.0
13482024-11-22T01:33:28.154Z Compiling bzip2-sys v0.1.11+1.0.8
13492024-11-22T01:33:28.335Z Compiling serde_derive_internals v0.29.1
13502024-11-22T01:33:28.395Z Compiling thread_local v1.1.8
13512024-11-22T01:33:28.627Z Compiling multer v3.1.0
13522024-11-22T01:33:28.708Z Compiling cookie v0.18.1
13532024-11-22T01:33:28.900Z Compiling encoding_rs v0.8.34
13542024-11-22T01:33:28.903Z Compiling signal-hook v0.3.17
13552024-11-22T01:33:28.943Z Compiling gimli v0.31.1
13562024-11-22T01:33:28.985Z Compiling openssl-probe v0.1.5
13572024-11-22T01:33:29.213Z Compiling slog-async v2.8.0
13582024-11-22T01:33:29.412Z Compiling unicode-properties v0.1.3
13592024-11-22T01:33:29.754Z Compiling ipnet v2.10.1
13602024-11-22T01:33:29.803Z Compiling schemars v0.8.21
13612024-11-22T01:33:30.142Z Compiling rayon-core v1.12.1
13622024-11-22T01:33:30.418Z Compiling hyper v1.5.0
13632024-11-22T01:33:31.040Z Compiling mime v0.3.17
13642024-11-22T01:33:31.150Z Compiling schemars_derive v0.8.21
13652024-11-22T01:33:31.793Z Compiling stringprep v0.1.5
13662024-11-22T01:33:33.026Z Compiling hyper-util v0.1.10
13672024-11-22T01:33:33.923Z Compiling addr2line v0.24.2
13682024-11-22T01:33:33.944Z Compiling toml_edit v0.22.22
13692024-11-22T01:33:34.549Z Compiling crossbeam-deque v0.8.5
13702024-11-22T01:33:34.595Z Compiling usdt-macro v0.5.0
13712024-11-22T01:33:34.678Z Compiling usdt-attr-macro v0.5.0
13722024-11-22T01:33:35.251Z Compiling term v0.7.0
13732024-11-22T01:33:35.761Z Compiling slog-json v2.6.1
13742024-11-22T01:33:36.038Z Compiling serde_urlencoded v0.7.1
13752024-11-22T01:33:36.139Z Compiling curve25519-dalek v4.1.3
13762024-11-22T01:33:36.161Z Compiling crossbeam-channel v0.5.13
13772024-11-22T01:33:36.322Z Compiling enum-as-inner v0.6.1
13782024-11-22T01:33:36.588Z Compiling futures-executor v0.3.31
13792024-11-22T01:33:36.759Z Compiling md-5 v0.10.6
13802024-11-22T01:33:36.763Z Compiling rustls-pemfile v2.2.0
13812024-11-22T01:33:37.052Z Compiling async-stream-impl v0.3.6
13822024-11-22T01:33:37.109Z Compiling num-integer v0.1.46
13832024-11-22T01:33:37.135Z Compiling idna v0.3.0
13842024-11-22T01:33:37.253Z Compiling idna v0.4.0
13852024-11-22T01:33:37.415Z Compiling hash32 v0.2.1
13862024-11-22T01:33:37.820Z Compiling ff v0.13.0
13872024-11-22T01:33:37.924Z Compiling is-terminal v0.4.13
13882024-11-22T01:33:38.052Z Compiling object v0.36.5
13892024-11-22T01:33:38.072Z Compiling dropshot v0.12.0
13902024-11-22T01:33:38.364Z Compiling quick-error v1.2.3
13912024-11-22T01:33:38.482Z Compiling linked-hash-map v0.5.6
13922024-11-22T01:33:38.518Z Compiling psl-types v2.0.11
13932024-11-22T01:33:38.726Z Compiling smoltcp v0.9.1
13942024-11-22T01:33:38.844Z Compiling anyhow v1.0.93
13952024-11-22T01:33:38.866Z Compiling base16ct v0.2.0
13962024-11-22T01:33:38.918Z Compiling portable-atomic v1.9.0
13972024-11-22T01:33:39.202Z Compiling rustc-demangle v0.1.24
13982024-11-22T01:33:39.480Z Compiling dyn-clone v1.0.17
13992024-11-22T01:33:39.500Z Compiling num-bigint-dig v0.8.4
14002024-11-22T01:33:39.720Z Compiling take_mut v0.2.2
14012024-11-22T01:33:39.791Z Compiling utf-8 v0.7.6
14022024-11-22T01:33:39.891Z Compiling fallible-iterator v0.2.0
14032024-11-22T01:33:40.145Z Compiling tungstenite v0.24.0
14042024-11-22T01:33:40.632Z Compiling postgres-protocol v0.6.7
14052024-11-22T01:33:41.810Z Compiling sec1 v0.7.3
14062024-11-22T01:33:41.990Z Compiling lru-cache v0.1.2
14072024-11-22T01:33:42.192Z Compiling publicsuffix v2.2.3
14082024-11-22T01:33:42.390Z Compiling resolv-conf v0.7.0
14092024-11-22T01:33:42.410Z Compiling async-stream v0.3.6
14102024-11-22T01:33:42.516Z Compiling hickory-proto v0.24.1
14112024-11-22T01:33:42.537Z Compiling slog-term v2.9.1
14122024-11-22T01:33:42.692Z Compiling group v0.13.0
14132024-11-22T01:33:43.029Z Compiling usdt v0.5.0
14142024-11-22T01:33:43.543Z Compiling num-iter v0.1.45
14152024-11-22T01:33:43.734Z Compiling toml v0.8.19
14162024-11-22T01:33:43.826Z Compiling futures v0.3.31
14172024-11-22T01:33:44.094Z Compiling slog-bunyan v2.5.0
14182024-11-22T01:33:45.550Z Compiling tokio-native-tls v0.3.1
14192024-11-22T01:33:45.571Z Compiling backtrace v0.3.74
14202024-11-22T01:33:45.844Z Compiling camino v1.1.9
14212024-11-22T01:33:46.080Z Compiling phf_shared v0.11.2
14222024-11-22T01:33:46.428Z Compiling dropshot_endpoint v0.12.0
14232024-11-22T01:33:46.499Z Compiling terminal_size v0.4.0
14242024-11-22T01:33:46.578Z Compiling waitgroup v0.1.2
14252024-11-22T01:33:46.698Z Compiling openapiv3 v2.0.0
14262024-11-22T01:33:46.761Z Compiling serde_path_to_error v0.1.16
14272024-11-22T01:33:46.828Z Compiling hkdf v0.12.4
14282024-11-22T01:33:47.077Z Compiling crypto-bigint v0.5.5
14292024-11-22T01:33:47.539Z Compiling webpki-roots v0.26.6
14302024-11-22T01:33:47.769Z Compiling zerocopy-derive v0.6.6
14312024-11-22T01:33:49.159Z Compiling hubpack_derive v0.1.1
14322024-11-22T01:33:49.354Z Compiling curve25519-dalek-derive v0.1.1
14332024-11-22T01:33:50.078Z Compiling idna v0.5.0
14342024-11-22T01:33:50.114Z Compiling hostname v0.4.0
14352024-11-22T01:33:50.380Z Compiling fs-err v2.11.0
14362024-11-22T01:33:50.682Z Compiling crc32fast v1.4.2
14372024-11-22T01:33:50.907Z Compiling ahash v0.8.11
14382024-11-22T01:33:51.029Z Compiling managed v0.8.0
14392024-11-22T01:33:51.102Z Compiling bitflags v1.3.2
14402024-11-22T01:33:51.152Z Compiling winnow v0.5.40
14412024-11-22T01:33:51.222Z Compiling debug-ignore v1.0.5
14422024-11-22T01:33:51.328Z Compiling clap_builder v4.5.21
14432024-11-22T01:33:51.455Z Compiling console v0.15.8
14442024-11-22T01:33:51.721Z Compiling strum_macros v0.25.3
14452024-11-22T01:33:53.172Z Compiling flate2 v1.0.34
14462024-11-22T01:33:53.176Z Compiling cookie_store v0.21.0
14472024-11-22T01:33:53.748Z Compiling zerocopy v0.6.6
14482024-11-22T01:33:54.194Z Compiling hubpack v0.1.2
14492024-11-22T01:33:54.665Z Compiling toml_edit v0.19.15
14502024-11-22T01:33:54.685Z Compiling elliptic-curve v0.13.8
14512024-11-22T01:33:54.748Z Compiling hickory-resolver v0.24.1
14522024-11-22T01:33:55.542Z Compiling phf v0.11.2
14532024-11-22T01:33:55.852Z Compiling signal-hook-mio v0.2.4
14542024-11-22T01:33:55.946Z Compiling hyper-tls v0.6.0
14552024-11-22T01:33:56.021Z Compiling rayon v1.10.0
14562024-11-22T01:33:56.049Z Compiling bzip2 v0.4.4
14572024-11-22T01:33:56.474Z Compiling postgres-types v0.2.8
14582024-11-22T01:33:58.155Z Compiling tokio-tungstenite v0.24.0
14592024-11-22T01:33:59.978Z Compiling ed25519 v2.2.3
14602024-11-22T01:34:00.857Z Compiling phf_shared v0.10.0
14612024-11-22T01:34:00.979Z Compiling tokio-stream v0.1.16
14622024-11-22T01:34:01.294Z Compiling pkcs1 v0.7.5
14632024-11-22T01:34:01.384Z Compiling serde-big-array v0.5.1
14642024-11-22T01:34:01.629Z Compiling clap_derive v4.5.18
14652024-11-22T01:34:01.736Z Compiling rfc6979 v0.4.0
14662024-11-22T01:34:01.882Z Compiling serde_repr v0.1.19
14672024-11-22T01:34:01.941Z Compiling derive-where v1.2.7
14682024-11-22T01:34:02.085Z Compiling float-cmp v0.9.0
14692024-11-22T01:34:02.308Z Compiling bstr v1.10.0
14702024-11-22T01:34:02.310Z Compiling sync_wrapper v1.0.1
14712024-11-22T01:34:02.493Z Compiling whoami v1.5.2
14722024-11-22T01:34:02.747Z Compiling unicode-segmentation v1.12.0
14732024-11-22T01:34:03.076Z Compiling bit-vec v0.6.3
14742024-11-22T01:34:03.120Z Compiling new_debug_unreachable v1.0.6
14752024-11-22T01:34:03.246Z Compiling difflib v0.4.0
14762024-11-22T01:34:03.542Z Compiling normalize-line-endings v0.3.0
14772024-11-22T01:34:03.643Z Compiling predicates-core v1.0.8
14782024-11-22T01:34:03.675Z Compiling precomputed-hash v0.1.1
14792024-11-22T01:34:03.805Z Compiling static_assertions v1.1.0
14802024-11-22T01:34:03.918Z Compiling unicode-width v0.2.0
14812024-11-22T01:34:04.026Z Compiling number_prefix v0.4.0
14822024-11-22T01:34:04.172Z Compiling fixedbitset v0.4.2
14832024-11-22T01:34:04.256Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14842024-11-22T01:34:04.474Z Compiling petgraph v0.6.5
14852024-11-22T01:34:04.643Z Compiling indicatif v0.17.9
14862024-11-22T01:34:04.893Z Compiling predicates v3.1.2
14872024-11-22T01:34:05.570Z Compiling string_cache v0.8.7
14882024-11-22T01:34:06.088Z Compiling similar v2.6.0
14892024-11-22T01:34:06.716Z Compiling bit-set v0.5.3
14902024-11-22T01:34:06.873Z Compiling clap v4.5.21
14912024-11-22T01:34:06.954Z Compiling tokio-postgres v0.7.12
14922024-11-22T01:34:06.977Z Compiling ecdsa v0.16.9
14932024-11-22T01:34:07.003Z Compiling rsa v0.9.6
14942024-11-22T01:34:07.858Z Compiling ed25519-dalek v2.1.1
14952024-11-22T01:34:08.599Z Compiling toml v0.7.8
14962024-11-22T01:34:08.674Z Compiling zip v0.6.6
14972024-11-22T01:34:09.181Z Compiling crossterm v0.28.1
14982024-11-22T01:34:11.027Z Compiling hex v0.4.3
14992024-11-22T01:34:11.047Z Compiling x509-cert v0.2.5
15002024-11-22T01:34:11.066Z Compiling itertools v0.10.5
15012024-11-22T01:34:11.304Z Compiling lalrpop-util v0.19.12
15022024-11-22T01:34:11.651Z Compiling unicode-xid v0.2.6
15032024-11-22T01:34:11.672Z Compiling peg-runtime v0.8.3
15042024-11-22T01:34:11.837Z Compiling strum_macros v0.26.4
15052024-11-22T01:34:12.412Z Compiling xattr v1.3.1
15062024-11-22T01:34:12.687Z Compiling filetime v0.2.25
15072024-11-22T01:34:12.930Z Compiling tar v0.4.42
15082024-11-22T01:34:17.093Z Compiling strum v0.26.3
15092024-11-22T01:34:19.537Z Compiling aws-lc-sys v0.22.0
15102024-11-22T01:34:50.865Z Compiling rustls-webpki v0.102.8
15112024-11-22T01:34:54.280Z Compiling tokio-rustls v0.25.0
15122024-11-22T01:34:55.885Z Compiling tokio-rustls v0.26.0
15132024-11-22T01:34:56.305Z Compiling hyper-rustls v0.27.3
15142024-11-22T01:34:56.680Z Compiling reqwest v0.12.9
15152024-11-22T01:34:57.929Z Compiling qorb v0.2.0
15162024-11-22T01:35:02.580Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15172024-11-22T01:35:02.816Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15182024-11-22T01:35:08.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
15192024-11-22T01:35:08.780Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15202024-11-22T01:35:08.831ZNov 22 01:35:07.818 INFO Starting download, target: Clickhouse
15212024-11-22T01:35:08.831ZNov 22 01:35:07.819 INFO Starting download, target: Console
15222024-11-22T01:35:08.831ZNov 22 01:35:07.819 INFO Starting download, target: Cockroach
15232024-11-22T01:35:08.831ZNov 22 01:35:07.819 INFO Starting download, target: DendriteOpenapi
15242024-11-22T01:35:08.831ZNov 22 01:35:07.819 INFO Starting download, target: DendriteStub
15252024-11-22T01:35:08.835ZNov 22 01:35:07.819 INFO Starting download, target: MaghemiteMgd
15262024-11-22T01:35:08.835ZNov 22 01:35:07.819 INFO Starting download, target: TransceiverControl
15272024-11-22T01:35:08.835ZNov 22 01:35:07.819 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15282024-11-22T01:35:08.835ZNov 22 01:35:07.819 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi
15292024-11-22T01:35:08.835ZNov 22 01:35:07.819 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15302024-11-22T01:35:08.835ZNov 22 01:35:07.819 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15312024-11-22T01:35:08.835ZNov 22 01:35:07.819 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15322024-11-22T01:35:08.835ZNov 22 01:35:07.820 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15332024-11-22T01:35:08.835ZNov 22 01:35:07.820 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15342024-11-22T01:35:09.106ZNov 22 01:35:08.093 INFO Download complete, target: DendriteOpenapi
15352024-11-22T01:35:09.342ZNov 22 01:35:08.328 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15362024-11-22T01:35:09.431ZNov 22 01:35:08.408 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15372024-11-22T01:35:09.751ZNov 22 01:35:08.737 INFO Download complete, target: Console
15382024-11-22T01:35:09.801ZNov 22 01:35:08.787 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15392024-11-22T01:35:09.971ZNov 22 01:35:08.957 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15402024-11-22T01:35:09.995ZNov 22 01:35:08.982 INFO Download complete, target: TransceiverControl
15412024-11-22T01:35:10.482ZNov 22 01:35:09.469 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15422024-11-22T01:35:10.482ZNov 22 01:35:09.469 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15432024-11-22T01:35:10.932ZNov 22 01:35:09.919 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15442024-11-22T01:35:12.501ZNov 22 01:35:11.487 INFO Download complete, target: DendriteStub
15452024-11-22T01:35:12.709ZNov 22 01:35:11.695 INFO Download complete, target: MaghemiteMgd
15462024-11-22T01:35:17.513ZNov 22 01:35:16.498 INFO Checking that binary works, target: Cockroach
15472024-11-22T01:35:17.674ZNov 22 01:35:16.658 INFO Download complete, target: Cockroach
15482024-11-22T01:35:22.825ZNov 22 01:35:21.801 INFO Checking that binary works, target: Clickhouse
15492024-11-22T01:35:23.217ZNov 22 01:35:22.202 INFO Download complete, target: Clickhouse
15502024-11-22T01:35:23.225ZAll prerequisites installed successfully
15512024-11-22T01:35:23.227Z
15522024-11-22T01:35:23.227Zreal 5:36.024280571
15532024-11-22T01:35:23.227Zuser 16:26.594621335
15542024-11-22T01:35:23.227Zsys 3:15.505829979
15552024-11-22T01:35:23.227Ztrap 0.543430884
15562024-11-22T01:35:23.227Ztflt 5.574448577
15572024-11-22T01:35:23.228Zdflt 4.812796969
15582024-11-22T01:35:23.228Zkflt 0.377275333
15592024-11-22T01:35:23.228Zlock 29:47.297636179
15602024-11-22T01:35:23.228Zslp 1:03:35.562766797
15612024-11-22T01:35:23.228Zlat 55.894773918
15622024-11-22T01:35:23.228Zstop 2:19.277939572
15632024-11-22T01:35:23.228Z+ ptime -m cargo xtask download softnpu
15642024-11-22T01:35:23.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15652024-11-22T01:35:23.778Z Running `target/debug/xtask download softnpu`
15662024-11-22T01:35:24.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
15672024-11-22T01:35:24.641Z Running `target/debug/xtask-downloader softnpu`
15682024-11-22T01:35:24.681ZNov 22 01:35:23.661 INFO Starting download, target: Softnpu
15692024-11-22T01:35:24.684ZNov 22 01:35:23.662 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15702024-11-22T01:35:25.319ZNov 22 01:35:24.303 INFO Download complete, target: Softnpu
15712024-11-22T01:35:25.323Z
15722024-11-22T01:35:25.325Zreal 2.090643944
15732024-11-22T01:35:25.325Zuser 1.246686387
15742024-11-22T01:35:25.325Zsys 0.531125260
15752024-11-22T01:35:25.325Ztrap 0.000531526
15762024-11-22T01:35:25.325Ztflt 0.000003008
15772024-11-22T01:35:25.325Zdflt 0.000014427
15782024-11-22T01:35:25.325Zkflt 0.000000000
15792024-11-22T01:35:25.325Zlock 6.632575792
15802024-11-22T01:35:25.325Zslp 0.482522077
15812024-11-22T01:35:25.325Zlat 0.063449010
15822024-11-22T01:35:25.325Zstop 0.000156562
15832024-11-22T01:35:25.325Z+ export CARGO_INCREMENTAL=0
15842024-11-22T01:35:25.325Z+ CARGO_INCREMENTAL=0
15852024-11-22T01:35:25.325Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15862024-11-22T01:35:26.271Z Compiling proc-macro2 v1.0.89
15872024-11-22T01:35:26.271Z Compiling unicode-ident v1.0.13
15882024-11-22T01:35:26.274Z Compiling libc v0.2.162
15892024-11-22T01:35:26.274Z Compiling serde v1.0.215
15902024-11-22T01:35:26.274Z Compiling autocfg v1.4.0
15912024-11-22T01:35:26.274Z Compiling version_check v0.9.5
15922024-11-22T01:35:26.274Z Compiling cfg-if v1.0.0
15932024-11-22T01:35:26.548Z Compiling memchr v2.7.4
15942024-11-22T01:35:26.588Z Compiling typenum v1.17.0
15952024-11-22T01:35:26.695Z Compiling shlex v1.3.0
15962024-11-22T01:35:27.063Z Compiling value-bag v1.9.0
15972024-11-22T01:35:27.091Z Compiling scopeguard v1.2.0
15982024-11-22T01:35:27.107Z Compiling generic-array v0.14.7
15992024-11-22T01:35:27.440Z Compiling lock_api v0.4.12
16002024-11-22T01:35:27.479Z Compiling log v0.4.22
16012024-11-22T01:35:27.618Z Compiling parking_lot_core v0.9.10
16022024-11-22T01:35:28.015Z Compiling serde_json v1.0.132
16032024-11-22T01:35:28.033Z Compiling once_cell v1.20.2
16042024-11-22T01:35:28.299Z Compiling quote v1.0.37
16052024-11-22T01:35:28.318Z Compiling rustix v0.38.37
16062024-11-22T01:35:28.339Z Compiling libm v0.2.8
16072024-11-22T01:35:28.437Z Compiling thiserror v1.0.69
16082024-11-22T01:35:28.661Z Compiling syn v2.0.87
16092024-11-22T01:35:28.719Z Compiling jobserver v0.1.32
16102024-11-22T01:35:28.758Z Compiling getrandom v0.2.15
16112024-11-22T01:35:28.949Z Compiling aho-corasick v1.1.3
16122024-11-22T01:35:28.953Z Compiling regex-syntax v0.8.5
16132024-11-22T01:35:29.111Z Compiling cc v1.1.30
16142024-11-22T01:35:29.202Z Compiling num-traits v0.2.19
16152024-11-22T01:35:29.223Z Compiling either v1.13.0
16162024-11-22T01:35:29.472Z Compiling itoa v1.0.11
16172024-11-22T01:35:29.493Z Compiling spin v0.9.8
16182024-11-22T01:35:29.687Z Compiling slab v0.4.9
16192024-11-22T01:35:29.985Z Compiling byteorder v1.5.0
16202024-11-22T01:35:30.023Z Compiling errno v0.3.9
16212024-11-22T01:35:30.246Z Compiling rand_core v0.6.4
16222024-11-22T01:35:30.440Z Compiling lazy_static v1.5.0
16232024-11-22T01:35:30.582Z Compiling glob v0.3.1
16242024-11-22T01:35:31.043Z Compiling prettyplease v0.2.25
16252024-11-22T01:35:31.380Z Compiling clang-sys v1.8.1
16262024-11-22T01:35:31.748Z Compiling minimal-lexical v0.2.1
16272024-11-22T01:35:31.769Z Compiling libloading v0.8.5
16282024-11-22T01:35:32.096Z Compiling bindgen v0.69.5
16292024-11-22T01:35:32.150Z Compiling home v0.5.9
16302024-11-22T01:35:32.235Z Compiling nom v7.1.3
16312024-11-22T01:35:32.384Z Compiling subtle v2.6.1
16322024-11-22T01:35:32.520Z Compiling regex-automata v0.4.8
16332024-11-22T01:35:33.214Z Compiling allocator-api2 v0.2.18
16342024-11-22T01:35:33.238Z Compiling itertools v0.12.1
16352024-11-22T01:35:33.279Z Compiling rustc-hash v1.1.0
16362024-11-22T01:35:33.432Z Compiling lazycell v1.3.0
16372024-11-22T01:35:33.469Z Compiling semver v1.0.23
16382024-11-22T01:35:33.592Z Compiling smallvec v1.13.2
16392024-11-22T01:35:33.926Z Compiling cmake v0.1.51
16402024-11-22T01:35:34.282Z Compiling fs_extra v1.3.0
16412024-11-22T01:35:34.803Z Compiling dunce v1.0.5
16422024-11-22T01:35:35.282Z Compiling pkg-config v0.3.31
16432024-11-22T01:35:35.383Z Compiling ring v0.17.8
16442024-11-22T01:35:35.802Z Compiling cexpr v0.6.0
16452024-11-22T01:35:36.141Z Compiling ryu v1.0.18
16462024-11-22T01:35:36.230Z Compiling synstructure v0.13.1
16472024-11-22T01:35:36.425Z Compiling pin-project-lite v0.2.14
16482024-11-22T01:35:36.594Z Compiling const-oid v0.9.6
16492024-11-22T01:35:36.974Z Compiling fnv v1.0.7
16502024-11-22T01:35:37.114Z Compiling paste v1.0.15
16512024-11-22T01:35:37.498Z Compiling httparse v1.9.5
16522024-11-22T01:35:37.648Z Compiling foldhash v0.1.3
16532024-11-22T01:35:37.688Z Compiling aws-lc-rs v1.10.0
16542024-11-22T01:35:37.946Z Compiling regex v1.11.1
16552024-11-22T01:35:38.115Z Compiling equivalent v1.0.1
16562024-11-22T01:35:38.247Z Compiling hashbrown v0.15.0
16572024-11-22T01:35:38.969Z Compiling heck v0.5.0
16582024-11-22T01:35:39.120Z Compiling schemars v0.8.21
16592024-11-22T01:35:39.138Z Compiling serde_derive_internals v0.29.1
16602024-11-22T01:35:39.424Z Compiling signal-hook-registry v1.4.2
16612024-11-22T01:35:39.480Z Compiling mio v1.0.2
16622024-11-22T01:35:39.628Z Compiling parking_lot v0.12.3
16632024-11-22T01:35:41.376Z Compiling crossbeam-utils v0.8.20
16642024-11-22T01:35:41.533Z Compiling stable_deref_trait v1.2.0
16652024-11-22T01:35:41.648Z Compiling socket2 v0.5.7
16662024-11-22T01:35:41.666Z Compiling futures-core v0.3.31
16672024-11-22T01:35:41.801Z Compiling serde_derive v1.0.215
16682024-11-22T01:35:41.923Z Compiling zeroize_derive v1.4.2
16692024-11-22T01:35:41.942Z Compiling zerocopy-derive v0.7.35
16702024-11-22T01:35:42.207Z Compiling thiserror-impl v1.0.69
16712024-11-22T01:35:43.060Z Compiling tokio-macros v2.4.0
16722024-11-22T01:35:43.216Z Compiling zerofrom-derive v0.1.4
16732024-11-22T01:35:43.302Z Compiling yoke-derive v0.7.4
16742024-11-22T01:35:43.360Z Compiling zeroize v1.8.1
16752024-11-22T01:35:43.751Z Compiling futures-macro v0.3.31
16762024-11-22T01:35:44.187Z Compiling zerovec-derive v0.10.3
16772024-11-22T01:35:44.513Z Compiling zerocopy v0.7.35
16782024-11-22T01:35:45.012Z Compiling displaydoc v0.2.5
16792024-11-22T01:35:45.534Z Compiling crypto-common v0.1.6
16802024-11-22T01:35:45.899Z Compiling tracing-attributes v0.1.27
16812024-11-22T01:35:45.929Z Compiling icu_provider_macros v1.5.0
16822024-11-22T01:35:46.207Z Compiling block-buffer v0.10.4
16832024-11-22T01:35:46.498Z Compiling digest v0.10.7
16842024-11-22T01:35:46.540Z Compiling schemars_derive v0.8.21
16852024-11-22T01:35:46.833Z Compiling der_derive v0.7.3
16862024-11-22T01:35:46.935Z Compiling time-core v0.1.2
16872024-11-22T01:35:47.013Z Compiling num-conv v0.1.0
16882024-11-22T01:35:47.322Z Compiling time-macros v0.2.18
16892024-11-22T01:35:48.022Z Compiling vcpkg v0.2.15
16902024-11-22T01:35:49.636Z Compiling openssl-sys v0.9.103
16912024-11-22T01:35:50.209Z Compiling cpufeatures v0.2.14
16922024-11-22T01:35:50.313Z Compiling slog v2.7.0
16932024-11-22T01:35:50.406Z Compiling futures-sink v0.3.31
16942024-11-22T01:35:50.599Z Compiling ahash v0.8.11
16952024-11-22T01:35:50.698Z Compiling syn v1.0.109
16962024-11-22T01:35:51.088Z Compiling zerofrom v0.1.4
16972024-11-22T01:35:51.196Z Compiling scroll_derive v0.12.0
16982024-11-22T01:35:51.338Z Compiling ucd-trie v0.1.7
16992024-11-22T01:35:51.410Z Compiling iana-time-zone v0.1.61
17002024-11-22T01:35:51.950Z Compiling pest v2.7.14
17012024-11-22T01:35:52.107Z Compiling yoke v0.7.4
17022024-11-22T01:35:52.164Z Compiling futures-channel v0.3.31
17032024-11-22T01:35:52.584Z Compiling hmac v0.12.1
17042024-11-22T01:35:52.816Z Compiling futures-io v0.3.31
17052024-11-22T01:35:52.869Z Compiling pin-utils v0.1.0
17062024-11-22T01:35:52.977Z Compiling futures-task v0.3.31
17072024-11-22T01:35:53.176Z Compiling openssl v0.10.66
17082024-11-22T01:35:53.388Z Compiling futures-util v0.3.31
17092024-11-22T01:35:53.579Z Compiling zerovec v0.10.4
17102024-11-22T01:35:53.987Z Compiling block-padding v0.3.3
17112024-11-22T01:35:54.217Z Compiling tinyvec_macros v0.1.1
17122024-11-22T01:35:54.658Z Compiling pest_meta v2.7.14
17132024-11-22T01:35:55.036Z Compiling tinyvec v1.8.0
17142024-11-22T01:35:55.429Z Compiling bitflags v2.6.0
17152024-11-22T01:35:55.696Z Compiling bytes v1.8.0
17162024-11-22T01:35:57.596Z Compiling indexmap v2.6.0
17172024-11-22T01:35:58.870Z Compiling tokio v1.40.0
17182024-11-22T01:35:59.443Z Compiling serde_tokenstream v0.2.2
17192024-11-22T01:35:59.657Z Compiling http v1.1.0
17202024-11-22T01:36:00.044Z Compiling which v4.4.2
17212024-11-22T01:36:00.155Z Compiling uuid v1.11.0
17222024-11-22T01:36:00.811Z Compiling rustc_version v0.4.1
17232024-11-22T01:36:01.390Z Compiling chrono v0.4.38
17242024-11-22T01:36:06.403Z Compiling pest_generator v2.7.14
17252024-11-22T01:36:06.461Z Compiling toml_datetime v0.6.8
17262024-11-22T01:36:06.461Z Compiling serde_spanned v0.6.8
17272024-11-22T01:36:06.461Z Compiling inout v0.1.3
17282024-11-22T01:36:06.461Z Compiling openssl-macros v0.1.1
17292024-11-22T01:36:06.504Z Compiling native-tls v0.2.12
17302024-11-22T01:36:06.815Z Compiling rustls v0.23.14
17312024-11-22T01:36:07.107Z Compiling strsim v0.11.1
17322024-11-22T01:36:07.536Z Compiling cipher v0.4.4
17332024-11-22T01:36:07.855Z Compiling pest_derive v2.7.14
17342024-11-22T01:36:08.021Z Compiling unicode-normalization v0.1.24
17352024-11-22T01:36:08.576Z Compiling tinystr v0.7.6
17362024-11-22T01:36:08.615Z Compiling sha2 v0.10.8
17372024-11-22T01:36:09.073Z Compiling tracing-core v0.1.32
17382024-11-22T01:36:09.106Z Compiling usdt-impl v0.5.0
17392024-11-22T01:36:09.334Z Compiling base64ct v1.6.0
17402024-11-22T01:36:09.442Z Compiling litemap v0.7.3
17412024-11-22T01:36:09.462Z Compiling dyn-clone v1.0.17
17422024-11-22T01:36:09.692Z Compiling writeable v0.5.5
17432024-11-22T01:36:09.806Z Compiling unicode-bidi v0.3.17
17442024-11-22T01:36:09.830Z Compiling pem-rfc7468 v0.7.0
17452024-11-22T01:36:09.876Z Compiling tracing v0.1.40
17462024-11-22T01:36:10.200Z Compiling icu_locid v1.5.0
17472024-11-22T01:36:11.331Z Compiling scroll v0.12.0
17482024-11-22T01:36:11.634Z Compiling ppv-lite86 v0.2.20
17492024-11-22T01:36:11.925Z Compiling async-trait v0.1.83
17502024-11-22T01:36:12.409Z Compiling cookie v0.18.1
17512024-11-22T01:36:12.698Z Compiling flagset v0.4.6
17522024-11-22T01:36:12.874Z Compiling plain v0.2.3
17532024-11-22T01:36:14.083Z Compiling camino v1.1.9
17542024-11-22T01:36:14.134Z Compiling anyhow v1.0.93
17552024-11-22T01:36:14.260Z Compiling aws-lc-sys v0.22.0
17562024-11-22T01:36:15.813Z Compiling goblin v0.8.2
17572024-11-22T01:36:18.089Z Compiling der v0.7.9
17582024-11-22T01:36:20.810Z Compiling rand_chacha v0.3.1
17592024-11-22T01:36:21.616Z Compiling icu_provider v1.5.0
17602024-11-22T01:36:21.992Z Compiling rustls-pki-types v1.9.0
17612024-11-22T01:36:22.585Z Compiling pretty-hex v0.4.1
17622024-11-22T01:36:22.797Z Compiling untrusted v0.7.1
17632024-11-22T01:36:22.990Z Compiling rayon-core v1.12.1
17642024-11-22T01:36:23.091Z Compiling percent-encoding v2.3.1
17652024-11-22T01:36:23.733Z Compiling rustls v0.22.4
17662024-11-22T01:36:23.747Z Compiling icu_locid_transform_data v1.5.0
17672024-11-22T01:36:23.855Z Compiling icu_locid_transform v1.5.0
17682024-11-22T01:36:23.982Z Compiling dof v0.3.0
17692024-11-22T01:36:24.929Z Compiling rand v0.8.5
17702024-11-22T01:36:24.996Z Compiling spki v0.7.3
17712024-11-22T01:36:25.524Z Compiling dtrace-parser v0.2.0
17722024-11-22T01:36:25.574Z Compiling salsa20 v0.10.2
17732024-11-22T01:36:25.735Z Compiling tokio-util v0.7.12
17742024-11-22T01:36:26.131Z Compiling icu_collections v1.5.0
17752024-11-22T01:36:26.574Z Compiling pbkdf2 v0.12.2
17762024-11-22T01:36:27.293Z Compiling thread-id v4.2.2
17772024-11-22T01:36:27.312Z Compiling untrusted v0.9.0
17782024-11-22T01:36:27.420Z Compiling powerfmt v0.2.0
17792024-11-22T01:36:27.519Z Compiling mirai-annotations v1.12.0
17802024-11-22T01:36:27.720Z Compiling winnow v0.5.40
17812024-11-22T01:36:27.809Z Compiling icu_properties_data v1.5.0
17822024-11-22T01:36:27.834Z Compiling deranged v0.3.11
17832024-11-22T01:36:28.035Z Compiling icu_properties v1.5.1
17842024-11-22T01:36:31.590Z Compiling toml_edit v0.19.15
17852024-11-22T01:36:32.872Z Compiling scrypt v0.11.0
17862024-11-22T01:36:33.044Z Compiling aes v0.8.4
17872024-11-22T01:36:33.294Z Compiling cbc v0.1.2
17882024-11-22T01:36:33.517Z Compiling multer v3.1.0
17892024-11-22T01:36:33.801Z Compiling num_threads v0.1.7
17902024-11-22T01:36:33.942Z Compiling write16 v1.0.0
17912024-11-22T01:36:34.088Z Compiling icu_normalizer_data v1.5.0
17922024-11-22T01:36:34.415Z Compiling rustversion v1.0.17
17932024-11-22T01:36:34.477Z Compiling utf8_iter v1.0.4
17942024-11-22T01:36:34.731Z Compiling slog-async v2.8.0
17952024-11-22T01:36:35.172Z Compiling atomic-waker v1.1.2
17962024-11-22T01:36:35.370Z Compiling utf16_iter v1.0.5
17972024-11-22T01:36:35.530Z Compiling pkcs5 v0.7.1
17982024-11-22T01:36:35.574Z Compiling icu_normalizer v1.5.0
17992024-11-22T01:36:35.651Z Compiling time v0.3.36
18002024-11-22T01:36:37.269Z Compiling form_urlencoded v1.2.1
18012024-11-22T01:36:38.089Z Compiling http-body v1.0.1
18022024-11-22T01:36:38.355Z Compiling heapless v0.7.17
18032024-11-22T01:36:38.978Z Compiling bzip2-sys v0.1.11+1.0.8
18042024-11-22T01:36:39.414Z Compiling signal-hook v0.3.17
18052024-11-22T01:36:39.434Z Compiling try-lock v0.2.5
18062024-11-22T01:36:40.637Z Compiling want v0.3.1
18072024-11-22T01:36:41.959Z Compiling idna_adapter v1.2.0
18082024-11-22T01:36:42.187Z Compiling pkcs8 v0.10.2
18092024-11-22T01:36:42.893Z Compiling h2 v0.4.6
18102024-11-22T01:36:43.508Z Compiling usdt-macro v0.5.0
18112024-11-22T01:36:44.833Z Compiling usdt-attr-macro v0.5.0
18122024-11-22T01:36:45.789Z Compiling async-stream-impl v0.3.6
18132024-11-22T01:36:45.880Z Compiling httpdate v1.0.3
18142024-11-22T01:36:46.609Z Compiling adler2 v2.0.0
18152024-11-22T01:36:46.891Z Compiling miniz_oxide v0.8.0
18162024-11-22T01:36:47.806Z Compiling idna v1.0.3
18172024-11-22T01:36:49.528Z Compiling curve25519-dalek v4.1.3
18182024-11-22T01:36:49.932Z Compiling hyper v1.5.0
18192024-11-22T01:36:50.019Z Compiling openapiv3 v2.0.0
18202024-11-22T01:36:50.698Z Compiling enum-as-inner v0.6.1
18212024-11-22T01:36:52.939Z Compiling dropshot v0.12.0
18222024-11-22T01:36:53.210Z Compiling smoltcp v0.9.1
18232024-11-22T01:36:53.828Z Compiling tower-service v0.3.3
18242024-11-22T01:36:53.971Z Compiling match_cfg v0.1.0
18252024-11-22T01:36:53.989Z Compiling base64 v0.22.1
18262024-11-22T01:36:54.056Z Compiling portable-atomic v1.9.0
18272024-11-22T01:36:54.543Z Compiling foreign-types-shared v0.1.1
18282024-11-22T01:36:54.771Z Compiling num-bigint-dig v0.8.4
18292024-11-22T01:36:54.933Z Compiling foreign-types v0.3.2
18302024-11-22T01:36:54.964Z Compiling hyper-util v0.1.10
18312024-11-22T01:36:55.039Z Compiling hostname v0.3.1
18322024-11-22T01:37:02.336Z Compiling url v2.5.3
18332024-11-22T01:37:03.229Z Compiling dirs-sys-next v0.1.2
18342024-11-22T01:37:03.306Z Compiling data-encoding v2.6.0
18352024-11-22T01:37:03.309Z Compiling ident_case v1.0.1
18362024-11-22T01:37:03.403Z Compiling heck v0.4.1
18372024-11-22T01:37:03.508Z Compiling siphasher v0.3.11
18382024-11-22T01:37:03.684Z Compiling gimli v0.31.1
18392024-11-22T01:37:03.805Z Compiling darling_core v0.20.10
18402024-11-22T01:37:03.825Z Compiling dirs-next v2.0.0
18412024-11-22T01:37:06.499Z Compiling http-body-util v0.1.2
18422024-11-22T01:37:10.011Z Compiling addr2line v0.24.2
18432024-11-22T01:37:10.383Z Compiling crossbeam-epoch v0.9.18
18442024-11-22T01:37:10.550Z Compiling hubpack_derive v0.1.1
18452024-11-22T01:37:10.553Z Compiling dropshot_endpoint v0.12.0
18462024-11-22T01:37:10.985Z Compiling sha1 v0.10.6
18472024-11-22T01:37:11.094Z Compiling signature v2.2.0
18482024-11-22T01:37:11.335Z Compiling curve25519-dalek-derive v0.1.1
18492024-11-22T01:37:11.388Z Compiling zerocopy-derive v0.6.6
18502024-11-22T01:37:11.499Z Compiling object v0.36.5
18512024-11-22T01:37:12.719Z Compiling thread_local v1.1.8
18522024-11-22T01:37:13.222Z Compiling fs-err v2.11.0
18532024-11-22T01:37:13.297Z Compiling encoding_rs v0.8.34
18542024-11-22T01:37:14.700Z Compiling mime v0.3.17
18552024-11-22T01:37:16.999Z Compiling unicode-properties v0.1.3
18562024-11-22T01:37:17.423Z Compiling openssl-probe v0.1.5
18572024-11-22T01:37:17.749Z Compiling anstyle v1.0.10
18582024-11-22T01:37:18.214Z Compiling rustc-demangle v0.1.24
18592024-11-22T01:37:20.488Z Compiling ipnet v2.10.1
18602024-11-22T01:37:20.928Z Compiling utf8parse v0.2.2
18612024-11-22T01:37:21.458Z Compiling winnow v0.6.20
18622024-11-22T01:37:21.551Z Compiling anstyle-parse v0.2.5
18632024-11-22T01:37:22.589Z Compiling backtrace v0.3.74
18642024-11-22T01:37:24.669Z Compiling stringprep v0.1.5
18652024-11-22T01:37:25.158Z Compiling toml_edit v0.22.22
18662024-11-22T01:37:28.003Z Compiling rustls-webpki v0.102.8
18672024-11-22T01:37:32.470Z Compiling crossbeam-deque v0.8.5
18682024-11-22T01:37:33.673Z Compiling darling_macro v0.20.10
18692024-11-22T01:37:36.012Z Compiling term v0.7.0
18702024-11-22T01:37:37.315Z Compiling slog-json v2.6.1
18712024-11-22T01:37:37.925Z Compiling serde_urlencoded v0.7.1
18722024-11-22T01:37:38.533Z Compiling crossbeam-channel v0.5.13
18732024-11-22T01:37:38.576Z Compiling rustls-pemfile v2.2.0
18742024-11-22T01:37:39.225Z Compiling hashbrown v0.14.5
18752024-11-22T01:37:39.694Z Compiling idna v0.4.0
18762024-11-22T01:37:39.719Z Compiling idna v0.3.0
18772024-11-22T01:37:40.608Z Compiling futures-executor v0.3.31
18782024-11-22T01:37:44.361Z Compiling num-integer v0.1.46
18792024-11-22T01:37:44.361Z Compiling md-5 v0.10.6
18802024-11-22T01:37:44.361Z Compiling ff v0.13.0
18812024-11-22T01:37:44.412Z Compiling hash32 v0.2.1
18822024-11-22T01:37:44.412Z Compiling is-terminal v0.4.13
18832024-11-22T01:37:44.412Z Compiling memmap v0.7.0
18842024-11-22T01:37:44.412Z Compiling fallible-iterator v0.2.0
18852024-11-22T01:37:44.412Z Compiling linked-hash-map v0.5.6
18862024-11-22T01:37:44.412Z Compiling colorchoice v1.0.2
18872024-11-22T01:37:44.412Z Compiling quick-error v1.2.3
18882024-11-22T01:37:44.412Z Compiling base16ct v0.2.0
18892024-11-22T01:37:44.412Z Compiling utf-8 v0.7.6
18902024-11-22T01:37:44.412Z Compiling anstyle-query v1.1.1
18912024-11-22T01:37:44.412Z Compiling is_terminal_polyfill v1.70.1
18922024-11-22T01:37:44.412Z Compiling psl-types v2.0.11
18932024-11-22T01:37:44.428Z Compiling take_mut v0.2.2
18942024-11-22T01:37:44.816Z Compiling publicsuffix v2.2.3
18952024-11-22T01:37:45.091Z Compiling anstream v0.6.15
18962024-11-22T01:37:45.675Z Compiling tungstenite v0.24.0
18972024-11-22T01:37:45.680Z Compiling sec1 v0.7.3
18982024-11-22T01:37:46.262Z Compiling resolv-conf v0.7.0
18992024-11-22T01:37:46.877Z Compiling postgres-protocol v0.6.7
19002024-11-22T01:37:46.954Z Compiling lru-cache v0.1.2
19012024-11-22T01:37:47.696Z Compiling usdt v0.5.0
19022024-11-22T01:37:48.118Z Compiling slog-term v2.9.1
19032024-11-22T01:37:48.163Z Compiling group v0.13.0
19042024-11-22T01:37:48.364Z Compiling num-iter v0.1.45
19052024-11-22T01:37:48.480Z Compiling futures v0.3.31
19062024-11-22T01:37:48.562Z Compiling hickory-proto v0.24.1
19072024-11-22T01:37:48.609Z Compiling regress v0.10.1
19082024-11-22T01:37:52.861Z Compiling slog-bunyan v2.5.0
19092024-11-22T01:37:53.055Z Compiling tokio-rustls v0.26.0
19102024-11-22T01:37:53.082Z Compiling darling v0.20.10
19112024-11-22T01:37:53.315Z Compiling tokio-rustls v0.25.0
19122024-11-22T01:37:53.393Z Compiling toml v0.8.19
19132024-11-22T01:37:53.552Z Compiling tokio-native-tls v0.3.1
19142024-11-22T01:37:53.554Z Compiling strum_macros v0.25.3
19152024-11-22T01:37:53.748Z Compiling phf_shared v0.11.2
19162024-11-22T01:37:54.131Z Compiling async-stream v0.3.6
19172024-11-22T01:37:54.167Z Compiling waitgroup v0.1.2
19182024-11-22T01:37:54.379Z Compiling webpki-roots v0.26.6
19192024-11-22T01:37:54.862Z Compiling idna v0.5.0
19202024-11-22T01:37:54.895Z Compiling terminal_size v0.4.0
19212024-11-22T01:37:55.120Z Compiling serde_path_to_error v0.1.16
19222024-11-22T01:37:55.806Z Compiling hkdf v0.12.4
19232024-11-22T01:37:56.180Z Compiling crypto-bigint v0.5.5
19242024-11-22T01:37:56.287Z Compiling serde_repr v0.1.19
19252024-11-22T01:37:56.591Z Compiling derive-where v1.2.7
19262024-11-22T01:37:57.149Z Compiling clap_derive v4.5.18
19272024-11-22T01:37:57.409Z Compiling hostname v0.4.0
19282024-11-22T01:37:57.647Z Compiling crc32fast v1.4.2
19292024-11-22T01:37:57.968Z Compiling unicode-width v0.1.14
19302024-11-22T01:37:58.498Z Compiling bitflags v1.3.2
19312024-11-22T01:37:58.589Z Compiling clap_lex v0.7.2
19322024-11-22T01:37:59.158Z Compiling managed v0.8.0
19332024-11-22T01:37:59.308Z Compiling debug-ignore v1.0.5
19342024-11-22T01:38:00.246Z Compiling elliptic-curve v0.13.8
19352024-11-22T01:38:00.979Z Compiling clap_builder v4.5.21
19362024-11-22T01:38:01.783Z Compiling console v0.15.8
19372024-11-22T01:38:03.097Z Compiling flate2 v1.0.34
19382024-11-22T01:38:03.145Z Compiling cookie_store v0.21.0
19392024-11-22T01:38:07.576Z Compiling hyper-rustls v0.27.3
19402024-11-22T01:38:07.958Z Compiling hickory-resolver v0.24.1
19412024-11-22T01:38:08.285Z Compiling phf v0.11.2
19422024-11-22T01:38:08.823Z Compiling hyper-tls v0.6.0
19432024-11-22T01:38:09.081Z Compiling signal-hook-mio v0.2.4
19442024-11-22T01:38:09.185Z Compiling rayon v1.10.0
19452024-11-22T01:38:09.249Z Compiling typify-impl v0.2.0
19462024-11-22T01:38:10.063Z Compiling bzip2 v0.4.4
19472024-11-22T01:38:10.437Z Compiling postgres-types v0.2.8
19482024-11-22T01:38:10.821Z Compiling tokio-tungstenite v0.24.0
19492024-11-22T01:38:11.728Z Compiling zerocopy v0.6.6
19502024-11-22T01:38:11.863Z Compiling hubpack v0.1.2
19512024-11-22T01:38:11.882Z Compiling ed25519 v2.2.3
19522024-11-22T01:38:12.298Z Compiling phf_shared v0.10.0
19532024-11-22T01:38:12.601Z Compiling pkcs1 v0.7.5
19542024-11-22T01:38:12.685Z Compiling tokio-stream v0.1.16
19552024-11-22T01:38:13.725Z Compiling serde-big-array v0.5.1
19562024-11-22T01:38:13.937Z Compiling rfc6979 v0.4.0
19572024-11-22T01:38:14.013Z Compiling float-cmp v0.9.0
19582024-11-22T01:38:14.143Z Compiling sync_wrapper v1.0.1
19592024-11-22T01:38:14.168Z Compiling bstr v1.10.0
19602024-11-22T01:38:14.311Z Compiling bit-vec v0.6.3
19612024-11-22T01:38:14.768Z Compiling new_debug_unreachable v1.0.6
19622024-11-22T01:38:14.879Z Compiling fixedbitset v0.4.2
19632024-11-22T01:38:15.310Z Compiling precomputed-hash v0.1.1
19642024-11-22T01:38:15.312Z Compiling difflib v0.4.0
19652024-11-22T01:38:15.447Z Compiling static_assertions v1.1.0
19662024-11-22T01:38:15.559Z Compiling unicode-segmentation v1.12.0
19672024-11-22T01:38:15.753Z Compiling number_prefix v0.4.0
19682024-11-22T01:38:16.598Z Compiling unicode-width v0.2.0
19692024-11-22T01:38:16.665Z Compiling normalize-line-endings v0.3.0
19702024-11-22T01:38:16.708Z Compiling predicates-core v1.0.8
19712024-11-22T01:38:16.808Z Compiling whoami v1.5.2
19722024-11-22T01:38:17.035Z Compiling predicates v3.1.2
19732024-11-22T01:38:17.129Z Compiling indicatif v0.17.9
19742024-11-22T01:38:17.391Z Compiling tokio-postgres v0.7.12
19752024-11-22T01:38:18.540Z Compiling similar v2.6.0
19762024-11-22T01:38:18.996Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19772024-11-22T01:38:19.722Z Compiling string_cache v0.8.7
19782024-11-22T01:38:20.149Z Compiling petgraph v0.6.5
19792024-11-22T01:38:20.545Z Compiling bit-set v0.5.3
19802024-11-22T01:38:21.291Z Compiling typify-macro v0.2.0
19812024-11-22T01:38:22.824Z Compiling reqwest v0.12.9
19822024-11-22T01:38:23.622Z Compiling ecdsa v0.16.9
19832024-11-22T01:38:24.253Z Compiling qorb v0.2.0
19842024-11-22T01:38:24.478Z Compiling rsa v0.9.6
19852024-11-22T01:38:25.342Z Compiling ed25519-dalek v2.1.1
19862024-11-22T01:38:25.721Z Compiling zip v0.6.6
19872024-11-22T01:38:25.911Z Compiling crossterm v0.28.1
19882024-11-22T01:38:26.013Z Compiling clap v4.5.21
19892024-11-22T01:38:26.984Z Compiling toml v0.7.8
19902024-11-22T01:38:27.924Z Compiling x509-cert v0.2.5
19912024-11-22T01:38:28.997Z Compiling hex v0.4.3
19922024-11-22T01:38:29.816Z Compiling itertools v0.10.5
19932024-11-22T01:38:29.956Z Compiling lalrpop-util v0.19.12
19942024-11-22T01:38:30.150Z Compiling peg-runtime v0.8.3
19952024-11-22T01:38:30.718Z Compiling unicode-xid v0.2.6
19962024-11-22T01:38:30.736Z Compiling zerocopy v0.8.10
19972024-11-22T01:38:33.075Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19982024-11-22T01:38:37.244Z Compiling proc-macro-crate v1.3.1
19992024-11-22T01:38:37.406Z Compiling ipnetwork v0.20.0
20002024-11-22T01:38:37.867Z Compiling macaddr v1.0.1
20012024-11-22T01:38:38.420Z Compiling zerocopy-derive v0.8.10
20022024-11-22T01:38:38.523Z Compiling itertools v0.13.0
20032024-11-22T01:38:41.307Z Compiling heapless v0.8.0
20042024-11-22T01:38:41.967Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20052024-11-22T01:38:46.728Z Compiling num_enum_derive v0.5.11
20062024-11-22T01:38:54.390Z Compiling hash32 v0.3.1
20072024-11-22T01:38:54.779Z Compiling smoltcp v0.11.0
20082024-11-22T01:38:55.420Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20092024-11-22T01:39:00.845Z Compiling num_enum v0.5.11
20102024-11-22T01:39:01.044Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20112024-11-22T01:39:02.039Z Compiling typify v0.2.0
20122024-11-22T01:39:02.869Z Compiling proc-macro-error-attr v1.0.4
20132024-11-22T01:39:03.068Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20142024-11-22T01:39:03.346Z Compiling cobs v0.2.3
20152024-11-22T01:39:03.807Z Compiling unsafe-libyaml v0.2.11
20162024-11-22T01:39:05.145Z Compiling serde_yaml v0.9.34+deprecated
20172024-11-22T01:39:05.587Z Compiling postcard v1.0.10
20182024-11-22T01:39:21.053Z Compiling progenitor-impl v0.8.0
20192024-11-22T01:39:21.631Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20202024-11-22T01:39:33.082Z Compiling strum_macros v0.26.4
20212024-11-22T01:39:34.004Z Compiling foreign-types-macros v0.2.3
20222024-11-22T01:39:34.147Z Compiling structmeta-derive v0.3.0
20232024-11-22T01:39:34.182Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20242024-11-22T01:39:34.488Z Compiling proc-macro-error v1.0.4
20252024-11-22T01:39:35.343Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20262024-11-22T01:39:35.404Z Compiling newtype-uuid v1.1.3
20272024-11-22T01:39:35.927Z Compiling foreign-types-shared v0.3.1
20282024-11-22T01:39:36.712Z Compiling structmeta v0.3.0
20292024-11-22T01:39:37.127Z Compiling foreign-types v0.5.0
20302024-11-22T01:39:37.598Z Compiling strum v0.26.3
20312024-11-22T01:39:37.843Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20322024-11-22T01:39:45.755Z Compiling progenitor-macro v0.8.0
20332024-11-22T01:39:51.225Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20342024-11-22T01:39:51.398Z Compiling progenitor-client v0.8.0
20352024-11-22T01:39:52.417Z Compiling tabwriter v1.4.0
20362024-11-22T01:39:54.859Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20372024-11-22T01:39:55.431Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20382024-11-22T01:39:55.677Z Compiling cstr-argument v0.1.2
20392024-11-22T01:39:55.949Z Compiling dropshot v0.13.0
20402024-11-22T01:39:56.265Z Compiling fastrand v2.1.1
20412024-11-22T01:39:56.284Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20422024-11-22T01:39:56.448Z Compiling crucible-workspace-hack v0.1.0
20432024-11-22T01:39:56.600Z Compiling pretty-hex v0.2.1
20442024-11-22T01:39:56.984Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20452024-11-22T01:39:57.408Z Compiling tempfile v3.13.0
20462024-11-22T01:39:57.795Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20472024-11-22T01:39:58.052Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20482024-11-22T01:39:58.757Z Compiling progenitor v0.8.0
20492024-11-22T01:39:59.020Z Compiling parse-display-derive v0.10.0
20502024-11-22T01:39:59.060Z Compiling colored v2.1.0
20512024-11-22T01:39:59.075Z Compiling serde_with_macros v3.11.0
20522024-11-22T01:39:59.085Z Compiling dropshot_endpoint v0.13.0
20532024-11-22T01:40:00.275Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20542024-11-22T01:40:01.112Z Compiling instant v0.1.13
20552024-11-22T01:40:01.302Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20562024-11-22T01:40:01.649Z Compiling serde_with v3.11.0
20572024-11-22T01:40:01.743Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20582024-11-22T01:40:02.825Z Compiling parse-display v0.10.0
20592024-11-22T01:40:02.932Z Compiling backoff v0.4.0
20602024-11-22T01:40:03.332Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20612024-11-22T01:40:04.317Z Compiling zone_cfg_derive v0.3.0
20622024-11-22T01:40:04.702Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20632024-11-22T01:40:04.799Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20642024-11-22T01:40:05.403Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20652024-11-22T01:40:05.684Z Compiling camino-tempfile v1.1.1
20662024-11-22T01:40:06.134Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
20672024-11-22T01:40:06.242Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20682024-11-22T01:40:06.441Z Compiling regress v0.9.1
20692024-11-22T01:40:06.445Z Compiling num-derive v0.4.2
20702024-11-22T01:40:06.661Z Compiling sigpipe v0.1.3
20712024-11-22T01:40:06.815Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20722024-11-22T01:40:07.106Z Compiling libefi-sys v0.1.0
20732024-11-22T01:40:07.465Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20742024-11-22T01:40:08.764Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20752024-11-22T01:40:10.313Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
20762024-11-22T01:40:10.741Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20772024-11-22T01:40:10.876Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20782024-11-22T01:40:13.310Z Compiling zone v0.3.0
20792024-11-22T01:40:15.097Z Compiling smf v0.2.3
20802024-11-22T01:40:15.117Z Compiling bitfield-struct v0.6.2
20812024-11-22T01:40:15.377Z Compiling ring v0.16.20
20822024-11-22T01:40:16.395Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20832024-11-22T01:40:16.446Z Compiling blake3 v1.5.4
20842024-11-22T01:40:16.716Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20852024-11-22T01:40:17.718Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20862024-11-22T01:40:17.721Z Compiling xattr v1.3.1
20872024-11-22T01:40:18.017Z Compiling filetime v0.2.25
20882024-11-22T01:40:18.042Z Compiling memmap2 v0.9.5
20892024-11-22T01:40:18.383Z Compiling arrayvec v0.7.6
20902024-11-22T01:40:18.631Z Compiling constant_time_eq v0.3.1
20912024-11-22T01:40:18.847Z Compiling spin v0.5.2
20922024-11-22T01:40:18.866Z Compiling arrayref v0.3.9
20932024-11-22T01:40:18.927Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20942024-11-22T01:40:19.019Z Compiling same-file v1.0.6
20952024-11-22T01:40:19.028Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20962024-11-22T01:40:19.279Z Compiling walkdir v2.5.0
20972024-11-22T01:40:20.529Z Compiling tar v0.4.42
20982024-11-22T01:40:21.816Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20992024-11-22T01:40:22.122Z Compiling gethostname v0.5.0
21002024-11-22T01:40:22.248Z Compiling cargo-platform v0.1.8
21012024-11-22T01:40:22.338Z Compiling topological-sort v0.2.2
21022024-11-22T01:40:22.621Z Compiling cargo_metadata v0.18.1
21032024-11-22T01:40:29.057Z Compiling omicron-zone-package v0.11.1
21042024-11-22T01:40:30.149Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21052024-11-22T01:40:32.630Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21062024-11-22T01:40:35.172Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21072024-11-22T01:40:52.782Z Finished `release` profile [optimized] target(s) in 5m 27s
21082024-11-22T01:40:52.816Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21092024-11-22T01:40:52.894ZLogging to: /work/oxidecomputer/omicron/out/LOG
21102024-11-22T01:40:52.902ZCreated new build target 'test' and set it as active
21112024-11-22T01:40:52.902Z
21122024-11-22T01:40:52.902Zreal 5:27.468780925
21132024-11-22T01:40:52.902Zuser 36:52.273406415
21142024-11-22T01:40:52.902Zsys 4:56.252381448
21152024-11-22T01:40:52.905Ztrap 1.091210516
21162024-11-22T01:40:52.905Ztflt 3.123188850
21172024-11-22T01:40:52.906Zdflt 0.943303291
21182024-11-22T01:40:52.906Zkflt 0.001253464
21192024-11-22T01:40:52.906Zlock 1:17:38.996572917
21202024-11-22T01:40:52.914Zslp 2:34:09.130455205
21212024-11-22T01:40:52.914Zlat 2:36.355815905
21222024-11-22T01:40:52.914Zstop 4:29.162670837
21232024-11-22T01:40:52.914Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21242024-11-22T01:40:53.832Z Finished `release` profile [optimized] target(s) in 0.91s
21252024-11-22T01:40:53.896Z Running `target/release/omicron-package -t test package`
21262024-11-22T01:40:53.935ZLogging to: /work/oxidecomputer/omicron/out/LOG
21272024-11-22T01:40:55.086Z Compiling convert_case v0.4.0
21282024-11-22T01:40:55.097Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21292024-11-22T01:40:55.097Z Compiling itertools v0.13.0
21302024-11-22T01:40:55.097Z Compiling newline-converter v0.3.0
21312024-11-22T01:40:55.097Z Compiling password-hash v0.5.0
21322024-11-22T01:40:55.097Z Compiling progenitor-client v0.8.0
21332024-11-22T01:40:55.097Z Compiling blake2 v0.10.6
21342024-11-22T01:40:55.243Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21352024-11-22T01:40:55.425Z Compiling owo-colors v4.1.0
21362024-11-22T01:40:55.528Z Compiling expectorate v1.1.0
21372024-11-22T01:40:55.721Z Compiling progenitor v0.8.0
21382024-11-22T01:40:55.734Z Compiling cancel-safe-futures v0.1.5
21392024-11-22T01:40:55.830Z Compiling argon2 v0.5.3
21402024-11-22T01:40:55.931Z Compiling derive_more v0.99.18
21412024-11-22T01:40:55.946Z Compiling num-rational v0.4.2
21422024-11-22T01:40:56.065Z Compiling num-complex v0.4.6
21432024-11-22T01:40:56.541Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21442024-11-22T01:41:00.748Z Compiling num v0.4.3
21452024-11-22T01:41:00.748Z Compiling atomicwrites v0.4.4
21462024-11-22T01:41:00.748Z Compiling libsw v3.3.1
21472024-11-22T01:41:00.748Z Compiling linear-map v1.2.0
21482024-11-22T01:41:00.748Z Compiling indent_write v2.2.0
21492024-11-22T01:41:00.748Z Compiling float-ord v0.3.2
21502024-11-22T01:41:00.748Z Compiling swrite v0.1.0
21512024-11-22T01:41:00.750Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21522024-11-22T01:41:00.751Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21532024-11-22T01:41:00.751Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21542024-11-22T01:41:00.751Z Compiling base64 v0.21.7
21552024-11-22T01:41:00.751Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21562024-11-22T01:41:00.751Z Compiling highway v1.2.0
21572024-11-22T01:41:00.751Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21582024-11-22T01:41:00.751Z Compiling semver v0.1.20
21592024-11-22T01:41:00.751Z Compiling newtype-uuid v1.1.3
21602024-11-22T01:41:00.751Z Compiling rustc_version v0.1.7
21612024-11-22T01:41:00.836Z Compiling newtype_derive v0.1.6
21622024-11-22T01:41:00.899Z Compiling dropshot v0.13.0
21632024-11-22T01:41:00.978Z Compiling ipnetwork v0.20.0
21642024-11-22T01:41:01.295Z Compiling instant v0.1.13
21652024-11-22T01:41:01.405Z Compiling humantime v2.1.0
21662024-11-22T01:41:01.919Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21672024-11-22T01:41:02.259Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21682024-11-22T01:41:02.477Z Compiling backoff v0.4.0
21692024-11-22T01:41:02.498Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21702024-11-22T01:41:05.829Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21712024-11-22T01:41:06.225Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21722024-11-22T01:41:07.771Z Compiling parse-display v0.10.0
21732024-11-22T01:41:07.771Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21742024-11-22T01:41:07.771Z Compiling strum v0.26.3
21752024-11-22T01:41:07.824Z Compiling serde_with v3.11.0
21762024-11-22T01:41:07.862Z Compiling regress v0.9.1
21772024-11-22T01:41:11.496Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21782024-11-22T01:41:12.286Z Compiling macaddr v1.0.1
21792024-11-22T01:41:12.751Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21802024-11-22T01:41:12.794Z Compiling steno v0.4.1
21812024-11-22T01:41:13.491Z Compiling prettyplease v0.2.25
21822024-11-22T01:41:13.510Z Compiling slog-dtrace v0.3.0
21832024-11-22T01:41:13.914Z Compiling tungstenite v0.21.0
21842024-11-22T01:41:14.164Z Compiling display-error-chain v0.2.2
21852024-11-22T01:41:15.920Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21862024-11-22T01:41:16.258Z Compiling tokio-tungstenite v0.21.0
21872024-11-22T01:41:16.953Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21882024-11-22T01:41:17.391Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21892024-11-22T01:41:18.462Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21902024-11-22T01:41:19.061Z Compiling arc-swap v1.7.1
21912024-11-22T01:41:19.753Z Compiling slog-scope v4.4.0
21922024-11-22T01:41:20.598Z Compiling half v2.4.1
21932024-11-22T01:41:21.334Z Compiling ciborium-io v0.2.2
21942024-11-22T01:41:21.489Z Compiling ciborium-ll v0.2.2
21952024-11-22T01:41:22.053Z Compiling slog-stdlog v4.1.1
21962024-11-22T01:41:22.721Z Compiling slog-envlogger v2.2.0
21972024-11-22T01:41:22.898Z Compiling ciborium v0.2.2
21982024-11-22T01:41:25.536Z Compiling nibble_vec v0.1.0
21992024-11-22T01:41:25.783Z Compiling endian-type v0.1.2
22002024-11-22T01:41:26.053Z Compiling radix_trie v0.2.1
22012024-11-22T01:41:27.009Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22022024-11-22T01:41:31.795Z Compiling fastrand v2.1.1
22032024-11-22T01:41:32.302Z Compiling same-file v1.0.6
22042024-11-22T01:41:32.459Z Compiling tempfile v3.13.0
22052024-11-22T01:41:32.563Z Compiling walkdir v2.5.0
22062024-11-22T01:41:33.029Z Compiling blake3 v1.5.4
22072024-11-22T01:41:33.219Z Compiling ring v0.16.20
22082024-11-22T01:41:33.268Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22092024-11-22T01:41:33.666Z Compiling xattr v1.3.1
22102024-11-22T01:41:33.933Z Compiling memmap2 v0.9.5
22112024-11-22T01:41:34.333Z Compiling filetime v0.2.25
22122024-11-22T01:41:34.654Z Compiling arrayvec v0.7.6
22132024-11-22T01:41:34.828Z Compiling spin v0.5.2
22142024-11-22T01:41:35.068Z Compiling arrayref v0.3.9
22152024-11-22T01:41:35.088Z Compiling keccak v0.1.5
22162024-11-22T01:41:35.091Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22172024-11-22T01:41:35.180Z Compiling constant_time_eq v0.3.1
22182024-11-22T01:41:36.108Z Compiling sha3 v0.10.8
22192024-11-22T01:41:36.405Z Compiling tar v0.4.42
22202024-11-22T01:41:36.471Z Compiling camino-tempfile v1.1.1
22212024-11-22T01:41:36.798Z Compiling toolchain_find v0.4.0
22222024-11-22T01:41:36.946Z Compiling const_format_proc_macros v0.2.33
22232024-11-22T01:41:36.969Z Compiling radium v0.7.0
22242024-11-22T01:41:37.358Z Compiling crunchy v0.2.2
22252024-11-22T01:41:37.418Z Compiling maplit v1.0.2
22262024-11-22T01:41:37.562Z Compiling topological-sort v0.2.2
22272024-11-22T01:41:37.808Z Compiling omicron-zone-package v0.11.1
22282024-11-22T01:41:37.856Z Compiling rustfmt-wrapper v0.2.1
22292024-11-22T01:41:38.450Z Compiling pem v3.0.4
22302024-11-22T01:41:38.470Z Compiling tap v1.0.1
22312024-11-22T01:41:38.682Z Compiling maybe-uninit v2.0.0
22322024-11-22T01:41:38.831Z Compiling const_format v0.2.33
22332024-11-22T01:41:38.851Z Compiling tiny-keccak v2.0.2
22342024-11-22T01:41:39.194Z Compiling wyz v0.5.1
22352024-11-22T01:41:39.801Z Compiling dsl_auto_type v0.1.2
22362024-11-22T01:41:39.821Z Compiling phf_generator v0.11.2
22372024-11-22T01:41:39.854Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22382024-11-22T01:41:39.878Z Compiling scheduled-thread-pool v0.2.7
22392024-11-22T01:41:40.012Z Compiling secrecy v0.8.0
22402024-11-22T01:41:40.035Z Compiling diesel_table_macro_syntax v0.2.0
22412024-11-22T01:41:40.299Z Compiling async-recursion v1.1.1
22422024-11-22T01:41:40.340Z Compiling funty v2.0.0
22432024-11-22T01:41:40.445Z Compiling crc-catalog v2.4.0
22442024-11-22T01:41:40.625Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22452024-11-22T01:41:40.940Z Compiling packed_struct v0.10.1
22462024-11-22T01:41:41.104Z Compiling crc v3.2.1
22472024-11-22T01:41:41.144Z Compiling diesel_derives v2.2.3
22482024-11-22T01:41:41.409Z Compiling r2d2 v0.8.10
22492024-11-22T01:41:41.793Z Compiling bitvec v1.0.1
22502024-11-22T01:41:41.936Z Compiling phf_codegen v0.11.2
22512024-11-22T01:41:42.733Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22522024-11-22T01:41:42.867Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
22532024-11-22T01:41:43.070Z Compiling ascii-canvas v3.0.0
22542024-11-22T01:41:43.145Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22552024-11-22T01:41:43.567Z Compiling universal-hash v0.5.1
22562024-11-22T01:41:43.813Z Compiling packed_struct_codegen v0.10.1
22572024-11-22T01:41:46.315Z Compiling thiserror-impl-no-std v2.0.2
22582024-11-22T01:41:46.470Z Compiling parse-zoneinfo v0.3.1
22592024-11-22T01:41:48.098Z Compiling lzma-sys v0.1.20
22602024-11-22T01:41:48.795Z Compiling ena v0.14.3
22612024-11-22T01:41:49.034Z Compiling indexmap v1.9.3
22622024-11-22T01:41:49.215Z Compiling opaque-debug v0.3.1
22632024-11-22T01:41:49.331Z Compiling regex-syntax v0.6.29
22642024-11-22T01:41:49.355Z Compiling nodrop v0.1.14
22652024-11-22T01:41:49.508Z Compiling cfg_aliases v0.1.1
22662024-11-22T01:41:49.624Z Compiling diff v0.1.13
22672024-11-22T01:41:50.152Z Compiling nix v0.28.0
22682024-11-22T01:41:50.894Z Compiling array-init v0.0.4
22692024-11-22T01:41:52.229Z Compiling poly1305 v0.8.0
22702024-11-22T01:41:52.548Z Compiling diesel v2.2.4
22712024-11-22T01:41:53.665Z Compiling lalrpop v0.19.12
22722024-11-22T01:41:54.822Z Compiling thiserror-no-std v2.0.2
22732024-11-22T01:41:55.007Z Compiling chrono-tz-build v0.4.0
22742024-11-22T01:41:59.787Z Compiling smallvec v0.6.14
22752024-11-22T01:42:00.473Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22762024-11-22T01:42:00.889Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22772024-11-22T01:42:01.185Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22782024-11-22T01:42:01.436Z Compiling chacha20 v0.9.1
22792024-11-22T01:42:01.600Z Compiling heck v0.3.3
22802024-11-22T01:42:01.981Z Compiling aead v0.5.2
22812024-11-22T01:42:02.036Z Compiling vte_generate_state_changes v0.1.2
22822024-11-22T01:42:02.338Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22832024-11-22T01:42:02.649Z Compiling termcolor v1.4.1
22842024-11-22T01:42:02.668Z Compiling bitfield v0.14.0
22852024-11-22T01:42:03.008Z Compiling hashbrown v0.12.3
22862024-11-22T01:42:03.764Z Compiling ref-cast v1.0.23
22872024-11-22T01:42:04.332Z Compiling env_logger v0.10.2
22882024-11-22T01:42:05.591Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22892024-11-22T01:42:07.511Z Compiling vte v0.11.1
22902024-11-22T01:42:09.002Z Compiling chacha20poly1305 v0.10.1
22912024-11-22T01:42:09.257Z Compiling zone_cfg_derive v0.1.2
22922024-11-22T01:42:10.694Z Compiling serde-hex v0.1.0
22932024-11-22T01:42:15.998Z Compiling chrono-tz v0.10.0
22942024-11-22T01:42:16.842Z Compiling vsss-rs v3.3.4
22952024-11-22T01:42:17.432Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22962024-11-22T01:42:17.800Z Compiling ron v0.8.1
22972024-11-22T01:42:19.869Z Compiling polar-core v0.27.3
22982024-11-22T01:42:21.113Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22992024-11-22T01:42:21.325Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23002024-11-22T01:42:21.423Z Compiling derive_builder_core v0.20.2
23012024-11-22T01:42:25.347Z Compiling hashbrown v0.13.2
23022024-11-22T01:42:25.408Z Compiling fd-lock v4.0.2
23032024-11-22T01:42:25.408Z Compiling headers-core v0.3.0
23042024-11-22T01:42:25.408Z Compiling fxhash v0.2.1
23052024-11-22T01:42:25.408Z Compiling libxml v0.3.3
23062024-11-22T01:42:25.408Z Compiling ref-cast-impl v1.0.23
23072024-11-22T01:42:25.408Z Compiling bumpalo v3.16.0
23082024-11-22T01:42:25.408Z Compiling lockfree-object-pool v0.1.6
23092024-11-22T01:42:25.408Z Compiling simd-adler32 v0.3.7
23102024-11-22T01:42:25.408Z Compiling crc-any v2.5.0
23112024-11-22T01:42:25.408Z Compiling base64 v0.13.1
23122024-11-22T01:42:25.444Z Compiling zip v2.1.3
23132024-11-22T01:42:25.600Z Compiling bytecount v0.6.8
23142024-11-22T01:42:25.619Z Compiling ron v0.7.1
23152024-11-22T01:42:25.798Z Compiling papergrid v0.11.0
23162024-11-22T01:42:25.913Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23172024-11-22T01:42:30.196Z Compiling zopfli v0.8.1
23182024-11-22T01:42:31.051Z Compiling headers v0.4.0
23192024-11-22T01:42:34.343Z Compiling derive_builder_macro v0.20.2
23202024-11-22T01:42:34.695Z Compiling object v0.30.4
23212024-11-22T01:42:35.168Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23222024-11-22T01:42:39.281Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23232024-11-22T01:42:40.934Z Compiling xz2 v0.1.7
23242024-11-22T01:42:41.553Z Compiling zone v0.1.8
23252024-11-22T01:42:45.006Z Compiling strip-ansi-escapes v0.2.0
23262024-11-22T01:42:45.399Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23272024-11-22T01:42:45.525Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23282024-11-22T01:42:45.744Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23292024-11-22T01:42:46.050Z Compiling tabled_derive v0.7.0
23302024-11-22T01:42:46.930Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23312024-11-22T01:42:47.335Z Compiling yasna v0.5.2
23322024-11-22T01:42:47.707Z Compiling peg-macros v0.8.4
23332024-11-22T01:42:48.351Z Compiling strum_macros v0.24.3
23342024-11-22T01:42:48.652Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23352024-11-22T01:42:49.680Z Compiling kstat-rs v0.2.4
23362024-11-22T01:42:50.667Z Compiling samael v0.0.17
23372024-11-22T01:42:50.711Z Compiling sqlparser_derive v0.2.2
23382024-11-22T01:42:51.059Z Compiling unicase v2.7.0
23392024-11-22T01:42:51.394Z Compiling unicode_categories v0.1.1
23402024-11-22T01:42:51.601Z Compiling nu-ansi-term v0.50.1
23412024-11-22T01:42:51.701Z Compiling indoc v1.0.9
23422024-11-22T01:42:51.749Z Compiling path-slash v0.1.5
23432024-11-22T01:42:51.770Z Compiling home v0.5.9
23442024-11-22T01:42:51.812Z Compiling sqlparser v0.45.0
23452024-11-22T01:42:51.987Z Compiling rustyline v14.0.0
23462024-11-22T01:42:52.088Z Compiling reedline v0.35.0
23472024-11-22T01:42:52.823Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23482024-11-22T01:42:54.683Z Compiling sqlformat v0.2.6
23492024-11-22T01:42:55.972Z Compiling peg v0.8.4
23502024-11-22T01:42:56.117Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23512024-11-22T01:43:03.877Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23522024-11-22T01:43:06.171Z Compiling rcgen v0.12.1
23532024-11-22T01:43:08.423Z Compiling tabled v0.15.0
23542024-11-22T01:43:16.123Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23552024-11-22T01:43:16.914Z Compiling derive_builder v0.20.2
23562024-11-22T01:43:23.849Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23572024-11-22T01:43:26.070Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23582024-11-22T01:43:28.814Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23592024-11-22T01:43:29.125Z Compiling bcs v0.1.6
23602024-11-22T01:43:29.173Z Compiling oso-derive v0.27.3
23612024-11-22T01:43:30.424Z Compiling impl-trait-for-tuples v0.2.2
23622024-11-22T01:43:30.427Z Compiling libz-sys v1.1.20
23632024-11-22T01:43:30.814Z Compiling quick-xml v0.33.0
23642024-11-22T01:43:36.911Z Compiling subprocess v0.2.9
23652024-11-22T01:43:36.934Z Compiling diesel-dtrace v0.3.0
23662024-11-22T01:43:37.246Z Compiling parking_lot_core v0.8.6
23672024-11-22T01:43:37.802Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23682024-11-22T01:43:41.733Z Compiling oso v0.27.3
23692024-11-22T01:43:59.105Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23702024-11-22T01:44:00.729Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23712024-11-22T01:44:06.306Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23722024-11-22T01:44:09.608Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23732024-11-22T01:44:09.918Z Compiling bb8 v0.8.5
23742024-11-22T01:44:10.485Z Compiling buf-list v1.0.3
23752024-11-22T01:44:11.125Z Compiling async-bb8-diesel v0.2.1
23762024-11-22T01:44:12.163Z Compiling libgit2-sys v0.17.0+1.8.1
23772024-11-22T01:44:12.452Z Compiling pin-project-internal v1.1.6
23782024-11-22T01:44:12.966Z Compiling atty v0.2.14
23792024-11-22T01:44:13.149Z Compiling salty v0.3.0
23802024-11-22T01:44:15.094Z Compiling pin-project v1.1.6
23812024-11-22T01:44:15.600Z Compiling parking_lot v0.11.2
23822024-11-22T01:44:18.508Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23832024-11-22T01:44:18.570Z Compiling snafu-derive v0.8.5
23842024-11-22T01:44:18.662Z Compiling sled v0.34.7
23852024-11-22T01:44:23.300Z Compiling snafu v0.8.5
23862024-11-22T01:44:23.332Z Compiling mime_guess v2.0.5
23872024-11-22T01:44:24.822Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23882024-11-22T01:44:25.251Z Compiling hickory-client v0.24.1
23892024-11-22T01:44:26.486Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23902024-11-22T01:44:27.049Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23912024-11-22T01:44:27.808Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23922024-11-22T01:44:30.492Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23932024-11-22T01:44:31.952Z Compiling hickory-server v0.24.1
23942024-11-22T01:44:32.428Z Compiling globset v0.4.15
23952024-11-22T01:44:39.935Z Compiling primeorder v0.13.6
23962024-11-22T01:44:40.547Z Compiling olpc-cjson v0.1.4
23972024-11-22T01:44:40.874Z Compiling vergen v8.3.2
23982024-11-22T01:44:41.199Z Compiling env_filter v0.1.2
23992024-11-22T01:44:43.578Z Compiling cargo-platform v0.1.8
24002024-11-22T01:44:44.015Z Compiling serde_plain v1.0.2
24012024-11-22T01:44:44.551Z Compiling nanorand v0.7.0
24022024-11-22T01:44:45.173Z Compiling memoffset v0.9.1
24032024-11-22T01:44:45.505Z Compiling typed-path v0.9.3
24042024-11-22T01:44:47.469Z Compiling flume v0.11.1
24052024-11-22T01:44:48.257Z Compiling tough v0.19.0
24062024-11-22T01:44:52.836Z Compiling cargo_metadata v0.18.1
24072024-11-22T01:44:52.965Z Compiling env_logger v0.11.5
24082024-11-22T01:44:54.437Z Compiling p384 v0.13.0
24092024-11-22T01:44:56.039Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24102024-11-22T01:45:03.871Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24112024-11-22T01:45:03.989Z Compiling git2 v0.19.0
24122024-11-22T01:45:05.709Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24132024-11-22T01:45:10.364Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24142024-11-22T01:45:12.160Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24152024-11-22T01:45:12.944Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24162024-11-22T01:45:17.482Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24172024-11-22T01:45:18.491Z Compiling rand_seeder v0.3.0
24182024-11-22T01:45:18.903Z Compiling libsqlite3-sys v0.30.1
24192024-11-22T01:45:19.059Z Compiling http-range v0.1.5
24202024-11-22T01:45:19.426Z Compiling rustls v0.21.12
24212024-11-22T01:45:19.467Z Compiling parse-size v1.1.0
24222024-11-22T01:45:19.657Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24232024-11-22T01:45:19.723Z Compiling cfg_aliases v0.2.1
24242024-11-22T01:45:19.819Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24252024-11-22T01:45:19.848Z Compiling nix v0.29.0
24262024-11-22T01:45:19.928Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24272024-11-22T01:45:20.043Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24282024-11-22T01:45:20.883Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24292024-11-22T01:45:21.770Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24302024-11-22T01:45:21.894Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24312024-11-22T01:45:22.206Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
24322024-11-22T01:45:22.612Z Compiling rustls-webpki v0.101.7
24332024-11-22T01:45:22.705Z Compiling sct v0.7.1
24342024-11-22T01:45:23.053Z Compiling castaway v0.2.3
24352024-11-22T01:45:23.214Z Compiling csv-core v0.1.11
24362024-11-22T01:45:23.266Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24372024-11-22T01:45:23.597Z Compiling glob v0.3.1
24382024-11-22T01:45:24.083Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24392024-11-22T01:45:25.702Z Compiling csv v1.3.0
24402024-11-22T01:45:26.449Z Compiling compact_str v0.8.0
24412024-11-22T01:45:26.549Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24422024-11-22T01:45:27.961Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24432024-11-22T01:45:29.103Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24442024-11-22T01:45:30.367Z Compiling nix v0.27.1
24452024-11-22T01:45:31.347Z Compiling hyper-staticfile v0.10.1
24462024-11-22T01:45:34.410Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24472024-11-22T01:45:35.197Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24482024-11-22T01:45:36.465Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24492024-11-22T01:45:37.999Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24502024-11-22T01:45:42.197Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24512024-11-22T01:45:44.904Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24522024-11-22T01:45:45.264Z Compiling unicode-truncate v1.1.0
24532024-11-22T01:45:45.507Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24542024-11-22T01:45:45.570Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24552024-11-22T01:45:45.819Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24562024-11-22T01:45:45.889Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24572024-11-22T01:45:48.770Z Compiling hashlink v0.9.1
24582024-11-22T01:45:49.661Z Compiling tungstenite v0.23.0
24592024-11-22T01:45:51.504Z Compiling lru v0.12.5
24602024-11-22T01:45:51.854Z Compiling instability v0.3.2
24612024-11-22T01:45:51.911Z Compiling cassowary v0.3.0
24622024-11-22T01:45:56.428Z Compiling fallible-iterator v0.3.0
24632024-11-22T01:45:56.957Z Compiling fallible-streaming-iterator v0.1.9
24642024-11-22T01:45:56.957Z Compiling ratatui v0.28.1
24652024-11-22T01:45:56.957Z Compiling tokio-tungstenite v0.23.1
24662024-11-22T01:45:56.957Z Compiling rusqlite v0.32.1
24672024-11-22T01:45:56.957Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24682024-11-22T01:45:59.066Z Compiling tokio-rustls v0.24.1
24692024-11-22T01:45:59.588Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24702024-11-22T01:46:02.036Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24712024-11-22T01:46:06.385Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24722024-11-22T01:46:07.133Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24732024-11-22T01:46:12.629Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24742024-11-22T01:46:13.849Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24752024-11-22T01:46:15.315Z Compiling rustls-pemfile v1.0.4
24762024-11-22T01:46:15.698Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24772024-11-22T01:46:16.008Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24782024-11-22T01:46:16.083Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24792024-11-22T01:46:16.272Z Compiling signal-hook-tokio v0.3.1
24802024-11-22T01:46:16.511Z Compiling twox-hash v1.6.3
24812024-11-22T01:46:17.657Z Compiling unicode-linebreak v0.1.5
24822024-11-22T01:46:18.246Z Compiling is_ci v1.2.0
24832024-11-22T01:46:18.567Z Compiling smawk v0.3.2
24842024-11-22T01:46:18.845Z Compiling textwrap v0.16.1
24852024-11-22T01:46:20.770Z Compiling supports-color v3.0.1
24862024-11-22T01:46:21.256Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24872024-11-22T01:46:22.479Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24882024-11-22T01:46:26.321Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24892024-11-22T01:46:33.051Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24902024-11-22T01:46:41.856Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24912024-11-22T01:46:43.027Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24922024-11-22T01:46:46.842Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24932024-11-22T01:46:47.495Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24942024-11-22T01:46:56.535Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24952024-11-22T01:46:56.866Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24962024-11-22T01:46:58.823Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24972024-11-22T01:47:03.677Z Compiling fatfs v0.3.6
24982024-11-22T01:47:06.539Z Compiling rtoolbox v0.0.2
24992024-11-22T01:47:06.878Z Compiling assert_matches v1.5.0
25002024-11-22T01:47:07.010Z Compiling rpassword v7.3.1
25012024-11-22T01:47:07.476Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25022024-11-22T01:47:08.046Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25032024-11-22T01:47:15.271Z Compiling tui-tree-widget v0.22.0
25042024-11-22T01:47:15.305Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25052024-11-22T01:47:15.768Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25062024-11-22T01:47:22.007Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25072024-11-22T01:47:22.326Z Compiling uzers v0.12.1
25082024-11-22T01:47:25.514Z Compiling shell-words v1.1.0
25092024-11-22T01:47:25.952Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25102024-11-22T01:47:29.104Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25112024-11-22T01:47:31.265Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25122024-11-22T01:48:04.828Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25132024-11-22T01:48:05.596Z Compiling multimap v0.10.0
25142024-11-22T01:50:30.019Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25152024-11-22T01:50:30.538Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25162024-11-22T01:57:10.157Z Finished `release` profile [optimized] target(s) in 16m 15s
25172024-11-22T01:58:14.637Z
25182024-11-22T01:58:14.640Zreal 17:21.536807917
25192024-11-22T01:58:14.640Zuser 1:58:44.127638624
25202024-11-22T01:58:14.640Zsys 6:03.525808364
25212024-11-22T01:58:14.640Ztrap 2.874048293
25222024-11-22T01:58:14.640Ztflt 2.793767683
25232024-11-22T01:58:14.640Zdflt 5.427790131
25242024-11-22T01:58:14.640Zkflt 0.000833770
25252024-11-22T01:58:14.640Zlock 7:16:52.176822708
25262024-11-22T01:58:14.640Zslp 6:14:43.533299054
25272024-11-22T01:58:14.640Zlat 2:54.403404036
25282024-11-22T01:58:14.640Zstop 2:36.928295262
25292024-11-22T01:58:14.640Z+ mapfile -t packages
25302024-11-22T01:58:14.640Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25312024-11-22T01:58:15.647Z Finished `release` profile [optimized] target(s) in 0.95s
25322024-11-22T01:58:15.709Z Running `target/release/omicron-package -t test list-outputs`
25332024-11-22T01:58:15.757ZLogging to: /work/oxidecomputer/omicron/out/LOG
25342024-11-22T01:58:15.759Z+ ptime -m cargo build --locked --release -p xtask
25352024-11-22T01:58:16.315Z Compiling serde v1.0.215
25362024-11-22T01:58:16.318Z Compiling rustix v0.38.37
25372024-11-22T01:58:16.318Z Compiling libc v0.2.162
25382024-11-22T01:58:16.318Z Compiling serde_json v1.0.132
25392024-11-22T01:58:16.318Z Compiling syn v2.0.87
25402024-11-22T01:58:16.415Z Compiling bitflags v2.6.0
25412024-11-22T01:58:16.803Z Compiling usdt-impl v0.5.0
25422024-11-22T01:58:16.916Z Compiling syn v1.0.109
25432024-11-22T01:58:16.932Z Compiling hashbrown v0.15.0
25442024-11-22T01:58:17.013Z Compiling log v0.4.22
25452024-11-22T01:58:17.052Z Compiling fs-err v2.11.0
25462024-11-22T01:58:17.351Z Compiling once_cell v1.20.2
25472024-11-22T01:58:17.483Z Compiling anyhow v1.0.93
25482024-11-22T01:58:17.867Z Compiling thread-id v4.2.2
25492024-11-22T01:58:18.239Z Compiling indexmap v2.6.0
25502024-11-22T01:58:19.537Z Compiling terminal_size v0.4.0
25512024-11-22T01:58:19.537Z Compiling tempfile v3.13.0
25522024-11-22T01:58:19.756Z Compiling clap_builder v4.5.21
25532024-11-22T01:58:20.365Z Compiling proc-macro-error v1.0.4
25542024-11-22T01:58:21.740Z Compiling tabled_derive v0.7.0
25552024-11-22T01:58:23.150Z Compiling tabled v0.15.0
25562024-11-22T01:58:24.578Z Compiling serde_derive v1.0.215
25572024-11-22T01:58:25.050Z Compiling thiserror-impl v1.0.69
25582024-11-22T01:58:27.844Z Compiling zerocopy-derive v0.7.35
25592024-11-22T01:58:28.027Z Compiling thiserror v1.0.69
25602024-11-22T01:58:28.196Z Compiling pest v2.7.14
25612024-11-22T01:58:30.096Z Compiling zerocopy v0.7.35
25622024-11-22T01:58:31.288Z Compiling pest_meta v2.7.14
25632024-11-22T01:58:31.778Z Compiling scroll_derive v0.12.0
25642024-11-22T01:58:33.158Z Compiling pest_generator v2.7.14
25652024-11-22T01:58:35.008Z Compiling scroll v0.12.0
25662024-11-22T01:58:35.559Z Compiling pest_derive v2.7.14
25672024-11-22T01:58:35.695Z Compiling goblin v0.8.2
25682024-11-22T01:58:36.330Z Compiling dtrace-parser v0.2.0
25692024-11-22T01:58:41.512Z Compiling dof v0.3.0
25702024-11-22T01:58:42.219Z Compiling toml_datetime v0.6.8
25712024-11-22T01:58:42.263Z Compiling serde_spanned v0.6.8
25722024-11-22T01:58:42.388Z Compiling serde_tokenstream v0.2.2
25732024-11-22T01:58:42.756Z Compiling toml_edit v0.22.22
25742024-11-22T01:58:42.986Z Compiling camino v1.1.9
25752024-11-22T01:58:43.010Z Compiling cargo-platform v0.1.8
25762024-11-22T01:58:43.559Z Compiling usdt-macro v0.5.0
25772024-11-22T01:58:44.230Z Compiling usdt-attr-macro v0.5.0
25782024-11-22T01:58:44.370Z Compiling semver v1.0.23
25792024-11-22T01:58:44.792Z Compiling clap_derive v4.5.18
25802024-11-22T01:58:45.632Z Compiling cargo_metadata v0.18.1
25812024-11-22T01:58:45.889Z Compiling usdt v0.5.0
25822024-11-22T01:58:47.394Z Compiling toml v0.8.19
25832024-11-22T01:58:48.710Z Compiling cargo_toml v0.20.5
25842024-11-22T01:58:49.551Z Compiling clap v4.5.21
25852024-11-22T01:58:49.687Z Compiling camino-tempfile v1.1.1
25862024-11-22T01:58:50.103Z Compiling macaddr v1.0.1
25872024-11-22T01:59:01.610Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25882024-11-22T01:59:13.034Z Finished `release` profile [optimized] target(s) in 57.19s
25892024-11-22T01:59:13.152Z
25902024-11-22T01:59:13.179Zreal 57.324760383
25912024-11-22T01:59:13.179Zuser 5:46.483453574
25922024-11-22T01:59:13.180Zsys 31.828550733
25932024-11-22T01:59:13.180Ztrap 0.147366208
25942024-11-22T01:59:13.180Ztflt 0.299517360
25952024-11-22T01:59:13.180Zdflt 0.688620564
25962024-11-22T01:59:13.180Zkflt 0.000010407
25972024-11-22T01:59:13.181Zlock 10:16.032183230
25982024-11-22T01:59:13.181Zslp 15:18.021782838
25992024-11-22T01:59:13.181Zlat 13.419327941
26002024-11-22T01:59:13.181Zstop 15.445588343
26012024-11-22T01:59:13.181Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26022024-11-22T01:59:13.181Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26032024-11-22T01:59:13.181Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26042024-11-22T01:59:13.181Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26052024-11-22T01:59:13.181Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26062024-11-22T01:59:14.014Z Compiling hashbrown v0.14.5
26072024-11-22T01:59:14.142Z Compiling ident_case v1.0.1
26082024-11-22T01:59:14.155Z Compiling unsafe-libyaml v0.2.11
26092024-11-22T01:59:14.158Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26102024-11-22T01:59:14.158Z Compiling progenitor-client v0.8.0
26112024-11-22T01:59:14.158Z Compiling ipnetwork v0.20.0
26122024-11-22T01:59:14.158Z Compiling macaddr v1.0.1
26132024-11-22T01:59:14.167Z Compiling instant v0.1.13
26142024-11-22T01:59:14.295Z Compiling darling_core v0.20.10
26152024-11-22T01:59:14.338Z Compiling structmeta-derive v0.3.0
26162024-11-22T01:59:14.620Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26172024-11-22T01:59:14.670Z Compiling dropshot v0.13.0
26182024-11-22T01:59:14.690Z Compiling newtype-uuid v1.1.3
26192024-11-22T01:59:14.991Z Compiling dropshot_endpoint v0.13.0
26202024-11-22T01:59:15.187Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26212024-11-22T01:59:15.375Z Compiling regress v0.10.1
26222024-11-22T01:59:15.409Z Compiling regress v0.9.1
26232024-11-22T01:59:15.440Z Compiling serde_yaml v0.9.34+deprecated
26242024-11-22T01:59:15.988Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26252024-11-22T01:59:16.049Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26262024-11-22T01:59:16.181Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26272024-11-22T01:59:16.453Z Compiling backoff v0.4.0
26282024-11-22T01:59:16.821Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26292024-11-22T01:59:16.981Z Compiling tempfile v3.13.0
26302024-11-22T01:59:16.998Z Compiling proc-macro-crate v1.3.1
26312024-11-22T01:59:17.427Z Compiling structmeta v0.3.0
26322024-11-22T01:59:17.902Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26332024-11-22T01:59:17.905Z Compiling parse-display-derive v0.10.0
26342024-11-22T01:59:18.114Z Compiling num_enum_derive v0.5.11
26352024-11-22T01:59:18.293Z Compiling itertools v0.13.0
26362024-11-22T01:59:19.754Z Compiling typify-impl v0.2.0
26372024-11-22T01:59:20.490Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26382024-11-22T01:59:20.582Z Compiling zerocopy v0.8.10
26392024-11-22T01:59:20.732Z Compiling num_enum v0.5.11
26402024-11-22T01:59:20.807Z Compiling zerocopy-derive v0.8.10
26412024-11-22T01:59:20.906Z Compiling foreign-types-macros v0.2.3
26422024-11-22T01:59:21.552Z Compiling darling_macro v0.20.10
26432024-11-22T01:59:21.602Z Compiling foreign-types-shared v0.3.1
26442024-11-22T01:59:21.647Z Compiling heapless v0.8.0
26452024-11-22T01:59:21.737Z Compiling proc-macro-error v1.0.4
26462024-11-22T01:59:22.214Z Compiling foreign-types v0.5.0
26472024-11-22T01:59:22.528Z Compiling camino-tempfile v1.1.1
26482024-11-22T01:59:22.546Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26492024-11-22T01:59:22.563Z Compiling darling v0.20.10
26502024-11-22T01:59:22.630Z Compiling parse-display v0.10.0
26512024-11-22T01:59:22.684Z Compiling serde_with_macros v3.11.0
26522024-11-22T01:59:22.701Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26532024-11-22T01:59:22.995Z Compiling hash32 v0.3.1
26542024-11-22T01:59:23.255Z Compiling cstr-argument v0.1.2
26552024-11-22T01:59:23.374Z Compiling pretty-hex v0.2.1
26562024-11-22T01:59:23.392Z Compiling crucible-workspace-hack v0.1.0
26572024-11-22T01:59:23.521Z Compiling smoltcp v0.11.0
26582024-11-22T01:59:23.563Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26592024-11-22T01:59:23.696Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26602024-11-22T01:59:23.931Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26612024-11-22T01:59:24.309Z Compiling tabwriter v1.4.0
26622024-11-22T01:59:24.336Z Compiling colored v2.1.0
26632024-11-22T01:59:24.891Z Compiling cobs v0.2.3
26642024-11-22T01:59:25.220Z Compiling postcard v1.0.10
26652024-11-22T01:59:25.342Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26662024-11-22T01:59:25.995Z Compiling serde_with v3.11.0
26672024-11-22T01:59:26.007Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26682024-11-22T01:59:26.007Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26692024-11-22T01:59:26.007Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26702024-11-22T01:59:26.248Z Compiling smf v0.2.3
26712024-11-22T01:59:26.841Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26722024-11-22T01:59:27.552Z Compiling zone_cfg_derive v0.3.0
26732024-11-22T01:59:27.821Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
26742024-11-22T01:59:28.287Z Compiling num-derive v0.4.2
26752024-11-22T01:59:29.088Z Compiling sigpipe v0.1.3
26762024-11-22T01:59:29.216Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26772024-11-22T01:59:29.539Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26782024-11-22T01:59:29.563Z Compiling zone v0.3.0
26792024-11-22T01:59:29.851Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
26802024-11-22T01:59:30.008Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26812024-11-22T01:59:30.338Z Compiling universal-hash v0.5.1
26822024-11-22T01:59:30.355Z Compiling opaque-debug v0.3.1
26832024-11-22T01:59:30.458Z Compiling num-rational v0.4.2
26842024-11-22T01:59:30.546Z Compiling password-hash v0.5.0
26852024-11-22T01:59:30.635Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26862024-11-22T01:59:30.654Z Compiling num-complex v0.4.6
26872024-11-22T01:59:30.873Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26882024-11-22T01:59:31.234Z Compiling blake2 v0.10.6
26892024-11-22T01:59:31.582Z Compiling aead v0.5.2
26902024-11-22T01:59:31.602Z Compiling keccak v0.1.5
26912024-11-22T01:59:31.633Z Compiling convert_case v0.4.0
26922024-11-22T01:59:31.733Z Compiling argon2 v0.5.3
26932024-11-22T01:59:32.014Z Compiling sha3 v0.10.8
26942024-11-22T01:59:32.279Z Compiling num v0.4.3
26952024-11-22T01:59:32.401Z Compiling poly1305 v0.8.0
26962024-11-22T01:59:32.699Z Compiling tungstenite v0.21.0
26972024-11-22T01:59:32.715Z Compiling chacha20 v0.9.1
26982024-11-22T01:59:32.732Z Compiling derive_more v0.99.18
26992024-11-22T01:59:33.082Z Compiling float-ord v0.3.2
27002024-11-22T01:59:33.204Z Compiling base64 v0.21.7
27012024-11-22T01:59:33.263Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27022024-11-22T01:59:33.715Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27032024-11-22T01:59:33.766Z Compiling tokio-tungstenite v0.21.0
27042024-11-22T01:59:34.007Z Compiling semver v0.1.20
27052024-11-22T01:59:34.162Z Compiling same-file v1.0.6
27062024-11-22T01:59:34.365Z Compiling walkdir v2.5.0
27072024-11-22T01:59:34.488Z Compiling rustc_version v0.1.7
27082024-11-22T01:59:34.632Z Compiling newline-converter v0.3.0
27092024-11-22T01:59:34.681Z Compiling primeorder v0.13.6
27102024-11-22T01:59:34.805Z Compiling secrecy v0.8.0
27112024-11-22T01:59:34.876Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27122024-11-22T01:59:35.082Z Compiling owo-colors v4.1.0
27132024-11-22T01:59:35.166Z Compiling cancel-safe-futures v0.1.5
27142024-11-22T01:59:35.199Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27152024-11-22T01:59:35.269Z Compiling newtype_derive v0.1.6
27162024-11-22T01:59:35.396Z Compiling expectorate v1.1.0
27172024-11-22T01:59:35.552Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27182024-11-22T01:59:35.576Z Compiling thiserror-impl-no-std v2.0.2
27192024-11-22T01:59:35.594Z Compiling blake3 v1.5.4
27202024-11-22T01:59:35.747Z Compiling ring v0.16.20
27212024-11-22T01:59:35.767Z Compiling unicase v2.7.0
27222024-11-22T01:59:35.887Z Compiling half v2.4.1
27232024-11-22T01:59:36.069Z Compiling arc-swap v1.7.1
27242024-11-22T01:59:36.272Z Compiling ciborium-io v0.2.2
27252024-11-22T01:59:36.426Z Compiling ciborium-ll v0.2.2
27262024-11-22T01:59:36.752Z Compiling slog-scope v4.4.0
27272024-11-22T01:59:37.103Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27282024-11-22T01:59:37.153Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27292024-11-22T01:59:37.467Z Compiling polyval v0.6.2
27302024-11-22T01:59:37.924Z Compiling atomicwrites v0.4.4
27312024-11-22T01:59:38.019Z Compiling libsw v3.3.1
27322024-11-22T01:59:38.293Z Compiling memmap2 v0.9.5
27332024-11-22T01:59:38.354Z Compiling arrayvec v0.7.6
27342024-11-22T01:59:38.622Z Compiling spin v0.5.2
27352024-11-22T01:59:38.729Z Compiling typify-macro v0.2.0
27362024-11-22T01:59:38.749Z Compiling thiserror-no-std v2.0.2
27372024-11-22T01:59:38.787Z Compiling linear-map v1.2.0
27382024-11-22T01:59:38.804Z Compiling salty v0.3.0
27392024-11-22T01:59:38.855Z Compiling indent_write v2.2.0
27402024-11-22T01:59:38.878Z Compiling constant_time_eq v0.3.1
27412024-11-22T01:59:39.071Z Compiling parking_lot_core v0.8.6
27422024-11-22T01:59:39.091Z Compiling libefi-sys v0.1.0
27432024-11-22T01:59:39.163Z Compiling arrayref v0.3.9
27442024-11-22T01:59:39.243Z Compiling vsss-rs v3.3.4
27452024-11-22T01:59:39.392Z Compiling ghash v0.5.1
27462024-11-22T01:59:39.594Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27472024-11-22T01:59:39.785Z Compiling slog-stdlog v4.1.1
27482024-11-22T01:59:40.147Z Compiling ciborium v0.2.2
27492024-11-22T01:59:40.483Z Compiling p384 v0.13.0
27502024-11-22T01:59:40.515Z Compiling toolchain_find v0.4.0
27512024-11-22T01:59:40.517Z Compiling chacha20poly1305 v0.10.1
27522024-11-22T01:59:40.787Z Compiling ctr v0.9.2
27532024-11-22T01:59:41.178Z Compiling lzma-sys v0.1.20
27542024-11-22T01:59:41.244Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27552024-11-22T01:59:41.666Z Compiling bitfield-struct v0.6.2
27562024-11-22T01:59:41.716Z Compiling slog-dtrace v0.3.0
27572024-11-22T01:59:42.014Z Compiling topological-sort v0.2.2
27582024-11-22T01:59:42.016Z Compiling highway v1.2.0
27592024-11-22T01:59:42.223Z Compiling omicron-zone-package v0.11.1
27602024-11-22T01:59:42.396Z Compiling aes-gcm v0.10.3
27612024-11-22T01:59:42.710Z Compiling rustfmt-wrapper v0.2.1
27622024-11-22T01:59:42.851Z Compiling mime_guess v2.0.5
27632024-11-22T01:59:43.161Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27642024-11-22T01:59:43.164Z Compiling typify v0.2.0
27652024-11-22T01:59:43.268Z Compiling slog-envlogger v2.2.0
27662024-11-22T01:59:43.300Z Compiling progenitor-impl v0.8.0
27672024-11-22T01:59:43.339Z Compiling steno v0.4.1
27682024-11-22T01:59:44.102Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27692024-11-22T01:59:44.174Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27702024-11-22T01:59:44.204Z Compiling heck v0.3.3
27712024-11-22T01:59:44.303Z Compiling ssh-encoding v0.2.0
27722024-11-22T01:59:44.657Z Compiling blowfish v0.9.1
27732024-11-22T01:59:44.811Z Compiling nibble_vec v0.1.0
27742024-11-22T01:59:44.866Z Compiling env_filter v0.1.2
27752024-11-22T01:59:44.934Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27762024-11-22T01:59:45.048Z Compiling endian-type v0.1.2
27772024-11-22T01:59:45.118Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27782024-11-22T01:59:45.210Z Compiling humantime v2.1.0
27792024-11-22T01:59:45.255Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27802024-11-22T01:59:45.286Z Compiling radix_trie v0.2.1
27812024-11-22T01:59:45.354Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27822024-11-22T01:59:45.619Z Compiling env_logger v0.11.5
27832024-11-22T01:59:45.636Z Compiling bcrypt-pbkdf v0.10.0
27842024-11-22T01:59:45.758Z Compiling ssh-cipher v0.2.0
27852024-11-22T01:59:45.992Z Compiling zone_cfg_derive v0.1.2
27862024-11-22T01:59:46.278Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27872024-11-22T01:59:46.364Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27882024-11-22T01:59:46.928Z Compiling parking_lot v0.11.2
27892024-11-22T01:59:47.304Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27902024-11-22T01:59:47.564Z Compiling password-hash v0.4.2
27912024-11-22T01:59:47.634Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
27922024-11-22T01:59:47.761Z Compiling gethostname v0.5.0
27932024-11-22T01:59:47.791Z Compiling fxhash v0.2.1
27942024-11-22T01:59:47.872Z Compiling bumpalo v3.16.0
27952024-11-22T01:59:47.996Z Compiling matches v0.1.10
27962024-11-22T01:59:48.015Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27972024-11-22T01:59:48.105Z Compiling http-range v0.1.5
27982024-11-22T01:59:48.269Z Compiling zip v2.1.3
27992024-11-22T01:59:48.307Z Compiling lockfree-object-pool v0.1.6
28002024-11-22T01:59:48.383Z Compiling base64 v0.13.1
28012024-11-22T01:59:48.485Z Compiling simd-adler32 v0.3.7
28022024-11-22T01:59:48.530Z Compiling idna v0.2.3
28032024-11-22T01:59:48.582Z Compiling pbkdf2 v0.11.0
28042024-11-22T01:59:48.603Z Compiling sled v0.34.7
28052024-11-22T01:59:48.646Z Compiling zone v0.1.8
28062024-11-22T01:59:48.972Z Compiling zopfli v0.8.1
28072024-11-22T01:59:48.996Z Compiling ron v0.7.1
28082024-11-22T01:59:49.111Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28092024-11-22T01:59:49.845Z Compiling xz2 v0.1.7
28102024-11-22T01:59:50.218Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28112024-11-22T01:59:50.367Z Compiling ssh-key v0.6.6
28122024-11-22T01:59:50.878Z Compiling hickory-client v0.24.1
28132024-11-22T01:59:51.419Z Compiling p256 v0.13.2
28142024-11-22T01:59:51.448Z Compiling p521 v0.13.3
28152024-11-22T01:59:51.634Z Compiling progenitor-macro v0.8.0
28162024-11-22T01:59:51.742Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
28172024-11-22T01:59:52.317Z Compiling hickory-server v0.24.1
28182024-11-22T01:59:52.449Z Compiling enum-as-inner v0.5.1
28192024-11-22T01:59:52.971Z Compiling pem v3.0.4
28202024-11-22T01:59:53.536Z Compiling yasna v0.5.2
28212024-11-22T01:59:53.845Z Compiling headers-core v0.3.0
28222024-11-22T01:59:53.903Z Compiling kstat-rs v0.2.4
28232024-11-22T01:59:54.024Z Compiling nanorand v0.7.0
28242024-11-22T01:59:54.578Z Compiling russh-cryptovec v0.7.3
28252024-11-22T01:59:54.624Z Compiling atty v0.2.14
28262024-11-22T01:59:54.791Z Compiling md5 v0.7.0
28272024-11-22T01:59:54.903Z Compiling rcgen v0.12.1
28282024-11-22T01:59:55.174Z Compiling russh-keys v0.45.0
28292024-11-22T01:59:55.255Z Compiling flume v0.11.1
28302024-11-22T01:59:55.327Z Compiling headers v0.4.0
28312024-11-22T01:59:55.347Z Compiling trust-dns-proto v0.22.0
28322024-11-22T01:59:56.004Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28332024-11-22T01:59:57.381Z Compiling hyper-staticfile v0.10.1
28342024-11-22T01:59:58.555Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28352024-11-22T01:59:59.187Z Compiling num-bigint v0.4.6
28362024-11-22T01:59:59.531Z Compiling des v0.8.1
28372024-11-22T01:59:59.600Z Compiling subprocess v0.2.9
28382024-11-22T01:59:59.603Z Compiling display-error-chain v0.2.2
28392024-11-22T01:59:59.832Z Compiling dhcproto-macros v0.1.0
28402024-11-22T01:59:59.898Z Compiling hex-literal v0.4.1
28412024-11-22T02:00:00.069Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28422024-11-22T02:00:00.472Z Compiling internet-checksum v0.2.1
28432024-11-22T02:00:00.810Z Compiling dhcproto v0.12.0
28442024-11-22T02:00:02.290Z Compiling russh v0.45.0
28452024-11-22T02:00:04.565Z Compiling progenitor v0.8.0
28462024-11-22T02:00:04.699Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28472024-11-22T02:00:04.702Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28482024-11-22T02:00:04.702Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28492024-11-22T02:00:04.702Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28502024-11-22T02:00:04.702Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28512024-11-22T02:00:04.702Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28522024-11-22T02:00:04.790Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28532024-11-22T02:00:06.209Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28542024-11-22T02:00:06.458Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28552024-11-22T02:00:07.382Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28562024-11-22T02:00:10.047Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28572024-11-22T02:00:11.236Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28582024-11-22T02:00:21.156Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28592024-11-22T02:00:21.156Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28602024-11-22T02:00:21.158Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28612024-11-22T02:00:21.158Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28622024-11-22T02:00:24.466Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28632024-11-22T02:00:24.588Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28642024-11-22T02:00:25.571Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28652024-11-22T02:00:26.079Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28662024-11-22T02:00:28.240Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28672024-11-22T02:00:29.313Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28682024-11-22T02:00:30.282Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28692024-11-22T02:00:30.285Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28702024-11-22T02:00:31.989Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28712024-11-22T02:00:33.082Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28722024-11-22T02:00:34.053Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28732024-11-22T02:00:34.453Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28742024-11-22T02:00:34.730Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28752024-11-22T02:00:35.149Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28762024-11-22T02:00:35.325Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28772024-11-22T02:00:37.302Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28782024-11-22T02:00:37.812Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28792024-11-22T02:00:39.267Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28802024-11-22T02:00:39.974Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28812024-11-22T02:00:41.082Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28822024-11-22T02:00:41.455Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28832024-11-22T02:00:44.407Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28842024-11-22T02:00:44.917Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28852024-11-22T02:00:46.340Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862024-11-22T02:00:49.890Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28872024-11-22T02:00:58.854Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28882024-11-22T02:01:00.152Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28892024-11-22T02:01:19.706Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28902024-11-22T02:01:55.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s
28912024-11-22T02:01:55.841Z
28922024-11-22T02:01:55.844Zreal 2:42.640293621
28932024-11-22T02:01:55.844Zuser 12:27.583914801
28942024-11-22T02:01:55.844Zsys 2:43.580289391
28952024-11-22T02:01:55.844Ztrap 0.336438802
28962024-11-22T02:01:55.844Ztflt 0.886525897
28972024-11-22T02:01:55.844Zdflt 2.176834141
28982024-11-22T02:01:55.844Zkflt 0.004560443
28992024-11-22T02:01:55.844Zlock 26:10.384640037
29002024-11-22T02:01:55.844Zslp 45:02.398514188
29012024-11-22T02:01:55.844Zlat 36.099403608
29022024-11-22T02:01:55.844Zstop 1:26.463346370
29032024-11-22T02:01:55.844Z+ mkdir tests
29042024-11-22T02:01:55.847Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29052024-11-22T02:01:55.847Z+ xargs -I '{}' -t cp '{}' tests/
29062024-11-22T02:01:56.978Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d4e53d9f3bedcb3c tests/
29072024-11-22T02:01:56.999Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-40c18115de4f3f4d tests/
29082024-11-22T02:01:57.020Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-c8af10747fd33443 tests/
29092024-11-22T02:01:57.041Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fec4822d49808226 tests/
29102024-11-22T02:01:57.220Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
29112024-11-22T02:01:57.223Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-40c18115de4f3f4d tests/commtest-c8af10747fd33443 tests/dhcp_server-d4e53d9f3bedcb3c tests/end_to_end_tests-fec4822d49808226 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
29122024-11-22T02:03:08.318ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29132024-11-22T02:03:08.318Za .github/buildomat/ci-env.sh 1K
29142024-11-22T02:03:08.318Za out/target/test 1K
29152024-11-22T02:03:08.318Za out/npuzone/npuzone 23144K
29162024-11-22T02:03:08.318Za package-manifest.toml 32K
29172024-11-22T02:03:08.318Za smf/sled-agent/non-gimlet/config.toml 4K
29182024-11-22T02:03:08.318Za target/release/omicron-package 36350K
29192024-11-22T02:03:08.318Za target/release/xtask 11750K
29202024-11-22T02:03:08.318Za target/debug/bootstrap 210020K
29212024-11-22T02:03:08.318Za tests/bootstrap-40c18115de4f3f4d 24246K
29222024-11-22T02:03:08.318Za tests/commtest-c8af10747fd33443 25022K
29232024-11-22T02:03:08.318Za tests/dhcp_server-d4e53d9f3bedcb3c 24246K
29242024-11-22T02:03:08.318Za tests/end_to_end_tests-fec4822d49808226 228120K
29252024-11-22T02:03:08.318Za out/clickhouse.tar.gz 285644K
29262024-11-22T02:03:08.319Za out/clickhouse_keeper.tar.gz 285642K
29272024-11-22T02:03:08.319Za out/clickhouse_server.tar.gz 285639K
29282024-11-22T02:03:08.319Za out/cockroachdb.tar.gz 134564K
29292024-11-22T02:03:08.319Za out/crucible-dtrace.tar 85K
29302024-11-22T02:03:08.319Za out/crucible-pantry-zone.tar.gz 28184K
29312024-11-22T02:03:08.319Za out/crucible-zone.tar.gz 36396K
29322024-11-22T02:03:08.319Za out/external-dns.tar.gz 35283K
29332024-11-22T02:03:08.319Za out/internal-dns.tar.gz 35283K
29342024-11-22T02:03:08.319Za out/mg-ddm-gz.tar 63075K
29352024-11-22T02:03:08.319Za out/nexus.tar.gz 100330K
29362024-11-22T02:03:08.319Za out/ntp.tar.gz 10354K
29372024-11-22T02:03:08.319Za out/omicron-gateway-softnpu.tar.gz 23877K
29382024-11-22T02:03:08.319Za out/omicron-sled-agent.tar 113631K
29392024-11-22T02:03:08.319Za out/overlay.tar.gz 3K
29402024-11-22T02:03:08.319Za out/oximeter.tar.gz 51195K
29412024-11-22T02:03:08.319Za out/oxlog.tar 3088K
29422024-11-22T02:03:08.319Za out/probe.tar.gz 2764K
29432024-11-22T02:03:08.319Za out/propolis-server.tar.gz 66596K
29442024-11-22T02:03:08.319Za out/pumpkind-gz.tar 26665K
29452024-11-22T02:03:08.319Za out/switch-softnpu.tar.gz 237329K
29462024-11-22T02:03:08.322Z
29472024-11-22T02:03:08.322Zreal 1:11.081186620
29482024-11-22T02:03:08.322Zuser 1:08.032791750
29492024-11-22T02:03:08.322Zsys 4.283228380
29502024-11-22T02:03:08.322Ztrap 0.016563725
29512024-11-22T02:03:08.322Ztflt 0.000000000
29522024-11-22T02:03:08.323Zdflt 0.000000000
29532024-11-22T02:03:08.323Zkflt 0.000000000
29542024-11-22T02:03:08.323Zlock 0.000000000
29552024-11-22T02:03:08.323Zslp 1:08.003539326
29562024-11-22T02:03:08.323Zlat 1.821486865
29572024-11-22T02:03:08.323Zstop 0.000212732
29582024-11-22T02:03:08.323Zprocess exited: duration 2000899 ms, exit code 0
 
29592024-11-22T02:03:08.337Zfound 1 output files
29602024-11-22T02:03:08.337Zuploading: /work/package.tar.gz (1877395960 bytes)
29612024-11-22T02:03:51.154Zuploaded: /work/package.tar.gz