01JC4K5WNP6P12JD0JB2FNHH31: 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: 01JC4K6A6XV8MKMN8HCRD6BM2H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-08T00:37:15.074Zjob assigned to worker 01JC4K6HV4QSR96H4W987E22WC (queued for 1 m 7 s)
 
22024-11-08T00:37:22.326Zstarting task 0: "setup"
32024-11-08T00:37:22.335Z++ uname -s
42024-11-08T00:37:22.338Z+ kern=SunOS
52024-11-08T00:37:22.338Z+ case "$kern" in
62024-11-08T00:37:22.338Z+ groupadd -g 12345 build
72024-11-08T00:37:22.340Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-08T00:37:24.349Z+ zfs create -o mountpoint=/work rpool/work
92024-11-08T00:37:24.436Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-08T00:37:24.439Z+ home_fs=zfs
112024-11-08T00:37:24.439Z+ [[ zfs == autofs ]]
122024-11-08T00:37:24.439Z+ mkdir -p /home/build
132024-11-08T00:37:24.442Z+ chown build:build /home/build /work
142024-11-08T00:37:26.443Z+ chmod 0700 /home/build /work
152024-11-08T00:37:26.450Zprocess exited: duration 4120 ms, exit code 0
 
162024-11-08T00:37:26.459Zstarting task 1: "rust-toolchain"
172024-11-08T00:37:26.466Z+ printf ' * toolchain channel = "%s"
182024-11-08T00:37:26.466Z' 1.82.0
192024-11-08T00:37:26.466Z+ printf ' * toolchain profile = "%s"
202024-11-08T00:37:26.466Z * toolchain channel = "1.82.0"
212024-11-08T00:37:26.466Z' default
222024-11-08T00:37:26.466Z * toolchain profile = "default"
232024-11-08T00:37:26.471Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-08T00:37:26.472Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
252024-11-08T00:37:26.651Zinfo: downloading installer
262024-11-08T00:37:28.175Zinfo: profile set to 'default'
272024-11-08T00:37:28.175Zinfo: default host triple is x86_64-unknown-illumos
282024-11-08T00:37:28.179Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
292024-11-08T00:37:28.329Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-11-08T00:37:28.329Zinfo: downloading component 'cargo'
312024-11-08T00:37:29.145Zinfo: downloading component 'clippy'
322024-11-08T00:37:29.452Zinfo: downloading component 'rust-docs'
332024-11-08T00:37:30.630Zinfo: downloading component 'rust-std'
342024-11-08T00:37:32.480Zinfo: downloading component 'rustc'
352024-11-08T00:37:39.014Zinfo: downloading component 'rustfmt'
362024-11-08T00:37:39.245Zinfo: installing component 'cargo'
372024-11-08T00:37:40.079Zinfo: installing component 'clippy'
382024-11-08T00:37:40.474Zinfo: installing component 'rust-docs'
392024-11-08T00:37:42.181Zinfo: installing component 'rust-std'
402024-11-08T00:37:44.117Zinfo: installing component 'rustc'
412024-11-08T00:37:50.238Zinfo: installing component 'rustfmt'
422024-11-08T00:37:50.567Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
432024-11-08T00:37:50.567Z
442024-11-08T00:37:50.943Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-11-08T00:37:50.943Z
462024-11-08T00:37:50.946Z
472024-11-08T00:37:50.946ZRust is installed now. Great!
482024-11-08T00:37:50.946Z
492024-11-08T00:37:50.946ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-08T00:37:50.946Zenvironment variable. This has not been done automatically.
512024-11-08T00:37:50.946Z
522024-11-08T00:37:50.946ZTo configure your current shell, you need to source
532024-11-08T00:37:50.947Zthe corresponding env file under $HOME/.cargo.
542024-11-08T00:37:50.947Z
552024-11-08T00:37:50.947ZThis is usually done by running one of the following (note the leading DOT):
562024-11-08T00:37:50.947Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-08T00:37:50.947Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-08T00:37:51.019Z+ rustc --version
592024-11-08T00:37:51.086Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-11-08T00:37:51.089Zprocess exited: duration 24628 ms, exit code 0
 
612024-11-08T00:37:51.095Zstarting task 2: "authentication"
622024-11-08T00:37:51.116Zprocess exited: duration 21 ms, exit code 0
 
632024-11-08T00:37:51.122Zstarting task 3: "clone repository"
642024-11-08T00:37:51.208Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-08T00:37:51.213Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-08T00:37:51.213ZCloning into '/work/oxidecomputer/omicron'...
672024-11-08T00:37:57.688Z+ cd /work/oxidecomputer/omicron
682024-11-08T00:37:57.691Z+ git fetch origin 6d6589d43fcc55678b5e2688fac2264e31720024
692024-11-08T00:37:57.974ZFrom https://github.com/oxidecomputer/omicron
702024-11-08T00:37:57.974Z * branch 6d6589d43fcc55678b5e2688fac2264e31720024 -> FETCH_HEAD
712024-11-08T00:37:57.984Z+ [[ -n use-native-client-for-schema-updates ]]
722024-11-08T00:37:57.986Z++ git branch --show-current
732024-11-08T00:37:57.989Z+ current=main
742024-11-08T00:37:57.989Z+ [[ main != use-native-client-for-schema-updates ]]
752024-11-08T00:37:57.989Z+ git branch -f use-native-client-for-schema-updates 6d6589d43fcc55678b5e2688fac2264e31720024
762024-11-08T00:37:57.992Z+ git checkout -f use-native-client-for-schema-updates
772024-11-08T00:37:58.117ZSwitched to branch 'use-native-client-for-schema-updates'
782024-11-08T00:37:58.120Z+ git reset --hard 6d6589d43fcc55678b5e2688fac2264e31720024
792024-11-08T00:37:58.235ZHEAD is now at 6d6589d43 Use ClickHouse native client to read database tables
802024-11-08T00:37:58.237Zprocess exited: duration 7113 ms, exit code 0
 
