01JC72R85XT2AA4MZ7YNN5HNXR: 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: 01JC72RSC2YV5X2Y3VZ5G0FSAM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-08T23:47:52.071Zjob assigned to worker 01JC72S2C27KARZDGD279A6PV4 (queued for 1 m 1 s)
 
22024-11-08T23:48:00.364Zstarting task 0: "setup"
32024-11-08T23:48:00.371Z++ uname -s
42024-11-08T23:48:00.374Z+ kern=SunOS
52024-11-08T23:48:00.374Z+ case "$kern" in
62024-11-08T23:48:00.374Z+ groupadd -g 12345 build
72024-11-08T23:48:00.377Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-08T23:48:02.387Z+ zfs create -o mountpoint=/work rpool/work
92024-11-08T23:48:02.490Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-08T23:48:02.492Z+ home_fs=zfs
112024-11-08T23:48:02.493Z+ [[ zfs == autofs ]]
122024-11-08T23:48:02.493Z+ mkdir -p /home/build
132024-11-08T23:48:02.495Z+ chown build:build /home/build /work
142024-11-08T23:48:04.496Z+ chmod 0700 /home/build /work
152024-11-08T23:48:04.499Zprocess exited: duration 4136 ms, exit code 0
 
162024-11-08T23:48:04.505Zstarting task 1: "rust-toolchain"
172024-11-08T23:48:04.510Z+ printf ' * toolchain channel = "%s"
182024-11-08T23:48:04.510Z' 1.82.0
192024-11-08T23:48:04.510Z * toolchain channel = "1.82.0"
202024-11-08T23:48:04.510Z+ printf ' * toolchain profile = "%s"
212024-11-08T23:48:04.510Z' default
222024-11-08T23:48:04.510Z * toolchain profile = "default"
232024-11-08T23:48:04.513Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-08T23:48:04.513Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
252024-11-08T23:48:04.629Zinfo: downloading installer
262024-11-08T23:48:05.845Zinfo: profile set to 'default'
272024-11-08T23:48:05.845Zinfo: default host triple is x86_64-unknown-illumos
282024-11-08T23:48:05.847Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
292024-11-08T23:48:05.975Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-11-08T23:48:05.975Zinfo: downloading component 'cargo'
312024-11-08T23:48:06.633Zinfo: downloading component 'clippy'
322024-11-08T23:48:06.889Zinfo: downloading component 'rust-docs'
332024-11-08T23:48:07.812Zinfo: downloading component 'rust-std'
342024-11-08T23:48:09.319Zinfo: downloading component 'rustc'
352024-11-08T23:48:14.547Zinfo: downloading component 'rustfmt'
362024-11-08T23:48:14.734Zinfo: installing component 'cargo'
372024-11-08T23:48:15.585Zinfo: installing component 'clippy'
382024-11-08T23:48:16.005Zinfo: installing component 'rust-docs'
392024-11-08T23:48:17.738Zinfo: installing component 'rust-std'
402024-11-08T23:48:19.754Zinfo: installing component 'rustc'
412024-11-08T23:48:25.986Zinfo: installing component 'rustfmt'
422024-11-08T23:48:26.321Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
432024-11-08T23:48:26.321Z
442024-11-08T23:48:26.701Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-11-08T23:48:26.701Z
462024-11-08T23:48:26.705Z
472024-11-08T23:48:26.705ZRust is installed now. Great!
482024-11-08T23:48:26.705Z
492024-11-08T23:48:26.705ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-08T23:48:26.705Zenvironment variable. This has not been done automatically.
512024-11-08T23:48:26.705Z
522024-11-08T23:48:26.705ZTo configure your current shell, you need to source
532024-11-08T23:48:26.705Zthe corresponding env file under $HOME/.cargo.
542024-11-08T23:48:26.705Z
552024-11-08T23:48:26.705ZThis is usually done by running one of the following (note the leading DOT):
562024-11-08T23:48:26.705Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-08T23:48:26.705Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-08T23:48:26.774Z+ rustc --version
592024-11-08T23:48:26.840Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-11-08T23:48:26.843Zprocess exited: duration 22332 ms, exit code 0
 
612024-11-08T23:48:26.848Zstarting task 2: "authentication"
622024-11-08T23:48:26.869Zprocess exited: duration 21 ms, exit code 0
 
632024-11-08T23:48:26.876Zstarting task 3: "clone repository"
642024-11-08T23:48:26.880Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-08T23:48:26.883Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-08T23:48:27.221ZCloning into '/work/oxidecomputer/omicron'...
672024-11-08T23:48:40.475Z+ cd /work/oxidecomputer/omicron
682024-11-08T23:48:40.477Z+ git fetch origin 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc
692024-11-08T23:48:40.804ZFrom https://github.com/oxidecomputer/omicron
702024-11-08T23:48:40.804Z * branch 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc -> FETCH_HEAD
712024-11-08T23:48:40.815Z+ [[ -n rss-datasets ]]
722024-11-08T23:48:40.818Z++ git branch --show-current
732024-11-08T23:48:40.820Z+ current=main
742024-11-08T23:48:40.821Z+ [[ main != rss-datasets ]]
752024-11-08T23:48:40.821Z+ git branch -f rss-datasets 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc
762024-11-08T23:48:40.823Z+ git checkout -f rss-datasets
772024-11-08T23:48:40.992ZSwitched to branch 'rss-datasets'
782024-11-08T23:48:40.995Z+ git reset --hard 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc
792024-11-08T23:48:41.016ZHEAD is now at 1ae6ba742 EXPECTORATE
802024-11-08T23:48:41.019Zprocess exited: duration 14137 ms, exit code 0
 
