01J2VWRNK5XVN11G8H0QJQHRN0: 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: 01J2VWRZHXQC55BQN44MA5NN98

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-15T19:10:08.159Zjob assigned to worker 01J2VWS06VAKXC3EYB2SHQ3017 (queued for 57 s)
 
22024-07-15T19:10:16.188Zstarting task 0: "setup"
32024-07-15T19:10:16.197Z++ uname -s
42024-07-15T19:10:16.200Z+ kern=SunOS
52024-07-15T19:10:16.200Z+ case "$kern" in
62024-07-15T19:10:16.200Z+ groupadd -g 12345 build
72024-07-15T19:10:16.203Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-15T19:10:18.213Z+ zfs create -o mountpoint=/work rpool/work
92024-07-15T19:10:18.303Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-15T19:10:18.306Z+ home_fs=zfs
112024-07-15T19:10:18.306Z+ [[ zfs == autofs ]]
122024-07-15T19:10:18.306Z+ mkdir -p /home/build
132024-07-15T19:10:18.310Z+ chown build:build /home/build /work
142024-07-15T19:10:20.310Z+ chmod 0700 /home/build /work
152024-07-15T19:10:20.313Zprocess exited: duration 4127 ms, exit code 0
 
162024-07-15T19:10:20.319Zstarting task 1: "rust-toolchain"
172024-07-15T19:10:20.325Z+ printf ' * toolchain channel = "%s"
182024-07-15T19:10:20.325Z' 1.78.0
192024-07-15T19:10:20.325Z+ printf ' * toolchain profile = "%s"
202024-07-15T19:10:20.325Z' default
212024-07-15T19:10:20.325Z * toolchain channel = "1.78.0"
222024-07-15T19:10:20.325Z * toolchain profile = "default"
232024-07-15T19:10:20.327Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-15T19:10:20.328Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-15T19:10:20.445Zinfo: downloading installer
262024-07-15T19:10:21.943Zinfo: profile set to 'default'
272024-07-15T19:10:21.944Zinfo: default host triple is x86_64-unknown-illumos
282024-07-15T19:10:21.947Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-15T19:10:22.104Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-15T19:10:22.104Zinfo: downloading component 'cargo'
312024-07-15T19:10:23.049Zinfo: downloading component 'clippy'
322024-07-15T19:10:23.359Zinfo: downloading component 'rust-docs'
332024-07-15T19:10:24.607Zinfo: downloading component 'rust-std'
342024-07-15T19:10:26.604Zinfo: downloading component 'rustc'
352024-07-15T19:10:31.700Zinfo: downloading component 'rustfmt'
362024-07-15T19:10:31.971Zinfo: installing component 'cargo'
372024-07-15T19:10:32.835Zinfo: installing component 'clippy'
382024-07-15T19:10:33.204Zinfo: installing component 'rust-docs'
392024-07-15T19:10:34.729Zinfo: installing component 'rust-std'
402024-07-15T19:10:36.468Zinfo: installing component 'rustc'
412024-07-15T19:10:40.720Zinfo: installing component 'rustfmt'
422024-07-15T19:10:41.062Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-15T19:10:41.062Z
442024-07-15T19:10:41.335Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-15T19:10:41.335Z
462024-07-15T19:10:41.337Z
472024-07-15T19:10:41.338ZRust is installed now. Great!
482024-07-15T19:10:41.338Z
492024-07-15T19:10:41.338ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-15T19:10:41.338Zenvironment variable. This has not been done automatically.
512024-07-15T19:10:41.338Z
522024-07-15T19:10:41.338ZTo configure your current shell, you need to source
532024-07-15T19:10:41.338Zthe corresponding env file under $HOME/.cargo.
542024-07-15T19:10:41.338Z
552024-07-15T19:10:41.338ZThis is usually done by running one of the following (note the leading DOT):
562024-07-15T19:10:41.338Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-15T19:10:41.338Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-15T19:10:41.388Z+ rustc --version
592024-07-15T19:10:41.450Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-15T19:10:41.453Zprocess exited: duration 21131 ms, exit code 0
 
612024-07-15T19:10:41.459Zstarting task 2: "authentication"
622024-07-15T19:10:41.480Zprocess exited: duration 20 ms, exit code 0
 
632024-07-15T19:10:41.485Zstarting task 3: "clone repository"
642024-07-15T19:10:41.490Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-15T19:10:41.493Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-15T19:10:41.533ZCloning into '/work/oxidecomputer/omicron'...
672024-07-15T19:10:48.799Z+ cd /work/oxidecomputer/omicron
682024-07-15T19:10:48.799Z+ git fetch origin d33ed8ee54acb070a7beba4df3d7b7c4afdfd97f
692024-07-15T19:10:49.100ZFrom https://github.com/oxidecomputer/omicron
702024-07-15T19:10:49.100Z * branch d33ed8ee54acb070a7beba4df3d7b7c4afdfd97f -> FETCH_HEAD
712024-07-15T19:10:49.111Z+ [[ -n sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait ]]
722024-07-15T19:10:49.115Z++ git branch --show-current
732024-07-15T19:10:49.118Z+ current=main
742024-07-15T19:10:49.118Z+ [[ main != sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait ]]
752024-07-15T19:10:49.118Z+ git branch -f sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait d33ed8ee54acb070a7beba4df3d7b7c4afdfd97f
762024-07-15T19:10:49.121Z+ git checkout -f sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait
772024-07-15T19:10:49.259ZSwitched to branch 'sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait'
782024-07-15T19:10:49.261Z+ git reset --hard d33ed8ee54acb070a7beba4df3d7b7c4afdfd97f
792024-07-15T19:10:49.397ZHEAD is now at d33ed8ee5 rebase
802024-07-15T19:10:49.400Zprocess exited: duration 7912 ms, exit code 0
 
