01JDQBE2BP4924KJXW6K60MV6R: 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: 01JDQBEMDZAM7YQG666CHDB7NY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-27T17:43:12.136Zjob assigned to worker 01JDQBETQBD53VPK2QGYEJ7ACX [factory aws, i-0339269af029bf18c] (queued for 1 m 4 s)
 
22024-11-27T17:43:19.638Zstarting task 0: "setup"
32024-11-27T17:43:19.644Z++ uname -s
42024-11-27T17:43:19.646Z+ kern=SunOS
52024-11-27T17:43:19.646Z+ case "$kern" in
62024-11-27T17:43:19.646Z+ groupadd -g 12345 build
72024-11-27T17:43:19.649Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-27T17:43:21.655Z+ zfs create -o mountpoint=/work rpool/work
92024-11-27T17:43:21.748Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-27T17:43:21.751Z+ home_fs=zfs
112024-11-27T17:43:21.751Z+ [[ zfs == autofs ]]
122024-11-27T17:43:21.751Z+ mkdir -p /home/build
132024-11-27T17:43:21.754Z+ chown build:build /home/build /work
142024-11-27T17:43:23.754Z+ chmod 0700 /home/build /work
152024-11-27T17:43:23.759Zprocess exited: duration 4120 ms, exit code 0
 
162024-11-27T17:43:23.764Zstarting task 1: "rust-toolchain"
172024-11-27T17:43:23.770Z+ printf ' * toolchain channel = "%s"
182024-11-27T17:43:23.770Z' 1.81.0
192024-11-27T17:43:23.770Z * toolchain channel = "1.81.0"
202024-11-27T17:43:23.770Z+ printf ' * toolchain profile = "%s"
212024-11-27T17:43:23.770Z' default
222024-11-27T17:43:23.770Z * toolchain profile = "default"
232024-11-27T17:43:23.772Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-27T17:43:23.772Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-27T17:43:23.890Zinfo: downloading installer
262024-11-27T17:43:25.581Zinfo: profile set to 'default'
272024-11-27T17:43:25.581Zinfo: default host triple is x86_64-unknown-illumos
282024-11-27T17:43:25.586Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-27T17:43:25.755Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-27T17:43:25.755Zinfo: downloading component 'cargo'
312024-11-27T17:43:26.759Zinfo: downloading component 'clippy'
322024-11-27T17:43:27.130Zinfo: downloading component 'rust-docs'
332024-11-27T17:43:28.531Zinfo: downloading component 'rust-std'
342024-11-27T17:43:30.743Zinfo: downloading component 'rustc'
352024-11-27T17:43:38.845Zinfo: downloading component 'rustfmt'
362024-11-27T17:43:38.912Zinfo: installing component 'cargo'
372024-11-27T17:43:39.642Zinfo: installing component 'clippy'
382024-11-27T17:43:39.998Zinfo: installing component 'rust-docs'
392024-11-27T17:43:41.623Zinfo: installing component 'rust-std'
402024-11-27T17:43:43.312Zinfo: installing component 'rustc'
412024-11-27T17:43:48.859Zinfo: installing component 'rustfmt'
422024-11-27T17:43:49.177Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-27T17:43:49.177Z
442024-11-27T17:43:49.538Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-27T17:43:49.538Z
462024-11-27T17:43:49.540Z
472024-11-27T17:43:49.540ZRust is installed now. Great!
482024-11-27T17:43:49.540Z
492024-11-27T17:43:49.540ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-27T17:43:49.540Zenvironment variable. This has not been done automatically.
512024-11-27T17:43:49.540Z
522024-11-27T17:43:49.540ZTo configure your current shell, you need to source
532024-11-27T17:43:49.540Zthe corresponding env file under $HOME/.cargo.
542024-11-27T17:43:49.541Z
552024-11-27T17:43:49.541ZThis is usually done by running one of the following (note the leading DOT):
562024-11-27T17:43:49.541Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-27T17:43:49.541Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-27T17:43:49.607Z+ rustc --version
592024-11-27T17:43:49.673Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-27T17:43:49.676Zprocess exited: duration 25907 ms, exit code 0
 
612024-11-27T17:43:49.680Zstarting task 2: "authentication"
622024-11-27T17:43:49.701Zprocess exited: duration 19 ms, exit code 0
 
632024-11-27T17:43:49.706Zstarting task 3: "clone repository"
642024-11-27T17:43:49.711Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-27T17:43:49.714Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-27T17:43:51.223ZCloning into '/work/oxidecomputer/omicron'...
672024-11-27T17:43:58.565Z+ cd /work/oxidecomputer/omicron
682024-11-27T17:43:58.565Z+ git fetch origin efa5390f99bda256f70843e105473e1cbecbf39d
692024-11-27T17:43:58.869ZFrom https://github.com/oxidecomputer/omicron
702024-11-27T17:43:58.869Z * branch efa5390f99bda256f70843e105473e1cbecbf39d -> FETCH_HEAD
712024-11-27T17:43:58.881Z+ [[ -n alan/update-time-for-c-and-p ]]
722024-11-27T17:43:58.888Z++ git branch --show-current
732024-11-27T17:43:58.888Z+ current=main
742024-11-27T17:43:58.888Z+ [[ main != alan/update-time-for-c-and-p ]]
752024-11-27T17:43:58.888Z+ git branch -f alan/update-time-for-c-and-p efa5390f99bda256f70843e105473e1cbecbf39d
762024-11-27T17:43:58.888Z+ git checkout -f alan/update-time-for-c-and-p
772024-11-27T17:43:58.977ZSwitched to branch 'alan/update-time-for-c-and-p'
782024-11-27T17:43:58.980Z+ git reset --hard efa5390f99bda256f70843e105473e1cbecbf39d
792024-11-27T17:43:59.071ZHEAD is now at efa5390f9 Update Crucible and Propolis
802024-11-27T17:43:59.074Zprocess exited: duration 9364 ms, exit code 0
 
