01JCKP2FE4NTAFQYMP6KYFY7SS: 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: 01JCKP39RZZWRPXM50Z7P9TP5D

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-13T21:16:34.764Zjob assigned to worker 01JCKP3AKSXNBQ57W9GCNR06EK (queued for 1 m 3 s)
 
22024-11-13T21:16:42.172Zstarting task 0: "setup"
32024-11-13T21:16:42.181Z++ uname -s
42024-11-13T21:16:42.184Z+ kern=SunOS
52024-11-13T21:16:42.184Z+ case "$kern" in
62024-11-13T21:16:42.184Z+ groupadd -g 12345 build
72024-11-13T21:16:42.187Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-13T21:16:44.201Z+ zfs create -o mountpoint=/work rpool/work
92024-11-13T21:16:44.289Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-13T21:16:44.295Z+ home_fs=zfs
112024-11-13T21:16:44.295Z+ [[ zfs == autofs ]]
122024-11-13T21:16:44.296Z+ mkdir -p /home/build
132024-11-13T21:16:44.296Z+ chown build:build /home/build /work
142024-11-13T21:16:46.294Z+ chmod 0700 /home/build /work
152024-11-13T21:16:46.296Zprocess exited: duration 4127 ms, exit code 0
 
162024-11-13T21:16:46.302Zstarting task 1: "rust-toolchain"
172024-11-13T21:16:46.307Z+ printf ' * toolchain channel = "%s"
182024-11-13T21:16:46.308Z' 1.81.0
192024-11-13T21:16:46.308Z * toolchain channel = "1.81.0"
202024-11-13T21:16:46.308Z+ printf ' * toolchain profile = "%s"
212024-11-13T21:16:46.308Z' default
222024-11-13T21:16:46.308Z * toolchain profile = "default"
232024-11-13T21:16:46.310Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-13T21:16:46.310Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-13T21:16:46.415Zinfo: downloading installer
262024-11-13T21:16:47.643Zinfo: profile set to 'default'
272024-11-13T21:16:47.643Zinfo: default host triple is x86_64-unknown-illumos
282024-11-13T21:16:47.646Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-13T21:16:47.783Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-13T21:16:47.783Zinfo: downloading component 'cargo'
312024-11-13T21:16:48.490Zinfo: downloading component 'clippy'
322024-11-13T21:16:48.751Zinfo: downloading component 'rust-docs'
332024-11-13T21:16:49.761Zinfo: downloading component 'rust-std'
342024-11-13T21:16:51.303Zinfo: downloading component 'rustc'
352024-11-13T21:16:56.866Zinfo: downloading component 'rustfmt'
362024-11-13T21:16:57.086Zinfo: installing component 'cargo'
372024-11-13T21:16:57.923Zinfo: installing component 'clippy'
382024-11-13T21:16:58.305Zinfo: installing component 'rust-docs'
392024-11-13T21:17:00.035Zinfo: installing component 'rust-std'
402024-11-13T21:17:01.963Zinfo: installing component 'rustc'
412024-11-13T21:17:07.921Zinfo: installing component 'rustfmt'
422024-11-13T21:17:08.255Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-13T21:17:08.255Z
442024-11-13T21:17:08.618Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-13T21:17:08.618Z
462024-11-13T21:17:08.621Z
472024-11-13T21:17:08.621ZRust is installed now. Great!
482024-11-13T21:17:08.621Z
492024-11-13T21:17:08.621ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-13T21:17:08.621Zenvironment variable. This has not been done automatically.
512024-11-13T21:17:08.621Z
522024-11-13T21:17:08.621ZTo configure your current shell, you need to source
532024-11-13T21:17:08.621Zthe corresponding env file under $HOME/.cargo.
542024-11-13T21:17:08.621Z
552024-11-13T21:17:08.621ZThis is usually done by running one of the following (note the leading DOT):
562024-11-13T21:17:08.621Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-13T21:17:08.621Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-13T21:17:08.694Z+ rustc --version
592024-11-13T21:17:08.758Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-13T21:17:08.761Zprocess exited: duration 22457 ms, exit code 0
 
612024-11-13T21:17:08.766Zstarting task 2: "authentication"
622024-11-13T21:17:08.788Zprocess exited: duration 21 ms, exit code 0
 
632024-11-13T21:17:08.793Zstarting task 3: "clone repository"
642024-11-13T21:17:08.798Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-13T21:17:08.800Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-13T21:17:10.297ZCloning into '/work/oxidecomputer/omicron'...
672024-11-13T21:17:50.050Z+ cd /work/oxidecomputer/omicron
682024-11-13T21:17:50.050Z+ git fetch origin 892047b197820e58fd196768326068cc7c781e1d
692024-11-13T21:17:50.795ZFrom https://github.com/oxidecomputer/omicron
702024-11-13T21:17:50.795Z * branch 892047b197820e58fd196768326068cc7c781e1d -> FETCH_HEAD
712024-11-13T21:17:50.805Z+ [[ -n dap/drafts/dropshot-update ]]
722024-11-13T21:17:50.808Z++ git branch --show-current
732024-11-13T21:17:50.810Z+ current=main
742024-11-13T21:17:50.810Z+ [[ main != dap/drafts/dropshot-update ]]
752024-11-13T21:17:50.810Z+ git branch -f dap/drafts/dropshot-update 892047b197820e58fd196768326068cc7c781e1d
762024-11-13T21:17:50.813Z+ git checkout -f dap/drafts/dropshot-update
772024-11-13T21:17:50.990ZSwitched to branch 'dap/drafts/dropshot-update'
782024-11-13T21:17:50.993Z+ git reset --hard 892047b197820e58fd196768326068cc7c781e1d
792024-11-13T21:17:51.010ZHEAD is now at 892047b19 hakari
802024-11-13T21:17:51.012Zprocess exited: duration 42214 ms, exit code 0
 
