01J62K19Q3E05BNWEWEXGFAKD9: 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: 01J62K1K3RZE0TX16AC7AQPTKG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-24T16:21:28.076Zjob assigned to worker 01J62K1KHD7283841S4RJWWWJF (queued for 34 s)
 
22024-08-24T16:21:28.416Zstarting task 0: "setup"
32024-08-24T16:21:28.441Z++ uname -s
42024-08-24T16:21:28.441Z+ kern=SunOS
52024-08-24T16:21:28.441Z+ case "$kern" in
62024-08-24T16:21:28.441Z+ groupadd -g 12345 build
72024-08-24T16:21:28.441Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-24T16:21:30.448Z+ zfs create -o mountpoint=/work rpool/work
92024-08-24T16:21:30.483Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-24T16:21:30.506Z+ home_fs=zfs
112024-08-24T16:21:30.506Z+ [[ zfs == autofs ]]
122024-08-24T16:21:30.506Z+ mkdir -p /home/build
132024-08-24T16:21:30.507Z+ chown build:build /home/build /work
142024-08-24T16:21:32.493Z+ chmod 0700 /home/build /work
152024-08-24T16:21:32.516Zprocess exited: duration 4080 ms, exit code 0
 
162024-08-24T16:21:32.563Zstarting task 1: "rust-toolchain"
172024-08-24T16:21:32.587Z+ printf ' * toolchain channel = "%s"
182024-08-24T16:21:32.587Z' 1.80.1
192024-08-24T16:21:32.587Z+ printf ' * toolchain profile = "%s"
202024-08-24T16:21:32.587Z' default
212024-08-24T16:21:32.587Z * toolchain channel = "1.80.1"
222024-08-24T16:21:32.587Z * toolchain profile = "default"
232024-08-24T16:21:32.587Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-24T16:21:32.587Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-24T16:21:32.722Zinfo: downloading installer
262024-08-24T16:21:33.245Zinfo: profile set to 'default'
272024-08-24T16:21:33.245Zinfo: default host triple is x86_64-unknown-illumos
282024-08-24T16:21:33.245Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-24T16:21:33.347Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-24T16:21:33.347Zinfo: downloading component 'cargo'
312024-08-24T16:21:33.488Zinfo: downloading component 'clippy'
322024-08-24T16:21:33.538Zinfo: downloading component 'rust-docs'
332024-08-24T16:21:33.704Zinfo: downloading component 'rust-std'
342024-08-24T16:21:33.942Zinfo: downloading component 'rustc'
352024-08-24T16:21:34.601Zinfo: downloading component 'rustfmt'
362024-08-24T16:21:34.646Zinfo: installing component 'cargo'
372024-08-24T16:21:35.745Zinfo: installing component 'clippy'
382024-08-24T16:21:36.173Zinfo: installing component 'rust-docs'
392024-08-24T16:21:38.902Zinfo: installing component 'rust-std'
402024-08-24T16:21:40.768Zinfo: installing component 'rustc'
412024-08-24T16:21:45.826Zinfo: installing component 'rustfmt'
422024-08-24T16:21:46.202Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-24T16:21:46.202Z
442024-08-24T16:21:46.292Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-24T16:21:46.292Z
462024-08-24T16:21:46.292Z
472024-08-24T16:21:46.292ZRust is installed now. Great!
482024-08-24T16:21:46.292Z
492024-08-24T16:21:46.292ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-24T16:21:46.292Zenvironment variable. This has not been done automatically.
512024-08-24T16:21:46.292Z
522024-08-24T16:21:46.292ZTo configure your current shell, you need to source
532024-08-24T16:21:46.292Zthe corresponding env file under $HOME/.cargo.
542024-08-24T16:21:46.292Z
552024-08-24T16:21:46.292ZThis is usually done by running one of the following (note the leading DOT):
562024-08-24T16:21:46.292Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-24T16:21:46.292Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-24T16:21:46.354Z+ rustc --version
592024-08-24T16:21:46.439Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-24T16:21:46.462Zprocess exited: duration 13880 ms, exit code 0
 
612024-08-24T16:21:46.510Zstarting task 2: "authentication"
622024-08-24T16:21:46.562Zprocess exited: duration 52 ms, exit code 0
 
632024-08-24T16:21:46.609Zstarting task 3: "clone repository"
642024-08-24T16:21:46.633Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-24T16:21:46.633Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-24T16:21:46.656ZCloning into '/work/oxidecomputer/omicron'...
672024-08-24T16:21:52.867Z+ cd /work/oxidecomputer/omicron
682024-08-24T16:21:52.867Z+ git fetch origin e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082
692024-08-24T16:21:53.273ZFrom https://github.com/oxidecomputer/omicron
702024-08-24T16:21:53.273Z * branch e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082 -> FETCH_HEAD
712024-08-24T16:21:53.296Z+ [[ -n eliza/sensor-metric ]]
722024-08-24T16:21:53.296Z++ git branch --show-current
732024-08-24T16:21:53.296Z+ current=main
742024-08-24T16:21:53.296Z+ [[ main != eliza/sensor-metric ]]
752024-08-24T16:21:53.296Z+ git branch -f eliza/sensor-metric e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082
762024-08-24T16:21:53.320Z+ git checkout -f eliza/sensor-metric
772024-08-24T16:21:53.479ZSwitched to branch 'eliza/sensor-metric'
782024-08-24T16:21:53.502Z+ git reset --hard e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082
792024-08-24T16:21:53.651ZHEAD is now at e7d2430f1 celsius
802024-08-24T16:21:53.674Zprocess exited: duration 7044 ms, exit code 0
 