812024-11-08T23:48:41.024Zstarting task 4: "build"
822024-11-08T23:48:41.030Z+ source .github/buildomat/ci-env.sh
832024-11-08T23:48:41.030Z++ export CARGO_TERM_COLOR=always
842024-11-08T23:48:41.030Z++ CARGO_TERM_COLOR=always
852024-11-08T23:48:41.032Z+ cargo --version
862024-11-08T23:48:41.088Zcargo 1.82.0 (8f40fc59f 2024-08-21)
872024-11-08T23:48:41.091Z+ rustc --version
882024-11-08T23:48:41.150Zrustc 1.82.0 (f6e511eec 2024-10-15)
892024-11-08T23:48:41.152Z+ WORK=/work
902024-11-08T23:48:41.152Z+ pfexec mkdir -p /work
912024-11-08T23:48:41.155Z+ pfexec chown build /work
922024-11-08T23:48:41.158Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-08T23:49:08.978Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-08T23:49:12.778Z Startup: Caching catalogs ... Done
952024-11-08T23:49:20.932ZPlanning: Solver setup ... Done (7.418s)
962024-11-08T23:49:21.035ZPlanning: Running solver ... Done (0.104s)
972024-11-08T23:49:21.197ZPlanning: Finding local manifests ... Done (0.075s)
982024-11-08T23:49:21.232ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-08T23:49:21.538ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-08T23:49:21.938ZPlanning: Package planning ... Done (0.400s)
1012024-11-08T23:49:21.994ZPlanning: Merging actions ... Done (0.055s)
1022024-11-08T23:49:23.108ZPlanning: Checking for conflicting actions ... Done (1.114s)
1032024-11-08T23:49:29.181ZPlanning: Consolidating action changes ... Done (6.071s)
1042024-11-08T23:49:29.560ZPlanning: Evaluating mediators ... Done (0.380s)
1052024-11-08T23:49:29.735ZPlanning: Planning completed in 16.87 seconds
1062024-11-08T23:49:30.023Z Packages to install: 4
1072024-11-08T23:49:30.023Z Packages to update: 1
1082024-11-08T23:49:30.025Z Mediators to change: 2
1092024-11-08T23:49:30.025Z Services to change: 1
1102024-11-08T23:49:30.025Z Estimated space available: 155.61 GB
1112024-11-08T23:49:30.025ZEstimated space to be consumed: 1.59 GB
1122024-11-08T23:49:30.026Z Create boot environment: No
1132024-11-08T23:49:30.026ZCreate backup boot environment: Yes
1142024-11-08T23:49:30.026Z Rebuild boot archive: No
1152024-11-08T23:49:30.026Z
1162024-11-08T23:49:30.026ZChanged mediators:
1172024-11-08T23:49:30.026Z mediator clang:
1182024-11-08T23:49:30.026Z version: None -> 15 (system default)
1192024-11-08T23:49:30.026Z
1202024-11-08T23:49:30.026Z mediator llvm:
1212024-11-08T23:49:30.026Z version: 14 (system default) -> 15 (system default)
1222024-11-08T23:49:30.026Z
1232024-11-08T23:49:30.026ZChanged packages:
1242024-11-08T23:49:30.026Zhelios-dev
1252024-11-08T23:49:30.026Z developer/build-essential
1262024-11-08T23:49:30.026Z None -> 11-2.0
1272024-11-08T23:49:30.027Z library/libxmlsec1
1282024-11-08T23:49:30.027Z None -> 1.2.35-2.0
1292024-11-08T23:49:30.027Z ooce/developer/clang-15
1302024-11-08T23:49:30.027Z None -> 15.0.7-2.0
1312024-11-08T23:49:30.027Z ooce/developer/llvm-15
1322024-11-08T23:49:30.027Z None -> 15.0.7-2.0
1332024-11-08T23:49:30.027Z package/pkg
1342024-11-08T23:49:30.027Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-08T23:49:30.027Z
1362024-11-08T23:49:30.027ZServices:
1372024-11-08T23:49:30.027Z restart_fmri:
1382024-11-08T23:49:30.027Z svc:/system/update-man-index:default
1392024-11-08T23:49:30.027Z
1402024-11-08T23:49:30.027ZEditable files to change:
1412024-11-08T23:49:30.027Z Update:
1422024-11-08T23:49:30.027Z usr/share/lib/pkg/web/config.shtml
1432024-11-08T23:49:30.576Z
1442024-11-08T23:49:30.576ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-08T23:49:35.592ZDownload: 204/4281 items 1.2/220.6MB 0% complete (198k/s)
1462024-11-08T23:49:43.077ZDownload: 209/4281 items 1.3/220.6MB 0% complete (204k/s)
1472024-11-08T23:49:48.081ZDownload: 435/4281 items 16.9/220.6MB 7% complete (2.6M/s)
1482024-11-08T23:49:53.083ZDownload: 890/4281 items 18.9/220.6MB 8% complete (1.8M/s)
1492024-11-08T23:49:58.230ZDownload: 1196/4281 items 83.5/220.6MB 37% complete (6.8M/s)
1502024-11-08T23:50:17.046ZDownload: 1198/4281 items 83.5/220.6MB 37% complete
1512024-11-08T23:50:22.050ZDownload: 1455/4281 items 116.9/220.6MB 53% complete (7.6M/s)
1522024-11-08T23:50:27.059ZDownload: 1871/4281 items 118.5/220.6MB 53% complete (3.6M/s)
1532024-11-08T23:50:32.063ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (533k/s)
1542024-11-08T23:50:37.065ZDownload: 3110/4281 items 128.6/220.6MB 58% complete (916k/s)
1552024-11-08T23:50:42.330ZDownload: 3283/4281 items 210.6/220.6MB 95% complete (9.1M/s)
1562024-11-08T23:50:47.331ZDownload: 4098/4281 items 219.8/220.6MB 99% complete (8.7M/s)
1572024-11-08T23:50:48.179ZDownload: Completed 220.60 MB in 77.59 seconds (2.8M/s)
1582024-11-08T23:50:50.160Z Actions: 1/5063 actions (Removing old actions)
1592024-11-08T23:50:50.177Z Actions: 194/5063 actions (Installing new actions)
1602024-11-08T23:50:55.214Z Actions: 4128/5063 actions (Installing new actions)
1612024-11-08T23:50:55.502Z Actions: 4226/5063 actions (Updating modified actions)
1622024-11-08T23:50:55.843Z Actions: Completed 5063 actions in 5.68 seconds.
1632024-11-08T23:50:56.213Z Done (0.362s)
1642024-11-08T23:50:56.215Z Done (0.000s)
1652024-11-08T23:50:56.729Z Done (0.513s)
1662024-11-08T23:51:02.718Z Done (5.779s)
1672024-11-08T23:51:03.008Z Done (0.222s)
1682024-11-08T23:51:03.011Z Done (0.000s)
1692024-11-08T23:51:03.209Z Done (0.000s)
1702024-11-08T23:51:03.868ZPlanning: Evaluating mediator changes ... Done
1712024-11-08T23:51:04.027ZPlanning: Checking for conflicting actions ... Done
1722024-11-08T23:51:04.029ZPlanning: Consolidating action changes ... Done
1732024-11-08T23:51:04.295ZPlanning: Evaluating mediators ... Done
1742024-11-08T23:51:04.298ZPlanning: Planning completed in 0.43 seconds
1752024-11-08T23:51:04.333Z Mediators to change: 2
1762024-11-08T23:51:04.337Z Create boot environment: No
1772024-11-08T23:51:04.337ZCreate backup boot environment: No
1782024-11-08T23:51:04.413Z Done
1792024-11-08T23:51:04.413Z Done
1802024-11-08T23:51:04.751Z Done
1812024-11-08T23:51:08.264Z Done
1822024-11-08T23:51:08.353Z Done
1832024-11-08T23:51:08.356Z Done
1842024-11-08T23:51:08.651Z Done
1852024-11-08T23:51:09.271ZPlanning: Evaluating mediator changes ... Done
1862024-11-08T23:51:09.274ZPlanning: Merging actions ... Done
1872024-11-08T23:51:09.465ZPlanning: Checking for conflicting actions ... Done
1882024-11-08T23:51:09.467ZPlanning: Consolidating action changes ... Done
1892024-11-08T23:51:09.737ZPlanning: Evaluating mediators ... Done
1902024-11-08T23:51:09.794ZPlanning: Planning completed in 0.77 seconds
1912024-11-08T23:51:09.834Z Packages to change: 1
1922024-11-08T23:51:09.834Z Mediators to change: 1
1932024-11-08T23:51:09.837Z Services to change: 1
1942024-11-08T23:51:09.837Z Create boot environment: No
1952024-11-08T23:51:09.837ZCreate backup boot environment: Yes
1962024-11-08T23:51:11.886Z Actions: 1/6 actions (Updating modified actions)
1972024-11-08T23:51:11.917Z Actions: Completed 6 actions in 0.03 seconds.
1982024-11-08T23:51:11.919Z Done
1992024-11-08T23:51:11.919Z Done
2002024-11-08T23:51:12.024Z Done
2012024-11-08T23:51:15.670Z Done
2022024-11-08T23:51:15.764Z Done
2032024-11-08T23:51:15.766Z Done
2042024-11-08T23:51:15.897Z Done
2052024-11-08T23:51:16.326ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062024-11-08T23:51:16.326Zclang system 15 system
2072024-11-08T23:51:16.326Zcsh system system illumos
2082024-11-08T23:51:16.326Zctags system system illumos
2092024-11-08T23:51:16.326Zgcc vendor 12 vendor
2102024-11-08T23:51:16.326Zgcc system 10 system
2112024-11-08T23:51:16.326Zgcc system 7 system
2122024-11-08T23:51:16.326Zgo system 1.20 system
2132024-11-08T23:51:16.326Zgo system 1.19 system
2142024-11-08T23:51:16.326Zllvm system 15 system
2152024-11-08T23:51:16.326Zllvm system 14 system
2162024-11-08T23:51:16.326Zmariadb system 10.6 system
2172024-11-08T23:51:16.326Zmta vendor vendor dma
2182024-11-08T23:51:16.327Zopenjdk system 17 system
2192024-11-08T23:51:16.327Zopenjdk system 11 system
2202024-11-08T23:51:16.327Zopenjdk system 1.8 system
2212024-11-08T23:51:16.327Zopenssl vendor 3 vendor
2222024-11-08T23:51:16.327Zperl system 5.36 system
2232024-11-08T23:51:16.327Zpostgresql system 15 system
2242024-11-08T23:51:16.327Zpostgresql system 13 system
2252024-11-08T23:51:16.327Zpython vendor 3 vendor
2262024-11-08T23:51:16.327Zpython system 2 system
2272024-11-08T23:51:16.327Zpython3 system 3.11 system
2282024-11-08T23:51:16.327Zruby system 3.0 system
2292024-11-08T23:51:16.327Zwords vendor vendor american-english
2302024-11-08T23:51:16.327Zwords system system australian-english
2312024-11-08T23:51:16.327Zwords system system british-english
2322024-11-08T23:51:16.327Zwords system system canadian-english
2332024-11-08T23:51:16.327Zwords system system french
2342024-11-08T23:51:16.327Zwords system system italian
2352024-11-08T23:51:16.327Zwords system system ngerman
2362024-11-08T23:51:16.327Zwords system system ogerman
2372024-11-08T23:51:16.327Zwords system system spanish
2382024-11-08T23:51:16.648ZPUBLISHER TYPE STATUS P LOCATION
2392024-11-08T23:51:16.648Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402024-11-08T23:51:19.120ZFMRI IFO
2412024-11-08T23:51:19.120Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422024-11-08T23:51:19.120Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432024-11-08T23:51:19.120Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442024-11-08T23:51:19.120Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452024-11-08T23:51:19.120Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462024-11-08T23:51:19.120Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472024-11-08T23:51:19.120Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2482024-11-08T23:51:19.120Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492024-11-08T23:51:19.120Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502024-11-08T23:51:19.120Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2512024-11-08T23:51:19.120Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2522024-11-08T23:51:19.120Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532024-11-08T23:51:19.120Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2542024-11-08T23:51:19.121Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2552024-11-08T23:51:19.121Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562024-11-08T23:51:19.804Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572024-11-08T23:51:20.076Z Updating crates.io index
2582024-11-08T23:51:20.134Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2592024-11-08T23:51:20.847Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2602024-11-08T23:51:21.116Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612024-11-08T23:51:21.324Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622024-11-08T23:51:21.609Z Updating git repository `https://github.com/oxidecomputer/propolis`
2632024-11-08T23:51:22.407Z Updating git repository `https://github.com/oxidecomputer/crucible`
2642024-11-08T23:51:24.803Z Updating git repository `https://github.com/oxidecomputer/opte`
2652024-11-08T23:51:25.850Z Updating git repository `https://github.com/oxidecomputer/falcon`
2662024-11-08T23:51:26.565Z Updating git repository `https://github.com/oxidecomputer/clickward`
2672024-11-08T23:51:26.825Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682024-11-08T23:51:27.056Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2692024-11-08T23:51:27.592Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2702024-11-08T23:51:27.941Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712024-11-08T23:51:28.228Z Updating git repository `https://github.com/oxidecomputer/tofino`
2722024-11-08T23:51:28.503Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2732024-11-08T23:51:28.744Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2742024-11-08T23:51:28.968Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2752024-11-08T23:51:29.277Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762024-11-08T23:51:29.553Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772024-11-08T23:51:29.936Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2782024-11-08T23:51:30.189Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792024-11-08T23:51:30.682Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802024-11-08T23:51:30.998Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812024-11-08T23:51:31.419Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822024-11-08T23:51:31.873Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832024-11-08T23:51:32.127Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842024-11-08T23:51:32.426Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852024-11-08T23:51:33.715Z Downloading crates ...
2862024-11-08T23:51:33.844Z Downloaded equivalent v1.0.1
2872024-11-08T23:51:33.846Z Downloaded dtrace-parser v0.2.0
2882024-11-08T23:51:33.855Z Downloaded swrite v0.1.0
2892024-11-08T23:51:33.857Z Downloaded pretty-hex v0.4.1
2902024-11-08T23:51:33.857Z Downloaded cfg-if v1.0.0
2912024-11-08T23:51:33.860Z Downloaded errno v0.3.9
2922024-11-08T23:51:33.860Z Downloaded anstyle v1.0.10
2932024-11-08T23:51:33.862Z Downloaded dof v0.3.0
2942024-11-08T23:51:33.862Z Downloaded cpufeatures v0.2.14
2952024-11-08T23:51:33.865Z Downloaded bytecount v0.6.8
2962024-11-08T23:51:33.867Z Downloaded crypto-common v0.1.6
2972024-11-08T23:51:33.867Z Downloaded colorchoice v1.0.2
2982024-11-08T23:51:33.867Z Downloaded clap_lex v0.7.2
2992024-11-08T23:51:33.870Z Downloaded autocfg v1.4.0
3002024-11-08T23:51:33.872Z Downloaded anstyle-query v1.1.1
3012024-11-08T23:51:33.872Z Downloaded digest v0.10.7
3022024-11-08T23:51:33.875Z Downloaded thiserror v1.0.64
3032024-11-08T23:51:33.878Z Downloaded toml_datetime v0.6.8
3042024-11-08T23:51:33.880Z Downloaded itoa v1.0.11
3052024-11-08T23:51:33.880Z Downloaded heck v0.5.0
3062024-11-08T23:51:33.883Z Downloaded smawk v0.3.2
3072024-11-08T23:51:33.883Z Downloaded serde_spanned v0.6.8
3082024-11-08T23:51:33.885Z Downloaded pest_generator v2.7.14
3092024-11-08T23:51:33.885Z Downloaded terminal_size v0.4.0
3102024-11-08T23:51:33.888Z Downloaded macaddr v1.0.1
3112024-11-08T23:51:33.888Z Downloaded camino-tempfile v1.1.1
3122024-11-08T23:51:33.890Z Downloaded anstream v0.6.15
3132024-11-08T23:51:33.893Z Downloaded camino v1.1.9
3142024-11-08T23:51:33.893Z Downloaded semver v1.0.23
3152024-11-08T23:51:33.901Z Downloaded fnv v1.0.7
3162024-11-08T23:51:33.901Z Downloaded cargo_toml v0.20.5
3172024-11-08T23:51:33.905Z Downloaded clap_derive v4.5.18
3182024-11-08T23:51:33.905Z Downloaded anstyle-parse v0.2.5
3192024-11-08T23:51:33.905Z Downloaded cargo-platform v0.1.8
3202024-11-08T23:51:33.905Z Downloaded clap v4.5.20
3212024-11-08T23:51:33.911Z Downloaded zerocopy-derive v0.7.35
3222024-11-08T23:51:33.915Z Downloaded scroll_derive v0.12.0
3232024-11-08T23:51:33.918Z Downloaded usdt-impl v0.5.0
3242024-11-08T23:51:33.918Z Downloaded ryu v1.0.18
3252024-11-08T23:51:33.921Z Downloaded proc-macro2 v1.0.87
3262024-11-08T23:51:33.923Z Downloaded cargo_metadata v0.18.1
3272024-11-08T23:51:33.928Z Downloaded bitflags v2.6.0
3282024-11-08T23:51:33.931Z Downloaded anyhow v1.0.92
3292024-11-08T23:51:33.934Z Downloaded usdt-macro v0.5.0
3302024-11-08T23:51:33.934Z Downloaded ucd-trie v0.1.7
3312024-11-08T23:51:33.934Z Downloaded byteorder v1.5.0
3322024-11-08T23:51:33.937Z Downloaded block-buffer v0.10.4
3332024-11-08T23:51:33.937Z Downloaded usdt-attr-macro v0.5.0
3342024-11-08T23:51:33.937Z Downloaded papergrid v0.11.0
3352024-11-08T23:51:33.940Z Downloaded once_cell v1.20.2
3362024-11-08T23:51:33.943Z Downloaded proc-macro-error-attr v1.0.4
3372024-11-08T23:51:33.955Z Downloaded fastrand v2.1.1
3382024-11-08T23:51:33.955Z Downloaded memmap v0.7.0
3392024-11-08T23:51:33.955Z Downloaded fs-err v2.11.0
3402024-11-08T23:51:33.955Z Downloaded heck v0.4.1
3412024-11-08T23:51:33.955Z Downloaded version_check v0.9.5
3422024-11-08T23:51:33.955Z Downloaded is_terminal_polyfill v1.70.1
3432024-11-08T23:51:33.955Z Downloaded generic-array v0.14.7
3442024-11-08T23:51:33.959Z Downloaded thread-id v4.2.2
3452024-11-08T23:51:33.961Z Downloaded plain v0.2.3
3462024-11-08T23:51:33.961Z Downloaded thiserror-impl v1.0.64
3472024-11-08T23:51:33.961Z Downloaded usdt v0.5.0
3482024-11-08T23:51:33.962Z Downloaded strsim v0.11.1
3492024-11-08T23:51:33.964Z Downloaded scroll v0.12.0
3502024-11-08T23:51:33.964Z Downloaded tabled_derive v0.7.0
3512024-11-08T23:51:33.966Z Downloaded proc-macro-error v1.0.4
3522024-11-08T23:51:33.970Z Downloaded unicode-linebreak v0.1.5
3532024-11-08T23:51:33.973Z Downloaded pest_derive v2.7.14
3542024-11-08T23:51:33.977Z Downloaded serde_tokenstream v0.2.2
3552024-11-08T23:51:33.979Z Downloaded quote v1.0.37
3562024-11-08T23:51:33.981Z Downloaded utf8parse v0.2.2
3572024-11-08T23:51:33.985Z Downloaded tempfile v3.13.0
3582024-11-08T23:51:33.993Z Downloaded sha2 v0.10.8
3592024-11-08T23:51:33.995Z Downloaded unicode-ident v1.0.13
3602024-11-08T23:51:33.997Z Downloaded serde_derive v1.0.210
3612024-11-08T23:51:34.000Z Downloaded textwrap v0.16.1
3622024-11-08T23:51:34.007Z Downloaded typenum v1.17.0
3632024-11-08T23:51:34.010Z Downloaded pest_meta v2.7.14
3642024-11-08T23:51:34.010Z Downloaded log v0.4.22
3652024-11-08T23:51:34.011Z Downloaded toml v0.8.19
3662024-11-08T23:51:34.022Z Downloaded indexmap v2.6.0
3672024-11-08T23:51:34.030Z Downloaded serde v1.0.210
3682024-11-08T23:51:34.044Z Downloaded serde_json v1.0.128
3692024-11-08T23:51:34.050Z Downloaded toml_edit v0.22.22
3702024-11-08T23:51:34.070Z Downloaded winnow v0.6.20
3712024-11-08T23:51:34.078Z Downloaded goblin v0.8.2
3722024-11-08T23:51:34.084Z Downloaded clap_builder v4.5.20
3732024-11-08T23:51:34.090Z Downloaded memchr v2.7.4
3742024-11-08T23:51:34.096Z Downloaded pest v2.7.14
3752024-11-08T23:51:34.100Z Downloaded hashbrown v0.15.0
3762024-11-08T23:51:34.105Z Downloaded zerocopy v0.7.35
3772024-11-08T23:51:34.120Z Downloaded tabled v0.15.0
3782024-11-08T23:51:34.135Z Downloaded unicode-width v0.1.14
3792024-11-08T23:51:34.139Z Downloaded syn v1.0.109
3802024-11-08T23:51:34.156Z Downloaded syn v2.0.79
3812024-11-08T23:51:34.166Z Downloaded rustix v0.38.37
3822024-11-08T23:51:34.201Z Downloaded libc v0.2.161
3832024-11-08T23:51:34.507Z Compiling proc-macro2 v1.0.87
3842024-11-08T23:51:34.507Z Compiling unicode-ident v1.0.13
3852024-11-08T23:51:34.510Z Compiling version_check v0.9.5
3862024-11-08T23:51:34.510Z Compiling serde v1.0.210
3872024-11-08T23:51:34.510Z Compiling thiserror v1.0.64
3882024-11-08T23:51:34.510Z Compiling memchr v2.7.4
3892024-11-08T23:51:34.510Z Compiling libc v0.2.161
3902024-11-08T23:51:34.510Z Compiling itoa v1.0.11
3912024-11-08T23:51:34.744Z Compiling ryu v1.0.18
3922024-11-08T23:51:34.798Z Compiling ucd-trie v0.1.7
3932024-11-08T23:51:35.064Z Compiling once_cell v1.20.2
3942024-11-08T23:51:35.341Z Compiling byteorder v1.5.0
3952024-11-08T23:51:35.365Z Compiling rustix v0.38.37
3962024-11-08T23:51:35.673Z Compiling serde_json v1.0.128
3972024-11-08T23:51:36.735Z Compiling bitflags v2.6.0
3982024-11-08T23:51:36.861Z Compiling usdt-impl v0.5.0
3992024-11-08T23:51:36.905Z Compiling proc-macro-error-attr v1.0.4
4002024-11-08T23:51:36.949Z Compiling syn v1.0.109
4012024-11-08T23:51:37.123Z Compiling proc-macro-error v1.0.4
4022024-11-08T23:51:37.181Z Compiling hashbrown v0.15.0
4032024-11-08T23:51:37.301Z Compiling log v0.4.22
4042024-11-08T23:51:37.356Z Compiling equivalent v1.0.1
4052024-11-08T23:51:37.410Z Compiling utf8parse v0.2.2
4062024-11-08T23:51:37.468Z Compiling plain v0.2.3
4072024-11-08T23:51:37.573Z Compiling thread-id v4.2.2
4082024-11-08T23:51:37.597Z Compiling camino v1.1.9
4092024-11-08T23:51:37.620Z Compiling anstyle-parse v0.2.5
4102024-11-08T23:51:37.693Z Compiling pretty-hex v0.4.1
4112024-11-08T23:51:37.786Z Compiling quote v1.0.37
4122024-11-08T23:51:37.896Z Compiling colorchoice v1.0.2
4132024-11-08T23:51:37.946Z Compiling winnow v0.6.20
4142024-11-08T23:51:38.001Z Compiling semver v1.0.23
4152024-11-08T23:51:38.052Z Compiling errno v0.3.9
4162024-11-08T23:51:38.199Z Compiling syn v2.0.79
4172024-11-08T23:51:38.376Z Compiling indexmap v2.6.0
4182024-11-08T23:51:38.454Z Compiling anstyle-query v1.1.1
4192024-11-08T23:51:38.502Z Compiling unicode-width v0.1.14
4202024-11-08T23:51:38.588Z Compiling anstyle v1.0.10
4212024-11-08T23:51:39.020Z Compiling is_terminal_polyfill v1.70.1
4222024-11-08T23:51:39.040Z Compiling autocfg v1.4.0
4232024-11-08T23:51:39.131Z Compiling anstream v0.6.15
4242024-11-08T23:51:39.921Z Compiling fnv v1.0.7
4252024-11-08T23:51:39.947Z Compiling heck v0.5.0
4262024-11-08T23:51:40.002Z Compiling anyhow v1.0.92
4272024-11-08T23:51:40.058Z Compiling bytecount v0.6.8
4282024-11-08T23:51:40.081Z Compiling fs-err v2.11.0
4292024-11-08T23:51:40.266Z Compiling fastrand v2.1.1
4302024-11-08T23:51:40.455Z Compiling terminal_size v0.4.0
4312024-11-08T23:51:40.623Z Compiling strsim v0.11.1
4322024-11-08T23:51:40.648Z Compiling clap_lex v0.7.2
4332024-11-08T23:51:40.776Z Compiling cfg-if v1.0.0
4342024-11-08T23:51:40.779Z Compiling heck v0.4.1
4352024-11-08T23:51:40.932Z Compiling tempfile v3.13.0
4362024-11-08T23:51:41.164Z Compiling clap_builder v4.5.20
4372024-11-08T23:51:41.469Z Compiling papergrid v0.11.0
4382024-11-08T23:51:41.551Z Compiling memmap v0.7.0
4392024-11-08T23:51:41.639Z Compiling unicode-linebreak v0.1.5
4402024-11-08T23:51:41.758Z Compiling smawk v0.3.2
4412024-11-08T23:51:41.976Z Compiling swrite v0.1.0
4422024-11-08T23:51:42.106Z Compiling textwrap v0.16.1
4432024-11-08T23:51:43.263Z Compiling tabled_derive v0.7.0
4442024-11-08T23:51:44.803Z Compiling tabled v0.15.0
4452024-11-08T23:51:46.131Z Compiling serde_derive v1.0.210
4462024-11-08T23:51:46.135Z Compiling thiserror-impl v1.0.64
4472024-11-08T23:51:46.147Z Compiling zerocopy-derive v0.7.35
4482024-11-08T23:51:46.170Z Compiling scroll_derive v0.12.0
4492024-11-08T23:51:46.173Z Compiling clap_derive v4.5.18
4502024-11-08T23:51:47.394Z Compiling scroll v0.12.0
4512024-11-08T23:51:47.875Z Compiling zerocopy v0.7.35
4522024-11-08T23:51:47.879Z Compiling goblin v0.8.2
4532024-11-08T23:51:48.667Z Compiling pest v2.7.14
4542024-11-08T23:51:49.550Z Compiling clap v4.5.20
4552024-11-08T23:51:50.844Z Compiling pest_meta v2.7.14
4562024-11-08T23:51:51.700Z Compiling pest_generator v2.7.14
4572024-11-08T23:51:53.310Z Compiling pest_derive v2.7.14
4582024-11-08T23:51:53.988Z Compiling dtrace-parser v0.2.0
4592024-11-08T23:51:55.566Z Compiling toml_datetime v0.6.8
4602024-11-08T23:51:55.566Z Compiling serde_spanned v0.6.8
4612024-11-08T23:51:55.568Z Compiling cargo-platform v0.1.8
4622024-11-08T23:51:55.920Z Compiling serde_tokenstream v0.2.2
4632024-11-08T23:51:55.947Z Compiling toml_edit v0.22.22
4642024-11-08T23:51:56.126Z Compiling macaddr v1.0.1
4652024-11-08T23:51:56.282Z Compiling camino-tempfile v1.1.1
4662024-11-08T23:51:57.096Z Compiling dof v0.3.0
4672024-11-08T23:51:57.096Z Compiling cargo_metadata v0.18.1
4682024-11-08T23:51:58.729Z Compiling toml v0.8.19
4692024-11-08T23:51:58.943Z Compiling usdt-macro v0.5.0
4702024-11-08T23:51:58.943Z Compiling usdt-attr-macro v0.5.0
4712024-11-08T23:51:59.578Z Compiling cargo_toml v0.20.5
4722024-11-08T23:52:00.197Z Compiling usdt v0.5.0
4732024-11-08T23:52:03.037Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4742024-11-08T23:52:06.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.23s
4752024-11-08T23:52:07.110Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4762024-11-08T23:52:07.605Z Downloading crates ...
4772024-11-08T23:52:07.737Z Downloaded ahash v0.8.11
4782024-11-08T23:52:07.740Z Downloaded addr2line v0.24.2
4792024-11-08T23:52:07.754Z Downloaded atty v0.2.14
4802024-11-08T23:52:07.759Z Downloaded aead v0.5.2
4812024-11-08T23:52:07.761Z Downloaded darling v0.20.10
4822024-11-08T23:52:07.764Z Downloaded cmake v0.1.51
4832024-11-08T23:52:07.767Z Downloaded async-stream v0.3.6
4842024-11-08T23:52:07.770Z Downloaded ident_case v1.0.1
4852024-11-08T23:52:07.770Z Downloaded heck v0.3.3
4862024-11-08T23:52:07.773Z Downloaded instant v0.1.13
4872024-11-08T23:52:07.773Z Downloaded ciborium-ll v0.2.2
4882024-11-08T23:52:07.777Z Downloaded adler2 v2.0.0
4892024-11-08T23:52:07.777Z Downloaded http-body v1.0.1
4902024-11-08T23:52:07.779Z Downloaded indoc v1.0.9
4912024-11-08T23:52:07.779Z Downloaded httparse v1.9.5
4922024-11-08T23:52:07.782Z Downloaded crc-catalog v2.4.0
4932024-11-08T23:52:07.785Z Downloaded atomic-waker v1.1.2
4942024-11-08T23:52:07.788Z Downloaded hubpack_derive v0.1.1
4952024-11-08T23:52:07.788Z Downloaded chacha20 v0.9.1
4962024-11-08T23:52:07.788Z Downloaded castaway v0.2.3
4972024-11-08T23:52:07.791Z Downloaded ciborium v0.2.2
4982024-11-08T23:52:07.793Z Downloaded bcs v0.1.6
4992024-11-08T23:52:07.795Z Downloaded base64ct v1.6.0
5002024-11-08T23:52:07.798Z Downloaded arrayref v0.3.9
5012024-11-08T23:52:07.798Z Downloaded nibble_vec v0.1.0
5022024-11-08T23:52:07.800Z Downloaded crossbeam-deque v0.8.5
5032024-11-08T23:52:07.803Z Downloaded indent_write v2.2.0
5042024-11-08T23:52:07.803Z Downloaded hyper-util v0.1.9
5052024-11-08T23:52:07.807Z Downloaded lazycell v1.3.0
5062024-11-08T23:52:07.810Z Downloaded maybe-uninit v2.0.0
5072024-11-08T23:52:07.810Z Downloaded internet-checksum v0.2.1
5082024-11-08T23:52:07.812Z Downloaded hostname v0.3.1
5092024-11-08T23:52:07.812Z Downloaded backoff v0.4.0
5102024-11-08T23:52:07.814Z Downloaded csv-core v0.1.11
5112024-11-08T23:52:07.816Z Downloaded blake2 v0.10.6
5122024-11-08T23:52:07.819Z Downloaded mockall v0.13.0
5132024-11-08T23:52:07.822Z Downloaded mime_guess v2.0.5
5142024-11-08T23:52:07.824Z Downloaded newline-converter v0.3.0
5152024-11-08T23:52:07.825Z Downloaded linear-map v1.2.0
5162024-11-08T23:52:07.838Z Downloaded base64 v0.13.1
5172024-11-08T23:52:07.838Z Downloaded lru-cache v0.1.2
5182024-11-08T23:52:07.838Z Downloaded lock_api v0.4.12
5192024-11-08T23:52:07.838Z Downloaded native-tls v0.2.12
5202024-11-08T23:52:07.838Z Downloaded const_format v0.2.33
5212024-11-08T23:52:07.840Z Downloaded multer v3.1.0
5222024-11-08T23:52:07.843Z Downloaded maplit v1.0.2
5232024-11-08T23:52:07.843Z Downloaded libsw v3.3.1
5242024-11-08T23:52:07.845Z Downloaded libloading v0.8.5
5252024-11-08T23:52:07.848Z Downloaded hickory-client v0.24.1
5262024-11-08T23:52:07.852Z Downloaded atomicwrites v0.4.4
5272024-11-08T23:52:07.856Z Downloaded async-stream-impl v0.3.6
5282024-11-08T23:52:07.856Z Downloaded hex-literal v0.4.1
5292024-11-08T23:52:07.856Z Downloaded bumpalo v3.16.0
5302024-11-08T23:52:07.858Z Downloaded sqlparser_derive v0.2.2
5312024-11-08T23:52:07.861Z Downloaded hickory-server v0.24.1
5322024-11-08T23:52:07.864Z Downloaded hex v0.4.3
5332024-11-08T23:52:07.867Z Downloaded base16ct v0.2.0
5342024-11-08T23:52:07.869Z Downloaded bitfield-struct v0.6.2
5352024-11-08T23:52:07.873Z Downloaded bb8 v0.8.5
5362024-11-08T23:52:07.873Z Downloaded compact_str v0.8.0
5372024-11-08T23:52:07.876Z Downloaded http-range v0.1.5
5382024-11-08T23:52:07.880Z Downloaded ciborium-io v0.2.2
5392024-11-08T23:52:07.881Z Downloaded cstr-argument v0.1.2
5402024-11-08T23:52:07.881Z Downloaded crunchy v0.2.2
5412024-11-08T23:52:07.883Z Downloaded cfg_aliases v0.2.1
5422024-11-08T23:52:07.883Z Downloaded cfg_aliases v0.1.1
5432024-11-08T23:52:07.883Z Downloaded ssh-encoding v0.2.0
5442024-11-08T23:52:07.887Z Downloaded serde_repr v0.1.19
5452024-11-08T23:52:07.887Z Downloaded signal-hook-mio v0.2.4
5462024-11-08T23:52:07.890Z Downloaded salsa20 v0.10.2
5472024-11-08T23:52:07.891Z Downloaded async-recursion v1.1.1
5482024-11-08T23:52:07.894Z Downloaded array-init v0.0.4
5492024-11-08T23:52:07.894Z Downloaded crucible-workspace-hack v0.1.0
5502024-11-08T23:52:07.897Z Downloaded memmap2 v0.9.5
5512024-11-08T23:52:07.897Z Downloaded jobserver v0.1.32
5522024-11-08T23:52:07.899Z Downloaded is-terminal v0.4.13
5532024-11-08T23:52:07.899Z Downloaded hyper-rustls v0.27.3
5542024-11-08T23:52:07.901Z Downloaded new_debug_unreachable v1.0.6
5552024-11-08T23:52:07.904Z Downloaded mio v1.0.2
5562024-11-08T23:52:07.908Z Downloaded buf-list v1.0.3
5572024-11-08T23:52:07.911Z Downloaded inout v0.1.3
5582024-11-08T23:52:07.913Z Downloaded impl-trait-for-tuples v0.2.2
5592024-11-08T23:52:07.916Z Downloaded hyper-tls v0.6.0
5602024-11-08T23:52:07.919Z Downloaded rpassword v7.3.1
5612024-11-08T23:52:07.919Z Downloaded hubpack v0.1.2
5622024-11-08T23:52:07.921Z Downloaded instability v0.3.2
5632024-11-08T23:52:07.921Z Downloaded crypto-bigint v0.5.5
5642024-11-08T23:52:07.929Z Downloaded want v0.3.1
5652024-11-08T23:52:07.932Z Downloaded newtype_derive v0.1.6
5662024-11-08T23:52:07.932Z Downloaded kstat-rs v0.2.4
5672024-11-08T23:52:07.935Z Downloaded cipher v0.4.4
5682024-11-08T23:52:07.935Z Downloaded cbc v0.1.2
5692024-11-08T23:52:07.937Z Downloaded mirai-annotations v1.12.0
5702024-11-08T23:52:07.937Z Downloaded matches v0.1.10
5712024-11-08T23:52:07.937Z Downloaded strum_macros v0.25.3
5722024-11-08T23:52:07.939Z Downloaded block-padding v0.3.3
5732024-11-08T23:52:07.942Z Downloaded match_cfg v0.1.0
5742024-11-08T23:52:07.942Z Downloaded lockfree-object-pool v0.1.6
5752024-11-08T23:52:07.945Z Downloaded ipnetwork v0.20.0
5762024-11-08T23:52:07.947Z Downloaded lalrpop-util v0.19.12
5772024-11-08T23:52:07.947Z Downloaded cobs v0.2.3
5782024-11-08T23:52:07.951Z Downloaded is_ci v1.2.0
5792024-11-08T23:52:07.951Z Downloaded constant_time_eq v0.3.1
5802024-11-08T23:52:07.954Z Downloaded argon2 v0.5.3
5812024-11-08T23:52:07.954Z Downloaded slog-term v2.9.1
5822024-11-08T23:52:07.958Z Downloaded ctr v0.9.2
5832024-11-08T23:52:07.962Z Downloaded linked-hash-map v0.5.6
5842024-11-08T23:52:07.962Z Downloaded lru v0.12.5
5852024-11-08T23:52:07.964Z Downloaded endian-type v0.1.2
5862024-11-08T23:52:07.964Z Downloaded mime v0.3.17
5872024-11-08T23:52:07.964Z Downloaded try-lock v0.2.5
5882024-11-08T23:52:07.965Z Downloaded dhcproto-macros v0.1.0
5892024-11-08T23:52:07.967Z Downloaded aes v0.8.4
5902024-11-08T23:52:07.969Z Downloaded zone_cfg_derive v0.3.0
5912024-11-08T23:52:07.969Z Downloaded console v0.15.8
5922024-11-08T23:52:07.972Z Downloaded multimap v0.10.0
5932024-11-08T23:52:07.975Z Downloaded managed v0.8.0
5942024-11-08T23:52:07.975Z Downloaded humantime v2.1.0
5952024-11-08T23:52:07.978Z Downloaded rand_chacha v0.3.1
5962024-11-08T23:52:07.978Z Downloaded r2d2 v0.8.10
5972024-11-08T23:52:07.980Z Downloaded curve25519-dalek-derive v0.1.1
5982024-11-08T23:52:07.983Z Downloaded thiserror-no-std v2.0.2
5992024-11-08T23:52:07.986Z Downloaded darling_macro v0.20.10
6002024-11-08T23:52:07.988Z Downloaded ssh-cipher v0.2.0
6012024-11-08T23:52:07.988Z Downloaded oso-derive v0.27.3
6022024-11-08T23:52:07.988Z Downloaded which v4.4.2
6032024-11-08T23:52:07.991Z Downloaded async-bb8-diesel v0.2.1
6042024-11-08T23:52:07.993Z Downloaded md-5 v0.10.6
6052024-11-08T23:52:07.996Z Downloaded smallvec v0.6.14
6062024-11-08T23:52:07.996Z Downloaded toolchain_find v0.4.0
6072024-11-08T23:52:07.998Z Downloaded thiserror-impl-no-std v2.0.2
6082024-11-08T23:52:07.998Z Downloaded precomputed-hash v0.1.1
6092024-11-08T23:52:08.001Z Downloaded crc v3.2.1
6102024-11-08T23:52:08.003Z Downloaded newtype-uuid v1.1.2
6112024-11-08T23:52:08.003Z Downloaded ipnet v2.10.1
6122024-11-08T23:52:08.006Z Downloaded ena v0.14.3
6132024-11-08T23:52:08.008Z Downloaded same-file v1.0.6
6142024-11-08T23:52:08.008Z Downloaded crc32fast v1.4.2
6152024-11-08T23:52:08.011Z Downloaded strum_macros v0.24.3
6162024-11-08T23:52:08.013Z Downloaded tokio-rustls v0.24.1
6172024-11-08T23:52:08.016Z Downloaded nanorand v0.7.0
6182024-11-08T23:52:08.018Z Downloaded libefi-sys v0.1.0
6192024-11-08T23:52:08.021Z Downloaded colored v2.1.0
6202024-11-08T23:52:08.021Z Downloaded const_format_proc_macros v0.2.33
6212024-11-08T23:52:08.023Z Downloaded const-oid v0.9.6
6222024-11-08T23:52:08.026Z Downloaded gethostname v0.5.0
6232024-11-08T23:52:08.028Z Downloaded funty v2.0.0
6242024-11-08T23:52:08.028Z Downloaded untrusted v0.7.1
6252024-11-08T23:52:08.031Z Downloaded smallvec v1.13.2
6262024-11-08T23:52:08.034Z Downloaded sync_wrapper v1.0.1
6272024-11-08T23:52:08.034Z Downloaded sigpipe v0.1.3
6282024-11-08T23:52:08.034Z Downloaded nodrop v0.1.14
6292024-11-08T23:52:08.037Z Downloaded tui-tree-widget v0.22.0
6302024-11-08T23:52:08.037Z Downloaded thread_local v1.1.8
6312024-11-08T23:52:08.040Z Downloaded memoffset v0.9.1
6322024-11-08T23:52:08.040Z Downloaded crossterm v0.28.1
6332024-11-08T23:52:08.046Z Downloaded glob v0.3.1
6342024-11-08T23:52:08.051Z Downloaded signal-hook-tokio v0.3.1
6352024-11-08T23:52:08.055Z Downloaded embedded-io v0.6.1
6362024-11-08T23:52:08.055Z Downloaded num-integer v0.1.46
6372024-11-08T23:52:08.055Z Downloaded num-iter v0.1.45
6382024-11-08T23:52:08.060Z Downloaded heapless v0.8.0
6392024-11-08T23:52:08.065Z Downloaded crossbeam-epoch v0.9.18
6402024-11-08T23:52:08.065Z Downloaded embedded-io v0.4.0
6412024-11-08T23:52:08.066Z Downloaded enum-as-inner v0.5.1
6422024-11-08T23:52:08.069Z Downloaded strum_macros v0.26.4
6432024-11-08T23:52:08.069Z Downloaded foreign-types-shared v0.1.1
6442024-11-08T23:52:08.069Z Downloaded float-ord v0.3.2
6452024-11-08T23:52:08.069Z Downloaded pkg-config v0.3.31
6462024-11-08T23:52:08.071Z Downloaded percent-encoding v2.3.1
6472024-11-08T23:52:08.071Z Downloaded paste v1.0.15
6482024-11-08T23:52:08.074Z Downloaded crossbeam-utils v0.8.20
6492024-11-08T23:52:08.077Z Downloaded indexmap v1.9.3
6502024-11-08T23:52:08.081Z Downloaded psl-types v2.0.11
6512024-11-08T23:52:08.083Z Downloaded parse-display v0.10.0
6522024-11-08T23:52:08.083Z Downloaded crc-any v2.5.0
6532024-11-08T23:52:08.085Z Downloaded cookie v0.18.1
6542024-11-08T23:52:08.090Z Downloaded fs_extra v1.3.0
6552024-11-08T23:52:08.093Z Downloaded take_mut v0.2.2
6562024-11-08T23:52:08.093Z Downloaded rand_xorshift v0.3.0
6572024-11-08T23:52:08.096Z Downloaded miniz_oxide v0.8.0
6582024-11-08T23:52:08.096Z Downloaded rustfmt-wrapper v0.2.1
6592024-11-08T23:52:08.102Z Downloaded itertools v0.10.5
6602024-11-08T23:52:08.104Z Downloaded headers-core v0.3.0
6612024-11-08T23:52:08.104Z Downloaded openssl-macros v0.1.1
6622024-11-08T23:52:08.108Z Downloaded signature v2.2.0
6632024-11-08T23:52:08.108Z Downloaded semver v0.1.20
6642024-11-08T23:52:08.111Z Downloaded supports-color v3.0.1
6652024-11-08T23:52:08.111Z Downloaded hashlink v0.9.1
6662024-11-08T23:52:08.113Z Downloaded predicates-core v1.0.8
6672024-11-08T23:52:08.113Z Downloaded shlex v1.3.0
6682024-11-08T23:52:08.116Z Downloaded rfc6979 v0.4.0
6692024-11-08T23:52:08.116Z Downloaded rustls-pemfile v1.0.4
6702024-11-08T23:52:08.119Z Downloaded num-rational v0.4.2
6712024-11-08T23:52:08.121Z Downloaded clang-sys v1.8.1
6722024-11-08T23:52:08.124Z Downloaded twox-hash v1.6.3
6732024-11-08T23:52:08.126Z Downloaded resolv-conf v0.7.0
6742024-11-08T23:52:08.129Z Downloaded peg-runtime v0.8.3
6752024-11-08T23:52:08.129Z Downloaded uzers v0.12.1
6762024-11-08T23:52:08.131Z Downloaded chacha20poly1305 v0.10.1
6772024-11-08T23:52:08.133Z Downloaded utf-8 v0.7.6
6782024-11-08T23:52:08.133Z Downloaded highway v1.2.0
6792024-11-08T23:52:08.137Z Downloaded ed25519 v2.2.3
6802024-11-08T23:52:08.139Z Downloaded dyn-clone v1.0.17
6812024-11-08T23:52:08.139Z Downloaded pem-rfc7468 v0.7.0
6822024-11-08T23:52:08.142Z Downloaded dropshot_endpoint v0.12.0
6832024-11-08T23:52:08.144Z Downloaded tabwriter v1.4.0
6842024-11-08T23:52:08.147Z Downloaded tracing-attributes v0.1.27
6852024-11-08T23:52:08.149Z Downloaded russh-cryptovec v0.7.3
6862024-11-08T23:52:08.150Z Downloaded progenitor-macro v0.8.0
6872024-11-08T23:52:08.152Z Downloaded slab v0.4.9
6882024-11-08T23:52:08.152Z Downloaded siphasher v0.3.11
6892024-11-08T23:52:08.155Z Downloaded simd-adler32 v0.3.7
6902024-11-08T23:52:08.156Z Downloaded globset v0.4.15
6912024-11-08T23:52:08.160Z Downloaded slog-async v2.8.0
6922024-11-08T23:52:08.160Z Downloaded display-error-chain v0.2.2
6932024-11-08T23:52:08.163Z Downloaded value-bag v1.9.0
6942024-11-08T23:52:08.163Z Downloaded defmt-parser v0.3.4
6952024-11-08T23:52:08.163Z Downloaded aes-gcm v0.10.3
6962024-11-08T23:52:08.166Z Downloaded mockall_derive v0.13.0
6972024-11-08T23:52:08.169Z Downloaded peg v0.8.4
6982024-11-08T23:52:08.182Z Downloaded tokio-rustls v0.26.0
6992024-11-08T23:52:08.185Z Downloaded cc v1.1.30
7002024-11-08T23:52:08.190Z Downloaded rand_core v0.6.4
7012024-11-08T23:52:08.192Z Downloaded futures-executor v0.3.31
7022024-11-08T23:52:08.192Z Downloaded normalize-line-endings v0.3.0
7032024-11-08T23:52:08.192Z Downloaded zone v0.1.8
7042024-11-08T23:52:08.196Z Downloaded futures-core v0.3.31
7052024-11-08T23:52:08.196Z Downloaded rustversion v1.0.17
7062024-11-08T23:52:08.211Z Downloaded slog-stdlog v4.1.1
7072024-11-08T23:52:08.213Z Downloaded smf v0.2.3
7082024-11-08T23:52:08.213Z Downloaded serde_urlencoded v0.7.1
7092024-11-08T23:52:08.213Z Downloaded rustls-pemfile v2.2.0
7102024-11-08T23:52:08.214Z Downloaded predicates v3.1.2
7112024-11-08T23:52:08.214Z Downloaded ecdsa v0.16.9
7122024-11-08T23:52:08.214Z Downloaded zopfli v0.8.1
7132024-11-08T23:52:08.214Z Downloaded allocator-api2 v0.2.18
7142024-11-08T23:52:08.219Z Downloaded primeorder v0.13.6
7152024-11-08T23:52:08.219Z Downloaded rand_seeder v0.3.0
7162024-11-08T23:52:08.222Z Downloaded base64 v0.21.7
7172024-11-08T23:52:08.225Z Downloaded rusty-fork v0.3.0
7182024-11-08T23:52:08.225Z Downloaded powerfmt v0.2.0
7192024-11-08T23:52:08.229Z Downloaded unarray v0.1.4
7202024-11-08T23:52:08.229Z Downloaded progenitor-client v0.8.0
7212024-11-08T23:52:08.229Z Downloaded rsa v0.9.6
7222024-11-08T23:52:08.235Z Downloaded darling_core v0.20.10
7232024-11-08T23:52:08.238Z Downloaded data-encoding v2.6.0
7242024-11-08T23:52:08.241Z Downloaded unicode-truncate v1.1.0
7252024-11-08T23:52:08.241Z Downloaded tokio-native-tls v0.3.1
7262024-11-08T23:52:08.245Z Downloaded peg-macros v0.8.4
7272024-11-08T23:52:08.248Z Downloaded parking_lot_core v0.9.10
7282024-11-08T23:52:08.248Z Downloaded samael v0.0.17
7292024-11-08T23:52:08.256Z Downloaded time-core v0.1.2
7302024-11-08T23:52:08.260Z Downloaded futures-task v0.3.31
7312024-11-08T23:52:08.260Z Downloaded oso v0.27.3
7322024-11-08T23:52:08.262Z Downloaded waitgroup v0.1.2
7332024-11-08T23:52:08.264Z Downloaded num_enum v0.5.11
7342024-11-08T23:52:08.267Z Downloaded opaque-debug v0.3.1
7352024-11-08T23:52:08.267Z Downloaded futures-channel v0.3.31
7362024-11-08T23:52:08.270Z Downloaded phf v0.11.2
7372024-11-08T23:52:08.273Z Downloaded dirs-sys-next v0.1.2
7382024-11-08T23:52:08.273Z Downloaded term v0.7.0
7392024-11-08T23:52:08.276Z Downloaded zerocopy v0.6.6
7402024-11-08T23:52:08.279Z Downloaded elliptic-curve v0.13.8
7412024-11-08T23:52:08.283Z Downloaded hickory-resolver v0.24.1
7422024-11-08T23:52:08.287Z Downloaded progenitor v0.8.0
7432024-11-08T23:52:08.290Z Downloaded openssl-probe v0.1.5
7442024-11-08T23:52:08.290Z Downloaded proc-macro-crate v1.3.1
7452024-11-08T23:52:08.294Z Downloaded indicatif v0.17.8
7462024-11-08T23:52:08.297Z Downloaded xattr v1.3.1
7472024-11-08T23:52:08.297Z Downloaded num_enum_derive v0.5.11
7482024-11-08T23:52:08.300Z Downloaded crossbeam-channel v0.5.13
7492024-11-08T23:52:08.303Z Downloaded structmeta v0.2.0
7502024-11-08T23:52:08.305Z Downloaded similar v2.6.0
7512024-11-08T23:52:08.311Z Downloaded spki v0.7.3
7522024-11-08T23:52:08.314Z Downloaded fallible-iterator v0.3.0
7532024-11-08T23:52:08.314Z Downloaded tower-service v0.3.3
7542024-11-08T23:52:08.314Z Downloaded futures-macro v0.3.31
7552024-11-08T23:52:08.317Z Downloaded phf_codegen v0.11.2
7562024-11-08T23:52:08.317Z Downloaded toml_edit v0.19.15
7572024-11-08T23:52:08.333Z Downloaded num_threads v0.1.7
7582024-11-08T23:52:08.337Z Downloaded walkdir v2.5.0
7592024-11-08T23:52:08.337Z Downloaded typify-macro v0.2.0
7602024-11-08T23:52:08.337Z Downloaded sha1 v0.10.6
7612024-11-08T23:52:08.340Z Downloaded serde_path_to_error v0.1.16
7622024-11-08T23:52:08.343Z Downloaded tokio-tungstenite v0.21.0
7632024-11-08T23:52:08.346Z Downloaded tinyvec v1.8.0
7642024-11-08T23:52:08.350Z Downloaded stable_deref_trait v1.2.0
7652024-11-08T23:52:08.350Z Downloaded subtle v2.6.1
7662024-11-08T23:52:08.350Z Downloaded unicode-xid v0.2.6
7672024-11-08T23:52:08.350Z Downloaded minimal-lexical v0.2.1
7682024-11-08T23:52:08.356Z Downloaded fallible-streaming-iterator v0.1.9
7692024-11-08T23:52:08.359Z Downloaded wyz v0.5.1
7702024-11-08T23:52:08.359Z Downloaded tokio-stream v0.1.16
7712024-11-08T23:52:08.362Z Downloaded vergen v8.3.2
7722024-11-08T23:52:08.366Z Downloaded num-traits v0.2.19
7732024-11-08T23:52:08.370Z Downloaded zip v0.6.6
7742024-11-08T23:52:08.377Z Downloaded scrypt v0.11.0
7752024-11-08T23:52:08.380Z Downloaded pin-utils v0.1.0
7762024-11-08T23:52:08.380Z Downloaded packed_struct v0.10.1
7772024-11-08T23:52:08.381Z Downloaded signal-hook v0.3.17
7782024-11-08T23:52:08.381Z Downloaded ghash v0.5.1
7792024-11-08T23:52:08.384Z Downloaded float-cmp v0.9.0
7802024-11-08T23:52:08.384Z Downloaded sqlformat v0.2.6
7812024-11-08T23:52:08.387Z Downloaded derive_builder_core v0.20.2
7822024-11-08T23:52:08.387Z Downloaded tiny-keccak v2.0.2
7832024-11-08T23:52:08.389Z Downloaded parse-size v1.1.0
7842024-11-08T23:52:08.392Z Downloaded russh-keys v0.45.0
7852024-11-08T23:52:08.396Z Downloaded tokio-tungstenite v0.24.0
7862024-11-08T23:52:08.399Z Downloaded derive_builder_macro v0.20.2
7872024-11-08T23:52:08.399Z Downloaded tokio-tungstenite v0.23.1
7882024-11-08T23:52:08.402Z Downloaded predicates-tree v1.0.11
7892024-11-08T23:52:08.402Z Downloaded serde-hex v0.1.0
7902024-11-08T23:52:08.404Z Downloaded ppv-lite86 v0.2.20
7912024-11-08T23:52:08.404Z Downloaded tar v0.4.42
7922024-11-08T23:52:08.413Z Downloaded postgres-protocol v0.6.7
7932024-11-08T23:52:08.417Z Downloaded slog-envlogger v2.2.0
7942024-11-08T23:52:08.417Z Downloaded dunce v1.0.5
7952024-11-08T23:52:08.417Z Downloaded pkcs5 v0.7.1
7962024-11-08T23:52:08.417Z Downloaded fragile v2.0.0
7972024-11-08T23:52:08.420Z Downloaded fd-lock v4.0.2
7982024-11-08T23:52:08.423Z Downloaded fxhash v0.2.1
7992024-11-08T23:52:08.423Z Downloaded whoami v1.5.2
8002024-11-08T23:52:08.427Z Downloaded parse-display-derive v0.10.0
8012024-11-08T23:52:08.427Z Downloaded hash32 v0.3.1
8022024-11-08T23:52:08.431Z Downloaded hash32 v0.2.1
8032024-11-08T23:52:08.431Z Downloaded packed_struct_codegen v0.10.1
8042024-11-08T23:52:08.431Z Downloaded tinyvec_macros v0.1.1
8052024-11-08T23:52:08.431Z Downloaded dirs-next v2.0.0
8062024-11-08T23:52:08.436Z Downloaded static_assertions v1.1.0
8072024-11-08T23:52:08.436Z Downloaded unicode-segmentation v1.12.0
8082024-11-08T23:52:08.440Z Downloaded pkcs8 v0.10.2
8092024-11-08T23:52:08.444Z Downloaded ref-cast-impl v1.0.23
8102024-11-08T23:52:08.444Z Downloaded postgres-types v0.2.8
8112024-11-08T23:52:08.448Z Downloaded tokio-postgres v0.7.12
8122024-11-08T23:52:08.451Z Downloaded pbkdf2 v0.12.2
8132024-11-08T23:52:08.451Z Downloaded zone_cfg_derive v0.1.2
8142024-11-08T23:52:08.451Z Downloaded xz2 v0.1.7
8152024-11-08T23:52:08.453Z Downloaded vte_generate_state_changes v0.1.2
8162024-11-08T23:52:08.453Z Downloaded diesel_derives v2.2.3
8172024-11-08T23:52:08.459Z Downloaded structmeta v0.3.0
8182024-11-08T23:52:08.461Z Downloaded strip-ansi-escapes v0.2.0
8192024-11-08T23:52:08.461Z Downloaded difflib v0.4.0
8202024-11-08T23:52:08.461Z Downloaded stringprep v0.1.5
8212024-11-08T23:52:08.464Z Downloaded schemars_derive v0.8.21
8222024-11-08T23:52:08.464Z Downloaded spin v0.9.8
8232024-11-08T23:52:08.467Z Downloaded derive_builder v0.20.2
8242024-11-08T23:52:08.472Z Downloaded ff v0.13.0
8252024-11-08T23:52:08.475Z Downloaded unicode_categories v0.1.1
8262024-11-08T23:52:08.477Z Downloaded env_filter v0.1.2
8272024-11-08T23:52:08.480Z Downloaded prettyplease v0.2.22
8282024-11-08T23:52:08.483Z Downloaded pretty-hex v0.2.1
8292024-11-08T23:52:08.483Z Downloaded num v0.4.3
8302024-11-08T23:52:08.485Z Downloaded structmeta-derive v0.2.0
8312024-11-08T23:52:08.485Z Downloaded scopeguard v1.2.0
8322024-11-08T23:52:08.488Z Downloaded chrono v0.4.38
8332024-11-08T23:52:08.493Z Downloaded pin-project-internal v1.1.6
8342024-11-08T23:52:08.496Z Downloaded parking_lot v0.11.2
8352024-11-08T23:52:08.499Z Downloaded path-slash v0.1.5
8362024-11-08T23:52:08.502Z Downloaded snafu v0.8.5
8372024-11-08T23:52:08.507Z Downloaded slog-json v2.6.1
8382024-11-08T23:52:08.510Z Downloaded rustls-pki-types v1.9.0
8392024-11-08T23:52:08.512Z Downloaded rustc-demangle v0.1.24
8402024-11-08T23:52:08.515Z Downloaded pkcs1 v0.7.5
8412024-11-08T23:52:08.518Z Downloaded pbkdf2 v0.11.0
8422024-11-08T23:52:08.518Z Downloaded hashbrown v0.13.2
8432024-11-08T23:52:08.523Z Downloaded quinn-udp v0.5.5
8442024-11-08T23:52:08.526Z Downloaded unsafe-libyaml v0.2.11
8452024-11-08T23:52:08.529Z Downloaded polyval v0.6.2
8462024-11-08T23:52:08.531Z Downloaded defmt v0.3.8
8472024-11-08T23:52:08.534Z Downloaded radium v0.7.0
8482024-11-08T23:52:08.534Z Downloaded debug-ignore v1.0.5
8492024-11-08T23:52:08.536Z Downloaded dsl_auto_type v0.1.2
8502024-11-08T23:52:08.539Z Downloaded ed25519-dalek v2.1.1
8512024-11-08T23:52:08.542Z Downloaded derive-where v1.2.7
8522024-11-08T23:52:08.545Z Downloaded qorb v0.2.0
8532024-11-08T23:52:08.548Z Downloaded pin-project-lite v0.2.14
8542024-11-08T23:52:08.553Z Downloaded env_logger v0.10.2
8552024-11-08T23:52:08.555Z Downloaded half v2.4.1
8562024-11-08T23:52:08.558Z Downloaded yasna v0.5.2
8572024-11-08T23:52:08.561Z Downloaded postcard v1.0.10
8582024-11-08T23:52:08.564Z Downloaded nu-ansi-term v0.50.1
8592024-11-08T23:52:08.569Z Downloaded getrandom v0.2.15
8602024-11-08T23:52:08.573Z Downloaded number_prefix v0.4.0
8612024-11-08T23:52:08.573Z Downloaded termtree v0.4.1
8622024-11-08T23:52:08.573Z Downloaded snafu-derive v0.8.5
8632024-11-08T23:52:08.576Z Downloaded diesel_table_macro_syntax v0.2.0
8642024-11-08T23:52:08.576Z Downloaded diesel-dtrace v0.3.0
8652024-11-08T23:52:08.576Z Downloaded downcast v0.11.0
8662024-11-08T23:52:08.576Z Downloaded parking_lot v0.12.3
8672024-11-08T23:52:08.579Z Downloaded group v0.13.0
8682024-11-08T23:52:08.583Z Downloaded time-macros v0.2.18
8692024-11-08T23:52:08.583Z Downloaded sct v0.7.1
8702024-11-08T23:52:08.587Z Downloaded num-conv v0.1.0
8712024-11-08T23:52:08.590Z Downloaded string_cache v0.8.7
8722024-11-08T23:52:08.590Z Downloaded foreign-types v0.3.2
8732024-11-08T23:52:08.590Z Downloaded form_urlencoded v1.2.1
8742024-11-08T23:52:08.593Z Downloaded sec1 v0.7.3
8752024-11-08T23:52:08.593Z Downloaded rtoolbox v0.0.2
8762024-11-08T23:52:08.596Z Downloaded url v2.5.2
8772024-11-08T23:52:08.601Z Downloaded deranged v0.3.11
8782024-11-08T23:52:08.602Z Downloaded env_logger v0.11.5
8792024-11-08T23:52:08.605Z Downloaded serde_yaml v0.9.34+deprecated
8802024-11-08T23:52:08.605Z Downloaded foldhash v0.1.3
8812024-11-08T23:52:08.608Z Downloaded serde-big-array v0.5.1
8822024-11-08T23:52:08.608Z Downloaded strum v0.26.3
8832024-11-08T23:52:08.608Z Downloaded rustc_version v0.1.7
8842024-11-08T23:52:08.612Z Downloaded rustc-hash v1.1.0
8852024-11-08T23:52:08.612Z Downloaded unicode-bidi v0.3.17
8862024-11-08T23:52:08.617Z Downloaded heapless v0.7.17
8872024-11-08T23:52:08.620Z Downloaded foreign-types-macros v0.2.3
8882024-11-08T23:52:08.621Z Downloaded foreign-types v0.5.0
8892024-11-08T23:52:08.621Z Downloaded lalrpop v0.19.12
8902024-11-08T23:52:08.629Z Downloaded futures-io v0.3.31
8912024-11-08T23:52:08.632Z Downloaded ref-cast v1.0.23
8922024-11-08T23:52:08.636Z Downloaded flume v0.11.0
8932024-11-08T23:52:08.639Z Downloaded phf_shared v0.10.0
8942024-11-08T23:52:08.639Z Downloaded slog-dtrace v0.3.0
8952024-11-08T23:52:08.639Z Downloaded unicase v2.7.0
8962024-11-08T23:52:08.642Z Downloaded displaydoc v0.2.5
8972024-11-08T23:52:08.645Z Downloaded pin-project v1.1.6
8982024-11-08T23:52:08.654Z Downloaded foreign-types-shared v0.3.1
8992024-11-08T23:52:08.657Z Downloaded des v0.8.1
9002024-11-08T23:52:08.657Z Downloaded topological-sort v0.2.2
9012024-11-08T23:52:08.659Z Downloaded phf_generator v0.11.2
9022024-11-08T23:52:08.659Z Downloaded ron v0.8.1
9032024-11-08T23:52:08.665Z Downloaded wait-timeout v0.2.0
9042024-11-08T23:52:08.669Z Downloaded quick-error v1.2.3
9052024-11-08T23:52:08.669Z Downloaded zeroize_derive v1.4.2
9062024-11-08T23:52:08.672Z Downloaded tracing-core v0.1.32
9072024-11-08T23:52:08.672Z Downloaded schemars v0.8.21
9082024-11-08T23:52:08.682Z Downloaded tap v1.0.1
9092024-11-08T23:52:08.684Z Downloaded num-complex v0.4.6
9102024-11-08T23:52:08.687Z Downloaded aws-lc-rs v1.10.0
9112024-11-08T23:52:08.693Z Downloaded structmeta-derive v0.3.0
9122024-11-08T23:52:08.696Z Downloaded tls_codec_derive v0.4.1
9132024-11-08T23:52:08.700Z Downloaded termios v0.3.3
9142024-11-08T23:52:08.700Z Downloaded termcolor v1.4.1
9152024-11-08T23:52:08.702Z Downloaded slog-bunyan v2.5.0
9162024-11-08T23:52:08.702Z Downloaded olpc-cjson v0.1.4
9172024-11-08T23:52:08.702Z Downloaded aho-corasick v1.1.3
9182024-11-08T23:52:08.707Z Downloaded zeroize v1.8.1
9192024-11-08T23:52:08.709Z Downloaded diff v0.1.13
9202024-11-08T23:52:08.712Z Downloaded socket2 v0.5.7
9212024-11-08T23:52:08.715Z Downloaded zone v0.3.0
9222024-11-08T23:52:08.715Z Downloaded tls_codec v0.4.1
9232024-11-08T23:52:08.718Z Downloaded fallible-iterator v0.2.0
9242024-11-08T23:52:08.718Z Downloaded secrecy v0.8.0
9252024-11-08T23:52:08.721Z Downloaded rustc_version v0.4.1
9262024-11-08T23:52:08.721Z Downloaded scheduled-thread-pool v0.2.7
9272024-11-08T23:52:08.724Z Downloaded shell-words v1.1.0
9282024-11-08T23:52:08.724Z Downloaded tungstenite v0.24.0
9292024-11-08T23:52:08.726Z Downloaded omicron-zone-package v0.11.1
9302024-11-08T23:52:08.730Z Downloaded fatfs v0.3.6
9312024-11-08T23:52:08.732Z Downloaded tungstenite v0.23.0
9322024-11-08T23:52:08.735Z Downloaded parse-zoneinfo v0.3.1
9332024-11-08T23:52:08.738Z Downloaded derive_more v0.99.18
9342024-11-08T23:52:08.742Z Downloaded flate2 v1.0.34
9352024-11-08T23:52:08.747Z Downloaded toml v0.7.8
9362024-11-08T23:52:08.750Z Downloaded x509-cert v0.2.5
9372024-11-08T23:52:08.756Z Downloaded owo-colors v4.1.0
9382024-11-08T23:52:08.758Z Downloaded poly1305 v0.8.0
9392024-11-08T23:52:08.762Z Downloaded rustyline v14.0.0
9402024-11-08T23:52:08.767Z Downloaded hashbrown v0.14.5
9412024-11-08T23:52:08.772Z Downloaded futures v0.3.31
9422024-11-08T23:52:08.776Z Downloaded vsss-rs v3.3.4
9432024-11-08T23:52:08.779Z Downloaded subprocess v0.2.9
9442024-11-08T23:52:08.782Z Downloaded progenitor-impl v0.8.0
9452024-11-08T23:52:08.784Z Downloaded test-strategy v0.3.1
9462024-11-08T23:52:08.788Z Downloaded zip v2.1.3
9472024-11-08T23:52:08.791Z Downloaded serde_with v3.11.0
9482024-11-08T23:52:08.800Z Downloaded vte v0.11.1
9492024-11-08T23:52:08.803Z Downloaded unicode-properties v0.1.3
9502024-11-08T23:52:08.806Z Downloaded num-bigint v0.4.6
9512024-11-08T23:52:08.809Z Downloaded tracing v0.1.40
9522024-11-08T23:52:08.814Z Downloaded idna v0.4.0
9532024-11-08T23:52:08.820Z Downloaded russh v0.45.0
9542024-11-08T23:52:08.824Z Downloaded bitvec v1.0.1
9552024-11-08T23:52:08.840Z Downloaded quinn v0.11.5
9562024-11-08T23:52:08.843Z Downloaded bindgen v0.69.5
9572024-11-08T23:52:08.850Z Downloaded curve25519-dalek v4.1.3
9582024-11-08T23:52:08.859Z Downloaded p256 v0.13.2
9592024-11-08T23:52:08.863Z Downloaded ssh-key v0.6.6
9602024-11-08T23:52:08.872Z Downloaded steno v0.4.1
9612024-11-08T23:52:08.875Z Downloaded nom v7.1.3
9622024-11-08T23:52:08.880Z Downloaded blake3 v1.5.4
9632024-11-08T23:52:08.887Z Downloaded rand v0.8.5
9642024-11-08T23:52:08.893Z Downloaded typed-path v0.9.3
9652024-11-08T23:52:08.897Z Downloaded num-bigint-dig v0.8.4
9662024-11-08T23:52:08.903Z Downloaded rcgen v0.12.1
9672024-11-08T23:52:08.906Z Downloaded salty v0.3.0
9682024-11-08T23:52:08.911Z Downloaded time v0.3.36
9692024-11-08T23:52:08.917Z Downloaded expectorate v1.1.0
9702024-11-08T23:52:08.922Z Downloaded tokio-util v0.7.12
9712024-11-08T23:52:08.927Z Downloaded unicode-normalization v0.1.24
9722024-11-08T23:52:08.930Z Downloaded reqwest v0.12.8
9732024-11-08T23:52:08.938Z Downloaded rayon v1.10.0
9742024-11-08T23:52:08.947Z Downloaded rustls-webpki v0.101.7
9752024-11-08T23:52:08.961Z Downloaded itertools v0.13.0
9762024-11-08T23:52:08.968Z Downloaded proptest v1.5.0
9772024-11-08T23:52:08.977Z Downloaded p521 v0.13.3
9782024-11-08T23:52:08.982Z Downloaded sqlparser v0.45.0
9792024-11-08T23:52:08.987Z Downloaded webpki-roots v0.26.6
9802024-11-08T23:52:08.991Z Downloaded reedline v0.35.0
9812024-11-08T23:52:08.998Z Downloaded rustls-webpki v0.102.8
9822024-11-08T23:52:09.018Z Downloaded tough v0.19.0
9832024-11-08T23:52:09.024Z Downloaded idna v0.2.3
9842024-11-08T23:52:09.031Z Downloaded nix v0.27.1
9852024-11-08T23:52:09.041Z Downloaded rusqlite v0.32.1
9862024-11-08T23:52:09.048Z Downloaded h2 v0.4.6
9872024-11-08T23:52:09.054Z Downloaded quick-xml v0.33.0
9882024-11-08T23:52:09.061Z Downloaded openssl v0.10.68
9892024-11-08T23:52:09.070Z Downloaded quinn-proto v0.11.8
9902024-11-08T23:52:09.077Z Downloaded rustls v0.21.12
9912024-11-08T23:52:09.088Z Downloaded smoltcp v0.9.1
9922024-11-08T23:52:09.099Z Downloaded futures-util v0.3.31
9932024-11-08T23:52:09.110Z Downloaded p384 v0.13.0
9942024-11-08T23:52:09.116Z Downloaded diesel v2.2.4
9952024-11-08T23:52:09.135Z Downloaded dropshot v0.12.0
9962024-11-08T23:52:09.154Z Downloaded gimli v0.31.1
9972024-11-08T23:52:09.163Z Downloaded nix v0.29.0
9982024-11-08T23:52:09.175Z Downloaded rustls v0.23.14
9992024-11-08T23:52:09.187Z Downloaded regex-syntax v0.6.29
10002024-11-08T23:52:09.197Z Downloaded bstr v1.10.0
10012024-11-08T23:52:09.205Z Downloaded regress v0.9.1
10022024-11-08T23:52:09.213Z Downloaded chrono-tz v0.10.0
10032024-11-08T23:52:09.223Z Downloaded git2 v0.19.0
10042024-11-08T23:52:09.230Z Downloaded regex-syntax v0.8.5
10052024-11-08T23:52:09.238Z Downloaded smoltcp v0.11.0
10062024-11-08T23:52:09.251Z Downloaded object v0.30.4
10072024-11-08T23:52:09.260Z Downloaded radix_trie v0.2.1
10082024-11-08T23:52:09.265Z Downloaded openapiv3 v2.0.0
10092024-11-08T23:52:09.277Z Downloaded trust-dns-proto v0.22.0
10102024-11-08T23:52:09.289Z Downloaded nix v0.28.0
10112024-11-08T23:52:09.301Z Downloaded polar-core v0.27.3
10122024-11-08T23:52:09.309Z Downloaded hickory-proto v0.24.1
10132024-11-08T23:52:09.325Z Downloaded object v0.36.5
10142024-11-08T23:52:09.337Z Downloaded regress v0.10.1
10152024-11-08T23:52:09.345Z Downloaded regex-automata v0.4.8
10162024-11-08T23:52:09.362Z Downloaded rustls v0.22.4
10172024-11-08T23:52:09.376Z Downloaded sled v0.34.7
10182024-11-08T23:52:09.386Z Downloaded lzma-sys v0.1.20
10192024-11-08T23:52:09.415Z Downloaded bzip2-sys v0.1.11+1.0.8
10202024-11-08T23:52:09.427Z Downloaded typify-impl v0.2.0
10212024-11-08T23:52:09.442Z Downloaded libz-sys v1.1.20
10222024-11-08T23:52:09.463Z Downloaded ratatui v0.28.1
10232024-11-08T23:52:09.482Z Downloaded regex v1.11.0
10242024-11-08T23:52:09.496Z Downloaded idna v0.5.0
10252024-11-08T23:52:09.502Z Downloaded portable-atomic v1.9.0
10262024-11-08T23:52:09.508Z Downloaded winnow v0.5.40
10272024-11-08T23:52:09.518Z Downloaded zerocopy-derive v0.6.6
10282024-11-08T23:52:09.527Z Downloaded idna v0.3.0
10292024-11-08T23:52:09.534Z Downloaded vcpkg v0.2.15
10302024-11-08T23:52:09.571Z Downloaded hyper v1.4.1
10312024-11-08T23:52:09.578Z Downloaded num-derive v0.4.2
10322024-11-08T23:52:09.580Z Downloaded password-hash v0.4.2
10332024-11-08T23:52:09.583Z Downloaded typify v0.2.0
10342024-11-08T23:52:09.586Z Downloaded openssl-sys v0.9.104
10352024-11-08T23:52:09.589Z Downloaded spin v0.5.2
10362024-11-08T23:52:09.591Z Downloaded pem v3.0.4
10372024-11-08T23:52:09.592Z Downloaded serde_derive_internals v0.29.1
10382024-11-08T23:52:09.594Z Downloaded itertools v0.12.1
10392024-11-08T23:52:09.599Z Downloaded petgraph v0.6.5
10402024-11-08T23:52:09.617Z Downloaded filetime v0.2.25
10412024-11-08T23:52:09.621Z Downloaded ron v0.7.1
10422024-11-08T23:52:09.623Z Downloaded libm v0.2.8
10432024-11-08T23:52:09.631Z Downloaded headers v0.4.0
10442024-11-08T23:52:09.635Z Downloaded hashbrown v0.12.3
10452024-11-08T23:52:09.643Z Downloaded libxml v0.3.3
10462024-11-08T23:52:09.646Z Downloaded der v0.7.9
10472024-11-08T23:52:09.650Z Downloaded tokio v1.40.0
10482024-11-08T23:52:09.686Z Downloaded csv v1.3.0
10492024-11-08T23:52:09.708Z Downloaded phf_shared v0.11.2
10502024-11-08T23:52:09.711Z Downloaded publicsuffix v2.2.3
10512024-11-08T23:52:09.711Z Downloaded hkdf v0.12.4
10522024-11-08T23:52:09.713Z Downloaded base64 v0.22.1
10532024-11-08T23:52:09.716Z Downloaded uuid v1.10.0
10542024-11-08T23:52:09.718Z Downloaded slog-scope v4.4.0
10552024-11-08T23:52:09.721Z Downloaded serde_with_macros v3.11.0
10562024-11-08T23:52:09.721Z Downloaded tokio-rustls v0.25.0
10572024-11-08T23:52:09.723Z Downloaded http v1.1.0
10582024-11-08T23:52:09.726Z Downloaded untrusted v0.9.0
10592024-11-08T23:52:09.728Z Downloaded universal-hash v0.5.1
10602024-11-08T23:52:09.729Z Downloaded futures-sink v0.3.31
10612024-11-08T23:52:09.731Z Downloaded flagset v0.4.6
10622024-11-08T23:52:09.731Z Downloaded fixedbitset v0.4.2
10632024-11-08T23:52:09.733Z Downloaded enum-as-inner v0.6.1
10642024-11-08T23:52:09.733Z Downloaded rayon-core v1.12.1
10652024-11-08T23:52:09.737Z Downloaded parking_lot_core v0.8.6
10662024-11-08T23:52:09.740Z Downloaded dhcproto v0.12.0
10672024-11-08T23:52:09.742Z Downloaded tokio-macros v2.4.0
10682024-11-08T23:52:09.746Z Downloaded either v1.13.0
10692024-11-08T23:52:09.746Z Downloaded der_derive v0.7.3
10702024-11-08T23:52:09.749Z Downloaded password-hash v0.5.0
10712024-11-08T23:52:09.749Z Downloaded tungstenite v0.21.0
10722024-11-08T23:52:09.751Z Downloaded slog v2.7.0
10732024-11-08T23:52:09.753Z Downloaded encoding_rs v0.8.34
10742024-11-08T23:52:09.773Z Downloaded bytes v1.7.2
10752024-11-08T23:52:09.777Z Downloaded sha3 v0.10.8
10762024-11-08T23:52:09.782Z Downloaded backtrace v0.3.74
10772024-11-08T23:52:09.786Z Downloaded defmt-macros v0.3.9
10782024-11-08T23:52:09.789Z Downloaded hmac v0.12.1
10792024-11-08T23:52:09.792Z Downloaded signal-hook-registry v1.4.2
10802024-11-08T23:52:09.795Z Downloaded cancel-safe-futures v0.1.5
10812024-11-08T23:52:09.795Z Downloaded keccak v0.1.5
10822024-11-08T23:52:09.798Z Downloaded serde_plain v1.0.2
10832024-11-08T23:52:09.798Z Downloaded rustc-hash v2.0.0
10842024-11-08T23:52:09.798Z Downloaded iana-time-zone v0.1.61
10852024-11-08T23:52:09.801Z Downloaded hyper-staticfile v0.10.1
10862024-11-08T23:52:09.803Z Downloaded lazy_static v1.5.0
10872024-11-08T23:52:09.806Z Downloaded arrayvec v0.7.6
10882024-11-08T23:52:09.806Z Downloaded bzip2 v0.4.4
10892024-11-08T23:52:09.808Z Downloaded async-trait v0.1.83
10902024-11-08T23:52:09.811Z Downloaded chrono-tz-build v0.4.0
10912024-11-08T23:52:09.811Z Downloaded bit-set v0.5.3
10922024-11-08T23:52:09.813Z Downloaded bcrypt-pbkdf v0.10.0
10932024-11-08T23:52:09.813Z Downloaded httpdate v1.0.3
10942024-11-08T23:52:09.816Z Downloaded hostname v0.4.0
10952024-11-08T23:52:09.816Z Downloaded cassowary v0.3.0
10962024-11-08T23:52:09.818Z Downloaded bitfield v0.14.0
10972024-11-08T23:52:09.818Z Downloaded http-body-util v0.1.2
10982024-11-08T23:52:09.821Z Downloaded home v0.5.9
10992024-11-08T23:52:09.821Z Downloaded md5 v0.7.0
11002024-11-08T23:52:09.821Z Downloaded ascii-canvas v3.0.0
11012024-11-08T23:52:09.823Z Downloaded arc-swap v1.7.1
11022024-11-08T23:52:09.827Z Downloaded cookie_store v0.21.0
11032024-11-08T23:52:09.830Z Downloaded bit-vec v0.6.3
11042024-11-08T23:52:09.830Z Downloaded bitflags v1.3.2
11052024-11-08T23:52:09.833Z Downloaded convert_case v0.4.0
11062024-11-08T23:52:09.834Z Downloaded cexpr v0.6.0
11072024-11-08T23:52:09.837Z Downloaded blowfish v0.9.1
11082024-11-08T23:52:09.837Z Downloaded assert_matches v1.5.0
11092024-11-08T23:52:09.847Z Downloaded libgit2-sys v0.17.0+1.8.1
11102024-11-08T23:52:10.159Z Downloaded libsqlite3-sys v0.30.1
11112024-11-08T23:52:10.564Z Downloaded ring v0.17.8
11122024-11-08T23:52:10.730Z Downloaded ring v0.16.20
11132024-11-08T23:52:11.010Z Downloaded aws-lc-sys v0.22.0
11142024-11-08T23:52:11.325Z Compiling serde v1.0.210
11152024-11-08T23:52:11.328Z Compiling lock_api v0.4.12
11162024-11-08T23:52:11.328Z Compiling scopeguard v1.2.0
11172024-11-08T23:52:11.328Z Compiling value-bag v1.9.0
11182024-11-08T23:52:11.329Z Compiling typenum v1.17.0
11192024-11-08T23:52:11.329Z Compiling generic-array v0.14.7
11202024-11-08T23:52:11.544Z Compiling syn v2.0.79
11212024-11-08T23:52:11.559Z Compiling getrandom v0.2.15
11222024-11-08T23:52:11.614Z Compiling subtle v2.6.1
11232024-11-08T23:52:11.873Z Compiling rand_core v0.6.4
11242024-11-08T23:52:11.966Z Compiling log v0.4.22
11252024-11-08T23:52:12.050Z Compiling shlex v1.3.0
11262024-11-08T23:52:12.085Z Compiling jobserver v0.1.32
11272024-11-08T23:52:12.111Z Compiling const-oid v0.9.6
11282024-11-08T23:52:12.442Z Compiling pin-project-lite v0.2.14
11292024-11-08T23:52:12.485Z Compiling cc v1.1.30
11302024-11-08T23:52:12.504Z Compiling spin v0.9.8
11312024-11-08T23:52:12.569Z Compiling rustix v0.38.37
11322024-11-08T23:52:12.862Z Compiling smallvec v1.13.2
11332024-11-08T23:52:12.923Z Compiling parking_lot_core v0.9.10
11342024-11-08T23:52:13.016Z Compiling futures-core v0.3.31
11352024-11-08T23:52:13.268Z Compiling signal-hook-registry v1.4.2
11362024-11-08T23:52:13.287Z Compiling mio v1.0.2
11372024-11-08T23:52:13.497Z Compiling aho-corasick v1.1.3
11382024-11-08T23:52:14.036Z Compiling parking_lot v0.12.3
11392024-11-08T23:52:14.055Z Compiling regex-syntax v0.8.5
11402024-11-08T23:52:14.073Z Compiling cpufeatures v0.2.14
11412024-11-08T23:52:14.173Z Compiling either v1.13.0
11422024-11-08T23:52:14.191Z Compiling lazy_static v1.5.0
11432024-11-08T23:52:14.303Z Compiling glob v0.3.1
11442024-11-08T23:52:14.433Z Compiling futures-sink v0.3.31
11452024-11-08T23:52:14.589Z Compiling socket2 v0.5.7
11462024-11-08T23:52:14.592Z Compiling slab v0.4.9
11472024-11-08T23:52:14.900Z Compiling prettyplease v0.2.22
11482024-11-08T23:52:15.055Z Compiling minimal-lexical v0.2.1
11492024-11-08T23:52:15.228Z Compiling clang-sys v1.8.1
11502024-11-08T23:52:15.494Z Compiling nom v7.1.3
11512024-11-08T23:52:15.528Z Compiling libloading v0.8.5
11522024-11-08T23:52:15.561Z Compiling bindgen v0.69.5
11532024-11-08T23:52:15.963Z Compiling home v0.5.9
11542024-11-08T23:52:16.013Z Compiling serde_json v1.0.128
11552024-11-08T23:52:16.379Z Compiling futures-channel v0.3.31
11562024-11-08T23:52:16.427Z Compiling itertools v0.12.1
11572024-11-08T23:52:16.446Z Compiling lazycell v1.3.0
11582024-11-08T23:52:16.626Z Compiling futures-io v0.3.31
11592024-11-08T23:52:16.799Z Compiling rustc-hash v1.1.0
11602024-11-08T23:52:16.943Z Compiling futures-task v0.3.31
11612024-11-08T23:52:16.962Z Compiling allocator-api2 v0.2.18
11622024-11-08T23:52:17.257Z Compiling tinyvec_macros v0.1.1
11632024-11-08T23:52:17.348Z Compiling foldhash v0.1.3
11642024-11-08T23:52:17.718Z Compiling regex-automata v0.4.8
11652024-11-08T23:52:17.813Z Compiling pin-utils v0.1.0
11662024-11-08T23:52:17.909Z Compiling hashbrown v0.15.0
11672024-11-08T23:52:18.613Z Compiling tinyvec v1.8.0
11682024-11-08T23:52:19.303Z Compiling cexpr v0.6.0
11692024-11-08T23:52:19.937Z Compiling cmake v0.1.51
11702024-11-08T23:52:20.103Z Compiling dunce v1.0.5
11712024-11-08T23:52:20.231Z Compiling pkg-config v0.3.31
11722024-11-08T23:52:20.555Z Compiling fs_extra v1.3.0
11732024-11-08T23:52:20.919Z Compiling libm v0.2.8
11742024-11-08T23:52:20.977Z Compiling unicode-normalization v0.1.24
11752024-11-08T23:52:21.183Z Compiling num-traits v0.2.19
11762024-11-08T23:52:21.307Z Compiling unicode-bidi v0.3.17
11772024-11-08T23:52:21.712Z Compiling ring v0.17.8
11782024-11-08T23:52:22.081Z Compiling base64ct v1.6.0
11792024-11-08T23:52:22.127Z Compiling paste v1.0.15
11802024-11-08T23:52:22.675Z Compiling pem-rfc7468 v0.7.0
11812024-11-08T23:52:22.703Z Compiling httparse v1.9.5
11822024-11-08T23:52:23.007Z Compiling flagset v0.4.6
11832024-11-08T23:52:23.210Z Compiling regex v1.11.0
11842024-11-08T23:52:23.304Z Compiling aws-lc-rs v1.10.0
11852024-11-08T23:52:23.717Z Compiling tracing-core v0.1.32
11862024-11-08T23:52:24.198Z Compiling rustls-pki-types v1.9.0
11872024-11-08T23:52:24.594Z Compiling crossbeam-utils v0.8.20
11882024-11-08T23:52:24.638Z Compiling percent-encoding v2.3.1
11892024-11-08T23:52:24.978Z Compiling time-core v0.1.2
11902024-11-08T23:52:25.108Z Compiling serde_derive v1.0.210
11912024-11-08T23:52:25.139Z Compiling zeroize_derive v1.4.2
11922024-11-08T23:52:25.158Z Compiling zerocopy-derive v0.7.35
11932024-11-08T23:52:25.180Z Compiling tokio-macros v2.4.0
11942024-11-08T23:52:25.597Z Compiling thiserror-impl v1.0.64
11952024-11-08T23:52:26.632Z Compiling zeroize v1.8.1
11962024-11-08T23:52:26.636Z Compiling futures-macro v0.3.31
11972024-11-08T23:52:27.166Z Compiling der_derive v0.7.3
11982024-11-08T23:52:27.222Z Compiling zerocopy v0.7.35
11992024-11-08T23:52:28.352Z Compiling crypto-common v0.1.6
12002024-11-08T23:52:28.369Z Compiling block-buffer v0.10.4
12012024-11-08T23:52:28.510Z Compiling thiserror v1.0.64
12022024-11-08T23:52:28.589Z Compiling digest v0.10.7
12032024-11-08T23:52:28.633Z Compiling futures-util v0.3.31
12042024-11-08T23:52:28.654Z Compiling block-padding v0.3.3
12052024-11-08T23:52:28.744Z Compiling ppv-lite86 v0.2.20
12062024-11-08T23:52:28.873Z Compiling inout v0.1.3
12072024-11-08T23:52:29.081Z Compiling hmac v0.12.1
12082024-11-08T23:52:29.103Z Compiling cipher v0.4.4
12092024-11-08T23:52:29.219Z Compiling sha2 v0.10.8
12102024-11-08T23:52:29.240Z Compiling der v0.7.9
12112024-11-08T23:52:29.307Z Compiling tracing-attributes v0.1.27
12122024-11-08T23:52:29.541Z Compiling rand_chacha v0.3.1
12132024-11-08T23:52:29.593Z Compiling salsa20 v0.10.2
12142024-11-08T23:52:29.800Z Compiling pbkdf2 v0.12.2
12152024-11-08T23:52:29.964Z Compiling rand v0.8.5
12162024-11-08T23:52:31.879Z Compiling spki v0.7.3
12172024-11-08T23:52:32.124Z Compiling pest v2.7.14
12182024-11-08T23:52:32.236Z Compiling untrusted v0.7.1
12192024-11-08T23:52:32.409Z Compiling vcpkg v0.2.15
12202024-11-08T23:52:32.458Z Compiling num-conv v0.1.0
12212024-11-08T23:52:32.536Z Compiling untrusted v0.9.0
12222024-11-08T23:52:32.681Z Compiling mirai-annotations v1.12.0
12232024-11-08T23:52:32.719Z Compiling powerfmt v0.2.0
12242024-11-08T23:52:32.771Z Compiling tracing v0.1.40
12252024-11-08T23:52:32.846Z Compiling time-macros v0.2.18
12262024-11-08T23:52:33.100Z Compiling deranged v0.3.11
12272024-11-08T23:52:34.423Z Compiling openssl-sys v0.9.104
12282024-11-08T23:52:34.491Z Compiling scrypt v0.11.0
12292024-11-08T23:52:34.659Z Compiling pest_meta v2.7.14
12302024-11-08T23:52:34.931Z Compiling aes v0.8.4
12312024-11-08T23:52:35.037Z Compiling cbc v0.1.2
12322024-11-08T23:52:35.044Z Compiling scroll_derive v0.12.0
12332024-11-08T23:52:35.259Z Compiling num_threads v0.1.7
12342024-11-08T23:52:35.387Z Compiling atomic-waker v1.1.2
12352024-11-08T23:52:35.569Z Compiling form_urlencoded v1.2.1
12362024-11-08T23:52:35.769Z Compiling slog v2.7.0
12372024-11-08T23:52:35.789Z Compiling time v0.3.36
12382024-11-08T23:52:35.888Z Compiling pkcs5 v0.7.1
12392024-11-08T23:52:36.314Z Compiling pest_generator v2.7.14
12402024-11-08T23:52:36.484Z Compiling scroll v0.12.0
12412024-11-08T23:52:36.938Z Compiling try-lock v0.2.5
12422024-11-08T23:52:37.022Z Compiling goblin v0.8.2
12432024-11-08T23:52:37.085Z Compiling want v0.3.1
12442024-11-08T23:52:37.370Z Compiling pkcs8 v0.10.2
12452024-11-08T23:52:37.702Z Compiling httpdate v1.0.3
12462024-11-08T23:52:38.080Z Compiling bitflags v2.6.0
12472024-11-08T23:52:38.163Z Compiling bytes v1.7.2
12482024-11-08T23:52:38.487Z Compiling indexmap v2.6.0
12492024-11-08T23:52:39.159Z Compiling tokio v1.40.0
12502024-11-08T23:52:39.433Z Compiling http v1.1.0
12512024-11-08T23:52:40.038Z Compiling semver v1.0.23
12522024-11-08T23:52:40.772Z Compiling rustc_version v0.4.1
12532024-11-08T23:52:40.791Z Compiling pest_derive v2.7.14
12542024-11-08T23:52:40.849Z Compiling serde_spanned v0.6.8
12552024-11-08T23:52:41.097Z Compiling http-body v1.0.1
12562024-11-08T23:52:41.351Z Compiling serde_tokenstream v0.2.2
12572024-11-08T23:52:41.381Z Compiling toml_datetime v0.6.8
12582024-11-08T23:52:41.544Z Compiling uuid v1.10.0
12592024-11-08T23:52:41.617Z Compiling dtrace-parser v0.2.0
12602024-11-08T23:52:41.908Z Compiling idna v0.5.0
12612024-11-08T23:52:41.977Z Compiling base64 v0.22.1
12622024-11-08T23:52:42.664Z Compiling which v4.4.2
12632024-11-08T23:52:42.761Z Compiling dof v0.3.0
12642024-11-08T23:52:43.262Z Compiling match_cfg v0.1.0
12652024-11-08T23:52:43.359Z Compiling openssl v0.10.68
12662024-11-08T23:52:43.457Z Compiling tower-service v0.3.3
12672024-11-08T23:52:43.588Z Compiling adler2 v2.0.0
12682024-11-08T23:52:43.609Z Compiling foreign-types-shared v0.1.1
12692024-11-08T23:52:43.635Z Compiling rustversion v1.0.17
12702024-11-08T23:52:43.726Z Compiling iana-time-zone v0.1.61
12712024-11-08T23:52:43.780Z Compiling miniz_oxide v0.8.0
12722024-11-08T23:52:43.828Z Compiling foreign-types v0.3.2
12732024-11-08T23:52:43.925Z Compiling chrono v0.4.38
12742024-11-08T23:52:44.140Z Compiling usdt-impl v0.5.0
12752024-11-08T23:52:44.452Z Compiling hostname v0.3.1
12762024-11-08T23:52:44.717Z Compiling url v2.5.2
12772024-11-08T23:52:45.290Z Compiling async-trait v0.1.83
12782024-11-08T23:52:45.667Z Compiling openssl-macros v0.1.1
12792024-11-08T23:52:46.121Z Compiling dirs-sys-next v0.1.2
12802024-11-08T23:52:46.479Z Compiling rustls v0.22.4
12812024-11-08T23:52:46.538Z Compiling data-encoding v2.6.0
12822024-11-08T23:52:46.752Z Compiling syn v1.0.109
12832024-11-08T23:52:46.755Z Compiling siphasher v0.3.11
12842024-11-08T23:52:46.792Z Compiling native-tls v0.2.12
12852024-11-08T23:52:47.138Z Compiling rustls v0.23.14
12862024-11-08T23:52:47.401Z Compiling tokio-util v0.7.12
12872024-11-08T23:52:47.492Z Compiling dirs-next v2.0.0
12882024-11-08T23:52:47.683Z Compiling heapless v0.7.17
12892024-11-08T23:52:47.907Z Compiling http-body-util v0.1.2
12902024-11-08T23:52:48.142Z Compiling crossbeam-epoch v0.9.18
12912024-11-08T23:52:48.424Z Compiling h2 v0.4.6
12922024-11-08T23:52:48.711Z Compiling signature v2.2.0
12932024-11-08T23:52:48.747Z Compiling sha1 v0.10.6
12942024-11-08T23:52:48.860Z Compiling bzip2-sys v0.1.11+1.0.8
12952024-11-08T23:52:48.880Z Compiling serde_derive_internals v0.29.1
12962024-11-08T23:52:49.008Z Compiling thread_local v1.1.8
12972024-11-08T23:52:49.159Z Compiling encoding_rs v0.8.34
12982024-11-08T23:52:49.325Z Compiling cookie v0.18.1
12992024-11-08T23:52:49.554Z Compiling multer v3.1.0
13002024-11-08T23:52:49.604Z Compiling ipnet v2.10.1
13012024-11-08T23:52:49.831Z Compiling slog-async v2.8.0
13022024-11-08T23:52:50.346Z Compiling rayon-core v1.12.1
13032024-11-08T23:52:50.629Z Compiling openssl-probe v0.1.5
13042024-11-08T23:52:50.925Z Compiling mime v0.3.17
13052024-11-08T23:52:51.043Z Compiling unicode-properties v0.1.3
13062024-11-08T23:52:51.458Z Compiling signal-hook v0.3.17
13072024-11-08T23:52:51.477Z Compiling schemars v0.8.21
13082024-11-08T23:52:51.522Z Compiling gimli v0.31.1
13092024-11-08T23:52:51.758Z Compiling schemars_derive v0.8.21
13102024-11-08T23:52:51.862Z Compiling stringprep v0.1.5
13112024-11-08T23:52:53.100Z Compiling toml_edit v0.22.22
13122024-11-08T23:52:53.965Z Compiling crossbeam-deque v0.8.5
13132024-11-08T23:52:54.356Z Compiling term v0.7.0
13142024-11-08T23:52:55.328Z Compiling hyper v1.4.1
13152024-11-08T23:52:55.707Z Compiling usdt-attr-macro v0.5.0
13162024-11-08T23:52:55.844Z Compiling usdt-macro v0.5.0
13172024-11-08T23:52:56.620Z Compiling addr2line v0.24.2
13182024-11-08T23:52:57.320Z Compiling slog-json v2.6.1
13192024-11-08T23:52:57.338Z Compiling curve25519-dalek v4.1.3
13202024-11-08T23:52:57.357Z Compiling serde_urlencoded v0.7.1
13212024-11-08T23:52:57.710Z Compiling hyper-util v0.1.9
13222024-11-08T23:52:57.912Z Compiling futures-executor v0.3.31
13232024-11-08T23:52:58.026Z Compiling crossbeam-channel v0.5.13
13242024-11-08T23:52:58.485Z Compiling enum-as-inner v0.6.1
13252024-11-08T23:52:58.587Z Compiling md-5 v0.10.6
13262024-11-08T23:52:58.862Z Compiling async-stream-impl v0.3.6
13272024-11-08T23:52:59.133Z Compiling rustls-pemfile v2.2.0
13282024-11-08T23:52:59.302Z Compiling num-integer v0.1.46
13292024-11-08T23:52:59.467Z Compiling idna v0.3.0
13302024-11-08T23:52:59.541Z Compiling idna v0.4.0
13312024-11-08T23:53:00.066Z Compiling hash32 v0.2.1
13322024-11-08T23:53:00.142Z Compiling ff v0.13.0
13332024-11-08T23:53:00.377Z Compiling is-terminal v0.4.13
13342024-11-08T23:53:00.445Z Compiling dropshot v0.12.0
13352024-11-08T23:53:00.508Z Compiling object v0.36.5
13362024-11-08T23:53:00.751Z Compiling stable_deref_trait v1.2.0
13372024-11-08T23:53:00.901Z Compiling smoltcp v0.9.1
13382024-11-08T23:53:00.921Z Compiling rustc-demangle v0.1.24
13392024-11-08T23:53:00.963Z Compiling dyn-clone v1.0.17
13402024-11-08T23:53:01.047Z Compiling take_mut v0.2.2
13412024-11-08T23:53:01.160Z Compiling linked-hash-map v0.5.6
13422024-11-08T23:53:01.179Z Compiling fallible-iterator v0.2.0
13432024-11-08T23:53:01.205Z Compiling portable-atomic v1.9.0
13442024-11-08T23:53:01.527Z Compiling utf-8 v0.7.6
13452024-11-08T23:53:01.608Z Compiling base16ct v0.2.0
13462024-11-08T23:53:01.844Z Compiling num-bigint-dig v0.8.4
13472024-11-08T23:53:01.866Z Compiling quick-error v1.2.3
13482024-11-08T23:53:01.902Z Compiling anyhow v1.0.92
13492024-11-08T23:53:01.929Z Compiling psl-types v2.0.11
13502024-11-08T23:53:01.994Z Compiling resolv-conf v0.7.0
13512024-11-08T23:53:02.127Z Compiling publicsuffix v2.2.3
13522024-11-08T23:53:02.181Z Compiling postgres-protocol v0.6.7
13532024-11-08T23:53:02.334Z Compiling sec1 v0.7.3
13542024-11-08T23:53:02.382Z Compiling tungstenite v0.24.0
13552024-11-08T23:53:02.776Z Compiling lru-cache v0.1.2
13562024-11-08T23:53:03.526Z Compiling slog-term v2.9.1
13572024-11-08T23:53:04.047Z Compiling usdt v0.5.0
13582024-11-08T23:53:04.206Z Compiling hickory-proto v0.24.1
13592024-11-08T23:53:04.558Z Compiling group v0.13.0
13602024-11-08T23:53:04.593Z Compiling async-stream v0.3.6
13612024-11-08T23:53:04.731Z Compiling num-iter v0.1.45
13622024-11-08T23:53:04.878Z Compiling futures v0.3.31
13632024-11-08T23:53:04.928Z Compiling slog-bunyan v2.5.0
13642024-11-08T23:53:04.990Z Compiling toml v0.8.19
13652024-11-08T23:53:06.599Z Compiling tokio-native-tls v0.3.1
13662024-11-08T23:53:06.717Z Compiling camino v1.1.9
13672024-11-08T23:53:06.902Z Compiling phf_shared v0.11.2
13682024-11-08T23:53:07.305Z Compiling terminal_size v0.4.0
13692024-11-08T23:53:07.340Z Compiling dropshot_endpoint v0.12.0
13702024-11-08T23:53:07.516Z Compiling openapiv3 v2.0.0
13712024-11-08T23:53:07.677Z Compiling serde_path_to_error v0.1.16
13722024-11-08T23:53:07.836Z Compiling waitgroup v0.1.2
13732024-11-08T23:53:08.062Z Compiling backtrace v0.3.74
13742024-11-08T23:53:08.313Z Compiling hubpack_derive v0.1.1
13752024-11-08T23:53:08.506Z Compiling hkdf v0.12.4
13762024-11-08T23:53:08.703Z Compiling crypto-bigint v0.5.5
13772024-11-08T23:53:08.784Z Compiling curve25519-dalek-derive v0.1.1
13782024-11-08T23:53:09.196Z Compiling zerocopy-derive v0.6.6
13792024-11-08T23:53:10.233Z Compiling webpki-roots v0.26.6
13802024-11-08T23:53:10.468Z Compiling hostname v0.4.0
13812024-11-08T23:53:10.727Z Compiling ahash v0.8.11
13822024-11-08T23:53:11.105Z Compiling crc32fast v1.4.2
13832024-11-08T23:53:11.376Z Compiling fs-err v2.11.0
13842024-11-08T23:53:11.396Z Compiling winnow v0.5.40
13852024-11-08T23:53:11.459Z Compiling managed v0.8.0
13862024-11-08T23:53:11.665Z Compiling bitflags v1.3.2
13872024-11-08T23:53:11.684Z Compiling debug-ignore v1.0.5
13882024-11-08T23:53:11.764Z Compiling console v0.15.8
13892024-11-08T23:53:11.784Z Compiling strum_macros v0.25.3
13902024-11-08T23:53:11.826Z Compiling clap_builder v4.5.20
13912024-11-08T23:53:13.315Z Compiling elliptic-curve v0.13.8
13922024-11-08T23:53:14.181Z Compiling zerocopy v0.6.6
13932024-11-08T23:53:14.201Z Compiling flate2 v1.0.34
13942024-11-08T23:53:14.941Z Compiling toml_edit v0.19.15
13952024-11-08T23:53:15.041Z Compiling hickory-resolver v0.24.1
13962024-11-08T23:53:15.185Z Compiling hubpack v0.1.2
13972024-11-08T23:53:15.633Z Compiling signal-hook-mio v0.2.4
13982024-11-08T23:53:15.653Z Compiling phf v0.11.2
13992024-11-08T23:53:15.797Z Compiling hyper-tls v0.6.0
14002024-11-08T23:53:15.976Z Compiling rayon v1.10.0
14012024-11-08T23:53:16.183Z Compiling cookie_store v0.21.0
14022024-11-08T23:53:16.213Z Compiling bzip2 v0.4.4
14032024-11-08T23:53:17.719Z Compiling tokio-tungstenite v0.24.0
14042024-11-08T23:53:18.286Z Compiling postgres-types v0.2.8
14052024-11-08T23:53:20.788Z Compiling ed25519 v2.2.3
14062024-11-08T23:53:20.807Z Compiling tokio-stream v0.1.16
14072024-11-08T23:53:21.229Z Compiling phf_shared v0.10.0
14082024-11-08T23:53:21.373Z Compiling serde-big-array v0.5.1
14092024-11-08T23:53:21.604Z Compiling pkcs1 v0.7.5
14102024-11-08T23:53:21.623Z Compiling clap_derive v4.5.18
14112024-11-08T23:53:21.884Z Compiling rfc6979 v0.4.0
14122024-11-08T23:53:22.087Z Compiling serde_repr v0.1.19
14132024-11-08T23:53:22.472Z Compiling derive-where v1.2.7
14142024-11-08T23:53:22.574Z Compiling float-cmp v0.9.0
14152024-11-08T23:53:22.593Z Compiling bstr v1.10.0
14162024-11-08T23:53:22.615Z Compiling sync_wrapper v1.0.1
14172024-11-08T23:53:22.765Z Compiling precomputed-hash v0.1.1
14182024-11-08T23:53:22.786Z Compiling new_debug_unreachable v1.0.6
14192024-11-08T23:53:22.881Z Compiling whoami v1.5.2
14202024-11-08T23:53:22.900Z Compiling fixedbitset v0.4.2
14212024-11-08T23:53:23.210Z Compiling bit-vec v0.6.3
14222024-11-08T23:53:23.359Z Compiling difflib v0.4.0
14232024-11-08T23:53:23.531Z Compiling predicates-core v1.0.8
14242024-11-08T23:53:23.688Z Compiling normalize-line-endings v0.3.0
14252024-11-08T23:53:23.816Z Compiling unicode-segmentation v1.12.0
14262024-11-08T23:53:23.894Z Compiling number_prefix v0.4.0
14272024-11-08T23:53:24.114Z Compiling static_assertions v1.1.0
14282024-11-08T23:53:24.261Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14292024-11-08T23:53:24.301Z Compiling indicatif v0.17.8
14302024-11-08T23:53:24.686Z Compiling similar v2.6.0
14312024-11-08T23:53:24.888Z Compiling predicates v3.1.2
14322024-11-08T23:53:25.796Z Compiling bit-set v0.5.3
14332024-11-08T23:53:26.087Z Compiling tokio-postgres v0.7.12
14342024-11-08T23:53:26.175Z Compiling clap v4.5.20
14352024-11-08T23:53:26.304Z Compiling petgraph v0.6.5
14362024-11-08T23:53:26.384Z Compiling string_cache v0.8.7
14372024-11-08T23:53:26.544Z Compiling rsa v0.9.6
14382024-11-08T23:53:26.835Z Compiling ecdsa v0.16.9
14392024-11-08T23:53:27.178Z Compiling ed25519-dalek v2.1.1
14402024-11-08T23:53:27.697Z Compiling toml v0.7.8
14412024-11-08T23:53:28.412Z Compiling zip v0.6.6
14422024-11-08T23:53:29.351Z Compiling crossterm v0.28.1
14432024-11-08T23:53:30.517Z Compiling hex v0.4.3
14442024-11-08T23:53:30.588Z Compiling x509-cert v0.2.5
14452024-11-08T23:53:31.088Z Compiling itertools v0.10.5
14462024-11-08T23:53:31.227Z Compiling unicode-xid v0.2.6
14472024-11-08T23:53:31.247Z Compiling lalrpop-util v0.19.12
14482024-11-08T23:53:31.386Z Compiling peg-runtime v0.8.3
14492024-11-08T23:53:31.586Z Compiling strum_macros v0.26.4
14502024-11-08T23:53:31.861Z Compiling xattr v1.3.1
14512024-11-08T23:53:32.021Z Compiling filetime v0.2.25
14522024-11-08T23:53:32.317Z Compiling tar v0.4.42
14532024-11-08T23:53:36.320Z Compiling strum v0.26.3
14542024-11-08T23:53:39.914Z Compiling aws-lc-sys v0.22.0
14552024-11-08T23:54:16.369Z Compiling rustls-webpki v0.102.8
14562024-11-08T23:54:19.769Z Compiling tokio-rustls v0.25.0
14572024-11-08T23:54:21.357Z Compiling tokio-rustls v0.26.0
14582024-11-08T23:54:21.757Z Compiling hyper-rustls v0.27.3
14592024-11-08T23:54:22.045Z Compiling reqwest v0.12.8
14602024-11-08T23:54:23.492Z Compiling qorb v0.2.0
14612024-11-08T23:54:27.648Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14622024-11-08T23:54:27.891Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14632024-11-08T23:54:33.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
14642024-11-08T23:54:33.536Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14652024-11-08T23:54:33.586ZNov 08 23:54:31.984 INFO Starting download, target: Cockroach
14662024-11-08T23:54:33.586ZNov 08 23:54:31.984 INFO Starting download, target: Clickhouse
14672024-11-08T23:54:33.586ZNov 08 23:54:31.984 INFO Starting download, target: Console
14682024-11-08T23:54:33.586ZNov 08 23:54:31.984 INFO Starting download, target: DendriteOpenapi
14692024-11-08T23:54:33.586ZNov 08 23:54:31.984 INFO Starting download, target: DendriteStub
14702024-11-08T23:54:33.586ZNov 08 23:54:31.984 INFO Starting download, target: MaghemiteMgd
14712024-11-08T23:54:33.588ZNov 08 23:54:31.984 INFO Starting download, target: TransceiverControl
14722024-11-08T23:54:33.588ZNov 08 23:54:31.985 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14732024-11-08T23:54:33.588ZNov 08 23:54:31.985 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14742024-11-08T23:54:33.588ZNov 08 23:54:31.985 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14752024-11-08T23:54:33.588ZNov 08 23:54:31.985 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi
14762024-11-08T23:54:33.589ZNov 08 23:54:31.985 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14772024-11-08T23:54:33.589ZNov 08 23:54:31.985 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14782024-11-08T23:54:33.589ZNov 08 23:54:31.985 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14792024-11-08T23:54:33.775ZNov 08 23:54:32.167 INFO Download complete, target: DendriteOpenapi
14802024-11-08T23:54:34.026ZNov 08 23:54:32.362 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14812024-11-08T23:54:34.234ZNov 08 23:54:32.598 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14822024-11-08T23:54:34.622ZNov 08 23:54:32.903 INFO Download complete, target: Console
14832024-11-08T23:54:34.899ZNov 08 23:54:33.002 INFO Download complete, target: TransceiverControl
14842024-11-08T23:54:35.414ZNov 08 23:54:33.705 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14852024-11-08T23:54:35.858ZNov 08 23:54:34.165 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14862024-11-08T23:54:36.294ZNov 08 23:54:34.633 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14872024-11-08T23:54:36.841ZNov 08 23:54:35.227 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14882024-11-08T23:54:36.841ZNov 08 23:54:35.227 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14892024-11-08T23:54:38.105ZNov 08 23:54:36.473 INFO Download complete, target: DendriteStub
14902024-11-08T23:54:39.179ZNov 08 23:54:37.576 INFO Download complete, target: MaghemiteMgd
14912024-11-08T23:54:44.361ZNov 08 23:54:42.757 INFO Checking that binary works, target: Cockroach
14922024-11-08T23:54:44.521ZNov 08 23:54:42.916 INFO Download complete, target: Cockroach
14932024-11-08T23:54:48.370ZNov 08 23:54:46.765 INFO Checking that binary works, target: Clickhouse
14942024-11-08T23:54:49.265ZNov 08 23:54:47.659 INFO Download complete, target: Clickhouse
14952024-11-08T23:54:49.271ZAll prerequisites installed successfully
14962024-11-08T23:54:49.274Z
14972024-11-08T23:54:49.274Zreal 6:08.025319110
14982024-11-08T23:54:49.274Zuser 15:09.321594422
14992024-11-08T23:54:49.274Zsys 3:02.133065696
15002024-11-08T23:54:49.274Ztrap 0.459252123
15012024-11-08T23:54:49.274Ztflt 9.378622594
15022024-11-08T23:54:49.274Zdflt 8.916475048
15032024-11-08T23:54:49.274Zkflt 0.432564769
15042024-11-08T23:54:49.274Zlock 26:43.062725914
15052024-11-08T23:54:49.274Zslp 1:00:40.122240507
15062024-11-08T23:54:49.274Zlat 49.648409907
15072024-11-08T23:54:49.274Zstop 2:04.230883535
15082024-11-08T23:54:49.274Z+ ptime -m cargo xtask download softnpu
15092024-11-08T23:54:49.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15102024-11-08T23:54:49.803Z Running `target/debug/xtask download softnpu`
15112024-11-08T23:54:50.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
15122024-11-08T23:54:50.643Z Running `target/debug/xtask-downloader softnpu`
15132024-11-08T23:54:50.679ZNov 08 23:54:49.074 INFO Starting download, target: Softnpu
15142024-11-08T23:54:50.682ZNov 08 23:54:49.074 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15152024-11-08T23:54:51.221ZNov 08 23:54:49.615 INFO Download complete, target: Softnpu
15162024-11-08T23:54:51.224Z
15172024-11-08T23:54:51.227Zreal 1.946516680
15182024-11-08T23:54:51.227Zuser 1.217383080
15192024-11-08T23:54:51.227Zsys 0.523343273
15202024-11-08T23:54:51.227Ztrap 0.000995567
15212024-11-08T23:54:51.227Ztflt 0.000012956
15222024-11-08T23:54:51.227Zdflt 0.000001019
15232024-11-08T23:54:51.227Zkflt 0.000000000
15242024-11-08T23:54:51.227Zlock 5.521333824
15252024-11-08T23:54:51.227Zslp 0.391372894
15262024-11-08T23:54:51.227Zlat 0.071435842
15272024-11-08T23:54:51.227Zstop 0.000155049
15282024-11-08T23:54:51.227Z+ export CARGO_INCREMENTAL=0
15292024-11-08T23:54:51.227Z+ CARGO_INCREMENTAL=0
15302024-11-08T23:54:51.227Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15312024-11-08T23:54:52.127Z Compiling proc-macro2 v1.0.87
15322024-11-08T23:54:52.127Z Compiling unicode-ident v1.0.13
15332024-11-08T23:54:52.130Z Compiling libc v0.2.161
15342024-11-08T23:54:52.130Z Compiling serde v1.0.210
15352024-11-08T23:54:52.130Z Compiling autocfg v1.4.0
15362024-11-08T23:54:52.130Z Compiling version_check v0.9.5
15372024-11-08T23:54:52.130Z Compiling cfg-if v1.0.0
15382024-11-08T23:54:52.357Z Compiling memchr v2.7.4
15392024-11-08T23:54:52.376Z Compiling typenum v1.17.0
15402024-11-08T23:54:52.407Z Compiling shlex v1.3.0
15412024-11-08T23:54:52.780Z Compiling value-bag v1.9.0
15422024-11-08T23:54:52.828Z Compiling scopeguard v1.2.0
15432024-11-08T23:54:52.981Z Compiling generic-array v0.14.7
15442024-11-08T23:54:53.089Z Compiling lock_api v0.4.12
15452024-11-08T23:54:53.183Z Compiling log v0.4.22
15462024-11-08T23:54:53.303Z Compiling parking_lot_core v0.9.10
15472024-11-08T23:54:53.698Z Compiling once_cell v1.20.2
15482024-11-08T23:54:53.716Z Compiling serde_json v1.0.128
15492024-11-08T23:54:53.989Z Compiling quote v1.0.37
15502024-11-08T23:54:53.992Z Compiling rustix v0.38.37
15512024-11-08T23:54:54.031Z Compiling thiserror v1.0.64
15522024-11-08T23:54:54.066Z Compiling libm v0.2.8
15532024-11-08T23:54:54.317Z Compiling jobserver v0.1.32
15542024-11-08T23:54:54.410Z Compiling syn v2.0.79
15552024-11-08T23:54:54.453Z Compiling getrandom v0.2.15
15562024-11-08T23:54:54.635Z Compiling num-traits v0.2.19
15572024-11-08T23:54:54.671Z Compiling itoa v1.0.11
15582024-11-08T23:54:54.772Z Compiling cc v1.1.30
15592024-11-08T23:54:54.799Z Compiling spin v0.9.8
15602024-11-08T23:54:54.841Z Compiling aho-corasick v1.1.3
15612024-11-08T23:54:54.893Z Compiling regex-syntax v0.8.5
15622024-11-08T23:54:55.032Z Compiling slab v0.4.9
15632024-11-08T23:54:55.309Z Compiling byteorder v1.5.0
15642024-11-08T23:54:55.351Z Compiling rand_core v0.6.4
15652024-11-08T23:54:55.771Z Compiling errno v0.3.9
15662024-11-08T23:54:55.879Z Compiling either v1.13.0
15672024-11-08T23:54:55.914Z Compiling lazy_static v1.5.0
15682024-11-08T23:54:56.230Z Compiling glob v0.3.1
15692024-11-08T23:54:56.775Z Compiling prettyplease v0.2.22
15702024-11-08T23:54:56.964Z Compiling clang-sys v1.8.1
15712024-11-08T23:54:57.447Z Compiling minimal-lexical v0.2.1
15722024-11-08T23:54:57.582Z Compiling subtle v2.6.1
15732024-11-08T23:54:57.654Z Compiling allocator-api2 v0.2.18
15742024-11-08T23:54:57.693Z Compiling libloading v0.8.5
15752024-11-08T23:54:57.864Z Compiling nom v7.1.3
15762024-11-08T23:54:57.939Z Compiling home v0.5.9
15772024-11-08T23:54:58.046Z Compiling bindgen v0.69.5
15782024-11-08T23:54:58.225Z Compiling itertools v0.12.1
15792024-11-08T23:54:58.455Z Compiling regex-automata v0.4.8
15802024-11-08T23:54:58.499Z Compiling rustc-hash v1.1.0
15812024-11-08T23:54:58.650Z Compiling lazycell v1.3.0
15822024-11-08T23:54:58.699Z Compiling cmake v0.1.51
15832024-11-08T23:54:59.036Z Compiling fs_extra v1.3.0
15842024-11-08T23:54:59.559Z Compiling semver v1.0.23
15852024-11-08T23:54:59.621Z Compiling dunce v1.0.5
15862024-11-08T23:55:00.492Z Compiling pkg-config v0.3.31
15872024-11-08T23:55:00.832Z Compiling ring v0.17.8
15882024-11-08T23:55:01.115Z Compiling pin-project-lite v0.2.14
15892024-11-08T23:55:01.244Z Compiling cexpr v0.6.0
15902024-11-08T23:55:01.309Z Compiling const-oid v0.9.6
15912024-11-08T23:55:01.424Z Compiling ryu v1.0.18
15922024-11-08T23:55:01.787Z Compiling smallvec v1.13.2
15932024-11-08T23:55:01.799Z Compiling foldhash v0.1.3
15942024-11-08T23:55:01.980Z Compiling paste v1.0.15
15952024-11-08T23:55:02.040Z Compiling equivalent v1.0.1
15962024-11-08T23:55:02.151Z Compiling hashbrown v0.15.0
15972024-11-08T23:55:02.532Z Compiling httparse v1.9.5
15982024-11-08T23:55:02.752Z Compiling aws-lc-rs v1.10.0
15992024-11-08T23:55:03.214Z Compiling schemars v0.8.21
16002024-11-08T23:55:03.545Z Compiling serde_derive_internals v0.29.1
16012024-11-08T23:55:03.837Z Compiling regex v1.11.0
16022024-11-08T23:55:04.112Z Compiling signal-hook-registry v1.4.2
16032024-11-08T23:55:04.311Z Compiling heck v0.5.0
16042024-11-08T23:55:04.457Z Compiling parking_lot v0.12.3
16052024-11-08T23:55:04.733Z Compiling mio v1.0.2
16062024-11-08T23:55:05.904Z Compiling crossbeam-utils v0.8.20
16072024-11-08T23:55:06.398Z Compiling socket2 v0.5.7
16082024-11-08T23:55:06.475Z Compiling vcpkg v0.2.15
16092024-11-08T23:55:06.516Z Compiling time-core v0.1.2
16102024-11-08T23:55:06.536Z Compiling serde_derive v1.0.210
16112024-11-08T23:55:06.685Z Compiling zeroize_derive v1.4.2
16122024-11-08T23:55:07.473Z Compiling zerocopy-derive v0.7.35
16132024-11-08T23:55:07.492Z Compiling thiserror-impl v1.0.64
16142024-11-08T23:55:08.012Z Compiling zeroize v1.8.1
16152024-11-08T23:55:08.044Z Compiling tokio-macros v2.4.0
16162024-11-08T23:55:08.360Z Compiling futures-macro v0.3.31
16172024-11-08T23:55:08.498Z Compiling tracing-attributes v0.1.27
16182024-11-08T23:55:09.344Z Compiling zerocopy v0.7.35
16192024-11-08T23:55:09.660Z Compiling crypto-common v0.1.6
16202024-11-08T23:55:09.850Z Compiling block-buffer v0.10.4
16212024-11-08T23:55:10.039Z Compiling digest v0.10.7
16222024-11-08T23:55:10.066Z Compiling schemars_derive v0.8.21
16232024-11-08T23:55:10.214Z Compiling der_derive v0.7.3
16242024-11-08T23:55:10.477Z Compiling futures-core v0.3.31
16252024-11-08T23:55:10.883Z Compiling num-conv v0.1.0
16262024-11-08T23:55:10.985Z Compiling fnv v1.0.7
16272024-11-08T23:55:11.128Z Compiling openssl-sys v0.9.104
16282024-11-08T23:55:11.151Z Compiling time-macros v0.2.18
16292024-11-08T23:55:12.765Z Compiling cpufeatures v0.2.14
16302024-11-08T23:55:12.989Z Compiling futures-sink v0.3.31
16312024-11-08T23:55:13.026Z Compiling ahash v0.8.11
16322024-11-08T23:55:13.370Z Compiling slog v2.7.0
16332024-11-08T23:55:13.638Z Compiling syn v1.0.109
16342024-11-08T23:55:13.834Z Compiling futures-channel v0.3.31
16352024-11-08T23:55:13.878Z Compiling hmac v0.12.1
16362024-11-08T23:55:14.093Z Compiling scroll_derive v0.12.0
16372024-11-08T23:55:14.110Z Compiling openssl v0.10.68
16382024-11-08T23:55:14.384Z Compiling futures-task v0.3.31
16392024-11-08T23:55:14.536Z Compiling ucd-trie v0.1.7
16402024-11-08T23:55:14.563Z Compiling futures-io v0.3.31
16412024-11-08T23:55:14.687Z Compiling tinyvec_macros v0.1.1
16422024-11-08T23:55:14.763Z Compiling pin-utils v0.1.0
16432024-11-08T23:55:14.780Z Compiling iana-time-zone v0.1.61
16442024-11-08T23:55:14.817Z Compiling tinyvec v1.8.0
16452024-11-08T23:55:14.860Z Compiling futures-util v0.3.31
16462024-11-08T23:55:14.983Z Compiling pest v2.7.14
16472024-11-08T23:55:15.899Z Compiling block-padding v0.3.3
16482024-11-08T23:55:16.947Z Compiling unicode-normalization v0.1.24
16492024-11-08T23:55:17.841Z Compiling pest_meta v2.7.14
16502024-11-08T23:55:17.965Z Compiling inout v0.1.3
16512024-11-08T23:55:18.202Z Compiling openssl-macros v0.1.1
16522024-11-08T23:55:18.508Z Compiling rustls v0.23.14
16532024-11-08T23:55:18.803Z Compiling unicode-bidi v0.3.17
16542024-11-08T23:55:18.893Z Compiling bitflags v2.6.0
16552024-11-08T23:55:19.217Z Compiling bytes v1.7.2
16562024-11-08T23:55:20.814Z Compiling indexmap v2.6.0
16572024-11-08T23:55:21.627Z Compiling tokio v1.40.0
16582024-11-08T23:55:22.282Z Compiling http v1.1.0
16592024-11-08T23:55:22.701Z Compiling serde_tokenstream v0.2.2
16602024-11-08T23:55:23.247Z Compiling which v4.4.2
16612024-11-08T23:55:23.771Z Compiling rustc_version v0.4.1
16622024-11-08T23:55:24.285Z Compiling uuid v1.10.0
16632024-11-08T23:55:24.501Z Compiling chrono v0.4.38
16642024-11-08T23:55:26.064Z Compiling toml_datetime v0.6.8
16652024-11-08T23:55:26.497Z Compiling serde_spanned v0.6.8
16662024-11-08T23:55:26.722Z Compiling native-tls v0.2.12
16672024-11-08T23:55:27.334Z Compiling pest_generator v2.7.14
16682024-11-08T23:55:28.982Z Compiling cipher v0.4.4
16692024-11-08T23:55:29.013Z Compiling sha2 v0.10.8
16702024-11-08T23:55:29.459Z Compiling base64ct v1.6.0
16712024-11-08T23:55:29.817Z Compiling pest_derive v2.7.14
16722024-11-08T23:55:30.053Z Compiling pem-rfc7468 v0.7.0
16732024-11-08T23:55:30.659Z Compiling ppv-lite86 v0.2.20
16742024-11-08T23:55:31.479Z Compiling tracing-core v0.1.32
16752024-11-08T23:55:31.670Z Compiling usdt-impl v0.5.0
16762024-11-08T23:55:32.000Z Compiling cookie v0.18.1
16772024-11-08T23:55:32.283Z Compiling flagset v0.4.6
16782024-11-08T23:55:32.296Z Compiling dyn-clone v1.0.17
16792024-11-08T23:55:32.506Z Compiling anyhow v1.0.92
16802024-11-08T23:55:32.848Z Compiling der v0.7.9
16812024-11-08T23:55:33.620Z Compiling tracing v0.1.40
16822024-11-08T23:55:33.958Z Compiling rand_chacha v0.3.1
16832024-11-08T23:55:34.969Z Compiling scroll v0.12.0
16842024-11-08T23:55:35.370Z Compiling async-trait v0.1.83
16852024-11-08T23:55:35.875Z Compiling plain v0.2.3
16862024-11-08T23:55:36.054Z Compiling rustls-pki-types v1.9.0
16872024-11-08T23:55:36.125Z Compiling camino v1.1.9
16882024-11-08T23:55:36.165Z Compiling aws-lc-sys v0.22.0
16892024-11-08T23:55:36.670Z Compiling percent-encoding v2.3.1
16902024-11-08T23:55:36.973Z Compiling rayon-core v1.12.1
16912024-11-08T23:55:36.992Z Compiling goblin v0.8.2
16922024-11-08T23:55:37.491Z Compiling spki v0.7.3
16932024-11-08T23:55:37.527Z Compiling rand v0.8.5
16942024-11-08T23:55:37.844Z Compiling tokio-util v0.7.12
16952024-11-08T23:55:37.919Z Compiling salsa20 v0.10.2
16962024-11-08T23:55:38.166Z Compiling pbkdf2 v0.12.2
16972024-11-08T23:55:39.374Z Compiling rustls v0.22.4
16982024-11-08T23:55:39.446Z Compiling untrusted v0.7.1
16992024-11-08T23:55:39.586Z Compiling powerfmt v0.2.0
17002024-11-08T23:55:39.915Z Compiling untrusted v0.9.0
17012024-11-08T23:55:40.091Z Compiling mirai-annotations v1.12.0
17022024-11-08T23:55:40.289Z Compiling pretty-hex v0.4.1
17032024-11-08T23:55:40.500Z Compiling winnow v0.5.40
17042024-11-08T23:55:42.958Z Compiling dof v0.3.0
17052024-11-08T23:55:43.966Z Compiling toml_edit v0.19.15
17062024-11-08T23:55:44.497Z Compiling deranged v0.3.11
17072024-11-08T23:55:46.518Z Compiling scrypt v0.11.0
17082024-11-08T23:55:46.684Z Compiling dtrace-parser v0.2.0
17092024-11-08T23:55:47.222Z Compiling aes v0.8.4
17102024-11-08T23:55:47.990Z Compiling cbc v0.1.2
17112024-11-08T23:55:48.185Z Compiling thread-id v4.2.2
17122024-11-08T23:55:48.201Z Compiling rustversion v1.0.17
17132024-11-08T23:55:48.253Z Compiling num_threads v0.1.7
17142024-11-08T23:55:48.477Z Compiling atomic-waker v1.1.2
17152024-11-08T23:55:49.095Z Compiling time v0.3.36
17162024-11-08T23:55:49.117Z Compiling pkcs5 v0.7.1
17172024-11-08T23:55:50.300Z Compiling form_urlencoded v1.2.1
17182024-11-08T23:55:50.580Z Compiling heapless v0.7.17
17192024-11-08T23:55:50.652Z Compiling http-body v1.0.1
17202024-11-08T23:55:51.003Z Compiling bzip2-sys v0.1.11+1.0.8
17212024-11-08T23:55:51.030Z Compiling multer v3.1.0
17222024-11-08T23:55:51.470Z Compiling signal-hook v0.3.17
17232024-11-08T23:55:51.503Z Compiling slog-async v2.8.0
17242024-11-08T23:55:51.748Z Compiling try-lock v0.2.5
17252024-11-08T23:55:52.236Z Compiling want v0.3.1
17262024-11-08T23:55:52.620Z Compiling pkcs8 v0.10.2
17272024-11-08T23:55:53.286Z Compiling h2 v0.4.6
17282024-11-08T23:55:54.521Z Compiling httpdate v1.0.3
17292024-11-08T23:55:54.699Z Compiling strsim v0.11.1
17302024-11-08T23:55:54.896Z Compiling adler2 v2.0.0
17312024-11-08T23:55:55.177Z Compiling miniz_oxide v0.8.0
17322024-11-08T23:55:58.520Z Compiling usdt-attr-macro v0.5.0
17332024-11-08T23:55:59.933Z Compiling usdt-macro v0.5.0
17342024-11-08T23:56:00.098Z Compiling curve25519-dalek v4.1.3
17352024-11-08T23:56:00.511Z Compiling hyper v1.4.1
17362024-11-08T23:56:01.247Z Compiling openapiv3 v2.0.0
17372024-11-08T23:56:02.633Z Compiling idna v0.5.0
17382024-11-08T23:56:02.705Z Compiling enum-as-inner v0.6.1
17392024-11-08T23:56:03.707Z Compiling async-stream-impl v0.3.6
17402024-11-08T23:56:04.178Z Compiling dropshot v0.12.0
17412024-11-08T23:56:04.377Z Compiling num-bigint-dig v0.8.4
17422024-11-08T23:56:04.654Z Compiling smoltcp v0.9.1
17432024-11-08T23:56:04.673Z Compiling foreign-types-shared v0.1.1
17442024-11-08T23:56:04.788Z Compiling portable-atomic v1.9.0
17452024-11-08T23:56:05.085Z Compiling tower-service v0.3.3
17462024-11-08T23:56:05.210Z Compiling base64 v0.22.1
17472024-11-08T23:56:05.210Z Compiling match_cfg v0.1.0
17482024-11-08T23:56:05.244Z Compiling hyper-util v0.1.9
17492024-11-08T23:56:05.319Z Compiling hostname v0.3.1
17502024-11-08T23:56:05.544Z Compiling foreign-types v0.3.2
17512024-11-08T23:56:05.631Z Compiling url v2.5.2
17522024-11-08T23:56:08.738Z Compiling dirs-sys-next v0.1.2
17532024-11-08T23:56:08.842Z Compiling gimli v0.31.1
17542024-11-08T23:56:09.535Z Compiling heck v0.4.1
17552024-11-08T23:56:11.006Z Compiling data-encoding v2.6.0
17562024-11-08T23:56:16.484Z Compiling siphasher v0.3.11
17572024-11-08T23:56:16.506Z Compiling dirs-next v2.0.0
17582024-11-08T23:56:16.506Z Compiling addr2line v0.24.2
17592024-11-08T23:56:17.961Z Compiling http-body-util v0.1.2
17602024-11-08T23:56:18.362Z Compiling crossbeam-epoch v0.9.18
17612024-11-08T23:56:18.507Z Compiling hubpack_derive v0.1.1
17622024-11-08T23:56:18.954Z Compiling dropshot_endpoint v0.12.0
17632024-11-08T23:56:19.091Z Compiling sha1 v0.10.6
17642024-11-08T23:56:19.342Z Compiling signature v2.2.0
17652024-11-08T23:56:19.505Z Compiling zerocopy-derive v0.6.6
17662024-11-08T23:56:19.567Z Compiling curve25519-dalek-derive v0.1.1
17672024-11-08T23:56:20.486Z Compiling object v0.36.5
17682024-11-08T23:56:21.319Z Compiling thread_local v1.1.8
17692024-11-08T23:56:21.775Z Compiling fs-err v2.11.0
17702024-11-08T23:56:22.093Z Compiling encoding_rs v0.8.34
17712024-11-08T23:56:22.725Z Compiling rustc-demangle v0.1.24
17722024-11-08T23:56:24.003Z Compiling mime v0.3.17
17732024-11-08T23:56:24.518Z Compiling winnow v0.6.20
17742024-11-08T23:56:25.002Z Compiling stable_deref_trait v1.2.0
17752024-11-08T23:56:25.117Z Compiling utf8parse v0.2.2
17762024-11-08T23:56:25.447Z Compiling openssl-probe v0.1.5
17772024-11-08T23:56:28.160Z Compiling anstyle v1.0.10
17782024-11-08T23:56:28.601Z Compiling unicode-properties v0.1.3
17792024-11-08T23:56:28.990Z Compiling ipnet v2.10.1
17802024-11-08T23:56:29.383Z Compiling stringprep v0.1.5
17812024-11-08T23:56:30.272Z Compiling backtrace v0.3.74
17822024-11-08T23:56:30.722Z Compiling toml_edit v0.22.22
17832024-11-08T23:56:34.959Z Compiling anstyle-parse v0.2.5
17842024-11-08T23:56:37.576Z Compiling crossbeam-deque v0.8.5
17852024-11-08T23:56:39.139Z Compiling term v0.7.0
17862024-11-08T23:56:40.345Z Compiling slog-json v2.6.1
17872024-11-08T23:56:41.438Z Compiling serde_urlencoded v0.7.1
17882024-11-08T23:56:41.950Z Compiling crossbeam-channel v0.5.13
17892024-11-08T23:56:42.342Z Compiling rustls-pemfile v2.2.0
17902024-11-08T23:56:42.392Z Compiling hashbrown v0.14.5
17912024-11-08T23:56:43.004Z Compiling futures-executor v0.3.31
17922024-11-08T23:56:43.030Z Compiling idna v0.4.0
17932024-11-08T23:56:43.451Z Compiling idna v0.3.0
17942024-11-08T23:56:43.715Z Compiling num-integer v0.1.46
17952024-11-08T23:56:44.439Z Compiling md-5 v0.10.6
17962024-11-08T23:56:44.527Z Compiling ff v0.13.0
17972024-11-08T23:56:44.670Z Compiling hash32 v0.2.1
17982024-11-08T23:56:44.748Z Compiling memmap v0.7.0
17992024-11-08T23:56:44.817Z Compiling is-terminal v0.4.13
18002024-11-08T23:56:45.548Z Compiling colorchoice v1.0.2
18012024-11-08T23:56:45.697Z Compiling anstyle-query v1.1.1
18022024-11-08T23:56:45.848Z Compiling take_mut v0.2.2
18032024-11-08T23:56:47.108Z Compiling base16ct v0.2.0
18042024-11-08T23:56:48.254Z Compiling utf-8 v0.7.6
18052024-11-08T23:56:48.550Z Compiling linked-hash-map v0.5.6
18062024-11-08T23:56:48.932Z Compiling fallible-iterator v0.2.0
18072024-11-08T23:56:49.683Z Compiling rustls-webpki v0.102.8
18082024-11-08T23:56:50.178Z Compiling is_terminal_polyfill v1.70.1
18092024-11-08T23:56:50.311Z Compiling psl-types v2.0.11
18102024-11-08T23:56:50.514Z Compiling quick-error v1.2.3
18112024-11-08T23:56:55.687Z Compiling resolv-conf v0.7.0
18122024-11-08T23:56:55.912Z Compiling tokio-rustls v0.25.0
18132024-11-08T23:56:56.123Z Compiling publicsuffix v2.2.3
18142024-11-08T23:56:56.324Z Compiling anstream v0.6.15
18152024-11-08T23:56:56.381Z Compiling postgres-protocol v0.6.7
18162024-11-08T23:56:56.977Z Compiling lru-cache v0.1.2
18172024-11-08T23:56:57.186Z Compiling tokio-rustls v0.26.0
18182024-11-08T23:56:57.545Z Compiling tungstenite v0.24.0
18192024-11-08T23:56:57.562Z Compiling sec1 v0.7.3
18202024-11-08T23:56:58.635Z Compiling usdt v0.5.0
18212024-11-08T23:56:59.085Z Compiling slog-term v2.9.1
18222024-11-08T23:56:59.196Z Compiling group v0.13.0
18232024-11-08T23:56:59.520Z Compiling num-iter v0.1.45
18242024-11-08T23:56:59.637Z Compiling hickory-proto v0.24.1
18252024-11-08T23:56:59.711Z Compiling regress v0.10.1
18262024-11-08T23:57:00.165Z Compiling futures v0.3.31
18272024-11-08T23:57:03.402Z Compiling slog-bunyan v2.5.0
18282024-11-08T23:57:03.624Z Compiling tokio-native-tls v0.3.1
18292024-11-08T23:57:03.680Z Compiling toml v0.8.19
18302024-11-08T23:57:03.899Z Compiling phf_shared v0.11.2
18312024-11-08T23:57:04.288Z Compiling strum_macros v0.25.3
18322024-11-08T23:57:04.450Z Compiling async-stream v0.3.6
18332024-11-08T23:57:05.159Z Compiling waitgroup v0.1.2
18342024-11-08T23:57:05.521Z Compiling webpki-roots v0.26.6
18352024-11-08T23:57:05.992Z Compiling terminal_size v0.4.0
18362024-11-08T23:57:06.453Z Compiling serde_path_to_error v0.1.16
18372024-11-08T23:57:06.796Z Compiling hkdf v0.12.4
18382024-11-08T23:57:07.166Z Compiling crypto-bigint v0.5.5
18392024-11-08T23:57:07.248Z Compiling clap_derive v4.5.18
18402024-11-08T23:57:07.626Z Compiling serde_repr v0.1.19
18412024-11-08T23:57:08.294Z Compiling derive-where v1.2.7
18422024-11-08T23:57:08.644Z Compiling hostname v0.4.0
18432024-11-08T23:57:08.875Z Compiling crc32fast v1.4.2
18442024-11-08T23:57:09.225Z Compiling clap_lex v0.7.2
18452024-11-08T23:57:09.691Z Compiling bitflags v1.3.2
18462024-11-08T23:57:09.806Z Compiling managed v0.8.0
18472024-11-08T23:57:09.855Z Compiling debug-ignore v1.0.5
18482024-11-08T23:57:10.007Z Compiling unicode-width v0.1.14
18492024-11-08T23:57:10.659Z Compiling console v0.15.8
18502024-11-08T23:57:10.917Z Compiling elliptic-curve v0.13.8
18512024-11-08T23:57:11.399Z Compiling clap_builder v4.5.20
18522024-11-08T23:57:11.415Z Compiling flate2 v1.0.34
18532024-11-08T23:57:12.298Z Compiling hyper-rustls v0.27.3
18542024-11-08T23:57:12.349Z Compiling hickory-resolver v0.24.1
18552024-11-08T23:57:14.328Z Compiling phf v0.11.2
18562024-11-08T23:57:14.429Z Compiling hyper-tls v0.6.0
18572024-11-08T23:57:14.632Z Compiling typify-impl v0.2.0
18582024-11-08T23:57:14.809Z Compiling signal-hook-mio v0.2.4
18592024-11-08T23:57:14.905Z Compiling rayon v1.10.0
18602024-11-08T23:57:14.962Z Compiling bzip2 v0.4.4
18612024-11-08T23:57:15.326Z Compiling cookie_store v0.21.0
18622024-11-08T23:57:15.942Z Compiling tokio-tungstenite v0.24.0
18632024-11-08T23:57:16.627Z Compiling postgres-types v0.2.8
18642024-11-08T23:57:16.906Z Compiling zerocopy v0.6.6
18652024-11-08T23:57:17.433Z Compiling ed25519 v2.2.3
18662024-11-08T23:57:17.780Z Compiling hubpack v0.1.2
18672024-11-08T23:57:17.873Z Compiling phf_shared v0.10.0
18682024-11-08T23:57:18.199Z Compiling pkcs1 v0.7.5
18692024-11-08T23:57:18.260Z Compiling tokio-stream v0.1.16
18702024-11-08T23:57:18.533Z Compiling serde-big-array v0.5.1
18712024-11-08T23:57:18.832Z Compiling float-cmp v0.9.0
18722024-11-08T23:57:18.967Z Compiling rfc6979 v0.4.0
18732024-11-08T23:57:19.039Z Compiling sync_wrapper v1.0.1
18742024-11-08T23:57:19.070Z Compiling bstr v1.10.0
18752024-11-08T23:57:19.167Z Compiling new_debug_unreachable v1.0.6
18762024-11-08T23:57:19.210Z Compiling predicates-core v1.0.8
18772024-11-08T23:57:19.249Z Compiling fixedbitset v0.4.2
18782024-11-08T23:57:19.267Z Compiling static_assertions v1.1.0
18792024-11-08T23:57:19.524Z Compiling whoami v1.5.2
18802024-11-08T23:57:19.631Z Compiling bit-vec v0.6.3
18812024-11-08T23:57:19.734Z Compiling unicode-segmentation v1.12.0
18822024-11-08T23:57:19.976Z Compiling number_prefix v0.4.0
18832024-11-08T23:57:20.067Z Compiling precomputed-hash v0.1.1
18842024-11-08T23:57:20.184Z Compiling normalize-line-endings v0.3.0
18852024-11-08T23:57:20.203Z Compiling difflib v0.4.0
18862024-11-08T23:57:20.316Z Compiling string_cache v0.8.7
18872024-11-08T23:57:20.524Z Compiling similar v2.6.0
18882024-11-08T23:57:20.545Z Compiling indicatif v0.17.8
18892024-11-08T23:57:20.697Z Compiling predicates v3.1.2
18902024-11-08T23:57:20.835Z Compiling bit-set v0.5.3
18912024-11-08T23:57:21.127Z Compiling tokio-postgres v0.7.12
18922024-11-08T23:57:22.209Z Compiling petgraph v0.6.5
18932024-11-08T23:57:22.408Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18942024-11-08T23:57:24.375Z Compiling reqwest v0.12.8
18952024-11-08T23:57:25.566Z Compiling typify-macro v0.2.0
18962024-11-08T23:57:26.027Z Compiling qorb v0.2.0
18972024-11-08T23:57:26.154Z Compiling ecdsa v0.16.9
18982024-11-08T23:57:26.209Z Compiling rsa v0.9.6
18992024-11-08T23:57:29.132Z Compiling ed25519-dalek v2.1.1
19002024-11-08T23:57:29.721Z Compiling zip v0.6.6
19012024-11-08T23:57:30.125Z Compiling clap v4.5.20
19022024-11-08T23:57:30.257Z Compiling crossterm v0.28.1
19032024-11-08T23:57:31.570Z Compiling toml v0.7.8
19042024-11-08T23:57:32.885Z Compiling x509-cert v0.2.5
19052024-11-08T23:57:33.538Z Compiling hex v0.4.3
19062024-11-08T23:57:33.870Z Compiling itertools v0.10.5
19072024-11-08T23:57:34.157Z Compiling lalrpop-util v0.19.12
19082024-11-08T23:57:34.786Z Compiling unicode-xid v0.2.6
19092024-11-08T23:57:34.966Z Compiling peg-runtime v0.8.3
19102024-11-08T23:57:37.073Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19112024-11-08T23:57:38.918Z Compiling proc-macro-crate v1.3.1
19122024-11-08T23:57:38.959Z Compiling ipnetwork v0.20.0
19132024-11-08T23:57:42.048Z Compiling heapless v0.8.0
19142024-11-08T23:57:42.886Z Compiling num_enum_derive v0.5.11
19152024-11-08T23:57:53.142Z Compiling hash32 v0.3.1
19162024-11-08T23:57:53.988Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19172024-11-08T23:57:54.427Z Compiling smoltcp v0.11.0
19182024-11-08T23:57:55.092Z Compiling ident_case v1.0.1
19192024-11-08T23:57:55.231Z Compiling darling_core v0.20.10
19202024-11-08T23:58:13.206Z Compiling num_enum v0.5.11
19212024-11-08T23:58:13.810Z Compiling typify v0.2.0
19222024-11-08T23:58:15.410Z Compiling proc-macro-error-attr v1.0.4
19232024-11-08T23:58:15.655Z Compiling unsafe-libyaml v0.2.11
19242024-11-08T23:58:15.734Z Compiling cobs v0.2.3
19252024-11-08T23:58:16.176Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19262024-11-08T23:58:17.055Z Compiling serde_yaml v0.9.34+deprecated
19272024-11-08T23:58:20.322Z Compiling postcard v1.0.10
19282024-11-08T23:58:25.891Z Compiling progenitor-impl v0.8.0
19292024-11-08T23:58:32.887Z Compiling darling_macro v0.20.10
19302024-11-08T23:58:41.787Z Compiling strum_macros v0.26.4
19312024-11-08T23:58:42.696Z Compiling structmeta-derive v0.3.0
19322024-11-08T23:58:42.768Z Compiling foreign-types-macros v0.2.3
19332024-11-08T23:58:43.132Z Compiling proc-macro-error v1.0.4
19342024-11-08T23:58:43.184Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19352024-11-08T23:58:43.563Z Compiling foreign-types-shared v0.3.1
19362024-11-08T23:58:43.878Z Compiling newtype-uuid v1.1.2
19372024-11-08T23:58:43.951Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19382024-11-08T23:58:45.088Z Compiling structmeta v0.3.0
19392024-11-08T23:58:45.980Z Compiling strum v0.26.3
19402024-11-08T23:58:46.340Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19412024-11-08T23:58:49.631Z Compiling foreign-types v0.5.0
19422024-11-08T23:58:54.192Z Compiling darling v0.20.10
19432024-11-08T23:58:54.330Z Compiling progenitor-macro v0.8.0
19442024-11-08T23:58:59.256Z Compiling progenitor-client v0.8.0
19452024-11-08T23:58:59.321Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
19462024-11-08T23:59:00.659Z Compiling tabwriter v1.4.0
19472024-11-08T23:59:02.502Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19482024-11-08T23:59:03.003Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19492024-11-08T23:59:03.293Z Compiling cstr-argument v0.1.2
19502024-11-08T23:59:03.801Z Compiling fastrand v2.1.1
19512024-11-08T23:59:03.953Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
19522024-11-08T23:59:04.268Z Compiling pretty-hex v0.2.1
19532024-11-08T23:59:04.510Z Compiling crucible-workspace-hack v0.1.0
19542024-11-08T23:59:04.646Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19552024-11-08T23:59:04.872Z Compiling tempfile v3.13.0
19562024-11-08T23:59:05.198Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19572024-11-08T23:59:05.276Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19582024-11-08T23:59:05.475Z Compiling serde_with_macros v3.11.0
19592024-11-08T23:59:06.076Z Compiling parse-display-derive v0.10.0
19602024-11-08T23:59:06.427Z Compiling colored v2.1.0
19612024-11-08T23:59:06.556Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19622024-11-08T23:59:07.312Z Compiling instant v0.1.13
19632024-11-08T23:59:07.471Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19642024-11-08T23:59:07.571Z Compiling backoff v0.4.0
19652024-11-08T23:59:07.739Z Compiling progenitor v0.8.0
19662024-11-08T23:59:07.864Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19672024-11-08T23:59:07.884Z Compiling serde_with v3.11.0
19682024-11-08T23:59:07.974Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
19692024-11-08T23:59:07.983Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19702024-11-08T23:59:09.790Z Compiling parse-display v0.10.0
19712024-11-08T23:59:11.022Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19722024-11-08T23:59:11.573Z Compiling zone_cfg_derive v0.3.0
19732024-11-08T23:59:11.786Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19742024-11-08T23:59:12.318Z Compiling camino-tempfile v1.1.1
19752024-11-08T23:59:12.410Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19762024-11-08T23:59:12.435Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19772024-11-08T23:59:12.628Z Compiling regress v0.9.1
19782024-11-08T23:59:12.781Z Compiling macaddr v1.0.1
19792024-11-08T23:59:12.872Z Compiling num-derive v0.4.2
19802024-11-08T23:59:13.072Z Compiling sigpipe v0.1.3
19812024-11-08T23:59:13.201Z Compiling libefi-sys v0.1.0
19822024-11-08T23:59:13.440Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19832024-11-08T23:59:13.554Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19842024-11-08T23:59:13.808Z Compiling zone v0.3.0
19852024-11-08T23:59:15.038Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
19862024-11-08T23:59:16.595Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19872024-11-08T23:59:16.697Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19882024-11-08T23:59:16.975Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19892024-11-08T23:59:17.256Z Compiling smf v0.2.3
19902024-11-08T23:59:17.547Z Compiling bitfield-struct v0.6.2
19912024-11-08T23:59:18.897Z Compiling blake3 v1.5.4
19922024-11-08T23:59:19.527Z Compiling ring v0.16.20
19932024-11-08T23:59:19.691Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19942024-11-08T23:59:20.908Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19952024-11-08T23:59:21.075Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19962024-11-08T23:59:21.424Z Compiling xattr v1.3.1
19972024-11-08T23:59:21.623Z Compiling filetime v0.2.25
19982024-11-08T23:59:21.747Z Compiling memmap2 v0.9.5
19992024-11-08T23:59:22.001Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20002024-11-08T23:59:22.114Z Compiling arrayvec v0.7.6
20012024-11-08T23:59:22.195Z Compiling spin v0.5.2
20022024-11-08T23:59:22.342Z Compiling constant_time_eq v0.3.1
20032024-11-08T23:59:22.460Z Compiling arrayref v0.3.9
20042024-11-08T23:59:22.509Z Compiling same-file v1.0.6
20052024-11-08T23:59:22.592Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20062024-11-08T23:59:22.643Z Compiling tar v0.4.42
20072024-11-08T23:59:22.772Z Compiling walkdir v2.5.0
20082024-11-08T23:59:24.425Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20092024-11-08T23:59:24.847Z Compiling gethostname v0.5.0
20102024-11-08T23:59:25.054Z Compiling cargo-platform v0.1.8
20112024-11-08T23:59:25.227Z Compiling topological-sort v0.2.2
20122024-11-08T23:59:25.504Z Compiling cargo_metadata v0.18.1
20132024-11-08T23:59:28.104Z Compiling omicron-zone-package v0.11.1
20142024-11-08T23:59:32.169Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20152024-11-08T23:59:34.272Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20162024-11-08T23:59:38.669Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20172024-11-08T23:59:54.545Z Finished `release` profile [optimized] target(s) in 5m 03s
20182024-11-08T23:59:54.698Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
20192024-11-08T23:59:54.741ZLogging to: /work/oxidecomputer/omicron/out/LOG
20202024-11-08T23:59:54.744ZCreated new build target 'test' and set it as active
20212024-11-08T23:59:54.744Z
20222024-11-08T23:59:54.744Zreal 5:03.444852962
20232024-11-08T23:59:54.744Zuser 34:13.438183603
20242024-11-08T23:59:54.744Zsys 4:24.668236558
20252024-11-08T23:59:54.744Ztrap 0.991712820
20262024-11-08T23:59:54.744Ztflt 3.058217774
20272024-11-08T23:59:54.744Zdflt 1.039557212
20282024-11-08T23:59:54.744Zkflt 0.017538258
20292024-11-08T23:59:54.744Zlock 1:10:46.278131750
20302024-11-08T23:59:54.744Zslp 2:22:30.741274875
20312024-11-08T23:59:54.744Zlat 2:21.761478925
20322024-11-08T23:59:54.744Zstop 4:02.834994374
20332024-11-08T23:59:54.746Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
20342024-11-08T23:59:55.661Z Finished `release` profile [optimized] target(s) in 0.86s
20352024-11-08T23:59:55.717Z Running `target/release/omicron-package -t test package`
20362024-11-08T23:59:55.759ZLogging to: /work/oxidecomputer/omicron/out/LOG
20372024-11-08T23:59:56.852Z Compiling convert_case v0.4.0
20382024-11-08T23:59:56.852Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20392024-11-08T23:59:56.855Z Compiling itertools v0.13.0
20402024-11-08T23:59:56.855Z Compiling password-hash v0.5.0
20412024-11-08T23:59:56.855Z Compiling blake2 v0.10.6
20422024-11-08T23:59:56.855Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20432024-11-08T23:59:56.855Z Compiling newline-converter v0.3.0
20442024-11-08T23:59:56.996Z Compiling owo-colors v4.1.0
20452024-11-08T23:59:57.249Z Compiling cancel-safe-futures v0.1.5
20462024-11-08T23:59:57.331Z Compiling expectorate v1.1.0
20472024-11-08T23:59:57.581Z Compiling argon2 v0.5.3
20482024-11-08T23:59:57.615Z Compiling derive_more v0.99.18
20492024-11-08T23:59:58.208Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20502024-11-08T23:59:58.278Z Compiling libsw v3.3.1
20512024-11-08T23:59:58.333Z Compiling linear-map v1.2.0
20522024-11-08T23:59:58.624Z Compiling swrite v0.1.0
20532024-11-08T23:59:58.772Z Compiling indent_write v2.2.0
20542024-11-08T23:59:58.791Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20552024-11-08T23:59:58.794Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
20562024-11-08T23:59:59.014Z Compiling progenitor-client v0.8.0
20572024-11-08T23:59:59.146Z Compiling base64 v0.21.7
20582024-11-08T23:59:59.462Z Compiling progenitor v0.8.0
20592024-11-08T23:59:59.692Z Compiling atomicwrites v0.4.4
20602024-11-08T23:59:59.748Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20612024-11-09T00:00:00.219Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20622024-11-09T00:00:00.246Z Compiling num-rational v0.4.2
20632024-11-09T00:00:00.385Z Compiling num-complex v0.4.6
20642024-11-09T00:00:00.753Z Compiling float-ord v0.3.2
20652024-11-09T00:00:00.942Z Compiling semver v0.1.20
20662024-11-09T00:00:01.504Z Compiling num v0.4.3
20672024-11-09T00:00:01.630Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20682024-11-09T00:00:01.717Z Compiling rustc_version v0.1.7
20692024-11-09T00:00:02.121Z Compiling newtype_derive v0.1.6
20702024-11-09T00:00:02.516Z Compiling humantime v2.1.0
20712024-11-09T00:00:02.791Z Compiling highway v1.2.0
20722024-11-09T00:00:03.521Z Compiling steno v0.4.1
20732024-11-09T00:00:03.541Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20742024-11-09T00:00:04.576Z Compiling newtype-uuid v1.1.2
20752024-11-09T00:00:04.932Z Compiling tungstenite v0.21.0
20762024-11-09T00:00:06.362Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20772024-11-09T00:00:07.832Z Compiling ipnetwork v0.20.0
20782024-11-09T00:00:08.287Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20792024-11-09T00:00:08.642Z Compiling instant v0.1.13
20802024-11-09T00:00:08.803Z Compiling slog-dtrace v0.3.0
20812024-11-09T00:00:09.213Z Compiling backoff v0.4.0
20822024-11-09T00:00:09.598Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20832024-11-09T00:00:10.010Z Compiling tokio-tungstenite v0.21.0
20842024-11-09T00:00:10.274Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20852024-11-09T00:00:10.623Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20862024-11-09T00:00:10.719Z Compiling parse-display v0.10.0
20872024-11-09T00:00:11.264Z Compiling serde_with v3.11.0
20882024-11-09T00:00:14.007Z Compiling strum v0.26.3
20892024-11-09T00:00:14.238Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20902024-11-09T00:00:14.428Z Compiling regress v0.9.1
20912024-11-09T00:00:15.343Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20922024-11-09T00:00:17.208Z Compiling macaddr v1.0.1
20932024-11-09T00:00:18.232Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20942024-11-09T00:00:18.321Z Compiling prettyplease v0.2.22
20952024-11-09T00:00:19.154Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
20962024-11-09T00:00:19.180Z Compiling arc-swap v1.7.1
20972024-11-09T00:00:19.880Z Compiling display-error-chain v0.2.2
20982024-11-09T00:00:20.116Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
20992024-11-09T00:00:21.323Z Compiling slog-scope v4.4.0
21002024-11-09T00:00:22.152Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21012024-11-09T00:00:23.205Z Compiling half v2.4.1
21022024-11-09T00:00:23.897Z Compiling ciborium-io v0.2.2
21032024-11-09T00:00:24.054Z Compiling ciborium-ll v0.2.2
21042024-11-09T00:00:24.601Z Compiling slog-stdlog v4.1.1
21052024-11-09T00:00:25.145Z Compiling slog-envlogger v2.2.0
21062024-11-09T00:00:25.396Z Compiling ciborium v0.2.2
21072024-11-09T00:00:25.881Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21082024-11-09T00:00:27.568Z Compiling same-file v1.0.6
21092024-11-09T00:00:27.805Z Compiling fastrand v2.1.1
21102024-11-09T00:00:27.842Z Compiling walkdir v2.5.0
21112024-11-09T00:00:28.307Z Compiling tempfile v3.13.0
21122024-11-09T00:00:28.499Z Compiling blake3 v1.5.4
21132024-11-09T00:00:29.033Z Compiling ring v0.16.20
21142024-11-09T00:00:29.150Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21152024-11-09T00:00:32.073Z Compiling xattr v1.3.1
21162024-11-09T00:00:32.361Z Compiling filetime v0.2.25
21172024-11-09T00:00:32.677Z Compiling memmap2 v0.9.5
21182024-11-09T00:00:33.359Z Compiling spin v0.5.2
21192024-11-09T00:00:33.380Z Compiling arrayref v0.3.9
21202024-11-09T00:00:33.494Z Compiling constant_time_eq v0.3.1
21212024-11-09T00:00:33.659Z Compiling keccak v0.1.5
21222024-11-09T00:00:34.609Z Compiling arrayvec v0.7.6
21232024-11-09T00:00:34.803Z Compiling sha3 v0.10.8
21242024-11-09T00:00:35.690Z Compiling tar v0.4.42
21252024-11-09T00:00:36.560Z Compiling camino-tempfile v1.1.1
21262024-11-09T00:00:36.997Z Compiling toolchain_find v0.4.0
21272024-11-09T00:00:37.533Z Compiling nibble_vec v0.1.0
21282024-11-09T00:00:37.644Z Compiling maplit v1.0.2
21292024-11-09T00:00:37.781Z Compiling topological-sort v0.2.2
21302024-11-09T00:00:37.783Z Compiling radium v0.7.0
21312024-11-09T00:00:38.016Z Compiling endian-type v0.1.2
21322024-11-09T00:00:38.253Z Compiling crunchy v0.2.2
21332024-11-09T00:00:38.301Z Compiling radix_trie v0.2.1
21342024-11-09T00:00:38.677Z Compiling omicron-zone-package v0.11.1
21352024-11-09T00:00:38.752Z Compiling rustfmt-wrapper v0.2.1
21362024-11-09T00:00:38.817Z Compiling pem v3.0.4
21372024-11-09T00:00:39.216Z Compiling tiny-keccak v2.0.2
21382024-11-09T00:00:39.301Z Compiling maybe-uninit v2.0.0
21392024-11-09T00:00:39.353Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21402024-11-09T00:00:39.546Z Compiling tap v1.0.1
21412024-11-09T00:00:39.761Z Compiling wyz v0.5.1
21422024-11-09T00:00:40.274Z Compiling dsl_auto_type v0.1.2
21432024-11-09T00:00:40.277Z Compiling scheduled-thread-pool v0.2.7
21442024-11-09T00:00:40.409Z Compiling secrecy v0.8.0
21452024-11-09T00:00:40.560Z Compiling diesel_table_macro_syntax v0.2.0
21462024-11-09T00:00:40.708Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
21472024-11-09T00:00:40.939Z Compiling crc-catalog v2.4.0
21482024-11-09T00:00:41.032Z Compiling packed_struct v0.10.1
21492024-11-09T00:00:41.107Z Compiling funty v2.0.0
21502024-11-09T00:00:41.483Z Compiling crc v3.2.1
21512024-11-09T00:00:41.544Z Compiling r2d2 v0.8.10
21522024-11-09T00:00:41.564Z Compiling diesel_derives v2.2.3
21532024-11-09T00:00:42.457Z Compiling bitvec v1.0.1
21542024-11-09T00:00:43.578Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21552024-11-09T00:00:43.610Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21562024-11-09T00:00:43.630Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21572024-11-09T00:00:43.761Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21582024-11-09T00:00:44.226Z Compiling ascii-canvas v3.0.0
21592024-11-09T00:00:44.715Z Compiling universal-hash v0.5.1
21602024-11-09T00:00:44.974Z Compiling thiserror-impl-no-std v2.0.2
21612024-11-09T00:00:47.041Z Compiling packed_struct_codegen v0.10.1
21622024-11-09T00:00:47.561Z Compiling lzma-sys v0.1.20
21632024-11-09T00:00:48.267Z Compiling ena v0.14.3
21642024-11-09T00:00:48.703Z Compiling indexmap v1.9.3
21652024-11-09T00:00:49.047Z Compiling regex-syntax v0.6.29
21662024-11-09T00:00:49.435Z Compiling opaque-debug v0.3.1
21672024-11-09T00:00:49.549Z Compiling nodrop v0.1.14
21682024-11-09T00:00:49.701Z Compiling diff v0.1.13
21692024-11-09T00:00:50.227Z Compiling array-init v0.0.4
21702024-11-09T00:00:51.517Z Compiling poly1305 v0.8.0
21712024-11-09T00:00:52.243Z Compiling diesel v2.2.4
21722024-11-09T00:00:53.105Z Compiling lalrpop v0.19.12
21732024-11-09T00:00:58.505Z Compiling thiserror-no-std v2.0.2
21742024-11-09T00:00:58.646Z Compiling smallvec v0.6.14
21752024-11-09T00:00:59.757Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21762024-11-09T00:00:59.993Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21772024-11-09T00:01:00.334Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21782024-11-09T00:01:00.570Z Compiling chacha20 v0.9.1
21792024-11-09T00:01:00.775Z Compiling heck v0.3.3
21802024-11-09T00:01:01.073Z Compiling const_format_proc_macros v0.2.33
21812024-11-09T00:01:01.153Z Compiling aead v0.5.2
21822024-11-09T00:01:01.513Z Compiling termcolor v1.4.1
21832024-11-09T00:01:02.606Z Compiling hashbrown v0.12.3
21842024-11-09T00:01:02.894Z Compiling ref-cast v1.0.23
21852024-11-09T00:01:03.368Z Compiling bitfield v0.14.0
21862024-11-09T00:01:03.687Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21872024-11-09T00:01:04.056Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21882024-11-09T00:01:05.229Z Compiling const_format v0.2.33
21892024-11-09T00:01:06.508Z Compiling env_logger v0.10.2
21902024-11-09T00:01:09.668Z Compiling chacha20poly1305 v0.10.1
21912024-11-09T00:01:09.902Z Compiling zone_cfg_derive v0.1.2
21922024-11-09T00:01:11.269Z Compiling serde-hex v0.1.0
21932024-11-09T00:01:11.328Z Compiling vsss-rs v3.3.4
21942024-11-09T00:01:16.129Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21952024-11-09T00:01:16.354Z Compiling ron v0.8.1
21962024-11-09T00:01:16.471Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21972024-11-09T00:01:16.622Z Compiling polar-core v0.27.3
21982024-11-09T00:01:16.789Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21992024-11-09T00:01:17.401Z Compiling derive_builder_core v0.20.2
22002024-11-09T00:01:17.879Z Compiling hashbrown v0.13.2
22012024-11-09T00:01:19.275Z Compiling headers-core v0.3.0
22022024-11-09T00:01:19.461Z Compiling fxhash v0.2.1
22032024-11-09T00:01:19.497Z Compiling libxml v0.3.3
22042024-11-09T00:01:19.703Z Compiling ref-cast-impl v1.0.23
22052024-11-09T00:01:19.876Z Compiling crc-any v2.5.0
22062024-11-09T00:01:20.825Z Compiling base64 v0.13.1
22072024-11-09T00:01:21.007Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22082024-11-09T00:01:21.553Z Compiling ron v0.7.1
22092024-11-09T00:01:22.270Z Compiling derive_builder_macro v0.20.2
22102024-11-09T00:01:23.093Z Compiling headers v0.4.0
22112024-11-09T00:01:26.743Z Compiling object v0.30.4
22122024-11-09T00:01:26.824Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22132024-11-09T00:01:33.262Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22142024-11-09T00:01:33.942Z Compiling xz2 v0.1.7
22152024-11-09T00:01:34.981Z Compiling zone v0.1.8
22162024-11-09T00:01:36.202Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22172024-11-09T00:01:38.278Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22182024-11-09T00:01:38.944Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22192024-11-09T00:01:39.283Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22202024-11-09T00:01:39.300Z Compiling yasna v0.5.2
22212024-11-09T00:01:39.889Z Compiling phf_generator v0.11.2
22222024-11-09T00:01:40.094Z Compiling strum_macros v0.24.3
22232024-11-09T00:01:40.617Z Compiling kstat-rs v0.2.4
22242024-11-09T00:01:41.527Z Compiling samael v0.0.17
22252024-11-09T00:01:42.696Z Compiling async-recursion v1.1.1
22262024-11-09T00:01:43.083Z Compiling unicase v2.7.0
22272024-11-09T00:01:43.106Z Compiling path-slash v0.1.5
22282024-11-09T00:01:43.133Z Compiling indoc v1.0.9
22292024-11-09T00:01:43.366Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22302024-11-09T00:01:43.970Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22312024-11-09T00:01:44.126Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22322024-11-09T00:01:45.481Z Compiling rcgen v0.12.1
22332024-11-09T00:01:47.162Z Compiling phf_codegen v0.11.2
22342024-11-09T00:01:50.137Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
22352024-11-09T00:01:55.685Z Compiling derive_builder v0.20.2
22362024-11-09T00:01:56.354Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22372024-11-09T00:01:58.989Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
22382024-11-09T00:01:59.336Z Compiling impl-trait-for-tuples v0.2.2
22392024-11-09T00:02:00.730Z Compiling oso-derive v0.27.3
22402024-11-09T00:02:02.713Z Compiling libz-sys v1.1.20
22412024-11-09T00:02:02.716Z Compiling parse-zoneinfo v0.3.1
22422024-11-09T00:02:03.929Z Compiling quick-xml v0.33.0
22432024-11-09T00:02:04.055Z Compiling subprocess v0.2.9
22442024-11-09T00:02:04.668Z Compiling diesel-dtrace v0.3.0
22452024-11-09T00:02:04.954Z Compiling cfg_aliases v0.1.1
22462024-11-09T00:02:05.078Z Compiling parking_lot_core v0.8.6
22472024-11-09T00:02:05.582Z Compiling nix v0.28.0
22482024-11-09T00:02:05.711Z Compiling oso v0.27.3
22492024-11-09T00:02:06.397Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22502024-11-09T00:02:08.833Z Compiling chrono-tz-build v0.4.0
22512024-11-09T00:02:10.098Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22522024-11-09T00:02:11.630Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22532024-11-09T00:02:14.142Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22542024-11-09T00:02:17.110Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22552024-11-09T00:02:17.285Z Compiling bb8 v0.8.5
22562024-11-09T00:02:17.440Z Compiling vte_generate_state_changes v0.1.2
22572024-11-09T00:02:17.928Z Compiling buf-list v1.0.3
22582024-11-09T00:02:18.063Z Compiling vte v0.11.1
22592024-11-09T00:02:18.591Z Compiling async-bb8-diesel v0.2.1
22602024-11-09T00:02:19.508Z Compiling chrono-tz v0.10.0
22612024-11-09T00:02:20.359Z Compiling fd-lock v4.0.2
22622024-11-09T00:02:20.606Z Compiling libgit2-sys v0.17.0+1.8.1
22632024-11-09T00:02:20.779Z Compiling pin-project-internal v1.1.6
22642024-11-09T00:02:21.401Z Compiling atty v0.2.14
22652024-11-09T00:02:21.583Z Compiling bytecount v0.6.8
22662024-11-09T00:02:21.904Z Compiling salty v0.3.0
22672024-11-09T00:02:22.363Z Compiling papergrid v0.11.0
22682024-11-09T00:02:23.440Z Compiling pin-project v1.1.6
22692024-11-09T00:02:23.894Z Compiling parking_lot v0.11.2
22702024-11-09T00:02:32.492Z Compiling strip-ansi-escapes v0.2.0
22712024-11-09T00:02:34.209Z Compiling tabled_derive v0.7.0
22722024-11-09T00:02:35.022Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
22732024-11-09T00:02:36.217Z Compiling peg-macros v0.8.4
22742024-11-09T00:02:39.337Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22752024-11-09T00:02:39.723Z Compiling snafu-derive v0.8.5
22762024-11-09T00:02:40.325Z Compiling sqlparser_derive v0.2.2
22772024-11-09T00:02:41.345Z Compiling unicode_categories v0.1.1
22782024-11-09T00:02:41.723Z Compiling nu-ansi-term v0.50.1
22792024-11-09T00:02:42.941Z Compiling lockfree-object-pool v0.1.6
22802024-11-09T00:02:43.269Z Compiling simd-adler32 v0.3.7
22812024-11-09T00:02:44.070Z Compiling bumpalo v3.16.0
22822024-11-09T00:02:44.579Z Compiling home v0.5.9
22832024-11-09T00:02:44.625Z Compiling zip v2.1.3
22842024-11-09T00:02:44.898Z Compiling rustyline v14.0.0
22852024-11-09T00:02:44.993Z Compiling zopfli v0.8.1
22862024-11-09T00:02:49.037Z Compiling snafu v0.8.5
22872024-11-09T00:02:50.347Z Compiling reedline v0.35.0
22882024-11-09T00:02:52.372Z Compiling sqlformat v0.2.6
22892024-11-09T00:02:55.943Z Compiling sqlparser v0.45.0
22902024-11-09T00:02:56.961Z Compiling peg v0.8.4
22912024-11-09T00:02:57.119Z Compiling tabled v0.15.0
22922024-11-09T00:02:58.160Z Compiling sled v0.34.7
22932024-11-09T00:03:03.336Z Compiling mime_guess v2.0.5
22942024-11-09T00:03:06.688Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22952024-11-09T00:03:08.676Z Compiling hickory-client v0.24.1
22962024-11-09T00:03:10.276Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
22972024-11-09T00:03:12.250Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22982024-11-09T00:03:12.964Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22992024-11-09T00:03:13.748Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23002024-11-09T00:03:18.523Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23012024-11-09T00:03:20.141Z Compiling globset v0.4.15
23022024-11-09T00:03:20.869Z Compiling hickory-server v0.24.1
23032024-11-09T00:03:22.585Z Compiling primeorder v0.13.6
23042024-11-09T00:03:27.482Z Compiling olpc-cjson v0.1.4
23052024-11-09T00:03:27.844Z Compiling vergen v8.3.2
23062024-11-09T00:03:28.172Z Compiling bcs v0.1.6
23072024-11-09T00:03:29.110Z Compiling env_filter v0.1.2
23082024-11-09T00:03:30.691Z Compiling cargo-platform v0.1.8
23092024-11-09T00:03:31.229Z Compiling serde_plain v1.0.2
23102024-11-09T00:03:31.579Z Compiling displaydoc v0.2.5
23112024-11-09T00:03:31.782Z Compiling nanorand v0.7.0
23122024-11-09T00:03:32.495Z Compiling memoffset v0.9.1
23132024-11-09T00:03:32.717Z Compiling typed-path v0.9.3
23142024-11-09T00:03:32.978Z Compiling flume v0.11.0
23152024-11-09T00:03:33.588Z Compiling cargo_metadata v0.18.1
23162024-11-09T00:03:33.740Z Compiling env_logger v0.11.5
23172024-11-09T00:03:35.307Z Compiling tough v0.19.0
23182024-11-09T00:03:37.064Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23192024-11-09T00:03:39.778Z Compiling p384 v0.13.0
23202024-11-09T00:03:46.385Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23212024-11-09T00:03:46.764Z Compiling git2 v0.19.0
23222024-11-09T00:03:55.852Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23232024-11-09T00:03:56.623Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23242024-11-09T00:03:57.949Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23252024-11-09T00:04:00.532Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
23262024-11-09T00:04:02.608Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23272024-11-09T00:04:04.102Z Compiling rand_seeder v0.3.0
23282024-11-09T00:04:04.532Z Compiling libsqlite3-sys v0.30.1
23292024-11-09T00:04:05.061Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
23302024-11-09T00:04:05.402Z Compiling parse-size v1.1.0
23312024-11-09T00:04:05.510Z Compiling rustls v0.21.12
23322024-11-09T00:04:05.738Z Compiling cfg_aliases v0.2.1
23332024-11-09T00:04:05.858Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23342024-11-09T00:04:05.876Z Compiling nix v0.29.0
23352024-11-09T00:04:06.735Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23362024-11-09T00:04:07.357Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23372024-11-09T00:04:08.878Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23382024-11-09T00:04:08.950Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23392024-11-09T00:04:09.720Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
23402024-11-09T00:04:10.054Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23412024-11-09T00:04:10.690Z Compiling rustls-webpki v0.101.7
23422024-11-09T00:04:10.743Z Compiling sct v0.7.1
23432024-11-09T00:04:11.204Z Compiling castaway v0.2.3
23442024-11-09T00:04:11.404Z Compiling csv-core v0.1.11
23452024-11-09T00:04:12.249Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23462024-11-09T00:04:12.587Z Compiling glob v0.3.1
23472024-11-09T00:04:13.694Z Compiling http-range v0.1.5
23482024-11-09T00:04:14.264Z Compiling hyper-staticfile v0.10.1
23492024-11-09T00:04:14.291Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23502024-11-09T00:04:14.592Z Compiling csv v1.3.0
23512024-11-09T00:04:16.686Z Compiling compact_str v0.8.0
23522024-11-09T00:04:17.257Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23532024-11-09T00:04:19.381Z Compiling nix v0.27.1
23542024-11-09T00:04:21.244Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23552024-11-09T00:04:22.263Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23562024-11-09T00:04:25.780Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23572024-11-09T00:04:29.506Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23582024-11-09T00:04:32.416Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
23592024-11-09T00:04:33.423Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
23602024-11-09T00:04:39.644Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23612024-11-09T00:04:39.736Z Compiling unicode-truncate v1.1.0
23622024-11-09T00:04:39.825Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23632024-11-09T00:04:40.014Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23642024-11-09T00:04:40.033Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
23652024-11-09T00:04:40.153Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
23662024-11-09T00:04:40.331Z Compiling tungstenite v0.23.0
23672024-11-09T00:04:42.861Z Compiling hashlink v0.9.1
23682024-11-09T00:04:43.671Z Compiling lru v0.12.5
23692024-11-09T00:04:43.714Z Compiling instability v0.3.2
23702024-11-09T00:04:44.055Z Compiling cassowary v0.3.0
23712024-11-09T00:04:44.717Z Compiling fallible-streaming-iterator v0.1.9
23722024-11-09T00:04:45.018Z Compiling fallible-iterator v0.3.0
23732024-11-09T00:04:45.863Z Compiling rusqlite v0.32.1
23742024-11-09T00:04:45.898Z Compiling ratatui v0.28.1
23752024-11-09T00:04:47.147Z Compiling tokio-tungstenite v0.23.1
23762024-11-09T00:04:47.603Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23772024-11-09T00:04:51.307Z Compiling tokio-rustls v0.24.1
23782024-11-09T00:04:51.788Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23792024-11-09T00:05:05.143Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23802024-11-09T00:05:05.158Z Compiling rustls-pemfile v1.0.4
23812024-11-09T00:05:05.883Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23822024-11-09T00:05:06.217Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
23832024-11-09T00:05:09.811Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
23842024-11-09T00:05:10.010Z Compiling signal-hook-tokio v0.3.1
23852024-11-09T00:05:10.258Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23862024-11-09T00:05:10.949Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23872024-11-09T00:05:12.778Z Compiling twox-hash v1.6.3
23882024-11-09T00:05:13.805Z Compiling is_ci v1.2.0
23892024-11-09T00:05:14.133Z Compiling unicode-linebreak v0.1.5
23902024-11-09T00:05:14.263Z Compiling smawk v0.3.2
23912024-11-09T00:05:14.524Z Compiling textwrap v0.16.1
23922024-11-09T00:05:14.660Z Compiling supports-color v3.0.1
23932024-11-09T00:05:18.088Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23942024-11-09T00:05:19.527Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
23952024-11-09T00:05:25.762Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23962024-11-09T00:05:25.997Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
23972024-11-09T00:05:29.406Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23982024-11-09T00:05:30.804Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
23992024-11-09T00:05:42.502Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24002024-11-09T00:05:43.074Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24012024-11-09T00:05:49.578Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24022024-11-09T00:05:49.910Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24032024-11-09T00:05:50.125Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24042024-11-09T00:05:56.525Z Compiling fatfs v0.3.6
24052024-11-09T00:05:59.300Z Compiling rtoolbox v0.0.2
24062024-11-09T00:05:59.330Z Compiling assert_matches v1.5.0
24072024-11-09T00:05:59.729Z Compiling rpassword v7.3.1
24082024-11-09T00:06:00.191Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24092024-11-09T00:06:04.620Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24102024-11-09T00:06:10.663Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24112024-11-09T00:06:16.655Z Compiling tui-tree-widget v0.22.0
24122024-11-09T00:06:17.127Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24132024-11-09T00:06:17.630Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24142024-11-09T00:06:31.124Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24152024-11-09T00:06:31.166Z Compiling uzers v0.12.1
24162024-11-09T00:06:31.445Z Compiling shell-words v1.1.0
24172024-11-09T00:06:31.951Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24182024-11-09T00:06:33.889Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24192024-11-09T00:06:34.243Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24202024-11-09T00:07:01.840Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
24212024-11-09T00:07:05.605Z Compiling multimap v0.10.0
24222024-11-09T00:09:07.978Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
24232024-11-09T00:09:15.341Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24242024-11-09T00:17:53.506Z Finished `release` profile [optimized] target(s) in 17m 57s
24252024-11-09T00:18:53.017Z
24262024-11-09T00:18:53.017Zreal 18:57.999276785
24272024-11-09T00:18:53.017Zuser 2:03:02.164750228
24282024-11-09T00:18:53.017Zsys 5:46.034822400
24292024-11-09T00:18:53.017Ztrap 2.815950514
24302024-11-09T00:18:53.020Ztflt 3.128379167
24312024-11-09T00:18:53.020Zdflt 6.861967287
24322024-11-09T00:18:53.020Zkflt 0.014947496
24332024-11-09T00:18:53.020Zlock 7:24:09.754490700
24342024-11-09T00:18:53.020Zslp 6:10:20.310454308
24352024-11-09T00:18:53.020Zlat 2:53.150182441
24362024-11-09T00:18:53.020Zstop 2:30.645370548
24372024-11-09T00:18:53.020Z+ mapfile -t packages
24382024-11-09T00:18:53.020Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
24392024-11-09T00:18:53.971Z Finished `release` profile [optimized] target(s) in 0.90s
24402024-11-09T00:18:54.029Z Running `target/release/omicron-package -t test list-outputs`
24412024-11-09T00:18:54.071ZLogging to: /work/oxidecomputer/omicron/out/LOG
24422024-11-09T00:18:54.073Z+ ptime -m cargo build --locked --release -p xtask
24432024-11-09T00:18:54.626Z Compiling serde v1.0.210
24442024-11-09T00:18:54.629Z Compiling serde_json v1.0.128
24452024-11-09T00:18:54.629Z Compiling rustix v0.38.37
24462024-11-09T00:18:54.629Z Compiling libc v0.2.161
24472024-11-09T00:18:54.714Z Compiling syn v2.0.79
24482024-11-09T00:18:54.736Z Compiling bitflags v2.6.0
24492024-11-09T00:18:55.053Z Compiling usdt-impl v0.5.0
24502024-11-09T00:18:55.212Z Compiling syn v1.0.109
24512024-11-09T00:18:55.228Z Compiling log v0.4.22
24522024-11-09T00:18:55.228Z Compiling hashbrown v0.15.0
24532024-11-09T00:18:55.528Z Compiling fs-err v2.11.0
24542024-11-09T00:18:55.846Z Compiling once_cell v1.20.2
24552024-11-09T00:18:56.105Z Compiling thread-id v4.2.2
24562024-11-09T00:18:56.226Z Compiling anyhow v1.0.92
24572024-11-09T00:18:56.644Z Compiling indexmap v2.6.0
24582024-11-09T00:18:57.369Z Compiling terminal_size v0.4.0
24592024-11-09T00:18:57.574Z Compiling clap_builder v4.5.20
24602024-11-09T00:18:58.341Z Compiling tempfile v3.13.0
24612024-11-09T00:18:58.893Z Compiling proc-macro-error v1.0.4
24622024-11-09T00:18:59.883Z Compiling tabled_derive v0.7.0
24632024-11-09T00:19:01.185Z Compiling tabled v0.15.0
24642024-11-09T00:19:01.791Z Compiling serde_derive v1.0.210
24652024-11-09T00:19:01.791Z Compiling thiserror-impl v1.0.64
24662024-11-09T00:19:03.936Z Compiling zerocopy-derive v0.7.35
24672024-11-09T00:19:04.488Z Compiling thiserror v1.0.64
24682024-11-09T00:19:04.638Z Compiling pest v2.7.14
24692024-11-09T00:19:06.008Z Compiling zerocopy v0.7.35
24702024-11-09T00:19:07.635Z Compiling pest_meta v2.7.14
24712024-11-09T00:19:07.679Z Compiling scroll_derive v0.12.0
24722024-11-09T00:19:09.090Z Compiling pest_generator v2.7.14
24732024-11-09T00:19:11.041Z Compiling scroll v0.12.0
24742024-11-09T00:19:11.446Z Compiling pest_derive v2.7.14
24752024-11-09T00:19:11.697Z Compiling goblin v0.8.2
24762024-11-09T00:19:11.718Z Compiling clap_derive v4.5.18
24772024-11-09T00:19:12.203Z Compiling dtrace-parser v0.2.0
24782024-11-09T00:19:15.873Z Compiling toml_datetime v0.6.8
24792024-11-09T00:19:16.594Z Compiling serde_spanned v0.6.8
24802024-11-09T00:19:17.065Z Compiling serde_tokenstream v0.2.2
24812024-11-09T00:19:17.626Z Compiling toml_edit v0.22.22
24822024-11-09T00:19:19.027Z Compiling dof v0.3.0
24832024-11-09T00:19:21.249Z Compiling camino v1.1.9
24842024-11-09T00:19:21.387Z Compiling usdt-attr-macro v0.5.0
24852024-11-09T00:19:21.401Z Compiling usdt-macro v0.5.0
24862024-11-09T00:19:22.556Z Compiling toml v0.8.19
24872024-11-09T00:19:22.669Z Compiling semver v1.0.23
24882024-11-09T00:19:24.127Z Compiling cargo-platform v0.1.8
24892024-11-09T00:19:25.223Z Compiling cargo_metadata v0.18.1
24902024-11-09T00:19:25.299Z Compiling cargo_toml v0.20.5
24912024-11-09T00:19:27.478Z Compiling usdt v0.5.0
24922024-11-09T00:19:28.708Z Compiling camino-tempfile v1.1.1
24932024-11-09T00:19:28.883Z Compiling clap v4.5.20
24942024-11-09T00:19:29.019Z Compiling macaddr v1.0.1
24952024-11-09T00:19:38.181Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
24962024-11-09T00:19:49.312Z Finished `release` profile [optimized] target(s) in 55.17s
24972024-11-09T00:19:49.412Z
24982024-11-09T00:19:49.415Zreal 55.303616649
24992024-11-09T00:19:49.415Zuser 5:34.084016523
25002024-11-09T00:19:49.415Zsys 28.459407865
25012024-11-09T00:19:49.415Ztrap 0.144158278
25022024-11-09T00:19:49.415Ztflt 0.367218766
25032024-11-09T00:19:49.415Zdflt 0.627865875
25042024-11-09T00:19:49.415Zkflt 0.011796990
25052024-11-09T00:19:49.415Zlock 10:22.210034546
25062024-11-09T00:19:49.415Zslp 15:57.164044861
25072024-11-09T00:19:49.415Zlat 9.635822644
25082024-11-09T00:19:49.415Zstop 12.839344056
25092024-11-09T00:19:49.415Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25102024-11-09T00:19:49.415Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25112024-11-09T00:19:49.415Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
25122024-11-09T00:19:49.415Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
25132024-11-09T00:19:49.415Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
25142024-11-09T00:19:50.242Z Compiling hashbrown v0.14.5
25152024-11-09T00:19:50.364Z Compiling unsafe-libyaml v0.2.11
25162024-11-09T00:19:50.374Z Compiling progenitor-client v0.8.0
25172024-11-09T00:19:50.378Z Compiling ident_case v1.0.1
25182024-11-09T00:19:50.378Z Compiling ipnetwork v0.20.0
25192024-11-09T00:19:50.384Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25202024-11-09T00:19:50.387Z Compiling instant v0.1.13
25212024-11-09T00:19:50.397Z Compiling structmeta-derive v0.3.0
25222024-11-09T00:19:50.537Z Compiling darling_core v0.20.10
25232024-11-09T00:19:50.558Z Compiling newtype-uuid v1.1.2
25242024-11-09T00:19:50.808Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
25252024-11-09T00:19:50.860Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25262024-11-09T00:19:51.197Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25272024-11-09T00:19:51.242Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25282024-11-09T00:19:51.550Z Compiling regress v0.10.1
25292024-11-09T00:19:51.577Z Compiling regress v0.9.1
25302024-11-09T00:19:51.615Z Compiling serde_yaml v0.9.34+deprecated
25312024-11-09T00:19:51.635Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25322024-11-09T00:19:51.804Z Compiling backoff v0.4.0
25332024-11-09T00:19:52.013Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25342024-11-09T00:19:52.158Z Compiling macaddr v1.0.1
25352024-11-09T00:19:52.185Z Compiling tempfile v3.13.0
25362024-11-09T00:19:52.185Z Compiling proc-macro-crate v1.3.1
25372024-11-09T00:19:52.595Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25382024-11-09T00:19:52.997Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25392024-11-09T00:19:53.035Z Compiling foreign-types-macros v0.2.3
25402024-11-09T00:19:53.052Z Compiling structmeta v0.3.0
25412024-11-09T00:19:53.183Z Compiling num_enum_derive v0.5.11
25422024-11-09T00:19:53.316Z Compiling foreign-types-shared v0.3.1
25432024-11-09T00:19:53.437Z Compiling heapless v0.8.0
25442024-11-09T00:19:53.456Z Compiling parse-display-derive v0.10.0
25452024-11-09T00:19:54.303Z Compiling foreign-types v0.5.0
25462024-11-09T00:19:54.426Z Compiling proc-macro-error v1.0.4
25472024-11-09T00:19:54.722Z Compiling camino-tempfile v1.1.1
25482024-11-09T00:19:55.092Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25492024-11-09T00:19:55.169Z Compiling hash32 v0.3.1
25502024-11-09T00:19:55.422Z Compiling typify-impl v0.2.0
25512024-11-09T00:19:55.582Z Compiling cstr-argument v0.1.2
25522024-11-09T00:19:55.656Z Compiling num_enum v0.5.11
25532024-11-09T00:19:55.825Z Compiling crucible-workspace-hack v0.1.0
25542024-11-09T00:19:55.861Z Compiling smoltcp v0.11.0
25552024-11-09T00:19:55.910Z Compiling pretty-hex v0.2.1
25562024-11-09T00:19:56.093Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25572024-11-09T00:19:56.136Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25582024-11-09T00:19:56.313Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25592024-11-09T00:19:56.519Z Compiling tabwriter v1.4.0
25602024-11-09T00:19:56.563Z Compiling colored v2.1.0
25612024-11-09T00:19:56.610Z Compiling cobs v0.2.3
25622024-11-09T00:19:56.826Z Compiling darling_macro v0.20.10
25632024-11-09T00:19:56.902Z Compiling postcard v1.0.10
25642024-11-09T00:19:56.990Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25652024-11-09T00:19:57.027Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25662024-11-09T00:19:57.206Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25672024-11-09T00:19:57.273Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
25682024-11-09T00:19:57.377Z Compiling smf v0.2.3
25692024-11-09T00:19:57.545Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25702024-11-09T00:19:57.736Z Compiling darling v0.20.10
25712024-11-09T00:19:57.772Z Compiling parse-display v0.10.0
25722024-11-09T00:19:57.860Z Compiling serde_with_macros v3.11.0
25732024-11-09T00:19:57.878Z Compiling zone_cfg_derive v0.3.0
25742024-11-09T00:19:58.039Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25752024-11-09T00:19:58.447Z Compiling num-derive v0.4.2
25762024-11-09T00:19:58.533Z Compiling sigpipe v0.1.3
25772024-11-09T00:19:58.650Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25782024-11-09T00:19:58.667Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25792024-11-09T00:19:59.033Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25802024-11-09T00:19:59.344Z Compiling zone v0.3.0
25812024-11-09T00:19:59.518Z Compiling universal-hash v0.5.1
25822024-11-09T00:19:59.732Z Compiling opaque-debug v0.3.1
25832024-11-09T00:19:59.773Z Compiling num-rational v0.4.2
25842024-11-09T00:19:59.838Z Compiling password-hash v0.5.0
25852024-11-09T00:20:00.614Z Compiling serde_with v3.11.0
25862024-11-09T00:20:00.785Z Compiling num-complex v0.4.6
25872024-11-09T00:20:00.787Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
25882024-11-09T00:20:00.845Z Compiling blake2 v0.10.6
25892024-11-09T00:20:01.413Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25902024-11-09T00:20:01.552Z Compiling aead v0.5.2
25912024-11-09T00:20:01.704Z Compiling convert_case v0.4.0
25922024-11-09T00:20:01.909Z Compiling keccak v0.1.5
25932024-11-09T00:20:01.931Z Compiling num v0.4.3
25942024-11-09T00:20:02.039Z Compiling argon2 v0.5.3
25952024-11-09T00:20:02.180Z Compiling poly1305 v0.8.0
25962024-11-09T00:20:02.402Z Compiling sha3 v0.10.8
25972024-11-09T00:20:02.635Z Compiling derive_more v0.99.18
25982024-11-09T00:20:03.282Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25992024-11-09T00:20:03.418Z Compiling tungstenite v0.21.0
26002024-11-09T00:20:03.484Z Compiling chacha20 v0.9.1
26012024-11-09T00:20:03.891Z Compiling float-ord v0.3.2
26022024-11-09T00:20:04.001Z Compiling base64 v0.21.7
26032024-11-09T00:20:04.084Z Compiling semver v0.1.20
26042024-11-09T00:20:04.617Z Compiling tokio-tungstenite v0.21.0
26052024-11-09T00:20:04.747Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26062024-11-09T00:20:04.750Z Compiling same-file v1.0.6
26072024-11-09T00:20:04.808Z Compiling rustc_version v0.1.7
26082024-11-09T00:20:05.063Z Compiling walkdir v2.5.0
26092024-11-09T00:20:05.172Z Compiling newline-converter v0.3.0
26102024-11-09T00:20:05.175Z Compiling primeorder v0.13.6
26112024-11-09T00:20:05.280Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26122024-11-09T00:20:05.347Z Compiling secrecy v0.8.0
26132024-11-09T00:20:05.544Z Compiling cancel-safe-futures v0.1.5
26142024-11-09T00:20:05.562Z Compiling owo-colors v4.1.0
26152024-11-09T00:20:05.624Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26162024-11-09T00:20:05.700Z Compiling expectorate v1.1.0
26172024-11-09T00:20:05.774Z Compiling newtype_derive v0.1.6
26182024-11-09T00:20:05.875Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26192024-11-09T00:20:05.896Z Compiling thiserror-impl-no-std v2.0.2
26202024-11-09T00:20:05.939Z Compiling ring v0.16.20
26212024-11-09T00:20:06.070Z Compiling blake3 v1.5.4
26222024-11-09T00:20:06.190Z Compiling unicase v2.7.0
26232024-11-09T00:20:06.452Z Compiling half v2.4.1
26242024-11-09T00:20:06.512Z Compiling arc-swap v1.7.1
26252024-11-09T00:20:06.567Z Compiling ciborium-io v0.2.2
26262024-11-09T00:20:06.910Z Compiling ciborium-ll v0.2.2
26272024-11-09T00:20:06.997Z Compiling slog-scope v4.4.0
26282024-11-09T00:20:07.106Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26292024-11-09T00:20:07.416Z Compiling polyval v0.6.2
26302024-11-09T00:20:07.483Z Compiling atomicwrites v0.4.4
26312024-11-09T00:20:07.838Z Compiling libsw v3.3.1
26322024-11-09T00:20:07.855Z Compiling memmap2 v0.9.5
26332024-11-09T00:20:07.964Z Compiling arrayref v0.3.9
26342024-11-09T00:20:08.075Z Compiling spin v0.5.2
26352024-11-09T00:20:08.147Z Compiling constant_time_eq v0.3.1
26362024-11-09T00:20:08.319Z Compiling indent_write v2.2.0
26372024-11-09T00:20:08.345Z Compiling arrayvec v0.7.6
26382024-11-09T00:20:08.345Z Compiling linear-map v1.2.0
26392024-11-09T00:20:08.541Z Compiling salty v0.3.0
26402024-11-09T00:20:08.722Z Compiling libefi-sys v0.1.0
26412024-11-09T00:20:08.761Z Compiling parking_lot_core v0.8.6
26422024-11-09T00:20:08.840Z Compiling thiserror-no-std v2.0.2
26432024-11-09T00:20:08.979Z Compiling vsss-rs v3.3.4
26442024-11-09T00:20:09.066Z Compiling ghash v0.5.1
26452024-11-09T00:20:09.313Z Compiling slog-stdlog v4.1.1
26462024-11-09T00:20:09.414Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26472024-11-09T00:20:09.670Z Compiling ciborium v0.2.2
26482024-11-09T00:20:10.075Z Compiling p384 v0.13.0
26492024-11-09T00:20:10.095Z Compiling toolchain_find v0.4.0
26502024-11-09T00:20:10.174Z Compiling chacha20poly1305 v0.10.1
26512024-11-09T00:20:10.425Z Compiling lzma-sys v0.1.20
26522024-11-09T00:20:10.752Z Compiling ctr v0.9.2
26532024-11-09T00:20:11.122Z Compiling itertools v0.13.0
26542024-11-09T00:20:11.172Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26552024-11-09T00:20:11.220Z Compiling bitfield-struct v0.6.2
26562024-11-09T00:20:11.588Z Compiling slog-dtrace v0.3.0
26572024-11-09T00:20:11.606Z Compiling highway v1.2.0
26582024-11-09T00:20:11.912Z Compiling topological-sort v0.2.2
26592024-11-09T00:20:11.967Z Compiling typify-macro v0.2.0
26602024-11-09T00:20:12.154Z Compiling omicron-zone-package v0.11.1
26612024-11-09T00:20:12.637Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26622024-11-09T00:20:12.661Z Compiling aes-gcm v0.10.3
26632024-11-09T00:20:12.958Z Compiling rustfmt-wrapper v0.2.1
26642024-11-09T00:20:13.203Z Compiling mime_guess v2.0.5
26652024-11-09T00:20:13.344Z Compiling slog-envlogger v2.2.0
26662024-11-09T00:20:13.399Z Compiling steno v0.4.1
26672024-11-09T00:20:14.126Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26682024-11-09T00:20:14.187Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26692024-11-09T00:20:14.343Z Compiling heck v0.3.3
26702024-11-09T00:20:14.487Z Compiling ssh-encoding v0.2.0
26712024-11-09T00:20:14.773Z Compiling blowfish v0.9.1
26722024-11-09T00:20:14.791Z Compiling nibble_vec v0.1.0
26732024-11-09T00:20:14.975Z Compiling env_filter v0.1.2
26742024-11-09T00:20:14.994Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26752024-11-09T00:20:15.015Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26762024-11-09T00:20:15.122Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26772024-11-09T00:20:15.222Z Compiling endian-type v0.1.2
26782024-11-09T00:20:15.307Z Compiling humantime v2.1.0
26792024-11-09T00:20:15.353Z Compiling env_logger v0.11.5
26802024-11-09T00:20:15.432Z Compiling radix_trie v0.2.1
26812024-11-09T00:20:15.456Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26822024-11-09T00:20:15.637Z Compiling bcrypt-pbkdf v0.10.0
26832024-11-09T00:20:15.832Z Compiling ssh-cipher v0.2.0
26842024-11-09T00:20:16.039Z Compiling zone_cfg_derive v0.1.2
26852024-11-09T00:20:16.125Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26862024-11-09T00:20:16.164Z Compiling typify v0.2.0
26872024-11-09T00:20:16.313Z Compiling progenitor-impl v0.8.0
26882024-11-09T00:20:16.359Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26892024-11-09T00:20:16.740Z Compiling parking_lot v0.11.2
26902024-11-09T00:20:17.061Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26912024-11-09T00:20:17.434Z Compiling password-hash v0.4.2
26922024-11-09T00:20:17.451Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26932024-11-09T00:20:17.477Z Compiling gethostname v0.5.0
26942024-11-09T00:20:17.547Z Compiling fxhash v0.2.1
26952024-11-09T00:20:17.625Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26962024-11-09T00:20:17.901Z Compiling matches v0.1.10
26972024-11-09T00:20:17.906Z Compiling base64 v0.13.1
26982024-11-09T00:20:17.906Z Compiling idna v0.2.3
26992024-11-09T00:20:17.947Z Compiling pbkdf2 v0.11.0
27002024-11-09T00:20:18.081Z Compiling sled v0.34.7
27012024-11-09T00:20:18.105Z Compiling zone v0.1.8
27022024-11-09T00:20:18.304Z Compiling ron v0.7.1
27032024-11-09T00:20:18.322Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27042024-11-09T00:20:18.347Z Compiling xz2 v0.1.7
27052024-11-09T00:20:18.859Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27062024-11-09T00:20:19.390Z Compiling ssh-key v0.6.6
27072024-11-09T00:20:19.682Z Compiling hickory-client v0.24.1
27082024-11-09T00:20:20.565Z Compiling p256 v0.13.2
27092024-11-09T00:20:20.583Z Compiling p521 v0.13.3
27102024-11-09T00:20:20.586Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27112024-11-09T00:20:21.096Z Compiling hickory-server v0.24.1
27122024-11-09T00:20:21.383Z Compiling enum-as-inner v0.5.1
27132024-11-09T00:20:21.718Z Compiling pem v3.0.4
27142024-11-09T00:20:22.417Z Compiling yasna v0.5.2
27152024-11-09T00:20:22.495Z Compiling headers-core v0.3.0
27162024-11-09T00:20:22.667Z Compiling kstat-rs v0.2.4
27172024-11-09T00:20:22.940Z Compiling nanorand v0.7.0
27182024-11-09T00:20:23.328Z Compiling atty v0.2.14
27192024-11-09T00:20:23.480Z Compiling russh-cryptovec v0.7.3
27202024-11-09T00:20:23.518Z Compiling http-range v0.1.5
27212024-11-09T00:20:23.811Z Compiling md5 v0.7.0
27222024-11-09T00:20:23.860Z Compiling hyper-staticfile v0.10.1
27232024-11-09T00:20:23.884Z Compiling rcgen v0.12.1
27242024-11-09T00:20:23.955Z Compiling progenitor-macro v0.8.0
27252024-11-09T00:20:24.042Z Compiling flume v0.11.0
27262024-11-09T00:20:24.104Z Compiling russh-keys v0.45.0
27272024-11-09T00:20:24.337Z Compiling headers v0.4.0
27282024-11-09T00:20:24.755Z Compiling trust-dns-proto v0.22.0
27292024-11-09T00:20:25.043Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27302024-11-09T00:20:26.242Z Compiling num-bigint v0.4.6
27312024-11-09T00:20:26.294Z Compiling des v0.8.1
27322024-11-09T00:20:26.649Z Compiling subprocess v0.2.9
27332024-11-09T00:20:28.000Z Compiling display-error-chain v0.2.2
27342024-11-09T00:20:28.195Z Compiling hex-literal v0.4.1
27352024-11-09T00:20:28.218Z Compiling dhcproto-macros v0.1.0
27362024-11-09T00:20:28.354Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27372024-11-09T00:20:28.498Z Compiling internet-checksum v0.2.1
27382024-11-09T00:20:29.193Z Compiling dhcproto v0.12.0
27392024-11-09T00:20:29.382Z Compiling russh v0.45.0
27402024-11-09T00:20:34.148Z Compiling progenitor v0.8.0
27412024-11-09T00:20:34.278Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27422024-11-09T00:20:34.280Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27432024-11-09T00:20:34.280Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27442024-11-09T00:20:34.280Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27452024-11-09T00:20:34.338Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27462024-11-09T00:20:34.392Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27472024-11-09T00:20:34.410Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27482024-11-09T00:20:35.161Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27492024-11-09T00:20:35.809Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27502024-11-09T00:20:35.917Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27512024-11-09T00:20:39.503Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
27522024-11-09T00:20:40.759Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27532024-11-09T00:20:49.306Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27542024-11-09T00:20:49.306Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27552024-11-09T00:20:49.309Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27562024-11-09T00:20:49.309Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27572024-11-09T00:20:52.379Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27582024-11-09T00:20:52.514Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27592024-11-09T00:20:53.365Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27602024-11-09T00:20:53.440Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27612024-11-09T00:20:53.774Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27622024-11-09T00:20:56.584Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27632024-11-09T00:20:57.307Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27642024-11-09T00:20:57.326Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27652024-11-09T00:20:58.110Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27662024-11-09T00:20:58.302Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27672024-11-09T00:20:58.799Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27682024-11-09T00:20:59.715Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27692024-11-09T00:21:00.625Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27702024-11-09T00:21:01.004Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712024-11-09T00:21:02.346Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27722024-11-09T00:21:03.173Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27732024-11-09T00:21:03.621Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27742024-11-09T00:21:04.324Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27752024-11-09T00:21:06.439Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27762024-11-09T00:21:08.348Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27772024-11-09T00:21:08.372Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27782024-11-09T00:21:10.145Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27792024-11-09T00:21:11.002Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27802024-11-09T00:21:12.026Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27812024-11-09T00:21:15.728Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27822024-11-09T00:21:24.381Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27832024-11-09T00:21:25.790Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27842024-11-09T00:22:19.304Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27852024-11-09T00:22:49.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 00s
27862024-11-09T00:22:49.784Z
27872024-11-09T00:22:49.784Zreal 3:00.292070069
27882024-11-09T00:22:49.784Zuser 11:39.079172134
27892024-11-09T00:22:49.784Zsys 2:17.476709941
27902024-11-09T00:22:49.784Ztrap 0.287635802
27912024-11-09T00:22:49.784Ztflt 0.628937285
27922024-11-09T00:22:49.784Zdflt 1.860986844
27932024-11-09T00:22:49.787Zkflt 0.000010116
27942024-11-09T00:22:49.787Zlock 24:27.002534873
27952024-11-09T00:22:49.787Zslp 40:58.766783457
27962024-11-09T00:22:49.787Zlat 32.569597438
27972024-11-09T00:22:49.787Zstop 1:12.469733723
27982024-11-09T00:22:49.787Z+ mkdir tests
27992024-11-09T00:22:49.789Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28002024-11-09T00:22:49.789Z+ xargs -I '{}' -t cp '{}' tests/
28012024-11-09T00:22:51.189Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-451c02fa2350439a tests/
28022024-11-09T00:22:51.209Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9e2ed77c26679cd2 tests/
28032024-11-09T00:22:51.228Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0b5b1d29cc8b3404 tests/
28042024-11-09T00:22:51.248Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-3fb33a5e9b7e09c0 tests/
28052024-11-09T00:22:51.450Z+ 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/*)
28062024-11-09T00:22:51.453Z+ 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-9e2ed77c26679cd2 tests/commtest-0b5b1d29cc8b3404 tests/dhcp_server-451c02fa2350439a tests/end_to_end_tests-3fb33a5e9b7e09c0 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
28072024-11-09T00:23:58.985ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
28082024-11-09T00:23:58.985Za .github/buildomat/ci-env.sh 1K
28092024-11-09T00:23:58.985Za out/target/test 1K
28102024-11-09T00:23:58.985Za out/npuzone/npuzone 23144K
28112024-11-09T00:23:58.985Za package-manifest.toml 32K
28122024-11-09T00:23:58.985Za smf/sled-agent/non-gimlet/config.toml 4K
28132024-11-09T00:23:58.985Za target/release/omicron-package 35615K
28142024-11-09T00:23:58.985Za target/release/xtask 11746K
28152024-11-09T00:23:58.985Za target/debug/bootstrap 201327K
28162024-11-09T00:23:58.985Za tests/bootstrap-9e2ed77c26679cd2 23991K
28172024-11-09T00:23:58.985Za tests/commtest-0b5b1d29cc8b3404 24191K
28182024-11-09T00:23:58.985Za tests/dhcp_server-451c02fa2350439a 23991K
28192024-11-09T00:23:58.985Za tests/end_to_end_tests-3fb33a5e9b7e09c0 218775K
28202024-11-09T00:23:58.985Za out/clickhouse.tar.gz 249692K
28212024-11-09T00:23:58.985Za out/clickhouse_keeper.tar.gz 249679K
28222024-11-09T00:23:58.985Za out/clickhouse_server.tar.gz 249680K
28232024-11-09T00:23:58.985Za out/cockroachdb.tar.gz 133974K
28242024-11-09T00:23:58.985Za out/crucible-dtrace.tar 83K
28252024-11-09T00:23:58.985Za out/crucible-pantry-zone.tar.gz 28171K
28262024-11-09T00:23:58.985Za out/crucible-zone.tar.gz 36373K
28272024-11-09T00:23:58.985Za out/external-dns.tar.gz 34778K
28282024-11-09T00:23:58.985Za out/internal-dns.tar.gz 34777K
28292024-11-09T00:23:58.985Za out/mg-ddm-gz.tar 62661K
28302024-11-09T00:23:58.986Za out/nexus.tar.gz 99603K
28312024-11-09T00:23:58.986Za out/ntp.tar.gz 10350K
28322024-11-09T00:23:58.986Za out/omicron-gateway-softnpu.tar.gz 23175K
28332024-11-09T00:23:58.986Za out/omicron-sled-agent.tar 110764K
28342024-11-09T00:23:58.986Za out/overlay.tar.gz 3K
28352024-11-09T00:23:58.986Za out/oximeter.tar.gz 50316K
28362024-11-09T00:23:58.986Za out/oxlog.tar 3072K
28372024-11-09T00:23:58.986Za out/probe.tar.gz 2764K
28382024-11-09T00:23:58.986Za out/propolis-server.tar.gz 66584K
28392024-11-09T00:23:58.986Za out/pumpkind-gz.tar 26665K
28402024-11-09T00:23:58.986Za out/switch-softnpu.tar.gz 232088K
28412024-11-09T00:23:58.991Z
28422024-11-09T00:23:58.991Zreal 1:07.517606133
28432024-11-09T00:23:58.991Zuser 1:04.416001476
28442024-11-09T00:23:58.991Zsys 4.288272251
28452024-11-09T00:23:58.991Ztrap 0.015069768
28462024-11-09T00:23:58.991Ztflt 0.000000000
28472024-11-09T00:23:58.991Zdflt 0.000000000
28482024-11-09T00:23:58.991Zkflt 0.000000000
28492024-11-09T00:23:58.991Zlock 0.000000000
28502024-11-09T00:23:58.991Zslp 1:04.372908379
28512024-11-09T00:23:58.991Zlat 1.938568917
28522024-11-09T00:23:58.991Zstop 0.000200366
28532024-11-09T00:23:58.991Zprocess exited: duration 2117475 ms, exit code 0
 
28542024-11-09T00:23:59.027Zfound 1 output files
28552024-11-09T00:23:59.027Zuploading: /work/package.tar.gz (1751695237 bytes)
28562024-11-09T00:24:44.008Zuploaded: /work/package.tar.gz