01JCNPSJ0B7CGRA3AFCJP22P0K: 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: 01JCNPSZ1YD4S8359A7MA3TMA8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-14T16:07:17.830Zjob assigned to worker 01JCNPT0ACEPVZ2D3A7DSPJW2T (queued for 54 s)
 
22024-11-14T16:07:24.765Zstarting task 0: "setup"
32024-11-14T16:07:24.771Z++ uname -s
42024-11-14T16:07:24.773Z+ kern=SunOS
52024-11-14T16:07:24.773Z+ case "$kern" in
62024-11-14T16:07:24.774Z+ groupadd -g 12345 build
72024-11-14T16:07:24.776Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-14T16:07:26.786Z+ zfs create -o mountpoint=/work rpool/work
92024-11-14T16:07:26.885Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-14T16:07:26.888Z+ home_fs=zfs
112024-11-14T16:07:26.888Z+ [[ zfs == autofs ]]
122024-11-14T16:07:26.888Z+ mkdir -p /home/build
132024-11-14T16:07:26.890Z+ chown build:build /home/build /work
142024-11-14T16:07:28.892Z+ chmod 0700 /home/build /work
152024-11-14T16:07:28.895Zprocess exited: duration 4133 ms, exit code 0
 
162024-11-14T16:07:28.899Zstarting task 1: "rust-toolchain"
172024-11-14T16:07:28.905Z+ printf ' * toolchain channel = "%s"
182024-11-14T16:07:28.905Z' 1.81.0
192024-11-14T16:07:28.905Z+ printf ' * toolchain profile = "%s"
202024-11-14T16:07:28.905Z' default
212024-11-14T16:07:28.905Z * toolchain channel = "1.81.0"
222024-11-14T16:07:28.905Z * toolchain profile = "default"
232024-11-14T16:07:28.907Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-14T16:07:28.908Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-14T16:07:29.022Zinfo: downloading installer
262024-11-14T16:07:30.209Zinfo: profile set to 'default'
272024-11-14T16:07:30.209Zinfo: default host triple is x86_64-unknown-illumos
282024-11-14T16:07:30.212Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-14T16:07:30.370Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-14T16:07:30.370Zinfo: downloading component 'cargo'
312024-11-14T16:07:31.254Zinfo: downloading component 'clippy'
322024-11-14T16:07:31.592Zinfo: downloading component 'rust-docs'
332024-11-14T16:07:32.749Zinfo: downloading component 'rust-std'
342024-11-14T16:07:34.613Zinfo: downloading component 'rustc'
352024-11-14T16:07:41.179Zinfo: downloading component 'rustfmt'
362024-11-14T16:07:41.430Zinfo: installing component 'cargo'
372024-11-14T16:07:42.259Zinfo: installing component 'clippy'
382024-11-14T16:07:42.643Zinfo: installing component 'rust-docs'
392024-11-14T16:07:44.286Zinfo: installing component 'rust-std'
402024-11-14T16:07:46.129Zinfo: installing component 'rustc'
412024-11-14T16:07:51.931Zinfo: installing component 'rustfmt'
422024-11-14T16:07:52.270Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-14T16:07:52.270Z
442024-11-14T16:07:52.632Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-14T16:07:52.633Z
462024-11-14T16:07:52.636Z
472024-11-14T16:07:52.636ZRust is installed now. Great!
482024-11-14T16:07:52.636Z
492024-11-14T16:07:52.637ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-14T16:07:52.637Zenvironment variable. This has not been done automatically.
512024-11-14T16:07:52.637Z
522024-11-14T16:07:52.637ZTo configure your current shell, you need to source
532024-11-14T16:07:52.637Zthe corresponding env file under $HOME/.cargo.
542024-11-14T16:07:52.637Z
552024-11-14T16:07:52.637ZThis is usually done by running one of the following (note the leading DOT):
562024-11-14T16:07:52.637Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-14T16:07:52.637Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-14T16:07:52.762Z+ rustc --version
592024-11-14T16:07:52.775Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-14T16:07:52.779Zprocess exited: duration 23873 ms, exit code 0
 
612024-11-14T16:07:52.784Zstarting task 2: "authentication"
622024-11-14T16:07:52.806Zprocess exited: duration 21 ms, exit code 0
 
632024-11-14T16:07:52.812Zstarting task 3: "clone repository"
642024-11-14T16:07:52.817Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-14T16:07:52.819Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-14T16:07:52.863ZCloning into '/work/oxidecomputer/omicron'...
672024-11-14T16:08:34.284Z+ cd /work/oxidecomputer/omicron
682024-11-14T16:08:34.285Z+ git fetch origin 1d407761d74a84e718894784d1060462cbda1cab
692024-11-14T16:08:34.934ZFrom https://github.com/oxidecomputer/omicron
702024-11-14T16:08:34.934Z * branch 1d407761d74a84e718894784d1060462cbda1cab -> FETCH_HEAD
712024-11-14T16:08:34.945Z+ [[ -n dap/dropshot-builder ]]
722024-11-14T16:08:34.948Z++ git branch --show-current
732024-11-14T16:08:34.950Z+ current=main
742024-11-14T16:08:34.951Z+ [[ main != dap/dropshot-builder ]]
752024-11-14T16:08:34.951Z+ git branch -f dap/dropshot-builder 1d407761d74a84e718894784d1060462cbda1cab
762024-11-14T16:08:34.953Z+ git checkout -f dap/dropshot-builder
772024-11-14T16:08:35.127ZSwitched to branch 'dap/dropshot-builder'
782024-11-14T16:08:35.129Z+ git reset --hard 1d407761d74a84e718894784d1060462cbda1cab
792024-11-14T16:08:35.145ZHEAD is now at 1d407761d Merge branch 'main' into dap/dropshot-builder
802024-11-14T16:08:35.147Zprocess exited: duration 42323 ms, exit code 0
 
