01JFK3AJ4TD50V16MFF02581X9: 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: 01JFK3BA80BCCH97C4225GXZAB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T22:45:22.062Zjob assigned to worker 01JFK3X23S4173SKM946SV62K3 [factory aws, i-0c42e52061514fbd8] (queued for 10 m 25 s)
 
22024-12-20T22:45:30.097Zstarting task 0: "setup"
32024-12-20T22:45:30.106Z++ uname -s
42024-12-20T22:45:30.109Z+ kern=SunOS
52024-12-20T22:45:30.109Z+ case "$kern" in
62024-12-20T22:45:30.109Z+ groupadd -g 12345 build
72024-12-20T22:45:30.114Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T22:45:32.120Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T22:45:32.228Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T22:45:32.231Z+ home_fs=zfs
112024-12-20T22:45:32.231Z+ [[ zfs == autofs ]]
122024-12-20T22:45:32.231Z+ mkdir -p /home/build
132024-12-20T22:45:32.248Z+ chown build:build /home/build /work
142024-12-20T22:45:34.235Z+ chmod 0700 /home/build /work
152024-12-20T22:45:34.238Zprocess exited: duration 4143 ms, exit code 0
 
162024-12-20T22:45:34.245Zstarting task 1: "rust-toolchain"
172024-12-20T22:45:34.250Z+ printf ' * toolchain channel = "%s"
182024-12-20T22:45:34.250Z' 1.81.0
192024-12-20T22:45:34.250Z * toolchain channel = "1.81.0"
202024-12-20T22:45:34.250Z+ printf ' * toolchain profile = "%s"
212024-12-20T22:45:34.250Z * toolchain profile = "default"
222024-12-20T22:45:34.250Z' default
232024-12-20T22:45:34.252Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T22:45:34.252Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T22:45:34.376Zinfo: downloading installer
262024-12-20T22:45:35.688Zinfo: profile set to 'default'
272024-12-20T22:45:35.688Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T22:45:35.694Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T22:45:35.826Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T22:45:35.826Zinfo: downloading component 'cargo'
312024-12-20T22:45:36.549Zinfo: downloading component 'clippy'
322024-12-20T22:45:36.817Zinfo: downloading component 'rust-docs'
332024-12-20T22:45:37.824Zinfo: downloading component 'rust-std'
342024-12-20T22:45:39.374Zinfo: downloading component 'rustc'
352024-12-20T22:45:45.116Zinfo: downloading component 'rustfmt'
362024-12-20T22:45:45.327Zinfo: installing component 'cargo'
372024-12-20T22:45:46.143Zinfo: installing component 'clippy'
382024-12-20T22:45:46.517Zinfo: installing component 'rust-docs'
392024-12-20T22:45:48.113Zinfo: installing component 'rust-std'
402024-12-20T22:45:49.886Zinfo: installing component 'rustc'
412024-12-20T22:45:55.654Zinfo: installing component 'rustfmt'
422024-12-20T22:45:55.993Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T22:45:55.993Z
442024-12-20T22:45:56.372Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T22:45:56.372Z
462024-12-20T22:45:56.375Z
472024-12-20T22:45:56.375ZRust is installed now. Great!
482024-12-20T22:45:56.375Z
492024-12-20T22:45:56.375ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T22:45:56.375Zenvironment variable. This has not been done automatically.
512024-12-20T22:45:56.375Z
522024-12-20T22:45:56.376ZTo configure your current shell, you need to source
532024-12-20T22:45:56.376Zthe corresponding env file under $HOME/.cargo.
542024-12-20T22:45:56.376Z
552024-12-20T22:45:56.376ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T22:45:56.376Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T22:45:56.376Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T22:45:56.448Z+ rustc --version
592024-12-20T22:45:56.515Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T22:45:56.518Zprocess exited: duration 22269 ms, exit code 0
 
612024-12-20T22:45:56.523Zstarting task 2: "authentication"
622024-12-20T22:45:56.544Zprocess exited: duration 21 ms, exit code 0
 
632024-12-20T22:45:56.549Zstarting task 3: "clone repository"
642024-12-20T22:45:56.554Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T22:45:56.556Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T22:45:56.594ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T22:46:03.725Z+ cd /work/oxidecomputer/omicron
682024-12-20T22:46:03.725Z+ git fetch origin 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5
692024-12-20T22:46:04.118ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T22:46:04.118Z * branch 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 -> FETCH_HEAD
712024-12-20T22:46:04.128Z+ [[ -n diffus ]]
722024-12-20T22:46:04.130Z++ git branch --show-current
732024-12-20T22:46:04.134Z+ current=main
742024-12-20T22:46:04.134Z+ [[ main != diffus ]]
752024-12-20T22:46:04.134Z+ git branch -f diffus 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5
762024-12-20T22:46:04.137Z+ git checkout -f diffus
772024-12-20T22:46:04.310ZSwitched to branch 'diffus'
782024-12-20T22:46:04.313Z+ git reset --hard 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5
792024-12-20T22:46:04.330ZHEAD is now at 3aafc3f05 Merge branch 'main' into diffus
802024-12-20T22:46:04.332Zprocess exited: duration 7780 ms, exit code 0
 