812024-07-15T19:10:49.405Zstarting task 4: "build"
822024-07-15T19:10:49.411Z+ cargo --version
832024-07-15T19:10:49.466Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-15T19:10:49.468Z+ rustc --version
852024-07-15T19:10:49.524Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-15T19:10:49.527Z+ WORK=/work
872024-07-15T19:10:49.527Z+ pfexec mkdir -p /work
882024-07-15T19:10:49.530Z+ pfexec chown build /work
892024-07-15T19:10:49.533Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-07-15T19:10:54.858Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-07-15T19:10:56.695Z Startup: Caching catalogs ... Done
922024-07-15T19:10:59.620ZPlanning: Solver setup ... Done (2.391s)
932024-07-15T19:10:59.669ZPlanning: Running solver ... Done (0.049s)
942024-07-15T19:10:59.715ZPlanning: Finding local manifests ... Done (0.004s)
952024-07-15T19:10:59.728ZPlanning: Fetching manifests: 0/4 0% complete
962024-07-15T19:10:59.874ZPlanning: Fetching manifests: 4/4 100% complete
972024-07-15T19:10:59.923ZPlanning: Package planning ... Done (0.049s)
982024-07-15T19:10:59.973ZPlanning: Merging actions ... Done (0.050s)
992024-07-15T19:11:00.275ZPlanning: Checking for conflicting actions ... Done (0.301s)
1002024-07-15T19:11:00.286ZPlanning: Consolidating action changes ... Done (0.011s)
1012024-07-15T19:11:01.337ZPlanning: Evaluating mediators ... Done (1.051s)
1022024-07-15T19:11:01.347ZPlanning: Planning completed in 4.58 seconds
1032024-07-15T19:11:01.364Z Packages to install: 4
1042024-07-15T19:11:01.364Z Mediators to change: 2
1052024-07-15T19:11:01.367Z Services to change: 1
1062024-07-15T19:11:01.367Z Estimated space available: 155.77 GB
1072024-07-15T19:11:01.367ZEstimated space to be consumed: 1.46 GB
1082024-07-15T19:11:01.368Z Create boot environment: No
1092024-07-15T19:11:01.368ZCreate backup boot environment: No
1102024-07-15T19:11:01.368Z Rebuild boot archive: No
1112024-07-15T19:11:01.368Z
1122024-07-15T19:11:01.368ZChanged mediators:
1132024-07-15T19:11:01.368Z mediator clang:
1142024-07-15T19:11:01.368Z version: None -> 15 (system default)
1152024-07-15T19:11:01.368Z
1162024-07-15T19:11:01.368Z mediator llvm:
1172024-07-15T19:11:01.368Z version: 14 (system default) -> 15 (system default)
1182024-07-15T19:11:01.368Z
1192024-07-15T19:11:01.368ZChanged packages:
1202024-07-15T19:11:01.368Zhelios-dev
1212024-07-15T19:11:01.368Z developer/build-essential
1222024-07-15T19:11:01.368Z None -> 11-2.0
1232024-07-15T19:11:01.368Z library/libxmlsec1
1242024-07-15T19:11:01.368Z None -> 1.2.35-2.0
1252024-07-15T19:11:01.368Z ooce/developer/clang-15
1262024-07-15T19:11:01.368Z None -> 15.0.7-2.0
1272024-07-15T19:11:01.368Z ooce/developer/llvm-15
1282024-07-15T19:11:01.368Z None -> 15.0.7-2.0
1292024-07-15T19:11:01.368Z
1302024-07-15T19:11:01.368ZServices:
1312024-07-15T19:11:01.368Z restart_fmri:
1322024-07-15T19:11:01.369Z svc:/system/update-man-index:default
1332024-07-15T19:11:01.412Z
1342024-07-15T19:11:01.412ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-07-15T19:11:06.412ZDownload: 1402/3290 items 110.7/212.6MB 52% complete (22.3M/s)
1362024-07-15T19:11:11.415ZDownload: 3154/3290 items 145.9/212.6MB 68% complete (14.6M/s)
1372024-07-15T19:11:13.681ZDownload: Completed 212.60 MB in 12.27 seconds (17.3M/s)
1382024-07-15T19:11:14.489Z Actions: 1/3689 actions (Installing new actions)
1392024-07-15T19:11:19.096Z Actions: Completed 3689 actions in 4.61 seconds.
1402024-07-15T19:11:19.337Z Done (0.236s)
1412024-07-15T19:11:19.337Z Done (0.000s)
1422024-07-15T19:11:19.666Z Done (0.329s)
1432024-07-15T19:11:24.085Z Done (4.259s)
1442024-07-15T19:11:24.171Z Done (0.018s)
1452024-07-15T19:11:24.174Z Done (0.000s)
1462024-07-15T19:11:24.334Z Done (0.000s)
1472024-07-15T19:11:24.899ZPlanning: Evaluating mediator changes ... Done
1482024-07-15T19:11:25.059ZPlanning: Checking for conflicting actions ... Done
1492024-07-15T19:11:25.062ZPlanning: Consolidating action changes ... Done
1502024-07-15T19:11:25.324ZPlanning: Evaluating mediators ... Done
1512024-07-15T19:11:25.327ZPlanning: Planning completed in 0.43 seconds
1522024-07-15T19:11:25.359Z Mediators to change: 2
1532024-07-15T19:11:25.359Z Create boot environment: No
1542024-07-15T19:11:25.362ZCreate backup boot environment: No
1552024-07-15T19:11:25.443Z Done
1562024-07-15T19:11:25.443Z Done
1572024-07-15T19:11:25.649Z Done
1582024-07-15T19:11:29.154Z Done
1592024-07-15T19:11:29.228Z Done
1602024-07-15T19:11:29.233Z Done
1612024-07-15T19:11:29.370Z Done
1622024-07-15T19:11:29.984ZPlanning: Evaluating mediator changes ... Done
1632024-07-15T19:11:29.987ZPlanning: Merging actions ... Done
1642024-07-15T19:11:30.175ZPlanning: Checking for conflicting actions ... Done
1652024-07-15T19:11:30.178ZPlanning: Consolidating action changes ... Done
1662024-07-15T19:11:30.440ZPlanning: Evaluating mediators ... Done
1672024-07-15T19:11:30.498ZPlanning: Planning completed in 0.76 seconds
1682024-07-15T19:11:30.533Z Packages to change: 1
1692024-07-15T19:11:30.534Z Mediators to change: 1
1702024-07-15T19:11:30.536Z Services to change: 1
1712024-07-15T19:11:30.536Z Create boot environment: No
1722024-07-15T19:11:30.536ZCreate backup boot environment: Yes
1732024-07-15T19:11:32.457Z Actions: 1/6 actions (Updating modified actions)
1742024-07-15T19:11:32.460Z Actions: Completed 6 actions in 0.00 seconds.
1752024-07-15T19:11:32.460Z Done
1762024-07-15T19:11:32.460Z Done
1772024-07-15T19:11:32.527Z Done
1782024-07-15T19:11:36.055Z Done
1792024-07-15T19:11:36.150Z Done
1802024-07-15T19:11:36.166Z Done
1812024-07-15T19:11:36.251Z Done
1822024-07-15T19:11:36.679ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1832024-07-15T19:11:36.679Zclang system 15 system
1842024-07-15T19:11:36.679Zcsh system system illumos
1852024-07-15T19:11:36.679Zctags system system illumos
1862024-07-15T19:11:36.679Zgcc vendor 12 vendor
1872024-07-15T19:11:36.679Zgcc system 10 system
1882024-07-15T19:11:36.679Zgcc system 7 system
1892024-07-15T19:11:36.679Zgo system 1.20 system
1902024-07-15T19:11:36.679Zgo system 1.19 system
1912024-07-15T19:11:36.679Zllvm system 15 system
1922024-07-15T19:11:36.679Zllvm system 14 system
1932024-07-15T19:11:36.679Zmariadb system 10.6 system
1942024-07-15T19:11:36.679Zmta vendor vendor dma
1952024-07-15T19:11:36.679Zopenjdk system 17 system
1962024-07-15T19:11:36.679Zopenjdk system 11 system
1972024-07-15T19:11:36.679Zopenjdk system 1.8 system
1982024-07-15T19:11:36.679Zopenssl vendor 3 vendor
1992024-07-15T19:11:36.679Zperl system 5.36 system
2002024-07-15T19:11:36.679Zpostgresql system 15 system
2012024-07-15T19:11:36.679Zpostgresql system 13 system
2022024-07-15T19:11:36.679Zpython vendor 3 vendor
2032024-07-15T19:11:36.679Zpython system 2 system
2042024-07-15T19:11:36.679Zpython3 system 3.11 system
2052024-07-15T19:11:36.679Zruby system 3.0 system
2062024-07-15T19:11:36.679Zwords vendor vendor american-english
2072024-07-15T19:11:36.679Zwords system system australian-english
2082024-07-15T19:11:36.679Zwords system system british-english
2092024-07-15T19:11:36.679Zwords system system canadian-english
2102024-07-15T19:11:36.679Zwords system system french
2112024-07-15T19:11:36.679Zwords system system italian
2122024-07-15T19:11:36.679Zwords system system ngerman
2132024-07-15T19:11:36.679Zwords system system ogerman
2142024-07-15T19:11:36.680Zwords system system spanish
2152024-07-15T19:11:37.007ZPUBLISHER TYPE STATUS P LOCATION
2162024-07-15T19:11:37.007Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2172024-07-15T19:11:38.560ZFMRI IFO
2182024-07-15T19:11:38.560Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2192024-07-15T19:11:38.560Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2202024-07-15T19:11:38.560Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2212024-07-15T19:11:38.560Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2222024-07-15T19:11:38.560Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2232024-07-15T19:11:38.560Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2242024-07-15T19:11:38.560Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2252024-07-15T19:11:38.560Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2262024-07-15T19:11:38.560Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2272024-07-15T19:11:38.560Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2282024-07-15T19:11:38.560Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2292024-07-15T19:11:38.560Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2302024-07-15T19:11:39.064Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2312024-07-15T19:11:39.394Z Updating git repository `https://github.com/oxidecomputer/zone`
2322024-07-15T19:11:39.710Z Updating crates.io index
2332024-07-15T19:11:39.755Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2342024-07-15T19:11:40.594Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2352024-07-15T19:11:41.324Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2362024-07-15T19:11:41.598Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2372024-07-15T19:11:43.592Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2382024-07-15T19:11:44.129Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2392024-07-15T19:11:44.403Z Updating git repository `https://github.com/oxidecomputer/propolis`
2402024-07-15T19:11:45.408Z Updating git repository `https://github.com/oxidecomputer/crucible`
2412024-07-15T19:11:47.477Z Updating git repository `https://github.com/oxidecomputer/opte`
2422024-07-15T19:11:48.570Z Updating git repository `https://github.com/oxidecomputer/falcon`
2432024-07-15T19:11:49.365Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442024-07-15T19:11:49.929Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2452024-07-15T19:11:50.309Z Updating git repository `https://github.com/oxidecomputer/sprockets`
2462024-07-15T19:11:50.743Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2472024-07-15T19:11:51.043Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2482024-07-15T19:11:51.324Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492024-07-15T19:11:51.638Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2502024-07-15T19:11:51.897Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2512024-07-15T19:11:52.178Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2522024-07-15T19:11:52.483Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2532024-07-15T19:11:52.805Z Updating git repository `https://github.com/oxidecomputer/ispf`
2542024-07-15T19:11:53.111Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2552024-07-15T19:11:53.428Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2562024-07-15T19:11:54.097Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2572024-07-15T19:11:54.390Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2582024-07-15T19:11:54.683Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2592024-07-15T19:11:55.101Z Updating git repository `https://github.com/oxidecomputer/typify`
2602024-07-15T19:11:57.220Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612024-07-15T19:11:57.624Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622024-07-15T19:11:57.924Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632024-07-15T19:11:58.364Z Updating git repository `https://github.com/oxidecomputer/rfb`
2642024-07-15T19:11:59.552Z Downloading crates ...
2652024-07-15T19:11:59.629Z Downloaded autocfg v1.3.0
2662024-07-15T19:11:59.633Z Downloaded anstyle-parse v0.2.4
2672024-07-15T19:11:59.635Z Downloaded anstyle v1.0.7
2682024-07-15T19:11:59.638Z Downloaded equivalent v1.0.1
2692024-07-15T19:11:59.638Z Downloaded match_cfg v0.1.0
2702024-07-15T19:11:59.641Z Downloaded is_terminal_polyfill v1.70.0
2712024-07-15T19:11:59.645Z Downloaded dtrace-parser v0.2.0
2722024-07-15T19:11:59.648Z Downloaded foreign-types-shared v0.1.1
2732024-07-15T19:11:59.654Z Downloaded openssl-probe v0.1.5
2742024-07-15T19:11:59.656Z Downloaded anstream v0.6.14
2752024-07-15T19:11:59.660Z Downloaded pretty-hex v0.4.1
2762024-07-15T19:11:59.660Z Downloaded powerfmt v0.2.0
2772024-07-15T19:11:59.662Z Downloaded cpufeatures v0.2.12
2782024-07-15T19:11:59.662Z Downloaded clap_lex v0.7.0
2792024-07-15T19:11:59.662Z Downloaded pkg-config v0.3.30
2802024-07-15T19:11:59.665Z Downloaded cfg-if v1.0.0
2812024-07-15T19:11:59.668Z Downloaded strum v0.26.2
2822024-07-15T19:11:59.668Z Downloaded num-conv v0.1.0
2832024-07-15T19:11:59.670Z Downloaded itoa v1.0.11
2842024-07-15T19:11:59.670Z Downloaded proc-macro-error v1.0.4
2852024-07-15T19:11:59.673Z Downloaded pin-project-lite v0.2.14
2862024-07-15T19:11:59.677Z Downloaded take_mut v0.2.2
2872024-07-15T19:11:59.679Z Downloaded swrite v0.1.0
2882024-07-15T19:11:59.680Z Downloaded crypto-common v0.1.6
2892024-07-15T19:11:59.680Z Downloaded memmap v0.7.0
2902024-07-15T19:11:59.682Z Downloaded tower-service v0.3.2
2912024-07-15T19:11:59.682Z Downloaded usdt-macro v0.5.0
2922024-07-15T19:11:59.682Z Downloaded hostname v0.3.1
2932024-07-15T19:11:59.685Z Downloaded generic-array v0.14.7
2942024-07-15T19:11:59.685Z Downloaded want v0.3.1
2952024-07-15T19:11:59.688Z Downloaded usdt-attr-macro v0.5.0
2962024-07-15T19:11:59.688Z Downloaded fs-err v2.11.0
2972024-07-15T19:11:59.691Z Downloaded filetime v0.2.23
2982024-07-15T19:11:59.691Z Downloaded anstyle-query v1.0.3
2992024-07-15T19:11:59.694Z Downloaded tinyvec_macros v0.1.1
3002024-07-15T19:11:59.694Z Downloaded is-terminal v0.4.12
3012024-07-15T19:11:59.694Z Downloaded foreign-types v0.3.2
3022024-07-15T19:11:59.697Z Downloaded rustversion v1.0.17
3032024-07-15T19:11:59.697Z Downloaded proc-macro2 v1.0.86
3042024-07-15T19:11:59.699Z Downloaded proc-macro-error-attr v1.0.4
3052024-07-15T19:11:59.702Z Downloaded plain v0.2.3
3062024-07-15T19:11:59.702Z Downloaded time-core v0.1.2
3072024-07-15T19:11:59.702Z Downloaded openssl-macros v0.1.1
3082024-07-15T19:11:59.705Z Downloaded sync_wrapper v0.1.2
3092024-07-15T19:11:59.705Z Downloaded http-body v0.4.6
3102024-07-15T19:11:59.707Z Downloaded dirs-sys-next v0.1.2
3112024-07-15T19:11:59.708Z Downloaded digest v0.10.7
3122024-07-15T19:11:59.710Z Downloaded byteorder v1.5.0
3132024-07-15T19:11:59.710Z Downloaded percent-encoding v2.3.1
3142024-07-15T19:11:59.710Z Downloaded slog-bunyan v2.5.0
3152024-07-15T19:11:59.713Z Downloaded serde_tokenstream v0.2.1
3162024-07-15T19:11:59.716Z Downloaded cargo_toml v0.20.3
3172024-07-15T19:11:59.716Z Downloaded tokio-macros v2.3.0
3182024-07-15T19:11:59.719Z Downloaded native-tls v0.2.11
3192024-07-15T19:11:59.719Z Downloaded errno v0.3.9
3202024-07-15T19:11:59.721Z Downloaded thiserror v1.0.60
3212024-07-15T19:11:59.725Z Downloaded dof v0.3.0
3222024-07-15T19:11:59.727Z Downloaded once_cell v1.19.0
3232024-07-15T19:11:59.730Z Downloaded futures-channel v0.3.30
3242024-07-15T19:11:59.732Z Downloaded clap_derive v4.5.8
3252024-07-15T19:11:59.733Z Downloaded mime v0.3.17
3262024-07-15T19:11:59.735Z Downloaded xattr v1.3.1
3272024-07-15T19:11:59.735Z Downloaded heck v0.5.0
3282024-07-15T19:11:59.738Z Downloaded bitflags v2.5.0
3292024-07-15T19:11:59.740Z Downloaded ipnet v2.9.0
3302024-07-15T19:11:59.743Z Downloaded try-lock v0.2.5
3312024-07-15T19:11:59.743Z Downloaded rustls-pemfile v1.0.4
3322024-07-15T19:11:59.746Z Downloaded strsim v0.11.1
3332024-07-15T19:11:59.746Z Downloaded pest_derive v2.7.10
3342024-07-15T19:11:59.749Z Downloaded pest_generator v2.7.10
3352024-07-15T19:11:59.749Z Downloaded scroll v0.12.0
3362024-07-15T19:11:59.752Z Downloaded slog-json v2.6.1
3372024-07-15T19:11:59.752Z Downloaded serde_urlencoded v0.7.1
3382024-07-15T19:11:59.755Z Downloaded slog-async v2.8.0
3392024-07-15T19:11:59.755Z Downloaded slab v0.4.9
3402024-07-15T19:11:59.757Z Downloaded serde_spanned v0.6.6
3412024-07-15T19:11:59.757Z Downloaded scopeguard v1.2.0
3422024-07-15T19:11:59.760Z Downloaded macaddr v1.0.1
3432024-07-15T19:11:59.760Z Downloaded version_check v0.9.4
3442024-07-15T19:11:59.763Z Downloaded tokio-native-tls v0.3.1
3452024-07-15T19:11:59.763Z Downloaded usdt v0.5.0
3462024-07-15T19:11:59.763Z Downloaded slog-term v2.9.1
3472024-07-15T19:11:59.766Z Downloaded parking_lot_core v0.9.10
3482024-07-15T19:11:59.768Z Downloaded lock_api v0.4.12
3492024-07-15T19:11:59.771Z Downloaded cargo_metadata v0.18.1
3502024-07-15T19:11:59.771Z Downloaded toml_datetime v0.6.6
3512024-07-15T19:11:59.774Z Downloaded httparse v1.8.0
3522024-07-15T19:11:59.774Z Downloaded futures-io v0.3.30
3532024-07-15T19:11:59.776Z Downloaded term v0.7.0
3542024-07-15T19:11:59.779Z Downloaded terminal_size v0.3.0
3552024-07-15T19:11:59.779Z Downloaded zerocopy-derive v0.7.34
3562024-07-15T19:11:59.782Z Downloaded parking_lot v0.12.2
3572024-07-15T19:11:59.785Z Downloaded utf8parse v0.2.1
3582024-07-15T19:11:59.788Z Downloaded thiserror-impl v1.0.60
3592024-07-15T19:11:59.788Z Downloaded semver v1.0.23
3602024-07-15T19:11:59.792Z Downloaded thread_local v1.1.8
3612024-07-15T19:11:59.792Z Downloaded tabled_derive v0.7.0
3622024-07-15T19:11:59.792Z Downloaded quote v1.0.36
3632024-07-15T19:11:59.794Z Downloaded pest_meta v2.7.10
3642024-07-15T19:11:59.797Z Downloaded miniz_oxide v0.7.2
3652024-07-15T19:11:59.799Z Downloaded smallvec v1.13.2
3662024-07-15T19:11:59.802Z Downloaded sha2 v0.10.8
3672024-07-15T19:11:59.802Z Downloaded papergrid v0.11.0
3682024-07-15T19:11:59.806Z Downloaded crossbeam-utils v0.8.19
3692024-07-15T19:11:59.809Z Downloaded socket2 v0.5.7
3702024-07-15T19:11:59.812Z Downloaded slog v2.7.0
3712024-07-15T19:11:59.814Z Downloaded typenum v1.17.0
3722024-07-15T19:11:59.817Z Downloaded anyhow v1.0.86
3732024-07-15T19:11:59.820Z Downloaded openssl-sys v0.9.102
3742024-07-15T19:11:59.824Z Downloaded futures v0.3.30
3752024-07-15T19:11:59.828Z Downloaded base64 v0.21.7
3762024-07-15T19:11:59.832Z Downloaded crossbeam-channel v0.5.12
3772024-07-15T19:11:59.836Z Downloaded usdt-impl v0.5.0
3782024-07-15T19:11:59.838Z Downloaded ucd-trie v0.1.6
3792024-07-15T19:11:59.841Z Downloaded indexmap v2.2.6
3802024-07-15T19:11:59.844Z Downloaded flate2 v1.0.30
3812024-07-15T19:11:59.847Z Downloaded unicode-bidi v0.3.15
3822024-07-15T19:11:59.850Z Downloaded tracing-core v0.1.32
3832024-07-15T19:11:59.853Z Downloaded ryu v1.0.18
3842024-07-15T19:11:59.857Z Downloaded mio v0.8.11
3852024-07-15T19:11:59.861Z Downloaded unicode-ident v1.0.12
3862024-07-15T19:11:59.863Z Downloaded tar v0.4.40
3872024-07-15T19:11:59.866Z Downloaded serde v1.0.204
3882024-07-15T19:11:59.869Z Downloaded tinyvec v1.6.0
3892024-07-15T19:11:59.872Z Downloaded http v0.2.12
3902024-07-15T19:11:59.875Z Downloaded memchr v2.7.2
3912024-07-15T19:11:59.880Z Downloaded toml v0.8.14
3922024-07-15T19:11:59.884Z Downloaded url v2.5.0
3932024-07-15T19:11:59.887Z Downloaded pest v2.7.10
3942024-07-15T19:11:59.891Z Downloaded hashbrown v0.14.5
3952024-07-15T19:11:59.896Z Downloaded h2 v0.3.26
3962024-07-15T19:11:59.902Z Downloaded goblin v0.8.2
3972024-07-15T19:11:59.909Z Downloaded hyper v0.14.28
3982024-07-15T19:11:59.916Z Downloaded futures-util v0.3.30
3992024-07-15T19:11:59.928Z Downloaded clap_builder v4.5.9
4002024-07-15T19:11:59.934Z Downloaded unicode-normalization v0.1.23
4012024-07-15T19:11:59.938Z Downloaded idna v0.5.0
4022024-07-15T19:11:59.944Z Downloaded tracing v0.1.40
4032024-07-15T19:11:59.948Z Downloaded toml_edit v0.22.14
4042024-07-15T19:11:59.968Z Downloaded tokio-util v0.7.11
4052024-07-15T19:11:59.974Z Downloaded winnow v0.6.8
4062024-07-15T19:11:59.982Z Downloaded serde_json v1.0.120
4072024-07-15T19:11:59.989Z Downloaded zerocopy v0.7.34
4082024-07-15T19:12:00.004Z Downloaded tabled v0.15.0
4092024-07-15T19:12:00.019Z Downloaded vcpkg v0.2.15
4102024-07-15T19:12:00.055Z Downloaded syn v1.0.109
4112024-07-15T19:12:00.065Z Downloaded syn v2.0.68
4122024-07-15T19:12:00.075Z Downloaded rustix v0.38.34
4132024-07-15T19:12:00.096Z Downloaded unicode-width v0.1.13
4142024-07-15T19:12:00.103Z Downloaded encoding_rs v0.8.34
4152024-07-15T19:12:00.123Z Downloaded tokio v1.38.0
4162024-07-15T19:12:00.157Z Downloaded libc v0.2.155
4172024-07-15T19:12:00.182Z Downloaded reqwest v0.11.27
4182024-07-15T19:12:00.188Z Downloaded time v0.3.36
4192024-07-15T19:12:00.194Z Downloaded openssl v0.10.64
4202024-07-15T19:12:00.203Z Downloaded cc v1.0.97
4212024-07-15T19:12:00.205Z Downloaded serde_derive v1.0.204
4222024-07-15T19:12:00.208Z Downloaded log v0.4.21
4232024-07-15T19:12:00.210Z Downloaded bytes v1.6.0
4242024-07-15T19:12:00.213Z Downloaded time-macros v0.2.18
4252024-07-15T19:12:00.216Z Downloaded thread-id v4.2.1
4262024-07-15T19:12:00.216Z Downloaded strum_macros v0.26.4
4272024-07-15T19:12:00.218Z Downloaded clap v4.5.9
4282024-07-15T19:12:00.225Z Downloaded form_urlencoded v1.2.1
4292024-07-15T19:12:00.228Z Downloaded futures-sink v0.3.30
4302024-07-15T19:12:00.228Z Downloaded futures-core v0.3.30
4312024-07-15T19:12:00.228Z Downloaded deranged v0.3.11
4322024-07-15T19:12:00.231Z Downloaded crc32fast v1.4.0
4332024-07-15T19:12:00.231Z Downloaded dirs-next v2.0.0
4342024-07-15T19:12:00.234Z Downloaded camino v1.1.7
4352024-07-15T19:12:00.234Z Downloaded signal-hook-registry v1.4.2
4362024-07-15T19:12:00.234Z Downloaded colorchoice v1.0.1
4372024-07-15T19:12:00.237Z Downloaded num_cpus v1.16.0
4382024-07-15T19:12:00.240Z Downloaded hyper-tls v0.5.0
4392024-07-15T19:12:00.240Z Downloaded httpdate v1.0.3
4402024-07-15T19:12:00.240Z Downloaded heck v0.4.1
4412024-07-15T19:12:00.244Z Downloaded futures-task v0.3.30
4422024-07-15T19:12:00.244Z Downloaded futures-macro v0.3.30
4432024-07-15T19:12:00.244Z Downloaded futures-executor v0.3.30
4442024-07-15T19:12:00.244Z Downloaded fnv v1.0.7
4452024-07-15T19:12:00.248Z Downloaded scroll_derive v0.12.0
4462024-07-15T19:12:00.248Z Downloaded num_threads v0.1.7
4472024-07-15T19:12:00.248Z Downloaded block-buffer v0.10.4
4482024-07-15T19:12:00.248Z Downloaded cargo-platform v0.1.8
4492024-07-15T19:12:00.248Z Downloaded bytecount v0.6.8
4502024-07-15T19:12:00.251Z Downloaded adler v1.0.2
4512024-07-15T19:12:00.251Z Downloaded pin-utils v0.1.0
4522024-07-15T19:12:00.545Z Compiling proc-macro2 v1.0.86
4532024-07-15T19:12:00.545Z Compiling unicode-ident v1.0.12
4542024-07-15T19:12:00.548Z Compiling libc v0.2.155
4552024-07-15T19:12:00.548Z Compiling version_check v0.9.4
4562024-07-15T19:12:00.548Z Compiling cfg-if v1.0.0
4572024-07-15T19:12:00.548Z Compiling once_cell v1.19.0
4582024-07-15T19:12:00.582Z Compiling itoa v1.0.11
4592024-07-15T19:12:00.599Z Compiling serde v1.0.204
4602024-07-15T19:12:00.719Z Compiling autocfg v1.3.0
4612024-07-15T19:12:00.844Z Compiling memchr v2.7.2
4622024-07-15T19:12:00.869Z Compiling thiserror v1.0.60
4632024-07-15T19:12:01.109Z Compiling ryu v1.0.18
4642024-07-15T19:12:01.338Z Compiling pin-project-lite v0.2.14
4652024-07-15T19:12:01.476Z Compiling bitflags v2.5.0
4662024-07-15T19:12:01.501Z Compiling cc v1.0.97
4672024-07-15T19:12:01.523Z Compiling vcpkg v0.2.15
4682024-07-15T19:12:01.568Z Compiling pkg-config v0.3.30
4692024-07-15T19:12:01.737Z Compiling lock_api v0.4.12
4702024-07-15T19:12:01.937Z Compiling ucd-trie v0.1.6
4712024-07-15T19:12:02.038Z Compiling parking_lot_core v0.9.10
4722024-07-15T19:12:02.505Z Compiling quote v1.0.36
4732024-07-15T19:12:02.745Z Compiling slab v0.4.9
4742024-07-15T19:12:02.774Z Compiling scopeguard v1.2.0
4752024-07-15T19:12:02.922Z Compiling syn v2.0.68
4762024-07-15T19:12:03.044Z Compiling futures-core v0.3.30
4772024-07-15T19:12:03.103Z Compiling bytes v1.6.0
4782024-07-15T19:12:03.221Z Compiling futures-sink v0.3.30
4792024-07-15T19:12:03.303Z Compiling smallvec v1.13.2
4802024-07-15T19:12:03.476Z Compiling serde_json v1.0.120
4812024-07-15T19:12:03.809Z Compiling equivalent v1.0.1
4822024-07-15T19:12:03.834Z Compiling byteorder v1.5.0
4832024-07-15T19:12:03.857Z Compiling fnv v1.0.7
4842024-07-15T19:12:03.880Z Compiling log v0.4.21
4852024-07-15T19:12:03.919Z Compiling hashbrown v0.14.5
4862024-07-15T19:12:04.281Z Compiling parking_lot v0.12.2
4872024-07-15T19:12:04.307Z Compiling futures-channel v0.3.30
4882024-07-15T19:12:04.332Z Compiling socket2 v0.5.7
4892024-07-15T19:12:04.356Z Compiling num_cpus v1.16.0
4902024-07-15T19:12:04.398Z Compiling signal-hook-registry v1.4.2
4912024-07-15T19:12:04.493Z Compiling mio v0.8.11
4922024-07-15T19:12:05.217Z Compiling openssl-sys v0.9.102
4932024-07-15T19:12:05.247Z Compiling indexmap v2.2.6
4942024-07-15T19:12:05.250Z Compiling pin-utils v0.1.0
4952024-07-15T19:12:05.292Z Compiling rustix v0.38.34
4962024-07-15T19:12:05.336Z Compiling typenum v1.17.0
4972024-07-15T19:12:05.370Z Compiling futures-task v0.3.30
4982024-07-15T19:12:05.700Z Compiling futures-io v0.3.30
4992024-07-15T19:12:05.890Z Compiling errno v0.3.9
5002024-07-15T19:12:05.940Z Compiling generic-array v0.14.7
5012024-07-15T19:12:06.018Z Compiling foreign-types-shared v0.1.1
5022024-07-15T19:12:06.130Z Compiling slog v2.7.0
5032024-07-15T19:12:06.133Z Compiling openssl v0.10.64
5042024-07-15T19:12:06.344Z Compiling foreign-types v0.3.2
5052024-07-15T19:12:06.541Z Compiling http v0.2.12
5062024-07-15T19:12:06.603Z Compiling proc-macro-error-attr v1.0.4
5072024-07-15T19:12:06.760Z Compiling usdt-impl v0.5.0
5082024-07-15T19:12:06.868Z Compiling tracing-core v0.1.32
5092024-07-15T19:12:07.041Z Compiling time-core v0.1.2
5102024-07-15T19:12:07.155Z Compiling powerfmt v0.2.0
5112024-07-15T19:12:07.214Z Compiling syn v1.0.109
5122024-07-15T19:12:07.552Z Compiling native-tls v0.2.11
5132024-07-15T19:12:07.859Z Compiling tinyvec_macros v0.1.1
5142024-07-15T19:12:07.861Z Compiling num-conv v0.1.0
5152024-07-15T19:12:07.955Z Compiling httparse v1.8.0
5162024-07-15T19:12:08.111Z Compiling tinyvec v1.6.0
5172024-07-15T19:12:08.161Z Compiling time-macros v0.2.18
5182024-07-15T19:12:08.404Z Compiling tracing v0.1.40
5192024-07-15T19:12:08.427Z Compiling deranged v0.3.11
5202024-07-15T19:12:08.831Z Compiling thread-id v4.2.1
5212024-07-15T19:12:09.108Z Compiling proc-macro-error v1.0.4
5222024-07-15T19:12:09.134Z Compiling plain v0.2.3
5232024-07-15T19:12:09.305Z Compiling try-lock v0.2.5
5242024-07-15T19:12:09.385Z Compiling heck v0.5.0
5252024-07-15T19:12:09.460Z Compiling num_threads v0.1.7
5262024-07-15T19:12:09.485Z Compiling rustversion v1.0.17
5272024-07-15T19:12:09.541Z Compiling openssl-probe v0.1.5
5282024-07-15T19:12:09.592Z Compiling crossbeam-utils v0.8.19
5292024-07-15T19:12:09.879Z Compiling utf8parse v0.2.1
5302024-07-15T19:12:09.905Z Compiling percent-encoding v2.3.1
5312024-07-15T19:12:09.926Z Compiling unicode-normalization v0.1.23
5322024-07-15T19:12:10.046Z Compiling anstyle-parse v0.2.4
5332024-07-15T19:12:10.253Z Compiling form_urlencoded v1.2.1
5342024-07-15T19:12:10.277Z Compiling want v0.3.1
5352024-07-15T19:12:10.572Z Compiling http-body v0.4.6
5362024-07-15T19:12:10.596Z Compiling dirs-sys-next v0.1.2
5372024-07-15T19:12:11.027Z Compiling colorchoice v1.0.1
5382024-07-15T19:12:11.051Z Compiling anstyle v1.0.7
5392024-07-15T19:12:11.133Z Compiling semver v1.0.23
5402024-07-15T19:12:11.244Z Compiling unicode-bidi v0.3.15
5412024-07-15T19:12:11.273Z Compiling crc32fast v1.4.0
5422024-07-15T19:12:11.338Z Compiling httpdate v1.0.3
5432024-07-15T19:12:11.571Z Compiling is_terminal_polyfill v1.70.0
5442024-07-15T19:12:11.636Z Compiling time v0.3.36
5452024-07-15T19:12:11.672Z Compiling camino v1.1.7
5462024-07-15T19:12:11.700Z Compiling winnow v0.6.8
5472024-07-15T19:12:11.746Z Compiling pretty-hex v0.4.1
5482024-07-15T19:12:11.872Z Compiling tower-service v0.3.2
5492024-07-15T19:12:11.968Z Compiling anstyle-query v1.0.3
5502024-07-15T19:12:12.008Z Compiling idna v0.5.0
5512024-07-15T19:12:12.120Z Compiling anstream v0.6.14
5522024-07-15T19:12:12.684Z Compiling dirs-next v2.0.0
5532024-07-15T19:12:12.900Z Compiling crypto-common v0.1.6
5542024-07-15T19:12:13.123Z Compiling block-buffer v0.10.4
5552024-07-15T19:12:13.595Z Compiling terminal_size v0.3.0
5562024-07-15T19:12:13.920Z Compiling fs-err v2.11.0
5572024-07-15T19:12:14.080Z Compiling thread_local v1.1.8
5582024-07-15T19:12:14.176Z Compiling slog-async v2.8.0
5592024-07-15T19:12:14.200Z Compiling clap_lex v0.7.0
5602024-07-15T19:12:14.313Z Compiling heck v0.4.1
5612024-07-15T19:12:14.628Z Compiling base64 v0.21.7
5622024-07-15T19:12:14.678Z Compiling unicode-width v0.1.13
5632024-07-15T19:12:14.717Z Compiling match_cfg v0.1.0
5642024-07-15T19:12:14.791Z Compiling anyhow v1.0.86
5652024-07-15T19:12:14.815Z Compiling strsim v0.11.1
5662024-07-15T19:12:14.907Z Compiling adler v1.0.2
5672024-07-15T19:12:15.132Z Compiling bytecount v0.6.8
5682024-07-15T19:12:15.360Z Compiling papergrid v0.11.0
5692024-07-15T19:12:15.387Z Compiling clap_builder v4.5.9
5702024-07-15T19:12:15.437Z Compiling rustls-pemfile v1.0.4
5712024-07-15T19:12:15.487Z Compiling miniz_oxide v0.7.2
5722024-07-15T19:12:15.559Z Compiling hostname v0.3.1
5732024-07-15T19:12:15.844Z Compiling crossbeam-channel v0.5.12
5742024-07-15T19:12:15.895Z Compiling digest v0.10.7
5752024-07-15T19:12:15.945Z Compiling term v0.7.0
5762024-07-15T19:12:16.108Z Compiling serde_derive v1.0.204
5772024-07-15T19:12:16.339Z Compiling thiserror-impl v1.0.60
5782024-07-15T19:12:17.005Z Compiling zerocopy-derive v0.7.34
5792024-07-15T19:12:17.089Z Compiling futures-macro v0.3.30
5802024-07-15T19:12:17.252Z Compiling tokio-macros v2.3.0
5812024-07-15T19:12:17.615Z Compiling openssl-macros v0.1.1
5822024-07-15T19:12:18.389Z Compiling scroll_derive v0.12.0
5832024-07-15T19:12:18.980Z Compiling tokio v1.38.0
5842024-07-15T19:12:19.203Z Compiling futures-util v0.3.30
5852024-07-15T19:12:19.334Z Compiling zerocopy v0.7.34
5862024-07-15T19:12:19.861Z Compiling pest v2.7.10
5872024-07-15T19:12:19.899Z Compiling scroll v0.12.0
5882024-07-15T19:12:20.459Z Compiling goblin v0.8.2
5892024-07-15T19:12:20.957Z Compiling tabled_derive v0.7.0
5902024-07-15T19:12:22.850Z Compiling pest_meta v2.7.10
5912024-07-15T19:12:23.609Z Compiling strum_macros v0.26.4
5922024-07-15T19:12:25.373Z Compiling pest_generator v2.7.10
5932024-07-15T19:12:27.420Z Compiling tokio-util v0.7.11
5942024-07-15T19:12:28.191Z Compiling pest_derive v2.7.10
5952024-07-15T19:12:28.572Z Compiling h2 v0.3.26
5962024-07-15T19:12:28.992Z Compiling dtrace-parser v0.2.0
5972024-07-15T19:12:29.207Z Compiling tokio-native-tls v0.3.1
5982024-07-15T19:12:29.393Z Compiling futures-executor v0.3.30
5992024-07-15T19:12:29.487Z Compiling clap_derive v4.5.8
6002024-07-15T19:12:29.995Z Compiling url v2.5.0
6012024-07-15T19:12:31.515Z Compiling serde_tokenstream v0.2.1
6022024-07-15T19:12:31.577Z Compiling toml_datetime v0.6.6
6032024-07-15T19:12:31.946Z Compiling serde_spanned v0.6.6
6042024-07-15T19:12:32.073Z Compiling cargo-platform v0.1.8
6052024-07-15T19:12:32.125Z Compiling toml_edit v0.22.14
6062024-07-15T19:12:32.183Z Compiling serde_urlencoded v0.7.1
6072024-07-15T19:12:33.491Z Compiling dof v0.3.0
6082024-07-15T19:12:34.125Z Compiling hyper v0.14.28
6092024-07-15T19:12:34.213Z Compiling slog-json v2.6.1
6102024-07-15T19:12:34.610Z Compiling xattr v1.3.1
6112024-07-15T19:12:34.705Z Compiling memmap v0.7.0
6122024-07-15T19:12:34.884Z Compiling filetime v0.2.23
6132024-07-15T19:12:35.089Z Compiling is-terminal v0.4.12
6142024-07-15T19:12:35.221Z Compiling toml v0.8.14
6152024-07-15T19:12:35.247Z Compiling encoding_rs v0.8.34
6162024-07-15T19:12:35.887Z Compiling usdt-attr-macro v0.5.0
6172024-07-15T19:12:35.913Z Compiling usdt-macro v0.5.0
6182024-07-15T19:12:36.006Z Compiling take_mut v0.2.2
6192024-07-15T19:12:36.198Z Compiling cpufeatures v0.2.12
6202024-07-15T19:12:36.236Z Compiling mime v0.3.17
6212024-07-15T19:12:36.321Z Compiling sync_wrapper v0.1.2
6222024-07-15T19:12:36.463Z Compiling ipnet v2.9.0
6232024-07-15T19:12:36.881Z Compiling sha2 v0.10.8
6242024-07-15T19:12:37.297Z Compiling cargo_toml v0.20.3
6252024-07-15T19:12:37.408Z Compiling usdt v0.5.0
6262024-07-15T19:12:37.701Z Compiling slog-term v2.9.1
6272024-07-15T19:12:37.885Z Compiling hyper-tls v0.5.0
6282024-07-15T19:12:38.206Z Compiling reqwest v0.11.27
6292024-07-15T19:12:38.232Z Compiling tar v0.4.40
6302024-07-15T19:12:38.972Z Compiling clap v4.5.9
6312024-07-15T19:12:39.099Z Compiling slog-bunyan v2.5.0
6322024-07-15T19:12:39.309Z Compiling cargo_metadata v0.18.1
6332024-07-15T19:12:39.911Z Compiling flate2 v1.0.30
6342024-07-15T19:12:40.319Z Compiling macaddr v1.0.1
6352024-07-15T19:12:40.341Z Compiling futures v0.3.30
6362024-07-15T19:12:40.385Z Compiling strum v0.26.2
6372024-07-15T19:12:40.459Z Compiling tabled v0.15.0
6382024-07-15T19:12:40.824Z Compiling swrite v0.1.0
6392024-07-15T19:12:45.267Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6402024-07-15T19:12:52.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
6412024-07-15T19:12:52.735Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6422024-07-15T19:12:52.793ZJul 15 19:12:52.271 INFO Starting download, target: Clickhouse
6432024-07-15T19:12:52.796ZJul 15 19:12:52.271 INFO Starting download, target: Cockroach
6442024-07-15T19:12:52.796ZJul 15 19:12:52.271 INFO Starting download, target: Console
6452024-07-15T19:12:52.796ZJul 15 19:12:52.271 INFO Starting download, target: DendriteOpenapi
6462024-07-15T19:12:52.796ZJul 15 19:12:52.271 INFO Starting download, target: DendriteStub
6472024-07-15T19:12:52.796ZJul 15 19:12:52.271 INFO Starting download, target: MaghemiteMgd
6482024-07-15T19:12:52.796ZJul 15 19:12:52.271 INFO Starting download, target: TransceiverControl
6492024-07-15T19:12:52.796ZJul 15 19:12:52.272 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6502024-07-15T19:12:52.796ZJul 15 19:12:52.272 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6512024-07-15T19:12:52.796ZJul 15 19:12:52.272 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi
6522024-07-15T19:12:52.796ZJul 15 19:12:52.272 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6532024-07-15T19:12:52.796ZJul 15 19:12:52.272 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6542024-07-15T19:12:52.796ZJul 15 19:12:52.272 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6552024-07-15T19:12:52.796ZJul 15 19:12:52.272 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6562024-07-15T19:12:53.033ZJul 15 19:12:52.510 INFO Download complete, target: DendriteOpenapi
6572024-07-15T19:12:53.195ZJul 15 19:12:52.669 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6582024-07-15T19:12:53.327ZJul 15 19:12:52.802 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6592024-07-15T19:12:53.682ZJul 15 19:12:53.159 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6602024-07-15T19:12:53.719ZJul 15 19:12:53.196 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6612024-07-15T19:12:53.723ZJul 15 19:12:53.200 INFO Download complete, target: Console
6622024-07-15T19:12:54.013ZJul 15 19:12:53.490 INFO Download complete, target: TransceiverControl
6632024-07-15T19:12:55.169ZJul 15 19:12:54.620 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6642024-07-15T19:12:56.764ZJul 15 19:12:56.240 INFO Download complete, target: DendriteStub
6652024-07-15T19:12:56.911ZJul 15 19:12:56.388 INFO Download complete, target: MaghemiteMgd
6662024-07-15T19:12:58.181ZJul 15 19:12:57.657 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6672024-07-15T19:12:58.181ZJul 15 19:12:57.658 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6682024-07-15T19:13:06.855ZJul 15 19:13:06.331 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6692024-07-15T19:13:07.210ZJul 15 19:13:06.686 INFO Checking that binary works, target: Cockroach
6702024-07-15T19:13:07.360ZJul 15 19:13:06.836 INFO Download complete, target: Cockroach
6712024-07-15T19:13:10.115ZJul 15 19:13:09.590 INFO Checking that binary works, target: Clickhouse
6722024-07-15T19:13:10.237ZJul 15 19:13:09.713 INFO Download complete, target: Clickhouse
6732024-07-15T19:13:10.245ZAll prerequisites installed successfully
6742024-07-15T19:13:10.248Z
6752024-07-15T19:13:10.248Zreal 2:20.692583472
6762024-07-15T19:13:10.248Zuser 5:52.990907881
6772024-07-15T19:13:10.248Zsys 1:19.659397899
6782024-07-15T19:13:10.248Ztrap 0.210612068
6792024-07-15T19:13:10.248Ztflt 0.234027849
6802024-07-15T19:13:10.248Zdflt 0.752640044
6812024-07-15T19:13:10.248Zkflt 0.026941179
6822024-07-15T19:13:10.248Zlock 12:47.198918786
6832024-07-15T19:13:10.248Zslp 16:14.651172070
6842024-07-15T19:13:10.248Zlat 22.084904790
6852024-07-15T19:13:10.248Zstop 1:08.822245635
6862024-07-15T19:13:10.248Z+ ptime -m cargo xtask download softnpu
6872024-07-15T19:13:10.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
6882024-07-15T19:13:10.835Z Running `target/debug/xtask download softnpu`
6892024-07-15T19:13:10.858ZJul 15 19:13:10.333 INFO Starting download, target: Softnpu
6902024-07-15T19:13:10.861ZJul 15 19:13:10.334 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
6912024-07-15T19:13:11.785ZJul 15 19:13:11.260 INFO Download complete, target: Softnpu
6922024-07-15T19:13:11.789Z
6932024-07-15T19:13:11.792Zreal 1.537365959
6942024-07-15T19:13:11.792Zuser 0.640524082
6952024-07-15T19:13:11.792Zsys 0.296996697
6962024-07-15T19:13:11.792Ztrap 0.000809645
6972024-07-15T19:13:11.792Ztflt 0.000203080
6982024-07-15T19:13:11.792Zdflt 0.000064961
6992024-07-15T19:13:11.792Zkflt 0.000000000
7002024-07-15T19:13:11.792Zlock 9.730523921
7012024-07-15T19:13:11.792Zslp 0.822170954
7022024-07-15T19:13:11.792Zlat 0.069043113
7032024-07-15T19:13:11.792Zstop 0.000267006
7042024-07-15T19:13:11.792Z+ export CARGO_INCREMENTAL=0
7052024-07-15T19:13:11.792Z+ CARGO_INCREMENTAL=0
7062024-07-15T19:13:11.792Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7072024-07-15T19:13:12.351Z Downloading crates ...
7082024-07-15T19:13:12.500Z Downloaded ascii-canvas v3.0.0
7092024-07-15T19:13:12.504Z Downloaded async-stream v0.3.5
7102024-07-15T19:13:12.507Z Downloaded async-recursion v1.1.1
7112024-07-15T19:13:12.511Z Downloaded arrayref v0.3.7
7122024-07-15T19:13:12.513Z Downloaded arrayvec v0.7.4
7132024-07-15T19:13:12.516Z Downloaded assert_matches v1.5.0
7142024-07-15T19:13:12.519Z Downloaded memoffset v0.9.1
7152024-07-15T19:13:12.519Z Downloaded ciborium-io v0.2.2
7162024-07-15T19:13:12.522Z Downloaded derive_more v0.99.18
7172024-07-15T19:13:12.526Z Downloaded addr2line v0.21.0
7182024-07-15T19:13:12.529Z Downloaded new_debug_unreachable v1.0.6
7192024-07-15T19:13:12.532Z Downloaded crunchy v0.2.2
7202024-07-15T19:13:12.532Z Downloaded bitstruct v0.1.1
7212024-07-15T19:13:12.534Z Downloaded oso-derive v0.27.3
7222024-07-15T19:13:12.534Z Downloaded pretty-hex v0.2.1
7232024-07-15T19:13:12.538Z Downloaded number_prefix v0.4.0
7242024-07-15T19:13:12.538Z Downloaded derive_builder_macro v0.20.0
7252024-07-15T19:13:12.541Z Downloaded atomicwrites v0.4.3
7262024-07-15T19:13:12.541Z Downloaded phf_shared v0.10.0
7272024-07-15T19:13:12.541Z Downloaded precomputed-hash v0.1.1
7282024-07-15T19:13:12.544Z Downloaded path-slash v0.1.5
7292024-07-15T19:13:12.544Z Downloaded portpicker v0.1.1
7302024-07-15T19:13:12.544Z Downloaded aead v0.5.2
7312024-07-15T19:13:12.547Z Downloaded newline-converter v0.3.0
7322024-07-15T19:13:12.547Z Downloaded ahash v0.8.11
7332024-07-15T19:13:12.550Z Downloaded multimap v0.10.0
7342024-07-15T19:13:12.553Z Downloaded normalize-line-endings v0.3.0
7352024-07-15T19:13:12.555Z Downloaded darling_macro v0.20.9
7362024-07-15T19:13:12.558Z Downloaded parse-size v1.0.0
7372024-07-15T19:13:12.558Z Downloaded cfg_aliases v0.1.1
7382024-07-15T19:13:12.558Z Downloaded bitstruct_derive v0.1.0
7392024-07-15T19:13:12.561Z Downloaded atty v0.2.14
7402024-07-15T19:13:12.561Z Downloaded num_enum_derive v0.5.11
7412024-07-15T19:13:12.561Z Downloaded mockall v0.12.1
7422024-07-15T19:13:12.564Z Downloaded block-padding v0.3.3
7432024-07-15T19:13:12.567Z Downloaded bit-vec v0.6.3
7442024-07-15T19:13:12.567Z Downloaded packed_struct v0.10.1
7452024-07-15T19:13:12.570Z Downloaded convert_case v0.4.0
7462024-07-15T19:13:12.570Z Downloaded nibble_vec v0.1.0
7472024-07-15T19:13:12.572Z Downloaded const_format_proc_macros v0.2.32
7482024-07-15T19:13:12.575Z Downloaded chacha20 v0.9.1
7492024-07-15T19:13:12.575Z Downloaded parse-display-derive v0.9.1
7502024-07-15T19:13:12.578Z Downloaded cobs v0.2.3
7512024-07-15T19:13:12.578Z Downloaded predicates-core v1.0.6
7522024-07-15T19:13:12.581Z Downloaded newtype-uuid v1.1.0
7532024-07-15T19:13:12.581Z Downloaded cstr-argument v0.1.2
7542024-07-15T19:13:12.581Z Downloaded radium v0.7.0
7552024-07-15T19:13:12.584Z Downloaded opaque-debug v0.3.1
7562024-07-15T19:13:12.584Z Downloaded async-stream-impl v0.3.5
7572024-07-15T19:13:12.586Z Downloaded newtype_derive v0.1.6
7582024-07-15T19:13:12.586Z Downloaded pem v3.0.4
7592024-07-15T19:13:12.589Z Downloaded cipher v0.4.4
7602024-07-15T19:13:12.589Z Downloaded cexpr v0.6.0
7612024-07-15T19:13:12.592Z Downloaded num-iter v0.1.45
7622024-07-15T19:13:12.592Z Downloaded olpc-cjson v0.1.3
7632024-07-15T19:13:12.595Z Downloaded rand_xorshift v0.3.0
7642024-07-15T19:13:12.595Z Downloaded r2d2 v0.8.10
7652024-07-15T19:13:12.598Z Downloaded curve25519-dalek-derive v0.1.1
7662024-07-15T19:13:12.598Z Downloaded base16ct v0.2.0
7672024-07-15T19:13:12.600Z Downloaded bitfield-struct v0.6.1
7682024-07-15T19:13:12.600Z Downloaded num_enum v0.5.11
7692024-07-15T19:13:12.604Z Downloaded ref-cast v1.0.23
7702024-07-15T19:13:12.607Z Downloaded num-derive v0.4.2
7712024-07-15T19:13:12.610Z Downloaded rand_chacha v0.3.1
7722024-07-15T19:13:12.612Z Downloaded crucible-workspace-hack v0.1.0
7732024-07-15T19:13:12.612Z Downloaded buf-list v1.0.3
7742024-07-15T19:13:12.615Z Downloaded castaway v0.2.2
7752024-07-15T19:13:12.615Z Downloaded peg-runtime v0.8.3
7762024-07-15T19:13:12.618Z Downloaded vte_generate_state_changes v0.1.1
7772024-07-15T19:13:12.618Z Downloaded nu-ansi-term v0.50.0
7782024-07-15T19:13:12.621Z Downloaded packed_struct_codegen v0.10.1
7792024-07-15T19:13:12.621Z Downloaded num-complex v0.4.6
7802024-07-15T19:13:12.625Z Downloaded bitflags v1.3.2
7812024-07-15T19:13:12.628Z Downloaded parking_lot_core v0.8.6
7822024-07-15T19:13:12.631Z Downloaded pkcs1 v0.7.5
7832024-07-15T19:13:12.631Z Downloaded peg-macros v0.8.3
7842024-07-15T19:13:12.634Z Downloaded difflib v0.4.0
7852024-07-15T19:13:12.636Z Downloaded crossbeam-deque v0.8.5
7862024-07-15T19:13:12.636Z Downloaded ppv-lite86 v0.2.17
7872024-07-15T19:13:12.639Z Downloaded password-hash v0.5.0
7882024-07-15T19:13:12.639Z Downloaded bit-set v0.5.3
7892024-07-15T19:13:12.642Z Downloaded psl-types v2.0.11
7902024-07-15T19:13:12.642Z Downloaded proc-macro-crate v1.3.1
7912024-07-15T19:13:12.644Z Downloaded cassowary v0.3.0
7922024-07-15T19:13:12.644Z Downloaded quick-error v1.2.3
7932024-07-15T19:13:12.647Z Downloaded async-trait v0.1.81
7942024-07-15T19:13:12.650Z Downloaded predicates-tree v1.0.9
7952024-07-15T19:13:12.652Z Downloaded peg v0.8.3
7962024-07-15T19:13:12.655Z Downloaded rand_core v0.6.4
7972024-07-15T19:13:12.658Z Downloaded constant_time_eq v0.3.0
7982024-07-15T19:13:12.658Z Downloaded postgres-types v0.2.6
7992024-07-15T19:13:12.661Z Downloaded defmt v0.3.8
8002024-07-15T19:13:12.664Z Downloaded sqlparser_derive v0.2.2
8012024-07-15T19:13:12.666Z Downloaded csv-core v0.1.11
8022024-07-15T19:13:12.666Z Downloaded camino-tempfile v1.1.1
8032024-07-15T19:13:12.669Z Downloaded bzip2 v0.4.4
8042024-07-15T19:13:12.672Z Downloaded rand_seeder v0.2.3
8052024-07-15T19:13:12.672Z Downloaded paste v1.0.15
8062024-07-15T19:13:12.675Z Downloaded parse-display v0.9.1
8072024-07-15T19:13:12.677Z Downloaded ref-cast-impl v1.0.23
8082024-07-15T19:13:12.677Z Downloaded omicron-zone-package v0.11.0
8092024-07-15T19:13:12.680Z Downloaded ciborium v0.2.2
8102024-07-15T19:13:12.683Z Downloaded arc-swap v1.7.1
8112024-07-15T19:13:12.686Z Downloaded matches v0.1.10
8122024-07-15T19:13:12.689Z Downloaded funty v2.0.0
8132024-07-15T19:13:12.689Z Downloaded fragile v2.0.0
8142024-07-15T19:13:12.692Z Downloaded hash32 v0.2.1
8152024-07-15T19:13:12.696Z Downloaded tls_codec_derive v0.4.1
8162024-07-15T19:13:12.696Z Downloaded pkcs8 v0.10.2
8172024-07-15T19:13:12.698Z Downloaded pem-rfc7468 v0.7.0
8182024-07-15T19:13:12.701Z Downloaded maplit v1.0.2
8192024-07-15T19:13:12.701Z Downloaded utf-8 v0.7.6
8202024-07-15T19:13:12.701Z Downloaded bcs v0.1.6
8212024-07-15T19:13:12.704Z Downloaded predicates v3.1.0
8222024-07-15T19:13:12.707Z Downloaded keccak v0.1.5
8232024-07-15T19:13:12.707Z Downloaded num-traits v0.2.19
8242024-07-15T19:13:12.710Z Downloaded base64ct v1.6.0
8252024-07-15T19:13:12.712Z Downloaded serde_path_to_error v0.1.16
8262024-07-15T19:13:12.715Z Downloaded crossbeam-epoch v0.9.18
8272024-07-15T19:13:12.718Z Downloaded cookie v0.18.1
8282024-07-15T19:13:12.720Z Downloaded serde-big-array v0.5.1
8292024-07-15T19:13:12.723Z Downloaded subtle v2.5.0
8302024-07-15T19:13:12.723Z Downloaded phf v0.11.2
8312024-07-15T19:13:12.726Z Downloaded signal-hook-mio v0.2.3
8322024-07-15T19:13:12.726Z Downloaded shlex v1.3.0
8332024-07-15T19:13:12.729Z Downloaded termios v0.3.3
8342024-07-15T19:13:12.729Z Downloaded either v1.12.0
8352024-07-15T19:13:12.732Z Downloaded hostname v0.4.0
8362024-07-15T19:13:12.734Z Downloaded heck v0.3.3
8372024-07-15T19:13:12.734Z Downloaded derive_builder v0.20.0
8382024-07-15T19:13:12.738Z Downloaded postcard v1.0.8
8392024-07-15T19:13:12.742Z Downloaded prettyplease v0.2.20
8402024-07-15T19:13:12.745Z Downloaded instant v0.1.12
8412024-07-15T19:13:12.747Z Downloaded cookie v0.17.0
8422024-07-15T19:13:12.751Z Downloaded console v0.15.8
8432024-07-15T19:13:12.753Z Downloaded hyper-rustls v0.24.2
8442024-07-15T19:13:12.756Z Downloaded signal-hook-tokio v0.3.1
8452024-07-15T19:13:12.756Z Downloaded uzers v0.11.3
8462024-07-15T19:13:12.759Z Downloaded ff v0.13.0
8472024-07-15T19:13:12.759Z Downloaded hubpack_derive v0.1.1
8482024-07-15T19:13:12.761Z Downloaded fastrand v2.1.0
8492024-07-15T19:13:12.761Z Downloaded blake2 v0.10.6
8502024-07-15T19:13:12.764Z Downloaded scheduled-thread-pool v0.2.7
8512024-07-15T19:13:12.767Z Downloaded same-file v1.0.6
8522024-07-15T19:13:12.767Z Downloaded crc-any v2.5.0
8532024-07-15T19:13:12.770Z Downloaded derive-where v1.2.7
8542024-07-15T19:13:12.772Z Downloaded spki v0.7.3
8552024-07-15T19:13:12.775Z Downloaded rustls-pemfile v2.1.2
8562024-07-15T19:13:12.778Z Downloaded shell-words v1.1.0
8572024-07-15T19:13:12.778Z Downloaded pin-project v1.1.5
8582024-07-15T19:13:12.788Z Downloaded cancel-safe-futures v0.1.5
8592024-07-15T19:13:12.791Z Downloaded signature v2.2.0
8602024-07-15T19:13:12.795Z Downloaded tokio-rustls v0.25.0
8612024-07-15T19:13:12.799Z Downloaded sqlformat v0.2.4
8622024-07-15T19:13:12.799Z Downloaded signature v1.6.4
8632024-07-15T19:13:12.802Z Downloaded minimal-lexical v0.2.1
8642024-07-15T19:13:12.805Z Downloaded clang-sys v1.7.0
8652024-07-15T19:13:12.808Z Downloaded tokio-stream v0.1.15
8662024-07-15T19:13:12.810Z Downloaded string_cache v0.8.7
8672024-07-15T19:13:12.813Z Downloaded foreign-types-shared v0.3.1
8682024-07-15T19:13:12.813Z Downloaded downcast v0.11.0
8692024-07-15T19:13:12.816Z Downloaded rpassword v7.3.1
8702024-07-15T19:13:12.816Z Downloaded serde-big-array v0.4.1
8712024-07-15T19:13:12.818Z Downloaded display-error-chain v0.2.0
8722024-07-15T19:13:12.819Z Downloaded vsss-rs v3.3.4
8732024-07-15T19:13:12.821Z Downloaded zeroize_derive v1.4.2
8742024-07-15T19:13:12.824Z Downloaded group v0.13.0
8752024-07-15T19:13:12.824Z Downloaded ipnetwork v0.20.0
8762024-07-15T19:13:12.827Z Downloaded hash32 v0.3.1
8772024-07-15T19:13:12.827Z Downloaded sha1 v0.10.6
8782024-07-15T19:13:12.830Z Downloaded unicode-xid v0.2.4
8792024-07-15T19:13:12.832Z Downloaded foreign-types v0.5.0
8802024-07-15T19:13:12.832Z Downloaded rcgen v0.12.1
8812024-07-15T19:13:12.835Z Downloaded rand v0.8.5
8822024-07-15T19:13:12.846Z Downloaded rayon-core v1.12.1
8832024-07-15T19:13:12.851Z Downloaded http-range v0.1.5
8842024-07-15T19:13:12.854Z Downloaded rustls-pki-types v1.7.0
8852024-07-15T19:13:12.854Z Downloaded signal-hook v0.3.17
8862024-07-15T19:13:12.857Z Downloaded structmeta-derive v0.3.0
8872024-07-15T19:13:12.860Z Downloaded base64 v0.13.1
8882024-07-15T19:13:12.862Z Downloaded chacha20poly1305 v0.10.1
8892024-07-15T19:13:12.865Z Downloaded structmeta v0.3.0
8902024-07-15T19:13:12.865Z Downloaded elliptic-curve v0.13.8
8912024-07-15T19:13:12.868Z Downloaded oso v0.27.3
8922024-07-15T19:13:12.871Z Downloaded structmeta-derive v0.2.0
8932024-07-15T19:13:12.874Z Downloaded which v4.4.2
8942024-07-15T19:13:12.874Z Downloaded tempfile v3.10.1
8952024-07-15T19:13:12.877Z Downloaded structmeta v0.2.0
8962024-07-15T19:13:12.879Z Downloaded semver v0.1.20
8972024-07-15T19:13:12.880Z Downloaded sec1 v0.7.3
8982024-07-15T19:13:12.882Z Downloaded globset v0.4.14
8992024-07-15T19:13:12.885Z Downloaded impl-trait-for-tuples v0.2.2
9002024-07-15T19:13:12.887Z Downloaded der v0.7.9
9012024-07-15T19:13:12.890Z Downloaded strip-ansi-escapes v0.2.0
9022024-07-15T19:13:12.893Z Downloaded foreign-types-macros v0.2.3
9032024-07-15T19:13:12.893Z Downloaded unicode-truncate v1.0.0
9042024-07-15T19:13:12.896Z Downloaded unicode-linebreak v0.1.5
9052024-07-15T19:13:12.896Z Downloaded sct v0.7.1
9062024-07-15T19:13:12.900Z Downloaded env_logger v0.10.2
9072024-07-15T19:13:12.903Z Downloaded rustc_version v0.4.0
9082024-07-15T19:13:12.903Z Downloaded strum_macros v0.24.3
9092024-07-15T19:13:12.906Z Downloaded static_assertions v1.1.0
9102024-07-15T19:13:12.906Z Downloaded lazycell v1.3.0
9112024-07-15T19:13:12.909Z Downloaded humantime v2.1.0
9122024-07-15T19:13:12.909Z Downloaded enum-as-inner v0.5.1
9132024-07-15T19:13:12.911Z Downloaded unicode_categories v0.1.1
9142024-07-15T19:13:12.914Z Downloaded untrusted v0.7.1
9152024-07-15T19:13:12.914Z Downloaded slog-dtrace v0.3.0
9162024-07-15T19:13:12.917Z Downloaded universal-hash v0.5.1
9172024-07-15T19:13:12.917Z Downloaded schemars_derive v0.8.21
9182024-07-15T19:13:12.920Z Downloaded endian-type v0.1.2
9192024-07-15T19:13:12.920Z Downloaded toolchain_find v0.4.0
9202024-07-15T19:13:12.920Z Downloaded stability v0.2.0
9212024-07-15T19:13:12.922Z Downloaded headers-core v0.2.0
9222024-07-15T19:13:12.922Z Downloaded stringprep v0.1.4
9232024-07-15T19:13:12.923Z Downloaded waitgroup v0.1.2
9242024-07-15T19:13:12.925Z Downloaded lazy_static v1.5.0
9252024-07-15T19:13:12.925Z Downloaded half v2.4.1
9262024-07-15T19:13:12.928Z Downloaded socket2 v0.4.10
9272024-07-15T19:13:12.931Z Downloaded tungstenite v0.21.0
9282024-07-15T19:13:12.934Z Downloaded secrecy v0.8.0
9292024-07-15T19:13:12.934Z Downloaded num-bigint v0.4.5
9302024-07-15T19:13:12.939Z Downloaded rustc-hash v1.1.0
9312024-07-15T19:13:12.941Z Downloaded strum_macros v0.25.3
9322024-07-15T19:13:12.944Z Downloaded rustfmt-wrapper v0.2.1
9332024-07-15T19:13:12.944Z Downloaded hyper-staticfile v0.9.5
9342024-07-15T19:13:12.947Z Downloaded erased-serde v0.3.31
9352024-07-15T19:13:12.947Z Downloaded smf v0.2.3
9362024-07-15T19:13:12.950Z Downloaded serde_with_macros v3.8.3
9372024-07-15T19:13:12.953Z Downloaded uuid v1.9.1
9382024-07-15T19:13:12.955Z Downloaded fatfs v0.3.6
9392024-07-15T19:13:12.958Z Downloaded termtree v0.4.1
9402024-07-15T19:13:12.958Z Downloaded rtoolbox v0.0.2
9412024-07-15T19:13:12.961Z Downloaded resolv-conf v0.7.0
9422024-07-15T19:13:12.961Z Downloaded dyn-clone v1.0.17
9432024-07-15T19:13:12.964Z Downloaded fxhash v0.2.1
9442024-07-15T19:13:12.964Z Downloaded walkdir v2.5.0
9452024-07-15T19:13:12.966Z Downloaded rustc_version v0.1.7
9462024-07-15T19:13:12.967Z Downloaded hmac v0.12.1
9472024-07-15T19:13:12.969Z Downloaded ron v0.7.1
9482024-07-15T19:13:12.972Z Downloaded libsw v3.3.1
9492024-07-15T19:13:12.974Z Downloaded managed v0.8.0
9502024-07-15T19:13:12.974Z Downloaded lru-cache v0.1.2
9512024-07-15T19:13:12.977Z Downloaded highway v1.1.0
9522024-07-15T19:13:12.977Z Downloaded glob v0.3.1
9532024-07-15T19:13:12.980Z Downloaded lru v0.12.3
9542024-07-15T19:13:12.980Z Downloaded supports-color v3.0.0
9552024-07-15T19:13:12.983Z Downloaded publicsuffix v2.2.3
9562024-07-15T19:13:12.985Z Downloaded untrusted v0.9.0
9572024-07-15T19:13:12.985Z Downloaded sigpipe v0.1.3
9582024-07-15T19:13:12.988Z Downloaded zone_cfg_derive v0.1.2
9592024-07-15T19:13:12.988Z Downloaded tui-tree-widget v0.21.0
9602024-07-15T19:13:12.988Z Downloaded tokio-tungstenite v0.21.0
9612024-07-15T19:13:12.991Z Downloaded tracing-attributes v0.1.27
9622024-07-15T19:13:12.994Z Downloaded indicatif v0.17.8
9632024-07-15T19:13:12.996Z Downloaded thiserror-impl-no-std v2.0.2
9642024-07-15T19:13:12.999Z Downloaded rustc-demangle v0.1.24
9652024-07-15T19:13:12.999Z Downloaded indexmap v1.9.3
9662024-07-15T19:13:13.002Z Downloaded schemars v0.8.21
9672024-07-15T19:13:13.014Z Downloaded snafu v0.8.2
9682024-07-15T19:13:13.019Z Downloaded spin v0.5.2
9692024-07-15T19:13:13.022Z Downloaded siphasher v0.3.11
9702024-07-15T19:13:13.022Z Downloaded serde_plain v1.0.2
9712024-07-15T19:13:13.025Z Downloaded getopts v0.2.21
9722024-07-15T19:13:13.025Z Downloaded tiny-keccak v2.0.2
9732024-07-15T19:13:13.028Z Downloaded yasna v0.5.2
9742024-07-15T19:13:13.030Z Downloaded snafu-derive v0.8.2
9752024-07-15T19:13:13.030Z Downloaded backtrace v0.3.71
9762024-07-15T19:13:13.035Z Downloaded ident_case v1.0.1
9772024-07-15T19:13:13.038Z Downloaded serde_repr v0.1.19
9782024-07-15T19:13:13.038Z Downloaded hex v0.4.3
9792024-07-15T19:13:13.040Z Downloaded test-strategy v0.3.1
9802024-07-15T19:13:13.043Z Downloaded unsafe-libyaml v0.2.11
9812024-07-15T19:13:13.046Z Downloaded tls_codec v0.4.1
9822024-07-15T19:13:13.049Z Downloaded http v1.1.0
9832024-07-15T19:13:13.052Z Downloaded tokio-postgres v0.7.10
9842024-07-15T19:13:13.055Z Downloaded toml v0.5.11
9852024-07-15T19:13:13.058Z Downloaded thiserror-no-std v2.0.2
9862024-07-15T19:13:13.062Z Downloaded serde_derive_internals v0.29.1
9872024-07-15T19:13:13.064Z Downloaded toml_edit v0.19.15
9882024-07-15T19:13:13.079Z Downloaded unicode-segmentation v1.11.0
9892024-07-15T19:13:13.082Z Downloaded slog-scope v4.4.0
9902024-07-15T19:13:13.085Z Downloaded indent_write v2.2.0
9912024-07-15T19:13:13.085Z Downloaded tokio-rustls v0.24.1
9922024-07-15T19:13:13.088Z Downloaded spin v0.9.8
9932024-07-15T19:13:13.091Z Downloaded toml v0.7.8
9942024-07-15T19:13:13.094Z Downloaded steno v0.4.1
9952024-07-15T19:13:13.098Z Downloaded vte v0.11.1
9962024-07-15T19:13:13.100Z Downloaded ron v0.8.1
9972024-07-15T19:13:13.103Z Downloaded iana-time-zone v0.1.60
9982024-07-15T19:13:13.106Z Downloaded smawk v0.3.2
9992024-07-15T19:13:13.109Z Downloaded similar v2.5.0
10002024-07-15T19:13:13.112Z Downloaded smallvec v0.6.14
10012024-07-15T19:13:13.115Z Downloaded tokio-tungstenite v0.20.1
10022024-07-15T19:13:13.118Z Downloaded diff v0.1.13
10032024-07-15T19:13:13.121Z Downloaded flume v0.11.0
10042024-07-15T19:13:13.123Z Downloaded trust-dns-client v0.22.0
10052024-07-15T19:13:13.127Z Downloaded headers v0.3.9
10062024-07-15T19:13:13.132Z Downloaded getrandom v0.2.14
10072024-07-15T19:13:13.135Z Downloaded expectorate v1.1.0
10082024-07-15T19:13:13.137Z Downloaded quick-xml v0.31.0
10092024-07-15T19:13:13.143Z Downloaded crossterm v0.27.0
10102024-07-15T19:13:13.149Z Downloaded subprocess v0.2.9
10112024-07-15T19:13:13.152Z Downloaded heapless v0.8.0
10122024-07-15T19:13:13.155Z Downloaded trust-dns-server v0.22.1
10132024-07-15T19:13:13.160Z Downloaded tungstenite v0.20.1
10142024-07-15T19:13:13.163Z Downloaded rsa v0.9.6
10152024-07-15T19:13:13.168Z Downloaded heapless v0.7.17
10162024-07-15T19:13:13.172Z Downloaded hashbrown v0.13.2
10172024-07-15T19:13:13.180Z Downloaded diesel_derives v2.1.4
10182024-07-15T19:13:13.184Z Downloaded itertools v0.10.5
10192024-07-15T19:13:13.187Z Downloaded trust-dns-resolver v0.22.0
10202024-07-15T19:13:13.190Z Downloaded reedline v0.31.0
10212024-07-15T19:13:13.197Z Downloaded portable-atomic v1.6.0
10222024-07-15T19:13:13.203Z Downloaded tough v0.17.1
10232024-07-15T19:13:13.211Z Downloaded itertools v0.12.1
10242024-07-15T19:13:13.217Z Downloaded zip v0.6.6
10252024-07-15T19:13:13.221Z Downloaded hashbrown v0.12.3
10262024-07-15T19:13:13.225Z Downloaded blake3 v1.5.1
10272024-07-15T19:13:13.232Z Downloaded rayon v1.10.0
10282024-07-15T19:13:13.242Z Downloaded salty v0.2.0
10292024-07-15T19:13:13.247Z Downloaded libxml v0.3.3
10302024-07-15T19:13:13.253Z Downloaded winnow v0.5.40
10312024-07-15T19:13:13.261Z Downloaded sqlparser v0.45.0
10322024-07-15T19:13:13.267Z Downloaded libm v0.2.8
10332024-07-15T19:13:13.274Z Downloaded hkdf v0.12.4
10342024-07-15T19:13:13.278Z Downloaded itertools v0.13.0
10352024-07-15T19:13:13.283Z Downloaded regex-automata v0.1.10
10362024-07-15T19:13:13.288Z Downloaded aho-corasick v1.1.3
10372024-07-15T19:13:13.294Z Downloaded bindgen v0.69.4
10382024-07-15T19:13:13.301Z Downloaded rustls-webpki v0.102.4
10392024-07-15T19:13:13.319Z Downloaded rustyline v14.0.0
10402024-07-15T19:13:13.323Z Downloaded object v0.30.4
10412024-07-15T19:13:13.332Z Downloaded bitvec v1.0.1
10422024-07-15T19:13:13.347Z Downloaded serde_with v3.8.3
10432024-07-15T19:13:13.354Z Downloaded rustls-webpki v0.101.7
10442024-07-15T19:13:13.367Z Downloaded radix_trie v0.2.1
10452024-07-15T19:13:13.373Z Downloaded nix v0.28.0
10462024-07-15T19:13:13.383Z Downloaded nix v0.27.1
10472024-07-15T19:13:13.394Z Downloaded idna v0.3.0
10482024-07-15T19:13:13.400Z Downloaded regex v1.10.5
10492024-07-15T19:13:13.412Z Downloaded lalrpop v0.19.12
10502024-07-15T19:13:13.422Z Downloaded smoltcp v0.9.1
10512024-07-15T19:13:13.433Z Downloaded idna v0.2.3
10522024-07-15T19:13:13.439Z Downloaded webpki-roots v0.25.4
10532024-07-15T19:13:13.443Z Downloaded gimli v0.28.1
10542024-07-15T19:13:13.450Z Downloaded regress v0.9.1
10552024-07-15T19:13:13.458Z Downloaded regex-syntax v0.8.3
10562024-07-15T19:13:13.466Z Downloaded diesel v2.1.6
10572024-07-15T19:13:13.483Z Downloaded rustls v0.22.4
10582024-07-15T19:13:13.496Z Downloaded smoltcp v0.11.0
10592024-07-15T19:13:13.507Z Downloaded ratatui v0.27.0
10602024-07-15T19:13:13.525Z Downloaded bstr v1.9.1
10612024-07-15T19:13:13.534Z Downloaded sled v0.34.7
10622024-07-15T19:13:13.544Z Downloaded openapiv3 v2.0.0
10632024-07-15T19:13:13.555Z Downloaded bstr v0.2.17
10642024-07-15T19:13:13.563Z Downloaded finl_unicode v1.2.0
10652024-07-15T19:13:13.576Z Downloaded regex-automata v0.4.6
10662024-07-15T19:13:13.591Z Downloaded zerocopy-derive v0.6.6
10672024-07-15T19:13:13.600Z Downloaded bzip2-sys v0.1.11+1.0.8
10682024-07-15T19:13:13.611Z Downloaded petgraph v0.6.5
10692024-07-15T19:13:13.626Z Downloaded trust-dns-proto v0.22.0
10702024-07-15T19:13:13.637Z Downloaded rustls v0.21.12
10712024-07-15T19:13:13.647Z Downloaded regex-syntax v0.6.29
10722024-07-15T19:13:13.654Z Downloaded object v0.32.2
10732024-07-15T19:13:13.663Z Downloaded curve25519-dalek v4.1.3
10742024-07-15T19:13:13.671Z Downloaded csv v1.3.0
10752024-07-15T19:13:13.689Z Downloaded polar-core v0.27.3
10762024-07-15T19:13:13.697Z Downloaded sha3 v0.10.8
10772024-07-15T19:13:13.701Z Downloaded chrono v0.4.38
10782024-07-15T19:13:13.707Z Downloaded x509-cert v0.2.5
10792024-07-15T19:13:13.712Z Downloaded proptest v1.4.0
10802024-07-15T19:13:13.721Z Downloaded samael v0.0.15
10812024-07-15T19:13:13.725Z Downloaded typed-path v0.7.1
10822024-07-15T19:13:13.731Z Downloaded ena v0.14.3
10832024-07-15T19:13:13.734Z Downloaded zone v0.1.8
10842024-07-15T19:13:13.734Z Downloaded maybe-uninit v2.0.0
10852024-07-15T19:13:13.734Z Downloaded libloading v0.8.3
10862024-07-15T19:13:13.737Z Downloaded gethostname v0.4.3
10872024-07-15T19:13:13.737Z Downloaded kstat-rs v0.2.4
10882024-07-15T19:13:13.739Z Downloaded serde_yaml v0.9.34+deprecated
10892024-07-15T19:13:13.742Z Downloaded num-bigint-dig v0.8.4
10902024-07-15T19:13:13.745Z Downloaded nom v7.1.3
10912024-07-15T19:13:13.750Z Downloaded const_format v0.2.32
10922024-07-15T19:13:13.754Z Downloaded slog-envlogger v2.2.0
10932024-07-15T19:13:13.757Z Downloaded lalrpop-util v0.19.12
10942024-07-15T19:13:13.757Z Downloaded diesel_table_macro_syntax v0.1.0
10952024-07-15T19:13:13.757Z Downloaded topological-sort v0.2.2
10962024-07-15T19:13:13.760Z Downloaded stable_deref_trait v1.2.0
10972024-07-15T19:13:13.760Z Downloaded env_logger v0.9.3
10982024-07-15T19:13:13.763Z Downloaded zerocopy v0.6.6
10992024-07-15T19:13:13.763Z Downloaded crypto-bigint v0.5.5
11002024-07-15T19:13:13.768Z Downloaded base64 v0.22.1
11012024-07-15T19:13:13.771Z Downloaded slog-stdlog v4.1.1
11022024-07-15T19:13:13.774Z Downloaded serde_arrays v0.1.0
11032024-07-15T19:13:13.774Z Downloaded rusty-fork v0.3.0
11042024-07-15T19:13:13.776Z Downloaded md-5 v0.10.6
11052024-07-15T19:13:13.776Z Downloaded is_ci v1.2.0
11062024-07-15T19:13:13.779Z Downloaded hubpack v0.1.2
11072024-07-15T19:13:13.779Z Downloaded float-cmp v0.9.0
11082024-07-15T19:13:13.779Z Downloaded flagset v0.4.5
11092024-07-15T19:13:13.782Z Downloaded fixedbitset v0.4.2
11102024-07-15T19:13:13.782Z Downloaded wait-timeout v0.2.0
11112024-07-15T19:13:13.782Z Downloaded linear-map v1.2.0
11122024-07-15T19:13:13.785Z Downloaded textwrap v0.16.1
11132024-07-15T19:13:13.788Z Downloaded zeroize v1.7.0
11142024-07-15T19:13:13.788Z Downloaded unicase v2.7.0
11152024-07-15T19:13:13.788Z Downloaded unarray v0.1.4
11162024-07-15T19:13:13.791Z Downloaded tap v1.0.1
11172024-07-15T19:13:13.791Z Downloaded ed25519 v1.5.3
11182024-07-15T19:13:13.793Z Downloaded tabwriter v1.4.0
11192024-07-15T19:13:13.793Z Downloaded inout v0.1.3
11202024-07-15T19:13:13.793Z Downloaded home v0.5.9
11212024-07-15T19:13:13.796Z Downloaded fallible-iterator v0.2.0
11222024-07-15T19:13:13.796Z Downloaded indoc v1.0.9
11232024-07-15T19:13:13.799Z Downloaded derive_builder_core v0.20.0
11242024-07-15T19:13:13.799Z Downloaded darling_core v0.20.9
11252024-07-15T19:13:13.803Z Downloaded serde-hex v0.1.0
11262024-07-15T19:13:13.806Z Downloaded linked-hash-map v0.5.6
11272024-07-15T19:13:13.806Z Downloaded libefi-sys v0.1.0
11282024-07-15T19:13:13.808Z Downloaded compact_str v0.7.1
11292024-07-15T19:13:13.811Z Downloaded der_derive v0.7.2
11302024-07-15T19:13:13.811Z Downloaded defmt-parser v0.3.4
11312024-07-15T19:13:13.811Z Downloaded const-oid v0.9.6
11322024-07-15T19:13:13.814Z Downloaded fd-lock v4.0.2
11332024-07-15T19:13:13.817Z Downloaded cookie_store v0.20.0
11342024-07-15T19:13:13.817Z Downloaded whoami v1.5.1
11352024-07-15T19:13:13.819Z Downloaded termcolor v1.4.1
11362024-07-15T19:13:13.819Z Downloaded poly1305 v0.8.0
11372024-07-15T19:13:13.822Z Downloaded postgres-protocol v0.6.6
11382024-07-15T19:13:13.822Z Downloaded pin-project-internal v1.1.5
11392024-07-15T19:13:13.825Z Downloaded darling v0.20.9
11402024-07-15T19:13:13.828Z Downloaded bitfield v0.14.0
11412024-07-15T19:13:13.830Z Downloaded float-ord v0.3.2
11422024-07-15T19:13:13.831Z Downloaded embedded-io v0.4.0
11432024-07-15T19:13:13.831Z Downloaded wyz v0.5.1
11442024-07-15T19:13:13.834Z Downloaded phf_shared v0.11.2
11452024-07-15T19:13:13.834Z Downloaded crc v3.2.1
11462024-07-15T19:13:13.837Z Downloaded data-encoding v2.6.0
11472024-07-15T19:13:13.837Z Downloaded parking_lot v0.11.2
11482024-07-15T19:13:13.837Z Downloaded owo-colors v4.0.0
11492024-07-15T19:13:13.840Z Downloaded colored v2.1.0
11502024-07-15T19:13:13.843Z Downloaded ciborium-ll v0.2.2
11512024-07-15T19:13:13.843Z Downloaded mockall_derive v0.12.1
11522024-07-15T19:13:13.846Z Downloaded bb8 v0.8.5
11532024-07-15T19:13:13.846Z Downloaded allocator-api2 v0.2.18
11542024-07-15T19:13:13.848Z Downloaded backoff v0.4.0
11552024-07-15T19:13:13.851Z Downloaded memmap2 v0.9.4
11562024-07-15T19:13:13.851Z Downloaded mime_guess v2.0.4
11572024-07-15T19:13:13.854Z Downloaded num-rational v0.4.2
11582024-07-15T19:13:13.854Z Downloaded multer v3.1.0
11592024-07-15T19:13:13.856Z Downloaded atomic-waker v1.1.2
11602024-07-15T19:13:13.856Z Downloaded num v0.4.3
11612024-07-15T19:13:13.859Z Downloaded nodrop v0.1.14
11622024-07-15T19:13:13.859Z Downloaded nanorand v0.7.0
11632024-07-15T19:13:13.862Z Downloaded defmt-macros v0.3.9
11642024-07-15T19:13:13.864Z Downloaded debug-ignore v1.0.5
11652024-07-15T19:13:13.864Z Downloaded ascii v1.1.0
11662024-07-15T19:13:13.867Z Downloaded argon2 v0.5.3
11672024-07-15T19:13:13.867Z Downloaded crc-catalog v2.4.0
11682024-07-15T19:13:13.870Z Downloaded corncobs v0.1.3
11692024-07-15T19:13:13.870Z Downloaded num-integer v0.1.46
11702024-07-15T19:13:13.873Z Downloaded array-init v0.0.4
11712024-07-15T19:13:14.203Z Downloaded ring v0.17.8
11722024-07-15T19:13:14.318Z Downloaded ring v0.16.20
11732024-07-15T19:13:14.525Z Compiling proc-macro2 v1.0.86
11742024-07-15T19:13:14.525Z Compiling unicode-ident v1.0.12
11752024-07-15T19:13:14.525Z Compiling libc v0.2.155
11762024-07-15T19:13:14.528Z Compiling serde v1.0.204
11772024-07-15T19:13:14.528Z Compiling autocfg v1.3.0
11782024-07-15T19:13:14.528Z Compiling version_check v0.9.4
11792024-07-15T19:13:14.528Z Compiling cfg-if v1.0.0
11802024-07-15T19:13:14.767Z Compiling cc v1.0.97
11812024-07-15T19:13:14.791Z Compiling parking_lot_core v0.9.10
11822024-07-15T19:13:14.815Z Compiling once_cell v1.19.0
11832024-07-15T19:13:15.217Z Compiling serde_json v1.0.120
11842024-07-15T19:13:15.302Z Compiling libm v0.2.8
11852024-07-15T19:13:15.327Z Compiling ahash v0.8.11
11862024-07-15T19:13:15.521Z Compiling byteorder v1.5.0
11872024-07-15T19:13:15.544Z Compiling lock_api v0.4.12
11882024-07-15T19:13:15.635Z Compiling num-traits v0.2.19
11892024-07-15T19:13:15.651Z Compiling memchr v2.7.2
11902024-07-15T19:13:15.912Z Compiling scopeguard v1.2.0
11912024-07-15T19:13:15.955Z Compiling thiserror v1.0.60
11922024-07-15T19:13:15.999Z Compiling typenum v1.17.0
11932024-07-15T19:13:16.446Z Compiling quote v1.0.36
11942024-07-15T19:13:16.640Z Compiling log v0.4.21
11952024-07-15T19:13:16.964Z Compiling syn v2.0.68
11962024-07-15T19:13:16.985Z Compiling getrandom v0.2.14
11972024-07-15T19:13:17.057Z Compiling itoa v1.0.11
11982024-07-15T19:13:17.208Z Compiling generic-array v0.14.7
11992024-07-15T19:13:17.623Z Compiling allocator-api2 v0.2.18
12002024-07-15T19:13:17.765Z Compiling slab v0.4.9
12012024-07-15T19:13:17.802Z Compiling ryu v1.0.18
12022024-07-15T19:13:17.837Z Compiling ring v0.17.8
12032024-07-15T19:13:18.060Z Compiling pin-project-lite v0.2.14
12042024-07-15T19:13:18.076Z Compiling smallvec v1.13.2
12052024-07-15T19:13:18.093Z Compiling semver v1.0.23
12062024-07-15T19:13:18.185Z Compiling schemars v0.8.21
12072024-07-15T19:13:18.567Z Compiling equivalent v1.0.1
12082024-07-15T19:13:18.597Z Compiling spin v0.9.8
12092024-07-15T19:13:18.759Z Compiling pkg-config v0.3.30
12102024-07-15T19:13:18.779Z Compiling vcpkg v0.2.15
12112024-07-15T19:13:18.889Z Compiling parking_lot v0.12.2
12122024-07-15T19:13:19.390Z Compiling signal-hook-registry v1.4.2
12132024-07-15T19:13:20.254Z Compiling syn v1.0.109
12142024-07-15T19:13:20.541Z Compiling openssl-sys v0.9.102
12152024-07-15T19:13:20.846Z Compiling mio v0.8.11
12162024-07-15T19:13:21.288Z Compiling rand_core v0.6.4
12172024-07-15T19:13:21.465Z Compiling socket2 v0.5.7
12182024-07-15T19:13:21.684Z Compiling num_cpus v1.16.0
12192024-07-15T19:13:21.819Z Compiling num-conv v0.1.0
12202024-07-15T19:13:22.018Z Compiling time-core v0.1.2
12212024-07-15T19:13:22.193Z Compiling time-macros v0.2.18
12222024-07-15T19:13:22.556Z Compiling httparse v1.8.0
12232024-07-15T19:13:22.733Z Compiling heck v0.5.0
12242024-07-15T19:13:23.172Z Compiling futures-core v0.3.30
12252024-07-15T19:13:23.422Z Compiling fnv v1.0.7
12262024-07-15T19:13:23.438Z Compiling openssl v0.10.64
12272024-07-15T19:13:23.854Z Compiling iana-time-zone v0.1.60
12282024-07-15T19:13:23.972Z Compiling rustix v0.38.34
12292024-07-15T19:13:24.204Z Compiling serde_derive_internals v0.29.1
12302024-07-15T19:13:24.254Z Compiling crossbeam-utils v0.8.19
12312024-07-15T19:13:24.784Z Compiling native-tls v0.2.11
12322024-07-15T19:13:24.828Z Compiling tinyvec_macros v0.1.1
12332024-07-15T19:13:24.985Z Compiling rustls v0.21.12
12342024-07-15T19:13:25.110Z Compiling tinyvec v1.6.0
12352024-07-15T19:13:25.376Z Compiling subtle v2.5.0
12362024-07-15T19:13:25.873Z Compiling const-oid v0.9.6
12372024-07-15T19:13:26.090Z Compiling futures-sink v0.3.30
12382024-07-15T19:13:26.117Z Compiling ucd-trie v0.1.6
12392024-07-15T19:13:26.563Z Compiling unicode-normalization v0.1.23
12402024-07-15T19:13:26.662Z Compiling backtrace v0.3.71
12412024-07-15T19:13:26.778Z Compiling cookie v0.17.0
12422024-07-15T19:13:27.070Z Compiling unicode-bidi v0.3.15
12432024-07-15T19:13:27.346Z Compiling slog v2.7.0
12442024-07-15T19:13:27.731Z Compiling dyn-clone v1.0.17
12452024-07-15T19:13:27.803Z Compiling futures-channel v0.3.30
12462024-07-15T19:13:28.113Z Compiling futures-task v0.3.30
12472024-07-15T19:13:28.247Z Compiling pin-utils v0.1.0
12482024-07-15T19:13:28.313Z Compiling futures-io v0.3.30
12492024-07-15T19:13:28.652Z Compiling aho-corasick v1.1.3
12502024-07-15T19:13:28.710Z Compiling anyhow v1.0.86
12512024-07-15T19:13:29.004Z Compiling regex-syntax v0.8.3
12522024-07-15T19:13:29.250Z Compiling winnow v0.5.40
12532024-07-15T19:13:29.549Z Compiling untrusted v0.9.0
12542024-07-15T19:13:30.106Z Compiling serde_derive v1.0.204
12552024-07-15T19:13:31.083Z Compiling zerocopy-derive v0.7.34
12562024-07-15T19:13:31.939Z Compiling zeroize_derive v1.4.2
12572024-07-15T19:13:33.065Z Compiling thiserror-impl v1.0.60
12582024-07-15T19:13:33.130Z Compiling zerocopy v0.7.34
12592024-07-15T19:13:33.150Z Compiling tokio-macros v2.3.0
12602024-07-15T19:13:33.373Z Compiling futures-macro v0.3.30
12612024-07-15T19:13:33.855Z Compiling schemars_derive v0.8.21
12622024-07-15T19:13:34.814Z Compiling tracing-attributes v0.1.27
12632024-07-15T19:13:35.328Z Compiling hashbrown v0.14.5
12642024-07-15T19:13:35.347Z Compiling zeroize v1.7.0
12652024-07-15T19:13:35.833Z Compiling openssl-macros v0.1.1
12662024-07-15T19:13:36.583Z Compiling scroll_derive v0.12.0
12672024-07-15T19:13:36.733Z Compiling pest v2.7.10
12682024-07-15T19:13:36.893Z Compiling crypto-common v0.1.6
12692024-07-15T19:13:36.925Z Compiling futures-util v0.3.30
12702024-07-15T19:13:37.076Z Compiling der_derive v0.7.2
12712024-07-15T19:13:38.116Z Compiling block-buffer v0.10.4
12722024-07-15T19:13:38.726Z Compiling regex-automata v0.4.6
12732024-07-15T19:13:39.406Z Compiling pest_meta v2.7.10
12742024-07-15T19:13:39.531Z Compiling tracing-core v0.1.32
12752024-07-15T19:13:42.073Z Compiling pest_generator v2.7.10
12762024-07-15T19:13:43.863Z Compiling bytes v1.6.0
12772024-07-15T19:13:43.903Z Compiling indexmap v2.2.6
12782024-07-15T19:13:44.093Z Compiling uuid v1.9.1
12792024-07-15T19:13:44.895Z Compiling bitflags v2.5.0
12802024-07-15T19:13:45.315Z Compiling chrono v0.4.38
12812024-07-15T19:13:45.475Z Compiling serde_tokenstream v0.2.1
12822024-07-15T19:13:45.978Z Compiling tokio v1.38.0
12832024-07-15T19:13:47.261Z Compiling serde_spanned v0.6.6
12842024-07-15T19:13:47.486Z Compiling toml_datetime v0.6.6
12852024-07-15T19:13:48.167Z Compiling http v0.2.12
12862024-07-15T19:13:49.944Z Compiling toml_edit v0.19.15
12872024-07-15T19:13:50.563Z Compiling rustc_version v0.4.0
12882024-07-15T19:13:51.229Z Compiling pest_derive v2.7.10
12892024-07-15T19:13:51.994Z Compiling usdt-impl v0.5.0
12902024-07-15T19:13:52.156Z Compiling rustversion v1.0.17
12912024-07-15T19:13:52.320Z Compiling powerfmt v0.2.0
12922024-07-15T19:13:52.810Z Compiling deranged v0.3.11
12932024-07-15T19:13:52.854Z Compiling heapless v0.7.17
12942024-07-15T19:13:53.230Z Compiling tracing v0.1.40
12952024-07-15T19:13:53.260Z Compiling digest v0.10.7
12962024-07-15T19:13:53.689Z Compiling scroll v0.12.0
12972024-07-15T19:13:54.118Z Compiling signal-hook v0.3.17
12982024-07-15T19:13:54.269Z Compiling percent-encoding v2.3.1
12992024-07-15T19:13:54.592Z Compiling plain v0.2.3
13002024-07-15T19:13:54.751Z Compiling ppv-lite86 v0.2.17
13012024-07-15T19:13:55.061Z Compiling heck v0.4.1
13022024-07-15T19:13:55.308Z Compiling num_threads v0.1.7
13032024-07-15T19:13:55.444Z Compiling time v0.3.36
13042024-07-15T19:13:55.494Z Compiling goblin v0.8.2
13052024-07-15T19:13:55.544Z Compiling rand_chacha v0.3.1
13062024-07-15T19:13:57.192Z Compiling regex v1.10.5
13072024-07-15T19:13:58.258Z Compiling strsim v0.11.1
13082024-07-15T19:13:59.035Z Compiling pretty-hex v0.4.1
13092024-07-15T19:13:59.254Z Compiling crc32fast v1.4.0
13102024-07-15T19:13:59.706Z Compiling rand v0.8.5
13112024-07-15T19:14:00.090Z Compiling tokio-util v0.7.11
13122024-07-15T19:14:01.284Z Compiling dof v0.3.0
13132024-07-15T19:14:01.745Z Compiling dtrace-parser v0.2.0
13142024-07-15T19:14:02.148Z Compiling async-trait v0.1.81
13152024-07-15T19:14:02.308Z Compiling thread-id v4.2.1
13162024-07-15T19:14:02.838Z Compiling base64ct v1.6.0
13172024-07-15T19:14:03.231Z Compiling foreign-types-shared v0.1.1
13182024-07-15T19:14:03.272Z Compiling unicode-width v0.1.13
13192024-07-15T19:14:03.338Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13202024-07-15T19:14:03.501Z Compiling smoltcp v0.9.1
13212024-07-15T19:14:03.632Z Compiling foreign-types v0.3.2
13222024-07-15T19:14:03.806Z Compiling pem-rfc7468 v0.7.0
13232024-07-15T19:14:05.470Z Compiling form_urlencoded v1.2.1
13242024-07-15T19:14:05.856Z Compiling hmac v0.12.1
13252024-07-15T19:14:06.021Z Compiling base64 v0.21.7
13262024-07-15T19:14:06.024Z Compiling adler v1.0.2
13272024-07-15T19:14:06.094Z Compiling siphasher v0.3.11
13282024-07-15T19:14:06.327Z Compiling try-lock v0.2.5
13292024-07-15T19:14:06.551Z Compiling flagset v0.4.5
13302024-07-15T19:14:06.742Z Compiling want v0.3.1
13312024-07-15T19:14:06.760Z Compiling der v0.7.9
13322024-07-15T19:14:07.051Z Compiling miniz_oxide v0.7.2
13332024-07-15T19:14:09.101Z Compiling sct v0.7.1
13342024-07-15T19:14:09.273Z Compiling rustls-webpki v0.101.7
13352024-07-15T19:14:09.386Z Compiling h2 v0.3.26
13362024-07-15T19:14:10.256Z Compiling http-body v0.4.6
13372024-07-15T19:14:11.029Z Compiling openapiv3 v2.0.0
13382024-07-15T19:14:11.273Z Compiling hubpack_derive v0.1.1
13392024-07-15T19:14:11.626Z Compiling zerocopy-derive v0.6.6
13402024-07-15T19:14:11.905Z Compiling idna v0.5.0
13412024-07-15T19:14:12.379Z Compiling lazy_static v1.5.0
13422024-07-15T19:14:12.505Z Compiling errno v0.3.9
13432024-07-15T19:14:13.000Z Compiling fs-err v2.11.0
13442024-07-15T19:14:13.164Z Compiling tower-service v0.3.2
13452024-07-15T19:14:13.274Z Compiling anstyle v1.0.7
13462024-07-15T19:14:13.292Z Compiling httpdate v1.0.3
13472024-07-15T19:14:13.704Z Compiling cpufeatures v0.2.12
13482024-07-15T19:14:13.806Z Compiling gimli v0.28.1
13492024-07-15T19:14:14.290Z Compiling finl_unicode v1.2.0
13502024-07-15T19:14:14.571Z Compiling utf8parse v0.2.1
13512024-07-15T19:14:14.685Z Compiling stable_deref_trait v1.2.0
13522024-07-15T19:14:14.714Z Compiling openssl-probe v0.1.5
13532024-07-15T19:14:14.871Z Compiling stringprep v0.1.4
13542024-07-15T19:14:15.014Z Compiling anstyle-parse v0.2.4
13552024-07-15T19:14:15.319Z Compiling sha2 v0.10.8
13562024-07-15T19:14:15.898Z Compiling url v2.5.0
13572024-07-15T19:14:16.096Z Compiling hyper v0.14.28
13582024-07-15T19:14:19.046Z Compiling addr2line v0.21.0
13592024-07-15T19:14:19.869Z Compiling spki v0.7.3
13602024-07-15T19:14:20.508Z Compiling usdt-macro v0.5.0
13612024-07-15T19:14:21.358Z Compiling usdt-attr-macro v0.5.0
13622024-07-15T19:14:21.899Z Compiling md-5 v0.10.6
13632024-07-15T19:14:25.371Z Compiling idna v0.3.0
13642024-07-15T19:14:26.335Z Compiling diesel_table_macro_syntax v0.1.0
13652024-07-15T19:14:26.441Z Compiling num-integer v0.1.46
13662024-07-15T19:14:26.756Z Compiling object v0.32.2
13672024-07-15T19:14:26.818Z Compiling hash32 v0.2.1
13682024-07-15T19:14:27.204Z Compiling colorchoice v1.0.1
13692024-07-15T19:14:27.367Z Compiling rustc-demangle v0.1.24
13702024-07-15T19:14:29.654Z Compiling psl-types v2.0.11
13712024-07-15T19:14:30.446Z Compiling is_terminal_polyfill v1.70.0
13722024-07-15T19:14:30.491Z Compiling fallible-iterator v0.2.0
13732024-07-15T19:14:30.570Z Compiling anstyle-query v1.0.3
13742024-07-15T19:14:31.196Z Compiling postgres-protocol v0.6.6
13752024-07-15T19:14:35.713Z Compiling anstream v0.6.14
13762024-07-15T19:14:36.604Z Compiling publicsuffix v2.2.3
13772024-07-15T19:14:37.178Z Compiling diesel_derives v2.1.4
13782024-07-15T19:14:40.970Z Compiling tokio-rustls v0.24.1
13792024-07-15T19:14:42.256Z Compiling pkcs8 v0.10.2
13802024-07-15T19:14:42.807Z Compiling terminal_size v0.3.0
13812024-07-15T19:14:43.585Z Compiling tokio-native-tls v0.3.1
13822024-07-15T19:14:43.863Z Compiling phf_shared v0.11.2
13832024-07-15T19:14:44.074Z Compiling strum_macros v0.25.3
13842024-07-15T19:14:44.268Z Compiling enum-as-inner v0.5.1
13852024-07-15T19:14:44.804Z Compiling block-padding v0.3.3
13862024-07-15T19:14:45.035Z Compiling regress v0.9.1
13872024-07-15T19:14:45.243Z Compiling serde_repr v0.1.19
13882024-07-15T19:14:45.264Z Compiling clap_derive v4.5.8
13892024-07-15T19:14:48.107Z Compiling ff v0.13.0
13902024-07-15T19:14:48.357Z Compiling scheduled-thread-pool v0.2.7
13912024-07-15T19:14:48.904Z Compiling encoding_rs v0.8.34
13922024-07-15T19:14:49.807Z Compiling bitflags v1.3.2
13932024-07-15T19:14:49.825Z Compiling mime v0.3.17
13942024-07-15T19:14:49.860Z Compiling either v1.12.0
13952024-07-15T19:14:50.610Z Compiling bit-vec v0.6.3
13962024-07-15T19:14:50.945Z Compiling managed v0.8.0
13972024-07-15T19:14:50.966Z Compiling clap_lex v0.7.0
13982024-07-15T19:14:51.044Z Compiling ipnet v2.9.0
13992024-07-15T19:14:51.366Z Compiling base16ct v0.2.0
14002024-07-15T19:14:51.446Z Compiling regex-automata v0.1.10
14012024-07-15T19:14:51.943Z Compiling matches v0.1.10
14022024-07-15T19:14:52.112Z Compiling idna v0.2.3
14032024-07-15T19:14:52.126Z Compiling bstr v0.2.17
14042024-07-15T19:14:52.542Z Compiling sec1 v0.7.3
14052024-07-15T19:14:53.495Z Compiling clap_builder v4.5.9
14062024-07-15T19:14:53.840Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14072024-07-15T19:14:55.281Z Compiling r2d2 v0.8.10
14082024-07-15T19:14:57.099Z Compiling group v0.13.0
14092024-07-15T19:14:59.687Z Compiling inout v0.1.3
14102024-07-15T19:14:59.963Z Compiling phf v0.11.2
14112024-07-15T19:15:00.327Z Compiling hyper-tls v0.5.0
14122024-07-15T19:15:00.573Z Compiling signal-hook-mio v0.2.3
14132024-07-15T19:15:00.668Z Compiling hyper-rustls v0.24.2
14142024-07-15T19:15:00.737Z Compiling cookie_store v0.20.0
14152024-07-15T19:15:00.968Z Compiling postgres-types v0.2.6
14162024-07-15T19:15:01.032Z Compiling num-bigint v0.4.5
14172024-07-15T19:15:01.238Z Compiling zerocopy v0.6.6
14182024-07-15T19:15:02.084Z Compiling hubpack v0.1.2
14192024-07-15T19:15:02.234Z Compiling rustls-pemfile v1.0.4
14202024-07-15T19:15:02.390Z Compiling phf_shared v0.10.0
14212024-07-15T19:15:02.560Z Compiling hkdf v0.12.4
14222024-07-15T19:15:02.642Z Compiling serde_urlencoded v0.7.1
14232024-07-15T19:15:02.798Z Compiling crossbeam-epoch v0.9.18
14242024-07-15T19:15:03.183Z Compiling ipnetwork v0.20.0
14252024-07-15T19:15:04.402Z Compiling futures-executor v0.3.30
14262024-07-15T19:15:04.652Z Compiling crypto-bigint v0.5.5
14272024-07-15T19:15:04.966Z Compiling float-cmp v0.9.0
14282024-07-15T19:15:04.983Z Compiling memmap v0.7.0
14292024-07-15T19:15:05.333Z Compiling minimal-lexical v0.2.1
14302024-07-15T19:15:05.848Z Compiling static_assertions v1.1.0
14312024-07-15T19:15:05.947Z Compiling predicates-core v1.0.6
14322024-07-15T19:15:06.278Z Compiling fixedbitset v0.4.2
14332024-07-15T19:15:06.826Z Compiling precomputed-hash v0.1.1
14342024-07-15T19:15:06.950Z Compiling new_debug_unreachable v1.0.6
14352024-07-15T19:15:07.063Z Compiling data-encoding v2.6.0
14362024-07-15T19:15:07.653Z Compiling winnow v0.6.8
14372024-07-15T19:15:07.738Z Compiling webpki-roots v0.25.4
14382024-07-15T19:15:07.894Z Compiling sync_wrapper v0.1.2
14392024-07-15T19:15:08.037Z Compiling unicode-segmentation v1.11.0
14402024-07-15T19:15:08.350Z Compiling whoami v1.5.1
14412024-07-15T19:15:08.692Z Compiling difflib v0.4.0
14422024-07-15T19:15:08.747Z Compiling normalize-line-endings v0.3.0
14432024-07-15T19:15:08.771Z Compiling tokio-postgres v0.7.10
14442024-07-15T19:15:08.824Z Compiling similar v2.5.0
14452024-07-15T19:15:08.880Z Compiling reqwest v0.11.27
14462024-07-15T19:15:08.914Z Compiling trust-dns-proto v0.22.0
14472024-07-15T19:15:10.074Z Compiling predicates v3.1.0
14482024-07-15T19:15:10.997Z Compiling elliptic-curve v0.13.8
14492024-07-15T19:15:11.439Z Compiling toml_edit v0.22.14
14502024-07-15T19:15:11.743Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14512024-07-15T19:15:13.155Z Compiling string_cache v0.8.7
14522024-07-15T19:15:13.316Z Compiling petgraph v0.6.5
14532024-07-15T19:15:13.587Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14542024-07-15T19:15:15.430Z Compiling nom v7.1.3
14552024-07-15T19:15:15.739Z Compiling usdt v0.5.0
14562024-07-15T19:15:17.042Z Compiling futures v0.3.30
14572024-07-15T19:15:17.164Z Compiling yasna v0.5.2
14582024-07-15T19:15:17.278Z Compiling diesel v2.1.6
14592024-07-15T19:15:18.793Z Compiling crossterm v0.27.0
14602024-07-15T19:15:18.858Z Compiling flate2 v1.0.30
14612024-07-15T19:15:18.973Z Compiling cipher v0.4.4
14622024-07-15T19:15:19.399Z Compiling clap v4.5.9
14632024-07-15T19:15:19.526Z Compiling itertools v0.12.1
14642024-07-15T19:15:19.779Z Compiling itertools v0.10.5
14652024-07-15T19:15:19.782Z Compiling bit-set v0.5.3
14662024-07-15T19:15:20.203Z Compiling num-iter v0.1.45
14672024-07-15T19:15:21.179Z Compiling console v0.15.8
14682024-07-15T19:15:22.020Z Compiling tokio-stream v0.1.15
14692024-07-15T19:15:22.262Z Compiling toml v0.7.8
14702024-07-15T19:15:22.510Z Compiling bstr v1.9.1
14712024-07-15T19:15:22.658Z Compiling hex v0.4.3
14722024-07-15T19:15:23.313Z Compiling peg-runtime v0.8.3
14732024-07-15T19:15:23.380Z Compiling camino v1.1.7
14742024-07-15T19:15:23.650Z Compiling unicode-xid v0.2.4
14752024-07-15T19:15:23.756Z Compiling lalrpop-util v0.19.12
14762024-07-15T19:15:24.077Z Compiling proc-macro-crate v1.3.1
14772024-07-15T19:15:24.229Z Compiling heapless v0.8.0
14782024-07-15T19:15:25.681Z Compiling num_enum_derive v0.5.11
14792024-07-15T19:15:33.103Z Compiling hash32 v0.3.1
14802024-07-15T19:15:34.430Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14812024-07-15T19:15:34.668Z Compiling ident_case v1.0.1
14822024-07-15T19:15:34.857Z Compiling smoltcp v0.11.0
14832024-07-15T19:15:35.121Z Compiling rustls-pki-types v1.7.0
14842024-07-15T19:15:37.543Z Compiling darling_core v0.20.9
14852024-07-15T19:15:49.253Z Compiling num_enum v0.5.11
14862024-07-15T19:15:49.927Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14872024-07-15T19:15:50.178Z Compiling getopts v0.2.21
14882024-07-15T19:15:51.280Z Compiling dirs-sys-next v0.1.2
14892024-07-15T19:15:52.532Z Compiling proc-macro-error-attr v1.0.4
14902024-07-15T19:15:52.773Z Compiling rustls v0.22.4
14912024-07-15T19:15:53.031Z Compiling cobs v0.2.3
14922024-07-15T19:15:53.740Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14932024-07-15T19:15:53.994Z Compiling embedded-io v0.4.0
14942024-07-15T19:15:54.012Z Compiling unsafe-libyaml v0.2.11
14952024-07-15T19:15:54.343Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14962024-07-15T19:15:54.619Z Compiling paste v1.0.15
14972024-07-15T19:15:55.293Z Compiling serde_yaml v0.9.34+deprecated
14982024-07-15T19:15:57.679Z Compiling postcard v1.0.8
14992024-07-15T19:15:59.227Z Compiling dirs-next v2.0.0
15002024-07-15T19:16:00.615Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15012024-07-15T19:16:02.605Z Compiling darling_macro v0.20.9
15022024-07-15T19:16:04.518Z Compiling rustls-webpki v0.102.4
15032024-07-15T19:16:11.073Z Compiling strum_macros v0.26.4
15042024-07-15T19:16:12.706Z Compiling structmeta-derive v0.3.0
15052024-07-15T19:16:12.817Z Compiling foreign-types-macros v0.2.3
15062024-07-15T19:16:13.794Z Compiling thread_local v1.1.8
15072024-07-15T19:16:14.067Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15082024-07-15T19:16:14.372Z Compiling proc-macro-error v1.0.4
15092024-07-15T19:16:14.546Z Compiling multer v3.1.0
15102024-07-15T19:16:15.529Z Compiling slog-async v2.8.0
15112024-07-15T19:16:16.113Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15122024-07-15T19:16:16.285Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15132024-07-15T19:16:16.776Z Compiling match_cfg v0.1.0
15142024-07-15T19:16:17.520Z Compiling foreign-types-shared v0.3.1
15152024-07-15T19:16:18.555Z Compiling foreign-types v0.5.0
15162024-07-15T19:16:19.900Z Compiling hostname v0.3.1
15172024-07-15T19:16:21.874Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15182024-07-15T19:16:23.914Z Compiling strum v0.26.2
15192024-07-15T19:16:24.104Z Compiling structmeta v0.3.0
15202024-07-15T19:16:25.750Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15212024-07-15T19:16:29.051Z Compiling darling v0.20.9
15222024-07-15T19:16:31.582Z Compiling term v0.7.0
15232024-07-15T19:16:38.303Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15242024-07-15T19:16:41.752Z Compiling slog-json v2.6.1
15252024-07-15T19:16:42.184Z Compiling tabwriter v1.4.0
15262024-07-15T19:16:42.187Z Compiling crossbeam-channel v0.5.12
15272024-07-15T19:16:42.972Z Compiling http v1.1.0
15282024-07-15T19:16:43.463Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15292024-07-15T19:16:43.524Z Compiling async-stream-impl v0.3.5
15302024-07-15T19:16:43.912Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15312024-07-15T19:16:44.266Z Compiling cstr-argument v0.1.2
15322024-07-15T19:16:44.536Z Compiling is-terminal v0.4.12
15332024-07-15T19:16:44.674Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
15342024-07-15T19:16:44.748Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
15352024-07-15T19:16:44.792Z Compiling rayon-core v1.12.1
15362024-07-15T19:16:45.003Z Compiling pretty-hex v0.2.1
15372024-07-15T19:16:45.019Z Compiling crucible-workspace-hack v0.1.0
15382024-07-15T19:16:45.090Z Compiling take_mut v0.2.2
15392024-07-15T19:16:45.215Z Compiling fastrand v2.1.0
15402024-07-15T19:16:45.261Z Compiling base64 v0.22.1
15412024-07-15T19:16:45.289Z Compiling atomic-waker v1.1.2
15422024-07-15T19:16:45.494Z Compiling waitgroup v0.1.2
15432024-07-15T19:16:45.746Z Compiling tempfile v3.10.1
15442024-07-15T19:16:45.879Z Compiling rustls-pemfile v2.1.2
15452024-07-15T19:16:46.375Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15462024-07-15T19:16:46.775Z Compiling async-stream v0.3.5
15472024-07-15T19:16:47.019Z Compiling slog-term v2.9.1
15482024-07-15T19:16:47.578Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15492024-07-15T19:16:47.829Z Compiling slog-bunyan v2.5.0
15502024-07-15T19:16:48.107Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15512024-07-15T19:16:48.475Z Compiling tokio-rustls v0.25.0
15522024-07-15T19:16:48.942Z Compiling serde_with_macros v3.8.3
15532024-07-15T19:16:49.063Z Compiling parse-display-derive v0.9.1
15542024-07-15T19:16:49.383Z Compiling toml v0.8.14
15552024-07-15T19:16:49.838Z Compiling sha1 v0.10.6
15562024-07-15T19:16:49.899Z Compiling crossbeam-deque v0.8.5
15572024-07-15T19:16:50.306Z Compiling colored v2.1.0
15582024-07-15T19:16:50.663Z Compiling newtype-uuid v1.1.0
15592024-07-15T19:16:51.010Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
15602024-07-15T19:16:51.585Z Compiling serde_path_to_error v0.1.16
15612024-07-15T19:16:51.673Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15622024-07-15T19:16:52.406Z Compiling socket2 v0.4.10
15632024-07-15T19:16:52.590Z Compiling hostname v0.4.0
15642024-07-15T19:16:52.861Z Compiling instant v0.1.12
15652024-07-15T19:16:53.047Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15662024-07-15T19:16:53.179Z Compiling debug-ignore v1.0.5
15672024-07-15T19:16:53.334Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15682024-07-15T19:16:53.428Z Compiling parse-display v0.9.1
15692024-07-15T19:16:53.947Z Compiling backoff v0.4.0
15702024-07-15T19:16:55.322Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15712024-07-15T19:16:55.536Z Compiling serde_with v3.8.3
15722024-07-15T19:16:56.326Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15732024-07-15T19:16:56.550Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15742024-07-15T19:16:56.832Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15752024-07-15T19:16:57.560Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
15762024-07-15T19:16:58.058Z Compiling camino-tempfile v1.1.1
15772024-07-15T19:16:58.846Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15782024-07-15T19:16:59.338Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15792024-07-15T19:16:59.530Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15802024-07-15T19:17:00.054Z Compiling macaddr v1.0.1
15812024-07-15T19:17:00.111Z Compiling num-derive v0.4.2
15822024-07-15T19:17:00.700Z Compiling sigpipe v0.1.3
15832024-07-15T19:17:00.840Z Compiling libefi-sys v0.1.0
15842024-07-15T19:17:01.143Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15852024-07-15T19:17:01.705Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15862024-07-15T19:17:02.405Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
15872024-07-15T19:17:02.896Z Compiling rayon v1.10.0
15882024-07-15T19:17:03.056Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15892024-07-15T19:17:03.250Z Compiling smf v0.2.3
15902024-07-15T19:17:03.988Z Compiling bitfield-struct v0.6.1
15912024-07-15T19:17:04.951Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
15922024-07-15T19:17:05.315Z Compiling ring v0.16.20
15932024-07-15T19:17:05.352Z Compiling blake3 v1.5.1
15942024-07-15T19:17:05.852Z Compiling portable-atomic v1.6.0
15952024-07-15T19:17:06.280Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
15962024-07-15T19:17:07.053Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15972024-07-15T19:17:07.105Z Compiling xattr v1.3.1
15982024-07-15T19:17:07.289Z Compiling memmap2 v0.9.4
15992024-07-15T19:17:07.402Z Compiling filetime v0.2.23
16002024-07-15T19:17:07.725Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16012024-07-15T19:17:07.843Z Compiling spin v0.5.2
16022024-07-15T19:17:07.868Z Compiling same-file v1.0.6
16032024-07-15T19:17:08.141Z Compiling untrusted v0.7.1
16042024-07-15T19:17:08.182Z Compiling arrayvec v0.7.4
16052024-07-15T19:17:08.220Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16062024-07-15T19:17:08.321Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16072024-07-15T19:17:08.635Z Compiling arrayref v0.3.7
16082024-07-15T19:17:08.750Z Compiling constant_time_eq v0.3.0
16092024-07-15T19:17:08.767Z Compiling walkdir v2.5.0
16102024-07-15T19:17:10.325Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16112024-07-15T19:17:11.684Z Compiling tar v0.4.40
16122024-07-15T19:17:11.907Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16132024-07-15T19:17:12.921Z Compiling cargo-platform v0.1.8
16142024-07-15T19:17:14.038Z Compiling gethostname v0.4.3
16152024-07-15T19:17:14.209Z Compiling topological-sort v0.2.2
16162024-07-15T19:17:14.321Z Compiling number_prefix v0.4.0
16172024-07-15T19:17:14.464Z Compiling omicron-zone-package v0.11.0
16182024-07-15T19:17:14.580Z Compiling indicatif v0.17.8
16192024-07-15T19:17:15.655Z Compiling cargo_metadata v0.18.1
16202024-07-15T19:17:19.428Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16212024-07-15T19:17:23.784Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
16222024-07-15T19:17:24.713Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16232024-07-15T19:17:27.488Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16242024-07-15T19:17:45.633Z Finished `release` profile [optimized] target(s) in 4m 33s
16252024-07-15T19:17:45.748Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16262024-07-15T19:17:45.788ZLogging to: /work/oxidecomputer/omicron/out/LOG
16272024-07-15T19:17:45.791ZCreated new build target 'test' and set it as active
16282024-07-15T19:17:45.791Z
16292024-07-15T19:17:45.791Zreal 4:33.967659081
16302024-07-15T19:17:45.792Zuser 30:45.996348246
16312024-07-15T19:17:45.792Zsys 4:00.360646590
16322024-07-15T19:17:45.792Ztrap 0.916287509
16332024-07-15T19:17:45.792Ztflt 2.129919384
16342024-07-15T19:17:45.792Zdflt 0.940668764
16352024-07-15T19:17:45.792Zkflt 0.007765368
16362024-07-15T19:17:45.792Zlock 1:04:40.529430616
16372024-07-15T19:17:45.792Zslp 1:26:33.560644407
16382024-07-15T19:17:45.792Zlat 2:04.330755437
16392024-07-15T19:17:45.792Zstop 3:08.577968885
16402024-07-15T19:17:45.792Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16412024-07-15T19:17:46.688Z Finished `release` profile [optimized] target(s) in 0.85s
16422024-07-15T19:17:46.728Z Running `target/release/omicron-package -t test package`
16432024-07-15T19:17:46.763ZLogging to: /work/oxidecomputer/omicron/out/LOG
16442024-07-15T19:17:47.791Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16452024-07-15T19:17:47.890Z Compiling humantime v2.1.0
16462024-07-15T19:17:47.893Z Compiling newline-converter v0.3.0
16472024-07-15T19:17:47.893Z Compiling derive-where v1.2.7
16482024-07-15T19:17:47.916Z Compiling dirs-sys-next v0.1.2
16492024-07-15T19:17:47.919Z Compiling convert_case v0.4.0
16502024-07-15T19:17:47.919Z Compiling prettyplease v0.2.20
16512024-07-15T19:17:47.919Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16522024-07-15T19:17:48.067Z Compiling expectorate v1.1.0
16532024-07-15T19:17:48.106Z Compiling camino v1.1.7
16542024-07-15T19:17:48.172Z Compiling dirs-next v2.0.0
16552024-07-15T19:17:48.212Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16562024-07-15T19:17:48.231Z Compiling password-hash v0.5.0
16572024-07-15T19:17:48.336Z Compiling term v0.7.0
16582024-07-15T19:17:48.442Z Compiling blake2 v0.10.6
16592024-07-15T19:17:48.765Z Compiling derive_more v0.99.18
16602024-07-15T19:17:49.614Z Compiling argon2 v0.5.3
16612024-07-15T19:17:49.617Z Compiling is-terminal v0.4.12
16622024-07-15T19:17:49.646Z Compiling semver v0.1.20
16632024-07-15T19:17:49.748Z Compiling toml v0.8.14
16642024-07-15T19:17:50.231Z Compiling rustc_version v0.1.7
16652024-07-15T19:17:50.516Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16662024-07-15T19:17:50.646Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16672024-07-15T19:17:51.068Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16682024-07-15T19:17:51.092Z Compiling newtype_derive v0.1.6
16692024-07-15T19:17:51.167Z Compiling linked-hash-map v0.5.6
16702024-07-15T19:17:51.271Z Compiling rustls-pki-types v1.7.0
16712024-07-15T19:17:51.558Z Compiling lru-cache v0.1.2
16722024-07-15T19:17:51.573Z Compiling steno v0.4.1
16732024-07-15T19:17:51.777Z Compiling rustls-webpki v0.102.4
16742024-07-15T19:17:51.971Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
16752024-07-15T19:17:52.111Z Compiling rustls v0.22.4
16762024-07-15T19:17:52.136Z Compiling thread_local v1.1.8
16772024-07-15T19:17:52.618Z Compiling match_cfg v0.1.0
16782024-07-15T19:17:52.713Z Compiling home v0.5.9
16792024-07-15T19:17:52.956Z Compiling hostname v0.3.1
16802024-07-15T19:17:53.654Z Compiling multer v3.1.0
16812024-07-15T19:17:53.720Z Compiling slog-async v2.8.0
16822024-07-15T19:17:53.788Z Compiling slog-json v2.6.1
16832024-07-15T19:17:54.041Z Compiling crossbeam-channel v0.5.12
16842024-07-15T19:17:54.141Z Compiling http v1.1.0
16852024-07-15T19:17:54.528Z Compiling slog-dtrace v0.3.0
16862024-07-15T19:17:54.823Z Compiling atomic-waker v1.1.2
16872024-07-15T19:17:55.018Z Compiling take_mut v0.2.2
16882024-07-15T19:17:55.112Z Compiling termcolor v1.4.1
16892024-07-15T19:17:55.184Z Compiling base64 v0.22.1
16902024-07-15T19:17:55.897Z Compiling rustls-pemfile v2.1.2
16912024-07-15T19:17:56.304Z Compiling waitgroup v0.1.2
16922024-07-15T19:17:56.533Z Compiling slog-bunyan v2.5.0
16932024-07-15T19:17:56.546Z Compiling slog-term v2.9.1
16942024-07-15T19:17:56.735Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
16952024-07-15T19:17:56.803Z Compiling async-stream v0.3.5
16962024-07-15T19:17:57.056Z Compiling sha1 v0.10.6
16972024-07-15T19:17:57.090Z Compiling newtype-uuid v1.1.0
16982024-07-15T19:17:57.249Z Compiling serde_path_to_error v0.1.16
16992024-07-15T19:17:57.380Z Compiling tokio-rustls v0.25.0
17002024-07-15T19:17:57.423Z Compiling hostname v0.4.0
17012024-07-15T19:17:57.638Z Compiling instant v0.1.12
17022024-07-15T19:17:57.641Z Compiling debug-ignore v1.0.5
17032024-07-15T19:17:57.782Z Compiling backoff v0.4.0
17042024-07-15T19:17:57.796Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17052024-07-15T19:17:58.085Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
17062024-07-15T19:17:58.113Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17072024-07-15T19:17:58.281Z Compiling parse-display v0.9.1
17082024-07-15T19:17:58.845Z Compiling serde_with v3.8.3
17092024-07-15T19:17:59.345Z Compiling strum v0.26.2
17102024-07-15T19:17:59.533Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17112024-07-15T19:18:00.629Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17122024-07-15T19:18:01.295Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17132024-07-15T19:18:01.466Z Compiling num-rational v0.4.2
17142024-07-15T19:18:02.263Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
17152024-07-15T19:18:02.403Z Compiling num-complex v0.4.6
17162024-07-15T19:18:02.986Z Compiling macaddr v1.0.1
17172024-07-15T19:18:03.089Z Compiling quick-error v1.2.3
17182024-07-15T19:18:03.250Z Compiling resolv-conf v0.7.0
17192024-07-15T19:18:03.434Z Compiling num v0.4.3
17202024-07-15T19:18:03.477Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17212024-07-15T19:18:05.527Z Compiling radium v0.7.0
17222024-07-15T19:18:05.880Z Compiling float-ord v0.3.2
17232024-07-15T19:18:05.956Z Compiling swrite v0.1.0
17242024-07-15T19:18:06.044Z Compiling utf-8 v0.7.6
17252024-07-15T19:18:06.131Z Compiling trust-dns-resolver v0.22.0
17262024-07-15T19:18:06.222Z Compiling maybe-uninit v2.0.0
17272024-07-15T19:18:06.547Z Compiling tap v1.0.1
17282024-07-15T19:18:06.731Z Compiling wyz v0.5.1
17292024-07-15T19:18:07.200Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
17302024-07-15T19:18:07.295Z Compiling bzip2-sys v0.1.11+1.0.8
17312024-07-15T19:18:07.722Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
17322024-07-15T19:18:13.212Z Compiling display-error-chain v0.2.0
17332024-07-15T19:18:13.403Z Compiling funty v2.0.0
17342024-07-15T19:18:15.980Z Compiling packed_struct v0.10.1
17352024-07-15T19:18:16.401Z Compiling num-bigint-dig v0.8.4
17362024-07-15T19:18:16.682Z Compiling crc-catalog v2.4.0
17372024-07-15T19:18:16.836Z Compiling crc v3.2.1
17382024-07-15T19:18:18.630Z Compiling bitvec v1.0.1
17392024-07-15T19:18:23.192Z Compiling nibble_vec v0.1.0
17402024-07-15T19:18:23.413Z Compiling packed_struct_codegen v0.10.1
17412024-07-15T19:18:23.829Z Compiling indexmap v1.9.3
17422024-07-15T19:18:24.122Z Compiling crunchy v0.2.2
17432024-07-15T19:18:24.577Z Compiling nodrop v0.1.14
17442024-07-15T19:18:24.715Z Compiling endian-type v0.1.2
17452024-07-15T19:18:24.951Z Compiling glob v0.3.1
17462024-07-15T19:18:25.037Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
17472024-07-15T19:18:25.743Z Compiling clang-sys v1.7.0
17482024-07-15T19:18:26.407Z Compiling radix_trie v0.2.1
17492024-07-15T19:18:27.278Z Compiling array-init v0.0.4
17502024-07-15T19:18:27.518Z Compiling smallvec v0.6.14
17512024-07-15T19:18:28.549Z Compiling pkcs1 v0.7.5
17522024-07-15T19:18:29.211Z Compiling signature v2.2.0
17532024-07-15T19:18:29.472Z Compiling cancel-safe-futures v0.1.5
17542024-07-15T19:18:29.487Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17552024-07-15T19:18:29.805Z Compiling tiny-keccak v2.0.2
17562024-07-15T19:18:29.916Z Compiling maplit v1.0.2
17572024-07-15T19:18:30.056Z Compiling hashbrown v0.12.3
17582024-07-15T19:18:30.075Z Compiling bitfield v0.14.0
17592024-07-15T19:18:30.259Z Compiling serde-hex v0.1.0
17602024-07-15T19:18:30.398Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17612024-07-15T19:18:32.521Z Compiling rsa v0.9.6
17622024-07-15T19:18:32.680Z Compiling bzip2 v0.4.4
17632024-07-15T19:18:33.314Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17642024-07-15T19:18:33.637Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17652024-07-15T19:18:34.451Z Compiling env_logger v0.10.2
17662024-07-15T19:18:35.415Z Compiling x509-cert v0.2.5
17672024-07-15T19:18:37.660Z Compiling ron v0.8.1
17682024-07-15T19:18:38.003Z Compiling hashbrown v0.13.2
17692024-07-15T19:18:38.075Z Compiling crc-any v2.5.0
17702024-07-15T19:18:39.371Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17712024-07-15T19:18:39.438Z Compiling object v0.30.4
17722024-07-15T19:18:41.143Z Compiling zip v0.6.6
17732024-07-15T19:18:43.910Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17742024-07-15T19:18:44.715Z Compiling rayon-core v1.12.1
17752024-07-15T19:18:44.741Z Compiling ascii-canvas v3.0.0
17762024-07-15T19:18:45.271Z Compiling crossbeam-deque v0.8.5
17772024-07-15T19:18:45.634Z Compiling ena v0.14.3
17782024-07-15T19:18:46.043Z Compiling libloading v0.8.3
17792024-07-15T19:18:46.436Z Compiling half v2.4.1
17802024-07-15T19:18:47.203Z Compiling fastrand v2.1.0
17812024-07-15T19:18:47.531Z Compiling bindgen v0.69.4
17822024-07-15T19:18:47.709Z Compiling regex-syntax v0.6.29
17832024-07-15T19:18:47.966Z Compiling same-file v1.0.6
17842024-07-15T19:18:48.186Z Compiling path-slash v0.1.5
17852024-07-15T19:18:48.429Z Compiling arc-swap v1.7.1
17862024-07-15T19:18:49.091Z Compiling diff v0.1.13
17872024-07-15T19:18:49.458Z Compiling ciborium-io v0.2.2
17882024-07-15T19:18:49.591Z Compiling ciborium-ll v0.2.2
17892024-07-15T19:18:49.702Z Compiling slog-scope v4.4.0
17902024-07-15T19:18:50.094Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17912024-07-15T19:18:50.644Z Compiling walkdir v2.5.0
17922024-07-15T19:18:51.317Z Compiling lalrpop v0.19.12
17932024-07-15T19:18:52.636Z Compiling tempfile v3.10.1
17942024-07-15T19:18:54.773Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
17952024-07-15T19:18:55.122Z Compiling which v4.4.2
17962024-07-15T19:18:55.682Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
17972024-07-15T19:18:55.917Z Compiling cexpr v0.6.0
17982024-07-15T19:18:55.933Z Compiling fxhash v0.2.1
17992024-07-15T19:18:56.160Z Compiling lazycell v1.3.0
18002024-07-15T19:18:56.345Z Compiling rustc-hash v1.1.0
18012024-07-15T19:18:56.507Z Compiling ref-cast v1.0.23
18022024-07-15T19:18:56.994Z Compiling shlex v1.3.0
18032024-07-15T19:18:57.655Z Compiling ring v0.16.20
18042024-07-15T19:19:00.503Z Compiling blake3 v1.5.1
18052024-07-15T19:19:00.910Z Compiling rayon v1.10.0
18062024-07-15T19:19:01.407Z Compiling slog-stdlog v4.1.1
18072024-07-15T19:19:02.386Z Compiling ciborium v0.2.2
18082024-07-15T19:19:04.240Z Compiling tungstenite v0.21.0
18092024-07-15T19:19:04.576Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
18102024-07-15T19:19:04.862Z Compiling derive_builder_core v0.20.0
18112024-07-15T19:19:05.848Z Compiling headers-core v0.2.0
18122024-07-15T19:19:06.030Z Compiling xattr v1.3.1
18132024-07-15T19:19:06.318Z Compiling libxml v0.3.3
18142024-07-15T19:19:06.610Z Compiling ref-cast-impl v1.0.23
18152024-07-15T19:19:06.671Z Compiling async-recursion v1.1.1
18162024-07-15T19:19:07.216Z Compiling memmap2 v0.9.4
18172024-07-15T19:19:07.643Z Compiling atty v0.2.14
18182024-07-15T19:19:07.797Z Compiling filetime v0.2.23
18192024-07-15T19:19:07.842Z Compiling spin v0.5.2
18202024-07-15T19:19:08.090Z Compiling arrayref v0.3.7
18212024-07-15T19:19:08.113Z Compiling constant_time_eq v0.3.0
18222024-07-15T19:19:08.192Z Compiling arrayvec v0.7.4
18232024-07-15T19:19:08.210Z Compiling untrusted v0.7.1
18242024-07-15T19:19:08.260Z Compiling tar v0.4.40
18252024-07-15T19:19:09.898Z Compiling derive_builder_macro v0.20.0
18262024-07-15T19:19:10.145Z Compiling headers v0.3.9
18272024-07-15T19:19:10.183Z Compiling tokio-tungstenite v0.21.0
18282024-07-15T19:19:10.778Z Compiling slog-envlogger v2.2.0
18292024-07-15T19:19:10.794Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
18302024-07-15T19:19:11.984Z Compiling camino-tempfile v1.1.1
18312024-07-15T19:19:12.072Z Compiling samael v0.0.15
18322024-07-15T19:19:12.354Z Compiling toolchain_find v0.4.0
18332024-07-15T19:19:12.406Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
18342024-07-15T19:19:12.715Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
18352024-07-15T19:19:12.903Z Compiling pem v3.0.4
18362024-07-15T19:19:13.336Z Compiling libsw v3.3.1
18372024-07-15T19:19:13.664Z Compiling strum_macros v0.24.3
18382024-07-15T19:19:13.800Z Compiling cookie v0.18.1
18392024-07-15T19:19:14.006Z Compiling owo-colors v4.0.0
18402024-07-15T19:19:14.080Z Compiling linear-map v1.2.0
18412024-07-15T19:19:14.103Z Compiling topological-sort v0.2.2
18422024-07-15T19:19:14.143Z Compiling indoc v1.0.9
18432024-07-15T19:19:14.319Z Compiling cfg_aliases v0.1.1
18442024-07-15T19:19:14.429Z Compiling nix v0.28.0
18452024-07-15T19:19:14.467Z Compiling omicron-zone-package v0.11.0
18462024-07-15T19:19:15.221Z Compiling rustfmt-wrapper v0.2.1
18472024-07-15T19:19:15.803Z Compiling derive_builder v0.20.0
18482024-07-15T19:19:16.887Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18492024-07-15T19:19:17.140Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18502024-07-15T19:19:17.836Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18512024-07-15T19:19:18.111Z Compiling quick-xml v0.31.0
18522024-07-15T19:19:18.497Z Compiling polar-core v0.27.3
18532024-07-15T19:19:18.984Z Compiling oso-derive v0.27.3
18542024-07-15T19:19:19.945Z Compiling impl-trait-for-tuples v0.2.2
18552024-07-15T19:19:20.038Z Compiling vte_generate_state_changes v0.1.1
18562024-07-15T19:19:20.626Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18572024-07-15T19:19:20.911Z Compiling unicase v2.7.0
18582024-07-15T19:19:21.182Z Compiling buf-list v1.0.3
18592024-07-15T19:19:21.259Z Compiling vte v0.11.1
18602024-07-15T19:19:21.800Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18612024-07-15T19:19:24.360Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18622024-07-15T19:19:25.255Z Compiling tungstenite v0.20.1
18632024-07-15T19:19:25.897Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
18642024-07-15T19:19:26.168Z Compiling fd-lock v4.0.2
18652024-07-15T19:19:26.382Z Compiling bb8 v0.8.5
18662024-07-15T19:19:26.940Z Compiling const_format_proc_macros v0.2.32
18672024-07-15T19:19:28.890Z Compiling pin-project-internal v1.1.5
18682024-07-15T19:19:29.118Z Compiling memoffset v0.9.1
18692024-07-15T19:19:29.422Z Compiling bytecount v0.6.8
18702024-07-15T19:19:29.726Z Compiling parking_lot_core v0.8.6
18712024-07-15T19:19:30.157Z Compiling papergrid v0.11.0
18722024-07-15T19:19:30.540Z Compiling const_format v0.2.32
18732024-07-15T19:19:31.650Z Compiling pin-project v1.1.5
18742024-07-15T19:19:31.791Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
18752024-07-15T19:19:31.828Z Compiling tokio-tungstenite v0.20.1
18762024-07-15T19:19:32.482Z Compiling strip-ansi-escapes v0.2.0
18772024-07-15T19:19:34.188Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18782024-07-15T19:19:34.512Z Compiling tabled_derive v0.7.0
18792024-07-15T19:19:36.876Z Compiling peg-macros v0.8.3
18802024-07-15T19:19:38.484Z Compiling snafu-derive v0.8.2
18812024-07-15T19:19:40.222Z Compiling sqlparser_derive v0.2.2
18822024-07-15T19:19:40.332Z Compiling unicode_categories v0.1.1
18832024-07-15T19:19:40.682Z Compiling nu-ansi-term v0.50.0
18842024-07-15T19:19:41.575Z Compiling rustyline v14.0.0
18852024-07-15T19:19:41.928Z Compiling sqlparser v0.45.0
18862024-07-15T19:19:42.253Z Compiling reedline v0.31.0
18872024-07-15T19:19:43.430Z Compiling oso v0.27.3
18882024-07-15T19:19:53.741Z Compiling snafu v0.8.2
18892024-07-15T19:19:55.054Z Compiling sqlformat v0.2.4
18902024-07-15T19:20:01.646Z Compiling peg v0.8.3
18912024-07-15T19:20:01.778Z Compiling tabled v0.15.0
18922024-07-15T19:20:07.746Z Compiling env_logger v0.9.3
18932024-07-15T19:20:08.136Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
18942024-07-15T19:20:11.470Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18952024-07-15T19:20:12.007Z Compiling globset v0.4.14
18962024-07-15T19:20:12.510Z Compiling olpc-cjson v0.1.3
18972024-07-15T19:20:12.866Z Compiling bcs v0.1.6
18982024-07-15T19:20:13.763Z Compiling bitstruct_derive v0.1.0
18992024-07-15T19:20:15.096Z Compiling serde_plain v1.0.2
19002024-07-15T19:20:15.662Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19012024-07-15T19:20:15.812Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
19022024-07-15T19:20:16.125Z Compiling ascii v1.1.0
19032024-07-15T19:20:16.908Z Compiling highway v1.1.0
19042024-07-15T19:20:16.929Z Compiling signature v1.6.4
19052024-07-15T19:20:17.108Z Compiling typed-path v0.7.1
19062024-07-15T19:20:18.323Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
19072024-07-15T19:20:18.635Z Compiling salty v0.2.0
19082024-07-15T19:20:19.087Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19092024-07-15T19:20:19.988Z Compiling tough v0.17.1
19102024-07-15T19:20:23.708Z Compiling ed25519 v1.5.3
19112024-07-15T19:20:24.021Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19122024-07-15T19:20:24.103Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19132024-07-15T19:20:24.386Z Compiling bitstruct v0.1.1
19142024-07-15T19:20:24.520Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19152024-07-15T19:20:25.436Z Compiling parking_lot v0.11.2
19162024-07-15T19:20:26.513Z Compiling nix v0.27.1
19172024-07-15T19:20:27.549Z Compiling trust-dns-client v0.22.0
19182024-07-15T19:20:29.528Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19192024-07-15T19:20:29.896Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
19202024-07-15T19:20:38.706Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19212024-07-15T19:20:39.944Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19222024-07-15T19:20:43.048Z Compiling curve25519-dalek v4.1.3
19232024-07-15T19:20:43.453Z Compiling kstat-rs v0.2.4
19242024-07-15T19:20:44.445Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19252024-07-15T19:20:45.318Z Compiling toml v0.5.11
19262024-07-15T19:20:52.635Z Compiling erased-serde v0.3.31
19272024-07-15T19:20:54.338Z Compiling serde_arrays v0.1.0
19282024-07-15T19:20:54.542Z Compiling serde-big-array v0.5.1
19292024-07-15T19:20:54.701Z Compiling parse-size v1.0.0
19302024-07-15T19:20:54.815Z Compiling keccak v0.1.5
19312024-07-15T19:20:54.994Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19322024-07-15T19:20:55.807Z Compiling sha3 v0.10.8
19332024-07-15T19:20:56.619Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19342024-07-15T19:21:01.409Z Compiling trust-dns-server v0.22.1
19352024-07-15T19:21:06.472Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19362024-07-15T19:21:06.983Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19372024-07-15T19:21:13.766Z Compiling sled v0.34.7
19382024-07-15T19:21:15.102Z Compiling mime_guess v2.0.4
19392024-07-15T19:21:20.846Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19402024-07-15T19:21:22.590Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19412024-07-15T19:21:23.192Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
19422024-07-15T19:21:24.693Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
19432024-07-15T19:21:25.873Z Compiling signal-hook-tokio v0.3.1
19442024-07-15T19:21:26.108Z Compiling universal-hash v0.5.1
19452024-07-15T19:21:26.351Z Compiling heck v0.3.3
19462024-07-15T19:21:26.737Z Compiling secrecy v0.8.0
19472024-07-15T19:21:27.012Z Compiling rand_seeder v0.2.3
19482024-07-15T19:21:27.417Z Compiling castaway v0.2.2
19492024-07-15T19:21:27.617Z Compiling thiserror-impl-no-std v2.0.2
19502024-07-15T19:21:30.411Z Compiling serde-big-array v0.4.1
19512024-07-15T19:21:30.622Z Compiling nanorand v0.7.0
19522024-07-15T19:21:31.395Z Compiling curve25519-dalek-derive v0.1.1
19532024-07-15T19:21:32.478Z Compiling opaque-debug v0.3.1
19542024-07-15T19:21:32.585Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19552024-07-15T19:21:32.891Z Compiling poly1305 v0.8.0
19562024-07-15T19:21:34.411Z Compiling flume v0.11.0
19572024-07-15T19:21:35.196Z Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19582024-07-15T19:21:36.604Z Compiling thiserror-no-std v2.0.2
19592024-07-15T19:21:36.737Z Compiling compact_str v0.7.1
19602024-07-15T19:21:38.348Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19612024-07-15T19:21:38.563Z Compiling zone_cfg_derive v0.1.2
19622024-07-15T19:21:39.960Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19632024-07-15T19:21:41.083Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19642024-07-15T19:21:41.451Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19652024-07-15T19:21:48.654Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19662024-07-15T19:21:49.249Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19672024-07-15T19:21:49.267Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19682024-07-15T19:21:51.118Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19692024-07-15T19:21:55.645Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19702024-07-15T19:21:55.926Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19712024-07-15T19:21:56.211Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19722024-07-15T19:21:56.475Z Compiling chacha20 v0.9.1
19732024-07-15T19:21:56.959Z Compiling unicode-truncate v1.0.0
19742024-07-15T19:21:57.227Z Compiling itertools v0.13.0
19752024-07-15T19:22:01.044Z Compiling aead v0.5.2
19762024-07-15T19:22:01.400Z Compiling lru v0.12.3
19772024-07-15T19:22:01.799Z Compiling stability v0.2.0
19782024-07-15T19:22:02.819Z Compiling base64 v0.13.1
19792024-07-15T19:22:03.622Z Compiling cassowary v0.3.0
19802024-07-15T19:22:03.650Z Compiling corncobs v0.1.3
19812024-07-15T19:22:03.903Z Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19822024-07-15T19:22:04.036Z Compiling ron v0.7.1
19832024-07-15T19:22:04.661Z Compiling ratatui v0.27.0
19842024-07-15T19:22:05.560Z Compiling chacha20poly1305 v0.10.1
19852024-07-15T19:22:05.863Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19862024-07-15T19:22:07.440Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19872024-07-15T19:22:09.347Z Compiling zone v0.1.8
19882024-07-15T19:22:09.671Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19892024-07-15T19:22:11.681Z Compiling vsss-rs v3.3.4
19902024-07-15T19:22:16.143Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19912024-07-15T19:22:16.894Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
19922024-07-15T19:22:19.749Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
19932024-07-15T19:22:21.121Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19942024-07-15T19:22:21.181Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19952024-07-15T19:22:21.250Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
19962024-07-15T19:22:21.451Z Compiling portpicker v0.1.1
19972024-07-15T19:22:21.961Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19982024-07-15T19:22:24.243Z Compiling csv-core v0.1.11
19992024-07-15T19:22:26.287Z Compiling smawk v0.3.2
20002024-07-15T19:22:26.539Z Compiling http-range v0.1.5
20012024-07-15T19:22:27.045Z Compiling unicode-linebreak v0.1.5
20022024-07-15T19:22:27.109Z Compiling hyper-staticfile v0.9.5
20032024-07-15T19:22:27.577Z Compiling textwrap v0.16.1
20042024-07-15T19:22:27.684Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20052024-07-15T19:22:28.465Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
20062024-07-15T19:22:30.143Z Compiling csv v1.3.0
20072024-07-15T19:22:31.299Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
20082024-07-15T19:22:39.490Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
20092024-07-15T19:22:40.457Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20102024-07-15T19:22:41.915Z Compiling rcgen v0.12.1
20112024-07-15T19:22:43.738Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
20122024-07-15T19:22:51.960Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20132024-07-15T19:22:52.140Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
20142024-07-15T19:22:52.410Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
20152024-07-15T19:22:52.433Z Compiling atomicwrites v0.4.3
20162024-07-15T19:22:52.966Z Compiling fatfs v0.3.6
20172024-07-15T19:22:53.541Z Compiling rtoolbox v0.0.2
20182024-07-15T19:22:53.878Z Compiling subprocess v0.2.9
20192024-07-15T19:22:53.978Z Compiling is_ci v1.2.0
20202024-07-15T19:22:54.288Z Compiling assert_matches v1.5.0
20212024-07-15T19:22:55.723Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20222024-07-15T19:22:58.934Z Compiling supports-color v3.0.0
20232024-07-15T19:22:59.272Z Compiling rpassword v7.3.1
20242024-07-15T19:22:59.634Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20252024-07-15T19:22:59.715Z Compiling tui-tree-widget v0.21.0
20262024-07-15T19:23:00.156Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20272024-07-15T19:23:01.537Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
20282024-07-15T19:23:02.902Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
20292024-07-15T19:23:03.188Z Compiling shell-words v1.1.0
20302024-07-15T19:23:03.641Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20312024-07-15T19:23:04.792Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20322024-07-15T19:23:15.591Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
20332024-07-15T19:23:25.495Z Compiling uzers v0.11.3
20342024-07-15T19:23:28.390Z Compiling multimap v0.10.0
20352024-07-15T19:23:28.809Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
20362024-07-15T19:25:14.778Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20372024-07-15T19:25:39.917Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20382024-07-15T19:32:11.493Z Finished `release` profile [optimized] target(s) in 14m 24s
20392024-07-15T19:32:58.419Z
20402024-07-15T19:32:58.422Zreal 15:12.518659062
20412024-07-15T19:32:58.422Zuser 1:45:42.818194310
20422024-07-15T19:32:58.422Zsys 5:47.166615491
20432024-07-15T19:32:58.422Ztrap 2.428852936
20442024-07-15T19:32:58.422Ztflt 2.246375182
20452024-07-15T19:32:58.422Zdflt 3.505475385
20462024-07-15T19:32:58.423Zkflt 0.021202361
20472024-07-15T19:32:58.423Zlock 6:18:09.192696588
20482024-07-15T19:32:58.423Zslp 4:06:15.143930251
20492024-07-15T19:32:58.423Zlat 2:37.036149601
20502024-07-15T19:32:58.423Zstop 1:59.044744265
20512024-07-15T19:32:58.423Z+ mapfile -t packages
20522024-07-15T19:32:58.423Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
20532024-07-15T19:32:59.322Z Finished `release` profile [optimized] target(s) in 0.85s
20542024-07-15T19:32:59.362Z Running `target/release/omicron-package -t test list-outputs`
20552024-07-15T19:32:59.399ZLogging to: /work/oxidecomputer/omicron/out/LOG
20562024-07-15T19:32:59.402Z+ ptime -m cargo build --locked --release -p xtask
20572024-07-15T19:32:59.999Z Compiling serde v1.0.204
20582024-07-15T19:33:00.002Z Compiling bitflags v2.5.0
20592024-07-15T19:33:00.002Z Compiling syn v2.0.68
20602024-07-15T19:33:00.090Z Compiling scopeguard v1.2.0
20612024-07-15T19:33:00.097Z Compiling bytes v1.6.0
20622024-07-15T19:33:00.100Z Compiling smallvec v1.13.2
20632024-07-15T19:33:00.114Z Compiling log v0.4.21
20642024-07-15T19:33:00.212Z Compiling lock_api v0.4.12
20652024-07-15T19:33:00.597Z Compiling parking_lot_core v0.9.10
20662024-07-15T19:33:00.609Z Compiling serde_json v1.0.120
20672024-07-15T19:33:00.638Z Compiling hashbrown v0.14.5
20682024-07-15T19:33:00.654Z Compiling mio v0.8.11
20692024-07-15T19:33:00.701Z Compiling libc v0.2.155
20702024-07-15T19:33:00.949Z Compiling parking_lot v0.12.2
20712024-07-15T19:33:01.013Z Compiling generic-array v0.14.7
20722024-07-15T19:33:01.303Z Compiling slog v2.7.0
20732024-07-15T19:33:01.562Z Compiling rustix v0.38.34
20742024-07-15T19:33:01.833Z Compiling http v0.2.12
20752024-07-15T19:33:01.922Z Compiling usdt-impl v0.5.0
20762024-07-15T19:33:02.164Z Compiling indexmap v2.2.6
20772024-07-15T19:33:02.213Z Compiling syn v1.0.109
20782024-07-15T19:33:02.421Z Compiling time-macros v0.2.18
20792024-07-15T19:33:02.610Z Compiling thread-id v4.2.1
20802024-07-15T19:33:02.735Z Compiling tracing v0.1.40
20812024-07-15T19:33:03.449Z Compiling crossbeam-utils v0.8.19
20822024-07-15T19:33:03.728Z Compiling http-body v0.4.6
20832024-07-15T19:33:04.151Z Compiling unicode-normalization v0.1.23
20842024-07-15T19:33:04.243Z Compiling unicode-bidi v0.3.15
20852024-07-15T19:33:05.480Z Compiling idna v0.5.0
20862024-07-15T19:33:05.526Z Compiling time v0.3.36
20872024-07-15T19:33:06.119Z Compiling block-buffer v0.10.4
20882024-07-15T19:33:06.376Z Compiling crypto-common v0.1.6
20892024-07-15T19:33:06.600Z Compiling terminal_size v0.3.0
20902024-07-15T19:33:06.823Z Compiling fs-err v2.11.0
20912024-07-15T19:33:07.123Z Compiling proc-macro-error v1.0.4
20922024-07-15T19:33:07.384Z Compiling anyhow v1.0.86
20932024-07-15T19:33:07.741Z Compiling clap_builder v4.5.9
20942024-07-15T19:33:08.102Z Compiling crossbeam-channel v0.5.12
20952024-07-15T19:33:08.510Z Compiling digest v0.10.7
20962024-07-15T19:33:08.755Z Compiling url v2.5.0
20972024-07-15T19:33:08.914Z Compiling xattr v1.3.1
20982024-07-15T19:33:09.227Z Compiling sha2 v0.10.8
20992024-07-15T19:33:09.790Z Compiling slog-async v2.8.0
21002024-07-15T19:33:10.023Z Compiling tabled_derive v0.7.0
21012024-07-15T19:33:11.756Z Compiling serde_derive v1.0.204
21022024-07-15T19:33:12.186Z Compiling thiserror-impl v1.0.60
21032024-07-15T19:33:12.295Z Compiling zerocopy-derive v0.7.34
21042024-07-15T19:33:12.846Z Compiling futures-macro v0.3.30
21052024-07-15T19:33:14.324Z Compiling tokio-macros v2.3.0
21062024-07-15T19:33:14.388Z Compiling zerocopy v0.7.34
21072024-07-15T19:33:14.738Z Compiling scroll_derive v0.12.0
21082024-07-15T19:33:14.815Z Compiling futures-util v0.3.30
21092024-07-15T19:33:15.059Z Compiling thiserror v1.0.60
21102024-07-15T19:33:15.219Z Compiling pest v2.7.10
21112024-07-15T19:33:15.919Z Compiling tokio v1.38.0
21122024-07-15T19:33:16.182Z Compiling openssl-macros v0.1.1
21132024-07-15T19:33:16.213Z Compiling scroll v0.12.0
21142024-07-15T19:33:16.890Z Compiling goblin v0.8.2
21152024-07-15T19:33:16.904Z Compiling openssl v0.10.64
21162024-07-15T19:33:18.076Z Compiling pest_meta v2.7.10
21172024-07-15T19:33:21.908Z Compiling pest_generator v2.7.10
21182024-07-15T19:33:23.835Z Compiling pest_derive v2.7.10
21192024-07-15T19:33:24.628Z Compiling dtrace-parser v0.2.0
21202024-07-15T19:33:26.706Z Compiling tokio-util v0.7.11
21212024-07-15T19:33:29.119Z Compiling serde_tokenstream v0.2.1
21222024-07-15T19:33:29.670Z Compiling h2 v0.3.26
21232024-07-15T19:33:31.473Z Compiling dof v0.3.0
21242024-07-15T19:33:32.794Z Compiling toml_datetime v0.6.6
21252024-07-15T19:33:33.108Z Compiling serde_spanned v0.6.6
21262024-07-15T19:33:33.389Z Compiling native-tls v0.2.11
21272024-07-15T19:33:33.922Z Compiling tokio-native-tls v0.3.1
21282024-07-15T19:33:34.237Z Compiling toml_edit v0.22.14
21292024-07-15T19:33:34.496Z Compiling usdt-attr-macro v0.5.0
21302024-07-15T19:33:35.926Z Compiling hyper v0.14.28
21312024-07-15T19:33:41.097Z Compiling hyper-tls v0.5.0
21322024-07-15T19:33:41.508Z Compiling toml v0.8.14
21332024-07-15T19:33:42.625Z Compiling usdt-macro v0.5.0
21342024-07-15T19:33:43.087Z Compiling slog-json v2.6.1
21352024-07-15T19:33:43.630Z Compiling camino v1.1.7
21362024-07-15T19:33:43.880Z Compiling serde_urlencoded v0.7.1
21372024-07-15T19:33:44.517Z Compiling cargo-platform v0.1.8
21382024-07-15T19:33:44.683Z Compiling semver v1.0.23
21392024-07-15T19:33:45.012Z Compiling futures-executor v0.3.30
21402024-07-15T19:33:45.670Z Compiling strum_macros v0.26.4
21412024-07-15T19:33:46.109Z Compiling clap_derive v4.5.8
21422024-07-15T19:33:46.278Z Compiling futures v0.3.30
21432024-07-15T19:33:46.412Z Compiling cargo_metadata v0.18.1
21442024-07-15T19:33:48.531Z Compiling reqwest v0.11.27
21452024-07-15T19:33:48.865Z Compiling usdt v0.5.0
21462024-07-15T19:33:50.421Z Compiling slog-bunyan v2.5.0
21472024-07-15T19:33:50.573Z Compiling strum v0.26.2
21482024-07-15T19:33:50.698Z Compiling cargo_toml v0.20.3
21492024-07-15T19:33:50.711Z Compiling macaddr v1.0.1
21502024-07-15T19:33:50.746Z Compiling clap v4.5.9
21512024-07-15T19:33:50.783Z Compiling tabled v0.15.0
21522024-07-15T19:33:50.872Z Compiling tar v0.4.40
21532024-07-15T19:33:51.346Z Compiling slog-term v2.9.1
21542024-07-15T19:34:07.960Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21552024-07-15T19:34:22.280Z Finished `release` profile [optimized] target(s) in 1m 22s
21562024-07-15T19:34:22.374Z
21572024-07-15T19:34:22.374Zreal 1:22.940884633
21582024-07-15T19:34:22.374Zuser 8:59.213943298
21592024-07-15T19:34:22.374Zsys 50.750727630
21602024-07-15T19:34:22.374Ztrap 0.244448281
21612024-07-15T19:34:22.374Ztflt 0.503298133
21622024-07-15T19:34:22.377Zdflt 0.220017930
21632024-07-15T19:34:22.377Zkflt 0.000001650
21642024-07-15T19:34:22.377Zlock 20:11.157344853
21652024-07-15T19:34:22.377Zslp 22:31.388556736
21662024-07-15T19:34:22.377Zlat 25.192507546
21672024-07-15T19:34:22.377Zstop 22.756458106
21682024-07-15T19:34:22.377Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
21692024-07-15T19:34:22.377Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
21702024-07-15T19:34:22.377Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
21712024-07-15T19:34:22.377Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
21722024-07-15T19:34:22.377Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
21732024-07-15T19:34:22.927Z Downloading crates ...
21742024-07-15T19:34:23.177Z Downloaded dirs v5.0.1
21752024-07-15T19:34:23.186Z Downloaded option-ext v0.2.0
21762024-07-15T19:34:23.193Z Downloaded russh-cryptovec v0.7.2
21772024-07-15T19:34:23.199Z Downloaded dhcproto-macros v0.1.0
21782024-07-15T19:34:23.202Z Downloaded aes v0.8.4
21792024-07-15T19:34:23.205Z Downloaded md5 v0.7.0
21802024-07-15T19:34:23.209Z Downloaded rfc6979 v0.4.0
21812024-07-15T19:34:23.209Z Downloaded rand_chacha v0.2.2
21822024-07-15T19:34:23.210Z Downloaded primeorder v0.13.6
21832024-07-15T19:34:23.210Z Downloaded polyval v0.6.2
21842024-07-15T19:34:23.215Z Downloaded ghash v0.5.1
21852024-07-15T19:34:23.215Z Downloaded ctr v0.9.2
21862024-07-15T19:34:23.215Z Downloaded rand_core v0.5.1
21872024-07-15T19:34:23.215Z Downloaded pbkdf2 v0.11.0
21882024-07-15T19:34:23.219Z Downloaded internet-checksum v0.2.1
21892024-07-15T19:34:23.219Z Downloaded ed25519 v2.2.3
21902024-07-15T19:34:23.219Z Downloaded dirs-sys v0.4.1
21912024-07-15T19:34:23.223Z Downloaded bcrypt-pbkdf v0.10.0
21922024-07-15T19:34:23.223Z Downloaded pbkdf2 v0.12.2
21932024-07-15T19:34:23.223Z Downloaded getrandom v0.1.16
21942024-07-15T19:34:23.227Z Downloaded ecdsa v0.16.9
21952024-07-15T19:34:23.227Z Downloaded hex-literal v0.4.1
21962024-07-15T19:34:23.235Z Downloaded cbc v0.1.2
21972024-07-15T19:34:23.235Z Downloaded blowfish v0.9.1
21982024-07-15T19:34:23.235Z Downloaded russh-keys v0.43.0
21992024-07-15T19:34:23.235Z Downloaded dhcproto v0.11.0
22002024-07-15T19:34:23.236Z Downloaded password-hash v0.4.2
22012024-07-15T19:34:23.239Z Downloaded p256 v0.13.2
22022024-07-15T19:34:23.251Z Downloaded ed25519-dalek v2.1.1
22032024-07-15T19:34:23.261Z Downloaded russh v0.43.0
22042024-07-15T19:34:23.270Z Downloaded rand v0.7.3
22052024-07-15T19:34:23.270Z Downloaded p521 v0.13.3
22062024-07-15T19:34:23.281Z Downloaded aes-gcm v0.10.3
22072024-07-15T19:34:23.441Z Compiling serde v1.0.204
22082024-07-15T19:34:23.493Z Compiling scopeguard v1.2.0
22092024-07-15T19:34:23.493Z Compiling log v0.4.21
22102024-07-15T19:34:23.525Z Compiling smallvec v1.13.2
22112024-07-15T19:34:23.557Z Compiling syn v2.0.68
22122024-07-15T19:34:23.557Z Compiling getrandom v0.2.14
22132024-07-15T19:34:23.557Z Compiling generic-array v0.14.7
22142024-07-15T19:34:23.557Z Compiling libm v0.2.8
22152024-07-15T19:34:23.653Z Compiling lock_api v0.4.12
22162024-07-15T19:34:23.850Z Compiling rand_core v0.6.4
22172024-07-15T19:34:23.945Z Compiling parking_lot_core v0.9.10
22182024-07-15T19:34:23.963Z Compiling num-traits v0.2.19
22192024-07-15T19:34:23.975Z Compiling subtle v2.5.0
22202024-07-15T19:34:24.056Z Compiling mio v0.8.11
22212024-07-15T19:34:24.124Z Compiling spin v0.9.8
22222024-07-15T19:34:24.285Z Compiling parking_lot v0.12.2
22232024-07-15T19:34:24.374Z Compiling ahash v0.8.11
22242024-07-15T19:34:24.427Z Compiling serde_json v1.0.120
22252024-07-15T19:34:24.509Z Compiling allocator-api2 v0.2.18
22262024-07-15T19:34:24.556Z Compiling const-oid v0.9.6
22272024-07-15T19:34:24.760Z Compiling iana-time-zone v0.1.60
22282024-07-15T19:34:24.777Z Compiling syn v1.0.109
22292024-07-15T19:34:25.281Z Compiling unicode-normalization v0.1.23
22302024-07-15T19:34:25.303Z Compiling schemars v0.8.21
22312024-07-15T19:34:25.394Z Compiling unicode-bidi v0.3.15
22322024-07-15T19:34:25.484Z Compiling dyn-clone v1.0.17
22332024-07-15T19:34:25.659Z Compiling ppv-lite86 v0.2.17
22342024-07-15T19:34:25.693Z Compiling time-macros v0.2.18
22352024-07-15T19:34:26.394Z Compiling ring v0.17.8
22362024-07-15T19:34:26.417Z Compiling rand_chacha v0.3.1
22372024-07-15T19:34:26.619Z Compiling aho-corasick v1.1.3
22382024-07-15T19:34:27.007Z Compiling regex-syntax v0.8.3
22392024-07-15T19:34:27.383Z Compiling rand v0.8.5
22402024-07-15T19:34:28.785Z Compiling idna v0.5.0
22412024-07-15T19:34:29.207Z Compiling time v0.3.36
22422024-07-15T19:34:29.447Z Compiling slog v2.7.0
22432024-07-15T19:34:30.042Z Compiling url v2.5.0
22442024-07-15T19:34:30.421Z Compiling regex-automata v0.4.6
22452024-07-15T19:34:30.450Z Compiling untrusted v0.9.0
22462024-07-15T19:34:31.974Z Compiling serde_derive_internals v0.29.1
22472024-07-15T19:34:33.118Z Compiling lazy_static v1.5.0
22482024-07-15T19:34:33.237Z Compiling backtrace v0.3.71
22492024-07-15T19:34:33.678Z Compiling gimli v0.28.1
22502024-07-15T19:34:33.764Z Compiling object v0.32.2
22512024-07-15T19:34:34.619Z Compiling anyhow v1.0.86
22522024-07-15T19:34:34.807Z Compiling rustc-demangle v0.1.24
22532024-07-15T19:34:34.880Z Compiling base64ct v1.6.0
22542024-07-15T19:34:35.444Z Compiling rustls v0.21.12
22552024-07-15T19:34:35.497Z Compiling crossbeam-utils v0.8.19
22562024-07-15T19:34:35.697Z Compiling winnow v0.5.40
22572024-07-15T19:34:35.811Z Compiling regex v1.10.5
22582024-07-15T19:34:36.189Z Compiling sct v0.7.1
22592024-07-15T19:34:36.513Z Compiling rustls-webpki v0.101.7
22602024-07-15T19:34:36.949Z Compiling cookie v0.17.0
22612024-07-15T19:34:38.523Z Compiling addr2line v0.21.0
22622024-07-15T19:34:38.696Z Compiling serde_derive v1.0.204
22632024-07-15T19:34:39.189Z Compiling zeroize_derive v1.4.2
22642024-07-15T19:34:39.613Z Compiling thiserror-impl v1.0.60
22652024-07-15T19:34:40.011Z Compiling zerocopy-derive v0.7.34
22662024-07-15T19:34:40.582Z Compiling tokio-macros v2.3.0
22672024-07-15T19:34:40.842Z Compiling zeroize v1.7.0
22682024-07-15T19:34:41.244Z Compiling futures-macro v0.3.30
22692024-07-15T19:34:42.358Z Compiling schemars_derive v0.8.21
22702024-07-15T19:34:42.382Z Compiling zerocopy v0.7.34
22712024-07-15T19:34:42.607Z Compiling crypto-common v0.1.6
22722024-07-15T19:34:42.830Z Compiling block-buffer v0.10.4
22732024-07-15T19:34:43.059Z Compiling thiserror v1.0.60
22742024-07-15T19:34:43.079Z Compiling digest v0.10.7
22752024-07-15T19:34:43.207Z Compiling tracing-attributes v0.1.27
22762024-07-15T19:34:43.386Z Compiling futures-util v0.3.30
22772024-07-15T19:34:43.602Z Compiling async-trait v0.1.81
22782024-07-15T19:34:44.569Z Compiling hashbrown v0.14.5
22792024-07-15T19:34:45.850Z Compiling openssl-macros v0.1.1
22802024-07-15T19:34:46.596Z Compiling pest v2.7.10
22812024-07-15T19:34:46.623Z Compiling idna v0.3.0
22822024-07-15T19:34:46.690Z Compiling data-encoding v2.6.0
22832024-07-15T19:34:47.012Z Compiling psl-types v2.0.11
22842024-07-15T19:34:47.199Z Compiling tracing v0.1.40
22852024-07-15T19:34:47.202Z Compiling hmac v0.12.1
22862024-07-15T19:34:47.472Z Compiling publicsuffix v2.2.3
22872024-07-15T19:34:47.719Z Compiling scroll_derive v0.12.0
22882024-07-15T19:34:47.797Z Compiling bitflags v1.3.2
22892024-07-15T19:34:47.898Z Compiling webpki-roots v0.25.4
22902024-07-15T19:34:48.061Z Compiling block-padding v0.3.3
22912024-07-15T19:34:48.204Z Compiling der_derive v0.7.2
22922024-07-15T19:34:48.326Z Compiling pem-rfc7468 v0.7.0
22932024-07-15T19:34:48.871Z Compiling flagset v0.4.5
22942024-07-15T19:34:49.076Z Compiling pest_meta v2.7.10
22952024-07-15T19:34:49.078Z Compiling inout v0.1.3
22962024-07-15T19:34:49.093Z Compiling sha2 v0.10.8
22972024-07-15T19:34:49.237Z Compiling futures-executor v0.3.30
22982024-07-15T19:34:49.398Z Compiling scroll v0.12.0
22992024-07-15T19:34:49.490Z Compiling cipher v0.4.4
23002024-07-15T19:34:49.709Z Compiling futures v0.3.30
23012024-07-15T19:34:49.836Z Compiling either v1.12.0
23022024-07-15T19:34:49.852Z Compiling ff v0.13.0
23032024-07-15T19:34:49.974Z Compiling goblin v0.8.2
23042024-07-15T19:34:49.977Z Compiling base16ct v0.2.0
23052024-07-15T19:34:50.077Z Compiling stable_deref_trait v1.2.0
23062024-07-15T19:34:50.222Z Compiling group v0.13.0
23072024-07-15T19:34:50.271Z Compiling hkdf v0.12.4
23082024-07-15T19:34:50.310Z Compiling pest_generator v2.7.10
23092024-07-15T19:34:50.553Z Compiling crypto-bigint v0.5.5
23102024-07-15T19:34:50.572Z Compiling crossbeam-epoch v0.9.18
23112024-07-15T19:34:50.930Z Compiling der v0.7.9
23122024-07-15T19:34:51.378Z Compiling num-integer v0.1.46
23132024-07-15T19:34:52.189Z Compiling unicode-segmentation v1.11.0
23142024-07-15T19:34:52.424Z Compiling managed v0.8.0
23152024-07-15T19:34:52.559Z Compiling matches v0.1.10
23162024-07-15T19:34:52.654Z Compiling idna v0.2.3
23172024-07-15T19:34:52.882Z Compiling enum-as-inner v0.5.1
23182024-07-15T19:34:53.002Z Compiling bit-vec v0.6.3
23192024-07-15T19:34:53.470Z Compiling bytes v1.6.0
23202024-07-15T19:34:53.924Z Compiling indexmap v2.2.6
23212024-07-15T19:34:54.273Z Compiling chrono v0.4.38
23222024-07-15T19:34:54.399Z Compiling tokio v1.38.0
23232024-07-15T19:34:54.533Z Compiling uuid v1.9.1
23242024-07-15T19:34:54.782Z Compiling bitflags v2.5.0
23252024-07-15T19:34:55.296Z Compiling semver v1.0.23
23262024-07-15T19:34:55.396Z Compiling http v0.2.12
23272024-07-15T19:34:56.031Z Compiling serde_tokenstream v0.2.1
23282024-07-15T19:34:56.093Z Compiling serde_spanned v0.6.6
23292024-07-15T19:34:56.321Z Compiling toml_datetime v0.6.6
23302024-07-15T19:34:56.611Z Compiling toml_edit v0.19.15
23312024-07-15T19:34:56.845Z Compiling http-body v0.4.6
23322024-07-15T19:34:57.063Z Compiling openssl v0.10.64
23332024-07-15T19:34:57.318Z Compiling rustix v0.38.34
23342024-07-15T19:34:57.949Z Compiling serde_urlencoded v0.7.1
23352024-07-15T19:34:58.246Z Compiling openapiv3 v2.0.0
23362024-07-15T19:34:58.472Z Compiling cookie_store v0.20.0
23372024-07-15T19:35:00.117Z Compiling rustc_version v0.4.0
23382024-07-15T19:35:00.507Z Compiling pest_derive v2.7.10
23392024-07-15T19:35:00.651Z Compiling dof v0.3.0
23402024-07-15T19:35:00.821Z Compiling spki v0.7.3
23412024-07-15T19:35:00.888Z Compiling ipnetwork v0.20.0
23422024-07-15T19:35:01.197Z Compiling pkcs8 v0.10.2
23432024-07-15T19:35:01.344Z Compiling dtrace-parser v0.2.0
23442024-07-15T19:35:01.791Z Compiling sec1 v0.7.3
23452024-07-15T19:35:01.809Z Compiling toml v0.7.8
23462024-07-15T19:35:02.411Z Compiling tokio-util v0.7.11
23472024-07-15T19:35:02.733Z Compiling tokio-rustls v0.24.1
23482024-07-15T19:35:03.032Z Compiling usdt-impl v0.5.0
23492024-07-15T19:35:03.154Z Compiling native-tls v0.2.11
23502024-07-15T19:35:03.621Z Compiling h2 v0.3.26
23512024-07-15T19:35:03.646Z Compiling tokio-native-tls v0.3.1
23522024-07-15T19:35:03.818Z Compiling elliptic-curve v0.13.8
23532024-07-15T19:35:03.890Z Compiling toml_edit v0.22.14
23542024-07-15T19:35:03.940Z Compiling hex v0.4.3
23552024-07-15T19:35:04.575Z Compiling siphasher v0.3.11
23562024-07-15T19:35:04.663Z Compiling trust-dns-proto v0.22.0
23572024-07-15T19:35:04.758Z Compiling usdt-macro v0.5.0
23582024-07-15T19:35:04.979Z Compiling usdt-attr-macro v0.5.0
23592024-07-15T19:35:05.117Z Compiling heapless v0.7.17
23602024-07-15T19:35:05.577Z Compiling terminal_size v0.3.0
23612024-07-15T19:35:05.805Z Compiling num-bigint v0.4.5
23622024-07-15T19:35:06.052Z Compiling signal-hook v0.3.17
23632024-07-15T19:35:06.314Z Compiling finl_unicode v1.2.0
23642024-07-15T19:35:06.356Z Compiling clap_builder v4.5.9
23652024-07-15T19:35:06.689Z Compiling usdt v0.5.0
23662024-07-15T19:35:06.924Z Compiling stringprep v0.1.4
23672024-07-15T19:35:07.324Z Compiling itertools v0.10.5
23682024-07-15T19:35:08.180Z Compiling regress v0.9.1
23692024-07-15T19:35:10.118Z Compiling yasna v0.5.2
23702024-07-15T19:35:10.212Z Compiling md-5 v0.10.6
23712024-07-15T19:35:10.501Z Compiling hyper v0.14.28
23722024-07-15T19:35:12.122Z Compiling clap_derive v4.5.8
23732024-07-15T19:35:12.856Z Compiling hash32 v0.2.1
23742024-07-15T19:35:13.274Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23752024-07-15T19:35:13.492Z Compiling fallible-iterator v0.2.0
23762024-07-15T19:35:13.608Z Compiling regex-automata v0.1.10
23772024-07-15T19:35:14.078Z Compiling smoltcp v0.9.1
23782024-07-15T19:35:14.169Z Compiling postgres-protocol v0.6.6
23792024-07-15T19:35:14.191Z Compiling bstr v0.2.17
23802024-07-15T19:35:14.873Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23812024-07-15T19:35:15.661Z Compiling phf_shared v0.11.2
23822024-07-15T19:35:15.777Z Compiling tokio-stream v0.1.15
23832024-07-15T19:35:16.079Z Compiling hubpack_derive v0.1.1
23842024-07-15T19:35:16.178Z Compiling zerocopy-derive v0.6.6
23852024-07-15T19:35:16.569Z Compiling diesel_table_macro_syntax v0.1.0
23862024-07-15T19:35:16.684Z Compiling scheduled-thread-pool v0.2.7
23872024-07-15T19:35:16.793Z Compiling fs-err v2.11.0
23882024-07-15T19:35:16.987Z Compiling fixedbitset v0.4.2
23892024-07-15T19:35:17.017Z Compiling hubpack v0.1.2
23902024-07-15T19:35:17.214Z Compiling diesel_derives v2.1.4
23912024-07-15T19:35:17.332Z Compiling hyper-rustls v0.24.2
23922024-07-15T19:35:17.458Z Compiling hyper-tls v0.5.0
23932024-07-15T19:35:17.493Z Compiling petgraph v0.6.5
23942024-07-15T19:35:17.509Z Compiling clap v4.5.9
23952024-07-15T19:35:17.635Z Compiling r2d2 v0.8.10
23962024-07-15T19:35:17.703Z Compiling signal-hook-mio v0.2.3
23972024-07-15T19:35:17.816Z Compiling reqwest v0.11.27
23982024-07-15T19:35:17.875Z Compiling phf v0.11.2
23992024-07-15T19:35:18.181Z Compiling similar v2.5.0
24002024-07-15T19:35:18.556Z Compiling zerocopy v0.6.6
24012024-07-15T19:35:19.428Z Compiling postgres-types v0.2.6
24022024-07-15T19:35:20.601Z Compiling phf_shared v0.10.0
24032024-07-15T19:35:20.650Z Compiling num-iter v0.1.45
24042024-07-15T19:35:20.835Z Compiling strum_macros v0.25.3
24052024-07-15T19:35:20.998Z Compiling serde_repr v0.1.19
24062024-07-15T19:35:21.024Z Compiling console v0.15.8
24072024-07-15T19:35:21.027Z Compiling float-cmp v0.9.0
24082024-07-15T19:35:21.260Z Compiling static_assertions v1.1.0
24092024-07-15T19:35:21.373Z Compiling predicates-core v1.0.6
24102024-07-15T19:35:21.556Z Compiling precomputed-hash v0.1.1
24112024-07-15T19:35:21.693Z Compiling whoami v1.5.1
24122024-07-15T19:35:21.752Z Compiling normalize-line-endings v0.3.0
24132024-07-15T19:35:21.890Z Compiling new_debug_unreachable v1.0.6
24142024-07-15T19:35:21.993Z Compiling difflib v0.4.0
24152024-07-15T19:35:22.204Z Compiling minimal-lexical v0.2.1
24162024-07-15T19:35:22.371Z Compiling tokio-postgres v0.7.10
24172024-07-15T19:35:22.633Z Compiling nom v7.1.3
24182024-07-15T19:35:22.753Z Compiling predicates v3.1.0
24192024-07-15T19:35:23.696Z Compiling string_cache v0.8.7
24202024-07-15T19:35:24.188Z Compiling crossterm v0.27.0
24212024-07-15T19:35:25.215Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
24222024-07-15T19:35:25.426Z Compiling bit-set v0.5.3
24232024-07-15T19:35:25.737Z Compiling itertools v0.12.1
24242024-07-15T19:35:26.487Z Compiling bstr v1.9.1
24252024-07-15T19:35:27.576Z Compiling getopts v0.2.21
24262024-07-15T19:35:28.077Z Compiling unicode-xid v0.2.4
24272024-07-15T19:35:28.267Z Compiling lalrpop-util v0.19.12
24282024-07-15T19:35:28.391Z Compiling unsafe-libyaml v0.2.11
24292024-07-15T19:35:28.618Z Compiling peg-runtime v0.8.3
24302024-07-15T19:35:28.653Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24312024-07-15T19:35:29.006Z Compiling sha1 v0.10.6
24322024-07-15T19:35:29.111Z Compiling camino v1.1.7
24332024-07-15T19:35:29.354Z Compiling strum_macros v0.26.4
24342024-07-15T19:35:29.449Z Compiling http v1.1.0
24352024-07-15T19:35:30.168Z Compiling serde_yaml v0.9.34+deprecated
24362024-07-15T19:35:30.431Z Compiling base64 v0.22.1
24372024-07-15T19:35:30.732Z Compiling diesel v2.1.6
24382024-07-15T19:35:31.275Z Compiling toml v0.8.14
24392024-07-15T19:35:31.878Z Compiling rustls-pki-types v1.7.0
24402024-07-15T19:35:32.012Z Compiling crossbeam-channel v0.5.12
24412024-07-15T19:35:32.765Z Compiling rustls v0.22.4
24422024-07-15T19:35:33.038Z Compiling paste v1.0.15
24432024-07-15T19:35:33.082Z Compiling ident_case v1.0.1
24442024-07-15T19:35:33.174Z Compiling slog-async v2.8.0
24452024-07-15T19:35:33.273Z Compiling darling_core v0.20.9
24462024-07-15T19:35:33.650Z Compiling slog-term v2.9.1
24472024-07-15T19:35:33.698Z Compiling rustls-webpki v0.102.4
24482024-07-15T19:35:34.411Z Compiling multer v3.1.0
24492024-07-15T19:35:34.954Z Compiling slog-json v2.6.1
24502024-07-15T19:35:35.015Z Compiling strum v0.26.2
24512024-07-15T19:35:35.251Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24522024-07-15T19:35:35.269Z Compiling async-stream-impl v0.3.5
24532024-07-15T19:35:35.367Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
24542024-07-15T19:35:35.671Z Compiling instant v0.1.12
24552024-07-15T19:35:35.834Z Compiling debug-ignore v1.0.5
24562024-07-15T19:35:35.949Z Compiling atomic-waker v1.1.2
24572024-07-15T19:35:36.056Z Compiling waitgroup v0.1.2
24582024-07-15T19:35:36.073Z Compiling slog-bunyan v2.5.0
24592024-07-15T19:35:36.283Z Compiling rustls-pemfile v2.1.2
24602024-07-15T19:35:36.300Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
24612024-07-15T19:35:36.718Z Compiling async-stream v0.3.5
24622024-07-15T19:35:36.764Z Compiling serde_path_to_error v0.1.16
24632024-07-15T19:35:37.068Z Compiling hostname v0.4.0
24642024-07-15T19:35:37.278Z Compiling structmeta-derive v0.3.0
24652024-07-15T19:35:37.348Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24662024-07-15T19:35:37.657Z Compiling newtype-uuid v1.1.0
24672024-07-15T19:35:37.977Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24682024-07-15T19:35:38.122Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692024-07-15T19:35:38.437Z Compiling backoff v0.4.0
24702024-07-15T19:35:38.747Z Compiling tokio-rustls v0.25.0
24712024-07-15T19:35:38.794Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24722024-07-15T19:35:38.990Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24732024-07-15T19:35:39.162Z Compiling macaddr v1.0.1
24742024-07-15T19:35:39.178Z Compiling proc-macro-crate v1.3.1
24752024-07-15T19:35:39.639Z Compiling fastrand v2.1.0
24762024-07-15T19:35:39.895Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24772024-07-15T19:35:40.045Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24782024-07-15T19:35:40.255Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24792024-07-15T19:35:40.284Z Compiling num_enum_derive v0.5.11
24802024-07-15T19:35:40.476Z Compiling structmeta v0.3.0
24812024-07-15T19:35:40.630Z Compiling tempfile v3.10.1
24822024-07-15T19:35:40.735Z Compiling darling_macro v0.20.9
24832024-07-15T19:35:40.935Z Compiling parse-display-derive v0.9.1
24842024-07-15T19:35:41.522Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24852024-07-15T19:35:41.939Z Compiling darling v0.20.9
24862024-07-15T19:35:41.942Z Compiling foreign-types-macros v0.2.3
24872024-07-15T19:35:41.959Z Compiling serde_with_macros v3.8.3
24882024-07-15T19:35:43.122Z Compiling num_enum v0.5.11
24892024-07-15T19:35:43.165Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24902024-07-15T19:35:43.296Z Compiling foreign-types-shared v0.3.1
24912024-07-15T19:35:43.422Z Compiling heapless v0.8.0
24922024-07-15T19:35:43.466Z Compiling foreign-types v0.5.0
24932024-07-15T19:35:43.588Z Compiling proc-macro-error v1.0.4
24942024-07-15T19:35:44.482Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24952024-07-15T19:35:44.510Z Compiling hash32 v0.3.1
24962024-07-15T19:35:44.774Z Compiling cstr-argument v0.1.2
24972024-07-15T19:35:45.036Z Compiling pretty-hex v0.2.1
24982024-07-15T19:35:45.145Z Compiling smoltcp v0.11.0
24992024-07-15T19:35:45.202Z Compiling serde_with v3.8.3
25002024-07-15T19:35:45.266Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25012024-07-15T19:35:45.608Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25022024-07-15T19:35:46.039Z Compiling camino-tempfile v1.1.1
25032024-07-15T19:35:46.111Z Compiling parse-display v0.9.1
25042024-07-15T19:35:46.328Z Compiling tabwriter v1.4.0
25052024-07-15T19:35:46.511Z Compiling colored v2.1.0
25062024-07-15T19:35:46.729Z Compiling socket2 v0.4.10
25072024-07-15T19:35:46.879Z Compiling embedded-io v0.4.0
25082024-07-15T19:35:46.882Z Compiling cobs v0.2.3
25092024-07-15T19:35:47.122Z Compiling postcard v1.0.8
25102024-07-15T19:35:47.340Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25112024-07-15T19:35:47.639Z Compiling crucible-workspace-hack v0.1.0
25122024-07-15T19:35:47.664Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25132024-07-15T19:35:47.922Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25142024-07-15T19:35:47.941Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
25152024-07-15T19:35:48.067Z Compiling smf v0.2.3
25162024-07-15T19:35:48.246Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25172024-07-15T19:35:48.593Z Compiling humantime v2.1.0
25182024-07-15T19:35:48.926Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25192024-07-15T19:35:49.140Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25202024-07-15T19:35:49.326Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25212024-07-15T19:35:49.498Z Compiling num-derive v0.4.2
25222024-07-15T19:35:49.706Z Compiling sigpipe v0.1.3
25232024-07-15T19:35:49.810Z Compiling utf-8 v0.7.6
25242024-07-15T19:35:49.842Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25252024-07-15T19:35:50.170Z Compiling atty v0.2.14
25262024-07-15T19:35:50.315Z Compiling semver v0.1.20
25272024-07-15T19:35:50.318Z Compiling rayon-core v1.12.1
25282024-07-15T19:35:50.602Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25292024-07-15T19:35:50.719Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25302024-07-15T19:35:51.035Z Compiling same-file v1.0.6
25312024-07-15T19:35:51.268Z Compiling walkdir v2.5.0
25322024-07-15T19:35:52.068Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
25332024-07-15T19:35:52.149Z Compiling rustc_version v0.1.7
25342024-07-15T19:35:52.229Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25352024-07-15T19:35:52.466Z Compiling curve25519-dalek v4.1.3
25362024-07-15T19:35:52.659Z Compiling newline-converter v0.3.0
25372024-07-15T19:35:52.679Z Compiling crossbeam-deque v0.8.5
25382024-07-15T19:35:52.713Z Compiling universal-hash v0.5.1
25392024-07-15T19:35:52.833Z Compiling prettyplease v0.2.20
25402024-07-15T19:35:52.904Z Compiling opaque-debug v0.3.1
25412024-07-15T19:35:53.023Z Compiling expectorate v1.1.0
25422024-07-15T19:35:53.038Z Compiling newtype_derive v0.1.6
25432024-07-15T19:35:53.128Z Compiling xattr v1.3.1
25442024-07-15T19:35:53.188Z Compiling num-rational v0.4.2
25452024-07-15T19:35:53.204Z Compiling signature v2.2.0
25462024-07-15T19:35:53.315Z Compiling curve25519-dalek-derive v0.1.1
25472024-07-15T19:35:53.421Z Compiling num-complex v0.4.6
25482024-07-15T19:35:53.497Z Compiling ring v0.16.20
25492024-07-15T19:35:54.469Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25502024-07-15T19:35:54.485Z Compiling blake3 v1.5.1
25512024-07-15T19:35:54.602Z Compiling unicase v2.7.0
25522024-07-15T19:35:54.856Z Compiling getrandom v0.1.16
25532024-07-15T19:35:54.876Z Compiling arc-swap v1.7.1
25542024-07-15T19:35:54.879Z Compiling linked-hash-map v0.5.6
25552024-07-15T19:35:55.014Z Compiling convert_case v0.4.0
25562024-07-15T19:35:55.083Z Compiling quick-error v1.2.3
25572024-07-15T19:35:55.278Z Compiling termcolor v1.4.1
25582024-07-15T19:35:55.282Z Compiling resolv-conf v0.7.0
25592024-07-15T19:35:55.565Z Compiling slog-scope v4.4.0
25602024-07-15T19:35:55.667Z Compiling lru-cache v0.1.2
25612024-07-15T19:35:55.880Z Compiling env_logger v0.9.3
25622024-07-15T19:35:56.078Z Compiling derive_more v0.99.18
25632024-07-15T19:35:56.180Z Compiling tar v0.4.40
25642024-07-15T19:35:56.358Z Compiling num v0.4.3
25652024-07-15T19:35:56.473Z Compiling rayon v1.10.0
25662024-07-15T19:35:58.301Z Compiling tungstenite v0.21.0
25672024-07-15T19:35:58.969Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25682024-07-15T19:35:59.441Z Compiling blake2 v0.10.6
25692024-07-15T19:36:00.455Z Compiling bitstruct_derive v0.1.0
25702024-07-15T19:36:00.502Z Compiling derive-where v1.2.7
25712024-07-15T19:36:00.844Z Compiling password-hash v0.5.0
25722024-07-15T19:36:01.439Z Compiling memmap2 v0.9.4
25732024-07-15T19:36:01.879Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25742024-07-15T19:36:01.936Z Compiling libefi-sys v0.1.0
25752024-07-15T19:36:01.956Z Compiling untrusted v0.7.1
25762024-07-15T19:36:02.021Z Compiling arrayvec v0.7.4
25772024-07-15T19:36:02.164Z Compiling home v0.5.9
25782024-07-15T19:36:02.216Z Compiling constant_time_eq v0.3.0
25792024-07-15T19:36:02.412Z Compiling spin v0.5.2
25802024-07-15T19:36:02.444Z Compiling float-ord v0.3.2
25812024-07-15T19:36:02.466Z Compiling ascii v1.1.0
25822024-07-15T19:36:02.624Z Compiling parking_lot_core v0.8.6
25832024-07-15T19:36:02.663Z Compiling arrayref v0.3.7
25842024-07-15T19:36:03.136Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25852024-07-15T19:36:04.388Z Compiling toolchain_find v0.4.0
25862024-07-15T19:36:04.617Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25872024-07-15T19:36:04.672Z Compiling bitstruct v0.1.1
25882024-07-15T19:36:04.802Z Compiling argon2 v0.5.3
25892024-07-15T19:36:04.913Z Compiling tokio-tungstenite v0.21.0
25902024-07-15T19:36:04.964Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25912024-07-15T19:36:05.140Z Compiling trust-dns-resolver v0.22.0
25922024-07-15T19:36:05.450Z Compiling slog-stdlog v4.1.1
25932024-07-15T19:36:05.509Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25942024-07-15T19:36:05.865Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25952024-07-15T19:36:06.090Z Compiling serde_arrays v0.1.0
25962024-07-15T19:36:06.247Z Compiling erased-serde v0.3.31
25972024-07-15T19:36:06.264Z Compiling rfc6979 v0.4.0
25982024-07-15T19:36:06.283Z Compiling aead v0.5.2
25992024-07-15T19:36:06.459Z Compiling bitfield-struct v0.6.1
26002024-07-15T19:36:06.658Z Compiling nibble_vec v0.1.0
26012024-07-15T19:36:06.866Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26022024-07-15T19:36:07.024Z Compiling slog-dtrace v0.3.0
26032024-07-15T19:36:07.219Z Compiling endian-type v0.1.2
26042024-07-15T19:36:07.243Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26052024-07-15T19:36:07.297Z Compiling cancel-safe-futures v0.1.5
26062024-07-15T19:36:07.467Z Compiling keccak v0.1.5
26072024-07-15T19:36:07.629Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26082024-07-15T19:36:07.646Z Compiling topological-sort v0.2.2
26092024-07-15T19:36:07.661Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26102024-07-15T19:36:07.689Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26112024-07-15T19:36:07.855Z Compiling omicron-zone-package v0.11.0
26122024-07-15T19:36:07.895Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26132024-07-15T19:36:08.126Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26142024-07-15T19:36:08.356Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
26152024-07-15T19:36:08.410Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26162024-07-15T19:36:08.521Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26172024-07-15T19:36:08.659Z Compiling sha3 v0.10.8
26182024-07-15T19:36:08.908Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26192024-07-15T19:36:08.936Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26202024-07-15T19:36:09.260Z Compiling radix_trie v0.2.1
26212024-07-15T19:36:09.378Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26222024-07-15T19:36:09.912Z Compiling ecdsa v0.16.9
26232024-07-15T19:36:09.967Z Compiling rand_core v0.5.1
26242024-07-15T19:36:10.537Z Compiling slog-envlogger v2.2.0
26252024-07-15T19:36:10.575Z Compiling mime_guess v2.0.4
26262024-07-15T19:36:10.821Z Compiling steno v0.4.1
26272024-07-15T19:36:11.398Z Compiling rustfmt-wrapper v0.2.1
26282024-07-15T19:36:12.008Z Compiling poly1305 v0.8.0
26292024-07-15T19:36:12.358Z Compiling tungstenite v0.20.1
26302024-07-15T19:36:12.680Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26312024-07-15T19:36:13.454Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26322024-07-15T19:36:13.730Z Compiling primeorder v0.13.6
26332024-07-15T19:36:14.259Z Compiling heck v0.3.3
26342024-07-15T19:36:14.465Z Compiling chacha20 v0.9.1
26352024-07-15T19:36:14.536Z Compiling secrecy v0.8.0
26362024-07-15T19:36:14.707Z Compiling thiserror-impl-no-std v2.0.2
26372024-07-15T19:36:14.826Z Compiling half v2.4.1
26382024-07-15T19:36:14.924Z Compiling ciborium-io v0.2.2
26392024-07-15T19:36:14.942Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26402024-07-15T19:36:15.063Z Compiling option-ext v0.2.0
26412024-07-15T19:36:15.071Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26422024-07-15T19:36:15.210Z Compiling dirs-sys v0.4.1
26432024-07-15T19:36:15.379Z Compiling ciborium-ll v0.2.2
26442024-07-15T19:36:15.425Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26452024-07-15T19:36:15.809Z Compiling zone_cfg_derive v0.1.2
26462024-07-15T19:36:15.888Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26472024-07-15T19:36:16.293Z Compiling tokio-tungstenite v0.20.1
26482024-07-15T19:36:16.859Z Compiling parking_lot v0.11.2
26492024-07-15T19:36:16.958Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26502024-07-15T19:36:17.367Z Compiling rand_chacha v0.2.2
26512024-07-15T19:36:17.841Z Compiling trust-dns-client v0.22.0
26522024-07-15T19:36:17.982Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26532024-07-15T19:36:18.089Z Compiling thiserror-no-std v2.0.2
26542024-07-15T19:36:18.250Z Compiling ed25519 v2.2.3
26552024-07-15T19:36:18.769Z Compiling polyval v0.6.2
26562024-07-15T19:36:18.814Z Compiling libsw v3.3.1
26572024-07-15T19:36:18.880Z Compiling toml v0.5.11
26582024-07-15T19:36:19.150Z Compiling aes v0.8.4
26592024-07-15T19:36:19.225Z Compiling ctr v0.9.2
26602024-07-15T19:36:19.369Z Compiling blowfish v0.9.1
26612024-07-15T19:36:19.587Z Compiling pbkdf2 v0.12.2
26622024-07-15T19:36:19.768Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26632024-07-15T19:36:19.834Z Compiling password-hash v0.4.2
26642024-07-15T19:36:20.246Z Compiling gethostname v0.4.3
26652024-07-15T19:36:20.537Z Compiling fxhash v0.2.1
26662024-07-15T19:36:20.735Z Compiling base64 v0.13.1
26672024-07-15T19:36:20.841Z Compiling linear-map v1.2.0
26682024-07-15T19:36:21.155Z Compiling owo-colors v4.0.0
26692024-07-15T19:36:21.191Z Compiling ron v0.7.1
26702024-07-15T19:36:21.378Z Compiling sled v0.34.7
26712024-07-15T19:36:21.972Z Compiling trust-dns-server v0.22.1
26722024-07-15T19:36:22.713Z Compiling pbkdf2 v0.11.0
26732024-07-15T19:36:23.079Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26742024-07-15T19:36:23.501Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26752024-07-15T19:36:23.552Z Compiling bcrypt-pbkdf v0.10.0
26762024-07-15T19:36:23.794Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26772024-07-15T19:36:24.184Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
26782024-07-15T19:36:27.320Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26792024-07-15T19:36:28.248Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26802024-07-15T19:36:29.118Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26812024-07-15T19:36:29.418Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26822024-07-15T19:36:31.146Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26832024-07-15T19:36:32.061Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26842024-07-15T19:36:32.594Z Compiling ghash v0.5.1
26852024-07-15T19:36:32.797Z Compiling ed25519-dalek v2.1.1
26862024-07-15T19:36:32.888Z Compiling vsss-rs v3.3.4
26872024-07-15T19:36:32.912Z Compiling rand v0.7.3
26882024-07-15T19:36:33.202Z Compiling zone v0.1.8
26892024-07-15T19:36:33.975Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26902024-07-15T19:36:34.772Z Compiling ciborium v0.2.2
26912024-07-15T19:36:34.796Z Compiling dirs v5.0.1
26922024-07-15T19:36:35.575Z Compiling chacha20poly1305 v0.10.1
26932024-07-15T19:36:35.806Z Compiling p256 v0.13.2
26942024-07-15T19:36:36.328Z Compiling p521 v0.13.3
26952024-07-15T19:36:36.681Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
26962024-07-15T19:36:36.698Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26972024-07-15T19:36:37.458Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26982024-07-15T19:36:38.036Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26992024-07-15T19:36:38.751Z Compiling pem v3.0.4
27002024-07-15T19:36:38.917Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27012024-07-15T19:36:39.311Z Compiling headers-core v0.2.0
27022024-07-15T19:36:39.430Z Compiling cbc v0.1.2
27032024-07-15T19:36:39.475Z Compiling kstat-rs v0.2.4
27042024-07-15T19:36:39.606Z Compiling portpicker v0.1.1
27052024-07-15T19:36:39.682Z Compiling nanorand v0.7.0
27062024-07-15T19:36:39.941Z Compiling russh-cryptovec v0.7.2
27072024-07-15T19:36:40.180Z Compiling md5 v0.7.0
27082024-07-15T19:36:40.295Z Compiling glob v0.3.1
27092024-07-15T19:36:40.312Z Compiling http-range v0.1.5
27102024-07-15T19:36:40.683Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27112024-07-15T19:36:40.714Z Compiling hyper-staticfile v0.9.5
27122024-07-15T19:36:41.012Z Compiling russh-keys v0.43.0
27132024-07-15T19:36:41.247Z Compiling flume v0.11.0
27142024-07-15T19:36:41.373Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27152024-07-15T19:36:41.742Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27162024-07-15T19:36:41.796Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27172024-07-15T19:36:41.935Z Compiling headers v0.3.9
27182024-07-15T19:36:42.760Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27192024-07-15T19:36:43.887Z Compiling rcgen v0.12.1
27202024-07-15T19:36:44.522Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27212024-07-15T19:36:44.911Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27222024-07-15T19:36:47.838Z Compiling aes-gcm v0.10.3
27232024-07-15T19:36:48.150Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27242024-07-15T19:36:48.268Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27252024-07-15T19:36:48.911Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
27262024-07-15T19:36:50.279Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27272024-07-15T19:36:50.608Z Compiling atomicwrites v0.4.3
27282024-07-15T19:36:50.627Z Compiling subprocess v0.2.9
27292024-07-15T19:36:50.993Z Compiling hex-literal v0.4.1
27302024-07-15T19:36:51.158Z Compiling dhcproto-macros v0.1.0
27312024-07-15T19:36:52.170Z Compiling display-error-chain v0.2.0
27322024-07-15T19:36:52.359Z Compiling dhcproto v0.11.0
27332024-07-15T19:36:52.769Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27342024-07-15T19:36:53.028Z Compiling russh v0.43.0
27352024-07-15T19:36:55.581Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27362024-07-15T19:36:55.814Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27372024-07-15T19:36:57.108Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27382024-07-15T19:36:57.573Z Compiling internet-checksum v0.2.1
27392024-07-15T19:37:04.137Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27402024-07-15T19:37:05.539Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27412024-07-15T19:37:27.295Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27422024-07-15T19:38:09.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 46s
27432024-07-15T19:38:09.578Z
27442024-07-15T19:38:09.578Zreal 3:47.141830010
27452024-07-15T19:38:09.582Zuser 19:59.217532228
27462024-07-15T19:38:09.582Zsys 4:16.892714297
27472024-07-15T19:38:09.582Ztrap 0.578557559
27482024-07-15T19:38:09.582Ztflt 0.614979566
27492024-07-15T19:38:09.582Zdflt 2.189751513
27502024-07-15T19:38:09.582Zkflt 0.000133043
27512024-07-15T19:38:09.582Zlock 42:15.925839061
27522024-07-15T19:38:09.582Zslp 56:46.087345397
27532024-07-15T19:38:09.582Zlat 1:07.801522272
27542024-07-15T19:38:09.582Zstop 2:29.990408024
27552024-07-15T19:38:09.582Z+ mkdir tests
27562024-07-15T19:38:09.585Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27572024-07-15T19:38:09.585Z+ xargs -I '{}' -t cp '{}' tests/
27582024-07-15T19:38:09.625Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-32779a12e52cd4af tests/
27592024-07-15T19:38:09.645Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8c5e003d57a71a63 tests/
27602024-07-15T19:38:09.666Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6d6e5905899dd490 tests/
27612024-07-15T19:38:09.686Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-3d3d905fe40a813d tests/
27622024-07-15T19:38:09.954Z+ files=(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/*)
27632024-07-15T19:38:09.957Z+ ptime -m tar cvzf /work/package.tar.gz 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-6d6e5905899dd490 tests/commtest-32779a12e52cd4af tests/dhcp_server-8c5e003d57a71a63 tests/end_to_end_tests-3d3d905fe40a813d out/clickhouse.tar.gz out/clickhouse_keeper.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
27642024-07-15T19:39:14.853ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27652024-07-15T19:39:14.853Za out/target/test 1K
27662024-07-15T19:39:14.853Za out/npuzone/npuzone 23144K
27672024-07-15T19:39:14.853Za package-manifest.toml 29K
27682024-07-15T19:39:14.853Za smf/sled-agent/non-gimlet/config.toml 4K
27692024-07-15T19:39:14.853Za target/release/omicron-package 32499K
27702024-07-15T19:39:14.853Za target/release/xtask 18161K
27712024-07-15T19:39:14.853Za target/debug/bootstrap 360541K
27722024-07-15T19:39:14.853Za tests/bootstrap-6d6e5905899dd490 23983K
27732024-07-15T19:39:14.853Za tests/commtest-32779a12e52cd4af 23984K
27742024-07-15T19:39:14.853Za tests/dhcp_server-8c5e003d57a71a63 23983K
27752024-07-15T19:39:14.853Za tests/end_to_end_tests-3d3d905fe40a813d 370107K
27762024-07-15T19:39:14.853Za out/clickhouse.tar.gz 223102K
27772024-07-15T19:39:14.853Za out/clickhouse_keeper.tar.gz 223076K
27782024-07-15T19:39:14.853Za out/cockroachdb.tar.gz 131928K
27792024-07-15T19:39:14.853Za out/crucible-dtrace.tar 85K
27802024-07-15T19:39:14.853Za out/crucible-pantry-zone.tar.gz 27038K
27812024-07-15T19:39:14.853Za out/crucible-zone.tar.gz 37411K
27822024-07-15T19:39:14.853Za out/external-dns.tar.gz 25178K
27832024-07-15T19:39:14.853Za out/internal-dns.tar.gz 25177K
27842024-07-15T19:39:14.853Za out/mg-ddm-gz.tar 60617K
27852024-07-15T19:39:14.853Za out/nexus.tar.gz 85047K
27862024-07-15T19:39:14.853Za out/ntp.tar.gz 8918K
27872024-07-15T19:39:14.853Za out/omicron-gateway-softnpu.tar.gz 13821K
27882024-07-15T19:39:14.853Za out/omicron-sled-agent.tar 94555K
27892024-07-15T19:39:14.853Za out/overlay.tar.gz 3K
27902024-07-15T19:39:14.853Za out/oximeter.tar.gz 42107K
27912024-07-15T19:39:14.853Za out/oxlog.tar 2945K
27922024-07-15T19:39:14.853Za out/probe.tar.gz 2764K
27932024-07-15T19:39:14.853Za out/propolis-server.tar.gz 64642K
27942024-07-15T19:39:14.853Za out/pumpkind-gz.tar 26665K
27952024-07-15T19:39:14.853Za out/switch-softnpu.tar.gz 198305K
27962024-07-15T19:39:14.857Z
27972024-07-15T19:39:14.857Zreal 1:04.889576079
27982024-07-15T19:39:14.857Zuser 1:02.048701084
27992024-07-15T19:39:14.857Zsys 3.874797034
28002024-07-15T19:39:14.857Ztrap 0.016256271
28012024-07-15T19:39:14.857Ztflt 0.000000000
28022024-07-15T19:39:14.857Zdflt 0.000000000
28032024-07-15T19:39:14.857Zkflt 0.000000000
28042024-07-15T19:39:14.857Zlock 0.000000000
28052024-07-15T19:39:14.857Zslp 1:02.012098752
28062024-07-15T19:39:14.857Zlat 1.822894371
28072024-07-15T19:39:14.857Zstop 0.000191692
28082024-07-15T19:39:14.857Zprocess exited: duration 1705265 ms, exit code 0
 
28092024-07-15T19:39:14.872Zfound 1 output files
28102024-07-15T19:39:14.872Zuploading: /work/package.tar.gz (1407642479 bytes)
28112024-07-15T19:39:45.828Zuploaded: /work/package.tar.gz