812024-11-14T16:08:35.152Zstarting task 4: "build"
822024-11-14T16:08:35.158Z+ source .github/buildomat/ci-env.sh
832024-11-14T16:08:35.158Z++ export CARGO_TERM_COLOR=always
842024-11-14T16:08:35.158Z++ CARGO_TERM_COLOR=always
852024-11-14T16:08:35.161Z+ cargo --version
862024-11-14T16:08:35.216Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-14T16:08:35.218Z+ rustc --version
882024-11-14T16:08:35.279Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-14T16:08:35.282Z+ WORK=/work
902024-11-14T16:08:35.282Z+ pfexec mkdir -p /work
912024-11-14T16:08:35.286Z+ pfexec chown build /work
922024-11-14T16:08:35.289Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-14T16:08:44.296Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-14T16:08:47.786Z Startup: Caching catalogs ... Done
952024-11-14T16:08:56.000ZPlanning: Solver setup ... Done (7.489s)
962024-11-14T16:08:56.106ZPlanning: Running solver ... Done (0.106s)
972024-11-14T16:08:56.197ZPlanning: Finding local manifests ... Done (0.005s)
982024-11-14T16:08:56.227ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-14T16:08:56.458ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-14T16:08:56.559ZPlanning: Package planning ... Done (0.101s)
1012024-11-14T16:08:56.615ZPlanning: Merging actions ... Done (0.056s)
1022024-11-14T16:08:56.806ZPlanning: Checking for conflicting actions ... Done (0.191s)
1032024-11-14T16:08:58.716ZPlanning: Consolidating action changes ... Done (1.909s)
1042024-11-14T16:08:59.132ZPlanning: Evaluating mediators ... Done (0.416s)
1052024-11-14T16:08:59.215ZPlanning: Planning completed in 11.34 seconds
1062024-11-14T16:08:59.230Z Packages to install: 4
1072024-11-14T16:08:59.230Z Packages to update: 1
1082024-11-14T16:08:59.233Z Mediators to change: 2
1092024-11-14T16:08:59.233Z Services to change: 1
1102024-11-14T16:08:59.233Z Estimated space available: 155.64 GB
1112024-11-14T16:08:59.233ZEstimated space to be consumed: 1.59 GB
1122024-11-14T16:08:59.233Z Create boot environment: No
1132024-11-14T16:08:59.233ZCreate backup boot environment: Yes
1142024-11-14T16:08:59.233Z Rebuild boot archive: No
1152024-11-14T16:08:59.233Z
1162024-11-14T16:08:59.233ZChanged mediators:
1172024-11-14T16:08:59.233Z mediator clang:
1182024-11-14T16:08:59.233Z version: None -> 15 (system default)
1192024-11-14T16:08:59.233Z
1202024-11-14T16:08:59.233Z mediator llvm:
1212024-11-14T16:08:59.233Z version: 14 (system default) -> 15 (system default)
1222024-11-14T16:08:59.233Z
1232024-11-14T16:08:59.233ZChanged packages:
1242024-11-14T16:08:59.233Zhelios-dev
1252024-11-14T16:08:59.233Z developer/build-essential
1262024-11-14T16:08:59.233Z None -> 11-2.0
1272024-11-14T16:08:59.233Z library/libxmlsec1
1282024-11-14T16:08:59.233Z None -> 1.2.35-2.0
1292024-11-14T16:08:59.233Z ooce/developer/clang-15
1302024-11-14T16:08:59.233Z None -> 15.0.7-2.0
1312024-11-14T16:08:59.233Z ooce/developer/llvm-15
1322024-11-14T16:08:59.233Z None -> 15.0.7-2.0
1332024-11-14T16:08:59.233Z package/pkg
1342024-11-14T16:08:59.233Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-14T16:08:59.233Z
1362024-11-14T16:08:59.233ZServices:
1372024-11-14T16:08:59.234Z restart_fmri:
1382024-11-14T16:08:59.234Z svc:/system/update-man-index:default
1392024-11-14T16:08:59.234Z
1402024-11-14T16:08:59.234ZEditable files to change:
1412024-11-14T16:08:59.234Z Update:
1422024-11-14T16:08:59.234Z usr/share/lib/pkg/web/config.shtml
1432024-11-14T16:08:59.309Z
1442024-11-14T16:08:59.309ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-14T16:09:05.578ZDownload: 213/4281 items 1.3/220.6MB 0% complete (770k/s)
1462024-11-14T16:09:10.602ZDownload: 951/4281 items 19.3/220.6MB 8% complete (1.8M/s)
1472024-11-14T16:09:15.674ZDownload: 1260/4281 items 111.1/220.6MB 50% complete (11.2M/s)
1482024-11-14T16:09:20.998ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (10.1M/s)
1492024-11-14T16:09:26.009ZDownload: 3233/4281 items 171.6/220.6MB 77% complete (5.6M/s)
1502024-11-14T16:09:31.160ZDownload: 4203/4281 items 220.5/220.6MB 99% complete (10.4M/s)
1512024-11-14T16:09:31.957ZDownload: Completed 220.60 MB in 32.64 seconds (6.8M/s)
1522024-11-14T16:09:33.998Z Actions: 1/5063 actions (Removing old actions)
1532024-11-14T16:09:34.017Z Actions: 194/5063 actions (Installing new actions)
1542024-11-14T16:09:38.759Z Actions: 4226/5063 actions (Updating modified actions)
1552024-11-14T16:09:39.077Z Actions: Completed 5063 actions in 5.08 seconds.
1562024-11-14T16:09:39.454Z Done (0.369s)
1572024-11-14T16:09:39.457Z Done (0.000s)
1582024-11-14T16:09:39.969Z Done (0.513s)
1592024-11-14T16:09:44.399Z Done (4.215s)
1602024-11-14T16:09:44.487Z Done (0.017s)
1612024-11-14T16:09:44.490Z Done (0.000s)
1622024-11-14T16:09:44.635Z Done (0.000s)
1632024-11-14T16:09:45.315ZPlanning: Evaluating mediator changes ... Done
1642024-11-14T16:09:45.479ZPlanning: Checking for conflicting actions ... Done
1652024-11-14T16:09:45.482ZPlanning: Consolidating action changes ... Done
1662024-11-14T16:09:45.756ZPlanning: Evaluating mediators ... Done
1672024-11-14T16:09:45.758ZPlanning: Planning completed in 0.44 seconds
1682024-11-14T16:09:45.796Z Mediators to change: 2
1692024-11-14T16:09:45.796Z Create boot environment: No
1702024-11-14T16:09:45.796ZCreate backup boot environment: No
1712024-11-14T16:09:45.871Z Done
1722024-11-14T16:09:45.872Z Done
1732024-11-14T16:09:46.212Z Done
1742024-11-14T16:09:49.844Z Done
1752024-11-14T16:09:49.936Z Done
1762024-11-14T16:09:49.938Z Done
1772024-11-14T16:09:50.034Z Done
1782024-11-14T16:09:50.645ZPlanning: Evaluating mediator changes ... Done
1792024-11-14T16:09:50.647ZPlanning: Merging actions ... Done
1802024-11-14T16:09:50.836ZPlanning: Checking for conflicting actions ... Done
1812024-11-14T16:09:50.839ZPlanning: Consolidating action changes ... Done
1822024-11-14T16:09:51.107ZPlanning: Evaluating mediators ... Done
1832024-11-14T16:09:51.163ZPlanning: Planning completed in 0.76 seconds
1842024-11-14T16:09:51.204Z Packages to change: 1
1852024-11-14T16:09:51.204Z Mediators to change: 1
1862024-11-14T16:09:51.212Z Services to change: 1
1872024-11-14T16:09:51.212Z Create boot environment: No
1882024-11-14T16:09:51.213ZCreate backup boot environment: Yes
1892024-11-14T16:09:53.292Z Actions: 1/6 actions (Updating modified actions)
1902024-11-14T16:09:53.294Z Actions: Completed 6 actions in 0.00 seconds.
1912024-11-14T16:09:53.294Z Done
1922024-11-14T16:09:53.294Z Done
1932024-11-14T16:09:53.401Z Done
1942024-11-14T16:09:57.128Z Done
1952024-11-14T16:09:57.220Z Done
1962024-11-14T16:09:57.223Z Done
1972024-11-14T16:09:57.338Z Done
1982024-11-14T16:09:57.775ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992024-11-14T16:09:57.775Zclang system 15 system
2002024-11-14T16:09:57.775Zcsh system system illumos
2012024-11-14T16:09:57.775Zctags system system illumos
2022024-11-14T16:09:57.775Zgcc vendor 12 vendor
2032024-11-14T16:09:57.775Zgcc system 10 system
2042024-11-14T16:09:57.775Zgcc system 7 system
2052024-11-14T16:09:57.775Zgo system 1.20 system
2062024-11-14T16:09:57.775Zgo system 1.19 system
2072024-11-14T16:09:57.775Zllvm system 15 system
2082024-11-14T16:09:57.775Zllvm system 14 system
2092024-11-14T16:09:57.775Zmariadb system 10.6 system
2102024-11-14T16:09:57.776Zmta vendor vendor dma
2112024-11-14T16:09:57.776Zopenjdk system 17 system
2122024-11-14T16:09:57.776Zopenjdk system 11 system
2132024-11-14T16:09:57.776Zopenjdk system 1.8 system
2142024-11-14T16:09:57.776Zopenssl vendor 3 vendor
2152024-11-14T16:09:57.776Zperl system 5.36 system
2162024-11-14T16:09:57.776Zpostgresql system 15 system
2172024-11-14T16:09:57.776Zpostgresql system 13 system
2182024-11-14T16:09:57.776Zpython vendor 3 vendor
2192024-11-14T16:09:57.776Zpython system 2 system
2202024-11-14T16:09:57.776Zpython3 system 3.11 system
2212024-11-14T16:09:57.776Zruby system 3.0 system
2222024-11-14T16:09:57.776Zwords vendor vendor american-english
2232024-11-14T16:09:57.776Zwords system system australian-english
2242024-11-14T16:09:57.776Zwords system system british-english
2252024-11-14T16:09:57.776Zwords system system canadian-english
2262024-11-14T16:09:57.776Zwords system system french
2272024-11-14T16:09:57.776Zwords system system italian
2282024-11-14T16:09:57.776Zwords system system ngerman
2292024-11-14T16:09:57.776Zwords system system ogerman
2302024-11-14T16:09:57.776Zwords system system spanish
2312024-11-14T16:09:58.114ZPUBLISHER TYPE STATUS P LOCATION
2322024-11-14T16:09:58.114Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2332024-11-14T16:10:00.658ZFMRI IFO
2342024-11-14T16:10:00.658Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2352024-11-14T16:10:00.658Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2362024-11-14T16:10:00.658Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2372024-11-14T16:10:00.658Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2382024-11-14T16:10:00.658Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2392024-11-14T16:10:00.658Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2402024-11-14T16:10:00.658Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2412024-11-14T16:10:00.658Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2422024-11-14T16:10:00.658Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2432024-11-14T16:10:00.658Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2442024-11-14T16:10:00.659Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2452024-11-14T16:10:00.659Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2462024-11-14T16:10:00.659Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2472024-11-14T16:10:00.660Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2482024-11-14T16:10:00.660Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2492024-11-14T16:10:01.396Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2502024-11-14T16:10:02.130Z Updating crates.io index
2512024-11-14T16:10:02.183Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522024-11-14T16:10:04.301Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2532024-11-14T16:10:05.035Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2542024-11-14T16:10:05.584Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2552024-11-14T16:10:06.238Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562024-11-14T16:10:09.848Z Updating git repository `https://github.com/oxidecomputer/crucible`
2572024-11-14T16:10:15.769Z Updating git repository `https://github.com/oxidecomputer/opte`
2582024-11-14T16:10:18.533Z Updating git repository `https://github.com/oxidecomputer/falcon`
2592024-11-14T16:10:22.463Z Updating git repository `https://github.com/oxidecomputer/clickward`
2602024-11-14T16:10:23.106Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2612024-11-14T16:10:23.805Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2622024-11-14T16:10:25.332Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2632024-11-14T16:10:25.960Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642024-11-14T16:10:26.685Z Updating git repository `https://github.com/oxidecomputer/tofino`
2652024-11-14T16:10:27.430Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662024-11-14T16:10:28.061Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2672024-11-14T16:10:28.707Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2682024-11-14T16:10:29.362Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2692024-11-14T16:10:30.371Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702024-11-14T16:10:31.111Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2712024-11-14T16:10:31.746Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722024-11-14T16:10:32.772Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732024-11-14T16:10:33.495Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742024-11-14T16:10:34.509Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752024-11-14T16:10:35.482Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762024-11-14T16:10:36.175Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772024-11-14T16:10:36.845Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782024-11-14T16:10:38.447Z Downloading crates ...
2792024-11-14T16:10:38.523Z Downloaded bytecount v0.6.8
2802024-11-14T16:10:38.527Z Downloaded crypto-common v0.1.6
2812024-11-14T16:10:38.531Z Downloaded fnv v1.0.7
2822024-11-14T16:10:38.531Z Downloaded autocfg v1.4.0
2832024-11-14T16:10:38.538Z Downloaded cargo_metadata v0.18.1
2842024-11-14T16:10:38.538Z Downloaded anstyle-query v1.1.1
2852024-11-14T16:10:38.542Z Downloaded swrite v0.1.0
2862024-11-14T16:10:38.551Z Downloaded unicode-ident v1.0.13
2872024-11-14T16:10:38.554Z Downloaded usdt-macro v0.5.0
2882024-11-14T16:10:38.554Z Downloaded dof v0.3.0
2892024-11-14T16:10:38.554Z Downloaded clap_lex v0.7.2
2902024-11-14T16:10:38.557Z Downloaded usdt v0.5.0
2912024-11-14T16:10:38.559Z Downloaded version_check v0.9.5
2922024-11-14T16:10:38.559Z Downloaded heck v0.5.0
2932024-11-14T16:10:38.561Z Downloaded itoa v1.0.11
2942024-11-14T16:10:38.563Z Downloaded camino v1.1.9
2952024-11-14T16:10:38.566Z Downloaded memmap v0.7.0
2962024-11-14T16:10:38.571Z Downloaded thread-id v4.2.2
2972024-11-14T16:10:38.573Z Downloaded semver v1.0.23
2982024-11-14T16:10:38.575Z Downloaded ryu v1.0.18
2992024-11-14T16:10:38.578Z Downloaded pest_meta v2.7.14
3002024-11-14T16:10:38.580Z Downloaded thiserror v1.0.69
3012024-11-14T16:10:38.584Z Downloaded zerocopy-derive v0.7.35
3022024-11-14T16:10:38.588Z Downloaded clap v4.5.21
3032024-11-14T16:10:38.596Z Downloaded proc-macro-error v1.0.4
3042024-11-14T16:10:38.602Z Downloaded toml_edit v0.22.22
3052024-11-14T16:10:38.620Z Downloaded tabled v0.15.0
3062024-11-14T16:10:38.635Z Downloaded errno v0.3.9
3072024-11-14T16:10:38.637Z Downloaded anstyle-parse v0.2.5
3082024-11-14T16:10:38.640Z Downloaded cpufeatures v0.2.14
3092024-11-14T16:10:38.640Z Downloaded dtrace-parser v0.2.0
3102024-11-14T16:10:38.642Z Downloaded block-buffer v0.10.4
3112024-11-14T16:10:38.642Z Downloaded cargo_toml v0.20.5
3122024-11-14T16:10:38.642Z Downloaded bitflags v2.6.0
3132024-11-14T16:10:38.646Z Downloaded cargo-platform v0.1.8
3142024-11-14T16:10:38.648Z Downloaded camino-tempfile v1.1.1
3152024-11-14T16:10:38.651Z Downloaded equivalent v1.0.1
3162024-11-14T16:10:38.651Z Downloaded cfg-if v1.0.0
3172024-11-14T16:10:38.651Z Downloaded byteorder v1.5.0
3182024-11-14T16:10:38.653Z Downloaded anyhow v1.0.93
3192024-11-14T16:10:38.656Z Downloaded fs-err v2.11.0
3202024-11-14T16:10:38.660Z Downloaded anstyle v1.0.10
3212024-11-14T16:10:38.662Z Downloaded fastrand v2.1.1
3222024-11-14T16:10:38.662Z Downloaded colorchoice v1.0.2
3232024-11-14T16:10:38.662Z Downloaded clap_derive v4.5.18
3242024-11-14T16:10:38.666Z Downloaded anstream v0.6.15
3252024-11-14T16:10:38.669Z Downloaded usdt-attr-macro v0.5.0
3262024-11-14T16:10:38.669Z Downloaded scroll_derive v0.12.0
3272024-11-14T16:10:38.669Z Downloaded pretty-hex v0.4.1
3282024-11-14T16:10:38.669Z Downloaded serde_derive v1.0.215
3292024-11-14T16:10:38.673Z Downloaded pest v2.7.14
3302024-11-14T16:10:38.676Z Downloaded strsim v0.11.1
3312024-11-14T16:10:38.679Z Downloaded digest v0.10.7
3322024-11-14T16:10:38.679Z Downloaded proc-macro-error-attr v1.0.4
3332024-11-14T16:10:38.682Z Downloaded generic-array v0.14.7
3342024-11-14T16:10:38.682Z Downloaded goblin v0.8.2
3352024-11-14T16:10:38.687Z Downloaded plain v0.2.3
3362024-11-14T16:10:38.689Z Downloaded is_terminal_polyfill v1.70.1
3372024-11-14T16:10:38.689Z Downloaded heck v0.4.1
3382024-11-14T16:10:38.692Z Downloaded sha2 v0.10.8
3392024-11-14T16:10:38.692Z Downloaded terminal_size v0.4.0
3402024-11-14T16:10:38.695Z Downloaded smawk v0.3.2
3412024-11-14T16:10:38.695Z Downloaded macaddr v1.0.1
3422024-11-14T16:10:38.699Z Downloaded serde_tokenstream v0.2.2
3432024-11-14T16:10:38.701Z Downloaded scroll v0.12.0
3442024-11-14T16:10:38.708Z Downloaded serde_spanned v0.6.8
3452024-11-14T16:10:38.711Z Downloaded utf8parse v0.2.2
3462024-11-14T16:10:38.711Z Downloaded toml_datetime v0.6.8
3472024-11-14T16:10:38.715Z Downloaded pest_derive v2.7.14
3482024-11-14T16:10:38.718Z Downloaded thiserror-impl v1.0.69
3492024-11-14T16:10:38.722Z Downloaded tabled_derive v0.7.0
3502024-11-14T16:10:38.722Z Downloaded quote v1.0.37
3512024-11-14T16:10:38.724Z Downloaded pest_generator v2.7.14
3522024-11-14T16:10:38.724Z Downloaded once_cell v1.20.2
3532024-11-14T16:10:38.727Z Downloaded tempfile v3.13.0
3542024-11-14T16:10:38.729Z Downloaded log v0.4.22
3552024-11-14T16:10:38.734Z Downloaded usdt-impl v0.5.0
3562024-11-14T16:10:38.737Z Downloaded papergrid v0.11.0
3572024-11-14T16:10:38.740Z Downloaded unicode-linebreak v0.1.5
3582024-11-14T16:10:38.744Z Downloaded typenum v1.17.0
3592024-11-14T16:10:38.746Z Downloaded toml v0.8.19
3602024-11-14T16:10:38.752Z Downloaded ucd-trie v0.1.7
3612024-11-14T16:10:38.755Z Downloaded proc-macro2 v1.0.89
3622024-11-14T16:10:38.762Z Downloaded textwrap v0.16.1
3632024-11-14T16:10:38.778Z Downloaded memchr v2.7.4
3642024-11-14T16:10:38.783Z Downloaded indexmap v2.6.0
3652024-11-14T16:10:38.788Z Downloaded serde v1.0.215
3662024-11-14T16:10:38.805Z Downloaded hashbrown v0.15.0
3672024-11-14T16:10:38.813Z Downloaded clap_builder v4.5.21
3682024-11-14T16:10:38.839Z Downloaded winnow v0.6.20
3692024-11-14T16:10:38.847Z Downloaded zerocopy v0.7.35
3702024-11-14T16:10:38.862Z Downloaded serde_json v1.0.132
3712024-11-14T16:10:38.869Z Downloaded syn v1.0.109
3722024-11-14T16:10:38.887Z Downloaded unicode-width v0.1.14
3732024-11-14T16:10:38.893Z Downloaded syn v2.0.87
3742024-11-14T16:10:38.904Z Downloaded rustix v0.38.37
3752024-11-14T16:10:38.943Z Downloaded libc v0.2.162
3762024-11-14T16:10:39.239Z Compiling proc-macro2 v1.0.89
3772024-11-14T16:10:39.239Z Compiling unicode-ident v1.0.13
3782024-11-14T16:10:39.239Z Compiling serde v1.0.215
3792024-11-14T16:10:39.242Z Compiling version_check v0.9.5
3802024-11-14T16:10:39.242Z Compiling thiserror v1.0.69
3812024-11-14T16:10:39.242Z Compiling memchr v2.7.4
3822024-11-14T16:10:39.242Z Compiling libc v0.2.162
3832024-11-14T16:10:39.242Z Compiling ucd-trie v0.1.7
3842024-11-14T16:10:39.503Z Compiling itoa v1.0.11
3852024-11-14T16:10:39.738Z Compiling ryu v1.0.18
3862024-11-14T16:10:39.959Z Compiling once_cell v1.20.2
3872024-11-14T16:10:40.061Z Compiling byteorder v1.5.0
3882024-11-14T16:10:40.103Z Compiling serde_json v1.0.132
3892024-11-14T16:10:40.402Z Compiling rustix v0.38.37
3902024-11-14T16:10:40.456Z Compiling bitflags v2.6.0
3912024-11-14T16:10:40.618Z Compiling proc-macro-error-attr v1.0.4
3922024-11-14T16:10:40.864Z Compiling usdt-impl v0.5.0
3932024-11-14T16:10:40.890Z Compiling syn v1.0.109
3942024-11-14T16:10:40.984Z Compiling proc-macro-error v1.0.4
3952024-11-14T16:10:41.044Z Compiling log v0.4.22
3962024-11-14T16:10:41.090Z Compiling quote v1.0.37
3972024-11-14T16:10:41.303Z Compiling camino v1.1.9
3982024-11-14T16:10:41.430Z Compiling hashbrown v0.15.0
3992024-11-14T16:10:41.454Z Compiling syn v2.0.87
4002024-11-14T16:10:41.520Z Compiling errno v0.3.9
4012024-11-14T16:10:41.811Z Compiling utf8parse v0.2.2
4022024-11-14T16:10:41.858Z Compiling thread-id v4.2.2
4032024-11-14T16:10:41.924Z Compiling plain v0.2.3
4042024-11-14T16:10:41.954Z Compiling equivalent v1.0.1
4052024-11-14T16:10:41.980Z Compiling anstyle-parse v0.2.5
4062024-11-14T16:10:42.238Z Compiling winnow v0.6.20
4072024-11-14T16:10:42.349Z Compiling semver v1.0.23
4082024-11-14T16:10:42.509Z Compiling anstyle-query v1.1.1
4092024-11-14T16:10:42.681Z Compiling indexmap v2.6.0
4102024-11-14T16:10:42.706Z Compiling is_terminal_polyfill v1.70.1
4112024-11-14T16:10:42.836Z Compiling unicode-width v0.1.14
4122024-11-14T16:10:42.908Z Compiling autocfg v1.4.0
4132024-11-14T16:10:42.931Z Compiling colorchoice v1.0.2
4142024-11-14T16:10:43.093Z Compiling anstyle v1.0.10
4152024-11-14T16:10:43.388Z Compiling pretty-hex v0.4.1
4162024-11-14T16:10:43.551Z Compiling anstream v0.6.15
4172024-11-14T16:10:43.964Z Compiling terminal_size v0.4.0
4182024-11-14T16:10:44.103Z Compiling fs-err v2.11.0
4192024-11-14T16:10:44.148Z Compiling heck v0.4.1
4202024-11-14T16:10:44.254Z Compiling cfg-if v1.0.0
4212024-11-14T16:10:44.348Z Compiling anyhow v1.0.93
4222024-11-14T16:10:44.373Z Compiling bytecount v0.6.8
4232024-11-14T16:10:44.405Z Compiling fnv v1.0.7
4242024-11-14T16:10:44.597Z Compiling strsim v0.11.1
4252024-11-14T16:10:44.700Z Compiling fastrand v2.1.1
4262024-11-14T16:10:44.723Z Compiling heck v0.5.0
4272024-11-14T16:10:44.946Z Compiling clap_lex v0.7.2
4282024-11-14T16:10:45.273Z Compiling clap_builder v4.5.21
4292024-11-14T16:10:45.349Z Compiling tempfile v3.13.0
4302024-11-14T16:10:45.473Z Compiling papergrid v0.11.0
4312024-11-14T16:10:45.670Z Compiling memmap v0.7.0
4322024-11-14T16:10:45.906Z Compiling unicode-linebreak v0.1.5
4332024-11-14T16:10:46.063Z Compiling smawk v0.3.2
4342024-11-14T16:10:46.289Z Compiling textwrap v0.16.1
4352024-11-14T16:10:46.379Z Compiling swrite v0.1.0
4362024-11-14T16:10:47.762Z Compiling tabled_derive v0.7.0
4372024-11-14T16:10:49.369Z Compiling tabled v0.15.0
4382024-11-14T16:10:50.798Z Compiling serde_derive v1.0.215
4392024-11-14T16:10:50.801Z Compiling thiserror-impl v1.0.69
4402024-11-14T16:10:50.801Z Compiling zerocopy-derive v0.7.35
4412024-11-14T16:10:50.801Z Compiling scroll_derive v0.12.0
4422024-11-14T16:10:50.864Z Compiling clap_derive v4.5.18
4432024-11-14T16:10:52.066Z Compiling scroll v0.12.0
4442024-11-14T16:10:52.541Z Compiling zerocopy v0.7.35
4452024-11-14T16:10:52.593Z Compiling goblin v0.8.2
4462024-11-14T16:10:53.725Z Compiling pest v2.7.14
4472024-11-14T16:10:54.487Z Compiling clap v4.5.21
4482024-11-14T16:10:55.848Z Compiling pest_meta v2.7.14
4492024-11-14T16:10:56.695Z Compiling pest_generator v2.7.14
4502024-11-14T16:10:58.684Z Compiling pest_derive v2.7.14
4512024-11-14T16:10:59.456Z Compiling dtrace-parser v0.2.0
4522024-11-14T16:11:00.859Z Compiling serde_spanned v0.6.8
4532024-11-14T16:11:00.859Z Compiling toml_datetime v0.6.8
4542024-11-14T16:11:00.862Z Compiling cargo-platform v0.1.8
4552024-11-14T16:11:01.256Z Compiling serde_tokenstream v0.2.2
4562024-11-14T16:11:01.303Z Compiling toml_edit v0.22.22
4572024-11-14T16:11:01.437Z Compiling macaddr v1.0.1
4582024-11-14T16:11:01.570Z Compiling camino-tempfile v1.1.1
4592024-11-14T16:11:02.496Z Compiling dof v0.3.0
4602024-11-14T16:11:02.497Z Compiling cargo_metadata v0.18.1
4612024-11-14T16:11:04.033Z Compiling toml v0.8.19
4622024-11-14T16:11:04.323Z Compiling usdt-attr-macro v0.5.0
4632024-11-14T16:11:04.323Z Compiling usdt-macro v0.5.0
4642024-11-14T16:11:05.083Z Compiling cargo_toml v0.20.5
4652024-11-14T16:11:05.677Z Compiling usdt v0.5.0
4662024-11-14T16:11:08.624Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672024-11-14T16:11:12.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
4682024-11-14T16:11:13.038Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4692024-11-14T16:11:13.555Z Downloading crates ...
4702024-11-14T16:11:13.683Z Downloaded argon2 v0.5.3
4712024-11-14T16:11:13.686Z Downloaded atty v0.2.14
4722024-11-14T16:11:13.688Z Downloaded addr2line v0.24.2
4732024-11-14T16:11:13.691Z Downloaded cfg_aliases v0.2.1
4742024-11-14T16:11:13.693Z Downloaded ascii-canvas v3.0.0
4752024-11-14T16:11:13.695Z Downloaded cstr-argument v0.1.2
4762024-11-14T16:11:13.701Z Downloaded home v0.5.9
4772024-11-14T16:11:13.703Z Downloaded cmake v0.1.51
4782024-11-14T16:11:13.705Z Downloaded hex v0.4.3
4792024-11-14T16:11:13.707Z Downloaded bitflags v1.3.2
4802024-11-14T16:11:13.710Z Downloaded bb8 v0.8.5
4812024-11-14T16:11:13.710Z Downloaded cassowary v0.3.0
4822024-11-14T16:11:13.714Z Downloaded base16ct v0.2.0
4832024-11-14T16:11:13.716Z Downloaded async-recursion v1.1.1
4842024-11-14T16:11:13.719Z Downloaded icu_normalizer_data v1.5.0
4852024-11-14T16:11:13.722Z Downloaded curve25519-dalek-derive v0.1.1
4862024-11-14T16:11:13.722Z Downloaded ident_case v1.0.1
4872024-11-14T16:11:13.724Z Downloaded crc-catalog v2.4.0
4882024-11-14T16:11:13.724Z Downloaded ciborium-ll v0.2.2
4892024-11-14T16:11:13.727Z Downloaded bzip2 v0.4.4
4902024-11-14T16:11:13.730Z Downloaded cookie_store v0.21.0
4912024-11-14T16:11:13.730Z Downloaded is_ci v1.2.0
4922024-11-14T16:11:13.733Z Downloaded matches v0.1.10
4932024-11-14T16:11:13.733Z Downloaded http-range v0.1.5
4942024-11-14T16:11:13.736Z Downloaded constant_time_eq v0.3.1
4952024-11-14T16:11:13.736Z Downloaded heapless v0.7.17
4962024-11-14T16:11:13.739Z Downloaded kstat-rs v0.2.4
4972024-11-14T16:11:13.742Z Downloaded internet-checksum v0.2.1
4982024-11-14T16:11:13.742Z Downloaded humantime v2.1.0
4992024-11-14T16:11:13.745Z Downloaded ciborium v0.2.2
5002024-11-14T16:11:13.745Z Downloaded memoffset v0.9.1
5012024-11-14T16:11:13.748Z Downloaded psl-types v2.0.11
5022024-11-14T16:11:13.750Z Downloaded linear-map v1.2.0
5032024-11-14T16:11:13.750Z Downloaded blowfish v0.9.1
5042024-11-14T16:11:13.753Z Downloaded csv-core v0.1.11
5052024-11-14T16:11:13.755Z Downloaded highway v1.2.0
5062024-11-14T16:11:13.755Z Downloaded arrayvec v0.7.6
5072024-11-14T16:11:13.758Z Downloaded icu_locid_transform v1.5.0
5082024-11-14T16:11:13.761Z Downloaded hyper-staticfile v0.10.1
5092024-11-14T16:11:13.764Z Downloaded arrayref v0.3.9
5102024-11-14T16:11:13.767Z Downloaded compact_str v0.8.0
5112024-11-14T16:11:13.769Z Downloaded icu_provider v1.5.0
5122024-11-14T16:11:13.772Z Downloaded const_format v0.2.33
5132024-11-14T16:11:13.777Z Downloaded async-stream-impl v0.3.6
5142024-11-14T16:11:13.779Z Downloaded ahash v0.8.11
5152024-11-14T16:11:13.782Z Downloaded httpdate v1.0.3
5162024-11-14T16:11:13.784Z Downloaded bumpalo v3.16.0
5172024-11-14T16:11:13.786Z Downloaded allocator-api2 v0.2.18
5182024-11-14T16:11:13.789Z Downloaded same-file v1.0.6
5192024-11-14T16:11:13.792Z Downloaded headers-core v0.3.0
5202024-11-14T16:11:13.792Z Downloaded is-terminal v0.4.13
5212024-11-14T16:11:13.794Z Downloaded ciborium-io v0.2.2
5222024-11-14T16:11:13.796Z Downloaded inout v0.1.3
5232024-11-14T16:11:13.796Z Downloaded http v1.1.0
5242024-11-14T16:11:13.800Z Downloaded rustc_version v0.1.7
5252024-11-14T16:11:13.802Z Downloaded darling v0.20.10
5262024-11-14T16:11:13.805Z Downloaded indexmap v1.9.3
5272024-11-14T16:11:13.809Z Downloaded arc-swap v1.7.1
5282024-11-14T16:11:13.813Z Downloaded sync_wrapper v1.0.1
5292024-11-14T16:11:13.816Z Downloaded rpassword v7.3.1
5302024-11-14T16:11:13.816Z Downloaded libxml v0.3.3
5312024-11-14T16:11:13.822Z Downloaded tabwriter v1.4.0
5322024-11-14T16:11:13.825Z Downloaded hex-literal v0.4.1
5332024-11-14T16:11:13.825Z Downloaded sync-ptr v0.1.1
5342024-11-14T16:11:13.828Z Downloaded structmeta-derive v0.3.0
5352024-11-14T16:11:13.828Z Downloaded heck v0.3.3
5362024-11-14T16:11:13.831Z Downloaded chacha20 v0.9.1
5372024-11-14T16:11:13.831Z Downloaded bit-set v0.5.3
5382024-11-14T16:11:13.833Z Downloaded hostname v0.3.1
5392024-11-14T16:11:13.835Z Downloaded bit-vec v0.6.3
5402024-11-14T16:11:13.835Z Downloaded tokio-tungstenite v0.21.0
5412024-11-14T16:11:13.838Z Downloaded buf-list v1.0.3
5422024-11-14T16:11:13.840Z Downloaded tokio-rustls v0.26.0
5432024-11-14T16:11:13.842Z Downloaded cobs v0.2.3
5442024-11-14T16:11:13.844Z Downloaded tokio-rustls v0.24.1
5452024-11-14T16:11:13.847Z Downloaded convert_case v0.4.0
5462024-11-14T16:11:13.849Z Downloaded cipher v0.4.4
5472024-11-14T16:11:13.851Z Downloaded hubpack_derive v0.1.1
5482024-11-14T16:11:13.851Z Downloaded http-body v1.0.1
5492024-11-14T16:11:13.854Z Downloaded chrono-tz-build v0.4.0
5502024-11-14T16:11:13.854Z Downloaded prettyplease v0.2.25
5512024-11-14T16:11:13.856Z Downloaded ctr v0.9.2
5522024-11-14T16:11:13.860Z Downloaded castaway v0.2.3
5532024-11-14T16:11:13.862Z Downloaded block-padding v0.3.3
5542024-11-14T16:11:13.862Z Downloaded aes v0.8.4
5552024-11-14T16:11:13.866Z Downloaded primeorder v0.13.6
5562024-11-14T16:11:13.868Z Downloaded subtle v2.6.1
5572024-11-14T16:11:13.870Z Downloaded rand_chacha v0.3.1
5582024-11-14T16:11:13.870Z Downloaded icu_provider_macros v1.5.0
5592024-11-14T16:11:13.872Z Downloaded utf8_iter v1.0.4
5602024-11-14T16:11:13.874Z Downloaded slog-envlogger v2.2.0
5612024-11-14T16:11:13.874Z Downloaded bcrypt-pbkdf v0.10.0
5622024-11-14T16:11:13.877Z Downloaded hmac v0.12.1
5632024-11-14T16:11:13.879Z Downloaded serde-hex v0.1.0
5642024-11-14T16:11:13.883Z Downloaded rustfmt-wrapper v0.2.1
5652024-11-14T16:11:13.883Z Downloaded serde_plain v1.0.2
5662024-11-14T16:11:13.886Z Downloaded match_cfg v0.1.0
5672024-11-14T16:11:13.886Z Downloaded md5 v0.7.0
5682024-11-14T16:11:13.886Z Downloaded instant v0.1.13
5692024-11-14T16:11:13.888Z Downloaded const_format_proc_macros v0.2.33
5702024-11-14T16:11:13.890Z Downloaded bitfield-struct v0.6.2
5712024-11-14T16:11:13.892Z Downloaded bcs v0.1.6
5722024-11-14T16:11:13.894Z Downloaded serde_path_to_error v0.1.16
5732024-11-14T16:11:13.898Z Downloaded heapless v0.8.0
5742024-11-14T16:11:13.901Z Downloaded smallvec v0.6.14
5752024-11-14T16:11:13.903Z Downloaded utf16_iter v1.0.5
5762024-11-14T16:11:13.903Z Downloaded supports-color v3.0.1
5772024-11-14T16:11:13.905Z Downloaded linked-hash-map v0.5.6
5782024-11-14T16:11:13.905Z Downloaded crc32fast v1.4.2
5792024-11-14T16:11:13.907Z Downloaded new_debug_unreachable v1.0.6
5802024-11-14T16:11:13.911Z Downloaded utf-8 v0.7.6
5812024-11-14T16:11:13.912Z Downloaded typify v0.2.0
5822024-11-14T16:11:13.914Z Downloaded enum-as-inner v0.5.1
5832024-11-14T16:11:13.916Z Downloaded whoami v1.5.2
5842024-11-14T16:11:13.919Z Downloaded impl-trait-for-tuples v0.2.2
5852024-11-14T16:11:13.921Z Downloaded libefi-sys v0.1.0
5862024-11-14T16:11:13.923Z Downloaded lazycell v1.3.0
5872024-11-14T16:11:13.923Z Downloaded rustc_version v0.4.1
5882024-11-14T16:11:13.926Z Downloaded hostname v0.4.0
5892024-11-14T16:11:13.926Z Downloaded num-conv v0.1.0
5902024-11-14T16:11:13.928Z Downloaded endian-type v0.1.2
5912024-11-14T16:11:13.928Z Downloaded hyper-rustls v0.27.3
5922024-11-14T16:11:13.930Z Downloaded debug-ignore v1.0.5
5932024-11-14T16:11:13.933Z Downloaded zeroize v1.8.1
5942024-11-14T16:11:13.935Z Downloaded libsw v3.3.1
5952024-11-14T16:11:13.937Z Downloaded managed v0.8.0
5962024-11-14T16:11:13.937Z Downloaded newline-converter v0.3.0
5972024-11-14T16:11:13.939Z Downloaded lockfree-object-pool v0.1.6
5982024-11-14T16:11:13.942Z Downloaded keccak v0.1.5
5992024-11-14T16:11:13.944Z Downloaded indoc v1.0.9
6002024-11-14T16:11:13.947Z Downloaded ipnetwork v0.20.0
6012024-11-14T16:11:13.949Z Downloaded ghash v0.5.1
6022024-11-14T16:11:13.949Z Downloaded rfc6979 v0.4.0
6032024-11-14T16:11:13.952Z Downloaded ref-cast-impl v1.0.23
6042024-11-14T16:11:13.952Z Downloaded mime v0.3.17
6052024-11-14T16:11:13.955Z Downloaded funty v2.0.0
6062024-11-14T16:11:13.955Z Downloaded crossbeam-epoch v0.9.18
6072024-11-14T16:11:13.957Z Downloaded foreign-types v0.5.0
6082024-11-14T16:11:13.959Z Downloaded crc-any v2.5.0
6092024-11-14T16:11:13.962Z Downloaded const-oid v0.9.6
6102024-11-14T16:11:13.964Z Downloaded ipnet v2.10.1
6112024-11-14T16:11:13.967Z Downloaded litemap v0.7.3
6122024-11-14T16:11:13.970Z Downloaded mockall v0.13.0
6132024-11-14T16:11:13.970Z Downloaded crossbeam-utils v0.8.20
6142024-11-14T16:11:13.972Z Downloaded serde_derive_internals v0.29.1
6152024-11-14T16:11:13.974Z Downloaded sqlformat v0.2.6
6162024-11-14T16:11:13.978Z Downloaded slog-bunyan v2.5.0
6172024-11-14T16:11:13.978Z Downloaded take_mut v0.2.2
6182024-11-14T16:11:13.980Z Downloaded stringprep v0.1.5
6192024-11-14T16:11:13.980Z Downloaded spki v0.7.3
6202024-11-14T16:11:13.983Z Downloaded num-iter v0.1.45
6212024-11-14T16:11:13.983Z Downloaded zeroize_derive v1.4.2
6222024-11-14T16:11:13.986Z Downloaded num-derive v0.4.2
6232024-11-14T16:11:13.988Z Downloaded xattr v1.3.1
6242024-11-14T16:11:13.988Z Downloaded des v0.8.1
6252024-11-14T16:11:13.991Z Downloaded deranged v0.3.11
6262024-11-14T16:11:13.993Z Downloaded unicode-truncate v1.1.0
6272024-11-14T16:11:13.993Z Downloaded synstructure v0.13.1
6282024-11-14T16:11:13.996Z Downloaded packed_struct_codegen v0.10.1
6292024-11-14T16:11:13.998Z Downloaded chacha20poly1305 v0.10.1
6302024-11-14T16:11:14.001Z Downloaded paste v1.0.15
6312024-11-14T16:11:14.004Z Downloaded tinyvec_macros v0.1.1
6322024-11-14T16:11:14.004Z Downloaded subprocess v0.2.9
6332024-11-14T16:11:14.007Z Downloaded memmap2 v0.9.5
6342024-11-14T16:11:14.009Z Downloaded r2d2 v0.8.10
6352024-11-14T16:11:14.011Z Downloaded quinn-udp v0.5.5
6362024-11-14T16:11:14.011Z Downloaded hickory-resolver v0.24.1
6372024-11-14T16:11:14.017Z Downloaded zone_cfg_derive v0.1.2
6382024-11-14T16:11:14.020Z Downloaded zone_cfg_derive v0.3.0
6392024-11-14T16:11:14.021Z Downloaded signal-hook-mio v0.2.4
6402024-11-14T16:11:14.023Z Downloaded mime_guess v2.0.5
6412024-11-14T16:11:14.025Z Downloaded group v0.13.0
6422024-11-14T16:11:14.028Z Downloaded aho-corasick v1.1.3
6432024-11-14T16:11:14.033Z Downloaded downcast v0.11.0
6442024-11-14T16:11:14.036Z Downloaded num-complex v0.4.6
6452024-11-14T16:11:14.038Z Downloaded cc v1.1.30
6462024-11-14T16:11:14.041Z Downloaded tap v1.0.1
6472024-11-14T16:11:14.043Z Downloaded serde_urlencoded v0.7.1
6482024-11-14T16:11:14.045Z Downloaded typify-macro v0.2.0
6492024-11-14T16:11:14.048Z Downloaded normalize-line-endings v0.3.0
6502024-11-14T16:11:14.048Z Downloaded password-hash v0.5.0
6512024-11-14T16:11:14.050Z Downloaded tokio-rustls v0.25.0
6522024-11-14T16:11:14.052Z Downloaded dhcproto v0.12.0
6532024-11-14T16:11:14.057Z Downloaded num-rational v0.4.2
6542024-11-14T16:11:14.059Z Downloaded parse-size v1.1.0
6552024-11-14T16:11:14.062Z Downloaded oso-derive v0.27.3
6562024-11-14T16:11:14.065Z Downloaded derive_more v0.99.18
6572024-11-14T16:11:14.068Z Downloaded xz2 v0.1.7
6582024-11-14T16:11:14.070Z Downloaded postgres-protocol v0.6.7
6592024-11-14T16:11:14.073Z Downloaded sct v0.7.1
6602024-11-14T16:11:14.077Z Downloaded signal-hook-tokio v0.3.1
6612024-11-14T16:11:14.080Z Downloaded icu_properties v1.5.1
6622024-11-14T16:11:14.083Z Downloaded icu_normalizer v1.5.0
6632024-11-14T16:11:14.087Z Downloaded indicatif v0.17.9
6642024-11-14T16:11:14.093Z Downloaded form_urlencoded v1.2.1
6652024-11-14T16:11:14.096Z Downloaded termtree v0.4.1
6662024-11-14T16:11:14.099Z Downloaded yoke-derive v0.7.4
6672024-11-14T16:11:14.099Z Downloaded fallible-iterator v0.3.0
6682024-11-14T16:11:14.099Z Downloaded half v2.4.1
6692024-11-14T16:11:14.113Z Downloaded ref-cast v1.0.23
6702024-11-14T16:11:14.117Z Downloaded backtrace v0.3.74
6712024-11-14T16:11:14.123Z Downloaded foreign-types v0.3.2
6722024-11-14T16:11:14.125Z Downloaded unarray v0.1.4
6732024-11-14T16:11:14.128Z Downloaded float-ord v0.3.2
6742024-11-14T16:11:14.128Z Downloaded rusty-fork v0.3.0
6752024-11-14T16:11:14.130Z Downloaded crossbeam-channel v0.5.13
6762024-11-14T16:11:14.136Z Downloaded termios v0.3.3
6772024-11-14T16:11:14.138Z Downloaded ssh-cipher v0.2.0
6782024-11-14T16:11:14.142Z Downloaded icu_collections v1.5.0
6792024-11-14T16:11:14.148Z Downloaded nodrop v0.1.14
6802024-11-14T16:11:14.151Z Downloaded openssl-macros v0.1.1
6812024-11-14T16:11:14.153Z Downloaded parking_lot_core v0.9.10
6822024-11-14T16:11:14.153Z Downloaded slab v0.4.9
6832024-11-14T16:11:14.156Z Downloaded secrecy v0.8.0
6842024-11-14T16:11:14.158Z Downloaded precomputed-hash v0.1.1
6852024-11-14T16:11:14.160Z Downloaded either v1.13.0
6862024-11-14T16:11:14.160Z Downloaded fallible-streaming-iterator v0.1.9
6872024-11-14T16:11:14.163Z Downloaded pkg-config v0.3.31
6882024-11-14T16:11:14.165Z Downloaded ed25519 v2.2.3
6892024-11-14T16:11:14.167Z Downloaded structmeta v0.3.0
6902024-11-14T16:11:14.170Z Downloaded thiserror-no-std v2.0.2
6912024-11-14T16:11:14.173Z Downloaded newtype-uuid v1.1.3
6922024-11-14T16:11:14.176Z Downloaded base64 v0.22.1
6932024-11-14T16:11:14.179Z Downloaded rustc-demangle v0.1.24
6942024-11-14T16:11:14.181Z Downloaded foldhash v0.1.3
6952024-11-14T16:11:14.184Z Downloaded strum v0.26.3
6962024-11-14T16:11:14.186Z Downloaded sigpipe v0.1.3
6972024-11-14T16:11:14.186Z Downloaded thiserror-impl-no-std v2.0.2
6982024-11-14T16:11:14.190Z Downloaded try-lock v0.2.5
6992024-11-14T16:11:14.190Z Downloaded derive-where v1.2.7
7002024-11-14T16:11:14.192Z Downloaded foreign-types-macros v0.2.3
7012024-11-14T16:11:14.195Z Downloaded glob v0.3.1
7022024-11-14T16:11:14.197Z Downloaded ff v0.13.0
7032024-11-14T16:11:14.200Z Downloaded dirs-sys-next v0.1.2
7042024-11-14T16:11:14.200Z Downloaded pkcs8 v0.10.2
7052024-11-14T16:11:14.203Z Downloaded fxhash v0.2.1
7062024-11-14T16:11:14.206Z Downloaded vte_generate_state_changes v0.1.2
7072024-11-14T16:11:14.206Z Downloaded vergen v8.3.2
7082024-11-14T16:11:14.209Z Downloaded simd-adler32 v0.3.7
7092024-11-14T16:11:14.211Z Downloaded darling_macro v0.20.10
7102024-11-14T16:11:14.214Z Downloaded waitgroup v0.1.2
7112024-11-14T16:11:14.214Z Downloaded pin-project-lite v0.2.14
7122024-11-14T16:11:14.220Z Downloaded ecdsa v0.16.9
7132024-11-14T16:11:14.223Z Downloaded ssh-encoding v0.2.0
7142024-11-14T16:11:14.225Z Downloaded phf_shared v0.10.0
7152024-11-14T16:11:14.227Z Downloaded ppv-lite86 v0.2.20
7162024-11-14T16:11:14.229Z Downloaded rand v0.8.5
7172024-11-14T16:11:14.232Z Downloaded dropshot_endpoint v0.13.0
7182024-11-14T16:11:14.236Z Downloaded dropshot_endpoint v0.12.0
7192024-11-14T16:11:14.240Z Downloaded shell-words v1.1.0
7202024-11-14T16:11:14.242Z Downloaded x509-cert v0.2.5
7212024-11-14T16:11:14.248Z Downloaded minimal-lexical v0.2.1
7222024-11-14T16:11:14.254Z Downloaded tls_codec_derive v0.4.1
7232024-11-14T16:11:14.256Z Downloaded time-core v0.1.2
7242024-11-14T16:11:14.258Z Downloaded sqlparser_derive v0.2.2
7252024-11-14T16:11:14.258Z Downloaded tar v0.4.43
7262024-11-14T16:11:14.262Z Downloaded derive_builder_macro v0.20.2
7272024-11-14T16:11:14.264Z Downloaded signal-hook-registry v1.4.2
7282024-11-14T16:11:14.267Z Downloaded derive_builder_core v0.20.2
7292024-11-14T16:11:14.269Z Downloaded tracing v0.1.40
7302024-11-14T16:11:14.273Z Downloaded want v0.3.1
7312024-11-14T16:11:14.276Z Downloaded structmeta v0.2.0
7322024-11-14T16:11:14.279Z Downloaded rustls-pemfile v1.0.4
7332024-11-14T16:11:14.281Z Downloaded strum_macros v0.24.3
7342024-11-14T16:11:14.284Z Downloaded foreign-types-shared v0.1.1
7352024-11-14T16:11:14.284Z Downloaded shlex v1.3.0
7362024-11-14T16:11:14.287Z Downloaded float-cmp v0.9.0
7372024-11-14T16:11:14.287Z Downloaded foreign-types-shared v0.3.1
7382024-11-14T16:11:14.290Z Downloaded dirs-next v2.0.0
7392024-11-14T16:11:14.290Z Downloaded phf_codegen v0.11.2
7402024-11-14T16:11:14.292Z Downloaded flate2 v1.0.34
7412024-11-14T16:11:14.296Z Downloaded newtype_derive v0.1.6
7422024-11-14T16:11:14.299Z Downloaded vte v0.11.1
7432024-11-14T16:11:14.302Z Downloaded unicode-properties v0.1.3
7442024-11-14T16:11:14.305Z Downloaded progenitor v0.8.0
7452024-11-14T16:11:14.307Z Downloaded crossterm v0.28.1
7462024-11-14T16:11:14.313Z Downloaded salsa20 v0.10.2
7472024-11-14T16:11:14.316Z Downloaded zerofrom v0.1.4
7482024-11-14T16:11:14.319Z Downloaded termcolor v1.4.1
7492024-11-14T16:11:14.319Z Downloaded rustc-hash v1.1.0
7502024-11-14T16:11:14.323Z Downloaded rtoolbox v0.0.2
7512024-11-14T16:11:14.323Z Downloaded thread_local v1.1.8
7522024-11-14T16:11:14.325Z Downloaded rustc-hash v2.0.0
7532024-11-14T16:11:14.325Z Downloaded hash32 v0.3.1
7542024-11-14T16:11:14.328Z Downloaded hash32 v0.2.1
7552024-11-14T16:11:14.330Z Downloaded tls_codec v0.4.1
7562024-11-14T16:11:14.332Z Downloaded test-strategy v0.3.1
7572024-11-14T16:11:14.335Z Downloaded progenitor-impl v0.8.0
7582024-11-14T16:11:14.337Z Downloaded diesel_derives v2.2.3
7592024-11-14T16:11:14.343Z Downloaded display-error-chain v0.2.2
7602024-11-14T16:11:14.345Z Downloaded difflib v0.4.0
7612024-11-14T16:11:14.348Z Downloaded fixedbitset v0.4.2
7622024-11-14T16:11:14.348Z Downloaded parking_lot v0.11.2
7632024-11-14T16:11:14.351Z Downloaded peg-runtime v0.8.3
7642024-11-14T16:11:14.353Z Downloaded peg-macros v0.8.4
7652024-11-14T16:11:14.355Z Downloaded getrandom v0.2.15
7662024-11-14T16:11:14.358Z Downloaded globset v0.4.15
7672024-11-14T16:11:14.360Z Downloaded zerocopy v0.6.6
7682024-11-14T16:11:14.363Z Downloaded serde_yaml v0.9.34+deprecated
7692024-11-14T16:11:14.367Z Downloaded flume v0.11.1
7702024-11-14T16:11:14.372Z Downloaded slog-term v2.9.1
7712024-11-14T16:11:14.375Z Downloaded strum_macros v0.25.3
7722024-11-14T16:11:14.377Z Downloaded hashbrown v0.12.3
7732024-11-14T16:11:14.382Z Downloaded zopfli v0.8.1
7742024-11-14T16:11:14.386Z Downloaded toolchain_find v0.4.0
7752024-11-14T16:11:14.388Z Downloaded strip-ansi-escapes v0.2.0
7762024-11-14T16:11:14.391Z Downloaded tungstenite v0.23.0
7772024-11-14T16:11:14.394Z Downloaded opaque-debug v0.3.1
7782024-11-14T16:11:14.396Z Downloaded uzers v0.12.1
7792024-11-14T16:11:14.400Z Downloaded strum_macros v0.26.4
7802024-11-14T16:11:14.402Z Downloaded walkdir v2.5.0
7812024-11-14T16:11:14.405Z Downloaded parking_lot v0.12.3
7822024-11-14T16:11:14.407Z Downloaded num-bigint-dig v0.8.4
7832024-11-14T16:11:14.412Z Downloaded mirai-annotations v1.12.0
7842024-11-14T16:11:14.414Z Downloaded diesel_table_macro_syntax v0.2.0
7852024-11-14T16:11:14.414Z Downloaded phf_generator v0.11.2
7862024-11-14T16:11:14.417Z Downloaded path-slash v0.1.5
7872024-11-14T16:11:14.417Z Downloaded nibble_vec v0.1.0
7882024-11-14T16:11:14.419Z Downloaded resolv-conf v0.7.0
7892024-11-14T16:11:14.422Z Downloaded idna v1.0.3
7902024-11-14T16:11:14.426Z Downloaded predicates-core v1.0.8
7912024-11-14T16:11:14.429Z Downloaded predicates v3.1.2
7922024-11-14T16:11:14.431Z Downloaded password-hash v0.4.2
7932024-11-14T16:11:14.434Z Downloaded nanorand v0.7.0
7942024-11-14T16:11:14.437Z Downloaded rayon v1.10.0
7952024-11-14T16:11:14.447Z Downloaded fragile v2.0.0
7962024-11-14T16:11:14.450Z Downloaded slog-stdlog v4.1.1
7972024-11-14T16:11:14.452Z Downloaded slog-scope v4.4.0
7982024-11-14T16:11:14.456Z Downloaded pretty-hex v0.2.1
7992024-11-14T16:11:14.456Z Downloaded typed-path v0.9.3
8002024-11-14T16:11:14.462Z Downloaded olpc-cjson v0.1.4
8012024-11-14T16:11:14.464Z Downloaded filetime v0.2.25
8022024-11-14T16:11:14.467Z Downloaded topological-sort v0.2.2
8032024-11-14T16:11:14.469Z Downloaded tokio-native-tls v0.3.1
8042024-11-14T16:11:14.471Z Downloaded universal-hash v0.5.1
8052024-11-14T16:11:14.471Z Downloaded scopeguard v1.2.0
8062024-11-14T16:11:14.473Z Downloaded schemars_derive v0.8.21
8072024-11-14T16:11:14.476Z Downloaded salty v0.3.0
8082024-11-14T16:11:14.482Z Downloaded slog-async v2.8.0
8092024-11-14T16:11:14.485Z Downloaded untrusted v0.7.1
8102024-11-14T16:11:14.487Z Downloaded hyper v1.5.0
8112024-11-14T16:11:14.494Z Downloaded rustls-pki-types v1.9.0
8122024-11-14T16:11:14.498Z Downloaded sha1 v0.10.6
8132024-11-14T16:11:14.500Z Downloaded sec1 v0.7.3
8142024-11-14T16:11:14.510Z Downloaded progenitor-client v0.8.0
8152024-11-14T16:11:14.511Z Downloaded pin-project v1.1.6
8162024-11-14T16:11:14.520Z Downloaded futures-task v0.3.31
8172024-11-14T16:11:14.520Z Downloaded defmt-parser v0.3.4
8182024-11-14T16:11:14.520Z Downloaded defmt-macros v0.3.9
8192024-11-14T16:11:14.544Z Downloaded postgres-types v0.2.8
8202024-11-14T16:11:14.544Z Downloaded number_prefix v0.4.0
8212024-11-14T16:11:14.545Z Downloaded num_threads v0.1.7
8222024-11-14T16:11:14.550Z Downloaded serde-big-array v0.5.1
8232024-11-14T16:11:14.550Z Downloaded predicates-tree v1.0.11
8242024-11-14T16:11:14.550Z Downloaded phf_shared v0.11.2
8252024-11-14T16:11:14.550Z Downloaded powerfmt v0.2.0
8262024-11-14T16:11:14.551Z Downloaded twox-hash v1.6.3
8272024-11-14T16:11:14.551Z Downloaded mio v1.0.2
8282024-11-14T16:11:14.551Z Downloaded write16 v1.0.0
8292024-11-14T16:11:14.551Z Downloaded proc-macro-crate v1.3.1
8302024-11-14T16:11:14.551Z Downloaded futures-core v0.3.31
8312024-11-14T16:11:14.551Z Downloaded untrusted v0.9.0
8322024-11-14T16:11:14.551Z Downloaded omicron-zone-package v0.11.1
8332024-11-14T16:11:14.566Z Downloaded darling_core v0.20.10
8342024-11-14T16:11:14.566Z Downloaded env_logger v0.11.5
8352024-11-14T16:11:14.566Z Downloaded zerofrom-derive v0.1.4
8362024-11-14T16:11:14.566Z Downloaded quinn v0.11.5
8372024-11-14T16:11:14.570Z Downloaded openssl-probe v0.1.5
8382024-11-14T16:11:14.570Z Downloaded fd-lock v4.0.2
8392024-11-14T16:11:14.570Z Downloaded dhcproto-macros v0.1.0
8402024-11-14T16:11:14.570Z Downloaded stable_deref_trait v1.2.0
8412024-11-14T16:11:14.570Z Downloaded smf v0.2.3
8422024-11-14T16:11:14.573Z Downloaded writeable v0.5.5
8432024-11-14T16:11:14.573Z Downloaded nom v7.1.3
8442024-11-14T16:11:14.579Z Downloaded tinystr v0.7.6
8452024-11-14T16:11:14.582Z Downloaded toml v0.7.8
8462024-11-14T16:11:14.585Z Downloaded scrypt v0.11.0
8472024-11-14T16:11:14.588Z Downloaded snafu-derive v0.8.5
8482024-11-14T16:11:14.590Z Downloaded tiny-keccak v2.0.2
8492024-11-14T16:11:14.593Z Downloaded reedline v0.35.0
8502024-11-14T16:11:14.600Z Downloaded static_assertions v1.1.0
8512024-11-14T16:11:14.602Z Downloaded aws-lc-rs v1.10.0
8522024-11-14T16:11:14.613Z Downloaded tokio-macros v2.4.0
8532024-11-14T16:11:14.616Z Downloaded semver v0.1.20
8542024-11-14T16:11:14.616Z Downloaded rand_seeder v0.3.0
8552024-11-14T16:11:14.619Z Downloaded rand_core v0.6.4
8562024-11-14T16:11:14.619Z Downloaded dsl_auto_type v0.1.2
8572024-11-14T16:11:14.621Z Downloaded tracing-core v0.1.32
8582024-11-14T16:11:14.623Z Downloaded quick-error v1.2.3
8592024-11-14T16:11:14.626Z Downloaded tough v0.19.0
8602024-11-14T16:11:14.634Z Downloaded miniz_oxide v0.8.0
8612024-11-14T16:11:14.636Z Downloaded unicode-bidi v0.3.17
8622024-11-14T16:11:14.640Z Downloaded defmt v0.3.8
8632024-11-14T16:11:14.644Z Downloaded parse-zoneinfo v0.3.1
8642024-11-14T16:11:14.646Z Downloaded qorb v0.2.0
8652024-11-14T16:11:14.651Z Downloaded rustls-webpki v0.101.7
8662024-11-14T16:11:14.668Z Downloaded pem-rfc7468 v0.7.0
8672024-11-14T16:11:14.670Z Downloaded bitvec v1.0.1
8682024-11-14T16:11:14.687Z Downloaded socket2 v0.5.7
8692024-11-14T16:11:14.689Z Downloaded icu_properties_data v1.5.0
8702024-11-14T16:11:14.700Z Downloaded proptest v1.5.0
8712024-11-14T16:11:14.712Z Downloaded unsafe-libyaml v0.2.11
8722024-11-14T16:11:14.715Z Downloaded lalrpop v0.19.12
8732024-11-14T16:11:14.727Z Downloaded russh v0.45.0
8742024-11-14T16:11:14.733Z Downloaded toml_edit v0.19.15
8752024-11-14T16:11:14.751Z Downloaded openssl-sys v0.9.104
8762024-11-14T16:11:14.756Z Downloaded url v2.5.3
8772024-11-14T16:11:14.760Z Downloaded steno v0.4.1
8782024-11-14T16:11:14.764Z Downloaded sqlparser v0.45.0
8792024-11-14T16:11:14.771Z Downloaded reqwest v0.12.9
8802024-11-14T16:11:14.781Z Downloaded petname v2.0.2
8812024-11-14T16:11:14.787Z Downloaded idna v0.5.0
8822024-11-14T16:11:14.795Z Downloaded der v0.7.9
8832024-11-14T16:11:14.801Z Downloaded quick-xml v0.33.0
8842024-11-14T16:11:14.809Z Downloaded idna v0.2.3
8852024-11-14T16:11:14.816Z Downloaded vcpkg v0.2.15
8862024-11-14T16:11:14.857Z Downloaded serde_with v3.11.0
8872024-11-14T16:11:14.866Z Downloaded tokio-util v0.7.12
8882024-11-14T16:11:14.873Z Downloaded radix_trie v0.2.1
8892024-11-14T16:11:14.880Z Downloaded winnow v0.5.40
8902024-11-14T16:11:14.889Z Downloaded git2 v0.19.0
8912024-11-14T16:11:14.898Z Downloaded curve25519-dalek v4.1.3
8922024-11-14T16:11:14.909Z Downloaded unicode-width v0.2.0
8932024-11-14T16:11:14.915Z Downloaded polar-core v0.27.3
8942024-11-14T16:11:14.925Z Downloaded dropshot v0.13.0
8952024-11-14T16:11:14.948Z Downloaded p384 v0.13.0
8962024-11-14T16:11:14.954Z Downloaded webpki-roots v0.26.6
8972024-11-14T16:11:14.958Z Downloaded rusqlite v0.32.1
8982024-11-14T16:11:14.966Z Downloaded dropshot v0.12.0
8992024-11-14T16:11:14.988Z Downloaded futures-util v0.3.31
9002024-11-14T16:11:15.001Z Downloaded nix v0.27.1
9012024-11-14T16:11:15.013Z Downloaded rustls v0.21.12
9022024-11-14T16:11:15.026Z Downloaded openssl v0.10.68
9032024-11-14T16:11:15.037Z Downloaded gimli v0.31.1
9042024-11-14T16:11:15.046Z Downloaded object v0.30.4
9052024-11-14T16:11:15.057Z Downloaded rustls v0.23.14
9062024-11-14T16:11:15.072Z Downloaded regex v1.11.1
9072024-11-14T16:11:15.086Z Downloaded object v0.36.5
9082024-11-14T16:11:15.099Z Downloaded regex-syntax v0.6.29
9092024-11-14T16:11:15.107Z Downloaded diesel v2.2.4
9102024-11-14T16:11:15.127Z Downloaded smoltcp v0.11.0
9112024-11-14T16:11:15.139Z Downloaded regress v0.10.1
9122024-11-14T16:11:15.150Z Downloaded regress v0.9.1
9132024-11-14T16:11:15.160Z Downloaded nix v0.28.0
9142024-11-14T16:11:15.172Z Downloaded zerocopy-derive v0.6.6
9152024-11-14T16:11:15.183Z Downloaded openapiv3 v2.0.0
9162024-11-14T16:11:15.196Z Downloaded sled v0.34.7
9172024-11-14T16:11:15.207Z Downloaded typify-impl v0.2.0
9182024-11-14T16:11:15.223Z Downloaded trust-dns-proto v0.22.0
9192024-11-14T16:11:15.236Z Downloaded petgraph v0.6.5
9202024-11-14T16:11:15.254Z Downloaded nix v0.29.0
9212024-11-14T16:11:15.267Z Downloaded ratatui v0.28.1
9222024-11-14T16:11:15.288Z Downloaded lzma-sys v0.1.20
9232024-11-14T16:11:15.317Z Downloaded rustls v0.22.4
9242024-11-14T16:11:15.330Z Downloaded bzip2-sys v0.1.11+1.0.8
9252024-11-14T16:11:15.343Z Downloaded regex-syntax v0.8.5
9262024-11-14T16:11:15.352Z Downloaded bstr v1.10.0
9272024-11-14T16:11:15.363Z Downloaded smoltcp v0.9.1
9282024-11-14T16:11:15.374Z Downloaded chrono-tz v0.10.0
9292024-11-14T16:11:15.381Z Downloaded libz-sys v1.1.20
9302024-11-14T16:11:15.404Z Downloaded regex-automata v0.4.8
9312024-11-14T16:11:15.420Z Downloaded idna v0.3.0
9322024-11-14T16:11:15.427Z Downloaded rustls-webpki v0.102.8
9332024-11-14T16:11:15.446Z Downloaded bindgen v0.69.5
9342024-11-14T16:11:15.453Z Downloaded unicode-segmentation v1.12.0
9352024-11-14T16:11:15.456Z Downloaded time v0.3.36
9362024-11-14T16:11:15.464Z Downloaded ssh-key v0.6.6
9372024-11-14T16:11:15.471Z Downloaded p521 v0.13.3
9382024-11-14T16:11:15.475Z Downloaded csv v1.3.0
9392024-11-14T16:11:15.496Z Downloaded fatfs v0.3.6
9402024-11-14T16:11:15.499Z Downloaded tinyvec v1.8.0
9412024-11-14T16:11:15.503Z Downloaded tokio v1.40.0
9422024-11-14T16:11:15.541Z Downloaded similar v2.6.0
9432024-11-14T16:11:15.545Z Downloaded unicode_categories v0.1.1
9442024-11-14T16:11:15.548Z Downloaded time-macros v0.2.18
9452024-11-14T16:11:15.550Z Downloaded sha3 v0.10.8
9462024-11-14T16:11:15.554Z Downloaded hashbrown v0.14.5
9472024-11-14T16:11:15.560Z Downloaded rayon-core v1.12.1
9482024-11-14T16:11:15.564Z Downloaded expectorate v1.1.0
9492024-11-14T16:11:15.567Z Downloaded zip v2.1.3
9502024-11-14T16:11:15.572Z Downloaded env_logger v0.10.2
9512024-11-14T16:11:15.575Z Downloaded unicode-normalization v0.1.24
9522024-11-14T16:11:15.579Z Downloaded portable-atomic v1.9.0
9532024-11-14T16:11:15.587Z Downloaded fs_extra v1.3.0
9542024-11-14T16:11:15.589Z Downloaded oso v0.27.3
9552024-11-14T16:11:15.593Z Downloaded publicsuffix v2.2.3
9562024-11-14T16:11:15.595Z Downloaded which v4.4.2
9572024-11-14T16:11:15.597Z Downloaded num_enum_derive v0.5.11
9582024-11-14T16:11:15.600Z Downloaded serde_with_macros v3.11.0
9592024-11-14T16:11:15.602Z Downloaded mockall_derive v0.13.0
9602024-11-14T16:11:15.604Z Downloaded h2 v0.4.6
9612024-11-14T16:11:15.611Z Downloaded dyn-clone v1.0.17
9622024-11-14T16:11:15.614Z Downloaded dunce v1.0.5
9632024-11-14T16:11:15.614Z Downloaded futures-executor v0.3.31
9642024-11-14T16:11:15.616Z Downloaded tungstenite v0.24.0
9652024-11-14T16:11:15.618Z Downloaded encoding_rs v0.8.34
9662024-11-14T16:11:15.640Z Downloaded elliptic-curve v0.13.8
9672024-11-14T16:11:15.644Z Downloaded hickory-proto v0.24.1
9682024-11-14T16:11:15.661Z Downloaded pem v3.0.4
9692024-11-14T16:11:15.664Z Downloaded peg v0.8.4
9702024-11-14T16:11:15.667Z Downloaded rustyline v14.0.0
9712024-11-14T16:11:15.669Z Downloaded quinn-proto v0.11.8
9722024-11-14T16:11:15.676Z Downloaded phf v0.11.2
9732024-11-14T16:11:15.678Z Downloaded siphasher v0.3.11
9742024-11-14T16:11:15.681Z Downloaded data-encoding v2.6.0
9752024-11-14T16:11:15.681Z Downloaded yoke v0.7.4
9762024-11-14T16:11:15.683Z Downloaded rcgen v0.12.1
9772024-11-14T16:11:15.685Z Downloaded chrono v0.4.38
9782024-11-14T16:11:15.692Z Downloaded pbkdf2 v0.12.2
9792024-11-14T16:11:15.694Z Downloaded pbkdf2 v0.11.0
9802024-11-14T16:11:15.697Z Downloaded fallible-iterator v0.2.0
9812024-11-14T16:11:15.699Z Downloaded num_enum v0.5.11
9822024-11-14T16:11:15.702Z Downloaded multer v3.1.0
9832024-11-14T16:11:15.705Z Downloaded libgit2-sys v0.17.0+1.8.1
9842024-11-14T16:11:15.765Z Downloaded diff v0.1.13
9852024-11-14T16:11:15.768Z Downloaded itertools v0.12.1
9862024-11-14T16:11:15.777Z Downloaded rand_xorshift v0.3.0
9872024-11-14T16:11:15.780Z Downloaded owo-colors v4.1.0
9882024-11-14T16:11:15.780Z Downloaded headers v0.4.0
9892024-11-14T16:11:15.784Z Downloaded schemars v0.8.21
9902024-11-14T16:11:15.796Z Downloaded slog-json v2.6.1
9912024-11-14T16:11:15.798Z Downloaded smallvec v1.13.2
9922024-11-14T16:11:15.802Z Downloaded rustls-pemfile v2.2.0
9932024-11-14T16:11:15.804Z Downloaded poly1305 v0.8.0
9942024-11-14T16:11:15.804Z Downloaded zip v0.6.6
9952024-11-14T16:11:15.808Z Downloaded tungstenite v0.21.0
9962024-11-14T16:11:15.811Z Downloaded num-bigint v0.4.6
9972024-11-14T16:11:15.816Z Downloaded env_filter v0.1.2
9982024-11-14T16:11:15.818Z Downloaded embedded-io v0.4.0
9992024-11-14T16:11:15.821Z Downloaded tower-service v0.3.3
10002024-11-14T16:11:15.821Z Downloaded ena v0.14.3
10012024-11-14T16:11:15.823Z Downloaded diesel-dtrace v0.3.0
10022024-11-14T16:11:15.825Z Downloaded unicode-xid v0.2.6
10032024-11-14T16:11:15.825Z Downloaded p256 v0.13.2
10042024-11-14T16:11:15.828Z Downloaded multimap v0.10.0
10052024-11-14T16:11:15.831Z Downloaded string_cache v0.8.7
10062024-11-14T16:11:15.831Z Downloaded num-traits v0.2.19
10072024-11-14T16:11:15.833Z Downloaded hkdf v0.12.4
10082024-11-14T16:11:15.836Z Downloaded hashbrown v0.13.2
10092024-11-14T16:11:15.840Z Downloaded rustversion v1.0.17
10102024-11-14T16:11:15.843Z Downloaded progenitor-macro v0.8.0
10112024-11-14T16:11:15.845Z Downloaded libm v0.2.8
10122024-11-14T16:11:15.853Z Downloaded itertools v0.10.5
10132024-11-14T16:11:15.859Z Downloaded embedded-io v0.6.1
10142024-11-14T16:11:15.862Z Downloaded wait-timeout v0.2.0
10152024-11-14T16:11:15.862Z Downloaded tui-tree-widget v0.22.0
10162024-11-14T16:11:15.864Z Downloaded slog v2.7.0
10172024-11-14T16:11:15.867Z Downloaded russh-cryptovec v0.7.3
10182024-11-14T16:11:15.867Z Downloaded gethostname v0.5.0
10192024-11-14T16:11:15.867Z Downloaded flagset v0.4.6
10202024-11-14T16:11:15.869Z Downloaded zone v0.1.8
10212024-11-14T16:11:15.869Z Downloaded zerovec-derive v0.10.3
10222024-11-14T16:11:15.872Z Downloaded vsss-rs v3.3.4
10232024-11-14T16:11:15.874Z Downloaded value-bag v1.9.0
10242024-11-14T16:11:15.876Z Downloaded tokio-postgres v0.7.12
10252024-11-14T16:11:15.880Z Downloaded russh-keys v0.45.0
10262024-11-14T16:11:15.882Z Downloaded pin-project-internal v1.1.6
10272024-11-14T16:11:15.886Z Downloaded parking_lot_core v0.8.6
10282024-11-14T16:11:15.888Z Downloaded ron v0.8.1
10292024-11-14T16:11:15.893Z Downloaded ron v0.7.1
10302024-11-14T16:11:15.898Z Downloaded scheduled-thread-pool v0.2.7
10312024-11-14T16:11:15.901Z Downloaded packed_struct v0.10.1
10322024-11-14T16:11:15.903Z Downloaded zerovec v0.10.4
10332024-11-14T16:11:15.909Z Downloaded pkcs1 v0.7.5
10342024-11-14T16:11:15.912Z Downloaded blake3 v1.5.4
10352024-11-14T16:11:15.919Z Downloaded zone v0.3.0
10362024-11-14T16:11:15.922Z Downloaded nu-ansi-term v0.50.1
10372024-11-14T16:11:15.924Z Downloaded hashlink v0.9.1
10382024-11-14T16:11:15.927Z Downloaded futures-macro v0.3.31
10392024-11-14T16:11:15.927Z Downloaded ed25519-dalek v2.1.1
10402024-11-14T16:11:15.929Z Downloaded snafu v0.8.5
10412024-11-14T16:11:15.935Z Downloaded hyper-util v0.1.10
10422024-11-14T16:11:15.939Z Downloaded pin-utils v0.1.0
10432024-11-14T16:11:15.941Z Downloaded parse-display-derive v0.10.0
10442024-11-14T16:11:15.941Z Downloaded displaydoc v0.2.5
10452024-11-14T16:11:15.944Z Downloaded derive_builder v0.20.2
10462024-11-14T16:11:15.948Z Downloaded der_derive v0.7.3
10472024-11-14T16:11:15.951Z Downloaded signal-hook v0.3.17
10482024-11-14T16:11:15.953Z Downloaded yasna v0.5.2
10492024-11-14T16:11:15.956Z Downloaded parse-display v0.10.0
10502024-11-14T16:11:15.959Z Downloaded num v0.4.3
10512024-11-14T16:11:15.959Z Downloaded futures-sink v0.3.31
10522024-11-14T16:11:15.959Z Downloaded futures-io v0.3.31
10532024-11-14T16:11:15.961Z Downloaded tracing-attributes v0.1.27
10542024-11-14T16:11:15.963Z Downloaded tokio-tungstenite v0.24.0
10552024-11-14T16:11:15.965Z Downloaded term v0.7.0
10562024-11-14T16:11:15.967Z Downloaded pkcs5 v0.7.1
10572024-11-14T16:11:15.971Z Downloaded icu_locid v1.5.0
10582024-11-14T16:11:15.975Z Downloaded bytes v1.8.0
10592024-11-14T16:11:15.979Z Downloaded spin v0.9.8
10602024-11-14T16:11:15.982Z Downloaded serde_repr v0.1.19
10612024-11-14T16:11:15.984Z Downloaded rsa v0.9.6
10622024-11-14T16:11:15.989Z Downloaded aes-gcm v0.10.3
10632024-11-14T16:11:15.992Z Downloaded idna v0.4.0
10642024-11-14T16:11:15.999Z Downloaded crypto-bigint v0.5.5
10652024-11-14T16:11:16.006Z Downloaded futures v0.3.31
10662024-11-14T16:11:16.012Z Downloaded uuid v1.11.0
10672024-11-14T16:11:16.015Z Downloaded postcard v1.0.10
10682024-11-14T16:11:16.018Z Downloaded icu_locid_transform_data v1.5.0
10692024-11-14T16:11:16.020Z Downloaded wyz v0.5.1
10702024-11-14T16:11:16.022Z Downloaded unicase v2.7.0
10712024-11-14T16:11:16.024Z Downloaded radium v0.7.0
10722024-11-14T16:11:16.024Z Downloaded percent-encoding v2.3.1
10732024-11-14T16:11:16.024Z Downloaded hickory-server v0.24.1
10742024-11-14T16:11:16.029Z Downloaded tokio-tungstenite v0.23.1
10752024-11-14T16:11:16.032Z Downloaded structmeta-derive v0.2.0
10762024-11-14T16:11:16.034Z Downloaded spin v0.5.2
10772024-11-14T16:11:16.034Z Downloaded slog-dtrace v0.3.0
10782024-11-14T16:11:16.037Z Downloaded tokio-stream v0.1.16
10792024-11-14T16:11:16.040Z Downloaded jobserver v0.1.32
10802024-11-14T16:11:16.043Z Downloaded native-tls v0.2.12
10812024-11-14T16:11:16.045Z Downloaded futures-channel v0.3.31
10822024-11-14T16:11:16.047Z Downloaded polyval v0.6.2
10832024-11-14T16:11:16.049Z Downloaded num-integer v0.1.46
10842024-11-14T16:11:16.051Z Downloaded base64 v0.13.1
10852024-11-14T16:11:16.053Z Downloaded enum-as-inner v0.6.1
10862024-11-14T16:11:16.056Z Downloaded libloading v0.8.5
10872024-11-14T16:11:16.058Z Downloaded samael v0.0.17
10882024-11-14T16:11:16.062Z Downloaded signature v2.2.0
10892024-11-14T16:11:16.065Z Downloaded maybe-uninit v2.0.0
10902024-11-14T16:11:16.067Z Downloaded maplit v1.0.2
10912024-11-14T16:11:16.067Z Downloaded lru v0.12.5
10922024-11-14T16:11:16.069Z Downloaded instability v0.3.2
10932024-11-14T16:11:16.069Z Downloaded cookie v0.18.1
10942024-11-14T16:11:16.071Z Downloaded clang-sys v1.8.1
10952024-11-14T16:11:16.074Z Downloaded blake2 v0.10.6
10962024-11-14T16:11:16.076Z Downloaded indent_write v2.2.0
10972024-11-14T16:11:16.078Z Downloaded lalrpop-util v0.19.12
10982024-11-14T16:11:16.081Z Downloaded httparse v1.9.5
10992024-11-14T16:11:16.083Z Downloaded crc v3.2.1
11002024-11-14T16:11:16.087Z Downloaded console v0.15.8
11012024-11-14T16:11:16.089Z Downloaded hyper-tls v0.6.0
11022024-11-14T16:11:16.089Z Downloaded hubpack v0.1.2
11032024-11-14T16:11:16.089Z Downloaded cancel-safe-futures v0.1.5
11042024-11-14T16:11:16.092Z Downloaded base64ct v1.6.0
11052024-11-14T16:11:16.094Z Downloaded cbc v0.1.2
11062024-11-14T16:11:16.096Z Downloaded backoff v0.4.0
11072024-11-14T16:11:16.098Z Downloaded http-body-util v0.1.2
11082024-11-14T16:11:16.101Z Downloaded colored v2.1.0
11092024-11-14T16:11:16.103Z Downloaded itertools v0.13.0
11102024-11-14T16:11:16.109Z Downloaded hickory-client v0.24.1
11112024-11-14T16:11:16.112Z Downloaded atomic-waker v1.1.2
11122024-11-14T16:11:16.115Z Downloaded crunchy v0.2.2
11132024-11-14T16:11:16.115Z Downloaded base64 v0.21.7
11142024-11-14T16:11:16.118Z Downloaded cfg_aliases v0.1.1
11152024-11-14T16:11:16.120Z Downloaded atomicwrites v0.4.4
11162024-11-14T16:11:16.120Z Downloaded async-stream v0.3.6
11172024-11-14T16:11:16.123Z Downloaded assert_matches v1.5.0
11182024-11-14T16:11:16.125Z Downloaded array-init v0.0.4
11192024-11-14T16:11:16.125Z Downloaded idna_adapter v1.2.0
11202024-11-14T16:11:16.125Z Downloaded crucible-workspace-hack v0.1.0
11212024-11-14T16:11:16.125Z Downloaded md-5 v0.10.6
11222024-11-14T16:11:16.128Z Downloaded lru-cache v0.1.2
11232024-11-14T16:11:16.128Z Downloaded lock_api v0.4.12
11242024-11-14T16:11:16.130Z Downloaded lazy_static v1.5.0
11252024-11-14T16:11:16.133Z Downloaded iana-time-zone v0.1.61
11262024-11-14T16:11:16.136Z Downloaded async-trait v0.1.83
11272024-11-14T16:11:16.138Z Downloaded async-bb8-diesel v0.2.1
11282024-11-14T16:11:16.140Z Downloaded aead v0.5.2
11292024-11-14T16:11:16.142Z Downloaded adler2 v2.0.0
11302024-11-14T16:11:16.144Z Downloaded bitfield v0.14.0
11312024-11-14T16:11:16.144Z Downloaded crossbeam-deque v0.8.5
11322024-11-14T16:11:16.146Z Downloaded cexpr v0.6.0
11332024-11-14T16:11:16.234Z Downloaded libsqlite3-sys v0.30.1
11342024-11-14T16:11:16.338Z Downloaded ring v0.17.8
11352024-11-14T16:11:16.517Z Downloaded ring v0.16.20
11362024-11-14T16:11:16.745Z Downloaded aws-lc-sys v0.22.0
11372024-11-14T16:11:17.065Z Compiling serde v1.0.215
11382024-11-14T16:11:17.069Z Compiling lock_api v0.4.12
11392024-11-14T16:11:17.069Z Compiling scopeguard v1.2.0
11402024-11-14T16:11:17.069Z Compiling value-bag v1.9.0
11412024-11-14T16:11:17.069Z Compiling typenum v1.17.0
11422024-11-14T16:11:17.219Z Compiling generic-array v0.14.7
11432024-11-14T16:11:17.263Z Compiling syn v2.0.87
11442024-11-14T16:11:17.483Z Compiling getrandom v0.2.15
11452024-11-14T16:11:17.519Z Compiling subtle v2.6.1
11462024-11-14T16:11:17.692Z Compiling shlex v1.3.0
11472024-11-14T16:11:17.878Z Compiling log v0.4.22
11482024-11-14T16:11:17.899Z Compiling rand_core v0.6.4
11492024-11-14T16:11:17.901Z Compiling jobserver v0.1.32
11502024-11-14T16:11:17.915Z Compiling const-oid v0.9.6
11512024-11-14T16:11:18.119Z Compiling smallvec v1.13.2
11522024-11-14T16:11:18.184Z Compiling spin v0.9.8
11532024-11-14T16:11:18.451Z Compiling cc v1.1.30
11542024-11-14T16:11:18.573Z Compiling pin-project-lite v0.2.14
11552024-11-14T16:11:18.593Z Compiling rustix v0.38.37
11562024-11-14T16:11:18.706Z Compiling parking_lot_core v0.9.10
11572024-11-14T16:11:18.850Z Compiling futures-core v0.3.31
11582024-11-14T16:11:18.944Z Compiling signal-hook-registry v1.4.2
11592024-11-14T16:11:19.127Z Compiling mio v1.0.2
11602024-11-14T16:11:19.566Z Compiling aho-corasick v1.1.3
11612024-11-14T16:11:19.813Z Compiling parking_lot v0.12.3
11622024-11-14T16:11:19.935Z Compiling either v1.13.0
11632024-11-14T16:11:20.045Z Compiling regex-syntax v0.8.5
11642024-11-14T16:11:20.383Z Compiling cpufeatures v0.2.14
11652024-11-14T16:11:20.383Z Compiling lazy_static v1.5.0
11662024-11-14T16:11:20.422Z Compiling stable_deref_trait v1.2.0
11672024-11-14T16:11:20.505Z Compiling glob v0.3.1
11682024-11-14T16:11:20.550Z Compiling futures-sink v0.3.31
11692024-11-14T16:11:20.554Z Compiling socket2 v0.5.7
11702024-11-14T16:11:20.719Z Compiling slab v0.4.9
11712024-11-14T16:11:20.820Z Compiling prettyplease v0.2.25
11722024-11-14T16:11:21.138Z Compiling minimal-lexical v0.2.1
11732024-11-14T16:11:21.430Z Compiling libloading v0.8.5
11742024-11-14T16:11:21.519Z Compiling serde_json v1.0.132
11752024-11-14T16:11:21.539Z Compiling clang-sys v1.8.1
11762024-11-14T16:11:21.654Z Compiling nom v7.1.3
11772024-11-14T16:11:21.834Z Compiling bindgen v0.69.5
11782024-11-14T16:11:21.854Z Compiling home v0.5.9
11792024-11-14T16:11:22.199Z Compiling futures-channel v0.3.31
11802024-11-14T16:11:22.652Z Compiling itertools v0.12.1
11812024-11-14T16:11:22.700Z Compiling foldhash v0.1.3
11822024-11-14T16:11:23.000Z Compiling futures-io v0.3.31
11832024-11-14T16:11:23.023Z Compiling allocator-api2 v0.2.18
11842024-11-14T16:11:23.326Z Compiling futures-task v0.3.31
11852024-11-14T16:11:23.627Z Compiling pin-utils v0.1.0
11862024-11-14T16:11:23.727Z Compiling regex-automata v0.4.8
11872024-11-14T16:11:23.867Z Compiling rustc-hash v1.1.0
11882024-11-14T16:11:24.014Z Compiling lazycell v1.3.0
11892024-11-14T16:11:24.183Z Compiling hashbrown v0.15.0
11902024-11-14T16:11:25.357Z Compiling synstructure v0.13.1
11912024-11-14T16:11:25.544Z Compiling cexpr v0.6.0
11922024-11-14T16:11:25.805Z Compiling cmake v0.1.51
11932024-11-14T16:11:26.842Z Compiling pkg-config v0.3.31
11942024-11-14T16:11:26.971Z Compiling dunce v1.0.5
11952024-11-14T16:11:27.047Z Compiling fs_extra v1.3.0
11962024-11-14T16:11:27.101Z Compiling tinyvec_macros v0.1.1
11972024-11-14T16:11:27.201Z Compiling libm v0.2.8
11982024-11-14T16:11:27.363Z Compiling tinyvec v1.8.0
11992024-11-14T16:11:27.601Z Compiling num-traits v0.2.19
12002024-11-14T16:11:28.125Z Compiling ring v0.17.8
12012024-11-14T16:11:28.386Z Compiling litemap v0.7.3
12022024-11-14T16:11:28.749Z Compiling paste v1.0.15
12032024-11-14T16:11:28.797Z Compiling unicode-normalization v0.1.24
12042024-11-14T16:11:28.843Z Compiling writeable v0.5.5
12052024-11-14T16:11:29.066Z Compiling base64ct v1.6.0
12062024-11-14T16:11:29.237Z Compiling unicode-bidi v0.3.17
12072024-11-14T16:11:29.260Z Compiling regex v1.11.1
12082024-11-14T16:11:29.679Z Compiling pem-rfc7468 v0.7.0
12092024-11-14T16:11:30.343Z Compiling aws-lc-rs v1.10.0
12102024-11-14T16:11:30.399Z Compiling httparse v1.9.5
12112024-11-14T16:11:30.655Z Compiling flagset v0.4.6
12122024-11-14T16:11:30.852Z Compiling tracing-core v0.1.32
12132024-11-14T16:11:31.206Z Compiling crossbeam-utils v0.8.20
12142024-11-14T16:11:31.786Z Compiling percent-encoding v2.3.1
12152024-11-14T16:11:31.933Z Compiling rustls-pki-types v1.9.0
12162024-11-14T16:11:31.951Z Compiling icu_locid_transform_data v1.5.0
12172024-11-14T16:11:32.139Z Compiling icu_properties_data v1.5.0
12182024-11-14T16:11:32.179Z Compiling serde_derive v1.0.215
12192024-11-14T16:11:32.199Z Compiling zeroize_derive v1.4.2
12202024-11-14T16:11:32.412Z Compiling zerocopy-derive v0.7.35
12212024-11-14T16:11:32.864Z Compiling tokio-macros v2.4.0
12222024-11-14T16:11:33.040Z Compiling zerofrom-derive v0.1.4
12232024-11-14T16:11:33.859Z Compiling zeroize v1.8.1
12242024-11-14T16:11:34.308Z Compiling thiserror-impl v1.0.69
12252024-11-14T16:11:34.428Z Compiling yoke-derive v0.7.4
12262024-11-14T16:11:34.640Z Compiling zerocopy v0.7.35
12272024-11-14T16:11:35.496Z Compiling futures-macro v0.3.31
12282024-11-14T16:11:35.648Z Compiling crypto-common v0.1.6
12292024-11-14T16:11:35.901Z Compiling block-buffer v0.10.4
12302024-11-14T16:11:36.183Z Compiling digest v0.10.7
12312024-11-14T16:11:36.320Z Compiling zerovec-derive v0.10.3
12322024-11-14T16:11:36.572Z Compiling block-padding v0.3.3
12332024-11-14T16:11:36.685Z Compiling hmac v0.12.1
12342024-11-14T16:11:36.832Z Compiling displaydoc v0.2.5
12352024-11-14T16:11:36.930Z Compiling inout v0.1.3
12362024-11-14T16:11:37.173Z Compiling zerofrom v0.1.4
12372024-11-14T16:11:37.214Z Compiling cipher v0.4.4
12382024-11-14T16:11:37.401Z Compiling sha2 v0.10.8
12392024-11-14T16:11:37.403Z Compiling futures-util v0.3.31
12402024-11-14T16:11:37.533Z Compiling yoke v0.7.4
12412024-11-14T16:11:37.764Z Compiling thiserror v1.0.69
12422024-11-14T16:11:37.782Z Compiling ppv-lite86 v0.2.20
12432024-11-14T16:11:37.914Z Compiling der_derive v0.7.3
12442024-11-14T16:11:37.936Z Compiling icu_provider_macros v1.5.0
12452024-11-14T16:11:38.625Z Compiling rand_chacha v0.3.1
12462024-11-14T16:11:38.642Z Compiling tracing-attributes v0.1.27
12472024-11-14T16:11:39.147Z Compiling rand v0.8.5
12482024-11-14T16:11:39.176Z Compiling zerovec v0.10.4
12492024-11-14T16:11:40.534Z Compiling der v0.7.9
12502024-11-14T16:11:40.960Z Compiling tinystr v0.7.6
12512024-11-14T16:11:41.060Z Compiling icu_collections v1.5.0
12522024-11-14T16:11:41.357Z Compiling icu_locid v1.5.0
12532024-11-14T16:11:41.377Z Compiling pest v2.7.14
12542024-11-14T16:11:41.431Z Compiling salsa20 v0.10.2
12552024-11-14T16:11:41.668Z Compiling pbkdf2 v0.12.2
12562024-11-14T16:11:41.845Z Compiling powerfmt v0.2.0
12572024-11-14T16:11:42.222Z Compiling untrusted v0.9.0
12582024-11-14T16:11:42.455Z Compiling time-core v0.1.2
12592024-11-14T16:11:42.536Z Compiling icu_provider v1.5.0
12602024-11-14T16:11:42.574Z Compiling tracing v0.1.40
12612024-11-14T16:11:42.647Z Compiling spki v0.7.3
12622024-11-14T16:11:43.058Z Compiling mirai-annotations v1.12.0
12632024-11-14T16:11:43.114Z Compiling untrusted v0.7.1
12642024-11-14T16:11:43.264Z Compiling vcpkg v0.2.15
12652024-11-14T16:11:43.313Z Compiling icu_locid_transform v1.5.0
12662024-11-14T16:11:43.594Z Compiling num-conv v0.1.0
12672024-11-14T16:11:43.754Z Compiling deranged v0.3.11
12682024-11-14T16:11:43.886Z Compiling time-macros v0.2.18
12692024-11-14T16:11:43.959Z Compiling scrypt v0.11.0
12702024-11-14T16:11:44.539Z Compiling icu_properties v1.5.1
12712024-11-14T16:11:44.559Z Compiling pest_meta v2.7.14
12722024-11-14T16:11:45.534Z Compiling openssl-sys v0.9.104
12732024-11-14T16:11:45.701Z Compiling aes v0.8.4
12742024-11-14T16:11:46.088Z Compiling cbc v0.1.2
12752024-11-14T16:11:46.326Z Compiling scroll_derive v0.12.0
12762024-11-14T16:11:46.670Z Compiling bitflags v2.6.0
12772024-11-14T16:11:46.814Z Compiling bytes v1.8.0
12782024-11-14T16:11:47.520Z Compiling indexmap v2.6.0
12792024-11-14T16:11:47.826Z Compiling tokio v1.40.0
12802024-11-14T16:11:48.163Z Compiling http v1.1.0
12812024-11-14T16:11:48.648Z Compiling semver v1.0.23
12822024-11-14T16:11:49.418Z Compiling rustc_version v0.4.1
12832024-11-14T16:11:49.438Z Compiling icu_normalizer_data v1.5.0
12842024-11-14T16:11:49.551Z Compiling num_threads v0.1.7
12852024-11-14T16:11:49.696Z Compiling utf16_iter v1.0.5
12862024-11-14T16:11:49.776Z Compiling atomic-waker v1.1.2
12872024-11-14T16:11:49.908Z Compiling write16 v1.0.0
12882024-11-14T16:11:49.972Z Compiling utf8_iter v1.0.4
12892024-11-14T16:11:50.045Z Compiling http-body v1.0.1
12902024-11-14T16:11:50.197Z Compiling icu_normalizer v1.5.0
12912024-11-14T16:11:50.236Z Compiling time v0.3.36
12922024-11-14T16:11:50.281Z Compiling scroll v0.12.0
12932024-11-14T16:11:50.321Z Compiling pkcs5 v0.7.1
12942024-11-14T16:11:50.714Z Compiling pest_generator v2.7.14
12952024-11-14T16:11:50.733Z Compiling form_urlencoded v1.2.1
12962024-11-14T16:11:50.834Z Compiling try-lock v0.2.5
12972024-11-14T16:11:50.993Z Compiling slog v2.7.0
12982024-11-14T16:11:51.069Z Compiling which v4.4.2
12992024-11-14T16:11:51.570Z Compiling goblin v0.8.2
13002024-11-14T16:11:51.791Z Compiling idna_adapter v1.2.0
13012024-11-14T16:11:52.028Z Compiling want v0.3.1
13022024-11-14T16:11:52.226Z Compiling pkcs8 v0.10.2
13032024-11-14T16:11:52.341Z Compiling httpdate v1.0.3
13042024-11-14T16:11:52.538Z Compiling idna v1.0.3
13052024-11-14T16:11:52.793Z Compiling pest_derive v2.7.14
13062024-11-14T16:11:52.929Z Compiling uuid v1.11.0
13072024-11-14T16:11:53.619Z Compiling dtrace-parser v0.2.0
13082024-11-14T16:11:53.705Z Compiling serde_spanned v0.6.8
13092024-11-14T16:11:53.947Z Compiling toml_datetime v0.6.8
13102024-11-14T16:11:54.378Z Compiling serde_tokenstream v0.2.2
13112024-11-14T16:11:54.431Z Compiling match_cfg v0.1.0
13122024-11-14T16:11:54.468Z Compiling openssl v0.10.68
13132024-11-14T16:11:54.530Z Compiling tower-service v0.3.3
13142024-11-14T16:11:54.664Z Compiling foreign-types-shared v0.1.1
13152024-11-14T16:11:54.788Z Compiling adler2 v2.0.0
13162024-11-14T16:11:54.893Z Compiling rustversion v1.0.17
13172024-11-14T16:11:54.986Z Compiling base64 v0.22.1
13182024-11-14T16:11:55.008Z Compiling iana-time-zone v0.1.61
13192024-11-14T16:11:55.460Z Compiling chrono v0.4.38
13202024-11-14T16:11:55.562Z Compiling miniz_oxide v0.8.0
13212024-11-14T16:11:55.710Z Compiling foreign-types v0.3.2
13222024-11-14T16:11:55.740Z Compiling hostname v0.3.1
13232024-11-14T16:11:55.759Z Compiling url v2.5.3
13242024-11-14T16:11:55.989Z Compiling async-trait v0.1.83
13252024-11-14T16:11:57.108Z Compiling tokio-util v0.7.12
13262024-11-14T16:11:57.243Z Compiling openssl-macros v0.1.1
13272024-11-14T16:11:57.841Z Compiling dof v0.3.0
13282024-11-14T16:11:58.061Z Compiling dirs-sys-next v0.1.2
13292024-11-14T16:11:58.597Z Compiling h2 v0.4.6
13302024-11-14T16:11:58.727Z Compiling usdt-impl v0.5.0
13312024-11-14T16:11:58.767Z Compiling native-tls v0.2.12
13322024-11-14T16:11:59.111Z Compiling rustls v0.22.4
13332024-11-14T16:11:59.280Z Compiling rustls v0.23.14
13342024-11-14T16:11:59.372Z Compiling data-encoding v2.6.0
13352024-11-14T16:11:59.564Z Compiling siphasher v0.3.11
13362024-11-14T16:11:59.958Z Compiling syn v1.0.109
13372024-11-14T16:12:00.110Z Compiling dirs-next v2.0.0
13382024-11-14T16:12:00.676Z Compiling http-body-util v0.1.2
13392024-11-14T16:12:01.236Z Compiling heapless v0.7.17
13402024-11-14T16:12:01.676Z Compiling crossbeam-epoch v0.9.18
13412024-11-14T16:12:01.726Z Compiling signature v2.2.0
13422024-11-14T16:12:01.832Z Compiling sha1 v0.10.6
13432024-11-14T16:12:01.991Z Compiling bzip2-sys v0.1.11+1.0.8
13442024-11-14T16:12:02.021Z Compiling serde_derive_internals v0.29.1
13452024-11-14T16:12:02.274Z Compiling thread_local v1.1.8
13462024-11-14T16:12:02.470Z Compiling encoding_rs v0.8.34
13472024-11-14T16:12:02.527Z Compiling multer v3.1.0
13482024-11-14T16:12:02.813Z Compiling cookie v0.18.1
13492024-11-14T16:12:02.843Z Compiling mime v0.3.17
13502024-11-14T16:12:03.095Z Compiling gimli v0.31.1
13512024-11-14T16:12:03.448Z Compiling schemars v0.8.21
13522024-11-14T16:12:03.678Z Compiling openssl-probe v0.1.5
13532024-11-14T16:12:03.799Z Compiling unicode-properties v0.1.3
13542024-11-14T16:12:04.034Z Compiling ipnet v2.10.1
13552024-11-14T16:12:04.221Z Compiling rayon-core v1.12.1
13562024-11-14T16:12:04.498Z Compiling slog-async v2.8.0
13572024-11-14T16:12:04.815Z Compiling signal-hook v0.3.17
13582024-11-14T16:12:05.106Z Compiling toml_edit v0.22.22
13592024-11-14T16:12:05.127Z Compiling schemars_derive v0.8.21
13602024-11-14T16:12:05.331Z Compiling stringprep v0.1.5
13612024-11-14T16:12:06.622Z Compiling hyper v1.5.0
13622024-11-14T16:12:07.554Z Compiling addr2line v0.24.2
13632024-11-14T16:12:08.408Z Compiling crossbeam-deque v0.8.5
13642024-11-14T16:12:08.574Z Compiling usdt-attr-macro v0.5.0
13652024-11-14T16:12:08.763Z Compiling usdt-macro v0.5.0
13662024-11-14T16:12:09.103Z Compiling hyper-util v0.1.10
13672024-11-14T16:12:10.035Z Compiling term v0.7.0
13682024-11-14T16:12:10.202Z Compiling slog-json v2.6.1
13692024-11-14T16:12:10.223Z Compiling serde_urlencoded v0.7.1
13702024-11-14T16:12:10.606Z Compiling curve25519-dalek v4.1.3
13712024-11-14T16:12:10.744Z Compiling crossbeam-channel v0.5.13
13722024-11-14T16:12:10.764Z Compiling futures-executor v0.3.31
13732024-11-14T16:12:11.221Z Compiling enum-as-inner v0.6.1
13742024-11-14T16:12:11.353Z Compiling md-5 v0.10.6
13752024-11-14T16:12:11.600Z Compiling rustls-pemfile v2.2.0
13762024-11-14T16:12:11.618Z Compiling async-stream-impl v0.3.6
13772024-11-14T16:12:11.863Z Compiling num-integer v0.1.46
13782024-11-14T16:12:11.956Z Compiling idna v0.4.0
13792024-11-14T16:12:12.308Z Compiling idna v0.3.0
13802024-11-14T16:12:12.345Z Compiling ff v0.13.0
13812024-11-14T16:12:12.577Z Compiling hash32 v0.2.1
13822024-11-14T16:12:12.633Z Compiling is-terminal v0.4.13
13832024-11-14T16:12:12.769Z Compiling object v0.36.5
13842024-11-14T16:12:12.967Z Compiling dropshot v0.12.0
13852024-11-14T16:12:13.035Z Compiling linked-hash-map v0.5.6
13862024-11-14T16:12:13.267Z Compiling smoltcp v0.9.1
13872024-11-14T16:12:13.421Z Compiling rustc-demangle v0.1.24
13882024-11-14T16:12:13.496Z Compiling anyhow v1.0.93
13892024-11-14T16:12:13.721Z Compiling fallible-iterator v0.2.0
13902024-11-14T16:12:13.970Z Compiling base16ct v0.2.0
13912024-11-14T16:12:14.030Z Compiling num-bigint-dig v0.8.4
13922024-11-14T16:12:14.127Z Compiling portable-atomic v1.9.0
13932024-11-14T16:12:14.303Z Compiling dyn-clone v1.0.17
13942024-11-14T16:12:14.324Z Compiling take_mut v0.2.2
13952024-11-14T16:12:14.409Z Compiling quick-error v1.2.3
13962024-11-14T16:12:14.441Z Compiling utf-8 v0.7.6
13972024-11-14T16:12:14.478Z Compiling psl-types v2.0.11
13982024-11-14T16:12:14.561Z Compiling resolv-conf v0.7.0
13992024-11-14T16:12:14.682Z Compiling publicsuffix v2.2.3
14002024-11-14T16:12:14.767Z Compiling tungstenite v0.24.0
14012024-11-14T16:12:15.261Z Compiling postgres-protocol v0.6.7
14022024-11-14T16:12:15.372Z Compiling sec1 v0.7.3
14032024-11-14T16:12:16.006Z Compiling lru-cache v0.1.2
14042024-11-14T16:12:16.163Z Compiling async-stream v0.3.6
14052024-11-14T16:12:16.199Z Compiling hickory-proto v0.24.1
14062024-11-14T16:12:16.604Z Compiling usdt v0.5.0
14072024-11-14T16:12:17.163Z Compiling slog-term v2.9.1
14082024-11-14T16:12:17.183Z Compiling group v0.13.0
14092024-11-14T16:12:17.548Z Compiling num-iter v0.1.45
14102024-11-14T16:12:17.750Z Compiling futures v0.3.31
14112024-11-14T16:12:17.839Z Compiling slog-bunyan v2.5.0
14122024-11-14T16:12:18.062Z Compiling toml v0.8.19
14132024-11-14T16:12:19.617Z Compiling camino v1.1.9
14142024-11-14T16:12:19.801Z Compiling tokio-native-tls v0.3.1
14152024-11-14T16:12:20.030Z Compiling phf_shared v0.11.2
14162024-11-14T16:12:20.088Z Compiling dropshot_endpoint v0.12.0
14172024-11-14T16:12:20.417Z Compiling backtrace v0.3.74
14182024-11-14T16:12:20.599Z Compiling terminal_size v0.4.0
14192024-11-14T16:12:20.831Z Compiling waitgroup v0.1.2
14202024-11-14T16:12:20.895Z Compiling openapiv3 v2.0.0
14212024-11-14T16:12:20.967Z Compiling serde_path_to_error v0.1.16
14222024-11-14T16:12:21.049Z Compiling hkdf v0.12.4
14232024-11-14T16:12:21.313Z Compiling crypto-bigint v0.5.5
14242024-11-14T16:12:21.842Z Compiling webpki-roots v0.26.6
14252024-11-14T16:12:22.079Z Compiling curve25519-dalek-derive v0.1.1
14262024-11-14T16:12:23.603Z Compiling hubpack_derive v0.1.1
14272024-11-14T16:12:23.703Z Compiling zerocopy-derive v0.6.6
14282024-11-14T16:12:24.233Z Compiling idna v0.5.0
14292024-11-14T16:12:24.532Z Compiling hostname v0.4.0
14302024-11-14T16:12:24.805Z Compiling crc32fast v1.4.2
14312024-11-14T16:12:24.857Z Compiling ahash v0.8.11
14322024-11-14T16:12:25.161Z Compiling fs-err v2.11.0
14332024-11-14T16:12:25.206Z Compiling bitflags v1.3.2
14342024-11-14T16:12:25.311Z Compiling winnow v0.5.40
14352024-11-14T16:12:25.346Z Compiling managed v0.8.0
14362024-11-14T16:12:25.443Z Compiling debug-ignore v1.0.5
14372024-11-14T16:12:25.596Z Compiling clap_builder v4.5.21
14382024-11-14T16:12:25.915Z Compiling console v0.15.8
14392024-11-14T16:12:25.934Z Compiling zerocopy v0.6.6
14402024-11-14T16:12:26.806Z Compiling strum_macros v0.25.3
14412024-11-14T16:12:26.965Z Compiling cookie_store v0.21.0
14422024-11-14T16:12:27.541Z Compiling flate2 v1.0.34
14432024-11-14T16:12:27.684Z Compiling hubpack v0.1.2
14442024-11-14T16:12:28.068Z Compiling elliptic-curve v0.13.8
14452024-11-14T16:12:28.531Z Compiling hickory-resolver v0.24.1
14462024-11-14T16:12:28.940Z Compiling toml_edit v0.19.15
14472024-11-14T16:12:29.190Z Compiling signal-hook-mio v0.2.4
14482024-11-14T16:12:29.356Z Compiling phf v0.11.2
14492024-11-14T16:12:29.573Z Compiling hyper-tls v0.6.0
14502024-11-14T16:12:29.659Z Compiling rayon v1.10.0
14512024-11-14T16:12:30.002Z Compiling bzip2 v0.4.4
14522024-11-14T16:12:31.021Z Compiling postgres-types v0.2.8
14532024-11-14T16:12:32.606Z Compiling tokio-tungstenite v0.24.0
14542024-11-14T16:12:34.564Z Compiling ed25519 v2.2.3
14552024-11-14T16:12:34.604Z Compiling phf_shared v0.10.0
14562024-11-14T16:12:35.034Z Compiling tokio-stream v0.1.16
14572024-11-14T16:12:35.375Z Compiling pkcs1 v0.7.5
14582024-11-14T16:12:35.446Z Compiling serde-big-array v0.5.1
14592024-11-14T16:12:35.687Z Compiling clap_derive v4.5.18
14602024-11-14T16:12:36.103Z Compiling rfc6979 v0.4.0
14612024-11-14T16:12:36.294Z Compiling serde_repr v0.1.19
14622024-11-14T16:12:36.398Z Compiling derive-where v1.2.7
14632024-11-14T16:12:36.420Z Compiling float-cmp v0.9.0
14642024-11-14T16:12:36.440Z Compiling bstr v1.10.0
14652024-11-14T16:12:36.644Z Compiling sync_wrapper v1.0.1
14662024-11-14T16:12:36.804Z Compiling normalize-line-endings v0.3.0
14672024-11-14T16:12:36.939Z Compiling difflib v0.4.0
14682024-11-14T16:12:37.171Z Compiling whoami v1.5.2
14692024-11-14T16:12:37.502Z Compiling unicode-segmentation v1.12.0
14702024-11-14T16:12:37.853Z Compiling new_debug_unreachable v1.0.6
14712024-11-14T16:12:37.957Z Compiling unicode-width v0.2.0
14722024-11-14T16:12:38.308Z Compiling precomputed-hash v0.1.1
14732024-11-14T16:12:38.403Z Compiling static_assertions v1.1.0
14742024-11-14T16:12:38.434Z Compiling number_prefix v0.4.0
14752024-11-14T16:12:38.503Z Compiling bit-vec v0.6.3
14762024-11-14T16:12:38.523Z Compiling fixedbitset v0.4.2
14772024-11-14T16:12:38.593Z Compiling predicates-core v1.0.8
14782024-11-14T16:12:38.666Z Compiling indicatif v0.17.9
14792024-11-14T16:12:38.976Z Compiling bit-set v0.5.3
14802024-11-14T16:12:38.994Z Compiling petgraph v0.6.5
14812024-11-14T16:12:38.996Z Compiling predicates v3.1.2
14822024-11-14T16:12:39.258Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14832024-11-14T16:12:40.095Z Compiling string_cache v0.8.7
14842024-11-14T16:12:40.551Z Compiling similar v2.6.0
14852024-11-14T16:12:40.853Z Compiling tokio-postgres v0.7.12
14862024-11-14T16:12:40.876Z Compiling clap v4.5.21
14872024-11-14T16:12:41.007Z Compiling ecdsa v0.16.9
14882024-11-14T16:12:41.010Z Compiling rsa v0.9.6
14892024-11-14T16:12:41.873Z Compiling ed25519-dalek v2.1.1
14902024-11-14T16:12:43.075Z Compiling toml v0.7.8
14912024-11-14T16:12:43.149Z Compiling zip v0.6.6
14922024-11-14T16:12:43.235Z Compiling crossterm v0.28.1
14932024-11-14T16:12:45.193Z Compiling hex v0.4.3
14942024-11-14T16:12:45.297Z Compiling x509-cert v0.2.5
14952024-11-14T16:12:45.696Z Compiling itertools v0.10.5
14962024-11-14T16:12:45.792Z Compiling peg-runtime v0.8.3
14972024-11-14T16:12:46.296Z Compiling lalrpop-util v0.19.12
14982024-11-14T16:12:46.475Z Compiling unicode-xid v0.2.6
14992024-11-14T16:12:46.663Z Compiling strum_macros v0.26.4
15002024-11-14T16:12:46.689Z Compiling xattr v1.3.1
15012024-11-14T16:12:46.814Z Compiling filetime v0.2.25
15022024-11-14T16:12:47.131Z Compiling tar v0.4.43
15032024-11-14T16:12:52.035Z Compiling strum v0.26.3
15042024-11-14T16:12:53.999Z Compiling aws-lc-sys v0.22.0
15052024-11-14T16:13:22.239Z Compiling rustls-webpki v0.102.8
15062024-11-14T16:13:25.763Z Compiling tokio-rustls v0.25.0
15072024-11-14T16:13:27.323Z Compiling tokio-rustls v0.26.0
15082024-11-14T16:13:27.747Z Compiling hyper-rustls v0.27.3
15092024-11-14T16:13:28.119Z Compiling reqwest v0.12.9
15102024-11-14T16:13:29.469Z Compiling qorb v0.2.0
15112024-11-14T16:13:34.205Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15122024-11-14T16:13:34.443Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15132024-11-14T16:13:40.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
15142024-11-14T16:13:40.475Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15152024-11-14T16:13:40.526ZNov 14 16:13:39.800 INFO Starting download, target: Cockroach
15162024-11-14T16:13:40.526ZNov 14 16:13:39.801 INFO Starting download, target: Console
15172024-11-14T16:13:40.526ZNov 14 16:13:39.801 INFO Starting download, target: Clickhouse
15182024-11-14T16:13:40.526ZNov 14 16:13:39.801 INFO Starting download, target: DendriteOpenapi
15192024-11-14T16:13:40.526ZNov 14 16:13:39.801 INFO Starting download, target: DendriteStub
15202024-11-14T16:13:40.527ZNov 14 16:13:39.801 INFO Starting download, target: MaghemiteMgd
15212024-11-14T16:13:40.529ZNov 14 16:13:39.801 INFO Starting download, target: TransceiverControl
15222024-11-14T16:13:40.529ZNov 14 16:13:39.801 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15232024-11-14T16:13:40.529ZNov 14 16:13:39.801 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15242024-11-14T16:13:40.529ZNov 14 16:13:39.802 INFO Downloading out/downloads/dpd-8290b412c867438997c8bbb3b1fa75ed23ff250f.json (attempt 1/3), target: DendriteOpenapi
15252024-11-14T16:13:40.530ZNov 14 16:13:39.802 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15262024-11-14T16:13:40.530ZNov 14 16:13:39.802 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15272024-11-14T16:13:40.530ZNov 14 16:13:39.802 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15282024-11-14T16:13:40.530ZNov 14 16:13:39.802 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15292024-11-14T16:13:40.823ZNov 14 16:13:40.097 INFO Download complete, target: DendriteOpenapi
15302024-11-14T16:13:41.073ZNov 14 16:13:40.316 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15312024-11-14T16:13:41.133ZNov 14 16:13:40.384 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15322024-11-14T16:13:41.370ZNov 14 16:13:40.641 INFO Download complete, target: Console
15332024-11-14T16:13:41.530ZNov 14 16:13:40.803 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15342024-11-14T16:13:41.563ZNov 14 16:13:40.838 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15352024-11-14T16:13:41.776ZNov 14 16:13:41.051 INFO Download complete, target: TransceiverControl
15362024-11-14T16:13:42.294ZNov 14 16:13:41.569 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15372024-11-14T16:13:42.294ZNov 14 16:13:41.569 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15382024-11-14T16:13:42.742ZNov 14 16:13:42.017 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15392024-11-14T16:13:44.361ZNov 14 16:13:43.635 INFO Download complete, target: DendriteStub
15402024-11-14T16:13:44.468ZNov 14 16:13:43.742 INFO Download complete, target: MaghemiteMgd
15412024-11-14T16:13:49.669ZNov 14 16:13:48.941 INFO Checking that binary works, target: Cockroach
15422024-11-14T16:13:49.883ZNov 14 16:13:49.156 INFO Download complete, target: Cockroach
15432024-11-14T16:13:54.819ZNov 14 16:13:54.090 INFO Checking that binary works, target: Clickhouse
15442024-11-14T16:13:54.957ZNov 14 16:13:54.228 INFO Download complete, target: Clickhouse
15452024-11-14T16:13:54.964ZAll prerequisites installed successfully
15462024-11-14T16:13:54.967Z
15472024-11-14T16:13:54.967Zreal 5:19.587299620
15482024-11-14T16:13:54.967Zuser 16:37.388930419
15492024-11-14T16:13:54.967Zsys 3:16.341863943
15502024-11-14T16:13:54.967Ztrap 0.577209653
15512024-11-14T16:13:54.967Ztflt 1.588702208
15522024-11-14T16:13:54.967Zdflt 2.264432867
15532024-11-14T16:13:54.967Zkflt 0.025537438
15542024-11-14T16:13:54.967Zlock 29:34.398141947
15552024-11-14T16:13:54.967Zslp 1:02:48.659852023
15562024-11-14T16:13:54.967Zlat 59.324763955
15572024-11-14T16:13:54.967Zstop 2:18.791506657
15582024-11-14T16:13:54.967Z+ ptime -m cargo xtask download softnpu
15592024-11-14T16:13:55.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15602024-11-14T16:13:55.507Z Running `target/debug/xtask download softnpu`
15612024-11-14T16:13:56.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
15622024-11-14T16:13:56.393Z Running `target/debug/xtask-downloader softnpu`
15632024-11-14T16:13:56.428ZNov 14 16:13:55.700 INFO Starting download, target: Softnpu
15642024-11-14T16:13:56.431ZNov 14 16:13:55.700 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15652024-11-14T16:13:57.263ZNov 14 16:13:56.534 INFO Download complete, target: Softnpu
15662024-11-14T16:13:57.267Z
15672024-11-14T16:13:57.271Zreal 2.295028610
15682024-11-14T16:13:57.271Zuser 1.244182443
15692024-11-14T16:13:57.271Zsys 0.530996365
15702024-11-14T16:13:57.271Ztrap 0.000506782
15712024-11-14T16:13:57.271Ztflt 0.000025311
15722024-11-14T16:13:57.271Zdflt 0.000032592
15732024-11-14T16:13:57.271Zkflt 0.000000000
15742024-11-14T16:13:57.272Zlock 8.662690625
15752024-11-14T16:13:57.272Zslp 0.710547053
15762024-11-14T16:13:57.272Zlat 0.066808790
15772024-11-14T16:13:57.272Zstop 0.000160432
15782024-11-14T16:13:57.272Z+ export CARGO_INCREMENTAL=0
15792024-11-14T16:13:57.272Z+ CARGO_INCREMENTAL=0
15802024-11-14T16:13:57.272Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15812024-11-14T16:13:58.242Z Compiling proc-macro2 v1.0.89
15822024-11-14T16:13:58.242Z Compiling unicode-ident v1.0.13
15832024-11-14T16:13:58.245Z Compiling libc v0.2.162
15842024-11-14T16:13:58.245Z Compiling serde v1.0.215
15852024-11-14T16:13:58.245Z Compiling autocfg v1.4.0
15862024-11-14T16:13:58.245Z Compiling version_check v0.9.5
15872024-11-14T16:13:58.245Z Compiling cfg-if v1.0.0
15882024-11-14T16:13:58.518Z Compiling memchr v2.7.4
15892024-11-14T16:13:58.579Z Compiling typenum v1.17.0
15902024-11-14T16:13:58.823Z Compiling shlex v1.3.0
15912024-11-14T16:13:59.011Z Compiling value-bag v1.9.0
15922024-11-14T16:13:59.184Z Compiling generic-array v0.14.7
15932024-11-14T16:13:59.318Z Compiling lock_api v0.4.12
15942024-11-14T16:13:59.452Z Compiling log v0.4.22
15952024-11-14T16:13:59.470Z Compiling scopeguard v1.2.0
15962024-11-14T16:13:59.654Z Compiling parking_lot_core v0.9.10
15972024-11-14T16:13:59.928Z Compiling serde_json v1.0.132
15982024-11-14T16:14:00.058Z Compiling quote v1.0.37
15992024-11-14T16:14:00.231Z Compiling once_cell v1.20.2
16002024-11-14T16:14:00.270Z Compiling rustix v0.38.37
16012024-11-14T16:14:00.315Z Compiling thiserror v1.0.69
16022024-11-14T16:14:00.633Z Compiling syn v2.0.87
16032024-11-14T16:14:00.666Z Compiling jobserver v0.1.32
16042024-11-14T16:14:00.686Z Compiling getrandom v0.2.15
16052024-11-14T16:14:00.841Z Compiling libm v0.2.8
16062024-11-14T16:14:00.907Z Compiling num-traits v0.2.19
16072024-11-14T16:14:01.004Z Compiling itoa v1.0.11
16082024-11-14T16:14:01.021Z Compiling spin v0.9.8
16092024-11-14T16:14:01.051Z Compiling cc v1.1.30
16102024-11-14T16:14:01.167Z Compiling aho-corasick v1.1.3
16112024-11-14T16:14:01.205Z Compiling regex-syntax v0.8.5
16122024-11-14T16:14:01.371Z Compiling slab v0.4.9
16132024-11-14T16:14:01.668Z Compiling byteorder v1.5.0
16142024-11-14T16:14:01.822Z Compiling errno v0.3.9
16152024-11-14T16:14:02.070Z Compiling rand_core v0.6.4
16162024-11-14T16:14:02.125Z Compiling either v1.13.0
16172024-11-14T16:14:02.297Z Compiling lazy_static v1.5.0
16182024-11-14T16:14:02.446Z Compiling glob v0.3.1
16192024-11-14T16:14:02.923Z Compiling prettyplease v0.2.25
16202024-11-14T16:14:03.267Z Compiling clang-sys v1.8.1
16212024-11-14T16:14:03.648Z Compiling minimal-lexical v0.2.1
16222024-11-14T16:14:03.673Z Compiling libloading v0.8.5
16232024-11-14T16:14:03.931Z Compiling bindgen v0.69.5
16242024-11-14T16:14:04.053Z Compiling nom v7.1.3
16252024-11-14T16:14:04.133Z Compiling subtle v2.6.1
16262024-11-14T16:14:04.349Z Compiling home v0.5.9
16272024-11-14T16:14:04.541Z Compiling allocator-api2 v0.2.18
16282024-11-14T16:14:04.704Z Compiling itertools v0.12.1
16292024-11-14T16:14:04.785Z Compiling regex-automata v0.4.8
16302024-11-14T16:14:05.329Z Compiling smallvec v1.13.2
16312024-11-14T16:14:05.579Z Compiling semver v1.0.23
16322024-11-14T16:14:05.847Z Compiling rustc-hash v1.1.0
16332024-11-14T16:14:06.006Z Compiling lazycell v1.3.0
16342024-11-14T16:14:06.046Z Compiling cmake v0.1.51
16352024-11-14T16:14:06.395Z Compiling fs_extra v1.3.0
16362024-11-14T16:14:06.905Z Compiling dunce v1.0.5
16372024-11-14T16:14:07.513Z Compiling cexpr v0.6.0
16382024-11-14T16:14:07.571Z Compiling pkg-config v0.3.31
16392024-11-14T16:14:07.653Z Compiling ring v0.17.8
16402024-11-14T16:14:07.904Z Compiling pin-project-lite v0.2.14
16412024-11-14T16:14:08.040Z Compiling ryu v1.0.18
16422024-11-14T16:14:08.322Z Compiling synstructure v0.13.1
16432024-11-14T16:14:08.668Z Compiling paste v1.0.15
16442024-11-14T16:14:08.776Z Compiling const-oid v0.9.6
16452024-11-14T16:14:09.293Z Compiling aws-lc-rs v1.10.0
16462024-11-14T16:14:09.396Z Compiling foldhash v0.1.3
16472024-11-14T16:14:09.688Z Compiling equivalent v1.0.1
16482024-11-14T16:14:09.691Z Compiling httparse v1.9.5
16492024-11-14T16:14:09.805Z Compiling hashbrown v0.15.0
16502024-11-14T16:14:10.355Z Compiling regex v1.11.1
16512024-11-14T16:14:10.729Z Compiling schemars v0.8.21
16522024-11-14T16:14:10.780Z Compiling heck v0.5.0
16532024-11-14T16:14:11.163Z Compiling serde_derive_internals v0.29.1
16542024-11-14T16:14:11.214Z Compiling signal-hook-registry v1.4.2
16552024-11-14T16:14:11.412Z Compiling mio v1.0.2
16562024-11-14T16:14:11.660Z Compiling parking_lot v0.12.3
16572024-11-14T16:14:13.303Z Compiling crossbeam-utils v0.8.20
16582024-11-14T16:14:13.455Z Compiling stable_deref_trait v1.2.0
16592024-11-14T16:14:13.574Z Compiling socket2 v0.5.7
16602024-11-14T16:14:13.761Z Compiling serde_derive v1.0.215
16612024-11-14T16:14:13.827Z Compiling zeroize_derive v1.4.2
16622024-11-14T16:14:14.321Z Compiling zerocopy-derive v0.7.35
16632024-11-14T16:14:14.776Z Compiling thiserror-impl v1.0.69
16642024-11-14T16:14:15.223Z Compiling tokio-macros v2.4.0
16652024-11-14T16:14:15.337Z Compiling zeroize v1.8.1
16662024-11-14T16:14:15.580Z Compiling zerofrom-derive v0.1.4
16672024-11-14T16:14:15.764Z Compiling yoke-derive v0.7.4
16682024-11-14T16:14:15.801Z Compiling futures-macro v0.3.31
16692024-11-14T16:14:16.316Z Compiling zerovec-derive v0.10.3
16702024-11-14T16:14:16.675Z Compiling zerocopy v0.7.35
16712024-11-14T16:14:17.518Z Compiling displaydoc v0.2.5
16722024-11-14T16:14:17.764Z Compiling crypto-common v0.1.6
16732024-11-14T16:14:17.970Z Compiling tracing-attributes v0.1.27
16742024-11-14T16:14:18.235Z Compiling icu_provider_macros v1.5.0
16752024-11-14T16:14:18.307Z Compiling block-buffer v0.10.4
16762024-11-14T16:14:18.548Z Compiling digest v0.10.7
16772024-11-14T16:14:18.977Z Compiling schemars_derive v0.8.21
16782024-11-14T16:14:19.005Z Compiling der_derive v0.7.3
16792024-11-14T16:14:19.024Z Compiling time-core v0.1.2
16802024-11-14T16:14:19.192Z Compiling num-conv v0.1.0
16812024-11-14T16:14:19.211Z Compiling futures-core v0.3.31
16822024-11-14T16:14:19.461Z Compiling time-macros v0.2.18
16832024-11-14T16:14:19.575Z Compiling fnv v1.0.7
16842024-11-14T16:14:19.890Z Compiling vcpkg v0.2.15
16852024-11-14T16:14:21.489Z Compiling openssl-sys v0.9.104
16862024-11-14T16:14:22.332Z Compiling cpufeatures v0.2.14
16872024-11-14T16:14:22.435Z Compiling slog v2.7.0
16882024-11-14T16:14:22.461Z Compiling futures-sink v0.3.31
16892024-11-14T16:14:22.649Z Compiling ahash v0.8.11
16902024-11-14T16:14:22.773Z Compiling syn v1.0.109
16912024-11-14T16:14:23.005Z Compiling zerofrom v0.1.4
16922024-11-14T16:14:23.247Z Compiling scroll_derive v0.12.0
16932024-11-14T16:14:23.464Z Compiling ucd-trie v0.1.7
16942024-11-14T16:14:23.467Z Compiling iana-time-zone v0.1.61
16952024-11-14T16:14:23.846Z Compiling pest v2.7.14
16962024-11-14T16:14:23.950Z Compiling yoke v0.7.4
16972024-11-14T16:14:24.179Z Compiling futures-channel v0.3.31
16982024-11-14T16:14:24.679Z Compiling hmac v0.12.1
16992024-11-14T16:14:24.739Z Compiling futures-task v0.3.31
17002024-11-14T16:14:24.921Z Compiling futures-io v0.3.31
17012024-11-14T16:14:24.925Z Compiling pin-utils v0.1.0
17022024-11-14T16:14:25.024Z Compiling openssl v0.10.68
17032024-11-14T16:14:25.430Z Compiling zerovec v0.10.4
17042024-11-14T16:14:25.513Z Compiling futures-util v0.3.31
17052024-11-14T16:14:25.822Z Compiling block-padding v0.3.3
17062024-11-14T16:14:26.049Z Compiling tinyvec_macros v0.1.1
17072024-11-14T16:14:26.492Z Compiling pest_meta v2.7.14
17082024-11-14T16:14:26.957Z Compiling tinyvec v1.8.0
17092024-11-14T16:14:27.338Z Compiling bitflags v2.6.0
17102024-11-14T16:14:27.502Z Compiling bytes v1.8.0
17112024-11-14T16:14:29.245Z Compiling indexmap v2.6.0
17122024-11-14T16:14:30.607Z Compiling tokio v1.40.0
17132024-11-14T16:14:30.766Z Compiling serde_tokenstream v0.2.2
17142024-11-14T16:14:31.581Z Compiling http v1.1.0
17152024-11-14T16:14:31.927Z Compiling which v4.4.2
17162024-11-14T16:14:32.536Z Compiling uuid v1.11.0
17172024-11-14T16:14:32.837Z Compiling rustc_version v0.4.1
17182024-11-14T16:14:33.514Z Compiling chrono v0.4.38
17192024-11-14T16:14:35.798Z Compiling pest_generator v2.7.14
17202024-11-14T16:14:36.194Z Compiling serde_spanned v0.6.8
17212024-11-14T16:14:36.381Z Compiling toml_datetime v0.6.8
17222024-11-14T16:14:36.838Z Compiling inout v0.1.3
17232024-11-14T16:14:37.625Z Compiling openssl-macros v0.1.1
17242024-11-14T16:14:38.376Z Compiling rustls v0.23.14
17252024-11-14T16:14:38.775Z Compiling native-tls v0.2.12
17262024-11-14T16:14:39.781Z Compiling pest_derive v2.7.14
17272024-11-14T16:14:39.992Z Compiling cipher v0.4.4
17282024-11-14T16:14:40.142Z Compiling unicode-normalization v0.1.24
17292024-11-14T16:14:40.457Z Compiling tinystr v0.7.6
17302024-11-14T16:14:40.527Z Compiling sha2 v0.10.8
17312024-11-14T16:14:40.895Z Compiling tracing-core v0.1.32
17322024-11-14T16:14:40.920Z Compiling usdt-impl v0.5.0
17332024-11-14T16:14:41.247Z Compiling unicode-bidi v0.3.17
17342024-11-14T16:14:41.271Z Compiling base64ct v1.6.0
17352024-11-14T16:14:41.351Z Compiling litemap v0.7.3
17362024-11-14T16:14:41.771Z Compiling dyn-clone v1.0.17
17372024-11-14T16:14:41.828Z Compiling writeable v0.5.5
17382024-11-14T16:14:41.855Z Compiling pem-rfc7468 v0.7.0
17392024-11-14T16:14:42.358Z Compiling icu_locid v1.5.0
17402024-11-14T16:14:42.471Z Compiling tracing v0.1.40
17412024-11-14T16:14:43.336Z Compiling scroll v0.12.0
17422024-11-14T16:14:43.685Z Compiling ppv-lite86 v0.2.20
17432024-11-14T16:14:43.838Z Compiling async-trait v0.1.83
17442024-11-14T16:14:44.483Z Compiling cookie v0.18.1
17452024-11-14T16:14:45.676Z Compiling anyhow v1.0.93
17462024-11-14T16:14:46.089Z Compiling camino v1.1.9
17472024-11-14T16:14:46.110Z Compiling aws-lc-sys v0.22.0
17482024-11-14T16:14:46.423Z Compiling flagset v0.4.6
17492024-11-14T16:14:46.646Z Compiling plain v0.2.3
17502024-11-14T16:14:46.664Z Compiling der v0.7.9
17512024-11-14T16:14:46.809Z Compiling goblin v0.8.2
17522024-11-14T16:14:51.103Z Compiling rand_chacha v0.3.1
17532024-11-14T16:14:52.239Z Compiling icu_provider v1.5.0
17542024-11-14T16:14:53.268Z Compiling pretty-hex v0.4.1
17552024-11-14T16:14:53.484Z Compiling rustls-pki-types v1.9.0
17562024-11-14T16:14:54.296Z Compiling rustls v0.22.4
17572024-11-14T16:14:54.565Z Compiling icu_locid_transform_data v1.5.0
17582024-11-14T16:14:54.683Z Compiling rayon-core v1.12.1
17592024-11-14T16:14:54.959Z Compiling percent-encoding v2.3.1
17602024-11-14T16:14:55.307Z Compiling untrusted v0.7.1
17612024-11-14T16:14:55.503Z Compiling icu_locid_transform v1.5.0
17622024-11-14T16:14:56.140Z Compiling dof v0.3.0
17632024-11-14T16:14:56.684Z Compiling rand v0.8.5
17642024-11-14T16:14:57.009Z Compiling spki v0.7.3
17652024-11-14T16:14:57.454Z Compiling dtrace-parser v0.2.0
17662024-11-14T16:14:57.532Z Compiling salsa20 v0.10.2
17672024-11-14T16:14:57.764Z Compiling tokio-util v0.7.12
17682024-11-14T16:14:57.850Z Compiling icu_collections v1.5.0
17692024-11-14T16:14:58.244Z Compiling pbkdf2 v0.12.2
17702024-11-14T16:14:59.083Z Compiling thread-id v4.2.2
17712024-11-14T16:14:59.105Z Compiling winnow v0.5.40
17722024-11-14T16:14:59.198Z Compiling icu_properties_data v1.5.0
17732024-11-14T16:14:59.222Z Compiling untrusted v0.9.0
17742024-11-14T16:14:59.287Z Compiling powerfmt v0.2.0
17752024-11-14T16:14:59.417Z Compiling mirai-annotations v1.12.0
17762024-11-14T16:14:59.820Z Compiling deranged v0.3.11
17772024-11-14T16:14:59.937Z Compiling icu_properties v1.5.1
17782024-11-14T16:15:03.082Z Compiling toml_edit v0.19.15
17792024-11-14T16:15:04.620Z Compiling scrypt v0.11.0
17802024-11-14T16:15:04.926Z Compiling aes v0.8.4
17812024-11-14T16:15:05.129Z Compiling cbc v0.1.2
17822024-11-14T16:15:05.362Z Compiling multer v3.1.0
17832024-11-14T16:15:05.533Z Compiling num_threads v0.1.7
17842024-11-14T16:15:05.658Z Compiling utf16_iter v1.0.5
17852024-11-14T16:15:05.678Z Compiling slog-async v2.8.0
17862024-11-14T16:15:05.860Z Compiling utf8_iter v1.0.4
17872024-11-14T16:15:06.116Z Compiling atomic-waker v1.1.2
17882024-11-14T16:15:06.135Z Compiling write16 v1.0.0
17892024-11-14T16:15:06.291Z Compiling icu_normalizer_data v1.5.0
17902024-11-14T16:15:06.413Z Compiling rustversion v1.0.17
17912024-11-14T16:15:06.853Z Compiling time v0.3.36
17922024-11-14T16:15:07.087Z Compiling icu_normalizer v1.5.0
17932024-11-14T16:15:07.836Z Compiling pkcs5 v0.7.1
17942024-11-14T16:15:09.527Z Compiling form_urlencoded v1.2.1
17952024-11-14T16:15:10.071Z Compiling http-body v1.0.1
17962024-11-14T16:15:10.305Z Compiling heapless v0.7.17
17972024-11-14T16:15:10.863Z Compiling bzip2-sys v0.1.11+1.0.8
17982024-11-14T16:15:11.685Z Compiling try-lock v0.2.5
17992024-11-14T16:15:11.844Z Compiling signal-hook v0.3.17
18002024-11-14T16:15:12.583Z Compiling want v0.3.1
18012024-11-14T16:15:13.756Z Compiling pkcs8 v0.10.2
18022024-11-14T16:15:14.421Z Compiling idna_adapter v1.2.0
18032024-11-14T16:15:14.659Z Compiling h2 v0.4.6
18042024-11-14T16:15:15.679Z Compiling usdt-macro v0.5.0
18052024-11-14T16:15:17.000Z Compiling usdt-attr-macro v0.5.0
18062024-11-14T16:15:17.845Z Compiling async-stream-impl v0.3.6
18072024-11-14T16:15:17.918Z Compiling strsim v0.11.1
18082024-11-14T16:15:18.531Z Compiling httpdate v1.0.3
18092024-11-14T16:15:18.947Z Compiling adler2 v2.0.0
18102024-11-14T16:15:19.202Z Compiling miniz_oxide v0.8.0
18112024-11-14T16:15:19.540Z Compiling idna v1.0.3
18122024-11-14T16:15:21.071Z Compiling curve25519-dalek v4.1.3
18132024-11-14T16:15:21.465Z Compiling openapiv3 v2.0.0
18142024-11-14T16:15:22.440Z Compiling hyper v1.5.0
18152024-11-14T16:15:25.239Z Compiling enum-as-inner v0.6.1
18162024-11-14T16:15:26.139Z Compiling dropshot v0.12.0
18172024-11-14T16:15:26.255Z Compiling foreign-types-shared v0.1.1
18182024-11-14T16:15:26.380Z Compiling base64 v0.22.1
18192024-11-14T16:15:26.648Z Compiling tower-service v0.3.3
18202024-11-14T16:15:26.666Z Compiling smoltcp v0.9.1
18212024-11-14T16:15:26.784Z Compiling match_cfg v0.1.0
18222024-11-14T16:15:26.888Z Compiling num-bigint-dig v0.8.4
18232024-11-14T16:15:27.069Z Compiling portable-atomic v1.9.0
18242024-11-14T16:15:27.240Z Compiling hostname v0.3.1
18252024-11-14T16:15:27.313Z Compiling hyper-util v0.1.10
18262024-11-14T16:15:27.949Z Compiling foreign-types v0.3.2
18272024-11-14T16:15:32.997Z Compiling url v2.5.3
18282024-11-14T16:15:34.920Z Compiling dirs-sys-next v0.1.2
18292024-11-14T16:15:34.981Z Compiling heck v0.4.1
18302024-11-14T16:15:35.020Z Compiling gimli v0.31.1
18312024-11-14T16:15:35.424Z Compiling data-encoding v2.6.0
18322024-11-14T16:15:35.571Z Compiling siphasher v0.3.11
18332024-11-14T16:15:36.054Z Compiling dirs-next v2.0.0
18342024-11-14T16:15:37.132Z Compiling http-body-util v0.1.2
18352024-11-14T16:15:38.515Z Compiling crossbeam-epoch v0.9.18
18362024-11-14T16:15:39.292Z Compiling hubpack_derive v0.1.1
18372024-11-14T16:15:40.166Z Compiling addr2line v0.24.2
18382024-11-14T16:15:41.011Z Compiling dropshot_endpoint v0.12.0
18392024-11-14T16:15:41.163Z Compiling sha1 v0.10.6
18402024-11-14T16:15:41.567Z Compiling signature v2.2.0
18412024-11-14T16:15:41.803Z Compiling curve25519-dalek-derive v0.1.1
18422024-11-14T16:15:41.989Z Compiling zerocopy-derive v0.6.6
18432024-11-14T16:15:42.201Z Compiling object v0.36.5
18442024-11-14T16:15:43.940Z Compiling thread_local v1.1.8
18452024-11-14T16:15:44.422Z Compiling fs-err v2.11.0
18462024-11-14T16:15:44.622Z Compiling encoding_rs v0.8.34
18472024-11-14T16:15:48.165Z Compiling rustc-demangle v0.1.24
18482024-11-14T16:15:49.986Z Compiling ipnet v2.10.1
18492024-11-14T16:15:50.464Z Compiling anstyle v1.0.10
18502024-11-14T16:15:50.952Z Compiling openssl-probe v0.1.5
18512024-11-14T16:15:51.072Z Compiling unicode-properties v0.1.3
18522024-11-14T16:15:51.477Z Compiling utf8parse v0.2.2
18532024-11-14T16:15:51.503Z Compiling winnow v0.6.20
18542024-11-14T16:15:51.656Z Compiling mime v0.3.17
18552024-11-14T16:15:53.232Z Compiling anstyle-parse v0.2.5
18562024-11-14T16:15:53.569Z Compiling stringprep v0.1.5
18572024-11-14T16:15:55.262Z Compiling toml_edit v0.22.22
18582024-11-14T16:15:55.401Z Compiling backtrace v0.3.74
18592024-11-14T16:16:01.380Z Compiling rustls-webpki v0.102.8
18602024-11-14T16:16:03.327Z Compiling crossbeam-deque v0.8.5
18612024-11-14T16:16:06.458Z Compiling term v0.7.0
18622024-11-14T16:16:07.708Z Compiling slog-json v2.6.1
18632024-11-14T16:16:08.141Z Compiling serde_urlencoded v0.7.1
18642024-11-14T16:16:09.360Z Compiling crossbeam-channel v0.5.13
18652024-11-14T16:16:09.706Z Compiling rustls-pemfile v2.2.0
18662024-11-14T16:16:10.395Z Compiling hashbrown v0.14.5
18672024-11-14T16:16:11.065Z Compiling idna v0.4.0
18682024-11-14T16:16:11.811Z Compiling idna v0.3.0
18692024-11-14T16:16:11.941Z Compiling futures-executor v0.3.31
18702024-11-14T16:16:12.752Z Compiling num-integer v0.1.46
18712024-11-14T16:16:13.150Z Compiling md-5 v0.10.6
18722024-11-14T16:16:13.304Z Compiling ff v0.13.0
18732024-11-14T16:16:13.378Z Compiling hash32 v0.2.1
18742024-11-14T16:16:13.538Z Compiling memmap v0.7.0
18752024-11-14T16:16:13.559Z Compiling is-terminal v0.4.13
18762024-11-14T16:16:13.777Z Compiling is_terminal_polyfill v1.70.1
18772024-11-14T16:16:13.876Z Compiling psl-types v2.0.11
18782024-11-14T16:16:13.917Z Compiling take_mut v0.2.2
18792024-11-14T16:16:14.076Z Compiling fallible-iterator v0.2.0
18802024-11-14T16:16:14.096Z Compiling linked-hash-map v0.5.6
18812024-11-14T16:16:14.491Z Compiling base16ct v0.2.0
18822024-11-14T16:16:14.815Z Compiling anstyle-query v1.1.1
18832024-11-14T16:16:14.976Z Compiling quick-error v1.2.3
18842024-11-14T16:16:15.142Z Compiling utf-8 v0.7.6
18852024-11-14T16:16:15.458Z Compiling colorchoice v1.0.2
18862024-11-14T16:16:16.111Z Compiling anstream v0.6.15
18872024-11-14T16:16:16.544Z Compiling tungstenite v0.24.0
18882024-11-14T16:16:16.796Z Compiling resolv-conf v0.7.0
18892024-11-14T16:16:18.355Z Compiling postgres-protocol v0.6.7
18902024-11-14T16:16:18.542Z Compiling sec1 v0.7.3
18912024-11-14T16:16:18.615Z Compiling lru-cache v0.1.2
18922024-11-14T16:16:18.824Z Compiling publicsuffix v2.2.3
18932024-11-14T16:16:19.116Z Compiling usdt v0.5.0
18942024-11-14T16:16:19.540Z Compiling slog-term v2.9.1
18952024-11-14T16:16:19.556Z Compiling group v0.13.0
18962024-11-14T16:16:19.878Z Compiling num-iter v0.1.45
18972024-11-14T16:16:20.078Z Compiling futures v0.3.31
18982024-11-14T16:16:20.161Z Compiling hickory-proto v0.24.1
18992024-11-14T16:16:20.203Z Compiling regress v0.10.1
19002024-11-14T16:16:23.715Z Compiling tokio-rustls v0.26.0
19012024-11-14T16:16:24.187Z Compiling slog-bunyan v2.5.0
19022024-11-14T16:16:24.409Z Compiling tokio-rustls v0.25.0
19032024-11-14T16:16:24.567Z Compiling toml v0.8.19
19042024-11-14T16:16:24.845Z Compiling tokio-native-tls v0.3.1
19052024-11-14T16:16:24.922Z Compiling phf_shared v0.11.2
19062024-11-14T16:16:25.084Z Compiling strum_macros v0.25.3
19072024-11-14T16:16:25.327Z Compiling async-stream v0.3.6
19082024-11-14T16:16:25.406Z Compiling waitgroup v0.1.2
19092024-11-14T16:16:25.608Z Compiling webpki-roots v0.26.6
19102024-11-14T16:16:26.143Z Compiling idna v0.5.0
19112024-11-14T16:16:26.162Z Compiling terminal_size v0.4.0
19122024-11-14T16:16:26.389Z Compiling serde_path_to_error v0.1.16
19132024-11-14T16:16:27.011Z Compiling hkdf v0.12.4
19142024-11-14T16:16:27.391Z Compiling crypto-bigint v0.5.5
19152024-11-14T16:16:27.626Z Compiling serde_repr v0.1.19
19162024-11-14T16:16:27.892Z Compiling derive-where v1.2.7
19172024-11-14T16:16:28.636Z Compiling clap_derive v4.5.18
19182024-11-14T16:16:28.758Z Compiling hostname v0.4.0
19192024-11-14T16:16:29.089Z Compiling crc32fast v1.4.2
19202024-11-14T16:16:29.321Z Compiling managed v0.8.0
19212024-11-14T16:16:29.541Z Compiling clap_lex v0.7.2
19222024-11-14T16:16:29.792Z Compiling debug-ignore v1.0.5
19232024-11-14T16:16:29.952Z Compiling unicode-width v0.1.14
19242024-11-14T16:16:30.004Z Compiling bitflags v1.3.2
19252024-11-14T16:16:30.978Z Compiling console v0.15.8
19262024-11-14T16:16:31.214Z Compiling elliptic-curve v0.13.8
19272024-11-14T16:16:32.564Z Compiling clap_builder v4.5.21
19282024-11-14T16:16:33.283Z Compiling flate2 v1.0.34
19292024-11-14T16:16:34.460Z Compiling cookie_store v0.21.0
19302024-11-14T16:16:35.781Z Compiling hyper-rustls v0.27.3
19312024-11-14T16:16:36.320Z Compiling hickory-resolver v0.24.1
19322024-11-14T16:16:39.957Z Compiling phf v0.11.2
19332024-11-14T16:16:40.266Z Compiling hyper-tls v0.6.0
19342024-11-14T16:16:40.647Z Compiling signal-hook-mio v0.2.4
19352024-11-14T16:16:40.669Z Compiling typify-impl v0.2.0
19362024-11-14T16:16:40.830Z Compiling rayon v1.10.0
19372024-11-14T16:16:41.411Z Compiling bzip2 v0.4.4
19382024-11-14T16:16:41.686Z Compiling postgres-types v0.2.8
19392024-11-14T16:16:41.859Z Compiling tokio-tungstenite v0.24.0
19402024-11-14T16:16:42.276Z Compiling zerocopy v0.6.6
19412024-11-14T16:16:42.403Z Compiling ed25519 v2.2.3
19422024-11-14T16:16:42.873Z Compiling hubpack v0.1.2
19432024-11-14T16:16:42.991Z Compiling phf_shared v0.10.0
19442024-11-14T16:16:43.124Z Compiling pkcs1 v0.7.5
19452024-11-14T16:16:43.305Z Compiling tokio-stream v0.1.16
19462024-11-14T16:16:44.218Z Compiling serde-big-array v0.5.1
19472024-11-14T16:16:44.343Z Compiling rfc6979 v0.4.0
19482024-11-14T16:16:44.457Z Compiling float-cmp v0.9.0
19492024-11-14T16:16:44.536Z Compiling sync_wrapper v1.0.1
19502024-11-14T16:16:44.695Z Compiling bstr v1.10.0
19512024-11-14T16:16:45.785Z Compiling static_assertions v1.1.0
19522024-11-14T16:16:45.904Z Compiling unicode-segmentation v1.12.0
19532024-11-14T16:16:46.316Z Compiling number_prefix v0.4.0
19542024-11-14T16:16:46.319Z Compiling new_debug_unreachable v1.0.6
19552024-11-14T16:16:46.421Z Compiling whoami v1.5.2
19562024-11-14T16:16:46.576Z Compiling bit-vec v0.6.3
19572024-11-14T16:16:46.780Z Compiling normalize-line-endings v0.3.0
19582024-11-14T16:16:46.950Z Compiling unicode-width v0.2.0
19592024-11-14T16:16:47.007Z Compiling precomputed-hash v0.1.1
19602024-11-14T16:16:47.137Z Compiling predicates-core v1.0.8
19612024-11-14T16:16:47.282Z Compiling difflib v0.4.0
19622024-11-14T16:16:47.425Z Compiling fixedbitset v0.4.2
19632024-11-14T16:16:47.480Z Compiling indicatif v0.17.9
19642024-11-14T16:16:47.839Z Compiling petgraph v0.6.5
19652024-11-14T16:16:48.040Z Compiling predicates v3.1.2
19662024-11-14T16:16:49.441Z Compiling string_cache v0.8.7
19672024-11-14T16:16:49.541Z Compiling bit-set v0.5.3
19682024-11-14T16:16:49.854Z Compiling tokio-postgres v0.7.12
19692024-11-14T16:16:49.878Z Compiling similar v2.6.0
19702024-11-14T16:16:51.534Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19712024-11-14T16:16:51.940Z Compiling reqwest v0.12.9
19722024-11-14T16:16:52.123Z Compiling ecdsa v0.16.9
19732024-11-14T16:16:52.643Z Compiling typify-macro v0.2.0
19742024-11-14T16:16:54.750Z Compiling qorb v0.2.0
19752024-11-14T16:16:55.308Z Compiling rsa v0.9.6
19762024-11-14T16:16:56.761Z Compiling ed25519-dalek v2.1.1
19772024-11-14T16:16:57.127Z Compiling zip v0.6.6
19782024-11-14T16:16:57.332Z Compiling crossterm v0.28.1
19792024-11-14T16:16:57.438Z Compiling clap v4.5.21
19802024-11-14T16:16:58.364Z Compiling toml v0.7.8
19812024-11-14T16:16:59.896Z Compiling x509-cert v0.2.5
19822024-11-14T16:17:00.392Z Compiling hex v0.4.3
19832024-11-14T16:17:01.043Z Compiling itertools v0.10.5
19842024-11-14T16:17:01.458Z Compiling unicode-xid v0.2.6
19852024-11-14T16:17:01.641Z Compiling lalrpop-util v0.19.12
19862024-11-14T16:17:02.015Z Compiling peg-runtime v0.8.3
19872024-11-14T16:17:04.324Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19882024-11-14T16:17:08.271Z Compiling proc-macro-crate v1.3.1
19892024-11-14T16:17:08.780Z Compiling ipnetwork v0.20.0
19902024-11-14T16:17:10.204Z Compiling heapless v0.8.0
19912024-11-14T16:17:12.786Z Compiling num_enum_derive v0.5.11
19922024-11-14T16:17:22.140Z Compiling hash32 v0.3.1
19932024-11-14T16:17:23.773Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19942024-11-14T16:17:24.042Z Compiling ident_case v1.0.1
19952024-11-14T16:17:24.174Z Compiling smoltcp v0.11.0
19962024-11-14T16:17:24.911Z Compiling darling_core v0.20.10
19972024-11-14T16:17:31.465Z Compiling num_enum v0.5.11
19982024-11-14T16:17:31.789Z Compiling typify v0.2.0
19992024-11-14T16:17:32.509Z Compiling proc-macro-error-attr v1.0.4
20002024-11-14T16:17:32.823Z Compiling cobs v0.2.3
20012024-11-14T16:17:32.955Z Compiling unsafe-libyaml v0.2.11
20022024-11-14T16:17:33.302Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20032024-11-14T16:17:34.756Z Compiling serde_yaml v0.9.34+deprecated
20042024-11-14T16:17:36.456Z Compiling postcard v1.0.10
20052024-11-14T16:17:51.103Z Compiling progenitor-impl v0.8.0
20062024-11-14T16:17:56.201Z Compiling darling_macro v0.20.10
20072024-11-14T16:18:03.570Z Compiling strum_macros v0.26.4
20082024-11-14T16:18:04.147Z Compiling structmeta-derive v0.3.0
20092024-11-14T16:18:04.241Z Compiling foreign-types-macros v0.2.3
20102024-11-14T16:18:04.260Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20112024-11-14T16:18:04.574Z Compiling proc-macro-error v1.0.4
20122024-11-14T16:18:04.897Z Compiling foreign-types-shared v0.3.1
20132024-11-14T16:18:05.710Z Compiling newtype-uuid v1.1.3
20142024-11-14T16:18:06.769Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20152024-11-14T16:18:06.948Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20162024-11-14T16:18:07.340Z Compiling structmeta v0.3.0
20172024-11-14T16:18:08.056Z Compiling strum v0.26.3
20182024-11-14T16:18:11.702Z Compiling foreign-types v0.5.0
20192024-11-14T16:18:16.296Z Compiling progenitor-macro v0.8.0
20202024-11-14T16:18:18.111Z Compiling darling v0.20.10
20212024-11-14T16:18:20.584Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20222024-11-14T16:18:20.666Z Compiling progenitor-client v0.8.0
20232024-11-14T16:18:21.803Z Compiling tabwriter v1.4.0
20242024-11-14T16:18:24.349Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20252024-11-14T16:18:25.152Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20262024-11-14T16:18:25.519Z Compiling cstr-argument v0.1.2
20272024-11-14T16:18:25.788Z Compiling dropshot v0.13.0
20282024-11-14T16:18:26.016Z Compiling fastrand v2.1.1
20292024-11-14T16:18:26.103Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20302024-11-14T16:18:26.730Z Compiling pretty-hex v0.2.1
20312024-11-14T16:18:26.861Z Compiling crucible-workspace-hack v0.1.0
20322024-11-14T16:18:27.329Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20332024-11-14T16:18:27.751Z Compiling tempfile v3.13.0
20342024-11-14T16:18:28.191Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20352024-11-14T16:18:28.381Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20362024-11-14T16:18:29.097Z Compiling serde_with_macros v3.11.0
20372024-11-14T16:18:29.191Z Compiling progenitor v0.8.0
20382024-11-14T16:18:29.434Z Compiling parse-display-derive v0.10.0
20392024-11-14T16:18:29.486Z Compiling colored v2.1.0
20402024-11-14T16:18:29.745Z Compiling dropshot_endpoint v0.13.0
20412024-11-14T16:18:30.302Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20422024-11-14T16:18:30.786Z Compiling instant v0.1.13
20432024-11-14T16:18:30.972Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20442024-11-14T16:18:31.041Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20452024-11-14T16:18:31.267Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20462024-11-14T16:18:31.363Z Compiling backoff v0.4.0
20472024-11-14T16:18:31.741Z Compiling serde_with v3.11.0
20482024-11-14T16:18:33.417Z Compiling parse-display v0.10.0
20492024-11-14T16:18:33.731Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20502024-11-14T16:18:34.261Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20512024-11-14T16:18:34.336Z Compiling zone_cfg_derive v0.3.0
20522024-11-14T16:18:35.413Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20532024-11-14T16:18:35.712Z Compiling camino-tempfile v1.1.1
20542024-11-14T16:18:36.137Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20552024-11-14T16:18:36.241Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20562024-11-14T16:18:36.441Z Compiling regress v0.9.1
20572024-11-14T16:18:36.517Z Compiling macaddr v1.0.1
20582024-11-14T16:18:36.639Z Compiling num-derive v0.4.2
20592024-11-14T16:18:37.173Z Compiling sigpipe v0.1.3
20602024-11-14T16:18:37.327Z Compiling libefi-sys v0.1.0
20612024-11-14T16:18:37.615Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20622024-11-14T16:18:37.979Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20632024-11-14T16:18:38.965Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20642024-11-14T16:18:40.524Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20652024-11-14T16:18:41.282Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20662024-11-14T16:18:41.441Z Compiling zone v0.3.0
20672024-11-14T16:18:41.839Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20682024-11-14T16:18:44.841Z Compiling smf v0.2.3
20692024-11-14T16:18:45.133Z Compiling bitfield-struct v0.6.2
20702024-11-14T16:18:45.176Z Compiling ring v0.16.20
20712024-11-14T16:18:46.096Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20722024-11-14T16:18:46.196Z Compiling blake3 v1.5.4
20732024-11-14T16:18:46.504Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20742024-11-14T16:18:47.420Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20752024-11-14T16:18:47.464Z Compiling xattr v1.3.1
20762024-11-14T16:18:47.754Z Compiling filetime v0.2.25
20772024-11-14T16:18:47.793Z Compiling memmap2 v0.9.5
20782024-11-14T16:18:48.130Z Compiling arrayref v0.3.9
20792024-11-14T16:18:48.252Z Compiling arrayvec v0.7.6
20802024-11-14T16:18:48.378Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20812024-11-14T16:18:48.522Z Compiling same-file v1.0.6
20822024-11-14T16:18:48.571Z Compiling constant_time_eq v0.3.1
20832024-11-14T16:18:48.751Z Compiling spin v0.5.2
20842024-11-14T16:18:48.815Z Compiling walkdir v2.5.0
20852024-11-14T16:18:49.028Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20862024-11-14T16:18:50.481Z Compiling tar v0.4.43
20872024-11-14T16:18:51.462Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20882024-11-14T16:18:51.740Z Compiling gethostname v0.5.0
20892024-11-14T16:18:51.885Z Compiling cargo-platform v0.1.8
20902024-11-14T16:18:51.958Z Compiling topological-sort v0.2.2
20912024-11-14T16:18:52.247Z Compiling cargo_metadata v0.18.1
20922024-11-14T16:18:56.026Z Compiling omicron-zone-package v0.11.1
20932024-11-14T16:18:58.694Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20942024-11-14T16:19:00.050Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20952024-11-14T16:19:07.163Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20962024-11-14T16:19:23.014Z Finished `release` profile [optimized] target(s) in 5m 25s
20972024-11-14T16:19:23.176Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
20982024-11-14T16:19:23.226ZLogging to: /work/oxidecomputer/omicron/out/LOG
20992024-11-14T16:19:23.229ZCreated new build target 'test' and set it as active
21002024-11-14T16:19:23.229Z
21012024-11-14T16:19:23.229Zreal 5:25.870274137
21022024-11-14T16:19:23.229Zuser 36:36.113732930
21032024-11-14T16:19:23.229Zsys 4:53.300552342
21042024-11-14T16:19:23.229Ztrap 1.095750319
21052024-11-14T16:19:23.229Ztflt 3.020486188
21062024-11-14T16:19:23.229Zdflt 0.875265628
21072024-11-14T16:19:23.229Zkflt 0.021002295
21082024-11-14T16:19:23.229Zlock 1:17:18.928471891
21092024-11-14T16:19:23.229Zslp 2:33:13.386041081
21102024-11-14T16:19:23.229Zlat 2:32.342621680
21112024-11-14T16:19:23.229Zstop 4:34.650826727
21122024-11-14T16:19:23.232Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21132024-11-14T16:19:24.210Z Finished `release` profile [optimized] target(s) in 0.93s
21142024-11-14T16:19:24.273Z Running `target/release/omicron-package -t test package`
21152024-11-14T16:19:24.319ZLogging to: /work/oxidecomputer/omicron/out/LOG
21162024-11-14T16:19:25.470Z Compiling convert_case v0.4.0
21172024-11-14T16:19:25.470Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21182024-11-14T16:19:25.473Z Compiling itertools v0.13.0
21192024-11-14T16:19:25.473Z Compiling password-hash v0.5.0
21202024-11-14T16:19:25.473Z Compiling blake2 v0.10.6
21212024-11-14T16:19:25.473Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21222024-11-14T16:19:25.473Z Compiling newline-converter v0.3.0
21232024-11-14T16:19:25.473Z Compiling owo-colors v4.1.0
21242024-11-14T16:19:25.789Z Compiling cancel-safe-futures v0.1.5
21252024-11-14T16:19:25.834Z Compiling expectorate v1.1.0
21262024-11-14T16:19:26.038Z Compiling libsw v3.3.1
21272024-11-14T16:19:26.354Z Compiling derive_more v0.99.18
21282024-11-14T16:19:26.373Z Compiling argon2 v0.5.3
21292024-11-14T16:19:26.390Z Compiling linear-map v1.2.0
21302024-11-14T16:19:26.811Z Compiling swrite v0.1.0
21312024-11-14T16:19:26.849Z Compiling indent_write v2.2.0
21322024-11-14T16:19:26.926Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21332024-11-14T16:19:26.946Z Compiling progenitor-client v0.8.0
21342024-11-14T16:19:27.079Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21352024-11-14T16:19:27.434Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21362024-11-14T16:19:27.656Z Compiling base64 v0.21.7
21372024-11-14T16:19:27.816Z Compiling progenitor v0.8.0
21382024-11-14T16:19:28.084Z Compiling atomicwrites v0.4.4
21392024-11-14T16:19:28.633Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21402024-11-14T16:19:28.744Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21412024-11-14T16:19:28.793Z Compiling num-rational v0.4.2
21422024-11-14T16:19:28.855Z Compiling num-complex v0.4.6
21432024-11-14T16:19:29.258Z Compiling float-ord v0.3.2
21442024-11-14T16:19:29.442Z Compiling semver v0.1.20
21452024-11-14T16:19:30.042Z Compiling num v0.4.3
21462024-11-14T16:19:30.170Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21472024-11-14T16:19:30.227Z Compiling rustc_version v0.1.7
21482024-11-14T16:19:30.659Z Compiling newtype_derive v0.1.6
21492024-11-14T16:19:31.047Z Compiling humantime v2.1.0
21502024-11-14T16:19:31.353Z Compiling highway v1.2.0
21512024-11-14T16:19:32.089Z Compiling steno v0.4.1
21522024-11-14T16:19:32.950Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21532024-11-14T16:19:33.082Z Compiling newtype-uuid v1.1.3
21542024-11-14T16:19:33.434Z Compiling dropshot v0.13.0
21552024-11-14T16:19:33.514Z Compiling tungstenite v0.21.0
21562024-11-14T16:19:35.354Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21572024-11-14T16:19:36.367Z Compiling ipnetwork v0.20.0
21582024-11-14T16:19:36.758Z Compiling slog-dtrace v0.3.0
21592024-11-14T16:19:37.102Z Compiling instant v0.1.13
21602024-11-14T16:19:37.187Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21612024-11-14T16:19:37.272Z Compiling backoff v0.4.0
21622024-11-14T16:19:37.768Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21632024-11-14T16:19:38.464Z Compiling tokio-tungstenite v0.21.0
21642024-11-14T16:19:39.175Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21652024-11-14T16:19:39.554Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21662024-11-14T16:19:42.634Z Compiling parse-display v0.10.0
21672024-11-14T16:19:43.241Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21682024-11-14T16:19:43.438Z Compiling serde_with v3.11.0
21692024-11-14T16:19:46.892Z Compiling strum v0.26.3
21702024-11-14T16:19:47.093Z Compiling regress v0.9.1
21712024-11-14T16:19:47.158Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21722024-11-14T16:19:47.589Z Compiling macaddr v1.0.1
21732024-11-14T16:19:48.808Z Compiling prettyplease v0.2.25
21742024-11-14T16:19:48.943Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21752024-11-14T16:19:49.526Z Compiling display-error-chain v0.2.2
21762024-11-14T16:19:49.776Z Compiling arc-swap v1.7.1
21772024-11-14T16:19:50.466Z Compiling slog-scope v4.4.0
21782024-11-14T16:19:50.645Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21792024-11-14T16:19:51.295Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21802024-11-14T16:19:51.903Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21812024-11-14T16:19:52.984Z Compiling half v2.4.1
21822024-11-14T16:19:53.685Z Compiling ciborium-io v0.2.2
21832024-11-14T16:19:53.825Z Compiling ciborium-ll v0.2.2
21842024-11-14T16:19:54.069Z Compiling slog-stdlog v4.1.1
21852024-11-14T16:19:54.362Z Compiling slog-envlogger v2.2.0
21862024-11-14T16:19:54.916Z Compiling ciborium v0.2.2
21872024-11-14T16:19:54.940Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21882024-11-14T16:19:57.038Z Compiling fastrand v2.1.1
21892024-11-14T16:19:57.116Z Compiling same-file v1.0.6
21902024-11-14T16:19:57.364Z Compiling walkdir v2.5.0
21912024-11-14T16:19:57.554Z Compiling tempfile v3.13.0
21922024-11-14T16:19:58.054Z Compiling ring v0.16.20
21932024-11-14T16:19:58.350Z Compiling blake3 v1.5.4
21942024-11-14T16:19:59.056Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21952024-11-14T16:20:00.884Z Compiling xattr v1.3.1
21962024-11-14T16:20:01.016Z Compiling filetime v0.2.25
21972024-11-14T16:20:01.146Z Compiling memmap2 v0.9.5
21982024-11-14T16:20:01.314Z Compiling spin v0.5.2
21992024-11-14T16:20:01.543Z Compiling constant_time_eq v0.3.1
22002024-11-14T16:20:01.563Z Compiling arrayvec v0.7.6
22012024-11-14T16:20:01.710Z Compiling arrayref v0.3.9
22022024-11-14T16:20:01.830Z Compiling keccak v0.1.5
22032024-11-14T16:20:02.781Z Compiling sha3 v0.10.8
22042024-11-14T16:20:05.264Z Compiling tar v0.4.43
22052024-11-14T16:20:06.367Z Compiling camino-tempfile v1.1.1
22062024-11-14T16:20:06.827Z Compiling toolchain_find v0.4.0
22072024-11-14T16:20:07.146Z Compiling nibble_vec v0.1.0
22082024-11-14T16:20:07.293Z Compiling crunchy v0.2.2
22092024-11-14T16:20:07.397Z Compiling topological-sort v0.2.2
22102024-11-14T16:20:07.420Z Compiling endian-type v0.1.2
22112024-11-14T16:20:07.635Z Compiling maplit v1.0.2
22122024-11-14T16:20:07.676Z Compiling radium v0.7.0
22132024-11-14T16:20:07.758Z Compiling radix_trie v0.2.1
22142024-11-14T16:20:07.776Z Compiling omicron-zone-package v0.11.1
22152024-11-14T16:20:08.725Z Compiling rustfmt-wrapper v0.2.1
22162024-11-14T16:20:09.300Z Compiling pem v3.0.4
22172024-11-14T16:20:09.753Z Compiling tiny-keccak v2.0.2
22182024-11-14T16:20:10.063Z Compiling tap v1.0.1
22192024-11-14T16:20:10.273Z Compiling maybe-uninit v2.0.0
22202024-11-14T16:20:10.777Z Compiling wyz v0.5.1
22212024-11-14T16:20:11.265Z Compiling dsl_auto_type v0.1.2
22222024-11-14T16:20:11.284Z Compiling scheduled-thread-pool v0.2.7
22232024-11-14T16:20:11.414Z Compiling secrecy v0.8.0
22242024-11-14T16:20:11.704Z Compiling diesel_table_macro_syntax v0.2.0
22252024-11-14T16:20:11.707Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22262024-11-14T16:20:12.108Z Compiling funty v2.0.0
22272024-11-14T16:20:12.432Z Compiling crc-catalog v2.4.0
22282024-11-14T16:20:12.518Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22292024-11-14T16:20:12.605Z Compiling packed_struct v0.10.1
22302024-11-14T16:20:12.660Z Compiling diesel_derives v2.2.3
22312024-11-14T16:20:12.845Z Compiling crc v3.2.1
22322024-11-14T16:20:13.064Z Compiling r2d2 v0.8.10
22332024-11-14T16:20:13.100Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22342024-11-14T16:20:13.553Z Compiling bitvec v1.0.1
22352024-11-14T16:20:14.893Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22362024-11-14T16:20:14.954Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22372024-11-14T16:20:16.496Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22382024-11-14T16:20:17.010Z Compiling ascii-canvas v3.0.0
22392024-11-14T16:20:17.509Z Compiling universal-hash v0.5.1
22402024-11-14T16:20:17.760Z Compiling packed_struct_codegen v0.10.1
22412024-11-14T16:20:18.198Z Compiling thiserror-impl-no-std v2.0.2
22422024-11-14T16:20:20.353Z Compiling lzma-sys v0.1.20
22432024-11-14T16:20:20.967Z Compiling ena v0.14.3
22442024-11-14T16:20:21.057Z Compiling indexmap v1.9.3
22452024-11-14T16:20:21.377Z Compiling diff v0.1.13
22462024-11-14T16:20:21.442Z Compiling nodrop v0.1.14
22472024-11-14T16:20:21.639Z Compiling regex-syntax v0.6.29
22482024-11-14T16:20:21.938Z Compiling opaque-debug v0.3.1
22492024-11-14T16:20:22.051Z Compiling poly1305 v0.8.0
22502024-11-14T16:20:23.496Z Compiling array-init v0.0.4
22512024-11-14T16:20:24.076Z Compiling diesel v2.2.4
22522024-11-14T16:20:24.914Z Compiling thiserror-no-std v2.0.2
22532024-11-14T16:20:27.144Z Compiling lalrpop v0.19.12
22542024-11-14T16:20:29.251Z Compiling smallvec v0.6.14
22552024-11-14T16:20:30.365Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22562024-11-14T16:20:31.495Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22572024-11-14T16:20:31.779Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22582024-11-14T16:20:31.807Z Compiling chacha20 v0.9.1
22592024-11-14T16:20:32.012Z Compiling heck v0.3.3
22602024-11-14T16:20:32.272Z Compiling const_format_proc_macros v0.2.33
22612024-11-14T16:20:32.407Z Compiling aead v0.5.2
22622024-11-14T16:20:32.777Z Compiling termcolor v1.4.1
22632024-11-14T16:20:33.858Z Compiling bitfield v0.14.0
22642024-11-14T16:20:34.180Z Compiling hashbrown v0.12.3
22652024-11-14T16:20:34.200Z Compiling ref-cast v1.0.23
22662024-11-14T16:20:34.667Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22672024-11-14T16:20:35.090Z Compiling const_format v0.2.33
22682024-11-14T16:20:36.344Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22692024-11-14T16:20:36.596Z Compiling env_logger v0.10.2
22702024-11-14T16:20:39.778Z Compiling chacha20poly1305 v0.10.1
22712024-11-14T16:20:40.028Z Compiling zone_cfg_derive v0.1.2
22722024-11-14T16:20:41.473Z Compiling serde-hex v0.1.0
22732024-11-14T16:20:41.765Z Compiling vsss-rs v3.3.4
22742024-11-14T16:20:46.535Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22752024-11-14T16:20:46.721Z Compiling ron v0.8.1
22762024-11-14T16:20:46.882Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22772024-11-14T16:20:47.209Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22782024-11-14T16:20:47.856Z Compiling derive_builder_core v0.20.2
22792024-11-14T16:20:50.174Z Compiling hashbrown v0.13.2
22802024-11-14T16:20:51.610Z Compiling headers-core v0.3.0
22812024-11-14T16:20:51.810Z Compiling fxhash v0.2.1
22822024-11-14T16:20:52.063Z Compiling libxml v0.3.3
22832024-11-14T16:20:52.441Z Compiling ref-cast-impl v1.0.23
22842024-11-14T16:20:52.784Z Compiling crc-any v2.5.0
22852024-11-14T16:20:53.327Z Compiling polar-core v0.27.3
22862024-11-14T16:20:53.524Z Compiling base64 v0.13.1
22872024-11-14T16:20:53.901Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22882024-11-14T16:20:54.247Z Compiling ron v0.7.1
22892024-11-14T16:20:59.594Z Compiling headers v0.4.0
22902024-11-14T16:21:00.174Z Compiling object v0.30.4
22912024-11-14T16:21:03.266Z Compiling derive_builder_macro v0.20.2
22922024-11-14T16:21:04.120Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22932024-11-14T16:21:05.664Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22942024-11-14T16:21:06.043Z Compiling xz2 v0.1.7
22952024-11-14T16:21:06.354Z Compiling zone v0.1.8
22962024-11-14T16:21:08.781Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22972024-11-14T16:21:09.734Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22982024-11-14T16:21:10.325Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22992024-11-14T16:21:10.649Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23002024-11-14T16:21:10.767Z Compiling yasna v0.5.2
23012024-11-14T16:21:12.067Z Compiling phf_generator v0.11.2
23022024-11-14T16:21:12.202Z Compiling strum_macros v0.24.3
23032024-11-14T16:21:12.983Z Compiling kstat-rs v0.2.4
23042024-11-14T16:21:13.975Z Compiling samael v0.0.17
23052024-11-14T16:21:14.180Z Compiling async-recursion v1.1.1
23062024-11-14T16:21:15.472Z Compiling unicase v2.7.0
23072024-11-14T16:21:15.532Z Compiling path-slash v0.1.5
23082024-11-14T16:21:15.631Z Compiling indoc v1.0.9
23092024-11-14T16:21:15.686Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23102024-11-14T16:21:15.792Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23112024-11-14T16:21:16.458Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23122024-11-14T16:21:17.051Z Compiling phf_codegen v0.11.2
23132024-11-14T16:21:19.554Z Compiling rcgen v0.12.1
23142024-11-14T16:21:22.072Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23152024-11-14T16:21:28.405Z Compiling derive_builder v0.20.2
23162024-11-14T16:21:29.816Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23172024-11-14T16:21:31.118Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23182024-11-14T16:21:31.420Z Compiling impl-trait-for-tuples v0.2.2
23192024-11-14T16:21:33.570Z Compiling oso-derive v0.27.3
23202024-11-14T16:21:34.553Z Compiling libz-sys v1.1.20
23212024-11-14T16:21:35.240Z Compiling parse-zoneinfo v0.3.1
23222024-11-14T16:21:36.744Z Compiling quick-xml v0.33.0
23232024-11-14T16:21:36.792Z Compiling subprocess v0.2.9
23242024-11-14T16:21:36.888Z Compiling diesel-dtrace v0.3.0
23252024-11-14T16:21:37.205Z Compiling parking_lot_core v0.8.6
23262024-11-14T16:21:37.646Z Compiling cfg_aliases v0.1.1
23272024-11-14T16:21:37.774Z Compiling nix v0.28.0
23282024-11-14T16:21:38.157Z Compiling oso v0.27.3
23292024-11-14T16:21:38.537Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23302024-11-14T16:21:41.632Z Compiling chrono-tz-build v0.4.0
23312024-11-14T16:21:42.995Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23322024-11-14T16:21:44.544Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23332024-11-14T16:21:46.491Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23342024-11-14T16:21:49.826Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23352024-11-14T16:21:49.942Z Compiling bb8 v0.8.5
23362024-11-14T16:21:50.145Z Compiling vte_generate_state_changes v0.1.2
23372024-11-14T16:21:50.804Z Compiling buf-list v1.0.3
23382024-11-14T16:21:50.825Z Compiling vte v0.11.1
23392024-11-14T16:21:51.467Z Compiling async-bb8-diesel v0.2.1
23402024-11-14T16:21:52.276Z Compiling chrono-tz v0.10.0
23412024-11-14T16:21:53.217Z Compiling fd-lock v4.0.2
23422024-11-14T16:21:53.463Z Compiling libgit2-sys v0.17.0+1.8.1
23432024-11-14T16:21:53.618Z Compiling pin-project-internal v1.1.6
23442024-11-14T16:21:54.264Z Compiling atty v0.2.14
23452024-11-14T16:21:54.441Z Compiling bytecount v0.6.8
23462024-11-14T16:21:54.789Z Compiling salty v0.3.0
23472024-11-14T16:21:55.257Z Compiling papergrid v0.11.0
23482024-11-14T16:21:56.355Z Compiling pin-project v1.1.6
23492024-11-14T16:21:56.884Z Compiling parking_lot v0.11.2
23502024-11-14T16:22:05.737Z Compiling strip-ansi-escapes v0.2.0
23512024-11-14T16:22:07.503Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23522024-11-14T16:22:07.897Z Compiling tabled_derive v0.7.0
23532024-11-14T16:22:10.133Z Compiling peg-macros v0.8.4
23542024-11-14T16:22:12.198Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23552024-11-14T16:22:13.228Z Compiling snafu-derive v0.8.5
23562024-11-14T16:22:13.385Z Compiling sqlparser_derive v0.2.2
23572024-11-14T16:22:14.423Z Compiling lockfree-object-pool v0.1.6
23582024-11-14T16:22:14.752Z Compiling bumpalo v3.16.0
23592024-11-14T16:22:15.312Z Compiling home v0.5.9
23602024-11-14T16:22:15.633Z Compiling zip v2.1.3
23612024-11-14T16:22:15.965Z Compiling simd-adler32 v0.3.7
23622024-11-14T16:22:17.145Z Compiling nu-ansi-term v0.50.1
23632024-11-14T16:22:17.798Z Compiling unicode_categories v0.1.1
23642024-11-14T16:22:18.194Z Compiling sqlformat v0.2.6
23652024-11-14T16:22:18.259Z Compiling snafu v0.8.5
23662024-11-14T16:22:19.556Z Compiling reedline v0.35.0
23672024-11-14T16:22:24.395Z Compiling zopfli v0.8.1
23682024-11-14T16:22:28.604Z Compiling rustyline v14.0.0
23692024-11-14T16:22:29.142Z Compiling sqlparser v0.45.0
23702024-11-14T16:22:30.295Z Compiling peg v0.8.4
23712024-11-14T16:22:30.459Z Compiling tabled v0.15.0
23722024-11-14T16:22:33.838Z Compiling sled v0.34.7
23732024-11-14T16:22:40.961Z Compiling mime_guess v2.0.5
23742024-11-14T16:22:42.586Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23752024-11-14T16:22:43.676Z Compiling hickory-client v0.24.1
23762024-11-14T16:22:44.086Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23772024-11-14T16:22:44.572Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23782024-11-14T16:22:46.428Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23792024-11-14T16:22:50.673Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23802024-11-14T16:22:50.747Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23812024-11-14T16:22:52.373Z Compiling globset v0.4.15
23822024-11-14T16:22:55.088Z Compiling hickory-server v0.24.1
23832024-11-14T16:23:00.107Z Compiling primeorder v0.13.6
23842024-11-14T16:23:00.725Z Compiling olpc-cjson v0.1.4
23852024-11-14T16:23:01.088Z Compiling vergen v8.3.2
23862024-11-14T16:23:01.409Z Compiling bcs v0.1.6
23872024-11-14T16:23:02.345Z Compiling env_filter v0.1.2
23882024-11-14T16:23:03.930Z Compiling serde_plain v1.0.2
23892024-11-14T16:23:04.490Z Compiling cargo-platform v0.1.8
23902024-11-14T16:23:05.072Z Compiling nanorand v0.7.0
23912024-11-14T16:23:05.795Z Compiling memoffset v0.9.1
23922024-11-14T16:23:06.149Z Compiling typed-path v0.9.3
23932024-11-14T16:23:07.414Z Compiling flume v0.11.1
23942024-11-14T16:23:07.631Z Compiling cargo_metadata v0.18.1
23952024-11-14T16:23:08.222Z Compiling env_logger v0.11.5
23962024-11-14T16:23:09.647Z Compiling tough v0.19.0
23972024-11-14T16:23:11.010Z Compiling p384 v0.13.0
23982024-11-14T16:23:13.715Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23992024-11-14T16:23:17.121Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24002024-11-14T16:23:19.360Z Compiling git2 v0.19.0
24012024-11-14T16:23:27.220Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24022024-11-14T16:23:28.768Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24032024-11-14T16:23:34.480Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24042024-11-14T16:23:35.787Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24052024-11-14T16:23:37.270Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24062024-11-14T16:23:38.972Z Compiling rand_seeder v0.3.0
24072024-11-14T16:23:39.430Z Compiling libsqlite3-sys v0.30.1
24082024-11-14T16:23:39.948Z Compiling cfg_aliases v0.2.1
24092024-11-14T16:23:39.998Z Compiling parse-size v1.1.0
24102024-11-14T16:23:40.073Z Compiling rustls v0.21.12
24112024-11-14T16:23:40.324Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24122024-11-14T16:23:40.417Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24132024-11-14T16:23:40.681Z Compiling nix v0.29.0
24142024-11-14T16:23:41.505Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24152024-11-14T16:23:41.753Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24162024-11-14T16:23:43.491Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24172024-11-14T16:23:43.746Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24182024-11-14T16:23:44.520Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24192024-11-14T16:23:44.547Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24202024-11-14T16:23:44.844Z Compiling rustls-webpki v0.101.7
24212024-11-14T16:23:47.563Z Compiling sct v0.7.1
24222024-11-14T16:23:48.055Z Compiling castaway v0.2.3
24232024-11-14T16:23:48.265Z Compiling csv-core v0.1.11
24242024-11-14T16:23:48.787Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24252024-11-14T16:23:48.900Z Compiling glob v0.3.1
24262024-11-14T16:23:49.119Z Compiling http-range v0.1.5
24272024-11-14T16:23:49.219Z Compiling csv v1.3.0
24282024-11-14T16:23:49.707Z Compiling hyper-staticfile v0.10.1
24292024-11-14T16:23:50.969Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24302024-11-14T16:23:51.339Z Compiling compact_str v0.8.0
24312024-11-14T16:23:53.967Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24322024-11-14T16:23:55.319Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24332024-11-14T16:23:56.610Z Compiling nix v0.27.1
24342024-11-14T16:23:58.149Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24352024-11-14T16:24:00.510Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24362024-11-14T16:24:05.367Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24372024-11-14T16:24:09.662Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24382024-11-14T16:24:10.993Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24392024-11-14T16:24:13.547Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24402024-11-14T16:24:13.919Z Compiling unicode-truncate v1.1.0
24412024-11-14T16:24:14.228Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24422024-11-14T16:24:14.539Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24432024-11-14T16:24:14.858Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24442024-11-14T16:24:17.730Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24452024-11-14T16:24:18.642Z Compiling hashlink v0.9.1
24462024-11-14T16:24:19.124Z Compiling tungstenite v0.23.0
24472024-11-14T16:24:19.529Z Compiling lru v0.12.5
24482024-11-14T16:24:19.958Z Compiling instability v0.3.2
24492024-11-14T16:24:20.763Z Compiling fallible-streaming-iterator v0.1.9
24502024-11-14T16:24:20.998Z Compiling cassowary v0.3.0
24512024-11-14T16:24:21.067Z Compiling fallible-iterator v0.3.0
24522024-11-14T16:24:21.944Z Compiling rusqlite v0.32.1
24532024-11-14T16:24:22.185Z Compiling ratatui v0.28.1
24542024-11-14T16:24:24.647Z Compiling tokio-tungstenite v0.23.1
24552024-11-14T16:24:24.860Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24562024-11-14T16:24:27.566Z Compiling tokio-rustls v0.24.1
24572024-11-14T16:24:33.879Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24582024-11-14T16:24:40.407Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24592024-11-14T16:24:42.029Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24602024-11-14T16:24:42.645Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24612024-11-14T16:24:43.859Z Compiling rustls-pemfile v1.0.4
24622024-11-14T16:24:44.572Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24632024-11-14T16:24:44.866Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24642024-11-14T16:24:46.143Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24652024-11-14T16:24:46.313Z Compiling signal-hook-tokio v0.3.1
24662024-11-14T16:24:46.520Z Compiling twox-hash v1.6.3
24672024-11-14T16:24:47.545Z Compiling smawk v0.3.2
24682024-11-14T16:24:47.830Z Compiling is_ci v1.2.0
24692024-11-14T16:24:48.142Z Compiling unicode-linebreak v0.1.5
24702024-11-14T16:24:48.702Z Compiling textwrap v0.16.1
24712024-11-14T16:24:49.558Z Compiling supports-color v3.0.1
24722024-11-14T16:24:49.981Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24732024-11-14T16:24:52.228Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24742024-11-14T16:25:08.998Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24752024-11-14T16:25:09.605Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24762024-11-14T16:25:09.748Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24772024-11-14T16:25:14.492Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24782024-11-14T16:25:15.123Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24792024-11-14T16:25:17.490Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24802024-11-14T16:25:23.389Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24812024-11-14T16:25:23.709Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24822024-11-14T16:25:24.673Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24832024-11-14T16:25:30.371Z Compiling fatfs v0.3.6
24842024-11-14T16:25:33.254Z Compiling rtoolbox v0.0.2
24852024-11-14T16:25:33.707Z Compiling assert_matches v1.5.0
24862024-11-14T16:25:33.898Z Compiling rpassword v7.3.1
24872024-11-14T16:25:34.358Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24882024-11-14T16:25:34.635Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24892024-11-14T16:25:51.517Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24902024-11-14T16:25:55.742Z Compiling tui-tree-widget v0.22.0
24912024-11-14T16:25:56.223Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24922024-11-14T16:25:58.694Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24932024-11-14T16:26:00.820Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24942024-11-14T16:26:01.134Z Compiling uzers v0.12.1
24952024-11-14T16:26:04.297Z Compiling shell-words v1.1.0
24962024-11-14T16:26:04.758Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24972024-11-14T16:26:12.125Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24982024-11-14T16:26:14.145Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24992024-11-14T16:26:35.478Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25002024-11-14T16:26:45.291Z Compiling multimap v0.10.0
25012024-11-14T16:28:44.549Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25022024-11-14T16:28:55.696Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25032024-11-14T16:35:47.370Z Finished `release` profile [optimized] target(s) in 16m 22s
25042024-11-14T16:36:48.046Z
25052024-11-14T16:36:48.049Zreal 17:24.525015694
25062024-11-14T16:36:48.049Zuser 1:57:41.545309812
25072024-11-14T16:36:48.049Zsys 5:50.658203164
25082024-11-14T16:36:48.049Ztrap 2.937049736
25092024-11-14T16:36:48.049Ztflt 3.211603177
25102024-11-14T16:36:48.049Zdflt 4.304023418
25112024-11-14T16:36:48.049Zkflt 0.004186508
25122024-11-14T16:36:48.049Zlock 7:22:39.912042987
25132024-11-14T16:36:48.049Zslp 6:17:47.349029168
25142024-11-14T16:36:48.049Zlat 2:50.410592263
25152024-11-14T16:36:48.049Zstop 2:35.660186037
25162024-11-14T16:36:48.049Z+ mapfile -t packages
25172024-11-14T16:36:48.049Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25182024-11-14T16:36:49.057Z Finished `release` profile [optimized] target(s) in 0.95s
25192024-11-14T16:36:49.115Z Running `target/release/omicron-package -t test list-outputs`
25202024-11-14T16:36:49.163ZLogging to: /work/oxidecomputer/omicron/out/LOG
25212024-11-14T16:36:49.166Z+ ptime -m cargo build --locked --release -p xtask
25222024-11-14T16:36:49.715Z Compiling serde v1.0.215
25232024-11-14T16:36:49.717Z Compiling libc v0.2.162
25242024-11-14T16:36:49.718Z Compiling rustix v0.38.37
25252024-11-14T16:36:49.718Z Compiling serde_json v1.0.132
25262024-11-14T16:36:49.817Z Compiling syn v2.0.87
25272024-11-14T16:36:49.826Z Compiling bitflags v2.6.0
25282024-11-14T16:36:50.195Z Compiling usdt-impl v0.5.0
25292024-11-14T16:36:50.209Z Compiling syn v1.0.109
25302024-11-14T16:36:50.318Z Compiling log v0.4.22
25312024-11-14T16:36:50.334Z Compiling hashbrown v0.15.0
25322024-11-14T16:36:50.394Z Compiling fs-err v2.11.0
25332024-11-14T16:36:50.698Z Compiling once_cell v1.20.2
25342024-11-14T16:36:50.781Z Compiling anyhow v1.0.93
25352024-11-14T16:36:51.331Z Compiling thread-id v4.2.2
25362024-11-14T16:36:51.691Z Compiling indexmap v2.6.0
25372024-11-14T16:36:52.820Z Compiling terminal_size v0.4.0
25382024-11-14T16:36:52.820Z Compiling tempfile v3.13.0
25392024-11-14T16:36:53.061Z Compiling clap_builder v4.5.21
25402024-11-14T16:36:53.594Z Compiling proc-macro-error v1.0.4
25412024-11-14T16:36:55.002Z Compiling tabled_derive v0.7.0
25422024-11-14T16:36:56.305Z Compiling tabled v0.15.0
25432024-11-14T16:36:57.949Z Compiling serde_derive v1.0.215
25442024-11-14T16:36:58.595Z Compiling thiserror-impl v1.0.69
25452024-11-14T16:37:00.453Z Compiling zerocopy-derive v0.7.35
25462024-11-14T16:37:01.110Z Compiling scroll_derive v0.12.0
25472024-11-14T16:37:01.576Z Compiling thiserror v1.0.69
25482024-11-14T16:37:01.743Z Compiling pest v2.7.14
25492024-11-14T16:37:02.564Z Compiling zerocopy v0.7.35
25502024-11-14T16:37:02.714Z Compiling scroll v0.12.0
25512024-11-14T16:37:03.420Z Compiling goblin v0.8.2
25522024-11-14T16:37:04.743Z Compiling pest_meta v2.7.14
25532024-11-14T16:37:08.118Z Compiling pest_generator v2.7.14
25542024-11-14T16:37:10.010Z Compiling pest_derive v2.7.14
25552024-11-14T16:37:10.800Z Compiling dtrace-parser v0.2.0
25562024-11-14T16:37:12.722Z Compiling serde_spanned v0.6.8
25572024-11-14T16:37:13.025Z Compiling toml_datetime v0.6.8
25582024-11-14T16:37:15.587Z Compiling serde_tokenstream v0.2.2
25592024-11-14T16:37:15.876Z Compiling dof v0.3.0
25602024-11-14T16:37:16.191Z Compiling toml_edit v0.22.22
25612024-11-14T16:37:16.431Z Compiling camino v1.1.9
25622024-11-14T16:37:18.296Z Compiling cargo-platform v0.1.8
25632024-11-14T16:37:19.388Z Compiling semver v1.0.23
25642024-11-14T16:37:20.244Z Compiling usdt-macro v0.5.0
25652024-11-14T16:37:20.905Z Compiling usdt-attr-macro v0.5.0
25662024-11-14T16:37:21.484Z Compiling toml v0.8.19
25672024-11-14T16:37:21.912Z Compiling clap_derive v4.5.18
25682024-11-14T16:37:22.294Z Compiling usdt v0.5.0
25692024-11-14T16:37:22.700Z Compiling cargo_toml v0.20.5
25702024-11-14T16:37:23.066Z Compiling cargo_metadata v0.18.1
25712024-11-14T16:37:23.780Z Compiling camino-tempfile v1.1.1
25722024-11-14T16:37:24.248Z Compiling macaddr v1.0.1
25732024-11-14T16:37:26.724Z Compiling clap v4.5.21
25742024-11-14T16:37:34.892Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25752024-11-14T16:37:46.281Z Finished `release` profile [optimized] target(s) in 57.05s
25762024-11-14T16:37:46.387Z
25772024-11-14T16:37:46.387Zreal 57.179372336
25782024-11-14T16:37:46.387Zuser 5:48.943549993
25792024-11-14T16:37:46.387Zsys 31.684933223
25802024-11-14T16:37:46.387Ztrap 0.157309651
25812024-11-14T16:37:46.390Ztflt 0.353183669
25822024-11-14T16:37:46.390Zdflt 0.476191413
25832024-11-14T16:37:46.390Zkflt 0.000000000
25842024-11-14T16:37:46.391Zlock 10:29.947528901
25852024-11-14T16:37:46.391Zslp 15:59.584352036
25862024-11-14T16:37:46.391Zlat 13.144357047
25872024-11-14T16:37:46.391Zstop 16.947260432
25882024-11-14T16:37:46.391Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25892024-11-14T16:37:46.391Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25902024-11-14T16:37:46.391Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
25912024-11-14T16:37:46.391Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
25922024-11-14T16:37:46.391Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
25932024-11-14T16:37:47.275Z Compiling hashbrown v0.14.5
25942024-11-14T16:37:47.403Z Compiling unsafe-libyaml v0.2.11
25952024-11-14T16:37:47.417Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25962024-11-14T16:37:47.417Z Compiling progenitor-client v0.8.0
25972024-11-14T16:37:47.419Z Compiling ident_case v1.0.1
25982024-11-14T16:37:47.419Z Compiling ipnetwork v0.20.0
25992024-11-14T16:37:47.419Z Compiling instant v0.1.13
26002024-11-14T16:37:47.419Z Compiling structmeta-derive v0.3.0
26012024-11-14T16:37:47.559Z Compiling darling_core v0.20.10
26022024-11-14T16:37:47.599Z Compiling newtype-uuid v1.1.3
26032024-11-14T16:37:47.892Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26042024-11-14T16:37:47.959Z Compiling dropshot v0.13.0
26052024-11-14T16:37:48.322Z Compiling dropshot_endpoint v0.13.0
26062024-11-14T16:37:48.342Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26072024-11-14T16:37:48.396Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26082024-11-14T16:37:48.660Z Compiling regress v0.10.1
26092024-11-14T16:37:48.678Z Compiling serde_yaml v0.9.34+deprecated
26102024-11-14T16:37:48.765Z Compiling regress v0.9.1
26112024-11-14T16:37:49.131Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26122024-11-14T16:37:49.307Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26132024-11-14T16:37:49.328Z Compiling backoff v0.4.0
26142024-11-14T16:37:49.686Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26152024-11-14T16:37:49.871Z Compiling macaddr v1.0.1
26162024-11-14T16:37:50.130Z Compiling tempfile v3.13.0
26172024-11-14T16:37:50.384Z Compiling proc-macro-crate v1.3.1
26182024-11-14T16:37:50.653Z Compiling structmeta v0.3.0
26192024-11-14T16:37:51.024Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26202024-11-14T16:37:51.105Z Compiling parse-display-derive v0.10.0
26212024-11-14T16:37:51.419Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26222024-11-14T16:37:51.513Z Compiling num_enum_derive v0.5.11
26232024-11-14T16:37:51.748Z Compiling foreign-types-macros v0.2.3
26242024-11-14T16:37:52.950Z Compiling typify-impl v0.2.0
26252024-11-14T16:37:53.091Z Compiling foreign-types-shared v0.3.1
26262024-11-14T16:37:53.227Z Compiling heapless v0.8.0
26272024-11-14T16:37:53.791Z Compiling foreign-types v0.5.0
26282024-11-14T16:37:53.909Z Compiling proc-macro-error v1.0.4
26292024-11-14T16:37:54.125Z Compiling num_enum v0.5.11
26302024-11-14T16:37:54.173Z Compiling camino-tempfile v1.1.1
26312024-11-14T16:37:54.306Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26322024-11-14T16:37:54.352Z Compiling hash32 v0.3.1
26332024-11-14T16:37:54.610Z Compiling cstr-argument v0.1.2
26342024-11-14T16:37:54.635Z Compiling crucible-workspace-hack v0.1.0
26352024-11-14T16:37:54.656Z Compiling darling_macro v0.20.10
26362024-11-14T16:37:54.656Z Compiling pretty-hex v0.2.1
26372024-11-14T16:37:54.893Z Compiling smoltcp v0.11.0
26382024-11-14T16:37:54.914Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26392024-11-14T16:37:54.983Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26402024-11-14T16:37:55.184Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26412024-11-14T16:37:55.372Z Compiling tabwriter v1.4.0
26422024-11-14T16:37:55.613Z Compiling colored v2.1.0
26432024-11-14T16:37:55.685Z Compiling darling v0.20.10
26442024-11-14T16:37:55.705Z Compiling cobs v0.2.3
26452024-11-14T16:37:55.755Z Compiling parse-display v0.10.0
26462024-11-14T16:37:55.814Z Compiling serde_with_macros v3.11.0
26472024-11-14T16:37:55.907Z Compiling postcard v1.0.10
26482024-11-14T16:37:56.128Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26492024-11-14T16:37:56.436Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26502024-11-14T16:37:56.479Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26512024-11-14T16:37:56.535Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26522024-11-14T16:37:56.586Z Compiling smf v0.2.3
26532024-11-14T16:37:56.607Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26542024-11-14T16:37:56.969Z Compiling zone_cfg_derive v0.3.0
26552024-11-14T16:37:57.393Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26562024-11-14T16:37:57.883Z Compiling num-derive v0.4.2
26572024-11-14T16:37:57.971Z Compiling sigpipe v0.1.3
26582024-11-14T16:37:58.110Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26592024-11-14T16:37:58.439Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26602024-11-14T16:37:58.519Z Compiling zone v0.3.0
26612024-11-14T16:37:58.768Z Compiling serde_with v3.11.0
26622024-11-14T16:37:59.598Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26632024-11-14T16:38:00.162Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26642024-11-14T16:38:00.202Z Compiling universal-hash v0.5.1
26652024-11-14T16:38:00.362Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26662024-11-14T16:38:00.431Z Compiling opaque-debug v0.3.1
26672024-11-14T16:38:00.553Z Compiling num-rational v0.4.2
26682024-11-14T16:38:01.213Z Compiling password-hash v0.5.0
26692024-11-14T16:38:01.336Z Compiling blake2 v0.10.6
26702024-11-14T16:38:01.856Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26712024-11-14T16:38:02.261Z Compiling num-complex v0.4.6
26722024-11-14T16:38:02.287Z Compiling aead v0.5.2
26732024-11-14T16:38:02.431Z Compiling convert_case v0.4.0
26742024-11-14T16:38:02.672Z Compiling keccak v0.1.5
26752024-11-14T16:38:02.735Z Compiling argon2 v0.5.3
26762024-11-14T16:38:02.957Z Compiling poly1305 v0.8.0
26772024-11-14T16:38:03.189Z Compiling sha3 v0.10.8
26782024-11-14T16:38:03.333Z Compiling num v0.4.3
26792024-11-14T16:38:03.460Z Compiling tungstenite v0.21.0
26802024-11-14T16:38:03.482Z Compiling derive_more v0.99.18
26812024-11-14T16:38:03.756Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26822024-11-14T16:38:04.085Z Compiling chacha20 v0.9.1
26832024-11-14T16:38:04.253Z Compiling float-ord v0.3.2
26842024-11-14T16:38:04.455Z Compiling base64 v0.21.7
26852024-11-14T16:38:04.587Z Compiling tokio-tungstenite v0.21.0
26862024-11-14T16:38:04.741Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26872024-11-14T16:38:05.212Z Compiling same-file v1.0.6
26882024-11-14T16:38:05.244Z Compiling semver v0.1.20
26892024-11-14T16:38:05.261Z Compiling newline-converter v0.3.0
26902024-11-14T16:38:05.297Z Compiling primeorder v0.13.6
26912024-11-14T16:38:05.454Z Compiling walkdir v2.5.0
26922024-11-14T16:38:05.539Z Compiling secrecy v0.8.0
26932024-11-14T16:38:05.594Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26942024-11-14T16:38:05.720Z Compiling rustc_version v0.1.7
26952024-11-14T16:38:05.833Z Compiling cancel-safe-futures v0.1.5
26962024-11-14T16:38:05.854Z Compiling owo-colors v4.1.0
26972024-11-14T16:38:05.949Z Compiling expectorate v1.1.0
26982024-11-14T16:38:06.167Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26992024-11-14T16:38:06.192Z Compiling thiserror-impl-no-std v2.0.2
27002024-11-14T16:38:06.232Z Compiling newtype_derive v0.1.6
27012024-11-14T16:38:06.260Z Compiling blake3 v1.5.4
27022024-11-14T16:38:06.281Z Compiling ring v0.16.20
27032024-11-14T16:38:06.456Z Compiling unicase v2.7.0
27042024-11-14T16:38:06.482Z Compiling half v2.4.1
27052024-11-14T16:38:06.537Z Compiling ciborium-io v0.2.2
27062024-11-14T16:38:06.689Z Compiling arc-swap v1.7.1
27072024-11-14T16:38:07.011Z Compiling ciborium-ll v0.2.2
27082024-11-14T16:38:07.169Z Compiling slog-scope v4.4.0
27092024-11-14T16:38:07.346Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27102024-11-14T16:38:07.640Z Compiling polyval v0.6.2
27112024-11-14T16:38:07.732Z Compiling atomicwrites v0.4.4
27122024-11-14T16:38:08.057Z Compiling libsw v3.3.1
27132024-11-14T16:38:08.097Z Compiling memmap2 v0.9.5
27142024-11-14T16:38:08.117Z Compiling indent_write v2.2.0
27152024-11-14T16:38:08.372Z Compiling spin v0.5.2
27162024-11-14T16:38:08.408Z Compiling arrayvec v0.7.6
27172024-11-14T16:38:08.581Z Compiling salty v0.3.0
27182024-11-14T16:38:08.624Z Compiling libefi-sys v0.1.0
27192024-11-14T16:38:08.839Z Compiling linear-map v1.2.0
27202024-11-14T16:38:08.929Z Compiling constant_time_eq v0.3.1
27212024-11-14T16:38:09.026Z Compiling parking_lot_core v0.8.6
27222024-11-14T16:38:09.131Z Compiling arrayref v0.3.9
27232024-11-14T16:38:09.298Z Compiling ghash v0.5.1
27242024-11-14T16:38:09.368Z Compiling thiserror-no-std v2.0.2
27252024-11-14T16:38:09.501Z Compiling vsss-rs v3.3.4
27262024-11-14T16:38:09.557Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27272024-11-14T16:38:09.577Z Compiling slog-stdlog v4.1.1
27282024-11-14T16:38:09.914Z Compiling ciborium v0.2.2
27292024-11-14T16:38:10.627Z Compiling p384 v0.13.0
27302024-11-14T16:38:10.889Z Compiling toolchain_find v0.4.0
27312024-11-14T16:38:11.303Z Compiling chacha20poly1305 v0.10.1
27322024-11-14T16:38:11.531Z Compiling lzma-sys v0.1.20
27332024-11-14T16:38:11.551Z Compiling ctr v0.9.2
27342024-11-14T16:38:11.641Z Compiling itertools v0.13.0
27352024-11-14T16:38:11.782Z Compiling typify-macro v0.2.0
27362024-11-14T16:38:11.947Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27372024-11-14T16:38:12.132Z Compiling bitfield-struct v0.6.2
27382024-11-14T16:38:12.319Z Compiling slog-dtrace v0.3.0
27392024-11-14T16:38:12.360Z Compiling topological-sort v0.2.2
27402024-11-14T16:38:12.614Z Compiling highway v1.2.0
27412024-11-14T16:38:12.714Z Compiling omicron-zone-package v0.11.1
27422024-11-14T16:38:13.617Z Compiling aes-gcm v0.10.3
27432024-11-14T16:38:13.635Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27442024-11-14T16:38:13.655Z Compiling rustfmt-wrapper v0.2.1
27452024-11-14T16:38:13.903Z Compiling mime_guess v2.0.5
27462024-11-14T16:38:13.938Z Compiling steno v0.4.1
27472024-11-14T16:38:14.076Z Compiling slog-envlogger v2.2.0
27482024-11-14T16:38:14.908Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27492024-11-14T16:38:14.931Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27502024-11-14T16:38:14.979Z Compiling heck v0.3.3
27512024-11-14T16:38:15.295Z Compiling ssh-encoding v0.2.0
27522024-11-14T16:38:15.453Z Compiling blowfish v0.9.1
27532024-11-14T16:38:15.638Z Compiling nibble_vec v0.1.0
27542024-11-14T16:38:15.871Z Compiling env_filter v0.1.2
27552024-11-14T16:38:15.891Z Compiling endian-type v0.1.2
27562024-11-14T16:38:15.910Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27572024-11-14T16:38:15.928Z Compiling humantime v2.1.0
27582024-11-14T16:38:16.137Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27592024-11-14T16:38:16.140Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27602024-11-14T16:38:16.171Z Compiling typify v0.2.0
27612024-11-14T16:38:16.240Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27622024-11-14T16:38:16.271Z Compiling env_logger v0.11.5
27632024-11-14T16:38:16.323Z Compiling progenitor-impl v0.8.0
27642024-11-14T16:38:16.477Z Compiling radix_trie v0.2.1
27652024-11-14T16:38:16.480Z Compiling bcrypt-pbkdf v0.10.0
27662024-11-14T16:38:16.639Z Compiling ssh-cipher v0.2.0
27672024-11-14T16:38:17.016Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27682024-11-14T16:38:17.148Z Compiling zone_cfg_derive v0.1.2
27692024-11-14T16:38:17.269Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27702024-11-14T16:38:17.677Z Compiling parking_lot v0.11.2
27712024-11-14T16:38:18.033Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27722024-11-14T16:38:18.417Z Compiling password-hash v0.4.2
27732024-11-14T16:38:18.473Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
27742024-11-14T16:38:18.612Z Compiling gethostname v0.5.0
27752024-11-14T16:38:18.612Z Compiling fxhash v0.2.1
27762024-11-14T16:38:18.707Z Compiling base64 v0.13.1
27772024-11-14T16:38:18.855Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27782024-11-14T16:38:18.858Z Compiling matches v0.1.10
27792024-11-14T16:38:18.992Z Compiling idna v0.2.3
27802024-11-14T16:38:19.096Z Compiling pbkdf2 v0.11.0
27812024-11-14T16:38:19.201Z Compiling ron v0.7.1
27822024-11-14T16:38:19.221Z Compiling sled v0.34.7
27832024-11-14T16:38:19.300Z Compiling zone v0.1.8
27842024-11-14T16:38:19.358Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27852024-11-14T16:38:19.463Z Compiling xz2 v0.1.7
27862024-11-14T16:38:20.033Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27872024-11-14T16:38:20.723Z Compiling ssh-key v0.6.6
27882024-11-14T16:38:21.047Z Compiling hickory-client v0.24.1
27892024-11-14T16:38:21.622Z Compiling p256 v0.13.2
27902024-11-14T16:38:21.703Z Compiling p521 v0.13.3
27912024-11-14T16:38:21.706Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27922024-11-14T16:38:22.523Z Compiling hickory-server v0.24.1
27932024-11-14T16:38:22.574Z Compiling enum-as-inner v0.5.1
27942024-11-14T16:38:22.934Z Compiling pem v3.0.4
27952024-11-14T16:38:23.660Z Compiling yasna v0.5.2
27962024-11-14T16:38:23.766Z Compiling headers-core v0.3.0
27972024-11-14T16:38:23.949Z Compiling kstat-rs v0.2.4
27982024-11-14T16:38:24.147Z Compiling nanorand v0.7.0
27992024-11-14T16:38:24.640Z Compiling russh-cryptovec v0.7.3
28002024-11-14T16:38:24.835Z Compiling atty v0.2.14
28012024-11-14T16:38:24.837Z Compiling progenitor-macro v0.8.0
28022024-11-14T16:38:24.957Z Compiling md5 v0.7.0
28032024-11-14T16:38:24.983Z Compiling http-range v0.1.5
28042024-11-14T16:38:25.379Z Compiling russh-keys v0.45.0
28052024-11-14T16:38:25.428Z Compiling hyper-staticfile v0.10.1
28062024-11-14T16:38:25.470Z Compiling rcgen v0.12.1
28072024-11-14T16:38:25.501Z Compiling flume v0.11.1
28082024-11-14T16:38:25.622Z Compiling headers v0.4.0
28092024-11-14T16:38:26.283Z Compiling trust-dns-proto v0.22.0
28102024-11-14T16:38:26.642Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28112024-11-14T16:38:27.681Z Compiling num-bigint v0.4.6
28122024-11-14T16:38:28.009Z Compiling des v0.8.1
28132024-11-14T16:38:28.386Z Compiling subprocess v0.2.9
28142024-11-14T16:38:29.693Z Compiling dhcproto-macros v0.1.0
28152024-11-14T16:38:29.933Z Compiling hex-literal v0.4.1
28162024-11-14T16:38:30.117Z Compiling display-error-chain v0.2.2
28172024-11-14T16:38:30.392Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28182024-11-14T16:38:30.456Z Compiling internet-checksum v0.2.1
28192024-11-14T16:38:30.868Z Compiling russh v0.45.0
28202024-11-14T16:38:30.901Z Compiling dhcproto v0.12.0
28212024-11-14T16:38:35.988Z Compiling progenitor v0.8.0
28222024-11-14T16:38:36.141Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28232024-11-14T16:38:36.141Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28242024-11-14T16:38:36.144Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28252024-11-14T16:38:36.144Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28262024-11-14T16:38:36.178Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28272024-11-14T16:38:36.229Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28282024-11-14T16:38:36.231Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28292024-11-14T16:38:36.360Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28302024-11-14T16:38:37.172Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28312024-11-14T16:38:37.691Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28322024-11-14T16:38:41.128Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28332024-11-14T16:38:42.855Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28342024-11-14T16:38:52.399Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28352024-11-14T16:38:52.401Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28362024-11-14T16:38:52.401Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28372024-11-14T16:38:52.401Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28382024-11-14T16:38:55.779Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28392024-11-14T16:38:55.900Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28402024-11-14T16:38:56.881Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28412024-11-14T16:38:57.333Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28422024-11-14T16:38:57.543Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28432024-11-14T16:39:00.597Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28442024-11-14T16:39:01.383Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28452024-11-14T16:39:01.458Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28462024-11-14T16:39:02.401Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28472024-11-14T16:39:03.198Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28482024-11-14T16:39:03.297Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28492024-11-14T16:39:03.464Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28502024-11-14T16:39:04.366Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28512024-11-14T16:39:04.873Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28522024-11-14T16:39:05.348Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28532024-11-14T16:39:08.311Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28542024-11-14T16:39:08.539Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28552024-11-14T16:39:09.046Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28562024-11-14T16:39:10.711Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28572024-11-14T16:39:12.905Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28582024-11-14T16:39:12.972Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28592024-11-14T16:39:15.918Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28602024-11-14T16:39:16.287Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28612024-11-14T16:39:17.926Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28622024-11-14T16:39:20.905Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28632024-11-14T16:39:29.966Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28642024-11-14T16:39:31.353Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28652024-11-14T16:39:50.073Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28662024-11-14T16:40:22.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
28672024-11-14T16:40:22.490Z
28682024-11-14T16:40:22.494Zreal 2:36.016607087
28692024-11-14T16:40:22.494Zuser 12:06.081628006
28702024-11-14T16:40:22.494Zsys 2:34.955101869
28712024-11-14T16:40:22.494Ztrap 0.320049222
28722024-11-14T16:40:22.494Ztflt 0.799594730
28732024-11-14T16:40:22.494Zdflt 2.025543682
28742024-11-14T16:40:22.494Zkflt 0.000026832
28752024-11-14T16:40:22.494Zlock 25:10.318689801
28762024-11-14T16:40:22.494Zslp 43:24.871028532
28772024-11-14T16:40:22.494Zlat 34.186625887
28782024-11-14T16:40:22.494Zstop 1:25.503219948
28792024-11-14T16:40:22.494Z+ mkdir tests
28802024-11-14T16:40:22.497Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28812024-11-14T16:40:22.497Z+ xargs -I '{}' -t cp '{}' tests/
28822024-11-14T16:40:22.536Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f25fc174fad7a7b4 tests/
28832024-11-14T16:40:22.562Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-47185152e52e4d85 tests/
28842024-11-14T16:40:22.590Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-246df57fa2cbf807 tests/
28852024-11-14T16:40:22.616Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-113dd4db321a5b88 tests/
28862024-11-14T16:40:22.865Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
28872024-11-14T16:40:22.867Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-246df57fa2cbf807 tests/commtest-47185152e52e4d85 tests/dhcp_server-f25fc174fad7a7b4 tests/end_to_end_tests-113dd4db321a5b88 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
28882024-11-14T16:41:31.265ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
28892024-11-14T16:41:31.265Za .github/buildomat/ci-env.sh 1K
28902024-11-14T16:41:31.265Za out/target/test 1K
28912024-11-14T16:41:31.265Za out/npuzone/npuzone 23144K
28922024-11-14T16:41:31.265Za package-manifest.toml 32K
28932024-11-14T16:41:31.265Za smf/sled-agent/non-gimlet/config.toml 4K
28942024-11-14T16:41:31.265Za target/release/omicron-package 36276K
28952024-11-14T16:41:31.265Za target/release/xtask 11750K
28962024-11-14T16:41:31.265Za target/debug/bootstrap 209779K
28972024-11-14T16:41:31.265Za tests/bootstrap-246df57fa2cbf807 24246K
28982024-11-14T16:41:31.265Za tests/commtest-47185152e52e4d85 25022K
28992024-11-14T16:41:31.265Za tests/dhcp_server-f25fc174fad7a7b4 24246K
29002024-11-14T16:41:31.265Za tests/end_to_end_tests-113dd4db321a5b88 227883K
29012024-11-14T16:41:31.265Za out/clickhouse.tar.gz 250295K
29022024-11-14T16:41:31.265Za out/clickhouse_keeper.tar.gz 250285K
29032024-11-14T16:41:31.265Za out/clickhouse_server.tar.gz 250279K
29042024-11-14T16:41:31.265Za out/cockroachdb.tar.gz 134541K
29052024-11-14T16:41:31.265Za out/crucible-dtrace.tar 83K
29062024-11-14T16:41:31.265Za out/crucible-pantry-zone.tar.gz 28154K
29072024-11-14T16:41:31.265Za out/crucible-zone.tar.gz 36367K
29082024-11-14T16:41:31.265Za out/external-dns.tar.gz 35251K
29092024-11-14T16:41:31.265Za out/internal-dns.tar.gz 35250K
29102024-11-14T16:41:31.265Za out/mg-ddm-gz.tar 62661K
29112024-11-14T16:41:31.265Za out/nexus.tar.gz 100382K
29122024-11-14T16:41:31.265Za out/ntp.tar.gz 10343K
29132024-11-14T16:41:31.265Za out/omicron-gateway-softnpu.tar.gz 23855K
29142024-11-14T16:41:31.265Za out/omicron-sled-agent.tar 112555K
29152024-11-14T16:41:31.265Za out/overlay.tar.gz 3K
29162024-11-14T16:41:31.265Za out/oximeter.tar.gz 51614K
29172024-11-14T16:41:31.265Za out/oxlog.tar 3088K
29182024-11-14T16:41:31.265Za out/probe.tar.gz 2764K
29192024-11-14T16:41:31.265Za out/propolis-server.tar.gz 66584K
29202024-11-14T16:41:31.265Za out/pumpkind-gz.tar 26665K
29212024-11-14T16:41:31.265Za out/switch-softnpu.tar.gz 234550K
29222024-11-14T16:41:31.268Z
29232024-11-14T16:41:31.268Zreal 1:08.379589941
29242024-11-14T16:41:31.269Zuser 1:05.285305627
29252024-11-14T16:41:31.269Zsys 4.364530217
29262024-11-14T16:41:31.269Ztrap 0.017408923
29272024-11-14T16:41:31.269Ztflt 0.000000000
29282024-11-14T16:41:31.269Zdflt 0.000000000
29292024-11-14T16:41:31.269Zkflt 0.000000000
29302024-11-14T16:41:31.269Zlock 0.000000000
29312024-11-14T16:41:31.269Zslp 1:05.150477769
29322024-11-14T16:41:31.269Zlat 1.935696788
29332024-11-14T16:41:31.269Zstop 0.000652179
29342024-11-14T16:41:31.271Zprocess exited: duration 1975588 ms, exit code 0
 
29352024-11-14T16:41:31.285Zfound 1 output files
29362024-11-14T16:41:31.285Zuploading: /work/package.tar.gz (1766472202 bytes)
29372024-11-14T16:42:09.267Zuploaded: /work/package.tar.gz