01JD0K5G8QQDDXPMJV7AYV5RPY: 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: 01JD0K5XXHFYNDTF59F28Z873M

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-18T21:35:34.814Zjob assigned to worker 01JD0K61Y62YGMZYKPY3HZQ542 [factory aws, i-0d37a438dc784a54e] (queued for 55 s)
 
22024-11-18T21:35:42.961Zstarting task 0: "setup"
32024-11-18T21:35:42.971Z++ uname -s
42024-11-18T21:35:42.973Z+ kern=SunOS
52024-11-18T21:35:42.973Z+ case "$kern" in
62024-11-18T21:35:42.973Z+ groupadd -g 12345 build
72024-11-18T21:35:42.979Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-18T21:35:44.981Z+ zfs create -o mountpoint=/work rpool/work
92024-11-18T21:35:45.068Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-18T21:35:45.071Z+ home_fs=zfs
112024-11-18T21:35:45.071Z+ [[ zfs == autofs ]]
122024-11-18T21:35:45.071Z+ mkdir -p /home/build
132024-11-18T21:35:45.073Z+ chown build:build /home/build /work
142024-11-18T21:35:47.075Z+ chmod 0700 /home/build /work
152024-11-18T21:35:47.078Zprocess exited: duration 4118 ms, exit code 0
 
162024-11-18T21:35:47.083Zstarting task 1: "rust-toolchain"
172024-11-18T21:35:47.089Z+ printf ' * toolchain channel = "%s"
182024-11-18T21:35:47.089Z' 1.81.0
192024-11-18T21:35:47.092Z * toolchain channel = "1.81.0"
202024-11-18T21:35:47.092Z * toolchain profile = "default"
212024-11-18T21:35:47.092Z+ printf ' * toolchain profile = "%s"
222024-11-18T21:35:47.092Z' default
232024-11-18T21:35:47.092Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-18T21:35:47.092Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-18T21:35:47.217Zinfo: downloading installer
262024-11-18T21:35:48.332Zinfo: profile set to 'default'
272024-11-18T21:35:48.332Zinfo: default host triple is x86_64-unknown-illumos
282024-11-18T21:35:48.334Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-18T21:35:48.486Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-18T21:35:48.486Zinfo: downloading component 'cargo'
312024-11-18T21:35:49.265Zinfo: downloading component 'clippy'
322024-11-18T21:35:49.553Zinfo: downloading component 'rust-docs'
332024-11-18T21:35:50.651Zinfo: downloading component 'rust-std'
342024-11-18T21:35:52.351Zinfo: downloading component 'rustc'
352024-11-18T21:35:58.426Zinfo: downloading component 'rustfmt'
362024-11-18T21:35:58.658Zinfo: installing component 'cargo'
372024-11-18T21:35:59.476Zinfo: installing component 'clippy'
382024-11-18T21:35:59.850Zinfo: installing component 'rust-docs'
392024-11-18T21:36:01.401Zinfo: installing component 'rust-std'
402024-11-18T21:36:03.247Zinfo: installing component 'rustc'
412024-11-18T21:36:08.956Zinfo: installing component 'rustfmt'
422024-11-18T21:36:09.274Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-18T21:36:09.274Z
442024-11-18T21:36:09.648Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-18T21:36:09.648Z
462024-11-18T21:36:09.651Z
472024-11-18T21:36:09.651ZRust is installed now. Great!
482024-11-18T21:36:09.651Z
492024-11-18T21:36:09.651ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-18T21:36:09.651Zenvironment variable. This has not been done automatically.
512024-11-18T21:36:09.651Z
522024-11-18T21:36:09.651ZTo configure your current shell, you need to source
532024-11-18T21:36:09.651Zthe corresponding env file under $HOME/.cargo.
542024-11-18T21:36:09.651Z
552024-11-18T21:36:09.651ZThis is usually done by running one of the following (note the leading DOT):
562024-11-18T21:36:09.651Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-18T21:36:09.651Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-18T21:36:09.726Z+ rustc --version
592024-11-18T21:36:09.790Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-18T21:36:09.794Zprocess exited: duration 22710 ms, exit code 0
 
612024-11-18T21:36:09.799Zstarting task 2: "authentication"
622024-11-18T21:36:09.819Zprocess exited: duration 20 ms, exit code 0
 
632024-11-18T21:36:09.825Zstarting task 3: "clone repository"
642024-11-18T21:36:09.829Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-18T21:36:09.832Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-18T21:36:09.868ZCloning into '/work/oxidecomputer/omicron'...
672024-11-18T21:36:17.444Z+ cd /work/oxidecomputer/omicron
682024-11-18T21:36:17.444Z+ git fetch origin 27527e868cf2ba3514fd276422b641fc0d6051d6
692024-11-18T21:36:18.041ZFrom https://github.com/oxidecomputer/omicron
702024-11-18T21:36:18.041Z * branch 27527e868cf2ba3514fd276422b641fc0d6051d6 -> FETCH_HEAD
712024-11-18T21:36:18.049Z+ [[ -n '' ]]
722024-11-18T21:36:18.050Z+ git reset --hard 27527e868cf2ba3514fd276422b641fc0d6051d6
732024-11-18T21:36:18.220ZHEAD is now at 27527e868 Merge branch 'main' into dataset_typed_uuid
742024-11-18T21:36:18.223Zprocess exited: duration 8397 ms, exit code 0
 
