01JD7Z804Y015ZTQS5XEY1B34Q: 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: 01JD7Z8GGH7E7KF7QT7NM10P0Y

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-21T18:21:32.530Zjob assigned to worker 01JD7Z8NV38VC1654THPA2Q2SP [factory aws, i-0a24bc3fe905c0a4a] (queued for 1 m 4 s)
 
22024-11-21T18:21:41.707Zstarting task 0: "setup"
32024-11-21T18:21:41.714Z++ uname -s
42024-11-21T18:21:41.717Z+ kern=SunOS
52024-11-21T18:21:41.717Z+ case "$kern" in
62024-11-21T18:21:41.717Z+ groupadd -g 12345 build
72024-11-21T18:21:41.719Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-21T18:21:43.724Z+ zfs create -o mountpoint=/work rpool/work
92024-11-21T18:21:43.836Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-21T18:21:43.838Z+ home_fs=zfs
112024-11-21T18:21:43.838Z+ [[ zfs == autofs ]]
122024-11-21T18:21:43.838Z+ mkdir -p /home/build
132024-11-21T18:21:43.840Z+ chown build:build /home/build /work
142024-11-21T18:21:45.841Z+ chmod 0700 /home/build /work
152024-11-21T18:21:45.844Zprocess exited: duration 4139 ms, exit code 0
 
162024-11-21T18:21:45.849Zstarting task 1: "rust-toolchain"
172024-11-21T18:21:45.854Z+ printf ' * toolchain channel = "%s"
182024-11-21T18:21:45.854Z' 1.81.0
192024-11-21T18:21:45.854Z * toolchain channel = "1.81.0"
202024-11-21T18:21:45.854Z * toolchain profile = "default"
212024-11-21T18:21:45.854Z+ printf ' * toolchain profile = "%s"
222024-11-21T18:21:45.854Z' default
232024-11-21T18:21:45.857Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-21T18:21:45.857Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-21T18:21:45.975Zinfo: downloading installer
262024-11-21T18:21:47.503Zinfo: profile set to 'default'
272024-11-21T18:21:47.503Zinfo: default host triple is x86_64-unknown-illumos
282024-11-21T18:21:47.506Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-21T18:21:47.647Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-21T18:21:47.647Zinfo: downloading component 'cargo'
312024-11-21T18:21:48.378Zinfo: downloading component 'clippy'
322024-11-21T18:21:48.656Zinfo: downloading component 'rust-docs'
332024-11-21T18:21:49.677Zinfo: downloading component 'rust-std'
342024-11-21T18:21:51.258Zinfo: downloading component 'rustc'
352024-11-21T18:21:56.935Zinfo: downloading component 'rustfmt'
362024-11-21T18:21:57.150Zinfo: installing component 'cargo'
372024-11-21T18:21:57.932Zinfo: installing component 'clippy'
382024-11-21T18:21:58.289Zinfo: installing component 'rust-docs'
392024-11-21T18:21:59.885Zinfo: installing component 'rust-std'
402024-11-21T18:22:01.540Zinfo: installing component 'rustc'
412024-11-21T18:22:07.196Zinfo: installing component 'rustfmt'
422024-11-21T18:22:07.514Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-21T18:22:07.515Z
442024-11-21T18:22:07.906Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-21T18:22:07.906Z
462024-11-21T18:22:07.930Z
472024-11-21T18:22:07.930ZRust is installed now. Great!
482024-11-21T18:22:07.930Z
492024-11-21T18:22:07.930ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-21T18:22:07.930Zenvironment variable. This has not been done automatically.
512024-11-21T18:22:07.930Z
522024-11-21T18:22:07.931ZTo configure your current shell, you need to source
532024-11-21T18:22:07.931Zthe corresponding env file under $HOME/.cargo.
542024-11-21T18:22:07.931Z
552024-11-21T18:22:07.931ZThis is usually done by running one of the following (note the leading DOT):
562024-11-21T18:22:07.931Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-21T18:22:07.931Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-21T18:22:07.989Z+ rustc --version
592024-11-21T18:22:08.102Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-21T18:22:08.297Zprocess exited: duration 22185 ms, exit code 0
 
612024-11-21T18:22:08.646Zstarting task 2: "authentication"
622024-11-21T18:22:08.894Zprocess exited: duration 292 ms, exit code 0
 
632024-11-21T18:22:09.127Zstarting task 3: "clone repository"
642024-11-21T18:22:09.228Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-21T18:22:09.228Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-21T18:22:10.653ZCloning into '/work/oxidecomputer/omicron'...
672024-11-21T18:22:16.355Z+ cd /work/oxidecomputer/omicron
682024-11-21T18:22:16.355Z+ git fetch origin f3652ccf91d260d340a0c0d82c357acec69236a8
692024-11-21T18:22:16.652ZFrom https://github.com/oxidecomputer/omicron
702024-11-21T18:22:16.652Z * branch f3652ccf91d260d340a0c0d82c357acec69236a8 -> FETCH_HEAD
712024-11-21T18:22:16.661Z+ [[ -n john/reconfigurator-storage-4 ]]
722024-11-21T18:22:16.665Z++ git branch --show-current
732024-11-21T18:22:16.665Z+ current=main
742024-11-21T18:22:16.665Z+ [[ main != john/reconfigurator-storage-4 ]]
752024-11-21T18:22:16.665Z+ git branch -f john/reconfigurator-storage-4 f3652ccf91d260d340a0c0d82c357acec69236a8
762024-11-21T18:22:16.670Z+ git checkout -f john/reconfigurator-storage-4
772024-11-21T18:22:16.847ZSwitched to branch 'john/reconfigurator-storage-4'
782024-11-21T18:22:16.850Z+ git reset --hard f3652ccf91d260d340a0c0d82c357acec69236a8
792024-11-21T18:22:17.029ZHEAD is now at f3652ccf9 fix sim sled-agent generation check
802024-11-21T18:22:17.053Zprocess exited: duration 7990 ms, exit code 0
 