812024-08-24T16:21:53.721Zstarting task 4: "build"
822024-08-24T16:21:53.744Z+ cargo --version
832024-08-24T16:21:53.797Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-24T16:21:53.820Z+ rustc --version
852024-08-24T16:21:53.870Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-24T16:21:53.894Z+ WORK=/work
872024-08-24T16:21:53.894Z+ pfexec mkdir -p /work
882024-08-24T16:21:53.894Z+ pfexec chown build /work
892024-08-24T16:21:53.894Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-08-24T16:21:58.962Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-08-24T16:22:01.649Z Startup: Caching catalogs ... Done
922024-08-24T16:22:03.896ZPlanning: Solver setup ... Done (1.581s)
932024-08-24T16:22:03.921ZPlanning: Running solver ... Done (0.025s)
942024-08-24T16:22:03.959ZPlanning: Finding local manifests ... Done (0.003s)
952024-08-24T16:22:04.049ZPlanning: Fetching manifests: 0/5 0% complete
962024-08-24T16:22:04.514ZPlanning: Fetching manifests: 5/5 100% complete
972024-08-24T16:22:04.635ZPlanning: Package planning ... Done (0.122s)
982024-08-24T16:22:04.703ZPlanning: Merging actions ... Done (0.067s)
992024-08-24T16:22:04.968ZPlanning: Checking for conflicting actions ... Done (0.265s)
1002024-08-24T16:22:06.077ZPlanning: Consolidating action changes ... Done (1.108s)
1012024-08-24T16:22:06.483ZPlanning: Evaluating mediators ... Done (0.407s)
1022024-08-24T16:22:06.578ZPlanning: Planning completed in 4.86 seconds
1032024-08-24T16:22:06.601Z Packages to install: 4
1042024-08-24T16:22:06.601Z Packages to update: 1
1052024-08-24T16:22:06.601Z Mediators to change: 2
1062024-08-24T16:22:06.601Z Services to change: 1
1072024-08-24T16:22:06.601Z Estimated space available: 148.82 GB
1082024-08-24T16:22:06.601ZEstimated space to be consumed: 1.53 GB
1092024-08-24T16:22:06.601Z Create boot environment: No
1102024-08-24T16:22:06.601ZCreate backup boot environment: Yes
1112024-08-24T16:22:06.601Z Rebuild boot archive: No
1122024-08-24T16:22:06.601Z
1132024-08-24T16:22:06.602ZChanged mediators:
1142024-08-24T16:22:06.602Z mediator clang:
1152024-08-24T16:22:06.602Z version: None -> 15 (system default)
1162024-08-24T16:22:06.602Z
1172024-08-24T16:22:06.602Z mediator llvm:
1182024-08-24T16:22:06.602Z version: 14 (system default) -> 15 (system default)
1192024-08-24T16:22:06.602Z
1202024-08-24T16:22:06.602ZChanged packages:
1212024-08-24T16:22:06.602Zhelios-dev
1222024-08-24T16:22:06.602Z developer/build-essential
1232024-08-24T16:22:06.602Z None -> 11-2.0
1242024-08-24T16:22:06.602Z library/libxmlsec1
1252024-08-24T16:22:06.602Z None -> 1.2.35-2.0
1262024-08-24T16:22:06.602Z ooce/developer/clang-15
1272024-08-24T16:22:06.602Z None -> 15.0.7-2.0
1282024-08-24T16:22:06.602Z ooce/developer/llvm-15
1292024-08-24T16:22:06.602Z None -> 15.0.7-2.0
1302024-08-24T16:22:06.602Z package/pkg
1312024-08-24T16:22:06.602Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1322024-08-24T16:22:06.602Z
1332024-08-24T16:22:06.602ZServices:
1342024-08-24T16:22:06.602Z restart_fmri:
1352024-08-24T16:22:06.602Z svc:/system/update-man-index:default
1362024-08-24T16:22:06.602Z
1372024-08-24T16:22:06.602ZEditable files to change:
1382024-08-24T16:22:06.602Z Update:
1392024-08-24T16:22:06.602Z usr/share/lib/pkg/web/config.shtml
1402024-08-24T16:22:06.672Z
1412024-08-24T16:22:06.672ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1422024-08-24T16:22:11.693ZDownload: 338/4281 items 2.1/220.6MB 0% complete (468k/s)
1432024-08-24T16:22:16.692ZDownload: 657/4281 items 17.1/220.6MB 7% complete (1.6M/s)
1442024-08-24T16:22:22.773ZDownload: 1197/4281 items 69.3/220.6MB 31% complete (6.7M/s)
1452024-08-24T16:22:27.775ZDownload: 1199/4281 items 83.5/220.6MB 37% complete (6.5M/s)
1462024-08-24T16:22:32.776ZDownload: 1886/4281 items 118.5/220.6MB 53% complete (5.0M/s)
1472024-08-24T16:22:37.780ZDownload: 2727/4281 items 120.8/220.6MB 54% complete (3.7M/s)
1482024-08-24T16:22:42.788ZDownload: 3244/4281 items 169.9/220.6MB 77% complete (5.0M/s)
1492024-08-24T16:22:47.792ZDownload: 3416/4281 items 213.1/220.6MB 96% complete (9.2M/s)
1502024-08-24T16:22:52.794ZDownload: 3945/4281 items 219.1/220.6MB 99% complete (5.0M/s)
1512024-08-24T16:22:53.751ZDownload: Completed 220.60 MB in 47.08 seconds (4.7M/s)
1522024-08-24T16:22:55.209Z Actions: 1/5063 actions (Removing old actions)
1532024-08-24T16:22:55.233Z Actions: 194/5063 actions (Installing new actions)
1542024-08-24T16:23:00.302Z Actions: 3028/5063 actions (Installing new actions)
1552024-08-24T16:23:01.066Z Actions: 4226/5063 actions (Updating modified actions)
1562024-08-24T16:23:01.427Z Actions: Completed 5063 actions in 6.22 seconds.
1572024-08-24T16:23:01.826Z Done (0.390s)
1582024-08-24T16:23:01.850Z Done (0.000s)
1592024-08-24T16:23:02.324Z Done (0.496s)
1602024-08-24T16:23:07.378Z Done (4.911s)
1612024-08-24T16:23:07.482Z Done (0.019s)
1622024-08-24T16:23:07.505Z Done (0.000s)
1632024-08-24T16:23:07.669Z Done (0.000s)
1642024-08-24T16:23:08.360ZPlanning: Evaluating mediator changes ... Done
1652024-08-24T16:23:08.613ZPlanning: Checking for conflicting actions ... Done
1662024-08-24T16:23:08.638ZPlanning: Consolidating action changes ... Done
1672024-08-24T16:23:08.942ZPlanning: Evaluating mediators ... Done
1682024-08-24T16:23:08.967ZPlanning: Planning completed in 0.58 seconds
1692024-08-24T16:23:08.992Z Mediators to change: 2
1702024-08-24T16:23:08.992Z Create boot environment: No
1712024-08-24T16:23:08.992ZCreate backup boot environment: No
1722024-08-24T16:23:09.049Z Done
1732024-08-24T16:23:09.049Z Done
1742024-08-24T16:23:09.427Z Done
1752024-08-24T16:23:13.782Z Done
1762024-08-24T16:23:13.876Z Done
1772024-08-24T16:23:13.876Z Done
1782024-08-24T16:23:13.966Z Done
1792024-08-24T16:23:14.739ZPlanning: Evaluating mediator changes ... Done
1802024-08-24T16:23:14.762ZPlanning: Merging actions ... Done
1812024-08-24T16:23:14.988ZPlanning: Checking for conflicting actions ... Done
1822024-08-24T16:23:15.011ZPlanning: Consolidating action changes ... Done
1832024-08-24T16:23:15.307ZPlanning: Evaluating mediators ... Done
1842024-08-24T16:23:15.366ZPlanning: Planning completed in 0.92 seconds
1852024-08-24T16:23:15.415Z Packages to change: 1
1862024-08-24T16:23:15.415Z Mediators to change: 1
1872024-08-24T16:23:15.415Z Services to change: 1
1882024-08-24T16:23:15.415Z Create boot environment: No
1892024-08-24T16:23:15.415ZCreate backup boot environment: Yes
1902024-08-24T16:23:16.923Z Actions: 1/6 actions (Updating modified actions)
1912024-08-24T16:23:16.949Z Actions: Completed 6 actions in 0.00 seconds.
1922024-08-24T16:23:16.949Z Done
1932024-08-24T16:23:16.949Z Done
1942024-08-24T16:23:17.026Z Done
1952024-08-24T16:23:21.338Z Done
1962024-08-24T16:23:21.434Z Done
1972024-08-24T16:23:21.435Z Done
1982024-08-24T16:23:21.529Z Done
1992024-08-24T16:23:22.058ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002024-08-24T16:23:22.058Zclang system 15 system
2012024-08-24T16:23:22.058Zcsh system system illumos
2022024-08-24T16:23:22.058Zctags system system illumos
2032024-08-24T16:23:22.058Zgcc vendor 12 vendor
2042024-08-24T16:23:22.058Zgcc system 10 system
2052024-08-24T16:23:22.058Zgcc system 7 system
2062024-08-24T16:23:22.058Zgo system 1.20 system
2072024-08-24T16:23:22.058Zgo system 1.19 system
2082024-08-24T16:23:22.058Zllvm system 15 system
2092024-08-24T16:23:22.058Zllvm system 14 system
2102024-08-24T16:23:22.058Zmariadb system 10.6 system
2112024-08-24T16:23:22.058Zmta vendor vendor dma
2122024-08-24T16:23:22.058Zopenjdk system 17 system
2132024-08-24T16:23:22.058Zopenjdk system 11 system
2142024-08-24T16:23:22.058Zopenjdk system 1.8 system
2152024-08-24T16:23:22.058Zopenssl vendor 3 vendor
2162024-08-24T16:23:22.058Zperl system 5.36 system
2172024-08-24T16:23:22.058Zpostgresql system 15 system
2182024-08-24T16:23:22.058Zpostgresql system 13 system
2192024-08-24T16:23:22.058Zpython vendor 3 vendor
2202024-08-24T16:23:22.058Zpython system 2 system
2212024-08-24T16:23:22.058Zpython3 system 3.11 system
2222024-08-24T16:23:22.058Zruby system 3.0 system
2232024-08-24T16:23:22.059Zwords vendor vendor american-english
2242024-08-24T16:23:22.059Zwords system system australian-english
2252024-08-24T16:23:22.059Zwords system system british-english
2262024-08-24T16:23:22.059Zwords system system canadian-english
2272024-08-24T16:23:22.059Zwords system system french
2282024-08-24T16:23:22.059Zwords system system italian
2292024-08-24T16:23:22.059Zwords system system ngerman
2302024-08-24T16:23:22.059Zwords system system ogerman
2312024-08-24T16:23:22.059Zwords system system spanish
2322024-08-24T16:23:22.473ZPUBLISHER TYPE STATUS P LOCATION
2332024-08-24T16:23:22.473Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342024-08-24T16:23:24.653ZFMRI IFO
2352024-08-24T16:23:24.653Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362024-08-24T16:23:24.653Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372024-08-24T16:23:24.653Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382024-08-24T16:23:24.653Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392024-08-24T16:23:24.653Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2402024-08-24T16:23:24.653Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412024-08-24T16:23:24.653Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2422024-08-24T16:23:24.653Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2432024-08-24T16:23:24.653Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2442024-08-24T16:23:24.653Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2452024-08-24T16:23:24.653Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2462024-08-24T16:23:24.653Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2472024-08-24T16:23:24.653Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2482024-08-24T16:23:25.329Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2492024-08-24T16:23:25.690Z Updating git repository `https://github.com/oxidecomputer/zone`
2502024-08-24T16:23:26.096Z Updating crates.io index
2512024-08-24T16:23:26.120Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2522024-08-24T16:23:26.955Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2532024-08-24T16:23:27.844Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2542024-08-24T16:23:28.148Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2552024-08-24T16:23:30.002Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2562024-08-24T16:23:30.277Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2572024-08-24T16:23:30.631Z Updating git repository `https://github.com/oxidecomputer/propolis`
2582024-08-24T16:23:31.737Z Updating git repository `https://github.com/oxidecomputer/crucible`
2592024-08-24T16:23:33.722Z Updating git repository `https://github.com/oxidecomputer/opte`
2602024-08-24T16:23:34.844Z Updating git repository `https://github.com/oxidecomputer/falcon`
2612024-08-24T16:23:35.658Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2622024-08-24T16:23:36.025Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2632024-08-24T16:23:37.029Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2642024-08-24T16:23:38.394Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2652024-08-24T16:23:38.765Z Updating git repository `https://github.com/oxidecomputer/tofino`
2662024-08-24T16:23:39.112Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672024-08-24T16:23:39.445Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682024-08-24T16:23:39.740Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692024-08-24T16:23:40.063Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702024-08-24T16:23:40.434Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2712024-08-24T16:23:41.409Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722024-08-24T16:23:41.831Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2732024-08-24T16:23:42.155Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742024-08-24T16:23:42.707Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752024-08-24T16:23:43.101Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762024-08-24T16:23:43.638Z Updating git repository `https://github.com/oxidecomputer/typify`
2772024-08-24T16:23:45.814Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782024-08-24T16:23:46.140Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792024-08-24T16:23:46.505Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802024-08-24T16:23:46.949Z Updating git repository `https://github.com/oxidecomputer/rfb`
2812024-08-24T16:23:48.160Z Downloading crates ...
2822024-08-24T16:23:48.224Z Downloaded equivalent v1.0.1
2832024-08-24T16:23:48.249Z Downloaded is_terminal_polyfill v1.70.0
2842024-08-24T16:23:48.249Z Downloaded cargo-platform v0.1.8
2852024-08-24T16:23:48.249Z Downloaded usdt-macro v0.5.0
2862024-08-24T16:23:48.249Z Downloaded version_check v0.9.5
2872024-08-24T16:23:48.249Z Downloaded quote v1.0.36
2882024-08-24T16:23:48.249Z Downloaded thiserror-impl v1.0.63
2892024-08-24T16:23:48.249Z Downloaded camino v1.1.9
2902024-08-24T16:23:48.249Z Downloaded ryu v1.0.18
2912024-08-24T16:23:48.273Z Downloaded ucd-trie v0.1.6
2922024-08-24T16:23:48.273Z Downloaded zerocopy v0.7.34
2932024-08-24T16:23:48.296Z Downloaded thiserror v1.0.63
2942024-08-24T16:23:48.296Z Downloaded zerocopy-derive v0.7.34
2952024-08-24T16:23:48.296Z Downloaded rustix v0.38.34
2962024-08-24T16:23:48.320Z Downloaded winnow v0.6.18
2972024-08-24T16:23:48.343Z Downloaded libc v0.2.156
2982024-08-24T16:23:48.367Z Downloaded unicode-width v0.1.13
2992024-08-24T16:23:48.390Z Downloaded unicode-ident v1.0.12
3002024-08-24T16:23:48.390Z Downloaded typenum v1.17.0
3012024-08-24T16:23:48.390Z Downloaded tabled v0.15.0
3022024-08-24T16:23:48.414Z Downloaded syn v2.0.74
3032024-08-24T16:23:48.414Z Downloaded syn v1.0.109
3042024-08-24T16:23:48.437Z Downloaded serde_derive v1.0.208
3052024-08-24T16:23:48.437Z Downloaded proc-macro2 v1.0.86
3062024-08-24T16:23:48.437Z Downloaded pest v2.7.10
3072024-08-24T16:23:48.437Z Downloaded memchr v2.7.2
3082024-08-24T16:23:48.437Z Downloaded goblin v0.8.2
3092024-08-24T16:23:48.460Z Downloaded clap_builder v4.5.15
3102024-08-24T16:23:48.460Z Downloaded swrite v0.1.0
3112024-08-24T16:23:48.460Z Downloaded sha2 v0.10.8
3122024-08-24T16:23:48.460Z Downloaded serde_spanned v0.6.7
3132024-08-24T16:23:48.460Z Downloaded pest_generator v2.7.10
3142024-08-24T16:23:48.460Z Downloaded utf8parse v0.2.1
3152024-08-24T16:23:48.460Z Downloaded usdt-impl v0.5.0
3162024-08-24T16:23:48.460Z Downloaded usdt v0.5.0
3172024-08-24T16:23:48.460Z Downloaded toml_datetime v0.6.8
3182024-08-24T16:23:48.460Z Downloaded semver v1.0.23
3192024-08-24T16:23:48.484Z Downloaded scroll v0.12.0
3202024-08-24T16:23:48.484Z Downloaded proc-macro-error v1.0.4
3212024-08-24T16:23:48.484Z Downloaded plain v0.2.3
3222024-08-24T16:23:48.484Z Downloaded once_cell v1.19.0
3232024-08-24T16:23:48.484Z Downloaded toml_edit v0.22.20
3242024-08-24T16:23:48.507Z Downloaded toml v0.8.19
3252024-08-24T16:23:48.507Z Downloaded thread-id v4.2.1
3262024-08-24T16:23:48.507Z Downloaded tabled_derive v0.7.0
3272024-08-24T16:23:48.507Z Downloaded serde_json v1.0.125
3282024-08-24T16:23:48.530Z Downloaded serde v1.0.208
3292024-08-24T16:23:48.530Z Downloaded log v0.4.21
3302024-08-24T16:23:48.530Z Downloaded indexmap v2.4.0
3312024-08-24T16:23:48.530Z Downloaded hashbrown v0.14.5
3322024-08-24T16:23:48.530Z Downloaded pest_meta v2.7.10
3332024-08-24T16:23:48.530Z Downloaded pest_derive v2.7.10
3342024-08-24T16:23:48.530Z Downloaded papergrid v0.11.0
3352024-08-24T16:23:48.554Z Downloaded memmap v0.7.0
3362024-08-24T16:23:48.554Z Downloaded fs-err v2.11.0
3372024-08-24T16:23:48.554Z Downloaded errno v0.3.9
3382024-08-24T16:23:48.554Z Downloaded digest v0.10.7
3392024-08-24T16:23:48.554Z Downloaded cpufeatures v0.2.12
3402024-08-24T16:23:48.554Z Downloaded cfg-if v1.0.0
3412024-08-24T16:23:48.554Z Downloaded cargo_metadata v0.18.1
3422024-08-24T16:23:48.554Z Downloaded bitflags v2.6.0
3432024-08-24T16:23:48.554Z Downloaded anyhow v1.0.86
3442024-08-24T16:23:48.577Z Downloaded strsim v0.11.1
3452024-08-24T16:23:48.577Z Downloaded serde_tokenstream v0.2.2
3462024-08-24T16:23:48.577Z Downloaded macaddr v1.0.1
3472024-08-24T16:23:48.577Z Downloaded cargo_toml v0.20.4
3482024-08-24T16:23:48.577Z Downloaded proc-macro-error-attr v1.0.4
3492024-08-24T16:23:48.577Z Downloaded itoa v1.0.11
3502024-08-24T16:23:48.578Z Downloaded heck v0.4.1
3512024-08-24T16:23:48.578Z Downloaded generic-array v0.14.7
3522024-08-24T16:23:48.578Z Downloaded dtrace-parser v0.2.0
3532024-08-24T16:23:48.578Z Downloaded dof v0.3.0
3542024-08-24T16:23:48.578Z Downloaded clap_lex v0.7.0
3552024-08-24T16:23:48.578Z Downloaded clap_derive v4.5.13
3562024-08-24T16:23:48.578Z Downloaded clap v4.5.16
3572024-08-24T16:23:48.601Z Downloaded usdt-attr-macro v0.5.0
3582024-08-24T16:23:48.601Z Downloaded terminal_size v0.3.0
3592024-08-24T16:23:48.601Z Downloaded scroll_derive v0.12.0
3602024-08-24T16:23:48.601Z Downloaded pretty-hex v0.4.1
3612024-08-24T16:23:48.601Z Downloaded bytecount v0.6.8
3622024-08-24T16:23:48.602Z Downloaded anstream v0.6.14
3632024-08-24T16:23:48.602Z Downloaded heck v0.5.0
3642024-08-24T16:23:48.602Z Downloaded fnv v1.0.7
3652024-08-24T16:23:48.602Z Downloaded crypto-common v0.1.6
3662024-08-24T16:23:48.602Z Downloaded colorchoice v1.0.1
3672024-08-24T16:23:48.602Z Downloaded block-buffer v0.10.4
3682024-08-24T16:23:48.602Z Downloaded anstyle-query v1.0.3
3692024-08-24T16:23:48.602Z Downloaded anstyle-parse v0.2.4
3702024-08-24T16:23:48.602Z Downloaded byteorder v1.5.0
3712024-08-24T16:23:48.602Z Downloaded anstyle v1.0.8
3722024-08-24T16:23:48.625Z Downloaded autocfg v1.3.0
3732024-08-24T16:23:48.736Z Compiling proc-macro2 v1.0.86
3742024-08-24T16:23:48.760Z Compiling unicode-ident v1.0.12
3752024-08-24T16:23:48.760Z Compiling version_check v0.9.5
3762024-08-24T16:23:48.760Z Compiling serde v1.0.208
3772024-08-24T16:23:48.760Z Compiling thiserror v1.0.63
3782024-08-24T16:23:48.760Z Compiling memchr v2.7.2
3792024-08-24T16:23:48.760Z Compiling libc v0.2.156
3802024-08-24T16:23:48.760Z Compiling itoa v1.0.11
3812024-08-24T16:23:49.024Z Compiling ryu v1.0.18
3822024-08-24T16:23:49.141Z Compiling ucd-trie v0.1.6
3832024-08-24T16:23:49.338Z Compiling once_cell v1.19.0
3842024-08-24T16:23:49.531Z Compiling byteorder v1.5.0
3852024-08-24T16:23:49.559Z Compiling serde_json v1.0.125
3862024-08-24T16:23:49.895Z Compiling usdt-impl v0.5.0
3872024-08-24T16:23:49.952Z Compiling proc-macro-error-attr v1.0.4
3882024-08-24T16:23:50.015Z Compiling rustix v0.38.34
3892024-08-24T16:23:50.044Z Compiling syn v1.0.109
3902024-08-24T16:23:50.293Z Compiling quote v1.0.36
3912024-08-24T16:23:50.344Z Compiling proc-macro-error v1.0.4
3922024-08-24T16:23:50.369Z Compiling plain v0.2.3
3932024-08-24T16:23:50.513Z Compiling bitflags v2.6.0
3942024-08-24T16:23:50.619Z Compiling syn v2.0.74
3952024-08-24T16:23:50.660Z Compiling errno v0.3.9
3962024-08-24T16:23:50.821Z Compiling hashbrown v0.14.5
3972024-08-24T16:23:50.890Z Compiling equivalent v1.0.1
3982024-08-24T16:23:50.926Z Compiling utf8parse v0.2.1
3992024-08-24T16:23:50.949Z Compiling log v0.4.21
4002024-08-24T16:23:50.981Z Compiling thread-id v4.2.1
4012024-08-24T16:23:51.090Z Compiling anstyle-parse v0.2.4
4022024-08-24T16:23:51.304Z Compiling winnow v0.6.18
4032024-08-24T16:23:51.446Z Compiling anstyle-query v1.0.3
4042024-08-24T16:23:51.668Z Compiling pretty-hex v0.4.1
4052024-08-24T16:23:51.691Z Compiling camino v1.1.9
4062024-08-24T16:23:51.879Z Compiling is_terminal_polyfill v1.70.0
4072024-08-24T16:23:51.954Z Compiling semver v1.0.23
4082024-08-24T16:23:52.025Z Compiling indexmap v2.4.0
4092024-08-24T16:23:52.091Z Compiling autocfg v1.3.0
4102024-08-24T16:23:52.300Z Compiling anstyle v1.0.8
4112024-08-24T16:23:52.468Z Compiling colorchoice v1.0.1
4122024-08-24T16:23:52.623Z Compiling anstream v0.6.14
4132024-08-24T16:23:52.647Z Compiling terminal_size v0.3.0
4142024-08-24T16:23:52.882Z Compiling unicode-width v0.1.13
4152024-08-24T16:23:52.933Z Compiling fs-err v2.11.0
4162024-08-24T16:23:52.984Z Compiling strsim v0.11.1
4172024-08-24T16:23:53.145Z Compiling fnv v1.0.7
4182024-08-24T16:23:53.205Z Compiling bytecount v0.6.8
4192024-08-24T16:23:53.230Z Compiling heck v0.5.0
4202024-08-24T16:23:53.282Z Compiling heck v0.4.1
4212024-08-24T16:23:53.307Z Compiling anyhow v1.0.86
4222024-08-24T16:23:53.435Z Compiling clap_lex v0.7.0
4232024-08-24T16:23:53.732Z Compiling clap_builder v4.5.15
4242024-08-24T16:23:53.799Z Compiling papergrid v0.11.0
4252024-08-24T16:23:54.042Z Compiling memmap v0.7.0
4262024-08-24T16:23:54.387Z Compiling swrite v0.1.0
4272024-08-24T16:23:55.673Z Compiling tabled_derive v0.7.0
4282024-08-24T16:23:57.251Z Compiling tabled v0.15.0
4292024-08-24T16:23:58.602Z Compiling serde_derive v1.0.208
4302024-08-24T16:23:58.602Z Compiling thiserror-impl v1.0.63
4312024-08-24T16:23:58.626Z Compiling zerocopy-derive v0.7.34
4322024-08-24T16:23:58.626Z Compiling scroll_derive v0.12.0
4332024-08-24T16:23:58.896Z Compiling clap_derive v4.5.13
4342024-08-24T16:23:59.706Z Compiling scroll v0.12.0
4352024-08-24T16:24:00.116Z Compiling goblin v0.8.2
4362024-08-24T16:24:00.348Z Compiling zerocopy v0.7.34
4372024-08-24T16:24:00.988Z Compiling pest v2.7.10
4382024-08-24T16:24:02.414Z Compiling clap v4.5.16
4392024-08-24T16:24:03.292Z Compiling pest_meta v2.7.10
4402024-08-24T16:24:04.286Z Compiling pest_generator v2.7.10
4412024-08-24T16:24:05.933Z Compiling pest_derive v2.7.10
4422024-08-24T16:24:06.580Z Compiling dtrace-parser v0.2.0
4432024-08-24T16:24:08.242Z Compiling serde_spanned v0.6.7
4442024-08-24T16:24:08.242Z Compiling toml_datetime v0.6.8
4452024-08-24T16:24:08.266Z Compiling cargo-platform v0.1.8
4462024-08-24T16:24:08.616Z Compiling serde_tokenstream v0.2.2
4472024-08-24T16:24:08.671Z Compiling toml_edit v0.22.20
4482024-08-24T16:24:08.778Z Compiling macaddr v1.0.1
4492024-08-24T16:24:09.679Z Compiling dof v0.3.0
4502024-08-24T16:24:09.679Z Compiling cargo_metadata v0.18.1
4512024-08-24T16:24:11.249Z Compiling toml v0.8.19
4522024-08-24T16:24:11.554Z Compiling usdt-attr-macro v0.5.0
4532024-08-24T16:24:11.578Z Compiling usdt-macro v0.5.0
4542024-08-24T16:24:12.006Z Compiling cargo_toml v0.20.4
4552024-08-24T16:24:12.831Z Compiling usdt v0.5.0
4562024-08-24T16:24:16.298Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4572024-08-24T16:24:21.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.33s
4582024-08-24T16:24:21.618Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4592024-08-24T16:24:22.453Z Downloading crates ...
4602024-08-24T16:24:22.601Z Downloaded cstr-argument v0.1.2
4612024-08-24T16:24:22.626Z Downloaded crossbeam-deque v0.8.5
4622024-08-24T16:24:22.626Z Downloaded defmt v0.3.8
4632024-08-24T16:24:22.649Z Downloaded is-terminal v0.4.12
4642024-08-24T16:24:22.649Z Downloaded sec1 v0.7.3
4652024-08-24T16:24:22.649Z Downloaded scrypt v0.11.0
4662024-08-24T16:24:22.650Z Downloaded toolchain_find v0.4.0
4672024-08-24T16:24:22.674Z Downloaded tokio-stream v0.1.15
4682024-08-24T16:24:22.674Z Downloaded foreign-types-shared v0.3.1
4692024-08-24T16:24:22.674Z Downloaded futures-io v0.3.30
4702024-08-24T16:24:22.698Z Downloaded precomputed-hash v0.1.1
4712024-08-24T16:24:22.698Z Downloaded serde-big-array v0.5.1
4722024-08-24T16:24:22.698Z Downloaded termcolor v1.4.1
4732024-08-24T16:24:22.698Z Downloaded downcast v0.11.0
4742024-08-24T16:24:22.722Z Downloaded psl-types v2.0.11
4752024-08-24T16:24:22.745Z Downloaded rtoolbox v0.0.2
4762024-08-24T16:24:22.745Z Downloaded hickory-client v0.24.1
4772024-08-24T16:24:22.745Z Downloaded ron v0.7.1
4782024-08-24T16:24:22.769Z Downloaded erased-serde v0.3.31
4792024-08-24T16:24:22.794Z Downloaded fxhash v0.2.1
4802024-08-24T16:24:22.794Z Downloaded packed_struct_codegen v0.10.1
4812024-08-24T16:24:22.794Z Downloaded home v0.5.9
4822024-08-24T16:24:22.794Z Downloaded parse-display-derive v0.10.0
4832024-08-24T16:24:22.794Z Downloaded sqlparser_derive v0.2.2
4842024-08-24T16:24:22.794Z Downloaded stable_deref_trait v1.2.0
4852024-08-24T16:24:22.794Z Downloaded path-slash v0.1.5
4862024-08-24T16:24:22.817Z Downloaded static_assertions v1.1.0
4872024-08-24T16:24:22.817Z Downloaded rustc-hash v1.1.0
4882024-08-24T16:24:22.817Z Downloaded sigpipe v0.1.3
4892024-08-24T16:24:22.818Z Downloaded sha1 v0.10.6
4902024-08-24T16:24:22.818Z Downloaded rustc_version v0.4.0
4912024-08-24T16:24:22.818Z Downloaded rustls-pki-types v1.7.0
4922024-08-24T16:24:22.818Z Downloaded slab v0.4.9
4932024-08-24T16:24:22.842Z Downloaded similar v2.6.0
4942024-08-24T16:24:22.842Z Downloaded steno v0.4.1
4952024-08-24T16:24:22.842Z Downloaded socket2 v0.5.7
4962024-08-24T16:24:22.842Z Downloaded socket2 v0.4.10
4972024-08-24T16:24:22.842Z Downloaded rand v0.8.5
4982024-08-24T16:24:22.867Z Downloaded hkdf v0.12.4
4992024-08-24T16:24:22.867Z Downloaded subtle v2.5.0
5002024-08-24T16:24:22.867Z Downloaded pbkdf2 v0.12.2
5012024-08-24T16:24:22.867Z Downloaded httparse v1.8.0
5022024-08-24T16:24:22.867Z Downloaded signal-hook-tokio v0.3.1
5032024-08-24T16:24:22.891Z Downloaded signature v2.2.0
5042024-08-24T16:24:22.891Z Downloaded diesel v2.2.2
5052024-08-24T16:24:22.916Z Downloaded signal-hook v0.3.17
5062024-08-24T16:24:22.916Z Downloaded rustls-webpki v0.102.4
5072024-08-24T16:24:22.942Z Downloaded sled v0.34.7
5082024-08-24T16:24:22.967Z Downloaded http v1.1.0
5092024-08-24T16:24:22.967Z Downloaded h2 v0.3.26
5102024-08-24T16:24:22.992Z Downloaded sha3 v0.10.8
5112024-08-24T16:24:22.992Z Downloaded openssl v0.10.66
5122024-08-24T16:24:23.016Z Downloaded encoding_rs v0.8.34
5132024-08-24T16:24:23.041Z Downloaded openapiv3 v2.0.0
5142024-08-24T16:24:23.064Z Downloaded object v0.32.2
5152024-08-24T16:24:23.064Z Downloaded nix v0.27.1
5162024-08-24T16:24:23.089Z Downloaded object v0.30.4
5172024-08-24T16:24:23.113Z Downloaded nix v0.28.0
5182024-08-24T16:24:23.113Z Downloaded git2 v0.19.0
5192024-08-24T16:24:23.136Z Downloaded idna v0.5.0
5202024-08-24T16:24:23.136Z Downloaded idna v0.4.0
5212024-08-24T16:24:23.159Z Downloaded libgit2-sys v0.17.0+1.8.1
5222024-08-24T16:24:23.211Z Downloaded finl_unicode v1.2.0
5232024-08-24T16:24:23.234Z Downloaded tokio v1.38.1
5242024-08-24T16:24:23.273Z Downloaded lalrpop v0.19.12
5252024-08-24T16:24:23.296Z Downloaded idna v0.3.0
5262024-08-24T16:24:23.296Z Downloaded http v0.2.12
5272024-08-24T16:24:23.320Z Downloaded quick-xml v0.31.0
5282024-08-24T16:24:23.320Z Downloaded ring v0.17.8
5292024-08-24T16:24:23.404Z Downloaded petgraph v0.6.5
5302024-08-24T16:24:23.433Z Downloaded itertools v0.13.0
5312024-08-24T16:24:23.457Z Downloaded itertools v0.12.1
5322024-08-24T16:24:23.457Z Downloaded libz-sys v1.1.16
5332024-08-24T16:24:23.527Z Downloaded hyper v0.14.30
5342024-08-24T16:24:23.551Z Downloaded ring v0.16.20
5352024-08-24T16:24:23.634Z Downloaded csv v1.3.0
5362024-08-24T16:24:23.659Z Downloaded ratatui v0.28.0
5372024-08-24T16:24:23.683Z Downloaded zerocopy-derive v0.6.6
5382024-08-24T16:24:23.707Z Downloaded libsqlite3-sys v0.28.0
5392024-08-24T16:24:23.786Z Downloaded rusqlite v0.31.0
5402024-08-24T16:24:23.809Z Downloaded regex-automata v0.4.6
5412024-08-24T16:24:23.833Z Downloaded futures-util v0.3.30
5422024-08-24T16:24:23.833Z Downloaded nom v7.1.3
5432024-08-24T16:24:23.856Z Downloaded libxml v0.3.3
5442024-08-24T16:24:23.856Z Downloaded libm v0.2.8
5452024-08-24T16:24:23.856Z Downloaded rustls v0.22.4
5462024-08-24T16:24:23.880Z Downloaded strip-ansi-escapes v0.2.0
5472024-08-24T16:24:23.880Z Downloaded oso v0.27.3
5482024-08-24T16:24:23.880Z Downloaded openssl-sys v0.9.103
5492024-08-24T16:24:23.880Z Downloaded gimli v0.28.1
5502024-08-24T16:24:23.903Z Downloaded fatfs v0.3.6
5512024-08-24T16:24:23.903Z Downloaded expectorate v1.1.0
5522024-08-24T16:24:23.903Z Downloaded x509-cert v0.2.5
5532024-08-24T16:24:23.903Z Downloaded mio v1.0.2
5542024-08-24T16:24:23.927Z Downloaded itertools v0.10.5
5552024-08-24T16:24:23.927Z Downloaded bzip2-sys v0.1.11+1.0.8
5562024-08-24T16:24:23.950Z Downloaded rustls v0.21.12
5572024-08-24T16:24:23.951Z Downloaded radix_trie v0.2.1
5582024-08-24T16:24:23.951Z Downloaded regex-syntax v0.8.4
5592024-08-24T16:24:23.974Z Downloaded hickory-server v0.24.1
5602024-08-24T16:24:23.974Z Downloaded hickory-resolver v0.24.1
5612024-08-24T16:24:23.974Z Downloaded hickory-proto v0.24.1
5622024-08-24T16:24:23.998Z Downloaded unsafe-libyaml v0.2.11
5632024-08-24T16:24:23.998Z Downloaded unicode_categories v0.1.1
5642024-08-24T16:24:23.998Z Downloaded unicode-segmentation v1.11.0
5652024-08-24T16:24:23.998Z Downloaded publicsuffix v2.2.3
5662024-08-24T16:24:24.021Z Downloaded num-bigint-dig v0.8.4
5672024-08-24T16:24:24.021Z Downloaded signal-hook-mio v0.2.4
5682024-08-24T16:24:24.021Z Downloaded password-hash v0.5.0
5692024-08-24T16:24:24.021Z Downloaded regress v0.9.1
5702024-08-24T16:24:24.021Z Downloaded minimal-lexical v0.2.1
5712024-08-24T16:24:24.045Z Downloaded signal-hook-registry v1.4.2
5722024-08-24T16:24:24.045Z Downloaded shlex v1.3.0
5732024-08-24T16:24:24.045Z Downloaded shell-words v1.1.0
5742024-08-24T16:24:24.045Z Downloaded rustls-webpki v0.101.7
5752024-08-24T16:24:24.045Z Downloaded rayon v1.10.0
5762024-08-24T16:24:24.069Z Downloaded http-body v0.4.6
5772024-08-24T16:24:24.069Z Downloaded regex-syntax v0.6.29
5782024-08-24T16:24:24.069Z Downloaded serde_yaml v0.9.34+deprecated
5792024-08-24T16:24:24.092Z Downloaded sqlparser v0.45.0
5802024-08-24T16:24:24.092Z Downloaded rustc-demangle v0.1.24
5812024-08-24T16:24:24.092Z Downloaded subprocess v0.2.9
5822024-08-24T16:24:24.092Z Downloaded strum_macros v0.26.4
5832024-08-24T16:24:24.092Z Downloaded mio v0.8.11
5842024-08-24T16:24:24.092Z Downloaded stringprep v0.1.4
5852024-08-24T16:24:24.092Z Downloaded string_cache v0.8.7
5862024-08-24T16:24:24.116Z Downloaded globset v0.4.14
5872024-08-24T16:24:24.116Z Downloaded fd-lock v4.0.2
5882024-08-24T16:24:24.116Z Downloaded fallible-iterator v0.2.0
5892024-08-24T16:24:24.116Z Downloaded regex v1.10.6
5902024-08-24T16:24:24.116Z Downloaded miniz_oxide v0.7.2
5912024-08-24T16:24:24.140Z Downloaded paste v1.0.15
5922024-08-24T16:24:24.140Z Downloaded tinyvec v1.6.0
5932024-08-24T16:24:24.140Z Downloaded rayon-core v1.12.1
5942024-08-24T16:24:24.140Z Downloaded httpdate v1.0.3
5952024-08-24T16:24:24.140Z Downloaded hostname v0.3.1
5962024-08-24T16:24:24.140Z Downloaded tough v0.17.1
5972024-08-24T16:24:24.164Z Downloaded num-traits v0.2.19
5982024-08-24T16:24:24.164Z Downloaded hostname v0.4.0
5992024-08-24T16:24:24.164Z Downloaded polar-core v0.27.3
6002024-08-24T16:24:24.164Z Downloaded siphasher v0.3.11
6012024-08-24T16:24:24.164Z Downloaded rustls-pemfile v2.1.3
6022024-08-24T16:24:24.188Z Downloaded hubpack v0.1.2
6032024-08-24T16:24:24.188Z Downloaded group v0.13.0
6042024-08-24T16:24:24.188Z Downloaded rustfmt-wrapper v0.2.1
6052024-08-24T16:24:24.188Z Downloaded rustc_version v0.1.7
6062024-08-24T16:24:24.188Z Downloaded rand_seeder v0.3.0
6072024-08-24T16:24:24.188Z Downloaded rand_chacha v0.3.1
6082024-08-24T16:24:24.188Z Downloaded proptest v1.5.0
6092024-08-24T16:24:24.188Z Downloaded indicatif v0.17.8
6102024-08-24T16:24:24.212Z Downloaded peg v0.8.4
6112024-08-24T16:24:24.212Z Downloaded glob v0.3.1
6122024-08-24T16:24:24.212Z Downloaded tracing v0.1.40
6132024-08-24T16:24:24.212Z Downloaded rusty-fork v0.3.0
6142024-08-24T16:24:24.212Z Downloaded rustversion v1.0.17
6152024-08-24T16:24:24.212Z Downloaded rand_xorshift v0.3.0
6162024-08-24T16:24:24.212Z Downloaded rand_core v0.6.4
6172024-08-24T16:24:24.212Z Downloaded fastrand v2.1.0
6182024-08-24T16:24:24.212Z Downloaded fallible-streaming-iterator v0.1.9
6192024-08-24T16:24:24.212Z Downloaded fallible-iterator v0.3.0
6202024-08-24T16:24:24.212Z Downloaded reqwest v0.11.27
6212024-08-24T16:24:24.235Z Downloaded rustls-pemfile v1.0.4
6222024-08-24T16:24:24.236Z Downloaded sqlformat v0.2.4
6232024-08-24T16:24:24.236Z Downloaded ff v0.13.0
6242024-08-24T16:24:24.236Z Downloaded mockall_derive v0.13.0
6252024-08-24T16:24:24.236Z Downloaded spin v0.9.8
6262024-08-24T16:24:24.236Z Downloaded tokio-postgres v0.7.11
6272024-08-24T16:24:24.236Z Downloaded parking_lot v0.12.2
6282024-08-24T16:24:24.259Z Downloaded owo-colors v4.0.0
6292024-08-24T16:24:24.259Z Downloaded typed-path v0.7.1
6302024-08-24T16:24:24.259Z Downloaded smoltcp v0.11.0
6312024-08-24T16:24:24.282Z Downloaded memmap2 v0.9.4
6322024-08-24T16:24:24.282Z Downloaded parse-size v1.0.0
6332024-08-24T16:24:24.282Z Downloaded half v2.4.1
6342024-08-24T16:24:24.282Z Downloaded reedline v0.33.0
6352024-08-24T16:24:24.282Z Downloaded spki v0.7.3
6362024-08-24T16:24:24.282Z Downloaded spin v0.5.2
6372024-08-24T16:24:24.282Z Downloaded tar v0.4.41
6382024-08-24T16:24:24.306Z Downloaded parking_lot_core v0.8.6
6392024-08-24T16:24:24.306Z Downloaded parking_lot v0.11.2
6402024-08-24T16:24:24.306Z Downloaded highway v1.2.0
6412024-08-24T16:24:24.306Z Downloaded url v2.5.2
6422024-08-24T16:24:24.306Z Downloaded jobserver v0.1.32
6432024-08-24T16:24:24.306Z Downloaded parse-display v0.10.0
6442024-08-24T16:24:24.306Z Downloaded parking_lot_core v0.9.10
6452024-08-24T16:24:24.306Z Downloaded packed_struct v0.10.1
6462024-08-24T16:24:24.306Z Downloaded oso-derive v0.27.3
6472024-08-24T16:24:24.306Z Downloaded http-range v0.1.5
6482024-08-24T16:24:24.306Z Downloaded hmac v0.12.1
6492024-08-24T16:24:24.306Z Downloaded getopts v0.2.21
6502024-08-24T16:24:24.330Z Downloaded term v0.7.0
6512024-08-24T16:24:24.330Z Downloaded untrusted v0.9.0
6522024-08-24T16:24:24.330Z Downloaded universal-hash v0.5.1
6532024-08-24T16:24:24.330Z Downloaded unicode-xid v0.2.4
6542024-08-24T16:24:24.330Z Downloaded unicode-truncate v1.0.0
6552024-08-24T16:24:24.330Z Downloaded futures-sink v0.3.30
6562024-08-24T16:24:24.330Z Downloaded webpki-roots v0.25.4
6572024-08-24T16:24:24.330Z Downloaded hash32 v0.2.1
6582024-08-24T16:24:24.330Z Downloaded tabwriter v1.4.0
6592024-08-24T16:24:24.330Z Downloaded supports-color v3.0.0
6602024-08-24T16:24:24.330Z Downloaded getrandom v0.2.14
6612024-08-24T16:24:24.330Z Downloaded gethostname v0.5.0
6622024-08-24T16:24:24.330Z Downloaded filetime v0.2.24
6632024-08-24T16:24:24.354Z Downloaded topological-sort v0.2.2
6642024-08-24T16:24:24.354Z Downloaded elliptic-curve v0.13.8
6652024-08-24T16:24:24.354Z Downloaded zerocopy v0.6.6
6662024-08-24T16:24:24.354Z Downloaded tungstenite v0.21.0
6672024-08-24T16:24:24.354Z Downloaded tungstenite v0.20.1
6682024-08-24T16:24:24.354Z Downloaded tracing-core v0.1.32
6692024-08-24T16:24:24.354Z Downloaded strum_macros v0.25.3
6702024-08-24T16:24:24.354Z Downloaded strum_macros v0.24.3
6712024-08-24T16:24:24.377Z Downloaded radium v0.7.0
6722024-08-24T16:24:24.377Z Downloaded r2d2 v0.8.10
6732024-08-24T16:24:24.377Z Downloaded quick-error v1.2.3
6742024-08-24T16:24:24.377Z Downloaded hash32 v0.3.1
6752024-08-24T16:24:24.377Z Downloaded sync_wrapper v0.1.2
6762024-08-24T16:24:24.377Z Downloaded tokio-native-tls v0.3.1
6772024-08-24T16:24:24.377Z Downloaded tls_codec v0.4.1
6782024-08-24T16:24:24.377Z Downloaded tinyvec_macros v0.1.1
6792024-08-24T16:24:24.378Z Downloaded tempfile v3.10.1
6802024-08-24T16:24:24.378Z Downloaded yasna v0.5.2
6812024-08-24T16:24:24.378Z Downloaded uuid v1.10.0
6822024-08-24T16:24:24.378Z Downloaded unicode-normalization v0.1.23
6832024-08-24T16:24:24.401Z Downloaded dyn-clone v1.0.17
6842024-08-24T16:24:24.401Z Downloaded omicron-zone-package v0.11.0
6852024-08-24T16:24:24.401Z Downloaded native-tls v0.2.11
6862024-08-24T16:24:24.401Z Downloaded bstr v1.9.1
6872024-08-24T16:24:24.401Z Downloaded tower-service v0.3.2
6882024-08-24T16:24:24.401Z Downloaded tokio-macros v2.3.0
6892024-08-24T16:24:24.401Z Downloaded tls_codec_derive v0.4.1
6902024-08-24T16:24:24.425Z Downloaded tap v1.0.1
6912024-08-24T16:24:24.425Z Downloaded take_mut v0.2.2
6922024-08-24T16:24:24.425Z Downloaded env_logger v0.10.2
6932024-08-24T16:24:24.425Z Downloaded env_logger v0.9.3
6942024-08-24T16:24:24.425Z Downloaded enum-as-inner v0.6.0
6952024-08-24T16:24:24.425Z Downloaded endian-type v0.1.2
6962024-08-24T16:24:24.425Z Downloaded ena v0.14.3
6972024-08-24T16:24:24.425Z Downloaded embedded-io v0.4.0
6982024-08-24T16:24:24.425Z Downloaded tui-tree-widget v0.22.0
6992024-08-24T16:24:24.425Z Downloaded tracing-attributes v0.1.27
7002024-08-24T16:24:24.425Z Downloaded rsa v0.9.6
7012024-08-24T16:24:24.425Z Downloaded rcgen v0.12.1
7022024-08-24T16:24:24.449Z Downloaded heapless v0.8.0
7032024-08-24T16:24:24.449Z Downloaded heapless v0.7.17
7042024-08-24T16:24:24.449Z Downloaded headers v0.3.9
7052024-08-24T16:24:24.449Z Downloaded hashbrown v0.13.2
7062024-08-24T16:24:24.449Z Downloaded hashbrown v0.12.3
7072024-08-24T16:24:24.472Z Downloaded untrusted v0.7.1
7082024-08-24T16:24:24.472Z Downloaded either v1.13.0
7092024-08-24T16:24:24.472Z Downloaded serde_with v3.9.0
7102024-08-24T16:24:24.472Z Downloaded predicates v3.1.2
7112024-08-24T16:24:24.472Z Downloaded futures-task v0.3.30
7122024-08-24T16:24:24.472Z Downloaded futures-macro v0.3.30
7132024-08-24T16:24:24.472Z Downloaded vcpkg v0.2.15
7142024-08-24T16:24:24.515Z Downloaded smoltcp v0.9.1
7152024-08-24T16:24:24.539Z Downloaded num-complex v0.4.6
7162024-08-24T16:24:24.539Z Downloaded mime_guess v2.0.4
7172024-08-24T16:24:24.539Z Downloaded curve25519-dalek v4.1.3
7182024-08-24T16:24:24.563Z Downloaded zeroize v1.7.0
7192024-08-24T16:24:24.563Z Downloaded xattr v1.3.1
7202024-08-24T16:24:24.563Z Downloaded utf-8 v0.7.6
7212024-08-24T16:24:24.563Z Downloaded twox-hash v1.6.3
7222024-08-24T16:24:24.563Z Downloaded try-lock v0.2.5
7232024-08-24T16:24:24.563Z Downloaded ron v0.8.1
7242024-08-24T16:24:24.563Z Downloaded diesel_derives v2.2.2
7252024-08-24T16:24:24.563Z Downloaded time v0.3.36
7262024-08-24T16:24:24.586Z Downloaded num_enum v0.5.11
7272024-08-24T16:24:24.586Z Downloaded num-rational v0.4.2
7282024-08-24T16:24:24.587Z Downloaded num v0.4.3
7292024-08-24T16:24:24.587Z Downloaded inout v0.1.3
7302024-08-24T16:24:24.587Z Downloaded hyper-rustls v0.24.2
7312024-08-24T16:24:24.587Z Downloaded resolv-conf v0.7.0
7322024-08-24T16:24:24.587Z Downloaded ref-cast v1.0.23
7332024-08-24T16:24:24.587Z Downloaded unicode-bidi v0.3.15
7342024-08-24T16:24:24.610Z Downloaded strum v0.26.3
7352024-08-24T16:24:24.610Z Downloaded prettyplease v0.2.20
7362024-08-24T16:24:24.611Z Downloaded pin-project v1.1.5
7372024-08-24T16:24:24.611Z Downloaded der v0.7.9
7382024-08-24T16:24:24.634Z Downloaded portable-atomic v1.6.0
7392024-08-24T16:24:24.634Z Downloaded winnow v0.5.40
7402024-08-24T16:24:24.634Z Downloaded num-derive v0.4.2
7412024-08-24T16:24:24.634Z Downloaded lalrpop-util v0.19.12
7422024-08-24T16:24:24.634Z Downloaded indexmap v1.9.3
7432024-08-24T16:24:24.658Z Downloaded hashlink v0.9.1
7442024-08-24T16:24:24.658Z Downloaded unicode-linebreak v0.1.5
7452024-08-24T16:24:24.658Z Downloaded pin-project-lite v0.2.14
7462024-08-24T16:24:24.658Z Downloaded pin-project-internal v1.1.5
7472024-08-24T16:24:24.658Z Downloaded pem-rfc7468 v0.7.0
7482024-08-24T16:24:24.658Z Downloaded pem v3.0.4
7492024-08-24T16:24:24.658Z Downloaded diff v0.1.13
7502024-08-24T16:24:24.658Z Downloaded rustyline v14.0.0
7512024-08-24T16:24:24.682Z Downloaded nu-ansi-term v0.50.0
7522024-08-24T16:24:24.682Z Downloaded multimap v0.10.0
7532024-08-24T16:24:24.682Z Downloaded multer v3.1.0
7542024-08-24T16:24:24.682Z Downloaded lru v0.12.3
7552024-08-24T16:24:24.682Z Downloaded lock_api v0.4.12
7562024-08-24T16:24:24.682Z Downloaded linked-hash-map v0.5.6
7572024-08-24T16:24:24.682Z Downloaded libsw v3.3.1
7582024-08-24T16:24:24.682Z Downloaded libloading v0.8.3
7592024-08-24T16:24:24.682Z Downloaded lazycell v1.3.0
7602024-08-24T16:24:24.682Z Downloaded ipnetwork v0.20.0
7612024-08-24T16:24:24.682Z Downloaded ipnet v2.9.0
7622024-08-24T16:24:24.682Z Downloaded impl-trait-for-tuples v0.2.2
7632024-08-24T16:24:24.705Z Downloaded hyper-tls v0.5.0
7642024-08-24T16:24:24.705Z Downloaded rpassword v7.3.1
7652024-08-24T16:24:24.706Z Downloaded ref-cast-impl v1.0.23
7662024-08-24T16:24:24.706Z Downloaded hex v0.4.3
7672024-08-24T16:24:24.706Z Downloaded heck v0.3.3
7682024-08-24T16:24:24.706Z Downloaded headers-core v0.2.0
7692024-08-24T16:24:24.706Z Downloaded unicase v2.7.0
7702024-08-24T16:24:24.706Z Downloaded unarray v0.1.4
7712024-08-24T16:24:24.706Z Downloaded structmeta-derive v0.3.0
7722024-08-24T16:24:24.706Z Downloaded structmeta-derive v0.2.0
7732024-08-24T16:24:24.706Z Downloaded structmeta v0.3.0
7742024-08-24T16:24:24.706Z Downloaded structmeta v0.2.0
7752024-08-24T16:24:24.706Z Downloaded display-error-chain v0.2.0
7762024-08-24T16:24:24.706Z Downloaded dirs-sys-next v0.1.2
7772024-08-24T16:24:24.706Z Downloaded dirs-next v2.0.0
7782024-08-24T16:24:24.706Z Downloaded derive_more v0.99.18
7792024-08-24T16:24:24.706Z Downloaded derive_builder_core v0.20.0
7802024-08-24T16:24:24.729Z Downloaded derive_builder v0.20.0
7812024-08-24T16:24:24.729Z Downloaded derive-where v1.2.7
7822024-08-24T16:24:24.729Z Downloaded zip v0.6.6
7832024-08-24T16:24:24.729Z Downloaded predicates-tree v1.0.9
7842024-08-24T16:24:24.730Z Downloaded predicates-core v1.0.6
7852024-08-24T16:24:24.730Z Downloaded flate2 v1.0.31
7862024-08-24T16:24:24.730Z Downloaded tokio-util v0.7.11
7872024-08-24T16:24:24.753Z Downloaded md-5 v0.10.6
7882024-08-24T16:24:24.753Z Downloaded iana-time-zone v0.1.60
7892024-08-24T16:24:24.753Z Downloaded humantime v2.1.0
7902024-08-24T16:24:24.753Z Downloaded chrono v0.4.38
7912024-08-24T16:24:24.753Z Downloaded proc-macro-crate v1.3.1
7922024-08-24T16:24:24.753Z Downloaded pretty-hex v0.2.1
7932024-08-24T16:24:24.777Z Downloaded pin-utils v0.1.0
7942024-08-24T16:24:24.777Z Downloaded phf_shared v0.11.2
7952024-08-24T16:24:24.777Z Downloaded phf_shared v0.10.0
7962024-08-24T16:24:24.777Z Downloaded phf v0.11.2
7972024-08-24T16:24:24.777Z Downloaded percent-encoding v2.3.1
7982024-08-24T16:24:24.777Z Downloaded peg-runtime v0.8.3
7992024-08-24T16:24:24.777Z Downloaded peg-macros v0.8.4
8002024-08-24T16:24:24.777Z Downloaded dsl_auto_type v0.1.2
8012024-08-24T16:24:24.777Z Downloaded difflib v0.4.0
8022024-08-24T16:24:24.777Z Downloaded deranged v0.3.11
8032024-08-24T16:24:24.777Z Downloaded der_derive v0.7.2
8042024-08-24T16:24:24.777Z Downloaded defmt-parser v0.3.4
8052024-08-24T16:24:24.777Z Downloaded zone v0.1.8
8062024-08-24T16:24:24.777Z Downloaded zeroize_derive v1.4.2
8072024-08-24T16:24:24.777Z Downloaded tiny-keccak v2.0.2
8082024-08-24T16:24:24.777Z Downloaded thiserror-no-std v2.0.2
8092024-08-24T16:24:24.801Z Downloaded textwrap v0.16.1
8102024-08-24T16:24:24.801Z Downloaded test-strategy v0.3.1
8112024-08-24T16:24:24.801Z Downloaded serde_with_macros v3.9.0
8122024-08-24T16:24:24.801Z Downloaded serde_derive_internals v0.29.1
8132024-08-24T16:24:24.801Z Downloaded serde-hex v0.1.0
8142024-08-24T16:24:24.801Z Downloaded flume v0.11.0
8152024-08-24T16:24:24.801Z Downloaded opaque-debug v0.3.1
8162024-08-24T16:24:24.801Z Downloaded olpc-cjson v0.1.3
8172024-08-24T16:24:24.801Z Downloaded num_threads v0.1.7
8182024-08-24T16:24:24.801Z Downloaded num-iter v0.1.45
8192024-08-24T16:24:24.801Z Downloaded nodrop v0.1.14
8202024-08-24T16:24:24.801Z Downloaded newtype_derive v0.1.6
8212024-08-24T16:24:24.801Z Downloaded newline-converter v0.3.0
8222024-08-24T16:24:24.824Z Downloaded kstat-rs v0.2.4
8232024-08-24T16:24:24.824Z Downloaded diesel_table_macro_syntax v0.2.0
8242024-08-24T16:24:24.824Z Downloaded derive_builder_macro v0.20.0
8252024-08-24T16:24:24.824Z Downloaded zone_cfg_derive v0.1.2
8262024-08-24T16:24:24.825Z Downloaded time-macros v0.2.18
8272024-08-24T16:24:24.825Z Downloaded time-core v0.1.2
8282024-08-24T16:24:24.825Z Downloaded thread_local v1.1.8
8292024-08-24T16:24:24.825Z Downloaded thiserror-impl-no-std v2.0.2
8302024-08-24T16:24:24.825Z Downloaded termtree v0.4.1
8312024-08-24T16:24:24.825Z Downloaded termios v0.3.3
8322024-08-24T16:24:24.825Z Downloaded serde_arrays v0.1.0
8332024-08-24T16:24:24.825Z Downloaded semver v0.1.20
8342024-08-24T16:24:24.825Z Downloaded secrecy v0.8.0
8352024-08-24T16:24:24.825Z Downloaded salsa20 v0.10.2
8362024-08-24T16:24:24.825Z Downloaded postcard v1.0.8
8372024-08-24T16:24:24.825Z Downloaded poly1305 v0.8.0
8382024-08-24T16:24:24.848Z Downloaded pkcs5 v0.7.1
8392024-08-24T16:24:24.848Z Downloaded futures v0.3.30
8402024-08-24T16:24:24.848Z Downloaded num_cpus v1.16.0
8412024-08-24T16:24:24.848Z Downloaded num-integer v0.1.46
8422024-08-24T16:24:24.848Z Downloaded serde_urlencoded v0.7.1
8432024-08-24T16:24:24.848Z Downloaded serde_repr v0.1.19
8442024-08-24T16:24:24.849Z Downloaded serde_plain v1.0.2
8452024-08-24T16:24:24.849Z Downloaded serde_path_to_error v0.1.16
8462024-08-24T16:24:24.849Z Downloaded ppv-lite86 v0.2.17
8472024-08-24T16:24:24.849Z Downloaded powerfmt v0.2.0
8482024-08-24T16:24:24.872Z Downloaded postgres-protocol v0.6.7
8492024-08-24T16:24:24.872Z Downloaded pkg-config v0.3.30
8502024-08-24T16:24:24.872Z Downloaded pkcs8 v0.10.2
8512024-08-24T16:24:24.872Z Downloaded nibble_vec v0.1.0
8522024-08-24T16:24:24.872Z Downloaded newtype-uuid v1.1.0
8532024-08-24T16:24:24.872Z Downloaded bitvec v1.0.1
8542024-08-24T16:24:24.896Z Downloaded postgres-types v0.2.7
8552024-08-24T16:24:24.896Z Downloaded pkcs1 v0.7.5
8562024-08-24T16:24:24.896Z Downloaded vergen v8.3.2
8572024-08-24T16:24:24.896Z Downloaded nanorand v0.7.0
8582024-08-24T16:24:24.896Z Downloaded maybe-uninit v2.0.0
8592024-08-24T16:24:24.896Z Downloaded maplit v1.0.2
8602024-08-24T16:24:24.896Z Downloaded lru-cache v0.1.2
8612024-08-24T16:24:24.896Z Downloaded linear-map v1.2.0
8622024-08-24T16:24:24.896Z Downloaded libefi-sys v0.1.0
8632024-08-24T16:24:24.896Z Downloaded keccak v0.1.5
8642024-08-24T16:24:24.896Z Downloaded defmt-macros v0.3.9
8652024-08-24T16:24:24.919Z Downloaded bindgen v0.69.4
8662024-08-24T16:24:24.920Z Downloaded portpicker v0.1.1
8672024-08-24T16:24:24.920Z Downloaded wyz v0.5.1
8682024-08-24T16:24:24.920Z Downloaded toml_edit v0.19.15
8692024-08-24T16:24:24.944Z Downloaded openssl-probe v0.1.5
8702024-08-24T16:24:24.944Z Downloaded normalize-line-endings v0.3.0
8712024-08-24T16:24:24.944Z Downloaded mime v0.3.17
8722024-08-24T16:24:24.944Z Downloaded memoffset v0.9.1
8732024-08-24T16:24:24.944Z Downloaded managed v0.8.0
8742024-08-24T16:24:24.944Z Downloaded futures-executor v0.3.30
8752024-08-24T16:24:24.944Z Downloaded futures-core v0.3.30
8762024-08-24T16:24:24.944Z Downloaded futures-channel v0.3.30
8772024-08-24T16:24:24.944Z Downloaded funty v2.0.0
8782024-08-24T16:24:24.944Z Downloaded fragile v2.0.0
8792024-08-24T16:24:24.944Z Downloaded form_urlencoded v1.2.1
8802024-08-24T16:24:24.944Z Downloaded foreign-types-macros v0.2.3
8812024-08-24T16:24:24.944Z Downloaded foreign-types v0.5.0
8822024-08-24T16:24:24.944Z Downloaded float-cmp v0.9.0
8832024-08-24T16:24:24.969Z Downloaded wait-timeout v0.2.0
8842024-08-24T16:24:24.969Z Downloaded vte v0.11.1
8852024-08-24T16:24:24.969Z Downloaded vsss-rs v3.3.4
8862024-08-24T16:24:24.969Z Downloaded uzers v0.11.3
8872024-08-24T16:24:24.969Z Downloaded toml v0.7.8
8882024-08-24T16:24:24.969Z Downloaded match_cfg v0.1.0
8892024-08-24T16:24:24.969Z Downloaded lazy_static v1.5.0
8902024-08-24T16:24:24.969Z Downloaded is_ci v1.2.0
8912024-08-24T16:24:24.969Z Downloaded instant v0.1.12
8922024-08-24T16:24:24.969Z Downloaded ident_case v1.0.1
8932024-08-24T16:24:24.969Z Downloaded crossterm v0.27.0
8942024-08-24T16:24:24.998Z Downloaded blake3 v1.5.1
8952024-08-24T16:24:24.998Z Downloaded aho-corasick v1.1.3
8962024-08-24T16:24:24.998Z Downloaded foreign-types-shared v0.1.1
8972024-08-24T16:24:24.998Z Downloaded foreign-types v0.3.2
8982024-08-24T16:24:24.998Z Downloaded float-ord v0.3.2
8992024-08-24T16:24:24.998Z Downloaded flagset v0.4.5
9002024-08-24T16:24:24.998Z Downloaded fixedbitset v0.4.2
9012024-08-24T16:24:24.998Z Downloaded whoami v1.5.1
9022024-08-24T16:24:24.998Z Downloaded which v4.4.2
9032024-08-24T16:24:24.998Z Downloaded want v0.3.1
9042024-08-24T16:24:24.998Z Downloaded walkdir v2.5.0
9052024-08-24T16:24:24.998Z Downloaded waitgroup v0.1.2
9062024-08-24T16:24:25.025Z Downloaded vte_generate_state_changes v0.1.1
9072024-08-24T16:24:25.025Z Downloaded tokio-tungstenite v0.21.0
9082024-08-24T16:24:25.025Z Downloaded tokio-tungstenite v0.20.1
9092024-08-24T16:24:25.025Z Downloaded tokio-rustls v0.25.0
9102024-08-24T16:24:25.025Z Downloaded tokio-rustls v0.24.1
9112024-08-24T16:24:25.025Z Downloaded snafu v0.8.2
9122024-08-24T16:24:25.025Z Downloaded slog v2.7.0
9132024-08-24T16:24:25.025Z Downloaded schemars v0.8.21
9142024-08-24T16:24:25.048Z Downloaded mockall v0.13.0
9152024-08-24T16:24:25.048Z Downloaded instability v0.3.2
9162024-08-24T16:24:25.048Z Downloaded crypto-bigint v0.5.5
9172024-08-24T16:24:25.048Z Downloaded crossbeam-channel v0.5.12
9182024-08-24T16:24:25.049Z Downloaded const-oid v0.9.6
9192024-08-24T16:24:25.072Z Downloaded bytes v1.7.1
9202024-08-24T16:24:25.072Z Downloaded snafu-derive v0.8.2
9212024-08-24T16:24:25.072Z Downloaded smallvec v1.13.2
9222024-08-24T16:24:25.072Z Downloaded smallvec v0.6.14
9232024-08-24T16:24:25.072Z Downloaded slog-term v2.9.1
9242024-08-24T16:24:25.072Z Downloaded slog-json v2.6.1
9252024-08-24T16:24:25.072Z Downloaded slog-dtrace v0.3.0
9262024-08-24T16:24:25.072Z Downloaded slog-bunyan v2.5.0
9272024-08-24T16:24:25.072Z Downloaded slog-async v2.8.0
9282024-08-24T16:24:25.072Z Downloaded sct v0.7.1
9292024-08-24T16:24:25.096Z Downloaded samael v0.0.15
9302024-08-24T16:24:25.096Z Downloaded num_enum_derive v0.5.11
9312024-08-24T16:24:25.096Z Downloaded backtrace v0.3.71
9322024-08-24T16:24:25.096Z Downloaded smf v0.2.3
9332024-08-24T16:24:25.096Z Downloaded smawk v0.3.2
9342024-08-24T16:24:25.096Z Downloaded slog-stdlog v4.1.1
9352024-08-24T16:24:25.096Z Downloaded slog-scope v4.4.0
9362024-08-24T16:24:25.096Z Downloaded slog-envlogger v2.2.0
9372024-08-24T16:24:25.096Z Downloaded schemars_derive v0.8.21
9382024-08-24T16:24:25.096Z Downloaded num-conv v0.1.0
9392024-08-24T16:24:25.096Z Downloaded crossterm v0.28.1
9402024-08-24T16:24:25.119Z Downloaded cookie v0.18.1
9412024-08-24T16:24:25.119Z Downloaded compact_str v0.8.0
9422024-08-24T16:24:25.119Z Downloaded cipher v0.4.4
9432024-08-24T16:24:25.119Z Downloaded castaway v0.2.3
9442024-08-24T16:24:25.119Z Downloaded cancel-safe-futures v0.1.5
9452024-08-24T16:24:25.119Z Downloaded base64 v0.13.1
9462024-08-24T16:24:25.143Z Downloaded scopeguard v1.2.0
9472024-08-24T16:24:25.143Z Downloaded scheduled-thread-pool v0.2.7
9482024-08-24T16:24:25.143Z Downloaded same-file v1.0.6
9492024-08-24T16:24:25.143Z Downloaded openssl-macros v0.1.1
9502024-08-24T16:24:25.143Z Downloaded number_prefix v0.4.0
9512024-08-24T16:24:25.143Z Downloaded new_debug_unreachable v1.0.6
9522024-08-24T16:24:25.143Z Downloaded debug-ignore v1.0.5
9532024-08-24T16:24:25.143Z Downloaded darling v0.20.9
9542024-08-24T16:24:25.143Z Downloaded crucible-workspace-hack v0.1.0
9552024-08-24T16:24:25.143Z Downloaded crossbeam-epoch v0.9.18
9562024-08-24T16:24:25.143Z Downloaded crc-catalog v2.4.0
9572024-08-24T16:24:25.143Z Downloaded crc v3.2.1
9582024-08-24T16:24:25.143Z Downloaded convert_case v0.4.0
9592024-08-24T16:24:25.143Z Downloaded const_format_proc_macros v0.2.32
9602024-08-24T16:24:25.166Z Downloaded base64 v0.22.1
9612024-08-24T16:24:25.166Z Downloaded aes v0.8.4
9622024-08-24T16:24:25.166Z Downloaded indoc v1.0.9
9632024-08-24T16:24:25.166Z Downloaded indent_write v2.2.0
9642024-08-24T16:24:25.166Z Downloaded hyper-staticfile v0.9.5
9652024-08-24T16:24:25.166Z Downloaded hubpack_derive v0.1.1
9662024-08-24T16:24:25.166Z Downloaded darling_macro v0.20.9
9672024-08-24T16:24:25.167Z Downloaded curve25519-dalek-derive v0.1.1
9682024-08-24T16:24:25.167Z Downloaded crossbeam-utils v0.8.19
9692024-08-24T16:24:25.167Z Downloaded cobs v0.2.3
9702024-08-24T16:24:25.167Z Downloaded clang-sys v1.7.0
9712024-08-24T16:24:25.190Z Downloaded ciborium-io v0.2.2
9722024-08-24T16:24:25.190Z Downloaded ciborium v0.2.2
9732024-08-24T16:24:25.190Z Downloaded cexpr v0.6.0
9742024-08-24T16:24:25.190Z Downloaded cc v1.0.97
9752024-08-24T16:24:25.190Z Downloaded bzip2 v0.4.4
9762024-08-24T16:24:25.190Z Downloaded buf-list v1.0.3
9772024-08-24T16:24:25.190Z Downloaded block-padding v0.3.3
9782024-08-24T16:24:25.190Z Downloaded blake2 v0.10.6
9792024-08-24T16:24:25.190Z Downloaded bitstruct_derive v0.1.0
9802024-08-24T16:24:25.190Z Downloaded bitflags v1.3.2
9812024-08-24T16:24:25.190Z Downloaded bitfield v0.14.0
9822024-08-24T16:24:25.214Z Downloaded bit-set v0.5.3
9832024-08-24T16:24:25.214Z Downloaded bb8 v0.8.5
9842024-08-24T16:24:25.214Z Downloaded darling_core v0.20.9
9852024-08-24T16:24:25.214Z Downloaded crc-any v2.5.0
9862024-08-24T16:24:25.214Z Downloaded cookie_store v0.20.0
9872024-08-24T16:24:25.214Z Downloaded cookie v0.17.0
9882024-08-24T16:24:25.214Z Downloaded const_format v0.2.32
9892024-08-24T16:24:25.214Z Downloaded chacha20poly1305 v0.10.1
9902024-08-24T16:24:25.214Z Downloaded chacha20 v0.9.1
9912024-08-24T16:24:25.237Z Downloaded base64 v0.21.7
9922024-08-24T16:24:25.237Z Downloaded atty v0.2.14
9932024-08-24T16:24:25.237Z Downloaded atomic-waker v1.1.2
9942024-08-24T16:24:25.237Z Downloaded async-recursion v1.1.1
9952024-08-24T16:24:25.238Z Downloaded ascii-canvas v3.0.0
9962024-08-24T16:24:25.238Z Downloaded arrayvec v0.7.4
9972024-08-24T16:24:25.238Z Downloaded arc-swap v1.7.1
9982024-08-24T16:24:25.238Z Downloaded allocator-api2 v0.2.18
9992024-08-24T16:24:25.238Z Downloaded data-encoding v2.6.0
10002024-08-24T16:24:25.261Z Downloaded csv-core v0.1.11
10012024-08-24T16:24:25.261Z Downloaded colored v2.1.0
10022024-08-24T16:24:25.261Z Downloaded ciborium-ll v0.2.2
10032024-08-24T16:24:25.261Z Downloaded base16ct v0.2.0
10042024-08-24T16:24:25.261Z Downloaded async-stream v0.3.5
10052024-08-24T16:24:25.261Z Downloaded array-init v0.0.4
10062024-08-24T16:24:25.261Z Downloaded argon2 v0.5.3
10072024-08-24T16:24:25.261Z Downloaded crc32fast v1.4.0
10082024-08-24T16:24:25.261Z Downloaded constant_time_eq v0.3.0
10092024-08-24T16:24:25.261Z Downloaded console v0.15.8
10102024-08-24T16:24:25.261Z Downloaded cbc v0.1.2
10112024-08-24T16:24:25.261Z Downloaded cassowary v0.3.0
10122024-08-24T16:24:25.261Z Downloaded camino-tempfile v1.1.1
10132024-08-24T16:24:25.261Z Downloaded bitfield-struct v0.6.1
10142024-08-24T16:24:25.285Z Downloaded bcs v0.1.6
10152024-08-24T16:24:25.285Z Downloaded base64ct v1.6.0
10162024-08-24T16:24:25.285Z Downloaded backoff v0.4.0
10172024-08-24T16:24:25.285Z Downloaded async-trait v0.1.81
10182024-08-24T16:24:25.285Z Downloaded async-stream-impl v0.3.5
10192024-08-24T16:24:25.285Z Downloaded ascii v1.1.0
10202024-08-24T16:24:25.285Z Downloaded ahash v0.8.11
10212024-08-24T16:24:25.285Z Downloaded adler v1.0.2
10222024-08-24T16:24:25.285Z Downloaded addr2line v0.21.0
10232024-08-24T16:24:25.285Z Downloaded crunchy v0.2.2
10242024-08-24T16:24:25.285Z Downloaded cfg_aliases v0.1.1
10252024-08-24T16:24:25.285Z Downloaded bitstruct v0.1.1
10262024-08-24T16:24:25.308Z Downloaded bit-vec v0.6.3
10272024-08-24T16:24:25.308Z Downloaded atomicwrites v0.4.3
10282024-08-24T16:24:25.308Z Downloaded assert_matches v1.5.0
10292024-08-24T16:24:25.309Z Downloaded arrayref v0.3.7
10302024-08-24T16:24:25.309Z Downloaded aead v0.5.2
10312024-08-24T16:24:25.402Z Compiling cfg-if v1.0.0
10322024-08-24T16:24:25.402Z Compiling serde v1.0.208
10332024-08-24T16:24:25.426Z Compiling typenum v1.17.0
10342024-08-24T16:24:25.426Z Compiling lock_api v0.4.12
10352024-08-24T16:24:25.449Z Compiling generic-array v0.14.7
10362024-08-24T16:24:25.518Z Compiling syn v2.0.74
10372024-08-24T16:24:25.541Z Compiling scopeguard v1.2.0
10382024-08-24T16:24:25.541Z Compiling log v0.4.21
10392024-08-24T16:24:25.541Z Compiling getrandom v0.2.14
10402024-08-24T16:24:25.665Z Compiling jobserver v0.1.32
10412024-08-24T16:24:25.791Z Compiling rand_core v0.6.4
10422024-08-24T16:24:25.964Z Compiling subtle v2.5.0
10432024-08-24T16:24:26.021Z Compiling cc v1.0.97
10442024-08-24T16:24:26.055Z Compiling const-oid v0.9.6
10452024-08-24T16:24:26.265Z Compiling smallvec v1.13.2
10462024-08-24T16:24:26.289Z Compiling pin-project-lite v0.2.14
10472024-08-24T16:24:26.360Z Compiling parking_lot_core v0.9.10
10482024-08-24T16:24:26.406Z Compiling signal-hook-registry v1.4.2
10492024-08-24T16:24:26.500Z Compiling spin v0.9.8
10502024-08-24T16:24:26.969Z Compiling mio v0.8.11
10512024-08-24T16:24:27.184Z Compiling ahash v0.8.11
10522024-08-24T16:24:27.528Z Compiling tinyvec_macros v0.1.1
10532024-08-24T16:24:27.617Z Compiling parking_lot v0.12.2
10542024-08-24T16:24:27.694Z Compiling tinyvec v1.6.0
10552024-08-24T16:24:27.994Z Compiling socket2 v0.5.7
10562024-08-24T16:24:28.085Z Compiling num_cpus v1.16.0
10572024-08-24T16:24:28.201Z Compiling serde_json v1.0.125
10582024-08-24T16:24:28.252Z Compiling libm v0.2.8
10592024-08-24T16:24:28.442Z Compiling cpufeatures v0.2.12
10602024-08-24T16:24:28.599Z Compiling futures-core v0.3.30
10612024-08-24T16:24:28.646Z Compiling num-traits v0.2.19
10622024-08-24T16:24:28.750Z Compiling slab v0.4.9
10632024-08-24T16:24:28.776Z Compiling futures-sink v0.3.30
10642024-08-24T16:24:28.831Z Compiling allocator-api2 v0.2.18
10652024-08-24T16:24:28.910Z Compiling unicode-bidi v0.3.15
10662024-08-24T16:24:29.158Z Compiling unicode-normalization v0.1.23
10672024-08-24T16:24:29.226Z Compiling futures-channel v0.3.30
10682024-08-24T16:24:29.447Z Compiling pkg-config v0.3.30
10692024-08-24T16:24:29.530Z Compiling pin-utils v0.1.0
10702024-08-24T16:24:29.596Z Compiling futures-io v0.3.30
10712024-08-24T16:24:29.624Z Compiling futures-task v0.3.30
10722024-08-24T16:24:29.903Z Compiling vcpkg v0.2.15
10732024-08-24T16:24:30.103Z Compiling base64ct v1.6.0
10742024-08-24T16:24:30.126Z Compiling ring v0.17.8
10752024-08-24T16:24:30.190Z Compiling flagset v0.4.5
10762024-08-24T16:24:30.214Z Compiling percent-encoding v2.3.1
10772024-08-24T16:24:30.388Z Compiling ppv-lite86 v0.2.17
10782024-08-24T16:24:30.549Z Compiling pem-rfc7468 v0.7.0
10792024-08-24T16:24:30.631Z Compiling tracing-core v0.1.32
10802024-08-24T16:24:30.808Z Compiling untrusted v0.9.0
10812024-08-24T16:24:30.969Z Compiling rustix v0.38.34
10822024-08-24T16:24:31.058Z Compiling rand_chacha v0.3.1
10832024-08-24T16:24:31.196Z Compiling rustversion v1.0.17
10842024-08-24T16:24:31.671Z Compiling rand v0.8.5
10852024-08-24T16:24:31.817Z Compiling foreign-types-shared v0.1.1
10862024-08-24T16:24:31.876Z Compiling openssl-sys v0.9.103
10872024-08-24T16:24:31.900Z Compiling time-core v0.1.2
10882024-08-24T16:24:31.927Z Compiling num-conv v0.1.0
10892024-08-24T16:24:31.953Z Compiling openssl v0.10.66
10902024-08-24T16:24:32.093Z Compiling powerfmt v0.2.0
10912024-08-24T16:24:32.250Z Compiling httparse v1.8.0
10922024-08-24T16:24:32.383Z Compiling deranged v0.3.11
10932024-08-24T16:24:32.474Z Compiling time-macros v0.2.18
10942024-08-24T16:24:32.669Z Compiling foreign-types v0.3.2
10952024-08-24T16:24:32.832Z Compiling form_urlencoded v1.2.1
10962024-08-24T16:24:33.050Z Compiling aho-corasick v1.1.3
10972024-08-24T16:24:33.129Z Compiling regex-syntax v0.8.4
10982024-08-24T16:24:33.466Z Compiling crossbeam-utils v0.8.19
10992024-08-24T16:24:34.110Z Compiling num_threads v0.1.7
11002024-08-24T16:24:34.138Z Compiling syn v1.0.109
11012024-08-24T16:24:34.250Z Compiling native-tls v0.2.11
11022024-08-24T16:24:34.274Z Compiling try-lock v0.2.5
11032024-08-24T16:24:34.429Z Compiling siphasher v0.3.11
11042024-08-24T16:24:34.596Z Compiling rustls v0.21.12
11052024-08-24T16:24:34.839Z Compiling want v0.3.1
11062024-08-24T16:24:35.129Z Compiling idna v0.5.0
11072024-08-24T16:24:35.267Z Compiling time v0.3.36
11082024-08-24T16:24:35.532Z Compiling socket2 v0.4.10
11092024-08-24T16:24:36.121Z Compiling cookie v0.17.0
11102024-08-24T16:24:36.329Z Compiling regex-automata v0.4.6
11112024-08-24T16:24:36.383Z Compiling iana-time-zone v0.1.60
11122024-08-24T16:24:36.443Z Compiling openssl-probe v0.1.5
11132024-08-24T16:24:36.835Z Compiling httpdate v1.0.3
11142024-08-24T16:24:36.858Z Compiling slog v2.7.0
11152024-08-24T16:24:37.337Z Compiling adler v1.0.2
11162024-08-24T16:24:37.391Z Compiling tower-service v0.3.2
11172024-08-24T16:24:37.507Z Compiling finl_unicode v1.2.0
11182024-08-24T16:24:37.548Z Compiling miniz_oxide v0.7.2
11192024-08-24T16:24:37.965Z Compiling stringprep v0.1.4
11202024-08-24T16:24:38.075Z Compiling url v2.5.2
11212024-08-24T16:24:38.665Z Compiling serde_derive v1.0.208
11222024-08-24T16:24:38.864Z Compiling zeroize_derive v1.4.2
11232024-08-24T16:24:38.993Z Compiling zerocopy-derive v0.7.34
11242024-08-24T16:24:39.026Z Compiling tokio-macros v2.3.0
11252024-08-24T16:24:39.665Z Compiling thiserror-impl v1.0.63
11262024-08-24T16:24:39.864Z Compiling futures-macro v0.3.30
11272024-08-24T16:24:39.887Z Compiling der_derive v0.7.2
11282024-08-24T16:24:40.192Z Compiling zeroize v1.7.0
11292024-08-24T16:24:40.398Z Compiling tracing-attributes v0.1.27
11302024-08-24T16:24:40.885Z Compiling zerocopy v0.7.34
11312024-08-24T16:24:41.534Z Compiling futures-util v0.3.30
11322024-08-24T16:24:41.848Z Compiling crypto-common v0.1.6
11332024-08-24T16:24:42.009Z Compiling block-buffer v0.10.4
11342024-08-24T16:24:42.090Z Compiling block-padding v0.3.3
11352024-08-24T16:24:42.280Z Compiling digest v0.10.7
11362024-08-24T16:24:42.401Z Compiling inout v0.1.3
11372024-08-24T16:24:42.530Z Compiling thiserror v1.0.63
11382024-08-24T16:24:42.646Z Compiling cipher v0.4.4
11392024-08-24T16:24:42.670Z Compiling hmac v0.12.1
11402024-08-24T16:24:42.719Z Compiling sha2 v0.10.8
11412024-08-24T16:24:42.867Z Compiling hashbrown v0.14.5
11422024-08-24T16:24:42.900Z Compiling pest v2.7.10
11432024-08-24T16:24:43.116Z Compiling salsa20 v0.10.2
11442024-08-24T16:24:43.319Z Compiling pbkdf2 v0.12.2
11452024-08-24T16:24:43.479Z Compiling der v0.7.9
11462024-08-24T16:24:43.737Z Compiling scroll_derive v0.12.0
11472024-08-24T16:24:44.079Z Compiling tracing v0.1.40
11482024-08-24T16:24:44.529Z Compiling scrypt v0.11.0
11492024-08-24T16:24:44.917Z Compiling scroll v0.12.0
11502024-08-24T16:24:45.030Z Compiling pest_meta v2.7.10
11512024-08-24T16:24:45.377Z Compiling spki v0.7.3
11522024-08-24T16:24:45.404Z Compiling cbc v0.1.2
11532024-08-24T16:24:45.446Z Compiling aes v0.8.4
11542024-08-24T16:24:45.617Z Compiling goblin v0.8.2
11552024-08-24T16:24:45.724Z Compiling openssl-macros v0.1.1
11562024-08-24T16:24:46.376Z Compiling pest_generator v2.7.10
11572024-08-24T16:24:46.403Z Compiling pkcs5 v0.7.1
11582024-08-24T16:24:47.021Z Compiling pkcs8 v0.10.2
11592024-08-24T16:24:47.361Z Compiling sct v0.7.1
11602024-08-24T16:24:47.554Z Compiling rustls-webpki v0.101.7
11612024-08-24T16:24:47.646Z Compiling md-5 v0.10.6
11622024-08-24T16:24:47.866Z Compiling num-integer v0.1.46
11632024-08-24T16:24:48.124Z Compiling backtrace v0.3.71
11642024-08-24T16:24:48.523Z Compiling idna v0.3.0
11652024-08-24T16:24:48.772Z Compiling lazy_static v1.5.0
11662024-08-24T16:24:48.891Z Compiling hash32 v0.2.1
11672024-08-24T16:24:49.160Z Compiling crc32fast v1.4.0
11682024-08-24T16:24:49.214Z Compiling base64 v0.22.1
11692024-08-24T16:24:49.298Z Compiling pest_derive v2.7.10
11702024-08-24T16:24:49.612Z Compiling num-bigint-dig v0.8.4
11712024-08-24T16:24:49.808Z Compiling smoltcp v0.9.1
11722024-08-24T16:24:49.866Z Compiling gimli v0.28.1
11732024-08-24T16:24:49.889Z Compiling cfg_aliases v0.1.1
11742024-08-24T16:24:49.966Z Compiling dtrace-parser v0.2.0
11752024-08-24T16:24:49.990Z Compiling fallible-iterator v0.2.0
11762024-08-24T16:24:50.445Z Compiling stable_deref_trait v1.2.0
11772024-08-24T16:24:50.542Z Compiling psl-types v2.0.11
11782024-08-24T16:24:50.588Z Compiling signal-hook v0.3.17
11792024-08-24T16:24:50.717Z Compiling bytes v1.7.1
11802024-08-24T16:24:50.817Z Compiling bitflags v2.6.0
11812024-08-24T16:24:51.217Z Compiling indexmap v2.4.0
11822024-08-24T16:24:51.794Z Compiling tokio v1.38.1
11832024-08-24T16:24:51.903Z Compiling http v0.2.12
11842024-08-24T16:24:52.514Z Compiling semver v1.0.23
11852024-08-24T16:24:53.172Z Compiling rustc_version v0.4.0
11862024-08-24T16:24:53.928Z Compiling heapless v0.7.17
11872024-08-24T16:24:54.081Z Compiling http-body v0.4.6
11882024-08-24T16:24:54.167Z Compiling dof v0.3.0
11892024-08-24T16:24:54.523Z Compiling uuid v1.10.0
11902024-08-24T16:24:54.826Z Compiling serde_tokenstream v0.2.2
11912024-08-24T16:24:55.414Z Compiling usdt-impl v0.5.0
11922024-08-24T16:24:55.756Z Compiling chrono v0.4.38
11932024-08-24T16:24:56.063Z Compiling toml_datetime v0.6.8
11942024-08-24T16:24:56.112Z Compiling serde_spanned v0.6.7
11952024-08-24T16:24:56.297Z Compiling terminal_size v0.3.0
11962024-08-24T16:24:56.502Z Compiling addr2line v0.21.0
11972024-08-24T16:24:56.563Z Compiling postgres-protocol v0.6.7
11982024-08-24T16:24:56.822Z Compiling publicsuffix v2.2.3
11992024-08-24T16:24:57.085Z Compiling nix v0.28.0
12002024-08-24T16:24:57.227Z Compiling num-iter v0.1.45
12012024-08-24T16:24:57.391Z Compiling zerocopy-derive v0.6.6
12022024-08-24T16:24:57.414Z Compiling async-trait v0.1.81
12032024-08-24T16:24:58.463Z Compiling phf_shared v0.11.2
12042024-08-24T16:24:58.667Z Compiling serde_derive_internals v0.29.1
12052024-08-24T16:24:58.801Z Compiling ff v0.13.0
12062024-08-24T16:24:58.953Z Compiling tokio-util v0.7.11
12072024-08-24T16:24:58.999Z Compiling tokio-rustls v0.24.1
12082024-08-24T16:24:59.215Z Compiling object v0.32.2
12092024-08-24T16:24:59.334Z Compiling fs-err v2.11.0
12102024-08-24T16:24:59.701Z Compiling anyhow v1.0.86
12112024-08-24T16:24:59.776Z Compiling hubpack_derive v0.1.1
12122024-08-24T16:25:00.131Z Compiling h2 v0.3.26
12132024-08-24T16:25:00.163Z Compiling tokio-native-tls v0.3.1
12142024-08-24T16:25:00.229Z Compiling ipnet v2.9.0
12152024-08-24T16:25:00.407Z Compiling schemars v0.8.21
12162024-08-24T16:25:00.536Z Compiling base64 v0.21.7
12172024-08-24T16:25:00.703Z Compiling managed v0.8.0
12182024-08-24T16:25:00.973Z Compiling winnow v0.5.40
12192024-08-24T16:25:01.087Z Compiling base16ct v0.2.0
12202024-08-24T16:25:01.181Z Compiling bitflags v1.3.2
12212024-08-24T16:25:01.239Z Compiling rustc-demangle v0.1.24
12222024-08-24T16:25:01.284Z Compiling either v1.13.0
12232024-08-24T16:25:01.625Z Compiling sec1 v0.7.3
12242024-08-24T16:25:01.706Z Compiling schemars_derive v0.8.21
12252024-08-24T16:25:02.128Z Compiling rustls-pemfile v1.0.4
12262024-08-24T16:25:02.161Z Compiling clap_builder v4.5.15
12272024-08-24T16:25:02.527Z Compiling hubpack v0.1.2
12282024-08-24T16:25:03.173Z Compiling zerocopy v0.6.6
12292024-08-24T16:25:03.197Z Compiling group v0.13.0
12302024-08-24T16:25:03.472Z Compiling phf v0.11.2
12312024-08-24T16:25:03.715Z Compiling cookie_store v0.20.0
12322024-08-24T16:25:03.877Z Compiling toml_edit v0.19.15
12332024-08-24T16:25:04.236Z Compiling postgres-types v0.2.7
12342024-08-24T16:25:05.298Z Compiling usdt-attr-macro v0.5.0
12352024-08-24T16:25:05.484Z Compiling usdt-macro v0.5.0
12362024-08-24T16:25:06.105Z Compiling hyper v0.14.30
12372024-08-24T16:25:06.680Z Compiling serde_urlencoded v0.7.1
12382024-08-24T16:25:06.727Z Compiling pkcs1 v0.7.5
12392024-08-24T16:25:07.150Z Compiling futures-executor v0.3.30
12402024-08-24T16:25:07.591Z Compiling hkdf v0.12.4
12412024-08-24T16:25:07.632Z Compiling signature v2.2.0
12422024-08-24T16:25:07.691Z Compiling crypto-bigint v0.5.5
12432024-08-24T16:25:07.813Z Compiling bstr v1.9.1
12442024-08-24T16:25:07.889Z Compiling regex v1.10.6
12452024-08-24T16:25:08.665Z Compiling enum-as-inner v0.6.0
12462024-08-24T16:25:08.788Z Compiling clap_derive v4.5.13
12472024-08-24T16:25:09.275Z Compiling strum_macros v0.25.3
12482024-08-24T16:25:09.521Z Compiling serde_repr v0.1.19
12492024-08-24T16:25:09.809Z Compiling phf_shared v0.10.0
12502024-08-24T16:25:10.157Z Compiling float-cmp v0.9.0
12512024-08-24T16:25:10.353Z Compiling idna v0.4.0
12522024-08-24T16:25:10.474Z Compiling mio v1.0.2
12532024-08-24T16:25:10.508Z Compiling encoding_rs v0.8.34
12542024-08-24T16:25:11.559Z Compiling webpki-roots v0.25.4
12552024-08-24T16:25:11.583Z Compiling sync_wrapper v0.1.2
12562024-08-24T16:25:11.698Z Compiling unicode-segmentation v1.11.0
12572024-08-24T16:25:11.721Z Compiling bit-vec v0.6.3
12582024-08-24T16:25:12.119Z Compiling hyper-rustls v0.24.2
12592024-08-24T16:25:12.369Z Compiling hyper-tls v0.5.0
12602024-08-24T16:25:12.425Z Compiling minimal-lexical v0.2.1
12612024-08-24T16:25:12.531Z Compiling whoami v1.5.1
12622024-08-24T16:25:12.604Z Compiling precomputed-hash v0.1.1
12632024-08-24T16:25:12.665Z Compiling static_assertions v1.1.0
12642024-08-24T16:25:12.700Z Compiling mime v0.3.17
12652024-08-24T16:25:12.731Z Compiling data-encoding v2.6.0
12662024-08-24T16:25:12.765Z Compiling new_debug_unreachable v1.0.6
12672024-08-24T16:25:12.861Z Compiling fixedbitset v0.4.2
12682024-08-24T16:25:12.888Z Compiling dyn-clone v1.0.17
12692024-08-24T16:25:13.071Z Compiling normalize-line-endings v0.3.0
12702024-08-24T16:25:13.094Z Compiling predicates-core v1.0.6
12712024-08-24T16:25:13.183Z Compiling difflib v0.4.0
12722024-08-24T16:25:13.206Z Compiling petgraph v0.6.5
12732024-08-24T16:25:13.431Z Compiling hickory-proto v0.24.1
12742024-08-24T16:25:13.971Z Compiling predicates v3.1.2
12752024-08-24T16:25:14.322Z Compiling reqwest v0.11.27
12762024-08-24T16:25:14.499Z Compiling string_cache v0.8.7
12772024-08-24T16:25:14.709Z Compiling tokio-postgres v0.7.11
12782024-08-24T16:25:14.945Z Compiling nom v7.1.3
12792024-08-24T16:25:15.469Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12802024-08-24T16:25:15.965Z Compiling clap v4.5.16
12812024-08-24T16:25:16.069Z Compiling toml_edit v0.22.20
12822024-08-24T16:25:16.370Z Compiling similar v2.6.0
12832024-08-24T16:25:16.477Z Compiling bit-set v0.5.3
12842024-08-24T16:25:16.730Z Compiling console v0.15.8
12852024-08-24T16:25:17.873Z Compiling usdt v0.5.0
12862024-08-24T16:25:17.954Z Compiling signal-hook-mio v0.2.4
12872024-08-24T16:25:18.109Z Compiling elliptic-curve v0.13.8
12882024-08-24T16:25:18.303Z Compiling rsa v0.9.6
12892024-08-24T16:25:18.370Z Compiling futures v0.3.30
12902024-08-24T16:25:18.470Z Compiling toml v0.7.8
12912024-08-24T16:25:19.129Z Compiling flate2 v1.0.31
12922024-08-24T16:25:19.919Z Compiling itertools v0.10.5
12932024-08-24T16:25:20.480Z Compiling itertools v0.12.1
12942024-08-24T16:25:20.589Z Compiling tokio-stream v0.1.15
12952024-08-24T16:25:21.331Z Compiling openapiv3 v2.0.0
12962024-08-24T16:25:21.812Z Compiling hex v0.4.3
12972024-08-24T16:25:22.185Z Compiling crossbeam-epoch v0.9.18
12982024-08-24T16:25:22.325Z Compiling sha1 v0.10.6
12992024-08-24T16:25:22.675Z Compiling dirs-sys-next v0.1.2
13002024-08-24T16:25:22.802Z Compiling unicode-xid v0.2.4
13012024-08-24T16:25:22.846Z Compiling peg-runtime v0.8.3
13022024-08-24T16:25:22.870Z Compiling lalrpop-util v0.19.12
13032024-08-24T16:25:22.966Z Compiling dirs-next v2.0.0
13042024-08-24T16:25:23.119Z Compiling thread_local v1.1.8
13052024-08-24T16:25:23.143Z Compiling slog-async v2.8.0
13062024-08-24T16:25:23.184Z Compiling term v0.7.0
13072024-08-24T16:25:23.254Z Compiling xattr v1.3.1
13082024-08-24T16:25:23.445Z Compiling crossbeam-channel v0.5.12
13092024-08-24T16:25:23.508Z Compiling strum_macros v0.26.4
13102024-08-24T16:25:23.649Z Compiling filetime v0.2.24
13112024-08-24T16:25:23.684Z Compiling is-terminal v0.4.12
13122024-08-24T16:25:23.803Z Compiling take_mut v0.2.2
13132024-08-24T16:25:23.925Z Compiling tar v0.4.41
13142024-08-24T16:25:23.952Z Compiling slog-term v2.9.1
13152024-08-24T16:25:24.510Z Compiling camino v1.1.9
13162024-08-24T16:25:25.666Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13172024-08-24T16:25:26.551Z Compiling strum v0.26.3
13182024-08-24T16:25:26.671Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13192024-08-24T16:25:33.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
13202024-08-24T16:25:33.172Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13212024-08-24T16:25:33.237ZAug 24 16:25:32.664 INFO Starting download, target: Clickhouse
13222024-08-24T16:25:33.238ZAug 24 16:25:32.665 INFO Starting download, target: Cockroach
13232024-08-24T16:25:33.238ZAug 24 16:25:32.665 INFO Starting download, target: Console
13242024-08-24T16:25:33.238ZAug 24 16:25:32.665 INFO Starting download, target: DendriteOpenapi
13252024-08-24T16:25:33.238ZAug 24 16:25:32.665 INFO Starting download, target: DendriteStub
13262024-08-24T16:25:33.238ZAug 24 16:25:32.665 INFO Starting download, target: MaghemiteMgd
13272024-08-24T16:25:33.238ZAug 24 16:25:32.665 INFO Starting download, target: TransceiverControl
13282024-08-24T16:25:33.261ZAug 24 16:25:32.666 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13292024-08-24T16:25:33.261ZAug 24 16:25:32.666 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13302024-08-24T16:25:33.261ZAug 24 16:25:32.667 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13312024-08-24T16:25:33.261ZAug 24 16:25:32.667 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13322024-08-24T16:25:33.261ZAug 24 16:25:32.668 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13332024-08-24T16:25:33.261ZAug 24 16:25:32.668 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13342024-08-24T16:25:33.261ZAug 24 16:25:32.669 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13352024-08-24T16:25:33.627ZAug 24 16:25:33.053 INFO Download complete, target: DendriteOpenapi
13362024-08-24T16:25:33.691ZAug 24 16:25:33.111 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13372024-08-24T16:25:33.970ZAug 24 16:25:33.397 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13382024-08-24T16:25:34.155ZAug 24 16:25:33.583 INFO Download complete, target: Console
13392024-08-24T16:25:34.689ZAug 24 16:25:34.116 INFO Download complete, target: TransceiverControl
13402024-08-24T16:25:36.067ZAug 24 16:25:35.495 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13412024-08-24T16:25:36.331ZAug 24 16:25:35.759 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13422024-08-24T16:25:39.691ZAug 24 16:25:39.119 INFO Download complete, target: MaghemiteMgd
13432024-08-24T16:25:39.943ZAug 24 16:25:39.370 INFO Download complete, target: DendriteStub
13442024-08-24T16:25:44.631ZAug 24 16:25:44.059 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13452024-08-24T16:25:44.631ZAug 24 16:25:44.059 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13462024-08-24T16:25:48.429ZAug 24 16:25:47.834 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13472024-08-24T16:25:54.584ZAug 24 16:25:54.013 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13482024-08-24T16:25:55.032ZAug 24 16:25:54.457 INFO Checking that binary works, target: Cockroach
13492024-08-24T16:25:55.314ZAug 24 16:25:54.742 INFO Download complete, target: Cockroach
13502024-08-24T16:26:05.425ZAug 24 16:26:04.854 INFO Checking that binary works, target: Clickhouse
13512024-08-24T16:26:05.623ZAug 24 16:26:05.052 INFO Download complete, target: Clickhouse
13522024-08-24T16:26:05.647ZAll prerequisites installed successfully
13532024-08-24T16:26:05.647Z
13542024-08-24T16:26:05.647Zreal 4:11.761012368
13552024-08-24T16:26:05.647Zuser 10:08.283034014
13562024-08-24T16:26:05.647Zsys 2:22.987621082
13572024-08-24T16:26:05.647Ztrap 0.334630913
13582024-08-24T16:26:05.647Ztflt 0.692525529
13592024-08-24T16:26:05.647Zdflt 1.643903509
13602024-08-24T16:26:05.647Zkflt 0.007629314
13612024-08-24T16:26:05.647Zlock 22:43.758517640
13622024-08-24T16:26:05.647Zslp 39:00.548605336
13632024-08-24T16:26:05.647Zlat 45.521079915
13642024-08-24T16:26:05.647Zstop 1:45.546708211
13652024-08-24T16:26:05.647Z+ ptime -m cargo xtask download softnpu
13662024-08-24T16:26:06.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
13672024-08-24T16:26:06.497Z Running `target/debug/xtask download softnpu`
13682024-08-24T16:26:07.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
13692024-08-24T16:26:07.696Z Running `target/debug/xtask-downloader softnpu`
13702024-08-24T16:26:07.743ZAug 24 16:26:07.172 INFO Starting download, target: Softnpu
13712024-08-24T16:26:07.767ZAug 24 16:26:07.173 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
13722024-08-24T16:26:09.547ZAug 24 16:26:08.976 INFO Download complete, target: Softnpu
13732024-08-24T16:26:09.571Z
13742024-08-24T16:26:09.571Zreal 3.909317438
13752024-08-24T16:26:09.571Zuser 1.600669166
13762024-08-24T16:26:09.571Zsys 1.058231489
13772024-08-24T16:26:09.571Ztrap 0.000438548
13782024-08-24T16:26:09.571Ztflt 0.000153157
13792024-08-24T16:26:09.571Zdflt 0.000368860
13802024-08-24T16:26:09.571Zkflt 0.000000000
13812024-08-24T16:26:09.571Zlock 18.738158430
13822024-08-24T16:26:09.571Zslp 1.972686311
13832024-08-24T16:26:09.571Zlat 0.153030778
13842024-08-24T16:26:09.571Zstop 0.000632579
13852024-08-24T16:26:09.571Z+ export CARGO_INCREMENTAL=0
13862024-08-24T16:26:09.571Z+ CARGO_INCREMENTAL=0
13872024-08-24T16:26:09.571Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
13882024-08-24T16:26:10.765Z Compiling proc-macro2 v1.0.86
13892024-08-24T16:26:10.765Z Compiling unicode-ident v1.0.12
13902024-08-24T16:26:10.765Z Compiling libc v0.2.156
13912024-08-24T16:26:10.788Z Compiling serde v1.0.208
13922024-08-24T16:26:10.788Z Compiling version_check v0.9.5
13932024-08-24T16:26:10.788Z Compiling autocfg v1.3.0
13942024-08-24T16:26:10.788Z Compiling cfg-if v1.0.0
13952024-08-24T16:26:10.788Z Compiling once_cell v1.19.0
13962024-08-24T16:26:11.080Z Compiling typenum v1.17.0
13972024-08-24T16:26:11.104Z Compiling memchr v2.7.2
13982024-08-24T16:26:11.532Z Compiling lock_api v0.4.12
13992024-08-24T16:26:11.556Z Compiling generic-array v0.14.7
14002024-08-24T16:26:11.822Z Compiling ahash v0.8.11
14012024-08-24T16:26:11.845Z Compiling byteorder v1.5.0
14022024-08-24T16:26:11.916Z Compiling serde_json v1.0.125
14032024-08-24T16:26:12.117Z Compiling libm v0.2.8
14042024-08-24T16:26:12.205Z Compiling num-traits v0.2.19
14052024-08-24T16:26:12.229Z Compiling quote v1.0.36
14062024-08-24T16:26:12.427Z Compiling parking_lot_core v0.9.10
14072024-08-24T16:26:12.486Z Compiling getrandom v0.2.14
14082024-08-24T16:26:12.688Z Compiling syn v2.0.74
14092024-08-24T16:26:12.759Z Compiling jobserver v0.1.32
14102024-08-24T16:26:12.800Z Compiling thiserror v1.0.63
14112024-08-24T16:26:12.824Z Compiling scopeguard v1.2.0
14122024-08-24T16:26:12.984Z Compiling log v0.4.21
14132024-08-24T16:26:13.009Z Compiling itoa v1.0.11
14142024-08-24T16:26:13.206Z Compiling cc v1.0.97
14152024-08-24T16:26:13.429Z Compiling allocator-api2 v0.2.18
14162024-08-24T16:26:13.453Z Compiling rand_core v0.6.4
14172024-08-24T16:26:13.453Z Compiling slab v0.4.9
14182024-08-24T16:26:13.799Z Compiling pin-project-lite v0.2.14
14192024-08-24T16:26:13.865Z Compiling semver v1.0.23
14202024-08-24T16:26:14.068Z Compiling ryu v1.0.18
14212024-08-24T16:26:14.299Z Compiling smallvec v1.13.2
14222024-08-24T16:26:14.350Z Compiling equivalent v1.0.1
14232024-08-24T16:26:14.497Z Compiling vcpkg v0.2.15
14242024-08-24T16:26:14.522Z Compiling pkg-config v0.3.30
14252024-08-24T16:26:14.545Z Compiling schemars v0.8.21
14262024-08-24T16:26:14.776Z Compiling spin v0.9.8
14272024-08-24T16:26:15.144Z Compiling signal-hook-registry v1.4.2
14282024-08-24T16:26:15.351Z Compiling subtle v2.5.0
14292024-08-24T16:26:15.528Z Compiling parking_lot v0.12.2
14302024-08-24T16:26:15.911Z Compiling ring v0.17.8
14312024-08-24T16:26:15.959Z Compiling openssl-sys v0.9.103
14322024-08-24T16:26:16.399Z Compiling mio v0.8.11
14332024-08-24T16:26:16.840Z Compiling const-oid v0.9.6
14342024-08-24T16:26:16.863Z Compiling num_cpus v1.16.0
14352024-08-24T16:26:16.969Z Compiling socket2 v0.5.7
14362024-08-24T16:26:17.195Z Compiling syn v1.0.109
14372024-08-24T16:26:17.457Z Compiling httparse v1.8.0
14382024-08-24T16:26:17.585Z Compiling heck v0.5.0
14392024-08-24T16:26:17.942Z Compiling num-conv v0.1.0
14402024-08-24T16:26:18.018Z Compiling time-core v0.1.2
14412024-08-24T16:26:18.194Z Compiling time-macros v0.2.18
14422024-08-24T16:26:18.290Z Compiling rustix v0.38.34
14432024-08-24T16:26:18.321Z Compiling openssl v0.10.66
14442024-08-24T16:26:18.504Z Compiling fnv v1.0.7
14452024-08-24T16:26:18.623Z Compiling serde_derive_internals v0.29.1
14462024-08-24T16:26:18.656Z Compiling futures-core v0.3.30
14472024-08-24T16:26:18.873Z Compiling crossbeam-utils v0.8.19
14482024-08-24T16:26:19.765Z Compiling tinyvec_macros v0.1.1
14492024-08-24T16:26:19.860Z Compiling iana-time-zone v0.1.60
14502024-08-24T16:26:19.959Z Compiling native-tls v0.2.11
14512024-08-24T16:26:20.049Z Compiling rustls v0.21.12
14522024-08-24T16:26:20.300Z Compiling tinyvec v1.6.0
14532024-08-24T16:26:20.590Z Compiling ucd-trie v0.1.6
14542024-08-24T16:26:20.615Z Compiling futures-sink v0.3.30
14552024-08-24T16:26:21.033Z Compiling cpufeatures v0.2.12
14562024-08-24T16:26:21.140Z Compiling backtrace v0.3.71
14572024-08-24T16:26:21.216Z Compiling cookie v0.17.0
14582024-08-24T16:26:21.345Z Compiling slog v2.7.0
14592024-08-24T16:26:21.552Z Compiling unicode-normalization v0.1.23
14602024-08-24T16:26:21.623Z Compiling unicode-bidi v0.3.15
14612024-08-24T16:26:21.738Z Compiling futures-channel v0.3.30
14622024-08-24T16:26:22.054Z Compiling aho-corasick v1.1.3
14632024-08-24T16:26:22.132Z Compiling futures-task v0.3.30
14642024-08-24T16:26:22.459Z Compiling regex-syntax v0.8.4
14652024-08-24T16:26:22.655Z Compiling pin-utils v0.1.0
14662024-08-24T16:26:22.749Z Compiling futures-io v0.3.30
14672024-08-24T16:26:23.060Z Compiling serde_derive v1.0.208
14682024-08-24T16:26:23.084Z Compiling zeroize_derive v1.4.2
14692024-08-24T16:26:23.431Z Compiling zerocopy-derive v0.7.34
14702024-08-24T16:26:24.260Z Compiling thiserror-impl v1.0.63
14712024-08-24T16:26:24.829Z Compiling tokio-macros v2.3.0
14722024-08-24T16:26:24.953Z Compiling zerocopy v0.7.34
14732024-08-24T16:26:25.521Z Compiling zeroize v1.7.0
14742024-08-24T16:26:26.312Z Compiling futures-macro v0.3.30
14752024-08-24T16:26:26.775Z Compiling hashbrown v0.14.5
14762024-08-24T16:26:27.177Z Compiling crypto-common v0.1.6
14772024-08-24T16:26:27.346Z Compiling tracing-attributes v0.1.27
14782024-08-24T16:26:27.752Z Compiling schemars_derive v0.8.21
14792024-08-24T16:26:27.923Z Compiling block-buffer v0.10.4
14802024-08-24T16:26:28.020Z Compiling der_derive v0.7.2
14812024-08-24T16:26:28.146Z Compiling digest v0.10.7
14822024-08-24T16:26:28.329Z Compiling openssl-macros v0.1.1
14832024-08-24T16:26:28.949Z Compiling scroll_derive v0.12.0
14842024-08-24T16:26:29.825Z Compiling hmac v0.12.1
14852024-08-24T16:26:29.953Z Compiling block-padding v0.3.3
14862024-08-24T16:26:30.030Z Compiling pest v2.7.10
14872024-08-24T16:26:30.054Z Compiling sha2 v0.10.8
14882024-08-24T16:26:30.101Z Compiling futures-util v0.3.30
14892024-08-24T16:26:30.164Z Compiling inout v0.1.3
14902024-08-24T16:26:30.384Z Compiling cipher v0.4.4
14912024-08-24T16:26:30.436Z Compiling regex-automata v0.4.6
14922024-08-24T16:26:30.791Z Compiling dyn-clone v1.0.17
14932024-08-24T16:26:30.983Z Compiling untrusted v0.9.0
14942024-08-24T16:26:31.202Z Compiling anyhow v1.0.86
14952024-08-24T16:26:31.279Z Compiling winnow v0.5.40
14962024-08-24T16:26:32.507Z Compiling pest_meta v2.7.10
14972024-08-24T16:26:34.018Z Compiling bytes v1.7.1
14982024-08-24T16:26:35.183Z Compiling indexmap v2.4.0
14992024-08-24T16:26:35.827Z Compiling tokio v1.38.1
15002024-08-24T16:26:36.391Z Compiling bitflags v2.6.0
15012024-08-24T16:26:36.460Z Compiling uuid v1.10.0
15022024-08-24T16:26:36.690Z Compiling serde_tokenstream v0.2.2
15032024-08-24T16:26:36.916Z Compiling chrono v0.4.38
15042024-08-24T16:26:38.372Z Compiling toml_datetime v0.6.8
15052024-08-24T16:26:38.738Z Compiling serde_spanned v0.6.7
15062024-08-24T16:26:38.925Z Compiling http v0.2.12
15072024-08-24T16:26:39.154Z Compiling pest_generator v2.7.10
15082024-08-24T16:26:40.523Z Compiling pest_derive v2.7.10
15092024-08-24T16:26:40.726Z Compiling toml_edit v0.19.15
15102024-08-24T16:26:40.750Z Compiling rustc_version v0.4.0
15112024-08-24T16:26:41.190Z Compiling tracing-core v0.1.32
15122024-08-24T16:26:41.282Z Compiling usdt-impl v0.5.0
15132024-08-24T16:26:41.558Z Compiling rustversion v1.0.17
15142024-08-24T16:26:42.096Z Compiling base64ct v1.6.0
15152024-08-24T16:26:42.591Z Compiling pem-rfc7468 v0.7.0
15162024-08-24T16:26:42.731Z Compiling tracing v0.1.40
15172024-08-24T16:26:43.102Z Compiling heapless v0.7.17
15182024-08-24T16:26:43.125Z Compiling scroll v0.12.0
15192024-08-24T16:26:43.541Z Compiling ppv-lite86 v0.2.17
15202024-08-24T16:26:43.584Z Compiling heck v0.4.1
15212024-08-24T16:26:43.707Z Compiling percent-encoding v2.3.1
15222024-08-24T16:26:43.941Z Compiling plain v0.2.3
15232024-08-24T16:26:44.084Z Compiling flagset v0.4.5
15242024-08-24T16:26:44.157Z Compiling powerfmt v0.2.0
15252024-08-24T16:26:44.267Z Compiling der v0.7.9
15262024-08-24T16:26:44.422Z Compiling deranged v0.3.11
15272024-08-24T16:26:44.569Z Compiling rand_chacha v0.3.1
15282024-08-24T16:26:45.376Z Compiling goblin v0.8.2
15292024-08-24T16:26:46.293Z Compiling regex v1.10.6
15302024-08-24T16:26:47.179Z Compiling salsa20 v0.10.2
15312024-08-24T16:26:47.294Z Compiling pbkdf2 v0.12.2
15322024-08-24T16:26:47.687Z Compiling pretty-hex v0.4.1
15332024-08-24T16:26:48.012Z Compiling crc32fast v1.4.0
15342024-08-24T16:26:48.119Z Compiling num_threads v0.1.7
15352024-08-24T16:26:48.143Z Compiling strsim v0.11.1
15362024-08-24T16:26:48.238Z Compiling time v0.3.36
15372024-08-24T16:26:48.748Z Compiling scrypt v0.11.0
15382024-08-24T16:26:48.823Z Compiling spki v0.7.3
15392024-08-24T16:26:48.941Z Compiling rand v0.8.5
15402024-08-24T16:26:49.175Z Compiling tokio-util v0.7.11
15412024-08-24T16:26:50.161Z Compiling dof v0.3.0
15422024-08-24T16:26:50.394Z Compiling dtrace-parser v0.2.0
15432024-08-24T16:26:50.685Z Compiling cbc v0.1.2
15442024-08-24T16:26:50.877Z Compiling aes v0.8.4
15452024-08-24T16:26:50.917Z Compiling async-trait v0.1.81
15462024-08-24T16:26:51.044Z Compiling socket2 v0.4.10
15472024-08-24T16:26:51.628Z Compiling thread-id v4.2.1
15482024-08-24T16:26:51.843Z Compiling foreign-types-shared v0.1.1
15492024-08-24T16:26:51.928Z Compiling unicode-width v0.1.13
15502024-08-24T16:26:51.952Z Compiling num-bigint-dig v0.8.4
15512024-08-24T16:26:52.085Z Compiling signal-hook v0.3.17
15522024-08-24T16:26:52.131Z Compiling smoltcp v0.9.1
15532024-08-24T16:26:52.332Z Compiling foreign-types v0.3.2
15542024-08-24T16:26:52.426Z Compiling pkcs5 v0.7.1
15552024-08-24T16:26:53.337Z Compiling form_urlencoded v1.2.1
15562024-08-24T16:26:53.799Z Compiling errno v0.3.9
15572024-08-24T16:26:53.799Z Compiling try-lock v0.2.5
15582024-08-24T16:26:54.045Z Compiling adler v1.0.2
15592024-08-24T16:26:54.274Z Compiling siphasher v0.3.11
15602024-08-24T16:26:54.431Z Compiling cfg_aliases v0.1.1
15612024-08-24T16:26:54.547Z Compiling nix v0.28.0
15622024-08-24T16:26:54.582Z Compiling want v0.3.1
15632024-08-24T16:26:54.709Z Compiling miniz_oxide v0.7.2
15642024-08-24T16:26:56.146Z Compiling pkcs8 v0.10.2
15652024-08-24T16:26:56.524Z Compiling h2 v0.3.26
15662024-08-24T16:26:57.245Z Compiling sct v0.7.1
15672024-08-24T16:26:57.486Z Compiling rustls-webpki v0.101.7
15682024-08-24T16:26:57.968Z Compiling http-body v0.4.6
15692024-08-24T16:26:58.477Z Compiling openapiv3 v2.0.0
15702024-08-24T16:26:58.814Z Compiling hubpack_derive v0.1.1
15712024-08-24T16:26:58.852Z Compiling zerocopy-derive v0.6.6
15722024-08-24T16:26:58.905Z Compiling idna v0.5.0
15732024-08-24T16:26:59.984Z Compiling fs-err v2.11.0
15742024-08-24T16:27:00.246Z Compiling gimli v0.28.1
15752024-08-24T16:27:00.391Z Compiling anstyle v1.0.8
15762024-08-24T16:27:00.757Z Compiling httpdate v1.0.3
15772024-08-24T16:27:01.121Z Compiling finl_unicode v1.2.0
15782024-08-24T16:27:01.272Z Compiling utf8parse v0.2.1
15792024-08-24T16:27:01.418Z Compiling openssl-probe v0.1.5
15802024-08-24T16:27:01.765Z Compiling tower-service v0.3.2
15812024-08-24T16:27:01.936Z Compiling stable_deref_trait v1.2.0
15822024-08-24T16:27:02.649Z Compiling hyper v0.14.30
15832024-08-24T16:27:04.512Z Compiling addr2line v0.21.0
15842024-08-24T16:27:06.160Z Compiling stringprep v0.1.4
15852024-08-24T16:27:07.038Z Compiling anstyle-parse v0.2.4
15862024-08-24T16:27:08.716Z Compiling url v2.5.2
15872024-08-24T16:27:10.943Z Compiling usdt-attr-macro v0.5.0
15882024-08-24T16:27:12.137Z Compiling usdt-macro v0.5.0
15892024-08-24T16:27:13.286Z Compiling md-5 v0.10.6
15902024-08-24T16:27:14.074Z Compiling idna v0.3.0
15912024-08-24T16:27:15.234Z Compiling lazy_static v1.5.0
15922024-08-24T16:27:15.347Z Compiling num-integer v0.1.46
15932024-08-24T16:27:15.956Z Compiling hash32 v0.2.1
15942024-08-24T16:27:16.005Z Compiling object v0.32.2
15952024-08-24T16:27:16.291Z Compiling anstyle-query v1.0.3
15962024-08-24T16:27:16.506Z Compiling rustc-demangle v0.1.24
15972024-08-24T16:27:16.738Z Compiling colorchoice v1.0.1
15982024-08-24T16:27:16.880Z Compiling base64 v0.22.1
15992024-08-24T16:27:16.917Z Compiling is_terminal_polyfill v1.70.0
16002024-08-24T16:27:17.029Z Compiling fallible-iterator v0.2.0
16012024-08-24T16:27:17.609Z Compiling psl-types v2.0.11
16022024-08-24T16:27:17.783Z Compiling publicsuffix v2.2.3
16032024-08-24T16:27:17.998Z Compiling postgres-protocol v0.6.7
16042024-08-24T16:27:18.390Z Compiling anstream v0.6.14
16052024-08-24T16:27:19.887Z Compiling num-iter v0.1.45
16062024-08-24T16:27:21.388Z Compiling tokio-rustls v0.24.1
16072024-08-24T16:27:21.765Z Compiling terminal_size v0.3.0
16082024-08-24T16:27:22.878Z Compiling tokio-native-tls v0.3.1
16092024-08-24T16:27:23.103Z Compiling phf_shared v0.11.2
16102024-08-24T16:27:23.933Z Compiling strum_macros v0.25.3
16112024-08-24T16:27:24.251Z Compiling enum-as-inner v0.6.0
16122024-08-24T16:27:24.720Z Compiling regress v0.9.1
16132024-08-24T16:27:25.344Z Compiling serde_repr v0.1.19
16142024-08-24T16:27:26.211Z Compiling clap_derive v4.5.13
16152024-08-24T16:27:26.826Z Compiling ff v0.13.0
16162024-08-24T16:27:27.597Z Compiling encoding_rs v0.8.34
16172024-08-24T16:27:28.300Z Compiling base64 v0.21.7
16182024-08-24T16:27:28.833Z Compiling base16ct v0.2.0
16192024-08-24T16:27:29.072Z Compiling bitflags v1.3.2
16202024-08-24T16:27:29.171Z Compiling mime v0.3.17
16212024-08-24T16:27:29.620Z Compiling either v1.13.0
16222024-08-24T16:27:30.169Z Compiling ipnet v2.9.0
16232024-08-24T16:27:30.358Z Compiling managed v0.8.0
16242024-08-24T16:27:30.864Z Compiling clap_lex v0.7.0
16252024-08-24T16:27:31.165Z Compiling clap_builder v4.5.15
16262024-08-24T16:27:31.496Z Compiling sec1 v0.7.3
16272024-08-24T16:27:31.962Z Compiling rustls-pemfile v1.0.4
16282024-08-24T16:27:32.272Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16292024-08-24T16:27:32.856Z Compiling group v0.13.0
16302024-08-24T16:27:36.788Z Compiling phf v0.11.2
16312024-08-24T16:27:36.966Z Compiling hyper-tls v0.5.0
16322024-08-24T16:27:37.039Z Compiling hyper-rustls v0.24.2
16332024-08-24T16:27:37.252Z Compiling cookie_store v0.20.0
16342024-08-24T16:27:37.582Z Compiling postgres-types v0.2.7
16352024-08-24T16:27:37.652Z Compiling zerocopy v0.6.6
16362024-08-24T16:27:38.350Z Compiling hubpack v0.1.2
16372024-08-24T16:27:38.465Z Compiling pkcs1 v0.7.5
16382024-08-24T16:27:38.655Z Compiling phf_shared v0.10.0
16392024-08-24T16:27:38.721Z Compiling crossbeam-epoch v0.9.18
16402024-08-24T16:27:38.786Z Compiling serde_urlencoded v0.7.1
16412024-08-24T16:27:39.228Z Compiling futures-executor v0.3.30
16422024-08-24T16:27:39.253Z Compiling bstr v1.9.1
16432024-08-24T16:27:39.851Z Compiling hkdf v0.12.4
16442024-08-24T16:27:39.875Z Compiling signature v2.2.0
16452024-08-24T16:27:39.908Z Compiling crypto-bigint v0.5.5
16462024-08-24T16:27:40.056Z Compiling idna v0.4.0
16472024-08-24T16:27:40.146Z Compiling float-cmp v0.9.0
16482024-08-24T16:27:40.330Z Compiling mio v1.0.2
16492024-08-24T16:27:40.532Z Compiling memmap v0.7.0
16502024-08-24T16:27:40.983Z Compiling winnow v0.6.18
16512024-08-24T16:27:41.136Z Compiling difflib v0.4.0
16522024-08-24T16:27:41.191Z Compiling webpki-roots v0.25.4
16532024-08-24T16:27:41.334Z Compiling bit-vec v0.6.3
16542024-08-24T16:27:41.728Z Compiling sync_wrapper v0.1.2
16552024-08-24T16:27:41.854Z Compiling minimal-lexical v0.2.1
16562024-08-24T16:27:42.171Z Compiling precomputed-hash v0.1.1
16572024-08-24T16:27:42.196Z Compiling unicode-segmentation v1.11.0
16582024-08-24T16:27:42.265Z Compiling fixedbitset v0.4.2
16592024-08-24T16:27:42.606Z Compiling predicates-core v1.0.6
16602024-08-24T16:27:42.765Z Compiling new_debug_unreachable v1.0.6
16612024-08-24T16:27:42.865Z Compiling normalize-line-endings v0.3.0
16622024-08-24T16:27:42.889Z Compiling whoami v1.5.1
16632024-08-24T16:27:42.989Z Compiling static_assertions v1.1.0
16642024-08-24T16:27:43.081Z Compiling data-encoding v2.6.0
16652024-08-24T16:27:43.187Z Compiling tokio-postgres v0.7.11
16662024-08-24T16:27:43.282Z Compiling reqwest v0.11.27
16672024-08-24T16:27:43.360Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16682024-08-24T16:27:43.562Z Compiling predicates v3.1.2
16692024-08-24T16:27:43.823Z Compiling toml_edit v0.22.20
16702024-08-24T16:27:43.908Z Compiling hickory-proto v0.24.1
16712024-08-24T16:27:44.449Z Compiling string_cache v0.8.7
16722024-08-24T16:27:44.814Z Compiling similar v2.6.0
16732024-08-24T16:27:45.397Z Compiling petgraph v0.6.5
16742024-08-24T16:27:46.424Z Compiling elliptic-curve v0.13.8
16752024-08-24T16:27:47.040Z Compiling nom v7.1.3
16762024-08-24T16:27:47.183Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16772024-08-24T16:27:48.246Z Compiling bit-set v0.5.3
16782024-08-24T16:27:48.498Z Compiling signal-hook-mio v0.2.4
16792024-08-24T16:27:48.523Z Compiling usdt v0.5.0
16802024-08-24T16:27:48.916Z Compiling rsa v0.9.6
16812024-08-24T16:27:49.858Z Compiling futures v0.3.30
16822024-08-24T16:27:50.254Z Compiling flate2 v1.0.31
16832024-08-24T16:27:50.896Z Compiling clap v4.5.16
16842024-08-24T16:27:51.044Z Compiling itertools v0.12.1
16852024-08-24T16:27:51.209Z Compiling itertools v0.10.5
16862024-08-24T16:27:51.575Z Compiling console v0.15.8
16872024-08-24T16:27:52.079Z Compiling tokio-stream v0.1.15
16882024-08-24T16:27:52.610Z Compiling toml v0.7.8
16892024-08-24T16:27:52.871Z Compiling hex v0.4.3
16902024-08-24T16:27:53.029Z Compiling sha1 v0.10.6
16912024-08-24T16:27:53.369Z Compiling camino v1.1.9
16922024-08-24T16:27:53.394Z Compiling unicode-xid v0.2.4
16932024-08-24T16:27:53.484Z Compiling peg-runtime v0.8.3
16942024-08-24T16:27:53.840Z Compiling lalrpop-util v0.19.12
16952024-08-24T16:27:54.133Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962024-08-24T16:27:54.287Z Compiling proc-macro-crate v1.3.1
16972024-08-24T16:27:54.696Z Compiling heapless v0.8.0
16982024-08-24T16:27:55.463Z Compiling num_enum_derive v0.5.11
16992024-08-24T16:27:57.175Z Compiling ipnetwork v0.20.0
17002024-08-24T16:27:58.848Z Compiling hash32 v0.3.1
17012024-08-24T16:28:00.208Z Compiling rustls-pki-types v1.7.0
17022024-08-24T16:28:01.205Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17032024-08-24T16:28:01.349Z Compiling smoltcp v0.11.0
17042024-08-24T16:28:01.503Z Compiling ident_case v1.0.1
17052024-08-24T16:28:01.944Z Compiling darling_core v0.20.9
17062024-08-24T16:28:07.521Z Compiling num_enum v0.5.11
17072024-08-24T16:28:08.088Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17082024-08-24T16:28:08.465Z Compiling getopts v0.2.21
17092024-08-24T16:28:09.272Z Compiling dirs-sys-next v0.1.2
17102024-08-24T16:28:09.499Z Compiling proc-macro-error-attr v1.0.4
17112024-08-24T16:28:09.736Z Compiling cobs v0.2.3
17122024-08-24T16:28:10.105Z Compiling unsafe-libyaml v0.2.11
17132024-08-24T16:28:10.171Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17142024-08-24T16:28:10.406Z Compiling rustls v0.22.4
17152024-08-24T16:28:10.633Z Compiling embedded-io v0.4.0
17162024-08-24T16:28:10.832Z Compiling paste v1.0.15
17172024-08-24T16:28:12.330Z Compiling serde_yaml v0.9.34+deprecated
17182024-08-24T16:28:13.107Z Compiling postcard v1.0.8
17192024-08-24T16:28:13.682Z Compiling dirs-next v2.0.0
17202024-08-24T16:28:14.250Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17212024-08-24T16:28:19.877Z Compiling darling_macro v0.20.9
17222024-08-24T16:28:21.370Z Compiling rustls-webpki v0.102.4
17232024-08-24T16:28:27.416Z Compiling strum_macros v0.26.4
17242024-08-24T16:28:28.151Z Compiling structmeta-derive v0.3.0
17252024-08-24T16:28:28.737Z Compiling foreign-types-macros v0.2.3
17262024-08-24T16:28:29.865Z Compiling thread_local v1.1.8
17272024-08-24T16:28:30.445Z Compiling multer v3.1.0
17282024-08-24T16:28:30.572Z Compiling proc-macro-error v1.0.4
17292024-08-24T16:28:30.695Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17302024-08-24T16:28:31.121Z Compiling slog-async v2.8.0
17312024-08-24T16:28:31.589Z Compiling foreign-types-shared v0.3.1
17322024-08-24T16:28:31.720Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17332024-08-24T16:28:32.071Z Compiling match_cfg v0.1.0
17342024-08-24T16:28:32.100Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17352024-08-24T16:28:32.418Z Compiling hostname v0.3.1
17362024-08-24T16:28:32.856Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17372024-08-24T16:28:35.844Z Compiling foreign-types v0.5.0
17382024-08-24T16:28:37.113Z Compiling strum v0.26.3
17392024-08-24T16:28:37.311Z Compiling structmeta v0.3.0
17402024-08-24T16:28:42.038Z Compiling darling v0.20.9
17412024-08-24T16:28:42.139Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17422024-08-24T16:28:43.177Z Compiling term v0.7.0
17432024-08-24T16:28:45.082Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17442024-08-24T16:28:46.707Z Compiling slog-json v2.6.1
17452024-08-24T16:28:46.829Z Compiling tabwriter v1.4.0
17462024-08-24T16:28:47.091Z Compiling crossbeam-channel v0.5.12
17472024-08-24T16:28:48.354Z Compiling http v1.1.0
17482024-08-24T16:28:48.421Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17492024-08-24T16:28:49.022Z Compiling async-stream-impl v0.3.5
17502024-08-24T16:28:49.348Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17512024-08-24T16:28:50.029Z Compiling is-terminal v0.4.12
17522024-08-24T16:28:50.053Z Compiling cstr-argument v0.1.2
17532024-08-24T16:28:50.154Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17542024-08-24T16:28:50.275Z Compiling take_mut v0.2.2
17552024-08-24T16:28:50.758Z Compiling rayon-core v1.12.1
17562024-08-24T16:28:51.025Z Compiling fastrand v2.1.0
17572024-08-24T16:28:51.339Z Compiling pretty-hex v0.2.1
17582024-08-24T16:28:51.528Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
17592024-08-24T16:28:51.592Z Compiling atomic-waker v1.1.2
17602024-08-24T16:28:51.780Z Compiling crucible-workspace-hack v0.1.0
17612024-08-24T16:28:51.821Z Compiling waitgroup v0.1.2
17622024-08-24T16:28:52.036Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17632024-08-24T16:28:52.059Z Compiling tempfile v3.10.1
17642024-08-24T16:28:52.262Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17652024-08-24T16:28:52.368Z Compiling slog-term v2.9.1
17662024-08-24T16:28:53.005Z Compiling async-stream v0.3.5
17672024-08-24T16:28:53.639Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17682024-08-24T16:28:53.665Z Compiling slog-bunyan v2.5.0
17692024-08-24T16:28:53.931Z Compiling tokio-rustls v0.25.0
17702024-08-24T16:28:54.326Z Compiling serde_with_macros v3.9.0
17712024-08-24T16:28:54.405Z Compiling parse-display-derive v0.10.0
17722024-08-24T16:28:54.451Z Compiling toml v0.8.19
17732024-08-24T16:28:54.647Z Compiling rustls-pemfile v2.1.3
17742024-08-24T16:28:54.671Z Compiling crossbeam-deque v0.8.5
17752024-08-24T16:28:55.011Z Compiling colored v2.1.0
17762024-08-24T16:28:55.235Z Compiling newtype-uuid v1.1.0
17772024-08-24T16:28:55.545Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17782024-08-24T16:28:55.597Z Compiling serde_path_to_error v0.1.16
17792024-08-24T16:28:56.150Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17802024-08-24T16:28:56.377Z Compiling hostname v0.4.0
17812024-08-24T16:28:56.507Z Compiling instant v0.1.12
17822024-08-24T16:28:56.617Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17832024-08-24T16:28:56.661Z Compiling debug-ignore v1.0.5
17842024-08-24T16:28:56.776Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17852024-08-24T16:28:56.816Z Compiling backoff v0.4.0
17862024-08-24T16:28:56.955Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17872024-08-24T16:28:56.978Z Compiling serde_with v3.9.0
17882024-08-24T16:28:57.114Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17892024-08-24T16:28:57.556Z Compiling parse-display v0.10.0
17902024-08-24T16:28:59.229Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17912024-08-24T16:28:59.970Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17922024-08-24T16:29:00.263Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
17932024-08-24T16:29:00.455Z Compiling camino-tempfile v1.1.1
17942024-08-24T16:29:00.654Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
17952024-08-24T16:29:01.086Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17962024-08-24T16:29:01.168Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17972024-08-24T16:29:01.253Z Compiling macaddr v1.0.1
17982024-08-24T16:29:01.763Z Compiling num-derive v0.4.2
17992024-08-24T16:29:02.053Z Compiling sigpipe v0.1.3
18002024-08-24T16:29:02.172Z Compiling libefi-sys v0.1.0
18012024-08-24T16:29:02.415Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18022024-08-24T16:29:02.695Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18032024-08-24T16:29:03.421Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
18042024-08-24T16:29:04.065Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18052024-08-24T16:29:04.146Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18062024-08-24T16:29:04.368Z Compiling rayon v1.10.0
18072024-08-24T16:29:04.539Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18082024-08-24T16:29:04.719Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18092024-08-24T16:29:05.304Z Compiling smf v0.2.3
18102024-08-24T16:29:06.885Z Compiling bitfield-struct v0.6.1
18112024-08-24T16:29:07.425Z Compiling ring v0.16.20
18122024-08-24T16:29:07.777Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18132024-08-24T16:29:07.968Z Compiling blake3 v1.5.1
18142024-08-24T16:29:07.992Z Compiling portable-atomic v1.6.0
18152024-08-24T16:29:08.221Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18162024-08-24T16:29:08.844Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18172024-08-24T16:29:09.058Z Compiling xattr v1.3.1
18182024-08-24T16:29:09.085Z Compiling memmap2 v0.9.4
18192024-08-24T16:29:09.166Z Compiling filetime v0.2.24
18202024-08-24T16:29:09.341Z Compiling arrayvec v0.7.4
18212024-08-24T16:29:09.473Z Compiling untrusted v0.7.1
18222024-08-24T16:29:09.590Z Compiling same-file v1.0.6
18232024-08-24T16:29:09.657Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18242024-08-24T16:29:09.751Z Compiling spin v0.5.2
18252024-08-24T16:29:09.780Z Compiling arrayref v0.3.7
18262024-08-24T16:29:09.839Z Compiling constant_time_eq v0.3.0
18272024-08-24T16:29:09.863Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18282024-08-24T16:29:09.886Z Compiling walkdir v2.5.0
18292024-08-24T16:29:10.012Z Compiling tar v0.4.41
18302024-08-24T16:29:11.054Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18312024-08-24T16:29:12.123Z Compiling gethostname v0.5.0
18322024-08-24T16:29:12.146Z Compiling cargo-platform v0.1.8
18332024-08-24T16:29:12.324Z Compiling topological-sort v0.2.2
18342024-08-24T16:29:12.555Z Compiling number_prefix v0.4.0
18352024-08-24T16:29:12.775Z Compiling indicatif v0.17.8
18362024-08-24T16:29:12.982Z Compiling cargo_metadata v0.18.1
18372024-08-24T16:29:16.544Z Compiling omicron-zone-package v0.11.0
18382024-08-24T16:29:18.936Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18392024-08-24T16:29:19.611Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18402024-08-24T16:29:20.883Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18412024-08-24T16:29:39.419Z Finished `release` profile [optimized] target(s) in 3m 29s
18422024-08-24T16:29:39.530Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18432024-08-24T16:29:39.591ZLogging to: /work/oxidecomputer/omicron/out/LOG
18442024-08-24T16:29:39.614ZCreated new build target 'test' and set it as active
18452024-08-24T16:29:39.615Z
18462024-08-24T16:29:39.615Zreal 3:30.044540104
18472024-08-24T16:29:39.615Zuser 23:13.632456118
18482024-08-24T16:29:39.615Zsys 3:06.130786950
18492024-08-24T16:29:39.615Ztrap 0.791008997
18502024-08-24T16:29:39.615Ztflt 1.254025389
18512024-08-24T16:29:39.615Zdflt 0.421152522
18522024-08-24T16:29:39.615Zkflt 0.000117553
18532024-08-24T16:29:39.615Zlock 50:37.253274352
18542024-08-24T16:29:39.615Zslp 1:29:27.490826815
18552024-08-24T16:29:39.615Zlat 1:47.868822751
18562024-08-24T16:29:39.615Zstop 3:03.494090152
18572024-08-24T16:29:39.615Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18582024-08-24T16:29:40.800Z Finished `release` profile [optimized] target(s) in 1.14s
18592024-08-24T16:29:40.851Z Running `target/release/omicron-package -t test package`
18602024-08-24T16:29:40.904ZLogging to: /work/oxidecomputer/omicron/out/LOG
18612024-08-24T16:29:42.378Z Compiling camino v1.1.9
18622024-08-24T16:29:42.378Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18632024-08-24T16:29:42.378Z Compiling password-hash v0.5.0
18642024-08-24T16:29:42.402Z Compiling blake2 v0.10.6
18652024-08-24T16:29:42.402Z Compiling derive-where v1.2.7
18662024-08-24T16:29:42.402Z Compiling newline-converter v0.3.0
18672024-08-24T16:29:42.402Z Compiling toml v0.8.19
18682024-08-24T16:29:42.402Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18692024-08-24T16:29:42.632Z Compiling humantime v2.1.0
18702024-08-24T16:29:42.655Z Compiling expectorate v1.1.0
18712024-08-24T16:29:42.829Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18722024-08-24T16:29:42.852Z Compiling dirs-sys-next v0.1.2
18732024-08-24T16:29:43.026Z Compiling argon2 v0.5.3
18742024-08-24T16:29:43.281Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
18752024-08-24T16:29:43.304Z Compiling dirs-next v2.0.0
18762024-08-24T16:29:43.328Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18772024-08-24T16:29:43.351Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18782024-08-24T16:29:43.475Z Compiling num-rational v0.4.2
18792024-08-24T16:29:43.666Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18802024-08-24T16:29:43.901Z Compiling num-complex v0.4.6
18812024-08-24T16:29:44.168Z Compiling convert_case v0.4.0
18822024-08-24T16:29:44.275Z Compiling term v0.7.0
18832024-08-24T16:29:44.823Z Compiling derive_more v0.99.18
18842024-08-24T16:29:44.920Z Compiling num v0.4.3
18852024-08-24T16:29:44.944Z Compiling float-ord v0.3.2
18862024-08-24T16:29:44.967Z Compiling prettyplease v0.2.20
18872024-08-24T16:29:45.036Z Compiling is-terminal v0.4.12
18882024-08-24T16:29:45.096Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
18892024-08-24T16:29:45.159Z Compiling semver v0.1.20
18902024-08-24T16:29:45.225Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
18912024-08-24T16:29:45.341Z Compiling cookie v0.18.1
18922024-08-24T16:29:45.391Z Compiling rustls-pki-types v1.7.0
18932024-08-24T16:29:45.604Z Compiling rustc_version v0.1.7
18942024-08-24T16:29:45.638Z Compiling highway v1.2.0
18952024-08-24T16:29:46.027Z Compiling newtype_derive v0.1.6
18962024-08-24T16:29:46.427Z Compiling home v0.5.9
18972024-08-24T16:29:46.497Z Compiling steno v0.4.1
18982024-08-24T16:29:46.816Z Compiling rustls-webpki v0.102.4
18992024-08-24T16:29:48.264Z Compiling rustls v0.22.4
19002024-08-24T16:29:48.295Z Compiling thread_local v1.1.8
19012024-08-24T16:29:48.378Z Compiling match_cfg v0.1.0
19022024-08-24T16:29:48.476Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
19032024-08-24T16:29:48.699Z Compiling hostname v0.3.1
19042024-08-24T16:29:50.052Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19052024-08-24T16:29:50.306Z Compiling multer v3.1.0
19062024-08-24T16:29:50.379Z Compiling slog-async v2.8.0
19072024-08-24T16:29:50.452Z Compiling slog-json v2.6.1
19082024-08-24T16:29:50.519Z Compiling crossbeam-channel v0.5.12
19092024-08-24T16:29:50.803Z Compiling http v1.1.0
19102024-08-24T16:29:51.488Z Compiling atomic-waker v1.1.2
19112024-08-24T16:29:51.674Z Compiling take_mut v0.2.2
19122024-08-24T16:29:52.734Z Compiling tokio-rustls v0.25.0
19132024-08-24T16:29:53.121Z Compiling waitgroup v0.1.2
19142024-08-24T16:29:53.322Z Compiling slog-bunyan v2.5.0
19152024-08-24T16:29:53.509Z Compiling slog-term v2.9.1
19162024-08-24T16:29:53.615Z Compiling rustls-pemfile v2.1.3
19172024-08-24T16:29:53.969Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19182024-08-24T16:29:54.037Z Compiling async-stream v0.3.5
19192024-08-24T16:29:54.085Z Compiling newtype-uuid v1.1.0
19202024-08-24T16:29:54.310Z Compiling ipnetwork v0.20.0
19212024-08-24T16:29:54.357Z Compiling serde_path_to_error v0.1.16
19222024-08-24T16:29:54.410Z Compiling hostname v0.4.0
19232024-08-24T16:29:54.595Z Compiling instant v0.1.12
19242024-08-24T16:29:54.726Z Compiling debug-ignore v1.0.5
19252024-08-24T16:29:54.858Z Compiling backoff v0.4.0
19262024-08-24T16:29:55.017Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19272024-08-24T16:29:55.134Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19282024-08-24T16:29:55.416Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
19292024-08-24T16:29:55.562Z Compiling parse-display v0.10.0
19302024-08-24T16:29:56.029Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19312024-08-24T16:29:56.130Z Compiling serde_with v3.9.0
19322024-08-24T16:29:56.186Z Compiling strum v0.26.3
19332024-08-24T16:29:56.349Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19342024-08-24T16:29:58.651Z Compiling macaddr v1.0.1
19352024-08-24T16:29:59.011Z Compiling slog-dtrace v0.3.0
19362024-08-24T16:29:59.347Z Compiling linked-hash-map v0.5.6
19372024-08-24T16:29:59.687Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19382024-08-24T16:30:00.564Z Compiling lru-cache v0.1.2
19392024-08-24T16:30:00.760Z Compiling quick-error v1.2.3
19402024-08-24T16:30:00.897Z Compiling resolv-conf v0.7.0
19412024-08-24T16:30:01.075Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19422024-08-24T16:30:01.138Z Compiling swrite v0.1.0
19432024-08-24T16:30:01.274Z Compiling hickory-resolver v0.24.1
19442024-08-24T16:30:01.913Z Compiling utf-8 v0.7.6
19452024-08-24T16:30:02.166Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
19462024-08-24T16:30:02.213Z Compiling rayon-core v1.12.1
19472024-08-24T16:30:02.237Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19482024-08-24T16:30:04.107Z Compiling crossbeam-deque v0.8.5
19492024-08-24T16:30:04.130Z Compiling half v2.4.1
19502024-08-24T16:30:04.399Z Compiling termcolor v1.4.1
19512024-08-24T16:30:04.693Z Compiling ciborium-io v0.2.2
19522024-08-24T16:30:04.819Z Compiling fastrand v2.1.0
19532024-08-24T16:30:05.240Z Compiling same-file v1.0.6
19542024-08-24T16:30:05.281Z Compiling display-error-chain v0.2.0
19552024-08-24T16:30:05.448Z Compiling walkdir v2.5.0
19562024-08-24T16:30:05.471Z Compiling tempfile v3.10.1
19572024-08-24T16:30:05.989Z Compiling ciborium-ll v0.2.2
19582024-08-24T16:30:06.409Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19592024-08-24T16:30:07.126Z Compiling ring v0.16.20
19602024-08-24T16:30:07.356Z Compiling blake3 v1.5.1
19612024-08-24T16:30:07.979Z Compiling rayon v1.10.0
19622024-08-24T16:30:11.751Z Compiling ciborium v0.2.2
19632024-08-24T16:30:13.385Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19642024-08-24T16:30:13.452Z Compiling xattr v1.3.1
19652024-08-24T16:30:13.667Z Compiling filetime v0.2.24
19662024-08-24T16:30:13.912Z Compiling memmap2 v0.9.4
19672024-08-24T16:30:14.262Z Compiling cancel-safe-futures v0.1.5
19682024-08-24T16:30:14.549Z Compiling spin v0.5.2
19692024-08-24T16:30:14.715Z Compiling arrayvec v0.7.4
19702024-08-24T16:30:14.756Z Compiling untrusted v0.7.1
19712024-08-24T16:30:14.923Z Compiling arrayref v0.3.7
19722024-08-24T16:30:15.030Z Compiling constant_time_eq v0.3.0
19732024-08-24T16:30:15.094Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
19742024-08-24T16:30:16.082Z Compiling tar v0.4.41
19752024-08-24T16:30:17.604Z Compiling camino-tempfile v1.1.1
19762024-08-24T16:30:17.897Z Compiling toolchain_find v0.4.0
19772024-08-24T16:30:18.004Z Compiling nibble_vec v0.1.0
19782024-08-24T16:30:18.028Z Compiling atty v0.2.14
19792024-08-24T16:30:18.187Z Compiling crunchy v0.2.2
19802024-08-24T16:30:18.249Z Compiling maplit v1.0.2
19812024-08-24T16:30:18.387Z Compiling glob v0.3.1
19822024-08-24T16:30:18.462Z Compiling topological-sort v0.2.2
19832024-08-24T16:30:18.642Z Compiling radium v0.7.0
19842024-08-24T16:30:18.666Z Compiling endian-type v0.1.2
19852024-08-24T16:30:18.903Z Compiling radix_trie v0.2.1
19862024-08-24T16:30:18.977Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19872024-08-24T16:30:19.045Z Compiling omicron-zone-package v0.11.0
19882024-08-24T16:30:19.119Z Compiling rustfmt-wrapper v0.2.1
19892024-08-24T16:30:19.143Z Compiling clang-sys v1.7.0
19902024-08-24T16:30:19.623Z Compiling tungstenite v0.21.0
19912024-08-24T16:30:19.738Z Compiling tap v1.0.1
19922024-08-24T16:30:19.762Z Compiling tiny-keccak v2.0.2
19932024-08-24T16:30:19.915Z Compiling maybe-uninit v2.0.0
19942024-08-24T16:30:20.015Z Compiling wyz v0.5.1
19952024-08-24T16:30:20.421Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19962024-08-24T16:30:20.490Z Compiling dsl_auto_type v0.1.2
19972024-08-24T16:30:20.527Z Compiling itertools v0.13.0
19982024-08-24T16:30:21.681Z Compiling tokio-tungstenite v0.21.0
19992024-08-24T16:30:22.193Z Compiling scheduled-thread-pool v0.2.7
20002024-08-24T16:30:23.175Z Compiling bzip2-sys v0.1.11+1.0.8
20012024-08-24T16:30:23.285Z Compiling diesel_table_macro_syntax v0.2.0
20022024-08-24T16:30:23.314Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20032024-08-24T16:30:23.597Z Compiling packed_struct v0.10.1
20042024-08-24T16:30:23.627Z Compiling arc-swap v1.7.1
20052024-08-24T16:30:23.651Z Compiling funty v2.0.0
20062024-08-24T16:30:23.797Z Compiling crc-catalog v2.4.0
20072024-08-24T16:30:23.945Z Compiling crc v3.2.1
20082024-08-24T16:30:23.994Z Compiling diesel_derives v2.2.2
20092024-08-24T16:30:24.213Z Compiling slog-scope v4.4.0
20102024-08-24T16:30:24.902Z Compiling bitvec v1.0.1
20112024-08-24T16:30:25.596Z Compiling r2d2 v0.8.10
20122024-08-24T16:30:26.422Z Compiling ascii-canvas v3.0.0
20132024-08-24T16:30:26.844Z Compiling packed_struct_codegen v0.10.1
20142024-08-24T16:30:28.489Z Compiling ena v0.14.3
20152024-08-24T16:30:28.782Z Compiling libloading v0.8.3
20162024-08-24T16:30:28.840Z Compiling indexmap v1.9.3
20172024-08-24T16:30:29.113Z Compiling bindgen v0.69.4
20182024-08-24T16:30:29.136Z Compiling diff v0.1.13
20192024-08-24T16:30:29.493Z Compiling nodrop v0.1.14
20202024-08-24T16:30:29.594Z Compiling regex-syntax v0.6.29
20212024-08-24T16:30:29.635Z Compiling array-init v0.0.4
20222024-08-24T16:30:32.414Z Compiling diesel v2.2.2
20232024-08-24T16:30:33.746Z Compiling lalrpop v0.19.12
20242024-08-24T16:30:33.854Z Compiling smallvec v0.6.14
20252024-08-24T16:30:34.254Z Compiling slog-stdlog v4.1.1
20262024-08-24T16:30:34.906Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20272024-08-24T16:30:35.770Z Compiling which v4.4.2
20282024-08-24T16:30:36.253Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20292024-08-24T16:30:36.439Z Compiling cexpr v0.6.0
20302024-08-24T16:30:37.728Z Compiling libsw v3.3.1
20312024-08-24T16:30:38.043Z Compiling owo-colors v4.0.0
20322024-08-24T16:30:38.199Z Compiling rustc-hash v1.1.0
20332024-08-24T16:30:38.359Z Compiling linear-map v1.2.0
20342024-08-24T16:30:38.763Z Compiling hashbrown v0.12.3
20352024-08-24T16:30:39.911Z Compiling shlex v1.3.0
20362024-08-24T16:30:40.255Z Compiling bitfield v0.14.0
20372024-08-24T16:30:40.280Z Compiling ref-cast v1.0.23
20382024-08-24T16:30:40.533Z Compiling lazycell v1.3.0
20392024-08-24T16:30:40.800Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20402024-08-24T16:30:44.436Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20412024-08-24T16:30:44.679Z Compiling slog-envlogger v2.2.0
20422024-08-24T16:30:46.711Z Compiling serde-hex v0.1.0
20432024-08-24T16:30:50.258Z Compiling bzip2 v0.4.4
20442024-08-24T16:30:50.685Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20452024-08-24T16:30:50.754Z Compiling env_logger v0.10.2
20462024-08-24T16:30:50.975Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20472024-08-24T16:30:51.185Z Compiling derive_builder_core v0.20.0
20482024-08-24T16:30:51.237Z Compiling x509-cert v0.2.5
20492024-08-24T16:30:52.898Z Compiling ron v0.8.1
20502024-08-24T16:30:53.144Z Compiling headers-core v0.2.0
20512024-08-24T16:30:53.291Z Compiling hashbrown v0.13.2
20522024-08-24T16:30:54.165Z Compiling polar-core v0.27.3
20532024-08-24T16:30:54.376Z Compiling fxhash v0.2.1
20542024-08-24T16:30:54.570Z Compiling libxml v0.3.3
20552024-08-24T16:30:54.873Z Compiling ref-cast-impl v1.0.23
20562024-08-24T16:30:55.165Z Compiling crc-any v2.5.0
20572024-08-24T16:30:55.886Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20582024-08-24T16:30:57.667Z Compiling object v0.30.4
20592024-08-24T16:31:00.216Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20602024-08-24T16:31:00.604Z Compiling headers v0.3.9
20612024-08-24T16:31:01.611Z Compiling derive_builder_macro v0.20.0
20622024-08-24T16:31:02.325Z Compiling samael v0.0.15
20632024-08-24T16:31:02.421Z Compiling zip v0.6.6
20642024-08-24T16:31:03.605Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20652024-08-24T16:31:03.643Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
20662024-08-24T16:31:03.906Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20672024-08-24T16:31:04.674Z Compiling strum_macros v0.24.3
20682024-08-24T16:31:04.841Z Compiling async-recursion v1.1.1
20692024-08-24T16:31:05.930Z Compiling unicase v2.7.0
20702024-08-24T16:31:06.041Z Compiling path-slash v0.1.5
20712024-08-24T16:31:06.253Z Compiling indoc v1.0.9
20722024-08-24T16:31:06.277Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20732024-08-24T16:31:07.969Z Compiling derive_builder v0.20.0
20742024-08-24T16:31:08.948Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20752024-08-24T16:31:10.982Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
20762024-08-24T16:31:11.096Z Compiling crossterm v0.28.1
20772024-08-24T16:31:11.246Z Compiling pem v3.0.4
20782024-08-24T16:31:11.791Z Compiling curve25519-dalek v4.1.3
20792024-08-24T16:31:12.099Z Compiling oso-derive v0.27.3
20802024-08-24T16:31:12.149Z Compiling impl-trait-for-tuples v0.2.2
20812024-08-24T16:31:12.514Z Compiling libz-sys v1.1.16
20822024-08-24T16:31:12.868Z Compiling quick-xml v0.31.0
20832024-08-24T16:31:13.010Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
20842024-08-24T16:31:13.273Z Compiling keccak v0.1.5
20852024-08-24T16:31:13.986Z Compiling parking_lot_core v0.8.6
20862024-08-24T16:31:14.364Z Compiling sha3 v0.10.8
20872024-08-24T16:31:15.350Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20882024-08-24T16:31:17.447Z Compiling oso v0.27.3
20892024-08-24T16:31:17.643Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20902024-08-24T16:31:18.588Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20912024-08-24T16:31:18.840Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20922024-08-24T16:31:19.086Z Compiling bb8 v0.8.5
20932024-08-24T16:31:19.529Z Compiling const_format_proc_macros v0.2.32
20942024-08-24T16:31:19.593Z Compiling universal-hash v0.5.1
20952024-08-24T16:31:19.781Z Compiling secrecy v0.8.0
20962024-08-24T16:31:20.007Z Compiling thiserror-impl-no-std v2.0.2
20972024-08-24T16:31:20.975Z Compiling curve25519-dalek-derive v0.1.1
20982024-08-24T16:31:22.073Z Compiling vte_generate_state_changes v0.1.1
20992024-08-24T16:31:22.145Z Compiling opaque-debug v0.3.1
21002024-08-24T16:31:22.247Z Compiling buf-list v1.0.3
21012024-08-24T16:31:22.562Z Compiling vte v0.11.1
21022024-08-24T16:31:22.777Z Compiling poly1305 v0.8.0
21032024-08-24T16:31:23.602Z Compiling thiserror-no-std v2.0.2
21042024-08-24T16:31:23.911Z Compiling const_format v0.2.32
21052024-08-24T16:31:24.913Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21062024-08-24T16:31:26.691Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21072024-08-24T16:31:26.936Z Compiling chacha20 v0.9.1
21082024-08-24T16:31:27.305Z Compiling fd-lock v4.0.2
21092024-08-24T16:31:27.490Z Compiling aead v0.5.2
21102024-08-24T16:31:27.806Z Compiling libgit2-sys v0.17.0+1.8.1
21112024-08-24T16:31:28.386Z Compiling pin-project-internal v1.1.5
21122024-08-24T16:31:28.851Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21132024-08-24T16:31:29.108Z Compiling bytecount v0.6.8
21142024-08-24T16:31:29.371Z Compiling papergrid v0.11.0
21152024-08-24T16:31:30.495Z Compiling pin-project v1.1.5
21162024-08-24T16:31:31.412Z Compiling chacha20poly1305 v0.10.1
21172024-08-24T16:31:31.955Z Compiling parking_lot v0.11.2
21182024-08-24T16:31:33.142Z Compiling vsss-rs v3.3.4
21192024-08-24T16:31:33.596Z Compiling strip-ansi-escapes v0.2.0
21202024-08-24T16:31:35.123Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21212024-08-24T16:31:36.693Z Compiling tabled_derive v0.7.0
21222024-08-24T16:31:38.460Z Compiling crossterm v0.27.0
21232024-08-24T16:31:38.764Z Compiling peg-macros v0.8.4
21242024-08-24T16:31:39.027Z Compiling kstat-rs v0.2.4
21252024-08-24T16:31:39.799Z Compiling snafu-derive v0.8.2
21262024-08-24T16:31:41.239Z Compiling sqlparser_derive v0.2.2
21272024-08-24T16:31:42.048Z Compiling nu-ansi-term v0.50.0
21282024-08-24T16:31:43.031Z Compiling unicode_categories v0.1.1
21292024-08-24T16:31:43.503Z Compiling snafu v0.8.2
21302024-08-24T16:31:43.592Z Compiling rustyline v14.0.0
21312024-08-24T16:31:43.884Z Compiling sqlformat v0.2.4
21322024-08-24T16:31:44.553Z Compiling reedline v0.33.0
21332024-08-24T16:31:50.805Z Compiling sqlparser v0.45.0
21342024-08-24T16:31:51.836Z Compiling peg v0.8.4
21352024-08-24T16:31:51.981Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21362024-08-24T16:31:53.040Z Compiling tabled v0.15.0
21372024-08-24T16:32:02.550Z Compiling sled v0.34.7
21382024-08-24T16:32:04.595Z Compiling mime_guess v2.0.4
21392024-08-24T16:32:09.496Z Compiling hickory-client v0.24.1
21402024-08-24T16:32:09.825Z Compiling env_logger v0.9.3
21412024-08-24T16:32:13.333Z Compiling tungstenite v0.20.1
21422024-08-24T16:32:13.379Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
21432024-08-24T16:32:13.782Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21442024-08-24T16:32:17.459Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21452024-08-24T16:32:18.752Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21462024-08-24T16:32:24.242Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21472024-08-24T16:32:24.922Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21482024-08-24T16:32:25.325Z Compiling hickory-server v0.24.1
21492024-08-24T16:32:25.412Z Compiling globset v0.4.14
21502024-08-24T16:32:28.760Z Compiling olpc-cjson v0.1.3
21512024-08-24T16:32:29.039Z Compiling bcs v0.1.6
21522024-08-24T16:32:29.103Z Compiling vergen v8.3.2
21532024-08-24T16:32:29.379Z Compiling bitstruct_derive v0.1.0
21542024-08-24T16:32:29.698Z Compiling cargo-platform v0.1.8
21552024-08-24T16:32:29.810Z Compiling serde_plain v1.0.2
21562024-08-24T16:32:30.136Z Compiling nanorand v0.7.0
21572024-08-24T16:32:30.259Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21582024-08-24T16:32:30.403Z Compiling memoffset v0.9.1
21592024-08-24T16:32:30.427Z Compiling typed-path v0.7.1
21602024-08-24T16:32:30.683Z Compiling ascii v1.1.0
21612024-08-24T16:32:30.861Z Compiling flume v0.11.0
21622024-08-24T16:32:31.349Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21632024-08-24T16:32:31.437Z Compiling bitstruct v0.1.1
21642024-08-24T16:32:31.516Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21652024-08-24T16:32:31.566Z Compiling cargo_metadata v0.18.1
21662024-08-24T16:32:31.800Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21672024-08-24T16:32:33.315Z Compiling tough v0.17.1
21682024-08-24T16:32:34.244Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21692024-08-24T16:32:34.978Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21702024-08-24T16:32:35.447Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21712024-08-24T16:32:35.764Z Compiling tokio-tungstenite v0.20.1
21722024-08-24T16:32:36.284Z Compiling git2 v0.19.0
21732024-08-24T16:32:40.306Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
21742024-08-24T16:32:43.361Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
21752024-08-24T16:32:43.674Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21762024-08-24T16:32:44.662Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21772024-08-24T16:32:46.259Z Compiling libsqlite3-sys v0.28.0
21782024-08-24T16:32:46.703Z Compiling erased-serde v0.3.31
21792024-08-24T16:32:48.083Z Compiling serde_arrays v0.1.0
21802024-08-24T16:32:48.251Z Compiling parse-size v1.0.0
21812024-08-24T16:32:48.550Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21822024-08-24T16:32:49.285Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21832024-08-24T16:32:52.665Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21842024-08-24T16:32:53.267Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21852024-08-24T16:32:53.473Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
21862024-08-24T16:32:53.730Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21872024-08-24T16:32:55.362Z Compiling heck v0.3.3
21882024-08-24T16:32:55.702Z Compiling rand_seeder v0.3.0
21892024-08-24T16:32:56.040Z Compiling castaway v0.2.3
21902024-08-24T16:32:56.205Z Compiling csv-core v0.1.11
21912024-08-24T16:32:56.923Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
21922024-08-24T16:32:58.719Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
21932024-08-24T16:32:58.981Z Compiling http-range v0.1.5
21942024-08-24T16:32:59.465Z Compiling hyper-staticfile v0.9.5
21952024-08-24T16:33:01.931Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21962024-08-24T16:33:02.048Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21972024-08-24T16:33:02.497Z Compiling csv v1.3.0
21982024-08-24T16:33:04.212Z Compiling compact_str v0.8.0
21992024-08-24T16:33:06.317Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22002024-08-24T16:33:06.499Z Compiling zone_cfg_derive v0.1.2
22012024-08-24T16:33:06.683Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
22022024-08-24T16:33:07.587Z Compiling nix v0.27.1
22032024-08-24T16:33:08.921Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
22042024-08-24T16:33:09.757Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22052024-08-24T16:33:10.360Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
22062024-08-24T16:33:11.604Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
22072024-08-24T16:33:14.616Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22082024-08-24T16:33:14.899Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22092024-08-24T16:33:15.136Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22102024-08-24T16:33:15.444Z Compiling unicode-truncate v1.0.0
22112024-08-24T16:33:15.682Z Compiling hashlink v0.9.1
22122024-08-24T16:33:16.340Z Compiling lru v0.12.3
22132024-08-24T16:33:16.653Z Compiling serde-big-array v0.5.1
22142024-08-24T16:33:16.890Z Compiling instability v0.3.2
22152024-08-24T16:33:17.472Z Compiling fallible-iterator v0.3.0
22162024-08-24T16:33:17.734Z Compiling fallible-streaming-iterator v0.1.9
22172024-08-24T16:33:17.980Z Compiling cassowary v0.3.0
22182024-08-24T16:33:18.134Z Compiling base64 v0.13.1
22192024-08-24T16:33:18.738Z Compiling ron v0.7.1
22202024-08-24T16:33:19.688Z Compiling ratatui v0.28.0
22212024-08-24T16:33:20.954Z Compiling rusqlite v0.31.0
22222024-08-24T16:33:23.006Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22232024-08-24T16:33:33.677Z Compiling zone v0.1.8
22242024-08-24T16:33:35.193Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22252024-08-24T16:33:35.960Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22262024-08-24T16:33:36.839Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22272024-08-24T16:33:37.916Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22282024-08-24T16:33:38.227Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22292024-08-24T16:33:39.476Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22302024-08-24T16:33:40.318Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22312024-08-24T16:33:41.979Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22322024-08-24T16:33:42.262Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
22332024-08-24T16:33:44.048Z Compiling twox-hash v1.6.3
22342024-08-24T16:33:44.862Z Compiling signal-hook-tokio v0.3.1
22352024-08-24T16:33:45.040Z Compiling yasna v0.5.2
22362024-08-24T16:33:46.383Z Compiling portpicker v0.1.1
22372024-08-24T16:33:46.758Z Compiling smawk v0.3.2
22382024-08-24T16:33:47.000Z Compiling unicode-linebreak v0.1.5
22392024-08-24T16:33:47.453Z Compiling textwrap v0.16.1
22402024-08-24T16:33:47.859Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22412024-08-24T16:33:49.935Z Compiling rcgen v0.12.1
22422024-08-24T16:33:50.368Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22432024-08-24T16:33:57.720Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22442024-08-24T16:33:59.528Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
22452024-08-24T16:34:00.331Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22462024-08-24T16:34:03.477Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22472024-08-24T16:34:03.821Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
22482024-08-24T16:34:03.910Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
22492024-08-24T16:34:04.161Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
22502024-08-24T16:34:07.914Z Compiling atomicwrites v0.4.3
22512024-08-24T16:34:08.341Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
22522024-08-24T16:34:09.608Z Compiling fatfs v0.3.6
22532024-08-24T16:34:11.157Z Compiling rtoolbox v0.0.2
22542024-08-24T16:34:11.464Z Compiling subprocess v0.2.9
22552024-08-24T16:34:11.540Z Compiling assert_matches v1.5.0
22562024-08-24T16:34:11.643Z Compiling is_ci v1.2.0
22572024-08-24T16:34:11.865Z Compiling supports-color v3.0.0
22582024-08-24T16:34:12.413Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22592024-08-24T16:34:15.411Z Compiling rpassword v7.3.1
22602024-08-24T16:34:15.805Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22612024-08-24T16:34:15.931Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
22622024-08-24T16:34:18.214Z Compiling tui-tree-widget v0.22.0
22632024-08-24T16:34:18.241Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
22642024-08-24T16:34:18.619Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
22652024-08-24T16:34:19.141Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22662024-08-24T16:34:19.397Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
22672024-08-24T16:34:21.593Z Compiling uzers v0.11.3
22682024-08-24T16:34:23.764Z Compiling shell-words v1.1.0
22692024-08-24T16:34:24.135Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22702024-08-24T16:34:24.514Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22712024-08-24T16:34:26.047Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
22722024-08-24T16:34:28.990Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22732024-08-24T16:34:37.154Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22742024-08-24T16:34:45.931Z Compiling multimap v0.10.0
22752024-08-24T16:36:22.084Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22762024-08-24T16:36:28.521Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22772024-08-24T16:42:29.789Z Finished `release` profile [optimized] target(s) in 12m 48s
22782024-08-24T16:43:47.377Z
22792024-08-24T16:43:47.377Zreal 14:07.803444315
22802024-08-24T16:43:47.377Zuser 1:30:04.573086753
22812024-08-24T16:43:47.377Zsys 5:03.587763626
22822024-08-24T16:43:47.377Ztrap 2.189254996
22832024-08-24T16:43:47.377Ztflt 1.726251022
22842024-08-24T16:43:47.377Zdflt 4.819272086
22852024-08-24T16:43:47.377Zkflt 0.001447451
22862024-08-24T16:43:47.377Zlock 5:42:21.612434851
22872024-08-24T16:43:47.401Zslp 4:34:48.400374380
22882024-08-24T16:43:47.401Zlat 2:35.284537818
22892024-08-24T16:43:47.402Zstop 2:12.922670394
22902024-08-24T16:43:47.402Z+ mapfile -t packages
22912024-08-24T16:43:47.402Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22922024-08-24T16:43:48.773Z Finished `release` profile [optimized] target(s) in 1.33s
22932024-08-24T16:43:48.829Z Running `target/release/omicron-package -t test list-outputs`
22942024-08-24T16:43:48.887ZLogging to: /work/oxidecomputer/omicron/out/LOG
22952024-08-24T16:43:48.911Z+ ptime -m cargo build --locked --release -p xtask
22962024-08-24T16:43:49.657Z Compiling serde v1.0.208
22972024-08-24T16:43:49.681Z Compiling libc v0.2.156
22982024-08-24T16:43:49.682Z Compiling serde_json v1.0.125
22992024-08-24T16:43:49.682Z Compiling syn v2.0.74
23002024-08-24T16:43:49.682Z Compiling usdt-impl v0.5.0
23012024-08-24T16:43:49.706Z Compiling syn v1.0.109
23022024-08-24T16:43:50.040Z Compiling rustix v0.38.34
23032024-08-24T16:43:50.153Z Compiling hashbrown v0.14.5
23042024-08-24T16:43:50.177Z Compiling bitflags v2.6.0
23052024-08-24T16:43:50.215Z Compiling log v0.4.21
23062024-08-24T16:43:50.280Z Compiling fs-err v2.11.0
23072024-08-24T16:43:50.640Z Compiling anyhow v1.0.86
23082024-08-24T16:43:50.950Z Compiling thread-id v4.2.1
23092024-08-24T16:43:51.444Z Compiling indexmap v2.4.0
23102024-08-24T16:43:51.792Z Compiling terminal_size v0.3.0
23112024-08-24T16:43:51.991Z Compiling clap_builder v4.5.15
23122024-08-24T16:43:52.647Z Compiling proc-macro-error v1.0.4
23132024-08-24T16:43:54.126Z Compiling tabled_derive v0.7.0
23142024-08-24T16:43:55.543Z Compiling tabled v0.15.0
23152024-08-24T16:43:57.064Z Compiling serde_derive v1.0.208
23162024-08-24T16:43:57.098Z Compiling thiserror-impl v1.0.63
23172024-08-24T16:43:57.612Z Compiling zerocopy-derive v0.7.34
23182024-08-24T16:43:57.713Z Compiling scroll_derive v0.12.0
23192024-08-24T16:43:58.784Z Compiling scroll v0.12.0
23202024-08-24T16:43:59.242Z Compiling zerocopy v0.7.34
23212024-08-24T16:43:59.311Z Compiling thiserror v1.0.63
23222024-08-24T16:43:59.457Z Compiling pest v2.7.10
23232024-08-24T16:44:01.792Z Compiling pest_meta v2.7.10
23242024-08-24T16:44:01.881Z Compiling goblin v0.8.2
23252024-08-24T16:44:02.480Z Compiling clap_derive v4.5.13
23262024-08-24T16:44:03.839Z Compiling pest_generator v2.7.10
23272024-08-24T16:44:05.192Z Compiling pest_derive v2.7.10
23282024-08-24T16:44:05.812Z Compiling dtrace-parser v0.2.0
23292024-08-24T16:44:07.280Z Compiling clap v4.5.16
23302024-08-24T16:44:08.516Z Compiling toml_datetime v0.6.8
23312024-08-24T16:44:09.090Z Compiling serde_tokenstream v0.2.2
23322024-08-24T16:44:09.553Z Compiling serde_spanned v0.6.7
23332024-08-24T16:44:09.758Z Compiling toml_edit v0.22.20
23342024-08-24T16:44:10.509Z Compiling dof v0.3.0
23352024-08-24T16:44:12.399Z Compiling usdt-attr-macro v0.5.0
23362024-08-24T16:44:12.984Z Compiling toml v0.8.19
23372024-08-24T16:44:13.534Z Compiling usdt-macro v0.5.0
23382024-08-24T16:44:15.533Z Compiling cargo-platform v0.1.8
23392024-08-24T16:44:16.162Z Compiling camino v1.1.9
23402024-08-24T16:44:16.420Z Compiling semver v1.0.23
23412024-08-24T16:44:16.938Z Compiling cargo_metadata v0.18.1
23422024-08-24T16:44:17.137Z Compiling usdt v0.5.0
23432024-08-24T16:44:17.233Z Compiling cargo_toml v0.20.4
23442024-08-24T16:44:17.602Z Compiling macaddr v1.0.1
23452024-08-24T16:44:27.259Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
23462024-08-24T16:44:39.301Z Finished `release` profile [optimized] target(s) in 50.34s
23472024-08-24T16:44:39.437Z
23482024-08-24T16:44:39.437Zreal 50.511800837
23492024-08-24T16:44:39.461Zuser 4:38.542271523
23502024-08-24T16:44:39.461Zsys 29.740139380
23512024-08-24T16:44:39.461Ztrap 0.118561040
23522024-08-24T16:44:39.461Ztflt 0.185411894
23532024-08-24T16:44:39.461Zdflt 0.765272339
23542024-08-24T16:44:39.461Zkflt 0.000009439
23552024-08-24T16:44:39.461Zlock 8:19.320576930
23562024-08-24T16:44:39.461Zslp 12:09.542167154
23572024-08-24T16:44:39.461Zlat 11.688079805
23582024-08-24T16:44:39.461Zstop 12.576129356
23592024-08-24T16:44:39.461Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
23602024-08-24T16:44:39.461Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
23612024-08-24T16:44:39.461Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
23622024-08-24T16:44:39.461Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
23632024-08-24T16:44:39.461Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
23642024-08-24T16:44:40.178Z Downloading crates ...
23652024-08-24T16:44:40.440Z Downloaded dirs v5.0.1
23662024-08-24T16:44:40.464Z Downloaded blowfish v0.9.1
23672024-08-24T16:44:40.464Z Downloaded ed25519 v2.2.3
23682024-08-24T16:44:40.464Z Downloaded ssh-encoding v0.2.0
23692024-08-24T16:44:40.464Z Downloaded p256 v0.13.2
23702024-08-24T16:44:40.464Z Downloaded russh-keys v0.44.0
23712024-08-24T16:44:40.464Z Downloaded ssh-key v0.6.6
23722024-08-24T16:44:40.488Z Downloaded ssh-cipher v0.2.0
23732024-08-24T16:44:40.488Z Downloaded russh v0.44.1
23742024-08-24T16:44:40.488Z Downloaded p521 v0.13.3
23752024-08-24T16:44:40.488Z Downloaded p384 v0.13.0
23762024-08-24T16:44:40.488Z Downloaded num-bigint v0.4.5
23772024-08-24T16:44:40.511Z Downloaded internet-checksum v0.2.1
23782024-08-24T16:44:40.511Z Downloaded ed25519-dalek v2.1.1
23792024-08-24T16:44:40.511Z Downloaded aes-gcm v0.10.3
23802024-08-24T16:44:40.511Z Downloaded polyval v0.6.2
23812024-08-24T16:44:40.511Z Downloaded password-hash v0.4.2
23822024-08-24T16:44:40.511Z Downloaded bcrypt-pbkdf v0.10.0
23832024-08-24T16:44:40.511Z Downloaded hex-literal v0.4.1
23842024-08-24T16:44:40.511Z Downloaded ghash v0.5.1
23852024-08-24T16:44:40.511Z Downloaded ecdsa v0.16.9
23862024-08-24T16:44:40.511Z Downloaded dirs-sys v0.4.1
23872024-08-24T16:44:40.536Z Downloaded dhcproto-macros v0.1.0
23882024-08-24T16:44:40.536Z Downloaded dhcproto v0.12.0
23892024-08-24T16:44:40.536Z Downloaded russh-cryptovec v0.7.2
23902024-08-24T16:44:40.536Z Downloaded rfc6979 v0.4.0
23912024-08-24T16:44:40.536Z Downloaded primeorder v0.13.6
23922024-08-24T16:44:40.536Z Downloaded pbkdf2 v0.11.0
23932024-08-24T16:44:40.559Z Downloaded option-ext v0.2.0
23942024-08-24T16:44:40.560Z Downloaded md5 v0.7.0
23952024-08-24T16:44:40.709Z Compiling regress v0.9.1
23962024-08-24T16:44:40.742Z Compiling getopts v0.2.21
23972024-08-24T16:44:40.766Z Compiling unsafe-libyaml v0.2.11
23982024-08-24T16:44:40.766Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23992024-08-24T16:44:40.790Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24002024-08-24T16:44:40.814Z Compiling http v1.1.0
24012024-08-24T16:44:40.837Z Compiling match_cfg v0.1.0
24022024-08-24T16:44:40.837Z Compiling toml v0.8.19
24032024-08-24T16:44:40.952Z Compiling hostname v0.3.1
24042024-08-24T16:44:41.206Z Compiling rustls-pki-types v1.7.0
24052024-08-24T16:44:41.230Z Compiling ident_case v1.0.1
24062024-08-24T16:44:41.230Z Compiling paste v1.0.15
24072024-08-24T16:44:41.403Z Compiling rustls v0.22.4
24082024-08-24T16:44:41.579Z Compiling darling_core v0.20.9
24092024-08-24T16:44:41.690Z Compiling rustls-webpki v0.102.4
24102024-08-24T16:44:41.779Z Compiling ipnetwork v0.20.0
24112024-08-24T16:44:41.929Z Compiling serde_yaml v0.9.34+deprecated
24122024-08-24T16:44:42.346Z Compiling multer v3.1.0
24132024-08-24T16:44:42.677Z Compiling slog-json v2.6.1
24142024-08-24T16:44:42.883Z Compiling async-stream-impl v0.3.5
24152024-08-24T16:44:43.042Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
24162024-08-24T16:44:43.313Z Compiling instant v0.1.12
24172024-08-24T16:44:43.433Z Compiling debug-ignore v1.0.5
24182024-08-24T16:44:43.457Z Compiling atomic-waker v1.1.2
24192024-08-24T16:44:43.550Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24202024-08-24T16:44:43.584Z Compiling waitgroup v0.1.2
24212024-08-24T16:44:43.650Z Compiling slog-bunyan v2.5.0
24222024-08-24T16:44:43.843Z Compiling rustls-pemfile v2.1.3
24232024-08-24T16:44:44.036Z Compiling async-stream v0.3.5
24242024-08-24T16:44:44.254Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
24252024-08-24T16:44:44.328Z Compiling serde_path_to_error v0.1.16
24262024-08-24T16:44:44.733Z Compiling hostname v0.4.0
24272024-08-24T16:44:44.770Z Compiling structmeta-derive v0.3.0
24282024-08-24T16:44:44.965Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24292024-08-24T16:44:45.082Z Compiling newtype-uuid v1.1.0
24302024-08-24T16:44:45.343Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24312024-08-24T16:44:45.420Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24322024-08-24T16:44:45.617Z Compiling backoff v0.4.0
24332024-08-24T16:44:45.719Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24342024-08-24T16:44:45.917Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24352024-08-24T16:44:46.004Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24362024-08-24T16:44:46.091Z Compiling tokio-rustls v0.25.0
24372024-08-24T16:44:46.169Z Compiling macaddr v1.0.1
24382024-08-24T16:44:46.422Z Compiling proc-macro-crate v1.3.1
24392024-08-24T16:44:46.486Z Compiling fastrand v2.1.0
24402024-08-24T16:44:46.570Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24412024-08-24T16:44:46.907Z Compiling tempfile v3.10.1
24422024-08-24T16:44:46.994Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24432024-08-24T16:44:47.193Z Compiling structmeta v0.3.0
24442024-08-24T16:44:47.280Z Compiling foreign-types-macros v0.2.3
24452024-08-24T16:44:47.363Z Compiling num_enum_derive v0.5.11
24462024-08-24T16:44:47.387Z Compiling darling_macro v0.20.9
24472024-08-24T16:44:47.603Z Compiling parse-display-derive v0.10.0
24482024-08-24T16:44:47.640Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24492024-08-24T16:44:47.910Z Compiling heapless v0.8.0
24502024-08-24T16:44:48.217Z Compiling darling v0.20.9
24512024-08-24T16:44:48.328Z Compiling serde_with_macros v3.9.0
24522024-08-24T16:44:48.413Z Compiling foreign-types-shared v0.3.1
24532024-08-24T16:44:48.533Z Compiling foreign-types v0.5.0
24542024-08-24T16:44:48.664Z Compiling proc-macro-error v1.0.4
24552024-08-24T16:44:48.989Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24562024-08-24T16:44:49.292Z Compiling hash32 v0.3.1
24572024-08-24T16:44:49.543Z Compiling cstr-argument v0.1.2
24582024-08-24T16:44:49.703Z Compiling num_enum v0.5.11
24592024-08-24T16:44:49.812Z Compiling pretty-hex v0.2.1
24602024-08-24T16:44:49.843Z Compiling smoltcp v0.11.0
24612024-08-24T16:44:49.998Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24622024-08-24T16:44:50.060Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24632024-08-24T16:44:50.633Z Compiling camino-tempfile v1.1.1
24642024-08-24T16:44:50.657Z Compiling tabwriter v1.4.0
24652024-08-24T16:44:50.943Z Compiling serde_with v3.9.0
24662024-08-24T16:44:51.110Z Compiling colored v2.1.0
24672024-08-24T16:44:51.144Z Compiling cobs v0.2.3
24682024-08-24T16:44:51.192Z Compiling embedded-io v0.4.0
24692024-08-24T16:44:51.376Z Compiling postcard v1.0.8
24702024-08-24T16:44:51.427Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24712024-08-24T16:44:51.658Z Compiling parse-display v0.10.0
24722024-08-24T16:44:51.698Z Compiling crucible-workspace-hack v0.1.0
24732024-08-24T16:44:51.779Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24742024-08-24T16:44:51.973Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24752024-08-24T16:44:52.016Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
24762024-08-24T16:44:52.180Z Compiling smf v0.2.3
24772024-08-24T16:44:52.264Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24782024-08-24T16:44:52.559Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24792024-08-24T16:44:52.738Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24802024-08-24T16:44:53.176Z Compiling num-derive v0.4.2
24812024-08-24T16:44:53.380Z Compiling sigpipe v0.1.3
24822024-08-24T16:44:53.495Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24832024-08-24T16:44:53.783Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24842024-08-24T16:44:53.825Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24852024-08-24T16:44:54.201Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24862024-08-24T16:44:54.769Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24872024-08-24T16:44:54.930Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24882024-08-24T16:44:55.173Z Compiling universal-hash v0.5.1
24892024-08-24T16:44:55.230Z Compiling opaque-debug v0.3.1
24902024-08-24T16:44:55.354Z Compiling utf-8 v0.7.6
24912024-08-24T16:44:55.423Z Compiling num-rational v0.4.2
24922024-08-24T16:44:55.489Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24932024-08-24T16:44:55.513Z Compiling curve25519-dalek v4.1.3
24942024-08-24T16:44:55.537Z Compiling num-complex v0.4.6
24952024-08-24T16:44:55.664Z Compiling humantime v2.1.0
24962024-08-24T16:44:55.725Z Compiling password-hash v0.5.0
24972024-08-24T16:44:55.904Z Compiling blake2 v0.10.6
24982024-08-24T16:44:56.202Z Compiling aead v0.5.2
24992024-08-24T16:44:56.226Z Compiling curve25519-dalek-derive v0.1.1
25002024-08-24T16:44:56.430Z Compiling num v0.4.3
25012024-08-24T16:44:56.531Z Compiling float-ord v0.3.2
25022024-08-24T16:44:56.555Z Compiling argon2 v0.5.3
25032024-08-24T16:44:56.649Z Compiling poly1305 v0.8.0
25042024-08-24T16:44:56.700Z Compiling chacha20 v0.9.1
25052024-08-24T16:44:56.952Z Compiling convert_case v0.4.0
25062024-08-24T16:44:57.102Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25072024-08-24T16:44:57.128Z Compiling semver v0.1.20
25082024-08-24T16:44:57.357Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25092024-08-24T16:44:57.729Z Compiling rustc_version v0.1.7
25102024-08-24T16:44:57.753Z Compiling tungstenite v0.21.0
25112024-08-24T16:44:57.838Z Compiling derive_more v0.99.18
25122024-08-24T16:44:57.989Z Compiling newline-converter v0.3.0
25132024-08-24T16:44:58.157Z Compiling atty v0.2.14
25142024-08-24T16:44:58.239Z Compiling rayon-core v1.12.1
25152024-08-24T16:44:58.301Z Compiling same-file v1.0.6
25162024-08-24T16:44:58.301Z Compiling newtype_derive v0.1.6
25172024-08-24T16:44:58.379Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25182024-08-24T16:44:58.541Z Compiling walkdir v2.5.0
25192024-08-24T16:44:58.582Z Compiling expectorate v1.1.0
25202024-08-24T16:44:58.606Z Compiling crossbeam-deque v0.8.5
25212024-08-24T16:44:58.748Z Compiling tokio-tungstenite v0.21.0
25222024-08-24T16:44:58.826Z Compiling keccak v0.1.5
25232024-08-24T16:44:58.893Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25242024-08-24T16:44:59.198Z Compiling prettyplease v0.2.20
25252024-08-24T16:44:59.222Z Compiling sha3 v0.10.8
25262024-08-24T16:44:59.617Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25272024-08-24T16:44:59.641Z Compiling thiserror-impl-no-std v2.0.2
25282024-08-24T16:44:59.664Z Compiling secrecy v0.8.0
25292024-08-24T16:44:59.906Z Compiling ring v0.16.20
25302024-08-24T16:44:59.930Z Compiling blake3 v1.5.1
25312024-08-24T16:45:00.061Z Compiling derive-where v1.2.7
25322024-08-24T16:45:00.473Z Compiling half v2.4.1
25332024-08-24T16:45:00.857Z Compiling unicase v2.7.0
25342024-08-24T16:45:01.012Z Compiling cookie v0.18.1
25352024-08-24T16:45:01.040Z Compiling ciborium-io v0.2.2
25362024-08-24T16:45:01.171Z Compiling quick-error v1.2.3
25372024-08-24T16:45:01.209Z Compiling arc-swap v1.7.1
25382024-08-24T16:45:01.298Z Compiling termcolor v1.4.1
25392024-08-24T16:45:01.325Z Compiling linked-hash-map v0.5.6
25402024-08-24T16:45:01.653Z Compiling lru-cache v0.1.2
25412024-08-24T16:45:01.801Z Compiling env_logger v0.9.3
25422024-08-24T16:45:01.839Z Compiling slog-scope v4.4.0
25432024-08-24T16:45:02.115Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25442024-08-24T16:45:02.172Z Compiling resolv-conf v0.7.0
25452024-08-24T16:45:02.259Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25462024-08-24T16:45:02.297Z Compiling thiserror-no-std v2.0.2
25472024-08-24T16:45:02.415Z Compiling ciborium-ll v0.2.2
25482024-08-24T16:45:02.872Z Compiling rayon v1.10.0
25492024-08-24T16:45:02.987Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25502024-08-24T16:45:03.289Z Compiling polyval v0.6.2
25512024-08-24T16:45:03.437Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25522024-08-24T16:45:03.681Z Compiling rfc6979 v0.4.0
25532024-08-24T16:45:03.844Z Compiling bitstruct_derive v0.1.0
25542024-08-24T16:45:03.869Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25552024-08-24T16:45:03.869Z Compiling memmap2 v0.9.4
25562024-08-24T16:45:04.002Z Compiling libefi-sys v0.1.0
25572024-08-24T16:45:04.144Z Compiling ascii v1.1.0
25582024-08-24T16:45:04.252Z Compiling spin v0.5.2
25592024-08-24T16:45:04.297Z Compiling arrayref v0.3.7
25602024-08-24T16:45:04.404Z Compiling untrusted v0.7.1
25612024-08-24T16:45:04.474Z Compiling arrayvec v0.7.4
25622024-08-24T16:45:04.586Z Compiling highway v1.2.0
25632024-08-24T16:45:04.700Z Compiling home v0.5.9
25642024-08-24T16:45:04.816Z Compiling parking_lot_core v0.8.6
25652024-08-24T16:45:04.842Z Compiling constant_time_eq v0.3.0
25662024-08-24T16:45:04.950Z Compiling toolchain_find v0.4.0
25672024-08-24T16:45:05.031Z Compiling bitstruct v0.1.1
25682024-08-24T16:45:05.153Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25692024-08-24T16:45:05.284Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25702024-08-24T16:45:05.308Z Compiling ecdsa v0.16.9
25712024-08-24T16:45:05.556Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25722024-08-24T16:45:05.584Z Compiling ghash v0.5.1
25732024-08-24T16:45:05.778Z Compiling steno v0.4.1
25742024-08-24T16:45:05.806Z Compiling ciborium v0.2.2
25752024-08-24T16:45:06.043Z Compiling hickory-resolver v0.24.1
25762024-08-24T16:45:06.361Z Compiling vsss-rs v3.3.4
25772024-08-24T16:45:07.098Z Compiling slog-stdlog v4.1.1
25782024-08-24T16:45:07.510Z Compiling chacha20poly1305 v0.10.1
25792024-08-24T16:45:07.709Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25802024-08-24T16:45:07.733Z Compiling primeorder v0.13.6
25812024-08-24T16:45:07.757Z Compiling ctr v0.9.2
25822024-08-24T16:45:08.121Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25832024-08-24T16:45:08.176Z Compiling erased-serde v0.3.31
25842024-08-24T16:45:08.249Z Compiling serde_arrays v0.1.0
25852024-08-24T16:45:08.406Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25862024-08-24T16:45:08.430Z Compiling bitfield-struct v0.6.1
25872024-08-24T16:45:08.489Z Compiling slog-dtrace v0.3.0
25882024-08-24T16:45:08.746Z Compiling topological-sort v0.2.2
25892024-08-24T16:45:08.770Z Compiling cancel-safe-futures v0.1.5
25902024-08-24T16:45:08.956Z Compiling omicron-zone-package v0.11.0
25912024-08-24T16:45:08.980Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25922024-08-24T16:45:09.177Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25932024-08-24T16:45:09.461Z Compiling aes-gcm v0.10.3
25942024-08-24T16:45:09.597Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25952024-08-24T16:45:09.733Z Compiling slog-envlogger v2.2.0
25962024-08-24T16:45:10.175Z Compiling mime_guess v2.0.4
25972024-08-24T16:45:10.560Z Compiling rustfmt-wrapper v0.2.1
25982024-08-24T16:45:11.011Z Compiling tungstenite v0.20.1
25992024-08-24T16:45:11.102Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26002024-08-24T16:45:11.291Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26012024-08-24T16:45:11.564Z Compiling heck v0.3.3
26022024-08-24T16:45:11.719Z Compiling ed25519 v2.2.3
26032024-08-24T16:45:11.961Z Compiling ssh-encoding v0.2.0
26042024-08-24T16:45:12.153Z Compiling blowfish v0.9.1
26052024-08-24T16:45:12.249Z Compiling nibble_vec v0.1.0
26062024-08-24T16:45:12.417Z Compiling option-ext v0.2.0
26072024-08-24T16:45:12.445Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26082024-08-24T16:45:12.543Z Compiling endian-type v0.1.2
26092024-08-24T16:45:13.591Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26102024-08-24T16:45:13.591Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26112024-08-24T16:45:13.614Z Compiling radix_trie v0.2.1
26122024-08-24T16:45:13.614Z Compiling dirs-sys v0.4.1
26132024-08-24T16:45:13.614Z Compiling bcrypt-pbkdf v0.10.0
26142024-08-24T16:45:13.614Z Compiling ssh-cipher v0.2.0
26152024-08-24T16:45:13.615Z Compiling ed25519-dalek v2.1.1
26162024-08-24T16:45:13.615Z Compiling zone_cfg_derive v0.1.2
26172024-08-24T16:45:13.615Z Compiling tokio-tungstenite v0.20.1
26182024-08-24T16:45:13.957Z Compiling parking_lot v0.11.2
26192024-08-24T16:45:13.981Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26202024-08-24T16:45:14.422Z Compiling gethostname v0.5.0
26212024-08-24T16:45:14.623Z Compiling password-hash v0.4.2
26222024-08-24T16:45:14.723Z Compiling libsw v3.3.1
26232024-08-24T16:45:14.753Z Compiling fxhash v0.2.1
26242024-08-24T16:45:14.779Z Compiling base64 v0.13.1
26252024-08-24T16:45:14.802Z Compiling owo-colors v4.0.0
26262024-08-24T16:45:14.834Z Compiling linear-map v1.2.0
26272024-08-24T16:45:14.959Z Compiling matches v0.1.10
26282024-08-24T16:45:15.022Z Compiling pbkdf2 v0.11.0
26292024-08-24T16:45:15.072Z Compiling idna v0.2.3
26302024-08-24T16:45:15.165Z Compiling ron v0.7.1
26312024-08-24T16:45:15.309Z Compiling sled v0.34.7
26322024-08-24T16:45:15.348Z Compiling zone v0.1.8
26332024-08-24T16:45:16.248Z Compiling ssh-key v0.6.6
26342024-08-24T16:45:16.380Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26352024-08-24T16:45:16.665Z Compiling hickory-client v0.24.1
26362024-08-24T16:45:16.693Z Compiling dirs v5.0.1
26372024-08-24T16:45:17.161Z Compiling p521 v0.13.3
26382024-08-24T16:45:17.843Z Compiling p384 v0.13.0
26392024-08-24T16:45:19.072Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26402024-08-24T16:45:19.152Z Compiling p256 v0.13.2
26412024-08-24T16:45:19.499Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26422024-08-24T16:45:19.539Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26432024-08-24T16:45:19.910Z Compiling hickory-server v0.24.1
26442024-08-24T16:45:20.057Z Compiling pem v3.0.4
26452024-08-24T16:45:20.127Z Compiling enum-as-inner v0.5.1
26462024-08-24T16:45:20.335Z Compiling yasna v0.5.2
26472024-08-24T16:45:20.813Z Compiling portpicker v0.1.1
26482024-08-24T16:45:21.063Z Compiling headers-core v0.2.0
26492024-08-24T16:45:21.167Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26502024-08-24T16:45:21.223Z Compiling kstat-rs v0.2.4
26512024-08-24T16:45:21.307Z Compiling nanorand v0.7.0
26522024-08-24T16:45:21.516Z Compiling russh-cryptovec v0.7.2
26532024-08-24T16:45:21.799Z Compiling glob v0.3.1
26542024-08-24T16:45:21.823Z Compiling md5 v0.7.0
26552024-08-24T16:45:21.823Z Compiling http-range v0.1.5
26562024-08-24T16:45:21.860Z Compiling flume v0.11.0
26572024-08-24T16:45:22.171Z Compiling russh-keys v0.44.0
26582024-08-24T16:45:22.248Z Compiling hyper-staticfile v0.9.5
26592024-08-24T16:45:22.468Z Compiling rcgen v0.12.1
26602024-08-24T16:45:22.651Z Compiling headers v0.3.9
26612024-08-24T16:45:23.103Z Compiling trust-dns-proto v0.22.0
26622024-08-24T16:45:23.739Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26632024-08-24T16:45:23.762Z Compiling atomicwrites v0.4.3
26642024-08-24T16:45:23.949Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
26652024-08-24T16:45:24.091Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26662024-08-24T16:45:24.311Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26672024-08-24T16:45:24.506Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26682024-08-24T16:45:24.790Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26692024-08-24T16:45:25.601Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
26702024-08-24T16:45:25.716Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26712024-08-24T16:45:26.800Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26722024-08-24T16:45:29.444Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26732024-08-24T16:45:29.692Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
26742024-08-24T16:45:30.110Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
26752024-08-24T16:45:30.340Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26762024-08-24T16:45:31.357Z Compiling num-bigint v0.4.5
26772024-08-24T16:45:31.459Z Compiling itertools v0.13.0
26782024-08-24T16:45:31.496Z Compiling subprocess v0.2.9
26792024-08-24T16:45:33.149Z Compiling dhcproto-macros v0.1.0
26802024-08-24T16:45:33.974Z Compiling hex-literal v0.4.1
26812024-08-24T16:45:34.092Z Compiling display-error-chain v0.2.0
26822024-08-24T16:45:34.121Z Compiling russh v0.44.1
26832024-08-24T16:45:34.264Z Compiling dhcproto v0.12.0
26842024-08-24T16:45:35.304Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
26852024-08-24T16:45:37.307Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
26862024-08-24T16:45:37.712Z Compiling internet-checksum v0.2.1
26872024-08-24T16:45:39.571Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26882024-08-24T16:45:39.671Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26892024-08-24T16:45:40.662Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26902024-08-24T16:45:40.958Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26912024-08-24T16:45:41.626Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26922024-08-24T16:45:42.191Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26932024-08-24T16:45:42.433Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
26942024-08-24T16:45:43.216Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26952024-08-24T16:45:43.413Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26962024-08-24T16:45:44.225Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26972024-08-24T16:45:45.433Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26982024-08-24T16:45:45.741Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26992024-08-24T16:45:46.814Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27002024-08-24T16:45:46.925Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27012024-08-24T16:45:47.416Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27022024-08-24T16:45:48.790Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27032024-08-24T16:45:50.867Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27042024-08-24T16:45:51.362Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27052024-08-24T16:45:52.017Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27062024-08-24T16:45:53.089Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27072024-08-24T16:45:55.152Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27082024-08-24T16:45:58.771Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27092024-08-24T16:46:06.446Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27102024-08-24T16:46:06.446Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27112024-08-24T16:46:08.025Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27122024-08-24T16:46:28.841Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27132024-08-24T16:47:16.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s
27142024-08-24T16:47:16.874Z
27152024-08-24T16:47:16.874Zreal 2:37.391426635
27162024-08-24T16:47:16.874Zuser 11:01.994693619
27172024-08-24T16:47:16.874Zsys 2:41.204697618
27182024-08-24T16:47:16.874Ztrap 0.283581463
27192024-08-24T16:47:16.874Ztflt 0.729331087
27202024-08-24T16:47:16.874Zdflt 2.033576216
27212024-08-24T16:47:16.874Zkflt 0.005350206
27222024-08-24T16:47:16.874Zlock 24:24.284551568
27232024-08-24T16:47:16.874Zslp 41:12.312043089
27242024-08-24T16:47:16.874Zlat 38.730522532
27252024-08-24T16:47:16.899Zstop 1:25.971027552
27262024-08-24T16:47:16.899Z+ mkdir tests
27272024-08-24T16:47:16.899Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27282024-08-24T16:47:16.899Z+ xargs -I '{}' -t cp '{}' tests/
27292024-08-24T16:47:16.922Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a5517760de320bdc tests/
27302024-08-24T16:47:16.946Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a71c0e43cde62edd tests/
27312024-08-24T16:47:16.970Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-4fd72a57c880b0c1 tests/
27322024-08-24T16:47:16.993Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-04ab9a298b132bca tests/
27332024-08-24T16:47:17.164Z+ files=(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/*)
27342024-08-24T16:47:17.188Z+ ptime -m tar cvzf /work/package.tar.gz 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-a71c0e43cde62edd tests/commtest-4fd72a57c880b0c1 tests/dhcp_server-a5517760de320bdc tests/end_to_end_tests-04ab9a298b132bca 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
27352024-08-24T16:48:33.829ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27362024-08-24T16:48:33.829Za out/target/test 1K
27372024-08-24T16:48:33.830Za out/npuzone/npuzone 23144K
27382024-08-24T16:48:33.830Za package-manifest.toml 32K
27392024-08-24T16:48:33.830Za smf/sled-agent/non-gimlet/config.toml 4K
27402024-08-24T16:48:33.830Za target/release/omicron-package 32306K
27412024-08-24T16:48:33.830Za target/release/xtask 11627K
27422024-08-24T16:48:33.830Za target/debug/bootstrap 192162K
27432024-08-24T16:48:33.830Za tests/bootstrap-a71c0e43cde62edd 23739K
27442024-08-24T16:48:33.830Za tests/commtest-4fd72a57c880b0c1 23966K
27452024-08-24T16:48:33.830Za tests/dhcp_server-a5517760de320bdc 23739K
27462024-08-24T16:48:33.830Za tests/end_to_end_tests-04ab9a298b132bca 205041K
27472024-08-24T16:48:33.830Za out/clickhouse.tar.gz 232435K
27482024-08-24T16:48:33.830Za out/clickhouse_keeper.tar.gz 232433K
27492024-08-24T16:48:33.830Za out/clickhouse_server.tar.gz 232434K
27502024-08-24T16:48:33.830Za out/cockroachdb.tar.gz 131947K
27512024-08-24T16:48:33.830Za out/crucible-dtrace.tar 84K
27522024-08-24T16:48:33.830Za out/crucible-pantry-zone.tar.gz 27828K
27532024-08-24T16:48:33.830Za out/crucible-zone.tar.gz 38156K
27542024-08-24T16:48:33.830Za out/external-dns.tar.gz 24953K
27552024-08-24T16:48:33.830Za out/internal-dns.tar.gz 24951K
27562024-08-24T16:48:33.830Za out/mg-ddm-gz.tar 62160K
27572024-08-24T16:48:33.830Za out/nexus.tar.gz 86948K
27582024-08-24T16:48:33.830Za out/ntp.tar.gz 8979K
27592024-08-24T16:48:33.830Za out/omicron-gateway-softnpu.tar.gz 20412K
27602024-08-24T16:48:33.830Za out/omicron-sled-agent.tar 97459K
27612024-08-24T16:48:33.830Za out/overlay.tar.gz 3K
27622024-08-24T16:48:33.830Za out/oximeter.tar.gz 42203K
27632024-08-24T16:48:33.830Za out/oxlog.tar 2946K
27642024-08-24T16:48:33.830Za out/probe.tar.gz 2764K
27652024-08-24T16:48:33.830Za out/propolis-server.tar.gz 65291K
27662024-08-24T16:48:33.830Za out/pumpkind-gz.tar 26665K
27672024-08-24T16:48:33.830Za out/switch-softnpu.tar.gz 213535K
27682024-08-24T16:48:33.854Z
27692024-08-24T16:48:33.854Zreal 1:16.667643837
27702024-08-24T16:48:33.854Zuser 1:10.562538726
27712024-08-24T16:48:33.854Zsys 7.436406130
27722024-08-24T16:48:33.854Ztrap 0.021391510
27732024-08-24T16:48:33.854Ztflt 0.000000000
27742024-08-24T16:48:33.854Zdflt 0.000000000
27752024-08-24T16:48:33.855Zkflt 0.000000000
27762024-08-24T16:48:33.855Zlock 0.000000000
27772024-08-24T16:48:33.855Zslp 1:10.759507683
27782024-08-24T16:48:33.855Zlat 4.550991156
27792024-08-24T16:48:33.855Zstop 0.000218128
27802024-08-24T16:48:33.855Zprocess exited: duration 1600185 ms, exit code 0
 
27812024-08-24T16:48:33.935Zfound 1 output files
27822024-08-24T16:48:33.935Zuploading: /work/package.tar.gz (1617639845 bytes)
27832024-08-24T16:53:08.664Zuploaded: /work/package.tar.gz