752024-11-18T21:36:18.233Zstarting task 4: "build"
762024-11-18T21:36:18.238Z+ source .github/buildomat/ci-env.sh
772024-11-18T21:36:18.241Z++ export CARGO_TERM_COLOR=always
782024-11-18T21:36:18.241Z++ CARGO_TERM_COLOR=always
792024-11-18T21:36:18.241Z+ cargo --version
802024-11-18T21:36:18.295Zcargo 1.81.0 (2dbb1af80 2024-08-20)
812024-11-18T21:36:18.297Z+ rustc --version
822024-11-18T21:36:18.357Zrustc 1.81.0 (eeb90cda1 2024-09-04)
832024-11-18T21:36:18.359Z+ WORK=/work
842024-11-18T21:36:18.360Z+ pfexec mkdir -p /work
852024-11-18T21:36:18.364Z+ pfexec chown build /work
862024-11-18T21:36:18.366Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-11-18T21:36:25.083Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-11-18T21:36:28.543Z Startup: Caching catalogs ... Done
892024-11-18T21:36:37.049ZPlanning: Solver setup ... Done (7.603s)
902024-11-18T21:36:37.160ZPlanning: Running solver ... Done (0.111s)
912024-11-18T21:36:37.255ZPlanning: Finding local manifests ... Done (0.004s)
922024-11-18T21:36:37.287ZPlanning: Fetching manifests: 0/5 0% complete
932024-11-18T21:36:37.978ZPlanning: Fetching manifests: 5/5 100% complete
942024-11-18T21:36:38.077ZPlanning: Package planning ... Done (0.099s)
952024-11-18T21:36:38.134ZPlanning: Merging actions ... Done (0.056s)
962024-11-18T21:36:38.328ZPlanning: Checking for conflicting actions ... Done (0.194s)
972024-11-18T21:36:40.341ZPlanning: Consolidating action changes ... Done (2.012s)
982024-11-18T21:36:40.766ZPlanning: Evaluating mediators ... Done (0.425s)
992024-11-18T21:36:40.845ZPlanning: Planning completed in 12.21 seconds
1002024-11-18T21:36:40.861Z Packages to install: 4
1012024-11-18T21:36:40.861Z Packages to update: 1
1022024-11-18T21:36:40.864Z Mediators to change: 2
1032024-11-18T21:36:40.864Z Services to change: 1
1042024-11-18T21:36:40.864Z Estimated space available: 155.64 GB
1052024-11-18T21:36:40.864ZEstimated space to be consumed: 1.60 GB
1062024-11-18T21:36:40.864Z Create boot environment: No
1072024-11-18T21:36:40.864ZCreate backup boot environment: Yes
1082024-11-18T21:36:40.864Z Rebuild boot archive: No
1092024-11-18T21:36:40.864Z
1102024-11-18T21:36:40.864ZChanged mediators:
1112024-11-18T21:36:40.864Z mediator clang:
1122024-11-18T21:36:40.864Z version: None -> 15 (system default)
1132024-11-18T21:36:40.864Z
1142024-11-18T21:36:40.864Z mediator llvm:
1152024-11-18T21:36:40.864Z version: 14 (system default) -> 15 (system default)
1162024-11-18T21:36:40.864Z
1172024-11-18T21:36:40.864ZChanged packages:
1182024-11-18T21:36:40.864Zhelios-dev
1192024-11-18T21:36:40.864Z developer/build-essential
1202024-11-18T21:36:40.864Z None -> 11-2.0
1212024-11-18T21:36:40.864Z library/libxmlsec1
1222024-11-18T21:36:40.864Z None -> 1.2.35-2.0
1232024-11-18T21:36:40.864Z ooce/developer/clang-15
1242024-11-18T21:36:40.864Z None -> 15.0.7-2.0
1252024-11-18T21:36:40.864Z ooce/developer/llvm-15
1262024-11-18T21:36:40.864Z None -> 15.0.7-2.0
1272024-11-18T21:36:40.864Z package/pkg
1282024-11-18T21:36:40.864Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-11-18T21:36:40.864Z
1302024-11-18T21:36:40.865ZServices:
1312024-11-18T21:36:40.865Z restart_fmri:
1322024-11-18T21:36:40.865Z svc:/system/update-man-index:default
1332024-11-18T21:36:40.865Z
1342024-11-18T21:36:40.865ZEditable files to change:
1352024-11-18T21:36:40.865Z Update:
1362024-11-18T21:36:40.865Z usr/share/lib/pkg/web/config.shtml
1372024-11-18T21:36:41.105Z
1382024-11-18T21:36:41.105ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-11-18T21:36:48.460ZDownload: 212/4281 items 1.3/220.6MB 0% complete (418k/s)
1402024-11-18T21:36:53.770ZDownload: 213/4281 items 1.3/220.6MB 0% complete (405k/s)
1412024-11-18T21:36:58.773ZDownload: 708/4281 items 18.2/220.6MB 8% complete (3.0M/s)
1422024-11-18T21:37:03.782ZDownload: 1078/4281 items 19.7/220.6MB 8% complete (1.9M/s)
1432024-11-18T21:37:14.914ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (6.5M/s)
1442024-11-18T21:37:19.918ZDownload: 1491/4281 items 116.8/220.6MB 52% complete (7.2M/s)
1452024-11-18T21:37:24.964ZDownload: 1920/4281 items 118.6/220.6MB 53% complete (3.6M/s)
1462024-11-18T21:37:30.224ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (1.8M/s)
1472024-11-18T21:37:45.777ZDownload: 2224/4281 items 119.2/220.6MB 54% complete
1482024-11-18T21:37:50.775ZDownload: 2813/4281 items 121.0/220.6MB 54% complete (370k/s)
1492024-11-18T21:37:57.013ZDownload: 3287/4281 items 212.6/220.6MB 96% complete (10.2M/s)
1502024-11-18T21:38:02.024ZDownload: 4201/4281 items 220.5/220.6MB 99% complete (9.8M/s)
1512024-11-18T21:38:03.694ZDownload: Completed 220.60 MB in 82.59 seconds (2.7M/s)
1522024-11-18T21:38:05.767Z Actions: 1/5063 actions (Removing old actions)
1532024-11-18T21:38:05.788Z Actions: 194/5063 actions (Installing new actions)
1542024-11-18T21:38:10.476Z Actions: 4226/5063 actions (Updating modified actions)
1552024-11-18T21:38:10.796Z Actions: Completed 5063 actions in 5.03 seconds.
1562024-11-18T21:38:11.012Z Done (0.208s)
1572024-11-18T21:38:11.015Z Done (0.000s)
1582024-11-18T21:38:11.547Z Done (0.533s)
1592024-11-18T21:38:16.021Z Done (4.257s)
1602024-11-18T21:38:16.109Z Done (0.018s)
1612024-11-18T21:38:16.112Z Done (0.000s)
1622024-11-18T21:38:16.265Z Done (0.000s)
1632024-11-18T21:38:16.940ZPlanning: Evaluating mediator changes ... Done
1642024-11-18T21:38:17.103ZPlanning: Checking for conflicting actions ... Done
1652024-11-18T21:38:17.106ZPlanning: Consolidating action changes ... Done
1662024-11-18T21:38:17.377ZPlanning: Evaluating mediators ... Done
1672024-11-18T21:38:17.380ZPlanning: Planning completed in 0.44 seconds
1682024-11-18T21:38:17.418Z Mediators to change: 2
1692024-11-18T21:38:17.420Z Create boot environment: No
1702024-11-18T21:38:17.421ZCreate backup boot environment: No
1712024-11-18T21:38:17.505Z Done
1722024-11-18T21:38:17.505Z Done
1732024-11-18T21:38:17.844Z Done
1742024-11-18T21:38:21.384Z Done
1752024-11-18T21:38:21.496Z Done
1762024-11-18T21:38:21.498Z Done
1772024-11-18T21:38:21.605Z Done
1782024-11-18T21:38:22.208ZPlanning: Evaluating mediator changes ... Done
1792024-11-18T21:38:22.210ZPlanning: Merging actions ... Done
1802024-11-18T21:38:22.399ZPlanning: Checking for conflicting actions ... Done
1812024-11-18T21:38:22.401ZPlanning: Consolidating action changes ... Done
1822024-11-18T21:38:22.666ZPlanning: Evaluating mediators ... Done
1832024-11-18T21:38:22.722ZPlanning: Planning completed in 0.75 seconds
1842024-11-18T21:38:22.761Z Packages to change: 1
1852024-11-18T21:38:22.762Z Mediators to change: 1
1862024-11-18T21:38:22.764Z Services to change: 1
1872024-11-18T21:38:22.764Z Create boot environment: No
1882024-11-18T21:38:22.764ZCreate backup boot environment: Yes
1892024-11-18T21:38:24.946Z Actions: 1/6 actions (Updating modified actions)
1902024-11-18T21:38:24.949Z Actions: Completed 6 actions in 0.00 seconds.
1912024-11-18T21:38:24.949Z Done
1922024-11-18T21:38:24.949Z Done
1932024-11-18T21:38:25.056Z Done
1942024-11-18T21:38:28.665Z Done
1952024-11-18T21:38:28.756Z Done
1962024-11-18T21:38:28.759Z Done
1972024-11-18T21:38:28.868Z Done
1982024-11-18T21:38:29.301ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992024-11-18T21:38:29.301Zclang system 15 system
2002024-11-18T21:38:29.301Zcsh system system illumos
2012024-11-18T21:38:29.301Zctags system system illumos
2022024-11-18T21:38:29.301Zgcc vendor 12 vendor
2032024-11-18T21:38:29.301Zgcc system 10 system
2042024-11-18T21:38:29.301Zgcc system 7 system
2052024-11-18T21:38:29.301Zgo system 1.20 system
2062024-11-18T21:38:29.301Zgo system 1.19 system
2072024-11-18T21:38:29.301Zllvm system 15 system
2082024-11-18T21:38:29.301Zllvm system 14 system
2092024-11-18T21:38:29.301Zmariadb system 10.6 system
2102024-11-18T21:38:29.302Zmta vendor vendor dma
2112024-11-18T21:38:29.302Zopenjdk system 17 system
2122024-11-18T21:38:29.302Zopenjdk system 11 system
2132024-11-18T21:38:29.302Zopenjdk system 1.8 system
2142024-11-18T21:38:29.302Zopenssl vendor 3 vendor
2152024-11-18T21:38:29.302Zperl system 5.36 system
2162024-11-18T21:38:29.302Zpostgresql system 15 system
2172024-11-18T21:38:29.302Zpostgresql system 13 system
2182024-11-18T21:38:29.302Zpython vendor 3 vendor
2192024-11-18T21:38:29.302Zpython system 2 system
2202024-11-18T21:38:29.302Zpython3 system 3.11 system
2212024-11-18T21:38:29.302Zruby system 3.0 system
2222024-11-18T21:38:29.302Zwords vendor vendor american-english
2232024-11-18T21:38:29.302Zwords system system australian-english
2242024-11-18T21:38:29.302Zwords system system british-english
2252024-11-18T21:38:29.302Zwords system system canadian-english
2262024-11-18T21:38:29.302Zwords system system french
2272024-11-18T21:38:29.302Zwords system system italian
2282024-11-18T21:38:29.302Zwords system system ngerman
2292024-11-18T21:38:29.302Zwords system system ogerman
2302024-11-18T21:38:29.302Zwords system system spanish
2312024-11-18T21:38:29.631ZPUBLISHER TYPE STATUS P LOCATION
2322024-11-18T21:38:29.632Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2332024-11-18T21:38:32.163ZFMRI IFO
2342024-11-18T21:38:32.163Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2352024-11-18T21:38:32.163Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2362024-11-18T21:38:32.163Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2372024-11-18T21:38:32.163Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2382024-11-18T21:38:32.163Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2392024-11-18T21:38:32.163Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2402024-11-18T21:38:32.163Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2412024-11-18T21:38:32.163Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2422024-11-18T21:38:32.163Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2432024-11-18T21:38:32.163Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2442024-11-18T21:38:32.163Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2452024-11-18T21:38:32.163Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2462024-11-18T21:38:32.163Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2472024-11-18T21:38:32.163Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2482024-11-18T21:38:32.163Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2492024-11-18T21:38:32.888Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2502024-11-18T21:38:34.739Z Updating crates.io index
2512024-11-18T21:38:34.800Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522024-11-18T21:38:35.525Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2532024-11-18T21:38:35.872Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2542024-11-18T21:38:36.112Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2552024-11-18T21:38:36.390Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562024-11-18T21:38:37.214Z Updating git repository `https://github.com/oxidecomputer/crucible`
2572024-11-18T21:38:39.711Z Updating git repository `https://github.com/oxidecomputer/opte`
2582024-11-18T21:38:40.803Z Updating git repository `https://github.com/oxidecomputer/falcon`
2592024-11-18T21:38:41.494Z Updating git repository `https://github.com/oxidecomputer/clickward`
2602024-11-18T21:38:41.781Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2612024-11-18T21:38:42.121Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2622024-11-18T21:38:42.652Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2632024-11-18T21:38:43.092Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642024-11-18T21:38:43.427Z Updating git repository `https://github.com/oxidecomputer/tofino`
2652024-11-18T21:38:43.687Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662024-11-18T21:38:43.969Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2672024-11-18T21:38:44.214Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2682024-11-18T21:38:44.620Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2692024-11-18T21:38:44.911Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702024-11-18T21:38:45.283Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2712024-11-18T21:38:45.556Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722024-11-18T21:38:46.137Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732024-11-18T21:38:46.468Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742024-11-18T21:38:47.008Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752024-11-18T21:38:47.343Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762024-11-18T21:38:47.664Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772024-11-18T21:38:47.914Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782024-11-18T21:38:49.462Z Downloading crates ...
2792024-11-18T21:38:49.520Z Downloaded anstyle v1.0.10
2802024-11-18T21:38:49.528Z Downloaded zerocopy-derive v0.7.35
2812024-11-18T21:38:49.568Z Downloaded anstyle-parse v0.2.5
2822024-11-18T21:38:49.579Z Downloaded camino-tempfile v1.1.1
2832024-11-18T21:38:49.581Z Downloaded anyhow v1.0.93
2842024-11-18T21:38:49.585Z Downloaded anstream v0.6.15
2852024-11-18T21:38:49.587Z Downloaded camino v1.1.9
2862024-11-18T21:38:49.591Z Downloaded block-buffer v0.10.4
2872024-11-18T21:38:49.594Z Downloaded byteorder v1.5.0
2882024-11-18T21:38:49.596Z Downloaded bytecount v0.6.8
2892024-11-18T21:38:49.596Z Downloaded anstyle-query v1.1.1
2902024-11-18T21:38:49.599Z Downloaded bitflags v2.6.0
2912024-11-18T21:38:49.602Z Downloaded autocfg v1.4.0
2922024-11-18T21:38:49.615Z Downloaded goblin v0.8.2
2932024-11-18T21:38:49.621Z Downloaded cfg-if v1.0.0
2942024-11-18T21:38:49.624Z Downloaded equivalent v1.0.1
2952024-11-18T21:38:49.628Z Downloaded cpufeatures v0.2.14
2962024-11-18T21:38:49.631Z Downloaded errno v0.3.9
2972024-11-18T21:38:49.633Z Downloaded cargo-platform v0.1.8
2982024-11-18T21:38:49.637Z Downloaded fastrand v2.1.1
2992024-11-18T21:38:49.640Z Downloaded heck v0.5.0
3002024-11-18T21:38:49.640Z Downloaded clap v4.5.21
3012024-11-18T21:38:49.648Z Downloaded fnv v1.0.7
3022024-11-18T21:38:49.650Z Downloaded clap_builder v4.5.21
3032024-11-18T21:38:49.656Z Downloaded scroll_derive v0.12.0
3042024-11-18T21:38:49.658Z Downloaded colorchoice v1.0.2
3052024-11-18T21:38:49.658Z Downloaded dtrace-parser v0.2.0
3062024-11-18T21:38:49.661Z Downloaded crypto-common v0.1.6
3072024-11-18T21:38:49.661Z Downloaded cargo_toml v0.20.5
3082024-11-18T21:38:49.661Z Downloaded cargo_metadata v0.18.1
3092024-11-18T21:38:49.663Z Downloaded digest v0.10.7
3102024-11-18T21:38:49.666Z Downloaded clap_lex v0.7.2
3112024-11-18T21:38:49.668Z Downloaded clap_derive v4.5.18
3122024-11-18T21:38:49.668Z Downloaded pretty-hex v0.4.1
3132024-11-18T21:38:49.671Z Downloaded generic-array v0.14.7
3142024-11-18T21:38:49.674Z Downloaded itoa v1.0.11
3152024-11-18T21:38:49.676Z Downloaded fs-err v2.11.0
3162024-11-18T21:38:49.676Z Downloaded dof v0.3.0
3172024-11-18T21:38:49.679Z Downloaded hashbrown v0.15.0
3182024-11-18T21:38:49.685Z Downloaded swrite v0.1.0
3192024-11-18T21:38:49.687Z Downloaded usdt-macro v0.5.0
3202024-11-18T21:38:49.687Z Downloaded smawk v0.3.2
3212024-11-18T21:38:49.690Z Downloaded plain v0.2.3
3222024-11-18T21:38:49.690Z Downloaded usdt-attr-macro v0.5.0
3232024-11-18T21:38:49.693Z Downloaded heck v0.4.1
3242024-11-18T21:38:49.696Z Downloaded serde_spanned v0.6.8
3252024-11-18T21:38:49.699Z Downloaded is_terminal_polyfill v1.70.1
3262024-11-18T21:38:49.702Z Downloaded scroll v0.12.0
3272024-11-18T21:38:49.704Z Downloaded utf8parse v0.2.2
3282024-11-18T21:38:49.704Z Downloaded thiserror-impl v1.0.69
3292024-11-18T21:38:49.704Z Downloaded thiserror v1.0.69
3302024-11-18T21:38:49.709Z Downloaded toml_datetime v0.6.8
3312024-11-18T21:38:49.711Z Downloaded sha2 v0.10.8
3322024-11-18T21:38:49.714Z Downloaded proc-macro-error v1.0.4
3332024-11-18T21:38:49.717Z Downloaded version_check v0.9.5
3342024-11-18T21:38:49.719Z Downloaded unicode-linebreak v0.1.5
3352024-11-18T21:38:49.719Z Downloaded pest_derive v2.7.14
3362024-11-18T21:38:49.722Z Downloaded terminal_size v0.4.0
3372024-11-18T21:38:49.722Z Downloaded strsim v0.11.1
3382024-11-18T21:38:49.725Z Downloaded quote v1.0.37
3392024-11-18T21:38:49.727Z Downloaded usdt-impl v0.5.0
3402024-11-18T21:38:49.727Z Downloaded semver v1.0.23
3412024-11-18T21:38:49.730Z Downloaded usdt v0.5.0
3422024-11-18T21:38:49.730Z Downloaded serde_tokenstream v0.2.2
3432024-11-18T21:38:49.732Z Downloaded once_cell v1.20.2
3442024-11-18T21:38:49.735Z Downloaded thread-id v4.2.2
3452024-11-18T21:38:49.735Z Downloaded tabled_derive v0.7.0
3462024-11-18T21:38:49.735Z Downloaded ryu v1.0.18
3472024-11-18T21:38:49.738Z Downloaded unicode-ident v1.0.13
3482024-11-18T21:38:49.740Z Downloaded typenum v1.17.0
3492024-11-18T21:38:49.743Z Downloaded log v0.4.22
3502024-11-18T21:38:49.745Z Downloaded pest_meta v2.7.14
3512024-11-18T21:38:49.748Z Downloaded pest_generator v2.7.14
3522024-11-18T21:38:49.750Z Downloaded proc-macro-error-attr v1.0.4
3532024-11-18T21:38:49.750Z Downloaded memmap v0.7.0
3542024-11-18T21:38:49.750Z Downloaded macaddr v1.0.1
3552024-11-18T21:38:49.753Z Downloaded toml v0.8.19
3562024-11-18T21:38:49.755Z Downloaded serde_derive v1.0.215
3572024-11-18T21:38:49.758Z Downloaded ucd-trie v0.1.7
3582024-11-18T21:38:49.760Z Downloaded tempfile v3.13.0
3592024-11-18T21:38:49.763Z Downloaded textwrap v0.16.1
3602024-11-18T21:38:49.766Z Downloaded papergrid v0.11.0
3612024-11-18T21:38:49.773Z Downloaded proc-macro2 v1.0.89
3622024-11-18T21:38:49.775Z Downloaded serde v1.0.215
3632024-11-18T21:38:49.779Z Downloaded indexmap v2.6.0
3642024-11-18T21:38:49.783Z Downloaded memchr v2.7.4
3652024-11-18T21:38:49.794Z Downloaded toml_edit v0.22.22
3662024-11-18T21:38:49.824Z Downloaded pest v2.7.14
3672024-11-18T21:38:49.830Z Downloaded serde_json v1.0.132
3682024-11-18T21:38:49.838Z Downloaded zerocopy v0.7.35
3692024-11-18T21:38:49.853Z Downloaded winnow v0.6.20
3702024-11-18T21:38:49.861Z Downloaded tabled v0.15.0
3712024-11-18T21:38:49.889Z Downloaded syn v1.0.109
3722024-11-18T21:38:49.899Z Downloaded unicode-width v0.1.14
3732024-11-18T21:38:49.904Z Downloaded syn v2.0.87
3742024-11-18T21:38:49.914Z Downloaded rustix v0.38.37
3752024-11-18T21:38:49.943Z Downloaded libc v0.2.162
3762024-11-18T21:38:50.250Z Compiling proc-macro2 v1.0.89
3772024-11-18T21:38:50.250Z Compiling unicode-ident v1.0.13
3782024-11-18T21:38:50.250Z Compiling version_check v0.9.5
3792024-11-18T21:38:50.253Z Compiling serde v1.0.215
3802024-11-18T21:38:50.253Z Compiling memchr v2.7.4
3812024-11-18T21:38:50.253Z Compiling thiserror v1.0.69
3822024-11-18T21:38:50.253Z Compiling libc v0.2.162
3832024-11-18T21:38:50.284Z Compiling ryu v1.0.18
3842024-11-18T21:38:50.513Z Compiling ucd-trie v0.1.7
3852024-11-18T21:38:50.687Z Compiling itoa v1.0.11
3862024-11-18T21:38:51.059Z Compiling once_cell v1.20.2
3872024-11-18T21:38:51.131Z Compiling byteorder v1.5.0
3882024-11-18T21:38:51.131Z Compiling rustix v0.38.37
3892024-11-18T21:38:51.310Z Compiling serde_json v1.0.132
3902024-11-18T21:38:51.500Z Compiling bitflags v2.6.0
3912024-11-18T21:38:51.669Z Compiling usdt-impl v0.5.0
3922024-11-18T21:38:51.954Z Compiling proc-macro-error-attr v1.0.4
3932024-11-18T21:38:51.979Z Compiling syn v1.0.109
3942024-11-18T21:38:52.029Z Compiling proc-macro-error v1.0.4
3952024-11-18T21:38:52.073Z Compiling plain v0.2.3
3962024-11-18T21:38:52.170Z Compiling quote v1.0.37
3972024-11-18T21:38:52.236Z Compiling log v0.4.22
3982024-11-18T21:38:52.280Z Compiling equivalent v1.0.1
3992024-11-18T21:38:52.332Z Compiling utf8parse v0.2.2
4002024-11-18T21:38:52.413Z Compiling hashbrown v0.15.0
4012024-11-18T21:38:52.497Z Compiling errno v0.3.9
4022024-11-18T21:38:52.640Z Compiling syn v2.0.87
4032024-11-18T21:38:52.772Z Compiling camino v1.1.9
4042024-11-18T21:38:52.904Z Compiling anstyle-parse v0.2.5
4052024-11-18T21:38:53.183Z Compiling thread-id v4.2.2
4062024-11-18T21:38:53.396Z Compiling winnow v0.6.20
4072024-11-18T21:38:53.495Z Compiling is_terminal_polyfill v1.70.1
4082024-11-18T21:38:53.641Z Compiling indexmap v2.6.0
4092024-11-18T21:38:53.641Z Compiling colorchoice v1.0.2
4102024-11-18T21:38:53.702Z Compiling anstyle-query v1.1.1
4112024-11-18T21:38:53.905Z Compiling anstyle v1.0.10
4122024-11-18T21:38:53.908Z Compiling pretty-hex v0.4.1
4132024-11-18T21:38:53.956Z Compiling autocfg v1.4.0
4142024-11-18T21:38:54.171Z Compiling semver v1.0.23
4152024-11-18T21:38:54.396Z Compiling unicode-width v0.1.14
4162024-11-18T21:38:54.816Z Compiling anstream v0.6.15
4172024-11-18T21:38:55.134Z Compiling terminal_size v0.4.0
4182024-11-18T21:38:55.159Z Compiling fs-err v2.11.0
4192024-11-18T21:38:55.284Z Compiling fnv v1.0.7
4202024-11-18T21:38:55.337Z Compiling heck v0.4.1
4212024-11-18T21:38:55.437Z Compiling bytecount v0.6.8
4222024-11-18T21:38:55.463Z Compiling fastrand v2.1.1
4232024-11-18T21:38:55.738Z Compiling heck v0.5.0
4242024-11-18T21:38:55.858Z Compiling strsim v0.11.1
4252024-11-18T21:38:56.018Z Compiling anyhow v1.0.93
4262024-11-18T21:38:56.108Z Compiling clap_lex v0.7.2
4272024-11-18T21:38:56.260Z Compiling cfg-if v1.0.0
4282024-11-18T21:38:56.311Z Compiling papergrid v0.11.0
4292024-11-18T21:38:56.373Z Compiling tempfile v3.13.0
4302024-11-18T21:38:56.679Z Compiling clap_builder v4.5.21
4312024-11-18T21:38:56.949Z Compiling memmap v0.7.0
4322024-11-18T21:38:57.041Z Compiling unicode-linebreak v0.1.5
4332024-11-18T21:38:57.279Z Compiling smawk v0.3.2
4342024-11-18T21:38:57.494Z Compiling textwrap v0.16.1
4352024-11-18T21:38:57.557Z Compiling swrite v0.1.0
4362024-11-18T21:38:58.617Z Compiling tabled_derive v0.7.0
4372024-11-18T21:39:00.201Z Compiling tabled v0.15.0
4382024-11-18T21:39:01.788Z Compiling serde_derive v1.0.215
4392024-11-18T21:39:01.788Z Compiling thiserror-impl v1.0.69
4402024-11-18T21:39:01.791Z Compiling zerocopy-derive v0.7.35
4412024-11-18T21:39:01.895Z Compiling scroll_derive v0.12.0
4422024-11-18T21:39:01.956Z Compiling clap_derive v4.5.18
4432024-11-18T21:39:03.237Z Compiling scroll v0.12.0
4442024-11-18T21:39:03.768Z Compiling zerocopy v0.7.35
4452024-11-18T21:39:03.821Z Compiling goblin v0.8.2
4462024-11-18T21:39:04.866Z Compiling pest v2.7.14
4472024-11-18T21:39:05.911Z Compiling clap v4.5.21
4482024-11-18T21:39:07.066Z Compiling pest_meta v2.7.14
4492024-11-18T21:39:07.937Z Compiling pest_generator v2.7.14
4502024-11-18T21:39:09.728Z Compiling pest_derive v2.7.14
4512024-11-18T21:39:10.458Z Compiling dtrace-parser v0.2.0
4522024-11-18T21:39:11.880Z Compiling serde_spanned v0.6.8
4532024-11-18T21:39:11.880Z Compiling toml_datetime v0.6.8
4542024-11-18T21:39:11.883Z Compiling cargo-platform v0.1.8
4552024-11-18T21:39:12.264Z Compiling serde_tokenstream v0.2.2
4562024-11-18T21:39:12.361Z Compiling toml_edit v0.22.22
4572024-11-18T21:39:12.440Z Compiling macaddr v1.0.1
4582024-11-18T21:39:12.636Z Compiling camino-tempfile v1.1.1
4592024-11-18T21:39:13.408Z Compiling dof v0.3.0
4602024-11-18T21:39:13.408Z Compiling cargo_metadata v0.18.1
4612024-11-18T21:39:15.149Z Compiling toml v0.8.19
4622024-11-18T21:39:15.396Z Compiling usdt-macro v0.5.0
4632024-11-18T21:39:15.421Z Compiling usdt-attr-macro v0.5.0
4642024-11-18T21:39:15.994Z Compiling cargo_toml v0.20.5
4652024-11-18T21:39:16.773Z Compiling usdt v0.5.0
4662024-11-18T21:39:19.526Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672024-11-18T21:39:23.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.00s
4682024-11-18T21:39:23.930Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4692024-11-18T21:39:24.455Z Downloading crates ...
4702024-11-18T21:39:24.609Z Downloaded darling v0.20.10
4712024-11-18T21:39:24.630Z Downloaded itertools v0.13.0
4722024-11-18T21:39:24.638Z Downloaded aes v0.8.4
4732024-11-18T21:39:24.642Z Downloaded headers-core v0.3.0
4742024-11-18T21:39:24.644Z Downloaded addr2line v0.24.2
4752024-11-18T21:39:24.647Z Downloaded aead v0.5.2
4762024-11-18T21:39:24.647Z Downloaded adler2 v2.0.0
4772024-11-18T21:39:24.650Z Downloaded idna v0.5.0
4782024-11-18T21:39:24.658Z Downloaded backtrace v0.3.74
4792024-11-18T21:39:24.663Z Downloaded heapless v0.7.17
4802024-11-18T21:39:24.667Z Downloaded heapless v0.8.0
4812024-11-18T21:39:24.671Z Downloaded async-stream v0.3.6
4822024-11-18T21:39:24.674Z Downloaded async-bb8-diesel v0.2.1
4832024-11-18T21:39:24.676Z Downloaded ahash v0.8.11
4842024-11-18T21:39:24.679Z Downloaded array-init v0.0.4
4852024-11-18T21:39:24.681Z Downloaded allocator-api2 v0.2.18
4862024-11-18T21:39:24.686Z Downloaded atomicwrites v0.4.4
4872024-11-18T21:39:24.688Z Downloaded atomic-waker v1.1.2
4882024-11-18T21:39:24.688Z Downloaded aes-gcm v0.10.3
4892024-11-18T21:39:24.691Z Downloaded hostname v0.4.0
4902024-11-18T21:39:24.693Z Downloaded hex-literal v0.4.1
4912024-11-18T21:39:24.693Z Downloaded hostname v0.3.1
4922024-11-18T21:39:24.696Z Downloaded atty v0.2.14
4932024-11-18T21:39:24.699Z Downloaded hex v0.4.3
4942024-11-18T21:39:24.699Z Downloaded async-stream-impl v0.3.6
4952024-11-18T21:39:24.701Z Downloaded aho-corasick v1.1.3
4962024-11-18T21:39:24.706Z Downloaded ciborium-io v0.2.2
4972024-11-18T21:39:24.709Z Downloaded async-trait v0.1.83
4982024-11-18T21:39:24.712Z Downloaded cmake v0.1.51
4992024-11-18T21:39:24.714Z Downloaded assert_matches v1.5.0
5002024-11-18T21:39:24.717Z Downloaded arrayref v0.3.9
5012024-11-18T21:39:24.717Z Downloaded async-recursion v1.1.1
5022024-11-18T21:39:24.720Z Downloaded cobs v0.2.3
5032024-11-18T21:39:24.723Z Downloaded home v0.5.9
5042024-11-18T21:39:24.725Z Downloaded hickory-client v0.24.1
5052024-11-18T21:39:24.728Z Downloaded crucible-workspace-hack v0.1.0
5062024-11-18T21:39:24.728Z Downloaded cfg_aliases v0.2.1
5072024-11-18T21:39:24.728Z Downloaded bitflags v1.3.2
5082024-11-18T21:39:24.731Z Downloaded http-body v1.0.1
5092024-11-18T21:39:24.733Z Downloaded colored v2.1.0
5102024-11-18T21:39:24.736Z Downloaded const_format_proc_macros v0.2.33
5112024-11-18T21:39:24.738Z Downloaded chrono-tz-build v0.4.0
5122024-11-18T21:39:24.738Z Downloaded ciborium-ll v0.2.2
5132024-11-18T21:39:24.741Z Downloaded bit-set v0.5.3
5142024-11-18T21:39:24.741Z Downloaded http-range v0.1.5
5152024-11-18T21:39:24.743Z Downloaded hubpack_derive v0.1.1
5162024-11-18T21:39:24.744Z Downloaded hickory-server v0.24.1
5172024-11-18T21:39:24.748Z Downloaded crunchy v0.2.2
5182024-11-18T21:39:24.750Z Downloaded cstr-argument v0.1.2
5192024-11-18T21:39:24.750Z Downloaded bcrypt-pbkdf v0.10.0
5202024-11-18T21:39:24.753Z Downloaded icu_provider_macros v1.5.0
5212024-11-18T21:39:24.755Z Downloaded hubpack v0.1.2
5222024-11-18T21:39:24.755Z Downloaded crc-catalog v2.4.0
5232024-11-18T21:39:24.758Z Downloaded bit-vec v0.6.3
5242024-11-18T21:39:24.758Z Downloaded bcs v0.1.6
5252024-11-18T21:39:24.760Z Downloaded argon2 v0.5.3
5262024-11-18T21:39:24.763Z Downloaded http-body-util v0.1.2
5272024-11-18T21:39:24.766Z Downloaded rpassword v7.3.1
5282024-11-18T21:39:24.766Z Downloaded backoff v0.4.0
5292024-11-18T21:39:24.769Z Downloaded ascii-canvas v3.0.0
5302024-11-18T21:39:24.769Z Downloaded arrayvec v0.7.6
5312024-11-18T21:39:24.771Z Downloaded cipher v0.4.4
5322024-11-18T21:39:24.774Z Downloaded ident_case v1.0.1
5332024-11-18T21:39:24.774Z Downloaded bitfield-struct v0.6.2
5342024-11-18T21:39:24.776Z Downloaded bitfield v0.14.0
5352024-11-18T21:39:24.776Z Downloaded crossbeam-deque v0.8.5
5362024-11-18T21:39:24.779Z Downloaded buf-list v1.0.3
5372024-11-18T21:39:24.781Z Downloaded blowfish v0.9.1
5382024-11-18T21:39:24.784Z Downloaded matches v0.1.10
5392024-11-18T21:39:24.784Z Downloaded match_cfg v0.1.0
5402024-11-18T21:39:24.787Z Downloaded chacha20 v0.9.1
5412024-11-18T21:39:24.787Z Downloaded cfg_aliases v0.1.1
5422024-11-18T21:39:24.790Z Downloaded block-padding v0.3.3
5432024-11-18T21:39:24.792Z Downloaded cbc v0.1.2
5442024-11-18T21:39:24.795Z Downloaded humantime v2.1.0
5452024-11-18T21:39:24.795Z Downloaded crc v3.2.1
5462024-11-18T21:39:24.797Z Downloaded clang-sys v1.8.1
5472024-11-18T21:39:24.800Z Downloaded curve25519-dalek-derive v0.1.1
5482024-11-18T21:39:24.802Z Downloaded const-oid v0.9.6
5492024-11-18T21:39:24.805Z Downloaded is_ci v1.2.0
5502024-11-18T21:39:24.805Z Downloaded ctr v0.9.2
5512024-11-18T21:39:24.807Z Downloaded convert_case v0.4.0
5522024-11-18T21:39:24.810Z Downloaded instant v0.1.13
5532024-11-18T21:39:24.810Z Downloaded instability v0.3.2
5542024-11-18T21:39:24.812Z Downloaded base64ct v1.6.0
5552024-11-18T21:39:24.815Z Downloaded memoffset v0.9.1
5562024-11-18T21:39:24.815Z Downloaded quinn-udp v0.5.5
5572024-11-18T21:39:24.817Z Downloaded base16ct v0.2.0
5582024-11-18T21:39:24.819Z Downloaded lru v0.12.5
5592024-11-18T21:39:24.820Z Downloaded rfc6979 v0.4.0
5602024-11-18T21:39:24.822Z Downloaded rustls-pemfile v1.0.4
5612024-11-18T21:39:24.825Z Downloaded tower-service v0.3.3
5622024-11-18T21:39:24.825Z Downloaded serde_path_to_error v0.1.16
5632024-11-18T21:39:24.827Z Downloaded highway v1.2.0
5642024-11-18T21:39:24.829Z Downloaded zerofrom v0.1.4
5652024-11-18T21:39:24.829Z Downloaded sha1 v0.10.6
5662024-11-18T21:39:24.832Z Downloaded bb8 v0.8.5
5672024-11-18T21:39:24.832Z Downloaded console v0.15.8
5682024-11-18T21:39:24.834Z Downloaded ssh-cipher v0.2.0
5692024-11-18T21:39:24.837Z Downloaded blake2 v0.10.6
5702024-11-18T21:39:24.840Z Downloaded idna_adapter v1.2.0
5712024-11-18T21:39:24.840Z Downloaded iana-time-zone v0.1.61
5722024-11-18T21:39:24.842Z Downloaded ciborium v0.2.2
5732024-11-18T21:39:24.845Z Downloaded lazycell v1.3.0
5742024-11-18T21:39:24.847Z Downloaded bzip2 v0.4.4
5752024-11-18T21:39:24.847Z Downloaded is-terminal v0.4.13
5762024-11-18T21:39:24.850Z Downloaded cassowary v0.3.0
5772024-11-18T21:39:24.850Z Downloaded inout v0.1.3
5782024-11-18T21:39:24.853Z Downloaded strip-ansi-escapes v0.2.0
5792024-11-18T21:39:24.853Z Downloaded structmeta v0.2.0
5802024-11-18T21:39:24.855Z Downloaded linked-hash-map v0.5.6
5812024-11-18T21:39:24.856Z Downloaded icu_locid_transform v1.5.0
5822024-11-18T21:39:24.858Z Downloaded heck v0.3.3
5832024-11-18T21:39:24.861Z Downloaded lazy_static v1.5.0
5842024-11-18T21:39:24.864Z Downloaded lalrpop-util v0.19.12
5852024-11-18T21:39:24.864Z Downloaded libefi-sys v0.1.0
5862024-11-18T21:39:24.864Z Downloaded tinystr v0.7.6
5872024-11-18T21:39:24.866Z Downloaded mime v0.3.17
5882024-11-18T21:39:24.869Z Downloaded md-5 v0.10.6
5892024-11-18T21:39:24.869Z Downloaded maplit v1.0.2
5902024-11-18T21:39:24.871Z Downloaded lru-cache v0.1.2
5912024-11-18T21:39:24.871Z Downloaded shell-words v1.1.0
5922024-11-18T21:39:24.873Z Downloaded maybe-uninit v2.0.0
5932024-11-18T21:39:24.874Z Downloaded libsw v3.3.1
5942024-11-18T21:39:24.876Z Downloaded foreign-types-shared v0.3.1
5952024-11-18T21:39:24.876Z Downloaded impl-trait-for-tuples v0.2.2
5962024-11-18T21:39:24.878Z Downloaded normalize-line-endings v0.3.0
5972024-11-18T21:39:24.881Z Downloaded unicode-xid v0.2.6
5982024-11-18T21:39:24.881Z Downloaded termcolor v1.4.1
5992024-11-18T21:39:24.884Z Downloaded supports-color v3.0.1
6002024-11-18T21:39:24.887Z Downloaded unicase v2.7.0
6012024-11-18T21:39:24.887Z Downloaded which v4.4.2
6022024-11-18T21:39:24.889Z Downloaded unicode-truncate v1.1.0
6032024-11-18T21:39:24.889Z Downloaded linear-map v1.2.0
6042024-11-18T21:39:24.892Z Downloaded kstat-rs v0.2.4
6052024-11-18T21:39:24.892Z Downloaded cookie v0.18.1
6062024-11-18T21:39:24.895Z Downloaded internet-checksum v0.2.1
6072024-11-18T21:39:24.897Z Downloaded ipnet v2.10.1
6082024-11-18T21:39:24.899Z Downloaded crossbeam-epoch v0.9.18
6092024-11-18T21:39:24.902Z Downloaded crc-any v2.5.0
6102024-11-18T21:39:24.911Z Downloaded arc-swap v1.7.1
6112024-11-18T21:39:24.911Z Downloaded fallible-streaming-iterator v0.1.9
6122024-11-18T21:39:24.911Z Downloaded base64 v0.13.1
6132024-11-18T21:39:24.911Z Downloaded precomputed-hash v0.1.1
6142024-11-18T21:39:24.911Z Downloaded slog-bunyan v2.5.0
6152024-11-18T21:39:24.915Z Downloaded slog-async v2.8.0
6162024-11-18T21:39:24.915Z Downloaded chacha20poly1305 v0.10.1
6172024-11-18T21:39:24.919Z Downloaded spin v0.5.2
6182024-11-18T21:39:24.919Z Downloaded ena v0.14.3
6192024-11-18T21:39:24.921Z Downloaded term v0.7.0
6202024-11-18T21:39:24.924Z Downloaded opaque-debug v0.3.1
6212024-11-18T21:39:24.924Z Downloaded tiny-keccak v2.0.2
6222024-11-18T21:39:24.926Z Downloaded phf_shared v0.10.0
6232024-11-18T21:39:24.929Z Downloaded wait-timeout v0.2.0
6242024-11-18T21:39:24.929Z Downloaded managed v0.8.0
6252024-11-18T21:39:24.931Z Downloaded litemap v0.7.3
6262024-11-18T21:39:24.934Z Downloaded ghash v0.5.1
6272024-11-18T21:39:24.934Z Downloaded float-cmp v0.9.0
6282024-11-18T21:39:24.936Z Downloaded path-slash v0.1.5
6292024-11-18T21:39:24.936Z Downloaded num v0.4.3
6302024-11-18T21:39:24.939Z Downloaded mime_guess v2.0.5
6312024-11-18T21:39:24.939Z Downloaded icu_normalizer_data v1.5.0
6322024-11-18T21:39:24.941Z Downloaded olpc-cjson v0.1.4
6332024-11-18T21:39:24.944Z Downloaded icu_locid_transform_data v1.5.0
6342024-11-18T21:39:24.944Z Downloaded uzers v0.12.1
6352024-11-18T21:39:24.946Z Downloaded slog v2.7.0
6362024-11-18T21:39:24.948Z Downloaded hickory-proto v0.24.1
6372024-11-18T21:39:24.963Z Downloaded write16 v1.0.0
6382024-11-18T21:39:24.966Z Downloaded serde-big-array v0.5.1
6392024-11-18T21:39:24.969Z Downloaded hyper-util v0.1.10
6402024-11-18T21:39:24.972Z Downloaded rustls-pemfile v2.2.0
6412024-11-18T21:39:24.974Z Downloaded foreign-types v0.3.2
6422024-11-18T21:39:24.974Z Downloaded rand_xorshift v0.3.0
6432024-11-18T21:39:24.976Z Downloaded ppv-lite86 v0.2.20
6442024-11-18T21:39:24.976Z Downloaded futures-executor v0.3.31
6452024-11-18T21:39:24.979Z Downloaded rand_seeder v0.3.0
6462024-11-18T21:39:24.981Z Downloaded scopeguard v1.2.0
6472024-11-18T21:39:24.981Z Downloaded rustversion v1.0.17
6482024-11-18T21:39:24.984Z Downloaded rand_core v0.6.4
6492024-11-18T21:39:24.986Z Downloaded tokio-stream v0.1.16
6502024-11-18T21:39:24.989Z Downloaded darling_macro v0.20.10
6512024-11-18T21:39:24.991Z Downloaded zone_cfg_derive v0.3.0
6522024-11-18T21:39:24.991Z Downloaded zone_cfg_derive v0.1.2
6532024-11-18T21:39:24.991Z Downloaded tinyvec v1.8.0
6542024-11-18T21:39:25.004Z Downloaded num-conv v0.1.0
6552024-11-18T21:39:25.006Z Downloaded new_debug_unreachable v1.0.6
6562024-11-18T21:39:25.006Z Downloaded yasna v0.5.2
6572024-11-18T21:39:25.009Z Downloaded icu_properties v1.5.1
6582024-11-18T21:39:25.011Z Downloaded nu-ansi-term v0.50.1
6592024-11-18T21:39:25.014Z Downloaded whoami v1.5.2
6602024-11-18T21:39:25.016Z Downloaded tls_codec v0.4.1
6612024-11-18T21:39:25.018Z Downloaded thiserror-no-std v2.0.2
6622024-11-18T21:39:25.022Z Downloaded derive-where v1.2.7
6632024-11-18T21:39:25.025Z Downloaded base64 v0.21.7
6642024-11-18T21:39:25.029Z Downloaded predicates-core v1.0.8
6652024-11-18T21:39:25.031Z Downloaded wyz v0.5.1
6662024-11-18T21:39:25.032Z Downloaded writeable v0.5.5
6672024-11-18T21:39:25.034Z Downloaded ff v0.13.0
6682024-11-18T21:39:25.037Z Downloaded sqlparser_derive v0.2.2
6692024-11-18T21:39:25.037Z Downloaded fragile v2.0.0
6702024-11-18T21:39:25.040Z Downloaded pretty-hex v0.2.1
6712024-11-18T21:39:25.040Z Downloaded serde-hex v0.1.0
6722024-11-18T21:39:25.042Z Downloaded termtree v0.4.1
6732024-11-18T21:39:25.042Z Downloaded smf v0.2.3
6742024-11-18T21:39:25.047Z Downloaded rustc-demangle v0.1.24
6752024-11-18T21:39:25.049Z Downloaded semver v0.1.20
6762024-11-18T21:39:25.049Z Downloaded sec1 v0.7.3
6772024-11-18T21:39:25.049Z Downloaded stringprep v0.1.5
6782024-11-18T21:39:25.052Z Downloaded string_cache v0.8.7
6792024-11-18T21:39:25.052Z Downloaded static_assertions v1.1.0
6802024-11-18T21:39:25.054Z Downloaded publicsuffix v2.2.3
6812024-11-18T21:39:25.057Z Downloaded utf8_iter v1.0.4
6822024-11-18T21:39:25.059Z Downloaded unarray v0.1.4
6832024-11-18T21:39:25.061Z Downloaded strum v0.26.3
6842024-11-18T21:39:25.063Z Downloaded either v1.13.0
6852024-11-18T21:39:25.063Z Downloaded display-error-chain v0.2.2
6862024-11-18T21:39:25.063Z Downloaded try-lock v0.2.5
6872024-11-18T21:39:25.066Z Downloaded tokio-rustls v0.26.0
6882024-11-18T21:39:25.066Z Downloaded tokio-rustls v0.24.1
6892024-11-18T21:39:25.069Z Downloaded zone v0.3.0
6902024-11-18T21:39:25.071Z Downloaded funty v2.0.0
6912024-11-18T21:39:25.071Z Downloaded base64 v0.22.1
6922024-11-18T21:39:25.074Z Downloaded zone v0.1.8
6932024-11-18T21:39:25.076Z Downloaded toml v0.7.8
6942024-11-18T21:39:25.078Z Downloaded fxhash v0.2.1
6952024-11-18T21:39:25.081Z Downloaded zopfli v0.8.1
6962024-11-18T21:39:25.083Z Downloaded typify-macro v0.2.0
6972024-11-18T21:39:25.083Z Downloaded pem v3.0.4
6982024-11-18T21:39:25.086Z Downloaded powerfmt v0.2.0
6992024-11-18T21:39:25.086Z Downloaded tokio-rustls v0.25.0
7002024-11-18T21:39:25.088Z Downloaded mockall_derive v0.13.0
7012024-11-18T21:39:25.091Z Downloaded serde_derive_internals v0.29.1
7022024-11-18T21:39:25.093Z Downloaded fs_extra v1.3.0
7032024-11-18T21:39:25.096Z Downloaded oso-derive v0.27.3
7042024-11-18T21:39:25.096Z Downloaded tls_codec_derive v0.4.1
7052024-11-18T21:39:25.099Z Downloaded smallvec v0.6.14
7062024-11-18T21:39:25.099Z Downloaded prettyplease v0.2.25
7072024-11-18T21:39:25.101Z Downloaded russh-keys v0.45.0
7082024-11-18T21:39:25.104Z Downloaded miniz_oxide v0.8.0
7092024-11-18T21:39:25.106Z Downloaded rsa v0.9.6
7102024-11-18T21:39:25.111Z Downloaded endian-type v0.1.2
7112024-11-18T21:39:25.113Z Downloaded salsa20 v0.10.2
7122024-11-18T21:39:25.113Z Downloaded num_enum v0.5.11
7132024-11-18T21:39:25.117Z Downloaded tracing v0.1.40
7142024-11-18T21:39:25.122Z Downloaded mirai-annotations v1.12.0
7152024-11-18T21:39:25.126Z Downloaded filetime v0.2.25
7162024-11-18T21:39:25.126Z Downloaded tui-tree-widget v0.22.0
7172024-11-18T21:39:25.128Z Downloaded sigpipe v0.1.3
7182024-11-18T21:39:25.128Z Downloaded topological-sort v0.2.2
7192024-11-18T21:39:25.131Z Downloaded diesel-dtrace v0.3.0
7202024-11-18T21:39:25.131Z Downloaded parse-size v1.1.0
7212024-11-18T21:39:25.133Z Downloaded strum_macros v0.24.3
7222024-11-18T21:39:25.133Z Downloaded icu_normalizer v1.5.0
7232024-11-18T21:39:25.136Z Downloaded yoke-derive v0.7.4
7242024-11-18T21:39:25.139Z Downloaded signal-hook-mio v0.2.4
7252024-11-18T21:39:25.141Z Downloaded parking_lot v0.11.2
7262024-11-18T21:39:25.143Z Downloaded futures-channel v0.3.31
7272024-11-18T21:39:25.146Z Downloaded gethostname v0.5.0
7282024-11-18T21:39:25.146Z Downloaded dhcproto-macros v0.1.0
7292024-11-18T21:39:25.146Z Downloaded predicates v3.1.2
7302024-11-18T21:39:25.148Z Downloaded postgres-types v0.2.8
7312024-11-18T21:39:25.151Z Downloaded foreign-types-shared v0.1.1
7322024-11-18T21:39:25.154Z Downloaded foreign-types-macros v0.2.3
7332024-11-18T21:39:25.154Z Downloaded termios v0.3.3
7342024-11-18T21:39:25.157Z Downloaded native-tls v0.2.12
7352024-11-18T21:39:25.157Z Downloaded slog-term v2.9.1
7362024-11-18T21:39:25.159Z Downloaded nanorand v0.7.0
7372024-11-18T21:39:25.162Z Downloaded untrusted v0.7.1
7382024-11-18T21:39:25.165Z Downloaded indicatif v0.17.9
7392024-11-18T21:39:25.167Z Downloaded darling_core v0.20.10
7402024-11-18T21:39:25.171Z Downloaded diesel_table_macro_syntax v0.2.0
7412024-11-18T21:39:25.174Z Downloaded rustfmt-wrapper v0.2.1
7422024-11-18T21:39:25.174Z Downloaded fixedbitset v0.4.2
7432024-11-18T21:39:25.176Z Downloaded debug-ignore v1.0.5
7442024-11-18T21:39:25.176Z Downloaded zeroize_derive v1.4.2
7452024-11-18T21:39:25.179Z Downloaded embedded-io v0.4.0
7462024-11-18T21:39:25.182Z Downloaded pin-project-internal v1.1.6
7472024-11-18T21:39:25.182Z Downloaded futures-sink v0.3.31
7482024-11-18T21:39:25.184Z Downloaded crossterm v0.28.1
7492024-11-18T21:39:25.189Z Downloaded slog-scope v4.4.0
7502024-11-18T21:39:25.191Z Downloaded multimap v0.10.0
7512024-11-18T21:39:25.194Z Downloaded slog-json v2.6.1
7522024-11-18T21:39:25.194Z Downloaded slog-envlogger v2.2.0
7532024-11-18T21:39:25.196Z Downloaded mockall v0.13.0
7542024-11-18T21:39:25.199Z Downloaded fd-lock v4.0.2
7552024-11-18T21:39:25.201Z Downloaded pin-project-lite v0.2.14
7562024-11-18T21:39:25.205Z Downloaded hashlink v0.9.1
7572024-11-18T21:39:25.210Z Downloaded parking_lot_core v0.8.6
7582024-11-18T21:39:25.212Z Downloaded headers v0.4.0
7592024-11-18T21:39:25.215Z Downloaded form_urlencoded v1.2.1
7602024-11-18T21:39:25.215Z Downloaded owo-colors v4.1.0
7612024-11-18T21:39:25.217Z Downloaded ron v0.7.1
7622024-11-18T21:39:25.222Z Downloaded num-bigint v0.4.6
7632024-11-18T21:39:25.227Z Downloaded tungstenite v0.23.0
7642024-11-18T21:39:25.232Z Downloaded tracing-attributes v0.1.27
7652024-11-18T21:39:25.234Z Downloaded untrusted v0.9.0
7662024-11-18T21:39:25.237Z Downloaded thiserror-impl-no-std v2.0.2
7672024-11-18T21:39:25.237Z Downloaded slog-stdlog v4.1.1
7682024-11-18T21:39:25.240Z Downloaded russh-cryptovec v0.7.3
7692024-11-18T21:39:25.240Z Downloaded progenitor-client v0.8.0
7702024-11-18T21:39:25.240Z Downloaded defmt v0.3.8
7712024-11-18T21:39:25.243Z Downloaded sqlformat v0.2.6
7722024-11-18T21:39:25.245Z Downloaded strum_macros v0.25.3
7732024-11-18T21:39:25.248Z Downloaded structmeta-derive v0.3.0
7742024-11-18T21:39:25.250Z Downloaded parking_lot v0.12.3
7752024-11-18T21:39:25.252Z Downloaded dhcproto v0.12.0
7762024-11-18T21:39:25.255Z Downloaded peg-runtime v0.8.3
7772024-11-18T21:39:25.255Z Downloaded dirs-next v2.0.0
7782024-11-18T21:39:25.257Z Downloaded difflib v0.4.0
7792024-11-18T21:39:25.257Z Downloaded hashbrown v0.12.3
7802024-11-18T21:39:25.261Z Downloaded tokio-native-tls v0.3.1
7812024-11-18T21:39:25.264Z Downloaded num-integer v0.1.46
7822024-11-18T21:39:25.266Z Downloaded quinn v0.11.5
7832024-11-18T21:39:25.269Z Downloaded num-iter v0.1.45
7842024-11-18T21:39:25.272Z Downloaded quick-error v1.2.3
7852024-11-18T21:39:25.272Z Downloaded parse-display-derive v0.10.0
7862024-11-18T21:39:25.274Z Downloaded nodrop v0.1.14
7872024-11-18T21:39:25.274Z Downloaded sync-ptr v0.1.1
7882024-11-18T21:39:25.276Z Downloaded dyn-clone v1.0.17
7892024-11-18T21:39:25.277Z Downloaded des v0.8.1
7902024-11-18T21:39:25.279Z Downloaded parse-display v0.10.0
7912024-11-18T21:39:25.282Z Downloaded futures v0.3.31
7922024-11-18T21:39:25.285Z Downloaded siphasher v0.3.11
7932024-11-18T21:39:25.287Z Downloaded resolv-conf v0.7.0
7942024-11-18T21:39:25.289Z Downloaded num-derive v0.4.2
7952024-11-18T21:39:25.292Z Downloaded smallvec v1.13.2
7962024-11-18T21:39:25.294Z Downloaded downcast v0.11.0
7972024-11-18T21:39:25.294Z Downloaded zip v2.1.3
7982024-11-18T21:39:25.299Z Downloaded derive_builder_macro v0.20.2
7992024-11-18T21:39:25.301Z Downloaded pkcs8 v0.10.2
8002024-11-18T21:39:25.304Z Downloaded sync_wrapper v1.0.1
8012024-11-18T21:39:25.304Z Downloaded openssl-probe v0.1.5
8022024-11-18T21:39:25.307Z Downloaded pkcs1 v0.7.5
8032024-11-18T21:39:25.309Z Downloaded tracing-core v0.1.32
8042024-11-18T21:39:25.312Z Downloaded rustc_version v0.4.1
8052024-11-18T21:39:25.314Z Downloaded zerofrom-derive v0.1.4
8062024-11-18T21:39:25.314Z Downloaded signal-hook v0.3.17
8072024-11-18T21:39:25.316Z Downloaded utf-8 v0.7.6
8082024-11-18T21:39:25.319Z Downloaded test-strategy v0.3.1
8092024-11-18T21:39:25.321Z Downloaded universal-hash v0.5.1
8102024-11-18T21:39:25.321Z Downloaded fallible-iterator v0.2.0
8112024-11-18T21:39:25.324Z Downloaded scheduled-thread-pool v0.2.7
8122024-11-18T21:39:25.327Z Downloaded structmeta v0.3.0
8132024-11-18T21:39:25.327Z Downloaded ssh-encoding v0.2.0
8142024-11-18T21:39:25.329Z Downloaded structmeta-derive v0.2.0
8152024-11-18T21:39:25.329Z Downloaded enum-as-inner v0.6.1
8162024-11-18T21:39:25.332Z Downloaded ron v0.8.1
8172024-11-18T21:39:25.335Z Downloaded percent-encoding v2.3.1
8182024-11-18T21:39:25.338Z Downloaded derive_builder_core v0.20.2
8192024-11-18T21:39:25.340Z Downloaded ecdsa v0.16.9
8202024-11-18T21:39:25.343Z Downloaded flate2 v1.0.34
8212024-11-18T21:39:25.347Z Downloaded newline-converter v0.3.0
8222024-11-18T21:39:25.349Z Downloaded itertools v0.10.5
8232024-11-18T21:39:25.355Z Downloaded psl-types v2.0.11
8242024-11-18T21:39:25.357Z Downloaded pkg-config v0.3.31
8252024-11-18T21:39:25.359Z Downloaded pkcs5 v0.7.1
8262024-11-18T21:39:25.362Z Downloaded num_threads v0.1.7
8272024-11-18T21:39:25.364Z Downloaded tungstenite v0.24.0
8282024-11-18T21:39:25.367Z Downloaded tungstenite v0.21.0
8292024-11-18T21:39:25.369Z Downloaded rustc-hash v1.1.0
8302024-11-18T21:39:25.372Z Downloaded num-rational v0.4.2
8312024-11-18T21:39:25.374Z Downloaded peg v0.8.4
8322024-11-18T21:39:25.376Z Downloaded dsl_auto_type v0.1.2
8332024-11-18T21:39:25.379Z Downloaded displaydoc v0.2.5
8342024-11-18T21:39:25.381Z Downloaded tar v0.4.43
8352024-11-18T21:39:25.384Z Downloaded want v0.3.1
8362024-11-18T21:39:25.386Z Downloaded value-bag v1.9.0
8372024-11-18T21:39:25.389Z Downloaded hyper v1.5.0
8382024-11-18T21:39:25.393Z Downloaded waitgroup v0.1.2
8392024-11-18T21:39:25.806Z Downloaded vte_generate_state_changes v0.1.2
8402024-11-18T21:39:25.806Z Downloaded openssl-sys v0.9.104
8412024-11-18T21:39:25.806Z Downloaded toolchain_find v0.4.0
8422024-11-18T21:39:25.806Z Downloaded futures-task v0.3.31
8432024-11-18T21:39:25.806Z Downloaded walkdir v2.5.0
8442024-11-18T21:39:25.806Z Downloaded pem-rfc7468 v0.7.0
8452024-11-18T21:39:25.806Z Downloaded ssh-key v0.6.6
8462024-11-18T21:39:25.806Z Downloaded take_mut v0.2.2
8472024-11-18T21:39:25.806Z Downloaded float-ord v0.3.2
8482024-11-18T21:39:25.806Z Downloaded same-file v1.0.6
8492024-11-18T21:39:25.806Z Downloaded number_prefix v0.4.0
8502024-11-18T21:39:25.806Z Downloaded rayon-core v1.12.1
8512024-11-18T21:39:25.806Z Downloaded defmt-parser v0.3.4
8522024-11-18T21:39:25.806Z Downloaded time-core v0.1.2
8532024-11-18T21:39:25.806Z Downloaded newtype-uuid v1.1.3
8542024-11-18T21:39:25.806Z Downloaded signal-hook-tokio v0.3.1
8552024-11-18T21:39:25.806Z Downloaded similar v2.6.0
8562024-11-18T21:39:25.806Z Downloaded hash32 v0.3.1
8572024-11-18T21:39:25.807Z Downloaded progenitor-macro v0.8.0
8582024-11-18T21:39:25.807Z Downloaded schemars v0.8.21
8592024-11-18T21:39:25.807Z Downloaded openssl-macros v0.1.1
8602024-11-18T21:39:25.807Z Downloaded radium v0.7.0
8612024-11-18T21:39:25.807Z Downloaded idna v1.0.3
8622024-11-18T21:39:25.807Z Downloaded serde_repr v0.1.19
8632024-11-18T21:39:25.807Z Downloaded serde_plain v1.0.2
8642024-11-18T21:39:25.807Z Downloaded schemars_derive v0.8.21
8652024-11-18T21:39:25.807Z Downloaded ref-cast-impl v1.0.23
8662024-11-18T21:39:25.808Z Downloaded hkdf v0.12.4
8672024-11-18T21:39:25.808Z Downloaded ref-cast v1.0.23
8682024-11-18T21:39:25.808Z Downloaded elliptic-curve v0.13.8
8692024-11-18T21:39:25.808Z Downloaded xattr v1.3.1
8702024-11-18T21:39:25.808Z Downloaded tabwriter v1.4.0
8712024-11-18T21:39:25.808Z Downloaded synstructure v0.13.1
8722024-11-18T21:39:25.808Z Downloaded peg-macros v0.8.4
8732024-11-18T21:39:25.808Z Downloaded steno v0.4.1
8742024-11-18T21:39:25.809Z Downloaded serde_urlencoded v0.7.1
8752024-11-18T21:39:25.809Z Downloaded glob v0.3.1
8762024-11-18T21:39:25.809Z Downloaded foldhash v0.1.3
8772024-11-18T21:39:25.809Z Downloaded flagset v0.4.6
8782024-11-18T21:39:25.809Z Downloaded polyval v0.6.2
8792024-11-18T21:39:25.809Z Downloaded paste v1.0.15
8802024-11-18T21:39:25.809Z Downloaded newtype_derive v0.1.6
8812024-11-18T21:39:25.809Z Downloaded aws-lc-rs v1.10.0
8822024-11-18T21:39:25.809Z Downloaded dunce v1.0.5
8832024-11-18T21:39:25.809Z Downloaded bindgen v0.69.5
8842024-11-18T21:39:25.809Z Downloaded toml_edit v0.19.15
8852024-11-18T21:39:25.809Z Downloaded tokio-macros v2.4.0
8862024-11-18T21:39:25.809Z Downloaded itertools v0.12.1
8872024-11-18T21:39:25.809Z Downloaded fallible-iterator v0.3.0
8882024-11-18T21:39:25.809Z Downloaded thread_local v1.1.8
8892024-11-18T21:39:25.809Z Downloaded globset v0.4.15
8902024-11-18T21:39:25.809Z Downloaded vergen v8.3.2
8912024-11-18T21:39:25.809Z Downloaded dropshot_endpoint v0.13.0
8922024-11-18T21:39:25.809Z Downloaded proc-macro-crate v1.3.1
8932024-11-18T21:39:25.809Z Downloaded nibble_vec v0.1.0
8942024-11-18T21:39:25.809Z Downloaded dropshot_endpoint v0.12.0
8952024-11-18T21:39:25.809Z Downloaded spin v0.9.8
8962024-11-18T21:39:25.809Z Downloaded unsafe-libyaml v0.2.11
8972024-11-18T21:39:25.809Z Downloaded derive_more v0.99.18
8982024-11-18T21:39:25.809Z Downloaded hash32 v0.2.1
8992024-11-18T21:39:25.809Z Downloaded tap v1.0.1
9002024-11-18T21:39:25.809Z Downloaded postcard v1.0.10
9012024-11-18T21:39:25.810Z Downloaded vte v0.11.1
9022024-11-18T21:39:25.810Z Downloaded pbkdf2 v0.12.2
9032024-11-18T21:39:25.810Z Downloaded primeorder v0.13.6
9042024-11-18T21:39:25.810Z Downloaded pin-utils v0.1.0
9052024-11-18T21:39:25.810Z Downloaded rand v0.8.5
9062024-11-18T21:39:25.810Z Downloaded tokio-tungstenite v0.24.0
9072024-11-18T21:39:25.810Z Downloaded zerocopy v0.6.6
9082024-11-18T21:39:25.810Z Downloaded snafu-derive v0.8.5
9092024-11-18T21:39:25.810Z Downloaded slab v0.4.9
9102024-11-18T21:39:25.810Z Downloaded serde_yaml v0.9.34+deprecated
9112024-11-18T21:39:25.810Z Downloaded quinn-proto v0.11.8
9122024-11-18T21:39:25.810Z Downloaded subprocess v0.2.9
9132024-11-18T21:39:25.810Z Downloaded p521 v0.13.3
9142024-11-18T21:39:25.810Z Downloaded signature v2.2.0
9152024-11-18T21:39:25.810Z Downloaded num_enum_derive v0.5.11
9162024-11-18T21:39:25.810Z Downloaded tough v0.19.0
9172024-11-18T21:39:25.810Z Downloaded progenitor v0.8.0
9182024-11-18T21:39:25.810Z Downloaded tokio-util v0.7.12
9192024-11-18T21:39:25.810Z Downloaded typify v0.2.0
9202024-11-18T21:39:25.810Z Downloaded hashbrown v0.14.5
9212024-11-18T21:39:25.810Z Downloaded poly1305 v0.8.0
9222024-11-18T21:39:25.810Z Downloaded group v0.13.0
9232024-11-18T21:39:25.810Z Downloaded flume v0.11.1
9242024-11-18T21:39:25.810Z Downloaded time-macros v0.2.18
9252024-11-18T21:39:25.810Z Downloaded bitvec v1.0.1
9262024-11-18T21:39:25.810Z Downloaded serde_with_macros v3.11.0
9272024-11-18T21:39:25.810Z Downloaded unicode_categories v0.1.1
9282024-11-18T21:39:25.810Z Downloaded tokio-postgres v0.7.12
9292024-11-18T21:39:25.810Z Downloaded socket2 v0.5.7
9302024-11-18T21:39:25.810Z Downloaded snafu v0.8.5
9312024-11-18T21:39:25.810Z Downloaded der v0.7.9
9322024-11-18T21:39:25.810Z Downloaded url v2.5.3
9332024-11-18T21:39:25.810Z Downloaded rustls-webpki v0.102.8
9342024-11-18T21:39:25.810Z Downloaded getrandom v0.2.15
9352024-11-18T21:39:25.810Z Downloaded half v2.4.1
9362024-11-18T21:39:25.810Z Downloaded qorb v0.2.0
9372024-11-18T21:39:25.810Z Downloaded mio v1.0.2
9382024-11-18T21:39:25.810Z Downloaded num-traits v0.2.19
9392024-11-18T21:39:25.815Z Downloaded zip v0.6.6
9402024-11-18T21:39:25.815Z Downloaded x509-cert v0.2.5
9412024-11-18T21:39:25.815Z Downloaded unicode-properties v0.1.3
9422024-11-18T21:39:25.815Z Downloaded simd-adler32 v0.3.7
9432024-11-18T21:39:25.815Z Downloaded time v0.3.36
9442024-11-18T21:39:25.815Z Downloaded salty v0.3.0
9452024-11-18T21:39:25.815Z Downloaded rustyline v14.0.0
9462024-11-18T21:39:25.815Z Downloaded proptest v1.5.0
9472024-11-18T21:39:25.815Z Downloaded num-bigint-dig v0.8.4
9482024-11-18T21:39:25.815Z Downloaded unicode-segmentation v1.12.0
9492024-11-18T21:39:25.815Z Downloaded hashbrown v0.13.2
9502024-11-18T21:39:25.816Z Downloaded serde_with v3.11.0
9512024-11-18T21:39:25.816Z Downloaded zerovec v0.10.4
9522024-11-18T21:39:25.816Z Downloaded rustls-webpki v0.101.7
9532024-11-18T21:39:25.816Z Downloaded russh v0.45.0
9542024-11-18T21:39:25.816Z Downloaded reqwest v0.12.9
9552024-11-18T21:39:25.816Z Downloaded parse-zoneinfo v0.3.1
9562024-11-18T21:39:25.816Z Downloaded rustls v0.21.12
9572024-11-18T21:39:25.816Z Downloaded rusqlite v0.32.1
9582024-11-18T21:39:25.816Z Downloaded lalrpop v0.19.12
9592024-11-18T21:39:25.819Z Downloaded reedline v0.35.0
9602024-11-18T21:39:25.826Z Downloaded gimli v0.31.1
9612024-11-18T21:39:25.835Z Downloaded sqlparser v0.45.0
9622024-11-18T21:39:25.840Z Downloaded idna v0.3.0
9632024-11-18T21:39:25.847Z Downloaded curve25519-dalek v4.1.3
9642024-11-18T21:39:25.856Z Downloaded nix v0.27.1
9652024-11-18T21:39:25.866Z Downloaded quick-xml v0.33.0
9662024-11-18T21:39:25.872Z Downloaded rustls v0.23.14
9672024-11-18T21:39:25.883Z Downloaded nom v7.1.3
9682024-11-18T21:39:25.888Z Downloaded dropshot v0.12.0
9692024-11-18T21:39:25.907Z Downloaded unicode-normalization v0.1.24
9702024-11-18T21:39:25.910Z Downloaded idna v0.4.0
9712024-11-18T21:39:25.917Z Downloaded chrono-tz v0.10.0
9722024-11-18T21:39:25.925Z Downloaded vcpkg v0.2.15
9732024-11-18T21:39:25.961Z Downloaded git2 v0.19.0
9742024-11-18T21:39:25.969Z Downloaded portable-atomic v1.9.0
9752024-11-18T21:39:25.976Z Downloaded h2 v0.4.6
9762024-11-18T21:39:25.982Z Downloaded smoltcp v0.9.1
9772024-11-18T21:39:25.993Z Downloaded petname v2.0.2
9782024-11-18T21:39:25.998Z Downloaded openssl v0.10.68
9792024-11-18T21:39:26.007Z Downloaded dropshot v0.13.0
9802024-11-18T21:39:26.028Z Downloaded openapiv3 v2.0.0
9812024-11-18T21:39:26.039Z Downloaded diesel v2.2.4
9822024-11-18T21:39:26.058Z Downloaded futures-util v0.3.31
9832024-11-18T21:39:26.068Z Downloaded radix_trie v0.2.1
9842024-11-18T21:39:26.073Z Downloaded p384 v0.13.0
9852024-11-18T21:39:26.079Z Downloaded regress v0.10.1
9862024-11-18T21:39:26.088Z Downloaded webpki-roots v0.26.6
9872024-11-18T21:39:26.091Z Downloaded nix v0.29.0
9882024-11-18T21:39:26.102Z Downloaded regress v0.9.1
9892024-11-18T21:39:26.111Z Downloaded trust-dns-proto v0.22.0
9902024-11-18T21:39:26.123Z Downloaded polar-core v0.27.3
9912024-11-18T21:39:26.131Z Downloaded regex v1.11.1
9922024-11-18T21:39:26.143Z Downloaded sled v0.34.7
9932024-11-18T21:39:26.153Z Downloaded bzip2-sys v0.1.11+1.0.8
9942024-11-18T21:39:26.165Z Downloaded typify-impl v0.2.0
9952024-11-18T21:39:26.180Z Downloaded regex-syntax v0.6.29
9962024-11-18T21:39:26.187Z Downloaded nix v0.28.0
9972024-11-18T21:39:26.198Z Downloaded bstr v1.10.0
9982024-11-18T21:39:26.208Z Downloaded rayon v1.10.0
9992024-11-18T21:39:26.218Z Downloaded smoltcp v0.11.0
10002024-11-18T21:39:26.229Z Downloaded object v0.36.5
10012024-11-18T21:39:26.240Z Downloaded object v0.30.4
10022024-11-18T21:39:26.249Z Downloaded regex-syntax v0.8.5
10032024-11-18T21:39:26.257Z Downloaded ratatui v0.28.1
10042024-11-18T21:39:26.276Z Downloaded rustls v0.22.4
10052024-11-18T21:39:26.289Z Downloaded idna v0.2.3
10062024-11-18T21:39:26.295Z Downloaded petgraph v0.6.5
10072024-11-18T21:39:26.312Z Downloaded sha3 v0.10.8
10082024-11-18T21:39:26.318Z Downloaded icu_properties_data v1.5.0
10092024-11-18T21:39:26.327Z Downloaded unicode-width v0.2.0
10102024-11-18T21:39:26.333Z Downloaded password-hash v0.4.2
10112024-11-18T21:39:26.335Z Downloaded winnow v0.5.40
10122024-11-18T21:39:26.343Z Downloaded chrono v0.4.38
10132024-11-18T21:39:26.350Z Downloaded defmt-macros v0.3.9
10142024-11-18T21:39:26.353Z Downloaded csv v1.3.0
10152024-11-18T21:39:26.372Z Downloaded vsss-rs v3.3.4
10162024-11-18T21:39:26.374Z Downloaded zerocopy-derive v0.6.6
10172024-11-18T21:39:26.384Z Downloaded foreign-types v0.5.0
10182024-11-18T21:39:26.386Z Downloaded tinyvec_macros v0.1.1
10192024-11-18T21:39:26.386Z Downloaded data-encoding v2.6.0
10202024-11-18T21:39:26.388Z Downloaded tokio-tungstenite v0.23.1
10212024-11-18T21:39:26.388Z Downloaded rand_chacha v0.3.1
10222024-11-18T21:39:26.391Z Downloaded uuid v1.11.0
10232024-11-18T21:39:26.393Z Downloaded diesel_derives v2.2.3
10242024-11-18T21:39:26.396Z Downloaded typed-path v0.9.3
10252024-11-18T21:39:26.401Z Downloaded password-hash v0.5.0
10262024-11-18T21:39:26.404Z Downloaded rustls-pki-types v1.9.0
10272024-11-18T21:39:26.407Z Downloaded regex-automata v0.4.8
10282024-11-18T21:39:26.422Z Downloaded lzma-sys v0.1.20
10292024-11-18T21:39:26.449Z Downloaded p256 v0.13.2
10302024-11-18T21:39:26.452Z Downloaded env_logger v0.10.2
10312024-11-18T21:39:26.456Z Downloaded diff v0.1.13
10322024-11-18T21:39:26.458Z Downloaded zerovec-derive v0.10.3
10332024-11-18T21:39:26.460Z Downloaded shlex v1.3.0
10342024-11-18T21:39:26.460Z Downloaded env_logger v0.11.5
10352024-11-18T21:39:26.463Z Downloaded zeroize v1.8.1
10362024-11-18T21:39:26.465Z Downloaded samael v0.0.17
10372024-11-18T21:39:26.469Z Downloaded libxml v0.3.3
10382024-11-18T21:39:26.474Z Downloaded libz-sys v1.1.20
10392024-11-18T21:39:26.494Z Downloaded num-complex v0.4.6
10402024-11-18T21:39:26.497Z Downloaded expectorate v1.1.0
10412024-11-18T21:39:26.500Z Downloaded ed25519-dalek v2.1.1
10422024-11-18T21:39:26.500Z Downloaded tokio v1.40.0
10432024-11-18T21:39:26.536Z Downloaded enum-as-inner v0.5.1
10442024-11-18T21:39:26.538Z Downloaded fatfs v0.3.6
10452024-11-18T21:39:26.541Z Downloaded env_filter v0.1.2
10462024-11-18T21:39:26.543Z Downloaded pin-project v1.1.6
10472024-11-18T21:39:26.550Z Downloaded rustc_version v0.1.7
10482024-11-18T21:39:26.553Z Downloaded rustc-hash v2.0.0
10492024-11-18T21:39:26.553Z Downloaded strum_macros v0.26.4
10502024-11-18T21:39:26.555Z Downloaded libm v0.2.8
10512024-11-18T21:39:26.561Z Downloaded oso v0.27.3
10522024-11-18T21:39:26.564Z Downloaded encoding_rs v0.8.34
10532024-11-18T21:39:26.584Z Downloaded parking_lot_core v0.9.10
10542024-11-18T21:39:26.587Z Downloaded futures-macro v0.3.31
10552024-11-18T21:39:26.589Z Downloaded futures-io v0.3.31
10562024-11-18T21:39:26.589Z Downloaded yoke v0.7.4
10572024-11-18T21:39:26.592Z Downloaded xz2 v0.1.7
10582024-11-18T21:39:26.594Z Downloaded unicode-bidi v0.3.17
10592024-11-18T21:39:26.596Z Downloaded minimal-lexical v0.2.1
10602024-11-18T21:39:26.600Z Downloaded twox-hash v1.6.3
10612024-11-18T21:39:26.603Z Downloaded sct v0.7.1
10622024-11-18T21:39:26.606Z Downloaded http v1.1.0
10632024-11-18T21:39:26.608Z Downloaded postgres-protocol v0.6.7
10642024-11-18T21:39:26.611Z Downloaded omicron-zone-package v0.11.1
10652024-11-18T21:39:26.614Z Downloaded utf16_iter v1.0.5
10662024-11-18T21:39:26.614Z Downloaded tokio-tungstenite v0.21.0
10672024-11-18T21:39:26.615Z Downloaded multer v3.1.0
10682024-11-18T21:39:26.617Z Downloaded rusty-fork v0.3.0
10692024-11-18T21:39:26.620Z Downloaded signal-hook-registry v1.4.2
10702024-11-18T21:39:26.620Z Downloaded predicates-tree v1.0.11
10712024-11-18T21:39:26.620Z Downloaded hickory-resolver v0.24.1
10722024-11-18T21:39:26.623Z Downloaded icu_provider v1.5.0
10732024-11-18T21:39:26.626Z Downloaded crossbeam-channel v0.5.13
10742024-11-18T21:39:26.630Z Downloaded dirs-sys-next v0.1.2
10752024-11-18T21:39:26.633Z Downloaded icu_collections v1.5.0
10762024-11-18T21:39:26.636Z Downloaded scrypt v0.11.0
10772024-11-18T21:39:26.639Z Downloaded progenitor-impl v0.8.0
10782024-11-18T21:39:26.642Z Downloaded blake3 v1.5.4
10792024-11-18T21:39:26.648Z Downloaded crypto-bigint v0.5.5
10802024-11-18T21:39:26.654Z Downloaded compact_str v0.8.0
10812024-11-18T21:39:26.657Z Downloaded cc v1.1.30
10822024-11-18T21:39:26.660Z Downloaded stable_deref_trait v1.2.0
10832024-11-18T21:39:26.663Z Downloaded spki v0.7.3
10842024-11-18T21:39:26.663Z Downloaded phf_shared v0.11.2
10852024-11-18T21:39:26.665Z Downloaded phf_generator v0.11.2
10862024-11-18T21:39:26.665Z Downloaded phf_codegen v0.11.2
10872024-11-18T21:39:26.665Z Downloaded pbkdf2 v0.11.0
10882024-11-18T21:39:26.669Z Downloaded rcgen v0.12.1
10892024-11-18T21:39:26.671Z Downloaded lock_api v0.4.12
10902024-11-18T21:39:26.671Z Downloaded indexmap v1.9.3
10912024-11-18T21:39:26.674Z Downloaded futures-core v0.3.31
10922024-11-18T21:39:26.677Z Downloaded phf v0.11.2
10932024-11-18T21:39:26.677Z Downloaded icu_locid v1.5.0
10942024-11-18T21:39:26.680Z Downloaded packed_struct_codegen v0.10.1
10952024-11-18T21:39:26.683Z Downloaded packed_struct v0.10.1
10962024-11-18T21:39:26.687Z Downloaded derive_builder v0.20.2
10972024-11-18T21:39:26.693Z Downloaded deranged v0.3.11
10982024-11-18T21:39:26.694Z Downloaded der_derive v0.7.3
10992024-11-18T21:39:26.696Z Downloaded r2d2 v0.8.10
11002024-11-18T21:39:26.696Z Downloaded memmap2 v0.9.5
11012024-11-18T21:39:26.696Z Downloaded const_format v0.2.33
11022024-11-18T21:39:26.700Z Downloaded bytes v1.8.0
11032024-11-18T21:39:26.703Z Downloaded embedded-io v0.6.1
11042024-11-18T21:39:26.703Z Downloaded ed25519 v2.2.3
11052024-11-18T21:39:26.706Z Downloaded libloading v0.8.5
11062024-11-18T21:39:26.706Z Downloaded jobserver v0.1.32
11072024-11-18T21:39:26.709Z Downloaded crossbeam-utils v0.8.20
11082024-11-18T21:39:26.711Z Downloaded bumpalo v3.16.0
11092024-11-18T21:39:26.714Z Downloaded slog-dtrace v0.3.0
11102024-11-18T21:39:26.714Z Downloaded rtoolbox v0.0.2
11112024-11-18T21:39:26.717Z Downloaded ipnetwork v0.20.0
11122024-11-18T21:39:26.717Z Downloaded subtle v2.6.1
11132024-11-18T21:39:26.720Z Downloaded csv-core v0.1.11
11142024-11-18T21:39:26.720Z Downloaded crc32fast v1.4.2
11152024-11-18T21:39:26.722Z Downloaded hmac v0.12.1
11162024-11-18T21:39:26.722Z Downloaded cookie_store v0.21.0
11172024-11-18T21:39:26.725Z Downloaded cancel-safe-futures v0.1.5
11182024-11-18T21:39:26.727Z Downloaded hyper-tls v0.6.0
11192024-11-18T21:39:26.729Z Downloaded hyper-staticfile v0.10.1
11202024-11-18T21:39:26.732Z Downloaded hyper-rustls v0.27.3
11212024-11-18T21:39:26.732Z Downloaded httpdate v1.0.3
11222024-11-18T21:39:26.734Z Downloaded httparse v1.9.5
11232024-11-18T21:39:26.737Z Downloaded secrecy v0.8.0
11242024-11-18T21:39:26.737Z Downloaded md5 v0.7.0
11252024-11-18T21:39:26.739Z Downloaded lockfree-object-pool v0.1.6
11262024-11-18T21:39:26.739Z Downloaded keccak v0.1.5
11272024-11-18T21:39:26.747Z Downloaded constant_time_eq v0.3.1
11282024-11-18T21:39:26.748Z Downloaded indoc v1.0.9
11292024-11-18T21:39:26.748Z Downloaded indent_write v2.2.0
11302024-11-18T21:39:26.748Z Downloaded cexpr v0.6.0
11312024-11-18T21:39:26.748Z Downloaded castaway v0.2.3
11322024-11-18T21:39:26.772Z Downloaded libgit2-sys v0.17.0+1.8.1
11332024-11-18T21:39:27.085Z Downloaded ring v0.16.20
11342024-11-18T21:39:27.276Z Downloaded ring v0.17.8
11352024-11-18T21:39:27.377Z Downloaded aws-lc-sys v0.22.0
11362024-11-18T21:39:27.594Z Downloaded libsqlite3-sys v0.30.1
11372024-11-18T21:39:27.765Z Compiling serde v1.0.215
11382024-11-18T21:39:27.768Z Compiling lock_api v0.4.12
11392024-11-18T21:39:27.768Z Compiling scopeguard v1.2.0
11402024-11-18T21:39:27.768Z Compiling value-bag v1.9.0
11412024-11-18T21:39:27.768Z Compiling typenum v1.17.0
11422024-11-18T21:39:27.768Z Compiling generic-array v0.14.7
11432024-11-18T21:39:27.954Z Compiling syn v2.0.87
11442024-11-18T21:39:27.969Z Compiling getrandom v0.2.15
11452024-11-18T21:39:28.116Z Compiling shlex v1.3.0
11462024-11-18T21:39:28.232Z Compiling rand_core v0.6.4
11472024-11-18T21:39:28.377Z Compiling log v0.4.22
11482024-11-18T21:39:28.504Z Compiling subtle v2.6.1
11492024-11-18T21:39:28.541Z Compiling jobserver v0.1.32
11502024-11-18T21:39:28.563Z Compiling const-oid v0.9.6
11512024-11-18T21:39:28.781Z Compiling smallvec v1.13.2
11522024-11-18T21:39:28.950Z Compiling pin-project-lite v0.2.14
11532024-11-18T21:39:29.027Z Compiling spin v0.9.8
11542024-11-18T21:39:29.097Z Compiling cc v1.1.30
11552024-11-18T21:39:29.323Z Compiling rustix v0.38.37
11562024-11-18T21:39:29.347Z Compiling parking_lot_core v0.9.10
11572024-11-18T21:39:29.435Z Compiling futures-core v0.3.31
11582024-11-18T21:39:29.693Z Compiling signal-hook-registry v1.4.2
11592024-11-18T21:39:29.716Z Compiling mio v1.0.2
11602024-11-18T21:39:30.473Z Compiling parking_lot v0.12.3
11612024-11-18T21:39:30.610Z Compiling aho-corasick v1.1.3
11622024-11-18T21:39:30.632Z Compiling either v1.13.0
11632024-11-18T21:39:30.780Z Compiling cpufeatures v0.2.14
11642024-11-18T21:39:30.897Z Compiling regex-syntax v0.8.5
11652024-11-18T21:39:30.918Z Compiling lazy_static v1.5.0
11662024-11-18T21:39:31.040Z Compiling futures-sink v0.3.31
11672024-11-18T21:39:31.060Z Compiling glob v0.3.1
11682024-11-18T21:39:31.079Z Compiling stable_deref_trait v1.2.0
11692024-11-18T21:39:31.193Z Compiling socket2 v0.5.7
11702024-11-18T21:39:31.213Z Compiling slab v0.4.9
11712024-11-18T21:39:31.458Z Compiling prettyplease v0.2.25
11722024-11-18T21:39:31.672Z Compiling minimal-lexical v0.2.1
11732024-11-18T21:39:32.141Z Compiling clang-sys v1.8.1
11742024-11-18T21:39:32.141Z Compiling nom v7.1.3
11752024-11-18T21:39:32.221Z Compiling libloading v0.8.5
11762024-11-18T21:39:32.242Z Compiling home v0.5.9
11772024-11-18T21:39:32.505Z Compiling bindgen v0.69.5
11782024-11-18T21:39:32.631Z Compiling serde_json v1.0.132
11792024-11-18T21:39:32.958Z Compiling futures-channel v0.3.31
11802024-11-18T21:39:33.312Z Compiling itertools v0.12.1
11812024-11-18T21:39:33.376Z Compiling lazycell v1.3.0
11822024-11-18T21:39:33.550Z Compiling foldhash v0.1.3
11832024-11-18T21:39:33.737Z Compiling futures-io v0.3.31
11842024-11-18T21:39:33.884Z Compiling rustc-hash v1.1.0
11852024-11-18T21:39:34.040Z Compiling allocator-api2 v0.2.18
11862024-11-18T21:39:34.080Z Compiling pin-utils v0.1.0
11872024-11-18T21:39:34.180Z Compiling futures-task v0.3.31
11882024-11-18T21:39:34.498Z Compiling cmake v0.1.51
11892024-11-18T21:39:34.851Z Compiling regex-automata v0.4.8
11902024-11-18T21:39:35.529Z Compiling hashbrown v0.15.0
11912024-11-18T21:39:35.939Z Compiling synstructure v0.13.1
11922024-11-18T21:39:36.488Z Compiling cexpr v0.6.0
11932024-11-18T21:39:36.884Z Compiling pkg-config v0.3.31
11942024-11-18T21:39:37.704Z Compiling dunce v1.0.5
11952024-11-18T21:39:37.842Z Compiling tinyvec_macros v0.1.1
11962024-11-18T21:39:37.863Z Compiling fs_extra v1.3.0
11972024-11-18T21:39:37.938Z Compiling libm v0.2.8
11982024-11-18T21:39:38.305Z Compiling tinyvec v1.8.0
11992024-11-18T21:39:38.324Z Compiling num-traits v0.2.19
12002024-11-18T21:39:38.466Z Compiling ring v0.17.8
12012024-11-18T21:39:38.859Z Compiling litemap v0.7.3
12022024-11-18T21:39:39.268Z Compiling paste v1.0.15
12032024-11-18T21:39:39.626Z Compiling base64ct v1.6.0
12042024-11-18T21:39:39.649Z Compiling writeable v0.5.5
12052024-11-18T21:39:39.800Z Compiling unicode-normalization v0.1.24
12062024-11-18T21:39:39.821Z Compiling unicode-bidi v0.3.17
12072024-11-18T21:39:40.180Z Compiling pem-rfc7468 v0.7.0
12082024-11-18T21:39:40.905Z Compiling regex v1.11.1
12092024-11-18T21:39:40.928Z Compiling flagset v0.4.6
12102024-11-18T21:39:41.146Z Compiling httparse v1.9.5
12112024-11-18T21:39:41.271Z Compiling aws-lc-rs v1.10.0
12122024-11-18T21:39:41.966Z Compiling tracing-core v0.1.32
12132024-11-18T21:39:41.994Z Compiling crossbeam-utils v0.8.20
12142024-11-18T21:39:42.138Z Compiling icu_locid_transform_data v1.5.0
12152024-11-18T21:39:42.248Z Compiling percent-encoding v2.3.1
12162024-11-18T21:39:42.585Z Compiling rustls-pki-types v1.9.0
12172024-11-18T21:39:42.858Z Compiling untrusted v0.7.1
12182024-11-18T21:39:43.034Z Compiling serde_derive v1.0.215
12192024-11-18T21:39:43.056Z Compiling zeroize_derive v1.4.2
12202024-11-18T21:39:43.310Z Compiling zerocopy-derive v0.7.35
12212024-11-18T21:39:43.366Z Compiling tokio-macros v2.4.0
12222024-11-18T21:39:43.706Z Compiling zerofrom-derive v0.1.4
12232024-11-18T21:39:44.569Z Compiling zeroize v1.8.1
12242024-11-18T21:39:44.958Z Compiling yoke-derive v0.7.4
12252024-11-18T21:39:44.977Z Compiling thiserror-impl v1.0.69
12262024-11-18T21:39:45.596Z Compiling zerocopy v0.7.35
12272024-11-18T21:39:45.885Z Compiling zerovec-derive v0.10.3
12282024-11-18T21:39:46.411Z Compiling crypto-common v0.1.6
12292024-11-18T21:39:46.667Z Compiling block-buffer v0.10.4
12302024-11-18T21:39:46.942Z Compiling digest v0.10.7
12312024-11-18T21:39:47.300Z Compiling futures-macro v0.3.31
12322024-11-18T21:39:47.452Z Compiling hmac v0.12.1
12332024-11-18T21:39:47.714Z Compiling block-padding v0.3.3
12342024-11-18T21:39:47.929Z Compiling zerofrom v0.1.4
12352024-11-18T21:39:47.951Z Compiling displaydoc v0.2.5
12362024-11-18T21:39:47.972Z Compiling inout v0.1.3
12372024-11-18T21:39:48.064Z Compiling sha2 v0.10.8
12382024-11-18T21:39:48.156Z Compiling yoke v0.7.4
12392024-11-18T21:39:48.250Z Compiling cipher v0.4.4
12402024-11-18T21:39:48.470Z Compiling thiserror v1.0.69
12412024-11-18T21:39:48.541Z Compiling ppv-lite86 v0.2.20
12422024-11-18T21:39:48.615Z Compiling der_derive v0.7.3
12432024-11-18T21:39:48.635Z Compiling zerovec v0.10.4
12442024-11-18T21:39:48.774Z Compiling icu_provider_macros v1.5.0
12452024-11-18T21:39:49.327Z Compiling futures-util v0.3.31
12462024-11-18T21:39:49.641Z Compiling rand_chacha v0.3.1
12472024-11-18T21:39:49.767Z Compiling tracing-attributes v0.1.27
12482024-11-18T21:39:50.043Z Compiling rand v0.8.5
12492024-11-18T21:39:51.071Z Compiling tinystr v0.7.6
12502024-11-18T21:39:51.157Z Compiling der v0.7.9
12512024-11-18T21:39:51.505Z Compiling icu_locid v1.5.0
12522024-11-18T21:39:51.809Z Compiling icu_collections v1.5.0
12532024-11-18T21:39:51.812Z Compiling salsa20 v0.10.2
12542024-11-18T21:39:52.035Z Compiling pest v2.7.14
12552024-11-18T21:39:52.213Z Compiling pbkdf2 v0.12.2
12562024-11-18T21:39:52.407Z Compiling num-conv v0.1.0
12572024-11-18T21:39:52.712Z Compiling icu_provider v1.5.0
12582024-11-18T21:39:53.326Z Compiling spki v0.7.3
12592024-11-18T21:39:53.668Z Compiling tracing v0.1.40
12602024-11-18T21:39:53.717Z Compiling icu_locid_transform v1.5.0
12612024-11-18T21:39:53.800Z Compiling time-core v0.1.2
12622024-11-18T21:39:54.004Z Compiling untrusted v0.9.0
12632024-11-18T21:39:54.040Z Compiling powerfmt v0.2.0
12642024-11-18T21:39:54.194Z Compiling icu_properties_data v1.5.0
12652024-11-18T21:39:54.263Z Compiling mirai-annotations v1.12.0
12662024-11-18T21:39:54.455Z Compiling vcpkg v0.2.15
12672024-11-18T21:39:54.455Z Compiling deranged v0.3.11
12682024-11-18T21:39:54.524Z Compiling time-macros v0.2.18
12692024-11-18T21:39:55.141Z Compiling icu_properties v1.5.1
12702024-11-18T21:39:55.726Z Compiling pest_meta v2.7.14
12712024-11-18T21:39:56.379Z Compiling scrypt v0.11.0
12722024-11-18T21:39:56.525Z Compiling aes v0.8.4
12732024-11-18T21:39:56.670Z Compiling openssl-sys v0.9.104
12742024-11-18T21:39:56.964Z Compiling cbc v0.1.2
12752024-11-18T21:39:57.214Z Compiling scroll_derive v0.12.0
12762024-11-18T21:39:57.675Z Compiling bitflags v2.6.0
12772024-11-18T21:39:57.817Z Compiling bytes v1.8.0
12782024-11-18T21:39:58.311Z Compiling indexmap v2.6.0
12792024-11-18T21:39:58.703Z Compiling tokio v1.40.0
12802024-11-18T21:39:59.200Z Compiling http v1.1.0
12812024-11-18T21:39:59.403Z Compiling semver v1.0.23
12822024-11-18T21:40:00.178Z Compiling rustc_version v0.4.1
12832024-11-18T21:40:00.200Z Compiling write16 v1.0.0
12842024-11-18T21:40:00.333Z Compiling utf8_iter v1.0.4
12852024-11-18T21:40:00.595Z Compiling num_threads v0.1.7
12862024-11-18T21:40:00.731Z Compiling atomic-waker v1.1.2
12872024-11-18T21:40:00.824Z Compiling utf16_iter v1.0.5
12882024-11-18T21:40:00.924Z Compiling icu_normalizer_data v1.5.0
12892024-11-18T21:40:01.012Z Compiling http-body v1.0.1
12902024-11-18T21:40:01.037Z Compiling icu_normalizer v1.5.0
12912024-11-18T21:40:01.059Z Compiling time v0.3.36
12922024-11-18T21:40:01.118Z Compiling scroll v0.12.0
12932024-11-18T21:40:01.236Z Compiling pkcs5 v0.7.1
12942024-11-18T21:40:01.259Z Compiling pest_generator v2.7.14
12952024-11-18T21:40:01.705Z Compiling form_urlencoded v1.2.1
12962024-11-18T21:40:01.744Z Compiling try-lock v0.2.5
12972024-11-18T21:40:01.894Z Compiling slog v2.7.0
12982024-11-18T21:40:02.030Z Compiling goblin v0.8.2
12992024-11-18T21:40:02.422Z Compiling which v4.4.2
13002024-11-18T21:40:02.551Z Compiling idna_adapter v1.2.0
13012024-11-18T21:40:03.040Z Compiling want v0.3.1
13022024-11-18T21:40:03.061Z Compiling pkcs8 v0.10.2
13032024-11-18T21:40:03.305Z Compiling pest_derive v2.7.14
13042024-11-18T21:40:03.341Z Compiling httpdate v1.0.3
13052024-11-18T21:40:03.713Z Compiling idna v1.0.3
13062024-11-18T21:40:03.861Z Compiling uuid v1.11.0
13072024-11-18T21:40:04.150Z Compiling dtrace-parser v0.2.0
13082024-11-18T21:40:04.630Z Compiling toml_datetime v0.6.8
13092024-11-18T21:40:05.170Z Compiling serde_tokenstream v0.2.2
13102024-11-18T21:40:05.297Z Compiling serde_spanned v0.6.8
13112024-11-18T21:40:05.536Z Compiling base64 v0.22.1
13122024-11-18T21:40:05.608Z Compiling rustversion v1.0.17
13132024-11-18T21:40:05.782Z Compiling openssl v0.10.68
13142024-11-18T21:40:06.200Z Compiling adler2 v2.0.0
13152024-11-18T21:40:06.292Z Compiling match_cfg v0.1.0
13162024-11-18T21:40:06.315Z Compiling tower-service v0.3.3
13172024-11-18T21:40:06.316Z Compiling iana-time-zone v0.1.61
13182024-11-18T21:40:06.353Z Compiling foreign-types-shared v0.1.1
13192024-11-18T21:40:06.387Z Compiling hostname v0.3.1
13202024-11-18T21:40:06.408Z Compiling miniz_oxide v0.8.0
13212024-11-18T21:40:06.460Z Compiling foreign-types v0.3.2
13222024-11-18T21:40:06.502Z Compiling chrono v0.4.38
13232024-11-18T21:40:06.599Z Compiling url v2.5.3
13242024-11-18T21:40:06.787Z Compiling openssl-macros v0.1.1
13252024-11-18T21:40:07.546Z Compiling tokio-util v0.7.12
13262024-11-18T21:40:07.991Z Compiling dof v0.3.0
13272024-11-18T21:40:08.053Z Compiling async-trait v0.1.83
13282024-11-18T21:40:08.636Z Compiling h2 v0.4.6
13292024-11-18T21:40:09.047Z Compiling usdt-impl v0.5.0
13302024-11-18T21:40:10.209Z Compiling dirs-sys-next v0.1.2
13312024-11-18T21:40:10.279Z Compiling native-tls v0.2.12
13322024-11-18T21:40:10.603Z Compiling rustls v0.23.14
13332024-11-18T21:40:10.635Z Compiling syn v1.0.109
13342024-11-18T21:40:10.846Z Compiling rustls v0.22.4
13352024-11-18T21:40:10.875Z Compiling data-encoding v2.6.0
13362024-11-18T21:40:10.899Z Compiling siphasher v0.3.11
13372024-11-18T21:40:11.163Z Compiling dirs-next v2.0.0
13382024-11-18T21:40:11.356Z Compiling http-body-util v0.1.2
13392024-11-18T21:40:11.898Z Compiling heapless v0.7.17
13402024-11-18T21:40:12.339Z Compiling crossbeam-epoch v0.9.18
13412024-11-18T21:40:12.360Z Compiling sha1 v0.10.6
13422024-11-18T21:40:12.735Z Compiling signature v2.2.0
13432024-11-18T21:40:12.805Z Compiling bzip2-sys v0.1.11+1.0.8
13442024-11-18T21:40:13.034Z Compiling serde_derive_internals v0.29.1
13452024-11-18T21:40:13.114Z Compiling thread_local v1.1.8
13462024-11-18T21:40:13.321Z Compiling cookie v0.18.1
13472024-11-18T21:40:13.340Z Compiling multer v3.1.0
13482024-11-18T21:40:13.621Z Compiling encoding_rs v0.8.34
13492024-11-18T21:40:13.624Z Compiling openssl-probe v0.1.5
13502024-11-18T21:40:13.701Z Compiling rayon-core v1.12.1
13512024-11-18T21:40:14.111Z Compiling unicode-properties v0.1.3
13522024-11-18T21:40:14.114Z Compiling mime v0.3.17
13532024-11-18T21:40:14.395Z Compiling signal-hook v0.3.17
13542024-11-18T21:40:14.417Z Compiling slog-async v2.8.0
13552024-11-18T21:40:14.670Z Compiling ipnet v2.10.1
13562024-11-18T21:40:14.708Z Compiling schemars v0.8.21
13572024-11-18T21:40:14.910Z Compiling gimli v0.31.1
13582024-11-18T21:40:15.088Z Compiling toml_edit v0.22.22
13592024-11-18T21:40:15.858Z Compiling hyper v1.5.0
13602024-11-18T21:40:15.962Z Compiling schemars_derive v0.8.21
13612024-11-18T21:40:18.748Z Compiling hyper-util v0.1.10
13622024-11-18T21:40:19.437Z Compiling addr2line v0.24.2
13632024-11-18T21:40:19.699Z Compiling stringprep v0.1.5
13642024-11-18T21:40:20.188Z Compiling crossbeam-deque v0.8.5
13652024-11-18T21:40:20.213Z Compiling usdt-macro v0.5.0
13662024-11-18T21:40:20.283Z Compiling usdt-attr-macro v0.5.0
13672024-11-18T21:40:20.887Z Compiling term v0.7.0
13682024-11-18T21:40:21.711Z Compiling slog-json v2.6.1
13692024-11-18T21:40:21.790Z Compiling serde_urlencoded v0.7.1
13702024-11-18T21:40:21.857Z Compiling curve25519-dalek v4.1.3
13712024-11-18T21:40:21.894Z Compiling crossbeam-channel v0.5.13
13722024-11-18T21:40:22.065Z Compiling futures-executor v0.3.31
13732024-11-18T21:40:22.316Z Compiling enum-as-inner v0.6.1
13742024-11-18T21:40:22.380Z Compiling md-5 v0.10.6
13752024-11-18T21:40:22.481Z Compiling rustls-pemfile v2.2.0
13762024-11-18T21:40:22.627Z Compiling async-stream-impl v0.3.6
13772024-11-18T21:40:22.650Z Compiling num-integer v0.1.46
13782024-11-18T21:40:22.832Z Compiling idna v0.3.0
13792024-11-18T21:40:23.014Z Compiling idna v0.4.0
13802024-11-18T21:40:23.408Z Compiling hash32 v0.2.1
13812024-11-18T21:40:23.440Z Compiling ff v0.13.0
13822024-11-18T21:40:23.458Z Compiling is-terminal v0.4.13
13832024-11-18T21:40:23.592Z Compiling object v0.36.5
13842024-11-18T21:40:23.667Z Compiling dropshot v0.12.0
13852024-11-18T21:40:23.784Z Compiling linked-hash-map v0.5.6
13862024-11-18T21:40:24.020Z Compiling psl-types v2.0.11
13872024-11-18T21:40:24.049Z Compiling dyn-clone v1.0.17
13882024-11-18T21:40:24.178Z Compiling rustc-demangle v0.1.24
13892024-11-18T21:40:24.234Z Compiling portable-atomic v1.9.0
13902024-11-18T21:40:24.269Z Compiling anyhow v1.0.93
13912024-11-18T21:40:24.595Z Compiling num-bigint-dig v0.8.4
13922024-11-18T21:40:24.775Z Compiling base16ct v0.2.0
13932024-11-18T21:40:24.882Z Compiling fallible-iterator v0.2.0
13942024-11-18T21:40:24.903Z Compiling smoltcp v0.9.1
13952024-11-18T21:40:25.123Z Compiling take_mut v0.2.2
13962024-11-18T21:40:25.168Z Compiling quick-error v1.2.3
13972024-11-18T21:40:25.284Z Compiling utf-8 v0.7.6
13982024-11-18T21:40:25.328Z Compiling resolv-conf v0.7.0
13992024-11-18T21:40:25.588Z Compiling postgres-protocol v0.6.7
14002024-11-18T21:40:25.590Z Compiling tungstenite v0.24.0
14012024-11-18T21:40:25.639Z Compiling sec1 v0.7.3
14022024-11-18T21:40:26.491Z Compiling publicsuffix v2.2.3
14032024-11-18T21:40:26.572Z Compiling lru-cache v0.1.2
14042024-11-18T21:40:26.754Z Compiling async-stream v0.3.6
14052024-11-18T21:40:26.849Z Compiling hickory-proto v0.24.1
14062024-11-18T21:40:27.059Z Compiling group v0.13.0
14072024-11-18T21:40:27.403Z Compiling slog-term v2.9.1
14082024-11-18T21:40:27.994Z Compiling usdt v0.5.0
14092024-11-18T21:40:28.108Z Compiling num-iter v0.1.45
14102024-11-18T21:40:28.429Z Compiling futures v0.3.31
14112024-11-18T21:40:28.515Z Compiling slog-bunyan v2.5.0
14122024-11-18T21:40:29.880Z Compiling camino v1.1.9
14132024-11-18T21:40:30.158Z Compiling tokio-native-tls v0.3.1
14142024-11-18T21:40:30.436Z Compiling toml v0.8.19
14152024-11-18T21:40:30.513Z Compiling phf_shared v0.11.2
14162024-11-18T21:40:30.849Z Compiling dropshot_endpoint v0.12.0
14172024-11-18T21:40:30.930Z Compiling terminal_size v0.4.0
14182024-11-18T21:40:30.950Z Compiling waitgroup v0.1.2
14192024-11-18T21:40:31.160Z Compiling backtrace v0.3.74
14202024-11-18T21:40:31.186Z Compiling openapiv3 v2.0.0
14212024-11-18T21:40:31.843Z Compiling serde_path_to_error v0.1.16
14222024-11-18T21:40:32.233Z Compiling hkdf v0.12.4
14232024-11-18T21:40:32.504Z Compiling crypto-bigint v0.5.5
14242024-11-18T21:40:32.702Z Compiling webpki-roots v0.26.6
14252024-11-18T21:40:32.934Z Compiling zerocopy-derive v0.6.6
14262024-11-18T21:40:34.897Z Compiling curve25519-dalek-derive v0.1.1
14272024-11-18T21:40:34.973Z Compiling hubpack_derive v0.1.1
14282024-11-18T21:40:35.235Z Compiling idna v0.5.0
14292024-11-18T21:40:35.585Z Compiling hostname v0.4.0
14302024-11-18T21:40:35.677Z Compiling fs-err v2.11.0
14312024-11-18T21:40:35.838Z Compiling ahash v0.8.11
14322024-11-18T21:40:35.893Z Compiling crc32fast v1.4.2
14332024-11-18T21:40:35.956Z Compiling bitflags v1.3.2
14342024-11-18T21:40:36.074Z Compiling winnow v0.5.40
14352024-11-18T21:40:36.178Z Compiling managed v0.8.0
14362024-11-18T21:40:36.249Z Compiling debug-ignore v1.0.5
14372024-11-18T21:40:36.401Z Compiling strum_macros v0.25.3
14382024-11-18T21:40:36.916Z Compiling clap_builder v4.5.21
14392024-11-18T21:40:37.553Z Compiling flate2 v1.0.34
14402024-11-18T21:40:38.535Z Compiling cookie_store v0.21.0
14412024-11-18T21:40:38.774Z Compiling console v0.15.8
14422024-11-18T21:40:38.995Z Compiling hubpack v0.1.2
14432024-11-18T21:40:39.471Z Compiling elliptic-curve v0.13.8
14442024-11-18T21:40:40.003Z Compiling toml_edit v0.19.15
14452024-11-18T21:40:40.212Z Compiling zerocopy v0.6.6
14462024-11-18T21:40:40.334Z Compiling hickory-resolver v0.24.1
14472024-11-18T21:40:40.701Z Compiling phf v0.11.2
14482024-11-18T21:40:41.012Z Compiling hyper-tls v0.6.0
14492024-11-18T21:40:41.086Z Compiling signal-hook-mio v0.2.4
14502024-11-18T21:40:41.258Z Compiling rayon v1.10.0
14512024-11-18T21:40:41.344Z Compiling bzip2 v0.4.4
14522024-11-18T21:40:41.744Z Compiling tokio-tungstenite v0.24.0
14532024-11-18T21:40:42.295Z Compiling postgres-types v0.2.8
14542024-11-18T21:40:44.629Z Compiling ed25519 v2.2.3
14552024-11-18T21:40:45.296Z Compiling phf_shared v0.10.0
14562024-11-18T21:40:45.722Z Compiling tokio-stream v0.1.16
14572024-11-18T21:40:46.208Z Compiling pkcs1 v0.7.5
14582024-11-18T21:40:46.583Z Compiling serde-big-array v0.5.1
14592024-11-18T21:40:46.750Z Compiling clap_derive v4.5.18
14602024-11-18T21:40:46.822Z Compiling rfc6979 v0.4.0
14612024-11-18T21:40:46.838Z Compiling derive-where v1.2.7
14622024-11-18T21:40:47.016Z Compiling serde_repr v0.1.19
14632024-11-18T21:40:47.120Z Compiling float-cmp v0.9.0
14642024-11-18T21:40:47.231Z Compiling bstr v1.10.0
14652024-11-18T21:40:47.336Z Compiling sync_wrapper v1.0.1
14662024-11-18T21:40:47.501Z Compiling number_prefix v0.4.0
14672024-11-18T21:40:47.738Z Compiling new_debug_unreachable v1.0.6
14682024-11-18T21:40:47.844Z Compiling bit-vec v0.6.3
14692024-11-18T21:40:48.106Z Compiling predicates-core v1.0.8
14702024-11-18T21:40:48.223Z Compiling difflib v0.4.0
14712024-11-18T21:40:48.306Z Compiling whoami v1.5.2
14722024-11-18T21:40:48.472Z Compiling fixedbitset v0.4.2
14732024-11-18T21:40:48.955Z Compiling unicode-width v0.2.0
14742024-11-18T21:40:48.999Z Compiling precomputed-hash v0.1.1
14752024-11-18T21:40:49.121Z Compiling unicode-segmentation v1.12.0
14762024-11-18T21:40:49.142Z Compiling static_assertions v1.1.0
14772024-11-18T21:40:49.246Z Compiling normalize-line-endings v0.3.0
14782024-11-18T21:40:49.380Z Compiling predicates v3.1.2
14792024-11-18T21:40:49.496Z Compiling indicatif v0.17.9
14802024-11-18T21:40:49.988Z Compiling similar v2.6.0
14812024-11-18T21:40:50.016Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14822024-11-18T21:40:50.587Z Compiling string_cache v0.8.7
14832024-11-18T21:40:51.079Z Compiling petgraph v0.6.5
14842024-11-18T21:40:51.115Z Compiling tokio-postgres v0.7.12
14852024-11-18T21:40:51.800Z Compiling bit-set v0.5.3
14862024-11-18T21:40:51.957Z Compiling clap v4.5.21
14872024-11-18T21:40:52.087Z Compiling ecdsa v0.16.9
14882024-11-18T21:40:52.109Z Compiling rsa v0.9.6
14892024-11-18T21:40:52.442Z Compiling ed25519-dalek v2.1.1
14902024-11-18T21:40:52.998Z Compiling toml v0.7.8
14912024-11-18T21:40:53.811Z Compiling zip v0.6.6
14922024-11-18T21:40:54.807Z Compiling crossterm v0.28.1
14932024-11-18T21:40:55.994Z Compiling hex v0.4.3
14942024-11-18T21:40:56.096Z Compiling x509-cert v0.2.5
14952024-11-18T21:40:56.316Z Compiling itertools v0.10.5
14962024-11-18T21:40:56.628Z Compiling lalrpop-util v0.19.12
14972024-11-18T21:40:56.999Z Compiling peg-runtime v0.8.3
14982024-11-18T21:40:57.061Z Compiling unicode-xid v0.2.6
14992024-11-18T21:40:57.154Z Compiling strum_macros v0.26.4
15002024-11-18T21:40:57.252Z Compiling xattr v1.3.1
15012024-11-18T21:40:57.536Z Compiling filetime v0.2.25
15022024-11-18T21:40:57.863Z Compiling tar v0.4.43
15032024-11-18T21:41:02.498Z Compiling strum v0.26.3
15042024-11-18T21:41:04.786Z Compiling aws-lc-sys v0.22.0
15052024-11-18T21:41:32.721Z Compiling rustls-webpki v0.102.8
15062024-11-18T21:41:36.098Z Compiling tokio-rustls v0.25.0
15072024-11-18T21:41:38.014Z Compiling tokio-rustls v0.26.0
15082024-11-18T21:41:38.280Z Compiling hyper-rustls v0.27.3
15092024-11-18T21:41:38.603Z Compiling reqwest v0.12.9
15102024-11-18T21:41:39.468Z Compiling qorb v0.2.0
15112024-11-18T21:41:44.666Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15122024-11-18T21:41:44.902Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15132024-11-18T21:41:50.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
15142024-11-18T21:41:50.897Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15152024-11-18T21:41:50.949ZNov 18 21:41:49.740 INFO Starting download, target: Cockroach
15162024-11-18T21:41:50.949ZNov 18 21:41:49.740 INFO Starting download, target: Clickhouse
15172024-11-18T21:41:50.949ZNov 18 21:41:49.740 INFO Starting download, target: Console
15182024-11-18T21:41:50.949ZNov 18 21:41:49.740 INFO Starting download, target: DendriteOpenapi
15192024-11-18T21:41:50.951ZNov 18 21:41:49.740 INFO Starting download, target: DendriteStub
15202024-11-18T21:41:50.951ZNov 18 21:41:49.740 INFO Starting download, target: MaghemiteMgd
15212024-11-18T21:41:50.951ZNov 18 21:41:49.740 INFO Starting download, target: TransceiverControl
15222024-11-18T21:41:50.951ZNov 18 21:41:49.741 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15232024-11-18T21:41:50.952ZNov 18 21:41:49.741 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi
15242024-11-18T21:41:50.952ZNov 18 21:41:49.741 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15252024-11-18T21:41:50.952ZNov 18 21:41:49.741 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15262024-11-18T21:41:50.952ZNov 18 21:41:49.741 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15272024-11-18T21:41:50.952ZNov 18 21:41:49.741 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15282024-11-18T21:41:50.952ZNov 18 21:41:49.741 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15292024-11-18T21:41:51.116ZNov 18 21:41:49.899 INFO Download complete, target: DendriteOpenapi
15302024-11-18T21:41:51.373ZNov 18 21:41:50.143 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15312024-11-18T21:41:51.546ZNov 18 21:41:50.326 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15322024-11-18T21:41:51.817ZNov 18 21:41:50.604 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15332024-11-18T21:41:51.870ZNov 18 21:41:50.657 INFO Download complete, target: Console
15342024-11-18T21:41:51.888ZNov 18 21:41:50.677 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15352024-11-18T21:41:52.060ZNov 18 21:41:50.848 INFO Download complete, target: TransceiverControl
15362024-11-18T21:41:52.520ZNov 18 21:41:51.311 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15372024-11-18T21:41:52.520ZNov 18 21:41:51.311 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15382024-11-18T21:41:52.842ZNov 18 21:41:51.633 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15392024-11-18T21:41:54.621ZNov 18 21:41:53.412 INFO Download complete, target: DendriteStub
15402024-11-18T21:41:54.750ZNov 18 21:41:53.541 INFO Download complete, target: MaghemiteMgd
15412024-11-18T21:41:59.843ZNov 18 21:41:58.634 INFO Checking that binary works, target: Cockroach
15422024-11-18T21:42:00.005ZNov 18 21:41:58.796 INFO Download complete, target: Cockroach
15432024-11-18T21:42:05.039ZNov 18 21:42:03.830 INFO Checking that binary works, target: Clickhouse
15442024-11-18T21:42:05.207ZNov 18 21:42:03.998 INFO Download complete, target: Clickhouse
15452024-11-18T21:42:05.214ZAll prerequisites installed successfully
15462024-11-18T21:42:05.217Z
15472024-11-18T21:42:05.217Zreal 5:46.835786810
15482024-11-18T21:42:05.217Zuser 16:33.950709161
15492024-11-18T21:42:05.217Zsys 3:16.962827075
15502024-11-18T21:42:05.217Ztrap 0.563858829
15512024-11-18T21:42:05.217Ztflt 1.620332907
15522024-11-18T21:42:05.217Zdflt 2.286027810
15532024-11-18T21:42:05.217Zkflt 0.024926928
15542024-11-18T21:42:05.217Zlock 29:52.657577161
15552024-11-18T21:42:05.217Zslp 1:03:48.771364141
15562024-11-18T21:42:05.217Zlat 58.557526021
15572024-11-18T21:42:05.217Zstop 2:21.509365029
15582024-11-18T21:42:05.217Z+ ptime -m cargo xtask download softnpu
15592024-11-18T21:42:05.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15602024-11-18T21:42:05.746Z Running `target/debug/xtask download softnpu`
15612024-11-18T21:42:06.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
15622024-11-18T21:42:06.619Z Running `target/debug/xtask-downloader softnpu`
15632024-11-18T21:42:06.654ZNov 18 21:42:05.445 INFO Starting download, target: Softnpu
15642024-11-18T21:42:06.657ZNov 18 21:42:05.446 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15652024-11-18T21:42:07.645ZNov 18 21:42:06.435 INFO Download complete, target: Softnpu
15662024-11-18T21:42:07.649Z
15672024-11-18T21:42:07.651Zreal 2.427193596
15682024-11-18T21:42:07.651Zuser 1.271847624
15692024-11-18T21:42:07.651Zsys 0.519452637
15702024-11-18T21:42:07.651Ztrap 0.000247592
15712024-11-18T21:42:07.651Ztflt 0.000013039
15722024-11-18T21:42:07.651Zdflt 0.000023540
15732024-11-18T21:42:07.651Zkflt 0.000000000
15742024-11-18T21:42:07.651Zlock 10.390263611
15752024-11-18T21:42:07.651Zslp 0.802391980
15762024-11-18T21:42:07.651Zlat 0.064840782
15772024-11-18T21:42:07.651Zstop 0.000165485
15782024-11-18T21:42:07.651Z+ export CARGO_INCREMENTAL=0
15792024-11-18T21:42:07.651Z+ CARGO_INCREMENTAL=0
15802024-11-18T21:42:07.651Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15812024-11-18T21:42:08.626Z Compiling proc-macro2 v1.0.89
15822024-11-18T21:42:08.626Z Compiling unicode-ident v1.0.13
15832024-11-18T21:42:08.630Z Compiling libc v0.2.162
15842024-11-18T21:42:08.630Z Compiling serde v1.0.215
15852024-11-18T21:42:08.630Z Compiling autocfg v1.4.0
15862024-11-18T21:42:08.630Z Compiling version_check v0.9.5
15872024-11-18T21:42:08.630Z Compiling cfg-if v1.0.0
15882024-11-18T21:42:08.853Z Compiling memchr v2.7.4
15892024-11-18T21:42:08.896Z Compiling typenum v1.17.0
15902024-11-18T21:42:08.898Z Compiling shlex v1.3.0
15912024-11-18T21:42:09.313Z Compiling value-bag v1.9.0
15922024-11-18T21:42:09.359Z Compiling scopeguard v1.2.0
15932024-11-18T21:42:09.377Z Compiling generic-array v0.14.7
15942024-11-18T21:42:09.609Z Compiling lock_api v0.4.12
15952024-11-18T21:42:09.849Z Compiling log v0.4.22
15962024-11-18T21:42:09.870Z Compiling parking_lot_core v0.9.10
15972024-11-18T21:42:10.170Z Compiling once_cell v1.20.2
15982024-11-18T21:42:10.259Z Compiling serde_json v1.0.132
15992024-11-18T21:42:10.503Z Compiling quote v1.0.37
16002024-11-18T21:42:10.555Z Compiling rustix v0.38.37
16012024-11-18T21:42:10.579Z Compiling libm v0.2.8
16022024-11-18T21:42:10.686Z Compiling thiserror v1.0.69
16032024-11-18T21:42:10.876Z Compiling syn v2.0.87
16042024-11-18T21:42:10.990Z Compiling jobserver v0.1.32
16052024-11-18T21:42:11.144Z Compiling getrandom v0.2.15
16062024-11-18T21:42:11.382Z Compiling num-traits v0.2.19
16072024-11-18T21:42:11.385Z Compiling itoa v1.0.11
16082024-11-18T21:42:11.421Z Compiling cc v1.1.30
16092024-11-18T21:42:11.443Z Compiling spin v0.9.8
16102024-11-18T21:42:11.446Z Compiling aho-corasick v1.1.3
16112024-11-18T21:42:11.477Z Compiling regex-syntax v0.8.5
16122024-11-18T21:42:11.633Z Compiling slab v0.4.9
16132024-11-18T21:42:11.932Z Compiling byteorder v1.5.0
16142024-11-18T21:42:12.102Z Compiling errno v0.3.9
16152024-11-18T21:42:12.352Z Compiling rand_core v0.6.4
16162024-11-18T21:42:12.395Z Compiling either v1.13.0
16172024-11-18T21:42:12.549Z Compiling lazy_static v1.5.0
16182024-11-18T21:42:12.725Z Compiling glob v0.3.1
16192024-11-18T21:42:13.363Z Compiling prettyplease v0.2.25
16202024-11-18T21:42:13.560Z Compiling clang-sys v1.8.1
16212024-11-18T21:42:13.847Z Compiling minimal-lexical v0.2.1
16222024-11-18T21:42:13.943Z Compiling libloading v0.8.5
16232024-11-18T21:42:14.243Z Compiling nom v7.1.3
16242024-11-18T21:42:14.295Z Compiling allocator-api2 v0.2.18
16252024-11-18T21:42:14.315Z Compiling subtle v2.6.1
16262024-11-18T21:42:14.944Z Compiling home v0.5.9
16272024-11-18T21:42:15.027Z Compiling bindgen v0.69.5
16282024-11-18T21:42:15.070Z Compiling regex-automata v0.4.8
16292024-11-18T21:42:15.181Z Compiling itertools v0.12.1
16302024-11-18T21:42:15.475Z Compiling smallvec v1.13.2
16312024-11-18T21:42:15.900Z Compiling lazycell v1.3.0
16322024-11-18T21:42:15.960Z Compiling semver v1.0.23
16332024-11-18T21:42:16.076Z Compiling rustc-hash v1.1.0
16342024-11-18T21:42:16.236Z Compiling cmake v0.1.51
16352024-11-18T21:42:16.639Z Compiling fs_extra v1.3.0
16362024-11-18T21:42:17.121Z Compiling dunce v1.0.5
16372024-11-18T21:42:17.786Z Compiling cexpr v0.6.0
16382024-11-18T21:42:17.786Z Compiling pkg-config v0.3.31
16392024-11-18T21:42:17.823Z Compiling ring v0.17.8
16402024-11-18T21:42:18.377Z Compiling pin-project-lite v0.2.14
16412024-11-18T21:42:18.515Z Compiling synstructure v0.13.1
16422024-11-18T21:42:18.822Z Compiling ryu v1.0.18
16432024-11-18T21:42:19.019Z Compiling const-oid v0.9.6
16442024-11-18T21:42:19.358Z Compiling paste v1.0.15
16452024-11-18T21:42:19.637Z Compiling aws-lc-rs v1.10.0
16462024-11-18T21:42:19.879Z Compiling httparse v1.9.5
16472024-11-18T21:42:19.933Z Compiling foldhash v0.1.3
16482024-11-18T21:42:20.040Z Compiling equivalent v1.0.1
16492024-11-18T21:42:20.156Z Compiling hashbrown v0.15.0
16502024-11-18T21:42:20.571Z Compiling heck v0.5.0
16512024-11-18T21:42:20.916Z Compiling regex v1.11.1
16522024-11-18T21:42:21.009Z Compiling schemars v0.8.21
16532024-11-18T21:42:21.360Z Compiling serde_derive_internals v0.29.1
16542024-11-18T21:42:21.551Z Compiling signal-hook-registry v1.4.2
16552024-11-18T21:42:21.833Z Compiling parking_lot v0.12.3
16562024-11-18T21:42:21.921Z Compiling mio v1.0.2
16572024-11-18T21:42:23.700Z Compiling stable_deref_trait v1.2.0
16582024-11-18T21:42:23.818Z Compiling crossbeam-utils v0.8.20
16592024-11-18T21:42:23.895Z Compiling socket2 v0.5.7
16602024-11-18T21:42:23.914Z Compiling futures-core v0.3.31
16612024-11-18T21:42:24.079Z Compiling serde_derive v1.0.215
16622024-11-18T21:42:24.144Z Compiling zeroize_derive v1.4.2
16632024-11-18T21:42:24.332Z Compiling zerocopy-derive v0.7.35
16642024-11-18T21:42:24.625Z Compiling thiserror-impl v1.0.69
16652024-11-18T21:42:25.505Z Compiling tokio-macros v2.4.0
16662024-11-18T21:42:25.542Z Compiling zerofrom-derive v0.1.4
16672024-11-18T21:42:25.583Z Compiling zeroize v1.8.1
16682024-11-18T21:42:25.937Z Compiling yoke-derive v0.7.4
16692024-11-18T21:42:26.034Z Compiling futures-macro v0.3.31
16702024-11-18T21:42:26.295Z Compiling zerovec-derive v0.10.3
16712024-11-18T21:42:26.962Z Compiling zerocopy v0.7.35
16722024-11-18T21:42:27.556Z Compiling displaydoc v0.2.5
16732024-11-18T21:42:28.002Z Compiling crypto-common v0.1.6
16742024-11-18T21:42:28.245Z Compiling tracing-attributes v0.1.27
16752024-11-18T21:42:28.590Z Compiling icu_provider_macros v1.5.0
16762024-11-18T21:42:28.679Z Compiling block-buffer v0.10.4
16772024-11-18T21:42:28.898Z Compiling digest v0.10.7
16782024-11-18T21:42:29.014Z Compiling schemars_derive v0.8.21
16792024-11-18T21:42:29.093Z Compiling der_derive v0.7.3
16802024-11-18T21:42:29.328Z Compiling time-core v0.1.2
16812024-11-18T21:42:29.514Z Compiling num-conv v0.1.0
16822024-11-18T21:42:29.818Z Compiling time-macros v0.2.18
16832024-11-18T21:42:30.300Z Compiling fnv v1.0.7
16842024-11-18T21:42:30.488Z Compiling vcpkg v0.2.15
16852024-11-18T21:42:32.078Z Compiling openssl-sys v0.9.104
16862024-11-18T21:42:32.707Z Compiling cpufeatures v0.2.14
16872024-11-18T21:42:32.737Z Compiling futures-sink v0.3.31
16882024-11-18T21:42:32.830Z Compiling slog v2.7.0
16892024-11-18T21:42:33.050Z Compiling ahash v0.8.11
16902024-11-18T21:42:33.115Z Compiling syn v1.0.109
16912024-11-18T21:42:33.519Z Compiling zerofrom v0.1.4
16922024-11-18T21:42:33.771Z Compiling scroll_derive v0.12.0
16932024-11-18T21:42:33.836Z Compiling iana-time-zone v0.1.61
16942024-11-18T21:42:33.852Z Compiling ucd-trie v0.1.7
16952024-11-18T21:42:34.332Z Compiling pest v2.7.14
16962024-11-18T21:42:34.369Z Compiling yoke v0.7.4
16972024-11-18T21:42:34.551Z Compiling futures-channel v0.3.31
16982024-11-18T21:42:34.941Z Compiling hmac v0.12.1
16992024-11-18T21:42:35.183Z Compiling openssl v0.10.68
17002024-11-18T21:42:35.202Z Compiling futures-task v0.3.31
17012024-11-18T21:42:35.362Z Compiling pin-utils v0.1.0
17022024-11-18T21:42:35.462Z Compiling futures-io v0.3.31
17032024-11-18T21:42:35.749Z Compiling futures-util v0.3.31
17042024-11-18T21:42:36.005Z Compiling zerovec v0.10.4
17052024-11-18T21:42:36.274Z Compiling block-padding v0.3.3
17062024-11-18T21:42:36.996Z Compiling pest_meta v2.7.14
17072024-11-18T21:42:37.292Z Compiling tinyvec_macros v0.1.1
17082024-11-18T21:42:37.394Z Compiling tinyvec v1.8.0
17092024-11-18T21:42:37.819Z Compiling bitflags v2.6.0
17102024-11-18T21:42:38.099Z Compiling bytes v1.8.0
17112024-11-18T21:42:40.038Z Compiling indexmap v2.6.0
17122024-11-18T21:42:41.066Z Compiling tokio v1.40.0
17132024-11-18T21:42:41.521Z Compiling serde_tokenstream v0.2.2
17142024-11-18T21:42:42.055Z Compiling http v1.1.0
17152024-11-18T21:42:42.095Z Compiling uuid v1.11.0
17162024-11-18T21:42:42.978Z Compiling which v4.4.2
17172024-11-18T21:42:43.564Z Compiling rustc_version v0.4.1
17182024-11-18T21:42:43.759Z Compiling chrono v0.4.38
17192024-11-18T21:42:46.097Z Compiling pest_generator v2.7.14
17202024-11-18T21:42:46.753Z Compiling serde_spanned v0.6.8
17212024-11-18T21:42:47.112Z Compiling toml_datetime v0.6.8
17222024-11-18T21:42:47.572Z Compiling inout v0.1.3
17232024-11-18T21:42:47.881Z Compiling openssl-macros v0.1.1
17242024-11-18T21:42:48.625Z Compiling rustls v0.23.14
17252024-11-18T21:42:49.042Z Compiling native-tls v0.2.12
17262024-11-18T21:42:50.421Z Compiling pest_derive v2.7.14
17272024-11-18T21:42:50.638Z Compiling cipher v0.4.4
17282024-11-18T21:42:50.914Z Compiling unicode-normalization v0.1.24
17292024-11-18T21:42:51.116Z Compiling tinystr v0.7.6
17302024-11-18T21:42:51.132Z Compiling sha2 v0.10.8
17312024-11-18T21:42:51.199Z Compiling tracing-core v0.1.32
17322024-11-18T21:42:51.568Z Compiling usdt-impl v0.5.0
17332024-11-18T21:42:51.890Z Compiling litemap v0.7.3
17342024-11-18T21:42:51.937Z Compiling dyn-clone v1.0.17
17352024-11-18T21:42:51.953Z Compiling base64ct v1.6.0
17362024-11-18T21:42:52.061Z Compiling unicode-bidi v0.3.17
17372024-11-18T21:42:52.155Z Compiling writeable v0.5.5
17382024-11-18T21:42:52.519Z Compiling icu_locid v1.5.0
17392024-11-18T21:42:52.683Z Compiling pem-rfc7468 v0.7.0
17402024-11-18T21:42:53.360Z Compiling tracing v0.1.40
17412024-11-18T21:42:54.030Z Compiling scroll v0.12.0
17422024-11-18T21:42:54.281Z Compiling ppv-lite86 v0.2.20
17432024-11-18T21:42:54.614Z Compiling async-trait v0.1.83
17442024-11-18T21:42:54.882Z Compiling cookie v0.18.1
17452024-11-18T21:42:55.151Z Compiling anyhow v1.0.93
17462024-11-18T21:42:55.169Z Compiling plain v0.2.3
17472024-11-18T21:42:55.856Z Compiling camino v1.1.9
17482024-11-18T21:42:56.402Z Compiling flagset v0.4.6
17492024-11-18T21:42:56.882Z Compiling der v0.7.9
17502024-11-18T21:42:57.142Z Compiling aws-lc-sys v0.22.0
17512024-11-18T21:43:00.170Z Compiling goblin v0.8.2
17522024-11-18T21:43:01.623Z Compiling rand_chacha v0.3.1
17532024-11-18T21:43:02.539Z Compiling icu_provider v1.5.0
17542024-11-18T21:43:03.586Z Compiling icu_locid_transform_data v1.5.0
17552024-11-18T21:43:03.686Z Compiling percent-encoding v2.3.1
17562024-11-18T21:43:03.999Z Compiling rayon-core v1.12.1
17572024-11-18T21:43:04.711Z Compiling untrusted v0.7.1
17582024-11-18T21:43:04.731Z Compiling rustls-pki-types v1.9.0
17592024-11-18T21:43:04.898Z Compiling rustls v0.22.4
17602024-11-18T21:43:05.159Z Compiling pretty-hex v0.4.1
17612024-11-18T21:43:05.622Z Compiling icu_locid_transform v1.5.0
17622024-11-18T21:43:05.875Z Compiling dof v0.3.0
17632024-11-18T21:43:07.271Z Compiling rand v0.8.5
17642024-11-18T21:43:07.557Z Compiling spki v0.7.3
17652024-11-18T21:43:07.917Z Compiling dtrace-parser v0.2.0
17662024-11-18T21:43:07.934Z Compiling salsa20 v0.10.2
17672024-11-18T21:43:08.047Z Compiling tokio-util v0.7.12
17682024-11-18T21:43:08.862Z Compiling icu_collections v1.5.0
17692024-11-18T21:43:09.181Z Compiling pbkdf2 v0.12.2
17702024-11-18T21:43:09.650Z Compiling thread-id v4.2.2
17712024-11-18T21:43:09.706Z Compiling powerfmt v0.2.0
17722024-11-18T21:43:09.759Z Compiling mirai-annotations v1.12.0
17732024-11-18T21:43:09.955Z Compiling untrusted v0.9.0
17742024-11-18T21:43:10.175Z Compiling winnow v0.5.40
17752024-11-18T21:43:10.246Z Compiling icu_properties_data v1.5.0
17762024-11-18T21:43:10.320Z Compiling deranged v0.3.11
17772024-11-18T21:43:10.494Z Compiling icu_properties v1.5.1
17782024-11-18T21:43:14.147Z Compiling toml_edit v0.19.15
17792024-11-18T21:43:15.208Z Compiling scrypt v0.11.0
17802024-11-18T21:43:15.378Z Compiling cbc v0.1.2
17812024-11-18T21:43:15.618Z Compiling aes v0.8.4
17822024-11-18T21:43:15.859Z Compiling multer v3.1.0
17832024-11-18T21:43:15.989Z Compiling num_threads v0.1.7
17842024-11-18T21:43:16.159Z Compiling rustversion v1.0.17
17852024-11-18T21:43:16.459Z Compiling write16 v1.0.0
17862024-11-18T21:43:16.770Z Compiling utf16_iter v1.0.5
17872024-11-18T21:43:16.843Z Compiling icu_normalizer_data v1.5.0
17882024-11-18T21:43:16.953Z Compiling slog-async v2.8.0
17892024-11-18T21:43:16.971Z Compiling atomic-waker v1.1.2
17902024-11-18T21:43:17.049Z Compiling utf8_iter v1.0.4
17912024-11-18T21:43:17.295Z Compiling icu_normalizer v1.5.0
17922024-11-18T21:43:17.324Z Compiling time v0.3.36
17932024-11-18T21:43:18.570Z Compiling pkcs5 v0.7.1
17942024-11-18T21:43:20.243Z Compiling form_urlencoded v1.2.1
17952024-11-18T21:43:21.066Z Compiling http-body v1.0.1
17962024-11-18T21:43:21.111Z Compiling heapless v0.7.17
17972024-11-18T21:43:21.656Z Compiling bzip2-sys v0.1.11+1.0.8
17982024-11-18T21:43:22.088Z Compiling signal-hook v0.3.17
17992024-11-18T21:43:22.878Z Compiling try-lock v0.2.5
18002024-11-18T21:43:23.388Z Compiling want v0.3.1
18012024-11-18T21:43:24.739Z Compiling pkcs8 v0.10.2
18022024-11-18T21:43:25.392Z Compiling idna_adapter v1.2.0
18032024-11-18T21:43:25.485Z Compiling h2 v0.4.6
18042024-11-18T21:43:25.942Z Compiling usdt-attr-macro v0.5.0
18052024-11-18T21:43:27.443Z Compiling usdt-macro v0.5.0
18062024-11-18T21:43:28.774Z Compiling async-stream-impl v0.3.6
18072024-11-18T21:43:28.792Z Compiling httpdate v1.0.3
18082024-11-18T21:43:28.832Z Compiling adler2 v2.0.0
18092024-11-18T21:43:29.555Z Compiling strsim v0.11.1
18102024-11-18T21:43:30.022Z Compiling miniz_oxide v0.8.0
18112024-11-18T21:43:30.265Z Compiling idna v1.0.3
18122024-11-18T21:43:31.714Z Compiling curve25519-dalek v4.1.3
18132024-11-18T21:43:32.123Z Compiling openapiv3 v2.0.0
18142024-11-18T21:43:33.232Z Compiling hyper v1.5.0
18152024-11-18T21:43:35.264Z Compiling enum-as-inner v0.6.1
18162024-11-18T21:43:36.458Z Compiling dropshot v0.12.0
18172024-11-18T21:43:36.750Z Compiling base64 v0.22.1
18182024-11-18T21:43:37.020Z Compiling portable-atomic v1.9.0
18192024-11-18T21:43:37.069Z Compiling foreign-types-shared v0.1.1
18202024-11-18T21:43:37.184Z Compiling smoltcp v0.9.1
18212024-11-18T21:43:37.570Z Compiling tower-service v0.3.3
18222024-11-18T21:43:37.793Z Compiling num-bigint-dig v0.8.4
18232024-11-18T21:43:37.835Z Compiling match_cfg v0.1.0
18242024-11-18T21:43:37.837Z Compiling hyper-util v0.1.10
18252024-11-18T21:43:37.949Z Compiling hostname v0.3.1
18262024-11-18T21:43:38.064Z Compiling foreign-types v0.3.2
18272024-11-18T21:43:43.938Z Compiling url v2.5.3
18282024-11-18T21:43:45.859Z Compiling dirs-sys-next v0.1.2
18292024-11-18T21:43:45.862Z Compiling siphasher v0.3.11
18302024-11-18T21:43:45.910Z Compiling heck v0.4.1
18312024-11-18T21:43:46.185Z Compiling gimli v0.31.1
18322024-11-18T21:43:46.244Z Compiling data-encoding v2.6.0
18332024-11-18T21:43:46.399Z Compiling dirs-next v2.0.0
18342024-11-18T21:43:48.002Z Compiling http-body-util v0.1.2
18352024-11-18T21:43:49.370Z Compiling crossbeam-epoch v0.9.18
18362024-11-18T21:43:50.114Z Compiling hubpack_derive v0.1.1
18372024-11-18T21:43:50.969Z Compiling dropshot_endpoint v0.12.0
18382024-11-18T21:43:51.384Z Compiling addr2line v0.24.2
18392024-11-18T21:43:52.392Z Compiling sha1 v0.10.6
18402024-11-18T21:43:52.750Z Compiling signature v2.2.0
18412024-11-18T21:43:52.804Z Compiling zerocopy-derive v0.6.6
18422024-11-18T21:43:52.991Z Compiling curve25519-dalek-derive v0.1.1
18432024-11-18T21:43:53.315Z Compiling object v0.36.5
18442024-11-18T21:43:54.743Z Compiling thread_local v1.1.8
18452024-11-18T21:43:55.010Z Compiling fs-err v2.11.0
18462024-11-18T21:43:55.102Z Compiling encoding_rs v0.8.34
18472024-11-18T21:43:55.300Z Compiling winnow v0.6.20
18482024-11-18T21:43:58.686Z Compiling openssl-probe v0.1.5
18492024-11-18T21:43:58.998Z Compiling ipnet v2.10.1
18502024-11-18T21:43:59.109Z Compiling utf8parse v0.2.2
18512024-11-18T21:43:59.284Z Compiling rustc-demangle v0.1.24
18522024-11-18T21:44:00.043Z Compiling mime v0.3.17
18532024-11-18T21:44:00.581Z Compiling unicode-properties v0.1.3
18542024-11-18T21:44:02.068Z Compiling anstyle v1.0.10
18552024-11-18T21:44:02.572Z Compiling backtrace v0.3.74
18562024-11-18T21:44:08.386Z Compiling stringprep v0.1.5
18572024-11-18T21:44:08.460Z Compiling anstyle-parse v0.2.5
18582024-11-18T21:44:09.363Z Compiling toml_edit v0.22.22
18592024-11-18T21:44:11.806Z Compiling rustls-webpki v0.102.8
18602024-11-18T21:44:12.644Z Compiling crossbeam-deque v0.8.5
18612024-11-18T21:44:16.970Z Compiling term v0.7.0
18622024-11-18T21:44:18.250Z Compiling slog-json v2.6.1
18632024-11-18T21:44:18.673Z Compiling serde_urlencoded v0.7.1
18642024-11-18T21:44:19.911Z Compiling crossbeam-channel v0.5.13
18652024-11-18T21:44:19.942Z Compiling rustls-pemfile v2.2.0
18662024-11-18T21:44:20.772Z Compiling hashbrown v0.14.5
18672024-11-18T21:44:21.512Z Compiling idna v0.4.0
18682024-11-18T21:44:22.174Z Compiling idna v0.3.0
18692024-11-18T21:44:22.367Z Compiling futures-executor v0.3.31
18702024-11-18T21:44:23.206Z Compiling num-integer v0.1.46
18712024-11-18T21:44:23.555Z Compiling md-5 v0.10.6
18722024-11-18T21:44:23.652Z Compiling ff v0.13.0
18732024-11-18T21:44:23.796Z Compiling hash32 v0.2.1
18742024-11-18T21:44:23.882Z Compiling memmap v0.7.0
18752024-11-18T21:44:23.919Z Compiling is-terminal v0.4.13
18762024-11-18T21:44:24.141Z Compiling is_terminal_polyfill v1.70.1
18772024-11-18T21:44:24.272Z Compiling take_mut v0.2.2
18782024-11-18T21:44:25.292Z Compiling psl-types v2.0.11
18792024-11-18T21:44:25.504Z Compiling linked-hash-map v0.5.6
18802024-11-18T21:44:25.920Z Compiling base16ct v0.2.0
18812024-11-18T21:44:26.246Z Compiling fallible-iterator v0.2.0
18822024-11-18T21:44:26.768Z Compiling anstyle-query v1.1.1
18832024-11-18T21:44:26.928Z Compiling utf-8 v0.7.6
18842024-11-18T21:44:27.003Z Compiling quick-error v1.2.3
18852024-11-18T21:44:27.163Z Compiling colorchoice v1.0.2
18862024-11-18T21:44:27.303Z Compiling anstream v0.6.15
18872024-11-18T21:44:27.357Z Compiling tungstenite v0.24.0
18882024-11-18T21:44:28.029Z Compiling resolv-conf v0.7.0
18892024-11-18T21:44:28.729Z Compiling postgres-protocol v0.6.7
18902024-11-18T21:44:28.801Z Compiling sec1 v0.7.3
18912024-11-18T21:44:29.400Z Compiling lru-cache v0.1.2
18922024-11-18T21:44:29.418Z Compiling publicsuffix v2.2.3
18932024-11-18T21:44:29.683Z Compiling usdt v0.5.0
18942024-11-18T21:44:30.158Z Compiling slog-term v2.9.1
18952024-11-18T21:44:30.650Z Compiling group v0.13.0
18962024-11-18T21:44:30.976Z Compiling num-iter v0.1.45
18972024-11-18T21:44:31.171Z Compiling futures v0.3.31
18982024-11-18T21:44:31.190Z Compiling hickory-proto v0.24.1
18992024-11-18T21:44:31.275Z Compiling regress v0.10.1
19002024-11-18T21:44:34.793Z Compiling tokio-rustls v0.26.0
19012024-11-18T21:44:34.892Z Compiling slog-bunyan v2.5.0
19022024-11-18T21:44:35.105Z Compiling tokio-rustls v0.25.0
19032024-11-18T21:44:35.557Z Compiling toml v0.8.19
19042024-11-18T21:44:35.917Z Compiling tokio-native-tls v0.3.1
19052024-11-18T21:44:36.065Z Compiling strum_macros v0.25.3
19062024-11-18T21:44:36.207Z Compiling phf_shared v0.11.2
19072024-11-18T21:44:36.548Z Compiling async-stream v0.3.6
19082024-11-18T21:44:36.606Z Compiling waitgroup v0.1.2
19092024-11-18T21:44:36.814Z Compiling webpki-roots v0.26.6
19102024-11-18T21:44:37.208Z Compiling idna v0.5.0
19112024-11-18T21:44:37.500Z Compiling terminal_size v0.4.0
19122024-11-18T21:44:37.719Z Compiling serde_path_to_error v0.1.16
19132024-11-18T21:44:37.738Z Compiling hkdf v0.12.4
19142024-11-18T21:44:38.652Z Compiling crypto-bigint v0.5.5
19152024-11-18T21:44:38.671Z Compiling clap_derive v4.5.18
19162024-11-18T21:44:38.719Z Compiling derive-where v1.2.7
19172024-11-18T21:44:39.646Z Compiling serde_repr v0.1.19
19182024-11-18T21:44:40.532Z Compiling hostname v0.4.0
19192024-11-18T21:44:40.748Z Compiling crc32fast v1.4.2
19202024-11-18T21:44:40.985Z Compiling bitflags v1.3.2
19212024-11-18T21:44:41.090Z Compiling managed v0.8.0
19222024-11-18T21:44:41.780Z Compiling unicode-width v0.1.14
19232024-11-18T21:44:41.878Z Compiling clap_lex v0.7.2
19242024-11-18T21:44:42.327Z Compiling debug-ignore v1.0.5
19252024-11-18T21:44:42.427Z Compiling console v0.15.8
19262024-11-18T21:44:42.599Z Compiling clap_builder v4.5.21
19272024-11-18T21:44:43.820Z Compiling elliptic-curve v0.13.8
19282024-11-18T21:44:44.607Z Compiling flate2 v1.0.34
19292024-11-18T21:44:45.547Z Compiling cookie_store v0.21.0
19302024-11-18T21:44:48.384Z Compiling hyper-rustls v0.27.3
19312024-11-18T21:44:48.464Z Compiling hickory-resolver v0.24.1
19322024-11-18T21:44:49.001Z Compiling phf v0.11.2
19332024-11-18T21:44:50.798Z Compiling hyper-tls v0.6.0
19342024-11-18T21:44:51.209Z Compiling signal-hook-mio v0.2.4
19352024-11-18T21:44:51.387Z Compiling typify-impl v0.2.0
19362024-11-18T21:44:51.650Z Compiling rayon v1.10.0
19372024-11-18T21:44:52.487Z Compiling bzip2 v0.4.4
19382024-11-18T21:44:52.880Z Compiling postgres-types v0.2.8
19392024-11-18T21:44:53.306Z Compiling tokio-tungstenite v0.24.0
19402024-11-18T21:44:53.956Z Compiling zerocopy v0.6.6
19412024-11-18T21:44:54.082Z Compiling ed25519 v2.2.3
19422024-11-18T21:44:54.182Z Compiling hubpack v0.1.2
19432024-11-18T21:44:54.306Z Compiling phf_shared v0.10.0
19442024-11-18T21:44:54.568Z Compiling pkcs1 v0.7.5
19452024-11-18T21:44:54.720Z Compiling tokio-stream v0.1.16
19462024-11-18T21:44:55.724Z Compiling serde-big-array v0.5.1
19472024-11-18T21:44:55.792Z Compiling rfc6979 v0.4.0
19482024-11-18T21:44:55.948Z Compiling float-cmp v0.9.0
19492024-11-18T21:44:55.983Z Compiling sync_wrapper v1.0.1
19502024-11-18T21:44:56.139Z Compiling bstr v1.10.0
19512024-11-18T21:44:56.696Z Compiling normalize-line-endings v0.3.0
19522024-11-18T21:44:56.832Z Compiling fixedbitset v0.4.2
19532024-11-18T21:44:57.225Z Compiling precomputed-hash v0.1.1
19542024-11-18T21:44:57.265Z Compiling number_prefix v0.4.0
19552024-11-18T21:44:57.358Z Compiling whoami v1.5.2
19562024-11-18T21:44:57.727Z Compiling static_assertions v1.1.0
19572024-11-18T21:44:57.746Z Compiling predicates-core v1.0.8
19582024-11-18T21:44:57.835Z Compiling new_debug_unreachable v1.0.6
19592024-11-18T21:44:57.933Z Compiling unicode-width v0.2.0
19602024-11-18T21:44:58.073Z Compiling unicode-segmentation v1.12.0
19612024-11-18T21:44:58.482Z Compiling difflib v0.4.0
19622024-11-18T21:44:58.951Z Compiling bit-vec v0.6.3
19632024-11-18T21:44:58.983Z Compiling predicates v3.1.2
19642024-11-18T21:44:59.130Z Compiling similar v2.6.0
19652024-11-18T21:44:59.398Z Compiling bit-set v0.5.3
19662024-11-18T21:44:59.778Z Compiling indicatif v0.17.9
19672024-11-18T21:45:00.509Z Compiling string_cache v0.8.7
19682024-11-18T21:45:00.939Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19692024-11-18T21:45:01.122Z Compiling tokio-postgres v0.7.12
19702024-11-18T21:45:01.613Z Compiling petgraph v0.6.5
19712024-11-18T21:45:01.945Z Compiling reqwest v0.12.9
19722024-11-18T21:45:03.395Z Compiling typify-macro v0.2.0
19732024-11-18T21:45:06.469Z Compiling ecdsa v0.16.9
19742024-11-18T21:45:07.137Z Compiling qorb v0.2.0
19752024-11-18T21:45:07.390Z Compiling rsa v0.9.6
19762024-11-18T21:45:07.614Z Compiling ed25519-dalek v2.1.1
19772024-11-18T21:45:08.212Z Compiling zip v0.6.6
19782024-11-18T21:45:08.257Z Compiling crossterm v0.28.1
19792024-11-18T21:45:09.059Z Compiling clap v4.5.21
19802024-11-18T21:45:13.211Z Compiling toml v0.7.8
19812024-11-18T21:45:13.225Z Compiling x509-cert v0.2.5
19822024-11-18T21:45:13.225Z Compiling hex v0.4.3
19832024-11-18T21:45:13.225Z Compiling itertools v0.10.5
19842024-11-18T21:45:13.225Z Compiling lalrpop-util v0.19.12
19852024-11-18T21:45:13.226Z Compiling peg-runtime v0.8.3
19862024-11-18T21:45:13.418Z Compiling unicode-xid v0.2.6
19872024-11-18T21:45:15.637Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19882024-11-18T21:45:19.723Z Compiling proc-macro-crate v1.3.1
19892024-11-18T21:45:19.841Z Compiling ipnetwork v0.20.0
19902024-11-18T21:45:21.098Z Compiling heapless v0.8.0
19912024-11-18T21:45:23.994Z Compiling num_enum_derive v0.5.11
19922024-11-18T21:45:33.309Z Compiling hash32 v0.3.1
19932024-11-18T21:45:34.252Z Compiling smoltcp v0.11.0
19942024-11-18T21:45:35.586Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19952024-11-18T21:45:36.026Z Compiling ident_case v1.0.1
19962024-11-18T21:45:36.270Z Compiling darling_core v0.20.10
19972024-11-18T21:45:43.144Z Compiling num_enum v0.5.11
19982024-11-18T21:45:43.344Z Compiling typify v0.2.0
19992024-11-18T21:45:44.043Z Compiling proc-macro-error-attr v1.0.4
20002024-11-18T21:45:44.345Z Compiling cobs v0.2.3
20012024-11-18T21:45:44.465Z Compiling unsafe-libyaml v0.2.11
20022024-11-18T21:45:44.776Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20032024-11-18T21:45:46.113Z Compiling serde_yaml v0.9.34+deprecated
20042024-11-18T21:45:47.913Z Compiling postcard v1.0.10
20052024-11-18T21:46:00.502Z Compiling progenitor-impl v0.8.0
20062024-11-18T21:46:07.454Z Compiling darling_macro v0.20.10
20072024-11-18T21:46:15.015Z Compiling strum_macros v0.26.4
20082024-11-18T21:46:16.083Z Compiling structmeta-derive v0.3.0
20092024-11-18T21:46:16.413Z Compiling foreign-types-macros v0.2.3
20102024-11-18T21:46:16.433Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20112024-11-18T21:46:16.626Z Compiling proc-macro-error v1.0.4
20122024-11-18T21:46:17.048Z Compiling foreign-types-shared v0.3.1
20132024-11-18T21:46:17.299Z Compiling newtype-uuid v1.1.3
20142024-11-18T21:46:17.849Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20152024-11-18T21:46:19.348Z Compiling structmeta v0.3.0
20162024-11-18T21:46:19.483Z Compiling strum v0.26.3
20172024-11-18T21:46:20.244Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20182024-11-18T21:46:23.554Z Compiling foreign-types v0.5.0
20192024-11-18T21:46:28.338Z Compiling darling v0.20.10
20202024-11-18T21:46:28.467Z Compiling progenitor-macro v0.8.0
20212024-11-18T21:46:32.015Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20222024-11-18T21:46:32.200Z Compiling progenitor-client v0.8.0
20232024-11-18T21:46:35.696Z Compiling tabwriter v1.4.0
20242024-11-18T21:46:36.486Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20252024-11-18T21:46:37.191Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20262024-11-18T21:46:37.300Z Compiling cstr-argument v0.1.2
20272024-11-18T21:46:37.578Z Compiling dropshot v0.13.0
20282024-11-18T21:46:38.061Z Compiling crucible-workspace-hack v0.1.0
20292024-11-18T21:46:38.307Z Compiling pretty-hex v0.2.1
20302024-11-18T21:46:38.356Z Compiling fastrand v2.1.1
20312024-11-18T21:46:38.537Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20322024-11-18T21:46:39.057Z Compiling tempfile v3.13.0
20332024-11-18T21:46:39.075Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20342024-11-18T21:46:39.946Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20352024-11-18T21:46:40.105Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20362024-11-18T21:46:40.774Z Compiling serde_with_macros v3.11.0
20372024-11-18T21:46:41.036Z Compiling parse-display-derive v0.10.0
20382024-11-18T21:46:41.166Z Compiling colored v2.1.0
20392024-11-18T21:46:41.568Z Compiling progenitor v0.8.0
20402024-11-18T21:46:41.876Z Compiling dropshot_endpoint v0.13.0
20412024-11-18T21:46:42.431Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20422024-11-18T21:46:43.108Z Compiling instant v0.1.13
20432024-11-18T21:46:43.232Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20442024-11-18T21:46:43.275Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20452024-11-18T21:46:43.445Z Compiling serde_with v3.11.0
20462024-11-18T21:46:43.507Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20472024-11-18T21:46:43.629Z Compiling backoff v0.4.0
20482024-11-18T21:46:44.029Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20492024-11-18T21:46:44.975Z Compiling parse-display v0.10.0
20502024-11-18T21:46:46.968Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20512024-11-18T21:46:47.574Z Compiling zone_cfg_derive v0.3.0
20522024-11-18T21:46:47.604Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20532024-11-18T21:46:47.973Z Compiling camino-tempfile v1.1.1
20542024-11-18T21:46:48.397Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20552024-11-18T21:46:48.793Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20562024-11-18T21:46:48.879Z Compiling regress v0.9.1
20572024-11-18T21:46:48.930Z Compiling macaddr v1.0.1
20582024-11-18T21:46:48.993Z Compiling num-derive v0.4.2
20592024-11-18T21:46:49.585Z Compiling sigpipe v0.1.3
20602024-11-18T21:46:49.737Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20612024-11-18T21:46:50.028Z Compiling libefi-sys v0.1.0
20622024-11-18T21:46:50.385Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20632024-11-18T21:46:51.296Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20642024-11-18T21:46:52.869Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20652024-11-18T21:46:53.704Z Compiling zone v0.3.0
20662024-11-18T21:46:56.218Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20672024-11-18T21:46:56.648Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20682024-11-18T21:46:57.088Z Compiling smf v0.2.3
20692024-11-18T21:46:57.206Z Compiling bitfield-struct v0.6.2
20702024-11-18T21:46:57.563Z Compiling ring v0.16.20
20712024-11-18T21:46:58.605Z Compiling blake3 v1.5.4
20722024-11-18T21:46:58.624Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20732024-11-18T21:46:59.775Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20742024-11-18T21:47:00.328Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20752024-11-18T21:47:00.450Z Compiling xattr v1.3.1
20762024-11-18T21:47:00.622Z Compiling memmap2 v0.9.5
20772024-11-18T21:47:00.781Z Compiling filetime v0.2.25
20782024-11-18T21:47:01.142Z Compiling same-file v1.0.6
20792024-11-18T21:47:01.210Z Compiling constant_time_eq v0.3.1
20802024-11-18T21:47:01.404Z Compiling arrayref v0.3.9
20812024-11-18T21:47:01.431Z Compiling arrayvec v0.7.6
20822024-11-18T21:47:01.463Z Compiling spin v0.5.2
20832024-11-18T21:47:01.523Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20842024-11-18T21:47:01.664Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20852024-11-18T21:47:01.732Z Compiling walkdir v2.5.0
20862024-11-18T21:47:02.293Z Compiling tar v0.4.43
20872024-11-18T21:47:03.424Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20882024-11-18T21:47:03.844Z Compiling gethostname v0.5.0
20892024-11-18T21:47:04.052Z Compiling cargo-platform v0.1.8
20902024-11-18T21:47:04.382Z Compiling topological-sort v0.2.2
20912024-11-18T21:47:04.666Z Compiling cargo_metadata v0.18.1
20922024-11-18T21:47:07.992Z Compiling omicron-zone-package v0.11.1
20932024-11-18T21:47:11.381Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20942024-11-18T21:47:12.112Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20952024-11-18T21:47:16.728Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20962024-11-18T21:47:34.233Z Finished `release` profile [optimized] target(s) in 5m 26s
20972024-11-18T21:47:34.394Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
20982024-11-18T21:47:34.442ZLogging to: /work/oxidecomputer/omicron/out/LOG
20992024-11-18T21:47:34.445ZCreated new build target 'test' and set it as active
21002024-11-18T21:47:34.445Z
21012024-11-18T21:47:34.445Zreal 5:26.781777574
21022024-11-18T21:47:34.445Zuser 36:52.546617601
21032024-11-18T21:47:34.445Zsys 4:52.510415043
21042024-11-18T21:47:34.445Ztrap 1.078116811
21052024-11-18T21:47:34.445Ztflt 3.305509552
21062024-11-18T21:47:34.445Zdflt 0.578095413
21072024-11-18T21:47:34.445Zkflt 0.008875589
21082024-11-18T21:47:34.445Zlock 1:17:35.075684075
21092024-11-18T21:47:34.445Zslp 2:34:09.367969291
21102024-11-18T21:47:34.445Zlat 2:34.106740109
21112024-11-18T21:47:34.445Zstop 4:29.118036648
21122024-11-18T21:47:34.445Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21132024-11-18T21:47:35.397Z Finished `release` profile [optimized] target(s) in 0.90s
21142024-11-18T21:47:35.454Z Running `target/release/omicron-package -t test package`
21152024-11-18T21:47:35.498ZLogging to: /work/oxidecomputer/omicron/out/LOG
21162024-11-18T21:47:36.645Z Compiling convert_case v0.4.0
21172024-11-18T21:47:36.645Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21182024-11-18T21:47:36.648Z Compiling itertools v0.13.0
21192024-11-18T21:47:36.648Z Compiling password-hash v0.5.0
21202024-11-18T21:47:36.648Z Compiling blake2 v0.10.6
21212024-11-18T21:47:36.648Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21222024-11-18T21:47:36.648Z Compiling newline-converter v0.3.0
21232024-11-18T21:47:36.790Z Compiling owo-colors v4.1.0
21242024-11-18T21:47:37.056Z Compiling cancel-safe-futures v0.1.5
21252024-11-18T21:47:37.096Z Compiling expectorate v1.1.0
21262024-11-18T21:47:37.274Z Compiling libsw v3.3.1
21272024-11-18T21:47:37.401Z Compiling argon2 v0.5.3
21282024-11-18T21:47:37.474Z Compiling derive_more v0.99.18
21292024-11-18T21:47:37.599Z Compiling linear-map v1.2.0
21302024-11-18T21:47:38.019Z Compiling indent_write v2.2.0
21312024-11-18T21:47:38.085Z Compiling swrite v0.1.0
21322024-11-18T21:47:38.251Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21332024-11-18T21:47:38.295Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21342024-11-18T21:47:38.378Z Compiling progenitor-client v0.8.0
21352024-11-18T21:47:38.856Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21362024-11-18T21:47:38.895Z Compiling base64 v0.21.7
21372024-11-18T21:47:38.956Z Compiling progenitor v0.8.0
21382024-11-18T21:47:39.233Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21392024-11-18T21:47:39.937Z Compiling atomicwrites v0.4.4
21402024-11-18T21:47:39.963Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21412024-11-18T21:47:39.986Z Compiling num-rational v0.4.2
21422024-11-18T21:47:40.434Z Compiling num-complex v0.4.6
21432024-11-18T21:47:40.478Z Compiling float-ord v0.3.2
21442024-11-18T21:47:40.657Z Compiling semver v0.1.20
21452024-11-18T21:47:41.255Z Compiling rustc_version v0.1.7
21462024-11-18T21:47:41.703Z Compiling num v0.4.3
21472024-11-18T21:47:41.766Z Compiling newtype_derive v0.1.6
21482024-11-18T21:47:41.828Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21492024-11-18T21:47:42.169Z Compiling highway v1.2.0
21502024-11-18T21:47:42.485Z Compiling humantime v2.1.0
21512024-11-18T21:47:43.541Z Compiling steno v0.4.1
21522024-11-18T21:47:43.956Z Compiling newtype-uuid v1.1.3
21532024-11-18T21:47:44.149Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21542024-11-18T21:47:44.308Z Compiling dropshot v0.13.0
21552024-11-18T21:47:44.383Z Compiling tungstenite v0.21.0
21562024-11-18T21:47:46.704Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21572024-11-18T21:47:47.249Z Compiling ipnetwork v0.20.0
21582024-11-18T21:47:47.936Z Compiling instant v0.1.13
21592024-11-18T21:47:48.050Z Compiling slog-dtrace v0.3.0
21602024-11-18T21:47:48.094Z Compiling backoff v0.4.0
21612024-11-18T21:47:48.474Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21622024-11-18T21:47:48.495Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21632024-11-18T21:47:49.154Z Compiling tokio-tungstenite v0.21.0
21642024-11-18T21:47:49.839Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21652024-11-18T21:47:50.210Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21662024-11-18T21:47:53.932Z Compiling parse-display v0.10.0
21672024-11-18T21:47:54.523Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21682024-11-18T21:47:54.717Z Compiling serde_with v3.11.0
21692024-11-18T21:47:58.035Z Compiling strum v0.26.3
21702024-11-18T21:47:58.132Z Compiling regress v0.9.1
21712024-11-18T21:47:58.222Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21722024-11-18T21:47:58.887Z Compiling macaddr v1.0.1
21732024-11-18T21:47:59.746Z Compiling prettyplease v0.2.25
21742024-11-18T21:47:59.922Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21752024-11-18T21:48:00.851Z Compiling display-error-chain v0.2.2
21762024-11-18T21:48:01.086Z Compiling arc-swap v1.7.1
21772024-11-18T21:48:01.795Z Compiling slog-scope v4.4.0
21782024-11-18T21:48:02.013Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21792024-11-18T21:48:02.613Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21802024-11-18T21:48:02.942Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21812024-11-18T21:48:04.057Z Compiling half v2.4.1
21822024-11-18T21:48:04.789Z Compiling ciborium-io v0.2.2
21832024-11-18T21:48:04.943Z Compiling ciborium-ll v0.2.2
21842024-11-18T21:48:05.492Z Compiling slog-stdlog v4.1.1
21852024-11-18T21:48:05.555Z Compiling ciborium v0.2.2
21862024-11-18T21:48:06.316Z Compiling slog-envlogger v2.2.0
21872024-11-18T21:48:06.939Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21882024-11-18T21:48:07.766Z Compiling fastrand v2.1.1
21892024-11-18T21:48:08.320Z Compiling same-file v1.0.6
21902024-11-18T21:48:08.579Z Compiling walkdir v2.5.0
21912024-11-18T21:48:09.025Z Compiling tempfile v3.13.0
21922024-11-18T21:48:09.276Z Compiling ring v0.16.20
21932024-11-18T21:48:09.858Z Compiling blake3 v1.5.4
21942024-11-18T21:48:10.530Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21952024-11-18T21:48:12.109Z Compiling xattr v1.3.1
21962024-11-18T21:48:12.395Z Compiling filetime v0.2.25
21972024-11-18T21:48:12.706Z Compiling memmap2 v0.9.5
21982024-11-18T21:48:12.951Z Compiling arrayvec v0.7.6
21992024-11-18T21:48:13.124Z Compiling spin v0.5.2
22002024-11-18T21:48:13.376Z Compiling keccak v0.1.5
22012024-11-18T21:48:13.395Z Compiling constant_time_eq v0.3.1
22022024-11-18T21:48:13.551Z Compiling arrayref v0.3.9
22032024-11-18T21:48:14.323Z Compiling sha3 v0.10.8
22042024-11-18T21:48:17.594Z Compiling tar v0.4.43
22052024-11-18T21:48:18.131Z Compiling camino-tempfile v1.1.1
22062024-11-18T21:48:18.552Z Compiling toolchain_find v0.4.0
22072024-11-18T21:48:18.595Z Compiling nibble_vec v0.1.0
22082024-11-18T21:48:18.854Z Compiling maplit v1.0.2
22092024-11-18T21:48:19.146Z Compiling radium v0.7.0
22102024-11-18T21:48:19.591Z Compiling topological-sort v0.2.2
22112024-11-18T21:48:19.664Z Compiling crunchy v0.2.2
22122024-11-18T21:48:19.832Z Compiling endian-type v0.1.2
22132024-11-18T21:48:20.094Z Compiling radix_trie v0.2.1
22142024-11-18T21:48:20.144Z Compiling omicron-zone-package v0.11.1
22152024-11-18T21:48:20.940Z Compiling rustfmt-wrapper v0.2.1
22162024-11-18T21:48:21.045Z Compiling pem v3.0.4
22172024-11-18T21:48:21.512Z Compiling maybe-uninit v2.0.0
22182024-11-18T21:48:21.989Z Compiling tap v1.0.1
22192024-11-18T21:48:22.146Z Compiling tiny-keccak v2.0.2
22202024-11-18T21:48:22.190Z Compiling wyz v0.5.1
22212024-11-18T21:48:22.662Z Compiling dsl_auto_type v0.1.2
22222024-11-18T21:48:22.707Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22232024-11-18T21:48:22.709Z Compiling scheduled-thread-pool v0.2.7
22242024-11-18T21:48:23.047Z Compiling secrecy v0.8.0
22252024-11-18T21:48:23.238Z Compiling diesel_table_macro_syntax v0.2.0
22262024-11-18T21:48:23.383Z Compiling crc-catalog v2.4.0
22272024-11-18T21:48:23.555Z Compiling funty v2.0.0
22282024-11-18T21:48:23.666Z Compiling packed_struct v0.10.1
22292024-11-18T21:48:24.005Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22302024-11-18T21:48:24.058Z Compiling diesel_derives v2.2.3
22312024-11-18T21:48:24.123Z Compiling crc v3.2.1
22322024-11-18T21:48:24.352Z Compiling r2d2 v0.8.10
22332024-11-18T21:48:24.817Z Compiling bitvec v1.0.1
22342024-11-18T21:48:25.408Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22352024-11-18T21:48:26.216Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22362024-11-18T21:48:26.366Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22372024-11-18T21:48:27.490Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22382024-11-18T21:48:27.964Z Compiling ascii-canvas v3.0.0
22392024-11-18T21:48:28.509Z Compiling universal-hash v0.5.1
22402024-11-18T21:48:28.769Z Compiling thiserror-impl-no-std v2.0.2
22412024-11-18T21:48:29.517Z Compiling packed_struct_codegen v0.10.1
22422024-11-18T21:48:31.512Z Compiling lzma-sys v0.1.20
22432024-11-18T21:48:32.085Z Compiling ena v0.14.3
22442024-11-18T21:48:32.206Z Compiling indexmap v1.9.3
22452024-11-18T21:48:32.524Z Compiling diff v0.1.13
22462024-11-18T21:48:32.526Z Compiling nodrop v0.1.14
22472024-11-18T21:48:32.738Z Compiling regex-syntax v0.6.29
22482024-11-18T21:48:33.102Z Compiling opaque-debug v0.3.1
22492024-11-18T21:48:33.219Z Compiling poly1305 v0.8.0
22502024-11-18T21:48:34.772Z Compiling array-init v0.0.4
22512024-11-18T21:48:35.570Z Compiling diesel v2.2.4
22522024-11-18T21:48:36.098Z Compiling lalrpop v0.19.12
22532024-11-18T21:48:42.599Z Compiling thiserror-no-std v2.0.2
22542024-11-18T21:48:42.744Z Compiling smallvec v0.6.14
22552024-11-18T21:48:43.661Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22562024-11-18T21:48:43.822Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22572024-11-18T21:48:44.114Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22582024-11-18T21:48:44.365Z Compiling chacha20 v0.9.1
22592024-11-18T21:48:44.756Z Compiling heck v0.3.3
22602024-11-18T21:48:44.850Z Compiling const_format_proc_macros v0.2.33
22612024-11-18T21:48:45.141Z Compiling aead v0.5.2
22622024-11-18T21:48:45.494Z Compiling bitfield v0.14.0
22632024-11-18T21:48:45.795Z Compiling termcolor v1.4.1
22642024-11-18T21:48:46.751Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22652024-11-18T21:48:46.917Z Compiling hashbrown v0.12.3
22662024-11-18T21:48:47.049Z Compiling ref-cast v1.0.23
22672024-11-18T21:48:47.661Z Compiling const_format v0.2.33
22682024-11-18T21:48:48.936Z Compiling env_logger v0.10.2
22692024-11-18T21:48:49.415Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22702024-11-18T21:48:52.056Z Compiling chacha20poly1305 v0.10.1
22712024-11-18T21:48:52.317Z Compiling zone_cfg_derive v0.1.2
22722024-11-18T21:48:53.395Z Compiling serde-hex v0.1.0
22732024-11-18T21:48:53.696Z Compiling vsss-rs v3.3.4
22742024-11-18T21:48:58.497Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22752024-11-18T21:48:58.766Z Compiling ron v0.8.1
22762024-11-18T21:48:58.850Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22772024-11-18T21:48:59.162Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22782024-11-18T21:48:59.745Z Compiling derive_builder_core v0.20.2
22792024-11-18T21:49:01.896Z Compiling hashbrown v0.13.2
22802024-11-18T21:49:02.442Z Compiling polar-core v0.27.3
22812024-11-18T21:49:03.354Z Compiling headers-core v0.3.0
22822024-11-18T21:49:03.535Z Compiling fxhash v0.2.1
22832024-11-18T21:49:03.730Z Compiling libxml v0.3.3
22842024-11-18T21:49:03.768Z Compiling ref-cast-impl v1.0.23
22852024-11-18T21:49:04.087Z Compiling crc-any v2.5.0
22862024-11-18T21:49:04.846Z Compiling base64 v0.13.1
22872024-11-18T21:49:05.016Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22882024-11-18T21:49:05.561Z Compiling ron v0.7.1
22892024-11-18T21:49:10.583Z Compiling headers v0.4.0
22902024-11-18T21:49:12.775Z Compiling object v0.30.4
22912024-11-18T21:49:14.192Z Compiling derive_builder_macro v0.20.2
22922024-11-18T21:49:15.022Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22932024-11-18T21:49:16.605Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22942024-11-18T21:49:16.655Z Compiling xz2 v0.1.7
22952024-11-18T21:49:17.315Z Compiling zone v0.1.8
22962024-11-18T21:49:19.837Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22972024-11-18T21:49:20.640Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22982024-11-18T21:49:22.069Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22992024-11-18T21:49:22.373Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23002024-11-18T21:49:23.073Z Compiling yasna v0.5.2
23012024-11-18T21:49:23.542Z Compiling phf_generator v0.11.2
23022024-11-18T21:49:23.752Z Compiling strum_macros v0.24.3
23032024-11-18T21:49:25.976Z Compiling kstat-rs v0.2.4
23042024-11-18T21:49:26.518Z Compiling samael v0.0.17
23052024-11-18T21:49:27.033Z Compiling async-recursion v1.1.1
23062024-11-18T21:49:27.036Z Compiling unicase v2.7.0
23072024-11-18T21:49:27.242Z Compiling indoc v1.0.9
23082024-11-18T21:49:27.319Z Compiling path-slash v0.1.5
23092024-11-18T21:49:27.378Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23102024-11-18T21:49:27.578Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23112024-11-18T21:49:28.331Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23122024-11-18T21:49:28.501Z Compiling rcgen v0.12.1
23132024-11-18T21:49:32.134Z Compiling phf_codegen v0.11.2
23142024-11-18T21:49:33.135Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23152024-11-18T21:49:38.870Z Compiling derive_builder v0.20.2
23162024-11-18T21:49:39.432Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23172024-11-18T21:49:43.290Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23182024-11-18T21:49:43.598Z Compiling oso-derive v0.27.3
23192024-11-18T21:49:43.985Z Compiling impl-trait-for-tuples v0.2.2
23202024-11-18T21:49:44.559Z Compiling libz-sys v1.1.20
23212024-11-18T21:49:45.168Z Compiling parse-zoneinfo v0.3.1
23222024-11-18T21:49:46.723Z Compiling quick-xml v0.33.0
23232024-11-18T21:49:47.481Z Compiling subprocess v0.2.9
23242024-11-18T21:49:49.136Z Compiling diesel-dtrace v0.3.0
23252024-11-18T21:49:49.451Z Compiling parking_lot_core v0.8.6
23262024-11-18T21:49:49.884Z Compiling cfg_aliases v0.1.1
23272024-11-18T21:49:50.008Z Compiling nix v0.28.0
23282024-11-18T21:49:50.779Z Compiling oso v0.27.3
23292024-11-18T21:49:50.871Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23302024-11-18T21:49:52.235Z Compiling chrono-tz-build v0.4.0
23312024-11-18T21:49:53.555Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23322024-11-18T21:49:55.114Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23332024-11-18T21:49:58.798Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23342024-11-18T21:50:00.565Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23352024-11-18T21:50:00.920Z Compiling bb8 v0.8.5
23362024-11-18T21:50:01.541Z Compiling vte_generate_state_changes v0.1.2
23372024-11-18T21:50:01.994Z Compiling buf-list v1.0.3
23382024-11-18T21:50:02.158Z Compiling vte v0.11.1
23392024-11-18T21:50:02.656Z Compiling async-bb8-diesel v0.2.1
23402024-11-18T21:50:03.661Z Compiling chrono-tz v0.10.0
23412024-11-18T21:50:04.617Z Compiling fd-lock v4.0.2
23422024-11-18T21:50:04.854Z Compiling libgit2-sys v0.17.0+1.8.1
23432024-11-18T21:50:04.886Z Compiling pin-project-internal v1.1.6
23442024-11-18T21:50:05.646Z Compiling atty v0.2.14
23452024-11-18T21:50:05.816Z Compiling salty v0.3.0
23462024-11-18T21:50:06.250Z Compiling bytecount v0.6.8
23472024-11-18T21:50:06.580Z Compiling papergrid v0.11.0
23482024-11-18T21:50:07.696Z Compiling pin-project v1.1.6
23492024-11-18T21:50:08.567Z Compiling parking_lot v0.11.2
23502024-11-18T21:50:17.339Z Compiling strip-ansi-escapes v0.2.0
23512024-11-18T21:50:19.093Z Compiling tabled_derive v0.7.0
23522024-11-18T21:50:19.782Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23532024-11-18T21:50:21.221Z Compiling peg-macros v0.8.4
23542024-11-18T21:50:24.498Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23552024-11-18T21:50:24.550Z Compiling snafu-derive v0.8.5
23562024-11-18T21:50:25.509Z Compiling sqlparser_derive v0.2.2
23572024-11-18T21:50:26.549Z Compiling lockfree-object-pool v0.1.6
23582024-11-18T21:50:26.865Z Compiling zip v2.1.3
23592024-11-18T21:50:27.194Z Compiling nu-ansi-term v0.50.1
23602024-11-18T21:50:28.372Z Compiling bumpalo v3.16.0
23612024-11-18T21:50:28.985Z Compiling home v0.5.9
23622024-11-18T21:50:29.254Z Compiling unicode_categories v0.1.1
23632024-11-18T21:50:29.337Z Compiling simd-adler32 v0.3.7
23642024-11-18T21:50:29.622Z Compiling sqlformat v0.2.6
23652024-11-18T21:50:30.476Z Compiling zopfli v0.8.1
23662024-11-18T21:50:34.692Z Compiling snafu v0.8.5
23672024-11-18T21:50:34.945Z Compiling rustyline v14.0.0
23682024-11-18T21:50:36.010Z Compiling reedline v0.35.0
23692024-11-18T21:50:39.875Z Compiling sqlparser v0.45.0
23702024-11-18T21:50:40.530Z Compiling peg v0.8.4
23712024-11-18T21:50:40.659Z Compiling tabled v0.15.0
23722024-11-18T21:50:45.444Z Compiling sled v0.34.7
23732024-11-18T21:50:47.432Z Compiling mime_guess v2.0.5
23742024-11-18T21:50:51.029Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23752024-11-18T21:50:53.130Z Compiling hickory-client v0.24.1
23762024-11-18T21:50:54.716Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23772024-11-18T21:50:58.317Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23782024-11-18T21:50:58.827Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23792024-11-18T21:50:59.002Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23802024-11-18T21:51:00.348Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23812024-11-18T21:51:01.877Z Compiling globset v0.4.15
23822024-11-18T21:51:06.047Z Compiling hickory-server v0.24.1
23832024-11-18T21:51:07.731Z Compiling primeorder v0.13.6
23842024-11-18T21:51:08.361Z Compiling olpc-cjson v0.1.4
23852024-11-18T21:51:08.731Z Compiling vergen v8.3.2
23862024-11-18T21:51:09.040Z Compiling bcs v0.1.6
23872024-11-18T21:51:09.614Z Compiling env_filter v0.1.2
23882024-11-18T21:51:09.990Z Compiling serde_plain v1.0.2
23892024-11-18T21:51:11.209Z Compiling cargo-platform v0.1.8
23902024-11-18T21:51:11.738Z Compiling nanorand v0.7.0
23912024-11-18T21:51:12.457Z Compiling memoffset v0.9.1
23922024-11-18T21:51:12.805Z Compiling typed-path v0.9.3
23932024-11-18T21:51:18.137Z Compiling tough v0.19.0
23942024-11-18T21:51:20.154Z Compiling flume v0.11.1
23952024-11-18T21:51:20.246Z Compiling cargo_metadata v0.18.1
23962024-11-18T21:51:20.295Z Compiling env_logger v0.11.5
23972024-11-18T21:51:21.711Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23982024-11-18T21:51:23.682Z Compiling p384 v0.13.0
23992024-11-18T21:51:29.711Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24002024-11-18T21:51:33.844Z Compiling git2 v0.19.0
24012024-11-18T21:51:39.757Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24022024-11-18T21:51:43.782Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24032024-11-18T21:51:45.708Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24042024-11-18T21:51:49.013Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24052024-11-18T21:51:51.243Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24062024-11-18T21:51:52.174Z Compiling rand_seeder v0.3.0
24072024-11-18T21:51:52.541Z Compiling libsqlite3-sys v0.30.1
24082024-11-18T21:51:52.562Z Compiling parse-size v1.1.0
24092024-11-18T21:51:52.732Z Compiling rustls v0.21.12
24102024-11-18T21:51:52.896Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24112024-11-18T21:51:53.051Z Compiling cfg_aliases v0.2.1
24122024-11-18T21:51:53.165Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24132024-11-18T21:51:53.187Z Compiling nix v0.29.0
24142024-11-18T21:51:53.292Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24152024-11-18T21:51:53.992Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24162024-11-18T21:51:55.375Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24172024-11-18T21:51:55.662Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24182024-11-18T21:51:55.937Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24192024-11-18T21:51:56.248Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24202024-11-18T21:51:56.467Z Compiling rustls-webpki v0.101.7
24212024-11-18T21:51:59.814Z Compiling sct v0.7.1
24222024-11-18T21:52:00.299Z Compiling castaway v0.2.3
24232024-11-18T21:52:00.514Z Compiling csv-core v0.1.11
24242024-11-18T21:52:00.567Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24252024-11-18T21:52:00.656Z Compiling glob v0.3.1
24262024-11-18T21:52:00.856Z Compiling http-range v0.1.5
24272024-11-18T21:52:01.365Z Compiling hyper-staticfile v0.10.1
24282024-11-18T21:52:01.461Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24292024-11-18T21:52:02.810Z Compiling csv v1.3.0
24302024-11-18T21:52:04.397Z Compiling compact_str v0.8.0
24312024-11-18T21:52:05.672Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24322024-11-18T21:52:07.075Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24332024-11-18T21:52:12.509Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24342024-11-18T21:52:12.510Z Compiling nix v0.27.1
24352024-11-18T21:52:12.800Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24362024-11-18T21:52:15.632Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24372024-11-18T21:52:21.649Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24382024-11-18T21:52:23.178Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24392024-11-18T21:52:26.521Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24402024-11-18T21:52:26.846Z Compiling unicode-truncate v1.1.0
24412024-11-18T21:52:27.126Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24422024-11-18T21:52:27.431Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24432024-11-18T21:52:27.738Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24442024-11-18T21:52:29.225Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24452024-11-18T21:52:29.672Z Compiling hashlink v0.9.1
24462024-11-18T21:52:30.541Z Compiling tungstenite v0.23.0
24472024-11-18T21:52:31.061Z Compiling lru v0.12.5
24482024-11-18T21:52:31.476Z Compiling instability v0.3.2
24492024-11-18T21:52:32.255Z Compiling fallible-iterator v0.3.0
24502024-11-18T21:52:32.480Z Compiling fallible-streaming-iterator v0.1.9
24512024-11-18T21:52:32.775Z Compiling cassowary v0.3.0
24522024-11-18T21:52:33.051Z Compiling rusqlite v0.32.1
24532024-11-18T21:52:35.075Z Compiling ratatui v0.28.1
24542024-11-18T21:52:36.327Z Compiling tokio-tungstenite v0.23.1
24552024-11-18T21:52:36.436Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24562024-11-18T21:52:39.256Z Compiling tokio-rustls v0.24.1
24572024-11-18T21:52:46.668Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24582024-11-18T21:52:54.372Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24592024-11-18T21:52:55.319Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24602024-11-18T21:52:55.447Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24612024-11-18T21:52:55.969Z Compiling rustls-pemfile v1.0.4
24622024-11-18T21:52:56.728Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24632024-11-18T21:52:57.143Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24642024-11-18T21:52:57.914Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24652024-11-18T21:52:58.136Z Compiling signal-hook-tokio v0.3.1
24662024-11-18T21:52:58.405Z Compiling twox-hash v1.6.3
24672024-11-18T21:52:59.478Z Compiling unicode-linebreak v0.1.5
24682024-11-18T21:52:59.851Z Compiling is_ci v1.2.0
24692024-11-18T21:53:00.057Z Compiling smawk v0.3.2
24702024-11-18T21:53:00.153Z Compiling supports-color v3.0.1
24712024-11-18T21:53:00.321Z Compiling textwrap v0.16.1
24722024-11-18T21:53:02.258Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24732024-11-18T21:53:08.640Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24742024-11-18T21:53:12.756Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24752024-11-18T21:53:21.710Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24762024-11-18T21:53:22.006Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24772024-11-18T21:53:23.519Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24782024-11-18T21:53:24.149Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24792024-11-18T21:53:26.596Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24802024-11-18T21:53:33.768Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24812024-11-18T21:53:34.059Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24822024-11-18T21:53:35.498Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24832024-11-18T21:53:40.715Z Compiling fatfs v0.3.6
24842024-11-18T21:53:43.566Z Compiling rtoolbox v0.0.2
24852024-11-18T21:53:43.585Z Compiling assert_matches v1.5.0
24862024-11-18T21:53:43.986Z Compiling rpassword v7.3.1
24872024-11-18T21:53:44.459Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24882024-11-18T21:53:44.702Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24892024-11-18T21:53:58.342Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24902024-11-18T21:54:05.406Z Compiling tui-tree-widget v0.22.0
24912024-11-18T21:54:05.880Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24922024-11-18T21:54:07.894Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24932024-11-18T21:54:11.018Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24942024-11-18T21:54:11.338Z Compiling uzers v0.12.1
24952024-11-18T21:54:14.466Z Compiling shell-words v1.1.0
24962024-11-18T21:54:14.914Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24972024-11-18T21:54:21.267Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24982024-11-18T21:54:23.319Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24992024-11-18T21:54:47.551Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25002024-11-18T21:54:55.575Z Compiling multimap v0.10.0
25012024-11-18T21:56:56.601Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25022024-11-18T21:57:04.801Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25032024-11-18T22:03:46.449Z Finished `release` profile [optimized] target(s) in 16m 10s
25042024-11-18T22:04:47.023Z
25052024-11-18T22:04:47.025Zreal 17:12.536124028
25062024-11-18T22:04:47.025Zuser 1:58:41.065420966
25072024-11-18T22:04:47.025Zsys 5:55.773205465
25082024-11-18T22:04:47.025Ztrap 2.870598780
25092024-11-18T22:04:47.025Ztflt 3.237260752
25102024-11-18T22:04:47.025Zdflt 4.183051016
25112024-11-18T22:04:47.025Zkflt 0.000764780
25122024-11-18T22:04:47.025Zlock 7:16:16.665814790
25132024-11-18T22:04:47.026Zslp 6:17:35.543573030
25142024-11-18T22:04:47.026Zlat 2:58.975414227
25152024-11-18T22:04:47.026Zstop 2:33.439260619
25162024-11-18T22:04:47.026Z+ mapfile -t packages
25172024-11-18T22:04:47.026Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25182024-11-18T22:04:48.055Z Finished `release` profile [optimized] target(s) in 0.98s
25192024-11-18T22:04:48.122Z Running `target/release/omicron-package -t test list-outputs`
25202024-11-18T22:04:48.170ZLogging to: /work/oxidecomputer/omicron/out/LOG
25212024-11-18T22:04:48.173Z+ ptime -m cargo build --locked --release -p xtask
25222024-11-18T22:04:48.735Z Compiling serde v1.0.215
25232024-11-18T22:04:48.738Z Compiling serde_json v1.0.132
25242024-11-18T22:04:48.738Z Compiling libc v0.2.162
25252024-11-18T22:04:48.738Z Compiling rustix v0.38.37
25262024-11-18T22:04:48.826Z Compiling syn v2.0.87
25272024-11-18T22:04:48.840Z Compiling bitflags v2.6.0
25282024-11-18T22:04:49.137Z Compiling usdt-impl v0.5.0
25292024-11-18T22:04:49.196Z Compiling syn v1.0.109
25302024-11-18T22:04:49.342Z Compiling hashbrown v0.15.0
25312024-11-18T22:04:49.358Z Compiling log v0.4.22
25322024-11-18T22:04:49.405Z Compiling fs-err v2.11.0
25332024-11-18T22:04:49.693Z Compiling anyhow v1.0.93
25342024-11-18T22:04:49.818Z Compiling once_cell v1.20.2
25352024-11-18T22:04:50.306Z Compiling thread-id v4.2.2
25362024-11-18T22:04:50.738Z Compiling indexmap v2.6.0
25372024-11-18T22:04:51.769Z Compiling terminal_size v0.4.0
25382024-11-18T22:04:51.769Z Compiling tempfile v3.13.0
25392024-11-18T22:04:52.036Z Compiling clap_builder v4.5.21
25402024-11-18T22:04:52.626Z Compiling proc-macro-error v1.0.4
25412024-11-18T22:04:54.070Z Compiling tabled_derive v0.7.0
25422024-11-18T22:04:55.403Z Compiling tabled v0.15.0
25432024-11-18T22:04:56.931Z Compiling serde_derive v1.0.215
25442024-11-18T22:04:57.493Z Compiling thiserror-impl v1.0.69
25452024-11-18T22:04:57.710Z Compiling zerocopy-derive v0.7.35
25462024-11-18T22:04:59.050Z Compiling scroll_derive v0.12.0
25472024-11-18T22:04:59.820Z Compiling zerocopy v0.7.35
25482024-11-18T22:05:00.486Z Compiling thiserror v1.0.69
25492024-11-18T22:05:00.777Z Compiling pest v2.7.14
25502024-11-18T22:05:00.780Z Compiling scroll v0.12.0
25512024-11-18T22:05:01.366Z Compiling goblin v0.8.2
25522024-11-18T22:05:03.682Z Compiling pest_meta v2.7.14
25532024-11-18T22:05:04.615Z Compiling clap_derive v4.5.18
25542024-11-18T22:05:05.527Z Compiling pest_generator v2.7.14
25552024-11-18T22:05:07.866Z Compiling pest_derive v2.7.14
25562024-11-18T22:05:08.699Z Compiling dtrace-parser v0.2.0
25572024-11-18T22:05:10.505Z Compiling clap v4.5.21
25582024-11-18T22:05:12.075Z Compiling serde_spanned v0.6.8
25592024-11-18T22:05:12.357Z Compiling toml_datetime v0.6.8
25602024-11-18T22:05:13.097Z Compiling toml_edit v0.22.22
25612024-11-18T22:05:15.517Z Compiling serde_tokenstream v0.2.2
25622024-11-18T22:05:15.546Z Compiling dof v0.3.0
25632024-11-18T22:05:16.659Z Compiling camino v1.1.9
25642024-11-18T22:05:17.859Z Compiling toml v0.8.19
25652024-11-18T22:05:18.528Z Compiling usdt-attr-macro v0.5.0
25662024-11-18T22:05:19.927Z Compiling usdt-macro v0.5.0
25672024-11-18T22:05:21.176Z Compiling semver v1.0.23
25682024-11-18T22:05:21.620Z Compiling cargo-platform v0.1.8
25692024-11-18T22:05:22.742Z Compiling cargo_metadata v0.18.1
25702024-11-18T22:05:22.762Z Compiling usdt v0.5.0
25712024-11-18T22:05:24.098Z Compiling cargo_toml v0.20.5
25722024-11-18T22:05:24.274Z Compiling camino-tempfile v1.1.1
25732024-11-18T22:05:24.766Z Compiling macaddr v1.0.1
25742024-11-18T22:05:34.719Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25752024-11-18T22:05:46.043Z Finished `release` profile [optimized] target(s) in 57.81s
25762024-11-18T22:05:46.171Z
25772024-11-18T22:05:46.173Zreal 57.970038908
25782024-11-18T22:05:46.173Zuser 5:47.678993275
25792024-11-18T22:05:46.176Zsys 31.846635378
25802024-11-18T22:05:46.176Ztrap 0.154604625
25812024-11-18T22:05:46.176Ztflt 0.319272847
25822024-11-18T22:05:46.176Zdflt 0.576561605
25832024-11-18T22:05:46.176Zkflt 0.000000000
25842024-11-18T22:05:46.176Zlock 11:02.784834903
25852024-11-18T22:05:46.176Zslp 16:29.193781586
25862024-11-18T22:05:46.176Zlat 13.971844571
25872024-11-18T22:05:46.176Zstop 16.102099389
25882024-11-18T22:05:46.176Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25892024-11-18T22:05:46.176Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25902024-11-18T22:05:46.176Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
25912024-11-18T22:05:46.176Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
25922024-11-18T22:05:46.176Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
25932024-11-18T22:05:47.043Z Compiling hashbrown v0.14.5
25942024-11-18T22:05:47.170Z Compiling unsafe-libyaml v0.2.11
25952024-11-18T22:05:47.182Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25962024-11-18T22:05:47.185Z Compiling progenitor-client v0.8.0
25972024-11-18T22:05:47.185Z Compiling ident_case v1.0.1
25982024-11-18T22:05:47.185Z Compiling ipnetwork v0.20.0
25992024-11-18T22:05:47.185Z Compiling instant v0.1.13
26002024-11-18T22:05:47.185Z Compiling structmeta-derive v0.3.0
26012024-11-18T22:05:47.330Z Compiling darling_core v0.20.10
26022024-11-18T22:05:47.381Z Compiling newtype-uuid v1.1.3
26032024-11-18T22:05:47.638Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26042024-11-18T22:05:47.692Z Compiling dropshot v0.13.0
26052024-11-18T22:05:48.072Z Compiling dropshot_endpoint v0.13.0
26062024-11-18T22:05:48.074Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26072024-11-18T22:05:48.074Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26082024-11-18T22:05:48.441Z Compiling regress v0.10.1
26092024-11-18T22:05:48.472Z Compiling serde_yaml v0.9.34+deprecated
26102024-11-18T22:05:48.491Z Compiling regress v0.9.1
26112024-11-18T22:05:48.879Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26122024-11-18T22:05:49.081Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26132024-11-18T22:05:49.100Z Compiling backoff v0.4.0
26142024-11-18T22:05:49.469Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26152024-11-18T22:05:49.657Z Compiling macaddr v1.0.1
26162024-11-18T22:05:49.873Z Compiling tempfile v3.13.0
26172024-11-18T22:05:50.115Z Compiling proc-macro-crate v1.3.1
26182024-11-18T22:05:50.257Z Compiling structmeta v0.3.0
26192024-11-18T22:05:50.746Z Compiling parse-display-derive v0.10.0
26202024-11-18T22:05:50.792Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26212024-11-18T22:05:51.213Z Compiling num_enum_derive v0.5.11
26222024-11-18T22:05:51.237Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26232024-11-18T22:05:51.559Z Compiling foreign-types-macros v0.2.3
26242024-11-18T22:05:52.836Z Compiling typify-impl v0.2.0
26252024-11-18T22:05:52.914Z Compiling heapless v0.8.0
26262024-11-18T22:05:53.528Z Compiling foreign-types-shared v0.3.1
26272024-11-18T22:05:53.661Z Compiling foreign-types v0.5.0
26282024-11-18T22:05:53.711Z Compiling proc-macro-error v1.0.4
26292024-11-18T22:05:53.906Z Compiling num_enum v0.5.11
26302024-11-18T22:05:53.992Z Compiling camino-tempfile v1.1.1
26312024-11-18T22:05:54.070Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26322024-11-18T22:05:54.164Z Compiling hash32 v0.3.1
26332024-11-18T22:05:54.432Z Compiling cstr-argument v0.1.2
26342024-11-18T22:05:54.451Z Compiling pretty-hex v0.2.1
26352024-11-18T22:05:54.472Z Compiling crucible-workspace-hack v0.1.0
26362024-11-18T22:05:54.490Z Compiling darling_macro v0.20.10
26372024-11-18T22:05:54.654Z Compiling smoltcp v0.11.0
26382024-11-18T22:05:54.688Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26392024-11-18T22:05:54.774Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26402024-11-18T22:05:54.942Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26412024-11-18T22:05:55.119Z Compiling tabwriter v1.4.0
26422024-11-18T22:05:55.402Z Compiling colored v2.1.0
26432024-11-18T22:05:55.421Z Compiling darling v0.20.10
26442024-11-18T22:05:55.440Z Compiling cobs v0.2.3
26452024-11-18T22:05:55.464Z Compiling parse-display v0.10.0
26462024-11-18T22:05:55.549Z Compiling serde_with_macros v3.11.0
26472024-11-18T22:05:55.662Z Compiling postcard v1.0.10
26482024-11-18T22:05:55.887Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26492024-11-18T22:05:56.202Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26502024-11-18T22:05:56.205Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26512024-11-18T22:05:56.309Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26522024-11-18T22:05:56.330Z Compiling smf v0.2.3
26532024-11-18T22:05:56.373Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26542024-11-18T22:05:56.740Z Compiling zone_cfg_derive v0.3.0
26552024-11-18T22:05:57.125Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26562024-11-18T22:05:57.641Z Compiling num-derive v0.4.2
26572024-11-18T22:05:57.920Z Compiling sigpipe v0.1.3
26582024-11-18T22:05:58.062Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26592024-11-18T22:05:58.358Z Compiling zone v0.3.0
26602024-11-18T22:05:58.415Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26612024-11-18T22:05:58.530Z Compiling serde_with v3.11.0
26622024-11-18T22:05:59.562Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26632024-11-18T22:06:00.030Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26642024-11-18T22:06:00.054Z Compiling universal-hash v0.5.1
26652024-11-18T22:06:00.155Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26662024-11-18T22:06:00.251Z Compiling opaque-debug v0.3.1
26672024-11-18T22:06:00.364Z Compiling num-rational v0.4.2
26682024-11-18T22:06:01.013Z Compiling password-hash v0.5.0
26692024-11-18T22:06:01.136Z Compiling blake2 v0.10.6
26702024-11-18T22:06:01.736Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26712024-11-18T22:06:02.130Z Compiling num-complex v0.4.6
26722024-11-18T22:06:02.165Z Compiling aead v0.5.2
26732024-11-18T22:06:02.183Z Compiling keccak v0.1.5
26742024-11-18T22:06:02.563Z Compiling convert_case v0.4.0
26752024-11-18T22:06:02.566Z Compiling sha3 v0.10.8
26762024-11-18T22:06:02.635Z Compiling argon2 v0.5.3
26772024-11-18T22:06:02.937Z Compiling poly1305 v0.8.0
26782024-11-18T22:06:03.217Z Compiling num v0.4.3
26792024-11-18T22:06:03.250Z Compiling tungstenite v0.21.0
26802024-11-18T22:06:03.344Z Compiling chacha20 v0.9.1
26812024-11-18T22:06:03.616Z Compiling derive_more v0.99.18
26822024-11-18T22:06:03.638Z Compiling float-ord v0.3.2
26832024-11-18T22:06:03.824Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26842024-11-18T22:06:03.845Z Compiling base64 v0.21.7
26852024-11-18T22:06:04.054Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26862024-11-18T22:06:04.515Z Compiling tokio-tungstenite v0.21.0
26872024-11-18T22:06:04.630Z Compiling same-file v1.0.6
26882024-11-18T22:06:04.696Z Compiling semver v0.1.20
26892024-11-18T22:06:04.971Z Compiling walkdir v2.5.0
26902024-11-18T22:06:05.120Z Compiling rustc_version v0.1.7
26912024-11-18T22:06:05.383Z Compiling newline-converter v0.3.0
26922024-11-18T22:06:05.407Z Compiling primeorder v0.13.6
26932024-11-18T22:06:05.529Z Compiling secrecy v0.8.0
26942024-11-18T22:06:05.551Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26952024-11-18T22:06:05.571Z Compiling owo-colors v4.1.0
26962024-11-18T22:06:05.660Z Compiling cancel-safe-futures v0.1.5
26972024-11-18T22:06:05.778Z Compiling newtype_derive v0.1.6
26982024-11-18T22:06:05.819Z Compiling expectorate v1.1.0
26992024-11-18T22:06:05.883Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27002024-11-18T22:06:05.919Z Compiling thiserror-impl-no-std v2.0.2
27012024-11-18T22:06:06.003Z Compiling blake3 v1.5.4
27022024-11-18T22:06:06.050Z Compiling ring v0.16.20
27032024-11-18T22:06:06.071Z Compiling half v2.4.1
27042024-11-18T22:06:06.222Z Compiling unicase v2.7.0
27052024-11-18T22:06:06.407Z Compiling ciborium-io v0.2.2
27062024-11-18T22:06:06.539Z Compiling arc-swap v1.7.1
27072024-11-18T22:06:06.563Z Compiling ciborium-ll v0.2.2
27082024-11-18T22:06:06.872Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27092024-11-18T22:06:07.041Z Compiling slog-scope v4.4.0
27102024-11-18T22:06:07.366Z Compiling polyval v0.6.2
27112024-11-18T22:06:07.599Z Compiling atomicwrites v0.4.4
27122024-11-18T22:06:07.823Z Compiling libsw v3.3.1
27132024-11-18T22:06:07.858Z Compiling memmap2 v0.9.5
27142024-11-18T22:06:08.029Z Compiling parking_lot_core v0.8.6
27152024-11-18T22:06:08.160Z Compiling arrayref v0.3.9
27162024-11-18T22:06:08.280Z Compiling libefi-sys v0.1.0
27172024-11-18T22:06:08.331Z Compiling linear-map v1.2.0
27182024-11-18T22:06:08.512Z Compiling constant_time_eq v0.3.1
27192024-11-18T22:06:08.577Z Compiling indent_write v2.2.0
27202024-11-18T22:06:08.695Z Compiling arrayvec v0.7.6
27212024-11-18T22:06:08.725Z Compiling spin v0.5.2
27222024-11-18T22:06:08.799Z Compiling salty v0.3.0
27232024-11-18T22:06:09.043Z Compiling ghash v0.5.1
27242024-11-18T22:06:09.108Z Compiling thiserror-no-std v2.0.2
27252024-11-18T22:06:09.234Z Compiling vsss-rs v3.3.4
27262024-11-18T22:06:09.306Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27272024-11-18T22:06:09.383Z Compiling slog-stdlog v4.1.1
27282024-11-18T22:06:09.649Z Compiling ciborium v0.2.2
27292024-11-18T22:06:10.430Z Compiling p384 v0.13.0
27302024-11-18T22:06:10.531Z Compiling toolchain_find v0.4.0
27312024-11-18T22:06:11.235Z Compiling chacha20poly1305 v0.10.1
27322024-11-18T22:06:11.262Z Compiling lzma-sys v0.1.20
27332024-11-18T22:06:11.417Z Compiling ctr v0.9.2
27342024-11-18T22:06:11.490Z Compiling itertools v0.13.0
27352024-11-18T22:06:11.687Z Compiling typify-macro v0.2.0
27362024-11-18T22:06:11.802Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27372024-11-18T22:06:11.937Z Compiling bitfield-struct v0.6.2
27382024-11-18T22:06:12.070Z Compiling slog-dtrace v0.3.0
27392024-11-18T22:06:12.255Z Compiling highway v1.2.0
27402024-11-18T22:06:12.389Z Compiling topological-sort v0.2.2
27412024-11-18T22:06:12.640Z Compiling omicron-zone-package v0.11.1
27422024-11-18T22:06:13.334Z Compiling aes-gcm v0.10.3
27432024-11-18T22:06:13.361Z Compiling rustfmt-wrapper v0.2.1
27442024-11-18T22:06:13.466Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27452024-11-18T22:06:13.536Z Compiling mime_guess v2.0.5
27462024-11-18T22:06:13.643Z Compiling slog-envlogger v2.2.0
27472024-11-18T22:06:13.891Z Compiling steno v0.4.1
27482024-11-18T22:06:14.924Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27492024-11-18T22:06:14.946Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27502024-11-18T22:06:14.965Z Compiling heck v0.3.3
27512024-11-18T22:06:14.982Z Compiling ssh-encoding v0.2.0
27522024-11-18T22:06:14.984Z Compiling blowfish v0.9.1
27532024-11-18T22:06:15.414Z Compiling nibble_vec v0.1.0
27542024-11-18T22:06:15.434Z Compiling env_filter v0.1.2
27552024-11-18T22:06:15.569Z Compiling humantime v2.1.0
27562024-11-18T22:06:15.628Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27572024-11-18T22:06:15.647Z Compiling endian-type v0.1.2
27582024-11-18T22:06:15.882Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27592024-11-18T22:06:15.925Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27602024-11-18T22:06:16.062Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27612024-11-18T22:06:16.111Z Compiling radix_trie v0.2.1
27622024-11-18T22:06:16.130Z Compiling env_logger v0.11.5
27632024-11-18T22:06:16.149Z Compiling typify v0.2.0
27642024-11-18T22:06:16.186Z Compiling zone_cfg_derive v0.1.2
27652024-11-18T22:06:16.215Z Compiling ssh-cipher v0.2.0
27662024-11-18T22:06:16.302Z Compiling progenitor-impl v0.8.0
27672024-11-18T22:06:16.888Z Compiling bcrypt-pbkdf v0.10.0
27682024-11-18T22:06:17.152Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27692024-11-18T22:06:17.392Z Compiling parking_lot v0.11.2
27702024-11-18T22:06:17.558Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27712024-11-18T22:06:17.792Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27722024-11-18T22:06:18.005Z Compiling password-hash v0.4.2
27732024-11-18T22:06:18.231Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
27742024-11-18T22:06:18.393Z Compiling gethostname v0.5.0
27752024-11-18T22:06:18.413Z Compiling fxhash v0.2.1
27762024-11-18T22:06:18.523Z Compiling matches v0.1.10
27772024-11-18T22:06:18.617Z Compiling base64 v0.13.1
27782024-11-18T22:06:18.637Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27792024-11-18T22:06:18.640Z Compiling idna v0.2.3
27802024-11-18T22:06:18.888Z Compiling sled v0.34.7
27812024-11-18T22:06:18.929Z Compiling pbkdf2 v0.11.0
27822024-11-18T22:06:18.975Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27832024-11-18T22:06:19.174Z Compiling ron v0.7.1
27842024-11-18T22:06:19.257Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27852024-11-18T22:06:19.288Z Compiling zone v0.1.8
27862024-11-18T22:06:20.104Z Compiling xz2 v0.1.7
27872024-11-18T22:06:20.176Z Compiling ssh-key v0.6.6
27882024-11-18T22:06:20.519Z Compiling hickory-client v0.24.1
27892024-11-18T22:06:21.616Z Compiling p521 v0.13.3
27902024-11-18T22:06:21.737Z Compiling p256 v0.13.2
27912024-11-18T22:06:21.884Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27922024-11-18T22:06:22.113Z Compiling hickory-server v0.24.1
27932024-11-18T22:06:22.637Z Compiling enum-as-inner v0.5.1
27942024-11-18T22:06:23.130Z Compiling pem v3.0.4
27952024-11-18T22:06:23.711Z Compiling yasna v0.5.2
27962024-11-18T22:06:23.974Z Compiling headers-core v0.3.0
27972024-11-18T22:06:24.123Z Compiling kstat-rs v0.2.4
27982024-11-18T22:06:24.151Z Compiling nanorand v0.7.0
27992024-11-18T22:06:24.750Z Compiling russh-cryptovec v0.7.3
28002024-11-18T22:06:24.811Z Compiling atty v0.2.14
28012024-11-18T22:06:24.857Z Compiling progenitor-macro v0.8.0
28022024-11-18T22:06:24.963Z Compiling md5 v0.7.0
28032024-11-18T22:06:25.086Z Compiling http-range v0.1.5
28042024-11-18T22:06:25.105Z Compiling rcgen v0.12.1
28052024-11-18T22:06:25.379Z Compiling hyper-staticfile v0.10.1
28062024-11-18T22:06:25.453Z Compiling russh-keys v0.45.0
28072024-11-18T22:06:25.476Z Compiling flume v0.11.1
28082024-11-18T22:06:25.496Z Compiling headers v0.4.0
28092024-11-18T22:06:26.217Z Compiling trust-dns-proto v0.22.0
28102024-11-18T22:06:26.581Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28112024-11-18T22:06:27.617Z Compiling num-bigint v0.4.6
28122024-11-18T22:06:27.650Z Compiling des v0.8.1
28132024-11-18T22:06:28.019Z Compiling subprocess v0.2.9
28142024-11-18T22:06:29.541Z Compiling hex-literal v0.4.1
28152024-11-18T22:06:29.709Z Compiling dhcproto-macros v0.1.0
28162024-11-18T22:06:29.909Z Compiling display-error-chain v0.2.2
28172024-11-18T22:06:30.088Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28182024-11-18T22:06:30.139Z Compiling internet-checksum v0.2.1
28192024-11-18T22:06:30.808Z Compiling dhcproto v0.12.0
28202024-11-18T22:06:30.854Z Compiling russh v0.45.0
28212024-11-18T22:06:36.067Z Compiling progenitor v0.8.0
28222024-11-18T22:06:36.216Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28232024-11-18T22:06:36.219Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28242024-11-18T22:06:36.219Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28252024-11-18T22:06:36.219Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28262024-11-18T22:06:36.219Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28272024-11-18T22:06:36.269Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28282024-11-18T22:06:36.317Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28292024-11-18T22:06:36.382Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28302024-11-18T22:06:37.133Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28312024-11-18T22:06:37.760Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28322024-11-18T22:06:42.256Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28332024-11-18T22:06:42.944Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28342024-11-18T22:06:52.211Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28352024-11-18T22:06:52.214Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28362024-11-18T22:06:52.214Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28372024-11-18T22:06:52.214Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28382024-11-18T22:06:55.480Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28392024-11-18T22:06:55.738Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28402024-11-18T22:06:56.537Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28412024-11-18T22:06:56.818Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28422024-11-18T22:06:57.136Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28432024-11-18T22:07:00.333Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28442024-11-18T22:07:01.096Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28452024-11-18T22:07:01.133Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28462024-11-18T22:07:01.953Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28472024-11-18T22:07:02.888Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28482024-11-18T22:07:02.954Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28492024-11-18T22:07:03.691Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28502024-11-18T22:07:03.712Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28512024-11-18T22:07:04.622Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28522024-11-18T22:07:05.202Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28532024-11-18T22:07:08.134Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28542024-11-18T22:07:08.615Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28552024-11-18T22:07:08.642Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562024-11-18T22:07:09.652Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28572024-11-18T22:07:10.897Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28582024-11-18T22:07:14.148Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28592024-11-18T22:07:15.715Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28602024-11-18T22:07:16.667Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28612024-11-18T22:07:16.992Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28622024-11-18T22:07:20.330Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28632024-11-18T22:07:29.521Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28642024-11-18T22:07:30.942Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28652024-11-18T22:07:49.010Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28662024-11-18T22:08:20.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
28672024-11-18T22:08:20.897Z
28682024-11-18T22:08:20.897Zreal 2:34.680325282
28692024-11-18T22:08:20.899Zuser 12:07.608357027
28702024-11-18T22:08:20.899Zsys 2:35.936021489
28712024-11-18T22:08:20.899Ztrap 0.327005039
28722024-11-18T22:08:20.899Ztflt 0.680508362
28732024-11-18T22:08:20.899Zdflt 2.290702855
28742024-11-18T22:08:20.899Zkflt 0.000021779
28752024-11-18T22:08:20.899Zlock 25:04.933439975
28762024-11-18T22:08:20.899Zslp 43:17.482609040
28772024-11-18T22:08:20.899Zlat 34.216188968
28782024-11-18T22:08:20.899Zstop 1:21.932526757
28792024-11-18T22:08:20.899Z+ mkdir tests
28802024-11-18T22:08:20.902Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28812024-11-18T22:08:20.902Z+ xargs -I '{}' -t cp '{}' tests/
28822024-11-18T22:08:20.942Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f25fc174fad7a7b4 tests/
28832024-11-18T22:08:20.968Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-246df57fa2cbf807 tests/
28842024-11-18T22:08:20.995Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-47185152e52e4d85 tests/
28852024-11-18T22:08:21.023Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-113dd4db321a5b88 tests/
28862024-11-18T22:08:21.246Z+ 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/*)
28872024-11-18T22:08:21.248Z+ 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-246df57fa2cbf807 tests/commtest-47185152e52e4d85 tests/dhcp_server-f25fc174fad7a7b4 tests/end_to_end_tests-113dd4db321a5b88 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
28882024-11-18T22:09:30.139ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
28892024-11-18T22:09:30.140Za .github/buildomat/ci-env.sh 1K
28902024-11-18T22:09:30.140Za out/target/test 1K
28912024-11-18T22:09:30.140Za out/npuzone/npuzone 23144K
28922024-11-18T22:09:30.140Za package-manifest.toml 32K
28932024-11-18T22:09:30.140Za smf/sled-agent/non-gimlet/config.toml 4K
28942024-11-18T22:09:30.140Za target/release/omicron-package 36276K
28952024-11-18T22:09:30.140Za target/release/xtask 11750K
28962024-11-18T22:09:30.140Za target/debug/bootstrap 209775K
28972024-11-18T22:09:30.140Za tests/bootstrap-246df57fa2cbf807 24246K
28982024-11-18T22:09:30.140Za tests/commtest-47185152e52e4d85 25022K
28992024-11-18T22:09:30.140Za tests/dhcp_server-f25fc174fad7a7b4 24246K
29002024-11-18T22:09:30.140Za tests/end_to_end_tests-113dd4db321a5b88 227882K
29012024-11-18T22:09:30.140Za out/clickhouse.tar.gz 250294K
29022024-11-18T22:09:30.140Za out/clickhouse_keeper.tar.gz 250281K
29032024-11-18T22:09:30.142Za out/clickhouse_server.tar.gz 250280K
29042024-11-18T22:09:30.142Za out/cockroachdb.tar.gz 134539K
29052024-11-18T22:09:30.142Za out/crucible-dtrace.tar 83K
29062024-11-18T22:09:30.142Za out/crucible-pantry-zone.tar.gz 28154K
29072024-11-18T22:09:30.142Za out/crucible-zone.tar.gz 36365K
29082024-11-18T22:09:30.142Za out/external-dns.tar.gz 35250K
29092024-11-18T22:09:30.142Za out/internal-dns.tar.gz 35250K
29102024-11-18T22:09:30.142Za out/mg-ddm-gz.tar 62661K
29112024-11-18T22:09:30.142Za out/nexus.tar.gz 100407K
29122024-11-18T22:09:30.142Za out/ntp.tar.gz 10342K
29132024-11-18T22:09:30.142Za out/omicron-gateway-softnpu.tar.gz 23859K
29142024-11-18T22:09:30.142Za out/omicron-sled-agent.tar 112547K
29152024-11-18T22:09:30.142Za out/overlay.tar.gz 3K
29162024-11-18T22:09:30.144Za out/oximeter.tar.gz 51615K
29172024-11-18T22:09:30.144Za out/oxlog.tar 3088K
29182024-11-18T22:09:30.144Za out/probe.tar.gz 2764K
29192024-11-18T22:09:30.144Za out/propolis-server.tar.gz 66584K
29202024-11-18T22:09:30.144Za out/pumpkind-gz.tar 26665K
29212024-11-18T22:09:30.144Za out/switch-softnpu.tar.gz 237139K
29222024-11-18T22:09:30.147Z
29232024-11-18T22:09:30.147Zreal 1:08.889062201
29242024-11-18T22:09:30.147Zuser 1:05.750108907
29252024-11-18T22:09:30.147Zsys 4.420625256
29262024-11-18T22:09:30.147Ztrap 0.017134652
29272024-11-18T22:09:30.148Ztflt 0.000000000
29282024-11-18T22:09:30.148Zdflt 0.000000000
29292024-11-18T22:09:30.148Zkflt 0.000000000
29302024-11-18T22:09:30.148Zlock 0.000000000
29312024-11-18T22:09:30.148Zslp 1:05.590578172
29322024-11-18T22:09:30.148Zlat 1.994282082
29332024-11-18T22:09:30.148Zstop 0.000554725
29342024-11-18T22:09:30.148Zprocess exited: duration 1991852 ms, exit code 0
 
29352024-11-18T22:09:30.161Zfound 1 output files
29362024-11-18T22:09:30.161Zuploading: /work/package.tar.gz (1769152584 bytes)
29372024-11-18T22:10:05.608Zuploaded: /work/package.tar.gz