812024-11-21T18:22:17.088Zstarting task 4: "build"
822024-11-21T18:22:17.110Z+ source .github/buildomat/ci-env.sh
832024-11-21T18:22:17.110Z++ export CARGO_TERM_COLOR=always
842024-11-21T18:22:17.111Z++ CARGO_TERM_COLOR=always
852024-11-21T18:22:17.111Z+ cargo --version
862024-11-21T18:22:17.143Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-21T18:22:17.164Z+ rustc --version
882024-11-21T18:22:17.218Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-21T18:22:17.244Z+ WORK=/work
902024-11-21T18:22:17.245Z+ pfexec mkdir -p /work
912024-11-21T18:22:17.245Z+ pfexec chown build /work
922024-11-21T18:22:17.245Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-21T18:22:37.148Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-21T18:22:40.950Z Startup: Caching catalogs ... Done
952024-11-21T18:22:49.801ZPlanning: Solver setup ... Done (8.087s)
962024-11-21T18:22:49.913ZPlanning: Running solver ... Done (0.113s)
972024-11-21T18:22:50.092ZPlanning: Finding local manifests ... Done (0.087s)
982024-11-21T18:22:50.525ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-21T18:22:52.069ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-21T18:22:52.265ZPlanning: Package planning ... Done (0.196s)
1012024-11-21T18:22:52.320ZPlanning: Merging actions ... Done (0.055s)
1022024-11-21T18:22:52.988ZPlanning: Checking for conflicting actions ... Done (0.668s)
1032024-11-21T18:22:57.742ZPlanning: Consolidating action changes ... Done (4.751s)
1042024-11-21T18:22:58.096ZPlanning: Evaluating mediators ... Done (0.357s)
1052024-11-21T18:22:58.219ZPlanning: Planning completed in 17.18 seconds
1062024-11-21T18:22:58.234Z Packages to install: 4
1072024-11-21T18:22:58.234Z Packages to update: 1
1082024-11-21T18:22:58.237Z Mediators to change: 2
1092024-11-21T18:22:58.237Z Services to change: 1
1102024-11-21T18:22:58.237Z Estimated space available: 155.64 GB
1112024-11-21T18:22:58.237ZEstimated space to be consumed: 1.60 GB
1122024-11-21T18:22:58.237Z Create boot environment: No
1132024-11-21T18:22:58.237ZCreate backup boot environment: Yes
1142024-11-21T18:22:58.237Z Rebuild boot archive: No
1152024-11-21T18:22:58.238Z
1162024-11-21T18:22:58.238ZChanged mediators:
1172024-11-21T18:22:58.238Z mediator clang:
1182024-11-21T18:22:58.238Z version: None -> 15 (system default)
1192024-11-21T18:22:58.238Z
1202024-11-21T18:22:58.238Z mediator llvm:
1212024-11-21T18:22:58.238Z version: 14 (system default) -> 15 (system default)
1222024-11-21T18:22:58.238Z
1232024-11-21T18:22:58.238ZChanged packages:
1242024-11-21T18:22:58.238Zhelios-dev
1252024-11-21T18:22:58.238Z developer/build-essential
1262024-11-21T18:22:58.238Z None -> 11-2.0
1272024-11-21T18:22:58.238Z library/libxmlsec1
1282024-11-21T18:22:58.238Z None -> 1.2.35-2.0
1292024-11-21T18:22:58.238Z ooce/developer/clang-15
1302024-11-21T18:22:58.238Z None -> 15.0.7-2.0
1312024-11-21T18:22:58.238Z ooce/developer/llvm-15
1322024-11-21T18:22:58.238Z None -> 15.0.7-2.0
1332024-11-21T18:22:58.238Z package/pkg
1342024-11-21T18:22:58.238Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-21T18:22:58.238Z
1362024-11-21T18:22:58.238ZServices:
1372024-11-21T18:22:58.238Z restart_fmri:
1382024-11-21T18:22:58.238Z svc:/system/update-man-index:default
1392024-11-21T18:22:58.238Z
1402024-11-21T18:22:58.238ZEditable files to change:
1412024-11-21T18:22:58.238Z Update:
1422024-11-21T18:22:58.238Z usr/share/lib/pkg/web/config.shtml
1432024-11-21T18:22:58.421Z
1442024-11-21T18:22:58.421ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-21T18:23:03.439ZDownload: 725/4281 items 18.1/220.6MB 8% complete (3.8M/s)
1462024-11-21T18:23:08.423ZDownload: 1353/4281 items 109.6/220.6MB 49% complete (10.9M/s)
1472024-11-21T18:23:13.432ZDownload: 3187/4281 items 170.2/220.6MB 77% complete (15.1M/s)
1482024-11-21T18:23:18.423ZDownload: 4281/4281 items 220.6/220.6MB 100% complete (11.1M/s)
1492024-11-21T18:23:18.441ZDownload: Completed 220.60 MB in 20.02 seconds (11.0M/s)
1502024-11-21T18:23:20.718Z Actions: 1/5063 actions (Removing old actions)
1512024-11-21T18:23:20.734Z Actions: 194/5063 actions (Installing new actions)
1522024-11-21T18:23:25.738Z Actions: 4124/5063 actions (Installing new actions)
1532024-11-21T18:23:25.898Z Actions: 4226/5063 actions (Updating modified actions)
1542024-11-21T18:23:26.220Z Actions: Completed 5063 actions in 5.50 seconds.
1552024-11-21T18:23:26.441Z Done (0.213s)
1562024-11-21T18:23:26.443Z Done (0.000s)
1572024-11-21T18:23:26.974Z Done (0.532s)
1582024-11-21T18:23:32.677Z Done (5.487s)
1592024-11-21T18:23:32.964Z Done (0.218s)
1602024-11-21T18:23:32.967Z Done (0.000s)
1612024-11-21T18:23:33.150Z Done (0.000s)
1622024-11-21T18:23:33.826ZPlanning: Evaluating mediator changes ... Done
1632024-11-21T18:23:33.990ZPlanning: Checking for conflicting actions ... Done
1642024-11-21T18:23:33.993ZPlanning: Consolidating action changes ... Done
1652024-11-21T18:23:34.260ZPlanning: Evaluating mediators ... Done
1662024-11-21T18:23:34.264ZPlanning: Planning completed in 0.44 seconds
1672024-11-21T18:23:34.298Z Mediators to change: 2
1682024-11-21T18:23:34.298Z Create boot environment: No
1692024-11-21T18:23:34.301ZCreate backup boot environment: No
1702024-11-21T18:23:34.376Z Done
1712024-11-21T18:23:34.376Z Done
1722024-11-21T18:23:34.731Z Done
1732024-11-21T18:23:38.364Z Done
1742024-11-21T18:23:38.455Z Done
1752024-11-21T18:23:38.457Z Done
1762024-11-21T18:23:38.605Z Done
1772024-11-21T18:23:39.230ZPlanning: Evaluating mediator changes ... Done
1782024-11-21T18:23:39.234ZPlanning: Merging actions ... Done
1792024-11-21T18:23:39.425ZPlanning: Checking for conflicting actions ... Done
1802024-11-21T18:23:39.428ZPlanning: Consolidating action changes ... Done
1812024-11-21T18:23:39.696ZPlanning: Evaluating mediators ... Done
1822024-11-21T18:23:39.751ZPlanning: Planning completed in 0.77 seconds
1832024-11-21T18:23:39.791Z Packages to change: 1
1842024-11-21T18:23:39.791Z Mediators to change: 1
1852024-11-21T18:23:39.793Z Services to change: 1
1862024-11-21T18:23:39.793Z Create boot environment: No
1872024-11-21T18:23:39.793ZCreate backup boot environment: Yes
1882024-11-21T18:23:41.893Z Actions: 1/6 actions (Updating modified actions)
1892024-11-21T18:23:41.927Z Actions: Completed 6 actions in 0.04 seconds.
1902024-11-21T18:23:41.930Z Done
1912024-11-21T18:23:41.930Z Done
1922024-11-21T18:23:42.038Z Done
1932024-11-21T18:23:45.664Z Done
1942024-11-21T18:23:45.757Z Done
1952024-11-21T18:23:45.760Z Done
1962024-11-21T18:23:45.921Z Done
1972024-11-21T18:23:46.358ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982024-11-21T18:23:46.358Zclang system 15 system
1992024-11-21T18:23:46.358Zcsh system system illumos
2002024-11-21T18:23:46.358Zctags system system illumos
2012024-11-21T18:23:46.358Zgcc vendor 12 vendor
2022024-11-21T18:23:46.358Zgcc system 10 system
2032024-11-21T18:23:46.358Zgcc system 7 system
2042024-11-21T18:23:46.358Zgo system 1.20 system
2052024-11-21T18:23:46.358Zgo system 1.19 system
2062024-11-21T18:23:46.359Zllvm system 15 system
2072024-11-21T18:23:46.359Zllvm system 14 system
2082024-11-21T18:23:46.359Zmariadb system 10.6 system
2092024-11-21T18:23:46.359Zmta vendor vendor dma
2102024-11-21T18:23:46.359Zopenjdk system 17 system
2112024-11-21T18:23:46.359Zopenjdk system 11 system
2122024-11-21T18:23:46.359Zopenjdk system 1.8 system
2132024-11-21T18:23:46.359Zopenssl vendor 3 vendor
2142024-11-21T18:23:46.359Zperl system 5.36 system
2152024-11-21T18:23:46.359Zpostgresql system 15 system
2162024-11-21T18:23:46.359Zpostgresql system 13 system
2172024-11-21T18:23:46.359Zpython vendor 3 vendor
2182024-11-21T18:23:46.359Zpython system 2 system
2192024-11-21T18:23:46.359Zpython3 system 3.11 system
2202024-11-21T18:23:46.359Zruby system 3.0 system
2212024-11-21T18:23:46.359Zwords vendor vendor american-english
2222024-11-21T18:23:46.359Zwords system system australian-english
2232024-11-21T18:23:46.359Zwords system system british-english
2242024-11-21T18:23:46.359Zwords system system canadian-english
2252024-11-21T18:23:46.360Zwords system system french
2262024-11-21T18:23:46.360Zwords system system italian
2272024-11-21T18:23:46.360Zwords system system ngerman
2282024-11-21T18:23:46.360Zwords system system ogerman
2292024-11-21T18:23:46.360Zwords system system spanish
2302024-11-21T18:23:46.689ZPUBLISHER TYPE STATUS P LOCATION
2312024-11-21T18:23:46.689Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2322024-11-21T18:23:49.209ZFMRI IFO
2332024-11-21T18:23:49.209Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2342024-11-21T18:23:49.209Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2352024-11-21T18:23:49.209Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2362024-11-21T18:23:49.209Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2372024-11-21T18:23:49.209Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2382024-11-21T18:23:49.209Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2392024-11-21T18:23:49.209Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2402024-11-21T18:23:49.209Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2412024-11-21T18:23:49.209Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2422024-11-21T18:23:49.210Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2432024-11-21T18:23:49.210Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2442024-11-21T18:23:49.210Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2452024-11-21T18:23:49.210Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2462024-11-21T18:23:49.210Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2472024-11-21T18:23:49.210Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2482024-11-21T18:23:50.053Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2492024-11-21T18:23:50.232Z Updating crates.io index
2502024-11-21T18:23:50.296Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512024-11-21T18:23:51.155Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2522024-11-21T18:23:51.407Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2532024-11-21T18:23:51.658Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2542024-11-21T18:23:51.933Z Updating git repository `https://github.com/oxidecomputer/propolis`
2552024-11-21T18:23:52.826Z Updating git repository `https://github.com/oxidecomputer/crucible`
2562024-11-21T18:23:55.281Z Updating git repository `https://github.com/oxidecomputer/opte`
2572024-11-21T18:23:56.386Z Updating git repository `https://github.com/oxidecomputer/falcon`
2582024-11-21T18:23:57.195Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592024-11-21T18:23:57.496Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602024-11-21T18:23:57.773Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2612024-11-21T18:23:58.464Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2622024-11-21T18:23:58.870Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2632024-11-21T18:23:59.223Z Updating git repository `https://github.com/oxidecomputer/tofino`
2642024-11-21T18:23:59.595Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652024-11-21T18:23:59.864Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662024-11-21T18:24:00.111Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672024-11-21T18:24:00.431Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2682024-11-21T18:24:00.815Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692024-11-21T18:24:01.279Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2702024-11-21T18:24:01.531Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712024-11-21T18:24:02.018Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722024-11-21T18:24:02.255Z Updating git repository `https://github.com/oxidecomputer/crucible`
2732024-11-21T18:24:03.034Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742024-11-21T18:24:03.428Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752024-11-21T18:24:03.931Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2762024-11-21T18:24:04.282Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772024-11-21T18:24:04.550Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782024-11-21T18:24:04.836Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792024-11-21T18:24:06.137Z Downloading crates ...
2802024-11-21T18:24:06.199Z Downloaded dtrace-parser v0.2.0
2812024-11-21T18:24:06.202Z Downloaded anstream v0.6.15
2822024-11-21T18:24:06.210Z Downloaded cargo_toml v0.20.5
2832024-11-21T18:24:06.212Z Downloaded unicode-linebreak v0.1.5
2842024-11-21T18:24:06.222Z Downloaded once_cell v1.20.2
2852024-11-21T18:24:06.230Z Downloaded toml v0.8.19
2862024-11-21T18:24:06.243Z Downloaded hashbrown v0.15.0
2872024-11-21T18:24:06.248Z Downloaded tabled v0.15.0
2882024-11-21T18:24:06.262Z Downloaded cargo_metadata v0.18.1
2892024-11-21T18:24:06.264Z Downloaded cfg-if v1.0.0
2902024-11-21T18:24:06.268Z Downloaded bytecount v0.6.8
2912024-11-21T18:24:06.268Z Downloaded block-buffer v0.10.4
2922024-11-21T18:24:06.268Z Downloaded anyhow v1.0.93
2932024-11-21T18:24:06.270Z Downloaded anstyle-parse v0.2.5
2942024-11-21T18:24:06.273Z Downloaded bitflags v2.6.0
2952024-11-21T18:24:06.275Z Downloaded cargo-platform v0.1.8
2962024-11-21T18:24:06.277Z Downloaded autocfg v1.4.0
2972024-11-21T18:24:06.279Z Downloaded anstyle v1.0.10
2982024-11-21T18:24:06.279Z Downloaded camino-tempfile v1.1.1
2992024-11-21T18:24:06.283Z Downloaded clap_builder v4.5.21
3002024-11-21T18:24:06.291Z Downloaded digest v0.10.7
3012024-11-21T18:24:06.293Z Downloaded camino v1.1.9
3022024-11-21T18:24:06.293Z Downloaded dof v0.3.0
3032024-11-21T18:24:06.293Z Downloaded byteorder v1.5.0
3042024-11-21T18:24:06.295Z Downloaded crypto-common v0.1.6
3052024-11-21T18:24:06.295Z Downloaded cpufeatures v0.2.14
3062024-11-21T18:24:06.295Z Downloaded clap_lex v0.7.2
3072024-11-21T18:24:06.298Z Downloaded clap_derive v4.5.18
3082024-11-21T18:24:06.300Z Downloaded equivalent v1.0.1
3092024-11-21T18:24:06.300Z Downloaded clap v4.5.21
3102024-11-21T18:24:06.307Z Downloaded colorchoice v1.0.2
3112024-11-21T18:24:06.311Z Downloaded anstyle-query v1.1.1
3122024-11-21T18:24:06.314Z Downloaded fastrand v2.1.1
3132024-11-21T18:24:06.317Z Downloaded is_terminal_polyfill v1.70.1
3142024-11-21T18:24:06.320Z Downloaded generic-array v0.14.7
3152024-11-21T18:24:06.320Z Downloaded fnv v1.0.7
3162024-11-21T18:24:06.323Z Downloaded errno v0.3.9
3172024-11-21T18:24:06.323Z Downloaded scroll_derive v0.12.0
3182024-11-21T18:24:06.332Z Downloaded usdt-attr-macro v0.5.0
3192024-11-21T18:24:06.334Z Downloaded pretty-hex v0.4.1
3202024-11-21T18:24:06.339Z Downloaded usdt-macro v0.5.0
3212024-11-21T18:24:06.341Z Downloaded swrite v0.1.0
3222024-11-21T18:24:06.341Z Downloaded proc-macro-error-attr v1.0.4
3232024-11-21T18:24:06.344Z Downloaded memmap v0.7.0
3242024-11-21T18:24:06.344Z Downloaded itoa v1.0.11
3252024-11-21T18:24:06.346Z Downloaded serde_tokenstream v0.2.2
3262024-11-21T18:24:06.346Z Downloaded fs-err v2.11.0
3272024-11-21T18:24:06.348Z Downloaded macaddr v1.0.1
3282024-11-21T18:24:06.348Z Downloaded heck v0.4.1
3292024-11-21T18:24:06.353Z Downloaded indexmap v2.6.0
3302024-11-21T18:24:06.359Z Downloaded terminal_size v0.4.0
3312024-11-21T18:24:06.361Z Downloaded smawk v0.3.2
3322024-11-21T18:24:06.363Z Downloaded toml_datetime v0.6.8
3332024-11-21T18:24:06.363Z Downloaded heck v0.5.0
3342024-11-21T18:24:06.368Z Downloaded thiserror-impl v1.0.69
3352024-11-21T18:24:06.370Z Downloaded plain v0.2.3
3362024-11-21T18:24:06.373Z Downloaded version_check v0.9.5
3372024-11-21T18:24:06.373Z Downloaded usdt v0.5.0
3382024-11-21T18:24:06.375Z Downloaded utf8parse v0.2.2
3392024-11-21T18:24:06.377Z Downloaded quote v1.0.37
3402024-11-21T18:24:06.379Z Downloaded thread-id v4.2.2
3412024-11-21T18:24:06.383Z Downloaded thiserror v1.0.69
3422024-11-21T18:24:06.386Z Downloaded strsim v0.11.1
3432024-11-21T18:24:06.388Z Downloaded pest_generator v2.7.14
3442024-11-21T18:24:06.388Z Downloaded pest_derive v2.7.14
3452024-11-21T18:24:06.391Z Downloaded tabled_derive v0.7.0
3462024-11-21T18:24:06.391Z Downloaded serde_spanned v0.6.8
3472024-11-21T18:24:06.393Z Downloaded semver v1.0.23
3482024-11-21T18:24:06.396Z Downloaded proc-macro-error v1.0.4
3492024-11-21T18:24:06.398Z Downloaded log v0.4.22
3502024-11-21T18:24:06.398Z Downloaded scroll v0.12.0
3512024-11-21T18:24:06.401Z Downloaded sha2 v0.10.8
3522024-11-21T18:24:06.405Z Downloaded zerocopy-derive v0.7.35
3532024-11-21T18:24:06.420Z Downloaded tempfile v3.13.0
3542024-11-21T18:24:06.420Z Downloaded usdt-impl v0.5.0
3552024-11-21T18:24:06.421Z Downloaded pest_meta v2.7.14
3562024-11-21T18:24:06.421Z Downloaded ryu v1.0.18
3572024-11-21T18:24:06.423Z Downloaded proc-macro2 v1.0.89
3582024-11-21T18:24:06.425Z Downloaded typenum v1.17.0
3592024-11-21T18:24:06.427Z Downloaded textwrap v0.16.1
3602024-11-21T18:24:06.429Z Downloaded unicode-ident v1.0.13
3612024-11-21T18:24:06.431Z Downloaded ucd-trie v0.1.7
3622024-11-21T18:24:06.436Z Downloaded papergrid v0.11.0
3632024-11-21T18:24:06.454Z Downloaded serde_derive v1.0.215
3642024-11-21T18:24:06.456Z Downloaded serde v1.0.215
3652024-11-21T18:24:06.464Z Downloaded memchr v2.7.4
3662024-11-21T18:24:06.487Z Downloaded toml_edit v0.22.22
3672024-11-21T18:24:06.516Z Downloaded pest v2.7.14
3682024-11-21T18:24:06.525Z Downloaded serde_json v1.0.132
3692024-11-21T18:24:06.531Z Downloaded zerocopy v0.7.35
3702024-11-21T18:24:06.546Z Downloaded winnow v0.6.20
3712024-11-21T18:24:06.553Z Downloaded goblin v0.8.2
3722024-11-21T18:24:06.587Z Downloaded unicode-width v0.1.14
3732024-11-21T18:24:06.593Z Downloaded syn v2.0.87
3742024-11-21T18:24:06.602Z Downloaded syn v1.0.109
3752024-11-21T18:24:06.612Z Downloaded rustix v0.38.37
3762024-11-21T18:24:06.650Z Downloaded libc v0.2.162
3772024-11-21T18:24:06.958Z Compiling proc-macro2 v1.0.89
3782024-11-21T18:24:06.958Z Compiling unicode-ident v1.0.13
3792024-11-21T18:24:06.958Z Compiling serde v1.0.215
3802024-11-21T18:24:06.960Z Compiling version_check v0.9.5
3812024-11-21T18:24:06.960Z Compiling thiserror v1.0.69
3822024-11-21T18:24:06.960Z Compiling memchr v2.7.4
3832024-11-21T18:24:06.960Z Compiling libc v0.2.162
3842024-11-21T18:24:06.960Z Compiling ryu v1.0.18
3852024-11-21T18:24:07.228Z Compiling itoa v1.0.11
3862024-11-21T18:24:07.463Z Compiling ucd-trie v0.1.7
3872024-11-21T18:24:07.486Z Compiling once_cell v1.20.2
3882024-11-21T18:24:07.823Z Compiling byteorder v1.5.0
3892024-11-21T18:24:07.948Z Compiling serde_json v1.0.132
3902024-11-21T18:24:08.208Z Compiling rustix v0.38.37
3912024-11-21T18:24:08.426Z Compiling bitflags v2.6.0
3922024-11-21T18:24:08.453Z Compiling usdt-impl v0.5.0
3932024-11-21T18:24:08.556Z Compiling proc-macro-error-attr v1.0.4
3942024-11-21T18:24:08.784Z Compiling syn v1.0.109
3952024-11-21T18:24:08.841Z Compiling proc-macro-error v1.0.4
3962024-11-21T18:24:08.908Z Compiling log v0.4.22
3972024-11-21T18:24:08.962Z Compiling plain v0.2.3
3982024-11-21T18:24:09.065Z Compiling hashbrown v0.15.0
3992024-11-21T18:24:09.129Z Compiling equivalent v1.0.1
4002024-11-21T18:24:09.155Z Compiling utf8parse v0.2.2
4012024-11-21T18:24:09.258Z Compiling camino v1.1.9
4022024-11-21T18:24:09.324Z Compiling anstyle-parse v0.2.5
4032024-11-21T18:24:09.538Z Compiling quote v1.0.37
4042024-11-21T18:24:09.650Z Compiling errno v0.3.9
4052024-11-21T18:24:09.775Z Compiling thread-id v4.2.2
4062024-11-21T18:24:09.869Z Compiling colorchoice v1.0.2
4072024-11-21T18:24:09.920Z Compiling syn v2.0.87
4082024-11-21T18:24:09.972Z Compiling autocfg v1.4.0
4092024-11-21T18:24:10.033Z Compiling pretty-hex v0.4.1
4102024-11-21T18:24:10.254Z Compiling indexmap v2.6.0
4112024-11-21T18:24:10.281Z Compiling anstyle-query v1.1.1
4122024-11-21T18:24:10.307Z Compiling winnow v0.6.20
4132024-11-21T18:24:10.459Z Compiling unicode-width v0.1.14
4142024-11-21T18:24:11.058Z Compiling anstyle v1.0.10
4152024-11-21T18:24:11.229Z Compiling is_terminal_polyfill v1.70.1
4162024-11-21T18:24:11.374Z Compiling semver v1.0.23
4172024-11-21T18:24:11.534Z Compiling anstream v0.6.15
4182024-11-21T18:24:11.561Z Compiling fs-err v2.11.0
4192024-11-21T18:24:11.860Z Compiling fnv v1.0.7
4202024-11-21T18:24:11.975Z Compiling clap_lex v0.7.2
4212024-11-21T18:24:12.002Z Compiling cfg-if v1.0.0
4222024-11-21T18:24:12.030Z Compiling terminal_size v0.4.0
4232024-11-21T18:24:12.258Z Compiling fastrand v2.1.1
4242024-11-21T18:24:12.307Z Compiling strsim v0.11.1
4252024-11-21T18:24:12.518Z Compiling anyhow v1.0.93
4262024-11-21T18:24:12.554Z Compiling heck v0.4.1
4272024-11-21T18:24:12.849Z Compiling heck v0.5.0
4282024-11-21T18:24:13.057Z Compiling bytecount v0.6.8
4292024-11-21T18:24:13.232Z Compiling papergrid v0.11.0
4302024-11-21T18:24:13.282Z Compiling clap_builder v4.5.21
4312024-11-21T18:24:13.366Z Compiling tempfile v3.13.0
4322024-11-21T18:24:13.563Z Compiling memmap v0.7.0
4332024-11-21T18:24:13.682Z Compiling smawk v0.3.2
4342024-11-21T18:24:13.911Z Compiling unicode-linebreak v0.1.5
4352024-11-21T18:24:14.294Z Compiling textwrap v0.16.1
4362024-11-21T18:24:14.393Z Compiling swrite v0.1.0
4372024-11-21T18:24:15.558Z Compiling tabled_derive v0.7.0
4382024-11-21T18:24:17.029Z Compiling tabled v0.15.0
4392024-11-21T18:24:18.999Z Compiling serde_derive v1.0.215
4402024-11-21T18:24:18.999Z Compiling thiserror-impl v1.0.69
4412024-11-21T18:24:19.002Z Compiling zerocopy-derive v0.7.35
4422024-11-21T18:24:19.002Z Compiling scroll_derive v0.12.0
4432024-11-21T18:24:19.002Z Compiling clap_derive v4.5.18
4442024-11-21T18:24:20.369Z Compiling scroll v0.12.0
4452024-11-21T18:24:20.824Z Compiling zerocopy v0.7.35
4462024-11-21T18:24:20.946Z Compiling goblin v0.8.2
4472024-11-21T18:24:21.761Z Compiling pest v2.7.14
4482024-11-21T18:24:22.965Z Compiling clap v4.5.21
4492024-11-21T18:24:23.830Z Compiling pest_meta v2.7.14
4502024-11-21T18:24:24.691Z Compiling pest_generator v2.7.14
4512024-11-21T18:24:26.567Z Compiling pest_derive v2.7.14
4522024-11-21T18:24:27.265Z Compiling dtrace-parser v0.2.0
4532024-11-21T18:24:29.121Z Compiling toml_datetime v0.6.8
4542024-11-21T18:24:29.121Z Compiling serde_spanned v0.6.8
4552024-11-21T18:24:29.124Z Compiling cargo-platform v0.1.8
4562024-11-21T18:24:29.514Z Compiling serde_tokenstream v0.2.2
4572024-11-21T18:24:29.549Z Compiling toml_edit v0.22.22
4582024-11-21T18:24:29.653Z Compiling macaddr v1.0.1
4592024-11-21T18:24:29.866Z Compiling camino-tempfile v1.1.1
4602024-11-21T18:24:30.625Z Compiling dof v0.3.0
4612024-11-21T18:24:30.625Z Compiling cargo_metadata v0.18.1
4622024-11-21T18:24:32.326Z Compiling toml v0.8.19
4632024-11-21T18:24:32.719Z Compiling usdt-attr-macro v0.5.0
4642024-11-21T18:24:32.884Z Compiling usdt-macro v0.5.0
4652024-11-21T18:24:33.137Z Compiling cargo_toml v0.20.5
4662024-11-21T18:24:34.223Z Compiling usdt v0.5.0
4672024-11-21T18:24:36.770Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4682024-11-21T18:24:40.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.20s
4692024-11-21T18:24:41.194Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4702024-11-21T18:24:41.747Z Downloading crates ...
4712024-11-21T18:24:41.881Z Downloaded aws-lc-rs v1.10.0
4722024-11-21T18:24:41.905Z Downloaded hickory-server v0.24.1
4732024-11-21T18:24:41.914Z Downloaded async-trait v0.1.83
4742024-11-21T18:24:41.917Z Downloaded atomic-waker v1.1.2
4752024-11-21T18:24:41.920Z Downloaded array-init v0.0.4
4762024-11-21T18:24:41.920Z Downloaded allocator-api2 v0.2.18
4772024-11-21T18:24:41.923Z Downloaded addr2line v0.24.2
4782024-11-21T18:24:41.925Z Downloaded async-bb8-diesel v0.2.1
4792024-11-21T18:24:41.928Z Downloaded argon2 v0.5.3
4802024-11-21T18:24:41.930Z Downloaded adler2 v2.0.0
4812024-11-21T18:24:41.933Z Downloaded ascii-canvas v3.0.0
4822024-11-21T18:24:41.933Z Downloaded atty v0.2.14
4832024-11-21T18:24:41.936Z Downloaded ahash v0.8.11
4842024-11-21T18:24:41.938Z Downloaded darling v0.20.10
4852024-11-21T18:24:41.942Z Downloaded heck v0.3.3
4862024-11-21T18:24:41.944Z Downloaded heapless v0.8.0
4872024-11-21T18:24:41.951Z Downloaded aho-corasick v1.1.3
4882024-11-21T18:24:41.957Z Downloaded hex-literal v0.4.1
4892024-11-21T18:24:41.960Z Downloaded hex v0.4.3
4902024-11-21T18:24:41.962Z Downloaded assert_matches v1.5.0
4912024-11-21T18:24:41.962Z Downloaded atomicwrites v0.4.4
4922024-11-21T18:24:41.965Z Downloaded async-stream-impl v0.3.6
4932024-11-21T18:24:41.965Z Downloaded hickory-resolver v0.24.1
4942024-11-21T18:24:41.969Z Downloaded http-body v1.0.1
4952024-11-21T18:24:41.972Z Downloaded arrayref v0.3.9
4962024-11-21T18:24:41.972Z Downloaded arc-swap v1.7.1
4972024-11-21T18:24:41.976Z Downloaded arrayvec v0.7.6
4982024-11-21T18:24:41.979Z Downloaded heapless v0.7.17
4992024-11-21T18:24:41.983Z Downloaded home v0.5.9
5002024-11-21T18:24:41.986Z Downloaded highway v1.2.0
5012024-11-21T18:24:41.988Z Downloaded headers-core v0.3.0
5022024-11-21T18:24:41.988Z Downloaded aes v0.8.4
5032024-11-21T18:24:41.999Z Downloaded crunchy v0.2.2
5042024-11-21T18:24:42.005Z Downloaded async-stream v0.3.6
5052024-11-21T18:24:42.008Z Downloaded hkdf v0.12.4
5062024-11-21T18:24:42.014Z Downloaded crucible-workspace-hack v0.1.0
5072024-11-21T18:24:42.016Z Downloaded http-body-util v0.1.2
5082024-11-21T18:24:42.018Z Downloaded hostname v0.4.0
5092024-11-21T18:24:42.022Z Downloaded hostname v0.3.1
5102024-11-21T18:24:42.024Z Downloaded ciborium-io v0.2.2
5112024-11-21T18:24:42.024Z Downloaded cfg_aliases v0.1.1
5122024-11-21T18:24:42.024Z Downloaded crc v3.2.1
5132024-11-21T18:24:42.027Z Downloaded httparse v1.9.5
5142024-11-21T18:24:42.029Z Downloaded hmac v0.12.1
5152024-11-21T18:24:42.032Z Downloaded hickory-proto v0.24.1
5162024-11-21T18:24:42.049Z Downloaded instant v0.1.13
5172024-11-21T18:24:42.052Z Downloaded hubpack_derive v0.1.1
5182024-11-21T18:24:42.054Z Downloaded cmake v0.1.51
5192024-11-21T18:24:42.054Z Downloaded icu_provider_macros v1.5.0
5202024-11-21T18:24:42.059Z Downloaded cbc v0.1.2
5212024-11-21T18:24:42.059Z Downloaded base16ct v0.2.0
5222024-11-21T18:24:42.062Z Downloaded cassowary v0.3.0
5232024-11-21T18:24:42.062Z Downloaded impl-trait-for-tuples v0.2.2
5242024-11-21T18:24:42.065Z Downloaded buf-list v1.0.3
5252024-11-21T18:24:42.067Z Downloaded blowfish v0.9.1
5262024-11-21T18:24:42.067Z Downloaded block-padding v0.3.3
5272024-11-21T18:24:42.069Z Downloaded bitfield-struct v0.6.2
5282024-11-21T18:24:42.069Z Downloaded bitfield v0.14.0
5292024-11-21T18:24:42.074Z Downloaded is_ci v1.2.0
5302024-11-21T18:24:42.074Z Downloaded http-range v0.1.5
5312024-11-21T18:24:42.077Z Downloaded bit-vec v0.6.3
5322024-11-21T18:24:42.077Z Downloaded constant_time_eq v0.3.1
5332024-11-21T18:24:42.079Z Downloaded ctr v0.9.2
5342024-11-21T18:24:42.079Z Downloaded chrono-tz-build v0.4.0
5352024-11-21T18:24:42.083Z Downloaded castaway v0.2.3
5362024-11-21T18:24:42.083Z Downloaded matches v0.1.10
5372024-11-21T18:24:42.086Z Downloaded hyper-tls v0.6.0
5382024-11-21T18:24:42.086Z Downloaded hubpack v0.1.2
5392024-11-21T18:24:42.088Z Downloaded crc-catalog v2.4.0
5402024-11-21T18:24:42.088Z Downloaded cipher v0.4.4
5412024-11-21T18:24:42.092Z Downloaded cexpr v0.6.0
5422024-11-21T18:24:42.096Z Downloaded cstr-argument v0.1.2
5432024-11-21T18:24:42.096Z Downloaded inout v0.1.3
5442024-11-21T18:24:42.096Z Downloaded crossbeam-deque v0.8.5
5452024-11-21T18:24:42.099Z Downloaded chacha20 v0.9.1
5462024-11-21T18:24:42.099Z Downloaded convert_case v0.4.0
5472024-11-21T18:24:42.101Z Downloaded idna_adapter v1.2.0
5482024-11-21T18:24:42.101Z Downloaded httpdate v1.0.3
5492024-11-21T18:24:42.104Z Downloaded lalrpop-util v0.19.12
5502024-11-21T18:24:42.104Z Downloaded bzip2 v0.4.4
5512024-11-21T18:24:42.107Z Downloaded base64ct v1.6.0
5522024-11-21T18:24:42.111Z Downloaded backoff v0.4.0
5532024-11-21T18:24:42.111Z Downloaded bit-set v0.5.3
5542024-11-21T18:24:42.113Z Downloaded instability v0.3.2
5552024-11-21T18:24:42.116Z Downloaded managed v0.8.0
5562024-11-21T18:24:42.116Z Downloaded blake2 v0.10.6
5572024-11-21T18:24:42.118Z Downloaded console v0.15.8
5582024-11-21T18:24:42.121Z Downloaded indent_write v2.2.0
5592024-11-21T18:24:42.124Z Downloaded time-core v0.1.2
5602024-11-21T18:24:42.124Z Downloaded quinn-udp v0.5.5
5612024-11-21T18:24:42.126Z Downloaded libefi-sys v0.1.0
5622024-11-21T18:24:42.129Z Downloaded lazy_static v1.5.0
5632024-11-21T18:24:42.129Z Downloaded is-terminal v0.4.13
5642024-11-21T18:24:42.131Z Downloaded http v1.1.0
5652024-11-21T18:24:42.134Z Downloaded rustfmt-wrapper v0.2.1
5662024-11-21T18:24:42.138Z Downloaded rustc_version v0.4.1
5672024-11-21T18:24:42.141Z Downloaded ref-cast-impl v1.0.23
5682024-11-21T18:24:42.141Z Downloaded r2d2 v0.8.10
5692024-11-21T18:24:42.141Z Downloaded const_format_proc_macros v0.2.33
5702024-11-21T18:24:42.143Z Downloaded md5 v0.7.0
5712024-11-21T18:24:42.145Z Downloaded linked-hash-map v0.5.6
5722024-11-21T18:24:42.148Z Downloaded lru-cache v0.1.2
5732024-11-21T18:24:42.148Z Downloaded linear-map v1.2.0
5742024-11-21T18:24:42.150Z Downloaded lazycell v1.3.0
5752024-11-21T18:24:42.150Z Downloaded kstat-rs v0.2.4
5762024-11-21T18:24:42.153Z Downloaded ciborium-ll v0.2.2
5772024-11-21T18:24:42.153Z Downloaded keccak v0.1.5
5782024-11-21T18:24:42.155Z Downloaded waitgroup v0.1.2
5792024-11-21T18:24:42.158Z Downloaded write16 v1.0.0
5802024-11-21T18:24:42.158Z Downloaded want v0.3.1
5812024-11-21T18:24:42.160Z Downloaded cookie_store v0.21.0
5822024-11-21T18:24:42.160Z Downloaded mime v0.3.17
5832024-11-21T18:24:42.163Z Downloaded csv-core v0.1.11
5842024-11-21T18:24:42.165Z Downloaded semver v0.1.20
5852024-11-21T18:24:42.165Z Downloaded md-5 v0.10.6
5862024-11-21T18:24:42.167Z Downloaded memoffset v0.9.1
5872024-11-21T18:24:42.169Z Downloaded maybe-uninit v2.0.0
5882024-11-21T18:24:42.172Z Downloaded maplit v1.0.2
5892024-11-21T18:24:42.172Z Downloaded icu_locid_transform v1.5.0
5902024-11-21T18:24:42.174Z Downloaded crossbeam-utils v0.8.20
5912024-11-21T18:24:42.177Z Downloaded subtle v2.6.1
5922024-11-21T18:24:42.180Z Downloaded static_assertions v1.1.0
5932024-11-21T18:24:42.183Z Downloaded sha1 v0.10.6
5942024-11-21T18:24:42.183Z Downloaded serde_path_to_error v0.1.16
5952024-11-21T18:24:42.186Z Downloaded smf v0.2.3
5962024-11-21T18:24:42.186Z Downloaded smallvec v0.6.14
5972024-11-21T18:24:42.188Z Downloaded tabwriter v1.4.0
5982024-11-21T18:24:42.191Z Downloaded structmeta v0.2.0
5992024-11-21T18:24:42.191Z Downloaded slog-async v2.8.0
6002024-11-21T18:24:42.193Z Downloaded scopeguard v1.2.0
6012024-11-21T18:24:42.193Z Downloaded number_prefix v0.4.0
6022024-11-21T18:24:42.196Z Downloaded num_threads v0.1.7
6032024-11-21T18:24:42.196Z Downloaded mirai-annotations v1.12.0
6042024-11-21T18:24:42.198Z Downloaded rustversion v1.0.17
6052024-11-21T18:24:42.200Z Downloaded icu_locid_transform_data v1.5.0
6062024-11-21T18:24:42.202Z Downloaded unarray v0.1.4
6072024-11-21T18:24:42.206Z Downloaded typify-macro v0.2.0
6082024-11-21T18:24:42.206Z Downloaded lru v0.12.5
6092024-11-21T18:24:42.210Z Downloaded hyper-staticfile v0.10.1
6102024-11-21T18:24:42.210Z Downloaded jobserver v0.1.32
6112024-11-21T18:24:42.212Z Downloaded iana-time-zone v0.1.61
6122024-11-21T18:24:42.214Z Downloaded lockfree-object-pool v0.1.6
6132024-11-21T18:24:42.217Z Downloaded ipnetwork v0.20.0
6142024-11-21T18:24:42.219Z Downloaded memmap2 v0.9.5
6152024-11-21T18:24:42.222Z Downloaded precomputed-hash v0.1.1
6162024-11-21T18:24:42.222Z Downloaded lock_api v0.4.12
6172024-11-21T18:24:42.224Z Downloaded litemap v0.7.3
6182024-11-21T18:24:42.226Z Downloaded xattr v1.3.1
6192024-11-21T18:24:42.229Z Downloaded mime_guess v2.0.5
6202024-11-21T18:24:42.231Z Downloaded phf_shared v0.10.0
6212024-11-21T18:24:42.232Z Downloaded dirs-next v2.0.0
6222024-11-21T18:24:42.234Z Downloaded wyz v0.5.1
6232024-11-21T18:24:42.237Z Downloaded smallvec v1.13.2
6242024-11-21T18:24:42.239Z Downloaded writeable v0.5.5
6252024-11-21T18:24:42.239Z Downloaded untrusted v0.9.0
6262024-11-21T18:24:42.241Z Downloaded phf_codegen v0.11.2
6272024-11-21T18:24:42.244Z Downloaded unicode-xid v0.2.6
6282024-11-21T18:24:42.244Z Downloaded which v4.4.2
6292024-11-21T18:24:42.246Z Downloaded libsw v3.3.1
6302024-11-21T18:24:42.249Z Downloaded base64 v0.21.7
6312024-11-21T18:24:42.252Z Downloaded dirs-sys-next v0.1.2
6322024-11-21T18:24:42.254Z Downloaded xz2 v0.1.7
6332024-11-21T18:24:42.256Z Downloaded walkdir v2.5.0
6342024-11-21T18:24:42.259Z Downloaded tokio-native-tls v0.3.1
6352024-11-21T18:24:42.271Z Downloaded sync_wrapper v1.0.1
6362024-11-21T18:24:42.273Z Downloaded termtree v0.4.1
6372024-11-21T18:24:42.276Z Downloaded sync-ptr v0.1.1
6382024-11-21T18:24:42.276Z Downloaded mockall v0.13.0
6392024-11-21T18:24:42.278Z Downloaded ghash v0.5.1
6402024-11-21T18:24:42.278Z Downloaded icu_normalizer v1.5.0
6412024-11-21T18:24:42.281Z Downloaded const-oid v0.9.6
6422024-11-21T18:24:42.284Z Downloaded olpc-cjson v0.1.4
6432024-11-21T18:24:42.287Z Downloaded base64 v0.13.1
6442024-11-21T18:24:42.289Z Downloaded chacha20poly1305 v0.10.1
6452024-11-21T18:24:42.292Z Downloaded darling_macro v0.20.10
6462024-11-21T18:24:42.292Z Downloaded phf v0.11.2
6472024-11-21T18:24:42.294Z Downloaded libloading v0.8.5
6482024-11-21T18:24:42.297Z Downloaded ref-cast v1.0.23
6492024-11-21T18:24:42.299Z Downloaded rand_chacha v0.3.1
6502024-11-21T18:24:42.302Z Downloaded ecdsa v0.16.9
6512024-11-21T18:24:42.305Z Downloaded tinyvec v1.8.0
6522024-11-21T18:24:42.307Z Downloaded compact_str v0.8.0
6532024-11-21T18:24:42.311Z Downloaded icu_properties v1.5.1
6542024-11-21T18:24:42.319Z Downloaded phf_generator v0.11.2
6552024-11-21T18:24:42.323Z Downloaded scrypt v0.11.0
6562024-11-21T18:24:42.323Z Downloaded rfc6979 v0.4.0
6572024-11-21T18:24:42.323Z Downloaded sec1 v0.7.3
6582024-11-21T18:24:42.323Z Downloaded slog v2.7.0
6592024-11-21T18:24:42.325Z Downloaded rand_core v0.6.4
6602024-11-21T18:24:42.325Z Downloaded fallible-streaming-iterator v0.1.9
6612024-11-21T18:24:42.328Z Downloaded tls_codec_derive v0.4.1
6622024-11-21T18:24:42.330Z Downloaded num-iter v0.1.45
6632024-11-21T18:24:42.330Z Downloaded progenitor-impl v0.8.0
6642024-11-21T18:24:42.332Z Downloaded spki v0.7.3
6652024-11-21T18:24:42.335Z Downloaded pretty-hex v0.2.1
6662024-11-21T18:24:42.337Z Downloaded serde_plain v1.0.2
6672024-11-21T18:24:42.337Z Downloaded serde-hex v0.1.0
6682024-11-21T18:24:42.340Z Downloaded fs_extra v1.3.0
6692024-11-21T18:24:42.342Z Downloaded tokio-tungstenite v0.21.0
6702024-11-21T18:24:42.345Z Downloaded opaque-debug v0.3.1
6712024-11-21T18:24:42.348Z Downloaded progenitor-client v0.8.0
6722024-11-21T18:24:42.348Z Downloaded ron v0.8.1
6732024-11-21T18:24:42.353Z Downloaded crypto-bigint v0.5.5
6742024-11-21T18:24:42.360Z Downloaded fallible-iterator v0.3.0
6752024-11-21T18:24:42.363Z Downloaded futures-core v0.3.31
6762024-11-21T18:24:42.365Z Downloaded embedded-io v0.4.0
6772024-11-21T18:24:42.368Z Downloaded indexmap v1.9.3
6782024-11-21T18:24:42.370Z Downloaded tungstenite v0.24.0
6792024-11-21T18:24:42.373Z Downloaded ena v0.14.3
6802024-11-21T18:24:42.376Z Downloaded sct v0.7.1
6812024-11-21T18:24:42.379Z Downloaded wait-timeout v0.2.0
6822024-11-21T18:24:42.381Z Downloaded tokio-rustls v0.26.0
6832024-11-21T18:24:42.384Z Downloaded vte_generate_state_changes v0.1.2
6842024-11-21T18:24:42.385Z Downloaded secrecy v0.8.0
6852024-11-21T18:24:42.388Z Downloaded multimap v0.10.0
6862024-11-21T18:24:42.388Z Downloaded sqlparser_derive v0.2.2
6872024-11-21T18:24:42.390Z Downloaded rustc-demangle v0.1.24
6882024-11-21T18:24:42.390Z Downloaded signal-hook-tokio v0.3.1
6892024-11-21T18:24:42.393Z Downloaded deranged v0.3.11
6902024-11-21T18:24:42.393Z Downloaded defmt-parser v0.3.4
6912024-11-21T18:24:42.396Z Downloaded uuid v1.11.0
6922024-11-21T18:24:42.398Z Downloaded foreign-types v0.3.2
6932024-11-21T18:24:42.401Z Downloaded pin-utils v0.1.0
6942024-11-21T18:24:42.401Z Downloaded num_enum v0.5.11
6952024-11-21T18:24:42.405Z Downloaded rpassword v7.3.1
6962024-11-21T18:24:42.407Z Downloaded primeorder v0.13.6
6972024-11-21T18:24:42.410Z Downloaded nibble_vec v0.1.0
6982024-11-21T18:24:42.412Z Downloaded hash32 v0.2.1
6992024-11-21T18:24:42.412Z Downloaded structmeta v0.3.0
7002024-11-21T18:24:42.415Z Downloaded rustc_version v0.1.7
7012024-11-21T18:24:42.415Z Downloaded toml v0.7.8
7022024-11-21T18:24:42.419Z Downloaded parse-size v1.1.0
7032024-11-21T18:24:42.421Z Downloaded newtype-uuid v1.1.3
7042024-11-21T18:24:42.421Z Downloaded utf-8 v0.7.6
7052024-11-21T18:24:42.423Z Downloaded serde_yaml v0.9.34+deprecated
7062024-11-21T18:24:42.426Z Downloaded futures-channel v0.3.31
7072024-11-21T18:24:42.429Z Downloaded progenitor v0.8.0
7082024-11-21T18:24:42.431Z Downloaded tokio-tungstenite v0.24.0
7092024-11-21T18:24:42.436Z Downloaded tokio-tungstenite v0.23.1
7102024-11-21T18:24:42.436Z Downloaded bumpalo v3.16.0
7112024-11-21T18:24:42.438Z Downloaded slog-stdlog v4.1.1
7122024-11-21T18:24:42.441Z Downloaded mockall_derive v0.13.0
7132024-11-21T18:24:42.446Z Downloaded hashlink v0.9.1
7142024-11-21T18:24:42.450Z Downloaded tokio-rustls v0.25.0
7152024-11-21T18:24:42.450Z Downloaded spin v0.9.8
7162024-11-21T18:24:42.453Z Downloaded defmt v0.3.8
7172024-11-21T18:24:42.455Z Downloaded zone_cfg_derive v0.1.2
7182024-11-21T18:24:42.456Z Downloaded zerofrom v0.1.4
7192024-11-21T18:24:42.458Z Downloaded displaydoc v0.2.5
7202024-11-21T18:24:42.460Z Downloaded foreign-types v0.5.0
7212024-11-21T18:24:42.464Z Downloaded flagset v0.4.6
7222024-11-21T18:24:42.464Z Downloaded pin-project-lite v0.2.14
7232024-11-21T18:24:42.467Z Downloaded yoke v0.7.4
7242024-11-21T18:24:42.470Z Downloaded signal-hook-registry v1.4.2
7252024-11-21T18:24:42.472Z Downloaded untrusted v0.7.1
7262024-11-21T18:24:42.474Z Downloaded strum_macros v0.24.3
7272024-11-21T18:24:42.478Z Downloaded structmeta-derive v0.2.0
7282024-11-21T18:24:42.478Z Downloaded strip-ansi-escapes v0.2.0
7292024-11-21T18:24:42.480Z Downloaded stable_deref_trait v1.2.0
7302024-11-21T18:24:42.480Z Downloaded signal-hook-mio v0.2.4
7312024-11-21T18:24:42.483Z Downloaded serde_urlencoded v0.7.1
7322024-11-21T18:24:42.484Z Downloaded utf16_iter v1.0.5
7332024-11-21T18:24:42.486Z Downloaded fxhash v0.2.1
7342024-11-21T18:24:42.486Z Downloaded phf_shared v0.11.2
7352024-11-21T18:24:42.486Z Downloaded num v0.4.3
7362024-11-21T18:24:42.489Z Downloaded futures v0.3.31
7372024-11-21T18:24:42.493Z Downloaded downcast v0.11.0
7382024-11-21T18:24:42.496Z Downloaded enum-as-inner v0.6.1
7392024-11-21T18:24:42.498Z Downloaded psl-types v2.0.11
7402024-11-21T18:24:42.498Z Downloaded progenitor-macro v0.8.0
7412024-11-21T18:24:42.501Z Downloaded enum-as-inner v0.5.1
7422024-11-21T18:24:42.501Z Downloaded diesel-dtrace v0.3.0
7432024-11-21T18:24:42.504Z Downloaded salsa20 v0.10.2
7442024-11-21T18:24:42.506Z Downloaded slab v0.4.9
7452024-11-21T18:24:42.506Z Downloaded schemars_derive v0.8.21
7462024-11-21T18:24:42.509Z Downloaded ssh-cipher v0.2.0
7472024-11-21T18:24:42.513Z Downloaded serde_derive_internals v0.29.1
7482024-11-21T18:24:42.513Z Downloaded universal-hash v0.5.1
7492024-11-21T18:24:42.516Z Downloaded structmeta-derive v0.3.0
7502024-11-21T18:24:42.516Z Downloaded tinyvec_macros v0.1.1
7512024-11-21T18:24:42.516Z Downloaded derive_builder_core v0.20.2
7522024-11-21T18:24:42.519Z Downloaded derive_builder v0.20.2
7532024-11-21T18:24:42.522Z Downloaded zone v0.3.0
7542024-11-21T18:24:42.524Z Downloaded unicode-bidi v0.3.17
7552024-11-21T18:24:42.536Z Downloaded zone v0.1.8
7562024-11-21T18:24:42.536Z Downloaded omicron-zone-package v0.11.1
7572024-11-21T18:24:42.536Z Downloaded vsss-rs v3.3.4
7582024-11-21T18:24:42.536Z Downloaded foldhash v0.1.3
7592024-11-21T18:24:42.536Z Downloaded float-cmp v0.9.0
7602024-11-21T18:24:42.555Z Downloaded newline-converter v0.3.0
7612024-11-21T18:24:42.555Z Downloaded new_debug_unreachable v1.0.6
7622024-11-21T18:24:42.555Z Downloaded x509-cert v0.2.5
7632024-11-21T18:24:42.555Z Downloaded fd-lock v4.0.2
7642024-11-21T18:24:42.555Z Downloaded slog-json v2.6.1
7652024-11-21T18:24:42.555Z Downloaded hash32 v0.3.1
7662024-11-21T18:24:42.555Z Downloaded slog-dtrace v0.3.0
7672024-11-21T18:24:42.555Z Downloaded time-macros v0.2.18
7682024-11-21T18:24:42.565Z Downloaded foreign-types-shared v0.1.1
7692024-11-21T18:24:42.565Z Downloaded normalize-line-endings v0.3.0
7702024-11-21T18:24:42.565Z Downloaded socket2 v0.5.7
7712024-11-21T18:24:42.565Z Downloaded derive-where v1.2.7
7722024-11-21T18:24:42.583Z Downloaded foreign-types-macros v0.2.3
7732024-11-21T18:24:42.583Z Downloaded tiny-keccak v2.0.2
7742024-11-21T18:24:42.583Z Downloaded yoke-derive v0.7.4
7752024-11-21T18:24:42.583Z Downloaded slog-bunyan v2.5.0
7762024-11-21T18:24:42.583Z Downloaded resolv-conf v0.7.0
7772024-11-21T18:24:42.583Z Downloaded utf8_iter v1.0.4
7782024-11-21T18:24:42.586Z Downloaded der_derive v0.7.3
7792024-11-21T18:24:42.587Z Downloaded ed25519 v2.2.3
7802024-11-21T18:24:42.587Z Downloaded take_mut v0.2.2
7812024-11-21T18:24:42.587Z Downloaded dyn-clone v1.0.17
7822024-11-21T18:24:42.587Z Downloaded vte v0.11.1
7832024-11-21T18:24:42.587Z Downloaded percent-encoding v2.3.1
7842024-11-21T18:24:42.587Z Downloaded typify v0.2.0
7852024-11-21T18:24:42.602Z Downloaded minimal-lexical v0.2.1
7862024-11-21T18:24:42.602Z Downloaded filetime v0.2.25
7872024-11-21T18:24:42.602Z Downloaded unicode_categories v0.1.1
7882024-11-21T18:24:42.602Z Downloaded pin-project-internal v1.1.6
7892024-11-21T18:24:42.602Z Downloaded password-hash v0.4.2
7902024-11-21T18:24:42.602Z Downloaded toml_edit v0.19.15
7912024-11-21T18:24:42.620Z Downloaded endian-type v0.1.2
7922024-11-21T18:24:42.622Z Downloaded shlex v1.3.0
7932024-11-21T18:24:42.622Z Downloaded shell-words v1.1.0
7942024-11-21T18:24:42.625Z Downloaded slog-envlogger v2.2.0
7952024-11-21T18:24:42.625Z Downloaded serde_repr v0.1.19
7962024-11-21T18:24:42.628Z Downloaded twox-hash v1.6.3
7972024-11-21T18:24:42.633Z Downloaded aes-gcm v0.10.3
7982024-11-21T18:24:42.635Z Downloaded data-encoding v2.6.0
7992024-11-21T18:24:42.635Z Downloaded tls_codec v0.4.1
8002024-11-21T18:24:42.637Z Downloaded signature v2.2.0
8012024-11-21T18:24:42.639Z Downloaded newtype_derive v0.1.6
8022024-11-21T18:24:42.639Z Downloaded nanorand v0.7.0
8032024-11-21T18:24:42.642Z Downloaded tracing-attributes v0.1.27
8042024-11-21T18:24:42.644Z Downloaded p256 v0.13.2
8052024-11-21T18:24:42.648Z Downloaded paste v1.0.15
8062024-11-21T18:24:42.651Z Downloaded multer v3.1.0
8072024-11-21T18:24:42.655Z Downloaded tap v1.0.1
8082024-11-21T18:24:42.657Z Downloaded dropshot_endpoint v0.13.0
8092024-11-21T18:24:42.659Z Downloaded synstructure v0.13.1
8102024-11-21T18:24:42.661Z Downloaded rustls-pemfile v1.0.4
8112024-11-21T18:24:42.664Z Downloaded derive_builder_macro v0.20.2
8122024-11-21T18:24:42.666Z Downloaded zone_cfg_derive v0.3.0
8132024-11-21T18:24:42.666Z Downloaded fixedbitset v0.4.2
8142024-11-21T18:24:42.668Z Downloaded russh v0.45.0
8152024-11-21T18:24:42.673Z Downloaded num-traits v0.2.19
8162024-11-21T18:24:42.676Z Downloaded num-rational v0.4.2
8172024-11-21T18:24:42.678Z Downloaded debug-ignore v1.0.5
8182024-11-21T18:24:42.681Z Downloaded ssh-encoding v0.2.0
8192024-11-21T18:24:42.683Z Downloaded sqlformat v0.2.6
8202024-11-21T18:24:42.685Z Downloaded spin v0.5.2
8212024-11-21T18:24:42.685Z Downloaded oso-derive v0.27.3
8222024-11-21T18:24:42.690Z Downloaded parking_lot_core v0.9.10
8232024-11-21T18:24:42.690Z Downloaded native-tls v0.2.12
8242024-11-21T18:24:42.692Z Downloaded futures-sink v0.3.31
8252024-11-21T18:24:42.692Z Downloaded crossterm v0.28.1
8262024-11-21T18:24:42.699Z Downloaded der v0.7.9
8272024-11-21T18:24:42.705Z Downloaded zeroize_derive v1.4.2
8282024-11-21T18:24:42.707Z Downloaded pkcs1 v0.7.5
8292024-11-21T18:24:42.710Z Downloaded signal-hook v0.3.17
8302024-11-21T18:24:42.712Z Downloaded libxml v0.3.3
8312024-11-21T18:24:42.719Z Downloaded num-conv v0.1.0
8322024-11-21T18:24:42.721Z Downloaded term v0.7.0
8332024-11-21T18:24:42.725Z Downloaded pin-project v1.1.6
8342024-11-21T18:24:42.736Z Downloaded openssl-probe v0.1.5
8352024-11-21T18:24:42.738Z Downloaded rustls-pemfile v2.2.0
8362024-11-21T18:24:42.740Z Downloaded supports-color v3.0.1
8372024-11-21T18:24:42.743Z Downloaded dropshot_endpoint v0.12.0
8382024-11-21T18:24:42.745Z Downloaded sigpipe v0.1.3
8392024-11-21T18:24:42.748Z Downloaded defmt-macros v0.3.9
8402024-11-21T18:24:42.750Z Downloaded ed25519-dalek v2.1.1
8412024-11-21T18:24:42.752Z Downloaded unsafe-libyaml v0.2.11
8422024-11-21T18:24:42.756Z Downloaded postgres-protocol v0.6.7
8432024-11-21T18:24:42.759Z Downloaded postcard v1.0.10
8442024-11-21T18:24:42.761Z Downloaded futures-task v0.3.31
8452024-11-21T18:24:42.764Z Downloaded futures-macro v0.3.31
8462024-11-21T18:24:42.766Z Downloaded postgres-types v0.2.8
8472024-11-21T18:24:42.768Z Downloaded steno v0.4.1
8482024-11-21T18:24:42.772Z Downloaded packed_struct_codegen v0.10.1
8492024-11-21T18:24:42.775Z Downloaded headers v0.4.0
8502024-11-21T18:24:42.782Z Downloaded packed_struct v0.10.1
8512024-11-21T18:24:42.785Z Downloaded simd-adler32 v0.3.7
8522024-11-21T18:24:42.785Z Downloaded zerovec-derive v0.10.3
8532024-11-21T18:24:42.787Z Downloaded globset v0.4.15
8542024-11-21T18:24:42.787Z Downloaded vergen v8.3.2
8552024-11-21T18:24:42.790Z Downloaded foreign-types-shared v0.3.1
8562024-11-21T18:24:42.793Z Downloaded hyper v1.5.0
8572024-11-21T18:24:42.799Z Downloaded pkcs8 v0.10.2
8582024-11-21T18:24:42.802Z Downloaded openssl-macros v0.1.1
8592024-11-21T18:24:42.804Z Downloaded display-error-chain v0.2.2
8602024-11-21T18:24:42.804Z Downloaded num-complex v0.4.6
8612024-11-21T18:24:42.807Z Downloaded nu-ansi-term v0.50.1
8622024-11-21T18:24:42.809Z Downloaded futures-executor v0.3.31
8632024-11-21T18:24:42.811Z Downloaded form_urlencoded v1.2.1
8642024-11-21T18:24:42.812Z Downloaded env_logger v0.11.5
8652024-11-21T18:24:42.814Z Downloaded url v2.5.3
8662024-11-21T18:24:42.817Z Downloaded zerocopy-derive v0.8.10
8672024-11-21T18:24:42.824Z Downloaded zeroize v1.8.1
8682024-11-21T18:24:42.829Z Downloaded miniz_oxide v0.8.0
8692024-11-21T18:24:42.831Z Downloaded blake3 v1.5.4
8702024-11-21T18:24:42.837Z Downloaded slog-scope v4.4.0
8712024-11-21T18:24:42.840Z Downloaded env_logger v0.10.2
8722024-11-21T18:24:42.843Z Downloaded rayon-core v1.12.1
8732024-11-21T18:24:42.846Z Downloaded dsl_auto_type v0.1.2
8742024-11-21T18:24:42.849Z Downloaded num-integer v0.1.46
8752024-11-21T18:24:42.852Z Downloaded peg-runtime v0.8.3
8762024-11-21T18:24:42.852Z Downloaded tui-tree-widget v0.22.0
8772024-11-21T18:24:42.856Z Downloaded unicode-properties v0.1.3
8782024-11-21T18:24:42.858Z Downloaded idna v1.0.3
8792024-11-21T18:24:42.860Z Downloaded termios v0.3.3
8802024-11-21T18:24:42.862Z Downloaded thiserror-impl-no-std v2.0.2
8812024-11-21T18:24:42.863Z Downloaded owo-colors v4.1.0
8822024-11-21T18:24:42.865Z Downloaded peg v0.8.4
8832024-11-21T18:24:42.869Z Downloaded path-slash v0.1.5
8842024-11-21T18:24:42.871Z Downloaded pkcs5 v0.7.1
8852024-11-21T18:24:42.874Z Downloaded tokio-rustls v0.24.1
8862024-11-21T18:24:42.877Z Downloaded siphasher v0.3.11
8872024-11-21T18:24:42.880Z Downloaded itertools v0.13.0
8882024-11-21T18:24:42.886Z Downloaded difflib v0.4.0
8892024-11-21T18:24:42.889Z Downloaded diesel_table_macro_syntax v0.2.0
8902024-11-21T18:24:42.889Z Downloaded dhcproto-macros v0.1.0
8912024-11-21T18:24:42.891Z Downloaded russh-cryptovec v0.7.3
8922024-11-21T18:24:42.892Z Downloaded unicode-truncate v1.1.0
8932024-11-21T18:24:42.892Z Downloaded unicase v2.7.0
8942024-11-21T18:24:42.894Z Downloaded num-bigint v0.4.6
8952024-11-21T18:24:42.898Z Downloaded tower-service v0.3.3
8962024-11-21T18:24:42.900Z Downloaded darling_core v0.20.10
8972024-11-21T18:24:42.904Z Downloaded zerocopy v0.6.6
8982024-11-21T18:24:42.906Z Downloaded either v1.13.0
8992024-11-21T18:24:42.909Z Downloaded strum_macros v0.26.4
9002024-11-21T18:24:42.911Z Downloaded scheduled-thread-pool v0.2.7
9012024-11-21T18:24:42.914Z Downloaded same-file v1.0.6
9022024-11-21T18:24:42.914Z Downloaded russh-keys v0.45.0
9032024-11-21T18:24:42.916Z Downloaded try-lock v0.2.5
9042024-11-21T18:24:42.918Z Downloaded tar v0.4.42
9052024-11-21T18:24:42.921Z Downloaded flate2 v1.0.34
9062024-11-21T18:24:42.926Z Downloaded toolchain_find v0.4.0
9072024-11-21T18:24:42.929Z Downloaded rand_xorshift v0.3.0
9082024-11-21T18:24:42.929Z Downloaded rand_seeder v0.3.0
9092024-11-21T18:24:42.931Z Downloaded zerofrom-derive v0.1.4
9102024-11-21T18:24:42.933Z Downloaded similar v2.6.0
9112024-11-21T18:24:42.937Z Downloaded peg-macros v0.8.4
9122024-11-21T18:24:42.941Z Downloaded pkg-config v0.3.31
9132024-11-21T18:24:42.941Z Downloaded gethostname v0.5.0
9142024-11-21T18:24:42.943Z Downloaded radium v0.7.0
9152024-11-21T18:24:42.943Z Downloaded polyval v0.6.2
9162024-11-21T18:24:42.945Z Downloaded oso v0.27.3
9172024-11-21T18:24:42.948Z Downloaded zip v0.6.6
9182024-11-21T18:24:42.952Z Downloaded poly1305 v0.8.0
9192024-11-21T18:24:42.955Z Downloaded elliptic-curve v0.13.8
9202024-11-21T18:24:42.959Z Downloaded dunce v1.0.5
9212024-11-21T18:24:42.962Z Downloaded futures-io v0.3.31
9222024-11-21T18:24:42.962Z Downloaded pbkdf2 v0.11.0
9232024-11-21T18:24:42.964Z Downloaded thiserror-no-std v2.0.2
9242024-11-21T18:24:42.968Z Downloaded parking_lot v0.12.3
9252024-11-21T18:24:42.971Z Downloaded termcolor v1.4.1
9262024-11-21T18:24:42.973Z Downloaded rtoolbox v0.0.2
9272024-11-21T18:24:42.975Z Downloaded ssh-key v0.6.6
9282024-11-21T18:24:42.981Z Downloaded value-bag v1.9.0
9292024-11-21T18:24:42.984Z Downloaded quinn-proto v0.11.8
9302024-11-21T18:24:42.991Z Downloaded getrandom v0.2.15
9312024-11-21T18:24:42.994Z Downloaded group v0.13.0
9322024-11-21T18:24:42.997Z Downloaded derive_more v0.99.18
9332024-11-21T18:24:43.001Z Downloaded rustyline v14.0.0
9342024-11-21T18:24:43.007Z Downloaded expectorate v1.1.0
9352024-11-21T18:24:43.009Z Downloaded tungstenite v0.21.0
9362024-11-21T18:24:43.013Z Downloaded snafu v0.8.5
9372024-11-21T18:24:43.019Z Downloaded bindgen v0.69.5
9382024-11-21T18:24:43.027Z Downloaded topological-sort v0.2.2
9392024-11-21T18:24:43.029Z Downloaded des v0.8.1
9402024-11-21T18:24:43.032Z Downloaded half v2.4.1
9412024-11-21T18:24:43.036Z Downloaded openssl-sys v0.9.103
9422024-11-21T18:24:43.038Z Downloaded salty v0.3.0
9432024-11-21T18:24:43.045Z Downloaded env_filter v0.1.2
9442024-11-21T18:24:43.047Z Downloaded tokio-postgres v0.7.12
9452024-11-21T18:24:43.052Z Downloaded pem-rfc7468 v0.7.0
9462024-11-21T18:24:43.055Z Downloaded subprocess v0.2.9
9472024-11-21T18:24:43.057Z Downloaded ron v0.7.1
9482024-11-21T18:24:43.062Z Downloaded bitvec v1.0.1
9492024-11-21T18:24:43.078Z Downloaded dhcproto v0.12.0
9502024-11-21T18:24:43.082Z Downloaded diesel_derives v2.2.3
9512024-11-21T18:24:43.085Z Downloaded mio v1.0.2
9522024-11-21T18:24:43.091Z Downloaded diff v0.1.13
9532024-11-21T18:24:43.094Z Downloaded typed-path v0.9.3
9542024-11-21T18:24:43.101Z Downloaded rsa v0.9.6
9552024-11-21T18:24:43.106Z Downloaded num-bigint-dig v0.8.4
9562024-11-21T18:24:43.111Z Downloaded hashbrown v0.14.5
9572024-11-21T18:24:43.117Z Downloaded rand v0.8.5
9582024-11-21T18:24:43.120Z Downloaded hashbrown v0.13.2
9592024-11-21T18:24:43.125Z Downloaded chrono v0.4.38
9602024-11-21T18:24:43.133Z Downloaded zip v2.1.3
9612024-11-21T18:24:43.137Z Downloaded reedline v0.35.0
9622024-11-21T18:24:43.145Z Downloaded tracing-core v0.1.32
9632024-11-21T18:24:43.148Z Downloaded schemars v0.8.21
9642024-11-21T18:24:43.160Z Downloaded quinn v0.11.5
9652024-11-21T18:24:43.163Z Downloaded sqlparser v0.45.0
9662024-11-21T18:24:43.169Z Downloaded icu_properties_data v1.5.0
9672024-11-21T18:24:43.180Z Downloaded portable-atomic v1.9.0
9682024-11-21T18:24:43.188Z Downloaded hashbrown v0.12.3
9692024-11-21T18:24:43.192Z Downloaded tungstenite v0.23.0
9702024-11-21T18:24:43.197Z Downloaded unicode-normalization v0.1.24
9712024-11-21T18:24:43.201Z Downloaded reqwest v0.12.9
9722024-11-21T18:24:43.208Z Downloaded rustls-pki-types v1.9.0
9732024-11-21T18:24:43.211Z Downloaded publicsuffix v2.2.3
9742024-11-21T18:24:43.214Z Downloaded samael v0.0.17
9752024-11-21T18:24:43.220Z Downloaded zerovec v0.10.4
9762024-11-21T18:24:43.227Z Downloaded serde_with v3.11.0
9772024-11-21T18:24:43.235Z Downloaded proptest v1.5.0
9782024-11-21T18:24:43.245Z Downloaded lalrpop v0.19.12
9792024-11-21T18:24:43.257Z Downloaded p521 v0.13.3
9802024-11-21T18:24:43.262Z Downloaded unicode-segmentation v1.12.0
9812024-11-21T18:24:43.267Z Downloaded petname v2.0.2
9822024-11-21T18:24:43.272Z Downloaded tough v0.19.0
9832024-11-21T18:24:43.281Z Downloaded tokio-util v0.7.12
9842024-11-21T18:24:43.287Z Downloaded idna v0.4.0
9852024-11-21T18:24:43.295Z Downloaded git2 v0.19.0
9862024-11-21T18:24:43.304Z Downloaded trust-dns-proto v0.22.0
9872024-11-21T18:24:43.317Z Downloaded idna v0.3.0
9882024-11-21T18:24:43.328Z Downloaded object v0.30.4
9892024-11-21T18:24:43.335Z Downloaded rayon v1.10.0
9902024-11-21T18:24:43.344Z Downloaded rustls-webpki v0.102.8
9912024-11-21T18:24:43.363Z Downloaded futures-util v0.3.31
9922024-11-21T18:24:43.376Z Downloaded rustls-webpki v0.101.7
9932024-11-21T18:24:43.391Z Downloaded regex v1.11.1
9942024-11-21T18:24:43.405Z Downloaded h2 v0.4.6
9952024-11-21T18:24:43.412Z Downloaded vcpkg v0.2.15
9962024-11-21T18:24:43.453Z Downloaded regex-syntax v0.6.29
9972024-11-21T18:24:43.460Z Downloaded p384 v0.13.0
9982024-11-21T18:24:43.467Z Downloaded rustls v0.21.12
9992024-11-21T18:24:43.479Z Downloaded zerocopy v0.8.10
10002024-11-21T18:24:43.504Z Downloaded object v0.36.5
10012024-11-21T18:24:43.516Z Downloaded nix v0.27.1
10022024-11-21T18:24:43.527Z Downloaded nix v0.28.0
10032024-11-21T18:24:43.539Z Downloaded radix_trie v0.2.1
10042024-11-21T18:24:43.544Z Downloaded dropshot v0.13.0
10052024-11-21T18:24:43.566Z Downloaded unicode-width v0.2.0
10062024-11-21T18:24:43.571Z Downloaded rustls v0.23.14
10072024-11-21T18:24:43.584Z Downloaded dropshot v0.12.0
10082024-11-21T18:24:43.604Z Downloaded smoltcp v0.11.0
10092024-11-21T18:24:43.617Z Downloaded openapiv3 v2.0.0
10102024-11-21T18:24:43.629Z Downloaded polar-core v0.27.3
10112024-11-21T18:24:43.638Z Downloaded sled v0.34.7
10122024-11-21T18:24:43.648Z Downloaded diesel v2.2.4
10132024-11-21T18:24:43.668Z Downloaded regress v0.10.1
10142024-11-21T18:24:43.677Z Downloaded rustls v0.22.4
10152024-11-21T18:24:43.691Z Downloaded nix v0.29.0
10162024-11-21T18:24:43.702Z Downloaded ratatui v0.28.1
10172024-11-21T18:24:43.723Z Downloaded bzip2-sys v0.1.11+1.0.8
10182024-11-21T18:24:43.735Z Downloaded typify-impl v0.2.0
10192024-11-21T18:24:43.750Z Downloaded regex-syntax v0.8.5
10202024-11-21T18:24:43.758Z Downloaded openssl v0.10.66
10212024-11-21T18:24:43.768Z Downloaded chrono-tz v0.10.0
10222024-11-21T18:24:43.776Z Downloaded gimli v0.31.1
10232024-11-21T18:24:43.784Z Downloaded zerocopy-derive v0.6.6
10242024-11-21T18:24:43.794Z Downloaded regex-automata v0.4.8
10252024-11-21T18:24:43.812Z Downloaded bstr v1.10.0
10262024-11-21T18:24:43.822Z Downloaded regress v0.9.1
10272024-11-21T18:24:43.831Z Downloaded rusqlite v0.32.1
10282024-11-21T18:24:43.837Z Downloaded idna v0.2.3
10292024-11-21T18:24:43.844Z Downloaded lzma-sys v0.1.20
10302024-11-21T18:24:43.875Z Downloaded petgraph v0.6.5
10312024-11-21T18:24:43.892Z Downloaded curve25519-dalek v4.1.3
10322024-11-21T18:24:43.900Z Downloaded idna v0.5.0
10332024-11-21T18:24:43.907Z Downloaded smoltcp v0.9.1
10342024-11-21T18:24:43.918Z Downloaded csv v1.3.0
10352024-11-21T18:24:43.938Z Downloaded libz-sys v1.1.20
10362024-11-21T18:24:43.958Z Downloaded sha3 v0.10.8
10372024-11-21T18:24:43.963Z Downloaded tokio v1.40.0
10382024-11-21T18:24:44.000Z Downloaded quick-xml v0.33.0
10392024-11-21T18:24:44.006Z Downloaded webpki-roots v0.26.6
10402024-11-21T18:24:44.009Z Downloaded time v0.3.36
10412024-11-21T18:24:44.016Z Downloaded parse-zoneinfo v0.3.1
10422024-11-21T18:24:44.018Z Downloaded winnow v0.5.40
10432024-11-21T18:24:44.027Z Downloaded snafu-derive v0.8.5
10442024-11-21T18:24:44.030Z Downloaded slog-term v2.9.1
10452024-11-21T18:24:44.032Z Downloaded parking_lot v0.11.2
10462024-11-21T18:24:44.036Z Downloaded tracing v0.1.40
10472024-11-21T18:24:44.039Z Downloaded zopfli v0.8.1
10482024-11-21T18:24:44.043Z Downloaded rcgen v0.12.1
10492024-11-21T18:24:44.045Z Downloaded nom v7.1.3
10502024-11-21T18:24:44.048Z Downloaded itertools v0.12.1
10512024-11-21T18:24:44.055Z Downloaded tokio-macros v2.4.0
10522024-11-21T18:24:44.057Z Downloaded tinystr v0.7.6
10532024-11-21T18:24:44.060Z Downloaded thread_local v1.1.8
10542024-11-21T18:24:44.060Z Downloaded strum_macros v0.25.3
10552024-11-21T18:24:44.063Z Downloaded rusty-fork v0.3.0
10562024-11-21T18:24:44.065Z Downloaded num-derive v0.4.2
10572024-11-21T18:24:44.065Z Downloaded predicates v3.1.2
10582024-11-21T18:24:44.068Z Downloaded password-hash v0.5.0
10592024-11-21T18:24:44.071Z Downloaded parking_lot_core v0.8.6
10602024-11-21T18:24:44.073Z Downloaded fatfs v0.3.6
10612024-11-21T18:24:44.076Z Downloaded libm v0.2.8
10622024-11-21T18:24:44.082Z Downloaded itertools v0.10.5
10632024-11-21T18:24:44.088Z Downloaded flume v0.11.1
10642024-11-21T18:24:44.092Z Downloaded proc-macro-crate v1.3.1
10652024-11-21T18:24:44.095Z Downloaded crossbeam-channel v0.5.13
10662024-11-21T18:24:44.099Z Downloaded string_cache v0.8.7
10672024-11-21T18:24:44.101Z Downloaded predicates-tree v1.0.11
10682024-11-21T18:24:44.101Z Downloaded predicates-core v1.0.8
10692024-11-21T18:24:44.104Z Downloaded qorb v0.2.0
10702024-11-21T18:24:44.106Z Downloaded strum v0.26.3
10712024-11-21T18:24:44.109Z Downloaded cc v1.1.30
10722024-11-21T18:24:44.111Z Downloaded icu_collections v1.5.0
10732024-11-21T18:24:44.116Z Downloaded const_format v0.2.33
10742024-11-21T18:24:44.125Z Downloaded stringprep v0.1.5
10752024-11-21T18:24:44.129Z Downloaded pem v3.0.4
10762024-11-21T18:24:44.129Z Downloaded encoding_rs v0.8.34
10772024-11-21T18:24:44.147Z Downloaded rustc-hash v2.0.0
10782024-11-21T18:24:44.149Z Downloaded rustc-hash v1.1.0
10792024-11-21T18:24:44.150Z Downloaded yasna v0.5.2
10802024-11-21T18:24:44.152Z Downloaded uzers v0.12.1
10812024-11-21T18:24:44.155Z Downloaded test-strategy v0.3.1
10822024-11-21T18:24:44.158Z Downloaded indicatif v0.17.9
10832024-11-21T18:24:44.161Z Downloaded prettyplease v0.2.25
10842024-11-21T18:24:44.163Z Downloaded hyper-util v0.1.10
10852024-11-21T18:24:44.167Z Downloaded icu_provider v1.5.0
10862024-11-21T18:24:44.170Z Downloaded icu_normalizer_data v1.5.0
10872024-11-21T18:24:44.173Z Downloaded backtrace v0.3.74
10882024-11-21T18:24:44.178Z Downloaded bytes v1.8.0
10892024-11-21T18:24:44.181Z Downloaded base64 v0.22.1
10902024-11-21T18:24:44.185Z Downloaded serde_with_macros v3.11.0
10912024-11-21T18:24:44.188Z Downloaded quick-error v1.2.3
10922024-11-21T18:24:44.191Z Downloaded ppv-lite86 v0.2.20
10932024-11-21T18:24:44.191Z Downloaded powerfmt v0.2.0
10942024-11-21T18:24:44.191Z Downloaded whoami v1.5.2
10952024-11-21T18:24:44.195Z Downloaded ipnet v2.10.1
10962024-11-21T18:24:44.195Z Downloaded hyper-rustls v0.27.3
10972024-11-21T18:24:44.197Z Downloaded serde-big-array v0.5.1
10982024-11-21T18:24:44.201Z Downloaded pbkdf2 v0.12.2
10992024-11-21T18:24:44.201Z Downloaded parse-display-derive v0.10.0
11002024-11-21T18:24:44.204Z Downloaded parse-display v0.10.0
11012024-11-21T18:24:44.204Z Downloaded num_enum_derive v0.5.11
11022024-11-21T18:24:44.204Z Downloaded nodrop v0.1.14
11032024-11-21T18:24:44.204Z Downloaded glob v0.3.1
11042024-11-21T18:24:44.207Z Downloaded funty v2.0.0
11052024-11-21T18:24:44.207Z Downloaded fragile v2.0.0
11062024-11-21T18:24:44.209Z Downloaded float-ord v0.3.2
11072024-11-21T18:24:44.209Z Downloaded ff v0.13.0
11082024-11-21T18:24:44.210Z Downloaded fallible-iterator v0.2.0
11092024-11-21T18:24:44.212Z Downloaded embedded-io v0.6.1
11102024-11-21T18:24:44.212Z Downloaded tokio-stream v0.1.16
11112024-11-21T18:24:44.216Z Downloaded icu_locid v1.5.0
11122024-11-21T18:24:44.220Z Downloaded crc32fast v1.4.2
11132024-11-21T18:24:44.224Z Downloaded crossbeam-epoch v0.9.18
11142024-11-21T18:24:44.227Z Downloaded crc-any v2.5.0
11152024-11-21T18:24:44.229Z Downloaded cookie v0.18.1
11162024-11-21T18:24:44.234Z Downloaded clang-sys v1.8.1
11172024-11-21T18:24:44.238Z Downloaded ciborium v0.2.2
11182024-11-21T18:24:44.238Z Downloaded internet-checksum v0.2.1
11192024-11-21T18:24:44.238Z Downloaded indoc v1.0.9
11202024-11-21T18:24:44.240Z Downloaded cancel-safe-futures v0.1.5
11212024-11-21T18:24:44.243Z Downloaded bitflags v1.3.2
11222024-11-21T18:24:44.245Z Downloaded curve25519-dalek-derive v0.1.1
11232024-11-21T18:24:44.245Z Downloaded cobs v0.2.3
11242024-11-21T18:24:44.248Z Downloaded bcs v0.1.6
11252024-11-21T18:24:44.248Z Downloaded match_cfg v0.1.0
11262024-11-21T18:24:44.250Z Downloaded ident_case v1.0.1
11272024-11-21T18:24:44.250Z Downloaded humantime v2.1.0
11282024-11-21T18:24:44.250Z Downloaded colored v2.1.0
11292024-11-21T18:24:44.253Z Downloaded bcrypt-pbkdf v0.10.0
11302024-11-21T18:24:44.255Z Downloaded libgit2-sys v0.17.0+1.8.1
11312024-11-21T18:24:44.312Z Downloaded bb8 v0.8.5
11322024-11-21T18:24:44.315Z Downloaded async-recursion v1.1.1
11332024-11-21T18:24:44.317Z Downloaded aead v0.5.2
11342024-11-21T18:24:44.317Z Downloaded hickory-client v0.24.1
11352024-11-21T18:24:44.320Z Downloaded cfg_aliases v0.2.1
11362024-11-21T18:24:44.722Z Downloaded ring v0.17.8
11372024-11-21T18:24:44.793Z Downloaded ring v0.16.20
11382024-11-21T18:24:44.927Z Downloaded libsqlite3-sys v0.30.1
11392024-11-21T18:24:45.114Z Downloaded aws-lc-sys v0.22.0
11402024-11-21T18:24:45.416Z Compiling serde v1.0.215
11412024-11-21T18:24:45.418Z Compiling lock_api v0.4.12
11422024-11-21T18:24:45.418Z Compiling scopeguard v1.2.0
11432024-11-21T18:24:45.418Z Compiling value-bag v1.9.0
11442024-11-21T18:24:45.418Z Compiling typenum v1.17.0
11452024-11-21T18:24:45.418Z Compiling generic-array v0.14.7
11462024-11-21T18:24:45.615Z Compiling syn v2.0.87
11472024-11-21T18:24:45.630Z Compiling getrandom v0.2.15
11482024-11-21T18:24:45.706Z Compiling shlex v1.3.0
11492024-11-21T18:24:45.990Z Compiling rand_core v0.6.4
11502024-11-21T18:24:46.203Z Compiling log v0.4.22
11512024-11-21T18:24:46.226Z Compiling subtle v2.6.1
11522024-11-21T18:24:46.316Z Compiling jobserver v0.1.32
11532024-11-21T18:24:46.370Z Compiling smallvec v1.13.2
11542024-11-21T18:24:46.544Z Compiling const-oid v0.9.6
11552024-11-21T18:24:46.577Z Compiling spin v0.9.8
11562024-11-21T18:24:46.610Z Compiling pin-project-lite v0.2.14
11572024-11-21T18:24:46.747Z Compiling cc v1.1.30
11582024-11-21T18:24:46.804Z Compiling rustix v0.38.37
11592024-11-21T18:24:46.982Z Compiling parking_lot_core v0.9.10
11602024-11-21T18:24:47.158Z Compiling futures-core v0.3.31
11612024-11-21T18:24:47.299Z Compiling signal-hook-registry v1.4.2
11622024-11-21T18:24:47.427Z Compiling mio v1.0.2
11632024-11-21T18:24:47.782Z Compiling aho-corasick v1.1.3
11642024-11-21T18:24:48.157Z Compiling parking_lot v0.12.3
11652024-11-21T18:24:48.202Z Compiling either v1.13.0
11662024-11-21T18:24:48.602Z Compiling regex-syntax v0.8.5
11672024-11-21T18:24:48.626Z Compiling cpufeatures v0.2.14
11682024-11-21T18:24:48.662Z Compiling lazy_static v1.5.0
11692024-11-21T18:24:48.718Z Compiling stable_deref_trait v1.2.0
11702024-11-21T18:24:48.740Z Compiling futures-sink v0.3.31
11712024-11-21T18:24:48.788Z Compiling glob v0.3.1
11722024-11-21T18:24:48.826Z Compiling socket2 v0.5.7
11732024-11-21T18:24:48.895Z Compiling slab v0.4.9
11742024-11-21T18:24:49.139Z Compiling prettyplease v0.2.25
11752024-11-21T18:24:49.371Z Compiling minimal-lexical v0.2.1
11762024-11-21T18:24:49.789Z Compiling nom v7.1.3
11772024-11-21T18:24:49.822Z Compiling clang-sys v1.8.1
11782024-11-21T18:24:49.839Z Compiling libloading v0.8.5
11792024-11-21T18:24:49.884Z Compiling home v0.5.9
11802024-11-21T18:24:50.152Z Compiling serde_json v1.0.132
11812024-11-21T18:24:50.258Z Compiling bindgen v0.69.5
11822024-11-21T18:24:50.491Z Compiling futures-channel v0.3.31
11832024-11-21T18:24:50.905Z Compiling itertools v0.12.1
11842024-11-21T18:24:51.077Z Compiling foldhash v0.1.3
11852024-11-21T18:24:51.203Z Compiling allocator-api2 v0.2.18
11862024-11-21T18:24:51.398Z Compiling futures-task v0.3.31
11872024-11-21T18:24:51.709Z Compiling lazycell v1.3.0
11882024-11-21T18:24:51.887Z Compiling pin-utils v0.1.0
11892024-11-21T18:24:51.981Z Compiling futures-io v0.3.31
11902024-11-21T18:24:52.029Z Compiling rustc-hash v1.1.0
11912024-11-21T18:24:52.181Z Compiling hashbrown v0.15.0
11922024-11-21T18:24:52.297Z Compiling regex-automata v0.4.8
11932024-11-21T18:24:53.518Z Compiling synstructure v0.13.1
11942024-11-21T18:24:53.588Z Compiling cexpr v0.6.0
11952024-11-21T18:24:54.074Z Compiling cmake v0.1.51
11962024-11-21T18:24:55.125Z Compiling libm v0.2.8
11972024-11-21T18:24:55.222Z Compiling fs_extra v1.3.0
11982024-11-21T18:24:55.385Z Compiling dunce v1.0.5
11992024-11-21T18:24:55.430Z Compiling tinyvec_macros v0.1.1
12002024-11-21T18:24:55.451Z Compiling pkg-config v0.3.31
12012024-11-21T18:24:55.517Z Compiling tinyvec v1.8.0
12022024-11-21T18:24:55.565Z Compiling num-traits v0.2.19
12032024-11-21T18:24:56.127Z Compiling ring v0.17.8
12042024-11-21T18:24:56.831Z Compiling paste v1.0.15
12052024-11-21T18:24:57.053Z Compiling unicode-normalization v0.1.24
12062024-11-21T18:24:57.082Z Compiling unicode-bidi v0.3.17
12072024-11-21T18:24:57.252Z Compiling base64ct v1.6.0
12082024-11-21T18:24:57.273Z Compiling litemap v0.7.3
12092024-11-21T18:24:57.340Z Compiling writeable v0.5.5
12102024-11-21T18:24:57.744Z Compiling pem-rfc7468 v0.7.0
12112024-11-21T18:24:57.851Z Compiling regex v1.11.1
12122024-11-21T18:24:58.405Z Compiling aws-lc-rs v1.10.0
12132024-11-21T18:24:58.452Z Compiling httparse v1.9.5
12142024-11-21T18:24:58.840Z Compiling flagset v0.4.6
12152024-11-21T18:24:59.058Z Compiling tracing-core v0.1.32
12162024-11-21T18:24:59.241Z Compiling icu_locid_transform_data v1.5.0
12172024-11-21T18:24:59.349Z Compiling crossbeam-utils v0.8.20
12182024-11-21T18:24:59.884Z Compiling rustls-pki-types v1.9.0
12192024-11-21T18:24:59.935Z Compiling percent-encoding v2.3.1
12202024-11-21T18:25:00.264Z Compiling serde_derive v1.0.215
12212024-11-21T18:25:00.300Z Compiling zeroize_derive v1.4.2
12222024-11-21T18:25:00.353Z Compiling zerocopy-derive v0.7.35
12232024-11-21T18:25:00.706Z Compiling tokio-macros v2.4.0
12242024-11-21T18:25:00.983Z Compiling zerofrom-derive v0.1.4
12252024-11-21T18:25:01.911Z Compiling zeroize v1.8.1
12262024-11-21T18:25:02.320Z Compiling thiserror-impl v1.0.69
12272024-11-21T18:25:02.604Z Compiling zerocopy v0.7.35
12282024-11-21T18:25:02.717Z Compiling yoke-derive v0.7.4
12292024-11-21T18:25:03.676Z Compiling crypto-common v0.1.6
12302024-11-21T18:25:03.887Z Compiling block-buffer v0.10.4
12312024-11-21T18:25:04.157Z Compiling digest v0.10.7
12322024-11-21T18:25:04.192Z Compiling zerovec-derive v0.10.3
12332024-11-21T18:25:04.623Z Compiling hmac v0.12.1
12342024-11-21T18:25:04.873Z Compiling futures-macro v0.3.31
12352024-11-21T18:25:04.954Z Compiling block-padding v0.3.3
12362024-11-21T18:25:05.062Z Compiling zerofrom v0.1.4
12372024-11-21T18:25:05.199Z Compiling displaydoc v0.2.5
12382024-11-21T18:25:05.253Z Compiling inout v0.1.3
12392024-11-21T18:25:05.512Z Compiling cipher v0.4.4
12402024-11-21T18:25:05.568Z Compiling thiserror v1.0.69
12412024-11-21T18:25:05.708Z Compiling sha2 v0.10.8
12422024-11-21T18:25:05.754Z Compiling yoke v0.7.4
12432024-11-21T18:25:06.031Z Compiling ppv-lite86 v0.2.20
12442024-11-21T18:25:06.203Z Compiling der_derive v0.7.3
12452024-11-21T18:25:06.815Z Compiling futures-util v0.3.31
12462024-11-21T18:25:06.856Z Compiling icu_provider_macros v1.5.0
12472024-11-21T18:25:06.879Z Compiling rand_chacha v0.3.1
12482024-11-21T18:25:06.894Z Compiling zerovec v0.10.4
12492024-11-21T18:25:07.741Z Compiling tracing-attributes v0.1.27
12502024-11-21T18:25:08.054Z Compiling rand v0.8.5
12512024-11-21T18:25:08.632Z Compiling tinystr v0.7.6
12522024-11-21T18:25:09.057Z Compiling icu_locid v1.5.0
12532024-11-21T18:25:09.078Z Compiling der v0.7.9
12542024-11-21T18:25:09.110Z Compiling icu_collections v1.5.0
12552024-11-21T18:25:09.297Z Compiling salsa20 v0.10.2
12562024-11-21T18:25:09.540Z Compiling pest v2.7.14
12572024-11-21T18:25:10.276Z Compiling icu_provider v1.5.0
12582024-11-21T18:25:10.671Z Compiling pbkdf2 v0.12.2
12592024-11-21T18:25:10.891Z Compiling untrusted v0.7.1
12602024-11-21T18:25:11.090Z Compiling icu_locid_transform v1.5.0
12612024-11-21T18:25:11.410Z Compiling spki v0.7.3
12622024-11-21T18:25:11.517Z Compiling tracing v0.1.40
12632024-11-21T18:25:11.546Z Compiling untrusted v0.9.0
12642024-11-21T18:25:11.724Z Compiling mirai-annotations v1.12.0
12652024-11-21T18:25:11.800Z Compiling num-conv v0.1.0
12662024-11-21T18:25:11.919Z Compiling icu_properties_data v1.5.0
12672024-11-21T18:25:12.028Z Compiling time-core v0.1.2
12682024-11-21T18:25:12.092Z Compiling vcpkg v0.2.15
12692024-11-21T18:25:12.184Z Compiling powerfmt v0.2.0
12702024-11-21T18:25:12.206Z Compiling time-macros v0.2.18
12712024-11-21T18:25:12.485Z Compiling deranged v0.3.11
12722024-11-21T18:25:12.595Z Compiling icu_properties v1.5.1
12732024-11-21T18:25:12.636Z Compiling pest_meta v2.7.14
12742024-11-21T18:25:13.822Z Compiling scrypt v0.11.0
12752024-11-21T18:25:14.313Z Compiling bitflags v2.6.0
12762024-11-21T18:25:14.370Z Compiling bytes v1.8.0
12772024-11-21T18:25:14.775Z Compiling indexmap v2.6.0
12782024-11-21T18:25:15.591Z Compiling tokio v1.40.0
12792024-11-21T18:25:15.669Z Compiling http v1.1.0
12802024-11-21T18:25:16.312Z Compiling semver v1.0.23
12812024-11-21T18:25:16.869Z Compiling rustc_version v0.4.1
12822024-11-21T18:25:17.061Z Compiling openssl-sys v0.9.103
12832024-11-21T18:25:17.565Z Compiling aes v0.8.4
12842024-11-21T18:25:17.652Z Compiling cbc v0.1.2
12852024-11-21T18:25:17.760Z Compiling scroll_derive v0.12.0
12862024-11-21T18:25:17.891Z Compiling utf16_iter v1.0.5
12872024-11-21T18:25:18.104Z Compiling utf8_iter v1.0.4
12882024-11-21T18:25:18.191Z Compiling write16 v1.0.0
12892024-11-21T18:25:18.242Z Compiling num_threads v0.1.7
12902024-11-21T18:25:18.326Z Compiling atomic-waker v1.1.2
12912024-11-21T18:25:18.348Z Compiling icu_normalizer_data v1.5.0
12922024-11-21T18:25:18.375Z Compiling time v0.3.36
12932024-11-21T18:25:18.448Z Compiling icu_normalizer v1.5.0
12942024-11-21T18:25:18.676Z Compiling pkcs5 v0.7.1
12952024-11-21T18:25:19.103Z Compiling which v4.4.2
12962024-11-21T18:25:19.228Z Compiling scroll v0.12.0
12972024-11-21T18:25:19.824Z Compiling http-body v1.0.1
12982024-11-21T18:25:19.879Z Compiling pest_generator v2.7.14
12992024-11-21T18:25:20.056Z Compiling form_urlencoded v1.2.1
13002024-11-21T18:25:20.205Z Compiling try-lock v0.2.5
13012024-11-21T18:25:20.364Z Compiling slog v2.7.0
13022024-11-21T18:25:20.398Z Compiling goblin v0.8.2
13032024-11-21T18:25:20.420Z Compiling want v0.3.1
13042024-11-21T18:25:20.453Z Compiling pkcs8 v0.10.2
13052024-11-21T18:25:20.704Z Compiling idna_adapter v1.2.0
13062024-11-21T18:25:20.941Z Compiling httpdate v1.0.3
13072024-11-21T18:25:21.168Z Compiling idna v1.0.3
13082024-11-21T18:25:21.443Z Compiling toml_datetime v0.6.8
13092024-11-21T18:25:21.834Z Compiling serde_tokenstream v0.2.2
13102024-11-21T18:25:21.957Z Compiling serde_spanned v0.6.8
13112024-11-21T18:25:21.979Z Compiling pest_derive v2.7.14
13122024-11-21T18:25:22.181Z Compiling uuid v1.11.0
13132024-11-21T18:25:22.425Z Compiling adler2 v2.0.0
13142024-11-21T18:25:22.651Z Compiling match_cfg v0.1.0
13152024-11-21T18:25:22.814Z Compiling rustversion v1.0.17
13162024-11-21T18:25:22.817Z Compiling dtrace-parser v0.2.0
13172024-11-21T18:25:23.031Z Compiling iana-time-zone v0.1.61
13182024-11-21T18:25:23.469Z Compiling base64 v0.22.1
13192024-11-21T18:25:23.521Z Compiling foreign-types-shared v0.1.1
13202024-11-21T18:25:23.624Z Compiling openssl v0.10.66
13212024-11-21T18:25:23.642Z Compiling tower-service v0.3.3
13222024-11-21T18:25:23.684Z Compiling foreign-types v0.3.2
13232024-11-21T18:25:23.786Z Compiling chrono v0.4.38
13242024-11-21T18:25:23.839Z Compiling hostname v0.3.1
13252024-11-21T18:25:24.040Z Compiling tokio-util v0.7.12
13262024-11-21T18:25:24.125Z Compiling miniz_oxide v0.8.0
13272024-11-21T18:25:24.426Z Compiling url v2.5.3
13282024-11-21T18:25:25.458Z Compiling h2 v0.4.6
13292024-11-21T18:25:25.678Z Compiling openssl-macros v0.1.1
13302024-11-21T18:25:26.301Z Compiling dof v0.3.0
13312024-11-21T18:25:26.417Z Compiling async-trait v0.1.83
13322024-11-21T18:25:26.465Z Compiling dirs-sys-next v0.1.2
13332024-11-21T18:25:27.135Z Compiling usdt-impl v0.5.0
13342024-11-21T18:25:27.519Z Compiling siphasher v0.3.11
13352024-11-21T18:25:27.925Z Compiling syn v1.0.109
13362024-11-21T18:25:28.522Z Compiling native-tls v0.2.12
13372024-11-21T18:25:28.564Z Compiling rustls v0.23.14
13382024-11-21T18:25:28.706Z Compiling data-encoding v2.6.0
13392024-11-21T18:25:28.838Z Compiling rustls v0.22.4
13402024-11-21T18:25:28.959Z Compiling dirs-next v2.0.0
13412024-11-21T18:25:29.230Z Compiling http-body-util v0.1.2
13422024-11-21T18:25:29.779Z Compiling crossbeam-epoch v0.9.18
13432024-11-21T18:25:30.535Z Compiling heapless v0.7.17
13442024-11-21T18:25:30.581Z Compiling signature v2.2.0
13452024-11-21T18:25:30.870Z Compiling sha1 v0.10.6
13462024-11-21T18:25:30.896Z Compiling bzip2-sys v0.1.11+1.0.8
13472024-11-21T18:25:30.991Z Compiling serde_derive_internals v0.29.1
13482024-11-21T18:25:31.156Z Compiling thread_local v1.1.8
13492024-11-21T18:25:31.269Z Compiling multer v3.1.0
13502024-11-21T18:25:31.303Z Compiling encoding_rs v0.8.34
13512024-11-21T18:25:31.362Z Compiling cookie v0.18.1
13522024-11-21T18:25:31.538Z Compiling ipnet v2.10.1
13532024-11-21T18:25:31.631Z Compiling slog-async v2.8.0
13542024-11-21T18:25:31.704Z Compiling openssl-probe v0.1.5
13552024-11-21T18:25:32.067Z Compiling signal-hook v0.3.17
13562024-11-21T18:25:32.134Z Compiling unicode-properties v0.1.3
13572024-11-21T18:25:32.311Z Compiling gimli v0.31.1
13582024-11-21T18:25:32.544Z Compiling hyper v1.5.0
13592024-11-21T18:25:32.792Z Compiling mime v0.3.17
13602024-11-21T18:25:33.423Z Compiling schemars v0.8.21
13612024-11-21T18:25:33.776Z Compiling rayon-core v1.12.1
13622024-11-21T18:25:33.795Z Compiling schemars_derive v0.8.21
13632024-11-21T18:25:34.109Z Compiling stringprep v0.1.5
13642024-11-21T18:25:35.385Z Compiling hyper-util v0.1.10
13652024-11-21T18:25:36.270Z Compiling toml_edit v0.22.22
13662024-11-21T18:25:36.755Z Compiling usdt-attr-macro v0.5.0
13672024-11-21T18:25:37.205Z Compiling addr2line v0.24.2
13682024-11-21T18:25:37.571Z Compiling usdt-macro v0.5.0
13692024-11-21T18:25:37.910Z Compiling crossbeam-deque v0.8.5
13702024-11-21T18:25:37.952Z Compiling term v0.7.0
13712024-11-21T18:25:38.234Z Compiling slog-json v2.6.1
13722024-11-21T18:25:38.334Z Compiling serde_urlencoded v0.7.1
13732024-11-21T18:25:38.519Z Compiling crossbeam-channel v0.5.13
13742024-11-21T18:25:38.597Z Compiling curve25519-dalek v4.1.3
13752024-11-21T18:25:38.883Z Compiling futures-executor v0.3.31
13762024-11-21T18:25:39.087Z Compiling enum-as-inner v0.6.1
13772024-11-21T18:25:39.221Z Compiling md-5 v0.10.6
13782024-11-21T18:25:39.443Z Compiling rustls-pemfile v2.2.0
13792024-11-21T18:25:39.476Z Compiling async-stream-impl v0.3.6
13802024-11-21T18:25:39.496Z Compiling num-integer v0.1.46
13812024-11-21T18:25:39.634Z Compiling idna v0.3.0
13822024-11-21T18:25:39.791Z Compiling idna v0.4.0
13832024-11-21T18:25:40.197Z Compiling hash32 v0.2.1
13842024-11-21T18:25:40.258Z Compiling ff v0.13.0
13852024-11-21T18:25:40.494Z Compiling is-terminal v0.4.13
13862024-11-21T18:25:40.563Z Compiling object v0.36.5
13872024-11-21T18:25:40.629Z Compiling dropshot v0.12.0
13882024-11-21T18:25:40.915Z Compiling portable-atomic v1.9.0
13892024-11-21T18:25:40.982Z Compiling utf-8 v0.7.6
13902024-11-21T18:25:41.340Z Compiling base16ct v0.2.0
13912024-11-21T18:25:41.372Z Compiling smoltcp v0.9.1
13922024-11-21T18:25:41.457Z Compiling rustc-demangle v0.1.24
13932024-11-21T18:25:41.678Z Compiling num-bigint-dig v0.8.4
13942024-11-21T18:25:41.967Z Compiling take_mut v0.2.2
13952024-11-21T18:25:41.987Z Compiling dyn-clone v1.0.17
13962024-11-21T18:25:42.114Z Compiling fallible-iterator v0.2.0
13972024-11-21T18:25:42.134Z Compiling anyhow v1.0.93
13982024-11-21T18:25:42.209Z Compiling psl-types v2.0.11
13992024-11-21T18:25:42.410Z Compiling linked-hash-map v0.5.6
14002024-11-21T18:25:42.448Z Compiling quick-error v1.2.3
14012024-11-21T18:25:42.600Z Compiling resolv-conf v0.7.0
14022024-11-21T18:25:42.787Z Compiling lru-cache v0.1.2
14032024-11-21T18:25:42.840Z Compiling postgres-protocol v0.6.7
14042024-11-21T18:25:42.986Z Compiling publicsuffix v2.2.3
14052024-11-21T18:25:43.527Z Compiling sec1 v0.7.3
14062024-11-21T18:25:44.134Z Compiling tungstenite v0.24.0
14072024-11-21T18:25:44.293Z Compiling async-stream v0.3.6
14082024-11-21T18:25:44.503Z Compiling hickory-proto v0.24.1
14092024-11-21T18:25:44.597Z Compiling slog-term v2.9.1
14102024-11-21T18:25:45.882Z Compiling usdt v0.5.0
14112024-11-21T18:25:45.942Z Compiling group v0.13.0
14122024-11-21T18:25:46.285Z Compiling num-iter v0.1.45
14132024-11-21T18:25:46.437Z Compiling toml v0.8.19
14142024-11-21T18:25:46.504Z Compiling futures v0.3.31
14152024-11-21T18:25:46.598Z Compiling slog-bunyan v2.5.0
14162024-11-21T18:25:48.050Z Compiling backtrace v0.3.74
14172024-11-21T18:25:48.151Z Compiling camino v1.1.9
14182024-11-21T18:25:48.420Z Compiling tokio-native-tls v0.3.1
14192024-11-21T18:25:48.709Z Compiling phf_shared v0.11.2
14202024-11-21T18:25:48.712Z Compiling dropshot_endpoint v0.12.0
14212024-11-21T18:25:49.107Z Compiling terminal_size v0.4.0
14222024-11-21T18:25:49.110Z Compiling waitgroup v0.1.2
14232024-11-21T18:25:49.253Z Compiling openapiv3 v2.0.0
14242024-11-21T18:25:49.337Z Compiling serde_path_to_error v0.1.16
14252024-11-21T18:25:49.357Z Compiling hkdf v0.12.4
14262024-11-21T18:25:49.614Z Compiling crypto-bigint v0.5.5
14272024-11-21T18:25:50.190Z Compiling webpki-roots v0.26.6
14282024-11-21T18:25:50.411Z Compiling curve25519-dalek-derive v0.1.1
14292024-11-21T18:25:51.816Z Compiling zerocopy-derive v0.6.6
14302024-11-21T18:25:52.025Z Compiling idna v0.5.0
14312024-11-21T18:25:52.612Z Compiling hubpack_derive v0.1.1
14322024-11-21T18:25:53.451Z Compiling hostname v0.4.0
14332024-11-21T18:25:53.491Z Compiling fs-err v2.11.0
14342024-11-21T18:25:53.727Z Compiling ahash v0.8.11
14352024-11-21T18:25:53.747Z Compiling crc32fast v1.4.2
14362024-11-21T18:25:53.767Z Compiling winnow v0.5.40
14372024-11-21T18:25:53.769Z Compiling debug-ignore v1.0.5
14382024-11-21T18:25:53.931Z Compiling managed v0.8.0
14392024-11-21T18:25:54.054Z Compiling bitflags v1.3.2
14402024-11-21T18:25:54.079Z Compiling zerocopy v0.6.6
14412024-11-21T18:25:54.098Z Compiling console v0.15.8
14422024-11-21T18:25:54.163Z Compiling strum_macros v0.25.3
14432024-11-21T18:25:54.966Z Compiling flate2 v1.0.34
14442024-11-21T18:25:55.018Z Compiling clap_builder v4.5.21
14452024-11-21T18:25:55.760Z Compiling hubpack v0.1.2
14462024-11-21T18:25:55.856Z Compiling cookie_store v0.21.0
14472024-11-21T18:25:55.996Z Compiling elliptic-curve v0.13.8
14482024-11-21T18:25:56.603Z Compiling hickory-resolver v0.24.1
14492024-11-21T18:25:56.862Z Compiling phf v0.11.2
14502024-11-21T18:25:57.539Z Compiling toml_edit v0.19.15
14512024-11-21T18:25:57.659Z Compiling hyper-tls v0.6.0
14522024-11-21T18:25:58.077Z Compiling signal-hook-mio v0.2.4
14532024-11-21T18:25:58.099Z Compiling rayon v1.10.0
14542024-11-21T18:25:58.248Z Compiling bzip2 v0.4.4
14552024-11-21T18:25:58.671Z Compiling tokio-tungstenite v0.24.0
14562024-11-21T18:25:59.220Z Compiling postgres-types v0.2.8
14572024-11-21T18:26:02.171Z Compiling ed25519 v2.2.3
14582024-11-21T18:26:02.974Z Compiling phf_shared v0.10.0
14592024-11-21T18:26:03.378Z Compiling tokio-stream v0.1.16
14602024-11-21T18:26:03.524Z Compiling pkcs1 v0.7.5
14612024-11-21T18:26:04.069Z Compiling serde-big-array v0.5.1
14622024-11-21T18:26:04.317Z Compiling clap_derive v4.5.18
14632024-11-21T18:26:04.413Z Compiling rfc6979 v0.4.0
14642024-11-21T18:26:04.466Z Compiling derive-where v1.2.7
14652024-11-21T18:26:04.561Z Compiling serde_repr v0.1.19
14662024-11-21T18:26:04.605Z Compiling float-cmp v0.9.0
14672024-11-21T18:26:04.625Z Compiling bstr v1.10.0
14682024-11-21T18:26:04.840Z Compiling sync_wrapper v1.0.1
14692024-11-21T18:26:05.003Z Compiling bit-vec v0.6.3
14702024-11-21T18:26:05.470Z Compiling unicode-width v0.2.0
14712024-11-21T18:26:05.741Z Compiling unicode-segmentation v1.12.0
14722024-11-21T18:26:05.760Z Compiling whoami v1.5.2
14732024-11-21T18:26:06.015Z Compiling predicates-core v1.0.8
14742024-11-21T18:26:06.387Z Compiling static_assertions v1.1.0
14752024-11-21T18:26:06.447Z Compiling fixedbitset v0.4.2
14762024-11-21T18:26:06.467Z Compiling difflib v0.4.0
14772024-11-21T18:26:06.497Z Compiling normalize-line-endings v0.3.0
14782024-11-21T18:26:06.626Z Compiling precomputed-hash v0.1.1
14792024-11-21T18:26:06.661Z Compiling number_prefix v0.4.0
14802024-11-21T18:26:06.755Z Compiling new_debug_unreachable v1.0.6
14812024-11-21T18:26:06.864Z Compiling string_cache v0.8.7
14822024-11-21T18:26:06.889Z Compiling indicatif v0.17.9
14832024-11-21T18:26:06.917Z Compiling predicates v3.1.2
14842024-11-21T18:26:07.359Z Compiling petgraph v0.6.5
14852024-11-21T18:26:08.079Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14862024-11-21T18:26:08.083Z Compiling similar v2.6.0
14872024-11-21T18:26:08.712Z Compiling tokio-postgres v0.7.12
14882024-11-21T18:26:09.165Z Compiling bit-set v0.5.3
14892024-11-21T18:26:09.470Z Compiling ecdsa v0.16.9
14902024-11-21T18:26:09.505Z Compiling clap v4.5.21
14912024-11-21T18:26:09.638Z Compiling rsa v0.9.6
14922024-11-21T18:26:10.336Z Compiling ed25519-dalek v2.1.1
14932024-11-21T18:26:10.554Z Compiling toml v0.7.8
14942024-11-21T18:26:11.627Z Compiling zip v0.6.6
14952024-11-21T18:26:11.707Z Compiling crossterm v0.28.1
14962024-11-21T18:26:13.080Z Compiling hex v0.4.3
14972024-11-21T18:26:13.233Z Compiling x509-cert v0.2.5
14982024-11-21T18:26:13.574Z Compiling itertools v0.10.5
14992024-11-21T18:26:13.717Z Compiling lalrpop-util v0.19.12
15002024-11-21T18:26:14.076Z Compiling peg-runtime v0.8.3
15012024-11-21T18:26:14.527Z Compiling unicode-xid v0.2.6
15022024-11-21T18:26:14.718Z Compiling strum_macros v0.26.4
15032024-11-21T18:26:14.754Z Compiling xattr v1.3.1
15042024-11-21T18:26:15.025Z Compiling filetime v0.2.25
15052024-11-21T18:26:15.354Z Compiling tar v0.4.42
15062024-11-21T18:26:19.608Z Compiling strum v0.26.3
15072024-11-21T18:26:22.013Z Compiling aws-lc-sys v0.22.0
15082024-11-21T18:26:53.139Z Compiling rustls-webpki v0.102.8
15092024-11-21T18:26:56.469Z Compiling tokio-rustls v0.25.0
15102024-11-21T18:26:58.100Z Compiling tokio-rustls v0.26.0
15112024-11-21T18:26:58.490Z Compiling hyper-rustls v0.27.3
15122024-11-21T18:26:58.836Z Compiling reqwest v0.12.9
15132024-11-21T18:26:59.833Z Compiling qorb v0.2.0
15142024-11-21T18:27:04.744Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15152024-11-21T18:27:04.980Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15162024-11-21T18:27:10.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
15172024-11-21T18:27:10.964Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15182024-11-21T18:27:11.020ZNov 21 18:27:10.083 INFO Starting download, target: Clickhouse
15192024-11-21T18:27:11.020ZNov 21 18:27:10.083 INFO Starting download, target: Cockroach
15202024-11-21T18:27:11.020ZNov 21 18:27:10.083 INFO Starting download, target: Console
15212024-11-21T18:27:11.021ZNov 21 18:27:10.083 INFO Starting download, target: DendriteOpenapi
15222024-11-21T18:27:11.023ZNov 21 18:27:10.083 INFO Starting download, target: DendriteStub
15232024-11-21T18:27:11.023ZNov 21 18:27:10.083 INFO Starting download, target: MaghemiteMgd
15242024-11-21T18:27:11.024ZNov 21 18:27:10.083 INFO Starting download, target: TransceiverControl
15252024-11-21T18:27:11.024ZNov 21 18:27:10.084 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi
15262024-11-21T18:27:11.024ZNov 21 18:27:10.084 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15272024-11-21T18:27:11.024ZNov 21 18:27:10.084 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15282024-11-21T18:27:11.024ZNov 21 18:27:10.084 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15292024-11-21T18:27:11.024ZNov 21 18:27:10.084 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15302024-11-21T18:27:11.024ZNov 21 18:27:10.084 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15312024-11-21T18:27:11.024ZNov 21 18:27:10.084 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15322024-11-21T18:27:11.290ZNov 21 18:27:10.287 INFO Download complete, target: DendriteOpenapi
15332024-11-21T18:27:11.455ZNov 21 18:27:10.366 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15342024-11-21T18:27:11.739ZNov 21 18:27:10.698 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15352024-11-21T18:27:12.173ZNov 21 18:27:10.988 INFO Download complete, target: TransceiverControl
15362024-11-21T18:27:12.174ZNov 21 18:27:10.990 INFO Download complete, target: Console
15372024-11-21T18:27:12.336ZNov 21 18:27:11.228 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15382024-11-21T18:27:12.472ZNov 21 18:27:11.454 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15392024-11-21T18:27:13.120ZNov 21 18:27:12.181 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15402024-11-21T18:27:13.120ZNov 21 18:27:12.181 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15412024-11-21T18:27:13.137ZNov 21 18:27:12.192 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15422024-11-21T18:27:14.864ZNov 21 18:27:13.927 INFO Download complete, target: DendriteStub
15432024-11-21T18:27:15.031ZNov 21 18:27:14.093 INFO Download complete, target: MaghemiteMgd
15442024-11-21T18:27:20.133ZNov 21 18:27:19.196 INFO Checking that binary works, target: Cockroach
15452024-11-21T18:27:20.288ZNov 21 18:27:19.351 INFO Download complete, target: Cockroach
15462024-11-21T18:27:24.959ZNov 21 18:27:24.023 INFO Checking that binary works, target: Clickhouse
15472024-11-21T18:27:25.312ZNov 21 18:27:24.375 INFO Download complete, target: Clickhouse
15482024-11-21T18:27:25.319ZAll prerequisites installed successfully
15492024-11-21T18:27:25.321Z
15502024-11-21T18:27:25.321Zreal 5:08.129103982
15512024-11-21T18:27:25.321Zuser 16:24.742973152
15522024-11-21T18:27:25.321Zsys 3:16.222202757
15532024-11-21T18:27:25.321Ztrap 0.541108847
15542024-11-21T18:27:25.321Ztflt 5.164940495
15552024-11-21T18:27:25.321Zdflt 4.849126655
15562024-11-21T18:27:25.321Zkflt 0.456224757
15572024-11-21T18:27:25.321Zlock 29:39.056941883
15582024-11-21T18:27:25.321Zslp 1:02:30.855842232
15592024-11-21T18:27:25.321Zlat 54.845846196
15602024-11-21T18:27:25.321Zstop 2:21.817354134
15612024-11-21T18:27:25.321Z+ ptime -m cargo xtask download softnpu
15622024-11-21T18:27:25.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
15632024-11-21T18:27:25.889Z Running `target/debug/xtask download softnpu`
15642024-11-21T18:27:26.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
15652024-11-21T18:27:26.795Z Running `target/debug/xtask-downloader softnpu`
15662024-11-21T18:27:26.832ZNov 21 18:27:25.896 INFO Starting download, target: Softnpu
15672024-11-21T18:27:26.835ZNov 21 18:27:25.896 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15682024-11-21T18:27:27.657ZNov 21 18:27:26.721 INFO Download complete, target: Softnpu
15692024-11-21T18:27:27.661Z
15702024-11-21T18:27:27.664Zreal 2.335780154
15712024-11-21T18:27:27.664Zuser 1.291851410
15722024-11-21T18:27:27.664Zsys 0.549791651
15732024-11-21T18:27:27.664Ztrap 0.000899407
15742024-11-21T18:27:27.664Ztflt 0.000003280
15752024-11-21T18:27:27.664Zdflt 0.000005050
15762024-11-21T18:27:27.664Zkflt 0.000000000
15772024-11-21T18:27:27.664Zlock 8.306535340
15782024-11-21T18:27:27.664Zslp 0.768709909
15792024-11-21T18:27:27.664Zlat 0.065814970
15802024-11-21T18:27:27.664Zstop 0.000159808
15812024-11-21T18:27:27.664Z+ export CARGO_INCREMENTAL=0
15822024-11-21T18:27:27.665Z+ CARGO_INCREMENTAL=0
15832024-11-21T18:27:27.665Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15842024-11-21T18:27:28.643Z Compiling proc-macro2 v1.0.89
15852024-11-21T18:27:28.643Z Compiling unicode-ident v1.0.13
15862024-11-21T18:27:28.646Z Compiling libc v0.2.162
15872024-11-21T18:27:28.646Z Compiling serde v1.0.215
15882024-11-21T18:27:28.646Z Compiling autocfg v1.4.0
15892024-11-21T18:27:28.646Z Compiling version_check v0.9.5
15902024-11-21T18:27:28.646Z Compiling cfg-if v1.0.0
15912024-11-21T18:27:28.870Z Compiling memchr v2.7.4
15922024-11-21T18:27:28.917Z Compiling shlex v1.3.0
15932024-11-21T18:27:28.943Z Compiling typenum v1.17.0
15942024-11-21T18:27:29.312Z Compiling value-bag v1.9.0
15952024-11-21T18:27:29.439Z Compiling generic-array v0.14.7
15962024-11-21T18:27:29.715Z Compiling scopeguard v1.2.0
15972024-11-21T18:27:29.742Z Compiling lock_api v0.4.12
15982024-11-21T18:27:29.874Z Compiling log v0.4.22
15992024-11-21T18:27:29.896Z Compiling parking_lot_core v0.9.10
16002024-11-21T18:27:30.302Z Compiling serde_json v1.0.132
16012024-11-21T18:27:30.319Z Compiling once_cell v1.20.2
16022024-11-21T18:27:30.610Z Compiling quote v1.0.37
16032024-11-21T18:27:30.654Z Compiling rustix v0.38.37
16042024-11-21T18:27:30.696Z Compiling libm v0.2.8
16052024-11-21T18:27:30.717Z Compiling jobserver v0.1.32
16062024-11-21T18:27:30.963Z Compiling getrandom v0.2.15
16072024-11-21T18:27:31.018Z Compiling syn v2.0.87
16082024-11-21T18:27:31.188Z Compiling cc v1.1.30
16092024-11-21T18:27:31.294Z Compiling thiserror v1.0.69
16102024-11-21T18:27:31.322Z Compiling aho-corasick v1.1.3
16112024-11-21T18:27:31.353Z Compiling regex-syntax v0.8.5
16122024-11-21T18:27:31.479Z Compiling num-traits v0.2.19
16132024-11-21T18:27:31.528Z Compiling either v1.13.0
16142024-11-21T18:27:31.767Z Compiling itoa v1.0.11
16152024-11-21T18:27:31.789Z Compiling spin v0.9.8
16162024-11-21T18:27:31.993Z Compiling slab v0.4.9
16172024-11-21T18:27:32.313Z Compiling byteorder v1.5.0
16182024-11-21T18:27:32.502Z Compiling errno v0.3.9
16192024-11-21T18:27:32.736Z Compiling rand_core v0.6.4
16202024-11-21T18:27:32.781Z Compiling lazy_static v1.5.0
16212024-11-21T18:27:32.908Z Compiling glob v0.3.1
16222024-11-21T18:27:33.376Z Compiling prettyplease v0.2.25
16232024-11-21T18:27:33.719Z Compiling clang-sys v1.8.1
16242024-11-21T18:27:34.183Z Compiling minimal-lexical v0.2.1
16252024-11-21T18:27:34.186Z Compiling libloading v0.8.5
16262024-11-21T18:27:34.429Z Compiling subtle v2.6.1
16272024-11-21T18:27:34.587Z Compiling nom v7.1.3
16282024-11-21T18:27:34.720Z Compiling home v0.5.9
16292024-11-21T18:27:34.723Z Compiling bindgen v0.69.5
16302024-11-21T18:27:34.970Z Compiling regex-automata v0.4.8
16312024-11-21T18:27:34.991Z Compiling allocator-api2 v0.2.18
16322024-11-21T18:27:35.196Z Compiling itertools v0.12.1
16332024-11-21T18:27:35.719Z Compiling smallvec v1.13.2
16342024-11-21T18:27:35.760Z Compiling rustc-hash v1.1.0
16352024-11-21T18:27:35.920Z Compiling lazycell v1.3.0
16362024-11-21T18:27:36.100Z Compiling semver v1.0.23
16372024-11-21T18:27:36.220Z Compiling cmake v0.1.51
16382024-11-21T18:27:36.766Z Compiling dunce v1.0.5
16392024-11-21T18:27:36.897Z Compiling fs_extra v1.3.0
16402024-11-21T18:27:37.790Z Compiling cexpr v0.6.0
16412024-11-21T18:27:37.810Z Compiling pkg-config v0.3.31
16422024-11-21T18:27:38.033Z Compiling ring v0.17.8
16432024-11-21T18:27:38.387Z Compiling ryu v1.0.18
16442024-11-21T18:27:38.498Z Compiling pin-project-lite v0.2.14
16452024-11-21T18:27:38.638Z Compiling synstructure v0.13.1
16462024-11-21T18:27:39.024Z Compiling const-oid v0.9.6
16472024-11-21T18:27:39.368Z Compiling paste v1.0.15
16482024-11-21T18:27:39.494Z Compiling fnv v1.0.7
16492024-11-21T18:27:39.740Z Compiling aws-lc-rs v1.10.0
16502024-11-21T18:27:39.892Z Compiling foldhash v0.1.3
16512024-11-21T18:27:40.083Z Compiling equivalent v1.0.1
16522024-11-21T18:27:40.140Z Compiling httparse v1.9.5
16532024-11-21T18:27:40.176Z Compiling hashbrown v0.15.0
16542024-11-21T18:27:40.790Z Compiling regex v1.11.1
16552024-11-21T18:27:41.018Z Compiling heck v0.5.0
16562024-11-21T18:27:41.393Z Compiling schemars v0.8.21
16572024-11-21T18:27:41.601Z Compiling serde_derive_internals v0.29.1
16582024-11-21T18:27:41.713Z Compiling signal-hook-registry v1.4.2
16592024-11-21T18:27:41.807Z Compiling mio v1.0.2
16602024-11-21T18:27:41.850Z Compiling parking_lot v0.12.3
16612024-11-21T18:27:43.667Z Compiling stable_deref_trait v1.2.0
16622024-11-21T18:27:43.789Z Compiling crossbeam-utils v0.8.20
16632024-11-21T18:27:43.835Z Compiling socket2 v0.5.7
16642024-11-21T18:27:43.854Z Compiling time-core v0.1.2
16652024-11-21T18:27:44.024Z Compiling futures-core v0.3.31
16662024-11-21T18:27:44.214Z Compiling serde_derive v1.0.215
16672024-11-21T18:27:44.314Z Compiling zeroize_derive v1.4.2
16682024-11-21T18:27:44.333Z Compiling zerocopy-derive v0.7.35
16692024-11-21T18:27:44.705Z Compiling thiserror-impl v1.0.69
16702024-11-21T18:27:45.445Z Compiling tokio-macros v2.4.0
16712024-11-21T18:27:45.506Z Compiling zerofrom-derive v0.1.4
16722024-11-21T18:27:45.633Z Compiling yoke-derive v0.7.4
16732024-11-21T18:27:45.739Z Compiling zeroize v1.8.1
16742024-11-21T18:27:46.098Z Compiling futures-macro v0.3.31
16752024-11-21T18:27:46.374Z Compiling zerovec-derive v0.10.3
16762024-11-21T18:27:46.896Z Compiling zerocopy v0.7.35
16772024-11-21T18:27:47.594Z Compiling displaydoc v0.2.5
16782024-11-21T18:27:48.056Z Compiling crypto-common v0.1.6
16792024-11-21T18:27:48.250Z Compiling tracing-attributes v0.1.27
16802024-11-21T18:27:48.268Z Compiling icu_provider_macros v1.5.0
16812024-11-21T18:27:48.515Z Compiling block-buffer v0.10.4
16822024-11-21T18:27:48.768Z Compiling digest v0.10.7
16832024-11-21T18:27:48.787Z Compiling schemars_derive v0.8.21
16842024-11-21T18:27:49.142Z Compiling der_derive v0.7.3
16852024-11-21T18:27:49.350Z Compiling num-conv v0.1.0
16862024-11-21T18:27:49.647Z Compiling time-macros v0.2.18
16872024-11-21T18:27:50.029Z Compiling vcpkg v0.2.15
16882024-11-21T18:27:51.667Z Compiling openssl-sys v0.9.103
16892024-11-21T18:27:52.592Z Compiling cpufeatures v0.2.14
16902024-11-21T18:27:52.655Z Compiling futures-sink v0.3.31
16912024-11-21T18:27:52.696Z Compiling slog v2.7.0
16922024-11-21T18:27:52.952Z Compiling ahash v0.8.11
16932024-11-21T18:27:52.980Z Compiling syn v1.0.109
16942024-11-21T18:27:53.518Z Compiling zerofrom v0.1.4
16952024-11-21T18:27:53.606Z Compiling scroll_derive v0.12.0
16962024-11-21T18:27:53.680Z Compiling ucd-trie v0.1.7
16972024-11-21T18:27:53.849Z Compiling iana-time-zone v0.1.61
16982024-11-21T18:27:54.306Z Compiling pest v2.7.14
16992024-11-21T18:27:54.462Z Compiling yoke v0.7.4
17002024-11-21T18:27:54.654Z Compiling futures-channel v0.3.31
17012024-11-21T18:27:54.939Z Compiling hmac v0.12.1
17022024-11-21T18:27:55.186Z Compiling futures-io v0.3.31
17032024-11-21T18:27:55.254Z Compiling openssl v0.10.66
17042024-11-21T18:27:55.366Z Compiling futures-task v0.3.31
17052024-11-21T18:27:55.659Z Compiling pin-utils v0.1.0
17062024-11-21T18:27:55.763Z Compiling futures-util v0.3.31
17072024-11-21T18:27:55.806Z Compiling zerovec v0.10.4
17082024-11-21T18:27:56.193Z Compiling block-padding v0.3.3
17092024-11-21T18:27:56.921Z Compiling pest_meta v2.7.14
17102024-11-21T18:27:57.203Z Compiling tinyvec_macros v0.1.1
17112024-11-21T18:27:57.298Z Compiling tinyvec v1.8.0
17122024-11-21T18:27:57.851Z Compiling bitflags v2.6.0
17132024-11-21T18:27:57.870Z Compiling bytes v1.8.0
17142024-11-21T18:27:59.758Z Compiling indexmap v2.6.0
17152024-11-21T18:28:01.099Z Compiling tokio v1.40.0
17162024-11-21T18:28:01.799Z Compiling serde_tokenstream v0.2.2
17172024-11-21T18:28:02.309Z Compiling which v4.4.2
17182024-11-21T18:28:02.365Z Compiling http v1.1.0
17192024-11-21T18:28:02.601Z Compiling uuid v1.11.0
17202024-11-21T18:28:03.410Z Compiling rustc_version v0.4.1
17212024-11-21T18:28:03.881Z Compiling chrono v0.4.38
17222024-11-21T18:28:05.885Z Compiling pest_generator v2.7.14
17232024-11-21T18:28:07.035Z Compiling toml_datetime v0.6.8
17242024-11-21T18:28:07.510Z Compiling serde_spanned v0.6.8
17252024-11-21T18:28:07.721Z Compiling inout v0.1.3
17262024-11-21T18:28:07.989Z Compiling openssl-macros v0.1.1
17272024-11-21T18:28:08.725Z Compiling strsim v0.11.1
17282024-11-21T18:28:09.585Z Compiling rustls v0.23.14
17292024-11-21T18:28:09.868Z Compiling native-tls v0.2.12
17302024-11-21T18:28:10.134Z Compiling cipher v0.4.4
17312024-11-21T18:28:10.198Z Compiling pest_derive v2.7.14
17322024-11-21T18:28:10.619Z Compiling unicode-normalization v0.1.24
17332024-11-21T18:28:10.777Z Compiling tinystr v0.7.6
17342024-11-21T18:28:10.938Z Compiling sha2 v0.10.8
17352024-11-21T18:28:11.270Z Compiling tracing-core v0.1.32
17362024-11-21T18:28:11.585Z Compiling usdt-impl v0.5.0
17372024-11-21T18:28:11.702Z Compiling writeable v0.5.5
17382024-11-21T18:28:11.729Z Compiling dyn-clone v1.0.17
17392024-11-21T18:28:11.924Z Compiling unicode-bidi v0.3.17
17402024-11-21T18:28:11.956Z Compiling base64ct v1.6.0
17412024-11-21T18:28:12.195Z Compiling litemap v0.7.3
17422024-11-21T18:28:12.237Z Compiling tracing v0.1.40
17432024-11-21T18:28:12.535Z Compiling pem-rfc7468 v0.7.0
17442024-11-21T18:28:12.624Z Compiling icu_locid v1.5.0
17452024-11-21T18:28:13.500Z Compiling scroll v0.12.0
17462024-11-21T18:28:13.728Z Compiling ppv-lite86 v0.2.20
17472024-11-21T18:28:14.121Z Compiling async-trait v0.1.83
17482024-11-21T18:28:14.669Z Compiling cookie v0.18.1
17492024-11-21T18:28:14.831Z Compiling flagset v0.4.6
17502024-11-21T18:28:15.145Z Compiling anyhow v1.0.93
17512024-11-21T18:28:15.694Z Compiling camino v1.1.9
17522024-11-21T18:28:16.397Z Compiling aws-lc-sys v0.22.0
17532024-11-21T18:28:16.417Z Compiling plain v0.2.3
17542024-11-21T18:28:16.583Z Compiling goblin v0.8.2
17552024-11-21T18:28:21.228Z Compiling der v0.7.9
17562024-11-21T18:28:23.216Z Compiling rand_chacha v0.3.1
17572024-11-21T18:28:24.195Z Compiling icu_provider v1.5.0
17582024-11-21T18:28:24.812Z Compiling percent-encoding v2.3.1
17592024-11-21T18:28:25.132Z Compiling rayon-core v1.12.1
17602024-11-21T18:28:25.184Z Compiling rustls v0.22.4
17612024-11-21T18:28:25.398Z Compiling rustls-pki-types v1.9.0
17622024-11-21T18:28:25.857Z Compiling untrusted v0.7.1
17632024-11-21T18:28:25.913Z Compiling icu_locid_transform_data v1.5.0
17642024-11-21T18:28:26.010Z Compiling pretty-hex v0.4.1
17652024-11-21T18:28:26.045Z Compiling icu_locid_transform v1.5.0
17662024-11-21T18:28:26.194Z Compiling dof v0.3.0
17672024-11-21T18:28:27.191Z Compiling rand v0.8.5
17682024-11-21T18:28:27.254Z Compiling spki v0.7.3
17692024-11-21T18:28:27.822Z Compiling dtrace-parser v0.2.0
17702024-11-21T18:28:27.914Z Compiling salsa20 v0.10.2
17712024-11-21T18:28:27.933Z Compiling tokio-util v0.7.12
17722024-11-21T18:28:28.251Z Compiling icu_collections v1.5.0
17732024-11-21T18:28:28.787Z Compiling pbkdf2 v0.12.2
17742024-11-21T18:28:29.506Z Compiling thread-id v4.2.2
17752024-11-21T18:28:29.600Z Compiling untrusted v0.9.0
17762024-11-21T18:28:29.620Z Compiling powerfmt v0.2.0
17772024-11-21T18:28:29.729Z Compiling mirai-annotations v1.12.0
17782024-11-21T18:28:29.784Z Compiling icu_properties_data v1.5.0
17792024-11-21T18:28:29.930Z Compiling winnow v0.5.40
17802024-11-21T18:28:30.046Z Compiling icu_properties v1.5.1
17812024-11-21T18:28:30.226Z Compiling deranged v0.3.11
17822024-11-21T18:28:33.879Z Compiling toml_edit v0.19.15
17832024-11-21T18:28:35.615Z Compiling scrypt v0.11.0
17842024-11-21T18:28:35.656Z Compiling aes v0.8.4
17852024-11-21T18:28:35.959Z Compiling cbc v0.1.2
17862024-11-21T18:28:36.107Z Compiling multer v3.1.0
17872024-11-21T18:28:36.370Z Compiling utf16_iter v1.0.5
17882024-11-21T18:28:36.393Z Compiling num_threads v0.1.7
17892024-11-21T18:28:36.840Z Compiling slog-async v2.8.0
17902024-11-21T18:28:36.842Z Compiling atomic-waker v1.1.2
17912024-11-21T18:28:37.011Z Compiling icu_normalizer_data v1.5.0
17922024-11-21T18:28:37.123Z Compiling rustversion v1.0.17
17932024-11-21T18:28:37.142Z Compiling utf8_iter v1.0.4
17942024-11-21T18:28:37.299Z Compiling write16 v1.0.0
17952024-11-21T18:28:37.435Z Compiling icu_normalizer v1.5.0
17962024-11-21T18:28:37.777Z Compiling time v0.3.36
17972024-11-21T18:28:38.643Z Compiling pkcs5 v0.7.1
17982024-11-21T18:28:39.759Z Compiling form_urlencoded v1.2.1
17992024-11-21T18:28:40.571Z Compiling http-body v1.0.1
18002024-11-21T18:28:40.758Z Compiling heapless v0.7.17
18012024-11-21T18:28:41.299Z Compiling bzip2-sys v0.1.11+1.0.8
18022024-11-21T18:28:42.490Z Compiling try-lock v0.2.5
18032024-11-21T18:28:42.652Z Compiling signal-hook v0.3.17
18042024-11-21T18:28:42.671Z Compiling want v0.3.1
18052024-11-21T18:28:44.242Z Compiling pkcs8 v0.10.2
18062024-11-21T18:28:44.499Z Compiling idna_adapter v1.2.0
18072024-11-21T18:28:44.925Z Compiling h2 v0.4.6
18082024-11-21T18:28:45.922Z Compiling usdt-macro v0.5.0
18092024-11-21T18:28:47.261Z Compiling usdt-attr-macro v0.5.0
18102024-11-21T18:28:47.974Z Compiling async-stream-impl v0.3.6
18112024-11-21T18:28:48.008Z Compiling httpdate v1.0.3
18122024-11-21T18:28:49.038Z Compiling adler2 v2.0.0
18132024-11-21T18:28:49.203Z Compiling miniz_oxide v0.8.0
18142024-11-21T18:28:50.073Z Compiling idna v1.0.3
18152024-11-21T18:28:51.531Z Compiling curve25519-dalek v4.1.3
18162024-11-21T18:28:51.931Z Compiling hyper v1.5.0
18172024-11-21T18:28:52.363Z Compiling openapiv3 v2.0.0
18182024-11-21T18:28:54.865Z Compiling enum-as-inner v0.6.1
18192024-11-21T18:28:55.907Z Compiling dropshot v0.12.0
18202024-11-21T18:28:56.158Z Compiling base64 v0.22.1
18212024-11-21T18:28:56.204Z Compiling portable-atomic v1.9.0
18222024-11-21T18:28:56.583Z Compiling num-bigint-dig v0.8.4
18232024-11-21T18:28:56.697Z Compiling tower-service v0.3.3
18242024-11-21T18:28:56.842Z Compiling smoltcp v0.9.1
18252024-11-21T18:28:56.879Z Compiling foreign-types-shared v0.1.1
18262024-11-21T18:28:56.990Z Compiling match_cfg v0.1.0
18272024-11-21T18:28:57.074Z Compiling hostname v0.3.1
18282024-11-21T18:28:57.094Z Compiling hyper-util v0.1.10
18292024-11-21T18:28:57.285Z Compiling foreign-types v0.3.2
18302024-11-21T18:29:00.435Z Compiling url v2.5.3
18312024-11-21T18:29:03.746Z Compiling dirs-sys-next v0.1.2
18322024-11-21T18:29:04.420Z Compiling heck v0.4.1
18332024-11-21T18:29:04.528Z Compiling data-encoding v2.6.0
18342024-11-21T18:29:04.830Z Compiling gimli v0.31.1
18352024-11-21T18:29:04.833Z Compiling siphasher v0.3.11
18362024-11-21T18:29:05.238Z Compiling ident_case v1.0.1
18372024-11-21T18:29:05.430Z Compiling darling_core v0.20.10
18382024-11-21T18:29:06.377Z Compiling dirs-next v2.0.0
18392024-11-21T18:29:09.488Z Compiling http-body-util v0.1.2
18402024-11-21T18:29:10.005Z Compiling addr2line v0.24.2
18412024-11-21T18:29:11.835Z Compiling crossbeam-epoch v0.9.18
18422024-11-21T18:29:11.912Z Compiling hubpack_derive v0.1.1
18432024-11-21T18:29:12.551Z Compiling dropshot_endpoint v0.12.0
18442024-11-21T18:29:12.827Z Compiling sha1 v0.10.6
18452024-11-21T18:29:12.975Z Compiling signature v2.2.0
18462024-11-21T18:29:13.223Z Compiling curve25519-dalek-derive v0.1.1
18472024-11-21T18:29:13.239Z Compiling zerocopy-derive v0.6.6
18482024-11-21T18:29:14.006Z Compiling object v0.36.5
18492024-11-21T18:29:14.890Z Compiling thread_local v1.1.8
18502024-11-21T18:29:15.140Z Compiling fs-err v2.11.0
18512024-11-21T18:29:15.376Z Compiling encoding_rs v0.8.34
18522024-11-21T18:29:18.858Z Compiling mime v0.3.17
18532024-11-21T18:29:19.407Z Compiling openssl-probe v0.1.5
18542024-11-21T18:29:19.727Z Compiling winnow v0.6.20
18552024-11-21T18:29:24.425Z Compiling utf8parse v0.2.2
18562024-11-21T18:29:24.595Z Compiling anstyle v1.0.10
18572024-11-21T18:29:25.062Z Compiling ipnet v2.10.1
18582024-11-21T18:29:26.151Z Compiling rustc-demangle v0.1.24
18592024-11-21T18:29:26.154Z Compiling unicode-properties v0.1.3
18602024-11-21T18:29:26.581Z Compiling stringprep v0.1.5
18612024-11-21T18:29:27.568Z Compiling backtrace v0.3.74
18622024-11-21T18:29:28.469Z Compiling anstyle-parse v0.2.5
18632024-11-21T18:29:28.725Z Compiling toml_edit v0.22.22
18642024-11-21T18:29:31.201Z Compiling rustls-webpki v0.102.8
18652024-11-21T18:29:36.056Z Compiling crossbeam-deque v0.8.5
18662024-11-21T18:29:36.403Z Compiling darling_macro v0.20.10
18672024-11-21T18:29:37.285Z Compiling term v0.7.0
18682024-11-21T18:29:38.502Z Compiling slog-json v2.6.1
18692024-11-21T18:29:38.931Z Compiling serde_urlencoded v0.7.1
18702024-11-21T18:29:40.097Z Compiling crossbeam-channel v0.5.13
18712024-11-21T18:29:40.149Z Compiling rustls-pemfile v2.2.0
18722024-11-21T18:29:40.988Z Compiling hashbrown v0.14.5
18732024-11-21T18:29:41.574Z Compiling idna v0.4.0
18742024-11-21T18:29:41.598Z Compiling idna v0.3.0
18752024-11-21T18:29:42.371Z Compiling futures-executor v0.3.31
18762024-11-21T18:29:43.017Z Compiling num-integer v0.1.46
18772024-11-21T18:29:43.230Z Compiling md-5 v0.10.6
18782024-11-21T18:29:43.484Z Compiling ff v0.13.0
18792024-11-21T18:29:43.535Z Compiling hash32 v0.2.1
18802024-11-21T18:29:43.715Z Compiling is-terminal v0.4.13
18812024-11-21T18:29:43.736Z Compiling memmap v0.7.0
18822024-11-21T18:29:44.059Z Compiling anstyle-query v1.1.1
18832024-11-21T18:29:44.230Z Compiling is_terminal_polyfill v1.70.1
18842024-11-21T18:29:44.380Z Compiling utf-8 v0.7.6
18852024-11-21T18:29:45.187Z Compiling fallible-iterator v0.2.0
18862024-11-21T18:29:45.940Z Compiling base16ct v0.2.0
18872024-11-21T18:29:46.248Z Compiling colorchoice v1.0.2
18882024-11-21T18:29:46.641Z Compiling take_mut v0.2.2
18892024-11-21T18:29:46.815Z Compiling psl-types v2.0.11
18902024-11-21T18:29:46.967Z Compiling quick-error v1.2.3
18912024-11-21T18:29:47.019Z Compiling linked-hash-map v0.5.6
18922024-11-21T18:29:47.128Z Compiling resolv-conf v0.7.0
18932024-11-21T18:29:47.314Z Compiling publicsuffix v2.2.3
18942024-11-21T18:29:47.417Z Compiling lru-cache v0.1.2
18952024-11-21T18:29:47.634Z Compiling anstream v0.6.15
18962024-11-21T18:29:47.779Z Compiling sec1 v0.7.3
18972024-11-21T18:29:48.326Z Compiling postgres-protocol v0.6.7
18982024-11-21T18:29:48.589Z Compiling tungstenite v0.24.0
18992024-11-21T18:29:49.468Z Compiling usdt v0.5.0
19002024-11-21T18:29:49.951Z Compiling slog-term v2.9.1
19012024-11-21T18:29:50.701Z Compiling group v0.13.0
19022024-11-21T18:29:50.771Z Compiling num-iter v0.1.45
19032024-11-21T18:29:50.972Z Compiling futures v0.3.31
19042024-11-21T18:29:51.022Z Compiling hickory-proto v0.24.1
19052024-11-21T18:29:51.069Z Compiling regress v0.10.1
19062024-11-21T18:29:54.615Z Compiling tokio-rustls v0.26.0
19072024-11-21T18:29:54.747Z Compiling slog-bunyan v2.5.0
19082024-11-21T18:29:54.826Z Compiling darling v0.20.10
19092024-11-21T18:29:54.950Z Compiling tokio-rustls v0.25.0
19102024-11-21T18:29:55.092Z Compiling toml v0.8.19
19112024-11-21T18:29:55.376Z Compiling tokio-native-tls v0.3.1
19122024-11-21T18:29:55.628Z Compiling phf_shared v0.11.2
19132024-11-21T18:29:55.681Z Compiling strum_macros v0.25.3
19142024-11-21T18:29:55.996Z Compiling async-stream v0.3.6
19152024-11-21T18:29:56.043Z Compiling waitgroup v0.1.2
19162024-11-21T18:29:56.260Z Compiling webpki-roots v0.26.6
19172024-11-21T18:29:56.719Z Compiling idna v0.5.0
19182024-11-21T18:29:56.930Z Compiling terminal_size v0.4.0
19192024-11-21T18:29:57.159Z Compiling serde_path_to_error v0.1.16
19202024-11-21T18:29:57.342Z Compiling hkdf v0.12.4
19212024-11-21T18:29:58.151Z Compiling crypto-bigint v0.5.5
19222024-11-21T18:29:58.180Z Compiling clap_derive v4.5.18
19232024-11-21T18:29:58.229Z Compiling serde_repr v0.1.19
19242024-11-21T18:29:59.316Z Compiling derive-where v1.2.7
19252024-11-21T18:29:59.319Z Compiling hostname v0.4.0
19262024-11-21T18:29:59.544Z Compiling crc32fast v1.4.2
19272024-11-21T18:29:59.866Z Compiling debug-ignore v1.0.5
19282024-11-21T18:30:00.009Z Compiling clap_lex v0.7.2
19292024-11-21T18:30:00.109Z Compiling managed v0.8.0
19302024-11-21T18:30:00.600Z Compiling unicode-width v0.1.14
19312024-11-21T18:30:00.619Z Compiling bitflags v1.3.2
19322024-11-21T18:30:01.774Z Compiling elliptic-curve v0.13.8
19332024-11-21T18:30:01.850Z Compiling console v0.15.8
19342024-11-21T18:30:02.729Z Compiling clap_builder v4.5.21
19352024-11-21T18:30:03.793Z Compiling flate2 v1.0.34
19362024-11-21T18:30:04.770Z Compiling cookie_store v0.21.0
19372024-11-21T18:30:06.202Z Compiling hickory-resolver v0.24.1
19382024-11-21T18:30:10.078Z Compiling hyper-rustls v0.27.3
19392024-11-21T18:30:11.047Z Compiling phf v0.11.2
19402024-11-21T18:30:11.356Z Compiling hyper-tls v0.6.0
19412024-11-21T18:30:11.677Z Compiling signal-hook-mio v0.2.4
19422024-11-21T18:30:11.742Z Compiling typify-impl v0.2.0
19432024-11-21T18:30:11.836Z Compiling bzip2 v0.4.4
19442024-11-21T18:30:11.892Z Compiling rayon v1.10.0
19452024-11-21T18:30:12.223Z Compiling tokio-tungstenite v0.24.0
19462024-11-21T18:30:12.502Z Compiling postgres-types v0.2.8
19472024-11-21T18:30:13.248Z Compiling zerocopy v0.6.6
19482024-11-21T18:30:13.316Z Compiling ed25519 v2.2.3
19492024-11-21T18:30:13.785Z Compiling hubpack v0.1.2
19502024-11-21T18:30:13.919Z Compiling phf_shared v0.10.0
19512024-11-21T18:30:14.179Z Compiling pkcs1 v0.7.5
19522024-11-21T18:30:14.318Z Compiling tokio-stream v0.1.16
19532024-11-21T18:30:15.345Z Compiling serde-big-array v0.5.1
19542024-11-21T18:30:15.363Z Compiling rfc6979 v0.4.0
19552024-11-21T18:30:15.568Z Compiling float-cmp v0.9.0
19562024-11-21T18:30:15.588Z Compiling sync_wrapper v1.0.1
19572024-11-21T18:30:15.748Z Compiling bstr v1.10.0
19582024-11-21T18:30:17.174Z Compiling unicode-width v0.2.0
19592024-11-21T18:30:17.333Z Compiling static_assertions v1.1.0
19602024-11-21T18:30:17.441Z Compiling number_prefix v0.4.0
19612024-11-21T18:30:17.650Z Compiling unicode-segmentation v1.12.0
19622024-11-21T18:30:17.681Z Compiling difflib v0.4.0
19632024-11-21T18:30:17.709Z Compiling new_debug_unreachable v1.0.6
19642024-11-21T18:30:17.819Z Compiling predicates-core v1.0.8
19652024-11-21T18:30:18.127Z Compiling fixedbitset v0.4.2
19662024-11-21T18:30:18.471Z Compiling normalize-line-endings v0.3.0
19672024-11-21T18:30:18.491Z Compiling whoami v1.5.2
19682024-11-21T18:30:18.547Z Compiling bit-vec v0.6.3
19692024-11-21T18:30:18.613Z Compiling precomputed-hash v0.1.1
19702024-11-21T18:30:18.749Z Compiling string_cache v0.8.7
19712024-11-21T18:30:18.965Z Compiling bit-set v0.5.3
19722024-11-21T18:30:19.013Z Compiling tokio-postgres v0.7.12
19732024-11-21T18:30:19.052Z Compiling predicates v3.1.2
19742024-11-21T18:30:19.184Z Compiling petgraph v0.6.5
19752024-11-21T18:30:19.283Z Compiling similar v2.6.0
19762024-11-21T18:30:20.639Z Compiling indicatif v0.17.9
19772024-11-21T18:30:21.275Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19782024-11-21T18:30:23.001Z Compiling reqwest v0.12.9
19792024-11-21T18:30:23.240Z Compiling ecdsa v0.16.9
19802024-11-21T18:30:23.758Z Compiling typify-macro v0.2.0
19812024-11-21T18:30:24.403Z Compiling qorb v0.2.0
19822024-11-21T18:30:27.098Z Compiling rsa v0.9.6
19832024-11-21T18:30:27.446Z Compiling ed25519-dalek v2.1.1
19842024-11-21T18:30:28.178Z Compiling zip v0.6.6
19852024-11-21T18:30:28.467Z Compiling crossterm v0.28.1
19862024-11-21T18:30:28.788Z Compiling clap v4.5.21
19872024-11-21T18:30:29.441Z Compiling toml v0.7.8
19882024-11-21T18:30:30.007Z Compiling x509-cert v0.2.5
19892024-11-21T18:30:30.979Z Compiling hex v0.4.3
19902024-11-21T18:30:31.841Z Compiling itertools v0.10.5
19912024-11-21T18:30:32.383Z Compiling zerocopy v0.8.10
19922024-11-21T18:30:32.847Z Compiling lalrpop-util v0.19.12
19932024-11-21T18:30:33.099Z Compiling peg-runtime v0.8.3
19942024-11-21T18:30:33.176Z Compiling unicode-xid v0.2.6
19952024-11-21T18:30:34.644Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19962024-11-21T18:30:39.303Z Compiling proc-macro-crate v1.3.1
19972024-11-21T18:30:39.501Z Compiling ipnetwork v0.20.0
19982024-11-21T18:30:39.869Z Compiling macaddr v1.0.1
19992024-11-21T18:30:40.464Z Compiling zerocopy-derive v0.8.10
20002024-11-21T18:30:40.502Z Compiling itertools v0.13.0
20012024-11-21T18:30:43.531Z Compiling heapless v0.8.0
20022024-11-21T18:30:43.806Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20032024-11-21T18:30:49.064Z Compiling num_enum_derive v0.5.11
20042024-11-21T18:30:56.312Z Compiling hash32 v0.3.1
20052024-11-21T18:30:57.002Z Compiling smoltcp v0.11.0
20062024-11-21T18:30:57.821Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20072024-11-21T18:31:02.743Z Compiling num_enum v0.5.11
20082024-11-21T18:31:02.930Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20092024-11-21T18:31:03.559Z Compiling typify v0.2.0
20102024-11-21T18:31:04.885Z Compiling proc-macro-error-attr v1.0.4
20112024-11-21T18:31:04.961Z Compiling unsafe-libyaml v0.2.11
20122024-11-21T18:31:05.184Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20132024-11-21T18:31:05.482Z Compiling cobs v0.2.3
20142024-11-21T18:31:06.678Z Compiling serde_yaml v0.9.34+deprecated
20152024-11-21T18:31:07.148Z Compiling postcard v1.0.10
20162024-11-21T18:31:22.907Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20172024-11-21T18:31:24.172Z Compiling progenitor-impl v0.8.0
20182024-11-21T18:31:35.651Z Compiling strum_macros v0.26.4
20192024-11-21T18:31:36.706Z Compiling foreign-types-macros v0.2.3
20202024-11-21T18:31:36.779Z Compiling structmeta-derive v0.3.0
20212024-11-21T18:31:36.822Z Compiling proc-macro-error v1.0.4
20222024-11-21T18:31:37.002Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20232024-11-21T18:31:37.311Z Compiling newtype-uuid v1.1.3
20242024-11-21T18:31:37.851Z Compiling foreign-types-shared v0.3.1
20252024-11-21T18:31:38.087Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20262024-11-21T18:31:39.332Z Compiling structmeta v0.3.0
20272024-11-21T18:31:40.172Z Compiling strum v0.26.3
20282024-11-21T18:31:40.367Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20292024-11-21T18:31:44.145Z Compiling foreign-types v0.5.0
20302024-11-21T18:31:48.439Z Compiling progenitor-macro v0.8.0
20312024-11-21T18:31:53.811Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20322024-11-21T18:31:53.811Z Compiling progenitor-client v0.8.0
20332024-11-21T18:31:53.811Z Compiling tabwriter v1.4.0
20342024-11-21T18:31:55.872Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20352024-11-21T18:31:56.672Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20362024-11-21T18:31:57.157Z Compiling cstr-argument v0.1.2
20372024-11-21T18:31:57.409Z Compiling dropshot v0.13.0
20382024-11-21T18:31:57.704Z Compiling crucible-workspace-hack v0.1.0
20392024-11-21T18:31:57.941Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20402024-11-21T18:31:57.999Z Compiling fastrand v2.1.1
20412024-11-21T18:31:58.242Z Compiling pretty-hex v0.2.1
20422024-11-21T18:31:58.659Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20432024-11-21T18:31:58.662Z Compiling tempfile v3.13.0
20442024-11-21T18:31:59.614Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20452024-11-21T18:31:59.766Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20462024-11-21T18:32:00.510Z Compiling parse-display-derive v0.10.0
20472024-11-21T18:32:00.690Z Compiling colored v2.1.0
20482024-11-21T18:32:00.761Z Compiling serde_with_macros v3.11.0
20492024-11-21T18:32:01.227Z Compiling progenitor v0.8.0
20502024-11-21T18:32:01.517Z Compiling dropshot_endpoint v0.13.0
20512024-11-21T18:32:01.871Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20522024-11-21T18:32:02.615Z Compiling instant v0.1.13
20532024-11-21T18:32:02.796Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20542024-11-21T18:32:03.182Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20552024-11-21T18:32:03.361Z Compiling serde_with v3.11.0
20562024-11-21T18:32:03.425Z Compiling backoff v0.4.0
20572024-11-21T18:32:03.780Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20582024-11-21T18:32:04.014Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20592024-11-21T18:32:04.416Z Compiling parse-display v0.10.0
20602024-11-21T18:32:06.177Z Compiling zone_cfg_derive v0.3.0
20612024-11-21T18:32:06.382Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20622024-11-21T18:32:06.970Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20632024-11-21T18:32:07.677Z Compiling camino-tempfile v1.1.1
20642024-11-21T18:32:07.695Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
20652024-11-21T18:32:07.764Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20662024-11-21T18:32:07.964Z Compiling regress v0.9.1
20672024-11-21T18:32:08.184Z Compiling num-derive v0.4.2
20682024-11-21T18:32:08.443Z Compiling sigpipe v0.1.3
20692024-11-21T18:32:08.594Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20702024-11-21T18:32:08.894Z Compiling libefi-sys v0.1.0
20712024-11-21T18:32:09.270Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20722024-11-21T18:32:10.484Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20732024-11-21T18:32:12.040Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20742024-11-21T18:32:12.475Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
20752024-11-21T18:32:13.040Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20762024-11-21T18:32:15.116Z Compiling zone v0.3.0
20772024-11-21T18:32:16.568Z Compiling smf v0.2.3
20782024-11-21T18:32:17.264Z Compiling bitfield-struct v0.6.2
20792024-11-21T18:32:17.395Z Compiling blake3 v1.5.4
20802024-11-21T18:32:18.031Z Compiling ring v0.16.20
20812024-11-21T18:32:18.512Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20822024-11-21T18:32:18.637Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20832024-11-21T18:32:19.458Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20842024-11-21T18:32:19.614Z Compiling xattr v1.3.1
20852024-11-21T18:32:19.670Z Compiling memmap2 v0.9.5
20862024-11-21T18:32:19.926Z Compiling filetime v0.2.25
20872024-11-21T18:32:20.256Z Compiling arrayvec v0.7.6
20882024-11-21T18:32:20.289Z Compiling same-file v1.0.6
20892024-11-21T18:32:20.570Z Compiling constant_time_eq v0.3.1
20902024-11-21T18:32:20.651Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20912024-11-21T18:32:20.752Z Compiling spin v0.5.2
20922024-11-21T18:32:20.755Z Compiling arrayref v0.3.9
20932024-11-21T18:32:20.791Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20942024-11-21T18:32:21.017Z Compiling walkdir v2.5.0
20952024-11-21T18:32:22.321Z Compiling tar v0.4.42
20962024-11-21T18:32:22.712Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20972024-11-21T18:32:23.134Z Compiling gethostname v0.5.0
20982024-11-21T18:32:23.349Z Compiling cargo-platform v0.1.8
20992024-11-21T18:32:23.609Z Compiling topological-sort v0.2.2
21002024-11-21T18:32:23.770Z Compiling cargo_metadata v0.18.1
21012024-11-21T18:32:27.518Z Compiling omicron-zone-package v0.11.1
21022024-11-21T18:32:30.469Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21032024-11-21T18:32:31.947Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21042024-11-21T18:32:39.714Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21052024-11-21T18:32:54.191Z Finished `release` profile [optimized] target(s) in 5m 26s
21062024-11-21T18:32:54.364Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21072024-11-21T18:32:54.414ZLogging to: /work/oxidecomputer/omicron/out/LOG
21082024-11-21T18:32:54.417ZCreated new build target 'test' and set it as active
21092024-11-21T18:32:54.417Z
21102024-11-21T18:32:54.417Zreal 5:26.772681044
21112024-11-21T18:32:54.417Zuser 36:41.816007576
21122024-11-21T18:32:54.417Zsys 4:56.618928981
21132024-11-21T18:32:54.417Ztrap 1.080852238
21142024-11-21T18:32:54.417Ztflt 3.113993670
21152024-11-21T18:32:54.417Zdflt 0.923381072
21162024-11-21T18:32:54.417Zkflt 0.025808317
21172024-11-21T18:32:54.417Zlock 1:17:18.759367107
21182024-11-21T18:32:54.417Zslp 2:33:44.939405719
21192024-11-21T18:32:54.417Zlat 2:35.618417027
21202024-11-21T18:32:54.417Zstop 4:33.949239368
21212024-11-21T18:32:54.417Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21222024-11-21T18:32:55.409Z Finished `release` profile [optimized] target(s) in 0.94s
21232024-11-21T18:32:55.469Z Running `target/release/omicron-package -t test package`
21242024-11-21T18:32:55.514ZLogging to: /work/oxidecomputer/omicron/out/LOG
21252024-11-21T18:32:56.669Z Compiling convert_case v0.4.0
21262024-11-21T18:32:56.672Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21272024-11-21T18:32:56.672Z Compiling itertools v0.13.0
21282024-11-21T18:32:56.672Z Compiling newline-converter v0.3.0
21292024-11-21T18:32:56.672Z Compiling password-hash v0.5.0
21302024-11-21T18:32:56.672Z Compiling progenitor-client v0.8.0
21312024-11-21T18:32:56.672Z Compiling blake2 v0.10.6
21322024-11-21T18:32:56.808Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21332024-11-21T18:32:57.056Z Compiling expectorate v1.1.0
21342024-11-21T18:32:57.078Z Compiling owo-colors v4.1.0
21352024-11-21T18:32:57.252Z Compiling progenitor v0.8.0
21362024-11-21T18:32:57.308Z Compiling cancel-safe-futures v0.1.5
21372024-11-21T18:32:57.384Z Compiling num-rational v0.4.2
21382024-11-21T18:32:57.509Z Compiling argon2 v0.5.3
21392024-11-21T18:32:57.525Z Compiling derive_more v0.99.18
21402024-11-21T18:32:57.643Z Compiling num-complex v0.4.6
21412024-11-21T18:32:58.690Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21422024-11-21T18:32:58.900Z Compiling num v0.4.3
21432024-11-21T18:32:59.003Z Compiling atomicwrites v0.4.4
21442024-11-21T18:32:59.027Z Compiling libsw v3.3.1
21452024-11-21T18:32:59.304Z Compiling linear-map v1.2.0
21462024-11-21T18:32:59.402Z Compiling float-ord v0.3.2
21472024-11-21T18:32:59.555Z Compiling indent_write v2.2.0
21482024-11-21T18:32:59.595Z Compiling swrite v0.1.0
21492024-11-21T18:32:59.735Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21502024-11-21T18:32:59.756Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21512024-11-21T18:32:59.792Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21522024-11-21T18:32:59.822Z Compiling base64 v0.21.7
21532024-11-21T18:32:59.942Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21542024-11-21T18:33:00.508Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21552024-11-21T18:33:00.973Z Compiling highway v1.2.0
21562024-11-21T18:33:00.997Z Compiling semver v0.1.20
21572024-11-21T18:33:01.561Z Compiling rustc_version v0.1.7
21582024-11-21T18:33:01.996Z Compiling newtype_derive v0.1.6
21592024-11-21T18:33:02.319Z Compiling newtype-uuid v1.1.3
21602024-11-21T18:33:02.482Z Compiling dropshot v0.13.0
21612024-11-21T18:33:02.561Z Compiling ipnetwork v0.20.0
21622024-11-21T18:33:02.670Z Compiling instant v0.1.13
21632024-11-21T18:33:02.838Z Compiling humantime v2.1.0
21642024-11-21T18:33:03.364Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21652024-11-21T18:33:03.695Z Compiling backoff v0.4.0
21662024-11-21T18:33:04.070Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21672024-11-21T18:33:04.140Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21682024-11-21T18:33:04.236Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21692024-11-21T18:33:07.598Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21702024-11-21T18:33:08.380Z Compiling parse-display v0.10.0
21712024-11-21T18:33:08.958Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21722024-11-21T18:33:09.170Z Compiling serde_with v3.11.0
21732024-11-21T18:33:09.190Z Compiling strum v0.26.3
21742024-11-21T18:33:09.389Z Compiling regress v0.9.1
21752024-11-21T18:33:12.976Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21762024-11-21T18:33:13.688Z Compiling macaddr v1.0.1
21772024-11-21T18:33:14.146Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21782024-11-21T18:33:14.259Z Compiling steno v0.4.1
21792024-11-21T18:33:14.829Z Compiling prettyplease v0.2.25
21802024-11-21T18:33:14.861Z Compiling slog-dtrace v0.3.0
21812024-11-21T18:33:15.264Z Compiling tungstenite v0.21.0
21822024-11-21T18:33:15.601Z Compiling display-error-chain v0.2.2
21832024-11-21T18:33:17.322Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21842024-11-21T18:33:17.967Z Compiling tokio-tungstenite v0.21.0
21852024-11-21T18:33:18.678Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21862024-11-21T18:33:19.242Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21872024-11-21T18:33:20.295Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21882024-11-21T18:33:20.406Z Compiling arc-swap v1.7.1
21892024-11-21T18:33:21.117Z Compiling slog-scope v4.4.0
21902024-11-21T18:33:21.941Z Compiling half v2.4.1
21912024-11-21T18:33:22.673Z Compiling ciborium-io v0.2.2
21922024-11-21T18:33:22.837Z Compiling ciborium-ll v0.2.2
21932024-11-21T18:33:23.379Z Compiling slog-stdlog v4.1.1
21942024-11-21T18:33:24.243Z Compiling slog-envlogger v2.2.0
21952024-11-21T18:33:24.367Z Compiling ciborium v0.2.2
21962024-11-21T18:33:26.600Z Compiling nibble_vec v0.1.0
21972024-11-21T18:33:26.973Z Compiling endian-type v0.1.2
21982024-11-21T18:33:27.239Z Compiling radix_trie v0.2.1
21992024-11-21T18:33:28.194Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22002024-11-21T18:33:33.551Z Compiling same-file v1.0.6
22012024-11-21T18:33:33.809Z Compiling fastrand v2.1.1
22022024-11-21T18:33:34.167Z Compiling tempfile v3.13.0
22032024-11-21T18:33:34.288Z Compiling walkdir v2.5.0
22042024-11-21T18:33:34.322Z Compiling ring v0.16.20
22052024-11-21T18:33:34.946Z Compiling blake3 v1.5.4
22062024-11-21T18:33:34.973Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22072024-11-21T18:33:35.602Z Compiling xattr v1.3.1
22082024-11-21T18:33:35.873Z Compiling memmap2 v0.9.5
22092024-11-21T18:33:35.890Z Compiling filetime v0.2.25
22102024-11-21T18:33:36.201Z Compiling arrayvec v0.7.6
22112024-11-21T18:33:36.294Z Compiling spin v0.5.2
22122024-11-21T18:33:36.540Z Compiling keccak v0.1.5
22132024-11-21T18:33:36.625Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22142024-11-21T18:33:36.646Z Compiling constant_time_eq v0.3.1
22152024-11-21T18:33:36.807Z Compiling arrayref v0.3.9
22162024-11-21T18:33:37.480Z Compiling sha3 v0.10.8
22172024-11-21T18:33:38.034Z Compiling tar v0.4.42
22182024-11-21T18:33:38.171Z Compiling camino-tempfile v1.1.1
22192024-11-21T18:33:38.266Z Compiling toolchain_find v0.4.0
22202024-11-21T18:33:38.361Z Compiling const_format_proc_macros v0.2.33
22212024-11-21T18:33:38.628Z Compiling maplit v1.0.2
22222024-11-21T18:33:38.772Z Compiling topological-sort v0.2.2
22232024-11-21T18:33:38.864Z Compiling crunchy v0.2.2
22242024-11-21T18:33:39.010Z Compiling radium v0.7.0
22252024-11-21T18:33:39.381Z Compiling omicron-zone-package v0.11.1
22262024-11-21T18:33:39.490Z Compiling rustfmt-wrapper v0.2.1
22272024-11-21T18:33:40.068Z Compiling pem v3.0.4
22282024-11-21T18:33:40.069Z Compiling maybe-uninit v2.0.0
22292024-11-21T18:33:40.144Z Compiling tiny-keccak v2.0.2
22302024-11-21T18:33:40.177Z Compiling const_format v0.2.33
22312024-11-21T18:33:40.451Z Compiling tap v1.0.1
22322024-11-21T18:33:40.639Z Compiling wyz v0.5.1
22332024-11-21T18:33:41.191Z Compiling dsl_auto_type v0.1.2
22342024-11-21T18:33:41.212Z Compiling phf_generator v0.11.2
22352024-11-21T18:33:41.408Z Compiling scheduled-thread-pool v0.2.7
22362024-11-21T18:33:41.437Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22372024-11-21T18:33:41.459Z Compiling secrecy v0.8.0
22382024-11-21T18:33:41.524Z Compiling diesel_table_macro_syntax v0.2.0
22392024-11-21T18:33:41.741Z Compiling async-recursion v1.1.1
22402024-11-21T18:33:41.929Z Compiling packed_struct v0.10.1
22412024-11-21T18:33:41.948Z Compiling funty v2.0.0
22422024-11-21T18:33:42.362Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22432024-11-21T18:33:42.541Z Compiling crc-catalog v2.4.0
22442024-11-21T18:33:42.634Z Compiling diesel_derives v2.2.3
22452024-11-21T18:33:42.702Z Compiling crc v3.2.1
22462024-11-21T18:33:42.755Z Compiling r2d2 v0.8.10
22472024-11-21T18:33:43.183Z Compiling bitvec v1.0.1
22482024-11-21T18:33:43.218Z Compiling phf_codegen v0.11.2
22492024-11-21T18:33:43.998Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22502024-11-21T18:33:44.532Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
22512024-11-21T18:33:44.553Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22522024-11-21T18:33:44.586Z Compiling ascii-canvas v3.0.0
22532024-11-21T18:33:45.078Z Compiling universal-hash v0.5.1
22542024-11-21T18:33:45.338Z Compiling packed_struct_codegen v0.10.1
22552024-11-21T18:33:47.806Z Compiling thiserror-impl-no-std v2.0.2
22562024-11-21T18:33:47.836Z Compiling parse-zoneinfo v0.3.1
22572024-11-21T18:33:49.466Z Compiling lzma-sys v0.1.20
22582024-11-21T18:33:50.156Z Compiling ena v0.14.3
22592024-11-21T18:33:50.507Z Compiling indexmap v1.9.3
22602024-11-21T18:33:50.598Z Compiling nodrop v0.1.14
22612024-11-21T18:33:50.747Z Compiling opaque-debug v0.3.1
22622024-11-21T18:33:50.827Z Compiling regex-syntax v0.6.29
22632024-11-21T18:33:50.865Z Compiling diff v0.1.13
22642024-11-21T18:33:51.370Z Compiling cfg_aliases v0.1.1
22652024-11-21T18:33:51.494Z Compiling nix v0.28.0
22662024-11-21T18:33:52.264Z Compiling poly1305 v0.8.0
22672024-11-21T18:33:53.783Z Compiling array-init v0.0.4
22682024-11-21T18:33:54.238Z Compiling diesel v2.2.4
22692024-11-21T18:33:55.093Z Compiling lalrpop v0.19.12
22702024-11-21T18:33:56.186Z Compiling thiserror-no-std v2.0.2
22712024-11-21T18:33:56.382Z Compiling chrono-tz-build v0.4.0
22722024-11-21T18:34:01.543Z Compiling smallvec v0.6.14
22732024-11-21T18:34:02.076Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22742024-11-21T18:34:02.534Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22752024-11-21T18:34:02.839Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22762024-11-21T18:34:03.093Z Compiling chacha20 v0.9.1
22772024-11-21T18:34:03.211Z Compiling heck v0.3.3
22782024-11-21T18:34:03.597Z Compiling aead v0.5.2
22792024-11-21T18:34:03.628Z Compiling vte_generate_state_changes v0.1.2
22802024-11-21T18:34:04.114Z Compiling bitfield v0.14.0
22812024-11-21T18:34:04.276Z Compiling ref-cast v1.0.23
22822024-11-21T18:34:04.342Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22832024-11-21T18:34:04.639Z Compiling hashbrown v0.12.3
22842024-11-21T18:34:04.766Z Compiling termcolor v1.4.1
22852024-11-21T18:34:05.829Z Compiling env_logger v0.10.2
22862024-11-21T18:34:07.273Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22872024-11-21T18:34:08.930Z Compiling vte v0.11.1
22882024-11-21T18:34:10.433Z Compiling chacha20poly1305 v0.10.1
22892024-11-21T18:34:10.691Z Compiling zone_cfg_derive v0.1.2
22902024-11-21T18:34:12.125Z Compiling serde-hex v0.1.0
22912024-11-21T18:34:17.313Z Compiling chrono-tz v0.10.0
22922024-11-21T18:34:17.669Z Compiling vsss-rs v3.3.4
22932024-11-21T18:34:17.995Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22942024-11-21T18:34:18.325Z Compiling ron v0.8.1
22952024-11-21T18:34:21.173Z Compiling polar-core v0.27.3
22962024-11-21T18:34:22.188Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22972024-11-21T18:34:22.400Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22982024-11-21T18:34:22.480Z Compiling derive_builder_core v0.20.2
22992024-11-21T18:34:23.016Z Compiling hashbrown v0.13.2
23002024-11-21T18:34:24.121Z Compiling fd-lock v4.0.2
23012024-11-21T18:34:24.372Z Compiling headers-core v0.3.0
23022024-11-21T18:34:24.432Z Compiling fxhash v0.2.1
23032024-11-21T18:34:24.563Z Compiling libxml v0.3.3
23042024-11-21T18:34:24.675Z Compiling ref-cast-impl v1.0.23
23052024-11-21T18:34:24.734Z Compiling base64 v0.13.1
23062024-11-21T18:34:24.923Z Compiling crc-any v2.5.0
23072024-11-21T18:34:25.488Z Compiling bytecount v0.6.8
23082024-11-21T18:34:25.785Z Compiling papergrid v0.11.0
23092024-11-21T18:34:25.876Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23102024-11-21T18:34:25.963Z Compiling ron v0.7.1
23112024-11-21T18:34:31.174Z Compiling derive_builder_macro v0.20.2
23122024-11-21T18:34:31.306Z Compiling headers v0.4.0
23132024-11-21T18:34:32.015Z Compiling object v0.30.4
23142024-11-21T18:34:35.044Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23152024-11-21T18:34:39.183Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23162024-11-21T18:34:40.751Z Compiling xz2 v0.1.7
23172024-11-21T18:34:41.393Z Compiling zone v0.1.8
23182024-11-21T18:34:41.735Z Compiling strip-ansi-escapes v0.2.0
23192024-11-21T18:34:44.747Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23202024-11-21T18:34:45.239Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23212024-11-21T18:34:46.695Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23222024-11-21T18:34:47.059Z Compiling tabled_derive v0.7.0
23232024-11-21T18:34:47.237Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23242024-11-21T18:34:47.317Z Compiling yasna v0.5.2
23252024-11-21T18:34:47.954Z Compiling peg-macros v0.8.4
23262024-11-21T18:34:48.896Z Compiling strum_macros v0.24.3
23272024-11-21T18:34:49.261Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23282024-11-21T18:34:50.302Z Compiling kstat-rs v0.2.4
23292024-11-21T18:34:50.820Z Compiling samael v0.0.17
23302024-11-21T18:34:51.372Z Compiling sqlparser_derive v0.2.2
23312024-11-21T18:34:51.376Z Compiling unicase v2.7.0
23322024-11-21T18:34:51.607Z Compiling path-slash v0.1.5
23332024-11-21T18:34:51.861Z Compiling unicode_categories v0.1.1
23342024-11-21T18:34:51.953Z Compiling indoc v1.0.9
23352024-11-21T18:34:52.140Z Compiling nu-ansi-term v0.50.1
23362024-11-21T18:34:52.182Z Compiling home v0.5.9
23372024-11-21T18:34:52.242Z Compiling sqlformat v0.2.6
23382024-11-21T18:34:52.284Z Compiling sqlparser v0.45.0
23392024-11-21T18:34:52.490Z Compiling rustyline v14.0.0
23402024-11-21T18:34:53.340Z Compiling reedline v0.35.0
23412024-11-21T18:34:54.779Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23422024-11-21T18:34:56.481Z Compiling peg v0.8.4
23432024-11-21T18:34:56.619Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23442024-11-21T18:35:03.330Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23452024-11-21T18:35:03.521Z Compiling tabled v0.15.0
23462024-11-21T18:35:05.180Z Compiling rcgen v0.12.1
23472024-11-21T18:35:15.329Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23482024-11-21T18:35:17.082Z Compiling derive_builder v0.20.2
23492024-11-21T18:35:22.185Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23502024-11-21T18:35:23.642Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23512024-11-21T18:35:23.951Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23522024-11-21T18:35:24.257Z Compiling bcs v0.1.6
23532024-11-21T18:35:25.185Z Compiling impl-trait-for-tuples v0.2.2
23542024-11-21T18:35:28.953Z Compiling oso-derive v0.27.3
23552024-11-21T18:35:29.953Z Compiling libz-sys v1.1.20
23562024-11-21T18:35:30.625Z Compiling quick-xml v0.33.0
23572024-11-21T18:35:31.859Z Compiling subprocess v0.2.9
23582024-11-21T18:35:34.581Z Compiling diesel-dtrace v0.3.0
23592024-11-21T18:35:34.902Z Compiling parking_lot_core v0.8.6
23602024-11-21T18:35:35.433Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23612024-11-21T18:35:36.485Z Compiling oso v0.27.3
23622024-11-21T18:35:53.901Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23632024-11-21T18:35:55.477Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23642024-11-21T18:36:01.012Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23652024-11-21T18:36:04.333Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23662024-11-21T18:36:04.646Z Compiling bb8 v0.8.5
23672024-11-21T18:36:05.289Z Compiling buf-list v1.0.3
23682024-11-21T18:36:05.939Z Compiling async-bb8-diesel v0.2.1
23692024-11-21T18:36:08.395Z Compiling libgit2-sys v0.17.0+1.8.1
23702024-11-21T18:36:09.173Z Compiling pin-project-internal v1.1.6
23712024-11-21T18:36:10.079Z Compiling atty v0.2.14
23722024-11-21T18:36:10.260Z Compiling salty v0.3.0
23732024-11-21T18:36:11.944Z Compiling pin-project v1.1.6
23742024-11-21T18:36:12.455Z Compiling parking_lot v0.11.2
23752024-11-21T18:36:15.528Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23762024-11-21T18:36:16.675Z Compiling snafu-derive v0.8.5
23772024-11-21T18:36:17.623Z Compiling lockfree-object-pool v0.1.6
23782024-11-21T18:36:17.910Z Compiling bumpalo v3.16.0
23792024-11-21T18:36:18.545Z Compiling zip v2.1.3
23802024-11-21T18:36:18.879Z Compiling simd-adler32 v0.3.7
23812024-11-21T18:36:20.041Z Compiling zopfli v0.8.1
23822024-11-21T18:36:20.205Z Compiling sled v0.34.7
23832024-11-21T18:36:21.362Z Compiling snafu v0.8.5
23842024-11-21T18:36:22.665Z Compiling mime_guess v2.0.5
23852024-11-21T18:36:23.903Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23862024-11-21T18:36:24.067Z Compiling hickory-client v0.24.1
23872024-11-21T18:36:25.304Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23882024-11-21T18:36:26.125Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23892024-11-21T18:36:26.609Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23902024-11-21T18:36:29.174Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23912024-11-21T18:36:30.715Z Compiling globset v0.4.15
23922024-11-21T18:36:31.135Z Compiling hickory-server v0.24.1
23932024-11-21T18:36:34.970Z Compiling primeorder v0.13.6
23942024-11-21T18:36:35.555Z Compiling olpc-cjson v0.1.4
23952024-11-21T18:36:35.910Z Compiling vergen v8.3.2
23962024-11-21T18:36:36.279Z Compiling env_filter v0.1.2
23972024-11-21T18:36:37.786Z Compiling serde_plain v1.0.2
23982024-11-21T18:36:38.010Z Compiling cargo-platform v0.1.8
23992024-11-21T18:36:38.298Z Compiling nanorand v0.7.0
24002024-11-21T18:36:38.489Z Compiling memoffset v0.9.1
24012024-11-21T18:36:38.781Z Compiling typed-path v0.9.3
24022024-11-21T18:36:39.160Z Compiling flume v0.11.1
24032024-11-21T18:36:39.923Z Compiling cargo_metadata v0.18.1
24042024-11-21T18:36:43.011Z Compiling tough v0.19.0
24052024-11-21T18:36:45.861Z Compiling env_logger v0.11.5
24062024-11-21T18:36:46.399Z Compiling p384 v0.13.0
24072024-11-21T18:36:47.276Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24082024-11-21T18:36:53.440Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24092024-11-21T18:37:00.672Z Compiling git2 v0.19.0
24102024-11-21T18:37:03.214Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24112024-11-21T18:37:10.432Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24122024-11-21T18:37:11.616Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24132024-11-21T18:37:12.508Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24142024-11-21T18:37:14.722Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24152024-11-21T18:37:14.868Z Compiling rand_seeder v0.3.0
24162024-11-21T18:37:15.301Z Compiling libsqlite3-sys v0.30.1
24172024-11-21T18:37:15.825Z Compiling rustls v0.21.12
24182024-11-21T18:37:16.136Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24192024-11-21T18:37:16.485Z Compiling parse-size v1.1.0
24202024-11-21T18:37:16.821Z Compiling cfg_aliases v0.2.1
24212024-11-21T18:37:16.950Z Compiling nix v0.29.0
24222024-11-21T18:37:17.306Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24232024-11-21T18:37:17.536Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24242024-11-21T18:37:17.761Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24252024-11-21T18:37:19.454Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24262024-11-21T18:37:19.555Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24272024-11-21T18:37:19.728Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24282024-11-21T18:37:20.037Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
24292024-11-21T18:37:20.327Z Compiling sct v0.7.1
24302024-11-21T18:37:20.822Z Compiling rustls-webpki v0.101.7
24312024-11-21T18:37:23.657Z Compiling castaway v0.2.3
24322024-11-21T18:37:23.873Z Compiling csv-core v0.1.11
24332024-11-21T18:37:24.325Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24342024-11-21T18:37:24.653Z Compiling glob v0.3.1
24352024-11-21T18:37:24.753Z Compiling http-range v0.1.5
24362024-11-21T18:37:24.882Z Compiling csv v1.3.0
24372024-11-21T18:37:25.347Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24382024-11-21T18:37:26.660Z Compiling hyper-staticfile v0.10.1
24392024-11-21T18:37:26.953Z Compiling compact_str v0.8.0
24402024-11-21T18:37:28.756Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24412024-11-21T18:37:29.667Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24422024-11-21T18:37:29.687Z Compiling nix v0.27.1
24432024-11-21T18:37:30.943Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24442024-11-21T18:37:32.830Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24452024-11-21T18:37:36.892Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24462024-11-21T18:37:37.550Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24472024-11-21T18:37:43.810Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24482024-11-21T18:37:43.911Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24492024-11-21T18:37:44.273Z Compiling unicode-truncate v1.1.0
24502024-11-21T18:37:44.565Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24512024-11-21T18:37:44.885Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24522024-11-21T18:37:45.203Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24532024-11-21T18:37:49.803Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24542024-11-21T18:37:50.138Z Compiling hashlink v0.9.1
24552024-11-21T18:37:50.984Z Compiling tungstenite v0.23.0
24562024-11-21T18:37:51.280Z Compiling lru v0.12.5
24572024-11-21T18:37:51.700Z Compiling instability v0.3.2
24582024-11-21T18:37:52.574Z Compiling fallible-iterator v0.3.0
24592024-11-21T18:37:52.717Z Compiling fallible-streaming-iterator v0.1.9
24602024-11-21T18:37:52.730Z Compiling cassowary v0.3.0
24612024-11-21T18:37:52.952Z Compiling tokio-tungstenite v0.23.1
24622024-11-21T18:37:53.154Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24632024-11-21T18:37:53.393Z Compiling rusqlite v0.32.1
24642024-11-21T18:37:53.597Z Compiling ratatui v0.28.1
24652024-11-21T18:37:56.656Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24662024-11-21T18:37:58.625Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24672024-11-21T18:38:00.951Z Compiling tokio-rustls v0.24.1
24682024-11-21T18:38:01.440Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24692024-11-21T18:38:02.149Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24702024-11-21T18:38:12.523Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24712024-11-21T18:38:12.957Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24722024-11-21T18:38:15.381Z Compiling rustls-pemfile v1.0.4
24732024-11-21T18:38:15.626Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24742024-11-21T18:38:15.957Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24752024-11-21T18:38:16.099Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24762024-11-21T18:38:16.248Z Compiling signal-hook-tokio v0.3.1
24772024-11-21T18:38:16.498Z Compiling twox-hash v1.6.3
24782024-11-21T18:38:17.447Z Compiling unicode-linebreak v0.1.5
24792024-11-21T18:38:18.033Z Compiling smawk v0.3.2
24802024-11-21T18:38:18.321Z Compiling is_ci v1.2.0
24812024-11-21T18:38:18.631Z Compiling supports-color v3.0.1
24822024-11-21T18:38:19.198Z Compiling textwrap v0.16.1
24832024-11-21T18:38:20.780Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24842024-11-21T18:38:22.894Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24852024-11-21T18:38:30.962Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24862024-11-21T18:38:37.261Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24872024-11-21T18:38:37.703Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24882024-11-21T18:38:42.303Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24892024-11-21T18:38:42.539Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24902024-11-21T18:38:43.177Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24912024-11-21T18:38:55.659Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24922024-11-21T18:38:55.968Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24932024-11-21T18:39:02.309Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24942024-11-21T18:39:02.726Z Compiling fatfs v0.3.6
24952024-11-21T18:39:05.588Z Compiling rtoolbox v0.0.2
24962024-11-21T18:39:05.745Z Compiling assert_matches v1.5.0
24972024-11-21T18:39:06.035Z Compiling rpassword v7.3.1
24982024-11-21T18:39:06.527Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24992024-11-21T18:39:11.284Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25002024-11-21T18:39:18.395Z Compiling tui-tree-widget v0.22.0
25012024-11-21T18:39:18.870Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25022024-11-21T18:39:19.438Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25032024-11-21T18:39:21.933Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25042024-11-21T18:39:22.248Z Compiling uzers v0.12.1
25052024-11-21T18:39:25.404Z Compiling shell-words v1.1.0
25062024-11-21T18:39:25.849Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25072024-11-21T18:39:33.103Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25082024-11-21T18:39:35.201Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25092024-11-21T18:40:03.961Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25102024-11-21T18:40:07.537Z Compiling multimap v0.10.0
25112024-11-21T18:42:27.075Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25122024-11-21T18:42:28.828Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25132024-11-21T18:49:12.850Z Finished `release` profile [optimized] target(s) in 16m 17s
25142024-11-21T18:50:17.517Z
25152024-11-21T18:50:17.521Zreal 17:23.160487262
25162024-11-21T18:50:17.521Zuser 1:57:01.213216686
25172024-11-21T18:50:17.521Zsys 6:05.307020703
25182024-11-21T18:50:17.521Ztrap 2.827832176
25192024-11-21T18:50:17.521Ztflt 2.988951284
25202024-11-21T18:50:17.521Zdflt 5.437640420
25212024-11-21T18:50:17.521Zkflt 0.092991320
25222024-11-21T18:50:17.521Zlock 7:17:17.484021942
25232024-11-21T18:50:17.521Zslp 6:11:20.765046688
25242024-11-21T18:50:17.521Zlat 2:55.942674527
25252024-11-21T18:50:17.521Zstop 2:40.022943309
25262024-11-21T18:50:17.521Z+ mapfile -t packages
25272024-11-21T18:50:17.521Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25282024-11-21T18:50:18.533Z Finished `release` profile [optimized] target(s) in 0.96s
25292024-11-21T18:50:18.596Z Running `target/release/omicron-package -t test list-outputs`
25302024-11-21T18:50:18.642ZLogging to: /work/oxidecomputer/omicron/out/LOG
25312024-11-21T18:50:18.646Z+ ptime -m cargo build --locked --release -p xtask
25322024-11-21T18:50:19.221Z Compiling serde v1.0.215
25332024-11-21T18:50:19.224Z Compiling serde_json v1.0.132
25342024-11-21T18:50:19.224Z Compiling libc v0.2.162
25352024-11-21T18:50:19.314Z Compiling rustix v0.38.37
25362024-11-21T18:50:19.324Z Compiling syn v2.0.87
25372024-11-21T18:50:19.334Z Compiling bitflags v2.6.0
25382024-11-21T18:50:19.649Z Compiling usdt-impl v0.5.0
25392024-11-21T18:50:19.737Z Compiling syn v1.0.109
25402024-11-21T18:50:19.842Z Compiling log v0.4.22
25412024-11-21T18:50:19.865Z Compiling hashbrown v0.15.0
25422024-11-21T18:50:19.909Z Compiling fs-err v2.11.0
25432024-11-21T18:50:20.212Z Compiling once_cell v1.20.2
25442024-11-21T18:50:20.308Z Compiling anyhow v1.0.93
25452024-11-21T18:50:20.824Z Compiling thread-id v4.2.2
25462024-11-21T18:50:21.116Z Compiling indexmap v2.6.0
25472024-11-21T18:50:22.310Z Compiling terminal_size v0.4.0
25482024-11-21T18:50:22.310Z Compiling tempfile v3.13.0
25492024-11-21T18:50:22.539Z Compiling clap_builder v4.5.21
25502024-11-21T18:50:23.054Z Compiling proc-macro-error v1.0.4
25512024-11-21T18:50:24.484Z Compiling tabled_derive v0.7.0
25522024-11-21T18:50:25.714Z Compiling tabled v0.15.0
25532024-11-21T18:50:27.487Z Compiling serde_derive v1.0.215
25542024-11-21T18:50:27.754Z Compiling thiserror-impl v1.0.69
25552024-11-21T18:50:27.775Z Compiling zerocopy-derive v0.7.35
25562024-11-21T18:50:28.627Z Compiling scroll_derive v0.12.0
25572024-11-21T18:50:29.809Z Compiling zerocopy v0.7.35
25582024-11-21T18:50:30.072Z Compiling scroll v0.12.0
25592024-11-21T18:50:30.688Z Compiling thiserror v1.0.69
25602024-11-21T18:50:30.861Z Compiling pest v2.7.14
25612024-11-21T18:50:31.496Z Compiling goblin v0.8.2
25622024-11-21T18:50:33.920Z Compiling pest_meta v2.7.14
25632024-11-21T18:50:36.705Z Compiling pest_generator v2.7.14
25642024-11-21T18:50:38.308Z Compiling clap_derive v4.5.18
25652024-11-21T18:50:38.549Z Compiling pest_derive v2.7.14
25662024-11-21T18:50:39.352Z Compiling dtrace-parser v0.2.0
25672024-11-21T18:50:43.323Z Compiling serde_spanned v0.6.8
25682024-11-21T18:50:43.323Z Compiling toml_datetime v0.6.8
25692024-11-21T18:50:43.323Z Compiling toml_edit v0.22.22
25702024-11-21T18:50:43.323Z Compiling camino v1.1.9
25712024-11-21T18:50:44.749Z Compiling serde_tokenstream v0.2.2
25722024-11-21T18:50:45.336Z Compiling dof v0.3.0
25732024-11-21T18:50:47.737Z Compiling toml v0.8.19
25742024-11-21T18:50:49.282Z Compiling usdt-attr-macro v0.5.0
25752024-11-21T18:50:50.656Z Compiling usdt-macro v0.5.0
25762024-11-21T18:50:51.292Z Compiling semver v1.0.23
25772024-11-21T18:50:51.919Z Compiling cargo-platform v0.1.8
25782024-11-21T18:50:52.756Z Compiling cargo_metadata v0.18.1
25792024-11-21T18:50:52.998Z Compiling usdt v0.5.0
25802024-11-21T18:50:54.115Z Compiling cargo_toml v0.20.5
25812024-11-21T18:50:54.514Z Compiling camino-tempfile v1.1.1
25822024-11-21T18:50:54.885Z Compiling clap v4.5.21
25832024-11-21T18:50:55.022Z Compiling macaddr v1.0.1
25842024-11-21T18:51:04.481Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25852024-11-21T18:51:15.655Z Finished `release` profile [optimized] target(s) in 56.96s
25862024-11-21T18:51:15.764Z
25872024-11-21T18:51:15.764Zreal 57.096984403
25882024-11-21T18:51:15.765Zuser 5:42.956177065
25892024-11-21T18:51:15.765Zsys 31.716127401
25902024-11-21T18:51:15.765Ztrap 0.147940152
25912024-11-21T18:51:15.765Ztflt 0.234378635
25922024-11-21T18:51:15.769Zdflt 0.603700937
25932024-11-21T18:51:15.769Zkflt 0.000062164
25942024-11-21T18:51:15.770Zlock 10:32.354516941
25952024-11-21T18:51:15.770Zslp 15:52.328457057
25962024-11-21T18:51:15.770Zlat 13.982314496
25972024-11-21T18:51:15.770Zstop 17.333009989
25982024-11-21T18:51:15.770Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25992024-11-21T18:51:15.770Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26002024-11-21T18:51:15.770Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26012024-11-21T18:51:15.770Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26022024-11-21T18:51:15.770Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26032024-11-21T18:51:16.672Z Compiling hashbrown v0.14.5
26042024-11-21T18:51:16.802Z Compiling ident_case v1.0.1
26052024-11-21T18:51:16.814Z Compiling unsafe-libyaml v0.2.11
26062024-11-21T18:51:16.826Z Compiling progenitor-client v0.8.0
26072024-11-21T18:51:16.826Z Compiling ipnetwork v0.20.0
26082024-11-21T18:51:16.829Z Compiling macaddr v1.0.1
26092024-11-21T18:51:16.829Z Compiling instant v0.1.13
26102024-11-21T18:51:16.829Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26112024-11-21T18:51:16.956Z Compiling darling_core v0.20.10
26122024-11-21T18:51:17.021Z Compiling structmeta-derive v0.3.0
26132024-11-21T18:51:17.289Z Compiling newtype-uuid v1.1.3
26142024-11-21T18:51:17.336Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26152024-11-21T18:51:17.363Z Compiling dropshot v0.13.0
26162024-11-21T18:51:17.746Z Compiling dropshot_endpoint v0.13.0
26172024-11-21T18:51:17.863Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26182024-11-21T18:51:17.958Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26192024-11-21T18:51:18.068Z Compiling regress v0.10.1
26202024-11-21T18:51:18.121Z Compiling serde_yaml v0.9.34+deprecated
26212024-11-21T18:51:18.322Z Compiling regress v0.9.1
26222024-11-21T18:51:18.654Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26232024-11-21T18:51:18.698Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26242024-11-21T18:51:18.833Z Compiling backoff v0.4.0
26252024-11-21T18:51:19.236Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26262024-11-21T18:51:19.456Z Compiling tempfile v3.13.0
26272024-11-21T18:51:19.512Z Compiling proc-macro-crate v1.3.1
26282024-11-21T18:51:20.025Z Compiling structmeta v0.3.0
26292024-11-21T18:51:20.333Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26302024-11-21T18:51:20.473Z Compiling parse-display-derive v0.10.0
26312024-11-21T18:51:20.620Z Compiling num_enum_derive v0.5.11
26322024-11-21T18:51:20.739Z Compiling itertools v0.13.0
26332024-11-21T18:51:22.473Z Compiling typify-impl v0.2.0
26342024-11-21T18:51:23.147Z Compiling zerocopy v0.8.10
26352024-11-21T18:51:23.349Z Compiling num_enum v0.5.11
26362024-11-21T18:51:23.489Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26372024-11-21T18:51:28.014Z Compiling foreign-types-macros v0.2.3
26382024-11-21T18:51:28.228Z Compiling zerocopy-derive v0.8.10
26392024-11-21T18:51:28.230Z Compiling darling_macro v0.20.10
26402024-11-21T18:51:28.230Z Compiling foreign-types-shared v0.3.1
26412024-11-21T18:51:28.230Z Compiling heapless v0.8.0
26422024-11-21T18:51:28.230Z Compiling proc-macro-error v1.0.4
26432024-11-21T18:51:28.230Z Compiling foreign-types v0.5.0
26442024-11-21T18:51:28.230Z Compiling darling v0.20.10
26452024-11-21T18:51:28.230Z Compiling camino-tempfile v1.1.1
26462024-11-21T18:51:28.230Z Compiling parse-display v0.10.0
26472024-11-21T18:51:28.230Z Compiling serde_with_macros v3.11.0
26482024-11-21T18:51:28.230Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26492024-11-21T18:51:28.230Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26502024-11-21T18:51:28.230Z Compiling hash32 v0.3.1
26512024-11-21T18:51:28.230Z Compiling cstr-argument v0.1.2
26522024-11-21T18:51:28.230Z Compiling smoltcp v0.11.0
26532024-11-21T18:51:28.230Z Compiling pretty-hex v0.2.1
26542024-11-21T18:51:28.230Z Compiling crucible-workspace-hack v0.1.0
26552024-11-21T18:51:28.230Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26562024-11-21T18:51:28.230Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26572024-11-21T18:51:28.230Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26582024-11-21T18:51:28.398Z Compiling tabwriter v1.4.0
26592024-11-21T18:51:28.398Z Compiling colored v2.1.0
26602024-11-21T18:51:28.398Z Compiling cobs v0.2.3
26612024-11-21T18:51:28.398Z Compiling postcard v1.0.10
26622024-11-21T18:51:28.398Z Compiling serde_with v3.11.0
26632024-11-21T18:51:28.398Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26642024-11-21T18:51:28.398Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26652024-11-21T18:51:28.489Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26662024-11-21T18:51:28.534Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26672024-11-21T18:51:28.821Z Compiling smf v0.2.3
26682024-11-21T18:51:29.475Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26692024-11-21T18:51:30.324Z Compiling zone_cfg_derive v0.3.0
26702024-11-21T18:51:30.468Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
26712024-11-21T18:51:30.944Z Compiling num-derive v0.4.2
26722024-11-21T18:51:31.863Z Compiling sigpipe v0.1.3
26732024-11-21T18:51:32.001Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26742024-11-21T18:51:32.065Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26752024-11-21T18:51:32.320Z Compiling zone v0.3.0
26762024-11-21T18:51:32.618Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26772024-11-21T18:51:32.639Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
26782024-11-21T18:51:32.725Z Compiling universal-hash v0.5.1
26792024-11-21T18:51:32.940Z Compiling opaque-debug v0.3.1
26802024-11-21T18:51:33.052Z Compiling num-rational v0.4.2
26812024-11-21T18:51:33.092Z Compiling password-hash v0.5.0
26822024-11-21T18:51:33.196Z Compiling num-complex v0.4.6
26832024-11-21T18:51:33.320Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26842024-11-21T18:51:33.452Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26852024-11-21T18:51:33.984Z Compiling blake2 v0.10.6
26862024-11-21T18:51:34.100Z Compiling aead v0.5.2
26872024-11-21T18:51:34.144Z Compiling keccak v0.1.5
26882024-11-21T18:51:34.330Z Compiling convert_case v0.4.0
26892024-11-21T18:51:34.332Z Compiling num v0.4.3
26902024-11-21T18:51:34.457Z Compiling poly1305 v0.8.0
26912024-11-21T18:51:34.488Z Compiling argon2 v0.5.3
26922024-11-21T18:51:34.890Z Compiling sha3 v0.10.8
26932024-11-21T18:51:35.222Z Compiling tungstenite v0.21.0
26942024-11-21T18:51:35.396Z Compiling chacha20 v0.9.1
26952024-11-21T18:51:35.424Z Compiling derive_more v0.99.18
26962024-11-21T18:51:35.908Z Compiling float-ord v0.3.2
26972024-11-21T18:51:35.930Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26982024-11-21T18:51:36.095Z Compiling base64 v0.21.7
26992024-11-21T18:51:36.208Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27002024-11-21T18:51:36.334Z Compiling same-file v1.0.6
27012024-11-21T18:51:36.655Z Compiling tokio-tungstenite v0.21.0
27022024-11-21T18:51:36.658Z Compiling semver v0.1.20
27032024-11-21T18:51:36.876Z Compiling walkdir v2.5.0
27042024-11-21T18:51:37.321Z Compiling rustc_version v0.1.7
27052024-11-21T18:51:37.366Z Compiling newline-converter v0.3.0
27062024-11-21T18:51:37.451Z Compiling primeorder v0.13.6
27072024-11-21T18:51:37.536Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27082024-11-21T18:51:37.539Z Compiling secrecy v0.8.0
27092024-11-21T18:51:37.691Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27102024-11-21T18:51:37.842Z Compiling cancel-safe-futures v0.1.5
27112024-11-21T18:51:37.869Z Compiling owo-colors v4.1.0
27122024-11-21T18:51:37.980Z Compiling newtype_derive v0.1.6
27132024-11-21T18:51:38.002Z Compiling expectorate v1.1.0
27142024-11-21T18:51:38.171Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27152024-11-21T18:51:38.193Z Compiling thiserror-impl-no-std v2.0.2
27162024-11-21T18:51:38.241Z Compiling blake3 v1.5.4
27172024-11-21T18:51:38.261Z Compiling ring v0.16.20
27182024-11-21T18:51:38.509Z Compiling half v2.4.1
27192024-11-21T18:51:38.581Z Compiling unicase v2.7.0
27202024-11-21T18:51:38.875Z Compiling ciborium-io v0.2.2
27212024-11-21T18:51:38.906Z Compiling arc-swap v1.7.1
27222024-11-21T18:51:39.031Z Compiling ciborium-ll v0.2.2
27232024-11-21T18:51:39.413Z Compiling slog-scope v4.4.0
27242024-11-21T18:51:39.592Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27252024-11-21T18:51:39.912Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27262024-11-21T18:51:40.193Z Compiling polyval v0.6.2
27272024-11-21T18:51:40.661Z Compiling atomicwrites v0.4.4
27282024-11-21T18:51:40.689Z Compiling libsw v3.3.1
27292024-11-21T18:51:41.018Z Compiling typify-macro v0.2.0
27302024-11-21T18:51:41.038Z Compiling memmap2 v0.9.5
27312024-11-21T18:51:41.057Z Compiling salty v0.3.0
27322024-11-21T18:51:41.061Z Compiling linear-map v1.2.0
27332024-11-21T18:51:41.422Z Compiling thiserror-no-std v2.0.2
27342024-11-21T18:51:41.668Z Compiling spin v0.5.2
27352024-11-21T18:51:41.673Z Compiling constant_time_eq v0.3.1
27362024-11-21T18:51:41.673Z Compiling indent_write v2.2.0
27372024-11-21T18:51:41.673Z Compiling arrayvec v0.7.6
27382024-11-21T18:51:41.675Z Compiling parking_lot_core v0.8.6
27392024-11-21T18:51:41.700Z Compiling libefi-sys v0.1.0
27402024-11-21T18:51:41.737Z Compiling arrayref v0.3.9
27412024-11-21T18:51:41.850Z Compiling vsss-rs v3.3.4
27422024-11-21T18:51:42.057Z Compiling ghash v0.5.1
27432024-11-21T18:51:42.163Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27442024-11-21T18:51:42.414Z Compiling slog-stdlog v4.1.1
27452024-11-21T18:51:42.812Z Compiling ciborium v0.2.2
27462024-11-21T18:51:43.194Z Compiling p384 v0.13.0
27472024-11-21T18:51:43.217Z Compiling toolchain_find v0.4.0
27482024-11-21T18:51:43.285Z Compiling chacha20poly1305 v0.10.1
27492024-11-21T18:51:43.530Z Compiling lzma-sys v0.1.20
27502024-11-21T18:51:43.958Z Compiling ctr v0.9.2
27512024-11-21T18:51:44.359Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27522024-11-21T18:51:44.391Z Compiling bitfield-struct v0.6.2
27532024-11-21T18:51:44.420Z Compiling slog-dtrace v0.3.0
27542024-11-21T18:51:44.722Z Compiling highway v1.2.0
27552024-11-21T18:51:44.778Z Compiling topological-sort v0.2.2
27562024-11-21T18:51:45.016Z Compiling omicron-zone-package v0.11.1
27572024-11-21T18:51:45.084Z Compiling aes-gcm v0.10.3
27582024-11-21T18:51:45.299Z Compiling typify v0.2.0
27592024-11-21T18:51:45.382Z Compiling rustfmt-wrapper v0.2.1
27602024-11-21T18:51:45.455Z Compiling progenitor-impl v0.8.0
27612024-11-21T18:51:45.493Z Compiling mime_guess v2.0.5
27622024-11-21T18:51:45.795Z Compiling slog-envlogger v2.2.0
27632024-11-21T18:51:45.816Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27642024-11-21T18:51:45.970Z Compiling steno v0.4.1
27652024-11-21T18:51:46.629Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27662024-11-21T18:51:46.677Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27672024-11-21T18:51:46.894Z Compiling heck v0.3.3
27682024-11-21T18:51:47.127Z Compiling ssh-encoding v0.2.0
27692024-11-21T18:51:47.356Z Compiling blowfish v0.9.1
27702024-11-21T18:51:47.413Z Compiling nibble_vec v0.1.0
27712024-11-21T18:51:47.476Z Compiling env_filter v0.1.2
27722024-11-21T18:51:47.623Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27732024-11-21T18:51:47.680Z Compiling humantime v2.1.0
27742024-11-21T18:51:47.828Z Compiling endian-type v0.1.2
27752024-11-21T18:51:47.914Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27762024-11-21T18:51:47.936Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27772024-11-21T18:51:48.058Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27782024-11-21T18:51:48.079Z Compiling radix_trie v0.2.1
27792024-11-21T18:51:48.245Z Compiling env_logger v0.11.5
27802024-11-21T18:51:48.266Z Compiling bcrypt-pbkdf v0.10.0
27812024-11-21T18:51:48.269Z Compiling ssh-cipher v0.2.0
27822024-11-21T18:51:48.815Z Compiling zone_cfg_derive v0.1.2
27832024-11-21T18:51:48.895Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27842024-11-21T18:51:49.060Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27852024-11-21T18:51:49.371Z Compiling parking_lot v0.11.2
27862024-11-21T18:51:50.048Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27872024-11-21T18:51:50.050Z Compiling password-hash v0.4.2
27882024-11-21T18:51:50.338Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
27892024-11-21T18:51:50.421Z Compiling gethostname v0.5.0
27902024-11-21T18:51:50.486Z Compiling fxhash v0.2.1
27912024-11-21T18:51:50.528Z Compiling base64 v0.13.1
27922024-11-21T18:51:50.660Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27932024-11-21T18:51:50.711Z Compiling matches v0.1.10
27942024-11-21T18:51:50.826Z Compiling idna v0.2.3
27952024-11-21T18:51:50.958Z Compiling ron v0.7.1
27962024-11-21T18:51:51.011Z Compiling sled v0.34.7
27972024-11-21T18:51:51.031Z Compiling pbkdf2 v0.11.0
27982024-11-21T18:51:51.125Z Compiling zone v0.1.8
27992024-11-21T18:51:51.398Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28002024-11-21T18:51:51.468Z Compiling xz2 v0.1.7
28012024-11-21T18:51:51.973Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28022024-11-21T18:51:52.517Z Compiling ssh-key v0.6.6
28032024-11-21T18:51:52.783Z Compiling hickory-client v0.24.1
28042024-11-21T18:51:53.468Z Compiling p256 v0.13.2
28052024-11-21T18:51:53.580Z Compiling p521 v0.13.3
28062024-11-21T18:51:53.603Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
28072024-11-21T18:51:53.871Z Compiling progenitor-macro v0.8.0
28082024-11-21T18:51:54.317Z Compiling hickory-server v0.24.1
28092024-11-21T18:51:54.385Z Compiling enum-as-inner v0.5.1
28102024-11-21T18:51:54.798Z Compiling pem v3.0.4
28112024-11-21T18:51:55.465Z Compiling yasna v0.5.2
28122024-11-21T18:51:55.640Z Compiling headers-core v0.3.0
28132024-11-21T18:51:55.823Z Compiling kstat-rs v0.2.4
28142024-11-21T18:51:56.065Z Compiling nanorand v0.7.0
28152024-11-21T18:51:56.506Z Compiling russh-cryptovec v0.7.3
28162024-11-21T18:51:56.662Z Compiling atty v0.2.14
28172024-11-21T18:51:56.822Z Compiling md5 v0.7.0
28182024-11-21T18:51:56.853Z Compiling http-range v0.1.5
28192024-11-21T18:51:57.183Z Compiling russh-keys v0.45.0
28202024-11-21T18:51:57.250Z Compiling hyper-staticfile v0.10.1
28212024-11-21T18:51:57.345Z Compiling flume v0.11.1
28222024-11-21T18:51:57.438Z Compiling rcgen v0.12.1
28232024-11-21T18:51:57.464Z Compiling headers v0.4.0
28242024-11-21T18:51:58.096Z Compiling trust-dns-proto v0.22.0
28252024-11-21T18:51:58.407Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28262024-11-21T18:51:59.541Z Compiling num-bigint v0.4.6
28272024-11-21T18:52:00.011Z Compiling des v0.8.1
28282024-11-21T18:52:00.392Z Compiling subprocess v0.2.9
28292024-11-21T18:52:01.501Z Compiling display-error-chain v0.2.2
28302024-11-21T18:52:01.548Z Compiling dhcproto-macros v0.1.0
28312024-11-21T18:52:01.723Z Compiling hex-literal v0.4.1
28322024-11-21T18:52:01.891Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28332024-11-21T18:52:02.397Z Compiling internet-checksum v0.2.1
28342024-11-21T18:52:02.608Z Compiling dhcproto v0.12.0
28352024-11-21T18:52:02.819Z Compiling russh v0.45.0
28362024-11-21T18:52:06.514Z Compiling progenitor v0.8.0
28372024-11-21T18:52:06.652Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28382024-11-21T18:52:06.652Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28392024-11-21T18:52:06.655Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28402024-11-21T18:52:06.656Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28412024-11-21T18:52:06.656Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28422024-11-21T18:52:06.656Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28432024-11-21T18:52:06.751Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28442024-11-21T18:52:08.168Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28452024-11-21T18:52:08.390Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28462024-11-21T18:52:09.074Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28472024-11-21T18:52:11.774Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28482024-11-21T18:52:13.327Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28492024-11-21T18:52:22.869Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28502024-11-21T18:52:22.869Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28512024-11-21T18:52:22.871Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28522024-11-21T18:52:22.871Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28532024-11-21T18:52:26.226Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28542024-11-21T18:52:26.229Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28552024-11-21T18:52:27.300Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28562024-11-21T18:52:27.857Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28572024-11-21T18:52:27.941Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28582024-11-21T18:52:31.105Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28592024-11-21T18:52:32.006Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28602024-11-21T18:52:32.070Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28612024-11-21T18:52:32.744Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28622024-11-21T18:52:33.584Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28632024-11-21T18:52:33.775Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28642024-11-21T18:52:33.824Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28652024-11-21T18:52:34.716Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28662024-11-21T18:52:36.208Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28672024-11-21T18:52:36.288Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28682024-11-21T18:52:38.699Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28692024-11-21T18:52:38.818Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28702024-11-21T18:52:39.350Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28712024-11-21T18:52:41.929Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28722024-11-21T18:52:43.185Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28732024-11-21T18:52:44.154Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28742024-11-21T18:52:46.089Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28752024-11-21T18:52:46.463Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28762024-11-21T18:52:48.205Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28772024-11-21T18:52:51.091Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28782024-11-21T18:53:00.078Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28792024-11-21T18:53:01.367Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28802024-11-21T18:53:19.576Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28812024-11-21T18:53:51.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
28822024-11-21T18:53:51.833Z
28832024-11-21T18:53:51.833Zreal 2:36.037049572
28842024-11-21T18:53:51.833Zuser 12:16.592819846
28852024-11-21T18:53:51.833Zsys 2:38.936734734
28862024-11-21T18:53:51.834Ztrap 0.327687303
28872024-11-21T18:53:51.836Ztflt 0.807876253
28882024-11-21T18:53:51.836Zdflt 1.960422340
28892024-11-21T18:53:51.836Zkflt 0.000042731
28902024-11-21T18:53:51.836Zlock 25:33.704196849
28912024-11-21T18:53:51.836Zslp 44:18.697947944
28922024-11-21T18:53:51.836Zlat 35.250048096
28932024-11-21T18:53:51.836Zstop 1:29.180178100
28942024-11-21T18:53:51.836Z+ mkdir tests
28952024-11-21T18:53:51.839Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28962024-11-21T18:53:51.840Z+ xargs -I '{}' -t cp '{}' tests/
28972024-11-21T18:53:53.032Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-901a0af671086ead tests/
28982024-11-21T18:53:53.059Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-84053b7b03f68646 tests/
28992024-11-21T18:53:53.085Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-34664e4175f1cac6 tests/
29002024-11-21T18:53:53.113Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8b9cd7607b17e8ff tests/
29012024-11-21T18:53:53.336Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
29022024-11-21T18:53:53.338Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-84053b7b03f68646 tests/commtest-34664e4175f1cac6 tests/dhcp_server-901a0af671086ead tests/end_to_end_tests-8b9cd7607b17e8ff out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
29032024-11-21T18:55:04.602ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29042024-11-21T18:55:04.602Za .github/buildomat/ci-env.sh 1K
29052024-11-21T18:55:04.602Za out/target/test 1K
29062024-11-21T18:55:04.602Za out/npuzone/npuzone 23144K
29072024-11-21T18:55:04.602Za package-manifest.toml 32K
29082024-11-21T18:55:04.602Za smf/sled-agent/non-gimlet/config.toml 4K
29092024-11-21T18:55:04.602Za target/release/omicron-package 36350K
29102024-11-21T18:55:04.602Za target/release/xtask 11750K
29112024-11-21T18:55:04.602Za target/debug/bootstrap 210015K
29122024-11-21T18:55:04.602Za tests/bootstrap-84053b7b03f68646 24246K
29132024-11-21T18:55:04.602Za tests/commtest-34664e4175f1cac6 25022K
29142024-11-21T18:55:04.602Za tests/dhcp_server-901a0af671086ead 24246K
29152024-11-21T18:55:04.602Za tests/end_to_end_tests-8b9cd7607b17e8ff 228115K
29162024-11-21T18:55:04.602Za out/clickhouse.tar.gz 286080K
29172024-11-21T18:55:04.602Za out/clickhouse_keeper.tar.gz 286061K
29182024-11-21T18:55:04.603Za out/clickhouse_server.tar.gz 286060K
29192024-11-21T18:55:04.603Za out/cockroachdb.tar.gz 134564K
29202024-11-21T18:55:04.603Za out/crucible-dtrace.tar 85K
29212024-11-21T18:55:04.603Za out/crucible-pantry-zone.tar.gz 28184K
29222024-11-21T18:55:04.603Za out/crucible-zone.tar.gz 36396K
29232024-11-21T18:55:04.603Za out/external-dns.tar.gz 35280K
29242024-11-21T18:55:04.603Za out/internal-dns.tar.gz 35279K
29252024-11-21T18:55:04.603Za out/mg-ddm-gz.tar 63075K
29262024-11-21T18:55:04.603Za out/nexus.tar.gz 100406K
29272024-11-21T18:55:04.603Za out/ntp.tar.gz 10357K
29282024-11-21T18:55:04.603Za out/omicron-gateway-softnpu.tar.gz 23904K
29292024-11-21T18:55:04.603Za out/omicron-sled-agent.tar 112936K
29302024-11-21T18:55:04.604Za out/overlay.tar.gz 3K
29312024-11-21T18:55:04.604Za out/oximeter.tar.gz 51428K
29322024-11-21T18:55:04.604Za out/oxlog.tar 3088K
29332024-11-21T18:55:04.605Za out/probe.tar.gz 2764K
29342024-11-21T18:55:04.605Za out/propolis-server.tar.gz 66596K
29352024-11-21T18:55:04.605Za out/pumpkind-gz.tar 26665K
29362024-11-21T18:55:04.605Za out/switch-softnpu.tar.gz 237470K
29372024-11-21T18:55:04.607Z
29382024-11-21T18:55:04.607Zreal 1:11.268415379
29392024-11-21T18:55:04.607Zuser 1:08.188519216
29402024-11-21T18:55:04.607Zsys 4.366806815
29412024-11-21T18:55:04.607Ztrap 0.017926581
29422024-11-21T18:55:04.607Ztflt 0.000000000
29432024-11-21T18:55:04.607Zdflt 0.000000000
29442024-11-21T18:55:04.607Zkflt 0.000000000
29452024-11-21T18:55:04.607Zlock 0.000000000
29462024-11-21T18:55:04.607Zslp 1:08.095584252
29472024-11-21T18:55:04.607Zlat 1.861789532
29482024-11-21T18:55:04.608Zstop 0.000644412
29492024-11-21T18:55:04.608Zprocess exited: duration 1967666 ms, exit code 0
 
29502024-11-21T18:55:04.622Zfound 1 output files
29512024-11-21T18:55:04.622Zuploading: /work/package.tar.gz (1878905084 bytes)
29522024-11-21T18:55:31.806Zuploaded: /work/package.tar.gz