812024-11-08T00:37:58.243Zstarting task 4: "build"
822024-11-08T00:37:58.249Z+ source .github/buildomat/ci-env.sh
832024-11-08T00:37:58.251Z++ export CARGO_TERM_COLOR=always
842024-11-08T00:37:58.251Z++ CARGO_TERM_COLOR=always
852024-11-08T00:37:58.251Z+ cargo --version
862024-11-08T00:37:58.305Zcargo 1.82.0 (8f40fc59f 2024-08-21)
872024-11-08T00:37:58.309Z+ rustc --version
882024-11-08T00:37:58.367Zrustc 1.82.0 (f6e511eec 2024-10-15)
892024-11-08T00:37:58.370Z+ WORK=/work
902024-11-08T00:37:58.370Z+ pfexec mkdir -p /work
912024-11-08T00:37:58.376Z+ pfexec chown build /work
922024-11-08T00:37:58.378Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-08T00:38:09.218Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-08T00:38:12.753Z Startup: Caching catalogs ... Done
952024-11-08T00:38:20.872ZPlanning: Solver setup ... Done (7.408s)
962024-11-08T00:38:20.976ZPlanning: Running solver ... Done (0.103s)
972024-11-08T00:38:21.064ZPlanning: Finding local manifests ... Done (0.004s)
982024-11-08T00:38:21.092ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-08T00:38:21.721ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-08T00:38:21.821ZPlanning: Package planning ... Done (0.101s)
1012024-11-08T00:38:21.877ZPlanning: Merging actions ... Done (0.055s)
1022024-11-08T00:38:22.068ZPlanning: Checking for conflicting actions ... Done (0.191s)
1032024-11-08T00:38:24.086ZPlanning: Consolidating action changes ... Done (2.016s)
1042024-11-08T00:38:24.529ZPlanning: Evaluating mediators ... Done (0.445s)
1052024-11-08T00:38:24.613ZPlanning: Planning completed in 11.78 seconds
1062024-11-08T00:38:24.628Z Packages to install: 4
1072024-11-08T00:38:24.628Z Packages to update: 1
1082024-11-08T00:38:24.631Z Mediators to change: 2
1092024-11-08T00:38:24.631Z Services to change: 1
1102024-11-08T00:38:24.631Z Estimated space available: 155.61 GB
1112024-11-08T00:38:24.631ZEstimated space to be consumed: 1.59 GB
1122024-11-08T00:38:24.631Z Create boot environment: No
1132024-11-08T00:38:24.631ZCreate backup boot environment: Yes
1142024-11-08T00:38:24.631Z Rebuild boot archive: No
1152024-11-08T00:38:24.631Z
1162024-11-08T00:38:24.631ZChanged mediators:
1172024-11-08T00:38:24.631Z mediator clang:
1182024-11-08T00:38:24.631Z version: None -> 15 (system default)
1192024-11-08T00:38:24.631Z
1202024-11-08T00:38:24.631Z mediator llvm:
1212024-11-08T00:38:24.631Z version: 14 (system default) -> 15 (system default)
1222024-11-08T00:38:24.631Z
1232024-11-08T00:38:24.631ZChanged packages:
1242024-11-08T00:38:24.631Zhelios-dev
1252024-11-08T00:38:24.631Z developer/build-essential
1262024-11-08T00:38:24.631Z None -> 11-2.0
1272024-11-08T00:38:24.631Z library/libxmlsec1
1282024-11-08T00:38:24.631Z None -> 1.2.35-2.0
1292024-11-08T00:38:24.631Z ooce/developer/clang-15
1302024-11-08T00:38:24.631Z None -> 15.0.7-2.0
1312024-11-08T00:38:24.632Z ooce/developer/llvm-15
1322024-11-08T00:38:24.632Z None -> 15.0.7-2.0
1332024-11-08T00:38:24.632Z package/pkg
1342024-11-08T00:38:24.632Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-08T00:38:24.632Z
1362024-11-08T00:38:24.632ZServices:
1372024-11-08T00:38:24.632Z restart_fmri:
1382024-11-08T00:38:24.632Z svc:/system/update-man-index:default
1392024-11-08T00:38:24.632Z
1402024-11-08T00:38:24.632ZEditable files to change:
1412024-11-08T00:38:24.632Z Update:
1422024-11-08T00:38:24.632Z usr/share/lib/pkg/web/config.shtml
1432024-11-08T00:38:24.712Z
1442024-11-08T00:38:24.712ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-08T00:38:29.738ZDownload: 1009/4281 items 19.4/220.6MB 8% complete (4.0M/s)
1462024-11-08T00:38:40.824ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (13.0M/s)
1472024-11-08T00:38:45.823ZDownload: 1638/4281 items 117.6/220.6MB 53% complete (7.7M/s)
1482024-11-08T00:38:53.571ZDownload: 2223/4281 items 119.0/220.6MB 53% complete (4.2M/s)
1492024-11-08T00:38:58.758ZDownload: 3244/4281 items 186.1/220.6MB 84% complete (6.7M/s)
1502024-11-08T00:39:06.355ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (8.3M/s)
1512024-11-08T00:39:12.675ZDownload: 3280/4281 items 210.5/220.6MB 95% complete (3.9M/s)
1522024-11-08T00:39:19.079ZDownload: 3287/4281 items 212.5/220.6MB 96% complete (1.5M/s)
1532024-11-08T00:39:31.904ZDownload: 3289/4281 items 212.6/220.6MB 96% complete
1542024-11-08T00:39:36.913ZDownload: 3533/4281 items 215.7/220.6MB 97% complete (653k/s)
1552024-11-08T00:39:42.074ZDownload: 3763/4281 items 216.9/220.6MB 98% complete (475k/s)
1562024-11-08T00:39:57.715ZDownload: 4206/4281 items 220.6/220.6MB 99% complete
1572024-11-08T00:40:02.567ZDownload: Completed 220.60 MB in 97.84 seconds (2.2M/s)
1582024-11-08T00:40:04.544Z Actions: 1/5063 actions (Removing old actions)
1592024-11-08T00:40:04.564Z Actions: 194/5063 actions (Installing new actions)
1602024-11-08T00:40:09.281Z Actions: 4226/5063 actions (Updating modified actions)
1612024-11-08T00:40:09.600Z Actions: Completed 5063 actions in 5.05 seconds.
1622024-11-08T00:40:09.980Z Done (0.374s)
1632024-11-08T00:40:09.983Z Done (0.000s)
1642024-11-08T00:40:10.502Z Done (0.519s)
1652024-11-08T00:40:14.833Z Done (4.119s)
1662024-11-08T00:40:14.920Z Done (0.017s)
1672024-11-08T00:40:14.923Z Done (0.000s)
1682024-11-08T00:40:15.083Z Done (0.000s)
1692024-11-08T00:40:15.749ZPlanning: Evaluating mediator changes ... Done
1702024-11-08T00:40:15.914ZPlanning: Checking for conflicting actions ... Done
1712024-11-08T00:40:15.917ZPlanning: Consolidating action changes ... Done
1722024-11-08T00:40:16.196ZPlanning: Evaluating mediators ... Done
1732024-11-08T00:40:16.199ZPlanning: Planning completed in 0.45 seconds
1742024-11-08T00:40:16.236Z Mediators to change: 2
1752024-11-08T00:40:16.236Z Create boot environment: No
1762024-11-08T00:40:16.239ZCreate backup boot environment: No
1772024-11-08T00:40:16.316Z Done
1782024-11-08T00:40:16.316Z Done
1792024-11-08T00:40:16.649Z Done
1802024-11-08T00:40:20.210Z Done
1812024-11-08T00:40:20.300Z Done
1822024-11-08T00:40:20.302Z Done
1832024-11-08T00:40:20.422Z Done
1842024-11-08T00:40:21.053ZPlanning: Evaluating mediator changes ... Done
1852024-11-08T00:40:21.055ZPlanning: Merging actions ... Done
1862024-11-08T00:40:21.249ZPlanning: Checking for conflicting actions ... Done
1872024-11-08T00:40:21.251ZPlanning: Consolidating action changes ... Done
1882024-11-08T00:40:21.523ZPlanning: Evaluating mediators ... Done
1892024-11-08T00:40:21.578ZPlanning: Planning completed in 0.78 seconds
1902024-11-08T00:40:21.619Z Packages to change: 1
1912024-11-08T00:40:21.619Z Mediators to change: 1
1922024-11-08T00:40:21.621Z Services to change: 1
1932024-11-08T00:40:21.621Z Create boot environment: No
1942024-11-08T00:40:21.622ZCreate backup boot environment: Yes
1952024-11-08T00:40:23.777Z Actions: 1/6 actions (Updating modified actions)
1962024-11-08T00:40:23.780Z Actions: Completed 6 actions in 0.00 seconds.
1972024-11-08T00:40:23.780Z Done
1982024-11-08T00:40:23.780Z Done
1992024-11-08T00:40:23.887Z Done
2002024-11-08T00:40:27.640Z Done
2012024-11-08T00:40:27.729Z Done
2022024-11-08T00:40:27.734Z Done
2032024-11-08T00:40:27.847Z Done
2042024-11-08T00:40:28.286ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052024-11-08T00:40:28.286Zclang system 15 system
2062024-11-08T00:40:28.286Zcsh system system illumos
2072024-11-08T00:40:28.286Zctags system system illumos
2082024-11-08T00:40:28.286Zgcc vendor 12 vendor
2092024-11-08T00:40:28.286Zgcc system 10 system
2102024-11-08T00:40:28.286Zgcc system 7 system
2112024-11-08T00:40:28.286Zgo system 1.20 system
2122024-11-08T00:40:28.286Zgo system 1.19 system
2132024-11-08T00:40:28.286Zllvm system 15 system
2142024-11-08T00:40:28.286Zllvm system 14 system
2152024-11-08T00:40:28.286Zmariadb system 10.6 system
2162024-11-08T00:40:28.286Zmta vendor vendor dma
2172024-11-08T00:40:28.286Zopenjdk system 17 system
2182024-11-08T00:40:28.286Zopenjdk system 11 system
2192024-11-08T00:40:28.286Zopenjdk system 1.8 system
2202024-11-08T00:40:28.286Zopenssl vendor 3 vendor
2212024-11-08T00:40:28.286Zperl system 5.36 system
2222024-11-08T00:40:28.286Zpostgresql system 15 system
2232024-11-08T00:40:28.286Zpostgresql system 13 system
2242024-11-08T00:40:28.286Zpython vendor 3 vendor
2252024-11-08T00:40:28.286Zpython system 2 system
2262024-11-08T00:40:28.286Zpython3 system 3.11 system
2272024-11-08T00:40:28.286Zruby system 3.0 system
2282024-11-08T00:40:28.286Zwords vendor vendor american-english
2292024-11-08T00:40:28.286Zwords system system australian-english
2302024-11-08T00:40:28.286Zwords system system british-english
2312024-11-08T00:40:28.287Zwords system system canadian-english
2322024-11-08T00:40:28.287Zwords system system french
2332024-11-08T00:40:28.287Zwords system system italian
2342024-11-08T00:40:28.287Zwords system system ngerman
2352024-11-08T00:40:28.287Zwords system system ogerman
2362024-11-08T00:40:28.287Zwords system system spanish
2372024-11-08T00:40:28.621ZPUBLISHER TYPE STATUS P LOCATION
2382024-11-08T00:40:28.621Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392024-11-08T00:40:31.130ZFMRI IFO
2402024-11-08T00:40:31.130Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412024-11-08T00:40:31.130Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422024-11-08T00:40:31.131Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432024-11-08T00:40:31.131Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442024-11-08T00:40:31.131Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452024-11-08T00:40:31.131Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2462024-11-08T00:40:31.131Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2472024-11-08T00:40:31.131Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2482024-11-08T00:40:31.132Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2492024-11-08T00:40:31.132Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2502024-11-08T00:40:31.132Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2512024-11-08T00:40:31.132Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2522024-11-08T00:40:31.132Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2532024-11-08T00:40:31.132Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2542024-11-08T00:40:31.132Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2552024-11-08T00:40:31.831Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2562024-11-08T00:40:32.132Z Updating crates.io index
2572024-11-08T00:40:32.144Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582024-11-08T00:40:32.949Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2592024-11-08T00:40:33.355Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602024-11-08T00:40:33.623Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612024-11-08T00:40:33.904Z Updating git repository `https://github.com/oxidecomputer/propolis`
2622024-11-08T00:40:35.444Z Updating git repository `https://github.com/oxidecomputer/crucible`
2632024-11-08T00:40:37.824Z Updating git repository `https://github.com/oxidecomputer/opte`
2642024-11-08T00:40:38.801Z Updating git repository `https://github.com/oxidecomputer/falcon`
2652024-11-08T00:40:39.689Z Updating git repository `https://github.com/oxidecomputer/clickward`
2662024-11-08T00:40:40.032Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2672024-11-08T00:40:40.425Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2682024-11-08T00:40:40.978Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2692024-11-08T00:40:41.392Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2702024-11-08T00:40:41.834Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712024-11-08T00:40:42.134Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2722024-11-08T00:40:42.410Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2732024-11-08T00:40:42.699Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2742024-11-08T00:40:43.051Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2752024-11-08T00:40:43.310Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762024-11-08T00:40:43.823Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2772024-11-08T00:40:44.101Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782024-11-08T00:40:44.557Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792024-11-08T00:40:44.869Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2802024-11-08T00:40:45.446Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2812024-11-08T00:40:45.817Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822024-11-08T00:40:46.228Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832024-11-08T00:40:46.514Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842024-11-08T00:40:47.847Z Downloading crates ...
2852024-11-08T00:40:47.915Z Downloaded anstyle-parse v0.2.5
2862024-11-08T00:40:47.922Z Downloaded anstream v0.6.15
2872024-11-08T00:40:47.925Z Downloaded anyhow v1.0.92
2882024-11-08T00:40:47.929Z Downloaded dtrace-parser v0.2.0
2892024-11-08T00:40:47.939Z Downloaded errno v0.3.9
2902024-11-08T00:40:47.942Z Downloaded pretty-hex v0.4.1
2912024-11-08T00:40:47.944Z Downloaded cpufeatures v0.2.14
2922024-11-08T00:40:47.947Z Downloaded block-buffer v0.10.4
2932024-11-08T00:40:47.947Z Downloaded pest_generator v2.7.14
2942024-11-08T00:40:47.949Z Downloaded clap_lex v0.7.2
2952024-11-08T00:40:47.950Z Downloaded unicode-linebreak v0.1.5
2962024-11-08T00:40:47.952Z Downloaded dof v0.3.0
2972024-11-08T00:40:47.955Z Downloaded terminal_size v0.4.0
2982024-11-08T00:40:47.958Z Downloaded cargo_toml v0.20.5
2992024-11-08T00:40:47.960Z Downloaded byteorder v1.5.0
3002024-11-08T00:40:47.960Z Downloaded strsim v0.11.1
3012024-11-08T00:40:47.966Z Downloaded fs-err v2.11.0
3022024-11-08T00:40:47.970Z Downloaded usdt-attr-macro v0.5.0
3032024-11-08T00:40:47.970Z Downloaded proc-macro-error-attr v1.0.4
3042024-11-08T00:40:47.970Z Downloaded utf8parse v0.2.2
3052024-11-08T00:40:47.970Z Downloaded memmap v0.7.0
3062024-11-08T00:40:47.972Z Downloaded sha2 v0.10.8
3072024-11-08T00:40:47.973Z Downloaded semver v1.0.23
3082024-11-08T00:40:47.975Z Downloaded scroll v0.12.0
3092024-11-08T00:40:47.982Z Downloaded camino-tempfile v1.1.1
3102024-11-08T00:40:47.985Z Downloaded bytecount v0.6.8
3112024-11-08T00:40:47.992Z Downloaded typenum v1.17.0
3122024-11-08T00:40:48.001Z Downloaded anstyle-query v1.1.1
3132024-11-08T00:40:48.010Z Downloaded autocfg v1.4.0
3142024-11-08T00:40:48.010Z Downloaded anstyle v1.0.8
3152024-11-08T00:40:48.010Z Downloaded equivalent v1.0.1
3162024-11-08T00:40:48.010Z Downloaded is_terminal_polyfill v1.70.1
3172024-11-08T00:40:48.013Z Downloaded colorchoice v1.0.2
3182024-11-08T00:40:48.013Z Downloaded cfg-if v1.0.0
3192024-11-08T00:40:48.016Z Downloaded digest v0.10.7
3202024-11-08T00:40:48.019Z Downloaded toml v0.8.19
3212024-11-08T00:40:48.022Z Downloaded log v0.4.22
3222024-11-08T00:40:48.027Z Downloaded scroll_derive v0.12.0
3232024-11-08T00:40:48.036Z Downloaded fastrand v2.1.1
3242024-11-08T00:40:48.038Z Downloaded generic-array v0.14.7
3252024-11-08T00:40:48.041Z Downloaded cargo-platform v0.1.8
3262024-11-08T00:40:48.041Z Downloaded crypto-common v0.1.6
3272024-11-08T00:40:48.043Z Downloaded cargo_metadata v0.18.1
3282024-11-08T00:40:48.044Z Downloaded heck v0.5.0
3292024-11-08T00:40:48.046Z Downloaded usdt-macro v0.5.0
3302024-11-08T00:40:48.046Z Downloaded fnv v1.0.7
3312024-11-08T00:40:48.049Z Downloaded swrite v0.1.0
3322024-11-08T00:40:48.054Z Downloaded indexmap v2.6.0
3332024-11-08T00:40:48.058Z Downloaded heck v0.4.1
3342024-11-08T00:40:48.063Z Downloaded toml_datetime v0.6.8
3352024-11-08T00:40:48.069Z Downloaded smawk v0.3.2
3362024-11-08T00:40:48.071Z Downloaded macaddr v1.0.1
3372024-11-08T00:40:48.073Z Downloaded thiserror v1.0.64
3382024-11-08T00:40:48.076Z Downloaded tabled_derive v0.7.0
3392024-11-08T00:40:48.079Z Downloaded thread-id v4.2.2
3402024-11-08T00:40:48.079Z Downloaded serde_spanned v0.6.8
3412024-11-08T00:40:48.081Z Downloaded clap_derive v4.5.18
3422024-11-08T00:40:48.086Z Downloaded usdt-impl v0.5.0
3432024-11-08T00:40:48.089Z Downloaded plain v0.2.3
3442024-11-08T00:40:48.092Z Downloaded usdt v0.5.0
3452024-11-08T00:40:48.092Z Downloaded thiserror-impl v1.0.64
3462024-11-08T00:40:48.092Z Downloaded serde_tokenstream v0.2.2
3472024-11-08T00:40:48.095Z Downloaded camino v1.1.9
3482024-11-08T00:40:48.095Z Downloaded bitflags v2.6.0
3492024-11-08T00:40:48.098Z Downloaded quote v1.0.37
3502024-11-08T00:40:48.103Z Downloaded proc-macro-error v1.0.4
3512024-11-08T00:40:48.107Z Downloaded tempfile v3.13.0
3522024-11-08T00:40:48.109Z Downloaded once_cell v1.20.2
3532024-11-08T00:40:48.112Z Downloaded itoa v1.0.11
3542024-11-08T00:40:48.114Z Downloaded clap v4.5.20
3552024-11-08T00:40:48.125Z Downloaded zerocopy-derive v0.7.35
3562024-11-08T00:40:48.127Z Downloaded hashbrown v0.15.0
3572024-11-08T00:40:48.131Z Downloaded textwrap v0.16.1
3582024-11-08T00:40:48.134Z Downloaded unicode-ident v1.0.13
3592024-11-08T00:40:48.136Z Downloaded ucd-trie v0.1.7
3602024-11-08T00:40:48.139Z Downloaded pest_meta v2.7.14
3612024-11-08T00:40:48.141Z Downloaded ryu v1.0.18
3622024-11-08T00:40:48.144Z Downloaded proc-macro2 v1.0.87
3632024-11-08T00:40:48.147Z Downloaded version_check v0.9.5
3642024-11-08T00:40:48.150Z Downloaded serde_derive v1.0.210
3652024-11-08T00:40:48.153Z Downloaded papergrid v0.11.0
3662024-11-08T00:40:48.159Z Downloaded pest_derive v2.7.14
3672024-11-08T00:40:48.165Z Downloaded pest v2.7.14
3682024-11-08T00:40:48.170Z Downloaded serde v1.0.210
3692024-11-08T00:40:48.173Z Downloaded serde_json v1.0.128
3702024-11-08T00:40:48.180Z Downloaded clap_builder v4.5.20
3712024-11-08T00:40:48.187Z Downloaded memchr v2.7.4
3722024-11-08T00:40:48.200Z Downloaded zerocopy v0.7.35
3732024-11-08T00:40:48.215Z Downloaded toml_edit v0.22.22
3742024-11-08T00:40:48.236Z Downloaded winnow v0.6.20
3752024-11-08T00:40:48.244Z Downloaded goblin v0.8.2
3762024-11-08T00:40:48.263Z Downloaded tabled v0.15.0
3772024-11-08T00:40:48.278Z Downloaded syn v2.0.79
3782024-11-08T00:40:48.288Z Downloaded syn v1.0.109
3792024-11-08T00:40:48.298Z Downloaded unicode-width v0.1.14
3802024-11-08T00:40:48.303Z Downloaded rustix v0.38.37
3812024-11-08T00:40:48.351Z Downloaded libc v0.2.161
3822024-11-08T00:40:48.656Z Compiling proc-macro2 v1.0.87
3832024-11-08T00:40:48.656Z Compiling unicode-ident v1.0.13
3842024-11-08T00:40:48.659Z Compiling version_check v0.9.5
3852024-11-08T00:40:48.659Z Compiling serde v1.0.210
3862024-11-08T00:40:48.659Z Compiling thiserror v1.0.64
3872024-11-08T00:40:48.659Z Compiling memchr v2.7.4
3882024-11-08T00:40:48.659Z Compiling libc v0.2.161
3892024-11-08T00:40:48.659Z Compiling ucd-trie v0.1.7
3902024-11-08T00:40:49.278Z Compiling ryu v1.0.18
3912024-11-08T00:40:49.352Z Compiling itoa v1.0.11
3922024-11-08T00:40:49.443Z Compiling once_cell v1.20.2
3932024-11-08T00:40:49.579Z Compiling byteorder v1.5.0
3942024-11-08T00:40:49.624Z Compiling serde_json v1.0.128
3952024-11-08T00:40:49.649Z Compiling rustix v0.38.37
3962024-11-08T00:40:50.027Z Compiling bitflags v2.6.0
3972024-11-08T00:40:50.051Z Compiling proc-macro-error-attr v1.0.4
3982024-11-08T00:40:50.247Z Compiling usdt-impl v0.5.0
3992024-11-08T00:40:50.366Z Compiling syn v1.0.109
4002024-11-08T00:40:50.417Z Compiling quote v1.0.37
4012024-11-08T00:40:50.464Z Compiling proc-macro-error v1.0.4
4022024-11-08T00:40:50.571Z Compiling equivalent v1.0.1
4032024-11-08T00:40:50.693Z Compiling hashbrown v0.15.0
4042024-11-08T00:40:50.744Z Compiling errno v0.3.9
4052024-11-08T00:40:50.769Z Compiling utf8parse v0.2.2
4062024-11-08T00:40:50.947Z Compiling syn v2.0.79
4072024-11-08T00:40:51.020Z Compiling camino v1.1.9
4082024-11-08T00:40:51.067Z Compiling log v0.4.22
4092024-11-08T00:40:51.105Z Compiling plain v0.2.3
4102024-11-08T00:40:51.299Z Compiling thread-id v4.2.2
4112024-11-08T00:40:51.422Z Compiling anstyle-parse v0.2.5
4122024-11-08T00:40:51.729Z Compiling pretty-hex v0.4.1
4132024-11-08T00:40:51.754Z Compiling colorchoice v1.0.2
4142024-11-08T00:40:51.913Z Compiling indexmap v2.6.0
4152024-11-08T00:40:51.936Z Compiling semver v1.0.23
4162024-11-08T00:40:51.957Z Compiling anstyle-query v1.1.1
4172024-11-08T00:40:51.960Z Compiling winnow v0.6.20
4182024-11-08T00:40:52.123Z Compiling unicode-width v0.1.14
4192024-11-08T00:40:52.148Z Compiling anstyle v1.0.8
4202024-11-08T00:40:52.452Z Compiling autocfg v1.4.0
4212024-11-08T00:40:52.633Z Compiling is_terminal_polyfill v1.70.1
4222024-11-08T00:40:52.755Z Compiling anstream v0.6.15
4232024-11-08T00:40:53.091Z Compiling terminal_size v0.4.0
4242024-11-08T00:40:53.323Z Compiling heck v0.5.0
4252024-11-08T00:40:53.372Z Compiling bytecount v0.6.8
4262024-11-08T00:40:53.613Z Compiling fastrand v2.1.1
4272024-11-08T00:40:53.666Z Compiling fs-err v2.11.0
4282024-11-08T00:40:53.854Z Compiling cfg-if v1.0.0
4292024-11-08T00:40:53.879Z Compiling heck v0.4.1
4302024-11-08T00:40:53.961Z Compiling anyhow v1.0.92
4312024-11-08T00:40:53.991Z Compiling clap_lex v0.7.2
4322024-11-08T00:40:54.074Z Compiling strsim v0.11.1
4332024-11-08T00:40:54.374Z Compiling fnv v1.0.7
4342024-11-08T00:40:54.505Z Compiling papergrid v0.11.0
4352024-11-08T00:40:54.528Z Compiling clap_builder v4.5.20
4362024-11-08T00:40:54.975Z Compiling tempfile v3.13.0
4372024-11-08T00:40:55.002Z Compiling memmap v0.7.0
4382024-11-08T00:40:55.004Z Compiling unicode-linebreak v0.1.5
4392024-11-08T00:40:55.354Z Compiling smawk v0.3.2
4402024-11-08T00:40:55.575Z Compiling textwrap v0.16.1
4412024-11-08T00:40:56.302Z Compiling swrite v0.1.0
4422024-11-08T00:40:56.829Z Compiling tabled_derive v0.7.0
4432024-11-08T00:40:58.424Z Compiling tabled v0.15.0
4442024-11-08T00:40:59.185Z Compiling serde_derive v1.0.210
4452024-11-08T00:40:59.185Z Compiling thiserror-impl v1.0.64
4462024-11-08T00:40:59.188Z Compiling zerocopy-derive v0.7.35
4472024-11-08T00:40:59.229Z Compiling scroll_derive v0.12.0
4482024-11-08T00:40:59.301Z Compiling clap_derive v4.5.18
4492024-11-08T00:41:00.770Z Compiling scroll v0.12.0
4502024-11-08T00:41:01.179Z Compiling goblin v0.8.2
4512024-11-08T00:41:01.253Z Compiling zerocopy v0.7.35
4522024-11-08T00:41:01.884Z Compiling pest v2.7.14
4532024-11-08T00:41:02.697Z Compiling clap v4.5.20
4542024-11-08T00:41:04.138Z Compiling pest_meta v2.7.14
4552024-11-08T00:41:04.980Z Compiling pest_generator v2.7.14
4562024-11-08T00:41:06.597Z Compiling pest_derive v2.7.14
4572024-11-08T00:41:07.359Z Compiling dtrace-parser v0.2.0
4582024-11-08T00:41:08.805Z Compiling toml_datetime v0.6.8
4592024-11-08T00:41:08.805Z Compiling serde_spanned v0.6.8
4602024-11-08T00:41:08.808Z Compiling cargo-platform v0.1.8
4612024-11-08T00:41:09.162Z Compiling serde_tokenstream v0.2.2
4622024-11-08T00:41:09.388Z Compiling toml_edit v0.22.22
4632024-11-08T00:41:09.423Z Compiling macaddr v1.0.1
4642024-11-08T00:41:09.456Z Compiling camino-tempfile v1.1.1
4652024-11-08T00:41:10.254Z Compiling dof v0.3.0
4662024-11-08T00:41:10.254Z Compiling cargo_metadata v0.18.1
4672024-11-08T00:41:12.102Z Compiling toml v0.8.19
4682024-11-08T00:41:12.178Z Compiling usdt-macro v0.5.0
4692024-11-08T00:41:12.181Z Compiling usdt-attr-macro v0.5.0
4702024-11-08T00:41:12.897Z Compiling cargo_toml v0.20.5
4712024-11-08T00:41:13.492Z Compiling usdt v0.5.0
4722024-11-08T00:41:16.390Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4732024-11-08T00:41:20.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.63s
4742024-11-08T00:41:20.512Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4752024-11-08T00:41:21.014Z Downloading crates ...
4762024-11-08T00:41:21.129Z Downloaded addr2line v0.24.2
4772024-11-08T00:41:21.144Z Downloaded arrayref v0.3.9
4782024-11-08T00:41:21.148Z Downloaded ahash v0.8.11
4792024-11-08T00:41:21.154Z Downloaded ciborium-io v0.2.2
4802024-11-08T00:41:21.156Z Downloaded http-body v1.0.1
4812024-11-08T00:41:21.156Z Downloaded atty v0.2.14
4822024-11-08T00:41:21.159Z Downloaded cfg_aliases v0.1.1
4832024-11-08T00:41:21.159Z Downloaded crucible-workspace-hack v0.1.0
4842024-11-08T00:41:21.161Z Downloaded hostname v0.3.1
4852024-11-08T00:41:21.165Z Downloaded arc-swap v1.7.1
4862024-11-08T00:41:21.169Z Downloaded constant_time_eq v0.3.1
4872024-11-08T00:41:21.172Z Downloaded atomic-waker v1.1.2
4882024-11-08T00:41:21.174Z Downloaded bitfield v0.14.0
4892024-11-08T00:41:21.175Z Downloaded md5 v0.7.0
4902024-11-08T00:41:21.177Z Downloaded is_ci v1.2.0
4912024-11-08T00:41:21.177Z Downloaded http-range v0.1.5
4922024-11-08T00:41:21.179Z Downloaded http v1.1.0
4932024-11-08T00:41:21.182Z Downloaded base16ct v0.2.0
4942024-11-08T00:41:21.184Z Downloaded http-body v0.4.6
4952024-11-08T00:41:21.187Z Downloaded bb8 v0.8.5
4962024-11-08T00:41:21.187Z Downloaded async-stream v0.3.6
4972024-11-08T00:41:21.189Z Downloaded instability v0.3.2
4982024-11-08T00:41:21.191Z Downloaded mime v0.3.17
4992024-11-08T00:41:21.192Z Downloaded lazycell v1.3.0
5002024-11-08T00:41:21.196Z Downloaded indent_write v2.2.0
5012024-11-08T00:41:21.196Z Downloaded managed v0.8.0
5022024-11-08T00:41:21.199Z Downloaded newtype-uuid v1.1.2
5032024-11-08T00:41:21.199Z Downloaded nanorand v0.7.0
5042024-11-08T00:41:21.202Z Downloaded libsw v3.3.1
5052024-11-08T00:41:21.202Z Downloaded httpdate v1.0.3
5062024-11-08T00:41:21.205Z Downloaded httparse v1.9.5
5072024-11-08T00:41:21.208Z Downloaded native-tls v0.2.12
5082024-11-08T00:41:21.208Z Downloaded clang-sys v1.8.1
5092024-11-08T00:41:21.211Z Downloaded libloading v0.8.5
5102024-11-08T00:41:21.214Z Downloaded nu-ansi-term v0.50.1
5112024-11-08T00:41:21.216Z Downloaded highway v1.2.0
5122024-11-08T00:41:21.219Z Downloaded nodrop v0.1.14
5132024-11-08T00:41:21.222Z Downloaded miniz_oxide v0.8.0
5142024-11-08T00:41:21.224Z Downloaded hmac v0.12.1
5152024-11-08T00:41:21.224Z Downloaded mockall_derive v0.13.0
5162024-11-08T00:41:21.228Z Downloaded lru-cache v0.1.2
5172024-11-08T00:41:21.228Z Downloaded ipnet v2.10.1
5182024-11-08T00:41:21.231Z Downloaded csv-core v0.1.11
5192024-11-08T00:41:21.234Z Downloaded sigpipe v0.1.3
5202024-11-08T00:41:21.234Z Downloaded indicatif v0.17.8
5212024-11-08T00:41:21.237Z Downloaded hyper-util v0.1.9
5222024-11-08T00:41:21.241Z Downloaded cancel-safe-futures v0.1.5
5232024-11-08T00:41:21.245Z Downloaded tinyvec_macros v0.1.1
5242024-11-08T00:41:21.248Z Downloaded http v0.2.12
5252024-11-08T00:41:21.252Z Downloaded hubpack_derive v0.1.1
5262024-11-08T00:41:21.256Z Downloaded adler2 v2.0.0
5272024-11-08T00:41:21.256Z Downloaded instant v0.1.13
5282024-11-08T00:41:21.259Z Downloaded crossbeam-epoch v0.9.18
5292024-11-08T00:41:21.261Z Downloaded subtle v2.6.1
5302024-11-08T00:41:21.261Z Downloaded newline-converter v0.3.0
5312024-11-08T00:41:21.263Z Downloaded new_debug_unreachable v1.0.6
5322024-11-08T00:41:21.263Z Downloaded ident_case v1.0.1
5332024-11-08T00:41:21.266Z Downloaded static_assertions v1.1.0
5342024-11-08T00:41:21.266Z Downloaded match_cfg v0.1.0
5352024-11-08T00:41:21.269Z Downloaded cfg_aliases v0.2.1
5362024-11-08T00:41:21.269Z Downloaded async-stream-impl v0.3.6
5372024-11-08T00:41:21.271Z Downloaded bytes v1.7.2
5382024-11-08T00:41:21.274Z Downloaded const-oid v0.9.6
5392024-11-08T00:41:21.277Z Downloaded lockfree-object-pool v0.1.6
5402024-11-08T00:41:21.279Z Downloaded linked-hash-map v0.5.6
5412024-11-08T00:41:21.286Z Downloaded normalize-line-endings v0.3.0
5422024-11-08T00:41:21.286Z Downloaded newtype_derive v0.1.6
5432024-11-08T00:41:21.290Z Downloaded internet-checksum v0.2.1
5442024-11-08T00:41:21.290Z Downloaded impl-trait-for-tuples v0.2.2
5452024-11-08T00:41:21.290Z Downloaded inout v0.1.3
5462024-11-08T00:41:21.290Z Downloaded lazy_static v1.5.0
5472024-11-08T00:41:21.293Z Downloaded maplit v1.0.2
5482024-11-08T00:41:21.293Z Downloaded hubpack v0.1.2
5492024-11-08T00:41:21.293Z Downloaded atomicwrites v0.4.4
5502024-11-08T00:41:21.293Z Downloaded md-5 v0.10.6
5512024-11-08T00:41:21.295Z Downloaded rand_xorshift v0.3.0
5522024-11-08T00:41:21.298Z Downloaded libefi-sys v0.1.0
5532024-11-08T00:41:21.298Z Downloaded lalrpop-util v0.19.12
5542024-11-08T00:41:21.298Z Downloaded kstat-rs v0.2.4
5552024-11-08T00:41:21.301Z Downloaded multimap v0.10.0
5562024-11-08T00:41:21.301Z Downloaded memoffset v0.9.1
5572024-11-08T00:41:21.303Z Downloaded chacha20poly1305 v0.10.1
5582024-11-08T00:41:21.306Z Downloaded darling_macro v0.20.10
5592024-11-08T00:41:21.306Z Downloaded cstr-argument v0.1.2
5602024-11-08T00:41:21.308Z Downloaded crunchy v0.2.2
5612024-11-08T00:41:21.308Z Downloaded mockall v0.13.0
5622024-11-08T00:41:21.311Z Downloaded lru v0.12.5
5632024-11-08T00:41:21.311Z Downloaded is-terminal v0.4.13
5642024-11-08T00:41:21.313Z Downloaded ipnetwork v0.20.0
5652024-11-08T00:41:21.314Z Downloaded maybe-uninit v2.0.0
5662024-11-08T00:41:21.316Z Downloaded sync_wrapper v0.1.2
5672024-11-08T00:41:21.316Z Downloaded want v0.3.1
5682024-11-08T00:41:21.318Z Downloaded toolchain_find v0.4.0
5692024-11-08T00:41:21.318Z Downloaded scheduled-thread-pool v0.2.7
5702024-11-08T00:41:21.321Z Downloaded multer v3.1.0
5712024-11-08T00:41:21.323Z Downloaded argon2 v0.5.3
5722024-11-08T00:41:21.325Z Downloaded waitgroup v0.1.2
5732024-11-08T00:41:21.325Z Downloaded bitflags v1.3.2
5742024-11-08T00:41:21.328Z Downloaded foreign-types v0.3.2
5752024-11-08T00:41:21.330Z Downloaded bit-set v0.5.3
5762024-11-08T00:41:21.330Z Downloaded iana-time-zone v0.1.61
5772024-11-08T00:41:21.334Z Downloaded cexpr v0.6.0
5782024-11-08T00:41:21.336Z Downloaded cobs v0.2.3
5792024-11-08T00:41:21.337Z Downloaded defmt-parser v0.3.4
5802024-11-08T00:41:21.339Z Downloaded typify v0.2.0
5812024-11-08T00:41:21.342Z Downloaded indoc v1.0.9
5822024-11-08T00:41:21.344Z Downloaded openssl-macros v0.1.1
5832024-11-08T00:41:21.347Z Downloaded hyper-staticfile v0.10.1
5842024-11-08T00:41:21.347Z Downloaded colored v2.1.0
5852024-11-08T00:41:21.350Z Downloaded convert_case v0.4.0
5862024-11-08T00:41:21.352Z Downloaded slog-scope v4.4.0
5872024-11-08T00:41:21.352Z Downloaded cipher v0.4.4
5882024-11-08T00:41:21.355Z Downloaded memmap2 v0.9.5
5892024-11-08T00:41:21.357Z Downloaded itertools v0.12.1
5902024-11-08T00:41:21.364Z Downloaded tls_codec v0.4.1
5912024-11-08T00:41:21.366Z Downloaded tiny-keccak v2.0.2
5922024-11-08T00:41:21.369Z Downloaded untrusted v0.9.0
5932024-11-08T00:41:21.371Z Downloaded progenitor v0.8.0
5942024-11-08T00:41:21.374Z Downloaded ctr v0.9.2
5952024-11-08T00:41:21.377Z Downloaded precomputed-hash v0.1.1
5962024-11-08T00:41:21.377Z Downloaded either v1.13.0
5972024-11-08T00:41:21.377Z Downloaded headers-core v0.3.0
5982024-11-08T00:41:21.379Z Downloaded tui-tree-widget v0.22.0
5992024-11-08T00:41:21.379Z Downloaded crc-catalog v2.4.0
6002024-11-08T00:41:21.381Z Downloaded dirs-next v2.0.0
6012024-11-08T00:41:21.384Z Downloaded diesel-dtrace v0.3.0
6022024-11-08T00:41:21.386Z Downloaded futures-sink v0.3.31
6032024-11-08T00:41:21.386Z Downloaded walkdir v2.5.0
6042024-11-08T00:41:21.389Z Downloaded serde_path_to_error v0.1.16
6052024-11-08T00:41:21.389Z Downloaded mime_guess v2.0.5
6062024-11-08T00:41:21.395Z Downloaded num_enum_derive v0.5.11
6072024-11-08T00:41:21.399Z Downloaded backoff v0.4.0
6082024-11-08T00:41:21.399Z Downloaded async-trait v0.1.83
6092024-11-08T00:41:21.399Z Downloaded serde_with_macros v3.11.0
6102024-11-08T00:41:21.402Z Downloaded bitfield-struct v0.6.2
6112024-11-08T00:41:21.405Z Downloaded async-recursion v1.1.1
6122024-11-08T00:41:21.408Z Downloaded parse-display-derive v0.10.0
6132024-11-08T00:41:21.408Z Downloaded num_enum v0.5.11
6142024-11-08T00:41:21.412Z Downloaded tower-service v0.3.3
6152024-11-08T00:41:21.414Z Downloaded time-core v0.1.2
6162024-11-08T00:41:21.414Z Downloaded wait-timeout v0.2.0
6172024-11-08T00:41:21.417Z Downloaded base64ct v1.6.0
6182024-11-08T00:41:21.419Z Downloaded pkg-config v0.3.31
6192024-11-08T00:41:21.422Z Downloaded ppv-lite86 v0.2.20
6202024-11-08T00:41:21.425Z Downloaded phf_codegen v0.11.2
6212024-11-08T00:41:21.425Z Downloaded radium v0.7.0
6222024-11-08T00:41:21.425Z Downloaded r2d2 v0.8.10
6232024-11-08T00:41:21.429Z Downloaded derive_builder_macro v0.20.2
6242024-11-08T00:41:21.429Z Downloaded phf v0.11.2
6252024-11-08T00:41:21.429Z Downloaded untrusted v0.7.1
6262024-11-08T00:41:21.431Z Downloaded sqlformat v0.2.6
6272024-11-08T00:41:21.431Z Downloaded ref-cast v1.0.23
6282024-11-08T00:41:21.434Z Downloaded rustls-pemfile v1.0.4
6292024-11-08T00:41:21.441Z Downloaded env_logger v0.11.5
6302024-11-08T00:41:21.441Z Downloaded bzip2 v0.4.4
6312024-11-08T00:41:21.441Z Downloaded indexmap v1.9.3
6322024-11-08T00:41:21.445Z Downloaded hex-literal v0.4.1
6332024-11-08T00:41:21.447Z Downloaded foldhash v0.1.3
6342024-11-08T00:41:21.447Z Downloaded signature v2.2.0
6352024-11-08T00:41:21.450Z Downloaded signal-hook-tokio v0.3.1
6362024-11-08T00:41:21.450Z Downloaded same-file v1.0.6
6372024-11-08T00:41:21.450Z Downloaded defmt-macros v0.3.9
6382024-11-08T00:41:21.453Z Downloaded shell-words v1.1.0
6392024-11-08T00:41:21.455Z Downloaded snafu-derive v0.8.5
6402024-11-08T00:41:21.458Z Downloaded darling v0.20.10
6412024-11-08T00:41:21.461Z Downloaded structmeta-derive v0.2.0
6422024-11-08T00:41:21.463Z Downloaded spki v0.7.3
6432024-11-08T00:41:21.465Z Downloaded filetime v0.2.25
6442024-11-08T00:41:21.467Z Downloaded phf_shared v0.10.0
6452024-11-08T00:41:21.467Z Downloaded unsafe-libyaml v0.2.11
6462024-11-08T00:41:21.470Z Downloaded crc32fast v1.4.2
6472024-11-08T00:41:21.472Z Downloaded ref-cast-impl v1.0.23
6482024-11-08T00:41:21.475Z Downloaded crc v3.2.1
6492024-11-08T00:41:21.477Z Downloaded try-lock v0.2.5
6502024-11-08T00:41:21.479Z Downloaded serde-big-array v0.5.1
6512024-11-08T00:41:21.479Z Downloaded cookie_store v0.21.0
6522024-11-08T00:41:21.483Z Downloaded debug-ignore v1.0.5
6532024-11-08T00:41:21.485Z Downloaded hkdf v0.12.4
6542024-11-08T00:41:21.487Z Downloaded rustc-demangle v0.1.24
6552024-11-08T00:41:21.487Z Downloaded fixedbitset v0.4.2
6562024-11-08T00:41:21.490Z Downloaded ff v0.13.0
6572024-11-08T00:41:21.492Z Downloaded whoami v1.5.2
6582024-11-08T00:41:21.492Z Downloaded slog-async v2.8.0
6592024-11-08T00:41:21.495Z Downloaded tinyvec v1.8.0
6602024-11-08T00:41:21.497Z Downloaded curve25519-dalek-derive v0.1.1
6612024-11-08T00:41:21.499Z Downloaded crypto-bigint v0.5.5
6622024-11-08T00:41:21.506Z Downloaded shlex v1.3.0
6632024-11-08T00:41:21.509Z Downloaded ghash v0.5.1
6642024-11-08T00:41:21.509Z Downloaded float-ord v0.3.2
6652024-11-08T00:41:21.511Z Downloaded toml_edit v0.19.15
6662024-11-08T00:41:21.526Z Downloaded downcast v0.11.0
6672024-11-08T00:41:21.529Z Downloaded phf_generator v0.11.2
6682024-11-08T00:41:21.531Z Downloaded allocator-api2 v0.2.18
6692024-11-08T00:41:21.533Z Downloaded dhcproto-macros v0.1.0
6702024-11-08T00:41:21.533Z Downloaded phf_shared v0.11.2
6712024-11-08T00:41:21.535Z Downloaded tokio-tungstenite v0.23.1
6722024-11-08T00:41:21.538Z Downloaded thread_local v1.1.8
6732024-11-08T00:41:21.541Z Downloaded hickory-client v0.24.1
6742024-11-08T00:41:21.544Z Downloaded endian-type v0.1.2
6752024-11-08T00:41:21.544Z Downloaded resolv-conf v0.7.0
6762024-11-08T00:41:21.546Z Downloaded unicode-truncate v1.1.0
6772024-11-08T00:41:21.546Z Downloaded packed_struct_codegen v0.10.1
6782024-11-08T00:41:21.550Z Downloaded stable_deref_trait v1.2.0
6792024-11-08T00:41:21.552Z Downloaded serde-hex v0.1.0
6802024-11-08T00:41:21.552Z Downloaded semver v0.1.20
6812024-11-08T00:41:21.552Z Downloaded secrecy v0.8.0
6822024-11-08T00:41:21.554Z Downloaded rusty-fork v0.3.0
6832024-11-08T00:41:21.557Z Downloaded typed-path v0.7.1
6842024-11-08T00:41:21.561Z Downloaded oso-derive v0.27.3
6852024-11-08T00:41:21.563Z Downloaded tap v1.0.1
6862024-11-08T00:41:21.563Z Downloaded rustls-pki-types v1.9.0
6872024-11-08T00:41:21.569Z Downloaded futures-task v0.3.31
6882024-11-08T00:41:21.571Z Downloaded psl-types v2.0.11
6892024-11-08T00:41:21.571Z Downloaded minimal-lexical v0.2.1
6902024-11-08T00:41:21.574Z Downloaded fragile v2.0.0
6912024-11-08T00:41:21.585Z Downloaded fxhash v0.2.1
6922024-11-08T00:41:21.588Z Downloaded sct v0.7.1
6932024-11-08T00:41:21.590Z Downloaded scrypt v0.11.0
6942024-11-08T00:41:21.593Z Downloaded zone v0.3.0
6952024-11-08T00:41:21.593Z Downloaded which v4.4.2
6962024-11-08T00:41:21.596Z Downloaded slog v2.7.0
6972024-11-08T00:41:21.598Z Downloaded pretty-hex v0.2.1
6982024-11-08T00:41:21.600Z Downloaded utf-8 v0.7.6
6992024-11-08T00:41:21.600Z Downloaded rand_seeder v0.3.0
7002024-11-08T00:41:21.603Z Downloaded tokio-native-tls v0.3.1
7012024-11-08T00:41:21.605Z Downloaded tokio-macros v2.4.0
7022024-11-08T00:41:21.605Z Downloaded tls_codec_derive v0.4.1
7032024-11-08T00:41:21.608Z Downloaded ssh-encoding v0.2.0
7042024-11-08T00:41:21.612Z Downloaded percent-encoding v2.3.1
7052024-11-08T00:41:21.612Z Downloaded spin v0.9.8
7062024-11-08T00:41:21.615Z Downloaded quinn-udp v0.5.5
7072024-11-08T00:41:21.615Z Downloaded parking_lot_core v0.9.10
7082024-11-08T00:41:21.617Z Downloaded form_urlencoded v1.2.1
7092024-11-08T00:41:21.617Z Downloaded fallible-iterator v0.2.0
7102024-11-08T00:41:21.622Z Downloaded samael v0.0.17
7112024-11-08T00:41:21.625Z Downloaded ed25519 v2.2.3
7122024-11-08T00:41:21.627Z Downloaded half v2.4.1
7132024-11-08T00:41:21.630Z Downloaded steno v0.4.1
7142024-11-08T00:41:21.634Z Downloaded rtoolbox v0.0.2
7152024-11-08T00:41:21.636Z Downloaded sec1 v0.7.3
7162024-11-08T00:41:21.639Z Downloaded ecdsa v0.16.9
7172024-11-08T00:41:21.641Z Downloaded derive_builder v0.20.2
7182024-11-08T00:41:21.645Z Downloaded sha1 v0.10.6
7192024-11-08T00:41:21.647Z Downloaded qorb v0.2.0
7202024-11-08T00:41:21.651Z Downloaded parse-size v1.1.0
7212024-11-08T00:41:21.655Z Downloaded uuid v1.10.0
7222024-11-08T00:41:21.657Z Downloaded derive_more v0.99.18
7232024-11-08T00:41:21.661Z Downloaded glob v0.3.1
7242024-11-08T00:41:21.663Z Downloaded rsa v0.9.6
7252024-11-08T00:41:21.668Z Downloaded futures-channel v0.3.31
7262024-11-08T00:41:21.671Z Downloaded owo-colors v4.1.0
7272024-11-08T00:41:21.673Z Downloaded rustc-hash v2.0.0
7282024-11-08T00:41:21.676Z Downloaded thiserror-impl-no-std v2.0.2
7292024-11-08T00:41:21.676Z Downloaded topological-sort v0.2.2
7302024-11-08T00:41:21.679Z Downloaded spin v0.5.2
7312024-11-08T00:41:21.679Z Downloaded unicase v2.7.0
7322024-11-08T00:41:21.681Z Downloaded smallvec v0.6.14
7332024-11-08T00:41:21.684Z Downloaded schemars_derive v0.8.21
7342024-11-08T00:41:21.684Z Downloaded group v0.13.0
7352024-11-08T00:41:21.687Z Downloaded pem-rfc7468 v0.7.0
7362024-11-08T00:41:21.689Z Downloaded opaque-debug v0.3.1
7372024-11-08T00:41:21.689Z Downloaded ena v0.14.3
7382024-11-08T00:41:21.692Z Downloaded der_derive v0.7.3
7392024-11-08T00:41:21.692Z Downloaded time-macros v0.2.18
7402024-11-08T00:41:21.694Z Downloaded unicode-properties v0.1.3
7412024-11-08T00:41:21.697Z Downloaded num v0.4.3
7422024-11-08T00:41:21.699Z Downloaded foreign-types v0.5.0
7432024-11-08T00:41:21.699Z Downloaded pem v3.0.4
7442024-11-08T00:41:21.702Z Downloaded gethostname v0.5.0
7452024-11-08T00:41:21.704Z Downloaded pin-project v1.1.6
7462024-11-08T00:41:21.713Z Downloaded foreign-types-shared v0.3.1
7472024-11-08T00:41:21.717Z Downloaded termtree v0.4.1
7482024-11-08T00:41:21.717Z Downloaded derive_builder_core v0.20.2
7492024-11-08T00:41:21.719Z Downloaded rustc_version v0.4.1
7502024-11-08T00:41:21.719Z Downloaded progenitor-macro v0.8.0
7512024-11-08T00:41:21.722Z Downloaded openssl-probe v0.1.5
7522024-11-08T00:41:21.722Z Downloaded fatfs v0.3.6
7532024-11-08T00:41:21.725Z Downloaded rustc-hash v1.1.0
7542024-11-08T00:41:21.727Z Downloaded smf v0.2.3
7552024-11-08T00:41:21.727Z Downloaded cc v1.1.30
7562024-11-08T00:41:21.730Z Downloaded strum_macros v0.24.3
7572024-11-08T00:41:21.733Z Downloaded structmeta v0.3.0
7582024-11-08T00:41:21.735Z Downloaded oso v0.27.3
7592024-11-08T00:41:21.739Z Downloaded tokio-tungstenite v0.21.0
7602024-11-08T00:41:21.741Z Downloaded heapless v0.8.0
7612024-11-08T00:41:21.744Z Downloaded twox-hash v1.6.3
7622024-11-08T00:41:21.748Z Downloaded embedded-io v0.6.1
7632024-11-08T00:41:21.751Z Downloaded hashlink v0.9.1
7642024-11-08T00:41:21.751Z Downloaded tracing-attributes v0.1.27
7652024-11-08T00:41:21.753Z Downloaded bumpalo v3.16.0
7662024-11-08T00:41:21.755Z Downloaded polyval v0.6.2
7672024-11-08T00:41:21.758Z Downloaded libxml v0.3.3
7682024-11-08T00:41:21.765Z Downloaded dsl_auto_type v0.1.2
7692024-11-08T00:41:21.768Z Downloaded futures-core v0.3.31
7702024-11-08T00:41:21.768Z Downloaded globset v0.4.15
7712024-11-08T00:41:21.768Z Downloaded unicode-bidi v0.3.17
7722024-11-08T00:41:21.771Z Downloaded tar v0.4.42
7732024-11-08T00:41:21.774Z Downloaded base64 v0.21.7
7742024-11-08T00:41:21.777Z Downloaded parking_lot v0.11.2
7752024-11-08T00:41:21.780Z Downloaded socket2 v0.5.7
7762024-11-08T00:41:21.783Z Downloaded hyper v1.4.1
7772024-11-08T00:41:21.790Z Downloaded sync_wrapper v1.0.1
7782024-11-08T00:41:21.792Z Downloaded zone_cfg_derive v0.3.0
7792024-11-08T00:41:21.792Z Downloaded serde_urlencoded v0.7.1
7802024-11-08T00:41:21.795Z Downloaded salsa20 v0.10.2
7812024-11-08T00:41:21.797Z Downloaded prettyplease v0.2.22
7822024-11-08T00:41:21.800Z Downloaded signal-hook-registry v1.4.2
7832024-11-08T00:41:21.802Z Downloaded signal-hook-mio v0.2.4
7842024-11-08T00:41:21.802Z Downloaded tokio-rustls v0.25.0
7852024-11-08T00:41:21.805Z Downloaded russh-cryptovec v0.7.3
7862024-11-08T00:41:21.805Z Downloaded num-conv v0.1.0
7872024-11-08T00:41:21.813Z Downloaded foreign-types-macros v0.2.3
7882024-11-08T00:41:21.813Z Downloaded predicates-tree v1.0.11
7892024-11-08T00:41:21.813Z Downloaded predicates-core v1.0.8
7902024-11-08T00:41:21.813Z Downloaded tokio-rustls v0.24.1
7912024-11-08T00:41:21.815Z Downloaded strum_macros v0.25.3
7922024-11-08T00:41:21.815Z Downloaded fd-lock v4.0.2
7932024-11-08T00:41:21.818Z Downloaded tokio-tungstenite v0.24.0
7942024-11-08T00:41:21.821Z Downloaded openssl-sys v0.9.103
7952024-11-08T00:41:21.823Z Downloaded pbkdf2 v0.11.0
7962024-11-08T00:41:21.826Z Downloaded parking_lot v0.12.3
7972024-11-08T00:41:21.828Z Downloaded fallible-iterator v0.3.0
7982024-11-08T00:41:21.831Z Downloaded display-error-chain v0.2.2
7992024-11-08T00:41:21.833Z Downloaded snafu v0.8.5
8002024-11-08T00:41:21.837Z Downloaded num-integer v0.1.46
8012024-11-08T00:41:21.840Z Downloaded num-derive v0.4.2
8022024-11-08T00:41:21.842Z Downloaded idna v0.2.3
8032024-11-08T00:41:21.848Z Downloaded nix v0.27.1
8042024-11-08T00:41:21.861Z Downloaded num_threads v0.1.7
8052024-11-08T00:41:21.863Z Downloaded aes v0.8.4
8062024-11-08T00:41:21.866Z Downloaded powerfmt v0.2.0
8072024-11-08T00:41:21.870Z Downloaded xattr v1.3.1
8082024-11-08T00:41:21.870Z Downloaded strum_macros v0.26.4
8092024-11-08T00:41:21.872Z Downloaded serde_derive_internals v0.29.1
8102024-11-08T00:41:21.875Z Downloaded dirs-sys-next v0.1.2
8112024-11-08T00:41:21.875Z Downloaded strip-ansi-escapes v0.2.0
8122024-11-08T00:41:21.879Z Downloaded env_filter v0.1.2
8132024-11-08T00:41:21.879Z Downloaded enum-as-inner v0.6.1
8142024-11-08T00:41:21.882Z Downloaded enum-as-inner v0.5.1
8152024-11-08T00:41:21.882Z Downloaded embedded-io v0.4.0
8162024-11-08T00:41:21.885Z Downloaded difflib v0.4.0
8172024-11-08T00:41:21.885Z Downloaded rustc_version v0.1.7
8182024-11-08T00:41:21.886Z Downloaded slog-envlogger v2.2.0
8192024-11-08T00:41:21.888Z Downloaded slog-dtrace v0.3.0
8202024-11-08T00:41:21.888Z Downloaded vte_generate_state_changes v0.1.2
8212024-11-08T00:41:21.890Z Downloaded stringprep v0.1.5
8222024-11-08T00:41:21.890Z Downloaded rustfmt-wrapper v0.2.1
8232024-11-08T00:41:21.893Z Downloaded toml v0.7.8
8242024-11-08T00:41:21.895Z Downloaded num-rational v0.4.2
8252024-11-08T00:41:21.898Z Downloaded hyper v0.14.30
8262024-11-08T00:41:21.904Z Downloaded p256 v0.13.2
8272024-11-08T00:41:21.908Z Downloaded headers v0.4.0
8282024-11-08T00:41:21.913Z Downloaded take_mut v0.2.2
8292024-11-08T00:41:21.916Z Downloaded futures-macro v0.3.31
8302024-11-08T00:41:21.916Z Downloaded tracing v0.1.40
8312024-11-08T00:41:21.920Z Downloaded futures-io v0.3.31
8322024-11-08T00:41:21.922Z Downloaded futures-executor v0.3.31
8332024-11-08T00:41:21.922Z Downloaded vergen v8.3.2
8342024-11-08T00:41:21.925Z Downloaded tracing-core v0.1.32
8352024-11-08T00:41:21.928Z Downloaded schemars v0.8.21
8362024-11-08T00:41:21.940Z Downloaded flagset v0.4.6
8372024-11-08T00:41:21.942Z Downloaded primeorder v0.13.6
8382024-11-08T00:41:21.947Z Downloaded test-strategy v0.3.1
8392024-11-08T00:41:21.950Z Downloaded heapless v0.7.17
8402024-11-08T00:41:21.952Z Downloaded pbkdf2 v0.12.2
8412024-11-08T00:41:21.952Z Downloaded hash32 v0.2.1
8422024-11-08T00:41:21.954Z Downloaded wyz v0.5.1
8432024-11-08T00:41:21.955Z Downloaded unicode-xid v0.2.6
8442024-11-08T00:41:21.957Z Downloaded string_cache v0.8.7
8452024-11-08T00:41:21.957Z Downloaded unicode-segmentation v1.12.0
8462024-11-08T00:41:21.962Z Downloaded fallible-streaming-iterator v0.1.9
8472024-11-08T00:41:21.964Z Downloaded universal-hash v0.5.1
8482024-11-08T00:41:21.964Z Downloaded num-complex v0.4.6
8492024-11-08T00:41:21.965Z Downloaded derive-where v1.2.7
8502024-11-08T00:41:21.968Z Downloaded foreign-types-shared v0.1.1
8512024-11-08T00:41:21.971Z Downloaded idna v0.5.0
8522024-11-08T00:41:21.976Z Downloaded ssh-cipher v0.2.0
8532024-11-08T00:41:21.978Z Downloaded aes-gcm v0.10.3
8542024-11-08T00:41:21.981Z Downloaded signal-hook v0.3.17
8552024-11-08T00:41:21.983Z Downloaded tokio-postgres v0.7.12
8562024-11-08T00:41:21.988Z Downloaded zopfli v0.8.1
8572024-11-08T00:41:21.991Z Downloaded quick-error v1.2.3
8582024-11-08T00:41:21.993Z Downloaded slog-term v2.9.1
8592024-11-08T00:41:21.996Z Downloaded term v0.7.0
8602024-11-08T00:41:21.998Z Downloaded parse-zoneinfo v0.3.1
8612024-11-08T00:41:22.001Z Downloaded simd-adler32 v0.3.7
8622024-11-08T00:41:22.004Z Downloaded zone v0.1.8
8632024-11-08T00:41:22.004Z Downloaded p521 v0.13.3
8642024-11-08T00:41:22.007Z Downloaded vte v0.11.1
8652024-11-08T00:41:22.010Z Downloaded num-traits v0.2.19
8662024-11-08T00:41:22.013Z Downloaded progenitor-client v0.8.0
8672024-11-08T00:41:22.016Z Downloaded password-hash v0.5.0
8682024-11-08T00:41:22.016Z Downloaded number_prefix v0.4.0
8692024-11-08T00:41:22.018Z Downloaded password-hash v0.4.2
8702024-11-08T00:41:22.018Z Downloaded winnow v0.5.40
8712024-11-08T00:41:22.026Z Downloaded path-slash v0.1.5
8722024-11-08T00:41:22.029Z Downloaded peg-runtime v0.8.3
8732024-11-08T00:41:22.029Z Downloaded siphasher v0.3.11
8742024-11-08T00:41:22.033Z Downloaded num-bigint-dig v0.8.4
8752024-11-08T00:41:22.036Z Downloaded value-bag v1.9.0
8762024-11-08T00:41:22.038Z Downloaded paste v1.0.15
8772024-11-08T00:41:22.041Z Downloaded zeroize_derive v1.4.2
8782024-11-08T00:41:22.041Z Downloaded reedline v0.35.0
8792024-11-08T00:41:22.048Z Downloaded dropshot_endpoint v0.12.0
8802024-11-08T00:41:22.051Z Downloaded time v0.3.36
8812024-11-08T00:41:22.058Z Downloaded vsss-rs v3.3.4
8822024-11-08T00:41:22.064Z Downloaded postcard v1.0.10
8832024-11-08T00:41:22.066Z Downloaded futures-util v0.3.31
8842024-11-08T00:41:22.075Z Downloaded slab v0.4.9
8852024-11-08T00:41:22.077Z Downloaded deranged v0.3.11
8862024-11-08T00:41:22.079Z Downloaded russh v0.45.0
8872024-11-08T00:41:22.083Z Downloaded rustversion v1.0.17
8882024-11-08T00:41:22.085Z Downloaded peg v0.8.4
8892024-11-08T00:41:22.089Z Downloaded postgres-protocol v0.6.7
8902024-11-08T00:41:22.092Z Downloaded funty v2.0.0
8912024-11-08T00:41:22.092Z Downloaded defmt v0.3.8
8922024-11-08T00:41:22.095Z Downloaded ron v0.8.1
8932024-11-08T00:41:22.100Z Downloaded pkcs5 v0.7.1
8942024-11-08T00:41:22.104Z Downloaded x509-cert v0.2.5
8952024-11-08T00:41:22.110Z Downloaded ron v0.7.1
8962024-11-08T00:41:22.114Z Downloaded aho-corasick v1.1.3
8972024-11-08T00:41:22.121Z Downloaded unicode_categories v0.1.1
8982024-11-08T00:41:22.125Z Downloaded unicode-normalization v0.1.24
8992024-11-08T00:41:22.128Z Downloaded diff v0.1.13
9002024-11-08T00:41:22.130Z Downloaded bindgen v0.69.5
9012024-11-08T00:41:22.136Z Downloaded dhcproto v0.12.0
9022024-11-08T00:41:22.139Z Downloaded subprocess v0.2.9
9032024-11-08T00:41:22.142Z Downloaded idna v0.4.0
9042024-11-08T00:41:22.149Z Downloaded peg-macros v0.8.4
9052024-11-08T00:41:22.151Z Downloaded rand v0.8.5
9062024-11-08T00:41:22.154Z Downloaded tokio-util v0.7.12
9072024-11-08T00:41:22.161Z Downloaded idna v0.3.0
9082024-11-08T00:41:22.169Z Downloaded expectorate v1.1.0
9092024-11-08T00:41:22.172Z Downloaded similar v2.6.0
9102024-11-08T00:41:22.175Z Downloaded portable-atomic v1.9.0
9112024-11-08T00:41:22.182Z Downloaded pin-project-internal v1.1.6
9122024-11-08T00:41:22.184Z Downloaded url v2.5.2
9132024-11-08T00:41:22.187Z Downloaded hashbrown v0.12.3
9142024-11-08T00:41:22.191Z Downloaded hashbrown v0.13.2
9152024-11-08T00:41:22.195Z Downloaded flate2 v1.0.34
9162024-11-08T00:41:22.200Z Downloaded hickory-resolver v0.24.1
9172024-11-08T00:41:22.205Z Downloaded rustls-webpki v0.102.8
9182024-11-08T00:41:22.223Z Downloaded regex v1.11.0
9192024-11-08T00:41:22.236Z Downloaded rustls v0.21.12
9202024-11-08T00:41:22.249Z Downloaded webpki-roots v0.26.6
9212024-11-08T00:41:22.252Z Downloaded openssl v0.10.66
9222024-11-08T00:41:22.261Z Downloaded publicsuffix v2.2.3
9232024-11-08T00:41:22.264Z Downloaded h2 v0.3.26
9242024-11-08T00:41:22.271Z Downloaded omicron-zone-package v0.11.1
9252024-11-08T00:41:22.274Z Downloaded hashbrown v0.14.5
9262024-11-08T00:41:22.279Z Downloaded curve25519-dalek v4.1.3
9272024-11-08T00:41:22.288Z Downloaded nix v0.28.0
9282024-11-08T00:41:22.300Z Downloaded nix v0.29.0
9292024-11-08T00:41:22.313Z Downloaded vcpkg v0.2.15
9302024-11-08T00:41:22.350Z Downloaded quick-xml v0.33.0
9312024-11-08T00:41:22.356Z Downloaded h2 v0.4.6
9322024-11-08T00:41:22.363Z Downloaded rayon v1.10.0
9332024-11-08T00:41:22.373Z Downloaded rustyline v14.0.0
9342024-11-08T00:41:22.378Z Downloaded trust-dns-proto v0.22.0
9352024-11-08T00:41:22.392Z Downloaded salty v0.3.0
9362024-11-08T00:41:22.396Z Downloaded regress v0.9.1
9372024-11-08T00:41:22.405Z Downloaded proptest v1.5.0
9382024-11-08T00:41:22.414Z Downloaded rustls v0.23.14
9392024-11-08T00:41:22.426Z Downloaded openapiv3 v2.0.0
9402024-11-08T00:41:22.439Z Downloaded quinn-proto v0.11.8
9412024-11-08T00:41:22.446Z Downloaded rustls v0.22.4
9422024-11-08T00:41:22.460Z Downloaded gimli v0.31.1
9432024-11-08T00:41:22.467Z Downloaded diesel v2.2.4
9442024-11-08T00:41:22.486Z Downloaded sled v0.34.7
9452024-11-08T00:41:22.496Z Downloaded smoltcp v0.9.1
9462024-11-08T00:41:22.507Z Downloaded p384 v0.13.0
9472024-11-08T00:41:22.513Z Downloaded ratatui v0.28.1
9482024-11-08T00:41:22.534Z Downloaded radix_trie v0.2.1
9492024-11-08T00:41:22.538Z Downloaded object v0.30.4
9502024-11-08T00:41:22.548Z Downloaded typify-impl v0.2.0
9512024-11-08T00:41:22.575Z Downloaded smoltcp v0.11.0
9522024-11-08T00:41:22.579Z Downloaded zerocopy-derive v0.6.6
9532024-11-08T00:41:22.587Z Downloaded regex-syntax v0.6.29
9542024-11-08T00:41:22.594Z Downloaded object v0.36.5
9552024-11-08T00:41:22.606Z Downloaded regress v0.10.1
9562024-11-08T00:41:22.614Z Downloaded hickory-proto v0.24.1
9572024-11-08T00:41:22.629Z Downloaded regex-syntax v0.8.5
9582024-11-08T00:41:22.638Z Downloaded chrono-tz v0.10.0
9592024-11-08T00:41:22.645Z Downloaded lzma-sys v0.1.20
9602024-11-08T00:41:22.674Z Downloaded bstr v1.10.0
9612024-11-08T00:41:22.685Z Downloaded dropshot v0.12.0
9622024-11-08T00:41:22.704Z Downloaded chrono v0.4.38
9632024-11-08T00:41:22.711Z Downloaded polar-core v0.27.3
9642024-11-08T00:41:22.720Z Downloaded libz-sys v1.1.20
9652024-11-08T00:41:22.740Z Downloaded tokio v1.40.0
9662024-11-08T00:41:22.792Z Downloaded git2 v0.19.0
9672024-11-08T00:41:22.804Z Downloaded quinn v0.11.5
9682024-11-08T00:41:22.808Z Downloaded zerocopy v0.6.6
9692024-11-08T00:41:22.812Z Downloaded serde_with v3.11.0
9702024-11-08T00:41:22.823Z Downloaded bzip2-sys v0.1.11+1.0.8
9712024-11-08T00:41:22.841Z Downloaded elliptic-curve v0.13.8
9722024-11-08T00:41:22.845Z Downloaded rustls-webpki v0.101.7
9732024-11-08T00:41:22.861Z Downloaded petgraph v0.6.5
9742024-11-08T00:41:22.879Z Downloaded regex-automata v0.4.8
9752024-11-08T00:41:22.895Z Downloaded reqwest v0.12.8
9762024-11-08T00:41:22.903Z Downloaded bitvec v1.0.1
9772024-11-08T00:41:22.916Z Downloaded ssh-key v0.6.6
9782024-11-08T00:41:22.923Z Downloaded rusqlite v0.32.1
9792024-11-08T00:41:22.931Z Downloaded sqlparser v0.45.0
9802024-11-08T00:41:22.934Z Downloaded rustls-pemfile v2.2.0
9812024-11-08T00:41:22.940Z Downloaded pkcs8 v0.10.2
9822024-11-08T00:41:22.943Z Downloaded ed25519-dalek v2.1.1
9832024-11-08T00:41:22.943Z Downloaded rayon-core v1.12.1
9842024-11-08T00:41:22.946Z Downloaded tough v0.17.1
9852024-11-08T00:41:22.955Z Downloaded csv v1.3.0
9862024-11-08T00:41:22.974Z Downloaded crossterm v0.28.1
9872024-11-08T00:41:22.980Z Downloaded sha3 v0.10.8
9882024-11-08T00:41:22.984Z Downloaded pkcs1 v0.7.5
9892024-11-08T00:41:22.986Z Downloaded russh-keys v0.45.0
9902024-11-08T00:41:22.990Z Downloaded slog-stdlog v4.1.1
9912024-11-08T00:41:22.993Z Downloaded slog-bunyan v2.5.0
9922024-11-08T00:41:22.993Z Downloaded float-cmp v0.9.0
9932024-11-08T00:41:22.996Z Downloaded unarray v0.1.4
9942024-11-08T00:41:22.996Z Downloaded termcolor v1.4.1
9952024-11-08T00:41:22.996Z Downloaded tabwriter v1.4.0
9962024-11-08T00:41:22.996Z Downloaded olpc-cjson v0.1.4
9972024-11-08T00:41:22.999Z Downloaded zeroize v1.8.1
9982024-11-08T00:41:22.999Z Downloaded proc-macro-crate v1.3.1
9992024-11-08T00:41:23.001Z Downloaded pin-utils v0.1.0
10002024-11-08T00:41:23.001Z Downloaded postgres-types v0.2.8
10012024-11-08T00:41:23.004Z Downloaded diesel_derives v2.2.3
10022024-11-08T00:41:23.006Z Downloaded hickory-server v0.24.1
10032024-11-08T00:41:23.012Z Downloaded tungstenite v0.24.0
10042024-11-08T00:41:23.015Z Downloaded lalrpop v0.19.12
10052024-11-08T00:41:23.026Z Downloaded sqlparser_derive v0.2.2
10062024-11-08T00:41:23.029Z Downloaded rfc6979 v0.4.0
10072024-11-08T00:41:23.029Z Downloaded diesel_table_macro_syntax v0.2.0
10082024-11-08T00:41:23.029Z Downloaded zone_cfg_derive v0.1.2
10092024-11-08T00:41:23.031Z Downloaded xz2 v0.1.7
10102024-11-08T00:41:23.032Z Downloaded reqwest v0.11.27
10112024-11-08T00:41:23.038Z Downloaded encoding_rs v0.8.34
10122024-11-08T00:41:23.058Z Downloaded futures v0.3.31
10132024-11-08T00:41:23.063Z Downloaded tokio-stream v0.1.16
10142024-11-08T00:41:23.067Z Downloaded num-iter v0.1.45
10152024-11-08T00:41:23.070Z Downloaded rcgen v0.12.1
10162024-11-08T00:41:23.073Z Downloaded rand_chacha v0.3.1
10172024-11-08T00:41:23.073Z Downloaded hash32 v0.3.1
10182024-11-08T00:41:23.073Z Downloaded des v0.8.1
10192024-11-08T00:41:23.076Z Downloaded num-bigint v0.4.6
10202024-11-08T00:41:23.079Z Downloaded tungstenite v0.23.0
10212024-11-08T00:41:23.082Z Downloaded termios v0.3.3
10222024-11-08T00:41:23.085Z Downloaded structmeta v0.2.0
10232024-11-08T00:41:23.088Z Downloaded predicates v3.1.2
10242024-11-08T00:41:23.090Z Downloaded poly1305 v0.8.0
10252024-11-08T00:41:23.092Z Downloaded pin-project-lite v0.2.14
10262024-11-08T00:41:23.095Z Downloaded progenitor-impl v0.8.0
10272024-11-08T00:41:23.099Z Downloaded smallvec v1.13.2
10282024-11-08T00:41:23.101Z Downloaded tokio-rustls v0.26.0
10292024-11-08T00:41:23.104Z Downloaded serde_repr v0.1.19
10302024-11-08T00:41:23.104Z Downloaded serde_plain v1.0.2
10312024-11-08T00:41:23.108Z Downloaded rand_core v0.6.4
10322024-11-08T00:41:23.108Z Downloaded flume v0.11.0
10332024-11-08T00:41:23.110Z Downloaded itertools v0.13.0
10342024-11-08T00:41:23.116Z Downloaded blake3 v1.5.4
10352024-11-08T00:41:23.124Z Downloaded tungstenite v0.21.0
10362024-11-08T00:41:23.127Z Downloaded typify-macro v0.2.0
10372024-11-08T00:41:23.129Z Downloaded parking_lot_core v0.8.6
10382024-11-08T00:41:23.132Z Downloaded nom v7.1.3
10392024-11-08T00:41:23.135Z Downloaded libm v0.2.8
10402024-11-08T00:41:23.143Z Downloaded itertools v0.10.5
10412024-11-08T00:41:23.149Z Downloaded der v0.7.9
10422024-11-08T00:41:23.154Z Downloaded libgit2-sys v0.17.0+1.8.1
10432024-11-08T00:41:23.211Z Downloaded const_format v0.2.33
10442024-11-08T00:41:23.216Z Downloaded backtrace v0.3.74
10452024-11-08T00:41:23.221Z Downloaded displaydoc v0.2.5
10462024-11-08T00:41:23.223Z Downloaded zip v2.1.3
10472024-11-08T00:41:23.228Z Downloaded zip v0.6.6
10482024-11-08T00:41:23.232Z Downloaded yasna v0.5.2
10492024-11-08T00:41:23.234Z Downloaded uzers v0.12.1
10502024-11-08T00:41:23.237Z Downloaded dyn-clone v1.0.17
10512024-11-08T00:41:23.240Z Downloaded base64 v0.13.1
10522024-11-08T00:41:23.243Z Downloaded mio v1.0.2
10532024-11-08T00:41:23.246Z Downloaded getrandom v0.2.15
10542024-11-08T00:41:23.248Z Downloaded env_logger v0.10.2
10552024-11-08T00:41:23.251Z Downloaded packed_struct v0.10.1
10562024-11-08T00:41:23.254Z Downloaded hex v0.4.3
10572024-11-08T00:41:23.256Z Downloaded heck v0.3.3
10582024-11-08T00:41:23.256Z Downloaded structmeta-derive v0.3.0
10592024-11-08T00:41:23.259Z Downloaded scopeguard v1.2.0
10602024-11-08T00:41:23.259Z Downloaded rpassword v7.3.1
10612024-11-08T00:41:23.259Z Downloaded parse-display v0.10.0
10622024-11-08T00:41:23.261Z Downloaded crossbeam-utils v0.8.20
10632024-11-08T00:41:23.264Z Downloaded cookie v0.18.1
10642024-11-08T00:41:23.266Z Downloaded blake2 v0.10.6
10652024-11-08T00:41:23.269Z Downloaded serde_yaml v0.9.34+deprecated
10662024-11-08T00:41:23.272Z Downloaded console v0.15.8
10672024-11-08T00:41:23.278Z Downloaded crossbeam-channel v0.5.13
10682024-11-08T00:41:23.281Z Downloaded const_format_proc_macros v0.2.33
10692024-11-08T00:41:23.283Z Downloaded ciborium v0.2.2
10702024-11-08T00:41:23.287Z Downloaded thiserror-no-std v2.0.2
10712024-11-08T00:41:23.290Z Downloaded nibble_vec v0.1.0
10722024-11-08T00:41:23.292Z Downloaded bcs v0.1.6
10732024-11-08T00:41:23.292Z Downloaded async-bb8-diesel v0.2.1
10742024-11-08T00:41:23.295Z Downloaded supports-color v3.0.1
10752024-11-08T00:41:23.295Z Downloaded darling_core v0.20.10
10762024-11-08T00:41:23.299Z Downloaded crossbeam-deque v0.8.5
10772024-11-08T00:41:23.302Z Downloaded base64 v0.22.1
10782024-11-08T00:41:23.305Z Downloaded arrayvec v0.7.6
10792024-11-08T00:41:23.308Z Downloaded ciborium-ll v0.2.2
10802024-11-08T00:41:23.310Z Downloaded chrono-tz-build v0.4.0
10812024-11-08T00:41:23.310Z Downloaded slog-json v2.6.1
10822024-11-08T00:41:23.313Z Downloaded chacha20 v0.9.1
10832024-11-08T00:41:23.313Z Downloaded buf-list v1.0.3
10842024-11-08T00:41:23.319Z Downloaded blowfish v0.9.1
10852024-11-08T00:41:23.321Z Downloaded bcrypt-pbkdf v0.10.0
10862024-11-08T00:41:23.321Z Downloaded jobserver v0.1.32
10872024-11-08T00:41:23.321Z Downloaded hyper-tls v0.6.0
10882024-11-08T00:41:23.321Z Downloaded castaway v0.2.3
10892024-11-08T00:41:23.323Z Downloaded cassowary v0.3.0
10902024-11-08T00:41:23.323Z Downloaded block-padding v0.3.3
10912024-11-08T00:41:23.326Z Downloaded bit-vec v0.6.3
10922024-11-08T00:41:23.326Z Downloaded array-init v0.0.4
10932024-11-08T00:41:23.329Z Downloaded strum v0.26.3
10942024-11-08T00:41:23.329Z Downloaded crc-any v2.5.0
10952024-11-08T00:41:23.331Z Downloaded ascii-canvas v3.0.0
10962024-11-08T00:41:23.331Z Downloaded compact_str v0.8.0
10972024-11-08T00:41:23.335Z Downloaded lock_api v0.4.12
10982024-11-08T00:41:23.338Z Downloaded keccak v0.1.5
10992024-11-08T00:41:23.338Z Downloaded cbc v0.1.2
11002024-11-08T00:41:23.341Z Downloaded hyper-rustls v0.27.3
11012024-11-08T00:41:23.343Z Downloaded hostname v0.4.0
11022024-11-08T00:41:23.346Z Downloaded linear-map v1.2.0
11032024-11-08T00:41:23.346Z Downloaded http-body-util v0.1.2
11042024-11-08T00:41:23.348Z Downloaded home v0.5.9
11052024-11-08T00:41:23.348Z Downloaded humantime v2.1.0
11062024-11-08T00:41:23.351Z Downloaded data-encoding v2.6.0
11072024-11-08T00:41:23.351Z Downloaded matches v0.1.10
11082024-11-08T00:41:23.354Z Downloaded assert_matches v1.5.0
11092024-11-08T00:41:23.354Z Downloaded aead v0.5.2
11102024-11-08T00:41:23.457Z Downloaded ring v0.17.8
11112024-11-08T00:41:23.664Z Downloaded libsqlite3-sys v0.30.1
11122024-11-08T00:41:23.743Z Downloaded ring v0.16.20
11132024-11-08T00:41:23.934Z Compiling serde v1.0.210
11142024-11-08T00:41:23.936Z Compiling typenum v1.17.0
11152024-11-08T00:41:23.936Z Compiling generic-array v0.14.7
11162024-11-08T00:41:23.937Z Compiling lock_api v0.4.12
11172024-11-08T00:41:23.937Z Compiling scopeguard v1.2.0
11182024-11-08T00:41:23.937Z Compiling subtle v2.6.1
11192024-11-08T00:41:24.107Z Compiling syn v2.0.79
11202024-11-08T00:41:24.121Z Compiling getrandom v0.2.15
11212024-11-08T00:41:24.208Z Compiling value-bag v1.9.0
11222024-11-08T00:41:24.407Z Compiling rand_core v0.6.4
11232024-11-08T00:41:24.562Z Compiling const-oid v0.9.6
11242024-11-08T00:41:24.582Z Compiling jobserver v0.1.32
11252024-11-08T00:41:24.683Z Compiling log v0.4.22
11262024-11-08T00:41:24.798Z Compiling shlex v1.3.0
11272024-11-08T00:41:24.932Z Compiling pin-project-lite v0.2.14
11282024-11-08T00:41:25.059Z Compiling cc v1.1.30
11292024-11-08T00:41:25.075Z Compiling smallvec v1.13.2
11302024-11-08T00:41:25.217Z Compiling parking_lot_core v0.9.10
11312024-11-08T00:41:25.483Z Compiling futures-core v0.3.31
11322024-11-08T00:41:25.513Z Compiling signal-hook-registry v1.4.2
11332024-11-08T00:41:25.638Z Compiling mio v1.0.2
11342024-11-08T00:41:25.720Z Compiling cpufeatures v0.2.14
11352024-11-08T00:41:25.819Z Compiling futures-sink v0.3.31
11362024-11-08T00:41:25.983Z Compiling spin v0.9.8
11372024-11-08T00:41:26.306Z Compiling parking_lot v0.12.3
11382024-11-08T00:41:26.325Z Compiling socket2 v0.5.7
11392024-11-08T00:41:26.384Z Compiling slab v0.4.9
11402024-11-08T00:41:26.545Z Compiling serde_json v1.0.128
11412024-11-08T00:41:26.769Z Compiling futures-channel v0.3.31
11422024-11-08T00:41:26.818Z Compiling futures-io v0.3.31
11432024-11-08T00:41:26.884Z Compiling tinyvec_macros v0.1.1
11442024-11-08T00:41:26.978Z Compiling pin-utils v0.1.0
11452024-11-08T00:41:27.074Z Compiling foldhash v0.1.3
11462024-11-08T00:41:27.123Z Compiling futures-task v0.3.31
11472024-11-08T00:41:27.148Z Compiling allocator-api2 v0.2.18
11482024-11-08T00:41:27.181Z Compiling tinyvec v1.8.0
11492024-11-08T00:41:27.198Z Compiling pkg-config v0.3.31
11502024-11-08T00:41:27.252Z Compiling libm v0.2.8
11512024-11-08T00:41:27.363Z Compiling num-traits v0.2.19
11522024-11-08T00:41:27.416Z Compiling unicode-bidi v0.3.17
11532024-11-08T00:41:27.988Z Compiling hashbrown v0.15.0
11542024-11-08T00:41:28.007Z Compiling base64ct v1.6.0
11552024-11-08T00:41:28.631Z Compiling pem-rfc7468 v0.7.0
11562024-11-08T00:41:28.730Z Compiling unicode-normalization v0.1.24
11572024-11-08T00:41:28.910Z Compiling httparse v1.9.5
11582024-11-08T00:41:29.040Z Compiling ring v0.17.8
11592024-11-08T00:41:29.121Z Compiling flagset v0.4.6
11602024-11-08T00:41:29.351Z Compiling tracing-core v0.1.32
11612024-11-08T00:41:29.371Z Compiling percent-encoding v2.3.1
11622024-11-08T00:41:29.455Z Compiling crossbeam-utils v0.8.20
11632024-11-08T00:41:29.731Z Compiling rustls-pki-types v1.9.0
11642024-11-08T00:41:29.890Z Compiling time-core v0.1.2
11652024-11-08T00:41:30.073Z Compiling num-conv v0.1.0
11662024-11-08T00:41:30.076Z Compiling vcpkg v0.2.15
11672024-11-08T00:41:30.374Z Compiling powerfmt v0.2.0
11682024-11-08T00:41:30.434Z Compiling untrusted v0.9.0
11692024-11-08T00:41:30.612Z Compiling time-macros v0.2.18
11702024-11-08T00:41:30.683Z Compiling deranged v0.3.11
11712024-11-08T00:41:30.794Z Compiling atomic-waker v1.1.2
11722024-11-08T00:41:30.796Z Compiling num_threads v0.1.7
11732024-11-08T00:41:30.931Z Compiling form_urlencoded v1.2.1
11742024-11-08T00:41:30.982Z Compiling try-lock v0.2.5
11752024-11-08T00:41:31.176Z Compiling slog v2.7.0
11762024-11-08T00:41:31.291Z Compiling rustix v0.38.37
11772024-11-08T00:41:31.755Z Compiling want v0.3.1
11782024-11-08T00:41:32.021Z Compiling httpdate v1.0.3
11792024-11-08T00:41:32.117Z Compiling openssl-sys v0.9.103
11802024-11-08T00:41:32.165Z Compiling idna v0.5.0
11812024-11-08T00:41:32.448Z Compiling foreign-types-shared v0.1.1
11822024-11-08T00:41:32.513Z Compiling iana-time-zone v0.1.61
11832024-11-08T00:41:32.558Z Compiling base64 v0.22.1
11842024-11-08T00:41:32.858Z Compiling match_cfg v0.1.0
11852024-11-08T00:41:32.956Z Compiling openssl v0.10.66
11862024-11-08T00:41:32.989Z Compiling adler2 v2.0.0
11872024-11-08T00:41:33.192Z Compiling tower-service v0.3.3
11882024-11-08T00:41:33.257Z Compiling rustversion v1.0.17
11892024-11-08T00:41:33.342Z Compiling miniz_oxide v0.8.0
11902024-11-08T00:41:33.396Z Compiling url v2.5.2
11912024-11-08T00:41:33.699Z Compiling hostname v0.3.1
11922024-11-08T00:41:33.701Z Compiling time v0.3.36
11932024-11-08T00:41:33.949Z Compiling foreign-types v0.3.2
11942024-11-08T00:41:33.969Z Compiling dirs-sys-next v0.1.2
11952024-11-08T00:41:34.045Z Compiling aho-corasick v1.1.3
11962024-11-08T00:41:34.595Z Compiling data-encoding v2.6.0
11972024-11-08T00:41:34.614Z Compiling regex-syntax v0.8.5
11982024-11-08T00:41:34.768Z Compiling syn v1.0.109
11992024-11-08T00:41:35.082Z Compiling siphasher v0.3.11
12002024-11-08T00:41:35.376Z Compiling native-tls v0.2.12
12012024-11-08T00:41:35.451Z Compiling rustls v0.22.4
12022024-11-08T00:41:35.718Z Compiling rustls v0.23.14
12032024-11-08T00:41:35.834Z Compiling dirs-next v2.0.0
12042024-11-08T00:41:36.063Z Compiling serde_derive_internals v0.29.1
12052024-11-08T00:41:36.637Z Compiling crossbeam-epoch v0.9.18
12062024-11-08T00:41:37.402Z Compiling bzip2-sys v0.1.11+1.0.8
12072024-11-08T00:41:37.407Z Compiling lazy_static v1.5.0
12082024-11-08T00:41:37.522Z Compiling thread_local v1.1.8
12092024-11-08T00:41:37.779Z Compiling serde_derive v1.0.210
12102024-11-08T00:41:37.916Z Compiling zeroize_derive v1.4.2
12112024-11-08T00:41:38.100Z Compiling zerocopy-derive v0.7.35
12122024-11-08T00:41:38.670Z Compiling tokio-macros v2.4.0
12132024-11-08T00:41:38.818Z Compiling thiserror-impl v1.0.64
12142024-11-08T00:41:38.943Z Compiling futures-macro v0.3.31
12152024-11-08T00:41:39.437Z Compiling zeroize v1.8.1
12162024-11-08T00:41:39.836Z Compiling der_derive v0.7.3
12172024-11-08T00:41:40.195Z Compiling tracing-attributes v0.1.27
12182024-11-08T00:41:40.271Z Compiling zerocopy v0.7.35
12192024-11-08T00:41:40.873Z Compiling futures-util v0.3.31
12202024-11-08T00:41:40.992Z Compiling scroll_derive v0.12.0
12212024-11-08T00:41:41.322Z Compiling crypto-common v0.1.6
12222024-11-08T00:41:41.569Z Compiling block-buffer v0.10.4
12232024-11-08T00:41:41.859Z Compiling digest v0.10.7
12242024-11-08T00:41:41.900Z Compiling block-padding v0.3.3
12252024-11-08T00:41:42.013Z Compiling thiserror v1.0.64
12262024-11-08T00:41:42.116Z Compiling inout v0.1.3
12272024-11-08T00:41:42.169Z Compiling ppv-lite86 v0.2.20
12282024-11-08T00:41:42.257Z Compiling hmac v0.12.1
12292024-11-08T00:41:42.319Z Compiling sha2 v0.10.8
12302024-11-08T00:41:42.395Z Compiling cipher v0.4.4
12312024-11-08T00:41:42.414Z Compiling der v0.7.9
12322024-11-08T00:41:42.498Z Compiling pbkdf2 v0.12.2
12332024-11-08T00:41:42.679Z Compiling pest v2.7.14
12342024-11-08T00:41:42.963Z Compiling salsa20 v0.10.2
12352024-11-08T00:41:43.058Z Compiling rand_chacha v0.3.1
12362024-11-08T00:41:43.213Z Compiling scrypt v0.11.0
12372024-11-08T00:41:43.760Z Compiling tracing v0.1.40
12382024-11-08T00:41:43.796Z Compiling rand v0.8.5
12392024-11-08T00:41:44.300Z Compiling cbc v0.1.2
12402024-11-08T00:41:44.551Z Compiling aes v0.8.4
12412024-11-08T00:41:45.267Z Compiling spki v0.7.3
12422024-11-08T00:41:45.631Z Compiling pest_meta v2.7.14
12432024-11-08T00:41:45.751Z Compiling pkcs5 v0.7.1
12442024-11-08T00:41:45.794Z Compiling scroll v0.12.0
12452024-11-08T00:41:45.924Z Compiling rustls-webpki v0.102.8
12462024-11-08T00:41:46.137Z Compiling openssl-macros v0.1.1
12472024-11-08T00:41:46.346Z Compiling goblin v0.8.2
12482024-11-08T00:41:46.885Z Compiling pest_generator v2.7.14
12492024-11-08T00:41:46.921Z Compiling pkcs8 v0.10.2
12502024-11-08T00:41:47.385Z Compiling async-trait v0.1.83
12512024-11-08T00:41:47.407Z Compiling sha1 v0.10.6
12522024-11-08T00:41:47.624Z Compiling signature v2.2.0
12532024-11-08T00:41:47.891Z Compiling regex-automata v0.4.8
12542024-11-08T00:41:47.910Z Compiling multer v3.1.0
12552024-11-08T00:41:47.956Z Compiling cookie v0.18.1
12562024-11-08T00:41:48.224Z Compiling encoding_rs v0.8.34
12572024-11-08T00:41:48.267Z Compiling mime v0.3.17
12582024-11-08T00:41:48.777Z Compiling rayon-core v1.12.1
12592024-11-08T00:41:48.866Z Compiling slog-async v2.8.0
12602024-11-08T00:41:49.058Z Compiling openssl-probe v0.1.5
12612024-11-08T00:41:49.405Z Compiling signal-hook v0.3.17
12622024-11-08T00:41:49.425Z Compiling paste v1.0.15
12632024-11-08T00:41:49.686Z Compiling gimli v0.31.1
12642024-11-08T00:41:49.964Z Compiling ipnet v2.10.1
12652024-11-08T00:41:50.064Z Compiling unicode-properties v0.1.3
12662024-11-08T00:41:50.284Z Compiling pest_derive v2.7.14
12672024-11-08T00:41:50.470Z Compiling schemars v0.8.21
12682024-11-08T00:41:50.832Z Compiling either v1.13.0
12692024-11-08T00:41:51.084Z Compiling dtrace-parser v0.2.0
12702024-11-08T00:41:51.161Z Compiling stringprep v0.1.5
12712024-11-08T00:41:51.439Z Compiling bytes v1.7.2
12722024-11-08T00:41:52.303Z Compiling indexmap v2.6.0
12732024-11-08T00:41:52.390Z Compiling tokio v1.40.0
12742024-11-08T00:41:52.731Z Compiling http v1.1.0
12752024-11-08T00:41:53.084Z Compiling bitflags v2.6.0
12762024-11-08T00:41:53.485Z Compiling semver v1.0.23
12772024-11-08T00:41:53.896Z Compiling dof v0.3.0
12782024-11-08T00:41:54.246Z Compiling rustc_version v0.4.1
12792024-11-08T00:41:54.802Z Compiling http-body v1.0.1
12802024-11-08T00:41:55.033Z Compiling serde_tokenstream v0.2.2
12812024-11-08T00:41:55.051Z Compiling serde_spanned v0.6.8
12822024-11-08T00:41:55.192Z Compiling uuid v1.10.0
12832024-11-08T00:41:55.286Z Compiling toml_datetime v0.6.8
12842024-11-08T00:41:55.639Z Compiling usdt-impl v0.5.0
12852024-11-08T00:41:55.805Z Compiling chrono v0.4.38
12862024-11-08T00:41:55.966Z Compiling heapless v0.7.17
12872024-11-08T00:41:56.295Z Compiling http-body-util v0.1.2
12882024-11-08T00:41:56.720Z Compiling toml_edit v0.22.22
12892024-11-08T00:41:56.811Z Compiling curve25519-dalek v4.1.3
12902024-11-08T00:41:57.177Z Compiling usdt-macro v0.5.0
12912024-11-08T00:41:57.520Z Compiling usdt-attr-macro v0.5.0
12922024-11-08T00:41:58.728Z Compiling addr2line v0.24.2
12932024-11-08T00:41:59.189Z Compiling slog-json v2.6.1
12942024-11-08T00:41:59.390Z Compiling serde_urlencoded v0.7.1
12952024-11-08T00:41:59.647Z Compiling futures-executor v0.3.31
12962024-11-08T00:41:59.922Z Compiling md-5 v0.10.6
12972024-11-08T00:42:00.182Z Compiling schemars_derive v0.8.21
12982024-11-08T00:42:00.231Z Compiling enum-as-inner v0.6.1
12992024-11-08T00:42:01.193Z Compiling tokio-util v0.7.12
13002024-11-08T00:42:01.668Z Compiling async-stream-impl v0.3.6
13012024-11-08T00:42:02.601Z Compiling h2 v0.4.6
13022024-11-08T00:42:03.294Z Compiling crossbeam-deque v0.8.5
13032024-11-08T00:42:03.649Z Compiling term v0.7.0
13042024-11-08T00:42:04.676Z Compiling crossbeam-channel v0.5.13
13052024-11-08T00:42:04.970Z Compiling num-integer v0.1.46
13062024-11-08T00:42:05.054Z Compiling rustls-pemfile v2.2.0
13072024-11-08T00:42:05.400Z Compiling idna v0.3.0
13082024-11-08T00:42:05.756Z Compiling idna v0.4.0
13092024-11-08T00:42:05.759Z Compiling hash32 v0.2.1
13102024-11-08T00:42:06.914Z Compiling ff v0.13.0
13112024-11-08T00:42:06.952Z Compiling is-terminal v0.4.13
13122024-11-08T00:42:07.065Z Compiling object v0.36.5
13132024-11-08T00:42:07.141Z Compiling dropshot v0.12.0
13142024-11-08T00:42:07.205Z Compiling base16ct v0.2.0
13152024-11-08T00:42:07.273Z Compiling portable-atomic v1.9.0
13162024-11-08T00:42:07.452Z Compiling smoltcp v0.9.1
13172024-11-08T00:42:07.493Z Compiling num-bigint-dig v0.8.4
13182024-11-08T00:42:07.824Z Compiling rustc-demangle v0.1.24
13192024-11-08T00:42:08.170Z Compiling take_mut v0.2.2
13202024-11-08T00:42:08.295Z Compiling quick-error v1.2.3
13212024-11-08T00:42:08.335Z Compiling anyhow v1.0.92
13222024-11-08T00:42:08.450Z Compiling psl-types v2.0.11
13232024-11-08T00:42:08.640Z Compiling stable_deref_trait v1.2.0
13242024-11-08T00:42:08.746Z Compiling linked-hash-map v0.5.6
13252024-11-08T00:42:08.764Z Compiling dyn-clone v1.0.17
13262024-11-08T00:42:08.978Z Compiling fallible-iterator v0.2.0
13272024-11-08T00:42:08.996Z Compiling utf-8 v0.7.6
13282024-11-08T00:42:09.099Z Compiling lru-cache v0.1.2
13292024-11-08T00:42:09.292Z Compiling tungstenite v0.24.0
13302024-11-08T00:42:09.660Z Compiling hyper v1.4.1
13312024-11-08T00:42:09.696Z Compiling postgres-protocol v0.6.7
13322024-11-08T00:42:11.535Z Compiling publicsuffix v2.2.3
13332024-11-08T00:42:11.801Z Compiling resolv-conf v0.7.0
13342024-11-08T00:42:12.295Z Compiling hyper-util v0.1.9
13352024-11-08T00:42:13.025Z Compiling sec1 v0.7.3
13362024-11-08T00:42:13.077Z Compiling group v0.13.0
13372024-11-08T00:42:13.239Z Compiling slog-term v2.9.1
13382024-11-08T00:42:13.392Z Compiling usdt v0.5.0
13392024-11-08T00:42:13.593Z Compiling hickory-proto v0.24.1
13402024-11-08T00:42:13.697Z Compiling tokio-rustls v0.26.0
13412024-11-08T00:42:13.745Z Compiling num-iter v0.1.45
13422024-11-08T00:42:13.879Z Compiling tokio-rustls v0.25.0
13432024-11-08T00:42:14.141Z Compiling tokio-native-tls v0.3.1
13442024-11-08T00:42:14.300Z Compiling async-stream v0.3.6
13452024-11-08T00:42:14.460Z Compiling toml v0.8.19
13462024-11-08T00:42:14.559Z Compiling backtrace v0.3.74
13472024-11-08T00:42:14.597Z Compiling futures v0.3.31
13482024-11-08T00:42:15.604Z Compiling slog-bunyan v2.5.0
13492024-11-08T00:42:15.642Z Compiling terminal_size v0.4.0
13502024-11-08T00:42:15.817Z Compiling dropshot_endpoint v0.12.0
13512024-11-08T00:42:15.855Z Compiling openapiv3 v2.0.0
13522024-11-08T00:42:15.904Z Compiling serde_path_to_error v0.1.16
13532024-11-08T00:42:16.113Z Compiling camino v1.1.9
13542024-11-08T00:42:17.108Z Compiling hkdf v0.12.4
13552024-11-08T00:42:17.245Z Compiling hubpack_derive v0.1.1
13562024-11-08T00:42:17.322Z Compiling crypto-bigint v0.5.5
13572024-11-08T00:42:17.368Z Compiling curve25519-dalek-derive v0.1.1
13582024-11-08T00:42:17.923Z Compiling zerocopy-derive v0.6.6
13592024-11-08T00:42:17.966Z Compiling phf_shared v0.11.2
13602024-11-08T00:42:18.170Z Compiling waitgroup v0.1.2
13612024-11-08T00:42:18.341Z Compiling webpki-roots v0.26.6
13622024-11-08T00:42:18.380Z Compiling hostname v0.4.0
13632024-11-08T00:42:18.563Z Compiling ahash v0.8.11
13642024-11-08T00:42:18.646Z Compiling crc32fast v1.4.2
13652024-11-08T00:42:18.843Z Compiling fs-err v2.11.0
13662024-11-08T00:42:18.911Z Compiling debug-ignore v1.0.5
13672024-11-08T00:42:18.990Z Compiling winnow v0.5.40
13682024-11-08T00:42:19.059Z Compiling managed v0.8.0
13692024-11-08T00:42:19.152Z Compiling bitflags v1.3.2
13702024-11-08T00:42:19.265Z Compiling clap_builder v4.5.20
13712024-11-08T00:42:20.043Z Compiling zerocopy v0.6.6
13722024-11-08T00:42:20.179Z Compiling console v0.15.8
13732024-11-08T00:42:20.894Z Compiling elliptic-curve v0.13.8
13742024-11-08T00:42:21.649Z Compiling strum_macros v0.25.3
13752024-11-08T00:42:21.799Z Compiling hickory-resolver v0.24.1
13762024-11-08T00:42:21.904Z Compiling flate2 v1.0.34
13772024-11-08T00:42:22.926Z Compiling toml_edit v0.19.15
13782024-11-08T00:42:23.580Z Compiling hyper-rustls v0.27.3
13792024-11-08T00:42:23.670Z Compiling phf v0.11.2
13802024-11-08T00:42:23.973Z Compiling hubpack v0.1.2
13812024-11-08T00:42:24.196Z Compiling signal-hook-mio v0.2.4
13822024-11-08T00:42:24.364Z Compiling cookie_store v0.21.0
13832024-11-08T00:42:25.276Z Compiling hyper-tls v0.6.0
13842024-11-08T00:42:25.562Z Compiling rayon v1.10.0
13852024-11-08T00:42:25.679Z Compiling bzip2 v0.4.4
13862024-11-08T00:42:27.477Z Compiling postgres-types v0.2.8
13872024-11-08T00:42:28.174Z Compiling tokio-tungstenite v0.24.0
13882024-11-08T00:42:28.215Z Compiling tokio-stream v0.1.16
13892024-11-08T00:42:28.716Z Compiling regex v1.11.0
13902024-11-08T00:42:28.995Z Compiling bstr v1.10.0
13912024-11-08T00:42:29.279Z Compiling serde-big-array v0.5.1
13922024-11-08T00:42:29.520Z Compiling ed25519 v2.2.3
13932024-11-08T00:42:29.645Z Compiling pkcs1 v0.7.5
13942024-11-08T00:42:29.782Z Compiling rfc6979 v0.4.0
13952024-11-08T00:42:29.968Z Compiling serde_repr v0.1.19
13962024-11-08T00:42:30.482Z Compiling derive-where v1.2.7
13972024-11-08T00:42:30.592Z Compiling clap_derive v4.5.18
13982024-11-08T00:42:30.642Z Compiling phf_shared v0.10.0
13992024-11-08T00:42:30.762Z Compiling float-cmp v0.9.0
14002024-11-08T00:42:30.986Z Compiling sync_wrapper v1.0.1
14012024-11-08T00:42:31.032Z Compiling fixedbitset v0.4.2
14022024-11-08T00:42:31.078Z Compiling new_debug_unreachable v1.0.6
14032024-11-08T00:42:31.136Z Compiling static_assertions v1.1.0
14042024-11-08T00:42:31.138Z Compiling precomputed-hash v0.1.1
14052024-11-08T00:42:31.176Z Compiling difflib v0.4.0
14062024-11-08T00:42:31.253Z Compiling normalize-line-endings v0.3.0
14072024-11-08T00:42:31.273Z Compiling bit-vec v0.6.3
14082024-11-08T00:42:31.341Z Compiling predicates-core v1.0.8
14092024-11-08T00:42:31.381Z Compiling minimal-lexical v0.2.1
14102024-11-08T00:42:31.478Z Compiling whoami v1.5.2
14112024-11-08T00:42:31.704Z Compiling number_prefix v0.4.0
14122024-11-08T00:42:31.736Z Compiling unicode-segmentation v1.12.0
14132024-11-08T00:42:31.917Z Compiling indicatif v0.17.8
14142024-11-08T00:42:31.937Z Compiling tokio-postgres v0.7.12
14152024-11-08T00:42:32.102Z Compiling nom v7.1.3
14162024-11-08T00:42:32.620Z Compiling similar v2.6.0
14172024-11-08T00:42:32.742Z Compiling bit-set v0.5.3
14182024-11-08T00:42:33.060Z Compiling predicates v3.1.2
14192024-11-08T00:42:33.955Z Compiling qorb v0.2.0
14202024-11-08T00:42:34.076Z Compiling petgraph v0.6.5
14212024-11-08T00:42:34.727Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14222024-11-08T00:42:35.115Z Compiling string_cache v0.8.7
14232024-11-08T00:42:35.335Z Compiling clap v4.5.20
14242024-11-08T00:42:35.461Z Compiling reqwest v0.12.8
14252024-11-08T00:42:35.546Z Compiling rsa v0.9.6
14262024-11-08T00:42:35.919Z Compiling ecdsa v0.16.9
14272024-11-08T00:42:36.780Z Compiling ed25519-dalek v2.1.1
14282024-11-08T00:42:37.714Z Compiling toml v0.7.8
14292024-11-08T00:42:38.117Z Compiling zip v0.6.6
14302024-11-08T00:42:38.160Z Compiling crossterm v0.28.1
14312024-11-08T00:42:39.958Z Compiling hex v0.4.3
14322024-11-08T00:42:40.079Z Compiling itertools v0.10.5
14332024-11-08T00:42:40.361Z Compiling itertools v0.12.1
14342024-11-08T00:42:40.420Z Compiling x509-cert v0.2.5
14352024-11-08T00:42:40.577Z Compiling lalrpop-util v0.19.12
14362024-11-08T00:42:40.942Z Compiling unicode-xid v0.2.6
14372024-11-08T00:42:41.129Z Compiling peg-runtime v0.8.3
14382024-11-08T00:42:41.691Z Compiling xattr v1.3.1
14392024-11-08T00:42:41.783Z Compiling strum_macros v0.26.4
14402024-11-08T00:42:41.889Z Compiling filetime v0.2.25
14412024-11-08T00:42:42.206Z Compiling tar v0.4.42
14422024-11-08T00:42:44.817Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14432024-11-08T00:42:45.063Z Compiling strum v0.26.3
14442024-11-08T00:42:45.152Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14452024-11-08T00:42:50.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
14462024-11-08T00:42:50.786Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14472024-11-08T00:42:50.831ZNov 08 00:42:49.246 INFO Starting download, target: Clickhouse
14482024-11-08T00:42:50.831ZNov 08 00:42:49.246 INFO Starting download, target: Cockroach
14492024-11-08T00:42:50.832ZNov 08 00:42:49.246 INFO Starting download, target: Console
14502024-11-08T00:42:50.834ZNov 08 00:42:49.246 INFO Starting download, target: DendriteOpenapi
14512024-11-08T00:42:50.834ZNov 08 00:42:49.246 INFO Starting download, target: DendriteStub
14522024-11-08T00:42:50.834ZNov 08 00:42:49.246 INFO Starting download, target: MaghemiteMgd
14532024-11-08T00:42:50.834ZNov 08 00:42:49.246 INFO Starting download, target: TransceiverControl
14542024-11-08T00:42:50.834ZNov 08 00:42:49.247 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi
14552024-11-08T00:42:50.834ZNov 08 00:42:49.247 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14562024-11-08T00:42:50.834ZNov 08 00:42:49.247 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14572024-11-08T00:42:50.834ZNov 08 00:42:49.247 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14582024-11-08T00:42:50.834ZNov 08 00:42:49.247 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14592024-11-08T00:42:50.834ZNov 08 00:42:49.247 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14602024-11-08T00:42:50.834ZNov 08 00:42:49.247 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14612024-11-08T00:42:50.992ZNov 08 00:42:49.405 INFO Download complete, target: DendriteOpenapi
14622024-11-08T00:42:51.115ZNov 08 00:42:49.521 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14632024-11-08T00:42:51.410ZNov 08 00:42:49.798 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14642024-11-08T00:42:51.581ZNov 08 00:42:49.992 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14652024-11-08T00:42:51.744ZNov 08 00:42:50.157 INFO Download complete, target: Console
14662024-11-08T00:42:51.761ZNov 08 00:42:50.175 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14672024-11-08T00:42:51.786ZNov 08 00:42:50.197 INFO Download complete, target: TransceiverControl
14682024-11-08T00:42:52.375ZNov 08 00:42:50.789 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14692024-11-08T00:42:52.375ZNov 08 00:42:50.789 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14702024-11-08T00:42:53.045ZNov 08 00:42:51.460 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14712024-11-08T00:42:54.543ZNov 08 00:42:52.957 INFO Download complete, target: DendriteStub
14722024-11-08T00:42:54.771ZNov 08 00:42:53.185 INFO Download complete, target: MaghemiteMgd
14732024-11-08T00:42:59.867ZNov 08 00:42:58.281 INFO Checking that binary works, target: Cockroach
14742024-11-08T00:43:00.100ZNov 08 00:42:58.514 INFO Download complete, target: Cockroach
14752024-11-08T00:43:05.364ZNov 08 00:43:03.769 INFO Checking that binary works, target: Clickhouse
14762024-11-08T00:43:05.538ZNov 08 00:43:03.932 INFO Download complete, target: Clickhouse
14772024-11-08T00:43:05.561ZAll prerequisites installed successfully
14782024-11-08T00:43:05.561Z
14792024-11-08T00:43:05.561Zreal 5:07.111499818
14802024-11-08T00:43:05.561Zuser 12:20.496670408
14812024-11-08T00:43:05.562Zsys 2:42.661759207
14822024-11-08T00:43:05.562Ztrap 0.441525052
14832024-11-08T00:43:05.562Ztflt 1.268255534
14842024-11-08T00:43:05.562Zdflt 1.336981935
14852024-11-08T00:43:05.562Zkflt 0.025042427
14862024-11-08T00:43:05.562Zlock 22:31.662709086
14872024-11-08T00:43:05.562Zslp 50:00.521612995
14882024-11-08T00:43:05.562Zlat 47.866206007
14892024-11-08T00:43:05.563Zstop 2:02.835649649
14902024-11-08T00:43:05.563Z+ ptime -m cargo xtask download softnpu
14912024-11-08T00:43:06.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
14922024-11-08T00:43:06.054Z Running `target/debug/xtask download softnpu`
14932024-11-08T00:43:06.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
14942024-11-08T00:43:07.012Z Running `target/debug/xtask-downloader softnpu`
14952024-11-08T00:43:07.012ZNov 08 00:43:05.338 INFO Starting download, target: Softnpu
14962024-11-08T00:43:07.012ZNov 08 00:43:05.339 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
14972024-11-08T00:43:08.450ZNov 08 00:43:06.860 INFO Download complete, target: Softnpu
14982024-11-08T00:43:08.453Z
14992024-11-08T00:43:08.453Zreal 2.918156688
15002024-11-08T00:43:08.453Zuser 1.268299391
15012024-11-08T00:43:08.453Zsys 0.523020168
15022024-11-08T00:43:08.453Ztrap 0.000708433
15032024-11-08T00:43:08.453Ztflt 0.000002908
15042024-11-08T00:43:08.453Zdflt 0.000000000
15052024-11-08T00:43:08.454Zkflt 0.000000000
15062024-11-08T00:43:08.454Zlock 16.453965664
15072024-11-08T00:43:08.454Zslp 1.273424373
15082024-11-08T00:43:08.454Zlat 0.074079062
15092024-11-08T00:43:08.454Zstop 0.000242996
15102024-11-08T00:43:08.454Z+ export CARGO_INCREMENTAL=0
15112024-11-08T00:43:08.454Z+ CARGO_INCREMENTAL=0
15122024-11-08T00:43:08.454Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15132024-11-08T00:43:09.362Z Compiling proc-macro2 v1.0.87
15142024-11-08T00:43:09.362Z Compiling unicode-ident v1.0.13
15152024-11-08T00:43:09.365Z Compiling libc v0.2.161
15162024-11-08T00:43:09.365Z Compiling serde v1.0.210
15172024-11-08T00:43:09.366Z Compiling autocfg v1.4.0
15182024-11-08T00:43:09.366Z Compiling version_check v0.9.5
15192024-11-08T00:43:09.366Z Compiling cfg-if v1.0.0
15202024-11-08T00:43:09.626Z Compiling typenum v1.17.0
15212024-11-08T00:43:09.650Z Compiling shlex v1.3.0
15222024-11-08T00:43:10.028Z Compiling memchr v2.7.4
15232024-11-08T00:43:10.101Z Compiling generic-array v0.14.7
15242024-11-08T00:43:10.376Z Compiling lock_api v0.4.12
15252024-11-08T00:43:10.425Z Compiling parking_lot_core v0.9.10
15262024-11-08T00:43:10.558Z Compiling once_cell v1.20.2
15272024-11-08T00:43:10.693Z Compiling serde_json v1.0.128
15282024-11-08T00:43:10.840Z Compiling thiserror v1.0.64
15292024-11-08T00:43:10.951Z Compiling libm v0.2.8
15302024-11-08T00:43:11.017Z Compiling num-traits v0.2.19
15312024-11-08T00:43:11.294Z Compiling quote v1.0.37
15322024-11-08T00:43:11.313Z Compiling value-bag v1.9.0
15332024-11-08T00:43:11.332Z Compiling getrandom v0.2.15
15342024-11-08T00:43:11.355Z Compiling jobserver v0.1.32
15352024-11-08T00:43:11.661Z Compiling syn v2.0.79
15362024-11-08T00:43:11.678Z Compiling itoa v1.0.11
15372024-11-08T00:43:11.878Z Compiling cc v1.1.30
15382024-11-08T00:43:11.897Z Compiling log v0.4.22
15392024-11-08T00:43:11.914Z Compiling slab v0.4.9
15402024-11-08T00:43:11.926Z Compiling scopeguard v1.2.0
15412024-11-08T00:43:12.111Z Compiling byteorder v1.5.0
15422024-11-08T00:43:12.235Z Compiling rand_core v0.6.4
15432024-11-08T00:43:13.014Z Compiling subtle v2.6.1
15442024-11-08T00:43:13.081Z Compiling allocator-api2 v0.2.18
15452024-11-08T00:43:13.319Z Compiling semver v1.0.23
15462024-11-08T00:43:13.619Z Compiling pkg-config v0.3.31
15472024-11-08T00:43:13.829Z Compiling ryu v1.0.18
15482024-11-08T00:43:14.100Z Compiling pin-project-lite v0.2.14
15492024-11-08T00:43:14.121Z Compiling const-oid v0.9.6
15502024-11-08T00:43:14.136Z Compiling equivalent v1.0.1
15512024-11-08T00:43:14.200Z Compiling smallvec v1.13.2
15522024-11-08T00:43:14.235Z Compiling foldhash v0.1.3
15532024-11-08T00:43:14.282Z Compiling httparse v1.9.5
15542024-11-08T00:43:14.526Z Compiling hashbrown v0.15.0
15552024-11-08T00:43:14.757Z Compiling schemars v0.8.21
15562024-11-08T00:43:14.928Z Compiling signal-hook-registry v1.4.2
15572024-11-08T00:43:15.007Z Compiling ring v0.17.8
15582024-11-08T00:43:15.175Z Compiling heck v0.5.0
15592024-11-08T00:43:15.552Z Compiling parking_lot v0.12.3
15602024-11-08T00:43:15.620Z Compiling mio v1.0.2
15612024-11-08T00:43:16.173Z Compiling crossbeam-utils v0.8.20
15622024-11-08T00:43:16.268Z Compiling socket2 v0.5.7
15632024-11-08T00:43:16.414Z Compiling futures-core v0.3.31
15642024-11-08T00:43:16.664Z Compiling vcpkg v0.2.15
15652024-11-08T00:43:16.952Z Compiling time-core v0.1.2
15662024-11-08T00:43:17.199Z Compiling fnv v1.0.7
15672024-11-08T00:43:17.334Z Compiling num-conv v0.1.0
15682024-11-08T00:43:17.629Z Compiling time-macros v0.2.18
15692024-11-08T00:43:18.230Z Compiling openssl-sys v0.9.103
15702024-11-08T00:43:18.663Z Compiling spin v0.9.8
15712024-11-08T00:43:19.079Z Compiling serde_derive_internals v0.29.1
15722024-11-08T00:43:19.171Z Compiling cpufeatures v0.2.14
15732024-11-08T00:43:19.400Z Compiling futures-sink v0.3.31
15742024-11-08T00:43:19.898Z Compiling ahash v0.8.11
15752024-11-08T00:43:19.973Z Compiling syn v1.0.109
15762024-11-08T00:43:20.148Z Compiling slog v2.7.0
15772024-11-08T00:43:20.428Z Compiling rustix v0.38.37
15782024-11-08T00:43:20.593Z Compiling futures-channel v0.3.31
15792024-11-08T00:43:20.841Z Compiling tinyvec_macros v0.1.1
15802024-11-08T00:43:20.900Z Compiling pin-utils v0.1.0
15812024-11-08T00:43:20.935Z Compiling openssl v0.10.66
15822024-11-08T00:43:21.117Z Compiling futures-task v0.3.31
15832024-11-08T00:43:21.129Z Compiling ucd-trie v0.1.7
15842024-11-08T00:43:21.129Z Compiling iana-time-zone v0.1.61
15852024-11-08T00:43:21.168Z Compiling futures-io v0.3.31
15862024-11-08T00:43:21.328Z Compiling tinyvec v1.8.0
15872024-11-08T00:43:21.906Z Compiling native-tls v0.2.12
15882024-11-08T00:43:21.923Z Compiling rustls v0.23.14
15892024-11-08T00:43:22.202Z Compiling unicode-bidi v0.3.17
15902024-11-08T00:43:22.239Z Compiling base64ct v1.6.0
15912024-11-08T00:43:22.754Z Compiling pem-rfc7468 v0.7.0
15922024-11-08T00:43:22.831Z Compiling unicode-normalization v0.1.24
15932024-11-08T00:43:23.500Z Compiling tracing-core v0.1.32
15942024-11-08T00:43:23.876Z Compiling cookie v0.18.1
15952024-11-08T00:43:23.897Z Compiling serde_derive v1.0.210
15962024-11-08T00:43:24.150Z Compiling zeroize_derive v1.4.2
15972024-11-08T00:43:24.643Z Compiling zerocopy-derive v0.7.35
15982024-11-08T00:43:24.830Z Compiling thiserror-impl v1.0.64
15992024-11-08T00:43:25.443Z Compiling zeroize v1.8.1
16002024-11-08T00:43:25.701Z Compiling tokio-macros v2.4.0
16012024-11-08T00:43:26.462Z Compiling futures-macro v0.3.31
16022024-11-08T00:43:27.023Z Compiling zerocopy v0.7.35
16032024-11-08T00:43:27.586Z Compiling crypto-common v0.1.6
16042024-11-08T00:43:27.911Z Compiling tracing-attributes v0.1.27
16052024-11-08T00:43:28.046Z Compiling block-buffer v0.10.4
16062024-11-08T00:43:28.282Z Compiling digest v0.10.7
16072024-11-08T00:43:28.691Z Compiling schemars_derive v0.8.21
16082024-11-08T00:43:28.851Z Compiling der_derive v0.7.3
16092024-11-08T00:43:30.026Z Compiling hmac v0.12.1
16102024-11-08T00:43:30.105Z Compiling scroll_derive v0.12.0
16112024-11-08T00:43:30.261Z Compiling futures-util v0.3.31
16122024-11-08T00:43:30.924Z Compiling pest v2.7.14
16132024-11-08T00:43:31.279Z Compiling block-padding v0.3.3
16142024-11-08T00:43:31.512Z Compiling inout v0.1.3
16152024-11-08T00:43:31.769Z Compiling openssl-macros v0.1.1
16162024-11-08T00:43:32.073Z Compiling cipher v0.4.4
16172024-11-08T00:43:32.477Z Compiling sha2 v0.10.8
16182024-11-08T00:43:32.477Z Compiling ppv-lite86 v0.2.20
16192024-11-08T00:43:33.290Z Compiling usdt-impl v0.5.0
16202024-11-08T00:43:33.433Z Compiling pest_meta v2.7.14
16212024-11-08T00:43:33.611Z Compiling dyn-clone v1.0.17
16222024-11-08T00:43:33.729Z Compiling flagset v0.4.6
16232024-11-08T00:43:33.833Z Compiling anyhow v1.0.92
16242024-11-08T00:43:34.137Z Compiling der v0.7.9
16252024-11-08T00:43:34.383Z Compiling rand_chacha v0.3.1
16262024-11-08T00:43:35.267Z Compiling pest_generator v2.7.14
16272024-11-08T00:43:35.806Z Compiling scroll v0.12.0
16282024-11-08T00:43:36.093Z Compiling bytes v1.7.2
16292024-11-08T00:43:36.334Z Compiling indexmap v2.6.0
16302024-11-08T00:43:37.197Z Compiling tokio v1.40.0
16312024-11-08T00:43:37.276Z Compiling http v1.1.0
16322024-11-08T00:43:37.706Z Compiling serde_tokenstream v0.2.2
16332024-11-08T00:43:37.853Z Compiling rustc_version v0.4.1
16342024-11-08T00:43:38.236Z Compiling uuid v1.10.0
16352024-11-08T00:43:38.442Z Compiling chrono v0.4.38
16362024-11-08T00:43:38.738Z Compiling bitflags v2.6.0
16372024-11-08T00:43:39.516Z Compiling serde_spanned v0.6.8
16382024-11-08T00:43:39.739Z Compiling toml_datetime v0.6.8
16392024-11-08T00:43:40.206Z Compiling pest_derive v2.7.14
16402024-11-08T00:43:41.399Z Compiling tracing v0.1.40
16412024-11-08T00:43:43.616Z Compiling async-trait v0.1.83
16422024-11-08T00:43:43.870Z Compiling aho-corasick v1.1.3
16432024-11-08T00:43:45.466Z Compiling rustls-pki-types v1.9.0
16442024-11-08T00:43:45.777Z Compiling rayon-core v1.12.1
16452024-11-08T00:43:45.839Z Compiling plain v0.2.3
16462024-11-08T00:43:46.010Z Compiling regex-syntax v0.8.5
16472024-11-08T00:43:46.076Z Compiling percent-encoding v2.3.1
16482024-11-08T00:43:46.367Z Compiling camino v1.1.9
16492024-11-08T00:43:46.410Z Compiling goblin v0.8.2
16502024-11-08T00:43:46.928Z Compiling tokio-util v0.7.12
16512024-11-08T00:43:47.996Z Compiling spki v0.7.3
16522024-11-08T00:43:48.105Z Compiling rand v0.8.5
16532024-11-08T00:43:48.234Z Compiling salsa20 v0.10.2
16542024-11-08T00:43:48.349Z Compiling pbkdf2 v0.12.2
16552024-11-08T00:43:48.890Z Compiling rustls v0.22.4
16562024-11-08T00:43:49.437Z Compiling pretty-hex v0.4.1
16572024-11-08T00:43:49.612Z Compiling regex-automata v0.4.8
16582024-11-08T00:43:49.638Z Compiling winnow v0.5.40
16592024-11-08T00:43:49.715Z Compiling powerfmt v0.2.0
16602024-11-08T00:43:50.120Z Compiling untrusted v0.9.0
16612024-11-08T00:43:51.479Z Compiling deranged v0.3.11
16622024-11-08T00:43:52.789Z Compiling dof v0.3.0
16632024-11-08T00:43:53.313Z Compiling toml_edit v0.19.15
16642024-11-08T00:43:53.637Z Compiling scrypt v0.11.0
16652024-11-08T00:43:54.153Z Compiling dtrace-parser v0.2.0
16662024-11-08T00:43:54.578Z Compiling aes v0.8.4
16672024-11-08T00:43:54.619Z Compiling cbc v0.1.2
16682024-11-08T00:43:54.837Z Compiling thread-id v4.2.2
16692024-11-08T00:43:54.958Z Compiling atomic-waker v1.1.2
16702024-11-08T00:43:55.149Z Compiling rustversion v1.0.17
16712024-11-08T00:43:55.202Z Compiling num_threads v0.1.7
16722024-11-08T00:43:55.795Z Compiling pkcs5 v0.7.1
16732024-11-08T00:43:55.933Z Compiling time v0.3.36
16742024-11-08T00:43:57.333Z Compiling rustls-webpki v0.102.8
16752024-11-08T00:43:58.103Z Compiling form_urlencoded v1.2.1
16762024-11-08T00:43:58.384Z Compiling http-body v1.0.1
16772024-11-08T00:43:58.615Z Compiling heapless v0.7.17
16782024-11-08T00:43:59.239Z Compiling bzip2-sys v0.1.11+1.0.8
16792024-11-08T00:43:59.416Z Compiling multer v3.1.0
16802024-11-08T00:43:59.944Z Compiling slog-async v2.8.0
16812024-11-08T00:44:00.003Z Compiling signal-hook v0.3.17
16822024-11-08T00:44:00.145Z Compiling try-lock v0.2.5
16832024-11-08T00:44:00.305Z Compiling want v0.3.1
16842024-11-08T00:44:00.447Z Compiling pkcs8 v0.10.2
16852024-11-08T00:44:01.076Z Compiling h2 v0.4.6
16862024-11-08T00:44:01.685Z Compiling regex v1.11.0
16872024-11-08T00:44:02.639Z Compiling paste v1.0.15
16882024-11-08T00:44:02.657Z Compiling adler2 v2.0.0
16892024-11-08T00:44:02.908Z Compiling httpdate v1.0.3
16902024-11-08T00:44:02.934Z Compiling strsim v0.11.1
16912024-11-08T00:44:03.611Z Compiling miniz_oxide v0.8.0
16922024-11-08T00:44:05.279Z Compiling usdt-attr-macro v0.5.0
16932024-11-08T00:44:05.330Z Compiling usdt-macro v0.5.0
16942024-11-08T00:44:06.630Z Compiling curve25519-dalek v4.1.3
16952024-11-08T00:44:06.742Z Compiling openapiv3 v2.0.0
16962024-11-08T00:44:07.039Z Compiling async-stream-impl v0.3.6
16972024-11-08T00:44:07.042Z Compiling enum-as-inner v0.6.1
16982024-11-08T00:44:08.093Z Compiling idna v0.5.0
16992024-11-08T00:44:08.288Z Compiling hyper v1.4.1
17002024-11-08T00:44:08.376Z Compiling errno v0.3.9
17012024-11-08T00:44:08.636Z Compiling dropshot v0.12.0
17022024-11-08T00:44:08.956Z Compiling match_cfg v0.1.0
17032024-11-08T00:44:09.262Z Compiling portable-atomic v1.9.0
17042024-11-08T00:44:09.455Z Compiling smoltcp v0.9.1
17052024-11-08T00:44:10.085Z Compiling base64 v0.22.1
17062024-11-08T00:44:10.172Z Compiling num-bigint-dig v0.8.4
17072024-11-08T00:44:10.711Z Compiling tower-service v0.3.3
17082024-11-08T00:44:10.771Z Compiling foreign-types-shared v0.1.1
17092024-11-08T00:44:10.821Z Compiling hyper-util v0.1.9
17102024-11-08T00:44:10.884Z Compiling foreign-types v0.3.2
17112024-11-08T00:44:10.907Z Compiling hostname v0.3.1
17122024-11-08T00:44:10.981Z Compiling url v2.5.2
17132024-11-08T00:44:13.499Z Compiling dirs-sys-next v0.1.2
17142024-11-08T00:44:13.750Z Compiling heck v0.4.1
17152024-11-08T00:44:13.847Z Compiling data-encoding v2.6.0
17162024-11-08T00:44:14.147Z Compiling siphasher v0.3.11
17172024-11-08T00:44:14.299Z Compiling gimli v0.31.1
17182024-11-08T00:44:15.062Z Compiling dirs-next v2.0.0
17192024-11-08T00:44:19.977Z Compiling addr2line v0.24.2
17202024-11-08T00:44:20.961Z Compiling http-body-util v0.1.2
17212024-11-08T00:44:21.623Z Compiling crossbeam-epoch v0.9.18
17222024-11-08T00:44:21.693Z Compiling dropshot_endpoint v0.12.0
17232024-11-08T00:44:21.717Z Compiling hubpack_derive v0.1.1
17242024-11-08T00:44:22.325Z Compiling sha1 v0.10.6
17252024-11-08T00:44:22.585Z Compiling signature v2.2.0
17262024-11-08T00:44:22.708Z Compiling zerocopy-derive v0.6.6
17272024-11-08T00:44:22.733Z Compiling curve25519-dalek-derive v0.1.1
17282024-11-08T00:44:22.880Z Compiling lazy_static v1.5.0
17292024-11-08T00:44:23.959Z Compiling object v0.36.5
17302024-11-08T00:44:24.067Z Compiling thread_local v1.1.8
17312024-11-08T00:44:24.490Z Compiling fs-err v2.11.0
17322024-11-08T00:44:24.509Z Compiling encoding_rs v0.8.34
17332024-11-08T00:44:24.806Z Compiling unicode-properties v0.1.3
17342024-11-08T00:44:24.839Z Compiling rustc-demangle v0.1.24
17352024-11-08T00:44:25.203Z Compiling ipnet v2.10.1
17362024-11-08T00:44:25.518Z Compiling utf8parse v0.2.2
17372024-11-08T00:44:25.692Z Compiling stable_deref_trait v1.2.0
17382024-11-08T00:44:25.808Z Compiling anstyle v1.0.8
17392024-11-08T00:44:26.232Z Compiling openssl-probe v0.1.5
17402024-11-08T00:44:26.273Z Compiling either v1.13.0
17412024-11-08T00:44:26.523Z Compiling winnow v0.6.20
17422024-11-08T00:44:26.710Z Compiling mime v0.3.17
17432024-11-08T00:44:27.763Z Compiling anstyle-parse v0.2.5
17442024-11-08T00:44:27.922Z Compiling stringprep v0.1.5
17452024-11-08T00:44:30.165Z Compiling toml_edit v0.22.22
17462024-11-08T00:44:31.933Z Compiling backtrace v0.3.74
17472024-11-08T00:44:33.090Z Compiling crossbeam-deque v0.8.5
17482024-11-08T00:44:37.107Z Compiling term v0.7.0
17492024-11-08T00:44:38.280Z Compiling slog-json v2.6.1
17502024-11-08T00:44:40.374Z Compiling serde_urlencoded v0.7.1
17512024-11-08T00:44:40.679Z Compiling crossbeam-channel v0.5.13
17522024-11-08T00:44:41.037Z Compiling rustls-pemfile v2.2.0
17532024-11-08T00:44:41.376Z Compiling hashbrown v0.14.5
17542024-11-08T00:44:41.850Z Compiling futures-executor v0.3.31
17552024-11-08T00:44:42.285Z Compiling md-5 v0.10.6
17562024-11-08T00:44:42.397Z Compiling idna v0.4.0
17572024-11-08T00:44:42.475Z Compiling idna v0.3.0
17582024-11-08T00:44:42.529Z Compiling num-integer v0.1.46
17592024-11-08T00:44:42.821Z Compiling ff v0.13.0
17602024-11-08T00:44:43.056Z Compiling hash32 v0.2.1
17612024-11-08T00:44:43.243Z Compiling is-terminal v0.4.13
17622024-11-08T00:44:43.378Z Compiling memmap v0.7.0
17632024-11-08T00:44:43.762Z Compiling anstyle-query v1.1.1
17642024-11-08T00:44:43.842Z Compiling linked-hash-map v0.5.6
17652024-11-08T00:44:43.910Z Compiling take_mut v0.2.2
17662024-11-08T00:44:44.077Z Compiling psl-types v2.0.11
17672024-11-08T00:44:44.264Z Compiling is_terminal_polyfill v1.70.1
17682024-11-08T00:44:44.290Z Compiling utf-8 v0.7.6
17692024-11-08T00:44:44.317Z Compiling colorchoice v1.0.2
17702024-11-08T00:44:44.393Z Compiling fallible-iterator v0.2.0
17712024-11-08T00:44:44.483Z Compiling quick-error v1.2.3
17722024-11-08T00:44:45.504Z Compiling base16ct v0.2.0
17732024-11-08T00:44:45.671Z Compiling postgres-protocol v0.6.7
17742024-11-08T00:44:45.808Z Compiling sec1 v0.7.3
17752024-11-08T00:44:46.378Z Compiling resolv-conf v0.7.0
17762024-11-08T00:44:46.855Z Compiling tungstenite v0.24.0
17772024-11-08T00:44:47.029Z Compiling anstream v0.6.15
17782024-11-08T00:44:48.102Z Compiling publicsuffix v2.2.3
17792024-11-08T00:44:48.381Z Compiling lru-cache v0.1.2
17802024-11-08T00:44:48.928Z Compiling usdt v0.5.0
17812024-11-08T00:44:49.403Z Compiling slog-term v2.9.1
17822024-11-08T00:44:49.595Z Compiling hickory-proto v0.24.1
17832024-11-08T00:44:49.838Z Compiling num-iter v0.1.45
17842024-11-08T00:44:50.039Z Compiling group v0.13.0
17852024-11-08T00:44:50.502Z Compiling regress v0.10.1
17862024-11-08T00:44:52.757Z Compiling futures v0.3.31
17872024-11-08T00:44:55.236Z Compiling slog-bunyan v2.5.0
17882024-11-08T00:44:55.255Z Compiling tokio-rustls v0.25.0
17892024-11-08T00:44:55.474Z Compiling tokio-rustls v0.26.0
17902024-11-08T00:44:55.676Z Compiling toml v0.8.19
17912024-11-08T00:44:55.938Z Compiling tokio-native-tls v0.3.1
17922024-11-08T00:44:55.971Z Compiling terminal_size v0.4.0
17932024-11-08T00:44:56.192Z Compiling phf_shared v0.11.2
17942024-11-08T00:44:56.217Z Compiling strum_macros v0.25.3
17952024-11-08T00:44:56.779Z Compiling async-stream v0.3.6
17962024-11-08T00:44:57.185Z Compiling waitgroup v0.1.2
17972024-11-08T00:44:57.757Z Compiling webpki-roots v0.26.6
17982024-11-08T00:44:58.250Z Compiling serde_path_to_error v0.1.16
17992024-11-08T00:44:58.369Z Compiling hkdf v0.12.4
18002024-11-08T00:44:58.570Z Compiling crypto-bigint v0.5.5
18012024-11-08T00:44:58.712Z Compiling derive-where v1.2.7
18022024-11-08T00:44:59.069Z Compiling clap_derive v4.5.18
18032024-11-08T00:44:59.627Z Compiling serde_repr v0.1.19
18042024-11-08T00:45:00.868Z Compiling hostname v0.4.0
18052024-11-08T00:45:01.100Z Compiling crc32fast v1.4.2
18062024-11-08T00:45:01.426Z Compiling debug-ignore v1.0.5
18072024-11-08T00:45:01.587Z Compiling managed v0.8.0
18082024-11-08T00:45:01.798Z Compiling bitflags v1.3.2
18092024-11-08T00:45:02.005Z Compiling unicode-width v0.1.14
18102024-11-08T00:45:02.126Z Compiling clap_lex v0.7.2
18112024-11-08T00:45:02.460Z Compiling clap_builder v4.5.20
18122024-11-08T00:45:02.545Z Compiling console v0.15.8
18132024-11-08T00:45:03.357Z Compiling elliptic-curve v0.13.8
18142024-11-08T00:45:03.783Z Compiling flate2 v1.0.34
18152024-11-08T00:45:04.739Z Compiling hyper-rustls v0.27.3
18162024-11-08T00:45:07.112Z Compiling phf v0.11.2
18172024-11-08T00:45:07.419Z Compiling hyper-tls v0.6.0
18182024-11-08T00:45:07.802Z Compiling signal-hook-mio v0.2.4
18192024-11-08T00:45:07.941Z Compiling bzip2 v0.4.4
18202024-11-08T00:45:07.979Z Compiling hickory-resolver v0.24.1
18212024-11-08T00:45:08.332Z Compiling rayon v1.10.0
18222024-11-08T00:45:09.455Z Compiling typify-impl v0.2.0
18232024-11-08T00:45:09.824Z Compiling cookie_store v0.21.0
18242024-11-08T00:45:11.198Z Compiling tokio-tungstenite v0.24.0
18252024-11-08T00:45:11.314Z Compiling postgres-types v0.2.8
18262024-11-08T00:45:11.939Z Compiling zerocopy v0.6.6
18272024-11-08T00:45:12.626Z Compiling ed25519 v2.2.3
18282024-11-08T00:45:12.834Z Compiling hubpack v0.1.2
18292024-11-08T00:45:13.067Z Compiling phf_shared v0.10.0
18302024-11-08T00:45:13.219Z Compiling pkcs1 v0.7.5
18312024-11-08T00:45:13.258Z Compiling bstr v1.10.0
18322024-11-08T00:45:13.677Z Compiling tokio-stream v0.1.16
18332024-11-08T00:45:13.796Z Compiling serde-big-array v0.5.1
18342024-11-08T00:45:14.128Z Compiling rfc6979 v0.4.0
18352024-11-08T00:45:14.193Z Compiling float-cmp v0.9.0
18362024-11-08T00:45:14.336Z Compiling sync_wrapper v1.0.1
18372024-11-08T00:45:14.485Z Compiling difflib v0.4.0
18382024-11-08T00:45:14.530Z Compiling minimal-lexical v0.2.1
18392024-11-08T00:45:14.674Z Compiling whoami v1.5.2
18402024-11-08T00:45:14.677Z Compiling bit-vec v0.6.3
18412024-11-08T00:45:14.792Z Compiling static_assertions v1.1.0
18422024-11-08T00:45:14.903Z Compiling fixedbitset v0.4.2
18432024-11-08T00:45:15.139Z Compiling number_prefix v0.4.0
18442024-11-08T00:45:15.241Z Compiling normalize-line-endings v0.3.0
18452024-11-08T00:45:15.312Z Compiling precomputed-hash v0.1.1
18462024-11-08T00:45:15.387Z Compiling new_debug_unreachable v1.0.6
18472024-11-08T00:45:15.430Z Compiling predicates-core v1.0.8
18482024-11-08T00:45:15.491Z Compiling unicode-segmentation v1.12.0
18492024-11-08T00:45:15.626Z Compiling predicates v3.1.2
18502024-11-08T00:45:16.347Z Compiling similar v2.6.0
18512024-11-08T00:45:16.890Z Compiling string_cache v0.8.7
18522024-11-08T00:45:17.087Z Compiling indicatif v0.17.8
18532024-11-08T00:45:17.312Z Compiling petgraph v0.6.5
18542024-11-08T00:45:18.217Z Compiling bit-set v0.5.3
18552024-11-08T00:45:18.524Z Compiling tokio-postgres v0.7.12
18562024-11-08T00:45:18.837Z Compiling nom v7.1.3
18572024-11-08T00:45:19.821Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18582024-11-08T00:45:20.396Z Compiling typify-macro v0.2.0
18592024-11-08T00:45:20.563Z Compiling qorb v0.2.0
18602024-11-08T00:45:21.587Z Compiling reqwest v0.12.8
18612024-11-08T00:45:22.528Z Compiling ecdsa v0.16.9
18622024-11-08T00:45:23.681Z Compiling rsa v0.9.6
18632024-11-08T00:45:25.190Z Compiling ed25519-dalek v2.1.1
18642024-11-08T00:45:25.739Z Compiling zip v0.6.6
18652024-11-08T00:45:25.759Z Compiling crossterm v0.28.1
18662024-11-08T00:45:25.874Z Compiling clap v4.5.20
18672024-11-08T00:45:26.963Z Compiling itertools v0.12.1
18682024-11-08T00:45:28.110Z Compiling itertools v0.10.5
18692024-11-08T00:45:28.855Z Compiling toml v0.7.8
18702024-11-08T00:45:29.036Z Compiling x509-cert v0.2.5
18712024-11-08T00:45:30.205Z Compiling hex v0.4.3
18722024-11-08T00:45:30.940Z Compiling unicode-xid v0.2.6
18732024-11-08T00:45:31.116Z Compiling peg-runtime v0.8.3
18742024-11-08T00:45:31.529Z Compiling lalrpop-util v0.19.12
18752024-11-08T00:45:33.307Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18762024-11-08T00:45:34.981Z Compiling proc-macro-crate v1.3.1
18772024-11-08T00:45:35.471Z Compiling ipnetwork v0.20.0
18782024-11-08T00:45:37.292Z Compiling heapless v0.8.0
18792024-11-08T00:45:38.376Z Compiling num_enum_derive v0.5.11
18802024-11-08T00:45:45.547Z Compiling hash32 v0.3.1
18812024-11-08T00:45:47.577Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18822024-11-08T00:45:47.899Z Compiling ident_case v1.0.1
18832024-11-08T00:45:48.105Z Compiling smoltcp v0.11.0
18842024-11-08T00:45:50.701Z Compiling darling_core v0.20.10
18852024-11-08T00:46:01.796Z Compiling num_enum v0.5.11
18862024-11-08T00:46:02.512Z Compiling typify v0.2.0
18872024-11-08T00:46:05.060Z Compiling proc-macro-error-attr v1.0.4
18882024-11-08T00:46:05.393Z Compiling unsafe-libyaml v0.2.11
18892024-11-08T00:46:07.326Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18902024-11-08T00:46:07.648Z Compiling cobs v0.2.3
18912024-11-08T00:46:08.307Z Compiling postcard v1.0.10
18922024-11-08T00:46:09.416Z Compiling serde_yaml v0.9.34+deprecated
18932024-11-08T00:46:17.457Z Compiling progenitor-impl v0.8.0
18942024-11-08T00:46:23.485Z Compiling darling_macro v0.20.10
18952024-11-08T00:46:33.567Z Compiling strum_macros v0.26.4
18962024-11-08T00:46:34.468Z Compiling structmeta-derive v0.3.0
18972024-11-08T00:46:34.626Z Compiling foreign-types-macros v0.2.3
18982024-11-08T00:46:34.976Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18992024-11-08T00:46:35.125Z Compiling proc-macro-error v1.0.4
19002024-11-08T00:46:35.447Z Compiling newtype-uuid v1.1.2
19012024-11-08T00:46:35.923Z Compiling foreign-types-shared v0.3.1
19022024-11-08T00:46:36.050Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19032024-11-08T00:46:36.870Z Compiling structmeta v0.3.0
19042024-11-08T00:46:37.796Z Compiling strum v0.26.3
19052024-11-08T00:46:38.008Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19062024-11-08T00:46:38.171Z Compiling foreign-types v0.5.0
19072024-11-08T00:46:45.913Z Compiling darling v0.20.10
19082024-11-08T00:46:46.045Z Compiling progenitor-macro v0.8.0
19092024-11-08T00:46:50.136Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
19102024-11-08T00:46:50.281Z Compiling progenitor-client v0.8.0
19112024-11-08T00:46:53.770Z Compiling tabwriter v1.4.0
19122024-11-08T00:46:54.691Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19132024-11-08T00:46:54.957Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19142024-11-08T00:46:55.381Z Compiling cstr-argument v0.1.2
19152024-11-08T00:46:55.644Z Compiling crucible-workspace-hack v0.1.0
19162024-11-08T00:46:55.804Z Compiling pretty-hex v0.2.1
19172024-11-08T00:46:56.035Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
19182024-11-08T00:46:56.362Z Compiling fastrand v2.1.1
19192024-11-08T00:46:56.421Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19202024-11-08T00:46:56.780Z Compiling tempfile v3.13.0
19212024-11-08T00:46:56.797Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19222024-11-08T00:46:56.839Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19232024-11-08T00:46:57.130Z Compiling serde_with_macros v3.11.0
19242024-11-08T00:46:57.744Z Compiling parse-display-derive v0.10.0
19252024-11-08T00:46:58.012Z Compiling colored v2.1.0
19262024-11-08T00:46:58.482Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19272024-11-08T00:46:59.205Z Compiling instant v0.1.13
19282024-11-08T00:46:59.225Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19292024-11-08T00:46:59.391Z Compiling backoff v0.4.0
19302024-11-08T00:46:59.560Z Compiling serde_with v3.11.0
19312024-11-08T00:46:59.586Z Compiling progenitor v0.8.0
19322024-11-08T00:46:59.613Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19332024-11-08T00:46:59.769Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
19342024-11-08T00:46:59.823Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19352024-11-08T00:47:01.296Z Compiling parse-display v0.10.0
19362024-11-08T00:47:02.624Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19372024-11-08T00:47:03.199Z Compiling zone_cfg_derive v0.3.0
19382024-11-08T00:47:03.244Z Compiling camino-tempfile v1.1.1
19392024-11-08T00:47:03.931Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19402024-11-08T00:47:04.155Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19412024-11-08T00:47:04.479Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19422024-11-08T00:47:04.660Z Compiling regress v0.9.1
19432024-11-08T00:47:04.662Z Compiling macaddr v1.0.1
19442024-11-08T00:47:04.663Z Compiling num-derive v0.4.2
19452024-11-08T00:47:05.303Z Compiling sigpipe v0.1.3
19462024-11-08T00:47:05.441Z Compiling libefi-sys v0.1.0
19472024-11-08T00:47:05.472Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19482024-11-08T00:47:05.790Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19492024-11-08T00:47:05.836Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19502024-11-08T00:47:06.380Z Compiling zone v0.3.0
19512024-11-08T00:47:06.833Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
19522024-11-08T00:47:08.409Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19532024-11-08T00:47:08.989Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19542024-11-08T00:47:09.482Z Compiling smf v0.2.3
19552024-11-08T00:47:09.559Z Compiling bitfield-struct v0.6.2
19562024-11-08T00:47:10.942Z Compiling ring v0.16.20
19572024-11-08T00:47:11.936Z Compiling blake3 v1.5.4
19582024-11-08T00:47:12.019Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19592024-11-08T00:47:12.569Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19602024-11-08T00:47:13.237Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19612024-11-08T00:47:13.344Z Compiling xattr v1.3.1
19622024-11-08T00:47:13.614Z Compiling memmap2 v0.9.5
19632024-11-08T00:47:13.671Z Compiling filetime v0.2.25
19642024-11-08T00:47:14.015Z Compiling arrayref v0.3.9
19652024-11-08T00:47:14.131Z Compiling arrayvec v0.7.6
19662024-11-08T00:47:14.215Z Compiling constant_time_eq v0.3.1
19672024-11-08T00:47:14.366Z Compiling spin v0.5.2
19682024-11-08T00:47:14.403Z Compiling same-file v1.0.6
19692024-11-08T00:47:14.643Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19702024-11-08T00:47:14.646Z Compiling untrusted v0.7.1
19712024-11-08T00:47:14.769Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19722024-11-08T00:47:14.810Z Compiling walkdir v2.5.0
19732024-11-08T00:47:14.852Z Compiling tar v0.4.42
19742024-11-08T00:47:16.441Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19752024-11-08T00:47:17.042Z Compiling gethostname v0.5.0
19762024-11-08T00:47:17.092Z Compiling cargo-platform v0.1.8
19772024-11-08T00:47:17.371Z Compiling topological-sort v0.2.2
19782024-11-08T00:47:17.647Z Compiling cargo_metadata v0.18.1
19792024-11-08T00:47:20.224Z Compiling omicron-zone-package v0.11.1
19802024-11-08T00:47:25.331Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19812024-11-08T00:47:27.186Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19822024-11-08T00:47:29.757Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19832024-11-08T00:47:46.812Z Finished `release` profile [optimized] target(s) in 4m 38s
19842024-11-08T00:47:46.969Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19852024-11-08T00:47:47.016ZLogging to: /work/oxidecomputer/omicron/out/LOG
19862024-11-08T00:47:47.018ZCreated new build target 'test' and set it as active
19872024-11-08T00:47:47.018Z
19882024-11-08T00:47:47.018Zreal 4:38.531686731
19892024-11-08T00:47:47.018Zuser 31:37.063515171
19902024-11-08T00:47:47.019Zsys 3:50.373466358
19912024-11-08T00:47:47.019Ztrap 0.915266344
19922024-11-08T00:47:47.019Ztflt 2.962831579
19932024-11-08T00:47:47.019Zdflt 0.912417288
19942024-11-08T00:47:47.019Zkflt 0.009508551
19952024-11-08T00:47:47.019Zlock 1:09:06.752992076
19962024-11-08T00:47:47.019Zslp 2:00:43.004965386
19972024-11-08T00:47:47.019Zlat 2:06.868497637
19982024-11-08T00:47:47.019Zstop 3:54.819290906
19992024-11-08T00:47:47.019Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
20002024-11-08T00:47:47.947Z Finished `release` profile [optimized] target(s) in 0.87s
20012024-11-08T00:47:48.003Z Running `target/release/omicron-package -t test package`
20022024-11-08T00:47:48.045ZLogging to: /work/oxidecomputer/omicron/out/LOG
20032024-11-08T00:47:49.143Z Compiling convert_case v0.4.0
20042024-11-08T00:47:49.143Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20052024-11-08T00:47:49.145Z Compiling itertools v0.13.0
20062024-11-08T00:47:49.146Z Compiling password-hash v0.5.0
20072024-11-08T00:47:49.146Z Compiling blake2 v0.10.6
20082024-11-08T00:47:49.146Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20092024-11-08T00:47:49.146Z Compiling newline-converter v0.3.0
20102024-11-08T00:47:49.146Z Compiling owo-colors v4.1.0
20112024-11-08T00:47:49.558Z Compiling cancel-safe-futures v0.1.5
20122024-11-08T00:47:49.580Z Compiling expectorate v1.1.0
20132024-11-08T00:47:49.645Z Compiling base64 v0.21.7
20142024-11-08T00:47:49.908Z Compiling argon2 v0.5.3
20152024-11-08T00:47:49.925Z Compiling derive_more v0.99.18
20162024-11-08T00:47:50.603Z Compiling libsw v3.3.1
20172024-11-08T00:47:50.804Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20182024-11-08T00:47:50.827Z Compiling swrite v0.1.0
20192024-11-08T00:47:50.949Z Compiling indent_write v2.2.0
20202024-11-08T00:47:50.968Z Compiling linear-map v1.2.0
20212024-11-08T00:47:51.201Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20222024-11-08T00:47:51.365Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
20232024-11-08T00:47:51.398Z Compiling progenitor-client v0.8.0
20242024-11-08T00:47:51.611Z Compiling atomicwrites v0.4.4
20252024-11-08T00:47:51.817Z Compiling progenitor v0.8.0
20262024-11-08T00:47:52.051Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20272024-11-08T00:47:52.148Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20282024-11-08T00:47:52.301Z Compiling num-rational v0.4.2
20292024-11-08T00:47:52.636Z Compiling num-complex v0.4.6
20302024-11-08T00:47:52.970Z Compiling prettyplease v0.2.22
20312024-11-08T00:47:53.298Z Compiling float-ord v0.3.2
20322024-11-08T00:47:53.488Z Compiling semver v0.1.20
20332024-11-08T00:47:53.935Z Compiling num v0.4.3
20342024-11-08T00:47:54.066Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20352024-11-08T00:47:54.084Z Compiling rustc_version v0.1.7
20362024-11-08T00:47:54.505Z Compiling newtype_derive v0.1.6
20372024-11-08T00:47:54.847Z Compiling highway v1.2.0
20382024-11-08T00:47:54.903Z Compiling humantime v2.1.0
20392024-11-08T00:47:55.913Z Compiling home v0.5.9
20402024-11-08T00:47:56.080Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20412024-11-08T00:47:56.170Z Compiling steno v0.4.1
20422024-11-08T00:47:58.911Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20432024-11-08T00:47:59.244Z Compiling newtype-uuid v1.1.2
20442024-11-08T00:47:59.603Z Compiling tungstenite v0.21.0
20452024-11-08T00:47:59.915Z Compiling ipnetwork v0.20.0
20462024-11-08T00:48:00.720Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20472024-11-08T00:48:00.752Z Compiling slog-dtrace v0.3.0
20482024-11-08T00:48:01.080Z Compiling instant v0.1.13
20492024-11-08T00:48:01.245Z Compiling backoff v0.4.0
20502024-11-08T00:48:01.698Z Compiling tokio-tungstenite v0.21.0
20512024-11-08T00:48:02.347Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20522024-11-08T00:48:03.043Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20532024-11-08T00:48:03.413Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20542024-11-08T00:48:04.613Z Compiling parse-display v0.10.0
20552024-11-08T00:48:05.167Z Compiling serde_with v3.11.0
20562024-11-08T00:48:06.198Z Compiling strum v0.26.3
20572024-11-08T00:48:06.401Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20582024-11-08T00:48:06.595Z Compiling regress v0.9.1
20592024-11-08T00:48:09.101Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20602024-11-08T00:48:10.853Z Compiling macaddr v1.0.1
20612024-11-08T00:48:11.191Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20622024-11-08T00:48:11.408Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
20632024-11-08T00:48:12.457Z Compiling display-error-chain v0.2.2
20642024-11-08T00:48:12.694Z Compiling arc-swap v1.7.1
20652024-11-08T00:48:13.387Z Compiling slog-scope v4.4.0
20662024-11-08T00:48:13.827Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
20672024-11-08T00:48:14.220Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20682024-11-08T00:48:15.304Z Compiling half v2.4.1
20692024-11-08T00:48:16.037Z Compiling ciborium-io v0.2.2
20702024-11-08T00:48:16.193Z Compiling ciborium-ll v0.2.2
20712024-11-08T00:48:16.710Z Compiling slog-stdlog v4.1.1
20722024-11-08T00:48:17.529Z Compiling slog-envlogger v2.2.0
20732024-11-08T00:48:18.225Z Compiling ciborium v0.2.2
20742024-11-08T00:48:18.812Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20752024-11-08T00:48:20.304Z Compiling fastrand v2.1.1
20762024-11-08T00:48:20.323Z Compiling same-file v1.0.6
20772024-11-08T00:48:20.667Z Compiling walkdir v2.5.0
20782024-11-08T00:48:20.843Z Compiling tempfile v3.13.0
20792024-11-08T00:48:21.320Z Compiling blake3 v1.5.4
20802024-11-08T00:48:21.617Z Compiling ring v0.16.20
20812024-11-08T00:48:21.954Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20822024-11-08T00:48:24.938Z Compiling xattr v1.3.1
20832024-11-08T00:48:25.223Z Compiling filetime v0.2.25
20842024-11-08T00:48:25.535Z Compiling memmap2 v0.9.5
20852024-11-08T00:48:25.976Z Compiling keccak v0.1.5
20862024-11-08T00:48:27.097Z Compiling constant_time_eq v0.3.1
20872024-11-08T00:48:27.270Z Compiling spin v0.5.2
20882024-11-08T00:48:27.524Z Compiling arrayref v0.3.9
20892024-11-08T00:48:27.641Z Compiling arrayvec v0.7.6
20902024-11-08T00:48:28.077Z Compiling untrusted v0.7.1
20912024-11-08T00:48:29.240Z Compiling sha3 v0.10.8
20922024-11-08T00:48:29.473Z Compiling tar v0.4.42
20932024-11-08T00:48:30.117Z Compiling camino-tempfile v1.1.1
20942024-11-08T00:48:30.590Z Compiling toolchain_find v0.4.0
20952024-11-08T00:48:31.163Z Compiling nibble_vec v0.1.0
20962024-11-08T00:48:31.379Z Compiling topological-sort v0.2.2
20972024-11-08T00:48:31.398Z Compiling maplit v1.0.2
20982024-11-08T00:48:31.425Z Compiling crunchy v0.2.2
20992024-11-08T00:48:31.444Z Compiling radium v0.7.0
21002024-11-08T00:48:31.520Z Compiling glob v0.3.1
21012024-11-08T00:48:31.608Z Compiling endian-type v0.1.2
21022024-11-08T00:48:31.853Z Compiling radix_trie v0.2.1
21032024-11-08T00:48:31.913Z Compiling omicron-zone-package v0.11.1
21042024-11-08T00:48:31.930Z Compiling rustfmt-wrapper v0.2.1
21052024-11-08T00:48:32.080Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21062024-11-08T00:48:32.272Z Compiling clang-sys v1.8.1
21072024-11-08T00:48:32.508Z Compiling pem v3.0.4
21082024-11-08T00:48:32.768Z Compiling tiny-keccak v2.0.2
21092024-11-08T00:48:32.976Z Compiling maybe-uninit v2.0.0
21102024-11-08T00:48:33.083Z Compiling tap v1.0.1
21112024-11-08T00:48:33.300Z Compiling wyz v0.5.1
21122024-11-08T00:48:33.644Z Compiling dsl_auto_type v0.1.2
21132024-11-08T00:48:33.776Z Compiling scheduled-thread-pool v0.2.7
21142024-11-08T00:48:33.928Z Compiling secrecy v0.8.0
21152024-11-08T00:48:33.962Z Compiling diesel_table_macro_syntax v0.2.0
21162024-11-08T00:48:34.216Z Compiling funty v2.0.0
21172024-11-08T00:48:34.355Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
21182024-11-08T00:48:34.697Z Compiling packed_struct v0.10.1
21192024-11-08T00:48:34.959Z Compiling crc-catalog v2.4.0
21202024-11-08T00:48:35.002Z Compiling diesel_derives v2.2.3
21212024-11-08T00:48:35.140Z Compiling crc v3.2.1
21222024-11-08T00:48:35.247Z Compiling r2d2 v0.8.10
21232024-11-08T00:48:35.720Z Compiling bitvec v1.0.1
21242024-11-08T00:48:36.366Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21252024-11-08T00:48:36.844Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21262024-11-08T00:48:36.907Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21272024-11-08T00:48:36.968Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21282024-11-08T00:48:37.223Z Compiling ascii-canvas v3.0.0
21292024-11-08T00:48:37.716Z Compiling universal-hash v0.5.1
21302024-11-08T00:48:37.968Z Compiling thiserror-impl-no-std v2.0.2
21312024-11-08T00:48:40.379Z Compiling packed_struct_codegen v0.10.1
21322024-11-08T00:48:40.556Z Compiling ena v0.14.3
21332024-11-08T00:48:41.019Z Compiling lzma-sys v0.1.20
21342024-11-08T00:48:41.721Z Compiling indexmap v1.9.3
21352024-11-08T00:48:42.062Z Compiling libloading v0.8.5
21362024-11-08T00:48:42.464Z Compiling regex-syntax v0.6.29
21372024-11-08T00:48:42.728Z Compiling nodrop v0.1.14
21382024-11-08T00:48:42.874Z Compiling bindgen v0.69.5
21392024-11-08T00:48:43.352Z Compiling diff v0.1.13
21402024-11-08T00:48:43.872Z Compiling opaque-debug v0.3.1
21412024-11-08T00:48:43.989Z Compiling poly1305 v0.8.0
21422024-11-08T00:48:45.602Z Compiling array-init v0.0.4
21432024-11-08T00:48:45.771Z Compiling diesel v2.2.4
21442024-11-08T00:48:46.897Z Compiling lalrpop v0.19.12
21452024-11-08T00:48:53.740Z Compiling thiserror-no-std v2.0.2
21462024-11-08T00:48:53.869Z Compiling smallvec v0.6.14
21472024-11-08T00:48:54.954Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21482024-11-08T00:48:55.994Z Compiling which v4.4.2
21492024-11-08T00:48:56.538Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21502024-11-08T00:48:56.863Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21512024-11-08T00:48:57.101Z Compiling chacha20 v0.9.1
21522024-11-08T00:48:57.608Z Compiling heck v0.3.3
21532024-11-08T00:48:57.975Z Compiling const_format_proc_macros v0.2.33
21542024-11-08T00:48:59.819Z Compiling cexpr v0.6.0
21552024-11-08T00:49:01.378Z Compiling aead v0.5.2
21562024-11-08T00:49:01.665Z Compiling rustc-hash v1.1.0
21572024-11-08T00:49:01.754Z Compiling termcolor v1.4.1
21582024-11-08T00:49:01.841Z Compiling ref-cast v1.0.23
21592024-11-08T00:49:02.309Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21602024-11-08T00:49:02.632Z Compiling hashbrown v0.12.3
21612024-11-08T00:49:02.818Z Compiling lazycell v1.3.0
21622024-11-08T00:49:03.015Z Compiling bitfield v0.14.0
21632024-11-08T00:49:03.337Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21642024-11-08T00:49:05.238Z Compiling env_logger v0.10.2
21652024-11-08T00:49:08.436Z Compiling chacha20poly1305 v0.10.1
21662024-11-08T00:49:08.682Z Compiling const_format v0.2.33
21672024-11-08T00:49:09.949Z Compiling zone_cfg_derive v0.1.2
21682024-11-08T00:49:10.397Z Compiling polar-core v0.27.3
21692024-11-08T00:49:11.412Z Compiling serde-hex v0.1.0
21702024-11-08T00:49:11.646Z Compiling vsss-rs v3.3.4
21712024-11-08T00:49:16.325Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21722024-11-08T00:49:16.536Z Compiling ron v0.8.1
21732024-11-08T00:49:16.662Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21742024-11-08T00:49:16.982Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21752024-11-08T00:49:17.572Z Compiling derive_builder_core v0.20.2
21762024-11-08T00:49:17.929Z Compiling hashbrown v0.13.2
21772024-11-08T00:49:19.332Z Compiling headers-core v0.3.0
21782024-11-08T00:49:19.524Z Compiling fxhash v0.2.1
21792024-11-08T00:49:19.687Z Compiling libxml v0.3.3
21802024-11-08T00:49:19.769Z Compiling ref-cast-impl v1.0.23
21812024-11-08T00:49:20.091Z Compiling crc-any v2.5.0
21822024-11-08T00:49:20.914Z Compiling base64 v0.13.1
21832024-11-08T00:49:21.204Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21842024-11-08T00:49:21.687Z Compiling ron v0.7.1
21852024-11-08T00:49:22.580Z Compiling derive_builder_macro v0.20.2
21862024-11-08T00:49:23.418Z Compiling headers v0.4.0
21872024-11-08T00:49:26.818Z Compiling object v0.30.4
21882024-11-08T00:49:26.966Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21892024-11-08T00:49:27.079Z Compiling samael v0.0.17
21902024-11-08T00:49:28.531Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21912024-11-08T00:49:28.629Z Compiling xz2 v0.1.7
21922024-11-08T00:49:29.255Z Compiling zone v0.1.8
21932024-11-08T00:49:34.765Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21942024-11-08T00:49:35.278Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21952024-11-08T00:49:35.512Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
21962024-11-08T00:49:35.821Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21972024-11-08T00:49:37.591Z Compiling yasna v0.5.2
21982024-11-08T00:49:37.852Z Compiling phf_generator v0.11.2
21992024-11-08T00:49:38.059Z Compiling strum_macros v0.24.3
22002024-11-08T00:49:39.363Z Compiling kstat-rs v0.2.4
22012024-11-08T00:49:40.268Z Compiling async-recursion v1.1.1
22022024-11-08T00:49:40.727Z Compiling unicase v2.7.0
22032024-11-08T00:49:40.780Z Compiling indoc v1.0.9
22042024-11-08T00:49:40.941Z Compiling path-slash v0.1.5
22052024-11-08T00:49:41.060Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22062024-11-08T00:49:41.107Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22072024-11-08T00:49:41.213Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22082024-11-08T00:49:41.602Z Compiling rcgen v0.12.1
22092024-11-08T00:49:41.996Z Compiling phf_codegen v0.11.2
22102024-11-08T00:49:43.933Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
22112024-11-08T00:49:53.425Z Compiling derive_builder v0.20.2
22122024-11-08T00:49:55.875Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22132024-11-08T00:49:56.455Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
22142024-11-08T00:49:56.787Z Compiling http v0.2.12
22152024-11-08T00:49:58.329Z Compiling oso-derive v0.27.3
22162024-11-08T00:49:59.312Z Compiling impl-trait-for-tuples v0.2.2
22172024-11-08T00:50:00.802Z Compiling parse-zoneinfo v0.3.1
22182024-11-08T00:50:01.535Z Compiling libz-sys v1.1.20
22192024-11-08T00:50:01.837Z Compiling quick-xml v0.33.0
22202024-11-08T00:50:02.211Z Compiling subprocess v0.2.9
22212024-11-08T00:50:02.309Z Compiling diesel-dtrace v0.3.0
22222024-11-08T00:50:02.658Z Compiling parking_lot_core v0.8.6
22232024-11-08T00:50:03.104Z Compiling cfg_aliases v0.1.1
22242024-11-08T00:50:03.227Z Compiling nix v0.28.0
22252024-11-08T00:50:04.031Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22262024-11-08T00:50:05.587Z Compiling oso v0.27.3
22272024-11-08T00:50:07.115Z Compiling chrono-tz-build v0.4.0
22282024-11-08T00:50:08.258Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22292024-11-08T00:50:09.771Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22302024-11-08T00:50:11.821Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22312024-11-08T00:50:14.936Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22322024-11-08T00:50:15.070Z Compiling bb8 v0.8.5
22332024-11-08T00:50:15.399Z Compiling vte_generate_state_changes v0.1.2
22342024-11-08T00:50:15.701Z Compiling buf-list v1.0.3
22352024-11-08T00:50:15.995Z Compiling vte v0.11.1
22362024-11-08T00:50:16.350Z Compiling async-bb8-diesel v0.2.1
22372024-11-08T00:50:17.249Z Compiling chrono-tz v0.10.0
22382024-11-08T00:50:18.035Z Compiling http-body v0.4.6
22392024-11-08T00:50:18.583Z Compiling h2 v0.3.26
22402024-11-08T00:50:18.943Z Compiling fd-lock v4.0.2
22412024-11-08T00:50:19.191Z Compiling libgit2-sys v0.17.0+1.8.1
22422024-11-08T00:50:19.935Z Compiling pin-project-internal v1.1.6
22432024-11-08T00:50:22.610Z Compiling atty v0.2.14
22442024-11-08T00:50:22.795Z Compiling bytecount v0.6.8
22452024-11-08T00:50:22.844Z Compiling salty v0.3.0
22462024-11-08T00:50:23.128Z Compiling papergrid v0.11.0
22472024-11-08T00:50:23.315Z Compiling pin-project v1.1.6
22482024-11-08T00:50:36.094Z Compiling hyper v0.14.30
22492024-11-08T00:50:38.526Z Compiling parking_lot v0.11.2
22502024-11-08T00:50:46.941Z Compiling strip-ansi-escapes v0.2.0
22512024-11-08T00:50:47.802Z Compiling tabled_derive v0.7.0
22522024-11-08T00:50:48.052Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
22532024-11-08T00:50:49.861Z Compiling peg-macros v0.8.4
22542024-11-08T00:50:50.210Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22552024-11-08T00:50:51.223Z Compiling snafu-derive v0.8.5
22562024-11-08T00:50:52.843Z Compiling sqlparser_derive v0.2.2
22572024-11-08T00:50:52.998Z Compiling bumpalo v3.16.0
22582024-11-08T00:50:53.600Z Compiling sync_wrapper v0.1.2
22592024-11-08T00:50:53.761Z Compiling zip v2.1.3
22602024-11-08T00:50:53.819Z Compiling nu-ansi-term v0.50.1
22612024-11-08T00:50:54.091Z Compiling simd-adler32 v0.3.7
22622024-11-08T00:50:55.083Z Compiling lockfree-object-pool v0.1.6
22632024-11-08T00:50:55.308Z Compiling unicode_categories v0.1.1
22642024-11-08T00:50:55.394Z Compiling zopfli v0.8.1
22652024-11-08T00:50:55.488Z Compiling rustyline v14.0.0
22662024-11-08T00:50:55.507Z Compiling snafu v0.8.5
22672024-11-08T00:50:55.682Z Compiling sqlformat v0.2.6
22682024-11-08T00:50:55.727Z Compiling reedline v0.35.0
22692024-11-08T00:50:56.580Z Compiling sqlparser v0.45.0
22702024-11-08T00:50:56.687Z Compiling reqwest v0.11.27
22712024-11-08T00:50:59.500Z Compiling peg v0.8.4
22722024-11-08T00:50:59.657Z Compiling tabled v0.15.0
22732024-11-08T00:51:07.731Z Compiling sled v0.34.7
22742024-11-08T00:51:18.972Z Compiling mime_guess v2.0.5
22752024-11-08T00:51:20.043Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22762024-11-08T00:51:21.346Z Compiling hickory-client v0.24.1
22772024-11-08T00:51:22.234Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
22782024-11-08T00:51:26.735Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22792024-11-08T00:51:30.366Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22802024-11-08T00:51:32.984Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22812024-11-08T00:51:33.088Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22822024-11-08T00:51:34.633Z Compiling globset v0.4.15
22832024-11-08T00:51:41.849Z Compiling hickory-server v0.24.1
22842024-11-08T00:51:41.936Z Compiling primeorder v0.13.6
22852024-11-08T00:51:41.995Z Compiling olpc-cjson v0.1.4
22862024-11-08T00:51:42.363Z Compiling vergen v8.3.2
22872024-11-08T00:51:42.524Z Compiling bcs v0.1.6
22882024-11-08T00:51:42.701Z Compiling env_filter v0.1.2
22892024-11-08T00:51:42.994Z Compiling serde_plain v1.0.2
22902024-11-08T00:51:43.465Z Compiling cargo-platform v0.1.8
22912024-11-08T00:51:43.537Z Compiling displaydoc v0.2.5
22922024-11-08T00:51:43.997Z Compiling nanorand v0.7.0
22932024-11-08T00:51:44.281Z Compiling memoffset v0.9.1
22942024-11-08T00:51:44.642Z Compiling typed-path v0.7.1
22952024-11-08T00:51:44.852Z Compiling flume v0.11.0
22962024-11-08T00:51:45.645Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22972024-11-08T00:51:49.097Z Compiling tough v0.17.1
22982024-11-08T00:51:51.164Z Compiling cargo_metadata v0.18.1
22992024-11-08T00:51:53.831Z Compiling env_logger v0.11.5
23002024-11-08T00:51:54.492Z Compiling p384 v0.13.0
23012024-11-08T00:51:55.311Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23022024-11-08T00:51:58.292Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23032024-11-08T00:52:02.132Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23042024-11-08T00:52:03.401Z Compiling git2 v0.19.0
23052024-11-08T00:52:05.040Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23062024-11-08T00:52:09.413Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
23072024-11-08T00:52:09.734Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23082024-11-08T00:52:11.376Z Compiling rand_seeder v0.3.0
23092024-11-08T00:52:11.794Z Compiling libsqlite3-sys v0.30.1
23102024-11-08T00:52:12.323Z Compiling parse-size v1.1.0
23112024-11-08T00:52:12.438Z Compiling rustls v0.21.12
23122024-11-08T00:52:12.538Z Compiling cfg_aliases v0.2.1
23132024-11-08T00:52:12.581Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
23142024-11-08T00:52:12.625Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23152024-11-08T00:52:12.660Z Compiling nix v0.29.0
23162024-11-08T00:52:12.839Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23172024-11-08T00:52:13.059Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23182024-11-08T00:52:14.604Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23192024-11-08T00:52:15.347Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23202024-11-08T00:52:16.106Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
23212024-11-08T00:52:16.277Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23222024-11-08T00:52:16.442Z Compiling rustls-webpki v0.101.7
23232024-11-08T00:52:19.425Z Compiling sct v0.7.1
23242024-11-08T00:52:19.924Z Compiling castaway v0.2.3
23252024-11-08T00:52:20.146Z Compiling csv-core v0.1.11
23262024-11-08T00:52:20.289Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23272024-11-08T00:52:20.444Z Compiling http-range v0.1.5
23282024-11-08T00:52:21.024Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23292024-11-08T00:52:21.041Z Compiling hyper-staticfile v0.10.1
23302024-11-08T00:52:22.654Z Compiling csv v1.3.0
23312024-11-08T00:52:24.056Z Compiling compact_str v0.8.0
23322024-11-08T00:52:24.805Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23332024-11-08T00:52:26.855Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23342024-11-08T00:52:28.184Z Compiling nix v0.27.1
23352024-11-08T00:52:31.094Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23362024-11-08T00:52:32.164Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23372024-11-08T00:52:34.097Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23382024-11-08T00:52:40.087Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
23392024-11-08T00:52:42.626Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
23402024-11-08T00:52:46.175Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23412024-11-08T00:52:46.532Z Compiling unicode-truncate v1.1.0
23422024-11-08T00:52:46.841Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23432024-11-08T00:52:47.175Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23442024-11-08T00:52:47.471Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
23452024-11-08T00:52:47.504Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
23462024-11-08T00:52:50.043Z Compiling hashlink v0.9.1
23472024-11-08T00:52:50.218Z Compiling tungstenite v0.23.0
23482024-11-08T00:52:50.287Z Compiling lru v0.12.5
23492024-11-08T00:52:50.652Z Compiling instability v0.3.2
23502024-11-08T00:52:50.878Z Compiling cassowary v0.3.0
23512024-11-08T00:52:51.635Z Compiling fallible-streaming-iterator v0.1.9
23522024-11-08T00:52:51.953Z Compiling fallible-iterator v0.3.0
23532024-11-08T00:52:52.764Z Compiling rusqlite v0.32.1
23542024-11-08T00:52:54.508Z Compiling ratatui v0.28.1
23552024-11-08T00:52:54.997Z Compiling tokio-tungstenite v0.23.1
23562024-11-08T00:52:55.688Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23572024-11-08T00:53:00.873Z Compiling tokio-rustls v0.24.1
23582024-11-08T00:53:01.376Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23592024-11-08T00:53:14.156Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23602024-11-08T00:53:15.866Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23612024-11-08T00:53:15.903Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23622024-11-08T00:53:17.711Z Compiling rustls-pemfile v1.0.4
23632024-11-08T00:53:18.480Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23642024-11-08T00:53:18.930Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
23652024-11-08T00:53:19.702Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
23662024-11-08T00:53:19.895Z Compiling signal-hook-tokio v0.3.1
23672024-11-08T00:53:20.101Z Compiling twox-hash v1.6.3
23682024-11-08T00:53:20.140Z Compiling unicode-linebreak v0.1.5
23692024-11-08T00:53:20.721Z Compiling smawk v0.3.2
23702024-11-08T00:53:21.001Z Compiling is_ci v1.2.0
23712024-11-08T00:53:21.138Z Compiling textwrap v0.16.1
23722024-11-08T00:53:21.337Z Compiling supports-color v3.0.1
23732024-11-08T00:53:23.781Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23742024-11-08T00:53:29.156Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
23752024-11-08T00:53:33.949Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23762024-11-08T00:53:36.181Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
23772024-11-08T00:53:41.031Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23782024-11-08T00:53:47.073Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23792024-11-08T00:53:47.693Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
23802024-11-08T00:53:54.540Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23812024-11-08T00:54:01.775Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
23822024-11-08T00:54:02.108Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23832024-11-08T00:54:02.686Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
23842024-11-08T00:54:06.604Z Compiling fatfs v0.3.6
23852024-11-08T00:54:08.600Z Compiling rtoolbox v0.0.2
23862024-11-08T00:54:09.054Z Compiling assert_matches v1.5.0
23872024-11-08T00:54:09.488Z Compiling rpassword v7.3.1
23882024-11-08T00:54:09.938Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23892024-11-08T00:54:12.058Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23902024-11-08T00:54:19.555Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
23912024-11-08T00:54:26.684Z Compiling tui-tree-widget v0.22.0
23922024-11-08T00:54:27.157Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
23932024-11-08T00:54:27.574Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
23942024-11-08T00:54:38.940Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23952024-11-08T00:54:39.268Z Compiling uzers v0.12.1
23962024-11-08T00:54:41.108Z Compiling shell-words v1.1.0
23972024-11-08T00:54:41.626Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23982024-11-08T00:54:42.408Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23992024-11-08T00:54:44.466Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24002024-11-08T00:55:09.357Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
24012024-11-08T00:55:16.146Z Compiling multimap v0.10.0
24022024-11-08T00:57:19.178Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
24032024-11-08T00:57:38.306Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24042024-11-08T01:06:04.984Z Finished `release` profile [optimized] target(s) in 18m 16s
24052024-11-08T01:07:02.567Z
24062024-11-08T01:07:02.575Zreal 19:15.408940500
24072024-11-08T01:07:02.575Zuser 2:06:21.115938823
24082024-11-08T01:07:02.575Zsys 6:02.179000729
24092024-11-08T01:07:02.575Ztrap 2.963794432
24102024-11-08T01:07:02.575Ztflt 3.448012641
24112024-11-08T01:07:02.575Zdflt 4.511232394
24122024-11-08T01:07:02.575Zkflt 0.014301665
24132024-11-08T01:07:02.575Zlock 7:34:29.647075068
24142024-11-08T01:07:02.575Zslp 6:17:27.698973670
24152024-11-08T01:07:02.575Zlat 2:58.477841979
24162024-11-08T01:07:02.575Zstop 2:37.378124165
24172024-11-08T01:07:02.575Z+ mapfile -t packages
24182024-11-08T01:07:02.575Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
24192024-11-08T01:07:03.509Z Finished `release` profile [optimized] target(s) in 0.89s
24202024-11-08T01:07:03.564Z Running `target/release/omicron-package -t test list-outputs`
24212024-11-08T01:07:03.601ZLogging to: /work/oxidecomputer/omicron/out/LOG
24222024-11-08T01:07:03.604Z+ ptime -m cargo build --locked --release -p xtask
24232024-11-08T01:07:04.126Z Compiling serde v1.0.210
24242024-11-08T01:07:04.129Z Compiling libc v0.2.161
24252024-11-08T01:07:04.129Z Compiling rustix v0.38.37
24262024-11-08T01:07:04.129Z Compiling serde_json v1.0.128
24272024-11-08T01:07:04.217Z Compiling syn v2.0.79
24282024-11-08T01:07:04.228Z Compiling bitflags v2.6.0
24292024-11-08T01:07:04.569Z Compiling usdt-impl v0.5.0
24302024-11-08T01:07:04.603Z Compiling syn v1.0.109
24312024-11-08T01:07:04.703Z Compiling log v0.4.22
24322024-11-08T01:07:04.706Z Compiling hashbrown v0.15.0
24332024-11-08T01:07:04.710Z Compiling fs-err v2.11.0
24342024-11-08T01:07:05.069Z Compiling anyhow v1.0.92
24352024-11-08T01:07:05.196Z Compiling once_cell v1.20.2
24362024-11-08T01:07:05.623Z Compiling thread-id v4.2.2
24372024-11-08T01:07:06.085Z Compiling indexmap v2.6.0
24382024-11-08T01:07:07.211Z Compiling terminal_size v0.4.0
24392024-11-08T01:07:07.211Z Compiling tempfile v3.13.0
24402024-11-08T01:07:07.456Z Compiling clap_builder v4.5.20
24412024-11-08T01:07:07.939Z Compiling proc-macro-error v1.0.4
24422024-11-08T01:07:09.090Z Compiling tabled_derive v0.7.0
24432024-11-08T01:07:10.379Z Compiling tabled v0.15.0
24442024-11-08T01:07:11.292Z Compiling serde_derive v1.0.210
24452024-11-08T01:07:11.292Z Compiling thiserror-impl v1.0.64
24462024-11-08T01:07:11.296Z Compiling zerocopy-derive v0.7.35
24472024-11-08T01:07:11.296Z Compiling scroll_derive v0.12.0
24482024-11-08T01:07:11.296Z Compiling clap_derive v4.5.18
24492024-11-08T01:07:12.654Z Compiling scroll v0.12.0
24502024-11-08T01:07:13.174Z Compiling zerocopy v0.7.35
24512024-11-08T01:07:13.304Z Compiling goblin v0.8.2
24522024-11-08T01:07:13.957Z Compiling thiserror v1.0.64
24532024-11-08T01:07:14.112Z Compiling pest v2.7.14
24542024-11-08T01:07:17.118Z Compiling pest_meta v2.7.14
24552024-11-08T01:07:17.280Z Compiling clap v4.5.20
24562024-11-08T01:07:18.933Z Compiling pest_generator v2.7.14
24572024-11-08T01:07:20.978Z Compiling pest_derive v2.7.14
24582024-11-08T01:07:21.781Z Compiling dtrace-parser v0.2.0
24592024-11-08T01:07:25.976Z Compiling toml_datetime v0.6.8
24602024-11-08T01:07:26.911Z Compiling serde_tokenstream v0.2.2
24612024-11-08T01:07:27.492Z Compiling serde_spanned v0.6.8
24622024-11-08T01:07:27.767Z Compiling toml_edit v0.22.22
24632024-11-08T01:07:29.217Z Compiling dof v0.3.0
24642024-11-08T01:07:31.283Z Compiling camino v1.1.9
24652024-11-08T01:07:31.506Z Compiling usdt-attr-macro v0.5.0
24662024-11-08T01:07:32.590Z Compiling usdt-macro v0.5.0
24672024-11-08T01:07:32.636Z Compiling toml v0.8.19
24682024-11-08T01:07:33.790Z Compiling cargo-platform v0.1.8
24692024-11-08T01:07:34.898Z Compiling semver v1.0.23
24702024-11-08T01:07:35.440Z Compiling cargo_metadata v0.18.1
24712024-11-08T01:07:36.367Z Compiling usdt v0.5.0
24722024-11-08T01:07:36.669Z Compiling cargo_toml v0.20.5
24732024-11-08T01:07:37.787Z Compiling camino-tempfile v1.1.1
24742024-11-08T01:07:38.570Z Compiling macaddr v1.0.1
24752024-11-08T01:07:48.121Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
24762024-11-08T01:07:59.121Z Finished `release` profile [optimized] target(s) in 55.46s
24772024-11-08T01:07:59.216Z
24782024-11-08T01:07:59.219Zreal 55.586210584
24792024-11-08T01:07:59.219Zuser 5:38.242254916
24802024-11-08T01:07:59.219Zsys 29.226804762
24812024-11-08T01:07:59.219Ztrap 0.151723133
24822024-11-08T01:07:59.219Ztflt 0.249788875
24832024-11-08T01:07:59.219Zdflt 0.582404445
24842024-11-08T01:07:59.219Zkflt 0.000000000
24852024-11-08T01:07:59.219Zlock 11:03.655815633
24862024-11-08T01:07:59.219Zslp 16:22.521159174
24872024-11-08T01:07:59.219Zlat 13.371965549
24882024-11-08T01:07:59.219Zstop 12.439895515
24892024-11-08T01:07:59.219Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
24902024-11-08T01:07:59.219Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
24912024-11-08T01:07:59.219Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
24922024-11-08T01:07:59.219Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
24932024-11-08T01:07:59.219Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
24942024-11-08T01:08:00.048Z Compiling hashbrown v0.14.5
24952024-11-08T01:08:00.169Z Compiling unsafe-libyaml v0.2.11
24962024-11-08T01:08:00.180Z Compiling progenitor-client v0.8.0
24972024-11-08T01:08:00.183Z Compiling ident_case v1.0.1
24982024-11-08T01:08:00.183Z Compiling ipnetwork v0.20.0
24992024-11-08T01:08:00.183Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25002024-11-08T01:08:00.183Z Compiling instant v0.1.13
25012024-11-08T01:08:00.183Z Compiling structmeta-derive v0.3.0
25022024-11-08T01:08:00.333Z Compiling darling_core v0.20.10
25032024-11-08T01:08:00.363Z Compiling newtype-uuid v1.1.2
25042024-11-08T01:08:00.622Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
25052024-11-08T01:08:00.679Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25062024-11-08T01:08:01.019Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25072024-11-08T01:08:01.113Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25082024-11-08T01:08:01.369Z Compiling regress v0.10.1
25092024-11-08T01:08:01.385Z Compiling regress v0.9.1
25102024-11-08T01:08:01.461Z Compiling serde_yaml v0.9.34+deprecated
25112024-11-08T01:08:01.478Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25122024-11-08T01:08:01.654Z Compiling backoff v0.4.0
25132024-11-08T01:08:01.882Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25142024-11-08T01:08:02.013Z Compiling macaddr v1.0.1
25152024-11-08T01:08:02.030Z Compiling tempfile v3.13.0
25162024-11-08T01:08:02.062Z Compiling proc-macro-crate v1.3.1
25172024-11-08T01:08:02.450Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25182024-11-08T01:08:02.826Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25192024-11-08T01:08:02.902Z Compiling structmeta v0.3.0
25202024-11-08T01:08:02.905Z Compiling foreign-types-macros v0.2.3
25212024-11-08T01:08:03.136Z Compiling num_enum_derive v0.5.11
25222024-11-08T01:08:03.157Z Compiling heapless v0.8.0
25232024-11-08T01:08:03.337Z Compiling parse-display-derive v0.10.0
25242024-11-08T01:08:03.747Z Compiling foreign-types-shared v0.3.1
25252024-11-08T01:08:04.177Z Compiling foreign-types v0.5.0
25262024-11-08T01:08:04.291Z Compiling proc-macro-error v1.0.4
25272024-11-08T01:08:04.558Z Compiling camino-tempfile v1.1.1
25282024-11-08T01:08:05.017Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25292024-11-08T01:08:05.091Z Compiling typify-impl v0.2.0
25302024-11-08T01:08:05.412Z Compiling hash32 v0.3.1
25312024-11-08T01:08:05.663Z Compiling cstr-argument v0.1.2
25322024-11-08T01:08:05.684Z Compiling num_enum v0.5.11
25332024-11-08T01:08:05.859Z Compiling crucible-workspace-hack v0.1.0
25342024-11-08T01:08:05.901Z Compiling smoltcp v0.11.0
25352024-11-08T01:08:05.946Z Compiling pretty-hex v0.2.1
25362024-11-08T01:08:06.145Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25372024-11-08T01:08:06.190Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25382024-11-08T01:08:06.331Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25392024-11-08T01:08:06.492Z Compiling tabwriter v1.4.0
25402024-11-08T01:08:06.512Z Compiling colored v2.1.0
25412024-11-08T01:08:06.602Z Compiling darling_macro v0.20.10
25422024-11-08T01:08:06.647Z Compiling cobs v0.2.3
25432024-11-08T01:08:06.914Z Compiling postcard v1.0.10
25442024-11-08T01:08:06.989Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25452024-11-08T01:08:07.057Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25462024-11-08T01:08:07.240Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25472024-11-08T01:08:07.257Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
25482024-11-08T01:08:07.456Z Compiling smf v0.2.3
25492024-11-08T01:08:07.543Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25502024-11-08T01:08:07.560Z Compiling darling v0.20.10
25512024-11-08T01:08:07.704Z Compiling serde_with_macros v3.11.0
25522024-11-08T01:08:07.726Z Compiling parse-display v0.10.0
25532024-11-08T01:08:07.891Z Compiling zone_cfg_derive v0.3.0
25542024-11-08T01:08:08.089Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25552024-11-08T01:08:08.431Z Compiling num-derive v0.4.2
25562024-11-08T01:08:08.570Z Compiling sigpipe v0.1.3
25572024-11-08T01:08:08.704Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25582024-11-08T01:08:08.786Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25592024-11-08T01:08:09.056Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25602024-11-08T01:08:09.320Z Compiling zone v0.3.0
25612024-11-08T01:08:09.478Z Compiling universal-hash v0.5.1
25622024-11-08T01:08:09.692Z Compiling opaque-debug v0.3.1
25632024-11-08T01:08:09.859Z Compiling num-rational v0.4.2
25642024-11-08T01:08:09.942Z Compiling password-hash v0.5.0
25652024-11-08T01:08:10.496Z Compiling serde_with v3.11.0
25662024-11-08T01:08:10.762Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25672024-11-08T01:08:10.899Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
25682024-11-08T01:08:10.965Z Compiling blake2 v0.10.6
25692024-11-08T01:08:11.545Z Compiling num-complex v0.4.6
25702024-11-08T01:08:11.695Z Compiling aead v0.5.2
25712024-11-08T01:08:11.870Z Compiling keccak v0.1.5
25722024-11-08T01:08:12.077Z Compiling convert_case v0.4.0
25732024-11-08T01:08:12.345Z Compiling sha3 v0.10.8
25742024-11-08T01:08:12.423Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25752024-11-08T01:08:12.625Z Compiling num v0.4.3
25762024-11-08T01:08:12.748Z Compiling argon2 v0.5.3
25772024-11-08T01:08:12.812Z Compiling poly1305 v0.8.0
25782024-11-08T01:08:13.007Z Compiling derive_more v0.99.18
25792024-11-08T01:08:13.034Z Compiling tungstenite v0.21.0
25802024-11-08T01:08:13.390Z Compiling chacha20 v0.9.1
25812024-11-08T01:08:13.900Z Compiling base64 v0.21.7
25822024-11-08T01:08:14.487Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25832024-11-08T01:08:14.568Z Compiling float-ord v0.3.2
25842024-11-08T01:08:14.636Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25852024-11-08T01:08:14.654Z Compiling tokio-tungstenite v0.21.0
25862024-11-08T01:08:14.740Z Compiling semver v0.1.20
25872024-11-08T01:08:15.131Z Compiling same-file v1.0.6
25882024-11-08T01:08:15.207Z Compiling rustc_version v0.1.7
25892024-11-08T01:08:15.296Z Compiling newline-converter v0.3.0
25902024-11-08T01:08:15.446Z Compiling walkdir v2.5.0
25912024-11-08T01:08:15.462Z Compiling primeorder v0.13.6
25922024-11-08T01:08:15.480Z Compiling secrecy v0.8.0
25932024-11-08T01:08:15.582Z Compiling home v0.5.9
25942024-11-08T01:08:15.695Z Compiling owo-colors v4.1.0
25952024-11-08T01:08:15.749Z Compiling prettyplease v0.2.22
25962024-11-08T01:08:15.824Z Compiling cancel-safe-futures v0.1.5
25972024-11-08T01:08:15.878Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25982024-11-08T01:08:15.977Z Compiling newtype_derive v0.1.6
25992024-11-08T01:08:16.022Z Compiling expectorate v1.1.0
26002024-11-08T01:08:16.080Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26012024-11-08T01:08:16.199Z Compiling thiserror-impl-no-std v2.0.2
26022024-11-08T01:08:16.246Z Compiling ring v0.16.20
26032024-11-08T01:08:16.268Z Compiling blake3 v1.5.4
26042024-11-08T01:08:16.285Z Compiling half v2.4.1
26052024-11-08T01:08:16.398Z Compiling unicase v2.7.0
26062024-11-08T01:08:16.713Z Compiling ciborium-io v0.2.2
26072024-11-08T01:08:16.731Z Compiling arc-swap v1.7.1
26082024-11-08T01:08:16.857Z Compiling ciborium-ll v0.2.2
26092024-11-08T01:08:17.078Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26102024-11-08T01:08:17.272Z Compiling slog-scope v4.4.0
26112024-11-08T01:08:17.760Z Compiling polyval v0.6.2
26122024-11-08T01:08:18.002Z Compiling atomicwrites v0.4.4
26132024-11-08T01:08:18.209Z Compiling libsw v3.3.1
26142024-11-08T01:08:18.380Z Compiling memmap2 v0.9.5
26152024-11-08T01:08:18.531Z Compiling salty v0.3.0
26162024-11-08T01:08:18.866Z Compiling constant_time_eq v0.3.1
26172024-11-08T01:08:18.980Z Compiling indent_write v2.2.0
26182024-11-08T01:08:19.064Z Compiling arrayvec v0.7.6
26192024-11-08T01:08:19.211Z Compiling arrayref v0.3.9
26202024-11-08T01:08:19.235Z Compiling thiserror-no-std v2.0.2
26212024-11-08T01:08:19.324Z Compiling spin v0.5.2
26222024-11-08T01:08:19.359Z Compiling linear-map v1.2.0
26232024-11-08T01:08:19.496Z Compiling untrusted v0.7.1
26242024-11-08T01:08:19.565Z Compiling parking_lot_core v0.8.6
26252024-11-08T01:08:19.683Z Compiling libefi-sys v0.1.0
26262024-11-08T01:08:19.743Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26272024-11-08T01:08:20.044Z Compiling vsss-rs v3.3.4
26282024-11-08T01:08:20.126Z Compiling ghash v0.5.1
26292024-11-08T01:08:20.208Z Compiling slog-stdlog v4.1.1
26302024-11-08T01:08:20.421Z Compiling ciborium v0.2.2
26312024-11-08T01:08:20.850Z Compiling p384 v0.13.0
26322024-11-08T01:08:20.917Z Compiling toolchain_find v0.4.0
26332024-11-08T01:08:21.194Z Compiling chacha20poly1305 v0.10.1
26342024-11-08T01:08:21.442Z Compiling itertools v0.13.0
26352024-11-08T01:08:21.563Z Compiling lzma-sys v0.1.20
26362024-11-08T01:08:21.735Z Compiling typify-macro v0.2.0
26372024-11-08T01:08:21.920Z Compiling ctr v0.9.2
26382024-11-08T01:08:22.301Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26392024-11-08T01:08:22.387Z Compiling bitfield-struct v0.6.2
26402024-11-08T01:08:22.405Z Compiling slog-dtrace v0.3.0
26412024-11-08T01:08:22.702Z Compiling highway v1.2.0
26422024-11-08T01:08:22.705Z Compiling topological-sort v0.2.2
26432024-11-08T01:08:22.965Z Compiling omicron-zone-package v0.11.1
26442024-11-08T01:08:23.636Z Compiling aes-gcm v0.10.3
26452024-11-08T01:08:23.687Z Compiling rustfmt-wrapper v0.2.1
26462024-11-08T01:08:23.739Z Compiling mime_guess v2.0.5
26472024-11-08T01:08:23.850Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26482024-11-08T01:08:23.931Z Compiling slog-envlogger v2.2.0
26492024-11-08T01:08:24.254Z Compiling steno v0.4.1
26502024-11-08T01:08:24.674Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26512024-11-08T01:08:25.060Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26522024-11-08T01:08:25.135Z Compiling heck v0.3.3
26532024-11-08T01:08:25.306Z Compiling ssh-encoding v0.2.0
26542024-11-08T01:08:25.396Z Compiling blowfish v0.9.1
26552024-11-08T01:08:25.547Z Compiling nibble_vec v0.1.0
26562024-11-08T01:08:25.702Z Compiling env_filter v0.1.2
26572024-11-08T01:08:25.768Z Compiling humantime v2.1.0
26582024-11-08T01:08:25.839Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26592024-11-08T01:08:25.861Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26602024-11-08T01:08:25.972Z Compiling typify v0.2.0
26612024-11-08T01:08:26.118Z Compiling progenitor-impl v0.8.0
26622024-11-08T01:08:26.135Z Compiling endian-type v0.1.2
26632024-11-08T01:08:26.151Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26642024-11-08T01:08:26.224Z Compiling env_logger v0.11.5
26652024-11-08T01:08:26.263Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26662024-11-08T01:08:26.280Z Compiling ssh-cipher v0.2.0
26672024-11-08T01:08:26.369Z Compiling radix_trie v0.2.1
26682024-11-08T01:08:26.395Z Compiling bcrypt-pbkdf v0.10.0
26692024-11-08T01:08:26.931Z Compiling zone_cfg_derive v0.1.2
26702024-11-08T01:08:27.031Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26712024-11-08T01:08:27.069Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26722024-11-08T01:08:27.459Z Compiling parking_lot v0.11.2
26732024-11-08T01:08:27.965Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26742024-11-08T01:08:27.992Z Compiling gethostname v0.5.0
26752024-11-08T01:08:28.191Z Compiling password-hash v0.4.2
26762024-11-08T01:08:28.360Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26772024-11-08T01:08:28.378Z Compiling fxhash v0.2.1
26782024-11-08T01:08:28.393Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26792024-11-08T01:08:28.477Z Compiling base64 v0.13.1
26802024-11-08T01:08:28.582Z Compiling matches v0.1.10
26812024-11-08T01:08:28.695Z Compiling pbkdf2 v0.11.0
26822024-11-08T01:08:28.734Z Compiling idna v0.2.3
26832024-11-08T01:08:28.985Z Compiling ron v0.7.1
26842024-11-08T01:08:29.036Z Compiling sled v0.34.7
26852024-11-08T01:08:29.082Z Compiling zone v0.1.8
26862024-11-08T01:08:29.099Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26872024-11-08T01:08:29.112Z Compiling xz2 v0.1.7
26882024-11-08T01:08:29.631Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26892024-11-08T01:08:30.374Z Compiling hickory-client v0.24.1
26902024-11-08T01:08:30.614Z Compiling ssh-key v0.6.6
26912024-11-08T01:08:31.324Z Compiling p521 v0.13.3
26922024-11-08T01:08:31.349Z Compiling p256 v0.13.2
26932024-11-08T01:08:31.536Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26942024-11-08T01:08:31.823Z Compiling hickory-server v0.24.1
26952024-11-08T01:08:32.212Z Compiling enum-as-inner v0.5.1
26962024-11-08T01:08:32.683Z Compiling pem v3.0.4
26972024-11-08T01:08:33.246Z Compiling yasna v0.5.2
26982024-11-08T01:08:33.789Z Compiling headers-core v0.3.0
26992024-11-08T01:08:33.809Z Compiling kstat-rs v0.2.4
27002024-11-08T01:08:33.809Z Compiling nanorand v0.7.0
27012024-11-08T01:08:33.841Z Compiling progenitor-macro v0.8.0
27022024-11-08T01:08:34.288Z Compiling atty v0.2.14
27032024-11-08T01:08:34.315Z Compiling russh-cryptovec v0.7.3
27042024-11-08T01:08:35.454Z Compiling md5 v0.7.0
27052024-11-08T01:08:35.459Z Compiling http-range v0.1.5
27062024-11-08T01:08:35.459Z Compiling glob v0.3.1
27072024-11-08T01:08:35.459Z Compiling hyper-staticfile v0.10.1
27082024-11-08T01:08:35.459Z Compiling russh-keys v0.45.0
27092024-11-08T01:08:35.459Z Compiling rcgen v0.12.1
27102024-11-08T01:08:35.459Z Compiling flume v0.11.0
27112024-11-08T01:08:35.727Z Compiling headers v0.4.0
27122024-11-08T01:08:35.830Z Compiling trust-dns-proto v0.22.0
27132024-11-08T01:08:36.116Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27142024-11-08T01:08:37.442Z Compiling num-bigint v0.4.6
27152024-11-08T01:08:37.758Z Compiling des v0.8.1
27162024-11-08T01:08:38.119Z Compiling subprocess v0.2.9
27172024-11-08T01:08:38.806Z Compiling dhcproto-macros v0.1.0
27182024-11-08T01:08:39.114Z Compiling hex-literal v0.4.1
27192024-11-08T01:08:39.284Z Compiling display-error-chain v0.2.2
27202024-11-08T01:08:39.506Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27212024-11-08T01:08:39.756Z Compiling internet-checksum v0.2.1
27222024-11-08T01:08:40.264Z Compiling dhcproto v0.12.0
27232024-11-08T01:08:40.409Z Compiling russh v0.45.0
27242024-11-08T01:08:44.968Z Compiling progenitor v0.8.0
27252024-11-08T01:08:45.092Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27262024-11-08T01:08:45.094Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27272024-11-08T01:08:45.094Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27282024-11-08T01:08:45.094Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27292024-11-08T01:08:45.094Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27302024-11-08T01:08:45.164Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27312024-11-08T01:08:45.225Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27322024-11-08T01:08:46.516Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332024-11-08T01:08:47.299Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27342024-11-08T01:08:47.343Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27352024-11-08T01:08:49.937Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
27362024-11-08T01:08:51.634Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27372024-11-08T01:09:00.528Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27382024-11-08T01:09:00.528Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27392024-11-08T01:09:00.531Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27402024-11-08T01:09:00.531Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27412024-11-08T01:09:03.691Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27422024-11-08T01:09:03.882Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27432024-11-08T01:09:04.682Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27442024-11-08T01:09:04.862Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27452024-11-08T01:09:07.124Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27462024-11-08T01:09:07.839Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27472024-11-08T01:09:08.492Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27482024-11-08T01:09:08.908Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27492024-11-08T01:09:09.651Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27502024-11-08T01:09:11.413Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27512024-11-08T01:09:11.687Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27522024-11-08T01:09:12.890Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27532024-11-08T01:09:13.242Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27542024-11-08T01:09:13.714Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27552024-11-08T01:09:13.938Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27562024-11-08T01:09:14.438Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27572024-11-08T01:09:14.927Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27582024-11-08T01:09:15.991Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27592024-11-08T01:09:17.251Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27602024-11-08T01:09:17.466Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27612024-11-08T01:09:20.150Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27622024-11-08T01:09:21.491Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27632024-11-08T01:09:21.650Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27642024-11-08T01:09:23.409Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27652024-11-08T01:09:27.892Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27662024-11-08T01:09:36.922Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27672024-11-08T01:09:38.306Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27682024-11-08T01:10:32.531Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27692024-11-08T01:11:02.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 03s
27702024-11-08T01:11:02.672Z
27712024-11-08T01:11:02.672Zreal 3:03.399744519
27722024-11-08T01:11:02.672Zuser 11:48.854462465
27732024-11-08T01:11:02.674Zsys 2:19.447694194
27742024-11-08T01:11:02.675Ztrap 0.294275986
27752024-11-08T01:11:02.675Ztflt 0.723290981
27762024-11-08T01:11:02.675Zdflt 1.957673618
27772024-11-08T01:11:02.675Zkflt 0.000013128
27782024-11-08T01:11:02.675Zlock 24:59.532455342
27792024-11-08T01:11:02.675Zslp 41:43.102972831
27802024-11-08T01:11:02.675Zlat 32.549416780
27812024-11-08T01:11:02.675Zstop 1:12.782393111
27822024-11-08T01:11:02.675Z+ mkdir tests
27832024-11-08T01:11:02.677Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27842024-11-08T01:11:02.677Z+ xargs -I '{}' -t cp '{}' tests/
27852024-11-08T01:11:02.717Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c21e17995f01da88 tests/
27862024-11-08T01:11:02.743Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-1c2d70ef2eb8505f tests/
27872024-11-08T01:11:02.769Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6b84191df4b18efc tests/
27882024-11-08T01:11:02.796Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-bb9b5497a4f0d98f tests/
27892024-11-08T01:11:02.999Z+ 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/*)
27902024-11-08T01:11:03.002Z+ 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-6b84191df4b18efc tests/commtest-1c2d70ef2eb8505f tests/dhcp_server-c21e17995f01da88 tests/end_to_end_tests-bb9b5497a4f0d98f 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
27912024-11-08T01:12:08.838ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27922024-11-08T01:12:08.839Za .github/buildomat/ci-env.sh 1K
27932024-11-08T01:12:08.839Za out/target/test 1K
27942024-11-08T01:12:08.839Za out/npuzone/npuzone 23144K
27952024-11-08T01:12:08.839Za package-manifest.toml 32K
27962024-11-08T01:12:08.839Za smf/sled-agent/non-gimlet/config.toml 4K
27972024-11-08T01:12:08.839Za target/release/omicron-package 32545K
27982024-11-08T01:12:08.839Za target/release/xtask 11749K
27992024-11-08T01:12:08.839Za target/debug/bootstrap 196077K
28002024-11-08T01:12:08.839Za tests/bootstrap-6b84191df4b18efc 23991K
28012024-11-08T01:12:08.839Za tests/commtest-1c2d70ef2eb8505f 24191K
28022024-11-08T01:12:08.839Za tests/dhcp_server-c21e17995f01da88 23991K
28032024-11-08T01:12:08.839Za tests/end_to_end_tests-bb9b5497a4f0d98f 208287K
28042024-11-08T01:12:08.839Za out/clickhouse.tar.gz 244462K
28052024-11-08T01:12:08.839Za out/clickhouse_keeper.tar.gz 244449K
28062024-11-08T01:12:08.839Za out/clickhouse_server.tar.gz 244448K
28072024-11-08T01:12:08.839Za out/cockroachdb.tar.gz 130042K
28082024-11-08T01:12:08.839Za out/crucible-dtrace.tar 83K
28092024-11-08T01:12:08.839Za out/crucible-pantry-zone.tar.gz 26858K
28102024-11-08T01:12:08.839Za out/crucible-zone.tar.gz 35066K
28112024-11-08T01:12:08.839Za out/external-dns.tar.gz 30759K
28122024-11-08T01:12:08.839Za out/internal-dns.tar.gz 30758K
28132024-11-08T01:12:08.839Za out/mg-ddm-gz.tar 62661K
28142024-11-08T01:12:08.839Za out/nexus.tar.gz 96552K
28152024-11-08T01:12:08.839Za out/ntp.tar.gz 9041K
28162024-11-08T01:12:08.839Za out/omicron-gateway-softnpu.tar.gz 21775K
28172024-11-08T01:12:08.839Za out/omicron-sled-agent.tar 104607K
28182024-11-08T01:12:08.839Za out/overlay.tar.gz 3K
28192024-11-08T01:12:08.839Za out/oximeter.tar.gz 46199K
28202024-11-08T01:12:08.839Za out/oxlog.tar 3071K
28212024-11-08T01:12:08.839Za out/probe.tar.gz 2764K
28222024-11-08T01:12:08.839Za out/propolis-server.tar.gz 66584K
28232024-11-08T01:12:08.839Za out/pumpkind-gz.tar 26665K
28242024-11-08T01:12:08.839Za out/switch-softnpu.tar.gz 224854K
28252024-11-08T01:12:08.842Z
28262024-11-08T01:12:08.842Zreal 1:05.830253202
28272024-11-08T01:12:08.842Zuser 1:02.785931385
28282024-11-08T01:12:08.842Zsys 4.439689051
28292024-11-08T01:12:08.842Ztrap 0.017183618
28302024-11-08T01:12:08.842Ztflt 0.000000000
28312024-11-08T01:12:08.842Zdflt 0.000000000
28322024-11-08T01:12:08.842Zkflt 0.000000000
28332024-11-08T01:12:08.842Zlock 0.000000000
28342024-11-08T01:12:08.842Zslp 1:02.489057419
28352024-11-08T01:12:08.842Zlat 1.923641720
28362024-11-08T01:12:08.842Zstop 0.000467822
28372024-11-08T01:12:08.845Zprocess exited: duration 2050370 ms, exit code 0
 
28382024-11-08T01:12:08.859Zfound 1 output files
28392024-11-08T01:12:08.859Zuploading: /work/package.tar.gz (1694591732 bytes)
28402024-11-08T01:12:52.122Zuploaded: /work/package.tar.gz