812024-12-20T22:46:04.338Zstarting task 4: "build"
822024-12-20T22:46:04.343Z+ source .github/buildomat/ci-env.sh
832024-12-20T22:46:04.343Z++ export CARGO_TERM_COLOR=always
842024-12-20T22:46:04.343Z++ CARGO_TERM_COLOR=always
852024-12-20T22:46:04.347Z+ cargo --version
862024-12-20T22:46:04.401Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T22:46:04.403Z+ rustc --version
882024-12-20T22:46:04.463Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T22:46:04.467Z+ WORK=/work
902024-12-20T22:46:04.467Z+ pfexec mkdir -p /work
912024-12-20T22:46:04.470Z+ pfexec chown build /work
922024-12-20T22:46:04.473Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-12-20T22:46:11.181Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-12-20T22:46:15.073Z Startup: Caching catalogs ... Done
952024-12-20T22:46:25.677ZPlanning: Solver setup ... Done (9.616s)
962024-12-20T22:46:25.812ZPlanning: Running solver ... Done (0.134s)
972024-12-20T22:46:25.919ZPlanning: Finding local manifests ... Done (0.004s)
982024-12-20T22:46:25.931ZPlanning: Fetching manifests: 0/5 0% complete
992024-12-20T22:46:26.560ZPlanning: Fetching manifests: 5/5 100% complete
1002024-12-20T22:46:26.662ZPlanning: Package planning ... Done (0.100s)
1012024-12-20T22:46:26.715ZPlanning: Merging actions ... Done (0.055s)
1022024-12-20T22:46:27.081ZPlanning: Checking for conflicting actions ... Done (0.367s)
1032024-12-20T22:46:29.230ZPlanning: Consolidating action changes ... Done (2.147s)
1042024-12-20T22:46:29.686ZPlanning: Evaluating mediators ... Done (0.456s)
1052024-12-20T22:46:29.767ZPlanning: Planning completed in 14.60 seconds
1062024-12-20T22:46:29.786Z Packages to install: 4
1072024-12-20T22:46:29.786Z Packages to update: 1
1082024-12-20T22:46:29.790Z Mediators to change: 2
1092024-12-20T22:46:29.790Z Services to change: 1
1102024-12-20T22:46:29.790Z Estimated space available: 155.64 GB
1112024-12-20T22:46:29.790ZEstimated space to be consumed: 1.62 GB
1122024-12-20T22:46:29.790Z Create boot environment: No
1132024-12-20T22:46:29.790ZCreate backup boot environment: Yes
1142024-12-20T22:46:29.790Z Rebuild boot archive: No
1152024-12-20T22:46:29.790Z
1162024-12-20T22:46:29.790ZChanged mediators:
1172024-12-20T22:46:29.790Z mediator clang:
1182024-12-20T22:46:29.790Z version: None -> 15 (system default)
1192024-12-20T22:46:29.790Z
1202024-12-20T22:46:29.790Z mediator llvm:
1212024-12-20T22:46:29.790Z version: 14 (system default) -> 15 (system default)
1222024-12-20T22:46:29.790Z
1232024-12-20T22:46:29.790ZChanged packages:
1242024-12-20T22:46:29.790Zhelios-dev
1252024-12-20T22:46:29.790Z developer/build-essential
1262024-12-20T22:46:29.790Z None -> 11-2.0
1272024-12-20T22:46:29.791Z library/libxmlsec1
1282024-12-20T22:46:29.791Z None -> 1.2.35-2.0
1292024-12-20T22:46:29.791Z ooce/developer/clang-15
1302024-12-20T22:46:29.791Z None -> 15.0.7-2.0
1312024-12-20T22:46:29.791Z ooce/developer/llvm-15
1322024-12-20T22:46:29.791Z None -> 15.0.7-2.0
1332024-12-20T22:46:29.791Z package/pkg
1342024-12-20T22:46:29.791Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-12-20T22:46:29.791Z
1362024-12-20T22:46:29.791ZServices:
1372024-12-20T22:46:29.791Z restart_fmri:
1382024-12-20T22:46:29.791Z svc:/system/update-man-index:default
1392024-12-20T22:46:29.791Z
1402024-12-20T22:46:29.791ZEditable files to change:
1412024-12-20T22:46:29.791Z Update:
1422024-12-20T22:46:29.791Z usr/share/lib/pkg/web/config.shtml
1432024-12-20T22:46:29.865Z
1442024-12-20T22:46:29.865ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-12-20T22:46:34.869ZDownload: 1445/4281 items 111.0/220.6MB 50% complete (22.5M/s)
1462024-12-20T22:46:39.870ZDownload: 3124/4281 items 143.9/220.6MB 65% complete (14.3M/s)
1472024-12-20T22:46:44.756ZDownload: Completed 220.60 MB in 14.89 seconds (14.8M/s)
1482024-12-20T22:46:46.874Z Actions: 1/5063 actions (Removing old actions)
1492024-12-20T22:46:46.897Z Actions: 194/5063 actions (Installing new actions)
1502024-12-20T22:46:51.538Z Actions: 4226/5063 actions (Updating modified actions)
1512024-12-20T22:46:51.858Z Actions: Completed 5063 actions in 4.98 seconds.
1522024-12-20T22:46:52.278Z Done (0.413s)
1532024-12-20T22:46:52.280Z Done (0.000s)
1542024-12-20T22:46:52.863Z Done (0.584s)
1552024-12-20T22:46:57.261Z Done (4.166s)
1562024-12-20T22:46:57.353Z Done (0.019s)
1572024-12-20T22:46:57.356Z Done (0.000s)
1582024-12-20T22:46:57.512Z Done (0.000s)
1592024-12-20T22:46:58.190ZPlanning: Evaluating mediator changes ... Done
1602024-12-20T22:46:58.351ZPlanning: Checking for conflicting actions ... Done
1612024-12-20T22:46:58.353ZPlanning: Consolidating action changes ... Done
1622024-12-20T22:46:58.618ZPlanning: Evaluating mediators ... Done
1632024-12-20T22:46:58.620ZPlanning: Planning completed in 0.43 seconds
1642024-12-20T22:46:58.658Z Mediators to change: 2
1652024-12-20T22:46:58.658Z Create boot environment: No
1662024-12-20T22:46:58.660ZCreate backup boot environment: No
1672024-12-20T22:46:58.735Z Done
1682024-12-20T22:46:58.735Z Done
1692024-12-20T22:46:59.105Z Done
1702024-12-20T22:47:03.270Z Done
1712024-12-20T22:47:03.295Z Done
1722024-12-20T22:47:03.295Z Done
1732024-12-20T22:47:03.295Z Done
1742024-12-20T22:47:03.605ZPlanning: Evaluating mediator changes ... Done
1752024-12-20T22:47:03.607ZPlanning: Merging actions ... Done
1762024-12-20T22:47:03.794ZPlanning: Checking for conflicting actions ... Done
1772024-12-20T22:47:03.797ZPlanning: Consolidating action changes ... Done
1782024-12-20T22:47:04.058ZPlanning: Evaluating mediators ... Done
1792024-12-20T22:47:04.112ZPlanning: Planning completed in 0.75 seconds
1802024-12-20T22:47:04.153Z Packages to change: 1
1812024-12-20T22:47:04.153Z Mediators to change: 1
1822024-12-20T22:47:04.155Z Services to change: 1
1832024-12-20T22:47:04.155Z Create boot environment: No
1842024-12-20T22:47:04.155ZCreate backup boot environment: Yes
1852024-12-20T22:47:06.409Z Actions: 1/6 actions (Updating modified actions)
1862024-12-20T22:47:06.413Z Actions: Completed 6 actions in 0.00 seconds.
1872024-12-20T22:47:06.413Z Done
1882024-12-20T22:47:06.413Z Done
1892024-12-20T22:47:06.528Z Done
1902024-12-20T22:47:10.157Z Done
1912024-12-20T22:47:10.250Z Done
1922024-12-20T22:47:10.253Z Done
1932024-12-20T22:47:10.389Z Done
1942024-12-20T22:47:10.821ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952024-12-20T22:47:10.821Zclang system 15 system
1962024-12-20T22:47:10.821Zcsh system system illumos
1972024-12-20T22:47:10.821Zctags system system illumos
1982024-12-20T22:47:10.821Zgcc vendor 12 vendor
1992024-12-20T22:47:10.821Zgcc system 10 system
2002024-12-20T22:47:10.821Zgcc system 7 system
2012024-12-20T22:47:10.821Zgo system 1.20 system
2022024-12-20T22:47:10.821Zgo system 1.19 system
2032024-12-20T22:47:10.821Zllvm system 15 system
2042024-12-20T22:47:10.821Zllvm system 14 system
2052024-12-20T22:47:10.821Zmariadb system 10.6 system
2062024-12-20T22:47:10.821Zmta vendor vendor dma
2072024-12-20T22:47:10.821Zopenjdk system 17 system
2082024-12-20T22:47:10.821Zopenjdk system 11 system
2092024-12-20T22:47:10.821Zopenjdk system 1.8 system
2102024-12-20T22:47:10.821Zopenssl vendor 3 vendor
2112024-12-20T22:47:10.821Zperl system 5.36 system
2122024-12-20T22:47:10.821Zpostgresql system 15 system
2132024-12-20T22:47:10.821Zpostgresql system 13 system
2142024-12-20T22:47:10.821Zpython vendor 3 vendor
2152024-12-20T22:47:10.821Zpython system 2 system
2162024-12-20T22:47:10.821Zpython3 system 3.11 system
2172024-12-20T22:47:10.821Zruby system 3.0 system
2182024-12-20T22:47:10.821Zwords vendor vendor american-english
2192024-12-20T22:47:10.821Zwords system system australian-english
2202024-12-20T22:47:10.821Zwords system system british-english
2212024-12-20T22:47:10.821Zwords system system canadian-english
2222024-12-20T22:47:10.821Zwords system system french
2232024-12-20T22:47:10.821Zwords system system italian
2242024-12-20T22:47:10.821Zwords system system ngerman
2252024-12-20T22:47:10.821Zwords system system ogerman
2262024-12-20T22:47:10.821Zwords system system spanish
2272024-12-20T22:47:11.147ZPUBLISHER TYPE STATUS P LOCATION
2282024-12-20T22:47:11.147Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2292024-12-20T22:47:13.920ZFMRI IFO
2302024-12-20T22:47:13.921Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2312024-12-20T22:47:13.921Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2322024-12-20T22:47:13.921Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2332024-12-20T22:47:13.921Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2342024-12-20T22:47:13.921Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2352024-12-20T22:47:13.921Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2362024-12-20T22:47:13.921Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2372024-12-20T22:47:13.921Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2382024-12-20T22:47:13.921Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2392024-12-20T22:47:13.921Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2402024-12-20T22:47:13.921Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2412024-12-20T22:47:13.921Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2422024-12-20T22:47:13.921Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2432024-12-20T22:47:13.921Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2442024-12-20T22:47:13.921Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2452024-12-20T22:47:14.698Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2462024-12-20T22:47:15.011Z Updating crates.io index
2472024-12-20T22:47:15.015Z Updating git repository `https://github.com/oxidecomputer/diffus`
2482024-12-20T22:47:15.347Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492024-12-20T22:47:15.826Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2502024-12-20T22:47:16.157Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2512024-12-20T22:47:16.400Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2522024-12-20T22:47:16.703Z Updating git repository `https://github.com/oxidecomputer/propolis`
2532024-12-20T22:47:17.546Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542024-12-20T22:47:19.143Z Updating git repository `https://github.com/oxidecomputer/opte`
2552024-12-20T22:47:19.727Z Updating git repository `https://github.com/oxidecomputer/falcon`
2562024-12-20T22:47:20.419Z Updating git repository `https://github.com/oxidecomputer/clickward`
2572024-12-20T22:47:20.685Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582024-12-20T22:47:20.984Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2592024-12-20T22:47:21.538Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2602024-12-20T22:47:21.930Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612024-12-20T22:47:22.257Z Updating git repository `https://github.com/oxidecomputer/tofino`
2622024-12-20T22:47:22.520Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2632024-12-20T22:47:22.759Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2642024-12-20T22:47:23.033Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2652024-12-20T22:47:23.336Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662024-12-20T22:47:23.595Z Updating git repository `https://github.com/oxidecomputer/ispf`
2672024-12-20T22:47:23.936Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2682024-12-20T22:47:24.356Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2692024-12-20T22:47:24.822Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2702024-12-20T22:47:25.217Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712024-12-20T22:47:25.585Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722024-12-20T22:47:25.988Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2732024-12-20T22:47:26.309Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742024-12-20T22:47:26.549Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752024-12-20T22:47:26.872Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762024-12-20T22:47:28.289Z Downloading crates ...
2772024-12-20T22:47:28.352Z Downloaded clap v4.5.21
2782024-12-20T22:47:28.362Z Downloaded clap_builder v4.5.21
2792024-12-20T22:47:28.369Z Downloaded dtrace-parser v0.2.0
2802024-12-20T22:47:28.372Z Downloaded cfg-if v1.0.0
2812024-12-20T22:47:28.372Z Downloaded byteorder v1.5.0
2822024-12-20T22:47:28.374Z Downloaded cpufeatures v0.2.14
2832024-12-20T22:47:28.374Z Downloaded clap_lex v0.7.2
2842024-12-20T22:47:28.377Z Downloaded cargo_metadata v0.18.1
2852024-12-20T22:47:28.377Z Downloaded crypto-common v0.1.6
2862024-12-20T22:47:28.381Z Downloaded errno v0.3.9
2872024-12-20T22:47:28.381Z Downloaded equivalent v1.0.1
2882024-12-20T22:47:28.381Z Downloaded cargo-platform v0.1.8
2892024-12-20T22:47:28.383Z Downloaded fastrand v2.1.1
2902024-12-20T22:47:28.383Z Downloaded fnv v1.0.7
2912024-12-20T22:47:28.383Z Downloaded camino v1.1.9
2922024-12-20T22:47:28.385Z Downloaded digest v0.10.7
2932024-12-20T22:47:28.388Z Downloaded anyhow v1.0.93
2942024-12-20T22:47:28.391Z Downloaded bitflags v2.6.0
2952024-12-20T22:47:28.394Z Downloaded proc-macro-error-attr v1.0.4
2962024-12-20T22:47:28.397Z Downloaded block-buffer v0.10.4
2972024-12-20T22:47:28.397Z Downloaded itoa v1.0.11
2982024-12-20T22:47:28.399Z Downloaded heck v0.5.0
2992024-12-20T22:47:28.399Z Downloaded generic-array v0.14.7
3002024-12-20T22:47:28.402Z Downloaded serde_spanned v0.6.8
3012024-12-20T22:47:28.402Z Downloaded once_cell v1.20.2
3022024-12-20T22:47:28.410Z Downloaded is_terminal_polyfill v1.70.1
3032024-12-20T22:47:28.410Z Downloaded indexmap v2.6.0
3042024-12-20T22:47:28.416Z Downloaded sha2 v0.10.8
3052024-12-20T22:47:28.416Z Downloaded toml_datetime v0.6.8
3062024-12-20T22:47:28.416Z Downloaded thiserror v1.0.69
3072024-12-20T22:47:28.418Z Downloaded tempfile v3.13.0
3082024-12-20T22:47:28.420Z Downloaded terminal_size v0.4.0
3092024-12-20T22:47:28.422Z Downloaded semver v1.0.23
3102024-12-20T22:47:28.425Z Downloaded proc-macro-error v1.0.4
3112024-12-20T22:47:28.427Z Downloaded serde_derive v1.0.215
3122024-12-20T22:47:28.429Z Downloaded typenum v1.17.0
3132024-12-20T22:47:28.433Z Downloaded toml v0.8.19
3142024-12-20T22:47:28.435Z Downloaded thiserror-impl v1.0.69
3152024-12-20T22:47:28.438Z Downloaded strsim v0.11.1
3162024-12-20T22:47:28.438Z Downloaded textwrap v0.16.1
3172024-12-20T22:47:28.440Z Downloaded unicode-ident v1.0.13
3182024-12-20T22:47:28.442Z Downloaded log v0.4.22
3192024-12-20T22:47:28.445Z Downloaded proc-macro2 v1.0.89
3202024-12-20T22:47:28.448Z Downloaded hashbrown v0.15.1
3212024-12-20T22:47:28.452Z Downloaded ucd-trie v0.1.7
3222024-12-20T22:47:28.454Z Downloaded colorchoice v1.0.2
3232024-12-20T22:47:28.456Z Downloaded clap_derive v4.5.18
3242024-12-20T22:47:28.459Z Downloaded toml_edit v0.22.22
3252024-12-20T22:47:28.479Z Downloaded serde_json v1.0.133
3262024-12-20T22:47:28.484Z Downloaded anstream v0.6.15
3272024-12-20T22:47:28.486Z Downloaded dof v0.3.0
3282024-12-20T22:47:28.488Z Downloaded autocfg v1.4.0
3292024-12-20T22:47:28.491Z Downloaded syn v1.0.109
3302024-12-20T22:47:28.499Z Downloaded anstyle-query v1.1.1
3312024-12-20T22:47:28.501Z Downloaded anstyle v1.0.10
3322024-12-20T22:47:28.513Z Downloaded rustix v0.38.37
3332024-12-20T22:47:28.559Z Downloaded unicode-linebreak v0.1.5
3342024-12-20T22:47:28.561Z Downloaded anstyle-parse v0.2.5
3352024-12-20T22:47:28.578Z Downloaded unicode-width v0.1.14
3362024-12-20T22:47:28.583Z Downloaded memchr v2.7.4
3372024-12-20T22:47:28.588Z Downloaded serde_tokenstream v0.2.2
3382024-12-20T22:47:28.591Z Downloaded ryu v1.0.18
3392024-12-20T22:47:28.593Z Downloaded quote v1.0.37
3402024-12-20T22:47:28.595Z Downloaded heck v0.4.1
3412024-12-20T22:47:28.596Z Downloaded fs-err v2.11.0
3422024-12-20T22:47:28.605Z Downloaded camino-tempfile v1.1.1
3432024-12-20T22:47:28.608Z Downloaded cargo_toml v0.20.5
3442024-12-20T22:47:28.611Z Downloaded version_check v0.9.5
3452024-12-20T22:47:28.618Z Downloaded winnow v0.6.20
3462024-12-20T22:47:28.634Z Downloaded zerocopy-derive v0.7.35
3472024-12-20T22:47:28.642Z Downloaded pest_generator v2.7.14
3482024-12-20T22:47:28.644Z Downloaded pest_derive v2.7.14
3492024-12-20T22:47:28.644Z Downloaded plain v0.2.3
3502024-12-20T22:47:28.644Z Downloaded swrite v0.1.0
3512024-12-20T22:47:28.644Z Downloaded pest_meta v2.7.14
3522024-12-20T22:47:28.647Z Downloaded macaddr v1.0.1
3532024-12-20T22:47:28.647Z Downloaded utf8parse v0.2.2
3542024-12-20T22:47:28.650Z Downloaded zerocopy v0.7.35
3552024-12-20T22:47:28.665Z Downloaded syn v2.0.87
3562024-12-20T22:47:28.675Z Downloaded smawk v0.3.2
3572024-12-20T22:47:28.678Z Downloaded usdt-macro v0.5.0
3582024-12-20T22:47:28.678Z Downloaded goblin v0.8.2
3592024-12-20T22:47:28.682Z Downloaded bytecount v0.6.8
3602024-12-20T22:47:28.685Z Downloaded usdt-impl v0.5.0
3612024-12-20T22:47:28.687Z Downloaded usdt-attr-macro v0.5.0
3622024-12-20T22:47:28.687Z Downloaded usdt v0.5.0
3632024-12-20T22:47:28.687Z Downloaded thread-id v4.2.2
3642024-12-20T22:47:28.687Z Downloaded tabled_derive v0.7.0
3652024-12-20T22:47:28.690Z Downloaded tabled v0.15.0
3662024-12-20T22:47:28.702Z Downloaded serde v1.0.215
3672024-12-20T22:47:28.705Z Downloaded scroll_derive v0.12.0
3682024-12-20T22:47:28.707Z Downloaded scroll v0.12.0
3692024-12-20T22:47:28.707Z Downloaded pretty-hex v0.4.1
3702024-12-20T22:47:28.709Z Downloaded pest v2.7.14
3712024-12-20T22:47:28.712Z Downloaded papergrid v0.11.0
3722024-12-20T22:47:28.717Z Downloaded memmap v0.7.0
3732024-12-20T22:47:28.728Z Downloaded libc v0.2.162
3742024-12-20T22:47:29.034Z Compiling proc-macro2 v1.0.89
3752024-12-20T22:47:29.034Z Compiling unicode-ident v1.0.13
3762024-12-20T22:47:29.034Z Compiling version_check v0.9.5
3772024-12-20T22:47:29.037Z Compiling serde v1.0.215
3782024-12-20T22:47:29.037Z Compiling thiserror v1.0.69
3792024-12-20T22:47:29.037Z Compiling memchr v2.7.4
3802024-12-20T22:47:29.037Z Compiling libc v0.2.162
3812024-12-20T22:47:29.037Z Compiling itoa v1.0.11
3822024-12-20T22:47:29.301Z Compiling ucd-trie v0.1.7
3832024-12-20T22:47:29.359Z Compiling ryu v1.0.18
3842024-12-20T22:47:29.706Z Compiling once_cell v1.20.2
3852024-12-20T22:47:29.889Z Compiling byteorder v1.5.0
3862024-12-20T22:47:29.914Z Compiling serde_json v1.0.133
3872024-12-20T22:47:30.078Z Compiling rustix v0.38.37
3882024-12-20T22:47:30.263Z Compiling bitflags v2.6.0
3892024-12-20T22:47:30.492Z Compiling proc-macro-error-attr v1.0.4
3902024-12-20T22:47:30.741Z Compiling usdt-impl v0.5.0
3912024-12-20T22:47:30.766Z Compiling syn v1.0.109
3922024-12-20T22:47:30.867Z Compiling proc-macro-error v1.0.4
3932024-12-20T22:47:30.892Z Compiling log v0.4.22
3942024-12-20T22:47:30.960Z Compiling quote v1.0.37
3952024-12-20T22:47:31.174Z Compiling utf8parse v0.2.2
3962024-12-20T22:47:31.245Z Compiling camino v1.1.9
3972024-12-20T22:47:31.284Z Compiling errno v0.3.9
3982024-12-20T22:47:31.338Z Compiling syn v2.0.87
3992024-12-20T22:47:31.532Z Compiling equivalent v1.0.1
4002024-12-20T22:47:31.574Z Compiling plain v0.2.3
4012024-12-20T22:47:31.659Z Compiling hashbrown v0.15.1
4022024-12-20T22:47:31.737Z Compiling anstyle-parse v0.2.5
4032024-12-20T22:47:31.877Z Compiling thread-id v4.2.2
4042024-12-20T22:47:32.061Z Compiling is_terminal_polyfill v1.70.1
4052024-12-20T22:47:32.144Z Compiling autocfg v1.4.0
4062024-12-20T22:47:32.201Z Compiling colorchoice v1.0.2
4072024-12-20T22:47:32.360Z Compiling anstyle v1.0.10
4082024-12-20T22:47:32.385Z Compiling winnow v0.6.20
4092024-12-20T22:47:32.742Z Compiling pretty-hex v0.4.1
4102024-12-20T22:47:32.825Z Compiling indexmap v2.6.0
4112024-12-20T22:47:32.900Z Compiling unicode-width v0.1.14
4122024-12-20T22:47:32.974Z Compiling anstyle-query v1.1.1
4132024-12-20T22:47:33.134Z Compiling semver v1.0.23
4142024-12-20T22:47:33.356Z Compiling fs-err v2.11.0
4152024-12-20T22:47:33.440Z Compiling anstream v0.6.15
4162024-12-20T22:47:33.638Z Compiling terminal_size v0.4.0
4172024-12-20T22:47:33.906Z Compiling clap_lex v0.7.2
4182024-12-20T22:47:34.000Z Compiling strsim v0.11.1
4192024-12-20T22:47:34.187Z Compiling cfg-if v1.0.0
4202024-12-20T22:47:34.190Z Compiling heck v0.4.1
4212024-12-20T22:47:34.281Z Compiling fastrand v2.1.1
4222024-12-20T22:47:34.423Z Compiling heck v0.5.0
4232024-12-20T22:47:34.789Z Compiling bytecount v0.6.8
4242024-12-20T22:47:34.846Z Compiling anyhow v1.0.93
4252024-12-20T22:47:34.961Z Compiling fnv v1.0.7
4262024-12-20T22:47:34.982Z Compiling tempfile v3.13.0
4272024-12-20T22:47:35.006Z Compiling clap_builder v4.5.21
4282024-12-20T22:47:35.100Z Compiling papergrid v0.11.0
4292024-12-20T22:47:35.563Z Compiling memmap v0.7.0
4302024-12-20T22:47:35.874Z Compiling smawk v0.3.2
4312024-12-20T22:47:35.899Z Compiling unicode-linebreak v0.1.5
4322024-12-20T22:47:36.280Z Compiling swrite v0.1.0
4332024-12-20T22:47:36.413Z Compiling textwrap v0.16.1
4342024-12-20T22:47:37.401Z Compiling tabled_derive v0.7.0
4352024-12-20T22:47:38.998Z Compiling tabled v0.15.0
4362024-12-20T22:47:40.349Z Compiling serde_derive v1.0.215
4372024-12-20T22:47:40.349Z Compiling thiserror-impl v1.0.69
4382024-12-20T22:47:40.493Z Compiling zerocopy-derive v0.7.35
4392024-12-20T22:47:40.517Z Compiling scroll_derive v0.12.0
4402024-12-20T22:47:40.697Z Compiling clap_derive v4.5.18
4412024-12-20T22:47:41.803Z Compiling scroll v0.12.0
4422024-12-20T22:47:42.264Z Compiling goblin v0.8.2
4432024-12-20T22:47:42.404Z Compiling zerocopy v0.7.35
4442024-12-20T22:47:42.876Z Compiling pest v2.7.14
4452024-12-20T22:47:44.279Z Compiling clap v4.5.21
4462024-12-20T22:47:45.139Z Compiling pest_meta v2.7.14
4472024-12-20T22:47:46.036Z Compiling pest_generator v2.7.14
4482024-12-20T22:47:47.778Z Compiling pest_derive v2.7.14
4492024-12-20T22:47:48.507Z Compiling dtrace-parser v0.2.0
4502024-12-20T22:47:50.768Z Compiling toml_datetime v0.6.8
4512024-12-20T22:47:50.768Z Compiling serde_spanned v0.6.8
4522024-12-20T22:47:50.798Z Compiling cargo-platform v0.1.8
4532024-12-20T22:47:50.944Z Compiling serde_tokenstream v0.2.2
4542024-12-20T22:47:51.069Z Compiling toml_edit v0.22.22
4552024-12-20T22:47:51.126Z Compiling macaddr v1.0.1
4562024-12-20T22:47:51.305Z Compiling camino-tempfile v1.1.1
4572024-12-20T22:47:52.041Z Compiling dof v0.3.0
4582024-12-20T22:47:52.041Z Compiling cargo_metadata v0.18.1
4592024-12-20T22:47:53.858Z Compiling toml v0.8.19
4602024-12-20T22:47:54.085Z Compiling usdt-macro v0.5.0
4612024-12-20T22:47:54.088Z Compiling usdt-attr-macro v0.5.0
4622024-12-20T22:47:54.693Z Compiling cargo_toml v0.20.5
4632024-12-20T22:47:55.527Z Compiling usdt v0.5.0
4642024-12-20T22:47:58.256Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652024-12-20T22:48:02.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.97s
4662024-12-20T22:48:02.720Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4672024-12-20T22:48:03.252Z Downloading crates ...
4682024-12-20T22:48:03.372Z Downloaded aead v0.5.2
4692024-12-20T22:48:03.375Z Downloaded adler2 v2.0.0
4702024-12-20T22:48:03.379Z Downloaded addr2line v0.24.2
4712024-12-20T22:48:03.386Z Downloaded atomicwrites v0.4.4
4722024-12-20T22:48:03.388Z Downloaded atty v0.2.14
4732024-12-20T22:48:03.391Z Downloaded async-stream-impl v0.3.6
4742024-12-20T22:48:03.404Z Downloaded ciborium-io v0.2.2
4752024-12-20T22:48:03.407Z Downloaded crucible-workspace-hack v0.1.0
4762024-12-20T22:48:03.419Z Downloaded darling v0.20.10
4772024-12-20T22:48:03.422Z Downloaded crunchy v0.2.2
4782024-12-20T22:48:03.425Z Downloaded ahash v0.8.11
4792024-12-20T22:48:03.429Z Downloaded cstr-argument v0.1.2
4802024-12-20T22:48:03.432Z Downloaded cfg_aliases v0.2.1
4812024-12-20T22:48:03.434Z Downloaded headers-core v0.3.0
4822024-12-20T22:48:03.434Z Downloaded cfg_aliases v0.1.1
4832024-12-20T22:48:03.440Z Downloaded atomic-waker v1.1.2
4842024-12-20T22:48:03.442Z Downloaded heapless v0.8.0
4852024-12-20T22:48:03.446Z Downloaded hickory-client v0.24.1
4862024-12-20T22:48:03.450Z Downloaded hex-literal v0.4.1
4872024-12-20T22:48:03.452Z Downloaded highway v1.2.0
4882024-12-20T22:48:03.455Z Downloaded cassowary v0.3.0
4892024-12-20T22:48:03.457Z Downloaded blowfish v0.9.1
4902024-12-20T22:48:03.457Z Downloaded constant_time_eq v0.3.1
4912024-12-20T22:48:03.460Z Downloaded ciborium-ll v0.2.2
4922024-12-20T22:48:03.463Z Downloaded bitflags v1.3.2
4932024-12-20T22:48:03.465Z Downloaded async-recursion v1.1.1
4942024-12-20T22:48:03.468Z Downloaded heapless v0.7.17
4952024-12-20T22:48:03.472Z Downloaded hickory-server v0.24.1
4962024-12-20T22:48:03.479Z Downloaded hickory-resolver v0.24.1
4972024-12-20T22:48:03.485Z Downloaded castaway v0.2.3
4982024-12-20T22:48:03.488Z Downloaded bitfield v0.14.0
4992024-12-20T22:48:03.488Z Downloaded hostname v0.4.0
5002024-12-20T22:48:03.491Z Downloaded crc-catalog v2.4.0
5012024-12-20T22:48:03.491Z Downloaded hickory-proto v0.24.1
5022024-12-20T22:48:03.508Z Downloaded hubpack_derive v0.1.1
5032024-12-20T22:48:03.511Z Downloaded humantime v2.1.0
5042024-12-20T22:48:03.511Z Downloaded hostname v0.3.1
5052024-12-20T22:48:03.513Z Downloaded colored v2.1.0
5062024-12-20T22:48:03.516Z Downloaded http-range v0.1.5
5072024-12-20T22:48:03.516Z Downloaded http-body v1.0.1
5082024-12-20T22:48:03.519Z Downloaded primeorder v0.13.6
5092024-12-20T22:48:03.522Z Downloaded argon2 v0.5.3
5102024-12-20T22:48:03.524Z Downloaded http-body-util v0.1.2
5112024-12-20T22:48:03.524Z Downloaded crc v3.2.1
5122024-12-20T22:48:03.528Z Downloaded instant v0.1.13
5132024-12-20T22:48:03.531Z Downloaded ident_case v1.0.1
5142024-12-20T22:48:03.531Z Downloaded icu_provider_macros v1.5.0
5152024-12-20T22:48:03.534Z Downloaded bb8 v0.8.5
5162024-12-20T22:48:03.534Z Downloaded base64ct v1.6.0
5172024-12-20T22:48:03.537Z Downloaded is_ci v1.2.0
5182024-12-20T22:48:03.539Z Downloaded bzip2 v0.4.4
5192024-12-20T22:48:03.542Z Downloaded buf-list v1.0.3
5202024-12-20T22:48:03.544Z Downloaded base16ct v0.2.0
5212024-12-20T22:48:03.546Z Downloaded match_cfg v0.1.0
5222024-12-20T22:48:03.546Z Downloaded csv-core v0.1.11
5232024-12-20T22:48:03.549Z Downloaded console v0.15.8
5242024-12-20T22:48:03.552Z Downloaded ciborium v0.2.2
5252024-12-20T22:48:03.554Z Downloaded hyper-tls v0.6.0
5262024-12-20T22:48:03.557Z Downloaded httpdate v1.0.3
5272024-12-20T22:48:03.557Z Downloaded ctr v0.9.2
5282024-12-20T22:48:03.560Z Downloaded crc32fast v1.4.2
5292024-12-20T22:48:03.562Z Downloaded md5 v0.7.0
5302024-12-20T22:48:03.565Z Downloaded sync-ptr v0.1.1
5312024-12-20T22:48:03.565Z Downloaded matches v0.1.10
5322024-12-20T22:48:03.565Z Downloaded hubpack v0.1.2
5332024-12-20T22:48:03.567Z Downloaded cancel-safe-futures v0.1.5
5342024-12-20T22:48:03.569Z Downloaded const_format_proc_macros v0.2.33
5352024-12-20T22:48:03.572Z Downloaded block-padding v0.3.3
5362024-12-20T22:48:03.574Z Downloaded backoff v0.4.0
5372024-12-20T22:48:03.577Z Downloaded async-trait v0.1.83
5382024-12-20T22:48:03.579Z Downloaded impl-trait-for-tuples v0.2.2
5392024-12-20T22:48:03.582Z Downloaded idna_adapter v1.2.0
5402024-12-20T22:48:03.584Z Downloaded arrayvec v0.7.6
5412024-12-20T22:48:03.587Z Downloaded internet-checksum v0.2.1
5422024-12-20T22:48:03.587Z Downloaded rustc_version v0.4.1
5432024-12-20T22:48:03.590Z Downloaded rustls-pemfile v1.0.4
5442024-12-20T22:48:03.592Z Downloaded ref-cast-impl v1.0.23
5452024-12-20T22:48:03.592Z Downloaded libsw v3.3.1
5462024-12-20T22:48:03.594Z Downloaded libefi-sys v0.1.0
5472024-12-20T22:48:03.597Z Downloaded keccak v0.1.5
5482024-12-20T22:48:03.599Z Downloaded lazycell v1.3.0
5492024-12-20T22:48:03.599Z Downloaded indent_write v2.2.0
5502024-12-20T22:48:03.602Z Downloaded bcs v0.1.6
5512024-12-20T22:48:03.604Z Downloaded memoffset v0.9.1
5522024-12-20T22:48:03.607Z Downloaded lru v0.12.5
5532024-12-20T22:48:03.607Z Downloaded blake2 v0.10.6
5542024-12-20T22:48:03.610Z Downloaded linked-hash-map v0.5.6
5552024-12-20T22:48:03.613Z Downloaded linear-map v1.2.0
5562024-12-20T22:48:03.613Z Downloaded md-5 v0.10.6
5572024-12-20T22:48:03.616Z Downloaded base64 v0.13.1
5582024-12-20T22:48:03.618Z Downloaded maplit v1.0.2
5592024-12-20T22:48:03.620Z Downloaded darling_macro v0.20.10
5602024-12-20T22:48:03.621Z Downloaded kstat-rs v0.2.4
5612024-12-20T22:48:03.623Z Downloaded dhcproto-macros v0.1.0
5622024-12-20T22:48:03.623Z Downloaded write16 v1.0.0
5632024-12-20T22:48:03.625Z Downloaded scopeguard v1.2.0
5642024-12-20T22:48:03.625Z Downloaded crc-any v2.5.0
5652024-12-20T22:48:03.629Z Downloaded salsa20 v0.10.2
5662024-12-20T22:48:03.631Z Downloaded termios v0.3.3
5672024-12-20T22:48:03.634Z Downloaded structmeta v0.2.0
5682024-12-20T22:48:03.634Z Downloaded termcolor v1.4.1
5692024-12-20T22:48:03.636Z Downloaded tap v1.0.1
5702024-12-20T22:48:03.637Z Downloaded strip-ansi-escapes v0.2.0
5712024-12-20T22:48:03.639Z Downloaded hyper-staticfile v0.10.1
5722024-12-20T22:48:03.641Z Downloaded tokio-native-tls v0.3.1
5732024-12-20T22:48:03.644Z Downloaded tokio-macros v2.4.0
5742024-12-20T22:48:03.646Z Downloaded icu_locid_transform v1.5.0
5752024-12-20T22:48:03.649Z Downloaded endian-type v0.1.2
5762024-12-20T22:48:03.649Z Downloaded normalize-line-endings v0.3.0
5772024-12-20T22:48:03.651Z Downloaded ipnetwork v0.20.0
5782024-12-20T22:48:03.654Z Downloaded jobserver v0.1.32
5792024-12-20T22:48:03.657Z Downloaded openssl-probe v0.1.5
5802024-12-20T22:48:03.657Z Downloaded maybe-uninit v2.0.0
5812024-12-20T22:48:03.660Z Downloaded async-bb8-diesel v0.2.1
5822024-12-20T22:48:03.663Z Downloaded unicode-truncate v1.1.0
5832024-12-20T22:48:03.663Z Downloaded rustls-pemfile v2.2.0
5842024-12-20T22:48:03.667Z Downloaded oso-derive v0.27.3
5852024-12-20T22:48:03.670Z Downloaded arc-swap v1.7.1
5862024-12-20T22:48:03.672Z Downloaded xattr v1.3.1
5872024-12-20T22:48:03.675Z Downloaded memmap2 v0.9.5
5882024-12-20T22:48:03.677Z Downloaded clang-sys v1.8.1
5892024-12-20T22:48:03.680Z Downloaded diesel-dtrace v0.4.2
5902024-12-20T22:48:03.683Z Downloaded env_filter v0.1.2
5912024-12-20T22:48:03.683Z Downloaded chacha20poly1305 v0.10.1
5922024-12-20T22:48:03.688Z Downloaded rand_xorshift v0.3.0
5932024-12-20T22:48:03.690Z Downloaded enum-as-inner v0.6.1
5942024-12-20T22:48:03.690Z Downloaded serde-big-array v0.5.1
5952024-12-20T22:48:03.690Z Downloaded spin v0.9.8
5962024-12-20T22:48:03.693Z Downloaded dsl_auto_type v0.1.2
5972024-12-20T22:48:03.695Z Downloaded icu_normalizer_data v1.5.0
5982024-12-20T22:48:03.700Z Downloaded value-bag v1.9.0
5992024-12-20T22:48:03.703Z Downloaded ena v0.14.3
6002024-12-20T22:48:03.703Z Downloaded tokio-rustls v0.25.0
6012024-12-20T22:48:03.706Z Downloaded tokio-rustls v0.24.1
6022024-12-20T22:48:03.708Z Downloaded libloading v0.8.5
6032024-12-20T22:48:03.712Z Downloaded futures-task v0.3.31
6042024-12-20T22:48:03.715Z Downloaded futures-sink v0.3.31
6052024-12-20T22:48:03.715Z Downloaded embedded-io v0.6.1
6062024-12-20T22:48:03.718Z Downloaded embedded-io v0.4.0
6072024-12-20T22:48:03.719Z Downloaded term v0.7.0
6082024-12-20T22:48:03.722Z Downloaded yoke-derive v0.7.4
6092024-12-20T22:48:03.727Z Downloaded base64 v0.22.1
6102024-12-20T22:48:03.727Z Downloaded icu_locid_transform_data v1.5.0
6112024-12-20T22:48:03.729Z Downloaded num v0.4.3
6122024-12-20T22:48:03.731Z Downloaded russh-keys v0.45.0
6132024-12-20T22:48:03.734Z Downloaded hmac v0.12.1
6142024-12-20T22:48:03.736Z Downloaded prettyplease v0.2.25
6152024-12-20T22:48:03.742Z Downloaded russh-cryptovec v0.7.3
6162024-12-20T22:48:03.745Z Downloaded powerfmt v0.2.0
6172024-12-20T22:48:03.745Z Downloaded pin-utils v0.1.0
6182024-12-20T22:48:03.745Z Downloaded percent-encoding v2.3.1
6192024-12-20T22:48:03.745Z Downloaded zerofrom v0.1.4
6202024-12-20T22:48:03.747Z Downloaded compact_str v0.8.0
6212024-12-20T22:48:03.750Z Downloaded fxhash v0.2.1
6222024-12-20T22:48:03.755Z Downloaded const_format v0.2.33
6232024-12-20T22:48:03.758Z Downloaded semver v0.1.20
6242024-12-20T22:48:03.758Z Downloaded aes v0.8.4
6252024-12-20T22:48:03.761Z Downloaded newtype_derive v0.1.6
6262024-12-20T22:48:03.764Z Downloaded similar v2.6.0
6272024-12-20T22:48:03.768Z Downloaded writeable v0.5.5
6282024-12-20T22:48:03.771Z Downloaded rand_seeder v0.3.0
6292024-12-20T22:48:03.774Z Downloaded indexmap v1.9.3
6302024-12-20T22:48:03.777Z Downloaded walkdir v2.5.0
6312024-12-20T22:48:03.779Z Downloaded slog-async v2.8.0
6322024-12-20T22:48:03.782Z Downloaded sec1 v0.7.3
6332024-12-20T22:48:03.793Z Downloaded slog-stdlog v4.1.1
6342024-12-20T22:48:03.795Z Downloaded scrypt v0.11.0
6352024-12-20T22:48:03.798Z Downloaded unicode-xid v0.2.6
6362024-12-20T22:48:03.801Z Downloaded tls_codec_derive v0.4.1
6372024-12-20T22:48:03.801Z Downloaded crypto-bigint v0.5.5
6382024-12-20T22:48:03.808Z Downloaded predicates-tree v1.0.11
6392024-12-20T22:48:03.810Z Downloaded thiserror-impl v2.0.3
6402024-12-20T22:48:03.817Z Downloaded untrusted v0.9.0
6412024-12-20T22:48:03.822Z Downloaded zerofrom-derive v0.1.4
6422024-12-20T22:48:03.822Z Downloaded postgres-types v0.2.8
6432024-12-20T22:48:03.822Z Downloaded pkcs1 v0.7.5
6442024-12-20T22:48:03.826Z Downloaded universal-hash v0.5.1
6452024-12-20T22:48:03.826Z Downloaded termtree v0.4.1
6462024-12-20T22:48:03.826Z Downloaded hash32 v0.2.1
6472024-12-20T22:48:03.830Z Downloaded foreign-types-macros v0.2.3
6482024-12-20T22:48:03.830Z Downloaded num-integer v0.1.46
6492024-12-20T22:48:03.830Z Downloaded packed_struct_codegen v0.10.1
6502024-12-20T22:48:03.835Z Downloaded want v0.3.1
6512024-12-20T22:48:03.835Z Downloaded postgres-protocol v0.6.7
6522024-12-20T22:48:03.837Z Downloaded socket2 v0.5.7
6532024-12-20T22:48:03.838Z Downloaded icu_properties v1.5.1
6542024-12-20T22:48:03.841Z Downloaded nibble_vec v0.1.0
6552024-12-20T22:48:03.844Z Downloaded nanorand v0.7.0
6562024-12-20T22:48:03.846Z Downloaded indicatif v0.17.9
6572024-12-20T22:48:03.849Z Downloaded supports-color v3.0.1
6582024-12-20T22:48:03.852Z Downloaded sqlformat v0.2.6
6592024-12-20T22:48:03.855Z Downloaded sct v0.7.1
6602024-12-20T22:48:03.858Z Downloaded scheduled-thread-pool v0.2.7
6612024-12-20T22:48:03.860Z Downloaded tokio-tungstenite v0.24.0
6622024-12-20T22:48:03.862Z Downloaded tokio-tungstenite v0.23.1
6632024-12-20T22:48:03.865Z Downloaded pem-rfc7468 v0.7.0
6642024-12-20T22:48:03.867Z Downloaded slog-scope v4.4.0
6652024-12-20T22:48:03.869Z Downloaded snafu-derive v0.8.5
6662024-12-20T22:48:03.870Z Downloaded rand v0.8.5
6672024-12-20T22:48:03.873Z Downloaded packed_struct v0.10.1
6682024-12-20T22:48:03.876Z Downloaded number_prefix v0.4.0
6692024-12-20T22:48:03.878Z Downloaded oso v0.27.3
6702024-12-20T22:48:03.881Z Downloaded predicates-core v1.0.8
6712024-12-20T22:48:03.884Z Downloaded spki v0.7.3
6722024-12-20T22:48:03.886Z Downloaded parse-size v1.1.0
6732024-12-20T22:48:03.886Z Downloaded num_threads v0.1.7
6742024-12-20T22:48:03.888Z Downloaded darling_core v0.20.10
6752024-12-20T22:48:03.893Z Downloaded phf_shared v0.10.0
6762024-12-20T22:48:03.896Z Downloaded aes-gcm v0.10.3
6772024-12-20T22:48:03.898Z Downloaded smallvec v0.6.14
6782024-12-20T22:48:03.901Z Downloaded utf16_iter v1.0.5
6792024-12-20T22:48:03.904Z Downloaded rustls-pki-types v1.10.0
6802024-12-20T22:48:03.907Z Downloaded headers v0.4.0
6812024-12-20T22:48:03.911Z Downloaded ecdsa v0.16.9
6822024-12-20T22:48:03.914Z Downloaded rsa v0.9.6
6832024-12-20T22:48:03.920Z Downloaded multimap v0.10.0
6842024-12-20T22:48:03.923Z Downloaded minimal-lexical v0.2.1
6852024-12-20T22:48:03.926Z Downloaded time-core v0.1.2
6862024-12-20T22:48:03.929Z Downloaded http v1.1.0
6872024-12-20T22:48:03.931Z Downloaded parking_lot v0.11.2
6882024-12-20T22:48:03.934Z Downloaded phf v0.11.2
6892024-12-20T22:48:03.937Z Downloaded waitgroup v0.1.2
6902024-12-20T22:48:03.939Z Downloaded vte_generate_state_changes v0.1.2
6912024-12-20T22:48:03.939Z Downloaded dirs-sys-next v0.1.2
6922024-12-20T22:48:03.941Z Downloaded derive_more v0.99.18
6932024-12-20T22:48:03.946Z Downloaded openssl-sys v0.9.103
6942024-12-20T22:48:03.951Z Downloaded foldhash v0.1.3
6952024-12-20T22:48:03.954Z Downloaded tui-tree-widget v0.22.0
6962024-12-20T22:48:03.956Z Downloaded float-ord v0.3.2
6972024-12-20T22:48:03.956Z Downloaded float-cmp v0.9.0
6982024-12-20T22:48:03.959Z Downloaded predicates v3.1.2
6992024-12-20T22:48:03.961Z Downloaded fd-lock v4.0.2
7002024-12-20T22:48:03.963Z Downloaded openssl-macros v0.1.1
7012024-12-20T22:48:03.966Z Downloaded new_debug_unreachable v1.0.6
7022024-12-20T22:48:03.966Z Downloaded elliptic-curve v0.13.8
7032024-12-20T22:48:03.970Z Downloaded sha1 v0.10.6
7042024-12-20T22:48:03.972Z Downloaded num-rational v0.4.2
7052024-12-20T22:48:03.975Z Downloaded quick-error v1.2.3
7062024-12-20T22:48:03.977Z Downloaded pkg-config v0.3.31
7072024-12-20T22:48:03.979Z Downloaded tokio-postgres v0.7.12
7082024-12-20T22:48:03.983Z Downloaded radium v0.7.0
7092024-12-20T22:48:03.986Z Downloaded vsss-rs v3.3.4
7102024-12-20T22:48:03.988Z Downloaded test-strategy v0.3.1
7112024-12-20T22:48:03.991Z Downloaded tinystr v0.7.6
7122024-12-20T22:48:03.994Z Downloaded slog-bunyan v2.5.0
7132024-12-20T22:48:03.996Z Downloaded snafu v0.8.5
7142024-12-20T22:48:04.002Z Downloaded tiny-keccak v2.0.2
7152024-12-20T22:48:04.005Z Downloaded tower-service v0.3.3
7162024-12-20T22:48:04.008Z Downloaded display-error-chain v0.2.2
7172024-12-20T22:48:04.011Z Downloaded unicase v2.7.0
7182024-12-20T22:48:04.011Z Downloaded typify-macro v0.2.0
7192024-12-20T22:48:04.011Z Downloaded zerocopy v0.6.6
7202024-12-20T22:48:04.014Z Downloaded deranged v0.3.11
7212024-12-20T22:48:04.016Z Downloaded diesel_table_macro_syntax v0.2.0
7222024-12-20T22:48:04.020Z Downloaded topological-sort v0.2.2
7232024-12-20T22:48:04.020Z Downloaded wait-timeout v0.2.0
7242024-12-20T22:48:04.023Z Downloaded unsafe-libyaml v0.2.11
7252024-12-20T22:48:04.025Z Downloaded foreign-types v0.3.2
7262024-12-20T22:48:04.027Z Downloaded num_enum_derive v0.5.11
7272024-12-20T22:48:04.028Z Downloaded poly1305 v0.8.0
7282024-12-20T22:48:04.030Z Downloaded password-hash v0.4.2
7292024-12-20T22:48:04.033Z Downloaded ff v0.13.0
7302024-12-20T22:48:04.035Z Downloaded fallible-streaming-iterator v0.1.9
7312024-12-20T22:48:04.035Z Downloaded fallible-iterator v0.3.0
7322024-12-20T22:48:04.038Z Downloaded itertools v0.10.5
7332024-12-20T22:48:04.044Z Downloaded x509-cert v0.2.5
7342024-12-20T22:48:04.051Z Downloaded signal-hook-registry v1.4.2
7352024-12-20T22:48:04.053Z Downloaded rusty-fork v0.3.0
7362024-12-20T22:48:04.055Z Downloaded psl-types v2.0.11
7372024-12-20T22:48:04.055Z Downloaded parse-zoneinfo v0.3.1
7382024-12-20T22:48:04.059Z Downloaded path-slash v0.1.5
7392024-12-20T22:48:04.062Z Downloaded signal-hook-mio v0.2.4
7402024-12-20T22:48:04.062Z Downloaded shlex v1.3.0
7412024-12-20T22:48:04.066Z Downloaded shell-words v1.1.0
7422024-12-20T22:48:04.066Z Downloaded serde-hex v0.1.0
7432024-12-20T22:48:04.068Z Downloaded rcgen v0.12.1
7442024-12-20T22:48:04.070Z Downloaded unicode_categories v0.1.1
7452024-12-20T22:48:04.073Z Downloaded zeroize v1.8.1
7462024-12-20T22:48:04.075Z Downloaded downcast v0.11.0
7472024-12-20T22:48:04.077Z Downloaded serde_yaml v0.9.34+deprecated
7482024-12-20T22:48:04.080Z Downloaded zone_cfg_derive v0.1.2
7492024-12-20T22:48:04.082Z Downloaded crossterm v0.28.1
7502024-12-20T22:48:04.089Z Downloaded debug-ignore v1.0.5
7512024-12-20T22:48:04.091Z Downloaded which v4.4.2
7522024-12-20T22:48:04.094Z Downloaded pin-project-lite v0.2.14
7532024-12-20T22:48:04.098Z Downloaded rustc-demangle v0.1.24
7542024-12-20T22:48:04.101Z Downloaded gethostname v0.5.0
7552024-12-20T22:48:04.103Z Downloaded owo-colors v4.1.0
7562024-12-20T22:48:04.105Z Downloaded native-tls v0.2.12
7572024-12-20T22:48:04.108Z Downloaded libxml v0.3.3
7582024-12-20T22:48:04.115Z Downloaded unicode-bidi v0.3.17
7592024-12-20T22:48:04.119Z Downloaded utf-8 v0.7.6
7602024-12-20T22:48:04.125Z Downloaded signal-hook-tokio v0.3.1
7612024-12-20T22:48:04.125Z Downloaded slog v2.7.0
7622024-12-20T22:48:04.128Z Downloaded itertools v0.12.1
7632024-12-20T22:48:04.133Z Downloaded derive_builder_macro v0.20.2
7642024-12-20T22:48:04.135Z Downloaded sync_wrapper v1.0.1
7652024-12-20T22:48:04.135Z Downloaded ref-cast v1.0.23
7662024-12-20T22:48:04.139Z Downloaded time-macros v0.2.18
7672024-12-20T22:48:04.141Z Downloaded hashbrown v0.13.2
7682024-12-20T22:48:04.146Z Downloaded pretty-hex v0.2.1
7692024-12-20T22:48:04.149Z Downloaded structmeta-derive v0.3.0
7702024-12-20T22:48:04.149Z Downloaded strum_macros v0.25.3
7712024-12-20T22:48:05.156Z Downloaded structmeta v0.3.0
7722024-12-20T22:48:05.160Z Downloaded zeroize_derive v1.4.2
7732024-12-20T22:48:05.160Z Downloaded defmt v0.3.8
7742024-12-20T22:48:05.160Z Downloaded pin-project v1.1.6
7752024-12-20T22:48:05.160Z Downloaded progenitor-client v0.8.0
7762024-12-20T22:48:05.160Z Downloaded nodrop v0.1.14
7772024-12-20T22:48:05.160Z Downloaded glob v0.3.1
7782024-12-20T22:48:05.160Z Downloaded itertools v0.13.0
7792024-12-20T22:48:05.160Z Downloaded idna v1.0.3
7802024-12-20T22:48:05.160Z Downloaded futures-io v0.3.31
7812024-12-20T22:48:05.160Z Downloaded opaque-debug v0.3.1
7822024-12-20T22:48:05.160Z Downloaded mirai-annotations v1.12.0
7832024-12-20T22:48:05.160Z Downloaded utf8_iter v1.0.4
7842024-12-20T22:48:05.160Z Downloaded subtle v2.6.1
7852024-12-20T22:48:05.160Z Downloaded tabwriter v1.4.0
7862024-12-20T22:48:05.160Z Downloaded synstructure v0.13.1
7872024-12-20T22:48:05.160Z Downloaded fragile v2.0.0
7882024-12-20T22:48:05.160Z Downloaded flume v0.11.1
7892024-12-20T22:48:05.160Z Downloaded smallvec v1.13.2
7902024-12-20T22:48:05.160Z Downloaded quinn v0.11.5
7912024-12-20T22:48:05.160Z Downloaded peg-runtime v0.8.3
7922024-12-20T22:48:05.160Z Downloaded strum_macros v0.26.4
7932024-12-20T22:48:05.160Z Downloaded signal-hook v0.3.17
7942024-12-20T22:48:05.160Z Downloaded hash32 v0.3.1
7952024-12-20T22:48:05.160Z Downloaded structmeta-derive v0.2.0
7962024-12-20T22:48:05.160Z Downloaded aho-corasick v1.1.3
7972024-12-20T22:48:05.160Z Downloaded funty v2.0.0
7982024-12-20T22:48:05.160Z Downloaded blake3 v1.5.4
7992024-12-20T22:48:05.161Z Downloaded difflib v0.4.0
8002024-12-20T22:48:05.161Z Downloaded ssh-encoding v0.2.0
8012024-12-20T22:48:05.161Z Downloaded ssh-cipher v0.2.0
8022024-12-20T22:48:05.161Z Downloaded precomputed-hash v0.1.1
8032024-12-20T22:48:05.161Z Downloaded omicron-zone-package v0.11.1
8042024-12-20T22:48:05.161Z Downloaded dunce v1.0.5
8052024-12-20T22:48:05.161Z Downloaded dirs-next v2.0.0
8062024-12-20T22:48:05.161Z Downloaded parking_lot_core v0.9.10
8072024-12-20T22:48:05.161Z Downloaded parking_lot_core v0.8.6
8082024-12-20T22:48:05.161Z Downloaded num-bigint-dig v0.8.4
8092024-12-20T22:48:05.161Z Downloaded newtype-uuid v1.1.3
8102024-12-20T22:48:05.161Z Downloaded progenitor v0.8.0
8112024-12-20T22:48:05.161Z Downloaded num_enum v0.5.11
8122024-12-20T22:48:05.161Z Downloaded form_urlencoded v1.2.1
8132024-12-20T22:48:05.161Z Downloaded stringprep v0.1.5
8142024-12-20T22:48:05.161Z Downloaded rfc6979 v0.4.0
8152024-12-20T22:48:05.161Z Downloaded derive_builder_core v0.20.2
8162024-12-20T22:48:05.161Z Downloaded resolv-conf v0.7.0
8172024-12-20T22:48:05.161Z Downloaded password-hash v0.5.0
8182024-12-20T22:48:05.161Z Downloaded num-conv v0.1.0
8192024-12-20T22:48:05.161Z Downloaded zone_cfg_derive v0.3.0
8202024-12-20T22:48:05.161Z Downloaded getrandom v0.2.15
8212024-12-20T22:48:05.161Z Downloaded futures v0.3.31
8222024-12-20T22:48:05.161Z Downloaded pem v3.0.4
8232024-12-20T22:48:05.161Z Downloaded slog-json v2.6.1
8242024-12-20T22:48:05.161Z Downloaded publicsuffix v2.2.3
8252024-12-20T22:48:05.161Z Downloaded dropshot_endpoint v0.13.0
8262024-12-20T22:48:05.161Z Downloaded data-encoding v2.6.0
8272024-12-20T22:48:05.161Z Downloaded rustfmt-wrapper v0.2.1
8282024-12-20T22:48:05.161Z Downloaded slog-envlogger v2.2.0
8292024-12-20T22:48:05.161Z Downloaded olpc-cjson v0.1.4
8302024-12-20T22:48:05.161Z Downloaded globset v0.4.15
8312024-12-20T22:48:05.161Z Downloaded take_mut v0.2.2
8322024-12-20T22:48:05.161Z Downloaded tinyvec_macros v0.1.1
8332024-12-20T22:48:05.161Z Downloaded smf v0.2.3
8342024-12-20T22:48:05.161Z Downloaded sqlparser_derive v0.2.2
8352024-12-20T22:48:05.161Z Downloaded sigpipe v0.1.3
8362024-12-20T22:48:05.161Z Downloaded progenitor-macro v0.8.0
8372024-12-20T22:48:05.161Z Downloaded zip v2.1.3
8382024-12-20T22:48:05.162Z Downloaded tracing-attributes v0.1.27
8392024-12-20T22:48:05.162Z Downloaded fs_extra v1.3.0
8402024-12-20T22:48:05.162Z Downloaded uuid v1.11.0
8412024-12-20T22:48:05.162Z Downloaded foreign-types-shared v0.3.1
8422024-12-20T22:48:05.162Z Downloaded newline-converter v0.3.0
8432024-12-20T22:48:05.162Z Downloaded rand_core v0.6.4
8442024-12-20T22:48:05.162Z Downloaded phf_shared v0.11.2
8452024-12-20T22:48:05.162Z Downloaded phf_codegen v0.11.2
8462024-12-20T22:48:05.162Z Downloaded tls_codec v0.4.1
8472024-12-20T22:48:05.162Z Downloaded peg-macros v0.8.4
8482024-12-20T22:48:05.162Z Downloaded tracing v0.1.40
8492024-12-20T22:48:05.162Z Downloaded ed25519-dalek v2.1.1
8502024-12-20T22:48:05.162Z Downloaded steno v0.4.1
8512024-12-20T22:48:05.162Z Downloaded signature v2.2.0
8522024-12-20T22:48:05.162Z Downloaded derive_builder v0.20.2
8532024-12-20T22:48:05.162Z Downloaded tokio-util v0.7.12
8542024-12-20T22:48:05.162Z Downloaded defmt-parser v0.3.4
8552024-12-20T22:48:05.162Z Downloaded flagset v0.4.6
8562024-12-20T22:48:05.162Z Downloaded aws-lc-rs v1.10.0
8572024-12-20T22:48:05.162Z Downloaded phf_generator v0.11.2
8582024-12-20T22:48:05.162Z Downloaded defmt-macros v0.3.9
8592024-12-20T22:48:05.162Z Downloaded progenitor-impl v0.8.0
8602024-12-20T22:48:05.162Z Downloaded rayon-core v1.12.1
8612024-12-20T22:48:05.162Z Downloaded serde_derive_internals v0.29.1
8622024-12-20T22:48:05.162Z Downloaded ron v0.7.1
8632024-12-20T22:48:05.162Z Downloaded rustversion v1.0.17
8642024-12-20T22:48:05.162Z Downloaded typify v0.2.0
8652024-12-20T22:48:05.162Z Downloaded unicode-properties v0.1.3
8662024-12-20T22:48:05.162Z Downloaded num-traits v0.2.19
8672024-12-20T22:48:05.162Z Downloaded whoami v1.5.2
8682024-12-20T22:48:05.162Z Downloaded der_derive v0.7.3
8692024-12-20T22:48:05.162Z Downloaded russh v0.45.0
8702024-12-20T22:48:05.162Z Downloaded pkcs5 v0.7.1
8712024-12-20T22:48:05.162Z Downloaded bitvec v1.0.1
8722024-12-20T22:48:05.165Z Downloaded env_logger v0.11.5
8732024-12-20T22:48:05.165Z Downloaded mockall v0.13.0
8742024-12-20T22:48:05.165Z Downloaded yasna v0.5.2
8752024-12-20T22:48:05.165Z Downloaded tungstenite v0.23.0
8762024-12-20T22:48:05.165Z Downloaded num-complex v0.4.6
8772024-12-20T22:48:05.165Z Downloaded subprocess v0.2.9
8782024-12-20T22:48:05.165Z Downloaded samael v0.0.17
8792024-12-20T22:48:05.165Z Downloaded zerovec v0.10.4
8802024-12-20T22:48:05.165Z Downloaded tungstenite v0.21.0
8812024-12-20T22:48:05.165Z Downloaded tinyvec v1.8.0
8822024-12-20T22:48:05.165Z Downloaded bindgen v0.69.5
8832024-12-20T22:48:05.165Z Downloaded diff v0.1.13
8842024-12-20T22:48:05.165Z Downloaded ssh-key v0.6.6
8852024-12-20T22:48:05.165Z Downloaded chrono v0.4.38
8862024-12-20T22:48:05.165Z Downloaded mockall_derive v0.13.0
8872024-12-20T22:48:05.165Z Downloaded typed-path v0.9.3
8882024-12-20T22:48:05.165Z Downloaded tracing-core v0.1.32
8892024-12-20T22:48:05.165Z Downloaded mio v1.0.2
8902024-12-20T22:48:05.165Z Downloaded rusqlite v0.32.1
8912024-12-20T22:48:05.166Z Downloaded lalrpop v0.19.12
8922024-12-20T22:48:05.166Z Downloaded icu_properties_data v1.5.0
8932024-12-20T22:48:05.166Z Downloaded tough v0.19.0
8942024-12-20T22:48:05.166Z Downloaded url v2.5.3
8952024-12-20T22:48:05.166Z Downloaded ron v0.8.1
8962024-12-20T22:48:05.166Z Downloaded time v0.3.36
8972024-12-20T22:48:05.166Z Downloaded der v0.7.9
8982024-12-20T22:48:05.166Z Downloaded serde_with v3.11.0
8992024-12-20T22:48:05.166Z Downloaded rustyline v14.0.0
9002024-12-20T22:48:05.166Z Downloaded reqwest v0.12.9
9012024-12-20T22:48:05.166Z Downloaded expectorate v1.1.0
9022024-12-20T22:48:05.166Z Downloaded idna v0.4.0
9032024-12-20T22:48:05.166Z Downloaded toml_edit v0.19.15
9042024-12-20T22:48:05.166Z Downloaded quick-xml v0.33.0
9052024-12-20T22:48:05.166Z Downloaded unicode-normalization v0.1.24
9062024-12-20T22:48:05.166Z Downloaded flate2 v1.0.34
9072024-12-20T22:48:05.166Z Downloaded petname v2.0.2
9082024-12-20T22:48:05.166Z Downloaded curve25519-dalek v4.1.3
9092024-12-20T22:48:05.166Z Downloaded unicode-width v0.2.0
9102024-12-20T22:48:05.166Z Downloaded idna v0.3.0
9112024-12-20T22:48:05.166Z Downloaded zerocopy v0.8.10
9122024-12-20T22:48:05.166Z Downloaded salty v0.3.0
9132024-12-20T22:48:05.166Z Downloaded p384 v0.13.0
9142024-12-20T22:48:05.166Z Downloaded idna v0.2.3
9152024-12-20T22:48:05.166Z Downloaded proptest v1.5.0
9162024-12-20T22:48:05.166Z Downloaded portable-atomic v1.9.0
9172024-12-20T22:48:05.166Z Downloaded winnow v0.5.40
9182024-12-20T22:48:05.166Z Downloaded git2 v0.19.0
9192024-12-20T22:48:05.166Z Downloaded reedline v0.35.0
9202024-12-20T22:48:05.166Z Downloaded chrono-tz v0.10.0
9212024-12-20T22:48:05.166Z Downloaded regress v0.9.1
9222024-12-20T22:48:05.166Z Downloaded openssl v0.10.66
9232024-12-20T22:48:05.166Z Downloaded regress v0.10.1
9242024-12-20T22:48:05.166Z Downloaded nix v0.28.0
9252024-12-20T22:48:05.166Z Downloaded rustls v0.21.12
9262024-12-20T22:48:05.166Z Downloaded vcpkg v0.2.15
9272024-12-20T22:48:05.167Z Downloaded object v0.30.4
9282024-12-20T22:48:05.167Z Downloaded openapiv3 v2.0.0
9292024-12-20T22:48:05.167Z Downloaded gimli v0.31.1
9302024-12-20T22:48:05.167Z Downloaded rustls v0.22.4
9312024-12-20T22:48:05.167Z Downloaded regex-syntax v0.8.5
9322024-12-20T22:48:05.167Z Downloaded dropshot v0.13.0
9332024-12-20T22:48:05.167Z Downloaded trust-dns-proto v0.22.0
9342024-12-20T22:48:05.167Z Downloaded rustls v0.23.19
9352024-12-20T22:48:05.167Z Downloaded diesel v2.2.6
9362024-12-20T22:48:05.167Z Downloaded object v0.36.5
9372024-12-20T22:48:05.167Z Downloaded zerocopy-derive v0.6.6
9382024-12-20T22:48:05.167Z Downloaded regex v1.11.1
9392024-12-20T22:48:05.167Z Downloaded nix v0.29.0
9402024-12-20T22:48:05.167Z Downloaded bzip2-sys v0.1.11+1.0.8
9412024-12-20T22:48:05.167Z Downloaded typify-impl v0.2.0
9422024-12-20T22:48:05.167Z Downloaded sled v0.34.7
9432024-12-20T22:48:05.167Z Downloaded nix v0.27.1
9442024-12-20T22:48:05.167Z Downloaded dropshot v0.12.0
9452024-12-20T22:48:05.167Z Downloaded smoltcp v0.11.0
9462024-12-20T22:48:05.167Z Downloaded regex-syntax v0.6.29
9472024-12-20T22:48:05.167Z Downloaded bstr v1.10.0
9482024-12-20T22:48:05.167Z Downloaded ratatui v0.28.1
9492024-12-20T22:48:05.167Z Downloaded regex-automata v0.4.8
9502024-12-20T22:48:05.167Z Downloaded polar-core v0.27.3
9512024-12-20T22:48:05.167Z Downloaded radix_trie v0.2.1
9522024-12-20T22:48:05.167Z Downloaded webpki-roots v0.26.6
9532024-12-20T22:48:05.167Z Downloaded smoltcp v0.9.1
9542024-12-20T22:48:05.170Z Downloaded sqlparser v0.45.0
9552024-12-20T22:48:05.176Z Downloaded petgraph v0.6.5
9562024-12-20T22:48:05.193Z Downloaded tokio v1.40.0
9572024-12-20T22:48:05.229Z Downloaded rustls-webpki v0.102.8
9582024-12-20T22:48:05.246Z Downloaded lzma-sys v0.1.20
9592024-12-20T22:48:05.276Z Downloaded csv v1.3.0
9602024-12-20T22:48:05.293Z Downloaded idna v0.5.0
9612024-12-20T22:48:05.321Z Downloaded nom v7.1.3
9622024-12-20T22:48:05.326Z Downloaded h2 v0.4.6
9632024-12-20T22:48:05.335Z Downloaded libz-sys v1.1.20
9642024-12-20T22:48:05.364Z Downloaded quinn-proto v0.11.8
9652024-12-20T22:48:05.372Z Downloaded diesel_derives v2.2.3
9662024-12-20T22:48:05.377Z Downloaded rustls-webpki v0.101.7
9672024-12-20T22:48:05.394Z Downloaded sha3 v0.10.8
9682024-12-20T22:48:05.399Z Downloaded futures-util v0.3.31
9692024-12-20T22:48:05.410Z Downloaded hashbrown v0.14.5
9702024-12-20T22:48:05.417Z Downloaded twox-hash v1.6.3
9712024-12-20T22:48:05.419Z Downloaded rayon v1.10.0
9722024-12-20T22:48:05.426Z Downloaded p521 v0.13.3
9732024-12-20T22:48:05.432Z Downloaded num-derive v0.4.2
9742024-12-20T22:48:05.434Z Downloaded polyval v0.6.2
9752024-12-20T22:48:05.435Z Downloaded slog-dtrace v0.3.0
9762024-12-20T22:48:05.437Z Downloaded dropshot_endpoint v0.12.0
9772024-12-20T22:48:05.439Z Downloaded p256 v0.13.2
9782024-12-20T22:48:05.441Z Downloaded hyper v1.5.0
9792024-12-20T22:48:05.448Z Downloaded yoke v0.7.4
9802024-12-20T22:48:05.450Z Downloaded vergen v8.3.2
9812024-12-20T22:48:05.453Z Downloaded miniz_oxide v0.8.0
9822024-12-20T22:48:05.456Z Downloaded tungstenite v0.24.0
9832024-12-20T22:48:05.458Z Downloaded schemars v0.8.21
9842024-12-20T22:48:05.469Z Downloaded peg v0.8.4
9852024-12-20T22:48:05.473Z Downloaded pbkdf2 v0.12.2
9862024-12-20T22:48:05.477Z Downloaded parse-display v0.10.0
9872024-12-20T22:48:05.477Z Downloaded same-file v1.0.6
9882024-12-20T22:48:05.480Z Downloaded futures-channel v0.3.31
9892024-12-20T22:48:05.480Z Downloaded fatfs v0.3.6
9902024-12-20T22:48:05.483Z Downloaded derive-where v1.2.7
9912024-12-20T22:48:05.485Z Downloaded zip v0.6.6
9922024-12-20T22:48:05.488Z Downloaded parking_lot v0.12.3
9932024-12-20T22:48:05.492Z Downloaded vte v0.11.1
9942024-12-20T22:48:05.494Z Downloaded rand_chacha v0.3.1
9952024-12-20T22:48:05.494Z Downloaded encoding_rs v0.8.34
9962024-12-20T22:48:05.515Z Downloaded proc-macro-crate v1.3.1
9972024-12-20T22:48:05.517Z Downloaded pbkdf2 v0.11.0
9982024-12-20T22:48:05.521Z Downloaded paste v1.0.15
9992024-12-20T22:48:05.524Z Downloaded futures-executor v0.3.31
10002024-12-20T22:48:05.524Z Downloaded futures-core v0.3.31
10012024-12-20T22:48:05.527Z Downloaded multer v3.1.0
10022024-12-20T22:48:05.527Z Downloaded pin-project-internal v1.1.6
10032024-12-20T22:48:05.529Z Downloaded pkcs8 v0.10.2
10042024-12-20T22:48:05.532Z Downloaded zerocopy-derive v0.8.10
10052024-12-20T22:48:05.537Z Downloaded displaydoc v0.2.5
10062024-12-20T22:48:05.540Z Downloaded hashbrown v0.12.3
10072024-12-20T22:48:05.542Z Downloaded schemars_derive v0.8.21
10082024-12-20T22:48:05.545Z Downloaded r2d2 v0.8.10
10092024-12-20T22:48:05.547Z Downloaded num-bigint v0.4.6
10102024-12-20T22:48:05.550Z Downloaded libm v0.2.8
10112024-12-20T22:48:05.558Z Downloaded unicode-segmentation v1.12.0
10122024-12-20T22:48:05.564Z Downloaded fallible-iterator v0.2.0
10132024-12-20T22:48:05.567Z Downloaded parse-display-derive v0.10.0
10142024-12-20T22:48:05.567Z Downloaded serde_with_macros v3.11.0
10152024-12-20T22:48:05.567Z Downloaded half v2.4.1
10162024-12-20T22:48:05.569Z Downloaded toolchain_find v0.4.0
10172024-12-20T22:48:05.569Z Downloaded static_assertions v1.1.0
10182024-12-20T22:48:05.572Z Downloaded stable_deref_trait v1.2.0
10192024-12-20T22:48:05.572Z Downloaded rustc_version v0.1.7
10202024-12-20T22:48:05.575Z Downloaded rustc-hash v2.0.0
10212024-12-20T22:48:05.575Z Downloaded rustc-hash v1.1.0
10222024-12-20T22:48:05.575Z Downloaded zone v0.3.0
10232024-12-20T22:48:05.575Z Downloaded zone v0.1.8
10242024-12-20T22:48:05.577Z Downloaded slog-term v2.9.1
10252024-12-20T22:48:05.581Z Downloaded group v0.13.0
10262024-12-20T22:48:05.581Z Downloaded ghash v0.5.1
10272024-12-20T22:48:05.581Z Downloaded ed25519 v2.2.3
10282024-12-20T22:48:05.584Z Downloaded dyn-clone v1.0.17
10292024-12-20T22:48:05.584Z Downloaded zerovec-derive v0.10.3
10302024-12-20T22:48:05.586Z Downloaded toml v0.7.8
10312024-12-20T22:48:05.591Z Downloaded strum_macros v0.24.3
10322024-12-20T22:48:05.591Z Downloaded thread_local v1.1.8
10332024-12-20T22:48:05.594Z Downloaded thiserror-no-std v2.0.2
10342024-12-20T22:48:05.597Z Downloaded thiserror-impl-no-std v2.0.2
10352024-12-20T22:48:05.597Z Downloaded string_cache v0.8.7
10362024-12-20T22:48:05.599Z Downloaded rtoolbox v0.0.2
10372024-12-20T22:48:05.599Z Downloaded rpassword v7.3.1
10382024-12-20T22:48:05.603Z Downloaded env_logger v0.10.2
10392024-12-20T22:48:05.605Z Downloaded des v0.8.1
10402024-12-20T22:48:05.605Z Downloaded thiserror v2.0.3
10412024-12-20T22:48:05.609Z Downloaded hashlink v0.9.1
10422024-12-20T22:48:05.612Z Downloaded postcard v1.0.10
10432024-12-20T22:48:05.614Z Downloaded dhcproto v0.12.0
10442024-12-20T22:48:05.618Z Downloaded tar v0.4.42
10452024-12-20T22:48:05.621Z Downloaded qorb v0.2.1
10462024-12-20T22:48:05.623Z Downloaded icu_collections v1.5.0
10472024-12-20T22:48:05.629Z Downloaded try-lock v0.2.5
10482024-12-20T22:48:05.632Z Downloaded futures-macro v0.3.31
10492024-12-20T22:48:05.632Z Downloaded foreign-types v0.5.0
10502024-12-20T22:48:05.632Z Downloaded either v1.13.0
10512024-12-20T22:48:05.635Z Downloaded num-iter v0.1.45
10522024-12-20T22:48:05.635Z Downloaded filetime v0.2.25
10532024-12-20T22:48:05.635Z Downloaded tokio-stream v0.1.16
10542024-12-20T22:48:05.639Z Downloaded strum v0.26.3
10552024-12-20T22:48:05.642Z Downloaded zopfli v0.8.1
10562024-12-20T22:48:05.645Z Downloaded backtrace v0.3.74
10572024-12-20T22:48:05.647Z Downloaded crossbeam-channel v0.5.13
10582024-12-20T22:48:05.651Z Downloaded untrusted v0.7.1
10592024-12-20T22:48:05.653Z Downloaded unarray v0.1.4
10602024-12-20T22:48:05.653Z Downloaded nu-ansi-term v0.50.1
10612024-12-20T22:48:05.656Z Downloaded xz2 v0.1.7
10622024-12-20T22:48:05.658Z Downloaded foreign-types-shared v0.1.1
10632024-12-20T22:48:05.658Z Downloaded fixedbitset v0.4.2
10642024-12-20T22:48:05.661Z Downloaded ppv-lite86 v0.2.20
10652024-12-20T22:48:05.661Z Downloaded cc v1.1.30
10662024-12-20T22:48:05.663Z Downloaded enum-as-inner v0.5.1
10672024-12-20T22:48:05.666Z Downloaded bytes v1.8.0
10682024-12-20T22:48:05.669Z Downloaded bumpalo v3.16.0
10692024-12-20T22:48:05.672Z Downloaded base64 v0.21.7
10702024-12-20T22:48:05.676Z Downloaded uzers v0.12.1
10712024-12-20T22:48:05.679Z Downloaded libgit2-sys v0.17.0+1.8.1
10722024-12-20T22:48:05.734Z Downloaded tokio-tungstenite v0.21.0
10732024-12-20T22:48:05.736Z Downloaded tokio-rustls v0.26.0
10742024-12-20T22:48:05.738Z Downloaded icu_normalizer v1.5.0
10752024-12-20T22:48:05.741Z Downloaded wyz v0.5.1
10762024-12-20T22:48:05.743Z Downloaded mime v0.3.17
10772024-12-20T22:48:05.743Z Downloaded icu_provider v1.5.0
10782024-12-20T22:48:05.746Z Downloaded icu_locid v1.5.0
10792024-12-20T22:48:05.750Z Downloaded lock_api v0.4.12
10802024-12-20T22:48:05.753Z Downloaded litemap v0.7.3
10812024-12-20T22:48:05.755Z Downloaded hyper-util v0.1.10
10822024-12-20T22:48:05.758Z Downloaded allocator-api2 v0.2.18
10832024-12-20T22:48:05.760Z Downloaded mime_guess v2.0.5
10842024-12-20T22:48:05.762Z Downloaded lalrpop-util v0.19.12
10852024-12-20T22:48:05.765Z Downloaded ipnet v2.10.1
10862024-12-20T22:48:05.765Z Downloaded iana-time-zone v0.1.61
10872024-12-20T22:48:05.767Z Downloaded httparse v1.9.5
10882024-12-20T22:48:05.770Z Downloaded spin v0.5.2
10892024-12-20T22:48:05.770Z Downloaded slab v0.4.9
10902024-12-20T22:48:05.773Z Downloaded siphasher v0.3.11
10912024-12-20T22:48:05.773Z Downloaded simd-adler32 v0.3.7
10922024-12-20T22:48:05.776Z Downloaded quinn-udp v0.5.5
10932024-12-20T22:48:05.776Z Downloaded serde_urlencoded v0.7.1
10942024-12-20T22:48:05.776Z Downloaded serde_repr v0.1.19
10952024-12-20T22:48:05.779Z Downloaded serde_plain v1.0.2
10962024-12-20T22:48:05.779Z Downloaded serde_path_to_error v0.1.16
10972024-12-20T22:48:05.784Z Downloaded secrecy v0.8.0
10982024-12-20T22:48:05.784Z Downloaded cookie_store v0.21.0
10992024-12-20T22:48:05.789Z Downloaded hkdf v0.12.4
11002024-12-20T22:48:05.789Z Downloaded managed v0.8.0
11012024-12-20T22:48:05.789Z Downloaded lru-cache v0.1.2
11022024-12-20T22:48:05.791Z Downloaded hyper-rustls v0.27.3
11032024-12-20T22:48:05.791Z Downloaded crossbeam-epoch v0.9.18
11042024-12-20T22:48:05.794Z Downloaded crossbeam-utils v0.8.20
11052024-12-20T22:48:05.797Z Downloaded cookie v0.18.1
11062024-12-20T22:48:05.799Z Downloaded const-oid v0.9.6
11072024-12-20T22:48:05.801Z Downloaded instability v0.3.2
11082024-12-20T22:48:05.801Z Downloaded indoc v1.0.9
11092024-12-20T22:48:05.803Z Downloaded lockfree-object-pool v0.1.6
11102024-12-20T22:48:05.806Z Downloaded lazy_static v1.5.0
11112024-12-20T22:48:05.809Z Downloaded is-terminal v0.4.13
11122024-12-20T22:48:05.809Z Downloaded inout v0.1.3
11132024-12-20T22:48:05.809Z Downloaded arrayref v0.3.9
11142024-12-20T22:48:05.811Z Downloaded home v0.5.9
11152024-12-20T22:48:05.813Z Downloaded curve25519-dalek-derive v0.1.1
11162024-12-20T22:48:05.813Z Downloaded bcrypt-pbkdf v0.10.0
11172024-12-20T22:48:05.813Z Downloaded bit-set v0.5.3
11182024-12-20T22:48:05.816Z Downloaded hex v0.4.3
11192024-12-20T22:48:05.818Z Downloaded heck v0.3.3
11202024-12-20T22:48:05.818Z Downloaded convert_case v0.4.0
11212024-12-20T22:48:05.818Z Downloaded cmake v0.1.51
11222024-12-20T22:48:05.820Z Downloaded chrono-tz-build v0.4.0
11232024-12-20T22:48:05.821Z Downloaded chacha20 v0.9.1
11242024-12-20T22:48:05.827Z Downloaded cexpr v0.6.0
11252024-12-20T22:48:05.833Z Downloaded cbc v0.1.2
11262024-12-20T22:48:05.833Z Downloaded crossbeam-deque v0.8.5
11272024-12-20T22:48:05.833Z Downloaded cobs v0.2.3
11282024-12-20T22:48:05.833Z Downloaded cipher v0.4.4
11292024-12-20T22:48:05.833Z Downloaded bitfield-struct v0.6.2
11302024-12-20T22:48:05.839Z Downloaded assert_matches v1.5.0
11312024-12-20T22:48:05.839Z Downloaded array-init v0.0.4
11322024-12-20T22:48:05.839Z Downloaded bit-vec v0.6.3
11332024-12-20T22:48:05.839Z Downloaded async-stream v0.3.6
11342024-12-20T22:48:05.841Z Downloaded ascii-canvas v3.0.0
11352024-12-20T22:48:06.131Z Downloaded aws-lc-sys v0.22.0
11362024-12-20T22:48:06.416Z Downloaded ring v0.17.8
11372024-12-20T22:48:06.578Z Downloaded ring v0.16.20
11382024-12-20T22:48:06.660Z Downloaded libsqlite3-sys v0.30.1
11392024-12-20T22:48:06.845Z Compiling serde v1.0.215
11402024-12-20T22:48:06.848Z Compiling lock_api v0.4.12
11412024-12-20T22:48:06.848Z Compiling scopeguard v1.2.0
11422024-12-20T22:48:06.848Z Compiling value-bag v1.9.0
11432024-12-20T22:48:06.848Z Compiling typenum v1.17.0
11442024-12-20T22:48:06.848Z Compiling generic-array v0.14.7
11452024-12-20T22:48:07.026Z Compiling syn v2.0.87
11462024-12-20T22:48:07.039Z Compiling getrandom v0.2.15
11472024-12-20T22:48:07.192Z Compiling subtle v2.6.1
11482024-12-20T22:48:07.298Z Compiling rand_core v0.6.4
11492024-12-20T22:48:07.462Z Compiling log v0.4.22
11502024-12-20T22:48:07.571Z Compiling shlex v1.3.0
11512024-12-20T22:48:07.594Z Compiling jobserver v0.1.32
11522024-12-20T22:48:07.624Z Compiling const-oid v0.9.6
11532024-12-20T22:48:07.859Z Compiling smallvec v1.13.2
11542024-12-20T22:48:07.880Z Compiling spin v0.9.8
11552024-12-20T22:48:07.997Z Compiling cc v1.1.30
11562024-12-20T22:48:08.269Z Compiling pin-project-lite v0.2.14
11572024-12-20T22:48:08.288Z Compiling rustix v0.38.37
11582024-12-20T22:48:08.350Z Compiling parking_lot_core v0.9.10
11592024-12-20T22:48:08.399Z Compiling futures-core v0.3.31
11602024-12-20T22:48:08.502Z Compiling signal-hook-registry v1.4.2
11612024-12-20T22:48:08.660Z Compiling mio v1.0.2
11622024-12-20T22:48:09.182Z Compiling parking_lot v0.12.3
11632024-12-20T22:48:09.270Z Compiling aho-corasick v1.1.3
11642024-12-20T22:48:09.448Z Compiling regex-syntax v0.8.5
11652024-12-20T22:48:09.540Z Compiling cpufeatures v0.2.14
11662024-12-20T22:48:09.645Z Compiling lazy_static v1.5.0
11672024-12-20T22:48:09.736Z Compiling either v1.13.0
11682024-12-20T22:48:09.779Z Compiling futures-sink v0.3.31
11692024-12-20T22:48:09.822Z Compiling stable_deref_trait v1.2.0
11702024-12-20T22:48:09.928Z Compiling glob v0.3.1
11712024-12-20T22:48:09.951Z Compiling socket2 v0.5.7
11722024-12-20T22:48:10.122Z Compiling slab v0.4.9
11732024-12-20T22:48:10.147Z Compiling prettyplease v0.2.25
11742024-12-20T22:48:10.556Z Compiling serde_json v1.0.133
11752024-12-20T22:48:10.628Z Compiling minimal-lexical v0.2.1
11762024-12-20T22:48:10.975Z Compiling clang-sys v1.8.1
11772024-12-20T22:48:11.027Z Compiling nom v7.1.3
11782024-12-20T22:48:11.135Z Compiling libloading v0.8.5
11792024-12-20T22:48:11.185Z Compiling home v0.5.9
11802024-12-20T22:48:11.452Z Compiling bindgen v0.69.5
11812024-12-20T22:48:11.553Z Compiling itertools v0.10.5
11822024-12-20T22:48:12.255Z Compiling futures-channel v0.3.31
11832024-12-20T22:48:12.438Z Compiling lazycell v1.3.0
11842024-12-20T22:48:12.611Z Compiling foldhash v0.1.3
11852024-12-20T22:48:12.662Z Compiling libm v0.2.8
11862024-12-20T22:48:12.911Z Compiling rustc-hash v1.1.0
11872024-12-20T22:48:12.992Z Compiling futures-io v0.3.31
11882024-12-20T22:48:13.061Z Compiling allocator-api2 v0.2.18
11892024-12-20T22:48:13.309Z Compiling regex-automata v0.4.8
11902024-12-20T22:48:13.910Z Compiling pin-utils v0.1.0
11912024-12-20T22:48:14.001Z Compiling futures-task v0.3.31
11922024-12-20T22:48:14.297Z Compiling cexpr v0.6.0
11932024-12-20T22:48:14.342Z Compiling hashbrown v0.15.1
11942024-12-20T22:48:14.670Z Compiling synstructure v0.13.1
11952024-12-20T22:48:15.784Z Compiling cmake v0.1.51
11962024-12-20T22:48:16.108Z Compiling num-traits v0.2.19
11972024-12-20T22:48:16.381Z Compiling pkg-config v0.3.31
11982024-12-20T22:48:16.384Z Compiling dunce v1.0.5
11992024-12-20T22:48:16.525Z Compiling tinyvec_macros v0.1.1
12002024-12-20T22:48:16.525Z Compiling fs_extra v1.3.0
12012024-12-20T22:48:16.630Z Compiling tinyvec v1.8.0
12022024-12-20T22:48:17.157Z Compiling ring v0.17.8
12032024-12-20T22:48:17.931Z Compiling unicode-bidi v0.3.17
12042024-12-20T22:48:18.071Z Compiling unicode-normalization v0.1.24
12052024-12-20T22:48:18.288Z Compiling base64ct v1.6.0
12062024-12-20T22:48:18.440Z Compiling paste v1.0.15
12072024-12-20T22:48:18.888Z Compiling regex v1.11.1
12082024-12-20T22:48:18.957Z Compiling litemap v0.7.3
12092024-12-20T22:48:19.156Z Compiling writeable v0.5.5
12102024-12-20T22:48:19.403Z Compiling pem-rfc7468 v0.7.0
12112024-12-20T22:48:19.706Z Compiling flagset v0.4.6
12122024-12-20T22:48:19.916Z Compiling httparse v1.9.5
12132024-12-20T22:48:20.017Z Compiling aws-lc-rs v1.10.0
12142024-12-20T22:48:20.130Z Compiling tracing-core v0.1.32
12152024-12-20T22:48:20.496Z Compiling icu_locid_transform_data v1.5.0
12162024-12-20T22:48:20.593Z Compiling crossbeam-utils v0.8.20
12172024-12-20T22:48:20.739Z Compiling percent-encoding v2.3.1
12182024-12-20T22:48:21.112Z Compiling rustls-pki-types v1.10.0
12192024-12-20T22:48:21.250Z Compiling powerfmt v0.2.0
12202024-12-20T22:48:21.517Z Compiling num-conv v0.1.0
12212024-12-20T22:48:21.613Z Compiling untrusted v0.9.0
12222024-12-20T22:48:21.782Z Compiling time-core v0.1.2
12232024-12-20T22:48:21.803Z Compiling icu_properties_data v1.5.0
12242024-12-20T22:48:21.822Z Compiling serde_derive v1.0.215
12252024-12-20T22:48:21.892Z Compiling zeroize_derive v1.4.2
12262024-12-20T22:48:21.952Z Compiling zerocopy-derive v0.7.35
12272024-12-20T22:48:22.057Z Compiling tokio-macros v2.4.0
12282024-12-20T22:48:22.161Z Compiling zerofrom-derive v0.1.4
12292024-12-20T22:48:23.455Z Compiling zeroize v1.8.1
12302024-12-20T22:48:23.652Z Compiling yoke-derive v0.7.4
12312024-12-20T22:48:23.819Z Compiling thiserror-impl v1.0.69
12322024-12-20T22:48:24.187Z Compiling zerocopy v0.7.35
12332024-12-20T22:48:25.186Z Compiling crypto-common v0.1.6
12342024-12-20T22:48:25.208Z Compiling block-buffer v0.10.4
12352024-12-20T22:48:25.458Z Compiling digest v0.10.7
12362024-12-20T22:48:25.488Z Compiling futures-macro v0.3.31
12372024-12-20T22:48:25.854Z Compiling zerovec-derive v0.10.3
12382024-12-20T22:48:25.951Z Compiling hmac v0.12.1
12392024-12-20T22:48:26.179Z Compiling block-padding v0.3.3
12402024-12-20T22:48:26.201Z Compiling displaydoc v0.2.5
12412024-12-20T22:48:26.336Z Compiling zerofrom v0.1.4
12422024-12-20T22:48:26.432Z Compiling inout v0.1.3
12432024-12-20T22:48:26.578Z Compiling sha2 v0.10.8
12442024-12-20T22:48:26.720Z Compiling cipher v0.4.4
12452024-12-20T22:48:26.823Z Compiling yoke v0.7.4
12462024-12-20T22:48:27.206Z Compiling ppv-lite86 v0.2.20
12472024-12-20T22:48:27.210Z Compiling thiserror v1.0.69
12482024-12-20T22:48:27.247Z Compiling der_derive v0.7.3
12492024-12-20T22:48:27.370Z Compiling icu_provider_macros v1.5.0
12502024-12-20T22:48:27.424Z Compiling futures-util v0.3.31
12512024-12-20T22:48:27.897Z Compiling tracing-attributes v0.1.27
12522024-12-20T22:48:28.047Z Compiling rand_chacha v0.3.1
12532024-12-20T22:48:28.543Z Compiling rand v0.8.5
12542024-12-20T22:48:28.615Z Compiling zerovec v0.10.4
12552024-12-20T22:48:29.694Z Compiling der v0.7.9
12562024-12-20T22:48:30.091Z Compiling pest v2.7.14
12572024-12-20T22:48:30.463Z Compiling tinystr v0.7.6
12582024-12-20T22:48:30.717Z Compiling icu_collections v1.5.0
12592024-12-20T22:48:30.893Z Compiling icu_locid v1.5.0
12602024-12-20T22:48:30.928Z Compiling salsa20 v0.10.2
12612024-12-20T22:48:31.159Z Compiling pbkdf2 v0.12.2
12622024-12-20T22:48:31.346Z Compiling mirai-annotations v1.12.0
12632024-12-20T22:48:31.532Z Compiling untrusted v0.7.1
12642024-12-20T22:48:31.704Z Compiling vcpkg v0.2.15
12652024-12-20T22:48:31.818Z Compiling tracing v0.1.40
12662024-12-20T22:48:32.254Z Compiling icu_provider v1.5.0
12672024-12-20T22:48:32.350Z Compiling spki v0.7.3
12682024-12-20T22:48:32.733Z Compiling pest_meta v2.7.14
12692024-12-20T22:48:33.153Z Compiling icu_locid_transform v1.5.0
12702024-12-20T22:48:33.220Z Compiling scrypt v0.11.0
12712024-12-20T22:48:33.241Z Compiling aes v0.8.4
12722024-12-20T22:48:33.314Z Compiling cbc v0.1.2
12732024-12-20T22:48:33.759Z Compiling time-macros v0.2.18
12742024-12-20T22:48:33.791Z Compiling scroll_derive v0.12.0
12752024-12-20T22:48:33.911Z Compiling openssl-sys v0.9.103
12762024-12-20T22:48:35.057Z Compiling icu_properties v1.5.1
12772024-12-20T22:48:35.308Z Compiling deranged v0.3.11
12782024-12-20T22:48:36.119Z Compiling bitflags v2.6.0
12792024-12-20T22:48:36.393Z Compiling bytes v1.8.0
12802024-12-20T22:48:37.162Z Compiling indexmap v2.6.0
12812024-12-20T22:48:37.283Z Compiling tokio v1.40.0
12822024-12-20T22:48:37.316Z Compiling http v1.1.0
12832024-12-20T22:48:37.690Z Compiling semver v1.0.23
12842024-12-20T22:48:37.824Z Compiling utf16_iter v1.0.5
12852024-12-20T22:48:38.257Z Compiling atomic-waker v1.1.2
12862024-12-20T22:48:38.275Z Compiling rustc_version v0.4.1
12872024-12-20T22:48:38.433Z Compiling num_threads v0.1.7
12882024-12-20T22:48:38.566Z Compiling icu_normalizer_data v1.5.0
12892024-12-20T22:48:38.620Z Compiling write16 v1.0.0
12902024-12-20T22:48:38.667Z Compiling utf8_iter v1.0.4
12912024-12-20T22:48:38.745Z Compiling time v0.3.36
12922024-12-20T22:48:38.907Z Compiling icu_normalizer v1.5.0
12932024-12-20T22:48:38.963Z Compiling http-body v1.0.1
12942024-12-20T22:48:39.208Z Compiling scroll v0.12.0
12952024-12-20T22:48:39.831Z Compiling pkcs5 v0.7.1
12962024-12-20T22:48:39.863Z Compiling pest_generator v2.7.14
12972024-12-20T22:48:39.961Z Compiling form_urlencoded v1.2.1
12982024-12-20T22:48:40.244Z Compiling try-lock v0.2.5
12992024-12-20T22:48:40.277Z Compiling slog v2.7.0
13002024-12-20T22:48:40.400Z Compiling want v0.3.1
13012024-12-20T22:48:40.698Z Compiling which v4.4.2
13022024-12-20T22:48:40.892Z Compiling pkcs8 v0.10.2
13032024-12-20T22:48:40.977Z Compiling goblin v0.8.2
13042024-12-20T22:48:41.314Z Compiling idna_adapter v1.2.0
13052024-12-20T22:48:41.538Z Compiling uuid v1.11.0
13062024-12-20T22:48:41.593Z Compiling iana-time-zone v0.1.61
13072024-12-20T22:48:41.884Z Compiling httpdate v1.0.3
13082024-12-20T22:48:41.907Z Compiling pest_derive v2.7.14
13092024-12-20T22:48:42.037Z Compiling chrono v0.4.38
13102024-12-20T22:48:42.325Z Compiling idna v1.0.3
13112024-12-20T22:48:42.708Z Compiling dtrace-parser v0.2.0
13122024-12-20T22:48:43.804Z Compiling serde_tokenstream v0.2.2
13132024-12-20T22:48:44.096Z Compiling serde_spanned v0.6.8
13142024-12-20T22:48:44.222Z Compiling toml_datetime v0.6.8
13152024-12-20T22:48:44.325Z Compiling rustversion v1.0.17
13162024-12-20T22:48:44.420Z Compiling foreign-types-shared v0.1.1
13172024-12-20T22:48:44.532Z Compiling match_cfg v0.1.0
13182024-12-20T22:48:44.630Z Compiling openssl v0.10.66
13192024-12-20T22:48:44.721Z Compiling adler2 v2.0.0
13202024-12-20T22:48:44.888Z Compiling tower-service v0.3.3
13212024-12-20T22:48:44.926Z Compiling base64 v0.22.1
13222024-12-20T22:48:45.021Z Compiling miniz_oxide v0.8.0
13232024-12-20T22:48:45.083Z Compiling hostname v0.3.1
13242024-12-20T22:48:45.127Z Compiling foreign-types v0.3.2
13252024-12-20T22:48:45.230Z Compiling url v2.5.3
13262024-12-20T22:48:45.701Z Compiling tokio-util v0.7.12
13272024-12-20T22:48:45.899Z Compiling openssl-macros v0.1.1
13282024-12-20T22:48:46.578Z Compiling dof v0.3.0
13292024-12-20T22:48:46.693Z Compiling h2 v0.4.6
13302024-12-20T22:48:46.775Z Compiling async-trait v0.1.83
13312024-12-20T22:48:47.105Z Compiling serde_derive_internals v0.29.1
13322024-12-20T22:48:47.256Z Compiling dirs-sys-next v0.1.2
13332024-12-20T22:48:47.924Z Compiling usdt-impl v0.5.0
13342024-12-20T22:48:48.749Z Compiling schemars v0.8.21
13352024-12-20T22:48:49.080Z Compiling rustls v0.23.19
13362024-12-20T22:48:49.355Z Compiling rustls v0.22.4
13372024-12-20T22:48:49.482Z Compiling data-encoding v2.6.0
13382024-12-20T22:48:49.547Z Compiling native-tls v0.2.12
13392024-12-20T22:48:49.623Z Compiling syn v1.0.109
13402024-12-20T22:48:49.823Z Compiling siphasher v0.3.11
13412024-12-20T22:48:49.893Z Compiling schemars_derive v0.8.21
13422024-12-20T22:48:50.279Z Compiling dirs-next v2.0.0
13432024-12-20T22:48:51.319Z Compiling http-body-util v0.1.2
13442024-12-20T22:48:51.851Z Compiling heapless v0.7.17
13452024-12-20T22:48:51.869Z Compiling crossbeam-epoch v0.9.18
13462024-12-20T22:48:51.896Z Compiling signature v2.2.0
13472024-12-20T22:48:52.192Z Compiling sha1 v0.10.6
13482024-12-20T22:48:52.284Z Compiling bzip2-sys v0.1.11+1.0.8
13492024-12-20T22:48:52.607Z Compiling thread_local v1.1.8
13502024-12-20T22:48:52.628Z Compiling encoding_rs v0.8.34
13512024-12-20T22:48:52.763Z Compiling multer v3.1.0
13522024-12-20T22:48:52.882Z Compiling cookie v0.18.1
13532024-12-20T22:48:53.020Z Compiling rayon-core v1.12.1
13542024-12-20T22:48:53.145Z Compiling ipnet v2.10.1
13552024-12-20T22:48:53.177Z Compiling gimli v0.31.1
13562024-12-20T22:48:53.287Z Compiling mime v0.3.17
13572024-12-20T22:48:53.307Z Compiling signal-hook v0.3.17
13582024-12-20T22:48:53.572Z Compiling hyper v1.5.0
13592024-12-20T22:48:53.883Z Compiling dyn-clone v1.0.17
13602024-12-20T22:48:54.103Z Compiling unicode-properties v0.1.3
13612024-12-20T22:48:54.426Z Compiling slog-async v2.8.0
13622024-12-20T22:48:54.502Z Compiling openssl-probe v0.1.5
13632024-12-20T22:48:54.884Z Compiling stringprep v0.1.5
13642024-12-20T22:48:55.040Z Compiling toml_edit v0.22.22
13652024-12-20T22:48:56.195Z Compiling hyper-util v0.1.10
13662024-12-20T22:48:57.613Z Compiling addr2line v0.24.2
13672024-12-20T22:48:58.339Z Compiling crossbeam-deque v0.8.5
13682024-12-20T22:48:58.399Z Compiling usdt-macro v0.5.0
13692024-12-20T22:48:58.705Z Compiling usdt-attr-macro v0.5.0
13702024-12-20T22:48:59.141Z Compiling term v0.7.0
13712024-12-20T22:48:59.446Z Compiling slog-json v2.6.1
13722024-12-20T22:48:59.844Z Compiling serde_urlencoded v0.7.1
13732024-12-20T22:48:59.864Z Compiling curve25519-dalek v4.1.3
13742024-12-20T22:49:00.362Z Compiling crossbeam-channel v0.5.13
13752024-12-20T22:49:00.403Z Compiling futures-executor v0.3.31
13762024-12-20T22:49:00.509Z Compiling md-5 v0.10.6
13772024-12-20T22:49:00.727Z Compiling enum-as-inner v0.6.1
13782024-12-20T22:49:00.789Z Compiling async-stream-impl v0.3.6
13792024-12-20T22:49:01.002Z Compiling rustls-pemfile v2.2.0
13802024-12-20T22:49:01.068Z Compiling num-integer v0.1.46
13812024-12-20T22:49:01.356Z Compiling idna v0.4.0
13822024-12-20T22:49:01.480Z Compiling idna v0.3.0
13832024-12-20T22:49:01.840Z Compiling hash32 v0.2.1
13842024-12-20T22:49:01.859Z Compiling ff v0.13.0
13852024-12-20T22:49:02.102Z Compiling is-terminal v0.4.13
13862024-12-20T22:49:02.158Z Compiling dropshot v0.12.0
13872024-12-20T22:49:02.194Z Compiling object v0.36.5
13882024-12-20T22:49:02.241Z Compiling rustc-demangle v0.1.24
13892024-12-20T22:49:02.439Z Compiling portable-atomic v1.9.0
13902024-12-20T22:49:03.050Z Compiling linked-hash-map v0.5.6
13912024-12-20T22:49:03.181Z Compiling utf-8 v0.7.6
13922024-12-20T22:49:03.252Z Compiling smoltcp v0.9.1
13932024-12-20T22:49:03.344Z Compiling anyhow v1.0.93
13942024-12-20T22:49:03.426Z Compiling fallible-iterator v0.2.0
13952024-12-20T22:49:03.483Z Compiling psl-types v2.0.11
13962024-12-20T22:49:03.503Z Compiling quick-error v1.2.3
13972024-12-20T22:49:03.650Z Compiling base16ct v0.2.0
13982024-12-20T22:49:03.682Z Compiling take_mut v0.2.2
13992024-12-20T22:49:03.848Z Compiling num-bigint-dig v0.8.4
14002024-12-20T22:49:03.949Z Compiling sec1 v0.7.3
14012024-12-20T22:49:04.123Z Compiling postgres-protocol v0.6.7
14022024-12-20T22:49:04.173Z Compiling publicsuffix v2.2.3
14032024-12-20T22:49:04.330Z Compiling resolv-conf v0.7.0
14042024-12-20T22:49:04.484Z Compiling tungstenite v0.24.0
14052024-12-20T22:49:04.517Z Compiling lru-cache v0.1.2
14062024-12-20T22:49:04.796Z Compiling hickory-proto v0.24.1
14072024-12-20T22:49:05.112Z Compiling slog-term v2.9.1
14082024-12-20T22:49:05.207Z Compiling async-stream v0.3.6
14092024-12-20T22:49:05.540Z Compiling usdt v0.5.0
14102024-12-20T22:49:06.062Z Compiling group v0.13.0
14112024-12-20T22:49:06.394Z Compiling num-iter v0.1.45
14122024-12-20T22:49:06.460Z Compiling futures v0.3.31
14132024-12-20T22:49:06.600Z Compiling slog-bunyan v2.5.0
14142024-12-20T22:49:06.804Z Compiling toml v0.8.19
14152024-12-20T22:49:07.968Z Compiling camino v1.1.9
14162024-12-20T22:49:08.495Z Compiling tokio-native-tls v0.3.1
14172024-12-20T22:49:08.568Z Compiling phf_shared v0.11.2
14182024-12-20T22:49:08.774Z Compiling dropshot_endpoint v0.12.0
14192024-12-20T22:49:08.919Z Compiling terminal_size v0.4.0
14202024-12-20T22:49:08.940Z Compiling openapiv3 v2.0.0
14212024-12-20T22:49:08.988Z Compiling waitgroup v0.1.2
14222024-12-20T22:49:09.131Z Compiling serde_path_to_error v0.1.16
14232024-12-20T22:49:09.206Z Compiling hkdf v0.12.4
14242024-12-20T22:49:09.476Z Compiling crypto-bigint v0.5.5
14252024-12-20T22:49:09.969Z Compiling backtrace v0.3.74
14262024-12-20T22:49:10.298Z Compiling curve25519-dalek-derive v0.1.1
14272024-12-20T22:49:11.891Z Compiling zerocopy-derive v0.6.6
14282024-12-20T22:49:13.332Z Compiling webpki-roots v0.26.6
14292024-12-20T22:49:13.386Z Compiling idna v0.5.0
14302024-12-20T22:49:13.546Z Compiling hostname v0.4.0
14312024-12-20T22:49:13.590Z Compiling hubpack_derive v0.1.1
14322024-12-20T22:49:13.687Z Compiling fs-err v2.11.0
14332024-12-20T22:49:13.801Z Compiling ahash v0.8.11
14342024-12-20T22:49:13.971Z Compiling crc32fast v1.4.2
14352024-12-20T22:49:14.133Z Compiling managed v0.8.0
14362024-12-20T22:49:14.135Z Compiling debug-ignore v1.0.5
14372024-12-20T22:49:14.296Z Compiling newtype-uuid v1.1.3
14382024-12-20T22:49:14.316Z Compiling winnow v0.5.40
14392024-12-20T22:49:14.441Z Compiling bitflags v1.3.2
14402024-12-20T22:49:14.571Z Compiling clap_builder v4.5.21
14412024-12-20T22:49:14.619Z Compiling hubpack v0.1.2
14422024-12-20T22:49:15.076Z Compiling console v0.15.8
14432024-12-20T22:49:15.095Z Compiling strum_macros v0.25.3
14442024-12-20T22:49:15.228Z Compiling cookie_store v0.21.0
14452024-12-20T22:49:15.567Z Compiling flate2 v1.0.34
14462024-12-20T22:49:16.651Z Compiling zerocopy v0.6.6
14472024-12-20T22:49:16.724Z Compiling elliptic-curve v0.13.8
14482024-12-20T22:49:17.521Z Compiling hickory-resolver v0.24.1
14492024-12-20T22:49:17.544Z Compiling phf v0.11.2
14502024-12-20T22:49:17.764Z Compiling hyper-tls v0.6.0
14512024-12-20T22:49:17.831Z Compiling toml_edit v0.19.15
14522024-12-20T22:49:18.182Z Compiling signal-hook-mio v0.2.4
14532024-12-20T22:49:18.201Z Compiling rayon v1.10.0
14542024-12-20T22:49:18.352Z Compiling bzip2 v0.4.4
14552024-12-20T22:49:19.262Z Compiling tokio-tungstenite v0.24.0
14562024-12-20T22:49:19.818Z Compiling postgres-types v0.2.8
14572024-12-20T22:49:22.718Z Compiling ed25519 v2.2.3
14582024-12-20T22:49:23.083Z Compiling phf_shared v0.10.0
14592024-12-20T22:49:23.507Z Compiling tokio-stream v0.1.16
14602024-12-20T22:49:24.013Z Compiling pkcs1 v0.7.5
14612024-12-20T22:49:24.285Z Compiling serde-big-array v0.5.1
14622024-12-20T22:49:24.522Z Compiling rfc6979 v0.4.0
14632024-12-20T22:49:24.577Z Compiling clap_derive v4.5.18
14642024-12-20T22:49:24.604Z Compiling derive-where v1.2.7
14652024-12-20T22:49:24.725Z Compiling serde_repr v0.1.19
14662024-12-20T22:49:24.921Z Compiling float-cmp v0.9.0
14672024-12-20T22:49:25.027Z Compiling bstr v1.10.0
14682024-12-20T22:49:25.157Z Compiling sync_wrapper v1.0.1
14692024-12-20T22:49:25.789Z Compiling fixedbitset v0.4.2
14702024-12-20T22:49:25.805Z Compiling unicode-width v0.2.0
14712024-12-20T22:49:25.931Z Compiling new_debug_unreachable v1.0.6
14722024-12-20T22:49:26.019Z Compiling precomputed-hash v0.1.1
14732024-12-20T22:49:26.039Z Compiling static_assertions v1.1.0
14742024-12-20T22:49:26.140Z Compiling normalize-line-endings v0.3.0
14752024-12-20T22:49:26.143Z Compiling number_prefix v0.4.0
14762024-12-20T22:49:26.267Z Compiling unicode-segmentation v1.12.0
14772024-12-20T22:49:26.291Z Compiling difflib v0.4.0
14782024-12-20T22:49:26.384Z Compiling whoami v1.5.2
14792024-12-20T22:49:26.894Z Compiling predicates-core v1.0.8
14802024-12-20T22:49:27.041Z Compiling bit-vec v0.6.3
14812024-12-20T22:49:27.138Z Compiling predicates v3.1.2
14822024-12-20T22:49:27.254Z Compiling similar v2.6.0
14832024-12-20T22:49:27.512Z Compiling bit-set v0.5.3
14842024-12-20T22:49:27.797Z Compiling tokio-postgres v0.7.12
14852024-12-20T22:49:27.949Z Compiling indicatif v0.17.9
14862024-12-20T22:49:28.261Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14872024-12-20T22:49:28.885Z Compiling string_cache v0.8.7
14882024-12-20T22:49:29.375Z Compiling petgraph v0.6.5
14892024-12-20T22:49:29.666Z Compiling clap v4.5.21
14902024-12-20T22:49:29.701Z Compiling ecdsa v0.16.9
14912024-12-20T22:49:29.797Z Compiling rsa v0.9.6
14922024-12-20T22:49:30.232Z Compiling ed25519-dalek v2.1.1
14932024-12-20T22:49:30.601Z Compiling toml v0.7.8
14942024-12-20T22:49:31.665Z Compiling zip v0.6.6
14952024-12-20T22:49:32.396Z Compiling crossterm v0.28.1
14962024-12-20T22:49:33.730Z Compiling hex v0.4.3
14972024-12-20T22:49:33.925Z Compiling x509-cert v0.2.5
14982024-12-20T22:49:33.945Z Compiling peg-runtime v0.8.3
14992024-12-20T22:49:33.983Z Compiling lalrpop-util v0.19.12
15002024-12-20T22:49:34.323Z Compiling unicode-xid v0.2.6
15012024-12-20T22:49:34.343Z Compiling strum_macros v0.26.4
15022024-12-20T22:49:34.497Z Compiling xattr v1.3.1
15032024-12-20T22:49:34.599Z Compiling filetime v0.2.25
15042024-12-20T22:49:34.916Z Compiling tar v0.4.42
15052024-12-20T22:49:39.542Z Compiling strum v0.26.3
15062024-12-20T22:49:42.416Z Compiling aws-lc-sys v0.22.0
15072024-12-20T22:50:10.792Z Compiling rustls-webpki v0.102.8
15082024-12-20T22:50:14.115Z Compiling tokio-rustls v0.25.0
15092024-12-20T22:50:15.891Z Compiling tokio-rustls v0.26.0
15102024-12-20T22:50:16.286Z Compiling hyper-rustls v0.27.3
15112024-12-20T22:50:16.625Z Compiling reqwest v0.12.9
15122024-12-20T22:50:17.719Z Compiling qorb v0.2.1
15132024-12-20T22:50:22.655Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15142024-12-20T22:50:22.890Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15152024-12-20T22:50:28.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
15162024-12-20T22:50:28.829Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15172024-12-20T22:50:28.878ZDec 20 22:50:27.793 INFO Starting download, target: Clickhouse
15182024-12-20T22:50:28.878ZDec 20 22:50:27.793 INFO Starting download, target: Console
15192024-12-20T22:50:28.878ZDec 20 22:50:27.793 INFO Starting download, target: Cockroach
15202024-12-20T22:50:28.878ZDec 20 22:50:27.793 INFO Starting download, target: DendriteOpenapi
15212024-12-20T22:50:28.878ZDec 20 22:50:27.793 INFO Starting download, target: DendriteStub
15222024-12-20T22:50:28.881ZDec 20 22:50:27.793 INFO Starting download, target: MaghemiteMgd
15232024-12-20T22:50:28.881ZDec 20 22:50:27.793 INFO Starting download, target: TransceiverControl
15242024-12-20T22:50:28.881ZDec 20 22:50:27.794 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15252024-12-20T22:50:28.881ZDec 20 22:50:27.794 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15262024-12-20T22:50:28.881ZDec 20 22:50:27.794 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15272024-12-20T22:50:28.881ZDec 20 22:50:27.794 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15282024-12-20T22:50:28.881ZDec 20 22:50:27.794 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15292024-12-20T22:50:28.881ZDec 20 22:50:27.794 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15302024-12-20T22:50:28.881ZDec 20 22:50:27.794 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15312024-12-20T22:50:29.085ZDec 20 22:50:27.996 INFO Download complete, target: DendriteOpenapi
15322024-12-20T22:50:29.448ZDec 20 22:50:28.336 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15332024-12-20T22:50:29.478ZDec 20 22:50:28.380 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15342024-12-20T22:50:29.771ZDec 20 22:50:28.684 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15352024-12-20T22:50:29.789ZDec 20 22:50:28.703 INFO Download complete, target: Console
15362024-12-20T22:50:29.810ZDec 20 22:50:28.725 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15372024-12-20T22:50:30.133ZDec 20 22:50:29.047 INFO Download complete, target: TransceiverControl
15382024-12-20T22:50:30.910ZDec 20 22:50:29.825 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15392024-12-20T22:50:30.933ZDec 20 22:50:29.847 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15402024-12-20T22:50:30.933ZDec 20 22:50:29.847 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15412024-12-20T22:50:32.709ZDec 20 22:50:31.623 INFO Download complete, target: DendriteStub
15422024-12-20T22:50:32.852ZDec 20 22:50:31.767 INFO Download complete, target: MaghemiteMgd
15432024-12-20T22:50:38.358ZDec 20 22:50:37.271 INFO Checking that binary works, target: Cockroach
15442024-12-20T22:50:38.524ZDec 20 22:50:37.437 INFO Download complete, target: Cockroach
15452024-12-20T22:50:43.404ZDec 20 22:50:42.316 INFO Checking that binary works, target: Clickhouse
15462024-12-20T22:50:43.560ZDec 20 22:50:42.472 INFO Download complete, target: Clickhouse
15472024-12-20T22:50:43.567ZAll prerequisites installed successfully
15482024-12-20T22:50:43.569Z
15492024-12-20T22:50:43.569Zreal 4:39.040776841
15502024-12-20T22:50:43.569Zuser 16:28.732897656
15512024-12-20T22:50:43.569Zsys 3:13.988303699
15522024-12-20T22:50:43.569Ztrap 0.540000120
15532024-12-20T22:50:43.569Ztflt 1.553474140
15542024-12-20T22:50:43.569Zdflt 2.147279569
15552024-12-20T22:50:43.569Zkflt 0.029633007
15562024-12-20T22:50:43.569Zlock 29:41.493210632
15572024-12-20T22:50:43.570Zslp 1:00:38.588051330
15582024-12-20T22:50:43.570Zlat 57.789981216
15592024-12-20T22:50:43.570Zstop 2:22.184236147
15602024-12-20T22:50:43.570Z+ ptime -m cargo xtask download softnpu
15612024-12-20T22:50:44.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15622024-12-20T22:50:44.102Z Running `target/debug/xtask download softnpu`
15632024-12-20T22:50:44.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
15642024-12-20T22:50:44.970Z Running `target/debug/xtask-downloader softnpu`
15652024-12-20T22:50:45.014ZDec 20 22:50:43.925 INFO Starting download, target: Softnpu
15662024-12-20T22:50:45.017ZDec 20 22:50:43.925 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15672024-12-20T22:50:45.861ZDec 20 22:50:44.772 INFO Download complete, target: Softnpu
15682024-12-20T22:50:45.866Z
15692024-12-20T22:50:45.869Zreal 2.290222853
15702024-12-20T22:50:45.869Zuser 1.280951532
15712024-12-20T22:50:45.869Zsys 0.538087252
15722024-12-20T22:50:45.869Ztrap 0.000831685
15732024-12-20T22:50:45.869Ztflt 0.000025713
15742024-12-20T22:50:45.869Zdflt 0.000001499
15752024-12-20T22:50:45.869Zkflt 0.000000000
15762024-12-20T22:50:45.869Zlock 8.885469343
15772024-12-20T22:50:45.869Zslp 0.662640801
15782024-12-20T22:50:45.869Zlat 0.073399723
15792024-12-20T22:50:45.869Zstop 0.000192637
15802024-12-20T22:50:45.869Z+ export CARGO_INCREMENTAL=0
15812024-12-20T22:50:45.869Z+ CARGO_INCREMENTAL=0
15822024-12-20T22:50:45.869Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15832024-12-20T22:50:46.831Z Compiling proc-macro2 v1.0.89
15842024-12-20T22:50:46.831Z Compiling unicode-ident v1.0.13
15852024-12-20T22:50:46.831Z Compiling libc v0.2.162
15862024-12-20T22:50:46.834Z Compiling serde v1.0.215
15872024-12-20T22:50:46.834Z Compiling autocfg v1.4.0
15882024-12-20T22:50:46.834Z Compiling version_check v0.9.5
15892024-12-20T22:50:46.834Z Compiling cfg-if v1.0.0
15902024-12-20T22:50:47.098Z Compiling memchr v2.7.4
15912024-12-20T22:50:47.101Z Compiling shlex v1.3.0
15922024-12-20T22:50:47.142Z Compiling typenum v1.17.0
15932024-12-20T22:50:47.474Z Compiling value-bag v1.9.0
15942024-12-20T22:50:47.690Z Compiling generic-array v0.14.7
15952024-12-20T22:50:47.862Z Compiling lock_api v0.4.12
15962024-12-20T22:50:47.973Z Compiling log v0.4.22
15972024-12-20T22:50:48.025Z Compiling scopeguard v1.2.0
15982024-12-20T22:50:48.176Z Compiling parking_lot_core v0.9.10
15992024-12-20T22:50:48.465Z Compiling serde_json v1.0.133
16002024-12-20T22:50:48.564Z Compiling quote v1.0.37
16012024-12-20T22:50:48.759Z Compiling once_cell v1.20.2
16022024-12-20T22:50:48.777Z Compiling libm v0.2.8
16032024-12-20T22:50:48.802Z Compiling rustix v0.38.37
16042024-12-20T22:50:49.091Z Compiling syn v2.0.87
16052024-12-20T22:50:49.151Z Compiling jobserver v0.1.32
16062024-12-20T22:50:49.172Z Compiling getrandom v0.2.15
16072024-12-20T22:50:49.254Z Compiling num-traits v0.2.19
16082024-12-20T22:50:49.431Z Compiling thiserror v1.0.69
16092024-12-20T22:50:49.448Z Compiling aho-corasick v1.1.3
16102024-12-20T22:50:49.507Z Compiling cc v1.1.30
16112024-12-20T22:50:49.539Z Compiling regex-syntax v0.8.5
16122024-12-20T22:50:49.542Z Compiling either v1.13.0
16132024-12-20T22:50:49.897Z Compiling itoa v1.0.11
16142024-12-20T22:50:49.941Z Compiling spin v0.9.8
16152024-12-20T22:50:50.219Z Compiling slab v0.4.9
16162024-12-20T22:50:50.436Z Compiling byteorder v1.5.0
16172024-12-20T22:50:50.664Z Compiling errno v0.3.9
16182024-12-20T22:50:50.885Z Compiling rand_core v0.6.4
16192024-12-20T22:50:50.910Z Compiling lazy_static v1.5.0
16202024-12-20T22:50:51.034Z Compiling glob v0.3.1
16212024-12-20T22:50:51.636Z Compiling prettyplease v0.2.25
16222024-12-20T22:50:51.836Z Compiling clang-sys v1.8.1
16232024-12-20T22:50:52.162Z Compiling minimal-lexical v0.2.1
16242024-12-20T22:50:52.330Z Compiling libloading v0.8.5
16252024-12-20T22:50:52.499Z Compiling home v0.5.9
16262024-12-20T22:50:52.651Z Compiling nom v7.1.3
16272024-12-20T22:50:52.710Z Compiling subtle v2.6.1
16282024-12-20T22:50:52.728Z Compiling allocator-api2 v0.2.18
16292024-12-20T22:50:53.033Z Compiling bindgen v0.69.5
16302024-12-20T22:50:53.269Z Compiling regex-automata v0.4.8
16312024-12-20T22:50:53.460Z Compiling itertools v0.10.5
16322024-12-20T22:50:53.481Z Compiling rustc-hash v1.1.0
16332024-12-20T22:50:53.624Z Compiling smallvec v1.13.2
16342024-12-20T22:50:53.821Z Compiling semver v1.0.23
16352024-12-20T22:50:54.077Z Compiling lazycell v1.3.0
16362024-12-20T22:50:54.249Z Compiling cmake v0.1.51
16372024-12-20T22:50:54.628Z Compiling dunce v1.0.5
16382024-12-20T22:50:54.632Z Compiling fs_extra v1.3.0
16392024-12-20T22:50:55.686Z Compiling pkg-config v0.3.31
16402024-12-20T22:50:55.779Z Compiling ryu v1.0.18
16412024-12-20T22:50:56.047Z Compiling cexpr v0.6.0
16422024-12-20T22:50:56.123Z Compiling ring v0.17.8
16432024-12-20T22:50:56.277Z Compiling pin-project-lite v0.2.14
16442024-12-20T22:50:56.440Z Compiling paste v1.0.15
16452024-12-20T22:50:56.586Z Compiling const-oid v0.9.6
16462024-12-20T22:50:56.861Z Compiling synstructure v0.13.1
16472024-12-20T22:50:57.527Z Compiling fnv v1.0.7
16482024-12-20T22:50:57.552Z Compiling schemars v0.8.21
16492024-12-20T22:50:57.730Z Compiling serde_derive_internals v0.29.1
16502024-12-20T22:50:58.272Z Compiling httparse v1.9.5
16512024-12-20T22:50:58.508Z Compiling aws-lc-rs v1.10.0
16522024-12-20T22:50:58.527Z Compiling equivalent v1.0.1
16532024-12-20T22:50:58.639Z Compiling regex v1.11.1
16542024-12-20T22:50:58.864Z Compiling foldhash v0.1.3
16552024-12-20T22:50:59.142Z Compiling hashbrown v0.15.1
16562024-12-20T22:50:59.612Z Compiling heck v0.5.0
16572024-12-20T22:50:59.923Z Compiling signal-hook-registry v1.4.2
16582024-12-20T22:51:00.070Z Compiling parking_lot v0.12.3
16592024-12-20T22:51:00.817Z Compiling mio v1.0.2
16602024-12-20T22:51:02.081Z Compiling stable_deref_trait v1.2.0
16612024-12-20T22:51:02.100Z Compiling crossbeam-utils v0.8.20
16622024-12-20T22:51:02.219Z Compiling socket2 v0.5.7
16632024-12-20T22:51:02.247Z Compiling serde_derive v1.0.215
16642024-12-20T22:51:02.631Z Compiling zeroize_derive v1.4.2
16652024-12-20T22:51:02.720Z Compiling zerocopy-derive v0.7.35
16662024-12-20T22:51:03.086Z Compiling thiserror-impl v1.0.69
16672024-12-20T22:51:04.683Z Compiling tokio-macros v2.4.0
16682024-12-20T22:51:04.685Z Compiling zerofrom-derive v0.1.4
16692024-12-20T22:51:04.685Z Compiling yoke-derive v0.7.4
16702024-12-20T22:51:04.685Z Compiling futures-macro v0.3.31
16712024-12-20T22:51:04.685Z Compiling zeroize v1.8.1
16722024-12-20T22:51:04.697Z Compiling zerovec-derive v0.10.3
16732024-12-20T22:51:05.115Z Compiling zerocopy v0.7.35
16742024-12-20T22:51:05.862Z Compiling displaydoc v0.2.5
16752024-12-20T22:51:06.277Z Compiling crypto-common v0.1.6
16762024-12-20T22:51:06.482Z Compiling tracing-attributes v0.1.27
16772024-12-20T22:51:06.528Z Compiling icu_provider_macros v1.5.0
16782024-12-20T22:51:06.779Z Compiling schemars_derive v0.8.21
16792024-12-20T22:51:07.079Z Compiling block-buffer v0.10.4
16802024-12-20T22:51:07.309Z Compiling digest v0.10.7
16812024-12-20T22:51:07.343Z Compiling der_derive v0.7.3
16822024-12-20T22:51:07.537Z Compiling time-core v0.1.2
16832024-12-20T22:51:07.652Z Compiling futures-core v0.3.31
16842024-12-20T22:51:07.707Z Compiling num-conv v0.1.0
16852024-12-20T22:51:08.007Z Compiling time-macros v0.2.18
16862024-12-20T22:51:08.571Z Compiling vcpkg v0.2.15
16872024-12-20T22:51:10.145Z Compiling syn v1.0.109
16882024-12-20T22:51:10.235Z Compiling openssl-sys v0.9.103
16892024-12-20T22:51:10.864Z Compiling cpufeatures v0.2.14
16902024-12-20T22:51:10.993Z Compiling futures-sink v0.3.31
16912024-12-20T22:51:11.022Z Compiling slog v2.7.0
16922024-12-20T22:51:11.270Z Compiling ahash v0.8.11
16932024-12-20T22:51:11.543Z Compiling iana-time-zone v0.1.61
16942024-12-20T22:51:11.685Z Compiling zerofrom v0.1.4
16952024-12-20T22:51:11.886Z Compiling scroll_derive v0.12.0
16962024-12-20T22:51:12.060Z Compiling ucd-trie v0.1.7
16972024-12-20T22:51:12.140Z Compiling yoke v0.7.4
16982024-12-20T22:51:12.287Z Compiling pest v2.7.14
16992024-12-20T22:51:12.499Z Compiling futures-channel v0.3.31
17002024-12-20T22:51:12.934Z Compiling hmac v0.12.1
17012024-12-20T22:51:13.165Z Compiling futures-task v0.3.31
17022024-12-20T22:51:13.311Z Compiling futures-io v0.3.31
17032024-12-20T22:51:13.494Z Compiling pin-utils v0.1.0
17042024-12-20T22:51:13.688Z Compiling openssl v0.10.66
17052024-12-20T22:51:13.814Z Compiling futures-util v0.3.31
17062024-12-20T22:51:14.077Z Compiling zerovec v0.10.4
17072024-12-20T22:51:14.298Z Compiling block-padding v0.3.3
17082024-12-20T22:51:14.531Z Compiling tinyvec_macros v0.1.1
17092024-12-20T22:51:14.764Z Compiling pest_meta v2.7.14
17102024-12-20T22:51:15.196Z Compiling tinyvec v1.8.0
17112024-12-20T22:51:15.671Z Compiling bitflags v2.6.0
17122024-12-20T22:51:16.071Z Compiling bytes v1.8.0
17132024-12-20T22:51:18.437Z Compiling indexmap v2.6.0
17142024-12-20T22:51:18.847Z Compiling tokio v1.40.0
17152024-12-20T22:51:19.870Z Compiling serde_tokenstream v0.2.2
17162024-12-20T22:51:20.222Z Compiling which v4.4.2
17172024-12-20T22:51:20.477Z Compiling uuid v1.11.0
17182024-12-20T22:51:20.755Z Compiling http v1.1.0
17192024-12-20T22:51:21.194Z Compiling chrono v0.4.38
17202024-12-20T22:51:21.754Z Compiling rustc_version v0.4.1
17212024-12-20T22:51:24.625Z Compiling pest_generator v2.7.14
17222024-12-20T22:51:24.979Z Compiling serde_spanned v0.6.8
17232024-12-20T22:51:25.230Z Compiling toml_datetime v0.6.8
17242024-12-20T22:51:25.673Z Compiling inout v0.1.3
17252024-12-20T22:51:26.422Z Compiling openssl-macros v0.1.1
17262024-12-20T22:51:26.718Z Compiling dyn-clone v1.0.17
17272024-12-20T22:51:27.032Z Compiling strsim v0.11.1
17282024-12-20T22:51:27.134Z Compiling native-tls v0.2.12
17292024-12-20T22:51:27.466Z Compiling rustls v0.23.19
17302024-12-20T22:51:28.434Z Compiling pest_derive v2.7.14
17312024-12-20T22:51:28.976Z Compiling cipher v0.4.4
17322024-12-20T22:51:29.179Z Compiling unicode-normalization v0.1.24
17332024-12-20T22:51:29.407Z Compiling tinystr v0.7.6
17342024-12-20T22:51:29.442Z Compiling sha2 v0.10.8
17352024-12-20T22:51:29.493Z Compiling tracing-core v0.1.32
17362024-12-20T22:51:29.817Z Compiling usdt-impl v0.5.0
17372024-12-20T22:51:30.176Z Compiling litemap v0.7.3
17382024-12-20T22:51:30.252Z Compiling base64ct v1.6.0
17392024-12-20T22:51:30.273Z Compiling writeable v0.5.5
17402024-12-20T22:51:30.577Z Compiling unicode-bidi v0.3.17
17412024-12-20T22:51:30.826Z Compiling pem-rfc7468 v0.7.0
17422024-12-20T22:51:31.431Z Compiling icu_locid v1.5.0
17432024-12-20T22:51:31.789Z Compiling tracing v0.1.40
17442024-12-20T22:51:32.612Z Compiling scroll v0.12.0
17452024-12-20T22:51:32.957Z Compiling ppv-lite86 v0.2.20
17462024-12-20T22:51:33.168Z Compiling async-trait v0.1.83
17472024-12-20T22:51:33.870Z Compiling cookie v0.18.1
17482024-12-20T22:51:34.121Z Compiling aws-lc-sys v0.22.0
17492024-12-20T22:51:34.139Z Compiling camino v1.1.9
17502024-12-20T22:51:34.271Z Compiling flagset v0.4.6
17512024-12-20T22:51:34.468Z Compiling plain v0.2.3
17522024-12-20T22:51:35.425Z Compiling anyhow v1.0.93
17532024-12-20T22:51:36.106Z Compiling goblin v0.8.2
17542024-12-20T22:51:38.044Z Compiling der v0.7.9
17552024-12-20T22:51:39.361Z Compiling rand_chacha v0.3.1
17562024-12-20T22:51:40.874Z Compiling icu_provider v1.5.0
17572024-12-20T22:51:41.826Z Compiling rayon-core v1.12.1
17582024-12-20T22:51:42.103Z Compiling rustls-pki-types v1.10.0
17592024-12-20T22:51:42.600Z Compiling icu_locid_transform_data v1.5.0
17602024-12-20T22:51:42.702Z Compiling untrusted v0.7.1
17612024-12-20T22:51:43.030Z Compiling percent-encoding v2.3.1
17622024-12-20T22:51:43.149Z Compiling rustls v0.22.4
17632024-12-20T22:51:43.344Z Compiling pretty-hex v0.4.1
17642024-12-20T22:51:43.546Z Compiling dof v0.3.0
17652024-12-20T22:51:43.901Z Compiling icu_locid_transform v1.5.0
17662024-12-20T22:51:44.961Z Compiling spki v0.7.3
17672024-12-20T22:51:45.258Z Compiling rand v0.8.5
17682024-12-20T22:51:45.509Z Compiling salsa20 v0.10.2
17692024-12-20T22:51:45.654Z Compiling dtrace-parser v0.2.0
17702024-12-20T22:51:45.729Z Compiling tokio-util v0.7.12
17712024-12-20T22:51:46.167Z Compiling icu_collections v1.5.0
17722024-12-20T22:51:46.896Z Compiling pbkdf2 v0.12.2
17732024-12-20T22:51:47.368Z Compiling thread-id v4.2.2
17742024-12-20T22:51:47.426Z Compiling icu_properties_data v1.5.0
17752024-12-20T22:51:47.474Z Compiling untrusted v0.9.0
17762024-12-20T22:51:47.524Z Compiling powerfmt v0.2.0
17772024-12-20T22:51:47.560Z Compiling mirai-annotations v1.12.0
17782024-12-20T22:51:47.753Z Compiling winnow v0.5.40
17792024-12-20T22:51:48.342Z Compiling deranged v0.3.11
17802024-12-20T22:51:48.360Z Compiling icu_properties v1.5.1
17812024-12-20T22:51:51.626Z Compiling toml_edit v0.19.15
17822024-12-20T22:51:51.952Z Compiling scrypt v0.11.0
17832024-12-20T22:51:52.452Z Compiling aes v0.8.4
17842024-12-20T22:51:52.502Z Compiling cbc v0.1.2
17852024-12-20T22:51:52.755Z Compiling multer v3.1.0
17862024-12-20T22:51:53.045Z Compiling num_threads v0.1.7
17872024-12-20T22:51:53.591Z Compiling icu_normalizer_data v1.5.0
17882024-12-20T22:51:53.700Z Compiling atomic-waker v1.1.2
17892024-12-20T22:51:53.766Z Compiling write16 v1.0.0
17902024-12-20T22:51:53.924Z Compiling rustversion v1.0.17
17912024-12-20T22:51:54.085Z Compiling slog-async v2.8.0
17922024-12-20T22:51:54.521Z Compiling utf8_iter v1.0.4
17932024-12-20T22:51:54.539Z Compiling utf16_iter v1.0.5
17942024-12-20T22:51:54.766Z Compiling icu_normalizer v1.5.0
17952024-12-20T22:51:55.439Z Compiling time v0.3.36
17962024-12-20T22:51:56.453Z Compiling pkcs5 v0.7.1
17972024-12-20T22:51:57.699Z Compiling form_urlencoded v1.2.1
17982024-12-20T22:51:58.493Z Compiling http-body v1.0.1
17992024-12-20T22:51:58.738Z Compiling heapless v0.7.17
18002024-12-20T22:51:59.279Z Compiling bzip2-sys v0.1.11+1.0.8
18012024-12-20T22:51:59.877Z Compiling try-lock v0.2.5
18022024-12-20T22:52:00.149Z Compiling signal-hook v0.3.17
18032024-12-20T22:52:00.589Z Compiling want v0.3.1
18042024-12-20T22:52:01.943Z Compiling pkcs8 v0.10.2
18052024-12-20T22:52:02.251Z Compiling idna_adapter v1.2.0
18062024-12-20T22:52:02.601Z Compiling h2 v0.4.6
18072024-12-20T22:52:03.683Z Compiling usdt-macro v0.5.0
18082024-12-20T22:52:04.980Z Compiling usdt-attr-macro v0.5.0
18092024-12-20T22:52:05.530Z Compiling async-stream-impl v0.3.6
18102024-12-20T22:52:05.872Z Compiling httpdate v1.0.3
18112024-12-20T22:52:06.484Z Compiling adler2 v2.0.0
18122024-12-20T22:52:06.734Z Compiling miniz_oxide v0.8.0
18132024-12-20T22:52:07.920Z Compiling idna v1.0.3
18142024-12-20T22:52:09.605Z Compiling hyper v1.5.0
18152024-12-20T22:52:09.880Z Compiling curve25519-dalek v4.1.3
18162024-12-20T22:52:10.311Z Compiling openapiv3 v2.0.0
18172024-12-20T22:52:10.427Z Compiling enum-as-inner v0.6.1
18182024-12-20T22:52:12.734Z Compiling dropshot v0.12.0
18192024-12-20T22:52:13.030Z Compiling base64 v0.22.1
18202024-12-20T22:52:13.392Z Compiling smoltcp v0.9.1
18212024-12-20T22:52:13.878Z Compiling newtype-uuid v1.1.3
18222024-12-20T22:52:13.959Z Compiling tower-service v0.3.3
18232024-12-20T22:52:14.115Z Compiling num-bigint-dig v0.8.4
18242024-12-20T22:52:14.146Z Compiling match_cfg v0.1.0
18252024-12-20T22:52:14.239Z Compiling portable-atomic v1.9.0
18262024-12-20T22:52:14.383Z Compiling foreign-types-shared v0.1.1
18272024-12-20T22:52:14.502Z Compiling foreign-types v0.3.2
18282024-12-20T22:52:14.563Z Compiling hyper-util v0.1.10
18292024-12-20T22:52:14.595Z Compiling hostname v0.3.1
18302024-12-20T22:52:18.245Z Compiling url v2.5.3
18312024-12-20T22:52:22.161Z Compiling dirs-sys-next v0.1.2
18322024-12-20T22:52:22.180Z Compiling heck v0.4.1
18332024-12-20T22:52:22.608Z Compiling siphasher v0.3.11
18342024-12-20T22:52:22.699Z Compiling ident_case v1.0.1
18352024-12-20T22:52:22.786Z Compiling gimli v0.31.1
18362024-12-20T22:52:22.878Z Compiling data-encoding v2.6.0
18372024-12-20T22:52:22.963Z Compiling darling_core v0.20.10
18382024-12-20T22:52:23.188Z Compiling dirs-next v2.0.0
18392024-12-20T22:52:26.064Z Compiling http-body-util v0.1.2
18402024-12-20T22:52:29.048Z Compiling addr2line v0.24.2
18412024-12-20T22:52:29.663Z Compiling crossbeam-epoch v0.9.18
18422024-12-20T22:52:29.709Z Compiling hubpack_derive v0.1.1
18432024-12-20T22:52:29.806Z Compiling dropshot_endpoint v0.12.0
18442024-12-20T22:52:30.018Z Compiling sha1 v0.10.6
18452024-12-20T22:52:30.381Z Compiling signature v2.2.0
18462024-12-20T22:52:30.429Z Compiling curve25519-dalek-derive v0.1.1
18472024-12-20T22:52:30.570Z Compiling zerocopy-derive v0.6.6
18482024-12-20T22:52:30.680Z Compiling thread_local v1.1.8
18492024-12-20T22:52:31.725Z Compiling object v0.36.5
18502024-12-20T22:52:31.773Z Compiling fs-err v2.11.0
18512024-12-20T22:52:32.056Z Compiling encoding_rs v0.8.34
18522024-12-20T22:52:33.832Z Compiling winnow v0.6.20
18532024-12-20T22:52:37.683Z Compiling anstyle v1.0.10
18542024-12-20T22:52:38.132Z Compiling mime v0.3.17
18552024-12-20T22:52:39.194Z Compiling openssl-probe v0.1.5
18562024-12-20T22:52:39.496Z Compiling utf8parse v0.2.2
18572024-12-20T22:52:39.663Z Compiling rustc-demangle v0.1.24
18582024-12-20T22:52:40.982Z Compiling unicode-properties v0.1.3
18592024-12-20T22:52:41.906Z Compiling ipnet v2.10.1
18602024-12-20T22:52:42.629Z Compiling stringprep v0.1.5
18612024-12-20T22:52:42.977Z Compiling backtrace v0.3.74
18622024-12-20T22:52:43.632Z Compiling anstyle-parse v0.2.5
18632024-12-20T22:52:45.616Z Compiling toml_edit v0.22.22
18642024-12-20T22:52:47.718Z Compiling rustls-webpki v0.102.8
18652024-12-20T22:52:52.903Z Compiling crossbeam-deque v0.8.5
18662024-12-20T22:52:53.886Z Compiling darling_macro v0.20.10
18672024-12-20T22:52:54.767Z Compiling term v0.7.0
18682024-12-20T22:52:56.046Z Compiling slog-json v2.6.1
18692024-12-20T22:52:57.005Z Compiling serde_urlencoded v0.7.1
18702024-12-20T22:52:57.977Z Compiling crossbeam-channel v0.5.13
18712024-12-20T22:52:58.063Z Compiling rustls-pemfile v2.2.0
18722024-12-20T22:52:58.567Z Compiling hashbrown v0.14.5
18732024-12-20T22:52:59.129Z Compiling idna v0.3.0
18742024-12-20T22:52:59.165Z Compiling idna v0.4.0
18752024-12-20T22:52:59.964Z Compiling futures-executor v0.3.31
18762024-12-20T22:53:00.653Z Compiling num-integer v0.1.46
18772024-12-20T22:53:00.843Z Compiling md-5 v0.10.6
18782024-12-20T22:53:01.084Z Compiling ff v0.13.0
18792024-12-20T22:53:01.101Z Compiling hash32 v0.2.1
18802024-12-20T22:53:01.312Z Compiling memmap v0.7.0
18812024-12-20T22:53:01.370Z Compiling is-terminal v0.4.13
18822024-12-20T22:53:01.504Z Compiling fallible-iterator v0.2.0
18832024-12-20T22:53:01.622Z Compiling colorchoice v1.0.2
18842024-12-20T22:53:01.793Z Compiling take_mut v0.2.2
18852024-12-20T22:53:02.122Z Compiling base16ct v0.2.0
18862024-12-20T22:53:02.239Z Compiling quick-error v1.2.3
18872024-12-20T22:53:02.388Z Compiling psl-types v2.0.11
18882024-12-20T22:53:02.584Z Compiling utf-8 v0.7.6
18892024-12-20T22:53:02.898Z Compiling linked-hash-map v0.5.6
18902024-12-20T22:53:03.255Z Compiling is_terminal_polyfill v1.70.1
18912024-12-20T22:53:03.300Z Compiling anstyle-query v1.1.1
18922024-12-20T22:53:03.477Z Compiling anstream v0.6.15
18932024-12-20T22:53:04.164Z Compiling lru-cache v0.1.2
18942024-12-20T22:53:04.371Z Compiling tungstenite v0.24.0
18952024-12-20T22:53:04.948Z Compiling publicsuffix v2.2.3
18962024-12-20T22:53:04.989Z Compiling resolv-conf v0.7.0
18972024-12-20T22:53:05.221Z Compiling sec1 v0.7.3
18982024-12-20T22:53:05.675Z Compiling postgres-protocol v0.6.7
18992024-12-20T22:53:06.422Z Compiling usdt v0.5.0
19002024-12-20T22:53:06.831Z Compiling slog-term v2.9.1
19012024-12-20T22:53:06.874Z Compiling group v0.13.0
19022024-12-20T22:53:07.189Z Compiling num-iter v0.1.45
19032024-12-20T22:53:07.388Z Compiling futures v0.3.31
19042024-12-20T22:53:07.510Z Compiling hickory-proto v0.24.1
19052024-12-20T22:53:07.912Z Compiling regress v0.10.1
19062024-12-20T22:53:11.957Z Compiling slog-bunyan v2.5.0
19072024-12-20T22:53:12.167Z Compiling tokio-rustls v0.26.0
19082024-12-20T22:53:12.185Z Compiling darling v0.20.10
19092024-12-20T22:53:12.604Z Compiling tokio-rustls v0.25.0
19102024-12-20T22:53:12.606Z Compiling toml v0.8.19
19112024-12-20T22:53:12.607Z Compiling tokio-native-tls v0.3.1
19122024-12-20T22:53:12.887Z Compiling phf_shared v0.11.2
19132024-12-20T22:53:13.008Z Compiling strum_macros v0.25.3
19142024-12-20T22:53:13.560Z Compiling async-stream v0.3.6
19152024-12-20T22:53:13.845Z Compiling waitgroup v0.1.2
19162024-12-20T22:53:14.054Z Compiling webpki-roots v0.26.6
19172024-12-20T22:53:14.516Z Compiling idna v0.5.0
19182024-12-20T22:53:14.589Z Compiling terminal_size v0.4.0
19192024-12-20T22:53:14.666Z Compiling serde_path_to_error v0.1.16
19202024-12-20T22:53:15.447Z Compiling hkdf v0.12.4
19212024-12-20T22:53:15.640Z Compiling crypto-bigint v0.5.5
19222024-12-20T22:53:15.683Z Compiling derive-where v1.2.7
19232024-12-20T22:53:15.999Z Compiling serde_repr v0.1.19
19242024-12-20T22:53:16.509Z Compiling clap_derive v4.5.18
19252024-12-20T22:53:16.572Z Compiling hostname v0.4.0
19262024-12-20T22:53:16.798Z Compiling crc32fast v1.4.2
19272024-12-20T22:53:17.094Z Compiling clap_lex v0.7.2
19282024-12-20T22:53:17.142Z Compiling unicode-width v0.1.14
19292024-12-20T22:53:17.669Z Compiling bitflags v1.3.2
19302024-12-20T22:53:18.219Z Compiling managed v0.8.0
19312024-12-20T22:53:18.731Z Compiling debug-ignore v1.0.5
19322024-12-20T22:53:20.991Z Compiling elliptic-curve v0.13.8
19332024-12-20T22:53:21.551Z Compiling console v0.15.8
19342024-12-20T22:53:21.704Z Compiling clap_builder v4.5.21
19352024-12-20T22:53:22.478Z Compiling flate2 v1.0.34
19362024-12-20T22:53:22.856Z Compiling cookie_store v0.21.0
19372024-12-20T22:53:26.050Z Compiling hyper-rustls v0.27.3
19382024-12-20T22:53:27.395Z Compiling phf v0.11.2
19392024-12-20T22:53:27.720Z Compiling hickory-resolver v0.24.1
19402024-12-20T22:53:28.364Z Compiling hyper-tls v0.6.0
19412024-12-20T22:53:28.750Z Compiling signal-hook-mio v0.2.4
19422024-12-20T22:53:28.805Z Compiling bzip2 v0.4.4
19432024-12-20T22:53:28.919Z Compiling typify-impl v0.2.0
19442024-12-20T22:53:29.060Z Compiling rayon v1.10.0
19452024-12-20T22:53:29.162Z Compiling postgres-types v0.2.8
19462024-12-20T22:53:29.208Z Compiling tokio-tungstenite v0.24.0
19472024-12-20T22:53:30.080Z Compiling zerocopy v0.6.6
19482024-12-20T22:53:30.298Z Compiling hubpack v0.1.2
19492024-12-20T22:53:30.564Z Compiling ed25519 v2.2.3
19502024-12-20T22:53:30.746Z Compiling phf_shared v0.10.0
19512024-12-20T22:53:30.982Z Compiling pkcs1 v0.7.5
19522024-12-20T22:53:31.112Z Compiling tokio-stream v0.1.16
19532024-12-20T22:53:32.151Z Compiling ipnetwork v0.20.0
19542024-12-20T22:53:33.629Z Compiling serde-big-array v0.5.1
19552024-12-20T22:53:33.880Z Compiling rfc6979 v0.4.0
19562024-12-20T22:53:34.076Z Compiling float-cmp v0.9.0
19572024-12-20T22:53:34.096Z Compiling sync_wrapper v1.0.1
19582024-12-20T22:53:34.256Z Compiling bstr v1.10.0
19592024-12-20T22:53:35.374Z Compiling normalize-line-endings v0.3.0
19602024-12-20T22:53:35.517Z Compiling bit-vec v0.6.3
19612024-12-20T22:53:35.901Z Compiling unicode-width v0.2.0
19622024-12-20T22:53:35.920Z Compiling difflib v0.4.0
19632024-12-20T22:53:35.959Z Compiling predicates-core v1.0.8
19642024-12-20T22:53:36.252Z Compiling precomputed-hash v0.1.1
19652024-12-20T22:53:36.272Z Compiling unicode-segmentation v1.12.0
19662024-12-20T22:53:36.413Z Compiling whoami v1.5.2
19672024-12-20T22:53:36.948Z Compiling static_assertions v1.1.0
19682024-12-20T22:53:37.052Z Compiling new_debug_unreachable v1.0.6
19692024-12-20T22:53:37.135Z Compiling fixedbitset v0.4.2
19702024-12-20T22:53:37.137Z Compiling number_prefix v0.4.0
19712024-12-20T22:53:37.221Z Compiling string_cache v0.8.7
19722024-12-20T22:53:37.351Z Compiling indicatif v0.17.9
19732024-12-20T22:53:37.553Z Compiling petgraph v0.6.5
19742024-12-20T22:53:37.639Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19752024-12-20T22:53:38.177Z Compiling similar v2.6.0
19762024-12-20T22:53:39.280Z Compiling tokio-postgres v0.7.12
19772024-12-20T22:53:40.246Z Compiling predicates v3.1.2
19782024-12-20T22:53:40.898Z Compiling typify-macro v0.2.0
19792024-12-20T22:53:41.566Z Compiling bit-set v0.5.3
19802024-12-20T22:53:41.845Z Compiling reqwest v0.12.9
19812024-12-20T22:53:41.963Z Compiling ecdsa v0.16.9
19822024-12-20T22:53:43.255Z Compiling qorb v0.2.1
19832024-12-20T22:53:44.377Z Compiling rsa v0.9.6
19842024-12-20T22:53:44.559Z Compiling ed25519-dalek v2.1.1
19852024-12-20T22:53:45.116Z Compiling zip v0.6.6
19862024-12-20T22:53:45.335Z Compiling crossterm v0.28.1
19872024-12-20T22:53:45.449Z Compiling clap v4.5.21
19882024-12-20T22:53:47.107Z Compiling toml v0.7.8
19892024-12-20T22:53:47.639Z Compiling x509-cert v0.2.5
19902024-12-20T22:53:48.814Z Compiling hex v0.4.3
19912024-12-20T22:53:49.702Z Compiling unicode-xid v0.2.6
19922024-12-20T22:53:49.704Z Compiling zerocopy v0.8.10
19932024-12-20T22:53:49.895Z Compiling lalrpop-util v0.19.12
19942024-12-20T22:53:50.005Z Compiling peg-runtime v0.8.3
19952024-12-20T22:53:52.090Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19962024-12-20T22:53:56.424Z Compiling proc-macro-crate v1.3.1
19972024-12-20T22:53:57.023Z Compiling macaddr v1.0.1
19982024-12-20T22:53:57.260Z Compiling zerocopy-derive v0.8.10
19992024-12-20T22:53:57.341Z Compiling itertools v0.13.0
20002024-12-20T22:53:58.676Z Compiling heapless v0.8.0
20012024-12-20T22:54:00.647Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20022024-12-20T22:54:04.478Z Compiling num_enum_derive v0.5.11
20032024-12-20T22:54:13.648Z Compiling hash32 v0.3.1
20042024-12-20T22:54:14.337Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20052024-12-20T22:54:14.619Z Compiling smoltcp v0.11.0
20062024-12-20T22:54:20.035Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20072024-12-20T22:54:20.309Z Compiling num_enum v0.5.11
20082024-12-20T22:54:20.977Z Compiling typify v0.2.0
20092024-12-20T22:54:21.039Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20102024-12-20T22:54:22.208Z Compiling proc-macro-error-attr v1.0.4
20112024-12-20T22:54:22.499Z Compiling cobs v0.2.3
20122024-12-20T22:54:22.962Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20132024-12-20T22:54:23.248Z Compiling unsafe-libyaml v0.2.11
20142024-12-20T22:54:24.910Z Compiling serde_yaml v0.9.34+deprecated
20152024-12-20T22:54:25.781Z Compiling postcard v1.0.10
20162024-12-20T22:54:39.082Z Compiling progenitor-impl v0.8.0
20172024-12-20T22:54:40.463Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20182024-12-20T22:54:51.803Z Compiling strum_macros v0.26.4
20192024-12-20T22:54:52.735Z Compiling structmeta-derive v0.3.0
20202024-12-20T22:54:52.849Z Compiling foreign-types-macros v0.2.3
20212024-12-20T22:54:52.888Z Compiling proc-macro-error v1.0.4
20222024-12-20T22:54:53.210Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20232024-12-20T22:54:53.749Z Compiling foreign-types-shared v0.3.1
20242024-12-20T22:54:55.207Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20252024-12-20T22:54:55.335Z Compiling structmeta v0.3.0
20262024-12-20T22:54:55.377Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20272024-12-20T22:54:56.235Z Compiling strum v0.26.3
20282024-12-20T22:54:59.356Z Compiling foreign-types v0.5.0
20292024-12-20T22:55:05.382Z Compiling progenitor-macro v0.8.0
20302024-12-20T22:55:08.779Z Compiling progenitor-client v0.8.0
20312024-12-20T22:55:09.789Z Compiling tabwriter v1.4.0
20322024-12-20T22:55:10.547Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20332024-12-20T22:55:11.341Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20342024-12-20T22:55:12.525Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20352024-12-20T22:55:13.362Z Compiling cstr-argument v0.1.2
20362024-12-20T22:55:13.460Z Compiling dropshot v0.13.0
20372024-12-20T22:55:14.042Z Compiling pretty-hex v0.2.1
20382024-12-20T22:55:14.271Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20392024-12-20T22:55:14.564Z Compiling thiserror v2.0.3
20402024-12-20T22:55:15.026Z Compiling fastrand v2.1.1
20412024-12-20T22:55:15.146Z Compiling crucible-workspace-hack v0.1.0
20422024-12-20T22:55:15.457Z Compiling tempfile v3.13.0
20432024-12-20T22:55:15.692Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20442024-12-20T22:55:15.790Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20452024-12-20T22:55:16.358Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20462024-12-20T22:55:16.640Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20472024-12-20T22:55:17.125Z Compiling parse-display-derive v0.10.0
20482024-12-20T22:55:17.551Z Compiling colored v2.1.0
20492024-12-20T22:55:18.067Z Compiling serde_with_macros v3.11.0
20502024-12-20T22:55:18.093Z Compiling progenitor v0.8.0
20512024-12-20T22:55:18.374Z Compiling dropshot_endpoint v0.13.0
20522024-12-20T22:55:18.789Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20532024-12-20T22:55:19.529Z Compiling thiserror-impl v2.0.3
20542024-12-20T22:55:20.349Z Compiling instant v0.1.13
20552024-12-20T22:55:20.542Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20562024-12-20T22:55:20.651Z Compiling serde_with v3.11.0
20572024-12-20T22:55:20.949Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20582024-12-20T22:55:21.009Z Compiling parse-display v0.10.0
20592024-12-20T22:55:21.012Z Compiling backoff v0.4.0
20602024-12-20T22:55:21.391Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20612024-12-20T22:55:21.615Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20622024-12-20T22:55:22.901Z Compiling zone_cfg_derive v0.3.0
20632024-12-20T22:55:23.928Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20642024-12-20T22:55:24.278Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20652024-12-20T22:55:24.606Z Compiling camino-tempfile v1.1.1
20662024-12-20T22:55:25.145Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
20672024-12-20T22:55:25.168Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20682024-12-20T22:55:25.368Z Compiling regress v0.9.1
20692024-12-20T22:55:25.394Z Compiling num-derive v0.4.2
20702024-12-20T22:55:25.661Z Compiling sigpipe v0.1.3
20712024-12-20T22:55:25.803Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20722024-12-20T22:55:26.112Z Compiling libefi-sys v0.1.0
20732024-12-20T22:55:26.455Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20742024-12-20T22:55:27.526Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
20752024-12-20T22:55:29.089Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
20762024-12-20T22:55:29.621Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20772024-12-20T22:55:29.679Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20782024-12-20T22:55:32.236Z Compiling zone v0.3.0
20792024-12-20T22:55:33.929Z Compiling smf v0.2.3
20802024-12-20T22:55:33.975Z Compiling bitfield-struct v0.6.2
20812024-12-20T22:55:35.380Z Compiling ring v0.16.20
20822024-12-20T22:55:36.666Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20832024-12-20T22:55:36.674Z Compiling blake3 v1.5.4
20842024-12-20T22:55:36.694Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20852024-12-20T22:55:37.324Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20862024-12-20T22:55:37.476Z Compiling xattr v1.3.1
20872024-12-20T22:55:37.765Z Compiling filetime v0.2.25
20882024-12-20T22:55:37.807Z Compiling memmap2 v0.9.5
20892024-12-20T22:55:38.139Z Compiling arrayref v0.3.9
20902024-12-20T22:55:38.254Z Compiling constant_time_eq v0.3.1
20912024-12-20T22:55:38.429Z Compiling same-file v1.0.6
20922024-12-20T22:55:38.462Z Compiling spin v0.5.2
20932024-12-20T22:55:38.488Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20942024-12-20T22:55:38.611Z Compiling arrayvec v0.7.6
20952024-12-20T22:55:38.679Z Compiling walkdir v2.5.0
20962024-12-20T22:55:38.714Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20972024-12-20T22:55:39.899Z Compiling tar v0.4.42
20982024-12-20T22:55:40.229Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20992024-12-20T22:55:40.654Z Compiling gethostname v0.5.0
21002024-12-20T22:55:40.878Z Compiling cargo-platform v0.1.8
21012024-12-20T22:55:41.485Z Compiling topological-sort v0.2.2
21022024-12-20T22:55:41.775Z Compiling cargo_metadata v0.18.1
21032024-12-20T22:55:41.815Z Compiling shell-words v1.1.0
21042024-12-20T22:55:45.001Z Compiling omicron-zone-package v0.11.1
21052024-12-20T22:55:47.822Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21062024-12-20T22:55:48.592Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21072024-12-20T22:55:50.311Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21082024-12-20T22:56:11.103Z Finished `release` profile [optimized] target(s) in 5m 25s
21092024-12-20T22:56:11.267Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21102024-12-20T22:56:11.313ZLogging to: /work/oxidecomputer/omicron/out/LOG
21112024-12-20T22:56:11.316ZCreated new build target 'test' and set it as active
21122024-12-20T22:56:11.316Z
21132024-12-20T22:56:11.316Zreal 5:25.385586546
21142024-12-20T22:56:11.316Zuser 36:44.182458069
21152024-12-20T22:56:11.316Zsys 4:51.842936441
21162024-12-20T22:56:11.316Ztrap 1.064662430
21172024-12-20T22:56:11.316Ztflt 3.143085037
21182024-12-20T22:56:11.316Zdflt 0.656705509
21192024-12-20T22:56:11.316Zkflt 0.009024906
21202024-12-20T22:56:11.316Zlock 1:17:59.987799940
21212024-12-20T22:56:11.316Zslp 2:34:46.069655927
21222024-12-20T22:56:11.316Zlat 2:36.515693339
21232024-12-20T22:56:11.316Zstop 4:38.934579154
21242024-12-20T22:56:11.316Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21252024-12-20T22:56:12.283Z Finished `release` profile [optimized] target(s) in 0.91s
21262024-12-20T22:56:12.342Z Running `target/release/omicron-package -t test package`
21272024-12-20T22:56:12.389ZLogging to: /work/oxidecomputer/omicron/out/LOG
21282024-12-20T22:56:13.502Z Compiling convert_case v0.4.0
21292024-12-20T22:56:13.503Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21302024-12-20T22:56:13.503Z Compiling newline-converter v0.3.0
21312024-12-20T22:56:13.505Z Compiling password-hash v0.5.0
21322024-12-20T22:56:13.505Z Compiling blake2 v0.10.6
21332024-12-20T22:56:13.505Z Compiling atomicwrites v0.4.4
21342024-12-20T22:56:13.635Z Compiling progenitor-client v0.8.0
21352024-12-20T22:56:13.637Z Compiling owo-colors v4.1.0
21362024-12-20T22:56:13.856Z Compiling expectorate v1.1.0
21372024-12-20T22:56:13.940Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21382024-12-20T22:56:13.963Z Compiling cancel-safe-futures v0.1.5
21392024-12-20T22:56:14.076Z Compiling progenitor v0.8.0
21402024-12-20T22:56:14.175Z Compiling num-rational v0.4.2
21412024-12-20T22:56:14.250Z Compiling argon2 v0.5.3
21422024-12-20T22:56:14.312Z Compiling num-complex v0.4.6
21432024-12-20T22:56:14.336Z Compiling derive_more v0.99.18
21442024-12-20T22:56:14.943Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21452024-12-20T22:56:15.025Z Compiling libsw v3.3.1
21462024-12-20T22:56:15.409Z Compiling num v0.4.3
21472024-12-20T22:56:15.530Z Compiling indent_write v2.2.0
21482024-12-20T22:56:15.551Z Compiling swrite v0.1.0
21492024-12-20T22:56:15.580Z Compiling float-ord v0.3.2
21502024-12-20T22:56:15.682Z Compiling linear-map v1.2.0
21512024-12-20T22:56:15.751Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21522024-12-20T22:56:15.771Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21532024-12-20T22:56:15.798Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21542024-12-20T22:56:16.099Z Compiling base64 v0.21.7
21552024-12-20T22:56:16.584Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21562024-12-20T22:56:16.675Z Compiling highway v1.2.0
21572024-12-20T22:56:17.226Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21582024-12-20T22:56:17.573Z Compiling semver v0.1.20
21592024-12-20T22:56:18.109Z Compiling rustc_version v0.1.7
21602024-12-20T22:56:18.142Z Compiling ipnetwork v0.20.0
21612024-12-20T22:56:18.547Z Compiling newtype_derive v0.1.6
21622024-12-20T22:56:18.936Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21632024-12-20T22:56:18.939Z Compiling humantime v2.1.0
21642024-12-20T22:56:19.633Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21652024-12-20T22:56:19.949Z Compiling dropshot v0.13.0
21662024-12-20T22:56:20.029Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21672024-12-20T22:56:20.598Z Compiling instant v0.1.13
21682024-12-20T22:56:20.769Z Compiling backoff v0.4.0
21692024-12-20T22:56:20.871Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21702024-12-20T22:56:21.136Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21712024-12-20T22:56:23.718Z Compiling steno v0.4.1
21722024-12-20T22:56:25.105Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21732024-12-20T22:56:25.208Z Compiling parse-display v0.10.0
21742024-12-20T22:56:25.795Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21752024-12-20T22:56:25.986Z Compiling serde_with v3.11.0
21762024-12-20T22:56:30.081Z Compiling strum v0.26.3
21772024-12-20T22:56:30.103Z Compiling regress v0.9.1
21782024-12-20T22:56:30.277Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21792024-12-20T22:56:31.514Z Compiling macaddr v1.0.1
21802024-12-20T22:56:31.951Z Compiling slog-dtrace v0.3.0
21812024-12-20T22:56:32.092Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21822024-12-20T22:56:33.059Z Compiling prettyplease v0.2.25
21832024-12-20T22:56:34.364Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21842024-12-20T22:56:34.880Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21852024-12-20T22:56:34.996Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21862024-12-20T22:56:36.028Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21872024-12-20T22:56:36.140Z Compiling half v2.4.1
21882024-12-20T22:56:36.799Z Compiling ciborium-io v0.2.2
21892024-12-20T22:56:36.951Z Compiling ciborium-ll v0.2.2
21902024-12-20T22:56:37.494Z Compiling tungstenite v0.21.0
21912024-12-20T22:56:40.385Z Compiling tokio-tungstenite v0.21.0
21922024-12-20T22:56:41.038Z Compiling ciborium v0.2.2
21932024-12-20T22:56:42.674Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21942024-12-20T22:56:43.182Z Compiling fastrand v2.1.1
21952024-12-20T22:56:43.720Z Compiling same-file v1.0.6
21962024-12-20T22:56:43.964Z Compiling display-error-chain v0.2.2
21972024-12-20T22:56:44.197Z Compiling walkdir v2.5.0
21982024-12-20T22:56:44.835Z Compiling tempfile v3.13.0
21992024-12-20T22:56:45.565Z Compiling blake3 v1.5.4
22002024-12-20T22:56:45.636Z Compiling ring v0.16.20
22012024-12-20T22:56:46.191Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22022024-12-20T22:56:48.688Z Compiling xattr v1.3.1
22032024-12-20T22:56:48.963Z Compiling filetime v0.2.25
22042024-12-20T22:56:49.253Z Compiling memmap2 v0.9.5
22052024-12-20T22:56:49.351Z Compiling constant_time_eq v0.3.1
22062024-12-20T22:56:49.512Z Compiling arrayvec v0.7.6
22072024-12-20T22:56:49.682Z Compiling spin v0.5.2
22082024-12-20T22:56:49.936Z Compiling keccak v0.1.5
22092024-12-20T22:56:49.939Z Compiling arrayref v0.3.9
22102024-12-20T22:56:50.955Z Compiling sha3 v0.10.8
22112024-12-20T22:56:51.811Z Compiling tar v0.4.42
22122024-12-20T22:56:53.687Z Compiling camino-tempfile v1.1.1
22132024-12-20T22:56:53.772Z Compiling toolchain_find v0.4.0
22142024-12-20T22:56:54.130Z Compiling const_format_proc_macros v0.2.33
22152024-12-20T22:56:54.356Z Compiling topological-sort v0.2.2
22162024-12-20T22:56:54.399Z Compiling radium v0.7.0
22172024-12-20T22:56:54.590Z Compiling crunchy v0.2.2
22182024-12-20T22:56:54.842Z Compiling maplit v1.0.2
22192024-12-20T22:56:54.998Z Compiling omicron-zone-package v0.11.1
22202024-12-20T22:56:55.059Z Compiling rustfmt-wrapper v0.2.1
22212024-12-20T22:56:55.521Z Compiling tiny-keccak v2.0.2
22222024-12-20T22:56:55.646Z Compiling tap v1.0.1
22232024-12-20T22:56:55.812Z Compiling maybe-uninit v2.0.0
22242024-12-20T22:56:55.864Z Compiling wyz v0.5.1
22252024-12-20T22:56:56.011Z Compiling const_format v0.2.33
22262024-12-20T22:56:56.370Z Compiling dsl_auto_type v0.1.2
22272024-12-20T22:56:56.400Z Compiling phf_generator v0.11.2
22282024-12-20T22:56:56.600Z Compiling scheduled-thread-pool v0.2.7
22292024-12-20T22:56:56.765Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22302024-12-20T22:56:56.870Z Compiling secrecy v0.8.0
22312024-12-20T22:56:57.154Z Compiling diesel_table_macro_syntax v0.2.0
22322024-12-20T22:56:57.240Z Compiling async-recursion v1.1.1
22332024-12-20T22:56:57.545Z Compiling packed_struct v0.10.1
22342024-12-20T22:56:57.739Z Compiling arc-swap v1.7.1
22352024-12-20T22:56:57.781Z Compiling crc-catalog v2.4.0
22362024-12-20T22:56:57.943Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22372024-12-20T22:56:57.980Z Compiling funty v2.0.0
22382024-12-20T22:56:58.284Z Compiling slog-scope v4.4.0
22392024-12-20T22:56:58.452Z Compiling crc v3.2.1
22402024-12-20T22:56:58.701Z Compiling diesel_derives v2.2.3
22412024-12-20T22:56:59.079Z Compiling bitvec v1.0.1
22422024-12-20T22:57:00.266Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22432024-12-20T22:57:00.368Z Compiling r2d2 v0.8.10
22442024-12-20T22:57:00.386Z Compiling phf_codegen v0.11.2
22452024-12-20T22:57:00.893Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22462024-12-20T22:57:01.046Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22472024-12-20T22:57:01.639Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22482024-12-20T22:57:02.123Z Compiling ascii-canvas v3.0.0
22492024-12-20T22:57:02.580Z Compiling universal-hash v0.5.1
22502024-12-20T22:57:02.832Z Compiling packed_struct_codegen v0.10.1
22512024-12-20T22:57:03.571Z Compiling thiserror-impl-no-std v2.0.2
22522024-12-20T22:57:05.301Z Compiling parse-zoneinfo v0.3.1
22532024-12-20T22:57:06.326Z Compiling ena v0.14.3
22542024-12-20T22:57:06.753Z Compiling indexmap v1.9.3
22552024-12-20T22:57:06.929Z Compiling nodrop v0.1.14
22562024-12-20T22:57:07.075Z Compiling diff v0.1.13
22572024-12-20T22:57:07.078Z Compiling regex-syntax v0.6.29
22582024-12-20T22:57:07.616Z Compiling opaque-debug v0.3.1
22592024-12-20T22:57:07.722Z Compiling poly1305 v0.8.0
22602024-12-20T22:57:09.288Z Compiling array-init v0.0.4
22612024-12-20T22:57:10.132Z Compiling diesel v2.2.6
22622024-12-20T22:57:10.617Z Compiling lalrpop v0.19.12
22632024-12-20T22:57:12.367Z Compiling thiserror-no-std v2.0.2
22642024-12-20T22:57:12.498Z Compiling chrono-tz-build v0.4.0
22652024-12-20T22:57:17.777Z Compiling smallvec v0.6.14
22662024-12-20T22:57:17.906Z Compiling slog-stdlog v4.1.1
22672024-12-20T22:57:18.692Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22682024-12-20T22:57:18.901Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22692024-12-20T22:57:19.259Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22702024-12-20T22:57:19.498Z Compiling chacha20 v0.9.1
22712024-12-20T22:57:19.823Z Compiling aead v0.5.2
22722024-12-20T22:57:19.958Z Compiling vte_generate_state_changes v0.1.2
22732024-12-20T22:57:20.173Z Compiling termcolor v1.4.1
22742024-12-20T22:57:20.568Z Compiling hashbrown v0.12.3
22752024-12-20T22:57:21.260Z Compiling bitfield v0.14.0
22762024-12-20T22:57:21.531Z Compiling ref-cast v1.0.23
22772024-12-20T22:57:22.077Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22782024-12-20T22:57:22.996Z Compiling env_logger v0.10.2
22792024-12-20T22:57:26.199Z Compiling vte v0.11.1
22802024-12-20T22:57:27.649Z Compiling chacha20poly1305 v0.10.1
22812024-12-20T22:57:27.923Z Compiling serde-hex v0.1.0
22822024-12-20T22:57:28.547Z Compiling slog-envlogger v2.2.0
22832024-12-20T22:57:31.354Z Compiling chrono-tz v0.10.0
22842024-12-20T22:57:31.993Z Compiling vsss-rs v3.3.4
22852024-12-20T22:57:33.105Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22862024-12-20T22:57:33.426Z Compiling ron v0.8.1
22872024-12-20T22:57:36.095Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22882024-12-20T22:57:36.385Z Compiling derive_builder_core v0.20.2
22892024-12-20T22:57:36.668Z Compiling polar-core v0.27.3
22902024-12-20T22:57:37.902Z Compiling hashbrown v0.13.2
22912024-12-20T22:57:38.590Z Compiling headers-core v0.3.0
22922024-12-20T22:57:38.761Z Compiling fxhash v0.2.1
22932024-12-20T22:57:38.984Z Compiling libxml v0.3.3
22942024-12-20T22:57:39.228Z Compiling ref-cast-impl v1.0.23
22952024-12-20T22:57:39.348Z Compiling lockfree-object-pool v0.1.6
22962024-12-20T22:57:39.368Z Compiling crc-any v2.5.0
22972024-12-20T22:57:39.660Z Compiling bytecount v0.6.8
22982024-12-20T22:57:39.982Z Compiling simd-adler32 v0.3.7
22992024-12-20T22:57:40.280Z Compiling zip v2.1.3
23002024-12-20T22:57:40.353Z Compiling bumpalo v3.16.0
23012024-12-20T22:57:40.786Z Compiling zopfli v0.8.1
23022024-12-20T22:57:40.924Z Compiling papergrid v0.11.0
23032024-12-20T22:57:41.214Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23042024-12-20T22:57:45.040Z Compiling object v0.30.4
23052024-12-20T22:57:46.780Z Compiling headers v0.4.0
23062024-12-20T22:57:50.521Z Compiling derive_builder_macro v0.20.2
23072024-12-20T22:57:55.671Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23082024-12-20T22:57:56.277Z Compiling strip-ansi-escapes v0.2.0
23092024-12-20T22:57:56.976Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23102024-12-20T22:57:56.994Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23112024-12-20T22:57:57.189Z Compiling tabled_derive v0.7.0
23122024-12-20T22:57:57.372Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23132024-12-20T22:57:57.845Z Compiling itertools v0.12.1
23142024-12-20T22:57:59.312Z Compiling fd-lock v4.0.2
23152024-12-20T22:57:59.549Z Compiling peg-macros v0.8.4
23162024-12-20T22:58:00.125Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23172024-12-20T22:58:01.149Z Compiling strum_macros v0.24.3
23182024-12-20T22:58:01.539Z Compiling kstat-rs v0.2.4
23192024-12-20T22:58:01.969Z Compiling samael v0.0.17
23202024-12-20T22:58:02.309Z Compiling unicase v2.7.0
23212024-12-20T22:58:02.507Z Compiling nu-ansi-term v0.50.1
23222024-12-20T22:58:02.610Z Compiling indoc v1.0.9
23232024-12-20T22:58:02.763Z Compiling path-slash v0.1.5
23242024-12-20T22:58:02.790Z Compiling peg v0.8.4
23252024-12-20T22:58:02.910Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23262024-12-20T22:58:02.985Z Compiling reedline v0.35.0
23272024-12-20T22:58:03.458Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23282024-12-20T22:58:06.446Z Compiling tabled v0.15.0
23292024-12-20T22:58:07.395Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23302024-12-20T22:58:18.220Z Compiling derive_builder v0.20.2
23312024-12-20T22:58:23.139Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23322024-12-20T22:58:23.376Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23332024-12-20T22:58:26.498Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23342024-12-20T22:58:26.531Z Compiling pem v3.0.4
23352024-12-20T22:58:26.699Z Compiling bcs v0.1.6
23362024-12-20T22:58:26.789Z Compiling impl-trait-for-tuples v0.2.2
23372024-12-20T22:58:27.610Z Compiling oso-derive v0.27.3
23382024-12-20T22:58:27.959Z Compiling libz-sys v1.1.20
23392024-12-20T22:58:28.572Z Compiling quick-xml v0.33.0
23402024-12-20T22:58:28.622Z Compiling diesel-dtrace v0.4.2
23412024-12-20T22:58:28.927Z Compiling parking_lot_core v0.8.6
23422024-12-20T22:58:33.653Z Compiling oso v0.27.3
23432024-12-20T22:58:34.326Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23442024-12-20T22:58:35.944Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23452024-12-20T22:58:41.393Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23462024-12-20T22:58:44.529Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23472024-12-20T22:58:44.829Z Compiling bb8 v0.8.5
23482024-12-20T22:58:45.472Z Compiling buf-list v1.0.3
23492024-12-20T22:58:46.123Z Compiling async-bb8-diesel v0.2.1
23502024-12-20T22:58:48.528Z Compiling nibble_vec v0.1.0
23512024-12-20T22:58:48.782Z Compiling libgit2-sys v0.17.0+1.8.1
23522024-12-20T22:58:49.561Z Compiling pin-project-internal v1.1.6
23532024-12-20T22:58:51.001Z Compiling atty v0.2.14
23542024-12-20T22:58:51.172Z Compiling salty v0.3.0
23552024-12-20T22:58:51.582Z Compiling endian-type v0.1.2
23562024-12-20T22:58:51.828Z Compiling radix_trie v0.2.1
23572024-12-20T22:58:52.268Z Compiling pin-project v1.1.6
23582024-12-20T22:58:53.115Z Compiling parking_lot v0.11.2
23592024-12-20T22:58:56.276Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23602024-12-20T22:59:02.707Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23612024-12-20T22:59:07.465Z Compiling snafu-derive v0.8.5
23622024-12-20T22:59:08.943Z Compiling sled v0.34.7
23632024-12-20T22:59:12.137Z Compiling snafu v0.8.5
23642024-12-20T22:59:13.395Z Compiling mime_guess v2.0.5
23652024-12-20T22:59:16.526Z Compiling hickory-client v0.24.1
23662024-12-20T22:59:21.378Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23672024-12-20T22:59:21.809Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23682024-12-20T22:59:22.508Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23692024-12-20T22:59:22.938Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23702024-12-20T22:59:23.476Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23712024-12-20T22:59:25.028Z Compiling globset v0.4.15
23722024-12-20T22:59:27.570Z Compiling hickory-server v0.24.1
23732024-12-20T22:59:31.503Z Compiling primeorder v0.13.6
23742024-12-20T22:59:32.106Z Compiling olpc-cjson v0.1.4
23752024-12-20T22:59:32.389Z Compiling vergen v8.3.2
23762024-12-20T22:59:32.426Z Compiling castaway v0.2.3
23772024-12-20T22:59:32.600Z Compiling env_filter v0.1.2
23782024-12-20T22:59:32.677Z Compiling cargo-platform v0.1.8
23792024-12-20T22:59:34.793Z Compiling serde_plain v1.0.2
23802024-12-20T22:59:35.325Z Compiling nanorand v0.7.0
23812024-12-20T22:59:36.034Z Compiling memoffset v0.9.1
23822024-12-20T22:59:36.371Z Compiling typed-path v0.9.3
23832024-12-20T22:59:39.549Z Compiling tough v0.19.0
23842024-12-20T22:59:42.593Z Compiling git2 v0.19.0
23852024-12-20T22:59:42.633Z Compiling flume v0.11.1
23862024-12-20T22:59:42.656Z Compiling cargo_metadata v0.18.1
23872024-12-20T22:59:43.778Z Compiling env_logger v0.11.5
23882024-12-20T22:59:43.793Z Compiling compact_str v0.8.0
23892024-12-20T22:59:44.838Z Compiling p384 v0.13.0
23902024-12-20T22:59:45.958Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23912024-12-20T22:59:46.073Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23922024-12-20T22:59:50.919Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23932024-12-20T22:59:52.564Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23942024-12-20T22:59:53.770Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
23952024-12-20T22:59:56.011Z Compiling unicode-truncate v1.1.0
23962024-12-20T22:59:56.313Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23972024-12-20T22:59:59.097Z Compiling lru v0.12.5
23982024-12-20T22:59:59.493Z Compiling rand_seeder v0.3.0
23992024-12-20T22:59:59.921Z Compiling libsqlite3-sys v0.30.1
24002024-12-20T23:00:00.442Z Compiling lzma-sys v0.1.20
24012024-12-20T23:00:00.703Z Compiling instability v0.3.2
24022024-12-20T23:00:01.140Z Compiling rustls v0.21.12
24032024-12-20T23:00:01.427Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24042024-12-20T23:00:01.732Z Compiling parse-size v1.1.0
24052024-12-20T23:00:01.751Z Compiling http-range v0.1.5
24062024-12-20T23:00:01.947Z Compiling cassowary v0.3.0
24072024-12-20T23:00:02.021Z Compiling cfg_aliases v0.2.1
24082024-12-20T23:00:02.140Z Compiling nix v0.29.0
24092024-12-20T23:00:02.319Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24102024-12-20T23:00:02.499Z Compiling ratatui v0.28.1
24112024-12-20T23:00:03.124Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24122024-12-20T23:00:05.136Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24132024-12-20T23:00:07.365Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24142024-12-20T23:00:09.567Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24152024-12-20T23:00:10.411Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24162024-12-20T23:00:10.705Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24172024-12-20T23:00:11.048Z Compiling rustls-webpki v0.101.7
24182024-12-20T23:00:14.048Z Compiling sct v0.7.1
24192024-12-20T23:00:14.528Z Compiling heck v0.3.3
24202024-12-20T23:00:14.909Z Compiling csv-core v0.1.11
24212024-12-20T23:00:14.967Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24222024-12-20T23:00:14.986Z Compiling glob v0.3.1
24232024-12-20T23:00:15.297Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24242024-12-20T23:00:15.652Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24252024-12-20T23:00:15.778Z Compiling csv v1.3.0
24262024-12-20T23:00:17.035Z Compiling zone_cfg_derive v0.1.2
24272024-12-20T23:00:18.473Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
24282024-12-20T23:00:20.547Z Compiling nix v0.27.1
24292024-12-20T23:00:21.608Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24302024-12-20T23:00:22.861Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24312024-12-20T23:00:23.555Z Compiling hyper-staticfile v0.10.1
24322024-12-20T23:00:24.345Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24332024-12-20T23:00:27.339Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24342024-12-20T23:00:28.590Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
24352024-12-20T23:00:29.397Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24362024-12-20T23:00:33.742Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24372024-12-20T23:00:33.842Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24382024-12-20T23:00:34.173Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24392024-12-20T23:00:34.467Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24402024-12-20T23:00:34.760Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24412024-12-20T23:00:35.320Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24422024-12-20T23:00:36.920Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24432024-12-20T23:00:37.561Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24442024-12-20T23:00:38.162Z Compiling hashlink v0.9.1
24452024-12-20T23:00:38.256Z Compiling tungstenite v0.23.0
24462024-12-20T23:00:39.026Z Compiling base64 v0.13.1
24472024-12-20T23:00:39.751Z Compiling fallible-iterator v0.3.0
24482024-12-20T23:00:40.605Z Compiling fallible-streaming-iterator v0.1.9
24492024-12-20T23:00:40.905Z Compiling rusqlite v0.32.1
24502024-12-20T23:00:41.219Z Compiling tokio-tungstenite v0.23.1
24512024-12-20T23:00:41.844Z Compiling ron v0.7.1
24522024-12-20T23:00:41.986Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24532024-12-20T23:00:42.647Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24542024-12-20T23:00:44.888Z Compiling xz2 v0.1.7
24552024-12-20T23:00:45.520Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24562024-12-20T23:00:47.019Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24572024-12-20T23:00:51.393Z Compiling tokio-rustls v0.24.1
24582024-12-20T23:00:51.893Z Compiling zone v0.1.8
24592024-12-20T23:00:53.122Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24602024-12-20T23:00:55.346Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24612024-12-20T23:01:01.987Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24622024-12-20T23:01:02.041Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24632024-12-20T23:01:05.833Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24642024-12-20T23:01:08.846Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24652024-12-20T23:01:09.143Z Compiling rustls-pemfile v1.0.4
24662024-12-20T23:01:09.937Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24672024-12-20T23:01:10.259Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24682024-12-20T23:01:14.782Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24692024-12-20T23:01:14.974Z Compiling signal-hook-tokio v0.3.1
24702024-12-20T23:01:15.101Z Compiling twox-hash v1.6.3
24712024-12-20T23:01:15.211Z Compiling yasna v0.5.2
24722024-12-20T23:01:16.116Z Compiling smawk v0.3.2
24732024-12-20T23:01:16.401Z Compiling is_ci v1.2.0
24742024-12-20T23:01:16.718Z Compiling unicode-linebreak v0.1.5
24752024-12-20T23:01:17.287Z Compiling textwrap v0.16.1
24762024-12-20T23:01:17.988Z Compiling supports-color v3.0.1
24772024-12-20T23:01:18.730Z Compiling rcgen v0.12.1
24782024-12-20T23:01:20.559Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24792024-12-20T23:01:20.835Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24802024-12-20T23:01:27.492Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24812024-12-20T23:01:28.526Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
24822024-12-20T23:01:29.296Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24832024-12-20T23:01:35.441Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24842024-12-20T23:01:40.260Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24852024-12-20T23:01:49.128Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24862024-12-20T23:01:49.786Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24872024-12-20T23:01:53.464Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24882024-12-20T23:01:53.770Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24892024-12-20T23:02:00.509Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24902024-12-20T23:02:03.197Z Compiling fatfs v0.3.6
24912024-12-20T23:02:06.224Z Compiling subprocess v0.2.9
24922024-12-20T23:02:08.827Z Compiling rtoolbox v0.0.2
24932024-12-20T23:02:09.275Z Compiling assert_matches v1.5.0
24942024-12-20T23:02:10.758Z Compiling rpassword v7.3.1
24952024-12-20T23:02:10.956Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24962024-12-20T23:02:11.214Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24972024-12-20T23:02:11.430Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24982024-12-20T23:02:18.586Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24992024-12-20T23:02:18.617Z Compiling tui-tree-widget v0.22.0
25002024-12-20T23:02:19.071Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25012024-12-20T23:02:19.093Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25022024-12-20T23:02:19.400Z Compiling uzers v0.12.1
25032024-12-20T23:02:22.518Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25042024-12-20T23:02:32.587Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25052024-12-20T23:02:40.452Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25062024-12-20T23:02:42.575Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25072024-12-20T23:03:04.690Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25082024-12-20T23:03:09.478Z Compiling multimap v0.10.0
25092024-12-20T23:05:29.170Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25102024-12-20T23:05:35.168Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25112024-12-20T23:12:15.534Z Finished `release` profile [optimized] target(s) in 16m 02s
25122024-12-20T23:13:19.414Z
25132024-12-20T23:13:19.417Zreal 17:07.895092293
25142024-12-20T23:13:19.417Zuser 1:55:03.659924991
25152024-12-20T23:13:19.417Zsys 5:49.314864938
25162024-12-20T23:13:19.417Ztrap 2.746677680
25172024-12-20T23:13:19.417Ztflt 2.964626108
25182024-12-20T23:13:19.417Zdflt 4.387935370
25192024-12-20T23:13:19.418Zkflt 0.008775470
25202024-12-20T23:13:19.418Zlock 7:09:34.447348836
25212024-12-20T23:13:19.418Zslp 6:06:30.404068571
25222024-12-20T23:13:19.418Zlat 2:52.078954502
25232024-12-20T23:13:19.418Zstop 2:34.810001782
25242024-12-20T23:13:19.418Z+ mapfile -t packages
25252024-12-20T23:13:19.418Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25262024-12-20T23:13:20.450Z Finished `release` profile [optimized] target(s) in 0.98s
25272024-12-20T23:13:20.535Z Running `target/release/omicron-package -t test list-outputs`
25282024-12-20T23:13:20.593ZLogging to: /work/oxidecomputer/omicron/out/LOG
25292024-12-20T23:13:20.613Z+ ptime -m cargo build --locked --release -p xtask
25302024-12-20T23:13:21.153Z Compiling serde v1.0.215
25312024-12-20T23:13:21.169Z Compiling rustix v0.38.37
25322024-12-20T23:13:21.169Z Compiling libc v0.2.162
25332024-12-20T23:13:21.169Z Compiling serde_json v1.0.133
25342024-12-20T23:13:21.248Z Compiling syn v2.0.87
25352024-12-20T23:13:21.258Z Compiling bitflags v2.6.0
25362024-12-20T23:13:21.585Z Compiling usdt-impl v0.5.0
25372024-12-20T23:13:21.644Z Compiling syn v1.0.109
25382024-12-20T23:13:21.754Z Compiling hashbrown v0.15.1
25392024-12-20T23:13:21.861Z Compiling log v0.4.22
25402024-12-20T23:13:21.954Z Compiling fs-err v2.11.0
25412024-12-20T23:13:22.143Z Compiling once_cell v1.20.2
25422024-12-20T23:13:22.293Z Compiling anyhow v1.0.93
25432024-12-20T23:13:22.741Z Compiling thread-id v4.2.2
25442024-12-20T23:13:23.072Z Compiling indexmap v2.6.0
25452024-12-20T23:13:24.118Z Compiling terminal_size v0.4.0
25462024-12-20T23:13:24.118Z Compiling tempfile v3.13.0
25472024-12-20T23:13:24.355Z Compiling clap_builder v4.5.21
25482024-12-20T23:13:25.244Z Compiling proc-macro-error v1.0.4
25492024-12-20T23:13:26.463Z Compiling tabled_derive v0.7.0
25502024-12-20T23:13:27.661Z Compiling tabled v0.15.0
25512024-12-20T23:13:29.437Z Compiling serde_derive v1.0.215
25522024-12-20T23:13:29.597Z Compiling thiserror-impl v1.0.69
25532024-12-20T23:13:30.016Z Compiling zerocopy-derive v0.7.35
25542024-12-20T23:13:30.643Z Compiling scroll_derive v0.12.0
25552024-12-20T23:13:31.008Z Compiling clap_derive v4.5.18
25562024-12-20T23:13:32.048Z Compiling zerocopy v0.7.35
25572024-12-20T23:13:32.064Z Compiling scroll v0.12.0
25582024-12-20T23:13:32.482Z Compiling thiserror v1.0.69
25592024-12-20T23:13:32.638Z Compiling pest v2.7.14
25602024-12-20T23:13:33.718Z Compiling goblin v0.8.2
25612024-12-20T23:13:35.684Z Compiling pest_meta v2.7.14
25622024-12-20T23:13:36.802Z Compiling clap v4.5.21
25632024-12-20T23:13:36.948Z Compiling pest_generator v2.7.14
25642024-12-20T23:13:39.803Z Compiling pest_derive v2.7.14
25652024-12-20T23:13:40.599Z Compiling dtrace-parser v0.2.0
25662024-12-20T23:13:43.959Z Compiling serde_tokenstream v0.2.2
25672024-12-20T23:13:44.189Z Compiling toml_datetime v0.6.8
25682024-12-20T23:13:44.575Z Compiling serde_spanned v0.6.8
25692024-12-20T23:13:44.855Z Compiling toml_edit v0.22.22
25702024-12-20T23:13:44.948Z Compiling camino v1.1.9
25712024-12-20T23:13:46.334Z Compiling dof v0.3.0
25722024-12-20T23:13:48.467Z Compiling toml v0.8.19
25732024-12-20T23:13:48.663Z Compiling usdt-macro v0.5.0
25742024-12-20T23:13:49.718Z Compiling usdt-attr-macro v0.5.0
25752024-12-20T23:13:51.134Z Compiling cargo-platform v0.1.8
25762024-12-20T23:13:52.217Z Compiling semver v1.0.23
25772024-12-20T23:13:52.420Z Compiling usdt v0.5.0
25782024-12-20T23:13:53.694Z Compiling cargo_metadata v0.18.1
25792024-12-20T23:13:53.888Z Compiling cargo_toml v0.20.5
25802024-12-20T23:13:55.153Z Compiling camino-tempfile v1.1.1
25812024-12-20T23:13:55.963Z Compiling macaddr v1.0.1
25822024-12-20T23:14:05.892Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25832024-12-20T23:14:17.066Z Finished `release` profile [optimized] target(s) in 56.43s
25842024-12-20T23:14:17.176Z
25852024-12-20T23:14:17.178Zreal 56.567823403
25862024-12-20T23:14:17.178Zuser 5:44.098848812
25872024-12-20T23:14:17.178Zsys 31.167975955
25882024-12-20T23:14:17.178Ztrap 0.146542075
25892024-12-20T23:14:17.178Ztflt 0.339912058
25902024-12-20T23:14:17.178Zdflt 0.513969281
25912024-12-20T23:14:17.178Zkflt 0.000035023
25922024-12-20T23:14:17.178Zlock 10:51.732702466
25932024-12-20T23:14:17.178Zslp 16:25.402027308
25942024-12-20T23:14:17.178Zlat 14.186623525
25952024-12-20T23:14:17.178Zstop 17.112838113
25962024-12-20T23:14:17.178Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25972024-12-20T23:14:17.178Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25982024-12-20T23:14:17.179Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
25992024-12-20T23:14:17.179Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26002024-12-20T23:14:17.179Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26012024-12-20T23:14:18.072Z Compiling hashbrown v0.14.5
26022024-12-20T23:14:18.200Z Compiling ident_case v1.0.1
26032024-12-20T23:14:18.204Z Compiling unsafe-libyaml v0.2.11
26042024-12-20T23:14:18.204Z Compiling progenitor-client v0.8.0
26052024-12-20T23:14:18.204Z Compiling ipnetwork v0.20.0
26062024-12-20T23:14:18.204Z Compiling macaddr v1.0.1
26072024-12-20T23:14:18.204Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26082024-12-20T23:14:18.205Z Compiling instant v0.1.13
26092024-12-20T23:14:18.355Z Compiling darling_core v0.20.10
26102024-12-20T23:14:18.432Z Compiling structmeta-derive v0.3.0
26112024-12-20T23:14:18.674Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26122024-12-20T23:14:18.717Z Compiling dropshot v0.13.0
26132024-12-20T23:14:18.744Z Compiling dropshot_endpoint v0.13.0
26142024-12-20T23:14:19.106Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26152024-12-20T23:14:19.170Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26162024-12-20T23:14:19.480Z Compiling regress v0.10.1
26172024-12-20T23:14:19.510Z Compiling serde_yaml v0.9.34+deprecated
26182024-12-20T23:14:19.952Z Compiling regress v0.9.1
26192024-12-20T23:14:20.079Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26202024-12-20T23:14:20.267Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26212024-12-20T23:14:20.428Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26222024-12-20T23:14:21.054Z Compiling backoff v0.4.0
26232024-12-20T23:14:21.437Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26242024-12-20T23:14:21.475Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26252024-12-20T23:14:21.555Z Compiling structmeta v0.3.0
26262024-12-20T23:14:21.649Z Compiling tempfile v3.13.0
26272024-12-20T23:14:21.895Z Compiling proc-macro-crate v1.3.1
26282024-12-20T23:14:22.030Z Compiling parse-display-derive v0.10.0
26292024-12-20T23:14:22.581Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26302024-12-20T23:14:22.980Z Compiling itertools v0.13.0
26312024-12-20T23:14:23.015Z Compiling num_enum_derive v0.5.11
26322024-12-20T23:14:23.570Z Compiling typify-impl v0.2.0
26332024-12-20T23:14:24.692Z Compiling zerocopy v0.8.10
26342024-12-20T23:14:25.179Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26352024-12-20T23:14:25.511Z Compiling darling_macro v0.20.10
26362024-12-20T23:14:25.542Z Compiling zerocopy-derive v0.8.10
26372024-12-20T23:14:25.694Z Compiling num_enum v0.5.11
26382024-12-20T23:14:25.737Z Compiling foreign-types-macros v0.2.3
26392024-12-20T23:14:25.871Z Compiling foreign-types-shared v0.3.1
26402024-12-20T23:14:26.006Z Compiling heapless v0.8.0
26412024-12-20T23:14:26.362Z Compiling proc-macro-error v1.0.4
26422024-12-20T23:14:26.459Z Compiling darling v0.20.10
26432024-12-20T23:14:26.587Z Compiling serde_with_macros v3.11.0
26442024-12-20T23:14:26.772Z Compiling parse-display v0.10.0
26452024-12-20T23:14:26.913Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26462024-12-20T23:14:27.077Z Compiling foreign-types v0.5.0
26472024-12-20T23:14:27.277Z Compiling camino-tempfile v1.1.1
26482024-12-20T23:14:27.403Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26492024-12-20T23:14:27.449Z Compiling hash32 v0.3.1
26502024-12-20T23:14:27.711Z Compiling cstr-argument v0.1.2
26512024-12-20T23:14:27.745Z Compiling crucible-workspace-hack v0.1.0
26522024-12-20T23:14:27.967Z Compiling smoltcp v0.11.0
26532024-12-20T23:14:28.025Z Compiling pretty-hex v0.2.1
26542024-12-20T23:14:28.235Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26552024-12-20T23:14:28.252Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26562024-12-20T23:14:28.462Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26572024-12-20T23:14:28.726Z Compiling tabwriter v1.4.0
26582024-12-20T23:14:29.071Z Compiling colored v2.1.0
26592024-12-20T23:14:29.238Z Compiling cobs v0.2.3
26602024-12-20T23:14:29.408Z Compiling serde_with v3.11.0
26612024-12-20T23:14:29.542Z Compiling postcard v1.0.10
26622024-12-20T23:14:29.986Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26632024-12-20T23:14:30.206Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26642024-12-20T23:14:30.393Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26652024-12-20T23:14:30.413Z Compiling thiserror v2.0.3
26662024-12-20T23:14:31.091Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26672024-12-20T23:14:31.420Z Compiling smf v0.2.3
26682024-12-20T23:14:31.707Z Compiling thiserror-impl v2.0.3
26692024-12-20T23:14:32.100Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26702024-12-20T23:14:32.837Z Compiling zone_cfg_derive v0.3.0
26712024-12-20T23:14:33.475Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
26722024-12-20T23:14:33.621Z Compiling num-derive v0.4.2
26732024-12-20T23:14:33.949Z Compiling sigpipe v0.1.3
26742024-12-20T23:14:34.092Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26752024-12-20T23:14:34.223Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26762024-12-20T23:14:34.294Z Compiling zone v0.3.0
26772024-12-20T23:14:34.413Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26782024-12-20T23:14:34.881Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
26792024-12-20T23:14:35.099Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26802024-12-20T23:14:35.382Z Compiling universal-hash v0.5.1
26812024-12-20T23:14:35.595Z Compiling opaque-debug v0.3.1
26822024-12-20T23:14:35.614Z Compiling num-rational v0.4.2
26832024-12-20T23:14:35.677Z Compiling password-hash v0.5.0
26842024-12-20T23:14:35.713Z Compiling num-complex v0.4.6
26852024-12-20T23:14:35.958Z Compiling blake2 v0.10.6
26862024-12-20T23:14:36.017Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
26872024-12-20T23:14:36.729Z Compiling aead v0.5.2
26882024-12-20T23:14:36.749Z Compiling keccak v0.1.5
26892024-12-20T23:14:36.854Z Compiling convert_case v0.4.0
26902024-12-20T23:14:36.967Z Compiling num v0.4.3
26912024-12-20T23:14:37.116Z Compiling sha3 v0.10.8
26922024-12-20T23:14:37.182Z Compiling argon2 v0.5.3
26932024-12-20T23:14:37.323Z Compiling poly1305 v0.8.0
26942024-12-20T23:14:37.471Z Compiling tungstenite v0.21.0
26952024-12-20T23:14:37.797Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26962024-12-20T23:14:37.843Z Compiling derive_more v0.99.18
26972024-12-20T23:14:37.925Z Compiling chacha20 v0.9.1
26982024-12-20T23:14:38.107Z Compiling base64 v0.21.7
26992024-12-20T23:14:38.421Z Compiling float-ord v0.3.2
27002024-12-20T23:14:38.615Z Compiling tokio-tungstenite v0.21.0
27012024-12-20T23:14:38.892Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27022024-12-20T23:14:39.042Z Compiling same-file v1.0.6
27032024-12-20T23:14:39.336Z Compiling semver v0.1.20
27042024-12-20T23:14:39.356Z Compiling walkdir v2.5.0
27052024-12-20T23:14:39.477Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27062024-12-20T23:14:39.616Z Compiling newline-converter v0.3.0
27072024-12-20T23:14:39.805Z Compiling rustc_version v0.1.7
27082024-12-20T23:14:39.870Z Compiling primeorder v0.13.6
27092024-12-20T23:14:39.940Z Compiling secrecy v0.8.0
27102024-12-20T23:14:39.999Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27112024-12-20T23:14:40.149Z Compiling cancel-safe-futures v0.1.5
27122024-12-20T23:14:40.215Z Compiling owo-colors v4.1.0
27132024-12-20T23:14:40.386Z Compiling newtype_derive v0.1.6
27142024-12-20T23:14:40.407Z Compiling expectorate v1.1.0
27152024-12-20T23:14:40.559Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27162024-12-20T23:14:40.579Z Compiling thiserror-impl-no-std v2.0.2
27172024-12-20T23:14:40.599Z Compiling blake3 v1.5.4
27182024-12-20T23:14:40.697Z Compiling ring v0.16.20
27192024-12-20T23:14:40.879Z Compiling unicase v2.7.0
27202024-12-20T23:14:40.900Z Compiling half v2.4.1
27212024-12-20T23:14:41.190Z Compiling ciborium-io v0.2.2
27222024-12-20T23:14:41.277Z Compiling arc-swap v1.7.1
27232024-12-20T23:14:41.500Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27242024-12-20T23:14:41.774Z Compiling slog-scope v4.4.0
27252024-12-20T23:14:41.841Z Compiling ciborium-ll v0.2.2
27262024-12-20T23:14:42.200Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27272024-12-20T23:14:42.486Z Compiling polyval v0.6.2
27282024-12-20T23:14:42.508Z Compiling typify-macro v0.2.0
27292024-12-20T23:14:42.940Z Compiling atomicwrites v0.4.4
27302024-12-20T23:14:42.964Z Compiling libsw v3.3.1
27312024-12-20T23:14:42.996Z Compiling memmap2 v0.9.5
27322024-12-20T23:14:43.299Z Compiling linear-map v1.2.0
27332024-12-20T23:14:43.317Z Compiling libefi-sys v0.1.0
27342024-12-20T23:14:43.459Z Compiling arrayref v0.3.9
27352024-12-20T23:14:43.575Z Compiling arrayvec v0.7.6
27362024-12-20T23:14:43.592Z Compiling salty v0.3.0
27372024-12-20T23:14:43.694Z Compiling parking_lot_core v0.8.6
27382024-12-20T23:14:43.801Z Compiling thiserror-no-std v2.0.2
27392024-12-20T23:14:43.925Z Compiling indent_write v2.2.0
27402024-12-20T23:14:43.993Z Compiling constant_time_eq v0.3.1
27412024-12-20T23:14:44.013Z Compiling spin v0.5.2
27422024-12-20T23:14:44.217Z Compiling vsss-rs v3.3.4
27432024-12-20T23:14:44.253Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27442024-12-20T23:14:44.281Z Compiling ghash v0.5.1
27452024-12-20T23:14:44.655Z Compiling ciborium v0.2.2
27462024-12-20T23:14:45.050Z Compiling slog-stdlog v4.1.1
27472024-12-20T23:14:45.494Z Compiling p384 v0.13.0
27482024-12-20T23:14:45.681Z Compiling toolchain_find v0.4.0
27492024-12-20T23:14:45.796Z Compiling chacha20poly1305 v0.10.1
27502024-12-20T23:14:46.064Z Compiling ctr v0.9.2
27512024-12-20T23:14:46.258Z Compiling lzma-sys v0.1.20
27522024-12-20T23:14:46.398Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27532024-12-20T23:14:46.451Z Compiling bitfield-struct v0.6.2
27542024-12-20T23:14:46.825Z Compiling slog-dtrace v0.3.0
27552024-12-20T23:14:46.850Z Compiling typify v0.2.0
27562024-12-20T23:14:47.008Z Compiling progenitor-impl v0.8.0
27572024-12-20T23:14:47.012Z Compiling topological-sort v0.2.2
27582024-12-20T23:14:47.049Z Compiling highway v1.2.0
27592024-12-20T23:14:47.234Z Compiling omicron-zone-package v0.11.1
27602024-12-20T23:14:47.710Z Compiling aes-gcm v0.10.3
27612024-12-20T23:14:47.731Z Compiling rustfmt-wrapper v0.2.1
27622024-12-20T23:14:47.807Z Compiling slog-envlogger v2.2.0
27632024-12-20T23:14:47.932Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27642024-12-20T23:14:48.152Z Compiling mime_guess v2.0.5
27652024-12-20T23:14:48.173Z Compiling steno v0.4.1
27662024-12-20T23:14:48.741Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27672024-12-20T23:14:48.895Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27682024-12-20T23:14:49.282Z Compiling heck v0.3.3
27692024-12-20T23:14:49.430Z Compiling ssh-encoding v0.2.0
27702024-12-20T23:14:49.526Z Compiling blowfish v0.9.1
27712024-12-20T23:14:49.719Z Compiling nibble_vec v0.1.0
27722024-12-20T23:14:49.746Z Compiling env_filter v0.1.2
27732024-12-20T23:14:49.952Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27742024-12-20T23:14:49.979Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27752024-12-20T23:14:50.000Z Compiling endian-type v0.1.2
27762024-12-20T23:14:50.021Z Compiling humantime v2.1.0
27772024-12-20T23:14:50.083Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27782024-12-20T23:14:50.246Z Compiling radix_trie v0.2.1
27792024-12-20T23:14:50.312Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27802024-12-20T23:14:50.461Z Compiling env_logger v0.11.5
27812024-12-20T23:14:50.527Z Compiling ssh-cipher v0.2.0
27822024-12-20T23:14:50.603Z Compiling bcrypt-pbkdf v0.10.0
27832024-12-20T23:14:50.996Z Compiling zone_cfg_derive v0.1.2
27842024-12-20T23:14:51.260Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27852024-12-20T23:14:51.392Z Compiling parking_lot v0.11.2
27862024-12-20T23:14:51.798Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27872024-12-20T23:14:52.252Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27882024-12-20T23:14:52.323Z Compiling password-hash v0.4.2
27892024-12-20T23:14:52.379Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
27902024-12-20T23:14:52.530Z Compiling gethostname v0.5.0
27912024-12-20T23:14:52.687Z Compiling fxhash v0.2.1
27922024-12-20T23:14:52.754Z Compiling matches v0.1.10
27932024-12-20T23:14:52.870Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27942024-12-20T23:14:52.890Z Compiling base64 v0.13.1
27952024-12-20T23:14:52.909Z Compiling simd-adler32 v0.3.7
27962024-12-20T23:14:53.008Z Compiling http-range v0.1.5
27972024-12-20T23:14:53.169Z Compiling bumpalo v3.16.0
27982024-12-20T23:14:53.236Z Compiling zip v2.1.3
27992024-12-20T23:14:53.388Z Compiling lockfree-object-pool v0.1.6
28002024-12-20T23:14:53.468Z Compiling ron v0.7.1
28012024-12-20T23:14:53.515Z Compiling sled v0.34.7
28022024-12-20T23:14:53.572Z Compiling idna v0.2.3
28032024-12-20T23:14:53.599Z Compiling pbkdf2 v0.11.0
28042024-12-20T23:14:53.648Z Compiling zopfli v0.8.1
28052024-12-20T23:14:53.668Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28062024-12-20T23:14:53.977Z Compiling zone v0.1.8
28072024-12-20T23:14:54.396Z Compiling xz2 v0.1.7
28082024-12-20T23:14:54.920Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28092024-12-20T23:14:55.292Z Compiling progenitor-macro v0.8.0
28102024-12-20T23:14:55.542Z Compiling ssh-key v0.6.6
28112024-12-20T23:14:55.626Z Compiling hickory-client v0.24.1
28122024-12-20T23:14:56.102Z Compiling p256 v0.13.2
28132024-12-20T23:14:56.259Z Compiling p521 v0.13.3
28142024-12-20T23:14:56.353Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28152024-12-20T23:14:56.983Z Compiling hickory-server v0.24.1
28162024-12-20T23:14:57.179Z Compiling enum-as-inner v0.5.1
28172024-12-20T23:14:57.554Z Compiling pem v3.0.4
28182024-12-20T23:14:58.243Z Compiling yasna v0.5.2
28192024-12-20T23:14:58.400Z Compiling headers-core v0.3.0
28202024-12-20T23:14:58.578Z Compiling kstat-rs v0.2.4
28212024-12-20T23:14:58.708Z Compiling nanorand v0.7.0
28222024-12-20T23:14:59.253Z Compiling russh-cryptovec v0.7.3
28232024-12-20T23:14:59.305Z Compiling atty v0.2.14
28242024-12-20T23:14:59.459Z Compiling md5 v0.7.0
28252024-12-20T23:14:59.579Z Compiling rcgen v0.12.1
28262024-12-20T23:14:59.970Z Compiling russh-keys v0.45.0
28272024-12-20T23:14:59.992Z Compiling flume v0.11.1
28282024-12-20T23:15:00.011Z Compiling headers v0.4.0
28292024-12-20T23:15:00.329Z Compiling trust-dns-proto v0.22.0
28302024-12-20T23:15:00.720Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28312024-12-20T23:15:02.108Z Compiling hyper-staticfile v0.10.1
28322024-12-20T23:15:03.301Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28332024-12-20T23:15:03.943Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28342024-12-20T23:15:04.237Z Compiling num-bigint v0.4.6
28352024-12-20T23:15:04.239Z Compiling des v0.8.1
28362024-12-20T23:15:04.330Z Compiling subprocess v0.2.9
28372024-12-20T23:15:04.466Z Compiling hex-literal v0.4.1
28382024-12-20T23:15:04.617Z Compiling dhcproto-macros v0.1.0
28392024-12-20T23:15:04.637Z Compiling display-error-chain v0.2.2
28402024-12-20T23:15:04.847Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28412024-12-20T23:15:05.174Z Compiling internet-checksum v0.2.1
28422024-12-20T23:15:05.600Z Compiling dhcproto v0.12.0
28432024-12-20T23:15:07.165Z Compiling russh v0.45.0
28442024-12-20T23:15:08.844Z Compiling progenitor v0.8.0
28452024-12-20T23:15:08.985Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28462024-12-20T23:15:08.988Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28472024-12-20T23:15:08.988Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28482024-12-20T23:15:08.988Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28492024-12-20T23:15:08.988Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28502024-12-20T23:15:09.075Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28512024-12-20T23:15:09.094Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28522024-12-20T23:15:10.538Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28532024-12-20T23:15:10.872Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28542024-12-20T23:15:11.426Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28552024-12-20T23:15:15.177Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28562024-12-20T23:15:15.712Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28572024-12-20T23:15:25.031Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28582024-12-20T23:15:25.034Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28592024-12-20T23:15:25.034Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28602024-12-20T23:15:25.034Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28612024-12-20T23:15:25.979Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28622024-12-20T23:15:28.272Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28632024-12-20T23:15:29.241Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28642024-12-20T23:15:29.307Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28652024-12-20T23:15:30.352Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28662024-12-20T23:15:33.081Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28672024-12-20T23:15:33.103Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28682024-12-20T23:15:33.604Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28692024-12-20T23:15:34.475Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28702024-12-20T23:15:35.826Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28712024-12-20T23:15:36.251Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28722024-12-20T23:15:37.212Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28732024-12-20T23:15:37.633Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28742024-12-20T23:15:38.774Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28752024-12-20T23:15:38.911Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28762024-12-20T23:15:40.997Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28772024-12-20T23:15:41.036Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28782024-12-20T23:15:41.536Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28792024-12-20T23:15:43.461Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28802024-12-20T23:15:43.787Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28812024-12-20T23:15:45.157Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28822024-12-20T23:15:48.219Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28832024-12-20T23:15:48.527Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28842024-12-20T23:15:49.652Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852024-12-20T23:15:56.688Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28862024-12-20T23:16:03.874Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28872024-12-20T23:16:05.262Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28882024-12-20T23:16:24.545Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28892024-12-20T23:17:00.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s
28902024-12-20T23:17:00.521Z
28912024-12-20T23:17:00.523Zreal 2:43.265129678
28922024-12-20T23:17:00.523Zuser 12:25.596821318
28932024-12-20T23:17:00.523Zsys 2:44.601123918
28942024-12-20T23:17:00.523Ztrap 0.330996682
28952024-12-20T23:17:00.523Ztflt 0.836734252
28962024-12-20T23:17:00.523Zdflt 2.097751321
28972024-12-20T23:17:00.523Zkflt 0.000050859
28982024-12-20T23:17:00.523Zlock 25:51.774586043
28992024-12-20T23:17:00.524Zslp 44:49.025632164
29002024-12-20T23:17:00.524Zlat 36.025606792
29012024-12-20T23:17:00.524Zstop 1:34.258419091
29022024-12-20T23:17:00.524Z+ mkdir tests
29032024-12-20T23:17:00.526Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29042024-12-20T23:17:00.526Z+ xargs -I '{}' -t cp '{}' tests/
29052024-12-20T23:17:00.567Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-6712a25752b36e29 tests/
29062024-12-20T23:17:00.587Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-85bf956d9aeebb00 tests/
29072024-12-20T23:17:00.607Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a64afbda51bcae4d tests/
29082024-12-20T23:17:00.628Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c636c30aa0fe8878 tests/
29092024-12-20T23:17:00.802Z+ 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/*)
29102024-12-20T23:17:00.805Z+ 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-85bf956d9aeebb00 tests/commtest-a64afbda51bcae4d tests/dhcp_server-6712a25752b36e29 tests/end_to_end_tests-c636c30aa0fe8878 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
29112024-12-20T23:18:12.402ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29122024-12-20T23:18:12.402Za .github/buildomat/ci-env.sh 1K
29132024-12-20T23:18:12.402Za out/target/test 1K
29142024-12-20T23:18:12.402Za out/npuzone/npuzone 23144K
29152024-12-20T23:18:12.402Za package-manifest.toml 33K
29162024-12-20T23:18:12.402Za smf/sled-agent/non-gimlet/config.toml 4K
29172024-12-20T23:18:12.402Za target/release/omicron-package 36400K
29182024-12-20T23:18:12.402Za target/release/xtask 11721K
29192024-12-20T23:18:12.402Za target/debug/bootstrap 210984K
29202024-12-20T23:18:12.402Za tests/bootstrap-85bf956d9aeebb00 24243K
29212024-12-20T23:18:12.403Za tests/commtest-a64afbda51bcae4d 25019K
29222024-12-20T23:18:12.403Za tests/dhcp_server-6712a25752b36e29 24243K
29232024-12-20T23:18:12.403Za tests/end_to_end_tests-c636c30aa0fe8878 229048K
29242024-12-20T23:18:12.403Za out/clickhouse.tar.gz 293538K
29252024-12-20T23:18:12.403Za out/clickhouse_keeper.tar.gz 280638K
29262024-12-20T23:18:12.403Za out/clickhouse_server.tar.gz 293533K
29272024-12-20T23:18:12.403Za out/cockroachdb.tar.gz 134634K
29282024-12-20T23:18:12.403Za out/crucible-dtrace.tar 85K
29292024-12-20T23:18:12.403Za out/crucible-pantry-zone.tar.gz 28207K
29302024-12-20T23:18:12.403Za out/crucible-zone.tar.gz 36428K
29312024-12-20T23:18:12.403Za out/external-dns.tar.gz 35336K
29322024-12-20T23:18:12.403Za out/internal-dns.tar.gz 35336K
29332024-12-20T23:18:12.403Za out/mg-ddm-gz.tar 63075K
29342024-12-20T23:18:12.403Za out/nexus.tar.gz 98207K
29352024-12-20T23:18:12.403Za out/ntp.tar.gz 10383K
29362024-12-20T23:18:12.403Za out/omicron-gateway-softnpu.tar.gz 23975K
29372024-12-20T23:18:12.403Za out/omicron-sled-agent.tar 113640K
29382024-12-20T23:18:12.403Za out/overlay.tar.gz 3K
29392024-12-20T23:18:12.403Za out/oximeter.tar.gz 47808K
29402024-12-20T23:18:12.403Za out/oxlog.tar 3088K
29412024-12-20T23:18:12.403Za out/probe.tar.gz 2764K
29422024-12-20T23:18:12.403Za out/propolis-server.tar.gz 66730K
29432024-12-20T23:18:12.403Za out/pumpkind-gz.tar 26665K
29442024-12-20T23:18:12.404Za out/switch-softnpu.tar.gz 235884K
29452024-12-20T23:18:12.406Z
29462024-12-20T23:18:12.406Zreal 1:11.584899882
29472024-12-20T23:18:12.406Zuser 1:08.362192124
29482024-12-20T23:18:12.406Zsys 4.577257726
29492024-12-20T23:18:12.407Ztrap 0.017558185
29502024-12-20T23:18:12.407Ztflt 0.000000000
29512024-12-20T23:18:12.407Zdflt 0.000000000
29522024-12-20T23:18:12.407Zkflt 0.000000000
29532024-12-20T23:18:12.407Zlock 0.000000000
29542024-12-20T23:18:12.407Zslp 1:08.170312461
29552024-12-20T23:18:12.407Zlat 2.037946795
29562024-12-20T23:18:12.407Zstop 0.000192936
29572024-12-20T23:18:12.407Zprocess exited: duration 1927710 ms, exit code 0
 
29582024-12-20T23:18:12.421Zfound 1 output files
29592024-12-20T23:18:12.421Zuploading: /work/package.tar.gz (1882430819 bytes)
29602024-12-20T23:18:50.558Zuploaded: /work/package.tar.gz