812024-11-13T21:17:51.019Zstarting task 4: "build"
822024-11-13T21:17:51.025Z+ source .github/buildomat/ci-env.sh
832024-11-13T21:17:51.025Z++ export CARGO_TERM_COLOR=always
842024-11-13T21:17:51.025Z++ CARGO_TERM_COLOR=always
852024-11-13T21:17:51.025Z+ cargo --version
862024-11-13T21:17:51.082Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-13T21:17:51.084Z+ rustc --version
882024-11-13T21:17:51.144Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-13T21:17:51.149Z+ WORK=/work
902024-11-13T21:17:51.149Z+ pfexec mkdir -p /work
912024-11-13T21:17:51.152Z+ pfexec chown build /work
922024-11-13T21:17:51.156Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-13T21:18:08.531Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-13T21:18:12.373Z Startup: Caching catalogs ... Done
952024-11-13T21:18:20.706ZPlanning: Solver setup ... Done (7.597s)
962024-11-13T21:18:20.810ZPlanning: Running solver ... Done (0.104s)
972024-11-13T21:18:20.986ZPlanning: Finding local manifests ... Done (0.085s)
982024-11-13T21:18:21.002ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-13T21:18:21.239ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-13T21:18:21.540ZPlanning: Package planning ... Done (0.301s)
1012024-11-13T21:18:21.596ZPlanning: Merging actions ... Done (0.056s)
1022024-11-13T21:18:22.663ZPlanning: Checking for conflicting actions ... Done (1.066s)
1032024-11-13T21:18:32.580ZPlanning: Consolidating action changes ... Done (9.916s)
1042024-11-13T21:18:33.038ZPlanning: Evaluating mediators ... Done (0.457s)
1052024-11-13T21:18:33.223ZPlanning: Planning completed in 20.76 seconds
1062024-11-13T21:18:33.240Z Packages to install: 4
1072024-11-13T21:18:33.240Z Packages to update: 1
1082024-11-13T21:18:33.244Z Mediators to change: 2
1092024-11-13T21:18:33.244Z Services to change: 1
1102024-11-13T21:18:33.244Z Estimated space available: 155.64 GB
1112024-11-13T21:18:33.244ZEstimated space to be consumed: 1.59 GB
1122024-11-13T21:18:33.244Z Create boot environment: No
1132024-11-13T21:18:33.244ZCreate backup boot environment: Yes
1142024-11-13T21:18:33.244Z Rebuild boot archive: No
1152024-11-13T21:18:33.244Z
1162024-11-13T21:18:33.244ZChanged mediators:
1172024-11-13T21:18:33.244Z mediator clang:
1182024-11-13T21:18:33.244Z version: None -> 15 (system default)
1192024-11-13T21:18:33.245Z
1202024-11-13T21:18:33.245Z mediator llvm:
1212024-11-13T21:18:33.245Z version: 14 (system default) -> 15 (system default)
1222024-11-13T21:18:33.245Z
1232024-11-13T21:18:33.245ZChanged packages:
1242024-11-13T21:18:33.245Zhelios-dev
1252024-11-13T21:18:33.245Z developer/build-essential
1262024-11-13T21:18:33.245Z None -> 11-2.0
1272024-11-13T21:18:33.245Z library/libxmlsec1
1282024-11-13T21:18:33.245Z None -> 1.2.35-2.0
1292024-11-13T21:18:33.245Z ooce/developer/clang-15
1302024-11-13T21:18:33.245Z None -> 15.0.7-2.0
1312024-11-13T21:18:33.245Z ooce/developer/llvm-15
1322024-11-13T21:18:33.245Z None -> 15.0.7-2.0
1332024-11-13T21:18:33.246Z package/pkg
1342024-11-13T21:18:33.246Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-13T21:18:33.246Z
1362024-11-13T21:18:33.246ZServices:
1372024-11-13T21:18:33.246Z restart_fmri:
1382024-11-13T21:18:33.246Z svc:/system/update-man-index:default
1392024-11-13T21:18:33.246Z
1402024-11-13T21:18:33.246ZEditable files to change:
1412024-11-13T21:18:33.246Z Update:
1422024-11-13T21:18:33.247Z usr/share/lib/pkg/web/config.shtml
1432024-11-13T21:18:33.559Z
1442024-11-13T21:18:33.560ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-13T21:18:38.560ZDownload: 1198/4281 items 73.5/220.6MB 33% complete (14.8M/s)
1462024-11-13T21:18:43.562ZDownload: 2416/4281 items 120.1/220.6MB 54% complete (12.2M/s)
1472024-11-13T21:18:48.565ZDownload: 3672/4281 items 214.4/220.6MB 97% complete (14.2M/s)
1482024-11-13T21:18:50.607ZDownload: Completed 220.60 MB in 17.05 seconds (12.9M/s)
1492024-11-13T21:18:52.946Z Actions: 1/5063 actions (Removing old actions)
1502024-11-13T21:18:52.969Z Actions: 194/5063 actions (Installing new actions)
1512024-11-13T21:18:58.005Z Actions: 4094/5063 actions (Installing new actions)
1522024-11-13T21:18:58.311Z Actions: 4226/5063 actions (Updating modified actions)
1532024-11-13T21:18:58.760Z Actions: Completed 5063 actions in 5.81 seconds.
1542024-11-13T21:18:59.144Z Done (0.377s)
1552024-11-13T21:18:59.148Z Done (0.000s)
1562024-11-13T21:18:59.674Z Done (0.528s)
1572024-11-13T21:19:07.388Z Done (7.495s)
1582024-11-13T21:19:08.002Z Done (0.529s)
1592024-11-13T21:19:08.006Z Done (0.000s)
1602024-11-13T21:19:08.143Z Done (0.000s)
1612024-11-13T21:19:08.815ZPlanning: Evaluating mediator changes ... Done
1622024-11-13T21:19:08.982ZPlanning: Checking for conflicting actions ... Done
1632024-11-13T21:19:08.987ZPlanning: Consolidating action changes ... Done
1642024-11-13T21:19:09.253ZPlanning: Evaluating mediators ... Done
1652024-11-13T21:19:09.256ZPlanning: Planning completed in 0.44 seconds
1662024-11-13T21:19:09.293Z Mediators to change: 2
1672024-11-13T21:19:09.295Z Create boot environment: No
1682024-11-13T21:19:09.296ZCreate backup boot environment: No
1692024-11-13T21:19:09.374Z Done
1702024-11-13T21:19:09.375Z Done
1712024-11-13T21:19:09.726Z Done
1722024-11-13T21:19:13.212Z Done
1732024-11-13T21:19:13.304Z Done
1742024-11-13T21:19:13.307Z Done
1752024-11-13T21:19:13.401Z Done
1762024-11-13T21:19:14.021ZPlanning: Evaluating mediator changes ... Done
1772024-11-13T21:19:14.023ZPlanning: Merging actions ... Done
1782024-11-13T21:19:14.214ZPlanning: Checking for conflicting actions ... Done
1792024-11-13T21:19:14.217ZPlanning: Consolidating action changes ... Done
1802024-11-13T21:19:14.483ZPlanning: Evaluating mediators ... Done
1812024-11-13T21:19:14.540ZPlanning: Planning completed in 0.77 seconds
1822024-11-13T21:19:14.582Z Packages to change: 1
1832024-11-13T21:19:14.582Z Mediators to change: 1
1842024-11-13T21:19:14.584Z Services to change: 1
1852024-11-13T21:19:14.584Z Create boot environment: No
1862024-11-13T21:19:14.584ZCreate backup boot environment: Yes
1872024-11-13T21:19:16.744Z Actions: 1/6 actions (Updating modified actions)
1882024-11-13T21:19:16.747Z Actions: Completed 6 actions in 0.00 seconds.
1892024-11-13T21:19:16.748Z Done
1902024-11-13T21:19:16.748Z Done
1912024-11-13T21:19:16.854Z Done
1922024-11-13T21:19:20.477Z Done
1932024-11-13T21:19:20.575Z Done
1942024-11-13T21:19:20.578Z Done
1952024-11-13T21:19:20.705Z Done
1962024-11-13T21:19:21.146ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972024-11-13T21:19:21.146Zclang system 15 system
1982024-11-13T21:19:21.146Zcsh system system illumos
1992024-11-13T21:19:21.146Zctags system system illumos
2002024-11-13T21:19:21.146Zgcc vendor 12 vendor
2012024-11-13T21:19:21.146Zgcc system 10 system
2022024-11-13T21:19:21.146Zgcc system 7 system
2032024-11-13T21:19:21.146Zgo system 1.20 system
2042024-11-13T21:19:21.146Zgo system 1.19 system
2052024-11-13T21:19:21.146Zllvm system 15 system
2062024-11-13T21:19:21.146Zllvm system 14 system
2072024-11-13T21:19:21.146Zmariadb system 10.6 system
2082024-11-13T21:19:21.146Zmta vendor vendor dma
2092024-11-13T21:19:21.146Zopenjdk system 17 system
2102024-11-13T21:19:21.146Zopenjdk system 11 system
2112024-11-13T21:19:21.146Zopenjdk system 1.8 system
2122024-11-13T21:19:21.146Zopenssl vendor 3 vendor
2132024-11-13T21:19:21.146Zperl system 5.36 system
2142024-11-13T21:19:21.146Zpostgresql system 15 system
2152024-11-13T21:19:21.146Zpostgresql system 13 system
2162024-11-13T21:19:21.146Zpython vendor 3 vendor
2172024-11-13T21:19:21.146Zpython system 2 system
2182024-11-13T21:19:21.146Zpython3 system 3.11 system
2192024-11-13T21:19:21.146Zruby system 3.0 system
2202024-11-13T21:19:21.146Zwords vendor vendor american-english
2212024-11-13T21:19:21.146Zwords system system australian-english
2222024-11-13T21:19:21.146Zwords system system british-english
2232024-11-13T21:19:21.146Zwords system system canadian-english
2242024-11-13T21:19:21.146Zwords system system french
2252024-11-13T21:19:21.146Zwords system system italian
2262024-11-13T21:19:21.146Zwords system system ngerman
2272024-11-13T21:19:21.146Zwords system system ogerman
2282024-11-13T21:19:21.146Zwords system system spanish
2292024-11-13T21:19:21.482ZPUBLISHER TYPE STATUS P LOCATION
2302024-11-13T21:19:21.482Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2312024-11-13T21:19:23.991ZFMRI IFO
2322024-11-13T21:19:23.991Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2332024-11-13T21:19:23.991Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2342024-11-13T21:19:23.991Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2352024-11-13T21:19:23.991Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2362024-11-13T21:19:23.991Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2372024-11-13T21:19:23.991Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2382024-11-13T21:19:23.991Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2392024-11-13T21:19:23.991Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2402024-11-13T21:19:23.991Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2412024-11-13T21:19:23.991Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2422024-11-13T21:19:23.991Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2432024-11-13T21:19:23.991Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2442024-11-13T21:19:23.991Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2452024-11-13T21:19:23.991Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2462024-11-13T21:19:23.992Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2472024-11-13T21:19:24.715Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2482024-11-13T21:19:25.409Z Updating crates.io index
2492024-11-13T21:19:25.412Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502024-11-13T21:19:27.384Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2512024-11-13T21:19:28.088Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522024-11-13T21:19:28.697Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2532024-11-13T21:19:29.354Z Updating git repository `https://github.com/oxidecomputer/propolis`
2542024-11-13T21:19:33.059Z Updating git repository `https://github.com/oxidecomputer/crucible`
2552024-11-13T21:19:38.456Z Updating git repository `https://github.com/oxidecomputer/opte`
2562024-11-13T21:19:41.123Z Updating git repository `https://github.com/oxidecomputer/falcon`
2572024-11-13T21:19:45.155Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582024-11-13T21:19:45.799Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2592024-11-13T21:19:46.471Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2602024-11-13T21:19:47.864Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2612024-11-13T21:19:48.403Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622024-11-13T21:19:49.291Z Updating git repository `https://github.com/oxidecomputer/tofino`
2632024-11-13T21:19:49.981Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642024-11-13T21:19:50.631Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652024-11-13T21:19:51.233Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662024-11-13T21:19:51.973Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2672024-11-13T21:19:52.805Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682024-11-13T21:19:53.492Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2692024-11-13T21:19:54.250Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2702024-11-13T21:19:55.294Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2712024-11-13T21:19:55.998Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722024-11-13T21:19:56.840Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732024-11-13T21:19:57.853Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742024-11-13T21:19:58.511Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752024-11-13T21:19:59.319Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762024-11-13T21:20:01.031Z Downloading crates ...
2772024-11-13T21:20:01.089Z Downloaded anstyle-parse v0.2.5
2782024-11-13T21:20:01.093Z Downloaded block-buffer v0.10.4
2792024-11-13T21:20:01.095Z Downloaded colorchoice v1.0.2
2802024-11-13T21:20:01.095Z Downloaded autocfg v1.4.0
2812024-11-13T21:20:01.103Z Downloaded equivalent v1.0.1
2822024-11-13T21:20:01.105Z Downloaded proc-macro-error v1.0.4
2832024-11-13T21:20:01.107Z Downloaded usdt-attr-macro v0.5.0
2842024-11-13T21:20:01.110Z Downloaded cfg-if v1.0.0
2852024-11-13T21:20:01.113Z Downloaded toml_datetime v0.6.8
2862024-11-13T21:20:01.116Z Downloaded thiserror-impl v1.0.69
2872024-11-13T21:20:01.116Z Downloaded serde_tokenstream v0.2.2
2882024-11-13T21:20:01.118Z Downloaded tabled_derive v0.7.0
2892024-11-13T21:20:01.118Z Downloaded digest v0.10.7
2902024-11-13T21:20:01.123Z Downloaded strsim v0.11.1
2912024-11-13T21:20:01.125Z Downloaded unicode-linebreak v0.1.5
2922024-11-13T21:20:01.125Z Downloaded cargo-platform v0.1.8
2932024-11-13T21:20:01.128Z Downloaded fnv v1.0.7
2942024-11-13T21:20:01.131Z Downloaded typenum v1.17.0
2952024-11-13T21:20:01.133Z Downloaded anstyle-query v1.1.1
2962024-11-13T21:20:01.135Z Downloaded camino v1.1.9
2972024-11-13T21:20:01.138Z Downloaded serde_derive v1.0.215
2982024-11-13T21:20:01.141Z Downloaded quote v1.0.37
2992024-11-13T21:20:01.141Z Downloaded anstream v0.6.15
3002024-11-13T21:20:01.144Z Downloaded usdt-macro v0.5.0
3012024-11-13T21:20:01.146Z Downloaded heck v0.4.1
3022024-11-13T21:20:01.146Z Downloaded anstyle v1.0.10
3032024-11-13T21:20:01.150Z Downloaded ryu v1.0.18
3042024-11-13T21:20:01.157Z Downloaded pest_derive v2.7.14
3052024-11-13T21:20:01.159Z Downloaded byteorder v1.5.0
3062024-11-13T21:20:01.162Z Downloaded bytecount v0.6.8
3072024-11-13T21:20:01.165Z Downloaded papergrid v0.11.0
3082024-11-13T21:20:01.168Z Downloaded anyhow v1.0.93
3092024-11-13T21:20:01.172Z Downloaded memchr v2.7.4
3102024-11-13T21:20:01.177Z Downloaded bitflags v2.6.0
3112024-11-13T21:20:01.181Z Downloaded indexmap v2.6.0
3122024-11-13T21:20:01.185Z Downloaded dtrace-parser v0.2.0
3132024-11-13T21:20:01.188Z Downloaded scroll_derive v0.12.0
3142024-11-13T21:20:01.192Z Downloaded pretty-hex v0.4.1
3152024-11-13T21:20:01.198Z Downloaded swrite v0.1.0
3162024-11-13T21:20:01.201Z Downloaded proc-macro-error-attr v1.0.4
3172024-11-13T21:20:01.201Z Downloaded itoa v1.0.11
3182024-11-13T21:20:01.203Z Downloaded usdt v0.5.0
3192024-11-13T21:20:01.203Z Downloaded fastrand v2.1.1
3202024-11-13T21:20:01.206Z Downloaded errno v0.3.9
3212024-11-13T21:20:01.206Z Downloaded heck v0.5.0
3222024-11-13T21:20:01.208Z Downloaded generic-array v0.14.7
3232024-11-13T21:20:01.208Z Downloaded fs-err v2.11.0
3242024-11-13T21:20:01.211Z Downloaded crypto-common v0.1.6
3252024-11-13T21:20:01.211Z Downloaded is_terminal_polyfill v1.70.1
3262024-11-13T21:20:01.214Z Downloaded pest_generator v2.7.14
3272024-11-13T21:20:01.217Z Downloaded thiserror v1.0.69
3282024-11-13T21:20:01.221Z Downloaded macaddr v1.0.1
3292024-11-13T21:20:01.225Z Downloaded smawk v0.3.2
3302024-11-13T21:20:01.225Z Downloaded plain v0.2.3
3312024-11-13T21:20:01.228Z Downloaded clap_lex v0.7.2
3322024-11-13T21:20:01.228Z Downloaded memmap v0.7.0
3332024-11-13T21:20:01.230Z Downloaded terminal_size v0.4.0
3342024-11-13T21:20:01.233Z Downloaded utf8parse v0.2.2
3352024-11-13T21:20:01.252Z Downloaded serde_spanned v0.6.8
3362024-11-13T21:20:01.252Z Downloaded cargo_toml v0.20.5
3372024-11-13T21:20:01.252Z Downloaded cpufeatures v0.2.14
3382024-11-13T21:20:01.252Z Downloaded version_check v0.9.5
3392024-11-13T21:20:01.252Z Downloaded thread-id v4.2.2
3402024-11-13T21:20:01.255Z Downloaded once_cell v1.20.2
3412024-11-13T21:20:01.255Z Downloaded dof v0.3.0
3422024-11-13T21:20:01.255Z Downloaded semver v1.0.23
3432024-11-13T21:20:01.255Z Downloaded camino-tempfile v1.1.1
3442024-11-13T21:20:01.257Z Downloaded tempfile v3.13.0
3452024-11-13T21:20:01.260Z Downloaded zerocopy-derive v0.7.35
3462024-11-13T21:20:01.263Z Downloaded usdt-impl v0.5.0
3472024-11-13T21:20:01.265Z Downloaded clap_derive v4.5.18
3482024-11-13T21:20:01.268Z Downloaded ucd-trie v0.1.7
3492024-11-13T21:20:01.269Z Downloaded proc-macro2 v1.0.89
3502024-11-13T21:20:01.271Z Downloaded unicode-ident v1.0.13
3512024-11-13T21:20:01.274Z Downloaded toml v0.8.19
3522024-11-13T21:20:01.277Z Downloaded clap v4.5.20
3532024-11-13T21:20:01.286Z Downloaded textwrap v0.16.1
3542024-11-13T21:20:01.289Z Downloaded log v0.4.22
3552024-11-13T21:20:01.292Z Downloaded goblin v0.8.2
3562024-11-13T21:20:01.297Z Downloaded winnow v0.6.20
3572024-11-13T21:20:01.307Z Downloaded serde v1.0.215
3582024-11-13T21:20:01.310Z Downloaded pest_meta v2.7.14
3592024-11-13T21:20:01.313Z Downloaded toml_edit v0.22.22
3602024-11-13T21:20:01.334Z Downloaded clap_builder v4.5.20
3612024-11-13T21:20:01.341Z Downloaded pest v2.7.14
3622024-11-13T21:20:01.345Z Downloaded hashbrown v0.15.0
3632024-11-13T21:20:01.350Z Downloaded sha2 v0.10.8
3642024-11-13T21:20:01.355Z Downloaded scroll v0.12.0
3652024-11-13T21:20:01.357Z Downloaded cargo_metadata v0.18.1
3662024-11-13T21:20:01.357Z Downloaded zerocopy v0.7.35
3672024-11-13T21:20:01.372Z Downloaded serde_json v1.0.132
3682024-11-13T21:20:01.379Z Downloaded syn v1.0.109
3692024-11-13T21:20:01.399Z Downloaded tabled v0.15.0
3702024-11-13T21:20:01.414Z Downloaded unicode-width v0.1.14
3712024-11-13T21:20:01.418Z Downloaded syn v2.0.87
3722024-11-13T21:20:01.428Z Downloaded rustix v0.38.37
3732024-11-13T21:20:01.457Z Downloaded libc v0.2.162
3742024-11-13T21:20:01.760Z Compiling proc-macro2 v1.0.89
3752024-11-13T21:20:01.760Z Compiling unicode-ident v1.0.13
3762024-11-13T21:20:01.760Z Compiling serde v1.0.215
3772024-11-13T21:20:01.762Z Compiling version_check v0.9.5
3782024-11-13T21:20:01.762Z Compiling thiserror v1.0.69
3792024-11-13T21:20:01.762Z Compiling memchr v2.7.4
3802024-11-13T21:20:01.762Z Compiling libc v0.2.162
3812024-11-13T21:20:01.794Z Compiling ucd-trie v0.1.7
3822024-11-13T21:20:02.016Z Compiling itoa v1.0.11
3832024-11-13T21:20:02.248Z Compiling ryu v1.0.18
3842024-11-13T21:20:02.498Z Compiling once_cell v1.20.2
3852024-11-13T21:20:02.597Z Compiling byteorder v1.5.0
3862024-11-13T21:20:02.990Z Compiling rustix v0.38.37
3872024-11-13T21:20:03.289Z Compiling serde_json v1.0.132
3882024-11-13T21:20:03.305Z Compiling bitflags v2.6.0
3892024-11-13T21:20:03.484Z Compiling proc-macro-error-attr v1.0.4
3902024-11-13T21:20:03.641Z Compiling usdt-impl v0.5.0
3912024-11-13T21:20:03.705Z Compiling syn v1.0.109
3922024-11-13T21:20:03.728Z Compiling proc-macro-error v1.0.4
3932024-11-13T21:20:03.800Z Compiling utf8parse v0.2.2
3942024-11-13T21:20:03.831Z Compiling plain v0.2.3
3952024-11-13T21:20:03.974Z Compiling equivalent v1.0.1
3962024-11-13T21:20:04.022Z Compiling camino v1.1.9
3972024-11-13T21:20:04.026Z Compiling hashbrown v0.15.0
3982024-11-13T21:20:04.120Z Compiling log v0.4.22
3992024-11-13T21:20:04.283Z Compiling thread-id v4.2.2
4002024-11-13T21:20:04.340Z Compiling quote v1.0.37
4012024-11-13T21:20:04.381Z Compiling anstyle-parse v0.2.5
4022024-11-13T21:20:04.517Z Compiling errno v0.3.9
4032024-11-13T21:20:04.727Z Compiling syn v2.0.87
4042024-11-13T21:20:04.753Z Compiling autocfg v1.4.0
4052024-11-13T21:20:04.798Z Compiling semver v1.0.23
4062024-11-13T21:20:05.091Z Compiling is_terminal_polyfill v1.70.1
4072024-11-13T21:20:05.221Z Compiling indexmap v2.6.0
4082024-11-13T21:20:05.332Z Compiling pretty-hex v0.4.1
4092024-11-13T21:20:05.428Z Compiling unicode-width v0.1.14
4102024-11-13T21:20:05.578Z Compiling winnow v0.6.20
4112024-11-13T21:20:05.951Z Compiling anstyle-query v1.1.1
4122024-11-13T21:20:05.977Z Compiling colorchoice v1.0.2
4132024-11-13T21:20:06.111Z Compiling anstyle v1.0.10
4142024-11-13T21:20:06.142Z Compiling fs-err v2.11.0
4152024-11-13T21:20:06.514Z Compiling anstream v0.6.15
4162024-11-13T21:20:06.615Z Compiling strsim v0.11.1
4172024-11-13T21:20:06.698Z Compiling clap_lex v0.7.2
4182024-11-13T21:20:06.723Z Compiling heck v0.4.1
4192024-11-13T21:20:07.216Z Compiling terminal_size v0.4.0
4202024-11-13T21:20:07.262Z Compiling fnv v1.0.7
4212024-11-13T21:20:07.403Z Compiling cfg-if v1.0.0
4222024-11-13T21:20:07.432Z Compiling fastrand v2.1.1
4232024-11-13T21:20:07.508Z Compiling anyhow v1.0.93
4242024-11-13T21:20:07.536Z Compiling heck v0.5.0
4252024-11-13T21:20:07.673Z Compiling bytecount v0.6.8
4262024-11-13T21:20:07.921Z Compiling papergrid v0.11.0
4272024-11-13T21:20:07.976Z Compiling tempfile v3.13.0
4282024-11-13T21:20:08.055Z Compiling clap_builder v4.5.20
4292024-11-13T21:20:08.515Z Compiling memmap v0.7.0
4302024-11-13T21:20:08.539Z Compiling smawk v0.3.2
4312024-11-13T21:20:08.754Z Compiling unicode-linebreak v0.1.5
4322024-11-13T21:20:09.278Z Compiling textwrap v0.16.1
4332024-11-13T21:20:09.483Z Compiling swrite v0.1.0
4342024-11-13T21:20:10.413Z Compiling tabled_derive v0.7.0
4352024-11-13T21:20:11.936Z Compiling tabled v0.15.0
4362024-11-13T21:20:13.755Z Compiling serde_derive v1.0.215
4372024-11-13T21:20:13.755Z Compiling thiserror-impl v1.0.69
4382024-11-13T21:20:13.758Z Compiling zerocopy-derive v0.7.35
4392024-11-13T21:20:13.758Z Compiling scroll_derive v0.12.0
4402024-11-13T21:20:13.758Z Compiling clap_derive v4.5.18
4412024-11-13T21:20:14.857Z Compiling scroll v0.12.0
4422024-11-13T21:20:15.381Z Compiling goblin v0.8.2
4432024-11-13T21:20:16.378Z Compiling zerocopy v0.7.35
4442024-11-13T21:20:16.564Z Compiling pest v2.7.14
4452024-11-13T21:20:17.191Z Compiling clap v4.5.20
4462024-11-13T21:20:18.670Z Compiling pest_meta v2.7.14
4472024-11-13T21:20:19.531Z Compiling pest_generator v2.7.14
4482024-11-13T21:20:21.467Z Compiling pest_derive v2.7.14
4492024-11-13T21:20:22.177Z Compiling dtrace-parser v0.2.0
4502024-11-13T21:20:23.819Z Compiling serde_tokenstream v0.2.2
4512024-11-13T21:20:23.982Z Compiling toml_datetime v0.6.8
4522024-11-13T21:20:23.982Z Compiling serde_spanned v0.6.8
4532024-11-13T21:20:24.074Z Compiling cargo-platform v0.1.8
4542024-11-13T21:20:24.383Z Compiling toml_edit v0.22.22
4552024-11-13T21:20:24.415Z Compiling macaddr v1.0.1
4562024-11-13T21:20:24.680Z Compiling camino-tempfile v1.1.1
4572024-11-13T21:20:25.372Z Compiling dof v0.3.0
4582024-11-13T21:20:25.540Z Compiling cargo_metadata v0.18.1
4592024-11-13T21:20:27.061Z Compiling usdt-attr-macro v0.5.0
4602024-11-13T21:20:27.061Z Compiling usdt-macro v0.5.0
4612024-11-13T21:20:27.151Z Compiling toml v0.8.19
4622024-11-13T21:20:27.997Z Compiling cargo_toml v0.20.5
4632024-11-13T21:20:28.458Z Compiling usdt v0.5.0
4642024-11-13T21:20:31.527Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652024-11-13T21:20:35.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
4662024-11-13T21:20:35.944Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4672024-11-13T21:20:36.465Z Downloading crates ...
4682024-11-13T21:20:36.579Z Downloaded adler2 v2.0.0
4692024-11-13T21:20:36.590Z Downloaded ciborium-io v0.2.2
4702024-11-13T21:20:36.592Z Downloaded async-stream-impl v0.3.6
4712024-11-13T21:20:36.592Z Downloaded cfg_aliases v0.1.1
4722024-11-13T21:20:36.604Z Downloaded cstr-argument v0.1.2
4732024-11-13T21:20:36.607Z Downloaded async-recursion v1.1.1
4742024-11-13T21:20:36.611Z Downloaded http-body-util v0.1.2
4752024-11-13T21:20:36.614Z Downloaded chrono-tz-build v0.4.0
4762024-11-13T21:20:36.616Z Downloaded crucible-workspace-hack v0.1.0
4772024-11-13T21:20:36.616Z Downloaded httpdate v1.0.3
4782024-11-13T21:20:36.619Z Downloaded hickory-client v0.24.1
4792024-11-13T21:20:36.621Z Downloaded constant_time_eq v0.3.1
4802024-11-13T21:20:36.624Z Downloaded icu_provider_macros v1.5.0
4812024-11-13T21:20:36.624Z Downloaded ctr v0.9.2
4822024-11-13T21:20:36.626Z Downloaded matches v0.1.10
4832024-11-13T21:20:36.629Z Downloaded icu_normalizer_data v1.5.0
4842024-11-13T21:20:36.631Z Downloaded aes-gcm v0.10.3
4852024-11-13T21:20:36.634Z Downloaded hyper-tls v0.6.0
4862024-11-13T21:20:36.635Z Downloaded bzip2 v0.4.4
4872024-11-13T21:20:36.637Z Downloaded lru v0.12.5
4882024-11-13T21:20:36.639Z Downloaded managed v0.8.0
4892024-11-13T21:20:36.642Z Downloaded lalrpop-util v0.19.12
4902024-11-13T21:20:36.642Z Downloaded internet-checksum v0.2.1
4912024-11-13T21:20:36.644Z Downloaded icu_locid_transform v1.5.0
4922024-11-13T21:20:36.647Z Downloaded libsw v3.3.1
4932024-11-13T21:20:36.649Z Downloaded hex-literal v0.4.1
4942024-11-13T21:20:36.649Z Downloaded libefi-sys v0.1.0
4952024-11-13T21:20:36.652Z Downloaded hubpack_derive v0.1.1
4962024-11-13T21:20:36.652Z Downloaded chacha20poly1305 v0.10.1
4972024-11-13T21:20:36.655Z Downloaded linear-map v1.2.0
4982024-11-13T21:20:36.655Z Downloaded allocator-api2 v0.2.18
4992024-11-13T21:20:36.658Z Downloaded const-oid v0.9.6
5002024-11-13T21:20:36.660Z Downloaded base64 v0.21.7
5012024-11-13T21:20:36.665Z Downloaded memmap2 v0.9.5
5022024-11-13T21:20:36.668Z Downloaded hickory-resolver v0.24.1
5032024-11-13T21:20:36.673Z Downloaded http-body v1.0.1
5042024-11-13T21:20:36.677Z Downloaded assert_matches v1.5.0
5052024-11-13T21:20:36.680Z Downloaded atomicwrites v0.4.4
5062024-11-13T21:20:36.680Z Downloaded http-range v0.1.5
5072024-11-13T21:20:36.680Z Downloaded mime_guess v2.0.5
5082024-11-13T21:20:36.682Z Downloaded darling v0.20.10
5092024-11-13T21:20:36.686Z Downloaded backtrace v0.3.74
5102024-11-13T21:20:36.693Z Downloaded humantime v2.1.0
5112024-11-13T21:20:36.696Z Downloaded home v0.5.9
5122024-11-13T21:20:36.696Z Downloaded crunchy v0.2.2
5132024-11-13T21:20:36.699Z Downloaded icu_collections v1.5.0
5142024-11-13T21:20:36.703Z Downloaded termtree v0.4.1
5152024-11-13T21:20:36.705Z Downloaded is_ci v1.2.0
5162024-11-13T21:20:36.708Z Downloaded rustc-hash v1.1.0
5172024-11-13T21:20:36.708Z Downloaded bitfield-struct v0.6.2
5182024-11-13T21:20:36.710Z Downloaded bit-set v0.5.3
5192024-11-13T21:20:36.710Z Downloaded async-stream v0.3.6
5202024-11-13T21:20:36.713Z Downloaded match_cfg v0.1.0
5212024-11-13T21:20:36.715Z Downloaded convert_case v0.4.0
5222024-11-13T21:20:36.715Z Downloaded array-init v0.0.4
5232024-11-13T21:20:36.718Z Downloaded chacha20 v0.9.1
5242024-11-13T21:20:36.720Z Downloaded instant v0.1.13
5252024-11-13T21:20:36.720Z Downloaded mirai-annotations v1.12.0
5262024-11-13T21:20:36.722Z Downloaded md5 v0.7.0
5272024-11-13T21:20:36.722Z Downloaded cipher v0.4.4
5282024-11-13T21:20:36.725Z Downloaded bcrypt-pbkdf v0.10.0
5292024-11-13T21:20:36.727Z Downloaded indicatif v0.17.8
5302024-11-13T21:20:36.730Z Downloaded strum_macros v0.24.3
5312024-11-13T21:20:36.732Z Downloaded iana-time-zone v0.1.61
5322024-11-13T21:20:36.736Z Downloaded strum v0.26.3
5332024-11-13T21:20:36.738Z Downloaded secrecy v0.8.0
5342024-11-13T21:20:36.740Z Downloaded async-trait v0.1.83
5352024-11-13T21:20:36.743Z Downloaded zone_cfg_derive v0.1.2
5362024-11-13T21:20:36.745Z Downloaded cbc v0.1.2
5372024-11-13T21:20:36.748Z Downloaded hickory-server v0.24.1
5382024-11-13T21:20:36.753Z Downloaded termcolor v1.4.1
5392024-11-13T21:20:36.756Z Downloaded yoke-derive v0.7.4
5402024-11-13T21:20:36.759Z Downloaded progenitor-macro v0.8.0
5412024-11-13T21:20:36.759Z Downloaded const_format_proc_macros v0.2.33
5422024-11-13T21:20:36.762Z Downloaded maplit v1.0.2
5432024-11-13T21:20:36.764Z Downloaded lru-cache v0.1.2
5442024-11-13T21:20:36.764Z Downloaded ciborium v0.2.2
5452024-11-13T21:20:36.767Z Downloaded dyn-clone v1.0.17
5462024-11-13T21:20:36.770Z Downloaded rand_core v0.6.4
5472024-11-13T21:20:36.772Z Downloaded maybe-uninit v2.0.0
5482024-11-13T21:20:36.775Z Downloaded rustc-hash v2.0.0
5492024-11-13T21:20:36.778Z Downloaded md-5 v0.10.6
5502024-11-13T21:20:36.778Z Downloaded cancel-safe-futures v0.1.5
5512024-11-13T21:20:36.781Z Downloaded spin v0.5.2
5522024-11-13T21:20:36.784Z Downloaded endian-type v0.1.2
5532024-11-13T21:20:36.786Z Downloaded which v4.4.2
5542024-11-13T21:20:36.786Z Downloaded num-conv v0.1.0
5552024-11-13T21:20:36.789Z Downloaded thiserror-impl-no-std v2.0.2
5562024-11-13T21:20:36.792Z Downloaded wait-timeout v0.2.0
5572024-11-13T21:20:36.792Z Downloaded base64ct v1.6.0
5582024-11-13T21:20:36.796Z Downloaded mio v1.0.2
5592024-11-13T21:20:36.802Z Downloaded oso-derive v0.27.3
5602024-11-13T21:20:36.805Z Downloaded path-slash v0.1.5
5612024-11-13T21:20:36.807Z Downloaded fxhash v0.2.1
5622024-11-13T21:20:36.807Z Downloaded whoami v1.5.2
5632024-11-13T21:20:36.810Z Downloaded dirs-sys-next v0.1.2
5642024-11-13T21:20:36.812Z Downloaded foreign-types v0.3.2
5652024-11-13T21:20:36.812Z Downloaded tokio-tungstenite v0.21.0
5662024-11-13T21:20:36.815Z Downloaded mime v0.3.17
5672024-11-13T21:20:36.817Z Downloaded zone v0.3.0
5682024-11-13T21:20:36.820Z Downloaded diesel-dtrace v0.3.0
5692024-11-13T21:20:36.820Z Downloaded cookie v0.18.1
5702024-11-13T21:20:36.823Z Downloaded env_filter v0.1.2
5712024-11-13T21:20:36.825Z Downloaded slog-term v2.9.1
5722024-11-13T21:20:36.829Z Downloaded form_urlencoded v1.2.1
5732024-11-13T21:20:36.831Z Downloaded termios v0.3.3
5742024-11-13T21:20:36.834Z Downloaded enum-as-inner v0.6.1
5752024-11-13T21:20:36.836Z Downloaded enum-as-inner v0.5.1
5762024-11-13T21:20:36.836Z Downloaded sqlparser_derive v0.2.2
5772024-11-13T21:20:36.840Z Downloaded nibble_vec v0.1.0
5782024-11-13T21:20:36.840Z Downloaded crc-any v2.5.0
5792024-11-13T21:20:36.842Z Downloaded indexmap v1.9.3
5802024-11-13T21:20:36.847Z Downloaded yoke v0.7.4
5812024-11-13T21:20:36.849Z Downloaded parse-display v0.10.0
5822024-11-13T21:20:36.852Z Downloaded gethostname v0.5.0
5832024-11-13T21:20:36.854Z Downloaded toolchain_find v0.4.0
5842024-11-13T21:20:36.854Z Downloaded yasna v0.5.2
5852024-11-13T21:20:36.857Z Downloaded derive_builder_macro v0.20.2
5862024-11-13T21:20:36.860Z Downloaded write16 v1.0.0
5872024-11-13T21:20:36.860Z Downloaded polyval v0.6.2
5882024-11-13T21:20:36.863Z Downloaded phf_shared v0.11.2
5892024-11-13T21:20:36.865Z Downloaded pbkdf2 v0.11.0
5902024-11-13T21:20:36.867Z Downloaded diesel_table_macro_syntax v0.2.0
5912024-11-13T21:20:36.870Z Downloaded rtoolbox v0.0.2
5922024-11-13T21:20:36.870Z Downloaded futures-channel v0.3.31
5932024-11-13T21:20:36.872Z Downloaded rand_xorshift v0.3.0
5942024-11-13T21:20:36.875Z Downloaded newtype_derive v0.1.6
5952024-11-13T21:20:36.878Z Downloaded rand_seeder v0.3.0
5962024-11-13T21:20:36.878Z Downloaded rand_chacha v0.3.1
5972024-11-13T21:20:36.881Z Downloaded serde_urlencoded v0.7.1
5982024-11-13T21:20:36.884Z Downloaded scheduled-thread-pool v0.2.7
5992024-11-13T21:20:36.884Z Downloaded value-bag v1.9.0
6002024-11-13T21:20:36.887Z Downloaded topological-sort v0.2.2
6012024-11-13T21:20:36.889Z Downloaded const_format v0.2.33
6022024-11-13T21:20:36.895Z Downloaded openssl-probe v0.1.5
6032024-11-13T21:20:36.898Z Downloaded base64 v0.22.1
6042024-11-13T21:20:36.901Z Downloaded psl-types v2.0.11
6052024-11-13T21:20:36.903Z Downloaded utf8_iter v1.0.4
6062024-11-13T21:20:36.904Z Downloaded utf16_iter v1.0.5
6072024-11-13T21:20:36.907Z Downloaded wyz v0.5.1
6082024-11-13T21:20:36.907Z Downloaded writeable v0.5.5
6092024-11-13T21:20:36.910Z Downloaded aes v0.8.4
6102024-11-13T21:20:36.913Z Downloaded sigpipe v0.1.3
6112024-11-13T21:20:36.916Z Downloaded fixedbitset v0.4.2
6122024-11-13T21:20:36.919Z Downloaded fallible-streaming-iterator v0.1.9
6132024-11-13T21:20:36.919Z Downloaded miniz_oxide v0.8.0
6142024-11-13T21:20:36.921Z Downloaded ff v0.13.0
6152024-11-13T21:20:36.924Z Downloaded bumpalo v3.16.0
6162024-11-13T21:20:36.927Z Downloaded hash32 v0.3.1
6172024-11-13T21:20:36.929Z Downloaded sqlformat v0.2.6
6182024-11-13T21:20:36.932Z Downloaded unicode-bidi v0.3.17
6192024-11-13T21:20:36.934Z Downloaded pkg-config v0.3.31
6202024-11-13T21:20:36.938Z Downloaded crypto-bigint v0.5.5
6212024-11-13T21:20:36.944Z Downloaded dhcproto-macros v0.1.0
6222024-11-13T21:20:36.947Z Downloaded darling_macro v0.20.10
6232024-11-13T21:20:36.947Z Downloaded pin-utils v0.1.0
6242024-11-13T21:20:36.950Z Downloaded new_debug_unreachable v1.0.6
6252024-11-13T21:20:36.950Z Downloaded foreign-types-shared v0.3.1
6262024-11-13T21:20:36.950Z Downloaded foreign-types-shared v0.1.1
6272024-11-13T21:20:36.953Z Downloaded scrypt v0.11.0
6282024-11-13T21:20:36.956Z Downloaded packed_struct v0.10.1
6292024-11-13T21:20:36.959Z Downloaded typify v0.2.0
6302024-11-13T21:20:36.962Z Downloaded ref-cast v1.0.23
6312024-11-13T21:20:36.964Z Downloaded peg-runtime v0.8.3
6322024-11-13T21:20:36.964Z Downloaded strum_macros v0.25.3
6332024-11-13T21:20:36.967Z Downloaded parse-size v1.1.0
6342024-11-13T21:20:36.970Z Downloaded globset v0.4.15
6352024-11-13T21:20:36.970Z Downloaded structmeta v0.3.0
6362024-11-13T21:20:36.973Z Downloaded slog-async v2.8.0
6372024-11-13T21:20:36.976Z Downloaded utf-8 v0.7.6
6382024-11-13T21:20:36.976Z Downloaded tungstenite v0.21.0
6392024-11-13T21:20:36.981Z Downloaded num-rational v0.4.2
6402024-11-13T21:20:36.984Z Downloaded aws-lc-rs v1.10.0
6412024-11-13T21:20:36.992Z Downloaded tinyvec_macros v0.1.1
6422024-11-13T21:20:36.995Z Downloaded time-core v0.1.2
6432024-11-13T21:20:36.995Z Downloaded defmt v0.3.8
6442024-11-13T21:20:36.998Z Downloaded pkcs8 v0.10.2
6452024-11-13T21:20:37.014Z Downloaded phf_shared v0.10.0
6462024-11-13T21:20:37.017Z Downloaded num-integer v0.1.46
6472024-11-13T21:20:37.020Z Downloaded diff v0.1.13
6482024-11-13T21:20:37.022Z Downloaded elliptic-curve v0.13.8
6492024-11-13T21:20:37.025Z Downloaded zone_cfg_derive v0.3.0
6502024-11-13T21:20:37.028Z Downloaded num-iter v0.1.45
6512024-11-13T21:20:37.030Z Downloaded progenitor-client v0.8.0
6522024-11-13T21:20:37.030Z Downloaded peg v0.8.4
6532024-11-13T21:20:37.033Z Downloaded pbkdf2 v0.12.2
6542024-11-13T21:20:37.036Z Downloaded xz2 v0.1.7
6552024-11-13T21:20:37.039Z Downloaded minimal-lexical v0.2.1
6562024-11-13T21:20:37.044Z Downloaded untrusted v0.9.0
6572024-11-13T21:20:37.046Z Downloaded tls_codec_derive v0.4.1
6582024-11-13T21:20:37.049Z Downloaded rustls-pemfile v1.0.4
6592024-11-13T21:20:37.051Z Downloaded vte_generate_state_changes v0.1.2
6602024-11-13T21:20:37.054Z Downloaded native-tls v0.2.12
6612024-11-13T21:20:37.054Z Downloaded fs_extra v1.3.0
6622024-11-13T21:20:37.057Z Downloaded tokio-macros v2.4.0
6632024-11-13T21:20:37.060Z Downloaded tungstenite v0.24.0
6642024-11-13T21:20:37.062Z Downloaded vsss-rs v3.3.4
6652024-11-13T21:20:37.065Z Downloaded olpc-cjson v0.1.4
6662024-11-13T21:20:37.068Z Downloaded either v1.13.0
6672024-11-13T21:20:37.071Z Downloaded newline-converter v0.3.0
6682024-11-13T21:20:37.073Z Downloaded primeorder v0.13.6
6692024-11-13T21:20:37.073Z Downloaded downcast v0.11.0
6702024-11-13T21:20:37.076Z Downloaded diesel_derives v2.2.3
6712024-11-13T21:20:37.079Z Downloaded foldhash v0.1.3
6722024-11-13T21:20:37.082Z Downloaded float-ord v0.3.2
6732024-11-13T21:20:37.085Z Downloaded ecdsa v0.16.9
6742024-11-13T21:20:37.085Z Downloaded precomputed-hash v0.1.1
6752024-11-13T21:20:37.088Z Downloaded predicates v3.1.2
6762024-11-13T21:20:37.090Z Downloaded pretty-hex v0.2.1
6772024-11-13T21:20:37.092Z Downloaded unicode-xid v0.2.6
6782024-11-13T21:20:37.096Z Downloaded unicode-truncate v1.1.0
6792024-11-13T21:20:37.097Z Downloaded rustfmt-wrapper v0.2.1
6802024-11-13T21:20:37.099Z Downloaded rsa v0.9.6
6812024-11-13T21:20:37.103Z Downloaded rustls-pemfile v2.2.0
6822024-11-13T21:20:37.106Z Downloaded slab v0.4.9
6832024-11-13T21:20:37.109Z Downloaded stable_deref_trait v1.2.0
6842024-11-13T21:20:37.112Z Downloaded slog-bunyan v2.5.0
6852024-11-13T21:20:37.112Z Downloaded zone v0.1.8
6862024-11-13T21:20:37.115Z Downloaded env_logger v0.11.5
6872024-11-13T21:20:37.118Z Downloaded tokio-rustls v0.25.0
6882024-11-13T21:20:37.120Z Downloaded serde_yaml v0.9.34+deprecated
6892024-11-13T21:20:37.123Z Downloaded tokio-rustls v0.24.1
6902024-11-13T21:20:37.126Z Downloaded group v0.13.0
6912024-11-13T21:20:37.128Z Downloaded opaque-debug v0.3.1
6922024-11-13T21:20:37.132Z Downloaded bindgen v0.69.5
6932024-11-13T21:20:37.138Z Downloaded nanorand v0.7.0
6942024-11-13T21:20:37.141Z Downloaded uuid v1.11.0
6952024-11-13T21:20:37.145Z Downloaded predicates-tree v1.0.11
6962024-11-13T21:20:37.148Z Downloaded predicates-core v1.0.8
6972024-11-13T21:20:37.151Z Downloaded percent-encoding v2.3.1
6982024-11-13T21:20:37.151Z Downloaded peg-macros v0.8.4
6992024-11-13T21:20:37.155Z Downloaded qorb v0.2.0
7002024-11-13T21:20:37.158Z Downloaded serde_path_to_error v0.1.16
7012024-11-13T21:20:37.161Z Downloaded tiny-keccak v2.0.2
7022024-11-13T21:20:37.164Z Downloaded omicron-zone-package v0.11.1
7032024-11-13T21:20:37.167Z Downloaded quinn-proto v0.11.8
7042024-11-13T21:20:37.175Z Downloaded tower-service v0.3.3
7052024-11-13T21:20:37.178Z Downloaded number_prefix v0.4.0
7062024-11-13T21:20:37.178Z Downloaded num_threads v0.1.7
7072024-11-13T21:20:37.181Z Downloaded sct v0.7.1
7082024-11-13T21:20:37.184Z Downloaded glob v0.3.1
7092024-11-13T21:20:37.192Z Downloaded hash32 v0.2.1
7102024-11-13T21:20:37.192Z Downloaded embedded-io v0.4.0
7112024-11-13T21:20:37.195Z Downloaded parking_lot_core v0.9.10
7122024-11-13T21:20:37.195Z Downloaded p256 v0.13.2
7132024-11-13T21:20:37.195Z Downloaded publicsuffix v2.2.3
7142024-11-13T21:20:37.199Z Downloaded try-lock v0.2.5
7152024-11-13T21:20:37.202Z Downloaded signal-hook v0.3.17
7162024-11-13T21:20:37.205Z Downloaded r2d2 v0.8.10
7172024-11-13T21:20:37.208Z Downloaded strip-ansi-escapes v0.2.0
7182024-11-13T21:20:37.208Z Downloaded slog-scope v4.4.0
7192024-11-13T21:20:37.221Z Downloaded universal-hash v0.5.1
7202024-11-13T21:20:37.221Z Downloaded zeroize_derive v1.4.2
7212024-11-13T21:20:37.221Z Downloaded string_cache v0.8.7
7222024-11-13T21:20:37.221Z Downloaded num-bigint v0.4.6
7232024-11-13T21:20:37.226Z Downloaded normalize-line-endings v0.3.0
7242024-11-13T21:20:37.226Z Downloaded nodrop v0.1.14
7252024-11-13T21:20:37.226Z Downloaded want v0.3.1
7262024-11-13T21:20:37.226Z Downloaded futures-core v0.3.31
7272024-11-13T21:20:37.226Z Downloaded heck v0.3.3
7282024-11-13T21:20:37.226Z Downloaded zerovec-derive v0.10.3
7292024-11-13T21:20:37.229Z Downloaded walkdir v2.5.0
7302024-11-13T21:20:37.229Z Downloaded shlex v1.3.0
7312024-11-13T21:20:37.232Z Downloaded take_mut v0.2.2
7322024-11-13T21:20:37.232Z Downloaded embedded-io v0.6.1
7332024-11-13T21:20:37.234Z Downloaded smf v0.2.3
7342024-11-13T21:20:37.237Z Downloaded parse-display-derive v0.10.0
7352024-11-13T21:20:37.237Z Downloaded typify-macro v0.2.0
7362024-11-13T21:20:37.240Z Downloaded russh-cryptovec v0.7.3
7372024-11-13T21:20:37.240Z Downloaded futures-io v0.3.31
7382024-11-13T21:20:37.240Z Downloaded foreign-types v0.5.0
7392024-11-13T21:20:37.243Z Downloaded futures-macro v0.3.31
7402024-11-13T21:20:37.243Z Downloaded rfc6979 v0.4.0
7412024-11-13T21:20:37.246Z Downloaded futures-executor v0.3.31
7422024-11-13T21:20:37.246Z Downloaded tokio-postgres v0.7.12
7432024-11-13T21:20:37.251Z Downloaded flume v0.11.1
7442024-11-13T21:20:37.255Z Downloaded sync_wrapper v1.0.1
7452024-11-13T21:20:37.258Z Downloaded tar v0.4.43
7462024-11-13T21:20:37.261Z Downloaded untrusted v0.7.1
7472024-11-13T21:20:37.261Z Downloaded pin-project-lite v0.2.14
7482024-11-13T21:20:37.267Z Downloaded phf_codegen v0.11.2
7492024-11-13T21:20:37.269Z Downloaded darling_core v0.20.10
7502024-11-13T21:20:37.274Z Downloaded slog-envlogger v2.2.0
7512024-11-13T21:20:37.276Z Downloaded pem v3.0.4
7522024-11-13T21:20:37.279Z Downloaded supports-color v3.0.1
7532024-11-13T21:20:37.279Z Downloaded subtle v2.6.1
7542024-11-13T21:20:37.281Z Downloaded nu-ansi-term v0.50.1
7552024-11-13T21:20:37.284Z Downloaded dropshot_endpoint v0.12.0
7562024-11-13T21:20:37.287Z Downloaded synstructure v0.13.1
7572024-11-13T21:20:37.289Z Downloaded zerofrom v0.1.4
7582024-11-13T21:20:37.289Z Downloaded half v2.4.1
7592024-11-13T21:20:37.292Z Downloaded smallvec v1.13.2
7602024-11-13T21:20:37.295Z Downloaded itertools v0.13.0
7612024-11-13T21:20:37.304Z Downloaded deranged v0.3.11
7622024-11-13T21:20:37.306Z Downloaded tokio-stream v0.1.16
7632024-11-13T21:20:37.310Z Downloaded tabwriter v1.4.0
7642024-11-13T21:20:37.314Z Downloaded quinn-udp v0.5.5
7652024-11-13T21:20:37.320Z Downloaded rustc-demangle v0.1.24
7662024-11-13T21:20:37.321Z Downloaded multimap v0.10.0
7672024-11-13T21:20:37.321Z Downloaded phf v0.11.2
7682024-11-13T21:20:37.321Z Downloaded schemars v0.8.21
7692024-11-13T21:20:37.332Z Downloaded static_assertions v1.1.0
7702024-11-13T21:20:37.335Z Downloaded radium v0.7.0
7712024-11-13T21:20:37.335Z Downloaded ppv-lite86 v0.2.20
7722024-11-13T21:20:37.338Z Downloaded powerfmt v0.2.0
7732024-11-13T21:20:37.338Z Downloaded des v0.8.1
7742024-11-13T21:20:37.341Z Downloaded slog-stdlog v4.1.1
7752024-11-13T21:20:37.344Z Downloaded slog-dtrace v0.3.0
7762024-11-13T21:20:37.344Z Downloaded der_derive v0.7.3
7772024-11-13T21:20:37.344Z Downloaded unicode-segmentation v1.12.0
7782024-11-13T21:20:37.349Z Downloaded resolv-conf v0.7.0
7792024-11-13T21:20:37.352Z Downloaded parking_lot v0.12.3
7802024-11-13T21:20:37.354Z Downloaded derive_builder_core v0.20.2
7812024-11-13T21:20:37.357Z Downloaded futures-util v0.3.31
7822024-11-13T21:20:37.370Z Downloaded russh-keys v0.45.0
7832024-11-13T21:20:37.374Z Downloaded postgres-types v0.2.8
7842024-11-13T21:20:37.377Z Downloaded pem-rfc7468 v0.7.0
7852024-11-13T21:20:37.379Z Downloaded tracing-attributes v0.1.27
7862024-11-13T21:20:37.382Z Downloaded derive-where v1.2.7
7872024-11-13T21:20:37.386Z Downloaded multer v3.1.0
7882024-11-13T21:20:37.388Z Downloaded derive_builder v0.20.2
7892024-11-13T21:20:37.393Z Downloaded quinn v0.11.5
7902024-11-13T21:20:37.397Z Downloaded tough v0.19.0
7912024-11-13T21:20:37.406Z Downloaded unsafe-libyaml v0.2.11
7922024-11-13T21:20:37.410Z Downloaded ed25519-dalek v2.1.1
7932024-11-13T21:20:37.414Z Downloaded flate2 v1.0.34
7942024-11-13T21:20:37.419Z Downloaded tungstenite v0.23.0
7952024-11-13T21:20:37.424Z Downloaded steno v0.4.1
7962024-11-13T21:20:37.428Z Downloaded zerovec v0.10.4
7972024-11-13T21:20:37.435Z Downloaded unicode_categories v0.1.1
7982024-11-13T21:20:37.438Z Downloaded winnow v0.5.40
7992024-11-13T21:20:37.448Z Downloaded headers v0.4.0
8002024-11-13T21:20:37.455Z Downloaded rand v0.8.5
8012024-11-13T21:20:37.460Z Downloaded tracing-core v0.1.32
8022024-11-13T21:20:37.463Z Downloaded portable-atomic v1.9.0
8032024-11-13T21:20:37.471Z Downloaded rustls-webpki v0.101.7
8042024-11-13T21:20:37.487Z Downloaded rayon v1.10.0
8052024-11-13T21:20:37.499Z Downloaded lalrpop v0.19.12
8062024-11-13T21:20:37.510Z Downloaded heapless v0.8.0
8072024-11-13T21:20:37.514Z Downloaded icu_properties_data v1.5.0
8082024-11-13T21:20:37.526Z Downloaded heapless v0.7.17
8092024-11-13T21:20:37.531Z Downloaded h2 v0.4.6
8102024-11-13T21:20:37.539Z Downloaded quick-xml v0.33.0
8112024-11-13T21:20:37.546Z Downloaded tokio-util v0.7.12
8122024-11-13T21:20:37.554Z Downloaded curve25519-dalek v4.1.3
8132024-11-13T21:20:37.565Z Downloaded salty v0.3.0
8142024-11-13T21:20:37.573Z Downloaded mockall_derive v0.13.0
8152024-11-13T21:20:37.576Z Downloaded chrono v0.4.38
8162024-11-13T21:20:37.584Z Downloaded unicode-normalization v0.1.24
8172024-11-13T21:20:37.587Z Downloaded idna v0.2.3
8182024-11-13T21:20:37.595Z Downloaded russh v0.45.0
8192024-11-13T21:20:37.601Z Downloaded nom v7.1.3
8202024-11-13T21:20:37.607Z Downloaded webpki-roots v0.26.6
8212024-11-13T21:20:37.612Z Downloaded idna v0.4.0
8222024-11-13T21:20:37.619Z Downloaded smoltcp v0.9.1
8232024-11-13T21:20:37.633Z Downloaded idna v0.5.0
8242024-11-13T21:20:37.640Z Downloaded chrono-tz v0.10.0
8252024-11-13T21:20:37.649Z Downloaded rustls-webpki v0.102.8
8262024-11-13T21:20:37.669Z Downloaded reqwest v0.12.9
8272024-11-13T21:20:37.680Z Downloaded vcpkg v0.2.15
8282024-11-13T21:20:37.720Z Downloaded p384 v0.13.0
8292024-11-13T21:20:37.726Z Downloaded hickory-proto v0.24.1
8302024-11-13T21:20:37.743Z Downloaded radix_trie v0.2.1
8312024-11-13T21:20:37.748Z Downloaded smoltcp v0.11.0
8322024-11-13T21:20:37.762Z Downloaded trust-dns-proto v0.22.0
8332024-11-13T21:20:37.775Z Downloaded polar-core v0.27.3
8342024-11-13T21:20:37.785Z Downloaded regex-syntax v0.6.29
8352024-11-13T21:20:37.793Z Downloaded diesel v2.2.4
8362024-11-13T21:20:37.813Z Downloaded git2 v0.19.0
8372024-11-13T21:20:37.822Z Downloaded regress v0.9.1
8382024-11-13T21:20:37.832Z Downloaded openssl v0.10.68
8392024-11-13T21:20:37.843Z Downloaded rustls v0.23.14
8402024-11-13T21:20:37.856Z Downloaded nix v0.29.0
8412024-11-13T21:20:37.869Z Downloaded regress v0.10.1
8422024-11-13T21:20:37.878Z Downloaded ratatui v0.28.1
8432024-11-13T21:20:37.900Z Downloaded rustls v0.22.4
8442024-11-13T21:20:37.913Z Downloaded regex-syntax v0.8.5
8452024-11-13T21:20:37.921Z Downloaded bzip2-sys v0.1.11+1.0.8
8462024-11-13T21:20:37.935Z Downloaded openapiv3 v2.0.0
8472024-11-13T21:20:37.948Z Downloaded zerocopy-derive v0.6.6
8482024-11-13T21:20:37.958Z Downloaded dropshot v0.12.0
8492024-11-13T21:20:37.978Z Downloaded nix v0.28.0
8502024-11-13T21:20:37.990Z Downloaded sled v0.34.7
8512024-11-13T21:20:38.001Z Downloaded dropshot v0.13.0
8522024-11-13T21:20:38.024Z Downloaded object v0.36.5
8532024-11-13T21:20:38.035Z Downloaded typify-impl v0.2.0
8542024-11-13T21:20:38.051Z Downloaded regex-automata v0.4.8
8552024-11-13T21:20:38.068Z Downloaded object v0.30.4
8562024-11-13T21:20:38.079Z Downloaded rustls v0.21.12
8572024-11-13T21:20:38.089Z Downloaded nix v0.27.1
8582024-11-13T21:20:38.101Z Downloaded gimli v0.31.1
8592024-11-13T21:20:38.109Z Downloaded petgraph v0.6.5
8602024-11-13T21:20:38.129Z Downloaded lzma-sys v0.1.20
8612024-11-13T21:20:38.157Z Downloaded csv v1.3.0
8622024-11-13T21:20:38.177Z Downloaded bstr v1.10.0
8632024-11-13T21:20:38.188Z Downloaded reedline v0.35.0
8642024-11-13T21:20:38.195Z Downloaded regex v1.11.1
8652024-11-13T21:20:38.210Z Downloaded tokio v1.40.0
8662024-11-13T21:20:38.247Z Downloaded libz-sys v1.1.20
8672024-11-13T21:20:38.267Z Downloaded idna v0.3.0
8682024-11-13T21:20:38.274Z Downloaded tracing v0.1.40
8692024-11-13T21:20:38.279Z Downloaded rustyline v14.0.0
8702024-11-13T21:20:38.285Z Downloaded sqlparser v0.45.0
8712024-11-13T21:20:38.290Z Downloaded proptest v1.5.0
8722024-11-13T21:20:38.300Z Downloaded expectorate v1.1.0
8732024-11-13T21:20:38.303Z Downloaded sha3 v0.10.8
8742024-11-13T21:20:38.307Z Downloaded p521 v0.13.3
8752024-11-13T21:20:38.312Z Downloaded rusqlite v0.32.1
8762024-11-13T21:20:38.318Z Downloaded tokio-rustls v0.26.0
8772024-11-13T21:20:38.321Z Downloaded ssh-key v0.6.6
8782024-11-13T21:20:38.327Z Downloaded hashbrown v0.14.5
8792024-11-13T21:20:38.333Z Downloaded dhcproto v0.12.0
8802024-11-13T21:20:38.336Z Downloaded zip v0.6.6
8812024-11-13T21:20:38.340Z Downloaded zip v2.1.3
8822024-11-13T21:20:38.345Z Downloaded prettyplease v0.2.25
8832024-11-13T21:20:38.349Z Downloaded serde_with v3.11.0
8842024-11-13T21:20:38.357Z Downloaded tinyvec v1.8.0
8852024-11-13T21:20:38.360Z Downloaded num_enum_derive v0.5.11
8862024-11-13T21:20:38.363Z Downloaded futures v0.3.31
8872024-11-13T21:20:38.366Z Downloaded samael v0.0.17
8882024-11-13T21:20:38.372Z Downloaded toml_edit v0.19.15
8892024-11-13T21:20:38.389Z Downloaded hashlink v0.9.1
8902024-11-13T21:20:38.393Z Downloaded der v0.7.9
8912024-11-13T21:20:38.396Z Downloaded zeroize v1.8.1
8922024-11-13T21:20:38.399Z Downloaded ena v0.14.3
8932024-11-13T21:20:38.402Z Downloaded structmeta v0.2.0
8942024-11-13T21:20:38.402Z Downloaded phf_generator v0.11.2
8952024-11-13T21:20:38.402Z Downloaded tinystr v0.7.6
8962024-11-13T21:20:38.405Z Downloaded vte v0.11.1
8972024-11-13T21:20:38.409Z Downloaded hashbrown v0.13.2
8982024-11-13T21:20:38.411Z Downloaded parse-zoneinfo v0.3.1
8992024-11-13T21:20:38.414Z Downloaded blake3 v1.5.4
9002024-11-13T21:20:38.421Z Downloaded time v0.3.36
9012024-11-13T21:20:38.429Z Downloaded typed-path v0.9.3
9022024-11-13T21:20:38.434Z Downloaded encoding_rs v0.8.34
9032024-11-13T21:20:38.456Z Downloaded packed_struct_codegen v0.10.1
9042024-11-13T21:20:38.459Z Downloaded vergen v8.3.2
9052024-11-13T21:20:38.463Z Downloaded pin-project v1.1.6
9062024-11-13T21:20:38.471Z Downloaded rcgen v0.12.1
9072024-11-13T21:20:38.474Z Downloaded hashbrown v0.12.3
9082024-11-13T21:20:38.481Z Downloaded aho-corasick v1.1.3
9092024-11-13T21:20:38.485Z Downloaded similar v2.6.0
9102024-11-13T21:20:38.489Z Downloaded num-bigint-dig v0.8.4
9112024-11-13T21:20:38.493Z Downloaded pin-project-internal v1.1.6
9122024-11-13T21:20:38.496Z Downloaded parking_lot_core v0.8.6
9132024-11-13T21:20:38.499Z Downloaded newtype-uuid v1.1.3
9142024-11-13T21:20:38.501Z Downloaded libxml v0.3.3
9152024-11-13T21:20:38.506Z Downloaded serde_repr v0.1.19
9162024-11-13T21:20:38.508Z Downloaded serde_plain v1.0.2
9172024-11-13T21:20:38.511Z Downloaded salsa20 v0.10.2
9182024-11-13T21:20:38.511Z Downloaded snafu v0.8.5
9192024-11-13T21:20:38.516Z Downloaded x509-cert v0.2.5
9202024-11-13T21:20:38.523Z Downloaded same-file v1.0.6
9212024-11-13T21:20:38.525Z Downloaded displaydoc v0.2.5
9222024-11-13T21:20:38.527Z Downloaded time-macros v0.2.18
9232024-11-13T21:20:38.530Z Downloaded zopfli v0.8.1
9242024-11-13T21:20:38.532Z Downloaded hyper v1.5.0
9252024-11-13T21:20:38.539Z Downloaded crossterm v0.28.1
9262024-11-13T21:20:38.545Z Downloaded serde_derive_internals v0.29.1
9272024-11-13T21:20:38.548Z Downloaded progenitor-impl v0.8.0
9282024-11-13T21:20:38.550Z Downloaded itertools v0.10.5
9292024-11-13T21:20:38.555Z Downloaded zerocopy v0.6.6
9302024-11-13T21:20:38.558Z Downloaded zerofrom-derive v0.1.4
9312024-11-13T21:20:38.560Z Downloaded libgit2-sys v0.17.0+1.8.1
9322024-11-13T21:20:38.619Z Downloaded unicode-properties v0.1.3
9332024-11-13T21:20:38.621Z Downloaded dropshot_endpoint v0.13.0
9342024-11-13T21:20:38.624Z Downloaded rustls-pki-types v1.9.0
9352024-11-13T21:20:38.627Z Downloaded rustc_version v0.4.1
9362024-11-13T21:20:38.629Z Downloaded progenitor v0.8.0
9372024-11-13T21:20:38.629Z Downloaded proc-macro-crate v1.3.1
9382024-11-13T21:20:38.632Z Downloaded subprocess v0.2.9
9392024-11-13T21:20:38.634Z Downloaded tap v1.0.1
9402024-11-13T21:20:38.634Z Downloaded siphasher v0.3.11
9412024-11-13T21:20:38.634Z Downloaded simd-adler32 v0.3.7
9422024-11-13T21:20:38.637Z Downloaded uzers v0.12.1
9432024-11-13T21:20:38.640Z Downloaded openssl-sys v0.9.104
9442024-11-13T21:20:38.644Z Downloaded flagset v0.4.6
9452024-11-13T21:20:38.646Z Downloaded parking_lot v0.11.2
9462024-11-13T21:20:38.649Z Downloaded slog v2.7.0
9472024-11-13T21:20:38.651Z Downloaded float-cmp v0.9.0
9482024-11-13T21:20:38.655Z Downloaded fallible-iterator v0.3.0
9492024-11-13T21:20:38.655Z Downloaded fallible-iterator v0.2.0
9502024-11-13T21:20:38.655Z Downloaded password-hash v0.5.0
9512024-11-13T21:20:38.659Z Downloaded password-hash v0.4.2
9522024-11-13T21:20:38.659Z Downloaded toml v0.7.8
9532024-11-13T21:20:38.662Z Downloaded bitvec v1.0.1
9542024-11-13T21:20:38.676Z Downloaded oso v0.27.3
9552024-11-13T21:20:38.679Z Downloaded tls_codec v0.4.1
9562024-11-13T21:20:38.682Z Downloaded pkcs5 v0.7.1
9572024-11-13T21:20:38.685Z Downloaded num-traits v0.2.19
9582024-11-13T21:20:38.688Z Downloaded itertools v0.12.1
9592024-11-13T21:20:38.695Z Downloaded fatfs v0.3.6
9602024-11-13T21:20:38.697Z Downloaded socket2 v0.5.7
9612024-11-13T21:20:38.703Z Downloaded slog-json v2.6.1
9622024-11-13T21:20:38.706Z Downloaded snafu-derive v0.8.5
9632024-11-13T21:20:38.706Z Downloaded num v0.4.3
9642024-11-13T21:20:38.706Z Downloaded funty v2.0.0
9652024-11-13T21:20:38.706Z Downloaded fragile v2.0.0
9662024-11-13T21:20:38.709Z Downloaded foreign-types-macros v0.2.3
9672024-11-13T21:20:38.709Z Downloaded ed25519 v2.2.3
9682024-11-13T21:20:38.711Z Downloaded dunce v1.0.5
9692024-11-13T21:20:38.714Z Downloaded dsl_auto_type v0.1.2
9702024-11-13T21:20:38.714Z Downloaded strum_macros v0.26.4
9712024-11-13T21:20:38.716Z Downloaded ron v0.7.1
9722024-11-13T21:20:38.720Z Downloaded structmeta-derive v0.2.0
9732024-11-13T21:20:38.723Z Downloaded url v2.5.3
9742024-11-13T21:20:38.725Z Downloaded crossbeam-channel v0.5.13
9752024-11-13T21:20:38.729Z Downloaded dirs-next v2.0.0
9762024-11-13T21:20:38.732Z Downloaded scopeguard v1.2.0
9772024-11-13T21:20:38.732Z Downloaded hkdf v0.12.4
9782024-11-13T21:20:38.736Z Downloaded thiserror-no-std v2.0.2
9792024-11-13T21:20:38.739Z Downloaded serde_with_macros v3.11.0
9802024-11-13T21:20:38.741Z Downloaded num_enum v0.5.11
9812024-11-13T21:20:38.745Z Downloaded test-strategy v0.3.1
9822024-11-13T21:20:38.749Z Downloaded fd-lock v4.0.2
9832024-11-13T21:20:38.751Z Downloaded difflib v0.4.0
9842024-11-13T21:20:38.754Z Downloaded poly1305 v0.8.0
9852024-11-13T21:20:38.756Z Downloaded filetime v0.2.25
9862024-11-13T21:20:38.757Z Downloaded display-error-chain v0.2.2
9872024-11-13T21:20:38.759Z Downloaded debug-ignore v1.0.5
9882024-11-13T21:20:38.759Z Downloaded data-encoding v2.6.0
9892024-11-13T21:20:38.762Z Downloaded xattr v1.3.1
9902024-11-13T21:20:38.762Z Downloaded postgres-protocol v0.6.7
9912024-11-13T21:20:38.764Z Downloaded postcard v1.0.10
9922024-11-13T21:20:38.767Z Downloaded pkcs1 v0.7.5
9932024-11-13T21:20:38.770Z Downloaded owo-colors v4.1.0
9942024-11-13T21:20:38.773Z Downloaded ron v0.8.1
9952024-11-13T21:20:38.777Z Downloaded rayon-core v1.12.1
9962024-11-13T21:20:38.781Z Downloaded num-complex v0.4.6
9972024-11-13T21:20:38.785Z Downloaded twox-hash v1.6.3
9982024-11-13T21:20:38.787Z Downloaded tokio-native-tls v0.3.1
9992024-11-13T21:20:38.787Z Downloaded thread_local v1.1.8
10002024-11-13T21:20:38.787Z Downloaded derive_more v0.99.18
10012024-11-13T21:20:38.792Z Downloaded compact_str v0.8.0
10022024-11-13T21:20:38.796Z Downloaded openssl-macros v0.1.1
10032024-11-13T21:20:38.798Z Downloaded getrandom v0.2.15
10042024-11-13T21:20:38.801Z Downloaded idna v1.0.3
10052024-11-13T21:20:38.804Z Downloaded ssh-encoding v0.2.0
10062024-11-13T21:20:38.807Z Downloaded ssh-cipher v0.2.0
10072024-11-13T21:20:38.807Z Downloaded shell-words v1.1.0
10082024-11-13T21:20:38.809Z Downloaded sha1 v0.10.6
10092024-11-13T21:20:38.809Z Downloaded sec1 v0.7.3
10102024-11-13T21:20:38.812Z Downloaded futures-sink v0.3.31
10112024-11-13T21:20:38.812Z Downloaded libm v0.2.8
10122024-11-13T21:20:38.820Z Downloaded icu_properties v1.5.1
10132024-11-13T21:20:38.823Z Downloaded icu_locid_transform_data v1.5.0
10142024-11-13T21:20:38.825Z Downloaded hyper-util v0.1.10
10152024-11-13T21:20:38.829Z Downloaded quick-error v1.2.3
10162024-11-13T21:20:38.832Z Downloaded arc-swap v1.7.1
10172024-11-13T21:20:38.842Z Downloaded paste v1.0.15
10182024-11-13T21:20:38.842Z Downloaded futures-task v0.3.31
10192024-11-13T21:20:38.842Z Downloaded term v0.7.0
10202024-11-13T21:20:38.845Z Downloaded bytes v1.7.2
10212024-11-13T21:20:38.847Z Downloaded waitgroup v0.1.2
10222024-11-13T21:20:38.847Z Downloaded num-derive v0.4.2
10232024-11-13T21:20:38.850Z Downloaded env_logger v0.10.2
10242024-11-13T21:20:38.852Z Downloaded litemap v0.7.3
10252024-11-13T21:20:38.855Z Downloaded base64 v0.13.1
10262024-11-13T21:20:38.858Z Downloaded ghash v0.5.1
10272024-11-13T21:20:38.861Z Downloaded icu_provider v1.5.0
10282024-11-13T21:20:38.864Z Downloaded crossbeam-utils v0.8.20
10292024-11-13T21:20:38.867Z Downloaded unarray v0.1.4
10302024-11-13T21:20:38.870Z Downloaded tokio-tungstenite v0.24.0
10312024-11-13T21:20:38.872Z Downloaded icu_locid v1.5.0
10322024-11-13T21:20:38.875Z Downloaded unicase v2.7.0
10332024-11-13T21:20:38.878Z Downloaded tokio-tungstenite v0.23.1
10342024-11-13T21:20:38.880Z Downloaded defmt-macros v0.3.9
10352024-11-13T21:20:38.883Z Downloaded crossbeam-epoch v0.9.18
10362024-11-13T21:20:38.887Z Downloaded lock_api v0.4.12
10372024-11-13T21:20:38.890Z Downloaded defmt-parser v0.3.4
10382024-11-13T21:20:38.890Z Downloaded blake2 v0.10.6
10392024-11-13T21:20:38.890Z Downloaded icu_normalizer v1.5.0
10402024-11-13T21:20:38.893Z Downloaded tui-tree-widget v0.22.0
10412024-11-13T21:20:38.896Z Downloaded spin v0.9.8
10422024-11-13T21:20:38.898Z Downloaded libloading v0.8.5
10432024-11-13T21:20:38.901Z Downloaded jobserver v0.1.32
10442024-11-13T21:20:38.904Z Downloaded ipnet v2.10.1
10452024-11-13T21:20:38.904Z Downloaded idna_adapter v1.2.0
10462024-11-13T21:20:38.907Z Downloaded csv-core v0.1.11
10472024-11-13T21:20:38.907Z Downloaded crc32fast v1.4.2
10482024-11-13T21:20:38.910Z Downloaded console v0.15.8
10492024-11-13T21:20:38.912Z Downloaded spki v0.7.3
10502024-11-13T21:20:38.912Z Downloaded signature v2.2.0
10512024-11-13T21:20:38.916Z Downloaded schemars_derive v0.8.21
10522024-11-13T21:20:38.916Z Downloaded structmeta-derive v0.3.0
10532024-11-13T21:20:38.919Z Downloaded stringprep v0.1.5
10542024-11-13T21:20:38.919Z Downloaded rustversion v1.0.17
10552024-11-13T21:20:38.921Z Downloaded hmac v0.12.1
10562024-11-13T21:20:38.924Z Downloaded signal-hook-tokio v0.3.1
10572024-11-13T21:20:38.924Z Downloaded signal-hook-registry v1.4.2
10582024-11-13T21:20:38.927Z Downloaded serde-hex v0.1.0
10592024-11-13T21:20:38.927Z Downloaded rustc_version v0.1.7
10602024-11-13T21:20:38.927Z Downloaded httparse v1.9.5
10612024-11-13T21:20:38.929Z Downloaded lockfree-object-pool v0.1.6
10622024-11-13T21:20:38.932Z Downloaded ref-cast-impl v1.0.23
10632024-11-13T21:20:38.935Z Downloaded mockall v0.13.0
10642024-11-13T21:20:38.935Z Downloaded backoff v0.4.0
10652024-11-13T21:20:38.937Z Downloaded argon2 v0.5.3
10662024-11-13T21:20:38.937Z Downloaded crc v3.2.1
10672024-11-13T21:20:38.940Z Downloaded memoffset v0.9.1
10682024-11-13T21:20:38.943Z Downloaded linked-hash-map v0.5.6
10692024-11-13T21:20:38.943Z Downloaded bitflags v1.3.2
10702024-11-13T21:20:38.946Z Downloaded hyper-staticfile v0.10.1
10712024-11-13T21:20:38.948Z Downloaded bcs v0.1.6
10722024-11-13T21:20:38.951Z Downloaded async-bb8-diesel v0.2.1
10732024-11-13T21:20:38.954Z Downloaded lazy_static v1.5.0
10742024-11-13T21:20:38.954Z Downloaded kstat-rs v0.2.4
10752024-11-13T21:20:38.957Z Downloaded ipnetwork v0.20.0
10762024-11-13T21:20:38.957Z Downloaded arrayvec v0.7.6
10772024-11-13T21:20:38.959Z Downloaded signal-hook-mio v0.2.4
10782024-11-13T21:20:38.962Z Downloaded lazycell v1.3.0
10792024-11-13T21:20:38.962Z Downloaded inout v0.1.3
10802024-11-13T21:20:38.962Z Downloaded indoc v1.0.9
10812024-11-13T21:20:38.965Z Downloaded indent_write v2.2.0
10822024-11-13T21:20:38.968Z Downloaded curve25519-dalek-derive v0.1.1
10832024-11-13T21:20:38.968Z Downloaded hubpack v0.1.2
10842024-11-13T21:20:38.972Z Downloaded http v1.1.0
10852024-11-13T21:20:38.975Z Downloaded cobs v0.2.3
10862024-11-13T21:20:38.975Z Downloaded cexpr v0.6.0
10872024-11-13T21:20:38.980Z Downloaded blowfish v0.9.1
10882024-11-13T21:20:38.980Z Downloaded highway v1.2.0
10892024-11-13T21:20:38.982Z Downloaded smallvec v0.6.14
10902024-11-13T21:20:38.983Z Downloaded serde-big-array v0.5.1
10912024-11-13T21:20:38.983Z Downloaded rusty-fork v0.3.0
10922024-11-13T21:20:38.985Z Downloaded ciborium-ll v0.2.2
10932024-11-13T21:20:38.985Z Downloaded semver v0.1.20
10942024-11-13T21:20:38.985Z Downloaded rpassword v7.3.1
10952024-11-13T21:20:38.988Z Downloaded ident_case v1.0.1
10962024-11-13T21:20:38.988Z Downloaded headers-core v0.3.0
10972024-11-13T21:20:38.988Z Downloaded bit-vec v0.6.3
10982024-11-13T21:20:38.991Z Downloaded base16ct v0.2.0
10992024-11-13T21:20:38.991Z Downloaded ascii-canvas v3.0.0
11002024-11-13T21:20:38.994Z Downloaded hostname v0.4.0
11012024-11-13T21:20:38.994Z Downloaded cfg_aliases v0.2.1
11022024-11-13T21:20:38.994Z Downloaded cc v1.1.30
11032024-11-13T21:20:38.997Z Downloaded ahash v0.8.11
11042024-11-13T21:20:38.999Z Downloaded addr2line v0.24.2
11052024-11-13T21:20:39.003Z Downloaded atty v0.2.14
11062024-11-13T21:20:39.003Z Downloaded aead v0.5.2
11072024-11-13T21:20:39.006Z Downloaded hyper-rustls v0.27.3
11082024-11-13T21:20:39.012Z Downloaded keccak v0.1.5
11092024-11-13T21:20:39.012Z Downloaded is-terminal v0.4.13
11102024-11-13T21:20:39.015Z Downloaded instability v0.3.2
11112024-11-13T21:20:39.015Z Downloaded impl-trait-for-tuples v0.2.2
11122024-11-13T21:20:39.016Z Downloaded ring v0.17.8
11132024-11-13T21:20:39.083Z Downloaded clang-sys v1.8.1
11142024-11-13T21:20:39.086Z Downloaded arrayref v0.3.9
11152024-11-13T21:20:39.089Z Downloaded colored v2.1.0
11162024-11-13T21:20:39.091Z Downloaded bitfield v0.14.0
11172024-11-13T21:20:39.091Z Downloaded cookie_store v0.21.0
11182024-11-13T21:20:39.094Z Downloaded crossbeam-deque v0.8.5
11192024-11-13T21:20:39.094Z Downloaded cassowary v0.3.0
11202024-11-13T21:20:39.098Z Downloaded cmake v0.1.51
11212024-11-13T21:20:39.098Z Downloaded castaway v0.2.3
11222024-11-13T21:20:39.101Z Downloaded block-padding v0.3.3
11232024-11-13T21:20:39.101Z Downloaded hex v0.4.3
11242024-11-13T21:20:39.101Z Downloaded crc-catalog v2.4.0
11252024-11-13T21:20:39.101Z Downloaded buf-list v1.0.3
11262024-11-13T21:20:39.106Z Downloaded atomic-waker v1.1.2
11272024-11-13T21:20:39.108Z Downloaded hostname v0.3.1
11282024-11-13T21:20:39.111Z Downloaded bb8 v0.8.5
11292024-11-13T21:20:39.135Z Downloaded libsqlite3-sys v0.30.1
11302024-11-13T21:20:39.257Z Downloaded ring v0.16.20
11312024-11-13T21:20:39.484Z Downloaded aws-lc-sys v0.22.0
11322024-11-13T21:20:39.804Z Compiling serde v1.0.215
11332024-11-13T21:20:39.807Z Compiling lock_api v0.4.12
11342024-11-13T21:20:39.807Z Compiling scopeguard v1.2.0
11352024-11-13T21:20:39.807Z Compiling value-bag v1.9.0
11362024-11-13T21:20:39.807Z Compiling typenum v1.17.0
11372024-11-13T21:20:39.807Z Compiling generic-array v0.14.7
11382024-11-13T21:20:40.001Z Compiling syn v2.0.87
11392024-11-13T21:20:40.004Z Compiling getrandom v0.2.15
11402024-11-13T21:20:40.147Z Compiling subtle v2.6.1
11412024-11-13T21:20:40.294Z Compiling rand_core v0.6.4
11422024-11-13T21:20:40.400Z Compiling log v0.4.22
11432024-11-13T21:20:40.501Z Compiling shlex v1.3.0
11442024-11-13T21:20:40.549Z Compiling jobserver v0.1.32
11452024-11-13T21:20:40.568Z Compiling const-oid v0.9.6
11462024-11-13T21:20:40.935Z Compiling smallvec v1.13.2
11472024-11-13T21:20:41.012Z Compiling cc v1.1.30
11482024-11-13T21:20:41.057Z Compiling spin v0.9.8
11492024-11-13T21:20:41.375Z Compiling pin-project-lite v0.2.14
11502024-11-13T21:20:41.436Z Compiling rustix v0.38.37
11512024-11-13T21:20:41.520Z Compiling parking_lot_core v0.9.10
11522024-11-13T21:20:41.540Z Compiling futures-core v0.3.31
11532024-11-13T21:20:41.620Z Compiling signal-hook-registry v1.4.2
11542024-11-13T21:20:41.797Z Compiling mio v1.0.2
11552024-11-13T21:20:42.415Z Compiling parking_lot v0.12.3
11562024-11-13T21:20:42.488Z Compiling aho-corasick v1.1.3
11572024-11-13T21:20:42.669Z Compiling either v1.13.0
11582024-11-13T21:20:42.728Z Compiling regex-syntax v0.8.5
11592024-11-13T21:20:42.889Z Compiling cpufeatures v0.2.14
11602024-11-13T21:20:43.013Z Compiling lazy_static v1.5.0
11612024-11-13T21:20:43.101Z Compiling glob v0.3.1
11622024-11-13T21:20:43.145Z Compiling futures-sink v0.3.31
11632024-11-13T21:20:43.163Z Compiling stable_deref_trait v1.2.0
11642024-11-13T21:20:43.277Z Compiling socket2 v0.5.7
11652024-11-13T21:20:43.304Z Compiling slab v0.4.9
11662024-11-13T21:20:43.412Z Compiling prettyplease v0.2.25
11672024-11-13T21:20:43.751Z Compiling minimal-lexical v0.2.1
11682024-11-13T21:20:44.091Z Compiling libloading v0.8.5
11692024-11-13T21:20:44.135Z Compiling clang-sys v1.8.1
11702024-11-13T21:20:44.258Z Compiling nom v7.1.3
11712024-11-13T21:20:44.295Z Compiling home v0.5.9
11722024-11-13T21:20:44.524Z Compiling serde_json v1.0.132
11732024-11-13T21:20:44.558Z Compiling bindgen v0.69.5
11742024-11-13T21:20:44.879Z Compiling futures-channel v0.3.31
11752024-11-13T21:20:45.307Z Compiling itertools v0.12.1
11762024-11-13T21:20:45.376Z Compiling pin-utils v0.1.0
11772024-11-13T21:20:45.476Z Compiling allocator-api2 v0.2.18
11782024-11-13T21:20:45.502Z Compiling rustc-hash v1.1.0
11792024-11-13T21:20:45.663Z Compiling foldhash v0.1.3
11802024-11-13T21:20:45.991Z Compiling lazycell v1.3.0
11812024-11-13T21:20:46.160Z Compiling futures-task v0.3.31
11822024-11-13T21:20:46.310Z Compiling futures-io v0.3.31
11832024-11-13T21:20:46.454Z Compiling regex-automata v0.4.8
11842024-11-13T21:20:46.635Z Compiling hashbrown v0.15.0
11852024-11-13T21:20:47.875Z Compiling synstructure v0.13.1
11862024-11-13T21:20:48.234Z Compiling cexpr v0.6.0
11872024-11-13T21:20:48.527Z Compiling cmake v0.1.51
11882024-11-13T21:20:49.561Z Compiling pkg-config v0.3.31
11892024-11-13T21:20:49.564Z Compiling tinyvec_macros v0.1.1
11902024-11-13T21:20:49.657Z Compiling fs_extra v1.3.0
11912024-11-13T21:20:49.678Z Compiling dunce v1.0.5
11922024-11-13T21:20:49.802Z Compiling libm v0.2.8
11932024-11-13T21:20:49.995Z Compiling tinyvec v1.8.0
11942024-11-13T21:20:50.156Z Compiling num-traits v0.2.19
11952024-11-13T21:20:50.709Z Compiling ring v0.17.8
11962024-11-13T21:20:51.133Z Compiling writeable v0.5.5
11972024-11-13T21:20:51.194Z Compiling base64ct v1.6.0
11982024-11-13T21:20:51.607Z Compiling unicode-normalization v0.1.24
11992024-11-13T21:20:51.661Z Compiling paste v1.0.15
12002024-11-13T21:20:51.734Z Compiling unicode-bidi v0.3.17
12012024-11-13T21:20:51.818Z Compiling litemap v0.7.3
12022024-11-13T21:20:52.128Z Compiling regex v1.11.1
12032024-11-13T21:20:52.205Z Compiling pem-rfc7468 v0.7.0
12042024-11-13T21:20:52.926Z Compiling httparse v1.9.5
12052024-11-13T21:20:53.141Z Compiling flagset v0.4.6
12062024-11-13T21:20:53.159Z Compiling aws-lc-rs v1.10.0
12072024-11-13T21:20:53.568Z Compiling tracing-core v0.1.32
12082024-11-13T21:20:53.719Z Compiling crossbeam-utils v0.8.20
12092024-11-13T21:20:54.305Z Compiling percent-encoding v2.3.1
12102024-11-13T21:20:54.477Z Compiling icu_locid_transform_data v1.5.0
12112024-11-13T21:20:54.562Z Compiling rustls-pki-types v1.9.0
12122024-11-13T21:20:54.630Z Compiling serde_derive v1.0.215
12132024-11-13T21:20:54.648Z Compiling zeroize_derive v1.4.2
12142024-11-13T21:20:54.899Z Compiling zerocopy-derive v0.7.35
12152024-11-13T21:20:55.332Z Compiling tokio-macros v2.4.0
12162024-11-13T21:20:55.668Z Compiling zerofrom-derive v0.1.4
12172024-11-13T21:20:56.196Z Compiling zeroize v1.8.1
12182024-11-13T21:20:56.886Z Compiling thiserror-impl v1.0.69
12192024-11-13T21:20:56.957Z Compiling yoke-derive v0.7.4
12202024-11-13T21:20:57.248Z Compiling zerocopy v0.7.35
12212024-11-13T21:20:57.896Z Compiling crypto-common v0.1.6
12222024-11-13T21:20:58.117Z Compiling block-buffer v0.10.4
12232024-11-13T21:20:58.391Z Compiling digest v0.10.7
12242024-11-13T21:20:58.840Z Compiling hmac v0.12.1
12252024-11-13T21:20:58.863Z Compiling zerovec-derive v0.10.3
12262024-11-13T21:20:59.093Z Compiling futures-macro v0.3.31
12272024-11-13T21:20:59.134Z Compiling block-padding v0.3.3
12282024-11-13T21:20:59.384Z Compiling displaydoc v0.2.5
12292024-11-13T21:20:59.729Z Compiling zerofrom v0.1.4
12302024-11-13T21:20:59.969Z Compiling inout v0.1.3
12312024-11-13T21:21:00.071Z Compiling yoke v0.7.4
12322024-11-13T21:21:00.205Z Compiling thiserror v1.0.69
12332024-11-13T21:21:00.245Z Compiling cipher v0.4.4
12342024-11-13T21:21:00.346Z Compiling sha2 v0.10.8
12352024-11-13T21:21:00.421Z Compiling ppv-lite86 v0.2.20
12362024-11-13T21:21:00.768Z Compiling der_derive v0.7.3
12372024-11-13T21:21:01.020Z Compiling futures-util v0.3.31
12382024-11-13T21:21:01.093Z Compiling icu_provider_macros v1.5.0
12392024-11-13T21:21:01.294Z Compiling rand_chacha v0.3.1
12402024-11-13T21:21:01.474Z Compiling zerovec v0.10.4
12412024-11-13T21:21:02.122Z Compiling tracing-attributes v0.1.27
12422024-11-13T21:21:02.272Z Compiling rand v0.8.5
12432024-11-13T21:21:03.169Z Compiling der v0.7.9
12442024-11-13T21:21:03.625Z Compiling tinystr v0.7.6
12452024-11-13T21:21:03.683Z Compiling icu_collections v1.5.0
12462024-11-13T21:21:03.940Z Compiling salsa20 v0.10.2
12472024-11-13T21:21:04.078Z Compiling icu_locid v1.5.0
12482024-11-13T21:21:04.182Z Compiling pest v2.7.14
12492024-11-13T21:21:04.506Z Compiling pbkdf2 v0.12.2
12502024-11-13T21:21:04.692Z Compiling untrusted v0.9.0
12512024-11-13T21:21:04.887Z Compiling untrusted v0.7.1
12522024-11-13T21:21:05.076Z Compiling num-conv v0.1.0
12532024-11-13T21:21:05.138Z Compiling time-core v0.1.2
12542024-11-13T21:21:05.305Z Compiling icu_provider v1.5.0
12552024-11-13T21:21:05.363Z Compiling spki v0.7.3
12562024-11-13T21:21:05.725Z Compiling vcpkg v0.2.15
12572024-11-13T21:21:05.900Z Compiling tracing v0.1.40
12582024-11-13T21:21:06.422Z Compiling icu_locid_transform v1.5.0
12592024-11-13T21:21:06.442Z Compiling powerfmt v0.2.0
12602024-11-13T21:21:06.582Z Compiling icu_properties_data v1.5.0
12612024-11-13T21:21:06.627Z Compiling mirai-annotations v1.12.0
12622024-11-13T21:21:06.814Z Compiling pest_meta v2.7.14
12632024-11-13T21:21:06.832Z Compiling deranged v0.3.11
12642024-11-13T21:21:06.851Z Compiling time-macros v0.2.18
12652024-11-13T21:21:07.344Z Compiling scrypt v0.11.0
12662024-11-13T21:21:07.929Z Compiling icu_properties v1.5.1
12672024-11-13T21:21:07.960Z Compiling openssl-sys v0.9.104
12682024-11-13T21:21:08.788Z Compiling bitflags v2.6.0
12692024-11-13T21:21:08.887Z Compiling bytes v1.7.2
12702024-11-13T21:21:09.233Z Compiling indexmap v2.6.0
12712024-11-13T21:21:10.198Z Compiling tokio v1.40.0
12722024-11-13T21:21:10.214Z Compiling http v1.1.0
12732024-11-13T21:21:10.745Z Compiling semver v1.0.23
12742024-11-13T21:21:11.097Z Compiling cbc v0.1.2
12752024-11-13T21:21:11.343Z Compiling rustc_version v0.4.1
12762024-11-13T21:21:11.495Z Compiling aes v0.8.4
12772024-11-13T21:21:11.946Z Compiling scroll_derive v0.12.0
12782024-11-13T21:21:12.434Z Compiling write16 v1.0.0
12792024-11-13T21:21:12.569Z Compiling atomic-waker v1.1.2
12802024-11-13T21:21:12.670Z Compiling utf8_iter v1.0.4
12812024-11-13T21:21:12.751Z Compiling utf16_iter v1.0.5
12822024-11-13T21:21:12.853Z Compiling num_threads v0.1.7
12832024-11-13T21:21:12.907Z Compiling icu_normalizer_data v1.5.0
12842024-11-13T21:21:12.951Z Compiling pkcs5 v0.7.1
12852024-11-13T21:21:12.986Z Compiling time v0.3.36
12862024-11-13T21:21:13.010Z Compiling icu_normalizer v1.5.0
12872024-11-13T21:21:13.385Z Compiling which v4.4.2
12882024-11-13T21:21:13.464Z Compiling scroll v0.12.0
12892024-11-13T21:21:14.039Z Compiling http-body v1.0.1
12902024-11-13T21:21:14.286Z Compiling pest_generator v2.7.14
12912024-11-13T21:21:14.306Z Compiling form_urlencoded v1.2.1
12922024-11-13T21:21:14.424Z Compiling try-lock v0.2.5
12932024-11-13T21:21:14.561Z Compiling slog v2.7.0
12942024-11-13T21:21:14.580Z Compiling goblin v0.8.2
12952024-11-13T21:21:14.618Z Compiling want v0.3.1
12962024-11-13T21:21:14.894Z Compiling idna_adapter v1.2.0
12972024-11-13T21:21:15.061Z Compiling pkcs8 v0.10.2
12982024-11-13T21:21:15.102Z Compiling httpdate v1.0.3
12992024-11-13T21:21:15.576Z Compiling idna v1.0.3
13002024-11-13T21:21:15.788Z Compiling uuid v1.11.0
13012024-11-13T21:21:16.053Z Compiling serde_spanned v0.6.8
13022024-11-13T21:21:16.301Z Compiling serde_tokenstream v0.2.2
13032024-11-13T21:21:16.341Z Compiling pest_derive v2.7.14
13042024-11-13T21:21:16.920Z Compiling toml_datetime v0.6.8
13052024-11-13T21:21:17.145Z Compiling dtrace-parser v0.2.0
13062024-11-13T21:21:17.249Z Compiling foreign-types-shared v0.1.1
13072024-11-13T21:21:17.361Z Compiling match_cfg v0.1.0
13082024-11-13T21:21:17.417Z Compiling rustversion v1.0.17
13092024-11-13T21:21:17.437Z Compiling base64 v0.22.1
13102024-11-13T21:21:17.459Z Compiling adler2 v2.0.0
13112024-11-13T21:21:17.664Z Compiling tower-service v0.3.3
13122024-11-13T21:21:17.799Z Compiling iana-time-zone v0.1.61
13132024-11-13T21:21:18.153Z Compiling openssl v0.10.68
13142024-11-13T21:21:18.256Z Compiling chrono v0.4.38
13152024-11-13T21:21:18.277Z Compiling miniz_oxide v0.8.0
13162024-11-13T21:21:18.371Z Compiling hostname v0.3.1
13172024-11-13T21:21:18.570Z Compiling tokio-util v0.7.12
13182024-11-13T21:21:18.666Z Compiling foreign-types v0.3.2
13192024-11-13T21:21:18.764Z Compiling url v2.5.3
13202024-11-13T21:21:19.788Z Compiling h2 v0.4.6
13212024-11-13T21:21:20.017Z Compiling openssl-macros v0.1.1
13222024-11-13T21:21:20.693Z Compiling dof v0.3.0
13232024-11-13T21:21:20.788Z Compiling async-trait v0.1.83
13242024-11-13T21:21:20.831Z Compiling dirs-sys-next v0.1.2
13252024-11-13T21:21:21.474Z Compiling usdt-impl v0.5.0
13262024-11-13T21:21:22.088Z Compiling rustls v0.23.14
13272024-11-13T21:21:22.356Z Compiling rustls v0.22.4
13282024-11-13T21:21:22.617Z Compiling data-encoding v2.6.0
13292024-11-13T21:21:22.888Z Compiling native-tls v0.2.12
13302024-11-13T21:21:23.050Z Compiling siphasher v0.3.11
13312024-11-13T21:21:23.214Z Compiling syn v1.0.109
13322024-11-13T21:21:23.513Z Compiling dirs-next v2.0.0
13332024-11-13T21:21:23.938Z Compiling http-body-util v0.1.2
13342024-11-13T21:21:24.485Z Compiling crossbeam-epoch v0.9.18
13352024-11-13T21:21:25.015Z Compiling heapless v0.7.17
13362024-11-13T21:21:25.053Z Compiling sha1 v0.10.6
13372024-11-13T21:21:25.089Z Compiling signature v2.2.0
13382024-11-13T21:21:25.267Z Compiling bzip2-sys v0.1.11+1.0.8
13392024-11-13T21:21:25.388Z Compiling serde_derive_internals v0.29.1
13402024-11-13T21:21:25.441Z Compiling thread_local v1.1.8
13412024-11-13T21:21:25.461Z Compiling multer v3.1.0
13422024-11-13T21:21:25.756Z Compiling encoding_rs v0.8.34
13432024-11-13T21:21:25.776Z Compiling cookie v0.18.1
13442024-11-13T21:21:25.950Z Compiling slog-async v2.8.0
13452024-11-13T21:21:26.025Z Compiling schemars v0.8.21
13462024-11-13T21:21:26.069Z Compiling rayon-core v1.12.1
13472024-11-13T21:21:26.331Z Compiling ipnet v2.10.1
13482024-11-13T21:21:26.363Z Compiling mime v0.3.17
13492024-11-13T21:21:26.433Z Compiling gimli v0.31.1
13502024-11-13T21:21:26.981Z Compiling hyper v1.5.0
13512024-11-13T21:21:27.605Z Compiling signal-hook v0.3.17
13522024-11-13T21:21:27.880Z Compiling unicode-properties v0.1.3
13532024-11-13T21:21:28.225Z Compiling openssl-probe v0.1.5
13542024-11-13T21:21:28.280Z Compiling schemars_derive v0.8.21
13552024-11-13T21:21:28.607Z Compiling stringprep v0.1.5
13562024-11-13T21:21:29.889Z Compiling hyper-util v0.1.10
13572024-11-13T21:21:30.603Z Compiling toml_edit v0.22.22
13582024-11-13T21:21:30.998Z Compiling addr2line v0.24.2
13592024-11-13T21:21:31.730Z Compiling usdt-macro v0.5.0
13602024-11-13T21:21:31.751Z Compiling usdt-attr-macro v0.5.0
13612024-11-13T21:21:31.780Z Compiling crossbeam-deque v0.8.5
13622024-11-13T21:21:32.373Z Compiling term v0.7.0
13632024-11-13T21:21:32.610Z Compiling slog-json v2.6.1
13642024-11-13T21:21:32.992Z Compiling serde_urlencoded v0.7.1
13652024-11-13T21:21:33.126Z Compiling crossbeam-channel v0.5.13
13662024-11-13T21:21:33.146Z Compiling curve25519-dalek v4.1.3
13672024-11-13T21:21:33.329Z Compiling futures-executor v0.3.31
13682024-11-13T21:21:33.519Z Compiling enum-as-inner v0.6.1
13692024-11-13T21:21:33.761Z Compiling md-5 v0.10.6
13702024-11-13T21:21:33.884Z Compiling rustls-pemfile v2.2.0
13712024-11-13T21:21:33.912Z Compiling async-stream-impl v0.3.6
13722024-11-13T21:21:34.009Z Compiling num-integer v0.1.46
13732024-11-13T21:21:34.219Z Compiling idna v0.4.0
13742024-11-13T21:21:34.241Z Compiling idna v0.3.0
13752024-11-13T21:21:34.614Z Compiling hash32 v0.2.1
13762024-11-13T21:21:35.144Z Compiling ff v0.13.0
13772024-11-13T21:21:35.151Z Compiling is-terminal v0.4.13
13782024-11-13T21:21:35.151Z Compiling dropshot v0.12.0
13792024-11-13T21:21:35.151Z Compiling object v0.36.5
13802024-11-13T21:21:35.285Z Compiling num-bigint-dig v0.8.4
13812024-11-13T21:21:35.305Z Compiling utf-8 v0.7.6
13822024-11-13T21:21:35.573Z Compiling portable-atomic v1.9.0
13832024-11-13T21:21:35.644Z Compiling fallible-iterator v0.2.0
13842024-11-13T21:21:35.873Z Compiling take_mut v0.2.2
13852024-11-13T21:21:35.978Z Compiling base16ct v0.2.0
13862024-11-13T21:21:36.040Z Compiling linked-hash-map v0.5.6
13872024-11-13T21:21:36.330Z Compiling dyn-clone v1.0.17
13882024-11-13T21:21:36.395Z Compiling anyhow v1.0.93
13892024-11-13T21:21:36.429Z Compiling rustc-demangle v0.1.24
13902024-11-13T21:21:36.551Z Compiling quick-error v1.2.3
13912024-11-13T21:21:36.697Z Compiling smoltcp v0.9.1
13922024-11-13T21:21:36.725Z Compiling psl-types v2.0.11
13932024-11-13T21:21:36.935Z Compiling publicsuffix v2.2.3
13942024-11-13T21:21:37.257Z Compiling resolv-conf v0.7.0
13952024-11-13T21:21:37.388Z Compiling lru-cache v0.1.2
13962024-11-13T21:21:37.448Z Compiling postgres-protocol v0.6.7
13972024-11-13T21:21:37.597Z Compiling sec1 v0.7.3
13982024-11-13T21:21:38.235Z Compiling tungstenite v0.24.0
13992024-11-13T21:21:38.794Z Compiling async-stream v0.3.6
14002024-11-13T21:21:39.107Z Compiling slog-term v2.9.1
14012024-11-13T21:21:39.137Z Compiling hickory-proto v0.24.1
14022024-11-13T21:21:39.322Z Compiling usdt v0.5.0
14032024-11-13T21:21:39.848Z Compiling group v0.13.0
14042024-11-13T21:21:40.378Z Compiling num-iter v0.1.45
14052024-11-13T21:21:40.573Z Compiling toml v0.8.19
14062024-11-13T21:21:40.727Z Compiling futures v0.3.31
14072024-11-13T21:21:40.846Z Compiling slog-bunyan v2.5.0
14082024-11-13T21:21:42.301Z Compiling camino v1.1.9
14092024-11-13T21:21:42.426Z Compiling tokio-native-tls v0.3.1
14102024-11-13T21:21:42.717Z Compiling backtrace v0.3.74
14112024-11-13T21:21:42.988Z Compiling phf_shared v0.11.2
14122024-11-13T21:21:43.290Z Compiling dropshot_endpoint v0.12.0
14132024-11-13T21:21:43.363Z Compiling terminal_size v0.4.0
14142024-11-13T21:21:43.383Z Compiling waitgroup v0.1.2
14152024-11-13T21:21:43.535Z Compiling openapiv3 v2.0.0
14162024-11-13T21:21:43.591Z Compiling serde_path_to_error v0.1.16
14172024-11-13T21:21:43.611Z Compiling hkdf v0.12.4
14182024-11-13T21:21:43.873Z Compiling crypto-bigint v0.5.5
14192024-11-13T21:21:44.470Z Compiling webpki-roots v0.26.6
14202024-11-13T21:21:44.687Z Compiling curve25519-dalek-derive v0.1.1
14212024-11-13T21:21:46.305Z Compiling zerocopy-derive v0.6.6
14222024-11-13T21:21:46.308Z Compiling hubpack_derive v0.1.1
14232024-11-13T21:21:46.421Z Compiling idna v0.5.0
14242024-11-13T21:21:47.200Z Compiling hostname v0.4.0
14252024-11-13T21:21:47.463Z Compiling ahash v0.8.11
14262024-11-13T21:21:47.812Z Compiling fs-err v2.11.0
14272024-11-13T21:21:47.960Z Compiling crc32fast v1.4.2
14282024-11-13T21:21:48.037Z Compiling bitflags v1.3.2
14292024-11-13T21:21:48.099Z Compiling winnow v0.5.40
14302024-11-13T21:21:48.102Z Compiling managed v0.8.0
14312024-11-13T21:21:48.142Z Compiling debug-ignore v1.0.5
14322024-11-13T21:21:48.284Z Compiling console v0.15.8
14332024-11-13T21:21:48.303Z Compiling flate2 v1.0.34
14342024-11-13T21:21:48.572Z Compiling zerocopy v0.6.6
14352024-11-13T21:21:49.247Z Compiling clap_builder v4.5.20
14362024-11-13T21:21:49.453Z Compiling strum_macros v0.25.3
14372024-11-13T21:21:50.006Z Compiling cookie_store v0.21.0
14382024-11-13T21:21:50.027Z Compiling hubpack v0.1.2
14392024-11-13T21:21:50.054Z Compiling elliptic-curve v0.13.8
14402024-11-13T21:21:50.813Z Compiling hickory-resolver v0.24.1
14412024-11-13T21:21:51.679Z Compiling toml_edit v0.19.15
14422024-11-13T21:21:51.878Z Compiling phf v0.11.2
14432024-11-13T21:21:51.965Z Compiling signal-hook-mio v0.2.4
14442024-11-13T21:21:52.136Z Compiling hyper-tls v0.6.0
14452024-11-13T21:21:52.160Z Compiling rayon v1.10.0
14462024-11-13T21:21:52.586Z Compiling bzip2 v0.4.4
14472024-11-13T21:21:53.674Z Compiling tokio-tungstenite v0.24.0
14482024-11-13T21:21:54.228Z Compiling postgres-types v0.2.8
14492024-11-13T21:21:57.072Z Compiling ed25519 v2.2.3
14502024-11-13T21:21:57.129Z Compiling phf_shared v0.10.0
14512024-11-13T21:21:57.536Z Compiling tokio-stream v0.1.16
14522024-11-13T21:21:57.697Z Compiling pkcs1 v0.7.5
14532024-11-13T21:21:58.608Z Compiling serde-big-array v0.5.1
14542024-11-13T21:21:58.703Z Compiling clap_derive v4.5.18
14552024-11-13T21:21:58.706Z Compiling rfc6979 v0.4.0
14562024-11-13T21:21:58.839Z Compiling derive-where v1.2.7
14572024-11-13T21:21:58.890Z Compiling serde_repr v0.1.19
14582024-11-13T21:21:58.911Z Compiling float-cmp v0.9.0
14592024-11-13T21:21:58.964Z Compiling bstr v1.10.0
14602024-11-13T21:21:59.125Z Compiling sync_wrapper v1.0.1
14612024-11-13T21:21:59.285Z Compiling bit-vec v0.6.3
14622024-11-13T21:21:59.791Z Compiling precomputed-hash v0.1.1
14632024-11-13T21:21:59.825Z Compiling whoami v1.5.2
14642024-11-13T21:21:59.908Z Compiling fixedbitset v0.4.2
14652024-11-13T21:22:00.091Z Compiling new_debug_unreachable v1.0.6
14662024-11-13T21:22:00.197Z Compiling number_prefix v0.4.0
14672024-11-13T21:22:00.383Z Compiling static_assertions v1.1.0
14682024-11-13T21:22:00.437Z Compiling normalize-line-endings v0.3.0
14692024-11-13T21:22:00.486Z Compiling difflib v0.4.0
14702024-11-13T21:22:00.489Z Compiling unicode-segmentation v1.12.0
14712024-11-13T21:22:00.563Z Compiling predicates-core v1.0.8
14722024-11-13T21:22:00.800Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14732024-11-13T21:22:00.944Z Compiling predicates v3.1.2
14742024-11-13T21:22:01.435Z Compiling similar v2.6.0
14752024-11-13T21:22:02.153Z Compiling indicatif v0.17.8
14762024-11-13T21:22:02.498Z Compiling petgraph v0.6.5
14772024-11-13T21:22:02.712Z Compiling string_cache v0.8.7
14782024-11-13T21:22:03.193Z Compiling tokio-postgres v0.7.12
14792024-11-13T21:22:03.895Z Compiling bit-set v0.5.3
14802024-11-13T21:22:04.014Z Compiling clap v4.5.20
14812024-11-13T21:22:04.147Z Compiling ecdsa v0.16.9
14822024-11-13T21:22:04.179Z Compiling rsa v0.9.6
14832024-11-13T21:22:04.433Z Compiling ed25519-dalek v2.1.1
14842024-11-13T21:22:05.029Z Compiling toml v0.7.8
14852024-11-13T21:22:05.802Z Compiling zip v0.6.6
14862024-11-13T21:22:06.669Z Compiling crossterm v0.28.1
14872024-11-13T21:22:07.477Z Compiling hex v0.4.3
14882024-11-13T21:22:07.565Z Compiling x509-cert v0.2.5
14892024-11-13T21:22:07.951Z Compiling itertools v0.10.5
14902024-11-13T21:22:08.087Z Compiling unicode-xid v0.2.6
14912024-11-13T21:22:08.137Z Compiling lalrpop-util v0.19.12
14922024-11-13T21:22:08.270Z Compiling peg-runtime v0.8.3
14932024-11-13T21:22:08.485Z Compiling strum_macros v0.26.4
14942024-11-13T21:22:08.974Z Compiling xattr v1.3.1
14952024-11-13T21:22:09.034Z Compiling filetime v0.2.25
14962024-11-13T21:22:09.244Z Compiling tar v0.4.43
14972024-11-13T21:22:13.189Z Compiling strum v0.26.3
14982024-11-13T21:22:16.507Z Compiling aws-lc-sys v0.22.0
14992024-11-13T21:22:47.504Z Compiling rustls-webpki v0.102.8
15002024-11-13T21:22:50.936Z Compiling tokio-rustls v0.25.0
15012024-11-13T21:22:53.386Z Compiling tokio-rustls v0.26.0
15022024-11-13T21:22:53.730Z Compiling hyper-rustls v0.27.3
15032024-11-13T21:22:53.982Z Compiling reqwest v0.12.9
15042024-11-13T21:22:54.403Z Compiling qorb v0.2.0
15052024-11-13T21:22:59.942Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15062024-11-13T21:23:00.178Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15072024-11-13T21:23:05.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
15082024-11-13T21:23:05.850Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15092024-11-13T21:23:05.901ZNov 13 21:23:05.368 INFO Starting download, target: Clickhouse
15102024-11-13T21:23:05.901ZNov 13 21:23:05.369 INFO Starting download, target: Cockroach
15112024-11-13T21:23:05.901ZNov 13 21:23:05.369 INFO Starting download, target: Console
15122024-11-13T21:23:05.901ZNov 13 21:23:05.369 INFO Starting download, target: DendriteOpenapi
15132024-11-13T21:23:05.904ZNov 13 21:23:05.369 INFO Starting download, target: DendriteStub
15142024-11-13T21:23:05.904ZNov 13 21:23:05.369 INFO Starting download, target: MaghemiteMgd
15152024-11-13T21:23:05.904ZNov 13 21:23:05.369 INFO Starting download, target: TransceiverControl
15162024-11-13T21:23:05.904ZNov 13 21:23:05.369 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi
15172024-11-13T21:23:05.904ZNov 13 21:23:05.369 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15182024-11-13T21:23:05.904ZNov 13 21:23:05.369 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15192024-11-13T21:23:05.904ZNov 13 21:23:05.370 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15202024-11-13T21:23:05.904ZNov 13 21:23:05.370 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15212024-11-13T21:23:05.904ZNov 13 21:23:05.370 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15222024-11-13T21:23:05.904ZNov 13 21:23:05.370 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15232024-11-13T21:23:06.119ZNov 13 21:23:05.586 INFO Download complete, target: DendriteOpenapi
15242024-11-13T21:23:06.263ZNov 13 21:23:05.728 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15252024-11-13T21:23:06.451ZNov 13 21:23:05.913 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15262024-11-13T21:23:06.818ZNov 13 21:23:06.268 INFO Download complete, target: Console
15272024-11-13T21:23:06.901ZNov 13 21:23:06.358 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15282024-11-13T21:23:06.963ZNov 13 21:23:06.429 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15292024-11-13T21:23:06.970ZNov 13 21:23:06.437 INFO Download complete, target: TransceiverControl
15302024-11-13T21:23:07.539ZNov 13 21:23:07.007 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15312024-11-13T21:23:07.539ZNov 13 21:23:07.007 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15322024-11-13T21:23:07.794ZNov 13 21:23:07.261 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15332024-11-13T21:23:09.851ZNov 13 21:23:09.260 INFO Download complete, target: DendriteStub
15342024-11-13T21:23:09.875ZNov 13 21:23:09.272 INFO Download complete, target: MaghemiteMgd
15352024-11-13T21:23:15.243ZNov 13 21:23:14.710 INFO Checking that binary works, target: Cockroach
15362024-11-13T21:23:15.401ZNov 13 21:23:14.867 INFO Download complete, target: Cockroach
15372024-11-13T21:23:20.714ZNov 13 21:23:20.178 INFO Checking that binary works, target: Clickhouse
15382024-11-13T21:23:21.316ZNov 13 21:23:20.782 INFO Download complete, target: Clickhouse
15392024-11-13T21:23:21.323ZAll prerequisites installed successfully
15402024-11-13T21:23:21.326Z
15412024-11-13T21:23:21.326Zreal 5:30.142115871
15422024-11-13T21:23:21.326Zuser 16:29.100166922
15432024-11-13T21:23:21.326Zsys 3:13.936642173
15442024-11-13T21:23:21.326Ztrap 0.548270880
15452024-11-13T21:23:21.326Ztflt 6.088881782
15462024-11-13T21:23:21.326Zdflt 5.967528808
15472024-11-13T21:23:21.326Zkflt 0.038217791
15482024-11-13T21:23:21.326Zlock 30:18.343202037
15492024-11-13T21:23:21.326Zslp 1:03:17.130579715
15502024-11-13T21:23:21.326Zlat 54.733259913
15512024-11-13T21:23:21.326Zstop 2:11.968490214
15522024-11-13T21:23:21.326Z+ ptime -m cargo xtask download softnpu
15532024-11-13T21:23:21.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15542024-11-13T21:23:21.840Z Running `target/debug/xtask download softnpu`
15552024-11-13T21:23:22.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
15562024-11-13T21:23:22.684Z Running `target/debug/xtask-downloader softnpu`
15572024-11-13T21:23:22.720ZNov 13 21:23:22.186 INFO Starting download, target: Softnpu
15582024-11-13T21:23:22.723ZNov 13 21:23:22.186 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15592024-11-13T21:23:23.394ZNov 13 21:23:22.860 INFO Download complete, target: Softnpu
15602024-11-13T21:23:23.398Z
15612024-11-13T21:23:23.400Zreal 2.067313183
15622024-11-13T21:23:23.400Zuser 1.205237462
15632024-11-13T21:23:23.401Zsys 0.517227447
15642024-11-13T21:23:23.401Ztrap 0.000195106
15652024-11-13T21:23:23.401Ztflt 0.000013837
15662024-11-13T21:23:23.401Zdflt 0.000014098
15672024-11-13T21:23:23.401Zkflt 0.000000000
15682024-11-13T21:23:23.401Zlock 6.982429250
15692024-11-13T21:23:23.401Zslp 0.516757805
15702024-11-13T21:23:23.401Zlat 0.064715758
15712024-11-13T21:23:23.401Zstop 0.000163772
15722024-11-13T21:23:23.401Z+ export CARGO_INCREMENTAL=0
15732024-11-13T21:23:23.401Z+ CARGO_INCREMENTAL=0
15742024-11-13T21:23:23.401Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15752024-11-13T21:23:24.371Z Compiling proc-macro2 v1.0.89
15762024-11-13T21:23:24.371Z Compiling unicode-ident v1.0.13
15772024-11-13T21:23:24.374Z Compiling libc v0.2.162
15782024-11-13T21:23:24.374Z Compiling serde v1.0.215
15792024-11-13T21:23:24.374Z Compiling autocfg v1.4.0
15802024-11-13T21:23:24.374Z Compiling version_check v0.9.5
15812024-11-13T21:23:24.375Z Compiling cfg-if v1.0.0
15822024-11-13T21:23:24.601Z Compiling memchr v2.7.4
15832024-11-13T21:23:24.642Z Compiling typenum v1.17.0
15842024-11-13T21:23:24.657Z Compiling shlex v1.3.0
15852024-11-13T21:23:25.010Z Compiling value-bag v1.9.0
15862024-11-13T21:23:25.058Z Compiling scopeguard v1.2.0
15872024-11-13T21:23:25.225Z Compiling generic-array v0.14.7
15882024-11-13T21:23:25.455Z Compiling lock_api v0.4.12
15892024-11-13T21:23:25.490Z Compiling log v0.4.22
15902024-11-13T21:23:25.580Z Compiling parking_lot_core v0.9.10
15912024-11-13T21:23:25.985Z Compiling once_cell v1.20.2
15922024-11-13T21:23:26.003Z Compiling serde_json v1.0.132
15932024-11-13T21:23:26.307Z Compiling quote v1.0.37
15942024-11-13T21:23:26.338Z Compiling rustix v0.38.37
15952024-11-13T21:23:26.359Z Compiling libm v0.2.8
15962024-11-13T21:23:26.389Z Compiling thiserror v1.0.69
15972024-11-13T21:23:26.669Z Compiling jobserver v0.1.32
15982024-11-13T21:23:26.672Z Compiling getrandom v0.2.15
15992024-11-13T21:23:26.872Z Compiling syn v2.0.87
16002024-11-13T21:23:26.935Z Compiling num-traits v0.2.19
16012024-11-13T21:23:26.967Z Compiling itoa v1.0.11
16022024-11-13T21:23:27.021Z Compiling spin v0.9.8
16032024-11-13T21:23:27.053Z Compiling cc v1.1.30
16042024-11-13T21:23:27.193Z Compiling aho-corasick v1.1.3
16052024-11-13T21:23:27.214Z Compiling regex-syntax v0.8.5
16062024-11-13T21:23:27.379Z Compiling slab v0.4.9
16072024-11-13T21:23:27.663Z Compiling byteorder v1.5.0
16082024-11-13T21:23:27.811Z Compiling errno v0.3.9
16092024-11-13T21:23:28.110Z Compiling rand_core v0.6.4
16102024-11-13T21:23:28.140Z Compiling either v1.13.0
16112024-11-13T21:23:28.194Z Compiling lazy_static v1.5.0
16122024-11-13T21:23:28.491Z Compiling glob v0.3.1
16132024-11-13T21:23:29.008Z Compiling prettyplease v0.2.25
16142024-11-13T21:23:29.361Z Compiling clang-sys v1.8.1
16152024-11-13T21:23:29.550Z Compiling minimal-lexical v0.2.1
16162024-11-13T21:23:29.708Z Compiling libloading v0.8.5
16172024-11-13T21:23:30.016Z Compiling nom v7.1.3
16182024-11-13T21:23:30.038Z Compiling home v0.5.9
16192024-11-13T21:23:30.101Z Compiling allocator-api2 v0.2.18
16202024-11-13T21:23:30.279Z Compiling bindgen v0.69.5
16212024-11-13T21:23:30.443Z Compiling subtle v2.6.1
16222024-11-13T21:23:30.773Z Compiling regex-automata v0.4.8
16232024-11-13T21:23:30.875Z Compiling itertools v0.12.1
16242024-11-13T21:23:30.990Z Compiling rustc-hash v1.1.0
16252024-11-13T21:23:31.145Z Compiling lazycell v1.3.0
16262024-11-13T21:23:31.319Z Compiling smallvec v1.13.2
16272024-11-13T21:23:31.537Z Compiling semver v1.0.23
16282024-11-13T21:23:31.803Z Compiling cmake v0.1.51
16292024-11-13T21:23:32.224Z Compiling dunce v1.0.5
16302024-11-13T21:23:32.366Z Compiling fs_extra v1.3.0
16312024-11-13T21:23:33.227Z Compiling cexpr v0.6.0
16322024-11-13T21:23:33.547Z Compiling pkg-config v0.3.31
16332024-11-13T21:23:33.801Z Compiling ring v0.17.8
16342024-11-13T21:23:34.058Z Compiling pin-project-lite v0.2.14
16352024-11-13T21:23:34.094Z Compiling ryu v1.0.18
16362024-11-13T21:23:34.195Z Compiling const-oid v0.9.6
16372024-11-13T21:23:34.372Z Compiling paste v1.0.15
16382024-11-13T21:23:34.769Z Compiling synstructure v0.13.1
16392024-11-13T21:23:35.038Z Compiling httparse v1.9.5
16402024-11-13T21:23:35.243Z Compiling aws-lc-rs v1.10.0
16412024-11-13T21:23:35.655Z Compiling foldhash v0.1.3
16422024-11-13T21:23:35.699Z Compiling equivalent v1.0.1
16432024-11-13T21:23:35.938Z Compiling hashbrown v0.15.0
16442024-11-13T21:23:36.097Z Compiling heck v0.5.0
16452024-11-13T21:23:36.126Z Compiling schemars v0.8.21
16462024-11-13T21:23:36.456Z Compiling regex v1.11.1
16472024-11-13T21:23:37.103Z Compiling serde_derive_internals v0.29.1
16482024-11-13T21:23:37.348Z Compiling signal-hook-registry v1.4.2
16492024-11-13T21:23:37.455Z Compiling parking_lot v0.12.3
16502024-11-13T21:23:37.482Z Compiling mio v1.0.2
16512024-11-13T21:23:39.339Z Compiling crossbeam-utils v0.8.20
16522024-11-13T21:23:39.501Z Compiling stable_deref_trait v1.2.0
16532024-11-13T21:23:39.550Z Compiling socket2 v0.5.7
16542024-11-13T21:23:39.619Z Compiling time-core v0.1.2
16552024-11-13T21:23:39.808Z Compiling futures-core v0.3.31
16562024-11-13T21:23:39.889Z Compiling num-conv v0.1.0
16572024-11-13T21:23:40.177Z Compiling time-macros v0.2.18
16582024-11-13T21:23:40.278Z Compiling serde_derive v1.0.215
16592024-11-13T21:23:40.388Z Compiling zeroize_derive v1.4.2
16602024-11-13T21:23:41.027Z Compiling zerocopy-derive v0.7.35
16612024-11-13T21:23:41.160Z Compiling thiserror-impl v1.0.69
16622024-11-13T21:23:41.563Z Compiling tokio-macros v2.4.0
16632024-11-13T21:23:41.602Z Compiling zerofrom-derive v0.1.4
16642024-11-13T21:23:41.851Z Compiling zeroize v1.8.1
16652024-11-13T21:23:42.414Z Compiling yoke-derive v0.7.4
16662024-11-13T21:23:42.679Z Compiling futures-macro v0.3.31
16672024-11-13T21:23:43.011Z Compiling zerovec-derive v0.10.3
16682024-11-13T21:23:43.051Z Compiling zerocopy v0.7.35
16692024-11-13T21:23:44.013Z Compiling displaydoc v0.2.5
16702024-11-13T21:23:44.447Z Compiling crypto-common v0.1.6
16712024-11-13T21:23:44.677Z Compiling tracing-attributes v0.1.27
16722024-11-13T21:23:44.808Z Compiling icu_provider_macros v1.5.0
16732024-11-13T21:23:45.041Z Compiling block-buffer v0.10.4
16742024-11-13T21:23:45.301Z Compiling digest v0.10.7
16752024-11-13T21:23:45.458Z Compiling schemars_derive v0.8.21
16762024-11-13T21:23:45.506Z Compiling der_derive v0.7.3
16772024-11-13T21:23:45.887Z Compiling vcpkg v0.2.15
16782024-11-13T21:23:46.011Z Compiling fnv v1.0.7
16792024-11-13T21:23:47.496Z Compiling openssl-sys v0.9.104
16802024-11-13T21:23:48.099Z Compiling cpufeatures v0.2.14
16812024-11-13T21:23:48.201Z Compiling futures-sink v0.3.31
16822024-11-13T21:23:48.371Z Compiling slog v2.7.0
16832024-11-13T21:23:48.575Z Compiling ahash v0.8.11
16842024-11-13T21:23:48.604Z Compiling syn v1.0.109
16852024-11-13T21:23:48.965Z Compiling zerofrom v0.1.4
16862024-11-13T21:23:49.235Z Compiling scroll_derive v0.12.0
16872024-11-13T21:23:49.341Z Compiling iana-time-zone v0.1.61
16882024-11-13T21:23:49.605Z Compiling ucd-trie v0.1.7
16892024-11-13T21:23:49.841Z Compiling pest v2.7.14
16902024-11-13T21:23:50.044Z Compiling yoke v0.7.4
16912024-11-13T21:23:50.111Z Compiling futures-channel v0.3.31
16922024-11-13T21:23:50.518Z Compiling hmac v0.12.1
16932024-11-13T21:23:50.738Z Compiling pin-utils v0.1.0
16942024-11-13T21:23:50.819Z Compiling futures-task v0.3.31
16952024-11-13T21:23:50.947Z Compiling futures-io v0.3.31
16962024-11-13T21:23:51.121Z Compiling openssl v0.10.68
16972024-11-13T21:23:51.216Z Compiling futures-util v0.3.31
16982024-11-13T21:23:51.535Z Compiling zerovec v0.10.4
16992024-11-13T21:23:51.640Z Compiling block-padding v0.3.3
17002024-11-13T21:23:51.884Z Compiling tinyvec_macros v0.1.1
17012024-11-13T21:23:52.473Z Compiling pest_meta v2.7.14
17022024-11-13T21:23:52.887Z Compiling tinyvec v1.8.0
17032024-11-13T21:23:53.535Z Compiling bitflags v2.6.0
17042024-11-13T21:23:53.726Z Compiling bytes v1.7.2
17052024-11-13T21:23:55.680Z Compiling indexmap v2.6.0
17062024-11-13T21:23:56.593Z Compiling tokio v1.40.0
17072024-11-13T21:23:57.222Z Compiling serde_tokenstream v0.2.2
17082024-11-13T21:23:57.485Z Compiling http v1.1.0
17092024-11-13T21:23:57.763Z Compiling uuid v1.11.0
17102024-11-13T21:23:58.376Z Compiling which v4.4.2
17112024-11-13T21:23:59.020Z Compiling rustc_version v0.4.1
17122024-11-13T21:23:59.136Z Compiling chrono v0.4.38
17132024-11-13T21:24:01.672Z Compiling pest_generator v2.7.14
17142024-11-13T21:24:02.271Z Compiling toml_datetime v0.6.8
17152024-11-13T21:24:03.205Z Compiling serde_spanned v0.6.8
17162024-11-13T21:24:03.440Z Compiling inout v0.1.3
17172024-11-13T21:24:03.694Z Compiling openssl-macros v0.1.1
17182024-11-13T21:24:04.556Z Compiling rustls v0.23.14
17192024-11-13T21:24:04.841Z Compiling native-tls v0.2.12
17202024-11-13T21:24:05.693Z Compiling cipher v0.4.4
17212024-11-13T21:24:06.131Z Compiling pest_derive v2.7.14
17222024-11-13T21:24:06.215Z Compiling unicode-normalization v0.1.24
17232024-11-13T21:24:06.467Z Compiling tinystr v0.7.6
17242024-11-13T21:24:06.858Z Compiling sha2 v0.10.8
17252024-11-13T21:24:06.900Z Compiling tracing-core v0.1.32
17262024-11-13T21:24:06.922Z Compiling usdt-impl v0.5.0
17272024-11-13T21:24:07.254Z Compiling writeable v0.5.5
17282024-11-13T21:24:07.317Z Compiling unicode-bidi v0.3.17
17292024-11-13T21:24:07.503Z Compiling litemap v0.7.3
17302024-11-13T21:24:07.631Z Compiling base64ct v1.6.0
17312024-11-13T21:24:07.788Z Compiling dyn-clone v1.0.17
17322024-11-13T21:24:07.886Z Compiling icu_locid v1.5.0
17332024-11-13T21:24:08.210Z Compiling pem-rfc7468 v0.7.0
17342024-11-13T21:24:08.589Z Compiling tracing v0.1.40
17352024-11-13T21:24:09.444Z Compiling scroll v0.12.0
17362024-11-13T21:24:09.792Z Compiling ppv-lite86 v0.2.20
17372024-11-13T21:24:10.044Z Compiling async-trait v0.1.83
17382024-11-13T21:24:10.241Z Compiling cookie v0.18.1
17392024-11-13T21:24:11.016Z Compiling camino v1.1.9
17402024-11-13T21:24:11.561Z Compiling flagset v0.4.6
17412024-11-13T21:24:11.661Z Compiling anyhow v1.0.93
17422024-11-13T21:24:12.191Z Compiling plain v0.2.3
17432024-11-13T21:24:12.365Z Compiling goblin v0.8.2
17442024-11-13T21:24:12.541Z Compiling aws-lc-sys v0.22.0
17452024-11-13T21:24:14.513Z Compiling der v0.7.9
17462024-11-13T21:24:17.435Z Compiling rand_chacha v0.3.1
17472024-11-13T21:24:18.379Z Compiling icu_provider v1.5.0
17482024-11-13T21:24:19.430Z Compiling percent-encoding v2.3.1
17492024-11-13T21:24:19.890Z Compiling rustls-pki-types v1.9.0
17502024-11-13T21:24:20.424Z Compiling icu_locid_transform_data v1.5.0
17512024-11-13T21:24:20.845Z Compiling rayon-core v1.12.1
17522024-11-13T21:24:21.119Z Compiling pretty-hex v0.4.1
17532024-11-13T21:24:21.340Z Compiling rustls v0.22.4
17542024-11-13T21:24:21.427Z Compiling untrusted v0.7.1
17552024-11-13T21:24:21.623Z Compiling dof v0.3.0
17562024-11-13T21:24:21.905Z Compiling icu_locid_transform v1.5.0
17572024-11-13T21:24:22.701Z Compiling rand v0.8.5
17582024-11-13T21:24:23.092Z Compiling spki v0.7.3
17592024-11-13T21:24:23.289Z Compiling dtrace-parser v0.2.0
17602024-11-13T21:24:23.423Z Compiling salsa20 v0.10.2
17612024-11-13T21:24:23.443Z Compiling tokio-util v0.7.12
17622024-11-13T21:24:24.260Z Compiling icu_collections v1.5.0
17632024-11-13T21:24:24.306Z Compiling pbkdf2 v0.12.2
17642024-11-13T21:24:24.982Z Compiling thread-id v4.2.2
17652024-11-13T21:24:25.009Z Compiling untrusted v0.9.0
17662024-11-13T21:24:25.103Z Compiling powerfmt v0.2.0
17672024-11-13T21:24:25.189Z Compiling icu_properties_data v1.5.0
17682024-11-13T21:24:25.189Z Compiling mirai-annotations v1.12.0
17692024-11-13T21:24:25.502Z Compiling winnow v0.5.40
17702024-11-13T21:24:25.712Z Compiling icu_properties v1.5.1
17712024-11-13T21:24:25.767Z Compiling deranged v0.3.11
17722024-11-13T21:24:29.434Z Compiling toml_edit v0.19.15
17732024-11-13T21:24:31.260Z Compiling scrypt v0.11.0
17742024-11-13T21:24:31.318Z Compiling cbc v0.1.2
17752024-11-13T21:24:31.504Z Compiling aes v0.8.4
17762024-11-13T21:24:31.609Z Compiling multer v3.1.0
17772024-11-13T21:24:31.768Z Compiling atomic-waker v1.1.2
17782024-11-13T21:24:31.897Z Compiling utf8_iter v1.0.4
17792024-11-13T21:24:32.135Z Compiling utf16_iter v1.0.5
17802024-11-13T21:24:32.155Z Compiling write16 v1.0.0
17812024-11-13T21:24:32.338Z Compiling rustversion v1.0.17
17822024-11-13T21:24:32.491Z Compiling icu_normalizer_data v1.5.0
17832024-11-13T21:24:32.605Z Compiling num_threads v0.1.7
17842024-11-13T21:24:32.958Z Compiling slog-async v2.8.0
17852024-11-13T21:24:33.065Z Compiling time v0.3.36
17862024-11-13T21:24:33.407Z Compiling icu_normalizer v1.5.0
17872024-11-13T21:24:34.212Z Compiling pkcs5 v0.7.1
17882024-11-13T21:24:35.669Z Compiling form_urlencoded v1.2.1
17892024-11-13T21:24:36.250Z Compiling http-body v1.0.1
17902024-11-13T21:24:36.480Z Compiling heapless v0.7.17
17912024-11-13T21:24:37.047Z Compiling bzip2-sys v0.1.11+1.0.8
17922024-11-13T21:24:37.508Z Compiling try-lock v0.2.5
17932024-11-13T21:24:38.089Z Compiling signal-hook v0.3.17
17942024-11-13T21:24:39.358Z Compiling want v0.3.1
17952024-11-13T21:24:39.944Z Compiling pkcs8 v0.10.2
17962024-11-13T21:24:39.968Z Compiling idna_adapter v1.2.0
17972024-11-13T21:24:40.627Z Compiling h2 v0.4.6
17982024-11-13T21:24:41.485Z Compiling usdt-macro v0.5.0
17992024-11-13T21:24:42.841Z Compiling usdt-attr-macro v0.5.0
18002024-11-13T21:24:43.415Z Compiling async-stream-impl v0.3.6
18012024-11-13T21:24:43.459Z Compiling adler2 v2.0.0
18022024-11-13T21:24:43.715Z Compiling strsim v0.11.1
18032024-11-13T21:24:44.548Z Compiling httpdate v1.0.3
18042024-11-13T21:24:44.895Z Compiling miniz_oxide v0.8.0
18052024-11-13T21:24:45.679Z Compiling idna v1.0.3
18062024-11-13T21:24:47.126Z Compiling curve25519-dalek v4.1.3
18072024-11-13T21:24:47.529Z Compiling hyper v1.5.0
18082024-11-13T21:24:48.081Z Compiling openapiv3 v2.0.0
18092024-11-13T21:24:48.833Z Compiling enum-as-inner v0.6.1
18102024-11-13T21:24:50.516Z Compiling dropshot v0.12.0
18112024-11-13T21:24:50.816Z Compiling base64 v0.22.1
18122024-11-13T21:24:51.338Z Compiling smoltcp v0.9.1
18132024-11-13T21:24:51.938Z Compiling foreign-types-shared v0.1.1
18142024-11-13T21:24:52.012Z Compiling portable-atomic v1.9.0
18152024-11-13T21:24:52.056Z Compiling tower-service v0.3.3
18162024-11-13T21:24:52.194Z Compiling num-bigint-dig v0.8.4
18172024-11-13T21:24:52.553Z Compiling match_cfg v0.1.0
18182024-11-13T21:24:52.601Z Compiling hyper-util v0.1.10
18192024-11-13T21:24:52.650Z Compiling hostname v0.3.1
18202024-11-13T21:24:52.891Z Compiling foreign-types v0.3.2
18212024-11-13T21:24:58.918Z Compiling url v2.5.3
18222024-11-13T21:25:01.193Z Compiling dirs-sys-next v0.1.2
18232024-11-13T21:25:01.245Z Compiling heck v0.4.1
18242024-11-13T21:25:01.288Z Compiling gimli v0.31.1
18252024-11-13T21:25:01.333Z Compiling data-encoding v2.6.0
18262024-11-13T21:25:01.657Z Compiling siphasher v0.3.11
18272024-11-13T21:25:01.681Z Compiling dirs-next v2.0.0
18282024-11-13T21:25:03.077Z Compiling http-body-util v0.1.2
18292024-11-13T21:25:04.569Z Compiling crossbeam-epoch v0.9.18
18302024-11-13T21:25:05.331Z Compiling hubpack_derive v0.1.1
18312024-11-13T21:25:06.180Z Compiling addr2line v0.24.2
18322024-11-13T21:25:06.677Z Compiling dropshot_endpoint v0.12.0
18332024-11-13T21:25:07.216Z Compiling sha1 v0.10.6
18342024-11-13T21:25:07.602Z Compiling signature v2.2.0
18352024-11-13T21:25:07.629Z Compiling curve25519-dalek-derive v0.1.1
18362024-11-13T21:25:07.828Z Compiling zerocopy-derive v0.6.6
18372024-11-13T21:25:08.999Z Compiling object v0.36.5
18382024-11-13T21:25:09.748Z Compiling thread_local v1.1.8
18392024-11-13T21:25:10.228Z Compiling fs-err v2.11.0
18402024-11-13T21:25:10.284Z Compiling encoding_rs v0.8.34
18412024-11-13T21:25:10.711Z Compiling mime v0.3.17
18422024-11-13T21:25:14.021Z Compiling utf8parse v0.2.2
18432024-11-13T21:25:16.308Z Compiling winnow v0.6.20
18442024-11-13T21:25:18.402Z Compiling unicode-properties v0.1.3
18452024-11-13T21:25:18.813Z Compiling rustc-demangle v0.1.24
18462024-11-13T21:25:20.972Z Compiling anstyle v1.0.10
18472024-11-13T21:25:21.098Z Compiling ipnet v2.10.1
18482024-11-13T21:25:21.236Z Compiling openssl-probe v0.1.5
18492024-11-13T21:25:21.560Z Compiling toml_edit v0.22.22
18502024-11-13T21:25:22.037Z Compiling backtrace v0.3.74
18512024-11-13T21:25:22.163Z Compiling stringprep v0.1.5
18522024-11-13T21:25:23.850Z Compiling anstyle-parse v0.2.5
18532024-11-13T21:25:27.906Z Compiling rustls-webpki v0.102.8
18542024-11-13T21:25:29.845Z Compiling crossbeam-deque v0.8.5
18552024-11-13T21:25:30.825Z Compiling term v0.7.0
18562024-11-13T21:25:32.075Z Compiling slog-json v2.6.1
18572024-11-13T21:25:33.087Z Compiling serde_urlencoded v0.7.1
18582024-11-13T21:25:34.218Z Compiling crossbeam-channel v0.5.13
18592024-11-13T21:25:34.275Z Compiling rustls-pemfile v2.2.0
18602024-11-13T21:25:35.111Z Compiling hashbrown v0.14.5
18612024-11-13T21:25:35.828Z Compiling idna v0.3.0
18622024-11-13T21:25:36.498Z Compiling idna v0.4.0
18632024-11-13T21:25:37.301Z Compiling futures-executor v0.3.31
18642024-11-13T21:25:38.170Z Compiling num-integer v0.1.46
18652024-11-13T21:25:38.218Z Compiling md-5 v0.10.6
18662024-11-13T21:25:38.471Z Compiling ff v0.13.0
18672024-11-13T21:25:38.491Z Compiling hash32 v0.2.1
18682024-11-13T21:25:38.716Z Compiling memmap v0.7.0
18692024-11-13T21:25:38.886Z Compiling is-terminal v0.4.13
18702024-11-13T21:25:39.023Z Compiling utf-8 v0.7.6
18712024-11-13T21:25:39.324Z Compiling anstyle-query v1.1.1
18722024-11-13T21:25:39.483Z Compiling is_terminal_polyfill v1.70.1
18732024-11-13T21:25:39.619Z Compiling base16ct v0.2.0
18742024-11-13T21:25:39.921Z Compiling quick-error v1.2.3
18752024-11-13T21:25:40.081Z Compiling linked-hash-map v0.5.6
18762024-11-13T21:25:40.487Z Compiling colorchoice v1.0.2
18772024-11-13T21:25:42.054Z Compiling take_mut v0.2.2
18782024-11-13T21:25:42.150Z Compiling psl-types v2.0.11
18792024-11-13T21:25:42.222Z Compiling fallible-iterator v0.2.0
18802024-11-13T21:25:42.367Z Compiling publicsuffix v2.2.3
18812024-11-13T21:25:42.958Z Compiling postgres-protocol v0.6.7
18822024-11-13T21:25:43.513Z Compiling anstream v0.6.15
18832024-11-13T21:25:43.752Z Compiling lru-cache v0.1.2
18842024-11-13T21:25:43.983Z Compiling resolv-conf v0.7.0
18852024-11-13T21:25:44.166Z Compiling sec1 v0.7.3
18862024-11-13T21:25:44.230Z Compiling tungstenite v0.24.0
18872024-11-13T21:25:44.659Z Compiling slog-term v2.9.1
18882024-11-13T21:25:44.712Z Compiling usdt v0.5.0
18892024-11-13T21:25:45.728Z Compiling num-iter v0.1.45
18902024-11-13T21:25:45.936Z Compiling group v0.13.0
18912024-11-13T21:25:46.021Z Compiling futures v0.3.31
18922024-11-13T21:25:46.143Z Compiling hickory-proto v0.24.1
18932024-11-13T21:25:46.201Z Compiling regress v0.10.1
18942024-11-13T21:25:47.309Z Compiling tokio-rustls v0.26.0
18952024-11-13T21:25:49.504Z Compiling tokio-rustls v0.25.0
18962024-11-13T21:25:49.929Z Compiling slog-bunyan v2.5.0
18972024-11-13T21:25:50.144Z Compiling toml v0.8.19
18982024-11-13T21:25:50.437Z Compiling tokio-native-tls v0.3.1
18992024-11-13T21:25:50.440Z Compiling phf_shared v0.11.2
19002024-11-13T21:25:50.725Z Compiling strum_macros v0.25.3
19012024-11-13T21:25:51.022Z Compiling async-stream v0.3.6
19022024-11-13T21:25:51.090Z Compiling waitgroup v0.1.2
19032024-11-13T21:25:51.303Z Compiling webpki-roots v0.26.6
19042024-11-13T21:25:51.793Z Compiling idna v0.5.0
19052024-11-13T21:25:51.918Z Compiling terminal_size v0.4.0
19062024-11-13T21:25:52.145Z Compiling serde_path_to_error v0.1.16
19072024-11-13T21:25:52.435Z Compiling hkdf v0.12.4
19082024-11-13T21:25:53.143Z Compiling crypto-bigint v0.5.5
19092024-11-13T21:25:53.224Z Compiling serde_repr v0.1.19
19102024-11-13T21:25:53.338Z Compiling derive-where v1.2.7
19112024-11-13T21:25:54.243Z Compiling clap_derive v4.5.18
19122024-11-13T21:25:54.314Z Compiling hostname v0.4.0
19132024-11-13T21:25:54.541Z Compiling crc32fast v1.4.2
19142024-11-13T21:25:54.865Z Compiling bitflags v1.3.2
19152024-11-13T21:25:55.231Z Compiling unicode-width v0.1.14
19162024-11-13T21:25:55.325Z Compiling clap_lex v0.7.2
19172024-11-13T21:25:55.881Z Compiling managed v0.8.0
19182024-11-13T21:25:55.967Z Compiling debug-ignore v1.0.5
19192024-11-13T21:25:58.736Z Compiling elliptic-curve v0.13.8
19202024-11-13T21:25:59.404Z Compiling console v0.15.8
19212024-11-13T21:25:59.462Z Compiling clap_builder v4.5.20
19222024-11-13T21:25:59.482Z Compiling flate2 v1.0.34
19232024-11-13T21:26:00.402Z Compiling cookie_store v0.21.0
19242024-11-13T21:26:01.803Z Compiling hickory-resolver v0.24.1
19252024-11-13T21:26:03.312Z Compiling hyper-rustls v0.27.3
19262024-11-13T21:26:06.756Z Compiling phf v0.11.2
19272024-11-13T21:26:07.041Z Compiling hyper-tls v0.6.0
19282024-11-13T21:26:07.061Z Compiling signal-hook-mio v0.2.4
19292024-11-13T21:26:07.236Z Compiling typify-impl v0.2.0
19302024-11-13T21:26:07.312Z Compiling bzip2 v0.4.4
19312024-11-13T21:26:07.314Z Compiling rayon v1.10.0
19322024-11-13T21:26:07.423Z Compiling tokio-tungstenite v0.24.0
19332024-11-13T21:26:07.680Z Compiling postgres-types v0.2.8
19342024-11-13T21:26:08.020Z Compiling zerocopy v0.6.6
19352024-11-13T21:26:08.085Z Compiling ed25519 v2.2.3
19362024-11-13T21:26:08.527Z Compiling hubpack v0.1.2
19372024-11-13T21:26:08.684Z Compiling phf_shared v0.10.0
19382024-11-13T21:26:08.985Z Compiling pkcs1 v0.7.5
19392024-11-13T21:26:09.058Z Compiling tokio-stream v0.1.16
19402024-11-13T21:26:10.056Z Compiling serde-big-array v0.5.1
19412024-11-13T21:26:10.075Z Compiling rfc6979 v0.4.0
19422024-11-13T21:26:10.267Z Compiling float-cmp v0.9.0
19432024-11-13T21:26:10.296Z Compiling sync_wrapper v1.0.1
19442024-11-13T21:26:10.461Z Compiling bstr v1.10.0
19452024-11-13T21:26:12.098Z Compiling static_assertions v1.1.0
19462024-11-13T21:26:12.105Z Compiling normalize-line-endings v0.3.0
19472024-11-13T21:26:12.215Z Compiling fixedbitset v0.4.2
19482024-11-13T21:26:12.255Z Compiling predicates-core v1.0.8
19492024-11-13T21:26:12.292Z Compiling unicode-segmentation v1.12.0
19502024-11-13T21:26:12.635Z Compiling number_prefix v0.4.0
19512024-11-13T21:26:12.872Z Compiling whoami v1.5.2
19522024-11-13T21:26:13.196Z Compiling difflib v0.4.0
19532024-11-13T21:26:13.259Z Compiling bit-vec v0.6.3
19542024-11-13T21:26:13.417Z Compiling new_debug_unreachable v1.0.6
19552024-11-13T21:26:13.451Z Compiling precomputed-hash v0.1.1
19562024-11-13T21:26:13.581Z Compiling predicates v3.1.2
19572024-11-13T21:26:13.701Z Compiling bit-set v0.5.3
19582024-11-13T21:26:14.029Z Compiling string_cache v0.8.7
19592024-11-13T21:26:14.441Z Compiling tokio-postgres v0.7.12
19602024-11-13T21:26:14.464Z Compiling similar v2.6.0
19612024-11-13T21:26:15.134Z Compiling indicatif v0.17.8
19622024-11-13T21:26:15.991Z Compiling petgraph v0.6.5
19632024-11-13T21:26:16.450Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19642024-11-13T21:26:18.658Z Compiling reqwest v0.12.9
19652024-11-13T21:26:19.253Z Compiling typify-macro v0.2.0
19662024-11-13T21:26:19.716Z Compiling ecdsa v0.16.9
19672024-11-13T21:26:20.010Z Compiling qorb v0.2.0
19682024-11-13T21:26:20.586Z Compiling rsa v0.9.6
19692024-11-13T21:26:21.183Z Compiling ed25519-dalek v2.1.1
19702024-11-13T21:26:22.532Z Compiling zip v0.6.6
19712024-11-13T21:26:22.728Z Compiling crossterm v0.28.1
19722024-11-13T21:26:22.876Z Compiling clap v4.5.20
19732024-11-13T21:26:24.015Z Compiling toml v0.7.8
19742024-11-13T21:26:25.433Z Compiling x509-cert v0.2.5
19752024-11-13T21:26:25.717Z Compiling hex v0.4.3
19762024-11-13T21:26:26.366Z Compiling itertools v0.10.5
19772024-11-13T21:26:26.748Z Compiling peg-runtime v0.8.3
19782024-11-13T21:26:26.871Z Compiling unicode-xid v0.2.6
19792024-11-13T21:26:27.005Z Compiling lalrpop-util v0.19.12
19802024-11-13T21:26:29.846Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19812024-11-13T21:26:33.737Z Compiling proc-macro-crate v1.3.1
19822024-11-13T21:26:34.344Z Compiling ipnetwork v0.20.0
19832024-11-13T21:26:35.041Z Compiling heapless v0.8.0
19842024-11-13T21:26:39.176Z Compiling num_enum_derive v0.5.11
19852024-11-13T21:26:47.935Z Compiling hash32 v0.3.1
19862024-11-13T21:26:49.095Z Compiling ident_case v1.0.1
19872024-11-13T21:26:49.310Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19882024-11-13T21:26:49.759Z Compiling smoltcp v0.11.0
19892024-11-13T21:26:50.418Z Compiling darling_core v0.20.10
19902024-11-13T21:26:56.582Z Compiling num_enum v0.5.11
19912024-11-13T21:26:56.775Z Compiling typify v0.2.0
19922024-11-13T21:26:58.074Z Compiling proc-macro-error-attr v1.0.4
19932024-11-13T21:26:58.316Z Compiling unsafe-libyaml v0.2.11
19942024-11-13T21:26:58.385Z Compiling cobs v0.2.3
19952024-11-13T21:26:58.445Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19962024-11-13T21:27:00.075Z Compiling serde_yaml v0.9.34+deprecated
19972024-11-13T21:27:01.577Z Compiling postcard v1.0.10
19982024-11-13T21:27:15.757Z Compiling progenitor-impl v0.8.0
19992024-11-13T21:27:21.155Z Compiling darling_macro v0.20.10
20002024-11-13T21:27:28.768Z Compiling strum_macros v0.26.4
20012024-11-13T21:27:29.697Z Compiling structmeta-derive v0.3.0
20022024-11-13T21:27:29.706Z Compiling foreign-types-macros v0.2.3
20032024-11-13T21:27:29.918Z Compiling proc-macro-error v1.0.4
20042024-11-13T21:27:30.247Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20052024-11-13T21:27:30.919Z Compiling newtype-uuid v1.1.3
20062024-11-13T21:27:31.786Z Compiling foreign-types-shared v0.3.1
20072024-11-13T21:27:32.110Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20082024-11-13T21:27:32.712Z Compiling structmeta v0.3.0
20092024-11-13T21:27:32.953Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20102024-11-13T21:27:33.179Z Compiling strum v0.26.3
20112024-11-13T21:27:33.386Z Compiling foreign-types v0.5.0
20122024-11-13T21:27:40.647Z Compiling progenitor-macro v0.8.0
20132024-11-13T21:27:42.963Z Compiling darling v0.20.10
20142024-11-13T21:27:44.957Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20152024-11-13T21:27:45.422Z Compiling progenitor-client v0.8.0
20162024-11-13T21:27:48.606Z Compiling tabwriter v1.4.0
20172024-11-13T21:27:50.090Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20182024-11-13T21:27:50.314Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20192024-11-13T21:27:50.929Z Compiling cstr-argument v0.1.2
20202024-11-13T21:27:51.166Z Compiling dropshot v0.13.0
20212024-11-13T21:27:51.490Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20222024-11-13T21:27:51.792Z Compiling crucible-workspace-hack v0.1.0
20232024-11-13T21:27:51.870Z Compiling fastrand v2.1.1
20242024-11-13T21:27:52.083Z Compiling pretty-hex v0.2.1
20252024-11-13T21:27:52.492Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20262024-11-13T21:27:52.527Z Compiling tempfile v3.13.0
20272024-11-13T21:27:53.003Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20282024-11-13T21:27:53.193Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20292024-11-13T21:27:53.973Z Compiling progenitor v0.8.0
20302024-11-13T21:27:53.987Z Compiling serde_with_macros v3.11.0
20312024-11-13T21:27:54.150Z Compiling parse-display-derive v0.10.0
20322024-11-13T21:27:54.199Z Compiling colored v2.1.0
20332024-11-13T21:27:54.378Z Compiling dropshot_endpoint v0.13.0
20342024-11-13T21:27:55.443Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20352024-11-13T21:27:56.206Z Compiling instant v0.1.13
20362024-11-13T21:27:56.387Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20372024-11-13T21:27:56.456Z Compiling serde_with v3.11.0
20382024-11-13T21:27:56.805Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20392024-11-13T21:27:57.792Z Compiling backoff v0.4.0
20402024-11-13T21:27:58.046Z Compiling parse-display v0.10.0
20412024-11-13T21:27:58.148Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20422024-11-13T21:27:59.690Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20432024-11-13T21:27:59.993Z Compiling zone_cfg_derive v0.3.0
20442024-11-13T21:28:00.276Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20452024-11-13T21:28:00.608Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20462024-11-13T21:28:00.893Z Compiling camino-tempfile v1.1.1
20472024-11-13T21:28:01.370Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20482024-11-13T21:28:01.452Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20492024-11-13T21:28:01.651Z Compiling regress v0.9.1
20502024-11-13T21:28:01.672Z Compiling macaddr v1.0.1
20512024-11-13T21:28:01.875Z Compiling num-derive v0.4.2
20522024-11-13T21:28:02.330Z Compiling sigpipe v0.1.3
20532024-11-13T21:28:02.479Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20542024-11-13T21:28:02.772Z Compiling libefi-sys v0.1.0
20552024-11-13T21:28:03.130Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20562024-11-13T21:28:04.075Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20572024-11-13T21:28:05.659Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20582024-11-13T21:28:06.222Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20592024-11-13T21:28:06.367Z Compiling zone v0.3.0
20602024-11-13T21:28:08.086Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20612024-11-13T21:28:09.823Z Compiling smf v0.2.3
20622024-11-13T21:28:10.129Z Compiling bitfield-struct v0.6.2
20632024-11-13T21:28:10.494Z Compiling blake3 v1.5.4
20642024-11-13T21:28:11.135Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20652024-11-13T21:28:11.518Z Compiling ring v0.16.20
20662024-11-13T21:28:11.678Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20672024-11-13T21:28:12.511Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20682024-11-13T21:28:12.865Z Compiling xattr v1.3.1
20692024-11-13T21:28:12.928Z Compiling filetime v0.2.25
20702024-11-13T21:28:13.192Z Compiling memmap2 v0.9.5
20712024-11-13T21:28:13.284Z Compiling spin v0.5.2
20722024-11-13T21:28:13.558Z Compiling arrayref v0.3.9
20732024-11-13T21:28:13.640Z Compiling same-file v1.0.6
20742024-11-13T21:28:13.670Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20752024-11-13T21:28:13.797Z Compiling constant_time_eq v0.3.1
20762024-11-13T21:28:13.816Z Compiling arrayvec v0.7.6
20772024-11-13T21:28:13.950Z Compiling walkdir v2.5.0
20782024-11-13T21:28:13.980Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20792024-11-13T21:28:15.528Z Compiling tar v0.4.43
20802024-11-13T21:28:16.754Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20812024-11-13T21:28:17.085Z Compiling gethostname v0.5.0
20822024-11-13T21:28:17.168Z Compiling cargo-platform v0.1.8
20832024-11-13T21:28:17.299Z Compiling topological-sort v0.2.2
20842024-11-13T21:28:17.591Z Compiling cargo_metadata v0.18.1
20852024-11-13T21:28:21.059Z Compiling omicron-zone-package v0.11.1
20862024-11-13T21:28:23.416Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20872024-11-13T21:28:25.377Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20882024-11-13T21:28:31.416Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20892024-11-13T21:28:47.679Z Finished `release` profile [optimized] target(s) in 5m 24s
20902024-11-13T21:28:47.843Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
20912024-11-13T21:28:47.891ZLogging to: /work/oxidecomputer/omicron/out/LOG
20922024-11-13T21:28:47.893ZCreated new build target 'test' and set it as active
20932024-11-13T21:28:47.893Z
20942024-11-13T21:28:47.893Zreal 5:24.467229763
20952024-11-13T21:28:47.893Zuser 36:31.164323510
20962024-11-13T21:28:47.893Zsys 4:52.171459188
20972024-11-13T21:28:47.893Ztrap 1.063498526
20982024-11-13T21:28:47.893Ztflt 2.969183360
20992024-11-13T21:28:47.893Zdflt 0.733986347
21002024-11-13T21:28:47.893Zkflt 0.000220947
21012024-11-13T21:28:47.893Zlock 1:17:07.350402704
21022024-11-13T21:28:47.894Zslp 2:32:58.978086414
21032024-11-13T21:28:47.894Zlat 2:28.531160402
21042024-11-13T21:28:47.894Zstop 4:32.789674173
21052024-11-13T21:28:47.896Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21062024-11-13T21:28:48.857Z Finished `release` profile [optimized] target(s) in 0.91s
21072024-11-13T21:28:48.916Z Running `target/release/omicron-package -t test package`
21082024-11-13T21:28:48.963ZLogging to: /work/oxidecomputer/omicron/out/LOG
21092024-11-13T21:28:50.116Z Compiling convert_case v0.4.0
21102024-11-13T21:28:50.125Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21112024-11-13T21:28:50.125Z Compiling itertools v0.13.0
21122024-11-13T21:28:50.125Z Compiling password-hash v0.5.0
21132024-11-13T21:28:50.125Z Compiling blake2 v0.10.6
21142024-11-13T21:28:50.252Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21152024-11-13T21:28:50.255Z Compiling newline-converter v0.3.0
21162024-11-13T21:28:50.255Z Compiling owo-colors v4.1.0
21172024-11-13T21:28:50.513Z Compiling cancel-safe-futures v0.1.5
21182024-11-13T21:28:50.576Z Compiling expectorate v1.1.0
21192024-11-13T21:28:50.771Z Compiling libsw v3.3.1
21202024-11-13T21:28:50.850Z Compiling argon2 v0.5.3
21212024-11-13T21:28:50.930Z Compiling derive_more v0.99.18
21222024-11-13T21:28:51.105Z Compiling linear-map v1.2.0
21232024-11-13T21:28:51.455Z Compiling indent_write v2.2.0
21242024-11-13T21:28:51.547Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21252024-11-13T21:28:51.696Z Compiling swrite v0.1.0
21262024-11-13T21:28:51.756Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21272024-11-13T21:28:51.841Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21282024-11-13T21:28:52.144Z Compiling progenitor-client v0.8.0
21292024-11-13T21:28:52.487Z Compiling base64 v0.21.7
21302024-11-13T21:28:52.626Z Compiling progenitor v0.8.0
21312024-11-13T21:28:52.900Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21322024-11-13T21:28:53.291Z Compiling atomicwrites v0.4.4
21332024-11-13T21:28:53.454Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21342024-11-13T21:28:53.610Z Compiling num-rational v0.4.2
21352024-11-13T21:28:53.837Z Compiling num-complex v0.4.6
21362024-11-13T21:28:53.959Z Compiling float-ord v0.3.2
21372024-11-13T21:28:54.142Z Compiling semver v0.1.20
21382024-11-13T21:28:54.733Z Compiling rustc_version v0.1.7
21392024-11-13T21:28:55.152Z Compiling num v0.4.3
21402024-11-13T21:28:55.173Z Compiling newtype_derive v0.1.6
21412024-11-13T21:28:55.283Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21422024-11-13T21:28:55.570Z Compiling humantime v2.1.0
21432024-11-13T21:28:56.146Z Compiling highway v1.2.0
21442024-11-13T21:28:56.587Z Compiling steno v0.4.1
21452024-11-13T21:28:57.573Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21462024-11-13T21:28:57.903Z Compiling newtype-uuid v1.1.3
21472024-11-13T21:28:58.264Z Compiling dropshot v0.13.0
21482024-11-13T21:28:58.344Z Compiling tungstenite v0.21.0
21492024-11-13T21:28:59.764Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21502024-11-13T21:29:00.780Z Compiling ipnetwork v0.20.0
21512024-11-13T21:29:01.085Z Compiling instant v0.1.13
21522024-11-13T21:29:01.274Z Compiling slog-dtrace v0.3.0
21532024-11-13T21:29:01.600Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21542024-11-13T21:29:01.697Z Compiling backoff v0.4.0
21552024-11-13T21:29:02.045Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21562024-11-13T21:29:02.737Z Compiling tokio-tungstenite v0.21.0
21572024-11-13T21:29:03.563Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21582024-11-13T21:29:03.930Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21592024-11-13T21:29:07.421Z Compiling parse-display v0.10.0
21602024-11-13T21:29:08.006Z Compiling strum v0.26.3
21612024-11-13T21:29:08.203Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21622024-11-13T21:29:08.395Z Compiling serde_with v3.11.0
21632024-11-13T21:29:11.486Z Compiling regress v0.9.1
21642024-11-13T21:29:11.717Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21652024-11-13T21:29:12.623Z Compiling macaddr v1.0.1
21662024-11-13T21:29:13.357Z Compiling prettyplease v0.2.25
21672024-11-13T21:29:13.441Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21682024-11-13T21:29:14.597Z Compiling arc-swap v1.7.1
21692024-11-13T21:29:15.001Z Compiling display-error-chain v0.2.2
21702024-11-13T21:29:15.230Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21712024-11-13T21:29:15.267Z Compiling slog-scope v4.4.0
21722024-11-13T21:29:16.086Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21732024-11-13T21:29:16.308Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21742024-11-13T21:29:17.402Z Compiling half v2.4.1
21752024-11-13T21:29:18.073Z Compiling ciborium-io v0.2.2
21762024-11-13T21:29:18.228Z Compiling ciborium-ll v0.2.2
21772024-11-13T21:29:18.415Z Compiling slog-stdlog v4.1.1
21782024-11-13T21:29:18.732Z Compiling slog-envlogger v2.2.0
21792024-11-13T21:29:19.236Z Compiling ciborium v0.2.2
21802024-11-13T21:29:20.104Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21812024-11-13T21:29:21.386Z Compiling same-file v1.0.6
21822024-11-13T21:29:21.498Z Compiling fastrand v2.1.1
21832024-11-13T21:29:21.646Z Compiling walkdir v2.5.0
21842024-11-13T21:29:22.030Z Compiling tempfile v3.13.0
21852024-11-13T21:29:22.316Z Compiling ring v0.16.20
21862024-11-13T21:29:22.816Z Compiling blake3 v1.5.4
21872024-11-13T21:29:23.544Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21882024-11-13T21:29:25.128Z Compiling xattr v1.3.1
21892024-11-13T21:29:25.419Z Compiling filetime v0.2.25
21902024-11-13T21:29:25.745Z Compiling memmap2 v0.9.5
21912024-11-13T21:29:26.176Z Compiling keccak v0.1.5
21922024-11-13T21:29:26.257Z Compiling arrayref v0.3.9
21932024-11-13T21:29:26.380Z Compiling constant_time_eq v0.3.1
21942024-11-13T21:29:26.561Z Compiling spin v0.5.2
21952024-11-13T21:29:26.820Z Compiling arrayvec v0.7.6
21962024-11-13T21:29:30.558Z Compiling sha3 v0.10.8
21972024-11-13T21:29:31.014Z Compiling tar v0.4.43
21982024-11-13T21:29:31.146Z Compiling camino-tempfile v1.1.1
21992024-11-13T21:29:31.439Z Compiling toolchain_find v0.4.0
22002024-11-13T21:29:31.589Z Compiling nibble_vec v0.1.0
22012024-11-13T21:29:31.840Z Compiling topological-sort v0.2.2
22022024-11-13T21:29:32.033Z Compiling crunchy v0.2.2
22032024-11-13T21:29:32.084Z Compiling endian-type v0.1.2
22042024-11-13T21:29:32.349Z Compiling radium v0.7.0
22052024-11-13T21:29:32.795Z Compiling maplit v1.0.2
22062024-11-13T21:29:33.002Z Compiling radix_trie v0.2.1
22072024-11-13T21:29:33.190Z Compiling omicron-zone-package v0.11.1
22082024-11-13T21:29:33.911Z Compiling rustfmt-wrapper v0.2.1
22092024-11-13T21:29:33.983Z Compiling pem v3.0.4
22102024-11-13T21:29:34.491Z Compiling tiny-keccak v2.0.2
22112024-11-13T21:29:34.792Z Compiling tap v1.0.1
22122024-11-13T21:29:34.998Z Compiling maybe-uninit v2.0.0
22132024-11-13T21:29:35.447Z Compiling wyz v0.5.1
22142024-11-13T21:29:35.700Z Compiling dsl_auto_type v0.1.2
22152024-11-13T21:29:35.949Z Compiling scheduled-thread-pool v0.2.7
22162024-11-13T21:29:36.065Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22172024-11-13T21:29:36.250Z Compiling secrecy v0.8.0
22182024-11-13T21:29:36.545Z Compiling diesel_table_macro_syntax v0.2.0
22192024-11-13T21:29:36.877Z Compiling funty v2.0.0
22202024-11-13T21:29:36.951Z Compiling crc-catalog v2.4.0
22212024-11-13T21:29:37.052Z Compiling packed_struct v0.10.1
22222024-11-13T21:29:37.116Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22232024-11-13T21:29:37.147Z Compiling crc v3.2.1
22242024-11-13T21:29:37.478Z Compiling diesel_derives v2.2.3
22252024-11-13T21:29:37.528Z Compiling r2d2 v0.8.10
22262024-11-13T21:29:37.993Z Compiling bitvec v1.0.1
22272024-11-13T21:29:38.314Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22282024-11-13T21:29:39.359Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22292024-11-13T21:29:39.500Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22302024-11-13T21:29:40.905Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22312024-11-13T21:29:41.427Z Compiling ascii-canvas v3.0.0
22322024-11-13T21:29:41.949Z Compiling universal-hash v0.5.1
22332024-11-13T21:29:42.201Z Compiling thiserror-impl-no-std v2.0.2
22342024-11-13T21:29:42.580Z Compiling packed_struct_codegen v0.10.1
22352024-11-13T21:29:44.931Z Compiling lzma-sys v0.1.20
22362024-11-13T21:29:45.132Z Compiling ena v0.14.3
22372024-11-13T21:29:45.581Z Compiling indexmap v1.9.3
22382024-11-13T21:29:45.623Z Compiling regex-syntax v0.6.29
22392024-11-13T21:29:45.897Z Compiling nodrop v0.1.14
22402024-11-13T21:29:46.046Z Compiling opaque-debug v0.3.1
22412024-11-13T21:29:46.158Z Compiling diff v0.1.13
22422024-11-13T21:29:46.742Z Compiling poly1305 v0.8.0
22432024-11-13T21:29:48.261Z Compiling array-init v0.0.4
22442024-11-13T21:29:49.004Z Compiling diesel v2.2.4
22452024-11-13T21:29:49.560Z Compiling lalrpop v0.19.12
22462024-11-13T21:29:55.615Z Compiling thiserror-no-std v2.0.2
22472024-11-13T21:29:55.753Z Compiling smallvec v0.6.14
22482024-11-13T21:29:56.533Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22492024-11-13T21:29:56.833Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22502024-11-13T21:29:57.131Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22512024-11-13T21:29:57.415Z Compiling chacha20 v0.9.1
22522024-11-13T21:29:57.631Z Compiling heck v0.3.3
22532024-11-13T21:29:57.916Z Compiling const_format_proc_macros v0.2.33
22542024-11-13T21:29:58.027Z Compiling aead v0.5.2
22552024-11-13T21:29:58.380Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22562024-11-13T21:29:58.689Z Compiling termcolor v1.4.1
22572024-11-13T21:29:59.750Z Compiling ref-cast v1.0.23
22582024-11-13T21:29:59.804Z Compiling hashbrown v0.12.3
22592024-11-13T21:30:00.205Z Compiling bitfield v0.14.0
22602024-11-13T21:30:00.512Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22612024-11-13T21:30:02.465Z Compiling const_format v0.2.33
22622024-11-13T21:30:03.711Z Compiling env_logger v0.10.2
22632024-11-13T21:30:06.085Z Compiling chacha20poly1305 v0.10.1
22642024-11-13T21:30:06.342Z Compiling zone_cfg_derive v0.1.2
22652024-11-13T21:30:07.006Z Compiling serde-hex v0.1.0
22662024-11-13T21:30:07.712Z Compiling vsss-rs v3.3.4
22672024-11-13T21:30:12.309Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22682024-11-13T21:30:12.483Z Compiling ron v0.8.1
22692024-11-13T21:30:12.644Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22702024-11-13T21:30:12.934Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22712024-11-13T21:30:13.573Z Compiling derive_builder_core v0.20.2
22722024-11-13T21:30:15.610Z Compiling polar-core v0.27.3
22732024-11-13T21:30:16.046Z Compiling hashbrown v0.13.2
22742024-11-13T21:30:16.866Z Compiling headers-core v0.3.0
22752024-11-13T21:30:17.061Z Compiling fxhash v0.2.1
22762024-11-13T21:30:17.224Z Compiling libxml v0.3.3
22772024-11-13T21:30:17.290Z Compiling ref-cast-impl v1.0.23
22782024-11-13T21:30:17.599Z Compiling base64 v0.13.1
22792024-11-13T21:30:18.342Z Compiling crc-any v2.5.0
22802024-11-13T21:30:18.363Z Compiling ron v0.7.1
22812024-11-13T21:30:18.620Z Compiling object v0.30.4
22822024-11-13T21:30:19.333Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22832024-11-13T21:30:23.806Z Compiling headers v0.4.0
22842024-11-13T21:30:27.425Z Compiling derive_builder_macro v0.20.2
22852024-11-13T21:30:28.275Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22862024-11-13T21:30:29.830Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22872024-11-13T21:30:30.566Z Compiling xz2 v0.1.7
22882024-11-13T21:30:31.184Z Compiling zone v0.1.8
22892024-11-13T21:30:34.230Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22902024-11-13T21:30:34.445Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22912024-11-13T21:30:34.587Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22922024-11-13T21:30:34.881Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22932024-11-13T21:30:34.929Z Compiling yasna v0.5.2
22942024-11-13T21:30:36.496Z Compiling phf_generator v0.11.2
22952024-11-13T21:30:36.704Z Compiling strum_macros v0.24.3
22962024-11-13T21:30:37.399Z Compiling kstat-rs v0.2.4
22972024-11-13T21:30:38.287Z Compiling samael v0.0.17
22982024-11-13T21:30:38.398Z Compiling async-recursion v1.1.1
22992024-11-13T21:30:39.557Z Compiling unicase v2.7.0
23002024-11-13T21:30:39.866Z Compiling path-slash v0.1.5
23012024-11-13T21:30:39.869Z Compiling indoc v1.0.9
23022024-11-13T21:30:40.023Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23032024-11-13T21:30:40.121Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23042024-11-13T21:30:41.471Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23052024-11-13T21:30:43.719Z Compiling phf_codegen v0.11.2
23062024-11-13T21:30:44.010Z Compiling rcgen v0.12.1
23072024-11-13T21:30:47.060Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23082024-11-13T21:30:53.050Z Compiling derive_builder v0.20.2
23092024-11-13T21:30:54.378Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23102024-11-13T21:30:55.709Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23112024-11-13T21:30:56.013Z Compiling oso-derive v0.27.3
23122024-11-13T21:30:57.013Z Compiling impl-trait-for-tuples v0.2.2
23132024-11-13T21:30:58.213Z Compiling libz-sys v1.1.20
23142024-11-13T21:30:58.894Z Compiling parse-zoneinfo v0.3.1
23152024-11-13T21:31:00.571Z Compiling quick-xml v0.33.0
23162024-11-13T21:31:00.613Z Compiling subprocess v0.2.9
23172024-11-13T21:31:01.741Z Compiling diesel-dtrace v0.3.0
23182024-11-13T21:31:02.063Z Compiling cfg_aliases v0.1.1
23192024-11-13T21:31:02.190Z Compiling parking_lot_core v0.8.6
23202024-11-13T21:31:02.661Z Compiling nix v0.28.0
23212024-11-13T21:31:03.498Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23222024-11-13T21:31:03.731Z Compiling oso v0.27.3
23232024-11-13T21:31:05.341Z Compiling chrono-tz-build v0.4.0
23242024-11-13T21:31:06.705Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23252024-11-13T21:31:08.301Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23262024-11-13T21:31:11.460Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23272024-11-13T21:31:13.747Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23282024-11-13T21:31:14.052Z Compiling bb8 v0.8.5
23292024-11-13T21:31:14.686Z Compiling vte_generate_state_changes v0.1.2
23302024-11-13T21:31:14.774Z Compiling buf-list v1.0.3
23312024-11-13T21:31:15.330Z Compiling vte v0.11.1
23322024-11-13T21:31:15.490Z Compiling async-bb8-diesel v0.2.1
23332024-11-13T21:31:16.385Z Compiling chrono-tz v0.10.0
23342024-11-13T21:31:17.507Z Compiling fd-lock v4.0.2
23352024-11-13T21:31:17.766Z Compiling libgit2-sys v0.17.0+1.8.1
23362024-11-13T21:31:17.892Z Compiling pin-project-internal v1.1.6
23372024-11-13T21:31:18.569Z Compiling atty v0.2.14
23382024-11-13T21:31:18.749Z Compiling salty v0.3.0
23392024-11-13T21:31:19.197Z Compiling bytecount v0.6.8
23402024-11-13T21:31:19.545Z Compiling papergrid v0.11.0
23412024-11-13T21:31:20.706Z Compiling pin-project v1.1.6
23422024-11-13T21:31:21.488Z Compiling parking_lot v0.11.2
23432024-11-13T21:31:30.199Z Compiling strip-ansi-escapes v0.2.0
23442024-11-13T21:31:31.941Z Compiling tabled_derive v0.7.0
23452024-11-13T21:31:32.438Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23462024-11-13T21:31:34.152Z Compiling peg-macros v0.8.4
23472024-11-13T21:31:36.956Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23482024-11-13T21:31:37.483Z Compiling snafu-derive v0.8.5
23492024-11-13T21:31:37.959Z Compiling sqlparser_derive v0.2.2
23502024-11-13T21:31:38.973Z Compiling home v0.5.9
23512024-11-13T21:31:39.283Z Compiling lockfree-object-pool v0.1.6
23522024-11-13T21:31:39.615Z Compiling bumpalo v3.16.0
23532024-11-13T21:31:40.235Z Compiling nu-ansi-term v0.50.1
23542024-11-13T21:31:41.453Z Compiling simd-adler32 v0.3.7
23552024-11-13T21:31:42.397Z Compiling unicode_categories v0.1.1
23562024-11-13T21:31:42.624Z Compiling zip v2.1.3
23572024-11-13T21:31:42.754Z Compiling sqlformat v0.2.6
23582024-11-13T21:31:42.981Z Compiling snafu v0.8.5
23592024-11-13T21:31:44.284Z Compiling zopfli v0.8.1
23602024-11-13T21:31:48.328Z Compiling reedline v0.35.0
23612024-11-13T21:31:48.794Z Compiling rustyline v14.0.0
23622024-11-13T21:31:53.737Z Compiling sqlparser v0.45.0
23632024-11-13T21:31:54.535Z Compiling peg v0.8.4
23642024-11-13T21:31:54.666Z Compiling tabled v0.15.0
23652024-11-13T21:31:57.794Z Compiling sled v0.34.7
23662024-11-13T21:32:01.128Z Compiling mime_guess v2.0.5
23672024-11-13T21:32:04.533Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23682024-11-13T21:32:06.732Z Compiling hickory-client v0.24.1
23692024-11-13T21:32:07.966Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23702024-11-13T21:32:11.133Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23712024-11-13T21:32:11.307Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23722024-11-13T21:32:12.023Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23732024-11-13T21:32:17.353Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23742024-11-13T21:32:18.937Z Compiling globset v0.4.15
23752024-11-13T21:32:18.939Z Compiling hickory-server v0.24.1
23762024-11-13T21:32:20.712Z Compiling primeorder v0.13.6
23772024-11-13T21:32:26.648Z Compiling olpc-cjson v0.1.4
23782024-11-13T21:32:27.019Z Compiling vergen v8.3.2
23792024-11-13T21:32:27.340Z Compiling bcs v0.1.6
23802024-11-13T21:32:28.274Z Compiling env_filter v0.1.2
23812024-11-13T21:32:29.855Z Compiling cargo-platform v0.1.8
23822024-11-13T21:32:30.390Z Compiling serde_plain v1.0.2
23832024-11-13T21:32:30.955Z Compiling nanorand v0.7.0
23842024-11-13T21:32:31.097Z Compiling memoffset v0.9.1
23852024-11-13T21:32:31.527Z Compiling typed-path v0.9.3
23862024-11-13T21:32:31.882Z Compiling flume v0.11.1
23872024-11-13T21:32:32.428Z Compiling cargo_metadata v0.18.1
23882024-11-13T21:32:32.504Z Compiling env_logger v0.11.5
23892024-11-13T21:32:34.030Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23902024-11-13T21:32:35.652Z Compiling tough v0.19.0
23912024-11-13T21:32:38.986Z Compiling p384 v0.13.0
23922024-11-13T21:32:44.890Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23932024-11-13T21:32:45.201Z Compiling git2 v0.19.0
23942024-11-13T21:32:54.689Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23952024-11-13T21:32:55.619Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23962024-11-13T21:32:57.712Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
23972024-11-13T21:33:00.233Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23982024-11-13T21:33:00.812Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
23992024-11-13T21:33:03.574Z Compiling rand_seeder v0.3.0
24002024-11-13T21:33:04.013Z Compiling libsqlite3-sys v0.30.1
24012024-11-13T21:33:04.546Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24022024-11-13T21:33:04.654Z Compiling cfg_aliases v0.2.1
24032024-11-13T21:33:04.779Z Compiling rustls v0.21.12
24042024-11-13T21:33:04.868Z Compiling parse-size v1.1.0
24052024-11-13T21:33:05.109Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24062024-11-13T21:33:05.205Z Compiling nix v0.29.0
24072024-11-13T21:33:06.123Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24082024-11-13T21:33:06.367Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24092024-11-13T21:33:08.118Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24102024-11-13T21:33:08.260Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24112024-11-13T21:33:09.095Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24122024-11-13T21:33:09.405Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24132024-11-13T21:33:10.464Z Compiling rustls-webpki v0.101.7
24142024-11-13T21:33:12.182Z Compiling sct v0.7.1
24152024-11-13T21:33:12.676Z Compiling castaway v0.2.3
24162024-11-13T21:33:12.901Z Compiling csv-core v0.1.11
24172024-11-13T21:33:13.756Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24182024-11-13T21:33:13.788Z Compiling http-range v0.1.5
24192024-11-13T21:33:14.090Z Compiling glob v0.3.1
24202024-11-13T21:33:14.400Z Compiling hyper-staticfile v0.10.1
24212024-11-13T21:33:14.463Z Compiling csv v1.3.0
24222024-11-13T21:33:16.154Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24232024-11-13T21:33:16.607Z Compiling compact_str v0.8.0
24242024-11-13T21:33:19.201Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24252024-11-13T21:33:20.128Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24262024-11-13T21:33:21.448Z Compiling nix v0.27.1
24272024-11-13T21:33:23.384Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24282024-11-13T21:33:25.466Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24292024-11-13T21:33:30.583Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24302024-11-13T21:33:35.038Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24312024-11-13T21:33:35.828Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24322024-11-13T21:33:38.328Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24332024-11-13T21:33:38.715Z Compiling unicode-truncate v1.1.0
24342024-11-13T21:33:39.013Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24352024-11-13T21:33:39.326Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24362024-11-13T21:33:39.645Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24372024-11-13T21:33:42.147Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24382024-11-13T21:33:42.599Z Compiling hashlink v0.9.1
24392024-11-13T21:33:43.467Z Compiling tungstenite v0.23.0
24402024-11-13T21:33:43.662Z Compiling lru v0.12.5
24412024-11-13T21:33:44.094Z Compiling instability v0.3.2
24422024-11-13T21:33:45.113Z Compiling fallible-iterator v0.3.0
24432024-11-13T21:33:45.132Z Compiling cassowary v0.3.0
24442024-11-13T21:33:45.976Z Compiling fallible-streaming-iterator v0.1.9
24452024-11-13T21:33:46.293Z Compiling rusqlite v0.32.1
24462024-11-13T21:33:46.795Z Compiling ratatui v0.28.1
24472024-11-13T21:33:48.690Z Compiling tokio-tungstenite v0.23.1
24482024-11-13T21:33:49.198Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24492024-11-13T21:33:52.537Z Compiling tokio-rustls v0.24.1
24502024-11-13T21:33:58.970Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24512024-11-13T21:34:05.448Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24522024-11-13T21:34:06.076Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24532024-11-13T21:34:06.372Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24542024-11-13T21:34:07.115Z Compiling rustls-pemfile v1.0.4
24552024-11-13T21:34:07.740Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24562024-11-13T21:34:08.055Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24572024-11-13T21:34:10.159Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24582024-11-13T21:34:10.346Z Compiling signal-hook-tokio v0.3.1
24592024-11-13T21:34:10.581Z Compiling twox-hash v1.6.3
24602024-11-13T21:34:11.589Z Compiling is_ci v1.2.0
24612024-11-13T21:34:11.906Z Compiling unicode-linebreak v0.1.5
24622024-11-13T21:34:12.386Z Compiling smawk v0.3.2
24632024-11-13T21:34:12.831Z Compiling supports-color v3.0.1
24642024-11-13T21:34:12.840Z Compiling textwrap v0.16.1
24652024-11-13T21:34:12.996Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24662024-11-13T21:34:16.061Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24672024-11-13T21:34:33.202Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24682024-11-13T21:34:33.826Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24692024-11-13T21:34:34.846Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24702024-11-13T21:34:38.755Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24712024-11-13T21:34:39.373Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24722024-11-13T21:34:41.705Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24732024-11-13T21:34:48.273Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24742024-11-13T21:34:48.595Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24752024-11-13T21:34:48.849Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24762024-11-13T21:34:55.470Z Compiling fatfs v0.3.6
24772024-11-13T21:34:57.894Z Compiling rtoolbox v0.0.2
24782024-11-13T21:34:58.336Z Compiling assert_matches v1.5.0
24792024-11-13T21:34:58.352Z Compiling rpassword v7.3.1
24802024-11-13T21:34:58.838Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24812024-11-13T21:34:58.894Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24822024-11-13T21:35:15.625Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24832024-11-13T21:35:19.873Z Compiling tui-tree-widget v0.22.0
24842024-11-13T21:35:20.372Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24852024-11-13T21:35:22.610Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24862024-11-13T21:35:25.329Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24872024-11-13T21:35:25.639Z Compiling uzers v0.12.1
24882024-11-13T21:35:28.763Z Compiling shell-words v1.1.0
24892024-11-13T21:35:29.220Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24902024-11-13T21:35:36.203Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24912024-11-13T21:35:38.322Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24922024-11-13T21:35:57.822Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
24932024-11-13T21:36:08.488Z Compiling multimap v0.10.0
24942024-11-13T21:38:09.648Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
24952024-11-13T21:38:20.018Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24962024-11-13T21:45:01.731Z Finished `release` profile [optimized] target(s) in 16m 12s
24972024-11-13T21:46:03.098Z
24982024-11-13T21:46:03.098Zreal 17:14.623938432
24992024-11-13T21:46:03.098Zuser 1:56:57.914884163
25002024-11-13T21:46:03.098Zsys 5:47.865672324
25012024-11-13T21:46:03.098Ztrap 2.838645070
25022024-11-13T21:46:03.098Ztflt 2.867011439
25032024-11-13T21:46:03.098Zdflt 4.752957961
25042024-11-13T21:46:03.098Zkflt 0.010062711
25052024-11-13T21:46:03.098Zlock 7:15:27.662655491
25062024-11-13T21:46:03.098Zslp 6:13:37.773206357
25072024-11-13T21:46:03.098Zlat 2:49.267331130
25082024-11-13T21:46:03.098Zstop 2:32.230701047
25092024-11-13T21:46:03.098Z+ mapfile -t packages
25102024-11-13T21:46:03.098Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25112024-11-13T21:46:03.849Z Finished `release` profile [optimized] target(s) in 0.94s
25122024-11-13T21:46:03.858Z Running `target/release/omicron-package -t test list-outputs`
25132024-11-13T21:46:03.858ZLogging to: /work/oxidecomputer/omicron/out/LOG
25142024-11-13T21:46:03.858Z+ ptime -m cargo build --locked --release -p xtask
25152024-11-13T21:46:04.273Z Compiling serde v1.0.215
25162024-11-13T21:46:04.278Z Compiling rustix v0.38.37
25172024-11-13T21:46:04.278Z Compiling libc v0.2.162
25182024-11-13T21:46:04.278Z Compiling serde_json v1.0.132
25192024-11-13T21:46:04.363Z Compiling syn v2.0.87
25202024-11-13T21:46:04.381Z Compiling bitflags v2.6.0
25212024-11-13T21:46:04.719Z Compiling usdt-impl v0.5.0
25222024-11-13T21:46:04.755Z Compiling syn v1.0.109
25232024-11-13T21:46:04.874Z Compiling hashbrown v0.15.0
25242024-11-13T21:46:04.889Z Compiling log v0.4.22
25252024-11-13T21:46:04.956Z Compiling fs-err v2.11.0
25262024-11-13T21:46:05.249Z Compiling once_cell v1.20.2
25272024-11-13T21:46:05.369Z Compiling anyhow v1.0.93
25282024-11-13T21:46:05.871Z Compiling thread-id v4.2.2
25292024-11-13T21:46:06.185Z Compiling indexmap v2.6.0
25302024-11-13T21:46:07.214Z Compiling terminal_size v0.4.0
25312024-11-13T21:46:07.214Z Compiling tempfile v3.13.0
25322024-11-13T21:46:07.455Z Compiling clap_builder v4.5.20
25332024-11-13T21:46:08.361Z Compiling proc-macro-error v1.0.4
25342024-11-13T21:46:09.520Z Compiling tabled_derive v0.7.0
25352024-11-13T21:46:10.746Z Compiling tabled v0.15.0
25362024-11-13T21:46:12.784Z Compiling serde_derive v1.0.215
25372024-11-13T21:46:13.236Z Compiling thiserror-impl v1.0.69
25382024-11-13T21:46:14.330Z Compiling zerocopy-derive v0.7.35
25392024-11-13T21:46:16.148Z Compiling thiserror v1.0.69
25402024-11-13T21:46:16.471Z Compiling pest v2.7.14
25412024-11-13T21:46:16.550Z Compiling zerocopy v0.7.35
25422024-11-13T21:46:16.646Z Compiling scroll_derive v0.12.0
25432024-11-13T21:46:18.092Z Compiling scroll v0.12.0
25442024-11-13T21:46:18.789Z Compiling goblin v0.8.2
25452024-11-13T21:46:19.278Z Compiling pest_meta v2.7.14
25462024-11-13T21:46:22.118Z Compiling pest_generator v2.7.14
25472024-11-13T21:46:23.915Z Compiling pest_derive v2.7.14
25482024-11-13T21:46:24.693Z Compiling dtrace-parser v0.2.0
25492024-11-13T21:46:26.899Z Compiling clap_derive v4.5.18
25502024-11-13T21:46:31.008Z Compiling dof v0.3.0
25512024-11-13T21:46:31.120Z Compiling serde_tokenstream v0.2.2
25522024-11-13T21:46:31.338Z Compiling serde_spanned v0.6.8
25532024-11-13T21:46:31.436Z Compiling toml_datetime v0.6.8
25542024-11-13T21:46:31.928Z Compiling toml_edit v0.22.22
25552024-11-13T21:46:32.170Z Compiling camino v1.1.9
25562024-11-13T21:46:33.108Z Compiling usdt-macro v0.5.0
25572024-11-13T21:46:33.562Z Compiling usdt-attr-macro v0.5.0
25582024-11-13T21:46:34.365Z Compiling cargo-platform v0.1.8
25592024-11-13T21:46:34.962Z Compiling semver v1.0.23
25602024-11-13T21:46:35.452Z Compiling toml v0.8.19
25612024-11-13T21:46:36.432Z Compiling cargo_metadata v0.18.1
25622024-11-13T21:46:36.435Z Compiling usdt v0.5.0
25632024-11-13T21:46:37.782Z Compiling cargo_toml v0.20.5
25642024-11-13T21:46:39.389Z Compiling camino-tempfile v1.1.1
25652024-11-13T21:46:40.107Z Compiling clap v4.5.20
25662024-11-13T21:46:40.211Z Compiling macaddr v1.0.1
25672024-11-13T21:46:49.548Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25682024-11-13T21:47:00.737Z Finished `release` profile [optimized] target(s) in 56.97s
25692024-11-13T21:47:00.842Z
25702024-11-13T21:47:00.842Zreal 57.107283737
25712024-11-13T21:47:00.842Zuser 5:43.274556798
25722024-11-13T21:47:00.842Zsys 31.304120098
25732024-11-13T21:47:00.842Ztrap 0.144414538
25742024-11-13T21:47:00.845Ztflt 0.318514242
25752024-11-13T21:47:00.845Zdflt 0.513694557
25762024-11-13T21:47:00.845Zkflt 0.008288322
25772024-11-13T21:47:00.845Zlock 10:41.800133384
25782024-11-13T21:47:00.845Zslp 15:45.283231257
25792024-11-13T21:47:00.845Zlat 12.046894968
25802024-11-13T21:47:00.845Zstop 16.339854074
25812024-11-13T21:47:00.845Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25822024-11-13T21:47:00.845Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25832024-11-13T21:47:00.845Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
25842024-11-13T21:47:00.845Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
25852024-11-13T21:47:00.845Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
25862024-11-13T21:47:01.698Z Compiling hashbrown v0.14.5
25872024-11-13T21:47:01.825Z Compiling unsafe-libyaml v0.2.11
25882024-11-13T21:47:01.836Z Compiling progenitor-client v0.8.0
25892024-11-13T21:47:01.839Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25902024-11-13T21:47:01.839Z Compiling ident_case v1.0.1
25912024-11-13T21:47:01.839Z Compiling ipnetwork v0.20.0
25922024-11-13T21:47:01.839Z Compiling instant v0.1.13
25932024-11-13T21:47:01.839Z Compiling structmeta-derive v0.3.0
25942024-11-13T21:47:01.975Z Compiling newtype-uuid v1.1.3
25952024-11-13T21:47:02.028Z Compiling darling_core v0.20.10
25962024-11-13T21:47:02.245Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
25972024-11-13T21:47:02.329Z Compiling dropshot v0.13.0
25982024-11-13T21:47:02.692Z Compiling dropshot_endpoint v0.13.0
25992024-11-13T21:47:02.743Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26002024-11-13T21:47:02.790Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26012024-11-13T21:47:03.027Z Compiling regress v0.10.1
26022024-11-13T21:47:03.096Z Compiling serde_yaml v0.9.34+deprecated
26032024-11-13T21:47:03.141Z Compiling regress v0.9.1
26042024-11-13T21:47:03.517Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26052024-11-13T21:47:03.711Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26062024-11-13T21:47:03.761Z Compiling backoff v0.4.0
26072024-11-13T21:47:04.143Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26082024-11-13T21:47:04.317Z Compiling macaddr v1.0.1
26092024-11-13T21:47:04.539Z Compiling tempfile v3.13.0
26102024-11-13T21:47:04.781Z Compiling proc-macro-crate v1.3.1
26112024-11-13T21:47:04.977Z Compiling structmeta v0.3.0
26122024-11-13T21:47:05.409Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26132024-11-13T21:47:05.464Z Compiling parse-display-derive v0.10.0
26142024-11-13T21:47:05.799Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26152024-11-13T21:47:05.855Z Compiling num_enum_derive v0.5.11
26162024-11-13T21:47:06.116Z Compiling foreign-types-macros v0.2.3
26172024-11-13T21:47:07.300Z Compiling typify-impl v0.2.0
26182024-11-13T21:47:07.421Z Compiling foreign-types-shared v0.3.1
26192024-11-13T21:47:07.549Z Compiling heapless v0.8.0
26202024-11-13T21:47:08.164Z Compiling foreign-types v0.5.0
26212024-11-13T21:47:08.280Z Compiling proc-macro-error v1.0.4
26222024-11-13T21:47:08.429Z Compiling num_enum v0.5.11
26232024-11-13T21:47:08.487Z Compiling camino-tempfile v1.1.1
26242024-11-13T21:47:08.602Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26252024-11-13T21:47:08.646Z Compiling hash32 v0.3.1
26262024-11-13T21:47:08.955Z Compiling cstr-argument v0.1.2
26272024-11-13T21:47:08.987Z Compiling smoltcp v0.11.0
26282024-11-13T21:47:09.040Z Compiling crucible-workspace-hack v0.1.0
26292024-11-13T21:47:09.141Z Compiling darling_macro v0.20.10
26302024-11-13T21:47:09.242Z Compiling pretty-hex v0.2.1
26312024-11-13T21:47:09.361Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26322024-11-13T21:47:09.429Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26332024-11-13T21:47:09.518Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26342024-11-13T21:47:09.741Z Compiling tabwriter v1.4.0
26352024-11-13T21:47:09.805Z Compiling colored v2.1.0
26362024-11-13T21:47:09.959Z Compiling cobs v0.2.3
26372024-11-13T21:47:10.066Z Compiling darling v0.20.10
26382024-11-13T21:47:10.093Z Compiling parse-display v0.10.0
26392024-11-13T21:47:10.196Z Compiling serde_with_macros v3.11.0
26402024-11-13T21:47:10.256Z Compiling postcard v1.0.10
26412024-11-13T21:47:10.383Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26422024-11-13T21:47:10.605Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26432024-11-13T21:47:10.789Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26442024-11-13T21:47:10.808Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26452024-11-13T21:47:10.810Z Compiling smf v0.2.3
26462024-11-13T21:47:10.876Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26472024-11-13T21:47:11.236Z Compiling zone_cfg_derive v0.3.0
26482024-11-13T21:47:11.696Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26492024-11-13T21:47:12.182Z Compiling num-derive v0.4.2
26502024-11-13T21:47:12.249Z Compiling sigpipe v0.1.3
26512024-11-13T21:47:12.382Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26522024-11-13T21:47:12.755Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26532024-11-13T21:47:12.791Z Compiling zone v0.3.0
26542024-11-13T21:47:13.025Z Compiling serde_with v3.11.0
26552024-11-13T21:47:13.997Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26562024-11-13T21:47:14.477Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26572024-11-13T21:47:14.507Z Compiling universal-hash v0.5.1
26582024-11-13T21:47:14.594Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26592024-11-13T21:47:14.717Z Compiling opaque-debug v0.3.1
26602024-11-13T21:47:14.829Z Compiling num-rational v0.4.2
26612024-11-13T21:47:15.514Z Compiling password-hash v0.5.0
26622024-11-13T21:47:15.577Z Compiling num-complex v0.4.6
26632024-11-13T21:47:16.187Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26642024-11-13T21:47:16.530Z Compiling blake2 v0.10.6
26652024-11-13T21:47:16.568Z Compiling aead v0.5.2
26662024-11-13T21:47:16.672Z Compiling keccak v0.1.5
26672024-11-13T21:47:16.696Z Compiling convert_case v0.4.0
26682024-11-13T21:47:16.951Z Compiling num v0.4.3
26692024-11-13T21:47:17.048Z Compiling argon2 v0.5.3
26702024-11-13T21:47:17.072Z Compiling sha3 v0.10.8
26712024-11-13T21:47:17.236Z Compiling poly1305 v0.8.0
26722024-11-13T21:47:17.691Z Compiling tungstenite v0.21.0
26732024-11-13T21:47:17.750Z Compiling derive_more v0.99.18
26742024-11-13T21:47:17.911Z Compiling chacha20 v0.9.1
26752024-11-13T21:47:18.113Z Compiling base64 v0.21.7
26762024-11-13T21:47:18.385Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26772024-11-13T21:47:18.457Z Compiling float-ord v0.3.2
26782024-11-13T21:47:18.639Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26792024-11-13T21:47:18.904Z Compiling tokio-tungstenite v0.21.0
26802024-11-13T21:47:18.989Z Compiling same-file v1.0.6
26812024-11-13T21:47:19.102Z Compiling semver v0.1.20
26822024-11-13T21:47:19.313Z Compiling walkdir v2.5.0
26832024-11-13T21:47:19.517Z Compiling rustc_version v0.1.7
26842024-11-13T21:47:19.780Z Compiling newline-converter v0.3.0
26852024-11-13T21:47:19.911Z Compiling primeorder v0.13.6
26862024-11-13T21:47:19.944Z Compiling secrecy v0.8.0
26872024-11-13T21:47:19.965Z Compiling cancel-safe-futures v0.1.5
26882024-11-13T21:47:20.000Z Compiling owo-colors v4.1.0
26892024-11-13T21:47:20.052Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26902024-11-13T21:47:20.113Z Compiling newtype_derive v0.1.6
26912024-11-13T21:47:20.212Z Compiling expectorate v1.1.0
26922024-11-13T21:47:20.323Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26932024-11-13T21:47:20.342Z Compiling thiserror-impl-no-std v2.0.2
26942024-11-13T21:47:20.395Z Compiling blake3 v1.5.4
26952024-11-13T21:47:20.417Z Compiling ring v0.16.20
26962024-11-13T21:47:20.417Z Compiling half v2.4.1
26972024-11-13T21:47:20.662Z Compiling unicase v2.7.0
26982024-11-13T21:47:20.927Z Compiling ciborium-io v0.2.2
26992024-11-13T21:47:20.964Z Compiling arc-swap v1.7.1
27002024-11-13T21:47:21.077Z Compiling ciborium-ll v0.2.2
27012024-11-13T21:47:21.192Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27022024-11-13T21:47:21.489Z Compiling slog-scope v4.4.0
27032024-11-13T21:47:21.685Z Compiling polyval v0.6.2
27042024-11-13T21:47:22.006Z Compiling atomicwrites v0.4.4
27052024-11-13T21:47:22.139Z Compiling libsw v3.3.1
27062024-11-13T21:47:22.191Z Compiling memmap2 v0.9.5
27072024-11-13T21:47:22.398Z Compiling arrayvec v0.7.6
27082024-11-13T21:47:22.479Z Compiling salty v0.3.0
27092024-11-13T21:47:22.672Z Compiling constant_time_eq v0.3.1
27102024-11-13T21:47:22.835Z Compiling parking_lot_core v0.8.6
27112024-11-13T21:47:22.861Z Compiling libefi-sys v0.1.0
27122024-11-13T21:47:22.927Z Compiling indent_write v2.2.0
27132024-11-13T21:47:23.159Z Compiling spin v0.5.2
27142024-11-13T21:47:23.168Z Compiling arrayref v0.3.9
27152024-11-13T21:47:23.278Z Compiling linear-map v1.2.0
27162024-11-13T21:47:23.463Z Compiling ghash v0.5.1
27172024-11-13T21:47:23.581Z Compiling thiserror-no-std v2.0.2
27182024-11-13T21:47:23.654Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27192024-11-13T21:47:23.673Z Compiling vsss-rs v3.3.4
27202024-11-13T21:47:23.701Z Compiling slog-stdlog v4.1.1
27212024-11-13T21:47:24.126Z Compiling ciborium v0.2.2
27222024-11-13T21:47:24.625Z Compiling p384 v0.13.0
27232024-11-13T21:47:24.869Z Compiling toolchain_find v0.4.0
27242024-11-13T21:47:25.469Z Compiling chacha20poly1305 v0.10.1
27252024-11-13T21:47:25.602Z Compiling lzma-sys v0.1.20
27262024-11-13T21:47:25.626Z Compiling ctr v0.9.2
27272024-11-13T21:47:25.708Z Compiling itertools v0.13.0
27282024-11-13T21:47:25.997Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27292024-11-13T21:47:26.187Z Compiling bitfield-struct v0.6.2
27302024-11-13T21:47:26.190Z Compiling typify-macro v0.2.0
27312024-11-13T21:47:26.386Z Compiling slog-dtrace v0.3.0
27322024-11-13T21:47:26.402Z Compiling topological-sort v0.2.2
27332024-11-13T21:47:26.625Z Compiling highway v1.2.0
27342024-11-13T21:47:26.761Z Compiling omicron-zone-package v0.11.1
27352024-11-13T21:47:27.620Z Compiling aes-gcm v0.10.3
27362024-11-13T21:47:27.641Z Compiling rustfmt-wrapper v0.2.1
27372024-11-13T21:47:27.684Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27382024-11-13T21:47:27.917Z Compiling mime_guess v2.0.5
27392024-11-13T21:47:27.937Z Compiling steno v0.4.1
27402024-11-13T21:47:28.253Z Compiling slog-envlogger v2.2.0
27412024-11-13T21:47:29.118Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27422024-11-13T21:47:29.138Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27432024-11-13T21:47:29.287Z Compiling heck v0.3.3
27442024-11-13T21:47:29.310Z Compiling ssh-encoding v0.2.0
27452024-11-13T21:47:29.652Z Compiling blowfish v0.9.1
27462024-11-13T21:47:29.743Z Compiling nibble_vec v0.1.0
27472024-11-13T21:47:29.833Z Compiling env_filter v0.1.2
27482024-11-13T21:47:29.858Z Compiling humantime v2.1.0
27492024-11-13T21:47:29.965Z Compiling endian-type v0.1.2
27502024-11-13T21:47:30.093Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27512024-11-13T21:47:30.199Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27522024-11-13T21:47:30.306Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27532024-11-13T21:47:30.395Z Compiling radix_trie v0.2.1
27542024-11-13T21:47:30.431Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27552024-11-13T21:47:30.449Z Compiling env_logger v0.11.5
27562024-11-13T21:47:30.503Z Compiling bcrypt-pbkdf v0.10.0
27572024-11-13T21:47:30.563Z Compiling zone_cfg_derive v0.1.2
27582024-11-13T21:47:30.597Z Compiling typify v0.2.0
27592024-11-13T21:47:30.757Z Compiling progenitor-impl v0.8.0
27602024-11-13T21:47:31.112Z Compiling ssh-cipher v0.2.0
27612024-11-13T21:47:31.235Z Compiling parking_lot v0.11.2
27622024-11-13T21:47:31.387Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27632024-11-13T21:47:31.653Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27642024-11-13T21:47:32.127Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27652024-11-13T21:47:32.158Z Compiling password-hash v0.4.2
27662024-11-13T21:47:32.569Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
27672024-11-13T21:47:32.604Z Compiling gethostname v0.5.0
27682024-11-13T21:47:32.660Z Compiling fxhash v0.2.1
27692024-11-13T21:47:32.831Z Compiling base64 v0.13.1
27702024-11-13T21:47:32.851Z Compiling matches v0.1.10
27712024-11-13T21:47:32.877Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27722024-11-13T21:47:32.962Z Compiling idna v0.2.3
27732024-11-13T21:47:33.066Z Compiling sled v0.34.7
27742024-11-13T21:47:33.188Z Compiling pbkdf2 v0.11.0
27752024-11-13T21:47:33.211Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27762024-11-13T21:47:33.230Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27772024-11-13T21:47:33.475Z Compiling ron v0.7.1
27782024-11-13T21:47:33.568Z Compiling zone v0.1.8
27792024-11-13T21:47:33.969Z Compiling xz2 v0.1.7
27802024-11-13T21:47:34.442Z Compiling ssh-key v0.6.6
27812024-11-13T21:47:34.706Z Compiling hickory-client v0.24.1
27822024-11-13T21:47:35.768Z Compiling p521 v0.13.3
27832024-11-13T21:47:35.954Z Compiling p256 v0.13.2
27842024-11-13T21:47:35.973Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27852024-11-13T21:47:36.195Z Compiling hickory-server v0.24.1
27862024-11-13T21:47:36.820Z Compiling enum-as-inner v0.5.1
27872024-11-13T21:47:37.139Z Compiling pem v3.0.4
27882024-11-13T21:47:37.877Z Compiling yasna v0.5.2
27892024-11-13T21:47:38.014Z Compiling headers-core v0.3.0
27902024-11-13T21:47:38.168Z Compiling kstat-rs v0.2.4
27912024-11-13T21:47:38.192Z Compiling nanorand v0.7.0
27922024-11-13T21:47:38.798Z Compiling russh-cryptovec v0.7.3
27932024-11-13T21:47:38.875Z Compiling atty v0.2.14
27942024-11-13T21:47:39.036Z Compiling http-range v0.1.5
27952024-11-13T21:47:39.138Z Compiling md5 v0.7.0
27962024-11-13T21:47:39.195Z Compiling progenitor-macro v0.8.0
27972024-11-13T21:47:39.410Z Compiling russh-keys v0.45.0
27982024-11-13T21:47:39.432Z Compiling hyper-staticfile v0.10.1
27992024-11-13T21:47:39.638Z Compiling rcgen v0.12.1
28002024-11-13T21:47:39.658Z Compiling flume v0.11.1
28012024-11-13T21:47:39.680Z Compiling headers v0.4.0
28022024-11-13T21:47:40.411Z Compiling trust-dns-proto v0.22.0
28032024-11-13T21:47:40.569Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28042024-11-13T21:47:41.701Z Compiling num-bigint v0.4.6
28052024-11-13T21:47:42.177Z Compiling des v0.8.1
28062024-11-13T21:47:42.562Z Compiling subprocess v0.2.9
28072024-11-13T21:47:43.561Z Compiling hex-literal v0.4.1
28082024-11-13T21:47:43.718Z Compiling dhcproto-macros v0.1.0
28092024-11-13T21:47:43.754Z Compiling display-error-chain v0.2.2
28102024-11-13T21:47:43.983Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28112024-11-13T21:47:44.501Z Compiling internet-checksum v0.2.1
28122024-11-13T21:47:44.766Z Compiling russh v0.45.0
28132024-11-13T21:47:44.926Z Compiling dhcproto v0.12.0
28142024-11-13T21:47:49.752Z Compiling progenitor v0.8.0
28152024-11-13T21:47:49.894Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28162024-11-13T21:47:49.900Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28172024-11-13T21:47:49.900Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28182024-11-13T21:47:49.900Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28192024-11-13T21:47:49.964Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28202024-11-13T21:47:50.021Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28212024-11-13T21:47:50.052Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28222024-11-13T21:47:50.937Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28232024-11-13T21:47:51.512Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28242024-11-13T21:47:51.780Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28252024-11-13T21:47:55.059Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28262024-11-13T21:47:56.413Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28272024-11-13T21:48:06.070Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28282024-11-13T21:48:06.070Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28292024-11-13T21:48:06.072Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28302024-11-13T21:48:06.072Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28312024-11-13T21:48:09.257Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28322024-11-13T21:48:09.508Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28332024-11-13T21:48:10.365Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28342024-11-13T21:48:10.599Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28352024-11-13T21:48:13.050Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28362024-11-13T21:48:14.350Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28372024-11-13T21:48:14.725Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28382024-11-13T21:48:15.108Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28392024-11-13T21:48:17.016Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28402024-11-13T21:48:17.850Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28412024-11-13T21:48:18.343Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28422024-11-13T21:48:18.881Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28432024-11-13T21:48:19.497Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28442024-11-13T21:48:19.834Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28452024-11-13T21:48:19.996Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28462024-11-13T21:48:22.244Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28472024-11-13T21:48:22.751Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28482024-11-13T21:48:23.730Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28492024-11-13T21:48:24.242Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28502024-11-13T21:48:25.413Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28512024-11-13T21:48:26.005Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28522024-11-13T21:48:28.846Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28532024-11-13T21:48:29.901Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542024-11-13T21:48:30.919Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28552024-11-13T21:48:37.016Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28562024-11-13T21:48:44.548Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28572024-11-13T21:48:45.699Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28582024-11-13T21:49:04.581Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28592024-11-13T21:49:38.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
28602024-11-13T21:49:38.492Z
28612024-11-13T21:49:38.492Zreal 2:36.068689896
28622024-11-13T21:49:38.492Zuser 12:01.729707237
28632024-11-13T21:49:38.492Zsys 2:34.139638089
28642024-11-13T21:49:38.492Ztrap 0.306120196
28652024-11-13T21:49:38.492Ztflt 0.761557179
28662024-11-13T21:49:38.492Zdflt 2.270164021
28672024-11-13T21:49:38.492Zkflt 0.000026468
28682024-11-13T21:49:38.492Zlock 24:54.668026762
28692024-11-13T21:49:38.492Zslp 42:55.199564702
28702024-11-13T21:49:38.492Zlat 33.748047327
28712024-11-13T21:49:38.492Zstop 1:24.854538726
28722024-11-13T21:49:38.492Z+ mkdir tests
28732024-11-13T21:49:38.492Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28742024-11-13T21:49:38.492Z+ xargs -I '{}' -t cp '{}' tests/
28752024-11-13T21:49:38.492Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-94afc65291af686c tests/
28762024-11-13T21:49:38.492Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a6bae732be9c0da3 tests/
28772024-11-13T21:49:38.492Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-eaf43580ef60c1d4 tests/
28782024-11-13T21:49:38.492Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a08399dfed877718 tests/
28792024-11-13T21:49:38.559Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
28802024-11-13T21:49:38.559Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-a6bae732be9c0da3 tests/commtest-eaf43580ef60c1d4 tests/dhcp_server-94afc65291af686c tests/end_to_end_tests-a08399dfed877718 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
28812024-11-13T21:50:46.206ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
28822024-11-13T21:50:46.206Za .github/buildomat/ci-env.sh 1K
28832024-11-13T21:50:46.206Za out/target/test 1K
28842024-11-13T21:50:46.206Za out/npuzone/npuzone 23144K
28852024-11-13T21:50:46.206Za package-manifest.toml 32K
28862024-11-13T21:50:46.206Za smf/sled-agent/non-gimlet/config.toml 4K
28872024-11-13T21:50:46.206Za target/release/omicron-package 36287K
28882024-11-13T21:50:46.206Za target/release/xtask 11749K
28892024-11-13T21:50:46.206Za target/debug/bootstrap 209642K
28902024-11-13T21:50:46.206Za tests/bootstrap-a6bae732be9c0da3 24246K
28912024-11-13T21:50:46.206Za tests/commtest-eaf43580ef60c1d4 25022K
28922024-11-13T21:50:46.206Za tests/dhcp_server-94afc65291af686c 24246K
28932024-11-13T21:50:46.206Za tests/end_to_end_tests-a08399dfed877718 222583K
28942024-11-13T21:50:46.206Za out/clickhouse.tar.gz 250303K
28952024-11-13T21:50:46.206Za out/clickhouse_keeper.tar.gz 250295K
28962024-11-13T21:50:46.206Za out/clickhouse_server.tar.gz 250294K
28972024-11-13T21:50:46.206Za out/cockroachdb.tar.gz 134539K
28982024-11-13T21:50:46.206Za out/crucible-dtrace.tar 83K
28992024-11-13T21:50:46.206Za out/crucible-pantry-zone.tar.gz 28154K
29002024-11-13T21:50:46.206Za out/crucible-zone.tar.gz 36365K
29012024-11-13T21:50:46.206Za out/external-dns.tar.gz 35258K
29022024-11-13T21:50:46.206Za out/internal-dns.tar.gz 35257K
29032024-11-13T21:50:46.206Za out/mg-ddm-gz.tar 62661K
29042024-11-13T21:50:46.206Za out/nexus.tar.gz 100460K
29052024-11-13T21:50:46.206Za out/ntp.tar.gz 10341K
29062024-11-13T21:50:46.206Za out/omicron-gateway-softnpu.tar.gz 23865K
29072024-11-13T21:50:46.207Za out/omicron-sled-agent.tar 112440K
29082024-11-13T21:50:46.207Za out/overlay.tar.gz 3K
29092024-11-13T21:50:46.207Za out/oximeter.tar.gz 51649K
29102024-11-13T21:50:46.207Za out/oxlog.tar 3091K
29112024-11-13T21:50:46.207Za out/probe.tar.gz 2764K
29122024-11-13T21:50:46.207Za out/propolis-server.tar.gz 66584K
29132024-11-13T21:50:46.207Za out/pumpkind-gz.tar 26665K
29142024-11-13T21:50:46.207Za out/switch-softnpu.tar.gz 234434K
29152024-11-13T21:50:46.210Z
29162024-11-13T21:50:46.210Zreal 1:08.874188576
29172024-11-13T21:50:46.210Zuser 1:05.726139091
29182024-11-13T21:50:46.210Zsys 4.568190695
29192024-11-13T21:50:46.210Ztrap 0.016900166
29202024-11-13T21:50:46.210Ztflt 0.000000000
29212024-11-13T21:50:46.210Zdflt 0.000000000
29222024-11-13T21:50:46.210Zkflt 0.000000000
29232024-11-13T21:50:46.210Zlock 0.000000000
29242024-11-13T21:50:46.210Zslp 1:05.408526159
29252024-11-13T21:50:46.210Zlat 2.022948212
29262024-11-13T21:50:46.210Zstop 0.000554901
29272024-11-13T21:50:46.210Zprocess exited: duration 1975045 ms, exit code 0
 
29282024-11-13T21:50:46.216Zfound 1 output files
29292024-11-13T21:50:46.216Zuploading: /work/package.tar.gz (1765137509 bytes)
29302024-11-13T21:51:22.507Zuploaded: /work/package.tar.gz