812024-11-27T17:43:59.079Zstarting task 4: "build"
822024-11-27T17:43:59.084Z+ source .github/buildomat/ci-env.sh
832024-11-27T17:43:59.087Z++ export CARGO_TERM_COLOR=always
842024-11-27T17:43:59.087Z++ CARGO_TERM_COLOR=always
852024-11-27T17:43:59.087Z+ cargo --version
862024-11-27T17:43:59.140Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-27T17:43:59.142Z+ rustc --version
882024-11-27T17:43:59.202Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-27T17:43:59.204Z+ WORK=/work
902024-11-27T17:43:59.204Z+ pfexec mkdir -p /work
912024-11-27T17:43:59.208Z+ pfexec chown build /work
922024-11-27T17:43:59.211Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-27T17:44:09.424Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-27T17:44:13.149Z Startup: Caching catalogs ... Done
952024-11-27T17:44:22.323ZPlanning: Solver setup ... Done (8.333s)
962024-11-27T17:44:22.441ZPlanning: Running solver ... Done (0.118s)
972024-11-27T17:44:22.614ZPlanning: Finding local manifests ... Done (0.084s)
982024-11-27T17:44:22.626ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-27T17:44:22.867ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-27T17:44:23.200ZPlanning: Package planning ... Done (0.334s)
1012024-11-27T17:44:23.258ZPlanning: Merging actions ... Done (0.057s)
1022024-11-27T17:44:23.835ZPlanning: Checking for conflicting actions ... Done (0.578s)
1032024-11-27T17:44:28.966ZPlanning: Consolidating action changes ... Done (5.128s)
1042024-11-27T17:44:29.374ZPlanning: Evaluating mediators ... Done (0.409s)
1052024-11-27T17:44:29.573ZPlanning: Planning completed in 16.33 seconds
1062024-11-27T17:44:30.028Z Packages to install: 4
1072024-11-27T17:44:30.028Z Packages to update: 1
1082024-11-27T17:44:30.031Z Mediators to change: 2
1092024-11-27T17:44:30.031Z Services to change: 1
1102024-11-27T17:44:30.032Z Estimated space available: 155.64 GB
1112024-11-27T17:44:30.032ZEstimated space to be consumed: 1.60 GB
1122024-11-27T17:44:30.032Z Create boot environment: No
1132024-11-27T17:44:30.032ZCreate backup boot environment: Yes
1142024-11-27T17:44:30.032Z Rebuild boot archive: No
1152024-11-27T17:44:30.032Z
1162024-11-27T17:44:30.032ZChanged mediators:
1172024-11-27T17:44:30.032Z mediator clang:
1182024-11-27T17:44:30.032Z version: None -> 15 (system default)
1192024-11-27T17:44:30.032Z
1202024-11-27T17:44:30.032Z mediator llvm:
1212024-11-27T17:44:30.032Z version: 14 (system default) -> 15 (system default)
1222024-11-27T17:44:30.033Z
1232024-11-27T17:44:30.033ZChanged packages:
1242024-11-27T17:44:30.033Zhelios-dev
1252024-11-27T17:44:30.033Z developer/build-essential
1262024-11-27T17:44:30.034Z None -> 11-2.0
1272024-11-27T17:44:30.034Z library/libxmlsec1
1282024-11-27T17:44:30.034Z None -> 1.2.35-2.0
1292024-11-27T17:44:30.034Z ooce/developer/clang-15
1302024-11-27T17:44:30.034Z None -> 15.0.7-2.0
1312024-11-27T17:44:30.034Z ooce/developer/llvm-15
1322024-11-27T17:44:30.034Z None -> 15.0.7-2.0
1332024-11-27T17:44:30.034Z package/pkg
1342024-11-27T17:44:30.034Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-27T17:44:30.034Z
1362024-11-27T17:44:30.034ZServices:
1372024-11-27T17:44:30.035Z restart_fmri:
1382024-11-27T17:44:30.035Z svc:/system/update-man-index:default
1392024-11-27T17:44:30.035Z
1402024-11-27T17:44:30.035ZEditable files to change:
1412024-11-27T17:44:30.035Z Update:
1422024-11-27T17:44:30.035Z usr/share/lib/pkg/web/config.shtml
1432024-11-27T17:44:30.395Z
1442024-11-27T17:44:30.395ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-27T17:44:35.397ZDownload: 446/4281 items 16.9/220.6MB 7% complete (3.5M/s)
1462024-11-27T17:44:40.412ZDownload: 1191/4281 items 80.7/220.6MB 36% complete (8.3M/s)
1472024-11-27T17:44:45.414ZDownload: 2104/4281 items 118.9/220.6MB 53% complete (10.2M/s)
1482024-11-27T17:44:50.434ZDownload: 2694/4281 items 120.7/220.6MB 54% complete (4.4M/s)
1492024-11-27T17:44:56.071ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (8.5M/s)
1502024-11-27T17:45:01.073ZDownload: 3667/4281 items 216.4/220.6MB 98% complete (9.6M/s)
1512024-11-27T17:45:05.083ZDownload: Completed 220.60 MB in 34.69 seconds (6.4M/s)
1522024-11-27T17:45:07.130Z Actions: 1/5063 actions (Removing old actions)
1532024-11-27T17:45:07.143Z Actions: 194/5063 actions (Installing new actions)
1542024-11-27T17:45:12.154Z Actions: 4091/5063 actions (Installing new actions)
1552024-11-27T17:45:13.381Z Actions: 4226/5063 actions (Updating modified actions)
1562024-11-27T17:45:13.814Z Actions: Completed 5063 actions in 6.69 seconds.
1572024-11-27T17:45:14.204Z Done (0.383s)
1582024-11-27T17:45:14.207Z Done (0.000s)
1592024-11-27T17:45:14.745Z Done (0.538s)
1602024-11-27T17:45:22.078Z Done (7.118s)
1612024-11-27T17:45:22.592Z Done (0.447s)
1622024-11-27T17:45:22.595Z Done (0.000s)
1632024-11-27T17:45:22.757Z Done (0.000s)
1642024-11-27T17:45:23.425ZPlanning: Evaluating mediator changes ... Done
1652024-11-27T17:45:23.585ZPlanning: Checking for conflicting actions ... Done
1662024-11-27T17:45:23.588ZPlanning: Consolidating action changes ... Done
1672024-11-27T17:45:23.855ZPlanning: Evaluating mediators ... Done
1682024-11-27T17:45:23.858ZPlanning: Planning completed in 0.43 seconds
1692024-11-27T17:45:23.894Z Mediators to change: 2
1702024-11-27T17:45:23.896Z Create boot environment: No
1712024-11-27T17:45:23.896ZCreate backup boot environment: No
1722024-11-27T17:45:23.963Z Done
1732024-11-27T17:45:23.964Z Done
1742024-11-27T17:45:24.310Z Done
1752024-11-27T17:45:27.873Z Done
1762024-11-27T17:45:27.961Z Done
1772024-11-27T17:45:27.963Z Done
1782024-11-27T17:45:28.083Z Done
1792024-11-27T17:45:28.691ZPlanning: Evaluating mediator changes ... Done
1802024-11-27T17:45:28.693ZPlanning: Merging actions ... Done
1812024-11-27T17:45:28.882ZPlanning: Checking for conflicting actions ... Done
1822024-11-27T17:45:28.885ZPlanning: Consolidating action changes ... Done
1832024-11-27T17:45:29.148ZPlanning: Evaluating mediators ... Done
1842024-11-27T17:45:29.202ZPlanning: Planning completed in 0.76 seconds
1852024-11-27T17:45:29.243Z Packages to change: 1
1862024-11-27T17:45:29.244Z Mediators to change: 1
1872024-11-27T17:45:29.244Z Services to change: 1
1882024-11-27T17:45:29.249Z Create boot environment: No
1892024-11-27T17:45:29.249ZCreate backup boot environment: Yes
1902024-11-27T17:45:31.337Z Actions: 1/6 actions (Updating modified actions)
1912024-11-27T17:45:31.458Z Actions: Completed 6 actions in 0.12 seconds.
1922024-11-27T17:45:31.460Z Done
1932024-11-27T17:45:31.460Z Done
1942024-11-27T17:45:31.568Z Done
1952024-11-27T17:45:35.157Z Done
1962024-11-27T17:45:35.250Z Done
1972024-11-27T17:45:35.253Z Done
1982024-11-27T17:45:35.364Z Done
1992024-11-27T17:45:35.794ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002024-11-27T17:45:35.794Zclang system 15 system
2012024-11-27T17:45:35.794Zcsh system system illumos
2022024-11-27T17:45:35.794Zctags system system illumos
2032024-11-27T17:45:35.794Zgcc vendor 12 vendor
2042024-11-27T17:45:35.794Zgcc system 10 system
2052024-11-27T17:45:35.794Zgcc system 7 system
2062024-11-27T17:45:35.794Zgo system 1.20 system
2072024-11-27T17:45:35.794Zgo system 1.19 system
2082024-11-27T17:45:35.794Zllvm system 15 system
2092024-11-27T17:45:35.794Zllvm system 14 system
2102024-11-27T17:45:35.794Zmariadb system 10.6 system
2112024-11-27T17:45:35.794Zmta vendor vendor dma
2122024-11-27T17:45:35.794Zopenjdk system 17 system
2132024-11-27T17:45:35.794Zopenjdk system 11 system
2142024-11-27T17:45:35.794Zopenjdk system 1.8 system
2152024-11-27T17:45:35.795Zopenssl vendor 3 vendor
2162024-11-27T17:45:35.795Zperl system 5.36 system
2172024-11-27T17:45:35.795Zpostgresql system 15 system
2182024-11-27T17:45:35.795Zpostgresql system 13 system
2192024-11-27T17:45:35.795Zpython vendor 3 vendor
2202024-11-27T17:45:35.795Zpython system 2 system
2212024-11-27T17:45:35.795Zpython3 system 3.11 system
2222024-11-27T17:45:35.795Zruby system 3.0 system
2232024-11-27T17:45:35.795Zwords vendor vendor american-english
2242024-11-27T17:45:35.795Zwords system system australian-english
2252024-11-27T17:45:35.795Zwords system system british-english
2262024-11-27T17:45:35.795Zwords system system canadian-english
2272024-11-27T17:45:35.795Zwords system system french
2282024-11-27T17:45:35.795Zwords system system italian
2292024-11-27T17:45:35.795Zwords system system ngerman
2302024-11-27T17:45:35.795Zwords system system ogerman
2312024-11-27T17:45:35.795Zwords system system spanish
2322024-11-27T17:45:36.119ZPUBLISHER TYPE STATUS P LOCATION
2332024-11-27T17:45:36.119Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342024-11-27T17:45:38.702ZFMRI IFO
2352024-11-27T17:45:38.702Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362024-11-27T17:45:38.702Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372024-11-27T17:45:38.702Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382024-11-27T17:45:38.702Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392024-11-27T17:45:38.702Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2402024-11-27T17:45:38.702Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412024-11-27T17:45:38.702Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2422024-11-27T17:45:38.702Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2432024-11-27T17:45:38.702Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2442024-11-27T17:45:38.702Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2452024-11-27T17:45:38.702Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2462024-11-27T17:45:38.702Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2472024-11-27T17:45:38.702Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2482024-11-27T17:45:38.702Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2492024-11-27T17:45:38.702Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2502024-11-27T17:45:39.428Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2512024-11-27T17:45:39.735Z Updating crates.io index
2522024-11-27T17:45:39.826Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2532024-11-27T17:45:40.382Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2542024-11-27T17:45:40.623Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2552024-11-27T17:45:40.882Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2562024-11-27T17:45:41.121Z Updating git repository `https://github.com/oxidecomputer/propolis`
2572024-11-27T17:45:42.139Z Updating git repository `https://github.com/oxidecomputer/crucible`
2582024-11-27T17:45:44.677Z Updating git repository `https://github.com/oxidecomputer/opte`
2592024-11-27T17:45:45.827Z Updating git repository `https://github.com/oxidecomputer/falcon`
2602024-11-27T17:45:46.647Z Updating git repository `https://github.com/oxidecomputer/clickward`
2612024-11-27T17:45:46.929Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2622024-11-27T17:45:47.293Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2632024-11-27T17:45:47.860Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2642024-11-27T17:45:48.321Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652024-11-27T17:45:48.589Z Updating git repository `https://github.com/oxidecomputer/tofino`
2662024-11-27T17:45:48.871Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672024-11-27T17:45:49.232Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682024-11-27T17:45:49.477Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692024-11-27T17:45:49.781Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2702024-11-27T17:45:50.162Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712024-11-27T17:45:50.472Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2722024-11-27T17:45:50.801Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732024-11-27T17:45:51.276Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742024-11-27T17:45:51.623Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752024-11-27T17:45:52.124Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762024-11-27T17:45:52.576Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2772024-11-27T17:45:52.864Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782024-11-27T17:45:53.174Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792024-11-27T17:45:53.461Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802024-11-27T17:45:54.862Z Downloading crates ...
2812024-11-27T17:45:54.958Z Downloaded anstream v0.6.15
2822024-11-27T17:45:54.963Z Downloaded autocfg v1.4.0
2832024-11-27T17:45:54.968Z Downloaded anstyle-parse v0.2.5
2842024-11-27T17:45:54.970Z Downloaded bitflags v2.6.0
2852024-11-27T17:45:54.974Z Downloaded bytecount v0.6.8
2862024-11-27T17:45:54.976Z Downloaded camino v1.1.9
2872024-11-27T17:45:54.981Z Downloaded anstyle v1.0.10
2882024-11-27T17:45:54.981Z Downloaded byteorder v1.5.0
2892024-11-27T17:45:54.983Z Downloaded anyhow v1.0.93
2902024-11-27T17:45:54.987Z Downloaded block-buffer v0.10.4
2912024-11-27T17:45:54.987Z Downloaded anstyle-query v1.1.1
2922024-11-27T17:45:55.002Z Downloaded clap v4.5.21
2932024-11-27T17:45:55.014Z Downloaded clap_builder v4.5.21
2942024-11-27T17:45:55.021Z Downloaded digest v0.10.7
2952024-11-27T17:45:55.024Z Downloaded errno v0.3.9
2962024-11-27T17:45:55.024Z Downloaded cpufeatures v0.2.14
2972024-11-27T17:45:55.028Z Downloaded cargo_metadata v0.18.1
2982024-11-27T17:45:55.028Z Downloaded colorchoice v1.0.2
2992024-11-27T17:45:55.028Z Downloaded cargo_toml v0.20.5
3002024-11-27T17:45:55.030Z Downloaded cargo-platform v0.1.8
3012024-11-27T17:45:55.030Z Downloaded equivalent v1.0.1
3022024-11-27T17:45:55.035Z Downloaded goblin v0.8.2
3032024-11-27T17:45:55.040Z Downloaded fnv v1.0.7
3042024-11-27T17:45:55.043Z Downloaded fastrand v2.1.1
3052024-11-27T17:45:55.043Z Downloaded indexmap v2.6.0
3062024-11-27T17:45:55.049Z Downloaded pest_generator v2.7.14
3072024-11-27T17:45:55.051Z Downloaded crypto-common v0.1.6
3082024-11-27T17:45:55.051Z Downloaded clap_derive v4.5.18
3092024-11-27T17:45:55.051Z Downloaded once_cell v1.20.2
3102024-11-27T17:45:55.054Z Downloaded dtrace-parser v0.2.0
3112024-11-27T17:45:55.054Z Downloaded clap_lex v0.7.2
3122024-11-27T17:45:55.056Z Downloaded cfg-if v1.0.0
3132024-11-27T17:45:55.059Z Downloaded memchr v2.7.4
3142024-11-27T17:45:55.067Z Downloaded scroll_derive v0.12.0
3152024-11-27T17:45:55.072Z Downloaded pretty-hex v0.4.1
3162024-11-27T17:45:55.077Z Downloaded dof v0.3.0
3172024-11-27T17:45:55.080Z Downloaded swrite v0.1.0
3182024-11-27T17:45:55.086Z Downloaded usdt-macro v0.5.0
3192024-11-27T17:45:55.088Z Downloaded usdt-attr-macro v0.5.0
3202024-11-27T17:45:55.094Z Downloaded smawk v0.3.2
3212024-11-27T17:45:55.096Z Downloaded toml_datetime v0.6.8
3222024-11-27T17:45:55.096Z Downloaded scroll v0.12.0
3232024-11-27T17:45:55.098Z Downloaded proc-macro-error-attr v1.0.4
3242024-11-27T17:45:55.098Z Downloaded generic-array v0.14.7
3252024-11-27T17:45:55.101Z Downloaded thiserror v1.0.69
3262024-11-27T17:45:55.105Z Downloaded unicode-linebreak v0.1.5
3272024-11-27T17:45:55.108Z Downloaded heck v0.4.1
3282024-11-27T17:45:55.108Z Downloaded macaddr v1.0.1
3292024-11-27T17:45:55.108Z Downloaded heck v0.5.0
3302024-11-27T17:45:55.108Z Downloaded serde_spanned v0.6.8
3312024-11-27T17:45:55.111Z Downloaded serde_tokenstream v0.2.2
3322024-11-27T17:45:55.111Z Downloaded usdt v0.5.0
3332024-11-27T17:45:55.111Z Downloaded thiserror-impl v1.0.69
3342024-11-27T17:45:55.114Z Downloaded tabled_derive v0.7.0
3352024-11-27T17:45:55.114Z Downloaded memmap v0.7.0
3362024-11-27T17:45:55.116Z Downloaded is_terminal_polyfill v1.70.1
3372024-11-27T17:45:55.116Z Downloaded fs-err v2.11.0
3382024-11-27T17:45:55.118Z Downloaded version_check v0.9.5
3392024-11-27T17:45:55.118Z Downloaded strsim v0.11.1
3402024-11-27T17:45:55.122Z Downloaded itoa v1.0.11
3412024-11-27T17:45:55.124Z Downloaded plain v0.2.3
3422024-11-27T17:45:55.127Z Downloaded utf8parse v0.2.2
3432024-11-27T17:45:55.127Z Downloaded camino-tempfile v1.1.1
3442024-11-27T17:45:55.130Z Downloaded thread-id v4.2.2
3452024-11-27T17:45:55.130Z Downloaded terminal_size v0.4.0
3462024-11-27T17:45:55.132Z Downloaded proc-macro-error v1.0.4
3472024-11-27T17:45:55.134Z Downloaded semver v1.0.23
3482024-11-27T17:45:55.144Z Downloaded sha2 v0.10.8
3492024-11-27T17:45:55.148Z Downloaded usdt-impl v0.5.0
3502024-11-27T17:45:55.150Z Downloaded quote v1.0.37
3512024-11-27T17:45:55.152Z Downloaded pest_derive v2.7.14
3522024-11-27T17:45:55.154Z Downloaded papergrid v0.11.0
3532024-11-27T17:45:55.158Z Downloaded zerocopy-derive v0.7.35
3542024-11-27T17:45:55.162Z Downloaded ucd-trie v0.1.7
3552024-11-27T17:45:55.165Z Downloaded serde_derive v1.0.215
3562024-11-27T17:45:55.167Z Downloaded proc-macro2 v1.0.89
3572024-11-27T17:45:55.169Z Downloaded unicode-ident v1.0.13
3582024-11-27T17:45:55.171Z Downloaded toml v0.8.19
3592024-11-27T17:45:55.174Z Downloaded tempfile v3.13.0
3602024-11-27T17:45:55.176Z Downloaded pest_meta v2.7.14
3612024-11-27T17:45:55.178Z Downloaded ryu v1.0.18
3622024-11-27T17:45:55.181Z Downloaded typenum v1.17.0
3632024-11-27T17:45:55.184Z Downloaded log v0.4.22
3642024-11-27T17:45:55.186Z Downloaded serde v1.0.215
3652024-11-27T17:45:55.196Z Downloaded textwrap v0.16.1
3662024-11-27T17:45:55.204Z Downloaded toml_edit v0.22.22
3672024-11-27T17:45:55.224Z Downloaded pest v2.7.14
3682024-11-27T17:45:55.228Z Downloaded hashbrown v0.15.0
3692024-11-27T17:45:55.238Z Downloaded serde_json v1.0.132
3702024-11-27T17:45:55.246Z Downloaded winnow v0.6.20
3712024-11-27T17:45:55.254Z Downloaded zerocopy v0.7.35
3722024-11-27T17:45:55.268Z Downloaded tabled v0.15.0
3732024-11-27T17:45:56.302Z Downloaded unicode-width v0.1.14
3742024-11-27T17:45:56.308Z Downloaded syn v1.0.109
3752024-11-27T17:45:56.308Z Downloaded syn v2.0.87
3762024-11-27T17:45:56.308Z Downloaded rustix v0.38.37
3772024-11-27T17:45:56.308Z Downloaded libc v0.2.162
3782024-11-27T17:45:56.308Z Compiling proc-macro2 v1.0.89
3792024-11-27T17:45:56.308Z Compiling unicode-ident v1.0.13
3802024-11-27T17:45:56.308Z Compiling version_check v0.9.5
3812024-11-27T17:45:56.308Z Compiling serde v1.0.215
3822024-11-27T17:45:56.308Z Compiling memchr v2.7.4
3832024-11-27T17:45:56.308Z Compiling thiserror v1.0.69
3842024-11-27T17:45:56.308Z Compiling libc v0.2.162
3852024-11-27T17:45:56.308Z Compiling ryu v1.0.18
3862024-11-27T17:45:56.308Z Compiling ucd-trie v0.1.7
3872024-11-27T17:45:56.308Z Compiling itoa v1.0.11
3882024-11-27T17:45:56.471Z Compiling once_cell v1.20.2
3892024-11-27T17:45:56.495Z Compiling byteorder v1.5.0
3902024-11-27T17:45:56.777Z Compiling serde_json v1.0.132
3912024-11-27T17:45:56.821Z Compiling rustix v0.38.37
3922024-11-27T17:45:57.880Z Compiling bitflags v2.6.0
3932024-11-27T17:45:57.921Z Compiling proc-macro-error-attr v1.0.4
3942024-11-27T17:45:57.986Z Compiling usdt-impl v0.5.0
3952024-11-27T17:45:58.012Z Compiling syn v1.0.109
3962024-11-27T17:45:58.181Z Compiling proc-macro-error v1.0.4
3972024-11-27T17:45:58.273Z Compiling equivalent v1.0.1
3982024-11-27T17:45:58.321Z Compiling log v0.4.22
3992024-11-27T17:45:58.381Z Compiling utf8parse v0.2.2
4002024-11-27T17:45:58.434Z Compiling plain v0.2.3
4012024-11-27T17:45:58.457Z Compiling camino v1.1.9
4022024-11-27T17:45:58.544Z Compiling hashbrown v0.15.0
4032024-11-27T17:45:58.576Z Compiling anstyle-parse v0.2.5
4042024-11-27T17:45:58.673Z Compiling thread-id v4.2.2
4052024-11-27T17:45:58.800Z Compiling winnow v0.6.20
4062024-11-27T17:45:58.834Z Compiling quote v1.0.37
4072024-11-27T17:45:58.892Z Compiling unicode-width v0.1.14
4082024-11-27T17:45:59.016Z Compiling pretty-hex v0.4.1
4092024-11-27T17:45:59.169Z Compiling errno v0.3.9
4102024-11-27T17:45:59.230Z Compiling syn v2.0.87
4112024-11-27T17:45:59.451Z Compiling anstyle v1.0.10
4122024-11-27T17:45:59.527Z Compiling anstyle-query v1.1.1
4132024-11-27T17:45:59.678Z Compiling semver v1.0.23
4142024-11-27T17:45:59.794Z Compiling indexmap v2.6.0
4152024-11-27T17:45:59.904Z Compiling is_terminal_polyfill v1.70.1
4162024-11-27T17:46:00.031Z Compiling autocfg v1.4.0
4172024-11-27T17:46:00.216Z Compiling colorchoice v1.0.2
4182024-11-27T17:46:00.428Z Compiling anstream v0.6.15
4192024-11-27T17:46:01.203Z Compiling heck v0.5.0
4202024-11-27T17:46:01.236Z Compiling fs-err v2.11.0
4212024-11-27T17:46:01.261Z Compiling fastrand v2.1.1
4222024-11-27T17:46:01.501Z Compiling terminal_size v0.4.0
4232024-11-27T17:46:01.706Z Compiling heck v0.4.1
4242024-11-27T17:46:01.729Z Compiling fnv v1.0.7
4252024-11-27T17:46:01.732Z Compiling anyhow v1.0.93
4262024-11-27T17:46:01.793Z Compiling bytecount v0.6.8
4272024-11-27T17:46:01.849Z Compiling strsim v0.11.1
4282024-11-27T17:46:01.996Z Compiling clap_lex v0.7.2
4292024-11-27T17:46:02.180Z Compiling cfg-if v1.0.0
4302024-11-27T17:46:02.273Z Compiling tempfile v3.13.0
4312024-11-27T17:46:02.500Z Compiling clap_builder v4.5.21
4322024-11-27T17:46:02.600Z Compiling papergrid v0.11.0
4332024-11-27T17:46:02.771Z Compiling memmap v0.7.0
4342024-11-27T17:46:02.885Z Compiling unicode-linebreak v0.1.5
4352024-11-27T17:46:02.946Z Compiling smawk v0.3.2
4362024-11-27T17:46:03.162Z Compiling swrite v0.1.0
4372024-11-27T17:46:03.282Z Compiling textwrap v0.16.1
4382024-11-27T17:46:04.691Z Compiling tabled_derive v0.7.0
4392024-11-27T17:46:06.207Z Compiling tabled v0.15.0
4402024-11-27T17:46:08.251Z Compiling serde_derive v1.0.215
4412024-11-27T17:46:08.251Z Compiling thiserror-impl v1.0.69
4422024-11-27T17:46:08.253Z Compiling zerocopy-derive v0.7.35
4432024-11-27T17:46:08.253Z Compiling scroll_derive v0.12.0
4442024-11-27T17:46:08.253Z Compiling clap_derive v4.5.18
4452024-11-27T17:46:09.466Z Compiling scroll v0.12.0
4462024-11-27T17:46:10.036Z Compiling zerocopy v0.7.35
4472024-11-27T17:46:10.060Z Compiling goblin v0.8.2
4482024-11-27T17:46:10.880Z Compiling pest v2.7.14
4492024-11-27T17:46:11.976Z Compiling clap v4.5.21
4502024-11-27T17:46:13.070Z Compiling pest_meta v2.7.14
4512024-11-27T17:46:13.907Z Compiling pest_generator v2.7.14
4522024-11-27T17:46:15.570Z Compiling pest_derive v2.7.14
4532024-11-27T17:46:16.209Z Compiling dtrace-parser v0.2.0
4542024-11-27T17:46:18.229Z Compiling serde_tokenstream v0.2.2
4552024-11-27T17:46:18.276Z Compiling serde_spanned v0.6.8
4562024-11-27T17:46:18.276Z Compiling toml_datetime v0.6.8
4572024-11-27T17:46:18.529Z Compiling cargo-platform v0.1.8
4582024-11-27T17:46:18.603Z Compiling toml_edit v0.22.22
4592024-11-27T17:46:18.805Z Compiling macaddr v1.0.1
4602024-11-27T17:46:18.989Z Compiling camino-tempfile v1.1.1
4612024-11-27T17:46:19.760Z Compiling dof v0.3.0
4622024-11-27T17:46:19.832Z Compiling cargo_metadata v0.18.1
4632024-11-27T17:46:21.408Z Compiling toml v0.8.19
4642024-11-27T17:46:21.574Z Compiling usdt-macro v0.5.0
4652024-11-27T17:46:21.574Z Compiling usdt-attr-macro v0.5.0
4662024-11-27T17:46:22.363Z Compiling cargo_toml v0.20.5
4672024-11-27T17:46:22.927Z Compiling usdt v0.5.0
4682024-11-27T17:46:25.802Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4692024-11-27T17:46:29.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.68s
4702024-11-27T17:46:30.143Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4712024-11-27T17:46:30.686Z Downloading crates ...
4722024-11-27T17:46:30.846Z Downloaded addr2line v0.24.2
4732024-11-27T17:46:30.855Z Downloaded http v1.1.0
4742024-11-27T17:46:30.871Z Downloaded hyper v1.5.0
4752024-11-27T17:46:30.878Z Downloaded allocator-api2 v0.2.18
4762024-11-27T17:46:30.881Z Downloaded heapless v0.7.17
4772024-11-27T17:46:30.885Z Downloaded headers-core v0.3.0
4782024-11-27T17:46:30.887Z Downloaded arrayref v0.3.9
4792024-11-27T17:46:30.887Z Downloaded ahash v0.8.11
4802024-11-27T17:46:30.890Z Downloaded async-stream-impl v0.3.6
4812024-11-27T17:46:30.892Z Downloaded darling v0.20.10
4822024-11-27T17:46:30.895Z Downloaded atty v0.2.14
4832024-11-27T17:46:30.898Z Downloaded async-recursion v1.1.1
4842024-11-27T17:46:30.901Z Downloaded assert_matches v1.5.0
4852024-11-27T17:46:30.901Z Downloaded ascii-canvas v3.0.0
4862024-11-27T17:46:30.904Z Downloaded base16ct v0.2.0
4872024-11-27T17:46:30.906Z Downloaded rayon-core v1.12.1
4882024-11-27T17:46:30.908Z Downloaded heck v0.3.3
4892024-11-27T17:46:30.911Z Downloaded async-trait v0.1.83
4902024-11-27T17:46:30.913Z Downloaded httpdate v1.0.3
4912024-11-27T17:46:30.915Z Downloaded hickory-resolver v0.24.1
4922024-11-27T17:46:30.920Z Downloaded http-body v1.0.1
4932024-11-27T17:46:30.923Z Downloaded hex v0.4.3
4942024-11-27T17:46:30.926Z Downloaded adler2 v2.0.0
4952024-11-27T17:46:30.926Z Downloaded argon2 v0.5.3
4962024-11-27T17:46:30.929Z Downloaded hmac v0.12.1
4972024-11-27T17:46:30.929Z Downloaded highway v1.2.0
4982024-11-27T17:46:30.931Z Downloaded hex-literal v0.4.1
4992024-11-27T17:46:30.934Z Downloaded arc-swap v1.7.1
5002024-11-27T17:46:30.937Z Downloaded hickory-client v0.24.1
5012024-11-27T17:46:30.939Z Downloaded async-bb8-diesel v0.2.1
5022024-11-27T17:46:30.942Z Downloaded arrayvec v0.7.6
5032024-11-27T17:46:30.944Z Downloaded hickory-server v0.24.1
5042024-11-27T17:46:30.951Z Downloaded http-range v0.1.5
5052024-11-27T17:46:30.954Z Downloaded hkdf v0.12.4
5062024-11-27T17:46:30.957Z Downloaded hostname v0.3.1
5072024-11-27T17:46:30.957Z Downloaded atomic-waker v1.1.2
5082024-11-27T17:46:30.959Z Downloaded http-body-util v0.1.2
5092024-11-27T17:46:30.961Z Downloaded hostname v0.4.0
5102024-11-27T17:46:30.963Z Downloaded async-stream v0.3.6
5112024-11-27T17:46:30.966Z Downloaded cfg_aliases v0.2.1
5122024-11-27T17:46:30.966Z Downloaded cfg_aliases v0.1.1
5132024-11-27T17:46:30.966Z Downloaded array-init v0.0.4
5142024-11-27T17:46:30.969Z Downloaded atomicwrites v0.4.4
5152024-11-27T17:46:30.969Z Downloaded aead v0.5.2
5162024-11-27T17:46:30.972Z Downloaded httparse v1.9.5
5172024-11-27T17:46:30.974Z Downloaded home v0.5.9
5182024-11-27T17:46:30.980Z Downloaded heapless v0.8.0
5192024-11-27T17:46:30.984Z Downloaded crunchy v0.2.2
5202024-11-27T17:46:30.987Z Downloaded aes v0.8.4
5212024-11-27T17:46:30.989Z Downloaded bitflags v1.3.2
5222024-11-27T17:46:30.993Z Downloaded is_ci v1.2.0
5232024-11-27T17:46:30.996Z Downloaded ident_case v1.0.1
5242024-11-27T17:46:30.996Z Downloaded bitfield v0.14.0
5252024-11-27T17:46:30.999Z Downloaded bit-vec v0.6.3
5262024-11-27T17:46:30.999Z Downloaded bcrypt-pbkdf v0.10.0
5272024-11-27T17:46:31.002Z Downloaded hubpack_derive v0.1.1
5282024-11-27T17:46:31.002Z Downloaded convert_case v0.4.0
5292024-11-27T17:46:31.004Z Downloaded cobs v0.2.3
5302024-11-27T17:46:31.004Z Downloaded cstr-argument v0.1.2
5312024-11-27T17:46:31.007Z Downloaded crucible-workspace-hack v0.1.0
5322024-11-27T17:46:31.007Z Downloaded ciborium-io v0.2.2
5332024-11-27T17:46:31.007Z Downloaded icu_provider_macros v1.5.0
5342024-11-27T17:46:31.009Z Downloaded backtrace v0.3.74
5352024-11-27T17:46:31.013Z Downloaded humantime v2.1.0
5362024-11-27T17:46:31.016Z Downloaded chrono-tz-build v0.4.0
5372024-11-27T17:46:31.019Z Downloaded cexpr v0.6.0
5382024-11-27T17:46:31.019Z Downloaded block-padding v0.3.3
5392024-11-27T17:46:31.019Z Downloaded bitfield-struct v0.6.2
5402024-11-27T17:46:31.021Z Downloaded bb8 v0.8.5
5412024-11-27T17:46:31.024Z Downloaded buf-list v1.0.3
5422024-11-27T17:46:31.027Z Downloaded castaway v0.2.3
5432024-11-27T17:46:31.029Z Downloaded instant v0.1.13
5442024-11-27T17:46:31.032Z Downloaded constant_time_eq v0.3.1
5452024-11-27T17:46:31.034Z Downloaded crossbeam-deque v0.8.5
5462024-11-27T17:46:31.038Z Downloaded hubpack v0.1.2
5472024-11-27T17:46:31.038Z Downloaded cmake v0.1.51
5482024-11-27T17:46:31.041Z Downloaded cipher v0.4.4
5492024-11-27T17:46:31.041Z Downloaded colored v2.1.0
5502024-11-27T17:46:31.043Z Downloaded chacha20 v0.9.1
5512024-11-27T17:46:31.047Z Downloaded crc v3.2.1
5522024-11-27T17:46:31.049Z Downloaded ciborium-ll v0.2.2
5532024-11-27T17:46:31.050Z Downloaded linear-map v1.2.0
5542024-11-27T17:46:31.052Z Downloaded crc-catalog v2.4.0
5552024-11-27T17:46:31.055Z Downloaded indent_write v2.2.0
5562024-11-27T17:46:31.055Z Downloaded md5 v0.7.0
5572024-11-27T17:46:31.058Z Downloaded matches v0.1.10
5582024-11-27T17:46:31.058Z Downloaded match_cfg v0.1.0
5592024-11-27T17:46:31.062Z Downloaded internet-checksum v0.2.1
5602024-11-27T17:46:31.064Z Downloaded bcs v0.1.6
5612024-11-27T17:46:31.068Z Downloaded ipnetwork v0.20.0
5622024-11-27T17:46:31.068Z Downloaded kstat-rs v0.2.4
5632024-11-27T17:46:31.070Z Downloaded inout v0.1.3
5642024-11-27T17:46:31.070Z Downloaded impl-trait-for-tuples v0.2.2
5652024-11-27T17:46:31.073Z Downloaded idna_adapter v1.2.0
5662024-11-27T17:46:31.073Z Downloaded hyper-tls v0.6.0
5672024-11-27T17:46:31.076Z Downloaded hyper-staticfile v0.10.1
5682024-11-27T17:46:31.078Z Downloaded russh-cryptovec v0.7.3
5692024-11-27T17:46:31.081Z Downloaded curve25519-dalek-derive v0.1.1
5702024-11-27T17:46:31.081Z Downloaded hyper-rustls v0.27.3
5712024-11-27T17:46:31.084Z Downloaded cbc v0.1.2
5722024-11-27T17:46:31.084Z Downloaded ctr v0.9.2
5732024-11-27T17:46:31.087Z Downloaded rand_xorshift v0.3.0
5742024-11-27T17:46:31.089Z Downloaded keccak v0.1.5
5752024-11-27T17:46:31.089Z Downloaded quinn-udp v0.5.5
5762024-11-27T17:46:31.091Z Downloaded want v0.3.1
5772024-11-27T17:46:31.091Z Downloaded lazy_static v1.5.0
5782024-11-27T17:46:31.094Z Downloaded write16 v1.0.0
5792024-11-27T17:46:31.096Z Downloaded base64ct v1.6.0
5802024-11-27T17:46:31.099Z Downloaded lazycell v1.3.0
5812024-11-27T17:46:31.099Z Downloaded is-terminal v0.4.13
5822024-11-27T17:46:31.102Z Downloaded ciborium v0.2.2
5832024-11-27T17:46:31.104Z Downloaded cassowary v0.3.0
5842024-11-27T17:46:31.104Z Downloaded blowfish v0.9.1
5852024-11-27T17:46:31.107Z Downloaded bit-set v0.5.3
5862024-11-27T17:46:31.110Z Downloaded try-lock v0.2.5
5872024-11-27T17:46:31.110Z Downloaded mime v0.3.17
5882024-11-27T17:46:31.110Z Downloaded lockfree-object-pool v0.1.6
5892024-11-27T17:46:31.112Z Downloaded linked-hash-map v0.5.6
5902024-11-27T17:46:31.116Z Downloaded const_format_proc_macros v0.2.33
5912024-11-27T17:46:31.116Z Downloaded managed v0.8.0
5922024-11-27T17:46:31.119Z Downloaded maplit v1.0.2
5932024-11-27T17:46:31.119Z Downloaded libsw v3.3.1
5942024-11-27T17:46:31.121Z Downloaded cookie_store v0.21.0
5952024-11-27T17:46:31.124Z Downloaded md-5 v0.10.6
5962024-11-27T17:46:31.127Z Downloaded lru-cache v0.1.2
5972024-11-27T17:46:31.127Z Downloaded instability v0.3.2
5982024-11-27T17:46:31.130Z Downloaded semver v0.1.20
5992024-11-27T17:46:31.130Z Downloaded darling_macro v0.20.10
6002024-11-27T17:46:31.130Z Downloaded derive_builder_macro v0.20.2
6012024-11-27T17:46:31.133Z Downloaded slab v0.4.9
6022024-11-27T17:46:31.133Z Downloaded signal-hook v0.3.17
6032024-11-27T17:46:31.135Z Downloaded smf v0.2.3
6042024-11-27T17:46:31.138Z Downloaded ssh-encoding v0.2.0
6052024-11-27T17:46:31.141Z Downloaded maybe-uninit v2.0.0
6062024-11-27T17:46:31.141Z Downloaded memoffset v0.9.1
6072024-11-27T17:46:31.143Z Downloaded lru v0.12.5
6082024-11-27T17:46:31.143Z Downloaded vte_generate_state_changes v0.1.2
6092024-11-27T17:46:31.143Z Downloaded libloading v0.8.5
6102024-11-27T17:46:31.146Z Downloaded blake2 v0.10.6
6112024-11-27T17:46:31.149Z Downloaded libefi-sys v0.1.0
6122024-11-27T17:46:31.151Z Downloaded structmeta-derive v0.2.0
6132024-11-27T17:46:31.153Z Downloaded tiny-keccak v2.0.2
6142024-11-27T17:46:31.156Z Downloaded cookie v0.18.1
6152024-11-27T17:46:31.159Z Downloaded tabwriter v1.4.0
6162024-11-27T17:46:31.159Z Downloaded synstructure v0.13.1
6172024-11-27T17:46:31.162Z Downloaded structmeta v0.3.0
6182024-11-27T17:46:31.162Z Downloaded ipnet v2.10.1
6192024-11-27T17:46:31.164Z Downloaded iana-time-zone v0.1.61
6202024-11-27T17:46:31.166Z Downloaded secrecy v0.8.0
6212024-11-27T17:46:31.169Z Downloaded bzip2 v0.4.4
6222024-11-27T17:46:31.169Z Downloaded fxhash v0.2.1
6232024-11-27T17:46:31.171Z Downloaded lalrpop-util v0.19.12
6242024-11-27T17:46:31.171Z Downloaded indoc v1.0.9
6252024-11-27T17:46:31.174Z Downloaded tui-tree-widget v0.22.0
6262024-11-27T17:46:31.176Z Downloaded openssl-probe v0.1.5
6272024-11-27T17:46:31.179Z Downloaded litemap v0.7.3
6282024-11-27T17:46:31.179Z Downloaded unicase v2.7.0
6292024-11-27T17:46:31.181Z Downloaded which v4.4.2
6302024-11-27T17:46:31.184Z Downloaded phf_shared v0.10.0
6312024-11-27T17:46:31.184Z Downloaded mime_guess v2.0.5
6322024-11-27T17:46:31.186Z Downloaded whoami v1.5.2
6332024-11-27T17:46:31.188Z Downloaded utf-8 v0.7.6
6342024-11-27T17:46:31.190Z Downloaded topological-sort v0.2.2
6352024-11-27T17:46:31.190Z Downloaded icu_locid_transform_data v1.5.0
6362024-11-27T17:46:31.193Z Downloaded cancel-safe-futures v0.1.5
6372024-11-27T17:46:31.196Z Downloaded icu_normalizer_data v1.5.0
6382024-11-27T17:46:31.198Z Downloaded icu_locid v1.5.0
6392024-11-27T17:46:31.212Z Downloaded ena v0.14.3
6402024-11-27T17:46:31.215Z Downloaded indicatif v0.17.9
6412024-11-27T17:46:31.219Z Downloaded shlex v1.3.0
6422024-11-27T17:46:31.221Z Downloaded tokio-macros v2.4.0
6432024-11-27T17:46:31.221Z Downloaded aho-corasick v1.1.3
6442024-11-27T17:46:31.227Z Downloaded take_mut v0.2.2
6452024-11-27T17:46:31.230Z Downloaded sync_wrapper v1.0.1
6462024-11-27T17:46:31.230Z Downloaded sync-ptr v0.1.1
6472024-11-27T17:46:31.230Z Downloaded sigpipe v0.1.3
6482024-11-27T17:46:31.233Z Downloaded dsl_auto_type v0.1.2
6492024-11-27T17:46:31.233Z Downloaded tinyvec_macros v0.1.1
6502024-11-27T17:46:31.236Z Downloaded diesel-dtrace v0.3.0
6512024-11-27T17:46:31.238Z Downloaded glob v0.3.1
6522024-11-27T17:46:31.238Z Downloaded csv-core v0.1.11
6532024-11-27T17:46:31.240Z Downloaded crossbeam-utils v0.8.20
6542024-11-27T17:46:31.243Z Downloaded clang-sys v1.8.1
6552024-11-27T17:46:31.246Z Downloaded futures-io v0.3.31
6562024-11-27T17:46:31.249Z Downloaded structmeta-derive v0.3.0
6572024-11-27T17:46:31.249Z Downloaded ff v0.13.0
6582024-11-27T17:46:31.252Z Downloaded fd-lock v4.0.2
6592024-11-27T17:46:31.253Z Downloaded fallible-streaming-iterator v0.1.9
6602024-11-27T17:46:31.255Z Downloaded untrusted v0.7.1
6612024-11-27T17:46:31.255Z Downloaded icu_locid_transform v1.5.0
6622024-11-27T17:46:31.259Z Downloaded phf_generator v0.11.2
6632024-11-27T17:46:31.261Z Downloaded packed_struct_codegen v0.10.1
6642024-11-27T17:46:31.261Z Downloaded olpc-cjson v0.1.4
6652024-11-27T17:46:31.264Z Downloaded backoff v0.4.0
6662024-11-27T17:46:31.266Z Downloaded nanorand v0.7.0
6672024-11-27T17:46:31.269Z Downloaded num-iter v0.1.45
6682024-11-27T17:46:31.269Z Downloaded waitgroup v0.1.2
6692024-11-27T17:46:31.269Z Downloaded hyper-util v0.1.10
6702024-11-27T17:46:31.274Z Downloaded multimap v0.10.0
6712024-11-27T17:46:31.276Z Downloaded chacha20poly1305 v0.10.1
6722024-11-27T17:46:31.278Z Downloaded hash32 v0.2.1
6732024-11-27T17:46:31.281Z Downloaded polyval v0.6.2
6742024-11-27T17:46:31.281Z Downloaded pkg-config v0.3.31
6752024-11-27T17:46:31.284Z Downloaded indexmap v1.9.3
6762024-11-27T17:46:31.286Z Downloaded icu_collections v1.5.0
6772024-11-27T17:46:31.292Z Downloaded foreign-types-macros v0.2.3
6782024-11-27T17:46:31.295Z Downloaded foreign-types v0.3.2
6792024-11-27T17:46:31.295Z Downloaded zone v0.3.0
6802024-11-27T17:46:31.298Z Downloaded percent-encoding v2.3.1
6812024-11-27T17:46:31.298Z Downloaded tokio-stream v0.1.16
6822024-11-27T17:46:31.301Z Downloaded rustc-hash v1.1.0
6832024-11-27T17:46:31.304Z Downloaded siphasher v0.3.11
6842024-11-27T17:46:31.304Z Downloaded simd-adler32 v0.3.7
6852024-11-27T17:46:31.306Z Downloaded num_threads v0.1.7
6862024-11-27T17:46:31.309Z Downloaded normalize-line-endings v0.3.0
6872024-11-27T17:46:31.309Z Downloaded scheduled-thread-pool v0.2.7
6882024-11-27T17:46:31.311Z Downloaded rpassword v7.3.1
6892024-11-27T17:46:31.322Z Downloaded tap v1.0.1
6902024-11-27T17:46:31.322Z Downloaded slog-bunyan v2.5.0
6912024-11-27T17:46:31.322Z Downloaded env_logger v0.10.2
6922024-11-27T17:46:31.322Z Downloaded prettyplease v0.2.25
6932024-11-27T17:46:31.322Z Downloaded ron v0.8.1
6942024-11-27T17:46:31.327Z Downloaded structmeta v0.2.0
6952024-11-27T17:46:31.330Z Downloaded serde_with_macros v3.11.0
6962024-11-27T17:46:31.332Z Downloaded openssl-macros v0.1.1
6972024-11-27T17:46:31.335Z Downloaded precomputed-hash v0.1.1
6982024-11-27T17:46:31.335Z Downloaded opaque-debug v0.3.1
6992024-11-27T17:46:31.335Z Downloaded peg-macros v0.8.4
7002024-11-27T17:46:31.338Z Downloaded num-rational v0.4.2
7012024-11-27T17:46:31.341Z Downloaded owo-colors v4.1.0
7022024-11-27T17:46:31.341Z Downloaded parking_lot v0.11.2
7032024-11-27T17:46:31.344Z Downloaded zone v0.1.8
7042024-11-27T17:46:31.346Z Downloaded cc v1.1.30
7052024-11-27T17:46:31.349Z Downloaded native-tls v0.2.12
7062024-11-27T17:46:31.352Z Downloaded hash32 v0.3.1
7072024-11-27T17:46:31.352Z Downloaded icu_properties v1.5.1
7082024-11-27T17:46:31.355Z Downloaded poly1305 v0.8.0
7092024-11-27T17:46:31.358Z Downloaded compact_str v0.8.0
7102024-11-27T17:46:31.362Z Downloaded psl-types v2.0.11
7112024-11-27T17:46:31.365Z Downloaded serde-big-array v0.5.1
7122024-11-27T17:46:31.367Z Downloaded foreign-types v0.5.0
7132024-11-27T17:46:31.368Z Downloaded pkcs8 v0.10.2
7142024-11-27T17:46:31.370Z Downloaded slog v2.7.0
7152024-11-27T17:46:31.373Z Downloaded filetime v0.2.25
7162024-11-27T17:46:31.375Z Downloaded slog-async v2.8.0
7172024-11-27T17:46:31.379Z Downloaded tower-service v0.3.3
7182024-11-27T17:46:31.379Z Downloaded rustc-demangle v0.1.24
7192024-11-27T17:46:31.382Z Downloaded same-file v1.0.6
7202024-11-27T17:46:31.382Z Downloaded fallible-iterator v0.3.0
7212024-11-27T17:46:31.384Z Downloaded ed25519 v2.2.3
7222024-11-27T17:46:31.388Z Downloaded progenitor-impl v0.8.0
7232024-11-27T17:46:31.388Z Downloaded num-derive v0.4.2
7242024-11-27T17:46:31.391Z Downloaded dropshot_endpoint v0.13.0
7252024-11-27T17:46:31.393Z Downloaded mockall v0.13.0
7262024-11-27T17:46:31.396Z Downloaded tls_codec v0.4.1
7272024-11-27T17:46:31.399Z Downloaded fatfs v0.3.6
7282024-11-27T17:46:31.401Z Downloaded tokio-tungstenite v0.24.0
7292024-11-27T17:46:31.404Z Downloaded futures v0.3.31
7302024-11-27T17:46:31.408Z Downloaded dhcproto-macros v0.1.0
7312024-11-27T17:46:31.411Z Downloaded bumpalo v3.16.0
7322024-11-27T17:46:31.413Z Downloaded derive_builder_core v0.20.2
7332024-11-27T17:46:31.415Z Downloaded unicode-bidi v0.3.17
7342024-11-27T17:46:31.418Z Downloaded predicates v3.1.2
7352024-11-27T17:46:31.421Z Downloaded darling_core v0.20.10
7362024-11-27T17:46:31.425Z Downloaded crypto-bigint v0.5.5
7372024-11-27T17:46:31.433Z Downloaded parse-size v1.1.0
7382024-11-27T17:46:31.436Z Downloaded des v0.8.1
7392024-11-27T17:46:31.439Z Downloaded radium v0.7.0
7402024-11-27T17:46:31.439Z Downloaded serde_repr v0.1.19
7412024-11-27T17:46:31.441Z Downloaded num-conv v0.1.0
7422024-11-27T17:46:31.441Z Downloaded rand_seeder v0.3.0
7432024-11-27T17:46:31.444Z Downloaded qorb v0.2.0
7442024-11-27T17:46:31.447Z Downloaded enum-as-inner v0.5.1
7452024-11-27T17:46:31.450Z Downloaded smallvec v0.6.14
7462024-11-27T17:46:31.452Z Downloaded spki v0.7.3
7472024-11-27T17:46:31.454Z Downloaded spin v0.5.2
7482024-11-27T17:46:31.454Z Downloaded signature v2.2.0
7492024-11-27T17:46:31.457Z Downloaded serde_urlencoded v0.7.1
7502024-11-27T17:46:31.459Z Downloaded rustls-pki-types v1.9.0
7512024-11-27T17:46:31.462Z Downloaded utf16_iter v1.0.5
7522024-11-27T17:46:31.464Z Downloaded sqlformat v0.2.6
7532024-11-27T17:46:31.467Z Downloaded utf8_iter v1.0.4
7542024-11-27T17:46:31.467Z Downloaded walkdir v2.5.0
7552024-11-27T17:46:31.470Z Downloaded debug-ignore v1.0.5
7562024-11-27T17:46:31.472Z Downloaded multer v3.1.0
7572024-11-27T17:46:31.474Z Downloaded pin-project-internal v1.1.6
7582024-11-27T17:46:31.477Z Downloaded pem-rfc7468 v0.7.0
7592024-11-27T17:46:31.479Z Downloaded quick-error v1.2.3
7602024-11-27T17:46:31.479Z Downloaded base64 v0.22.1
7612024-11-27T17:46:31.483Z Downloaded vte v0.11.1
7622024-11-27T17:46:31.487Z Downloaded zerofrom v0.1.4
7632024-11-27T17:46:31.489Z Downloaded url v2.5.3
7642024-11-27T17:46:31.491Z Downloaded pbkdf2 v0.11.0
7652024-11-27T17:46:31.494Z Downloaded float-ord v0.3.2
7662024-11-27T17:46:31.496Z Downloaded embedded-io v0.6.1
7672024-11-27T17:46:31.496Z Downloaded embedded-io v0.4.0
7682024-11-27T17:46:31.499Z Downloaded rand_chacha v0.3.1
7692024-11-27T17:46:31.499Z Downloaded pin-project-lite v0.2.14
7702024-11-27T17:46:31.505Z Downloaded strum v0.26.3
7712024-11-27T17:46:31.507Z Downloaded fragile v2.0.0
7722024-11-27T17:46:31.509Z Downloaded minimal-lexical v0.2.1
7732024-11-27T17:46:31.512Z Downloaded rand_core v0.6.4
7742024-11-27T17:46:31.515Z Downloaded downcast v0.11.0
7752024-11-27T17:46:31.518Z Downloaded primeorder v0.13.6
7762024-11-27T17:46:31.518Z Downloaded r2d2 v0.8.10
7772024-11-27T17:46:31.521Z Downloaded vergen v8.3.2
7782024-11-27T17:46:31.524Z Downloaded defmt-parser v0.3.4
7792024-11-27T17:46:31.524Z Downloaded wait-timeout v0.2.0
7802024-11-27T17:46:31.526Z Downloaded num-integer v0.1.46
7812024-11-27T17:46:31.528Z Downloaded slog-term v2.9.1
7822024-11-27T17:46:31.531Z Downloaded snafu-derive v0.8.5
7832024-11-27T17:46:31.533Z Downloaded smallvec v1.13.2
7842024-11-27T17:46:31.538Z Downloaded tokio-tungstenite v0.21.0
7852024-11-27T17:46:31.542Z Downloaded proc-macro-crate v1.3.1
7862024-11-27T17:46:31.542Z Downloaded password-hash v0.4.2
7872024-11-27T17:46:31.545Z Downloaded tracing-attributes v0.1.27
7882024-11-27T17:46:31.545Z Downloaded mockall_derive v0.13.0
7892024-11-27T17:46:31.548Z Downloaded serde_plain v1.0.2
7902024-11-27T17:46:31.550Z Downloaded schemars_derive v0.8.21
7912024-11-27T17:46:31.552Z Downloaded serde_path_to_error v0.1.16
7922024-11-27T17:46:31.552Z Downloaded diesel_derives v2.2.3
7932024-11-27T17:46:31.557Z Downloaded progenitor-client v0.8.0
7942024-11-27T17:46:31.559Z Downloaded aws-lc-rs v1.10.0
7952024-11-27T17:46:31.568Z Downloaded tinystr v0.7.6
7962024-11-27T17:46:31.571Z Downloaded static_assertions v1.1.0
7972024-11-27T17:46:31.574Z Downloaded sha1 v0.10.6
7982024-11-27T17:46:31.576Z Downloaded form_urlencoded v1.2.1
7992024-11-27T17:46:31.576Z Downloaded uzers v0.12.1
8002024-11-27T17:46:31.579Z Downloaded predicates-core v1.0.8
8012024-11-27T17:46:31.582Z Downloaded getrandom v0.2.15
8022024-11-27T17:46:31.585Z Downloaded crossbeam-channel v0.5.13
8032024-11-27T17:46:31.588Z Downloaded zone_cfg_derive v0.1.2
8042024-11-27T17:46:31.590Z Downloaded itertools v0.10.5
8052024-11-27T17:46:31.596Z Downloaded float-cmp v0.9.0
8062024-11-27T17:46:31.598Z Downloaded pkcs1 v0.7.5
8072024-11-27T17:46:31.600Z Downloaded display-error-chain v0.2.2
8082024-11-27T17:46:31.603Z Downloaded dirs-sys-next v0.1.2
8092024-11-27T17:46:31.603Z Downloaded strum_macros v0.25.3
8102024-11-27T17:46:31.605Z Downloaded strum_macros v0.24.3
8112024-11-27T17:46:31.608Z Downloaded unsafe-libyaml v0.2.11
8122024-11-27T17:46:31.612Z Downloaded newline-converter v0.3.0
8132024-11-27T17:46:31.614Z Downloaded oso-derive v0.27.3
8142024-11-27T17:46:31.614Z Downloaded difflib v0.4.0
8152024-11-27T17:46:31.617Z Downloaded diesel_table_macro_syntax v0.2.0
8162024-11-27T17:46:31.618Z Downloaded pbkdf2 v0.12.2
8172024-11-27T17:46:31.620Z Downloaded uuid v1.11.0
8182024-11-27T17:46:31.622Z Downloaded rustfmt-wrapper v0.2.1
8192024-11-27T17:46:31.625Z Downloaded ppv-lite86 v0.2.20
8202024-11-27T17:46:31.627Z Downloaded rusty-fork v0.3.0
8212024-11-27T17:46:31.627Z Downloaded phf v0.11.2
8222024-11-27T17:46:31.630Z Downloaded tungstenite v0.23.0
8232024-11-27T17:46:31.634Z Downloaded pretty-hex v0.2.1
8242024-11-27T17:46:31.636Z Downloaded num_enum v0.5.11
8252024-11-27T17:46:31.640Z Downloaded progenitor-macro v0.8.0
8262024-11-27T17:46:31.643Z Downloaded value-bag v1.9.0
8272024-11-27T17:46:31.646Z Downloaded stable_deref_trait v1.2.0
8282024-11-27T17:46:31.648Z Downloaded signal-hook-tokio v0.3.1
8292024-11-27T17:46:31.648Z Downloaded thiserror-impl-no-std v2.0.2
8302024-11-27T17:46:31.651Z Downloaded ssh-cipher v0.2.0
8312024-11-27T17:46:31.651Z Downloaded thiserror-no-std v2.0.2
8322024-11-27T17:46:31.655Z Downloaded thread_local v1.1.8
8332024-11-27T17:46:31.658Z Downloaded zip v2.1.3
8342024-11-27T17:46:31.664Z Downloaded defmt-macros v0.3.9
8352024-11-27T17:46:31.672Z Downloaded writeable v0.5.5
8362024-11-27T17:46:31.672Z Downloaded universal-hash v0.5.1
8372024-11-27T17:46:31.672Z Downloaded twox-hash v1.6.3
8382024-11-27T17:46:31.672Z Downloaded rand v0.8.5
8392024-11-27T17:46:31.675Z Downloaded hashlink v0.9.1
8402024-11-27T17:46:31.684Z Downloaded pkcs5 v0.7.1
8412024-11-27T17:46:31.684Z Downloaded rustyline v14.0.0
8422024-11-27T17:46:31.692Z Downloaded globset v0.4.15
8432024-11-27T17:46:31.692Z Downloaded funty v2.0.0
8442024-11-27T17:46:31.692Z Downloaded packed_struct v0.10.1
8452024-11-27T17:46:31.696Z Downloaded newtype-uuid v1.1.3
8462024-11-27T17:46:31.696Z Downloaded foreign-types-shared v0.3.1
8472024-11-27T17:46:31.698Z Downloaded zone_cfg_derive v0.3.0
8482024-11-27T17:46:31.698Z Downloaded itertools v0.12.1
8492024-11-27T17:46:31.705Z Downloaded mirai-annotations v1.12.0
8502024-11-27T17:46:31.708Z Downloaded snafu v0.8.5
8512024-11-27T17:46:31.713Z Downloaded openssl-sys v0.9.103
8522024-11-27T17:46:31.719Z Downloaded phf_shared v0.11.2
8532024-11-27T17:46:31.721Z Downloaded ref-cast v1.0.23
8542024-11-27T17:46:31.723Z Downloaded powerfmt v0.2.0
8552024-11-27T17:46:31.725Z Downloaded tinyvec v1.8.0
8562024-11-27T17:46:31.728Z Downloaded itertools v0.13.0
8572024-11-27T17:46:31.736Z Downloaded crossterm v0.28.1
8582024-11-27T17:46:31.743Z Downloaded strip-ansi-escapes v0.2.0
8592024-11-27T17:46:31.745Z Downloaded half v2.4.1
8602024-11-27T17:46:31.748Z Downloaded num_enum_derive v0.5.11
8612024-11-27T17:46:31.751Z Downloaded number_prefix v0.4.0
8622024-11-27T17:46:31.753Z Downloaded foreign-types-shared v0.1.1
8632024-11-27T17:46:31.753Z Downloaded der_derive v0.7.3
8642024-11-27T17:46:31.755Z Downloaded quinn v0.11.5
8652024-11-27T17:46:31.758Z Downloaded publicsuffix v2.2.3
8662024-11-27T17:46:31.761Z Downloaded unarray v0.1.4
8672024-11-27T17:46:31.764Z Downloaded fs_extra v1.3.0
8682024-11-27T17:46:31.766Z Downloaded nodrop v0.1.14
8692024-11-27T17:46:31.766Z Downloaded deranged v0.3.11
8702024-11-27T17:46:31.769Z Downloaded tracing-core v0.1.32
8712024-11-27T17:46:31.772Z Downloaded new_debug_unreachable v1.0.6
8722024-11-27T17:46:31.774Z Downloaded gethostname v0.5.0
8732024-11-27T17:46:31.776Z Downloaded xz2 v0.1.7
8742024-11-27T17:46:31.776Z Downloaded russh v0.45.0
8752024-11-27T17:46:31.783Z Downloaded rustc_version v0.4.1
8762024-11-27T17:46:31.785Z Downloaded serde_yaml v0.9.34+deprecated
8772024-11-27T17:46:31.789Z Downloaded pin-utils v0.1.0
8782024-11-27T17:46:31.791Z Downloaded strum_macros v0.26.4
8792024-11-27T17:46:31.794Z Downloaded hashbrown v0.12.3
8802024-11-27T17:46:31.797Z Downloaded hickory-proto v0.24.1
8812024-11-27T17:46:31.814Z Downloaded time-core v0.1.2
8822024-11-27T17:46:31.816Z Downloaded tar v0.4.42
8832024-11-27T17:46:31.818Z Downloaded unicode-xid v0.2.6
8842024-11-27T17:46:31.820Z Downloaded serde_derive_internals v0.29.1
8852024-11-27T17:46:31.823Z Downloaded rustc_version v0.1.7
8862024-11-27T17:46:31.823Z Downloaded serde-hex v0.1.0
8872024-11-27T17:46:31.825Z Downloaded postgres-types v0.2.8
8882024-11-27T17:46:31.829Z Downloaded peg-runtime v0.8.3
8892024-11-27T17:46:31.829Z Downloaded parse-display v0.10.0
8902024-11-27T17:46:31.832Z Downloaded zeroize_derive v1.4.2
8912024-11-27T17:46:31.832Z Downloaded tokio-rustls v0.24.1
8922024-11-27T17:46:31.834Z Downloaded time-macros v0.2.18
8932024-11-27T17:46:31.837Z Downloaded toolchain_find v0.4.0
8942024-11-27T17:46:31.837Z Downloaded foldhash v0.1.3
8952024-11-27T17:46:31.839Z Downloaded blake3 v1.5.4
8962024-11-27T17:46:31.847Z Downloaded sqlparser_derive v0.2.2
8972024-11-27T17:46:31.849Z Downloaded newtype_derive v0.1.6
8982024-11-27T17:46:31.849Z Downloaded endian-type v0.1.2
8992024-11-27T17:46:31.852Z Downloaded num-traits v0.2.19
9002024-11-27T17:46:31.854Z Downloaded tough v0.19.0
9012024-11-27T17:46:31.861Z Downloaded zerofrom-derive v0.1.4
9022024-11-27T17:46:31.864Z Downloaded termcolor v1.4.1
9032024-11-27T17:46:31.864Z Downloaded supports-color v3.0.1
9042024-11-27T17:46:31.866Z Downloaded subtle v2.6.1
9052024-11-27T17:46:31.869Z Downloaded parking_lot_core v0.9.10
9062024-11-27T17:46:31.872Z Downloaded fixedbitset v0.4.2
9072024-11-27T17:46:31.872Z Downloaded fallible-iterator v0.2.0
9082024-11-27T17:46:31.875Z Downloaded dirs-next v2.0.0
9092024-11-27T17:46:31.875Z Downloaded rustls-pemfile v2.2.0
9102024-11-27T17:46:31.877Z Downloaded parking_lot_core v0.8.6
9112024-11-27T17:46:31.879Z Downloaded yoke-derive v0.7.4
9122024-11-27T17:46:31.881Z Downloaded path-slash v0.1.5
9132024-11-27T17:46:31.882Z Downloaded flagset v0.4.6
9142024-11-27T17:46:31.884Z Downloaded zerocopy-derive v0.8.10
9152024-11-27T17:46:31.890Z Downloaded xattr v1.3.1
9162024-11-27T17:46:31.892Z Downloaded tokio-native-tls v0.3.1
9172024-11-27T17:46:31.894Z Downloaded term v0.7.0
9182024-11-27T17:46:31.897Z Downloaded futures-executor v0.3.31
9192024-11-27T17:46:31.900Z Downloaded slog-dtrace v0.3.0
9202024-11-27T17:46:31.903Z Downloaded tls_codec_derive v0.4.1
9212024-11-27T17:46:31.903Z Downloaded slog-envlogger v2.2.0
9222024-11-27T17:46:31.905Z Downloaded ref-cast-impl v1.0.23
9232024-11-27T17:46:31.905Z Downloaded env_filter v0.1.2
9242024-11-27T17:46:31.908Z Downloaded ghash v0.5.1
9252024-11-27T17:46:31.908Z Downloaded subprocess v0.2.9
9262024-11-27T17:46:31.911Z Downloaded hashbrown v0.13.2
9272024-11-27T17:46:31.915Z Downloaded futures-macro v0.3.31
9282024-11-27T17:46:31.917Z Downloaded oso v0.27.3
9292024-11-27T17:46:31.920Z Downloaded dunce v1.0.5
9302024-11-27T17:46:31.922Z Downloaded rfc6979 v0.4.0
9312024-11-27T17:46:31.924Z Downloaded resolv-conf v0.7.0
9322024-11-27T17:46:31.927Z Downloaded ecdsa v0.16.9
9332024-11-27T17:46:31.927Z Downloaded futures-core v0.3.31
9342024-11-27T17:46:31.930Z Downloaded group v0.13.0
9352024-11-27T17:46:31.932Z Downloaded stringprep v0.1.5
9362024-11-27T17:46:31.932Z Downloaded nu-ansi-term v0.50.1
9372024-11-27T17:46:31.936Z Downloaded zopfli v0.8.1
9382024-11-27T17:46:31.939Z Downloaded parse-zoneinfo v0.3.1
9392024-11-27T17:46:31.942Z Downloaded enum-as-inner v0.6.1
9402024-11-27T17:46:31.942Z Downloaded miniz_oxide v0.8.0
9412024-11-27T17:46:31.945Z Downloaded string_cache v0.8.7
9422024-11-27T17:46:31.947Z Downloaded aes-gcm v0.10.3
9432024-11-27T17:46:31.950Z Downloaded shell-words v1.1.0
9442024-11-27T17:46:31.952Z Downloaded scrypt v0.11.0
9452024-11-27T17:46:31.954Z Downloaded peg v0.8.4
9462024-11-27T17:46:31.957Z Downloaded wyz v0.5.1
9472024-11-27T17:46:31.959Z Downloaded pin-project v1.1.6
9482024-11-27T17:46:31.969Z Downloaded termtree v0.4.1
9492024-11-27T17:46:31.972Z Downloaded env_logger v0.11.5
9502024-11-27T17:46:31.975Z Downloaded signal-hook-mio v0.2.4
9512024-11-27T17:46:31.975Z Downloaded rcgen v0.12.1
9522024-11-27T17:46:31.978Z Downloaded termios v0.3.3
9532024-11-27T17:46:31.980Z Downloaded phf_codegen v0.11.2
9542024-11-27T17:46:31.983Z Downloaded rustversion v1.0.17
9552024-11-27T17:46:31.985Z Downloaded tracing v0.1.40
9562024-11-27T17:46:31.989Z Downloaded tokio-rustls v0.25.0
9572024-11-27T17:46:31.992Z Downloaded pem v3.0.4
9582024-11-27T17:46:31.994Z Downloaded dyn-clone v1.0.17
9592024-11-27T17:46:31.998Z Downloaded slog-stdlog v4.1.1
9602024-11-27T17:46:31.998Z Downloaded nibble_vec v0.1.0
9612024-11-27T17:46:32.001Z Downloaded postcard v1.0.10
9622024-11-27T17:46:32.001Z Downloaded winnow v0.5.40
9632024-11-27T17:46:32.009Z Downloaded rustc-hash v2.0.0
9642024-11-27T17:46:32.012Z Downloaded serde_with v3.11.0
9652024-11-27T17:46:32.020Z Downloaded elliptic-curve v0.13.8
9662024-11-27T17:46:32.025Z Downloaded slog-json v2.6.1
9672024-11-27T17:46:32.028Z Downloaded rtoolbox v0.0.2
9682024-11-27T17:46:32.028Z Downloaded either v1.13.0
9692024-11-27T17:46:32.031Z Downloaded scopeguard v1.2.0
9702024-11-27T17:46:32.032Z Downloaded yasna v0.5.2
9712024-11-27T17:46:32.034Z Downloaded paste v1.0.15
9722024-11-27T17:46:32.037Z Downloaded unicode-truncate v1.1.0
9732024-11-27T17:46:32.040Z Downloaded tokio-tungstenite v0.23.1
9742024-11-27T17:46:32.043Z Downloaded data-encoding v2.6.0
9752024-11-27T17:46:32.043Z Downloaded parse-display-derive v0.10.0
9762024-11-27T17:46:32.046Z Downloaded yoke v0.7.4
9772024-11-27T17:46:32.046Z Downloaded omicron-zone-package v0.11.1
9782024-11-27T17:46:32.049Z Downloaded headers v0.4.0
9792024-11-27T17:46:32.054Z Downloaded zerovec-derive v0.10.3
9802024-11-27T17:46:32.057Z Downloaded zeroize v1.8.1
9812024-11-27T17:46:32.060Z Downloaded flume v0.11.1
9822024-11-27T17:46:32.062Z Downloaded diff v0.1.13
9832024-11-27T17:46:32.065Z Downloaded ed25519-dalek v2.1.1
9842024-11-27T17:46:32.068Z Downloaded rayon v1.10.0
9852024-11-27T17:46:32.078Z Downloaded typify-macro v0.2.0
9862024-11-27T17:46:32.080Z Downloaded unicode-segmentation v1.12.0
9872024-11-27T17:46:32.082Z Downloaded num-bigint-dig v0.8.4
9882024-11-27T17:46:32.088Z Downloaded futures-channel v0.3.31
9892024-11-27T17:46:32.091Z Downloaded unicode-properties v0.1.3
9902024-11-27T17:46:32.093Z Downloaded dropshot_endpoint v0.12.0
9912024-11-27T17:46:32.096Z Downloaded bindgen v0.69.5
9922024-11-27T17:46:32.103Z Downloaded slog-scope v4.4.0
9932024-11-27T17:46:32.106Z Downloaded portable-atomic v1.9.0
9942024-11-27T17:46:32.112Z Downloaded chrono v0.4.38
9952024-11-27T17:46:32.121Z Downloaded tokio-postgres v0.7.12
9962024-11-27T17:46:32.126Z Downloaded rsa v0.9.6
9972024-11-27T17:46:32.131Z Downloaded ron v0.7.1
9982024-11-27T17:46:32.137Z Downloaded toml v0.7.8
9992024-11-27T17:46:32.140Z Downloaded tokio-util v0.7.12
10002024-11-27T17:46:32.148Z Downloaded quinn-proto v0.11.8
10012024-11-27T17:46:32.155Z Downloaded tungstenite v0.24.0
10022024-11-27T17:46:32.158Z Downloaded zip v0.6.6
10032024-11-27T17:46:32.163Z Downloaded lalrpop v0.19.12
10042024-11-27T17:46:32.175Z Downloaded postgres-protocol v0.6.7
10052024-11-27T17:46:32.178Z Downloaded time v0.3.36
10062024-11-27T17:46:32.185Z Downloaded zerocopy v0.6.6
10072024-11-27T17:46:32.188Z Downloaded expectorate v1.1.0
10082024-11-27T17:46:32.190Z Downloaded quick-xml v0.33.0
10092024-11-27T17:46:32.197Z Downloaded russh-keys v0.45.0
10102024-11-27T17:46:32.199Z Downloaded toml_edit v0.19.15
10112024-11-27T17:46:32.218Z Downloaded der v0.7.9
10122024-11-27T17:46:32.224Z Downloaded idna v0.2.3
10132024-11-27T17:46:32.230Z Downloaded schemars v0.8.21
10142024-11-27T17:46:32.245Z Downloaded p256 v0.13.2
10152024-11-27T17:46:32.248Z Downloaded steno v0.4.1
10162024-11-27T17:46:32.251Z Downloaded typed-path v0.9.3
10172024-11-27T17:46:32.257Z Downloaded unicode-normalization v0.1.24
10182024-11-27T17:46:32.262Z Downloaded bitvec v1.0.1
10192024-11-27T17:46:32.277Z Downloaded unicode_categories v0.1.1
10202024-11-27T17:46:32.280Z Downloaded proptest v1.5.0
10212024-11-27T17:46:32.290Z Downloaded hashbrown v0.14.5
10222024-11-27T17:46:32.295Z Downloaded nom v7.1.3
10232024-11-27T17:46:32.301Z Downloaded h2 v0.4.6
10242024-11-27T17:46:32.309Z Downloaded futures-util v0.3.31
10252024-11-27T17:46:32.322Z Downloaded regex v1.11.1
10262024-11-27T17:46:32.335Z Downloaded webpki-roots v0.26.6
10272024-11-27T17:46:32.339Z Downloaded rustls v0.21.12
10282024-11-27T17:46:32.351Z Downloaded idna v0.4.0
10292024-11-27T17:46:32.358Z Downloaded radix_trie v0.2.1
10302024-11-27T17:46:32.365Z Downloaded idna v0.3.0
10312024-11-27T17:46:32.372Z Downloaded zerovec v0.10.4
10322024-11-27T17:46:32.378Z Downloaded idna v0.5.0
10332024-11-27T17:46:32.385Z Downloaded zerocopy v0.8.10
10342024-11-27T17:46:32.410Z Downloaded rustls-webpki v0.101.7
10352024-11-27T17:46:32.424Z Downloaded dropshot v0.12.0
10362024-11-27T17:46:32.445Z Downloaded sqlparser v0.45.0
10372024-11-27T17:46:32.450Z Downloaded rustls v0.22.4
10382024-11-27T17:46:32.463Z Downloaded rusqlite v0.32.1
10392024-11-27T17:46:32.469Z Downloaded diesel v2.2.4
10402024-11-27T17:46:32.489Z Downloaded p521 v0.13.3
10412024-11-27T17:46:32.493Z Downloaded openssl v0.10.66
10422024-11-27T17:46:32.502Z Downloaded reqwest v0.12.9
10432024-11-27T17:46:32.511Z Downloaded chrono-tz v0.10.0
10442024-11-27T17:46:32.518Z Downloaded bstr v1.10.0
10452024-11-27T17:46:32.529Z Downloaded p384 v0.13.0
10462024-11-27T17:46:32.536Z Downloaded rustls-webpki v0.102.8
10472024-11-27T17:46:32.555Z Downloaded nix v0.27.1
10482024-11-27T17:46:32.565Z Downloaded nix v0.28.0
10492024-11-27T17:46:32.577Z Downloaded unicode-width v0.2.0
10502024-11-27T17:46:32.583Z Downloaded gimli v0.31.1
10512024-11-27T17:46:32.592Z Downloaded vcpkg v0.2.15
10522024-11-27T17:46:32.630Z Downloaded sled v0.34.7
10532024-11-27T17:46:32.640Z Downloaded regress v0.9.1
10542024-11-27T17:46:32.649Z Downloaded nix v0.29.0
10552024-11-27T17:46:32.661Z Downloaded git2 v0.19.0
10562024-11-27T17:46:32.670Z Downloaded ratatui v0.28.1
10572024-11-27T17:46:32.690Z Downloaded dropshot v0.13.0
10582024-11-27T17:46:32.710Z Downloaded openapiv3 v2.0.0
10592024-11-27T17:46:32.725Z Downloaded regex-syntax v0.6.29
10602024-11-27T17:46:32.729Z Downloaded object v0.30.4
10612024-11-27T17:46:32.739Z Downloaded rustls v0.23.14
10622024-11-27T17:46:32.751Z Downloaded zerocopy-derive v0.6.6
10632024-11-27T17:46:32.762Z Downloaded object v0.36.5
10642024-11-27T17:46:32.773Z Downloaded regress v0.10.1
10652024-11-27T17:46:32.782Z Downloaded bzip2-sys v0.1.11+1.0.8
10662024-11-27T17:46:32.794Z Downloaded regex-syntax v0.8.5
10672024-11-27T17:46:32.803Z Downloaded smoltcp v0.11.0
10682024-11-27T17:46:32.815Z Downloaded polar-core v0.27.3
10692024-11-27T17:46:32.824Z Downloaded trust-dns-proto v0.22.0
10702024-11-27T17:46:32.836Z Downloaded curve25519-dalek v4.1.3
10712024-11-27T17:46:32.846Z Downloaded typify-impl v0.2.0
10722024-11-27T17:46:32.862Z Downloaded petname v2.0.2
10732024-11-27T17:46:32.867Z Downloaded x509-cert v0.2.5
10742024-11-27T17:46:32.873Z Downloaded flate2 v1.0.34
10752024-11-27T17:46:32.878Z Downloaded reedline v0.35.0
10762024-11-27T17:46:32.887Z Downloaded salty v0.3.0
10772024-11-27T17:46:32.893Z Downloaded smoltcp v0.9.1
10782024-11-27T17:46:32.904Z Downloaded icu_properties_data v1.5.0
10792024-11-27T17:46:32.915Z Downloaded displaydoc v0.2.5
10802024-11-27T17:46:32.918Z Downloaded csv v1.3.0
10812024-11-27T17:46:32.938Z Downloaded defmt v0.3.8
10822024-11-27T17:46:32.942Z Downloaded regex-automata v0.4.8
10832024-11-27T17:46:32.959Z Downloaded num-bigint v0.4.6
10842024-11-27T17:46:32.962Z Downloaded mio v1.0.2
10852024-11-27T17:46:32.968Z Downloaded signal-hook-registry v1.4.2
10862024-11-27T17:46:32.971Z Downloaded libm v0.2.8
10872024-11-27T17:46:32.979Z Downloaded predicates-tree v1.0.11
10882024-11-27T17:46:32.983Z Downloaded dhcproto v0.12.0
10892024-11-27T17:46:32.983Z Downloaded derive_more v0.99.18
10902024-11-27T17:46:32.986Z Downloaded typify v0.2.0
10912024-11-27T17:46:32.990Z Downloaded derive_builder v0.20.2
10922024-11-27T17:46:32.993Z Downloaded derive-where v1.2.7
10932024-11-27T17:46:32.997Z Downloaded lzma-sys v0.1.20
10942024-11-27T17:46:33.026Z Downloaded ssh-key v0.6.6
10952024-11-27T17:46:33.034Z Downloaded petgraph v0.6.5
10962024-11-27T17:46:33.050Z Downloaded libxml v0.3.3
10972024-11-27T17:46:33.057Z Downloaded futures-task v0.3.31
10982024-11-27T17:46:33.060Z Downloaded password-hash v0.5.0
10992024-11-27T17:46:33.060Z Downloaded idna v1.0.3
11002024-11-27T17:46:33.063Z Downloaded untrusted v0.9.0
11012024-11-27T17:46:33.065Z Downloaded num v0.4.3
11022024-11-27T17:46:33.065Z Downloaded num-complex v0.4.6
11032024-11-27T17:46:33.068Z Downloaded socket2 v0.5.7
11042024-11-27T17:46:33.070Z Downloaded libz-sys v1.1.20
11052024-11-27T17:46:33.091Z Downloaded tungstenite v0.21.0
11062024-11-27T17:46:33.094Z Downloaded similar v2.6.0
11072024-11-27T17:46:33.098Z Downloaded rustls-pemfile v1.0.4
11082024-11-27T17:46:33.101Z Downloaded progenitor v0.8.0
11092024-11-27T17:46:33.105Z Downloaded samael v0.0.17
11102024-11-27T17:46:33.107Z Downloaded spin v0.9.8
11112024-11-27T17:46:33.110Z Downloaded parking_lot v0.12.3
11122024-11-27T17:46:33.113Z Downloaded vsss-rs v3.3.4
11132024-11-27T17:46:33.115Z Downloaded futures-sink v0.3.31
11142024-11-27T17:46:33.115Z Downloaded base64 v0.21.7
11152024-11-27T17:46:33.118Z Downloaded tokio v1.40.0
11162024-11-27T17:46:33.156Z Downloaded const_format v0.2.33
11172024-11-27T17:46:33.160Z Downloaded test-strategy v0.3.1
11182024-11-27T17:46:33.164Z Downloaded sha3 v0.10.8
11192024-11-27T17:46:33.168Z Downloaded encoding_rs v0.8.34
11202024-11-27T17:46:33.190Z Downloaded tokio-rustls v0.26.0
11212024-11-27T17:46:33.192Z Downloaded const-oid v0.9.6
11222024-11-27T17:46:33.195Z Downloaded bytes v1.8.0
11232024-11-27T17:46:33.198Z Downloaded sec1 v0.7.3
11242024-11-27T17:46:33.200Z Downloaded sct v0.7.1
11252024-11-27T17:46:33.203Z Downloaded salsa20 v0.10.2
11262024-11-27T17:46:33.203Z Downloaded memmap2 v0.9.5
11272024-11-27T17:46:33.205Z Downloaded icu_provider v1.5.0
11282024-11-27T17:46:33.208Z Downloaded crossbeam-epoch v0.9.18
11292024-11-27T17:46:33.212Z Downloaded crc32fast v1.4.2
11302024-11-27T17:46:33.212Z Downloaded crc-any v2.5.0
11312024-11-27T17:46:33.214Z Downloaded console v0.15.8
11322024-11-27T17:46:33.217Z Downloaded base64 v0.13.1
11332024-11-27T17:46:33.220Z Downloaded lock_api v0.4.12
11342024-11-27T17:46:33.223Z Downloaded icu_normalizer v1.5.0
11352024-11-27T17:46:33.225Z Downloaded jobserver v0.1.32
11362024-11-27T17:46:33.465Z Downloaded libgit2-sys v0.17.0+1.8.1
11372024-11-27T17:46:33.758Z Downloaded aws-lc-sys v0.22.0
11382024-11-27T17:46:34.330Z Downloaded ring v0.17.8
11392024-11-27T17:46:34.507Z Downloaded libsqlite3-sys v0.30.1
11402024-11-27T17:46:34.586Z Downloaded ring v0.16.20
11412024-11-27T17:46:34.764Z Compiling serde v1.0.215
11422024-11-27T17:46:34.767Z Compiling lock_api v0.4.12
11432024-11-27T17:46:34.767Z Compiling scopeguard v1.2.0
11442024-11-27T17:46:34.767Z Compiling value-bag v1.9.0
11452024-11-27T17:46:34.767Z Compiling typenum v1.17.0
11462024-11-27T17:46:34.767Z Compiling generic-array v0.14.7
11472024-11-27T17:46:34.941Z Compiling syn v2.0.87
11482024-11-27T17:46:34.944Z Compiling getrandom v0.2.15
11492024-11-27T17:46:35.108Z Compiling subtle v2.6.1
11502024-11-27T17:46:35.293Z Compiling rand_core v0.6.4
11512024-11-27T17:46:35.428Z Compiling log v0.4.22
11522024-11-27T17:46:35.607Z Compiling shlex v1.3.0
11532024-11-27T17:46:35.648Z Compiling jobserver v0.1.32
11542024-11-27T17:46:35.685Z Compiling const-oid v0.9.6
11552024-11-27T17:46:35.896Z Compiling smallvec v1.13.2
11562024-11-27T17:46:35.954Z Compiling spin v0.9.8
11572024-11-27T17:46:36.041Z Compiling cc v1.1.30
11582024-11-27T17:46:36.316Z Compiling pin-project-lite v0.2.14
11592024-11-27T17:46:36.347Z Compiling rustix v0.38.37
11602024-11-27T17:46:36.442Z Compiling parking_lot_core v0.9.10
11612024-11-27T17:46:36.461Z Compiling futures-core v0.3.31
11622024-11-27T17:46:36.586Z Compiling signal-hook-registry v1.4.2
11632024-11-27T17:46:36.708Z Compiling mio v1.0.2
11642024-11-27T17:46:37.263Z Compiling aho-corasick v1.1.3
11652024-11-27T17:46:37.459Z Compiling parking_lot v0.12.3
11662024-11-27T17:46:37.625Z Compiling cpufeatures v0.2.14
11672024-11-27T17:46:37.732Z Compiling either v1.13.0
11682024-11-27T17:46:37.788Z Compiling regex-syntax v0.8.5
11692024-11-27T17:46:37.814Z Compiling lazy_static v1.5.0
11702024-11-27T17:46:37.932Z Compiling futures-sink v0.3.31
11712024-11-27T17:46:37.973Z Compiling glob v0.3.1
11722024-11-27T17:46:38.095Z Compiling stable_deref_trait v1.2.0
11732024-11-27T17:46:38.167Z Compiling socket2 v0.5.7
11742024-11-27T17:46:38.202Z Compiling slab v0.4.9
11752024-11-27T17:46:38.430Z Compiling prettyplease v0.2.25
11762024-11-27T17:46:38.638Z Compiling minimal-lexical v0.2.1
11772024-11-27T17:46:39.001Z Compiling clang-sys v1.8.1
11782024-11-27T17:46:39.081Z Compiling nom v7.1.3
11792024-11-27T17:46:39.180Z Compiling libloading v0.8.5
11802024-11-27T17:46:39.217Z Compiling serde_json v1.0.132
11812024-11-27T17:46:39.525Z Compiling home v0.5.9
11822024-11-27T17:46:39.586Z Compiling bindgen v0.69.5
11832024-11-27T17:46:39.808Z Compiling itertools v0.12.1
11842024-11-27T17:46:40.413Z Compiling futures-channel v0.3.31
11852024-11-27T17:46:40.461Z Compiling allocator-api2 v0.2.18
11862024-11-27T17:46:40.860Z Compiling foldhash v0.1.3
11872024-11-27T17:46:41.163Z Compiling rustc-hash v1.1.0
11882024-11-27T17:46:41.318Z Compiling lazycell v1.3.0
11892024-11-27T17:46:41.318Z Compiling futures-io v0.3.31
11902024-11-27T17:46:41.499Z Compiling regex-automata v0.4.8
11912024-11-27T17:46:41.635Z Compiling futures-task v0.3.31
11922024-11-27T17:46:41.952Z Compiling pin-utils v0.1.0
11932024-11-27T17:46:42.053Z Compiling hashbrown v0.15.0
11942024-11-27T17:46:42.860Z Compiling synstructure v0.13.1
11952024-11-27T17:46:42.969Z Compiling cexpr v0.6.0
11962024-11-27T17:46:43.385Z Compiling cmake v0.1.51
11972024-11-27T17:46:44.393Z Compiling fs_extra v1.3.0
11982024-11-27T17:46:44.558Z Compiling tinyvec_macros v0.1.1
11992024-11-27T17:46:44.649Z Compiling libm v0.2.8
12002024-11-27T17:46:44.689Z Compiling dunce v1.0.5
12012024-11-27T17:46:44.741Z Compiling pkg-config v0.3.31
12022024-11-27T17:46:44.812Z Compiling tinyvec v1.8.0
12032024-11-27T17:46:44.993Z Compiling num-traits v0.2.19
12042024-11-27T17:46:45.521Z Compiling ring v0.17.8
12052024-11-27T17:46:46.168Z Compiling writeable v0.5.5
12062024-11-27T17:46:46.281Z Compiling base64ct v1.6.0
12072024-11-27T17:46:46.363Z Compiling unicode-normalization v0.1.24
12082024-11-27T17:46:46.420Z Compiling litemap v0.7.3
12092024-11-27T17:46:46.632Z Compiling unicode-bidi v0.3.17
12102024-11-27T17:46:46.758Z Compiling paste v1.0.15
12112024-11-27T17:46:46.812Z Compiling pem-rfc7468 v0.7.0
12122024-11-27T17:46:47.248Z Compiling regex v1.11.1
12132024-11-27T17:46:47.532Z Compiling httparse v1.9.5
12142024-11-27T17:46:47.972Z Compiling aws-lc-rs v1.10.0
12152024-11-27T17:46:48.257Z Compiling flagset v0.4.6
12162024-11-27T17:46:48.375Z Compiling tracing-core v0.1.32
12172024-11-27T17:46:48.464Z Compiling crossbeam-utils v0.8.20
12182024-11-27T17:46:49.000Z Compiling rustls-pki-types v1.9.0
12192024-11-27T17:46:49.374Z Compiling percent-encoding v2.3.1
12202024-11-27T17:46:49.455Z Compiling icu_locid_transform_data v1.5.0
12212024-11-27T17:46:49.673Z Compiling serde_derive v1.0.215
12222024-11-27T17:46:49.693Z Compiling zeroize_derive v1.4.2
12232024-11-27T17:46:49.711Z Compiling zerocopy-derive v0.7.35
12242024-11-27T17:46:50.057Z Compiling tokio-macros v2.4.0
12252024-11-27T17:46:50.263Z Compiling zerofrom-derive v0.1.4
12262024-11-27T17:46:51.182Z Compiling zeroize v1.8.1
12272024-11-27T17:46:51.630Z Compiling yoke-derive v0.7.4
12282024-11-27T17:46:51.734Z Compiling thiserror-impl v1.0.69
12292024-11-27T17:46:51.984Z Compiling zerocopy v0.7.35
12302024-11-27T17:46:52.826Z Compiling crypto-common v0.1.6
12312024-11-27T17:46:53.037Z Compiling block-buffer v0.10.4
12322024-11-27T17:46:53.303Z Compiling digest v0.10.7
12332024-11-27T17:46:53.523Z Compiling futures-macro v0.3.31
12342024-11-27T17:46:53.746Z Compiling hmac v0.12.1
12352024-11-27T17:46:53.974Z Compiling zerovec-derive v0.10.3
12362024-11-27T17:46:54.268Z Compiling block-padding v0.3.3
12372024-11-27T17:46:54.394Z Compiling zerofrom v0.1.4
12382024-11-27T17:46:54.500Z Compiling displaydoc v0.2.5
12392024-11-27T17:46:54.611Z Compiling inout v0.1.3
12402024-11-27T17:46:54.719Z Compiling yoke v0.7.4
12412024-11-27T17:46:54.883Z Compiling cipher v0.4.4
12422024-11-27T17:46:55.025Z Compiling sha2 v0.10.8
12432024-11-27T17:46:55.084Z Compiling thiserror v1.0.69
12442024-11-27T17:46:55.222Z Compiling ppv-lite86 v0.2.20
12452024-11-27T17:46:55.367Z Compiling futures-util v0.3.31
12462024-11-27T17:46:55.402Z Compiling icu_provider_macros v1.5.0
12472024-11-27T17:46:56.088Z Compiling der_derive v0.7.3
12482024-11-27T17:46:56.166Z Compiling rand_chacha v0.3.1
12492024-11-27T17:46:56.530Z Compiling tracing-attributes v0.1.27
12502024-11-27T17:46:56.586Z Compiling zerovec v0.10.4
12512024-11-27T17:46:58.346Z Compiling tinystr v0.7.6
12522024-11-27T17:46:58.463Z Compiling der v0.7.9
12532024-11-27T17:46:58.757Z Compiling icu_collections v1.5.0
12542024-11-27T17:46:58.759Z Compiling icu_locid v1.5.0
12552024-11-27T17:46:58.773Z Compiling rand v0.8.5
12562024-11-27T17:46:59.760Z Compiling salsa20 v0.10.2
12572024-11-27T17:46:59.998Z Compiling icu_provider v1.5.0
12582024-11-27T17:47:00.108Z Compiling pest v2.7.14
12592024-11-27T17:47:00.232Z Compiling tracing v0.1.40
12602024-11-27T17:47:00.789Z Compiling icu_locid_transform v1.5.0
12612024-11-27T17:47:00.953Z Compiling spki v0.7.3
12622024-11-27T17:47:01.159Z Compiling pbkdf2 v0.12.2
12632024-11-27T17:47:01.191Z Compiling mirai-annotations v1.12.0
12642024-11-27T17:47:01.332Z Compiling vcpkg v0.2.15
12652024-11-27T17:47:01.352Z Compiling time-core v0.1.2
12662024-11-27T17:47:01.374Z Compiling untrusted v0.9.0
12672024-11-27T17:47:01.396Z Compiling icu_properties_data v1.5.0
12682024-11-27T17:47:01.534Z Compiling powerfmt v0.2.0
12692024-11-27T17:47:01.554Z Compiling num-conv v0.1.0
12702024-11-27T17:47:01.662Z Compiling untrusted v0.7.1
12712024-11-27T17:47:01.838Z Compiling time-macros v0.2.18
12722024-11-27T17:47:01.858Z Compiling deranged v0.3.11
12732024-11-27T17:47:01.924Z Compiling scrypt v0.11.0
12742024-11-27T17:47:02.492Z Compiling icu_properties v1.5.1
12752024-11-27T17:47:03.176Z Compiling pest_meta v2.7.14
12762024-11-27T17:47:03.491Z Compiling bitflags v2.6.0
12772024-11-27T17:47:03.525Z Compiling bytes v1.8.0
12782024-11-27T17:47:03.739Z Compiling indexmap v2.6.0
12792024-11-27T17:47:04.832Z Compiling tokio v1.40.0
12802024-11-27T17:47:05.196Z Compiling http v1.1.0
12812024-11-27T17:47:05.271Z Compiling semver v1.0.23
12822024-11-27T17:47:05.634Z Compiling openssl-sys v0.9.103
12832024-11-27T17:47:06.104Z Compiling rustc_version v0.4.1
12842024-11-27T17:47:06.764Z Compiling aes v0.8.4
12852024-11-27T17:47:06.908Z Compiling cbc v0.1.2
12862024-11-27T17:47:07.001Z Compiling scroll_derive v0.12.0
12872024-11-27T17:47:07.457Z Compiling utf8_iter v1.0.4
12882024-11-27T17:47:07.705Z Compiling atomic-waker v1.1.2
12892024-11-27T17:47:07.739Z Compiling utf16_iter v1.0.5
12902024-11-27T17:47:07.890Z Compiling which v4.4.2
12912024-11-27T17:47:07.942Z Compiling icu_normalizer_data v1.5.0
12922024-11-27T17:47:08.043Z Compiling num_threads v0.1.7
12932024-11-27T17:47:08.176Z Compiling write16 v1.0.0
12942024-11-27T17:47:08.315Z Compiling icu_normalizer v1.5.0
12952024-11-27T17:47:08.421Z Compiling time v0.3.36
12962024-11-27T17:47:08.455Z Compiling scroll v0.12.0
12972024-11-27T17:47:08.498Z Compiling pkcs5 v0.7.1
12982024-11-27T17:47:09.235Z Compiling http-body v1.0.1
12992024-11-27T17:47:09.263Z Compiling pest_generator v2.7.14
13002024-11-27T17:47:09.477Z Compiling form_urlencoded v1.2.1
13012024-11-27T17:47:09.654Z Compiling try-lock v0.2.5
13022024-11-27T17:47:09.733Z Compiling slog v2.7.0
13032024-11-27T17:47:09.802Z Compiling want v0.3.1
13042024-11-27T17:47:09.819Z Compiling goblin v0.8.2
13052024-11-27T17:47:10.071Z Compiling idna_adapter v1.2.0
13062024-11-27T17:47:10.297Z Compiling pkcs8 v0.10.2
13072024-11-27T17:47:10.330Z Compiling httpdate v1.0.3
13082024-11-27T17:47:10.857Z Compiling idna v1.0.3
13092024-11-27T17:47:11.076Z Compiling toml_datetime v0.6.8
13102024-11-27T17:47:11.257Z Compiling uuid v1.11.0
13112024-11-27T17:47:11.299Z Compiling pest_derive v2.7.14
13122024-11-27T17:47:11.619Z Compiling serde_spanned v0.6.8
13132024-11-27T17:47:11.855Z Compiling serde_tokenstream v0.2.2
13142024-11-27T17:47:12.100Z Compiling dtrace-parser v0.2.0
13152024-11-27T17:47:12.485Z Compiling tower-service v0.3.3
13162024-11-27T17:47:12.613Z Compiling rustversion v1.0.17
13172024-11-27T17:47:12.659Z Compiling adler2 v2.0.0
13182024-11-27T17:47:12.739Z Compiling openssl v0.10.66
13192024-11-27T17:47:12.870Z Compiling foreign-types-shared v0.1.1
13202024-11-27T17:47:12.975Z Compiling iana-time-zone v0.1.61
13212024-11-27T17:47:13.152Z Compiling base64 v0.22.1
13222024-11-27T17:47:13.332Z Compiling match_cfg v0.1.0
13232024-11-27T17:47:13.429Z Compiling tokio-util v0.7.12
13242024-11-27T17:47:13.457Z Compiling hostname v0.3.1
13252024-11-27T17:47:13.740Z Compiling chrono v0.4.38
13262024-11-27T17:47:13.761Z Compiling foreign-types v0.3.2
13272024-11-27T17:47:13.858Z Compiling miniz_oxide v0.8.0
13282024-11-27T17:47:13.934Z Compiling url v2.5.3
13292024-11-27T17:47:14.833Z Compiling h2 v0.4.6
13302024-11-27T17:47:15.416Z Compiling openssl-macros v0.1.1
13312024-11-27T17:47:15.779Z Compiling dof v0.3.0
13322024-11-27T17:47:15.991Z Compiling async-trait v0.1.83
13332024-11-27T17:47:16.189Z Compiling dirs-sys-next v0.1.2
13342024-11-27T17:47:16.867Z Compiling usdt-impl v0.5.0
13352024-11-27T17:47:17.532Z Compiling data-encoding v2.6.0
13362024-11-27T17:47:18.012Z Compiling siphasher v0.3.11
13372024-11-27T17:47:18.408Z Compiling syn v1.0.109
13382024-11-27T17:47:18.481Z Compiling rustls v0.22.4
13392024-11-27T17:47:18.725Z Compiling native-tls v0.2.12
13402024-11-27T17:47:18.784Z Compiling rustls v0.23.14
13412024-11-27T17:47:19.087Z Compiling dirs-next v2.0.0
13422024-11-27T17:47:19.278Z Compiling http-body-util v0.1.2
13432024-11-27T17:47:19.806Z Compiling crossbeam-epoch v0.9.18
13442024-11-27T17:47:19.983Z Compiling heapless v0.7.17
13452024-11-27T17:47:20.231Z Compiling signature v2.2.0
13462024-11-27T17:47:20.415Z Compiling sha1 v0.10.6
13472024-11-27T17:47:20.528Z Compiling bzip2-sys v0.1.11+1.0.8
13482024-11-27T17:47:20.583Z Compiling serde_derive_internals v0.29.1
13492024-11-27T17:47:20.600Z Compiling thread_local v1.1.8
13502024-11-27T17:47:20.774Z Compiling cookie v0.18.1
13512024-11-27T17:47:20.823Z Compiling encoding_rs v0.8.34
13522024-11-27T17:47:20.989Z Compiling multer v3.1.0
13532024-11-27T17:47:21.046Z Compiling ipnet v2.10.1
13542024-11-27T17:47:21.139Z Compiling unicode-properties v0.1.3
13552024-11-27T17:47:21.263Z Compiling schemars v0.8.21
13562024-11-27T17:47:21.541Z Compiling rayon-core v1.12.1
13572024-11-27T17:47:21.603Z Compiling slog-async v2.8.0
13582024-11-27T17:47:21.805Z Compiling mime v0.3.17
13592024-11-27T17:47:22.123Z Compiling hyper v1.5.0
13602024-11-27T17:47:22.337Z Compiling openssl-probe v0.1.5
13612024-11-27T17:47:22.396Z Compiling signal-hook v0.3.17
13622024-11-27T17:47:22.658Z Compiling gimli v0.31.1
13632024-11-27T17:47:22.843Z Compiling stringprep v0.1.5
13642024-11-27T17:47:23.358Z Compiling schemars_derive v0.8.21
13652024-11-27T17:47:24.190Z Compiling toml_edit v0.22.22
13662024-11-27T17:47:25.188Z Compiling hyper-util v0.1.10
13672024-11-27T17:47:26.366Z Compiling crossbeam-deque v0.8.5
13682024-11-27T17:47:26.725Z Compiling usdt-macro v0.5.0
13692024-11-27T17:47:26.825Z Compiling usdt-attr-macro v0.5.0
13702024-11-27T17:47:27.736Z Compiling addr2line v0.24.2
13712024-11-27T17:47:27.789Z Compiling term v0.7.0
13722024-11-27T17:47:28.192Z Compiling slog-json v2.6.1
13732024-11-27T17:47:28.301Z Compiling serde_urlencoded v0.7.1
13742024-11-27T17:47:28.403Z Compiling crossbeam-channel v0.5.13
13752024-11-27T17:47:28.435Z Compiling curve25519-dalek v4.1.3
13762024-11-27T17:47:28.558Z Compiling enum-as-inner v0.6.1
13772024-11-27T17:47:28.832Z Compiling futures-executor v0.3.31
13782024-11-27T17:47:29.069Z Compiling md-5 v0.10.6
13792024-11-27T17:47:29.315Z Compiling async-stream-impl v0.3.6
13802024-11-27T17:47:29.335Z Compiling rustls-pemfile v2.2.0
13812024-11-27T17:47:29.387Z Compiling num-integer v0.1.46
13822024-11-27T17:47:29.514Z Compiling idna v0.4.0
13832024-11-27T17:47:29.675Z Compiling idna v0.3.0
13842024-11-27T17:47:29.696Z Compiling hash32 v0.2.1
13852024-11-27T17:47:30.118Z Compiling ff v0.13.0
13862024-11-27T17:47:30.178Z Compiling is-terminal v0.4.13
13872024-11-27T17:47:30.313Z Compiling object v0.36.5
13882024-11-27T17:47:30.355Z Compiling dropshot v0.12.0
13892024-11-27T17:47:30.634Z Compiling take_mut v0.2.2
13902024-11-27T17:47:30.713Z Compiling quick-error v1.2.3
13912024-11-27T17:47:30.781Z Compiling fallible-iterator v0.2.0
13922024-11-27T17:47:30.866Z Compiling psl-types v2.0.11
13932024-11-27T17:47:31.076Z Compiling utf-8 v0.7.6
13942024-11-27T17:47:31.270Z Compiling base16ct v0.2.0
13952024-11-27T17:47:31.409Z Compiling linked-hash-map v0.5.6
13962024-11-27T17:47:31.428Z Compiling portable-atomic v1.9.0
13972024-11-27T17:47:31.509Z Compiling anyhow v1.0.93
13982024-11-27T17:47:31.593Z Compiling num-bigint-dig v0.8.4
13992024-11-27T17:47:31.755Z Compiling rustc-demangle v0.1.24
14002024-11-27T17:47:31.863Z Compiling dyn-clone v1.0.17
14012024-11-27T17:47:32.086Z Compiling smoltcp v0.9.1
14022024-11-27T17:47:32.613Z Compiling lru-cache v0.1.2
14032024-11-27T17:47:32.651Z Compiling sec1 v0.7.3
14042024-11-27T17:47:32.724Z Compiling postgres-protocol v0.6.7
14052024-11-27T17:47:32.807Z Compiling tungstenite v0.24.0
14062024-11-27T17:47:32.827Z Compiling publicsuffix v2.2.3
14072024-11-27T17:47:33.089Z Compiling resolv-conf v0.7.0
14082024-11-27T17:47:33.911Z Compiling async-stream v0.3.6
14092024-11-27T17:47:34.113Z Compiling hickory-proto v0.24.1
14102024-11-27T17:47:34.213Z Compiling group v0.13.0
14112024-11-27T17:47:34.499Z Compiling usdt v0.5.0
14122024-11-27T17:47:34.537Z Compiling slog-term v2.9.1
14132024-11-27T17:47:35.160Z Compiling num-iter v0.1.45
14142024-11-27T17:47:35.494Z Compiling futures v0.3.31
14152024-11-27T17:47:35.619Z Compiling slog-bunyan v2.5.0
14162024-11-27T17:47:35.846Z Compiling toml v0.8.19
14172024-11-27T17:47:36.356Z Compiling camino v1.1.9
14182024-11-27T17:47:37.298Z Compiling tokio-native-tls v0.3.1
14192024-11-27T17:47:37.596Z Compiling backtrace v0.3.74
14202024-11-27T17:47:37.744Z Compiling phf_shared v0.11.2
14212024-11-27T17:47:38.134Z Compiling dropshot_endpoint v0.12.0
14222024-11-27T17:47:38.387Z Compiling terminal_size v0.4.0
14232024-11-27T17:47:38.529Z Compiling waitgroup v0.1.2
14242024-11-27T17:47:38.549Z Compiling openapiv3 v2.0.0
14252024-11-27T17:47:38.610Z Compiling serde_path_to_error v0.1.16
14262024-11-27T17:47:38.757Z Compiling hkdf v0.12.4
14272024-11-27T17:47:39.013Z Compiling crypto-bigint v0.5.5
14282024-11-27T17:47:39.446Z Compiling zerocopy-derive v0.6.6
14292024-11-27T17:47:41.372Z Compiling curve25519-dalek-derive v0.1.1
14302024-11-27T17:47:41.791Z Compiling webpki-roots v0.26.6
14312024-11-27T17:47:42.007Z Compiling idna v0.5.0
14322024-11-27T17:47:42.532Z Compiling hubpack_derive v0.1.1
14332024-11-27T17:47:42.839Z Compiling hostname v0.4.0
14342024-11-27T17:47:43.108Z Compiling crc32fast v1.4.2
14352024-11-27T17:47:43.112Z Compiling ahash v0.8.11
14362024-11-27T17:47:43.129Z Compiling fs-err v2.11.0
14372024-11-27T17:47:43.261Z Compiling managed v0.8.0
14382024-11-27T17:47:43.339Z Compiling winnow v0.5.40
14392024-11-27T17:47:43.384Z Compiling debug-ignore v1.0.5
14402024-11-27T17:47:43.404Z Compiling bitflags v1.3.2
14412024-11-27T17:47:43.529Z Compiling strum_macros v0.25.3
14422024-11-27T17:47:43.619Z Compiling console v0.15.8
14432024-11-27T17:47:43.687Z Compiling hubpack v0.1.2
14442024-11-27T17:47:44.139Z Compiling clap_builder v4.5.21
14452024-11-27T17:47:44.564Z Compiling flate2 v1.0.34
14462024-11-27T17:47:45.233Z Compiling cookie_store v0.21.0
14472024-11-27T17:47:45.580Z Compiling elliptic-curve v0.13.8
14482024-11-27T17:47:45.815Z Compiling zerocopy v0.6.6
14492024-11-27T17:47:46.447Z Compiling hickory-resolver v0.24.1
14502024-11-27T17:47:46.904Z Compiling toml_edit v0.19.15
14512024-11-27T17:47:47.282Z Compiling phf v0.11.2
14522024-11-27T17:47:47.551Z Compiling signal-hook-mio v0.2.4
14532024-11-27T17:47:47.587Z Compiling hyper-tls v0.6.0
14542024-11-27T17:47:47.719Z Compiling rayon v1.10.0
14552024-11-27T17:47:47.739Z Compiling bzip2 v0.4.4
14562024-11-27T17:47:48.130Z Compiling tokio-tungstenite v0.24.0
14572024-11-27T17:47:48.669Z Compiling postgres-types v0.2.8
14582024-11-27T17:47:51.608Z Compiling ed25519 v2.2.3
14592024-11-27T17:47:52.632Z Compiling phf_shared v0.10.0
14602024-11-27T17:47:53.050Z Compiling tokio-stream v0.1.16
14612024-11-27T17:47:53.348Z Compiling pkcs1 v0.7.5
14622024-11-27T17:47:53.449Z Compiling serde-big-array v0.5.1
14632024-11-27T17:47:53.505Z Compiling clap_derive v4.5.18
14642024-11-27T17:47:53.664Z Compiling rfc6979 v0.4.0
14652024-11-27T17:47:53.684Z Compiling derive-where v1.2.7
14662024-11-27T17:47:53.850Z Compiling serde_repr v0.1.19
14672024-11-27T17:47:54.155Z Compiling float-cmp v0.9.0
14682024-11-27T17:47:54.335Z Compiling bstr v1.10.0
14692024-11-27T17:47:54.372Z Compiling sync_wrapper v1.0.1
14702024-11-27T17:47:54.525Z Compiling difflib v0.4.0
14712024-11-27T17:47:54.930Z Compiling normalize-line-endings v0.3.0
14722024-11-27T17:47:55.038Z Compiling unicode-width v0.2.0
14732024-11-27T17:47:55.063Z Compiling bit-vec v0.6.3
14742024-11-27T17:47:55.551Z Compiling precomputed-hash v0.1.1
14752024-11-27T17:47:55.576Z Compiling whoami v1.5.2
14762024-11-27T17:47:55.666Z Compiling number_prefix v0.4.0
14772024-11-27T17:47:55.894Z Compiling static_assertions v1.1.0
14782024-11-27T17:47:56.002Z Compiling predicates-core v1.0.8
14792024-11-27T17:47:56.131Z Compiling unicode-segmentation v1.12.0
14802024-11-27T17:47:56.216Z Compiling new_debug_unreachable v1.0.6
14812024-11-27T17:47:56.219Z Compiling fixedbitset v0.4.2
14822024-11-27T17:47:56.314Z Compiling string_cache v0.8.7
14832024-11-27T17:47:56.351Z Compiling predicates v3.1.2
14842024-11-27T17:47:56.692Z Compiling petgraph v0.6.5
14852024-11-27T17:47:56.791Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14862024-11-27T17:47:57.023Z Compiling similar v2.6.0
14872024-11-27T17:47:57.290Z Compiling tokio-postgres v0.7.12
14882024-11-27T17:47:58.187Z Compiling indicatif v0.17.9
14892024-11-27T17:47:58.632Z Compiling clap v4.5.21
14902024-11-27T17:47:58.759Z Compiling bit-set v0.5.3
14912024-11-27T17:47:59.045Z Compiling ecdsa v0.16.9
14922024-11-27T17:47:59.522Z Compiling rsa v0.9.6
14932024-11-27T17:47:59.934Z Compiling ed25519-dalek v2.1.1
14942024-11-27T17:48:00.559Z Compiling toml v0.7.8
14952024-11-27T17:48:00.887Z Compiling zip v0.6.6
14962024-11-27T17:48:01.251Z Compiling crossterm v0.28.1
14972024-11-27T17:48:02.600Z Compiling hex v0.4.3
14982024-11-27T17:48:02.967Z Compiling x509-cert v0.2.5
14992024-11-27T17:48:02.987Z Compiling itertools v0.10.5
15002024-11-27T17:48:03.172Z Compiling unicode-xid v0.2.6
15012024-11-27T17:48:03.204Z Compiling lalrpop-util v0.19.12
15022024-11-27T17:48:03.352Z Compiling peg-runtime v0.8.3
15032024-11-27T17:48:03.572Z Compiling strum_macros v0.26.4
15042024-11-27T17:48:03.846Z Compiling xattr v1.3.1
15052024-11-27T17:48:04.034Z Compiling filetime v0.2.25
15062024-11-27T17:48:04.350Z Compiling tar v0.4.42
15072024-11-27T17:48:08.691Z Compiling strum v0.26.3
15082024-11-27T17:48:11.347Z Compiling aws-lc-sys v0.22.0
15092024-11-27T17:48:47.925Z Compiling rustls-webpki v0.102.8
15102024-11-27T17:48:51.382Z Compiling tokio-rustls v0.25.0
15112024-11-27T17:48:52.830Z Compiling tokio-rustls v0.26.0
15122024-11-27T17:48:53.306Z Compiling hyper-rustls v0.27.3
15132024-11-27T17:48:53.672Z Compiling reqwest v0.12.9
15142024-11-27T17:48:54.930Z Compiling qorb v0.2.0
15152024-11-27T17:48:59.555Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15162024-11-27T17:48:59.782Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15172024-11-27T17:49:05.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
15182024-11-27T17:49:05.714Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15192024-11-27T17:49:05.765ZNov 27 17:49:05.259 INFO Starting download, target: Cockroach
15202024-11-27T17:49:05.766ZNov 27 17:49:05.260 INFO Starting download, target: Clickhouse
15212024-11-27T17:49:05.766ZNov 27 17:49:05.260 INFO Starting download, target: DendriteOpenapi
15222024-11-27T17:49:05.766ZNov 27 17:49:05.260 INFO Starting download, target: Console
15232024-11-27T17:49:05.768ZNov 27 17:49:05.260 INFO Starting download, target: DendriteStub
15242024-11-27T17:49:05.768ZNov 27 17:49:05.260 INFO Starting download, target: MaghemiteMgd
15252024-11-27T17:49:05.768ZNov 27 17:49:05.260 INFO Starting download, target: TransceiverControl
15262024-11-27T17:49:05.768ZNov 27 17:49:05.260 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15272024-11-27T17:49:05.768ZNov 27 17:49:05.260 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15282024-11-27T17:49:05.768ZNov 27 17:49:05.260 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15292024-11-27T17:49:05.768ZNov 27 17:49:05.261 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15302024-11-27T17:49:05.768ZNov 27 17:49:05.261 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15312024-11-27T17:49:05.768ZNov 27 17:49:05.261 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15322024-11-27T17:49:05.768ZNov 27 17:49:05.261 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15332024-11-27T17:49:06.027ZNov 27 17:49:05.503 INFO Download complete, target: DendriteOpenapi
15342024-11-27T17:49:06.126ZNov 27 17:49:05.603 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15352024-11-27T17:49:06.466ZNov 27 17:49:05.939 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15362024-11-27T17:49:06.718ZNov 27 17:49:06.196 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15372024-11-27T17:49:06.765ZNov 27 17:49:06.259 INFO Download complete, target: Console
15382024-11-27T17:49:06.770ZNov 27 17:49:06.260 INFO Download complete, target: TransceiverControl
15392024-11-27T17:49:06.773ZNov 27 17:49:06.264 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15402024-11-27T17:49:07.576ZNov 27 17:49:06.912 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15412024-11-27T17:49:07.576ZNov 27 17:49:06.912 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15422024-11-27T17:49:08.531ZNov 27 17:49:07.988 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15432024-11-27T17:49:09.508ZNov 27 17:49:09.001 INFO Download complete, target: DendriteStub
15442024-11-27T17:49:09.606ZNov 27 17:49:09.100 INFO Download complete, target: MaghemiteMgd
15452024-11-27T17:49:14.473ZNov 27 17:49:13.966 INFO Checking that binary works, target: Cockroach
15462024-11-27T17:49:14.803ZNov 27 17:49:14.296 INFO Download complete, target: Cockroach
15472024-11-27T17:49:20.377ZNov 27 17:49:19.869 INFO Checking that binary works, target: Clickhouse
15482024-11-27T17:49:21.400ZNov 27 17:49:20.893 INFO Download complete, target: Clickhouse
15492024-11-27T17:49:21.407ZAll prerequisites installed successfully
15502024-11-27T17:49:21.410Z
15512024-11-27T17:49:21.410Zreal 5:22.149375603
15522024-11-27T17:49:21.410Zuser 16:24.522121827
15532024-11-27T17:49:21.410Zsys 3:12.123836914
15542024-11-27T17:49:21.410Ztrap 0.552936516
15552024-11-27T17:49:21.410Ztflt 7.764652779
15562024-11-27T17:49:21.410Zdflt 7.312930264
15572024-11-27T17:49:21.410Zkflt 0.342569178
15582024-11-27T17:49:21.410Zlock 30:11.055198700
15592024-11-27T17:49:21.410Zslp 1:03:45.690529931
15602024-11-27T17:49:21.410Zlat 54.543951142
15612024-11-27T17:49:21.410Zstop 2:14.271331714
15622024-11-27T17:49:21.410Z+ ptime -m cargo xtask download softnpu
15632024-11-27T17:49:21.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15642024-11-27T17:49:21.929Z Running `target/debug/xtask download softnpu`
15652024-11-27T17:49:22.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
15662024-11-27T17:49:22.791Z Running `target/debug/xtask-downloader softnpu`
15672024-11-27T17:49:22.826ZNov 27 17:49:22.318 INFO Starting download, target: Softnpu
15682024-11-27T17:49:22.828ZNov 27 17:49:22.318 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15692024-11-27T17:49:23.742ZNov 27 17:49:23.233 INFO Download complete, target: Softnpu
15702024-11-27T17:49:23.745Z
15712024-11-27T17:49:23.748Zreal 2.331133526
15722024-11-27T17:49:23.748Zuser 1.241819968
15732024-11-27T17:49:23.748Zsys 0.511842547
15742024-11-27T17:49:23.748Ztrap 0.000227182
15752024-11-27T17:49:23.748Ztflt 0.000012888
15762024-11-27T17:49:23.748Zdflt 0.000032495
15772024-11-27T17:49:23.748Zkflt 0.000000000
15782024-11-27T17:49:23.748Zlock 9.707410927
15792024-11-27T17:49:23.748Zslp 0.726215484
15802024-11-27T17:49:23.748Zlat 0.059652035
15812024-11-27T17:49:23.748Zstop 0.000164830
15822024-11-27T17:49:23.748Z+ export CARGO_INCREMENTAL=0
15832024-11-27T17:49:23.748Z+ CARGO_INCREMENTAL=0
15842024-11-27T17:49:23.748Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15852024-11-27T17:49:24.678Z Compiling proc-macro2 v1.0.89
15862024-11-27T17:49:24.679Z Compiling unicode-ident v1.0.13
15872024-11-27T17:49:24.679Z Compiling libc v0.2.162
15882024-11-27T17:49:24.679Z Compiling serde v1.0.215
15892024-11-27T17:49:24.682Z Compiling autocfg v1.4.0
15902024-11-27T17:49:24.682Z Compiling version_check v0.9.5
15912024-11-27T17:49:24.682Z Compiling cfg-if v1.0.0
15922024-11-27T17:49:24.939Z Compiling memchr v2.7.4
15932024-11-27T17:49:24.969Z Compiling typenum v1.17.0
15942024-11-27T17:49:25.003Z Compiling shlex v1.3.0
15952024-11-27T17:49:25.399Z Compiling value-bag v1.9.0
15962024-11-27T17:49:25.441Z Compiling scopeguard v1.2.0
15972024-11-27T17:49:25.587Z Compiling generic-array v0.14.7
15982024-11-27T17:49:25.703Z Compiling lock_api v0.4.12
15992024-11-27T17:49:25.852Z Compiling log v0.4.22
16002024-11-27T17:49:25.927Z Compiling parking_lot_core v0.9.10
16012024-11-27T17:49:26.308Z Compiling serde_json v1.0.132
16022024-11-27T17:49:26.311Z Compiling once_cell v1.20.2
16032024-11-27T17:49:26.605Z Compiling quote v1.0.37
16042024-11-27T17:49:26.624Z Compiling rustix v0.38.37
16052024-11-27T17:49:26.677Z Compiling libm v0.2.8
16062024-11-27T17:49:26.694Z Compiling thiserror v1.0.69
16072024-11-27T17:49:26.975Z Compiling syn v2.0.87
16082024-11-27T17:49:26.992Z Compiling jobserver v0.1.32
16092024-11-27T17:49:27.121Z Compiling getrandom v0.2.15
16102024-11-27T17:49:27.234Z Compiling aho-corasick v1.1.3
16112024-11-27T17:49:27.248Z Compiling regex-syntax v0.8.5
16122024-11-27T17:49:27.363Z Compiling cc v1.1.30
16132024-11-27T17:49:27.477Z Compiling num-traits v0.2.19
16142024-11-27T17:49:27.505Z Compiling either v1.13.0
16152024-11-27T17:49:27.753Z Compiling itoa v1.0.11
16162024-11-27T17:49:27.755Z Compiling spin v0.9.8
16172024-11-27T17:49:27.963Z Compiling slab v0.4.9
16182024-11-27T17:49:28.288Z Compiling byteorder v1.5.0
16192024-11-27T17:49:28.423Z Compiling errno v0.3.9
16202024-11-27T17:49:28.649Z Compiling rand_core v0.6.4
16212024-11-27T17:49:28.753Z Compiling lazy_static v1.5.0
16222024-11-27T17:49:28.870Z Compiling glob v0.3.1
16232024-11-27T17:49:29.474Z Compiling prettyplease v0.2.25
16242024-11-27T17:49:29.663Z Compiling clang-sys v1.8.1
16252024-11-27T17:49:29.909Z Compiling minimal-lexical v0.2.1
16262024-11-27T17:49:30.256Z Compiling libloading v0.8.5
16272024-11-27T17:49:30.363Z Compiling nom v7.1.3
16282024-11-27T17:49:30.392Z Compiling subtle v2.6.1
16292024-11-27T17:49:30.689Z Compiling bindgen v0.69.5
16302024-11-27T17:49:30.804Z Compiling regex-automata v0.4.8
16312024-11-27T17:49:30.958Z Compiling allocator-api2 v0.2.18
16322024-11-27T17:49:31.091Z Compiling home v0.5.9
16332024-11-27T17:49:31.319Z Compiling itertools v0.12.1
16342024-11-27T17:49:31.681Z Compiling semver v1.0.23
16352024-11-27T17:49:31.744Z Compiling smallvec v1.13.2
16362024-11-27T17:49:32.169Z Compiling rustc-hash v1.1.0
16372024-11-27T17:49:32.230Z Compiling lazycell v1.3.0
16382024-11-27T17:49:32.327Z Compiling cmake v0.1.51
16392024-11-27T17:49:32.594Z Compiling fs_extra v1.3.0
16402024-11-27T17:49:33.144Z Compiling dunce v1.0.5
16412024-11-27T17:49:33.577Z Compiling pkg-config v0.3.31
16422024-11-27T17:49:33.722Z Compiling cexpr v0.6.0
16432024-11-27T17:49:33.942Z Compiling ring v0.17.8
16442024-11-27T17:49:34.447Z Compiling pin-project-lite v0.2.14
16452024-11-27T17:49:34.564Z Compiling synstructure v0.13.1
16462024-11-27T17:49:34.818Z Compiling ryu v1.0.18
16472024-11-27T17:49:34.945Z Compiling fnv v1.0.7
16482024-11-27T17:49:35.089Z Compiling paste v1.0.15
16492024-11-27T17:49:35.276Z Compiling const-oid v0.9.6
16502024-11-27T17:49:35.613Z Compiling foldhash v0.1.3
16512024-11-27T17:49:35.629Z Compiling httparse v1.9.5
16522024-11-27T17:49:35.890Z Compiling equivalent v1.0.1
16532024-11-27T17:49:35.990Z Compiling aws-lc-rs v1.10.0
16542024-11-27T17:49:36.008Z Compiling hashbrown v0.15.0
16552024-11-27T17:49:36.250Z Compiling regex v1.11.1
16562024-11-27T17:49:37.203Z Compiling heck v0.5.0
16572024-11-27T17:49:37.279Z Compiling schemars v0.8.21
16582024-11-27T17:49:37.394Z Compiling serde_derive_internals v0.29.1
16592024-11-27T17:49:37.589Z Compiling signal-hook-registry v1.4.2
16602024-11-27T17:49:37.656Z Compiling mio v1.0.2
16612024-11-27T17:49:37.806Z Compiling parking_lot v0.12.3
16622024-11-27T17:49:39.517Z Compiling crossbeam-utils v0.8.20
16632024-11-27T17:49:39.576Z Compiling stable_deref_trait v1.2.0
16642024-11-27T17:49:39.701Z Compiling socket2 v0.5.7
16652024-11-27T17:49:39.852Z Compiling num-conv v0.1.0
16662024-11-27T17:49:40.043Z Compiling futures-core v0.3.31
16672024-11-27T17:49:40.133Z Compiling serde_derive v1.0.215
16682024-11-27T17:49:40.136Z Compiling zeroize_derive v1.4.2
16692024-11-27T17:49:40.300Z Compiling zerocopy-derive v0.7.35
16702024-11-27T17:49:40.448Z Compiling thiserror-impl v1.0.69
16712024-11-27T17:49:41.380Z Compiling tokio-macros v2.4.0
16722024-11-27T17:49:41.423Z Compiling zerofrom-derive v0.1.4
16732024-11-27T17:49:41.499Z Compiling yoke-derive v0.7.4
16742024-11-27T17:49:41.523Z Compiling zeroize v1.8.1
16752024-11-27T17:49:41.968Z Compiling futures-macro v0.3.31
16762024-11-27T17:49:42.305Z Compiling zerovec-derive v0.10.3
16772024-11-27T17:49:42.796Z Compiling zerocopy v0.7.35
16782024-11-27T17:49:43.299Z Compiling displaydoc v0.2.5
16792024-11-27T17:49:43.776Z Compiling crypto-common v0.1.6
16802024-11-27T17:49:44.014Z Compiling tracing-attributes v0.1.27
16812024-11-27T17:49:44.126Z Compiling icu_provider_macros v1.5.0
16822024-11-27T17:49:44.379Z Compiling block-buffer v0.10.4
16832024-11-27T17:49:44.615Z Compiling digest v0.10.7
16842024-11-27T17:49:44.714Z Compiling schemars_derive v0.8.21
16852024-11-27T17:49:45.074Z Compiling der_derive v0.7.3
16862024-11-27T17:49:45.163Z Compiling time-core v0.1.2
16872024-11-27T17:49:45.344Z Compiling time-macros v0.2.18
16882024-11-27T17:49:46.147Z Compiling vcpkg v0.2.15
16892024-11-27T17:49:47.752Z Compiling openssl-sys v0.9.103
16902024-11-27T17:49:48.245Z Compiling cpufeatures v0.2.14
16912024-11-27T17:49:48.338Z Compiling futures-sink v0.3.31
16922024-11-27T17:49:48.581Z Compiling slog v2.7.0
16932024-11-27T17:49:48.681Z Compiling ahash v0.8.11
16942024-11-27T17:49:48.717Z Compiling syn v1.0.109
16952024-11-27T17:49:49.162Z Compiling zerofrom v0.1.4
16962024-11-27T17:49:49.395Z Compiling scroll_derive v0.12.0
16972024-11-27T17:49:49.442Z Compiling ucd-trie v0.1.7
16982024-11-27T17:49:49.581Z Compiling iana-time-zone v0.1.61
16992024-11-27T17:49:50.046Z Compiling pest v2.7.14
17002024-11-27T17:49:50.200Z Compiling yoke v0.7.4
17012024-11-27T17:49:50.378Z Compiling futures-channel v0.3.31
17022024-11-27T17:49:50.763Z Compiling hmac v0.12.1
17032024-11-27T17:49:50.952Z Compiling pin-utils v0.1.0
17042024-11-27T17:49:50.986Z Compiling futures-io v0.3.31
17052024-11-27T17:49:51.172Z Compiling openssl v0.10.66
17062024-11-27T17:49:51.239Z Compiling futures-task v0.3.31
17072024-11-27T17:49:51.545Z Compiling futures-util v0.3.31
17082024-11-27T17:49:51.608Z Compiling zerovec v0.10.4
17092024-11-27T17:49:51.969Z Compiling block-padding v0.3.3
17102024-11-27T17:49:52.540Z Compiling pest_meta v2.7.14
17112024-11-27T17:49:52.942Z Compiling tinyvec_macros v0.1.1
17122024-11-27T17:49:53.171Z Compiling tinyvec v1.8.0
17132024-11-27T17:49:53.651Z Compiling bitflags v2.6.0
17142024-11-27T17:49:53.716Z Compiling bytes v1.8.0
17152024-11-27T17:49:55.444Z Compiling indexmap v2.6.0
17162024-11-27T17:49:56.628Z Compiling tokio v1.40.0
17172024-11-27T17:49:57.453Z Compiling serde_tokenstream v0.2.2
17182024-11-27T17:49:57.816Z Compiling http v1.1.0
17192024-11-27T17:49:58.018Z Compiling uuid v1.11.0
17202024-11-27T17:49:58.594Z Compiling which v4.4.2
17212024-11-27T17:49:59.212Z Compiling rustc_version v0.4.1
17222024-11-27T17:49:59.282Z Compiling chrono v0.4.38
17232024-11-27T17:50:01.704Z Compiling pest_generator v2.7.14
17242024-11-27T17:50:02.837Z Compiling toml_datetime v0.6.8
17252024-11-27T17:50:03.277Z Compiling serde_spanned v0.6.8
17262024-11-27T17:50:03.480Z Compiling inout v0.1.3
17272024-11-27T17:50:03.748Z Compiling openssl-macros v0.1.1
17282024-11-27T17:50:04.458Z Compiling strsim v0.11.1
17292024-11-27T17:50:05.212Z Compiling native-tls v0.2.12
17302024-11-27T17:50:05.536Z Compiling rustls v0.23.14
17312024-11-27T17:50:05.574Z Compiling cipher v0.4.4
17322024-11-27T17:50:05.809Z Compiling pest_derive v2.7.14
17332024-11-27T17:50:06.038Z Compiling unicode-normalization v0.1.24
17342024-11-27T17:50:06.532Z Compiling tinystr v0.7.6
17352024-11-27T17:50:06.562Z Compiling sha2 v0.10.8
17362024-11-27T17:50:06.998Z Compiling tracing-core v0.1.32
17372024-11-27T17:50:07.121Z Compiling usdt-impl v0.5.0
17382024-11-27T17:50:07.371Z Compiling unicode-bidi v0.3.17
17392024-11-27T17:50:07.389Z Compiling writeable v0.5.5
17402024-11-27T17:50:07.465Z Compiling litemap v0.7.3
17412024-11-27T17:50:07.691Z Compiling dyn-clone v1.0.17
17422024-11-27T17:50:07.880Z Compiling base64ct v1.6.0
17432024-11-27T17:50:07.908Z Compiling icu_locid v1.5.0
17442024-11-27T17:50:08.446Z Compiling pem-rfc7468 v0.7.0
17452024-11-27T17:50:08.584Z Compiling tracing v0.1.40
17462024-11-27T17:50:09.442Z Compiling scroll v0.12.0
17472024-11-27T17:50:09.906Z Compiling ppv-lite86 v0.2.20
17482024-11-27T17:50:10.052Z Compiling async-trait v0.1.83
17492024-11-27T17:50:10.508Z Compiling cookie v0.18.1
17502024-11-27T17:50:10.745Z Compiling camino v1.1.9
17512024-11-27T17:50:11.265Z Compiling anyhow v1.0.93
17522024-11-27T17:50:11.792Z Compiling flagset v0.4.6
17532024-11-27T17:50:12.236Z Compiling plain v0.2.3
17542024-11-27T17:50:12.455Z Compiling goblin v0.8.2
17552024-11-27T17:50:12.711Z Compiling aws-lc-sys v0.22.0
17562024-11-27T17:50:15.699Z Compiling der v0.7.9
17572024-11-27T17:50:17.936Z Compiling rand_chacha v0.3.1
17582024-11-27T17:50:18.882Z Compiling icu_provider v1.5.0
17592024-11-27T17:50:19.901Z Compiling rustls-pki-types v1.9.0
17602024-11-27T17:50:20.898Z Compiling percent-encoding v2.3.1
17612024-11-27T17:50:21.215Z Compiling untrusted v0.7.1
17622024-11-27T17:50:21.414Z Compiling icu_locid_transform_data v1.5.0
17632024-11-27T17:50:21.441Z Compiling rayon-core v1.12.1
17642024-11-27T17:50:21.479Z Compiling pretty-hex v0.4.1
17652024-11-27T17:50:21.522Z Compiling rustls v0.22.4
17662024-11-27T17:50:21.674Z Compiling dof v0.3.0
17672024-11-27T17:50:21.744Z Compiling icu_locid_transform v1.5.0
17682024-11-27T17:50:22.844Z Compiling rand v0.8.5
17692024-11-27T17:50:22.856Z Compiling spki v0.7.3
17702024-11-27T17:50:23.315Z Compiling dtrace-parser v0.2.0
17712024-11-27T17:50:23.415Z Compiling salsa20 v0.10.2
17722024-11-27T17:50:23.453Z Compiling tokio-util v0.7.12
17732024-11-27T17:50:24.031Z Compiling icu_collections v1.5.0
17742024-11-27T17:50:24.442Z Compiling pbkdf2 v0.12.2
17752024-11-27T17:50:25.000Z Compiling thread-id v4.2.2
17762024-11-27T17:50:25.123Z Compiling powerfmt v0.2.0
17772024-11-27T17:50:25.191Z Compiling untrusted v0.9.0
17782024-11-27T17:50:25.334Z Compiling icu_properties_data v1.5.0
17792024-11-27T17:50:25.485Z Compiling winnow v0.5.40
17802024-11-27T17:50:25.520Z Compiling mirai-annotations v1.12.0
17812024-11-27T17:50:25.592Z Compiling icu_properties v1.5.1
17822024-11-27T17:50:25.735Z Compiling deranged v0.3.11
17832024-11-27T17:50:29.351Z Compiling toml_edit v0.19.15
17842024-11-27T17:50:30.488Z Compiling scrypt v0.11.0
17852024-11-27T17:50:30.537Z Compiling aes v0.8.4
17862024-11-27T17:50:30.868Z Compiling cbc v0.1.2
17872024-11-27T17:50:31.072Z Compiling multer v3.1.0
17882024-11-27T17:50:31.367Z Compiling write16 v1.0.0
17892024-11-27T17:50:31.510Z Compiling num_threads v0.1.7
17902024-11-27T17:50:31.665Z Compiling atomic-waker v1.1.2
17912024-11-27T17:50:32.083Z Compiling utf16_iter v1.0.5
17922024-11-27T17:50:32.308Z Compiling icu_normalizer_data v1.5.0
17932024-11-27T17:50:32.385Z Compiling utf8_iter v1.0.4
17942024-11-27T17:50:32.411Z Compiling slog-async v2.8.0
17952024-11-27T17:50:32.630Z Compiling rustversion v1.0.17
17962024-11-27T17:50:33.030Z Compiling icu_normalizer v1.5.0
17972024-11-27T17:50:33.296Z Compiling time v0.3.36
17982024-11-27T17:50:33.580Z Compiling pkcs5 v0.7.1
17992024-11-27T17:50:35.219Z Compiling form_urlencoded v1.2.1
18002024-11-27T17:50:36.041Z Compiling http-body v1.0.1
18012024-11-27T17:50:36.190Z Compiling heapless v0.7.17
18022024-11-27T17:50:36.685Z Compiling bzip2-sys v0.1.11+1.0.8
18032024-11-27T17:50:37.384Z Compiling try-lock v0.2.5
18042024-11-27T17:50:38.027Z Compiling signal-hook v0.3.17
18052024-11-27T17:50:38.287Z Compiling want v0.3.1
18062024-11-27T17:50:39.670Z Compiling pkcs8 v0.10.2
18072024-11-27T17:50:40.027Z Compiling idna_adapter v1.2.0
18082024-11-27T17:50:40.398Z Compiling h2 v0.4.6
18092024-11-27T17:50:41.450Z Compiling usdt-attr-macro v0.5.0
18102024-11-27T17:50:42.920Z Compiling usdt-macro v0.5.0
18112024-11-27T17:50:43.055Z Compiling async-stream-impl v0.3.6
18122024-11-27T17:50:43.105Z Compiling httpdate v1.0.3
18132024-11-27T17:50:43.872Z Compiling adler2 v2.0.0
18142024-11-27T17:50:44.281Z Compiling miniz_oxide v0.8.0
18152024-11-27T17:50:45.270Z Compiling idna v1.0.3
18162024-11-27T17:50:46.732Z Compiling curve25519-dalek v4.1.3
18172024-11-27T17:50:47.116Z Compiling openapiv3 v2.0.0
18182024-11-27T17:50:47.580Z Compiling enum-as-inner v0.6.1
18192024-11-27T17:50:48.432Z Compiling hyper v1.5.0
18202024-11-27T17:50:51.297Z Compiling dropshot v0.12.0
18212024-11-27T17:50:51.383Z Compiling tower-service v0.3.3
18222024-11-27T17:50:51.514Z Compiling match_cfg v0.1.0
18232024-11-27T17:50:51.583Z Compiling foreign-types-shared v0.1.1
18242024-11-27T17:50:51.616Z Compiling portable-atomic v1.9.0
18252024-11-27T17:50:51.695Z Compiling smoltcp v0.9.1
18262024-11-27T17:50:51.965Z Compiling base64 v0.22.1
18272024-11-27T17:50:52.265Z Compiling num-bigint-dig v0.8.4
18282024-11-27T17:50:52.549Z Compiling hyper-util v0.1.10
18292024-11-27T17:50:52.848Z Compiling foreign-types v0.3.2
18302024-11-27T17:50:52.943Z Compiling hostname v0.3.1
18312024-11-27T17:50:58.595Z Compiling url v2.5.3
18322024-11-27T17:51:00.473Z Compiling dirs-sys-next v0.1.2
18332024-11-27T17:51:00.547Z Compiling ident_case v1.0.1
18342024-11-27T17:51:00.620Z Compiling heck v0.4.1
18352024-11-27T17:51:00.724Z Compiling gimli v0.31.1
18362024-11-27T17:51:00.963Z Compiling siphasher v0.3.11
18372024-11-27T17:51:01.039Z Compiling data-encoding v2.6.0
18382024-11-27T17:51:01.271Z Compiling darling_core v0.20.10
18392024-11-27T17:51:01.322Z Compiling dirs-next v2.0.0
18402024-11-27T17:51:04.222Z Compiling http-body-util v0.1.2
18412024-11-27T17:51:07.391Z Compiling addr2line v0.24.2
18422024-11-27T17:51:07.722Z Compiling crossbeam-epoch v0.9.18
18432024-11-27T17:51:08.058Z Compiling hubpack_derive v0.1.1
18442024-11-27T17:51:08.076Z Compiling dropshot_endpoint v0.12.0
18452024-11-27T17:51:08.344Z Compiling sha1 v0.10.6
18462024-11-27T17:51:08.426Z Compiling signature v2.2.0
18472024-11-27T17:51:08.657Z Compiling curve25519-dalek-derive v0.1.1
18482024-11-27T17:51:08.739Z Compiling zerocopy-derive v0.6.6
18492024-11-27T17:51:09.990Z Compiling object v0.36.5
18502024-11-27T17:51:10.037Z Compiling thread_local v1.1.8
18512024-11-27T17:51:10.504Z Compiling fs-err v2.11.0
18522024-11-27T17:51:10.633Z Compiling encoding_rs v0.8.34
18532024-11-27T17:51:12.120Z Compiling utf8parse v0.2.2
18542024-11-27T17:51:12.290Z Compiling unicode-properties v0.1.3
18552024-11-27T17:51:14.046Z Compiling mime v0.3.17
18562024-11-27T17:51:14.555Z Compiling rustc-demangle v0.1.24
18572024-11-27T17:51:16.866Z Compiling openssl-probe v0.1.5
18582024-11-27T17:51:17.247Z Compiling anstyle v1.0.10
18592024-11-27T17:51:18.858Z Compiling winnow v0.6.20
18602024-11-27T17:51:19.197Z Compiling ipnet v2.10.1
18612024-11-27T17:51:20.245Z Compiling backtrace v0.3.74
18622024-11-27T17:51:22.666Z Compiling toml_edit v0.22.22
18632024-11-27T17:51:24.445Z Compiling stringprep v0.1.5
18642024-11-27T17:51:25.500Z Compiling anstyle-parse v0.2.5
18652024-11-27T17:51:25.829Z Compiling rustls-webpki v0.102.8
18662024-11-27T17:51:31.383Z Compiling crossbeam-deque v0.8.5
18672024-11-27T17:51:31.736Z Compiling darling_macro v0.20.10
18682024-11-27T17:51:34.493Z Compiling term v0.7.0
18692024-11-27T17:51:34.997Z Compiling slog-json v2.6.1
18702024-11-27T17:51:35.782Z Compiling serde_urlencoded v0.7.1
18712024-11-27T17:51:36.355Z Compiling crossbeam-channel v0.5.13
18722024-11-27T17:51:36.401Z Compiling rustls-pemfile v2.2.0
18732024-11-27T17:51:36.926Z Compiling hashbrown v0.14.5
18742024-11-27T17:51:37.556Z Compiling idna v0.3.0
18752024-11-27T17:51:37.584Z Compiling idna v0.4.0
18762024-11-27T17:51:38.238Z Compiling futures-executor v0.3.31
18772024-11-27T17:51:39.140Z Compiling num-integer v0.1.46
18782024-11-27T17:51:39.147Z Compiling md-5 v0.10.6
18792024-11-27T17:51:39.248Z Compiling ff v0.13.0
18802024-11-27T17:51:39.481Z Compiling hash32 v0.2.1
18812024-11-27T17:51:39.636Z Compiling memmap v0.7.0
18822024-11-27T17:51:39.662Z Compiling is-terminal v0.4.13
18832024-11-27T17:51:39.885Z Compiling quick-error v1.2.3
18842024-11-27T17:51:40.029Z Compiling colorchoice v1.0.2
18852024-11-27T17:51:40.692Z Compiling take_mut v0.2.2
18862024-11-27T17:51:41.057Z Compiling anstyle-query v1.1.1
18872024-11-27T17:51:41.214Z Compiling fallible-iterator v0.2.0
18882024-11-27T17:51:41.735Z Compiling base16ct v0.2.0
18892024-11-27T17:51:41.945Z Compiling linked-hash-map v0.5.6
18902024-11-27T17:51:42.041Z Compiling utf-8 v0.7.6
18912024-11-27T17:51:42.335Z Compiling is_terminal_polyfill v1.70.1
18922024-11-27T17:51:42.352Z Compiling psl-types v2.0.11
18932024-11-27T17:51:42.471Z Compiling anstream v0.6.15
18942024-11-27T17:51:42.533Z Compiling publicsuffix v2.2.3
18952024-11-27T17:51:42.795Z Compiling lru-cache v0.1.2
18962024-11-27T17:51:43.004Z Compiling tungstenite v0.24.0
18972024-11-27T17:51:43.028Z Compiling sec1 v0.7.3
18982024-11-27T17:51:43.145Z Compiling postgres-protocol v0.6.7
18992024-11-27T17:51:44.597Z Compiling resolv-conf v0.7.0
19002024-11-27T17:51:45.040Z Compiling usdt v0.5.0
19012024-11-27T17:51:45.409Z Compiling slog-term v2.9.1
19022024-11-27T17:51:45.491Z Compiling num-iter v0.1.45
19032024-11-27T17:51:45.670Z Compiling group v0.13.0
19042024-11-27T17:51:45.965Z Compiling futures v0.3.31
19052024-11-27T17:51:46.092Z Compiling hickory-proto v0.24.1
19062024-11-27T17:51:46.455Z Compiling regress v0.10.1
19072024-11-27T17:51:50.501Z Compiling slog-bunyan v2.5.0
19082024-11-27T17:51:50.622Z Compiling tokio-rustls v0.26.0
19092024-11-27T17:51:50.673Z Compiling darling v0.20.10
19102024-11-27T17:51:50.795Z Compiling tokio-rustls v0.25.0
19112024-11-27T17:51:50.932Z Compiling toml v0.8.19
19122024-11-27T17:51:51.076Z Compiling tokio-native-tls v0.3.1
19132024-11-27T17:51:51.179Z Compiling phf_shared v0.11.2
19142024-11-27T17:51:51.203Z Compiling strum_macros v0.25.3
19152024-11-27T17:51:51.580Z Compiling async-stream v0.3.6
19162024-11-27T17:51:51.659Z Compiling waitgroup v0.1.2
19172024-11-27T17:51:51.869Z Compiling webpki-roots v0.26.6
19182024-11-27T17:51:52.492Z Compiling idna v0.5.0
19192024-11-27T17:51:52.526Z Compiling terminal_size v0.4.0
19202024-11-27T17:51:52.753Z Compiling serde_path_to_error v0.1.16
19212024-11-27T17:51:53.164Z Compiling hkdf v0.12.4
19222024-11-27T17:51:53.710Z Compiling crypto-bigint v0.5.5
19232024-11-27T17:51:53.896Z Compiling derive-where v1.2.7
19242024-11-27T17:51:54.041Z Compiling serde_repr v0.1.19
19252024-11-27T17:51:54.808Z Compiling clap_derive v4.5.18
19262024-11-27T17:51:55.128Z Compiling hostname v0.4.0
19272024-11-27T17:51:55.184Z Compiling crc32fast v1.4.2
19282024-11-27T17:51:55.492Z Compiling clap_lex v0.7.2
19292024-11-27T17:51:55.753Z Compiling unicode-width v0.1.14
19302024-11-27T17:51:55.919Z Compiling managed v0.8.0
19312024-11-27T17:51:56.520Z Compiling debug-ignore v1.0.5
19322024-11-27T17:51:56.779Z Compiling bitflags v1.3.2
19332024-11-27T17:51:57.208Z Compiling elliptic-curve v0.13.8
19342024-11-27T17:51:58.254Z Compiling console v0.15.8
19352024-11-27T17:51:58.973Z Compiling clap_builder v4.5.21
19362024-11-27T17:51:59.563Z Compiling flate2 v1.0.34
19372024-11-27T17:52:00.576Z Compiling cookie_store v0.21.0
19382024-11-27T17:52:03.307Z Compiling hyper-rustls v0.27.3
19392024-11-27T17:52:03.959Z Compiling hickory-resolver v0.24.1
19402024-11-27T17:52:05.425Z Compiling phf v0.11.2
19412024-11-27T17:52:05.744Z Compiling hyper-tls v0.6.0
19422024-11-27T17:52:06.140Z Compiling signal-hook-mio v0.2.4
19432024-11-27T17:52:06.159Z Compiling typify-impl v0.2.0
19442024-11-27T17:52:06.311Z Compiling rayon v1.10.0
19452024-11-27T17:52:06.537Z Compiling bzip2 v0.4.4
19462024-11-27T17:52:07.215Z Compiling tokio-tungstenite v0.24.0
19472024-11-27T17:52:07.791Z Compiling postgres-types v0.2.8
19482024-11-27T17:52:07.950Z Compiling zerocopy v0.6.6
19492024-11-27T17:52:08.844Z Compiling hubpack v0.1.2
19502024-11-27T17:52:08.862Z Compiling ed25519 v2.2.3
19512024-11-27T17:52:09.177Z Compiling phf_shared v0.10.0
19522024-11-27T17:52:09.302Z Compiling pkcs1 v0.7.5
19532024-11-27T17:52:09.370Z Compiling tokio-stream v0.1.16
19542024-11-27T17:52:10.402Z Compiling serde-big-array v0.5.1
19552024-11-27T17:52:10.436Z Compiling rfc6979 v0.4.0
19562024-11-27T17:52:10.636Z Compiling float-cmp v0.9.0
19572024-11-27T17:52:10.652Z Compiling sync_wrapper v1.0.1
19582024-11-27T17:52:10.804Z Compiling bstr v1.10.0
19592024-11-27T17:52:11.322Z Compiling unicode-width v0.2.0
19602024-11-27T17:52:11.840Z Compiling precomputed-hash v0.1.1
19612024-11-27T17:52:11.858Z Compiling number_prefix v0.4.0
19622024-11-27T17:52:11.967Z Compiling unicode-segmentation v1.12.0
19632024-11-27T17:52:12.099Z Compiling new_debug_unreachable v1.0.6
19642024-11-27T17:52:12.202Z Compiling predicates-core v1.0.8
19652024-11-27T17:52:12.764Z Compiling normalize-line-endings v0.3.0
19662024-11-27T17:52:12.810Z Compiling difflib v0.4.0
19672024-11-27T17:52:12.896Z Compiling static_assertions v1.1.0
19682024-11-27T17:52:12.967Z Compiling fixedbitset v0.4.2
19692024-11-27T17:52:13.004Z Compiling whoami v1.5.2
19702024-11-27T17:52:13.374Z Compiling bit-vec v0.6.3
19712024-11-27T17:52:13.705Z Compiling tokio-postgres v0.7.12
19722024-11-27T17:52:13.817Z Compiling bit-set v0.5.3
19732024-11-27T17:52:14.070Z Compiling petgraph v0.6.5
19742024-11-27T17:52:14.112Z Compiling predicates v3.1.2
19752024-11-27T17:52:14.130Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19762024-11-27T17:52:17.038Z Compiling similar v2.6.0
19772024-11-27T17:52:18.073Z Compiling string_cache v0.8.7
19782024-11-27T17:52:18.107Z Compiling typify-macro v0.2.0
19792024-11-27T17:52:18.488Z Compiling indicatif v0.17.9
19802024-11-27T17:52:19.120Z Compiling reqwest v0.12.9
19812024-11-27T17:52:20.414Z Compiling ecdsa v0.16.9
19822024-11-27T17:52:20.875Z Compiling qorb v0.2.0
19832024-11-27T17:52:21.342Z Compiling rsa v0.9.6
19842024-11-27T17:52:21.674Z Compiling ed25519-dalek v2.1.1
19852024-11-27T17:52:22.368Z Compiling zip v0.6.6
19862024-11-27T17:52:22.606Z Compiling crossterm v0.28.1
19872024-11-27T17:52:22.664Z Compiling clap v4.5.21
19882024-11-27T17:52:23.596Z Compiling toml v0.7.8
19892024-11-27T17:52:24.603Z Compiling x509-cert v0.2.5
19902024-11-27T17:52:25.973Z Compiling hex v0.4.3
19912024-11-27T17:52:26.469Z Compiling itertools v0.10.5
19922024-11-27T17:52:27.166Z Compiling unicode-xid v0.2.6
19932024-11-27T17:52:27.347Z Compiling lalrpop-util v0.19.12
19942024-11-27T17:52:27.443Z Compiling peg-runtime v0.8.3
19952024-11-27T17:52:27.690Z Compiling zerocopy v0.8.10
19962024-11-27T17:52:29.395Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19972024-11-27T17:52:33.656Z Compiling proc-macro-crate v1.3.1
19982024-11-27T17:52:34.042Z Compiling ipnetwork v0.20.0
19992024-11-27T17:52:34.514Z Compiling macaddr v1.0.1
20002024-11-27T17:52:34.825Z Compiling zerocopy-derive v0.8.10
20012024-11-27T17:52:35.163Z Compiling itertools v0.13.0
20022024-11-27T17:52:37.482Z Compiling heapless v0.8.0
20032024-11-27T17:52:38.503Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20042024-11-27T17:52:43.130Z Compiling num_enum_derive v0.5.11
20052024-11-27T17:52:51.668Z Compiling hash32 v0.3.1
20062024-11-27T17:52:51.939Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20072024-11-27T17:52:52.730Z Compiling smoltcp v0.11.0
20082024-11-27T17:52:57.999Z Compiling num_enum v0.5.11
20092024-11-27T17:52:58.186Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20102024-11-27T17:52:58.872Z Compiling typify v0.2.0
20112024-11-27T17:52:59.569Z Compiling proc-macro-error-attr v1.0.4
20122024-11-27T17:52:59.890Z Compiling cobs v0.2.3
20132024-11-27T17:53:00.113Z Compiling unsafe-libyaml v0.2.11
20142024-11-27T17:53:01.080Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20152024-11-27T17:53:01.497Z Compiling serde_yaml v0.9.34+deprecated
20162024-11-27T17:53:01.895Z Compiling postcard v1.0.10
20172024-11-27T17:53:15.129Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20182024-11-27T17:53:18.626Z Compiling progenitor-impl v0.8.0
20192024-11-27T17:53:29.869Z Compiling strum_macros v0.26.4
20202024-11-27T17:53:30.672Z Compiling foreign-types-macros v0.2.3
20212024-11-27T17:53:30.878Z Compiling structmeta-derive v0.3.0
20222024-11-27T17:53:31.091Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20232024-11-27T17:53:31.176Z Compiling proc-macro-error v1.0.4
20242024-11-27T17:53:31.952Z Compiling foreign-types-shared v0.3.1
20252024-11-27T17:53:32.044Z Compiling newtype-uuid v1.1.3
20262024-11-27T17:53:32.319Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20272024-11-27T17:53:33.435Z Compiling structmeta v0.3.0
20282024-11-27T17:53:34.349Z Compiling strum v0.26.3
20292024-11-27T17:53:34.550Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20302024-11-27T17:53:37.461Z Compiling foreign-types v0.5.0
20312024-11-27T17:53:42.337Z Compiling progenitor-macro v0.8.0
20322024-11-27T17:53:47.757Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20332024-11-27T17:53:47.935Z Compiling progenitor-client v0.8.0
20342024-11-27T17:53:48.956Z Compiling tabwriter v1.4.0
20352024-11-27T17:53:51.444Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20362024-11-27T17:53:52.241Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20372024-11-27T17:53:52.757Z Compiling cstr-argument v0.1.2
20382024-11-27T17:53:53.030Z Compiling dropshot v0.13.0
20392024-11-27T17:53:53.324Z Compiling crucible-workspace-hack v0.1.0
20402024-11-27T17:53:53.601Z Compiling fastrand v2.1.1
20412024-11-27T17:53:54.277Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20422024-11-27T17:53:54.566Z Compiling pretty-hex v0.2.1
20432024-11-27T17:53:54.652Z Compiling tempfile v3.13.0
20442024-11-27T17:53:54.765Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20452024-11-27T17:53:55.180Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20462024-11-27T17:53:55.254Z Compiling progenitor v0.8.0
20472024-11-27T17:53:55.276Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20482024-11-27T17:53:55.981Z Compiling parse-display-derive v0.10.0
20492024-11-27T17:53:56.078Z Compiling colored v2.1.0
20502024-11-27T17:53:56.116Z Compiling serde_with_macros v3.11.0
20512024-11-27T17:53:56.350Z Compiling dropshot_endpoint v0.13.0
20522024-11-27T17:53:57.347Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20532024-11-27T17:53:58.068Z Compiling instant v0.1.13
20542024-11-27T17:53:58.247Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20552024-11-27T17:53:58.424Z Compiling backoff v0.4.0
20562024-11-27T17:53:58.622Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20572024-11-27T17:53:58.669Z Compiling serde_with v3.11.0
20582024-11-27T17:53:58.787Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20592024-11-27T17:53:59.843Z Compiling parse-display v0.10.0
20602024-11-27T17:54:00.899Z Compiling zone_cfg_derive v0.3.0
20612024-11-27T17:54:01.678Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20622024-11-27T17:54:01.811Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20632024-11-27T17:54:02.266Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20642024-11-27T17:54:02.269Z Compiling camino-tempfile v1.1.1
20652024-11-27T17:54:02.633Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
20662024-11-27T17:54:03.042Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20672024-11-27T17:54:03.077Z Compiling regress v0.9.1
20682024-11-27T17:54:03.126Z Compiling num-derive v0.4.2
20692024-11-27T17:54:03.229Z Compiling sigpipe v0.1.3
20702024-11-27T17:54:03.363Z Compiling libefi-sys v0.1.0
20712024-11-27T17:54:03.653Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20722024-11-27T17:54:03.991Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20732024-11-27T17:54:05.306Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
20742024-11-27T17:54:06.866Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
20752024-11-27T17:54:07.338Z Compiling zone v0.3.0
20762024-11-27T17:54:07.430Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20772024-11-27T17:54:08.723Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20782024-11-27T17:54:10.696Z Compiling smf v0.2.3
20792024-11-27T17:54:10.699Z Compiling bitfield-struct v0.6.2
20802024-11-27T17:54:11.732Z Compiling ring v0.16.20
20812024-11-27T17:54:11.771Z Compiling blake3 v1.5.4
20822024-11-27T17:54:12.055Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20832024-11-27T17:54:12.568Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20842024-11-27T17:54:13.323Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20852024-11-27T17:54:13.371Z Compiling xattr v1.3.1
20862024-11-27T17:54:13.388Z Compiling memmap2 v0.9.5
20872024-11-27T17:54:13.694Z Compiling filetime v0.2.25
20882024-11-27T17:54:13.950Z Compiling constant_time_eq v0.3.1
20892024-11-27T17:54:14.039Z Compiling spin v0.5.2
20902024-11-27T17:54:14.130Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20912024-11-27T17:54:14.259Z Compiling same-file v1.0.6
20922024-11-27T17:54:14.307Z Compiling arrayvec v0.7.6
20932024-11-27T17:54:14.461Z Compiling arrayref v0.3.9
20942024-11-27T17:54:14.531Z Compiling walkdir v2.5.0
20952024-11-27T17:54:14.564Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20962024-11-27T17:54:16.122Z Compiling tar v0.4.42
20972024-11-27T17:54:17.355Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20982024-11-27T17:54:17.482Z Compiling gethostname v0.5.0
20992024-11-27T17:54:17.693Z Compiling cargo-platform v0.1.8
21002024-11-27T17:54:17.782Z Compiling topological-sort v0.2.2
21012024-11-27T17:54:18.054Z Compiling cargo_metadata v0.18.1
21022024-11-27T17:54:21.716Z Compiling omicron-zone-package v0.11.1
21032024-11-27T17:54:26.352Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21042024-11-27T17:54:28.554Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21052024-11-27T17:54:30.652Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21062024-11-27T17:54:48.561Z Finished `release` profile [optimized] target(s) in 5m 24s
21072024-11-27T17:54:48.718Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21082024-11-27T17:54:48.762ZLogging to: /work/oxidecomputer/omicron/out/LOG
21092024-11-27T17:54:48.765ZCreated new build target 'test' and set it as active
21102024-11-27T17:54:48.765Z
21112024-11-27T17:54:48.765Zreal 5:24.969143321
21122024-11-27T17:54:48.765Zuser 36:43.468758659
21132024-11-27T17:54:48.765Zsys 4:49.970018384
21142024-11-27T17:54:48.765Ztrap 1.105798104
21152024-11-27T17:54:48.765Ztflt 3.005879649
21162024-11-27T17:54:48.765Zdflt 0.643369470
21172024-11-27T17:54:48.765Zkflt 0.035346664
21182024-11-27T17:54:48.765Zlock 1:17:01.190218411
21192024-11-27T17:54:48.765Zslp 2:33:15.487276880
21202024-11-27T17:54:48.765Zlat 2:34.528830945
21212024-11-27T17:54:48.765Zstop 4:22.501795552
21222024-11-27T17:54:48.765Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21232024-11-27T17:54:49.712Z Finished `release` profile [optimized] target(s) in 0.89s
21242024-11-27T17:54:49.772Z Running `target/release/omicron-package -t test package`
21252024-11-27T17:54:49.813ZLogging to: /work/oxidecomputer/omicron/out/LOG
21262024-11-27T17:54:50.947Z Compiling convert_case v0.4.0
21272024-11-27T17:54:50.950Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21282024-11-27T17:54:50.950Z Compiling itertools v0.13.0
21292024-11-27T17:54:50.950Z Compiling newline-converter v0.3.0
21302024-11-27T17:54:50.950Z Compiling password-hash v0.5.0
21312024-11-27T17:54:51.082Z Compiling progenitor-client v0.8.0
21322024-11-27T17:54:51.084Z Compiling blake2 v0.10.6
21332024-11-27T17:54:51.096Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21342024-11-27T17:54:51.295Z Compiling cancel-safe-futures v0.1.5
21352024-11-27T17:54:51.367Z Compiling expectorate v1.1.0
21362024-11-27T17:54:51.565Z Compiling progenitor v0.8.0
21372024-11-27T17:54:51.618Z Compiling owo-colors v4.1.0
21382024-11-27T17:54:51.665Z Compiling num-rational v0.4.2
21392024-11-27T17:54:51.792Z Compiling derive_more v0.99.18
21402024-11-27T17:54:51.823Z Compiling argon2 v0.5.3
21412024-11-27T17:54:51.918Z Compiling num-complex v0.4.6
21422024-11-27T17:54:53.082Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21432024-11-27T17:54:53.235Z Compiling num v0.4.3
21442024-11-27T17:54:53.268Z Compiling atomicwrites v0.4.4
21452024-11-27T17:54:53.347Z Compiling libsw v3.3.1
21462024-11-27T17:54:53.656Z Compiling float-ord v0.3.2
21472024-11-27T17:54:53.694Z Compiling indent_write v2.2.0
21482024-11-27T17:54:53.798Z Compiling swrite v0.1.0
21492024-11-27T17:54:53.834Z Compiling linear-map v1.2.0
21502024-11-27T17:54:53.928Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21512024-11-27T17:54:53.946Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21522024-11-27T17:54:54.027Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21532024-11-27T17:54:54.210Z Compiling base64 v0.21.7
21542024-11-27T17:54:54.250Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21552024-11-27T17:54:54.667Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21562024-11-27T17:54:55.131Z Compiling highway v1.2.0
21572024-11-27T17:54:55.357Z Compiling semver v0.1.20
21582024-11-27T17:54:55.926Z Compiling rustc_version v0.1.7
21592024-11-27T17:54:56.340Z Compiling newtype_derive v0.1.6
21602024-11-27T17:54:56.538Z Compiling newtype-uuid v1.1.3
21612024-11-27T17:54:56.710Z Compiling dropshot v0.13.0
21622024-11-27T17:54:56.785Z Compiling ipnetwork v0.20.0
21632024-11-27T17:54:56.894Z Compiling instant v0.1.13
21642024-11-27T17:54:57.053Z Compiling humantime v2.1.0
21652024-11-27T17:54:57.584Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21662024-11-27T17:54:57.889Z Compiling backoff v0.4.0
21672024-11-27T17:54:58.249Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21682024-11-27T17:54:58.269Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21692024-11-27T17:54:58.300Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21702024-11-27T17:55:01.968Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21712024-11-27T17:55:02.650Z Compiling parse-display v0.10.0
21722024-11-27T17:55:03.214Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21732024-11-27T17:55:03.402Z Compiling strum v0.26.3
21742024-11-27T17:55:03.473Z Compiling serde_with v3.11.0
21752024-11-27T17:55:03.591Z Compiling regress v0.9.1
21762024-11-27T17:55:07.166Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21772024-11-27T17:55:08.044Z Compiling macaddr v1.0.1
21782024-11-27T17:55:08.408Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21792024-11-27T17:55:08.486Z Compiling steno v0.4.1
21802024-11-27T17:55:09.070Z Compiling prettyplease v0.2.25
21812024-11-27T17:55:09.100Z Compiling slog-dtrace v0.3.0
21822024-11-27T17:55:09.495Z Compiling tungstenite v0.21.0
21832024-11-27T17:55:09.912Z Compiling display-error-chain v0.2.2
21842024-11-27T17:55:11.652Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21852024-11-27T17:55:13.308Z Compiling tokio-tungstenite v0.21.0
21862024-11-27T17:55:13.952Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21872024-11-27T17:55:14.008Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21882024-11-27T17:55:14.751Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21892024-11-27T17:55:15.057Z Compiling arc-swap v1.7.1
21902024-11-27T17:55:15.740Z Compiling slog-scope v4.4.0
21912024-11-27T17:55:16.577Z Compiling half v2.4.1
21922024-11-27T17:55:17.280Z Compiling ciborium-io v0.2.2
21932024-11-27T17:55:17.436Z Compiling ciborium-ll v0.2.2
21942024-11-27T17:55:17.968Z Compiling slog-stdlog v4.1.1
21952024-11-27T17:55:18.411Z Compiling slog-envlogger v2.2.0
21962024-11-27T17:55:18.763Z Compiling ciborium v0.2.2
21972024-11-27T17:55:21.147Z Compiling nibble_vec v0.1.0
21982024-11-27T17:55:21.399Z Compiling endian-type v0.1.2
21992024-11-27T17:55:21.659Z Compiling radix_trie v0.2.1
22002024-11-27T17:55:22.594Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22012024-11-27T17:55:28.293Z Compiling same-file v1.0.6
22022024-11-27T17:55:28.536Z Compiling fastrand v2.1.1
22032024-11-27T17:55:28.711Z Compiling walkdir v2.5.0
22042024-11-27T17:55:28.744Z Compiling ring v0.16.20
22052024-11-27T17:55:29.036Z Compiling tempfile v3.13.0
22062024-11-27T17:55:29.354Z Compiling blake3 v1.5.4
22072024-11-27T17:55:29.823Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22082024-11-27T17:55:30.045Z Compiling xattr v1.3.1
22092024-11-27T17:55:30.295Z Compiling memmap2 v0.9.5
22102024-11-27T17:55:30.306Z Compiling filetime v0.2.25
22112024-11-27T17:55:30.600Z Compiling keccak v0.1.5
22122024-11-27T17:55:30.685Z Compiling spin v0.5.2
22132024-11-27T17:55:30.859Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22142024-11-27T17:55:30.930Z Compiling constant_time_eq v0.3.1
22152024-11-27T17:55:31.085Z Compiling arrayvec v0.7.6
22162024-11-27T17:55:31.385Z Compiling arrayref v0.3.9
22172024-11-27T17:55:31.575Z Compiling sha3 v0.10.8
22182024-11-27T17:55:32.335Z Compiling tar v0.4.42
22192024-11-27T17:55:32.413Z Compiling camino-tempfile v1.1.1
22202024-11-27T17:55:32.511Z Compiling toolchain_find v0.4.0
22212024-11-27T17:55:32.690Z Compiling const_format_proc_macros v0.2.33
22222024-11-27T17:55:32.883Z Compiling crunchy v0.2.2
22232024-11-27T17:55:33.071Z Compiling topological-sort v0.2.2
22242024-11-27T17:55:33.307Z Compiling maplit v1.0.2
22252024-11-27T17:55:33.325Z Compiling radium v0.7.0
22262024-11-27T17:55:33.441Z Compiling omicron-zone-package v0.11.1
22272024-11-27T17:55:33.808Z Compiling rustfmt-wrapper v0.2.1
22282024-11-27T17:55:34.238Z Compiling pem v3.0.4
22292024-11-27T17:55:34.388Z Compiling tiny-keccak v2.0.2
22302024-11-27T17:55:34.525Z Compiling const_format v0.2.33
22312024-11-27T17:55:34.668Z Compiling maybe-uninit v2.0.0
22322024-11-27T17:55:34.688Z Compiling tap v1.0.1
22332024-11-27T17:55:34.917Z Compiling wyz v0.5.1
22342024-11-27T17:55:35.427Z Compiling dsl_auto_type v0.1.2
22352024-11-27T17:55:35.561Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22362024-11-27T17:55:35.771Z Compiling phf_generator v0.11.2
22372024-11-27T17:55:35.828Z Compiling scheduled-thread-pool v0.2.7
22382024-11-27T17:55:35.909Z Compiling secrecy v0.8.0
22392024-11-27T17:55:35.955Z Compiling diesel_table_macro_syntax v0.2.0
22402024-11-27T17:55:36.035Z Compiling async-recursion v1.1.1
22412024-11-27T17:55:36.182Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22422024-11-27T17:55:36.359Z Compiling packed_struct v0.10.1
22432024-11-27T17:55:36.487Z Compiling funty v2.0.0
22442024-11-27T17:55:36.735Z Compiling crc-catalog v2.4.0
22452024-11-27T17:55:36.813Z Compiling diesel_derives v2.2.3
22462024-11-27T17:55:36.903Z Compiling crc v3.2.1
22472024-11-27T17:55:37.046Z Compiling r2d2 v0.8.10
22482024-11-27T17:55:37.492Z Compiling phf_codegen v0.11.2
22492024-11-27T17:55:37.719Z Compiling bitvec v1.0.1
22502024-11-27T17:55:38.070Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22512024-11-27T17:55:38.710Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22522024-11-27T17:55:38.779Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
22532024-11-27T17:55:38.933Z Compiling ascii-canvas v3.0.0
22542024-11-27T17:55:39.399Z Compiling universal-hash v0.5.1
22552024-11-27T17:55:39.637Z Compiling thiserror-impl-no-std v2.0.2
22562024-11-27T17:55:42.426Z Compiling packed_struct_codegen v0.10.1
22572024-11-27T17:55:42.490Z Compiling parse-zoneinfo v0.3.1
22582024-11-27T17:55:44.092Z Compiling lzma-sys v0.1.20
22592024-11-27T17:55:44.793Z Compiling ena v0.14.3
22602024-11-27T17:55:44.923Z Compiling indexmap v1.9.3
22612024-11-27T17:55:45.231Z Compiling cfg_aliases v0.1.1
22622024-11-27T17:55:45.247Z Compiling diff v0.1.13
22632024-11-27T17:55:45.338Z Compiling nodrop v0.1.14
22642024-11-27T17:55:45.484Z Compiling regex-syntax v0.6.29
22652024-11-27T17:55:45.778Z Compiling opaque-debug v0.3.1
22662024-11-27T17:55:45.895Z Compiling poly1305 v0.8.0
22672024-11-27T17:55:47.370Z Compiling array-init v0.0.4
22682024-11-27T17:55:48.119Z Compiling diesel v2.2.4
22692024-11-27T17:55:48.622Z Compiling nix v0.28.0
22702024-11-27T17:55:49.339Z Compiling lalrpop v0.19.12
22712024-11-27T17:55:55.094Z Compiling chrono-tz-build v0.4.0
22722024-11-27T17:55:55.924Z Compiling thiserror-no-std v2.0.2
22732024-11-27T17:55:56.059Z Compiling smallvec v0.6.14
22742024-11-27T17:55:56.585Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22752024-11-27T17:55:56.828Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22762024-11-27T17:55:57.114Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22772024-11-27T17:55:57.360Z Compiling chacha20 v0.9.1
22782024-11-27T17:55:57.679Z Compiling heck v0.3.3
22792024-11-27T17:55:57.836Z Compiling aead v0.5.2
22802024-11-27T17:55:58.059Z Compiling vte_generate_state_changes v0.1.2
22812024-11-27T17:55:58.189Z Compiling termcolor v1.4.1
22822024-11-27T17:55:58.672Z Compiling hashbrown v0.12.3
22832024-11-27T17:55:59.346Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22842024-11-27T17:55:59.643Z Compiling bitfield v0.14.0
22852024-11-27T17:55:59.974Z Compiling ref-cast v1.0.23
22862024-11-27T17:56:00.023Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22872024-11-27T17:56:01.663Z Compiling env_logger v0.10.2
22882024-11-27T17:56:04.831Z Compiling vte v0.11.1
22892024-11-27T17:56:06.310Z Compiling chacha20poly1305 v0.10.1
22902024-11-27T17:56:06.547Z Compiling zone_cfg_derive v0.1.2
22912024-11-27T17:56:07.970Z Compiling serde-hex v0.1.0
22922024-11-27T17:56:12.540Z Compiling chrono-tz v0.10.0
22932024-11-27T17:56:13.127Z Compiling vsss-rs v3.3.4
22942024-11-27T17:56:13.412Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22952024-11-27T17:56:13.732Z Compiling ron v0.8.1
22962024-11-27T17:56:15.261Z Compiling polar-core v0.27.3
22972024-11-27T17:56:16.500Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22982024-11-27T17:56:16.788Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22992024-11-27T17:56:17.374Z Compiling derive_builder_core v0.20.2
23002024-11-27T17:56:17.482Z Compiling hashbrown v0.13.2
23012024-11-27T17:56:18.803Z Compiling fd-lock v4.0.2
23022024-11-27T17:56:19.047Z Compiling headers-core v0.3.0
23032024-11-27T17:56:19.234Z Compiling fxhash v0.2.1
23042024-11-27T17:56:19.474Z Compiling libxml v0.3.3
23052024-11-27T17:56:19.516Z Compiling ref-cast-impl v1.0.23
23062024-11-27T17:56:19.673Z Compiling zip v2.1.3
23072024-11-27T17:56:19.837Z Compiling crc-any v2.5.0
23082024-11-27T17:56:20.006Z Compiling bumpalo v3.16.0
23092024-11-27T17:56:20.631Z Compiling bytecount v0.6.8
23102024-11-27T17:56:20.649Z Compiling lockfree-object-pool v0.1.6
23112024-11-27T17:56:20.792Z Compiling base64 v0.13.1
23122024-11-27T17:56:20.952Z Compiling simd-adler32 v0.3.7
23132024-11-27T17:56:20.955Z Compiling papergrid v0.11.0
23142024-11-27T17:56:21.537Z Compiling zopfli v0.8.1
23152024-11-27T17:56:22.097Z Compiling ron v0.7.1
23162024-11-27T17:56:25.292Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23172024-11-27T17:56:25.863Z Compiling derive_builder_macro v0.20.2
23182024-11-27T17:56:26.664Z Compiling headers v0.4.0
23192024-11-27T17:56:27.404Z Compiling object v0.30.4
23202024-11-27T17:56:30.436Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23212024-11-27T17:56:34.134Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23222024-11-27T17:56:35.728Z Compiling xz2 v0.1.7
23232024-11-27T17:56:37.330Z Compiling zone v0.1.8
23242024-11-27T17:56:40.063Z Compiling strip-ansi-escapes v0.2.0
23252024-11-27T17:56:40.628Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23262024-11-27T17:56:40.699Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23272024-11-27T17:56:40.785Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23282024-11-27T17:56:40.987Z Compiling tabled_derive v0.7.0
23292024-11-27T17:56:41.075Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23302024-11-27T17:56:43.103Z Compiling yasna v0.5.2
23312024-11-27T17:56:43.795Z Compiling peg-macros v0.8.4
23322024-11-27T17:56:45.154Z Compiling strum_macros v0.24.3
23332024-11-27T17:56:45.339Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23342024-11-27T17:56:45.712Z Compiling kstat-rs v0.2.4
23352024-11-27T17:56:46.359Z Compiling samael v0.0.17
23362024-11-27T17:56:46.421Z Compiling sqlparser_derive v0.2.2
23372024-11-27T17:56:46.670Z Compiling unicase v2.7.0
23382024-11-27T17:56:46.722Z Compiling unicode_categories v0.1.1
23392024-11-27T17:56:47.073Z Compiling nu-ansi-term v0.50.1
23402024-11-27T17:56:47.105Z Compiling indoc v1.0.9
23412024-11-27T17:56:47.105Z Compiling home v0.5.9
23422024-11-27T17:56:47.422Z Compiling path-slash v0.1.5
23432024-11-27T17:56:47.484Z Compiling sqlparser v0.45.0
23442024-11-27T17:56:47.674Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23452024-11-27T17:56:47.905Z Compiling reedline v0.35.0
23462024-11-27T17:56:48.148Z Compiling rustyline v14.0.0
23472024-11-27T17:56:49.784Z Compiling peg v0.8.4
23482024-11-27T17:56:49.906Z Compiling sqlformat v0.2.6
23492024-11-27T17:56:51.898Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23502024-11-27T17:56:58.730Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23512024-11-27T17:57:01.044Z Compiling rcgen v0.12.1
23522024-11-27T17:57:03.278Z Compiling tabled v0.15.0
23532024-11-27T17:57:11.671Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23542024-11-27T17:57:11.774Z Compiling derive_builder v0.20.2
23552024-11-27T17:57:19.318Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23562024-11-27T17:57:20.612Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23572024-11-27T17:57:23.393Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23582024-11-27T17:57:23.709Z Compiling bcs v0.1.6
23592024-11-27T17:57:23.821Z Compiling oso-derive v0.27.3
23602024-11-27T17:57:24.638Z Compiling impl-trait-for-tuples v0.2.2
23612024-11-27T17:57:24.791Z Compiling libz-sys v1.1.20
23622024-11-27T17:57:25.463Z Compiling quick-xml v0.33.0
23632024-11-27T17:57:31.477Z Compiling subprocess v0.2.9
23642024-11-27T17:57:31.621Z Compiling diesel-dtrace v0.3.0
23652024-11-27T17:57:31.925Z Compiling parking_lot_core v0.8.6
23662024-11-27T17:57:32.370Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23672024-11-27T17:57:36.314Z Compiling oso v0.27.3
23682024-11-27T17:57:53.475Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23692024-11-27T17:57:55.021Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23702024-11-27T17:58:00.442Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23712024-11-27T17:58:03.639Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23722024-11-27T17:58:03.941Z Compiling bb8 v0.8.5
23732024-11-27T17:58:04.573Z Compiling buf-list v1.0.3
23742024-11-27T17:58:05.232Z Compiling async-bb8-diesel v0.2.1
23752024-11-27T17:58:06.567Z Compiling libgit2-sys v0.17.0+1.8.1
23762024-11-27T17:58:06.874Z Compiling pin-project-internal v1.1.6
23772024-11-27T17:58:07.343Z Compiling atty v0.2.14
23782024-11-27T17:58:07.528Z Compiling salty v0.3.0
23792024-11-27T17:58:09.632Z Compiling pin-project v1.1.6
23802024-11-27T17:58:10.174Z Compiling parking_lot v0.11.2
23812024-11-27T17:58:13.187Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
23822024-11-27T17:58:13.429Z Compiling snafu-derive v0.8.5
23832024-11-27T17:58:13.520Z Compiling sled v0.34.7
23842024-11-27T17:58:17.730Z Compiling mime_guess v2.0.5
23852024-11-27T17:58:18.076Z Compiling snafu v0.8.5
23862024-11-27T17:58:19.536Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23872024-11-27T17:58:20.489Z Compiling hickory-client v0.24.1
23882024-11-27T17:58:20.827Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23892024-11-27T17:58:21.567Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23902024-11-27T17:58:21.708Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23912024-11-27T17:58:25.647Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23922024-11-27T17:58:26.521Z Compiling globset v0.4.15
23932024-11-27T17:58:27.125Z Compiling hickory-server v0.24.1
23942024-11-27T17:58:30.105Z Compiling primeorder v0.13.6
23952024-11-27T17:58:30.669Z Compiling olpc-cjson v0.1.4
23962024-11-27T17:58:30.995Z Compiling vergen v8.3.2
23972024-11-27T17:58:31.299Z Compiling env_filter v0.1.2
23982024-11-27T17:58:34.490Z Compiling serde_plain v1.0.2
23992024-11-27T17:58:35.031Z Compiling cargo-platform v0.1.8
24002024-11-27T17:58:35.569Z Compiling nanorand v0.7.0
24012024-11-27T17:58:36.269Z Compiling memoffset v0.9.1
24022024-11-27T17:58:36.596Z Compiling typed-path v0.9.3
24032024-11-27T17:58:42.195Z Compiling tough v0.19.0
24042024-11-27T17:58:43.859Z Compiling flume v0.11.1
24052024-11-27T17:58:44.645Z Compiling cargo_metadata v0.18.1
24062024-11-27T17:58:47.145Z Compiling env_logger v0.11.5
24072024-11-27T17:58:47.888Z Compiling p384 v0.13.0
24082024-11-27T17:58:48.503Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24092024-11-27T17:58:53.571Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24102024-11-27T17:58:58.189Z Compiling git2 v0.19.0
24112024-11-27T17:59:01.645Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24122024-11-27T17:59:04.285Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24132024-11-27T17:59:05.519Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24142024-11-27T17:59:07.532Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24152024-11-27T17:59:11.856Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
24162024-11-27T17:59:12.367Z Compiling rand_seeder v0.3.0
24172024-11-27T17:59:12.778Z Compiling libsqlite3-sys v0.30.1
24182024-11-27T17:59:12.996Z Compiling parse-size v1.1.0
24192024-11-27T17:59:13.077Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24202024-11-27T17:59:13.302Z Compiling cfg_aliases v0.2.1
24212024-11-27T17:59:13.305Z Compiling http-range v0.1.5
24222024-11-27T17:59:13.392Z Compiling rustls v0.21.12
24232024-11-27T17:59:13.426Z Compiling nix v0.29.0
24242024-11-27T17:59:13.809Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24252024-11-27T17:59:13.909Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24262024-11-27T17:59:14.246Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24272024-11-27T17:59:14.653Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24282024-11-27T17:59:15.931Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24292024-11-27T17:59:16.109Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24302024-11-27T17:59:16.402Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
24312024-11-27T17:59:16.522Z Compiling rustls-webpki v0.101.7
24322024-11-27T17:59:16.747Z Compiling sct v0.7.1
24332024-11-27T17:59:17.222Z Compiling castaway v0.2.3
24342024-11-27T17:59:17.429Z Compiling csv-core v0.1.11
24352024-11-27T17:59:18.303Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24362024-11-27T17:59:18.630Z Compiling glob v0.3.1
24372024-11-27T17:59:19.313Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24382024-11-27T17:59:20.115Z Compiling csv v1.3.0
24392024-11-27T17:59:20.472Z Compiling compact_str v0.8.0
24402024-11-27T17:59:20.700Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
24412024-11-27T17:59:22.296Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
24422024-11-27T17:59:23.036Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24432024-11-27T17:59:23.537Z Compiling hyper-staticfile v0.10.1
24442024-11-27T17:59:26.467Z Compiling nix v0.27.1
24452024-11-27T17:59:29.566Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24462024-11-27T17:59:30.299Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24472024-11-27T17:59:31.605Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
24482024-11-27T17:59:31.644Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24492024-11-27T17:59:36.365Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24502024-11-27T17:59:37.660Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24512024-11-27T17:59:38.004Z Compiling unicode-truncate v1.1.0
24522024-11-27T17:59:38.286Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24532024-11-27T17:59:38.588Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24542024-11-27T17:59:38.894Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24552024-11-27T17:59:43.853Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24562024-11-27T17:59:46.220Z Compiling hashlink v0.9.1
24572024-11-27T17:59:46.412Z Compiling tungstenite v0.23.0
24582024-11-27T17:59:46.556Z Compiling lru v0.12.5
24592024-11-27T17:59:46.613Z Compiling instability v0.3.2
24602024-11-27T17:59:46.745Z Compiling fallible-iterator v0.3.0
24612024-11-27T17:59:46.926Z Compiling cassowary v0.3.0
24622024-11-27T17:59:47.054Z Compiling fallible-streaming-iterator v0.1.9
24632024-11-27T17:59:47.348Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24642024-11-27T17:59:47.556Z Compiling rusqlite v0.32.1
24652024-11-27T17:59:47.614Z Compiling ratatui v0.28.1
24662024-11-27T17:59:50.537Z Compiling tokio-tungstenite v0.23.1
24672024-11-27T17:59:52.069Z Compiling tokio-rustls v0.24.1
24682024-11-27T17:59:52.559Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24692024-11-27T17:59:52.788Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24702024-11-27T17:59:56.917Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24712024-11-27T17:59:58.060Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24722024-11-27T18:00:06.805Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24732024-11-27T18:00:09.085Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24742024-11-27T18:00:10.949Z Compiling rustls-pemfile v1.0.4
24752024-11-27T18:00:11.519Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24762024-11-27T18:00:11.727Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24772024-11-27T18:00:11.830Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24782024-11-27T18:00:12.014Z Compiling signal-hook-tokio v0.3.1
24792024-11-27T18:00:12.266Z Compiling twox-hash v1.6.3
24802024-11-27T18:00:13.257Z Compiling smawk v0.3.2
24812024-11-27T18:00:13.286Z Compiling is_ci v1.2.0
24822024-11-27T18:00:13.540Z Compiling unicode-linebreak v0.1.5
24832024-11-27T18:00:13.582Z Compiling supports-color v3.0.1
24842024-11-27T18:00:13.985Z Compiling textwrap v0.16.1
24852024-11-27T18:00:17.657Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24862024-11-27T18:00:18.450Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24872024-11-27T18:00:22.803Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24882024-11-27T18:00:26.334Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24892024-11-27T18:00:31.718Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24902024-11-27T18:00:36.607Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24912024-11-27T18:00:37.021Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24922024-11-27T18:00:49.908Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24932024-11-27T18:00:50.532Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24942024-11-27T18:00:50.845Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
24952024-11-27T18:00:56.368Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24962024-11-27T18:00:57.642Z Compiling fatfs v0.3.6
24972024-11-27T18:00:58.630Z Compiling rtoolbox v0.0.2
24982024-11-27T18:00:59.064Z Compiling assert_matches v1.5.0
24992024-11-27T18:01:00.438Z Compiling rpassword v7.3.1
25002024-11-27T18:01:00.893Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25012024-11-27T18:01:05.522Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25022024-11-27T18:01:08.335Z Compiling tui-tree-widget v0.22.0
25032024-11-27T18:01:08.843Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25042024-11-27T18:01:12.650Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25052024-11-27T18:01:17.374Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25062024-11-27T18:01:17.686Z Compiling uzers v0.12.1
25072024-11-27T18:01:20.759Z Compiling shell-words v1.1.0
25082024-11-27T18:01:21.183Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25092024-11-27T18:01:26.370Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25102024-11-27T18:01:28.415Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25112024-11-27T18:01:57.652Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25122024-11-27T18:02:02.671Z Compiling multimap v0.10.0
25132024-11-27T18:04:19.842Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25142024-11-27T18:04:22.958Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25152024-11-27T18:11:07.848Z Finished `release` profile [optimized] target(s) in 16m 17s
25162024-11-27T18:12:12.513Z
25172024-11-27T18:12:12.515Zreal 17:23.591637260
25182024-11-27T18:12:12.516Zuser 1:57:43.390520590
25192024-11-27T18:12:12.516Zsys 5:55.580873326
25202024-11-27T18:12:12.516Ztrap 2.911785958
25212024-11-27T18:12:12.516Ztflt 3.083541476
25222024-11-27T18:12:12.516Zdflt 5.266900138
25232024-11-27T18:12:12.516Zkflt 0.027685245
25242024-11-27T18:12:12.516Zlock 7:18:23.785771385
25252024-11-27T18:12:12.516Zslp 6:15:44.400008558
25262024-11-27T18:12:12.516Zlat 2:54.412258326
25272024-11-27T18:12:12.516Zstop 2:33.520380564
25282024-11-27T18:12:12.516Z+ mapfile -t packages
25292024-11-27T18:12:12.516Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25302024-11-27T18:12:13.486Z Finished `release` profile [optimized] target(s) in 0.92s
25312024-11-27T18:12:13.542Z Running `target/release/omicron-package -t test list-outputs`
25322024-11-27T18:12:13.582ZLogging to: /work/oxidecomputer/omicron/out/LOG
25332024-11-27T18:12:13.585Z+ ptime -m cargo build --locked --release -p xtask
25342024-11-27T18:12:14.128Z Compiling serde v1.0.215
25352024-11-27T18:12:14.130Z Compiling rustix v0.38.37
25362024-11-27T18:12:14.130Z Compiling serde_json v1.0.132
25372024-11-27T18:12:14.130Z Compiling libc v0.2.162
25382024-11-27T18:12:14.218Z Compiling syn v2.0.87
25392024-11-27T18:12:14.233Z Compiling bitflags v2.6.0
25402024-11-27T18:12:14.538Z Compiling usdt-impl v0.5.0
25412024-11-27T18:12:14.577Z Compiling syn v1.0.109
25422024-11-27T18:12:14.711Z Compiling log v0.4.22
25432024-11-27T18:12:14.726Z Compiling hashbrown v0.15.0
25442024-11-27T18:12:14.806Z Compiling fs-err v2.11.0
25452024-11-27T18:12:15.133Z Compiling once_cell v1.20.2
25462024-11-27T18:12:15.174Z Compiling anyhow v1.0.93
25472024-11-27T18:12:15.741Z Compiling thread-id v4.2.2
25482024-11-27T18:12:16.065Z Compiling indexmap v2.6.0
25492024-11-27T18:12:17.286Z Compiling terminal_size v0.4.0
25502024-11-27T18:12:17.287Z Compiling tempfile v3.13.0
25512024-11-27T18:12:17.537Z Compiling clap_builder v4.5.21
25522024-11-27T18:12:18.022Z Compiling proc-macro-error v1.0.4
25532024-11-27T18:12:19.390Z Compiling tabled_derive v0.7.0
25542024-11-27T18:12:20.690Z Compiling tabled v0.15.0
25552024-11-27T18:12:22.376Z Compiling serde_derive v1.0.215
25562024-11-27T18:12:23.544Z Compiling thiserror-impl v1.0.69
25572024-11-27T18:12:23.911Z Compiling zerocopy-derive v0.7.35
25582024-11-27T18:12:25.922Z Compiling zerocopy v0.7.35
25592024-11-27T18:12:26.456Z Compiling thiserror v1.0.69
25602024-11-27T18:12:26.626Z Compiling pest v2.7.14
25612024-11-27T18:12:27.761Z Compiling scroll_derive v0.12.0
25622024-11-27T18:12:29.206Z Compiling scroll v0.12.0
25632024-11-27T18:12:29.691Z Compiling pest_meta v2.7.14
25642024-11-27T18:12:29.822Z Compiling goblin v0.8.2
25652024-11-27T18:12:33.696Z Compiling pest_generator v2.7.14
25662024-11-27T18:12:35.565Z Compiling pest_derive v2.7.14
25672024-11-27T18:12:36.324Z Compiling dtrace-parser v0.2.0
25682024-11-27T18:12:38.125Z Compiling toml_datetime v0.6.8
25692024-11-27T18:12:38.842Z Compiling serde_spanned v0.6.8
25702024-11-27T18:12:40.273Z Compiling serde_tokenstream v0.2.2
25712024-11-27T18:12:40.435Z Compiling toml_edit v0.22.22
25722024-11-27T18:12:40.467Z Compiling camino v1.1.9
25732024-11-27T18:12:40.866Z Compiling dof v0.3.0
25742024-11-27T18:12:42.903Z Compiling cargo-platform v0.1.8
25752024-11-27T18:12:44.027Z Compiling toml v0.8.19
25762024-11-27T18:12:44.875Z Compiling usdt-macro v0.5.0
25772024-11-27T18:12:46.093Z Compiling usdt-attr-macro v0.5.0
25782024-11-27T18:12:46.864Z Compiling semver v1.0.23
25792024-11-27T18:12:46.956Z Compiling clap_derive v4.5.18
25802024-11-27T18:12:47.280Z Compiling cargo_toml v0.20.5
25812024-11-27T18:12:47.478Z Compiling usdt v0.5.0
25822024-11-27T18:12:48.396Z Compiling cargo_metadata v0.18.1
25832024-11-27T18:12:48.964Z Compiling camino-tempfile v1.1.1
25842024-11-27T18:12:49.407Z Compiling macaddr v1.0.1
25852024-11-27T18:12:51.281Z Compiling clap v4.5.21
25862024-11-27T18:12:58.845Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25872024-11-27T18:13:10.268Z Finished `release` profile [optimized] target(s) in 56.62s
25882024-11-27T18:13:10.371Z
25892024-11-27T18:13:10.373Zreal 56.754789094
25902024-11-27T18:13:10.373Zuser 5:45.057552753
25912024-11-27T18:13:10.373Zsys 31.722800892
25922024-11-27T18:13:10.373Ztrap 0.153244418
25932024-11-27T18:13:10.373Ztflt 0.266810832
25942024-11-27T18:13:10.373Zdflt 0.554265801
25952024-11-27T18:13:10.373Zkflt 0.000000000
25962024-11-27T18:13:10.373Zlock 9:45.266195221
25972024-11-27T18:13:10.373Zslp 14:46.660415231
25982024-11-27T18:13:10.373Zlat 12.545152188
25992024-11-27T18:13:10.373Zstop 16.408734312
26002024-11-27T18:13:10.373Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26012024-11-27T18:13:10.373Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26022024-11-27T18:13:10.373Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26032024-11-27T18:13:10.373Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26042024-11-27T18:13:10.373Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26052024-11-27T18:13:11.243Z Compiling hashbrown v0.14.5
26062024-11-27T18:13:11.372Z Compiling ident_case v1.0.1
26072024-11-27T18:13:11.375Z Compiling unsafe-libyaml v0.2.11
26082024-11-27T18:13:11.386Z Compiling progenitor-client v0.8.0
26092024-11-27T18:13:11.400Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26102024-11-27T18:13:11.414Z Compiling ipnetwork v0.20.0
26112024-11-27T18:13:11.421Z Compiling macaddr v1.0.1
26122024-11-27T18:13:11.422Z Compiling instant v0.1.13
26132024-11-27T18:13:11.531Z Compiling darling_core v0.20.10
26142024-11-27T18:13:11.567Z Compiling structmeta-derive v0.3.0
26152024-11-27T18:13:11.891Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26162024-11-27T18:13:11.911Z Compiling dropshot v0.13.0
26172024-11-27T18:13:11.914Z Compiling newtype-uuid v1.1.3
26182024-11-27T18:13:12.293Z Compiling dropshot_endpoint v0.13.0
26192024-11-27T18:13:12.348Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26202024-11-27T18:13:12.653Z Compiling regress v0.10.1
26212024-11-27T18:13:12.672Z Compiling serde_yaml v0.9.34+deprecated
26222024-11-27T18:13:12.691Z Compiling regress v0.9.1
26232024-11-27T18:13:13.130Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26242024-11-27T18:13:13.238Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26252024-11-27T18:13:13.326Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26262024-11-27T18:13:13.638Z Compiling backoff v0.4.0
26272024-11-27T18:13:14.011Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26282024-11-27T18:13:14.095Z Compiling tempfile v3.13.0
26292024-11-27T18:13:14.180Z Compiling proc-macro-crate v1.3.1
26302024-11-27T18:13:14.548Z Compiling structmeta v0.3.0
26312024-11-27T18:13:14.981Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26322024-11-27T18:13:15.062Z Compiling parse-display-derive v0.10.0
26332024-11-27T18:13:15.301Z Compiling num_enum_derive v0.5.11
26342024-11-27T18:13:15.372Z Compiling itertools v0.13.0
26352024-11-27T18:13:16.990Z Compiling typify-impl v0.2.0
26362024-11-27T18:13:17.758Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26372024-11-27T18:13:17.953Z Compiling num_enum v0.5.11
26382024-11-27T18:13:17.974Z Compiling zerocopy v0.8.10
26392024-11-27T18:13:18.088Z Compiling zerocopy-derive v0.8.10
26402024-11-27T18:13:18.132Z Compiling foreign-types-macros v0.2.3
26412024-11-27T18:13:18.641Z Compiling darling_macro v0.20.10
26422024-11-27T18:13:18.824Z Compiling foreign-types-shared v0.3.1
26432024-11-27T18:13:18.964Z Compiling heapless v0.8.0
26442024-11-27T18:13:18.985Z Compiling proc-macro-error v1.0.4
26452024-11-27T18:13:19.430Z Compiling foreign-types v0.5.0
26462024-11-27T18:13:19.606Z Compiling darling v0.20.10
26472024-11-27T18:13:19.655Z Compiling parse-display v0.10.0
26482024-11-27T18:13:19.754Z Compiling serde_with_macros v3.11.0
26492024-11-27T18:13:19.756Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26502024-11-27T18:13:19.849Z Compiling camino-tempfile v1.1.1
26512024-11-27T18:13:19.959Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26522024-11-27T18:13:20.380Z Compiling hash32 v0.3.1
26532024-11-27T18:13:20.418Z Compiling cstr-argument v0.1.2
26542024-11-27T18:13:20.626Z Compiling crucible-workspace-hack v0.1.0
26552024-11-27T18:13:20.708Z Compiling pretty-hex v0.2.1
26562024-11-27T18:13:20.815Z Compiling smoltcp v0.11.0
26572024-11-27T18:13:20.910Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26582024-11-27T18:13:20.960Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26592024-11-27T18:13:21.151Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26602024-11-27T18:13:21.602Z Compiling tabwriter v1.4.0
26612024-11-27T18:13:21.762Z Compiling colored v2.1.0
26622024-11-27T18:13:22.112Z Compiling cobs v0.2.3
26632024-11-27T18:13:22.373Z Compiling postcard v1.0.10
26642024-11-27T18:13:22.683Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26652024-11-27T18:13:22.703Z Compiling serde_with v3.11.0
26662024-11-27T18:13:22.973Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26672024-11-27T18:13:23.157Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26682024-11-27T18:13:23.175Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26692024-11-27T18:13:23.486Z Compiling smf v0.2.3
26702024-11-27T18:13:24.057Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26712024-11-27T18:13:24.757Z Compiling zone_cfg_derive v0.3.0
26722024-11-27T18:13:24.934Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
26732024-11-27T18:13:25.431Z Compiling num-derive v0.4.2
26742024-11-27T18:13:26.323Z Compiling sigpipe v0.1.3
26752024-11-27T18:13:26.461Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26762024-11-27T18:13:26.722Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26772024-11-27T18:13:26.782Z Compiling zone v0.3.0
26782024-11-27T18:13:26.806Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
26792024-11-27T18:13:27.244Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26802024-11-27T18:13:27.266Z Compiling universal-hash v0.5.1
26812024-11-27T18:13:27.446Z Compiling opaque-debug v0.3.1
26822024-11-27T18:13:27.486Z Compiling num-rational v0.4.2
26832024-11-27T18:13:27.564Z Compiling password-hash v0.5.0
26842024-11-27T18:13:27.885Z Compiling num-complex v0.4.6
26852024-11-27T18:13:27.888Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
26862024-11-27T18:13:28.092Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26872024-11-27T18:13:28.419Z Compiling blake2 v0.10.6
26882024-11-27T18:13:28.606Z Compiling aead v0.5.2
26892024-11-27T18:13:28.797Z Compiling keccak v0.1.5
26902024-11-27T18:13:28.829Z Compiling convert_case v0.4.0
26912024-11-27T18:13:28.975Z Compiling argon2 v0.5.3
26922024-11-27T18:13:28.996Z Compiling num v0.4.3
26932024-11-27T18:13:29.124Z Compiling sha3 v0.10.8
26942024-11-27T18:13:29.334Z Compiling poly1305 v0.8.0
26952024-11-27T18:13:29.848Z Compiling tungstenite v0.21.0
26962024-11-27T18:13:29.851Z Compiling chacha20 v0.9.1
26972024-11-27T18:13:29.881Z Compiling derive_more v0.99.18
26982024-11-27T18:13:30.222Z Compiling base64 v0.21.7
26992024-11-27T18:13:30.820Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27002024-11-27T18:13:30.916Z Compiling float-ord v0.3.2
27012024-11-27T18:13:31.051Z Compiling tokio-tungstenite v0.21.0
27022024-11-27T18:13:31.098Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27032024-11-27T18:13:31.458Z Compiling same-file v1.0.6
27042024-11-27T18:13:31.648Z Compiling semver v0.1.20
27052024-11-27T18:13:31.756Z Compiling walkdir v2.5.0
27062024-11-27T18:13:31.774Z Compiling newline-converter v0.3.0
27072024-11-27T18:13:31.941Z Compiling primeorder v0.13.6
27082024-11-27T18:13:32.017Z Compiling rustc_version v0.1.7
27092024-11-27T18:13:32.064Z Compiling secrecy v0.8.0
27102024-11-27T18:13:32.349Z Compiling owo-colors v4.1.0
27112024-11-27T18:13:32.471Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27122024-11-27T18:13:32.495Z Compiling cancel-safe-futures v0.1.5
27132024-11-27T18:13:32.556Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27142024-11-27T18:13:32.559Z Compiling newtype_derive v0.1.6
27152024-11-27T18:13:32.669Z Compiling expectorate v1.1.0
27162024-11-27T18:13:32.818Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27172024-11-27T18:13:32.855Z Compiling thiserror-impl-no-std v2.0.2
27182024-11-27T18:13:32.874Z Compiling ring v0.16.20
27192024-11-27T18:13:32.893Z Compiling blake3 v1.5.4
27202024-11-27T18:13:33.150Z Compiling unicase v2.7.0
27212024-11-27T18:13:33.365Z Compiling half v2.4.1
27222024-11-27T18:13:33.465Z Compiling arc-swap v1.7.1
27232024-11-27T18:13:33.557Z Compiling ciborium-io v0.2.2
27242024-11-27T18:13:33.942Z Compiling slog-scope v4.4.0
27252024-11-27T18:13:34.119Z Compiling ciborium-ll v0.2.2
27262024-11-27T18:13:34.473Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27272024-11-27T18:13:34.542Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27282024-11-27T18:13:34.865Z Compiling polyval v0.6.2
27292024-11-27T18:13:35.196Z Compiling atomicwrites v0.4.4
27302024-11-27T18:13:35.351Z Compiling libsw v3.3.1
27312024-11-27T18:13:35.604Z Compiling memmap2 v0.9.5
27322024-11-27T18:13:35.704Z Compiling libefi-sys v0.1.0
27332024-11-27T18:13:35.820Z Compiling typify-macro v0.2.0
27342024-11-27T18:13:35.999Z Compiling arrayvec v0.7.6
27352024-11-27T18:13:36.041Z Compiling constant_time_eq v0.3.1
27362024-11-27T18:13:36.061Z Compiling salty v0.3.0
27372024-11-27T18:13:36.107Z Compiling thiserror-no-std v2.0.2
27382024-11-27T18:13:36.238Z Compiling spin v0.5.2
27392024-11-27T18:13:36.258Z Compiling indent_write v2.2.0
27402024-11-27T18:13:36.436Z Compiling arrayref v0.3.9
27412024-11-27T18:13:36.476Z Compiling parking_lot_core v0.8.6
27422024-11-27T18:13:36.497Z Compiling linear-map v1.2.0
27432024-11-27T18:13:36.571Z Compiling vsss-rs v3.3.4
27442024-11-27T18:13:36.885Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27452024-11-27T18:13:37.022Z Compiling ghash v0.5.1
27462024-11-27T18:13:37.285Z Compiling ciborium v0.2.2
27472024-11-27T18:13:37.641Z Compiling slog-stdlog v4.1.1
27482024-11-27T18:13:37.764Z Compiling p384 v0.13.0
27492024-11-27T18:13:37.992Z Compiling chacha20poly1305 v0.10.1
27502024-11-27T18:13:38.059Z Compiling toolchain_find v0.4.0
27512024-11-27T18:13:38.241Z Compiling lzma-sys v0.1.20
27522024-11-27T18:13:38.782Z Compiling ctr v0.9.2
27532024-11-27T18:13:38.800Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27542024-11-27T18:13:40.045Z Compiling bitfield-struct v0.6.2
27552024-11-27T18:13:40.048Z Compiling slog-dtrace v0.3.0
27562024-11-27T18:13:40.048Z Compiling highway v1.2.0
27572024-11-27T18:13:40.048Z Compiling topological-sort v0.2.2
27582024-11-27T18:13:40.048Z Compiling omicron-zone-package v0.11.1
27592024-11-27T18:13:40.048Z Compiling aes-gcm v0.10.3
27602024-11-27T18:13:40.048Z Compiling rustfmt-wrapper v0.2.1
27612024-11-27T18:13:40.067Z Compiling slog-envlogger v2.2.0
27622024-11-27T18:13:40.144Z Compiling typify v0.2.0
27632024-11-27T18:13:40.283Z Compiling progenitor-impl v0.8.0
27642024-11-27T18:13:40.305Z Compiling mime_guess v2.0.5
27652024-11-27T18:13:40.554Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27662024-11-27T18:13:40.661Z Compiling steno v0.4.1
27672024-11-27T18:13:41.320Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27682024-11-27T18:13:41.360Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27692024-11-27T18:13:41.641Z Compiling heck v0.3.3
27702024-11-27T18:13:41.643Z Compiling ssh-encoding v0.2.0
27712024-11-27T18:13:42.049Z Compiling blowfish v0.9.1
27722024-11-27T18:13:42.093Z Compiling nibble_vec v0.1.0
27732024-11-27T18:13:42.201Z Compiling env_filter v0.1.2
27742024-11-27T18:13:42.222Z Compiling humantime v2.1.0
27752024-11-27T18:13:42.307Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27762024-11-27T18:13:42.533Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27772024-11-27T18:13:42.550Z Compiling endian-type v0.1.2
27782024-11-27T18:13:42.603Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27792024-11-27T18:13:42.660Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27802024-11-27T18:13:42.761Z Compiling radix_trie v0.2.1
27812024-11-27T18:13:42.813Z Compiling env_logger v0.11.5
27822024-11-27T18:13:42.949Z Compiling bcrypt-pbkdf v0.10.0
27832024-11-27T18:13:42.977Z Compiling zone_cfg_derive v0.1.2
27842024-11-27T18:13:43.478Z Compiling ssh-cipher v0.2.0
27852024-11-27T18:13:43.558Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27862024-11-27T18:13:43.686Z Compiling parking_lot v0.11.2
27872024-11-27T18:13:44.111Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27882024-11-27T18:13:44.573Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27892024-11-27T18:13:44.622Z Compiling password-hash v0.4.2
27902024-11-27T18:13:44.689Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
27912024-11-27T18:13:45.026Z Compiling gethostname v0.5.0
27922024-11-27T18:13:45.173Z Compiling fxhash v0.2.1
27932024-11-27T18:13:45.245Z Compiling bumpalo v3.16.0
27942024-11-27T18:13:45.266Z Compiling http-range v0.1.5
27952024-11-27T18:13:45.369Z Compiling zip v2.1.3
27962024-11-27T18:13:45.401Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27972024-11-27T18:13:45.616Z Compiling simd-adler32 v0.3.7
27982024-11-27T18:13:45.646Z Compiling lockfree-object-pool v0.1.6
27992024-11-27T18:13:45.689Z Compiling base64 v0.13.1
28002024-11-27T18:13:45.710Z Compiling matches v0.1.10
28012024-11-27T18:13:45.800Z Compiling idna v0.2.3
28022024-11-27T18:13:45.863Z Compiling sled v0.34.7
28032024-11-27T18:13:45.938Z Compiling pbkdf2 v0.11.0
28042024-11-27T18:13:45.959Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28052024-11-27T18:13:46.202Z Compiling ron v0.7.1
28062024-11-27T18:13:46.310Z Compiling zopfli v0.8.1
28072024-11-27T18:13:46.314Z Compiling xz2 v0.1.7
28082024-11-27T18:13:46.671Z Compiling zone v0.1.8
28092024-11-27T18:13:46.817Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28102024-11-27T18:13:47.489Z Compiling ssh-key v0.6.6
28112024-11-27T18:13:48.196Z Compiling hickory-client v0.24.1
28122024-11-27T18:13:48.610Z Compiling progenitor-macro v0.8.0
28132024-11-27T18:13:48.692Z Compiling p521 v0.13.3
28142024-11-27T18:13:48.746Z Compiling p256 v0.13.2
28152024-11-27T18:13:49.033Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
28162024-11-27T18:13:49.636Z Compiling hickory-server v0.24.1
28172024-11-27T18:13:49.691Z Compiling enum-as-inner v0.5.1
28182024-11-27T18:13:50.230Z Compiling pem v3.0.4
28192024-11-27T18:13:50.785Z Compiling yasna v0.5.2
28202024-11-27T18:13:51.103Z Compiling headers-core v0.3.0
28212024-11-27T18:13:51.105Z Compiling kstat-rs v0.2.4
28222024-11-27T18:13:51.288Z Compiling nanorand v0.7.0
28232024-11-27T18:13:51.798Z Compiling russh-cryptovec v0.7.3
28242024-11-27T18:13:51.897Z Compiling atty v0.2.14
28252024-11-27T18:13:52.065Z Compiling md5 v0.7.0
28262024-11-27T18:13:52.148Z Compiling rcgen v0.12.1
28272024-11-27T18:13:52.495Z Compiling russh-keys v0.45.0
28282024-11-27T18:13:52.530Z Compiling flume v0.11.1
28292024-11-27T18:13:52.594Z Compiling headers v0.4.0
28302024-11-27T18:13:52.753Z Compiling trust-dns-proto v0.22.0
28312024-11-27T18:13:53.254Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
28322024-11-27T18:13:54.448Z Compiling hyper-staticfile v0.10.1
28332024-11-27T18:13:55.650Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28342024-11-27T18:13:56.290Z Compiling num-bigint v0.4.6
28352024-11-27T18:13:56.794Z Compiling des v0.8.1
28362024-11-27T18:13:56.824Z Compiling subprocess v0.2.9
28372024-11-27T18:13:57.171Z Compiling display-error-chain v0.2.2
28382024-11-27T18:13:57.174Z Compiling dhcproto-macros v0.1.0
28392024-11-27T18:13:57.413Z Compiling hex-literal v0.4.1
28402024-11-27T18:13:57.591Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28412024-11-27T18:13:57.594Z Compiling internet-checksum v0.2.1
28422024-11-27T18:13:58.102Z Compiling dhcproto v0.12.0
28432024-11-27T18:13:59.272Z Compiling russh v0.45.0
28442024-11-27T18:14:01.573Z Compiling progenitor v0.8.0
28452024-11-27T18:14:01.706Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28462024-11-27T18:14:01.710Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
28472024-11-27T18:14:01.710Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28482024-11-27T18:14:01.710Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28492024-11-27T18:14:01.710Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28502024-11-27T18:14:01.710Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
28512024-11-27T18:14:01.805Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28522024-11-27T18:14:03.147Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28532024-11-27T18:14:04.048Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
28542024-11-27T18:14:05.895Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28552024-11-27T18:14:07.029Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28562024-11-27T18:14:08.417Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28572024-11-27T18:14:17.826Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28582024-11-27T18:14:17.826Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28592024-11-27T18:14:17.829Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28602024-11-27T18:14:17.829Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28612024-11-27T18:14:18.762Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28622024-11-27T18:14:21.019Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28632024-11-27T18:14:22.108Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28642024-11-27T18:14:22.697Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28652024-11-27T18:14:23.241Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28662024-11-27T18:14:25.909Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28672024-11-27T18:14:25.996Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28682024-11-27T18:14:26.783Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28692024-11-27T18:14:26.862Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28702024-11-27T18:14:28.535Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28712024-11-27T18:14:28.556Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28722024-11-27T18:14:30.087Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28732024-11-27T18:14:30.730Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28742024-11-27T18:14:31.156Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28752024-11-27T18:14:31.329Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28762024-11-27T18:14:33.556Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28772024-11-27T18:14:34.055Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28782024-11-27T18:14:34.662Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28792024-11-27T18:14:36.424Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28802024-11-27T18:14:36.953Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28812024-11-27T18:14:37.057Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28822024-11-27T18:14:39.975Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28832024-11-27T18:14:41.127Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28842024-11-27T18:14:42.090Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852024-11-27T18:14:48.460Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28862024-11-27T18:14:56.554Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28872024-11-27T18:14:57.860Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28882024-11-27T18:15:17.538Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28892024-11-27T18:15:54.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s
28902024-11-27T18:15:54.257Z
28912024-11-27T18:15:54.259Zreal 2:43.822557608
28922024-11-27T18:15:54.260Zuser 12:19.936758568
28932024-11-27T18:15:54.260Zsys 2:44.046804627
28942024-11-27T18:15:54.260Ztrap 0.322834974
28952024-11-27T18:15:54.260Ztflt 0.950461956
28962024-11-27T18:15:54.260Zdflt 1.874360690
28972024-11-27T18:15:54.260Zkflt 0.000035913
28982024-11-27T18:15:54.260Zlock 25:55.421553319
28992024-11-27T18:15:54.260Zslp 44:27.709304999
29002024-11-27T18:15:54.260Zlat 35.385476008
29012024-11-27T18:15:54.260Zstop 1:29.284755930
29022024-11-27T18:15:54.260Z+ mkdir tests
29032024-11-27T18:15:54.262Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29042024-11-27T18:15:54.263Z+ xargs -I '{}' -t cp '{}' tests/
29052024-11-27T18:15:55.588Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-57efef1619a36231 tests/
29062024-11-27T18:15:55.608Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6dceb9240091c990 tests/
29072024-11-27T18:15:55.627Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-61f1f6fd8149a56c tests/
29082024-11-27T18:15:55.647Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b459b795db4e26ad tests/
29092024-11-27T18:15:55.823Z+ 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/*)
29102024-11-27T18:15:55.825Z+ 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-6dceb9240091c990 tests/commtest-61f1f6fd8149a56c tests/dhcp_server-57efef1619a36231 tests/end_to_end_tests-b459b795db4e26ad 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
29112024-11-27T18:17:07.054ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29122024-11-27T18:17:07.054Za .github/buildomat/ci-env.sh 1K
29132024-11-27T18:17:07.054Za out/target/test 1K
29142024-11-27T18:17:07.054Za out/npuzone/npuzone 23144K
29152024-11-27T18:17:07.054Za package-manifest.toml 32K
29162024-11-27T18:17:07.054Za smf/sled-agent/non-gimlet/config.toml 4K
29172024-11-27T18:17:07.054Za target/release/omicron-package 36349K
29182024-11-27T18:17:07.054Za target/release/xtask 11750K
29192024-11-27T18:17:07.054Za target/debug/bootstrap 210023K
29202024-11-27T18:17:07.054Za tests/bootstrap-6dceb9240091c990 24246K
29212024-11-27T18:17:07.054Za tests/commtest-61f1f6fd8149a56c 25022K
29222024-11-27T18:17:07.054Za tests/dhcp_server-57efef1619a36231 24246K
29232024-11-27T18:17:07.054Za tests/end_to_end_tests-b459b795db4e26ad 228127K
29242024-11-27T18:17:07.054Za out/clickhouse.tar.gz 285841K
29252024-11-27T18:17:07.054Za out/clickhouse_keeper.tar.gz 285830K
29262024-11-27T18:17:07.054Za out/clickhouse_server.tar.gz 285830K
29272024-11-27T18:17:07.054Za out/cockroachdb.tar.gz 134564K
29282024-11-27T18:17:07.054Za out/crucible-dtrace.tar 85K
29292024-11-27T18:17:07.054Za out/crucible-pantry-zone.tar.gz 28183K
29302024-11-27T18:17:07.054Za out/crucible-zone.tar.gz 36399K
29312024-11-27T18:17:07.054Za out/external-dns.tar.gz 35284K
29322024-11-27T18:17:07.054Za out/internal-dns.tar.gz 35284K
29332024-11-27T18:17:07.054Za out/mg-ddm-gz.tar 63075K
29342024-11-27T18:17:07.054Za out/nexus.tar.gz 100434K
29352024-11-27T18:17:07.054Za out/ntp.tar.gz 10359K
29362024-11-27T18:17:07.054Za out/omicron-gateway-softnpu.tar.gz 23929K
29372024-11-27T18:17:07.054Za out/omicron-sled-agent.tar 113613K
29382024-11-27T18:17:07.054Za out/overlay.tar.gz 3K
29392024-11-27T18:17:07.054Za out/oximeter.tar.gz 51237K
29402024-11-27T18:17:07.054Za out/oxlog.tar 3088K
29412024-11-27T18:17:07.054Za out/probe.tar.gz 2764K
29422024-11-27T18:17:07.054Za out/propolis-server.tar.gz 66600K
29432024-11-27T18:17:07.055Za out/pumpkind-gz.tar 26665K
29442024-11-27T18:17:07.055Za out/switch-softnpu.tar.gz 237358K
29452024-11-27T18:17:07.057Z
29462024-11-27T18:17:07.057Zreal 1:11.219351874
29472024-11-27T18:17:07.057Zuser 1:08.119390592
29482024-11-27T18:17:07.058Zsys 4.327222572
29492024-11-27T18:17:07.058Ztrap 0.017443867
29502024-11-27T18:17:07.058Ztflt 0.000000000
29512024-11-27T18:17:07.058Zdflt 0.000000000
29522024-11-27T18:17:07.058Zkflt 0.000000000
29532024-11-27T18:17:07.058Zlock 0.000000000
29542024-11-27T18:17:07.058Zslp 1:08.145564213
29552024-11-27T18:17:07.058Zlat 1.824605420
29562024-11-27T18:17:07.058Zstop 0.000230122
29572024-11-27T18:17:07.058Zprocess exited: duration 1987700 ms, exit code 0
 
29582024-11-27T18:17:07.071Zfound 1 output files
29592024-11-27T18:17:07.071Zuploading: /work/package.tar.gz (1878208472 bytes)
29602024-11-27T18:17:45.789Zuploaded: /work/package.tar.gz