01JD0TQF3QB1AG90KCH5DJXSVB: 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: 01JD0TQSS218M843E1653G37ET

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-18T23:47:36.780Zjob assigned to worker 01JD0TR0S9PNJGWGJT05HQ78HG [factory aws, i-082d93de8b304c8a4] (queued for 51 s)
 
22024-11-18T23:47:44.481Zstarting task 0: "setup"
32024-11-18T23:47:44.490Z++ uname -s
42024-11-18T23:47:44.492Z+ kern=SunOS
52024-11-18T23:47:44.492Z+ case "$kern" in
62024-11-18T23:47:44.492Z+ groupadd -g 12345 build
72024-11-18T23:47:44.495Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-18T23:47:46.504Z+ zfs create -o mountpoint=/work rpool/work
92024-11-18T23:47:46.559Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-18T23:47:46.562Z+ home_fs=zfs
112024-11-18T23:47:46.562Z+ [[ zfs == autofs ]]
122024-11-18T23:47:46.562Z+ mkdir -p /home/build
132024-11-18T23:47:46.564Z+ chown build:build /home/build /work
142024-11-18T23:47:48.566Z+ chmod 0700 /home/build /work
152024-11-18T23:47:48.569Zprocess exited: duration 4089 ms, exit code 0
 
162024-11-18T23:47:48.573Zstarting task 1: "rust-toolchain"
172024-11-18T23:47:48.579Z+ printf ' * toolchain channel = "%s"
182024-11-18T23:47:48.579Z' 1.81.0
192024-11-18T23:47:48.579Z+ printf ' * toolchain profile = "%s"
202024-11-18T23:47:48.579Z' default
212024-11-18T23:47:48.579Z * toolchain channel = "1.81.0"
222024-11-18T23:47:48.579Z * toolchain profile = "default"
232024-11-18T23:47:48.581Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-18T23:47:48.581Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-18T23:47:48.687Zinfo: downloading installer
262024-11-18T23:47:49.819Zinfo: profile set to 'default'
272024-11-18T23:47:49.819Zinfo: default host triple is x86_64-unknown-illumos
282024-11-18T23:47:49.821Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-18T23:47:49.958Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-18T23:47:49.958Zinfo: downloading component 'cargo'
312024-11-18T23:47:50.644Zinfo: downloading component 'clippy'
322024-11-18T23:47:50.899Zinfo: downloading component 'rust-docs'
332024-11-18T23:47:51.856Zinfo: downloading component 'rust-std'
342024-11-18T23:47:53.346Zinfo: downloading component 'rustc'
352024-11-18T23:47:58.670Zinfo: downloading component 'rustfmt'
362024-11-18T23:47:58.871Zinfo: installing component 'cargo'
372024-11-18T23:47:59.667Zinfo: installing component 'clippy'
382024-11-18T23:48:00.024Zinfo: installing component 'rust-docs'
392024-11-18T23:48:01.638Zinfo: installing component 'rust-std'
402024-11-18T23:48:03.386Zinfo: installing component 'rustc'
412024-11-18T23:48:09.003Zinfo: installing component 'rustfmt'
422024-11-18T23:48:09.321Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-18T23:48:09.321Z
442024-11-18T23:48:09.689Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-18T23:48:09.689Z
462024-11-18T23:48:09.691Z
472024-11-18T23:48:09.691ZRust is installed now. Great!
482024-11-18T23:48:09.691Z
492024-11-18T23:48:09.691ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-18T23:48:09.691Zenvironment variable. This has not been done automatically.
512024-11-18T23:48:09.691Z
522024-11-18T23:48:09.691ZTo configure your current shell, you need to source
532024-11-18T23:48:09.691Zthe corresponding env file under $HOME/.cargo.
542024-11-18T23:48:09.691Z
552024-11-18T23:48:09.691ZThis is usually done by running one of the following (note the leading DOT):
562024-11-18T23:48:09.691Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-18T23:48:09.691Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-18T23:48:09.764Z+ rustc --version
592024-11-18T23:48:09.829Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-18T23:48:09.832Zprocess exited: duration 21257 ms, exit code 0
 
612024-11-18T23:48:09.838Zstarting task 2: "authentication"
622024-11-18T23:48:09.859Zprocess exited: duration 21 ms, exit code 0
 
632024-11-18T23:48:09.864Zstarting task 3: "clone repository"
642024-11-18T23:48:09.870Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-18T23:48:09.872Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-18T23:48:10.001ZCloning into '/work/oxidecomputer/omicron'...
672024-11-18T23:48:17.834Z+ cd /work/oxidecomputer/omicron
682024-11-18T23:48:17.834Z+ git fetch origin da1637621a1973a4a5c893cb9d3a3deeac5c7f11
692024-11-18T23:48:18.123ZFrom https://github.com/oxidecomputer/omicron
702024-11-18T23:48:18.123Z * branch da1637621a1973a4a5c893cb9d3a3deeac5c7f11 -> FETCH_HEAD
712024-11-18T23:48:18.133Z+ [[ -n clarify-dataset-function-name ]]
722024-11-18T23:48:18.135Z++ git branch --show-current
732024-11-18T23:48:18.137Z+ current=main
742024-11-18T23:48:18.137Z+ [[ main != clarify-dataset-function-name ]]
752024-11-18T23:48:18.137Z+ git branch -f clarify-dataset-function-name da1637621a1973a4a5c893cb9d3a3deeac5c7f11
762024-11-18T23:48:18.141Z+ git checkout -f clarify-dataset-function-name
772024-11-18T23:48:18.313ZSwitched to branch 'clarify-dataset-function-name'
782024-11-18T23:48:18.316Z+ git reset --hard da1637621a1973a4a5c893cb9d3a3deeac5c7f11
792024-11-18T23:48:18.480ZHEAD is now at da1637621 Clarify sled-agent method related to datasets
802024-11-18T23:48:18.482Zprocess exited: duration 8616 ms, exit code 0
 
812024-11-18T23:48:18.487Zstarting task 4: "build"
822024-11-18T23:48:18.493Z+ source .github/buildomat/ci-env.sh
832024-11-18T23:48:18.493Z++ export CARGO_TERM_COLOR=always
842024-11-18T23:48:18.495Z++ CARGO_TERM_COLOR=always
852024-11-18T23:48:18.495Z+ cargo --version
862024-11-18T23:48:18.551Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-18T23:48:18.553Z+ rustc --version
882024-11-18T23:48:18.616Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-18T23:48:18.619Z+ WORK=/work
902024-11-18T23:48:18.619Z+ pfexec mkdir -p /work
912024-11-18T23:48:18.623Z+ pfexec chown build /work
922024-11-18T23:48:18.626Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-18T23:48:26.169Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-18T23:48:29.972Z Startup: Caching catalogs ... Done
952024-11-18T23:48:38.702ZPlanning: Solver setup ... Done (7.962s)
962024-11-18T23:48:38.811ZPlanning: Running solver ... Done (0.110s)
972024-11-18T23:48:39.022ZPlanning: Finding local manifests ... Done (0.122s)
982024-11-18T23:48:39.034ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-18T23:48:39.665ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-18T23:48:39.963ZPlanning: Package planning ... Done (0.298s)
1012024-11-18T23:48:40.019ZPlanning: Merging actions ... Done (0.055s)
1022024-11-18T23:48:40.657ZPlanning: Checking for conflicting actions ... Done (0.638s)
1032024-11-18T23:48:46.725ZPlanning: Consolidating action changes ... Done (6.066s)
1042024-11-18T23:48:47.130ZPlanning: Evaluating mediators ... Done (0.406s)
1052024-11-18T23:48:47.305ZPlanning: Planning completed in 17.24 seconds
1062024-11-18T23:48:47.321Z Packages to install: 4
1072024-11-18T23:48:47.321Z Packages to update: 1
1082024-11-18T23:48:47.323Z Mediators to change: 2
1092024-11-18T23:48:47.324Z Services to change: 1
1102024-11-18T23:48:47.324Z Estimated space available: 155.64 GB
1112024-11-18T23:48:47.324ZEstimated space to be consumed: 1.60 GB
1122024-11-18T23:48:47.324Z Create boot environment: No
1132024-11-18T23:48:47.324ZCreate backup boot environment: Yes
1142024-11-18T23:48:47.324Z Rebuild boot archive: No
1152024-11-18T23:48:47.324Z
1162024-11-18T23:48:47.324ZChanged mediators:
1172024-11-18T23:48:47.324Z mediator clang:
1182024-11-18T23:48:47.324Z version: None -> 15 (system default)
1192024-11-18T23:48:47.325Z
1202024-11-18T23:48:47.325Z mediator llvm:
1212024-11-18T23:48:47.325Z version: 14 (system default) -> 15 (system default)
1222024-11-18T23:48:47.325Z
1232024-11-18T23:48:47.325ZChanged packages:
1242024-11-18T23:48:47.325Zhelios-dev
1252024-11-18T23:48:47.325Z developer/build-essential
1262024-11-18T23:48:47.325Z None -> 11-2.0
1272024-11-18T23:48:47.326Z library/libxmlsec1
1282024-11-18T23:48:47.326Z None -> 1.2.35-2.0
1292024-11-18T23:48:47.326Z ooce/developer/clang-15
1302024-11-18T23:48:47.326Z None -> 15.0.7-2.0
1312024-11-18T23:48:47.326Z ooce/developer/llvm-15
1322024-11-18T23:48:47.326Z None -> 15.0.7-2.0
1332024-11-18T23:48:47.326Z package/pkg
1342024-11-18T23:48:47.326Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-18T23:48:47.326Z
1362024-11-18T23:48:47.326ZServices:
1372024-11-18T23:48:47.326Z restart_fmri:
1382024-11-18T23:48:47.326Z svc:/system/update-man-index:default
1392024-11-18T23:48:47.326Z
1402024-11-18T23:48:47.326ZEditable files to change:
1412024-11-18T23:48:47.326Z Update:
1422024-11-18T23:48:47.326Z usr/share/lib/pkg/web/config.shtml
1432024-11-18T23:48:47.568Z
1442024-11-18T23:48:47.568ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-18T23:48:53.200ZDownload: 1198/4281 items 75.5/220.6MB 34% complete (15.6M/s)
1462024-11-18T23:48:58.200ZDownload: 2964/4281 items 121.2/220.6MB 54% complete (12.2M/s)
1472024-11-18T23:49:03.202ZDownload: 4005/4281 items 218.3/220.6MB 98% complete (14.3M/s)
1482024-11-18T23:49:04.943ZDownload: Completed 220.60 MB in 17.37 seconds (12.7M/s)
1492024-11-18T23:49:07.056Z Actions: 1/5063 actions (Removing old actions)
1502024-11-18T23:49:07.075Z Actions: 194/5063 actions (Installing new actions)
1512024-11-18T23:49:12.135Z Actions: 4083/5063 actions (Installing new actions)
1522024-11-18T23:49:12.623Z Actions: 4226/5063 actions (Updating modified actions)
1532024-11-18T23:49:13.051Z Actions: Completed 5063 actions in 5.99 seconds.
1542024-11-18T23:49:13.268Z Done (0.209s)
1552024-11-18T23:49:13.271Z Done (0.000s)
1562024-11-18T23:49:13.800Z Done (0.529s)
1572024-11-18T23:49:19.933Z Done (5.924s)
1582024-11-18T23:49:20.261Z Done (0.254s)
1592024-11-18T23:49:20.264Z Done (0.000s)
1602024-11-18T23:49:20.426Z Done (0.000s)
1612024-11-18T23:49:21.097ZPlanning: Evaluating mediator changes ... Done
1622024-11-18T23:49:21.258ZPlanning: Checking for conflicting actions ... Done
1632024-11-18T23:49:21.260ZPlanning: Consolidating action changes ... Done
1642024-11-18T23:49:21.535ZPlanning: Evaluating mediators ... Done
1652024-11-18T23:49:21.537ZPlanning: Planning completed in 0.44 seconds
1662024-11-18T23:49:21.573Z Mediators to change: 2
1672024-11-18T23:49:21.573Z Create boot environment: No
1682024-11-18T23:49:21.575ZCreate backup boot environment: No
1692024-11-18T23:49:21.650Z Done
1702024-11-18T23:49:21.650Z Done
1712024-11-18T23:49:22.018Z Done
1722024-11-18T23:49:25.654Z Done
1732024-11-18T23:49:25.747Z Done
1742024-11-18T23:49:25.749Z Done
1752024-11-18T23:49:25.866Z Done
1762024-11-18T23:49:26.476ZPlanning: Evaluating mediator changes ... Done
1772024-11-18T23:49:26.478ZPlanning: Merging actions ... Done
1782024-11-18T23:49:26.665ZPlanning: Checking for conflicting actions ... Done
1792024-11-18T23:49:26.668ZPlanning: Consolidating action changes ... Done
1802024-11-18T23:49:26.936ZPlanning: Evaluating mediators ... Done
1812024-11-18T23:49:26.991ZPlanning: Planning completed in 0.76 seconds
1822024-11-18T23:49:27.032Z Packages to change: 1
1832024-11-18T23:49:27.032Z Mediators to change: 1
1842024-11-18T23:49:27.034Z Services to change: 1
1852024-11-18T23:49:27.034Z Create boot environment: No
1862024-11-18T23:49:27.034ZCreate backup boot environment: Yes
1872024-11-18T23:49:29.102Z Actions: 1/6 actions (Updating modified actions)
1882024-11-18T23:49:29.106Z Actions: Completed 6 actions in 0.00 seconds.
1892024-11-18T23:49:29.106Z Done
1902024-11-18T23:49:29.106Z Done
1912024-11-18T23:49:29.211Z Done
1922024-11-18T23:49:32.831Z Done
1932024-11-18T23:49:32.927Z Done
1942024-11-18T23:49:32.930Z Done
1952024-11-18T23:49:33.050Z Done
1962024-11-18T23:49:33.490ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972024-11-18T23:49:33.490Zclang system 15 system
1982024-11-18T23:49:33.490Zcsh system system illumos
1992024-11-18T23:49:33.490Zctags system system illumos
2002024-11-18T23:49:33.490Zgcc vendor 12 vendor
2012024-11-18T23:49:33.490Zgcc system 10 system
2022024-11-18T23:49:33.490Zgcc system 7 system
2032024-11-18T23:49:33.490Zgo system 1.20 system
2042024-11-18T23:49:33.490Zgo system 1.19 system
2052024-11-18T23:49:33.490Zllvm system 15 system
2062024-11-18T23:49:33.490Zllvm system 14 system
2072024-11-18T23:49:33.490Zmariadb system 10.6 system
2082024-11-18T23:49:33.490Zmta vendor vendor dma
2092024-11-18T23:49:33.490Zopenjdk system 17 system
2102024-11-18T23:49:33.490Zopenjdk system 11 system
2112024-11-18T23:49:33.490Zopenjdk system 1.8 system
2122024-11-18T23:49:33.490Zopenssl vendor 3 vendor
2132024-11-18T23:49:33.490Zperl system 5.36 system
2142024-11-18T23:49:33.490Zpostgresql system 15 system
2152024-11-18T23:49:33.490Zpostgresql system 13 system
2162024-11-18T23:49:33.490Zpython vendor 3 vendor
2172024-11-18T23:49:33.490Zpython system 2 system
2182024-11-18T23:49:33.490Zpython3 system 3.11 system
2192024-11-18T23:49:33.490Zruby system 3.0 system
2202024-11-18T23:49:33.490Zwords vendor vendor american-english
2212024-11-18T23:49:33.491Zwords system system australian-english
2222024-11-18T23:49:33.491Zwords system system british-english
2232024-11-18T23:49:33.491Zwords system system canadian-english
2242024-11-18T23:49:33.491Zwords system system french
2252024-11-18T23:49:33.491Zwords system system italian
2262024-11-18T23:49:33.491Zwords system system ngerman
2272024-11-18T23:49:33.491Zwords system system ogerman
2282024-11-18T23:49:33.491Zwords system system spanish
2292024-11-18T23:49:33.825ZPUBLISHER TYPE STATUS P LOCATION
2302024-11-18T23:49:33.825Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2312024-11-18T23:49:36.379ZFMRI IFO
2322024-11-18T23:49:36.379Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2332024-11-18T23:49:36.379Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2342024-11-18T23:49:36.379Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2352024-11-18T23:49:36.379Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2362024-11-18T23:49:36.379Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2372024-11-18T23:49:36.379Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2382024-11-18T23:49:36.379Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2392024-11-18T23:49:36.379Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2402024-11-18T23:49:36.379Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2412024-11-18T23:49:36.379Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2422024-11-18T23:49:36.379Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2432024-11-18T23:49:36.379Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2442024-11-18T23:49:36.379Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2452024-11-18T23:49:36.379Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2462024-11-18T23:49:36.379Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2472024-11-18T23:49:37.110Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2482024-11-18T23:49:37.406Z Updating crates.io index
2492024-11-18T23:49:37.470Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502024-11-18T23:49:38.267Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2512024-11-18T23:49:38.523Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522024-11-18T23:49:38.825Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2532024-11-18T23:49:39.087Z Updating git repository `https://github.com/oxidecomputer/propolis`
2542024-11-18T23:49:39.923Z Updating git repository `https://github.com/oxidecomputer/crucible`
2552024-11-18T23:49:42.177Z Updating git repository `https://github.com/oxidecomputer/opte`
2562024-11-18T23:49:43.263Z Updating git repository `https://github.com/oxidecomputer/falcon`
2572024-11-18T23:49:43.937Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582024-11-18T23:49:44.181Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2592024-11-18T23:49:44.535Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2602024-11-18T23:49:45.094Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2612024-11-18T23:49:45.436Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622024-11-18T23:49:45.752Z Updating git repository `https://github.com/oxidecomputer/tofino`
2632024-11-18T23:49:45.983Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642024-11-18T23:49:46.235Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652024-11-18T23:49:46.454Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662024-11-18T23:49:46.698Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2672024-11-18T23:49:47.022Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682024-11-18T23:49:47.292Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2692024-11-18T23:49:47.678Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2702024-11-18T23:49:48.144Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2712024-11-18T23:49:48.428Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722024-11-18T23:49:48.838Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732024-11-18T23:49:49.255Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742024-11-18T23:49:49.583Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752024-11-18T23:49:49.877Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762024-11-18T23:49:51.263Z Downloading crates ...
2772024-11-18T23:49:51.320Z Downloaded toml_edit v0.22.22
2782024-11-18T23:49:51.353Z Downloaded bytecount v0.6.8
2792024-11-18T23:49:51.381Z Downloaded anstyle-parse v0.2.5
2802024-11-18T23:49:51.381Z Downloaded anyhow v1.0.93
2812024-11-18T23:49:51.381Z Downloaded bitflags v2.6.0
2822024-11-18T23:49:51.381Z Downloaded anstyle-query v1.1.1
2832024-11-18T23:49:51.382Z Downloaded anstream v0.6.15
2842024-11-18T23:49:51.382Z Downloaded cargo-platform v0.1.8
2852024-11-18T23:49:51.382Z Downloaded camino-tempfile v1.1.1
2862024-11-18T23:49:51.382Z Downloaded camino v1.1.9
2872024-11-18T23:49:51.382Z Downloaded block-buffer v0.10.4
2882024-11-18T23:49:51.382Z Downloaded autocfg v1.4.0
2892024-11-18T23:49:51.382Z Downloaded anstyle v1.0.10
2902024-11-18T23:49:51.382Z Downloaded byteorder v1.5.0
2912024-11-18T23:49:51.415Z Downloaded fastrand v2.1.1
2922024-11-18T23:49:51.490Z Downloaded cfg-if v1.0.0
2932024-11-18T23:49:51.490Z Downloaded fnv v1.0.7
2942024-11-18T23:49:51.491Z Downloaded errno v0.3.9
2952024-11-18T23:49:51.491Z Downloaded crypto-common v0.1.6
2962024-11-18T23:49:51.491Z Downloaded pest_meta v2.7.14
2972024-11-18T23:49:51.491Z Downloaded heck v0.5.0
2982024-11-18T23:49:51.491Z Downloaded generic-array v0.14.7
2992024-11-18T23:49:51.491Z Downloaded clap v4.5.21
3002024-11-18T23:49:51.492Z Downloaded heck v0.4.1
3012024-11-18T23:49:51.492Z Downloaded memchr v2.7.4
3022024-11-18T23:49:51.492Z Downloaded colorchoice v1.0.2
3032024-11-18T23:49:51.492Z Downloaded equivalent v1.0.1
3042024-11-18T23:49:51.492Z Downloaded serde_tokenstream v0.2.2
3052024-11-18T23:49:51.492Z Downloaded dtrace-parser v0.2.0
3062024-11-18T23:49:51.493Z Downloaded proc-macro-error-attr v1.0.4
3072024-11-18T23:49:51.493Z Downloaded hashbrown v0.15.0
3082024-11-18T23:49:51.493Z Downloaded fs-err v2.11.0
3092024-11-18T23:49:51.493Z Downloaded pretty-hex v0.4.1
3102024-11-18T23:49:51.493Z Downloaded dof v0.3.0
3112024-11-18T23:49:51.494Z Downloaded cpufeatures v0.2.14
3122024-11-18T23:49:51.494Z Downloaded swrite v0.1.0
3132024-11-18T23:49:51.538Z Downloaded pest_derive v2.7.14
3142024-11-18T23:49:51.538Z Downloaded pest_generator v2.7.14
3152024-11-18T23:49:51.538Z Downloaded memmap v0.7.0
3162024-11-18T23:49:51.539Z Downloaded macaddr v1.0.1
3172024-11-18T23:49:51.539Z Downloaded digest v0.10.7
3182024-11-18T23:49:51.539Z Downloaded itoa v1.0.11
3192024-11-18T23:49:51.539Z Downloaded is_terminal_polyfill v1.70.1
3202024-11-18T23:49:51.539Z Downloaded usdt-macro v0.5.0
3212024-11-18T23:49:51.539Z Downloaded scroll_derive v0.12.0
3222024-11-18T23:49:51.539Z Downloaded usdt-attr-macro v0.5.0
3232024-11-18T23:49:51.539Z Downloaded scroll v0.12.0
3242024-11-18T23:49:51.539Z Downloaded clap_lex v0.7.2
3252024-11-18T23:49:51.540Z Downloaded unicode-linebreak v0.1.5
3262024-11-18T23:49:51.540Z Downloaded clap_derive v4.5.18
3272024-11-18T23:49:51.540Z Downloaded cargo_toml v0.20.5
3282024-11-18T23:49:51.540Z Downloaded terminal_size v0.4.0
3292024-11-18T23:49:51.540Z Downloaded tabled_derive v0.7.0
3302024-11-18T23:49:51.540Z Downloaded strsim v0.11.1
3312024-11-18T23:49:51.540Z Downloaded serde_spanned v0.6.8
3322024-11-18T23:49:51.540Z Downloaded cargo_metadata v0.18.1
3332024-11-18T23:49:51.540Z Downloaded usdt-impl v0.5.0
3342024-11-18T23:49:51.541Z Downloaded thiserror-impl v1.0.69
3352024-11-18T23:49:51.541Z Downloaded toml_datetime v0.6.8
3362024-11-18T23:49:51.541Z Downloaded thread-id v4.2.2
3372024-11-18T23:49:51.541Z Downloaded thiserror v1.0.69
3382024-11-18T23:49:51.541Z Downloaded version_check v0.9.5
3392024-11-18T23:49:51.541Z Downloaded utf8parse v0.2.2
3402024-11-18T23:49:51.541Z Downloaded usdt v0.5.0
3412024-11-18T23:49:51.542Z Downloaded tempfile v3.13.0
3422024-11-18T23:49:51.542Z Downloaded smawk v0.3.2
3432024-11-18T23:49:51.542Z Downloaded semver v1.0.23
3442024-11-18T23:49:51.542Z Downloaded quote v1.0.37
3452024-11-18T23:49:51.542Z Downloaded proc-macro-error v1.0.4
3462024-11-18T23:49:51.564Z Downloaded zerocopy-derive v0.7.35
3472024-11-18T23:49:51.564Z Downloaded sha2 v0.10.8
3482024-11-18T23:49:51.564Z Downloaded ucd-trie v0.1.7
3492024-11-18T23:49:51.564Z Downloaded ryu v1.0.18
3502024-11-18T23:49:51.565Z Downloaded proc-macro2 v1.0.89
3512024-11-18T23:49:51.565Z Downloaded once_cell v1.20.2
3522024-11-18T23:49:51.565Z Downloaded typenum v1.17.0
3532024-11-18T23:49:51.565Z Downloaded textwrap v0.16.1
3542024-11-18T23:49:51.566Z Downloaded log v0.4.22
3552024-11-18T23:49:51.566Z Downloaded unicode-ident v1.0.13
3562024-11-18T23:49:51.566Z Downloaded toml v0.8.19
3572024-11-18T23:49:51.566Z Downloaded serde_derive v1.0.215
3582024-11-18T23:49:51.566Z Downloaded plain v0.2.3
3592024-11-18T23:49:51.567Z Downloaded indexmap v2.6.0
3602024-11-18T23:49:51.567Z Downloaded papergrid v0.11.0
3612024-11-18T23:49:51.603Z Downloaded serde v1.0.215
3622024-11-18T23:49:51.613Z Downloaded clap_builder v4.5.21
3632024-11-18T23:49:51.613Z Downloaded pest v2.7.14
3642024-11-18T23:49:51.613Z Downloaded zerocopy v0.7.35
3652024-11-18T23:49:51.622Z Downloaded winnow v0.6.20
3662024-11-18T23:49:51.629Z Downloaded serde_json v1.0.132
3672024-11-18T23:49:51.637Z Downloaded tabled v0.15.0
3682024-11-18T23:49:51.644Z Downloaded goblin v0.8.2
3692024-11-18T23:49:51.649Z Downloaded syn v2.0.87
3702024-11-18T23:49:51.659Z Downloaded syn v1.0.109
3712024-11-18T23:49:51.668Z Downloaded unicode-width v0.1.14
3722024-11-18T23:49:51.682Z Downloaded rustix v0.38.37
3732024-11-18T23:49:51.709Z Downloaded libc v0.2.162
3742024-11-18T23:49:52.014Z Compiling proc-macro2 v1.0.89
3752024-11-18T23:49:52.014Z Compiling unicode-ident v1.0.13
3762024-11-18T23:49:52.018Z Compiling serde v1.0.215
3772024-11-18T23:49:52.018Z Compiling version_check v0.9.5
3782024-11-18T23:49:52.018Z Compiling thiserror v1.0.69
3792024-11-18T23:49:52.018Z Compiling memchr v2.7.4
3802024-11-18T23:49:52.018Z Compiling libc v0.2.162
3812024-11-18T23:49:52.048Z Compiling ryu v1.0.18
3822024-11-18T23:49:52.298Z Compiling ucd-trie v0.1.7
3832024-11-18T23:49:52.495Z Compiling itoa v1.0.11
3842024-11-18T23:49:52.751Z Compiling once_cell v1.20.2
3852024-11-18T23:49:52.890Z Compiling byteorder v1.5.0
3862024-11-18T23:49:52.939Z Compiling serde_json v1.0.132
3872024-11-18T23:49:52.983Z Compiling rustix v0.38.37
3882024-11-18T23:49:53.379Z Compiling bitflags v2.6.0
3892024-11-18T23:49:53.382Z Compiling usdt-impl v0.5.0
3902024-11-18T23:49:53.725Z Compiling proc-macro-error-attr v1.0.4
3912024-11-18T23:49:53.748Z Compiling syn v1.0.109
3922024-11-18T23:49:53.848Z Compiling quote v1.0.37
3932024-11-18T23:49:53.957Z Compiling proc-macro-error v1.0.4
3942024-11-18T23:49:54.058Z Compiling utf8parse v0.2.2
3952024-11-18T23:49:54.080Z Compiling plain v0.2.3
3962024-11-18T23:49:54.221Z Compiling syn v2.0.87
3972024-11-18T23:49:54.221Z Compiling hashbrown v0.15.0
3982024-11-18T23:49:54.270Z Compiling errno v0.3.9
3992024-11-18T23:49:54.419Z Compiling camino v1.1.9
4002024-11-18T23:49:54.545Z Compiling equivalent v1.0.1
4012024-11-18T23:49:54.549Z Compiling log v0.4.22
4022024-11-18T23:49:54.812Z Compiling thread-id v4.2.2
4032024-11-18T23:49:54.986Z Compiling anstyle-parse v0.2.5
4042024-11-18T23:49:55.196Z Compiling anstyle-query v1.1.1
4052024-11-18T23:49:55.324Z Compiling winnow v0.6.20
4062024-11-18T23:49:55.363Z Compiling unicode-width v0.1.14
4072024-11-18T23:49:55.423Z Compiling indexmap v2.6.0
4082024-11-18T23:49:55.453Z Compiling is_terminal_polyfill v1.70.1
4092024-11-18T23:49:55.575Z Compiling colorchoice v1.0.2
4102024-11-18T23:49:55.702Z Compiling pretty-hex v0.4.1
4112024-11-18T23:49:55.732Z Compiling anstyle v1.0.10
4122024-11-18T23:49:55.852Z Compiling autocfg v1.4.0
4132024-11-18T23:49:55.886Z Compiling semver v1.0.23
4142024-11-18T23:49:56.208Z Compiling anstream v0.6.15
4152024-11-18T23:49:56.747Z Compiling terminal_size v0.4.0
4162024-11-18T23:49:56.958Z Compiling bytecount v0.6.8
4172024-11-18T23:49:57.042Z Compiling strsim v0.11.1
4182024-11-18T23:49:57.124Z Compiling fs-err v2.11.0
4192024-11-18T23:49:57.217Z Compiling heck v0.4.1
4202024-11-18T23:49:57.354Z Compiling anyhow v1.0.93
4212024-11-18T23:49:57.460Z Compiling clap_lex v0.7.2
4222024-11-18T23:49:57.519Z Compiling fastrand v2.1.1
4232024-11-18T23:49:57.878Z Compiling cfg-if v1.0.0
4242024-11-18T23:49:57.922Z Compiling heck v0.5.0
4252024-11-18T23:49:57.955Z Compiling fnv v1.0.7
4262024-11-18T23:49:58.068Z Compiling tempfile v3.13.0
4272024-11-18T23:49:58.198Z Compiling papergrid v0.11.0
4282024-11-18T23:49:58.434Z Compiling clap_builder v4.5.21
4292024-11-18T23:49:58.543Z Compiling memmap v0.7.0
4302024-11-18T23:49:58.666Z Compiling unicode-linebreak v0.1.5
4312024-11-18T23:49:58.904Z Compiling smawk v0.3.2
4322024-11-18T23:49:59.059Z Compiling textwrap v0.16.1
4332024-11-18T23:49:59.100Z Compiling swrite v0.1.0
4342024-11-18T23:50:00.350Z Compiling tabled_derive v0.7.0
4352024-11-18T23:50:01.904Z Compiling tabled v0.15.0
4362024-11-18T23:50:03.253Z Compiling serde_derive v1.0.215
4372024-11-18T23:50:03.256Z Compiling thiserror-impl v1.0.69
4382024-11-18T23:50:03.256Z Compiling zerocopy-derive v0.7.35
4392024-11-18T23:50:03.278Z Compiling scroll_derive v0.12.0
4402024-11-18T23:50:03.626Z Compiling clap_derive v4.5.18
4412024-11-18T23:50:04.797Z Compiling scroll v0.12.0
4422024-11-18T23:50:05.287Z Compiling goblin v0.8.2
4432024-11-18T23:50:05.376Z Compiling zerocopy v0.7.35
4442024-11-18T23:50:07.142Z Compiling clap v4.5.21
4452024-11-18T23:50:08.595Z Compiling pest v2.7.14
4462024-11-18T23:50:10.250Z Compiling pest_meta v2.7.14
4472024-11-18T23:50:11.481Z Compiling pest_generator v2.7.14
4482024-11-18T23:50:12.959Z Compiling pest_derive v2.7.14
4492024-11-18T23:50:13.133Z Compiling serde_tokenstream v0.2.2
4502024-11-18T23:50:13.208Z Compiling serde_spanned v0.6.8
4512024-11-18T23:50:13.305Z Compiling toml_datetime v0.6.8
4522024-11-18T23:50:13.597Z Compiling toml_edit v0.22.22
4532024-11-18T23:50:13.655Z Compiling dtrace-parser v0.2.0
4542024-11-18T23:50:13.722Z Compiling cargo-platform v0.1.8
4552024-11-18T23:50:13.821Z Compiling macaddr v1.0.1
4562024-11-18T23:50:14.256Z Compiling camino-tempfile v1.1.1
4572024-11-18T23:50:14.843Z Compiling dof v0.3.0
4582024-11-18T23:50:14.894Z Compiling cargo_metadata v0.18.1
4592024-11-18T23:50:16.536Z Compiling usdt-macro v0.5.0
4602024-11-18T23:50:16.536Z Compiling usdt-attr-macro v0.5.0
4612024-11-18T23:50:16.609Z Compiling toml v0.8.19
4622024-11-18T23:50:17.465Z Compiling cargo_toml v0.20.5
4632024-11-18T23:50:17.912Z Compiling usdt v0.5.0
4642024-11-18T23:50:21.017Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652024-11-18T23:50:25.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.23s
4662024-11-18T23:50:25.373Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4672024-11-18T23:50:25.890Z Downloading crates ...
4682024-11-18T23:50:26.040Z Downloaded hyper-util v0.1.10
4692024-11-18T23:50:26.044Z Downloaded hex-literal v0.4.1
4702024-11-18T23:50:26.047Z Downloaded matches v0.1.10
4712024-11-18T23:50:26.047Z Downloaded httparse v1.9.5
4722024-11-18T23:50:26.049Z Downloaded linear-map v1.2.0
4732024-11-18T23:50:26.052Z Downloaded hickory-resolver v0.24.1
4742024-11-18T23:50:26.057Z Downloaded heapless v0.7.17
4752024-11-18T23:50:26.060Z Downloaded heck v0.3.3
4762024-11-18T23:50:26.062Z Downloaded darling v0.20.10
4772024-11-18T23:50:26.065Z Downloaded aead v0.5.2
4782024-11-18T23:50:26.068Z Downloaded headers-core v0.3.0
4792024-11-18T23:50:26.068Z Downloaded heapless v0.8.0
4802024-11-18T23:50:26.072Z Downloaded arrayref v0.3.9
4812024-11-18T23:50:26.074Z Downloaded ahash v0.8.11
4822024-11-18T23:50:26.077Z Downloaded assert_matches v1.5.0
4832024-11-18T23:50:26.085Z Downloaded async-bb8-diesel v0.2.1
4842024-11-18T23:50:26.087Z Downloaded aes v0.8.4
4852024-11-18T23:50:26.091Z Downloaded atty v0.2.14
4862024-11-18T23:50:26.093Z Downloaded ascii-canvas v3.0.0
4872024-11-18T23:50:26.095Z Downloaded atomicwrites v0.4.4
4882024-11-18T23:50:26.095Z Downloaded async-stream-impl v0.3.6
4892024-11-18T23:50:26.098Z Downloaded atomic-waker v1.1.2
4902024-11-18T23:50:26.101Z Downloaded async-trait v0.1.83
4912024-11-18T23:50:26.103Z Downloaded argon2 v0.5.3
4922024-11-18T23:50:26.106Z Downloaded async-stream v0.3.6
4932024-11-18T23:50:26.109Z Downloaded allocator-api2 v0.2.18
4942024-11-18T23:50:26.111Z Downloaded addr2line v0.24.2
4952024-11-18T23:50:26.113Z Downloaded http-range v0.1.5
4962024-11-18T23:50:26.115Z Downloaded highway v1.2.0
4972024-11-18T23:50:26.118Z Downloaded hostname v0.3.1
4982024-11-18T23:50:26.121Z Downloaded home v0.5.9
4992024-11-18T23:50:26.121Z Downloaded httpdate v1.0.3
5002024-11-18T23:50:26.121Z Downloaded hmac v0.12.1
5012024-11-18T23:50:26.124Z Downloaded async-recursion v1.1.1
5022024-11-18T23:50:26.127Z Downloaded http-body-util v0.1.2
5032024-11-18T23:50:26.130Z Downloaded arrayvec v0.7.6
5042024-11-18T23:50:26.132Z Downloaded hickory-server v0.24.1
5052024-11-18T23:50:26.137Z Downloaded buf-list v1.0.3
5062024-11-18T23:50:26.140Z Downloaded hickory-client v0.24.1
5072024-11-18T23:50:26.143Z Downloaded backoff v0.4.0
5082024-11-18T23:50:26.145Z Downloaded icu_provider v1.5.0
5092024-11-18T23:50:26.149Z Downloaded hyper-staticfile v0.10.1
5102024-11-18T23:50:26.151Z Downloaded crucible-workspace-hack v0.1.0
5112024-11-18T23:50:26.153Z Downloaded icu_properties v1.5.1
5122024-11-18T23:50:26.155Z Downloaded cfg_aliases v0.2.1
5132024-11-18T23:50:26.158Z Downloaded ciborium-io v0.2.2
5142024-11-18T23:50:26.158Z Downloaded crunchy v0.2.2
5152024-11-18T23:50:26.160Z Downloaded block-padding v0.3.3
5162024-11-18T23:50:26.160Z Downloaded bitflags v1.3.2
5172024-11-18T23:50:26.162Z Downloaded icu_provider_macros v1.5.0
5182024-11-18T23:50:26.165Z Downloaded http-body v1.0.1
5192024-11-18T23:50:26.167Z Downloaded blowfish v0.9.1
5202024-11-18T23:50:26.167Z Downloaded cfg_aliases v0.1.1
5212024-11-18T23:50:26.169Z Downloaded castaway v0.2.3
5222024-11-18T23:50:26.169Z Downloaded bcrypt-pbkdf v0.10.0
5232024-11-18T23:50:26.172Z Downloaded is_ci v1.2.0
5242024-11-18T23:50:26.174Z Downloaded ident_case v1.0.1
5252024-11-18T23:50:26.174Z Downloaded hubpack_derive v0.1.1
5262024-11-18T23:50:26.174Z Downloaded bitfield v0.14.0
5272024-11-18T23:50:26.176Z Downloaded bcs v0.1.6
5282024-11-18T23:50:26.179Z Downloaded base64ct v1.6.0
5292024-11-18T23:50:26.181Z Downloaded cbc v0.1.2
5302024-11-18T23:50:26.183Z Downloaded bit-set v0.5.3
5312024-11-18T23:50:26.183Z Downloaded bitfield-struct v0.6.2
5322024-11-18T23:50:26.185Z Downloaded base16ct v0.2.0
5332024-11-18T23:50:26.187Z Downloaded bit-vec v0.6.3
5342024-11-18T23:50:26.190Z Downloaded indent_write v2.2.0
5352024-11-18T23:50:26.190Z Downloaded cipher v0.4.4
5362024-11-18T23:50:26.192Z Downloaded ciborium-ll v0.2.2
5372024-11-18T23:50:26.192Z Downloaded chacha20 v0.9.1
5382024-11-18T23:50:26.194Z Downloaded instability v0.3.2
5392024-11-18T23:50:26.197Z Downloaded impl-trait-for-tuples v0.2.2
5402024-11-18T23:50:26.199Z Downloaded hex v0.4.3
5412024-11-18T23:50:26.202Z Downloaded ctr v0.9.2
5422024-11-18T23:50:26.205Z Downloaded crc v3.2.1
5432024-11-18T23:50:26.208Z Downloaded constant_time_eq v0.3.1
5442024-11-18T23:50:26.208Z Downloaded instant v0.1.13
5452024-11-18T23:50:26.210Z Downloaded ssh-encoding v0.2.0
5462024-11-18T23:50:26.212Z Downloaded colored v2.1.0
5472024-11-18T23:50:26.215Z Downloaded inout v0.1.3
5482024-11-18T23:50:26.215Z Downloaded humantime v2.1.0
5492024-11-18T23:50:26.217Z Downloaded ciborium v0.2.2
5502024-11-18T23:50:26.219Z Downloaded hostname v0.4.0
5512024-11-18T23:50:26.221Z Downloaded match_cfg v0.1.0
5522024-11-18T23:50:26.224Z Downloaded is-terminal v0.4.13
5532024-11-18T23:50:26.224Z Downloaded toolchain_find v0.4.0
5542024-11-18T23:50:26.226Z Downloaded hubpack v0.1.2
5552024-11-18T23:50:26.228Z Downloaded lockfree-object-pool v0.1.6
5562024-11-18T23:50:26.231Z Downloaded mime v0.3.17
5572024-11-18T23:50:26.231Z Downloaded slog-dtrace v0.3.0
5582024-11-18T23:50:26.233Z Downloaded maybe-uninit v2.0.0
5592024-11-18T23:50:26.233Z Downloaded serde_repr v0.1.19
5602024-11-18T23:50:26.235Z Downloaded serde_path_to_error v0.1.16
5612024-11-18T23:50:26.238Z Downloaded vte_generate_state_changes v0.1.2
5622024-11-18T23:50:26.240Z Downloaded slog-envlogger v2.2.0
5632024-11-18T23:50:26.242Z Downloaded progenitor-client v0.8.0
5642024-11-18T23:50:26.242Z Downloaded const_format_proc_macros v0.2.33
5652024-11-18T23:50:26.244Z Downloaded strip-ansi-escapes v0.2.0
5662024-11-18T23:50:26.247Z Downloaded md5 v0.7.0
5672024-11-18T23:50:26.247Z Downloaded ipnetwork v0.20.0
5682024-11-18T23:50:26.249Z Downloaded stringprep v0.1.5
5692024-11-18T23:50:26.251Z Downloaded crossbeam-deque v0.8.5
5702024-11-18T23:50:26.255Z Downloaded memoffset v0.9.1
5712024-11-18T23:50:26.255Z Downloaded maplit v1.0.2
5722024-11-18T23:50:26.258Z Downloaded libefi-sys v0.1.0
5732024-11-18T23:50:26.258Z Downloaded csv-core v0.1.11
5742024-11-18T23:50:26.258Z Downloaded foreign-types v0.5.0
5752024-11-18T23:50:26.260Z Downloaded time-core v0.1.2
5762024-11-18T23:50:26.260Z Downloaded blake2 v0.10.6
5772024-11-18T23:50:26.263Z Downloaded tower-service v0.3.3
5782024-11-18T23:50:26.265Z Downloaded termtree v0.4.1
5792024-11-18T23:50:26.265Z Downloaded sync_wrapper v1.0.1
5802024-11-18T23:50:26.267Z Downloaded md-5 v0.10.6
5812024-11-18T23:50:26.270Z Downloaded foreign-types-macros v0.2.3
5822024-11-18T23:50:26.270Z Downloaded backtrace v0.3.74
5832024-11-18T23:50:26.274Z Downloaded topological-sort v0.2.2
5842024-11-18T23:50:26.276Z Downloaded rustls-pemfile v1.0.4
5852024-11-18T23:50:26.279Z Downloaded libsw v3.3.1
5862024-11-18T23:50:26.282Z Downloaded lru v0.12.5
5872024-11-18T23:50:26.285Z Downloaded num_threads v0.1.7
5882024-11-18T23:50:26.285Z Downloaded nodrop v0.1.14
5892024-11-18T23:50:26.286Z Downloaded derive_builder_macro v0.20.2
5902024-11-18T23:50:26.289Z Downloaded unicase v2.7.0
5912024-11-18T23:50:26.289Z Downloaded icu_normalizer_data v1.5.0
5922024-11-18T23:50:26.291Z Downloaded hyper-rustls v0.27.3
5932024-11-18T23:50:26.294Z Downloaded fxhash v0.2.1
5942024-11-18T23:50:26.294Z Downloaded deranged v0.3.11
5952024-11-18T23:50:26.296Z Downloaded ref-cast-impl v1.0.23
5962024-11-18T23:50:26.296Z Downloaded number_prefix v0.4.0
5972024-11-18T23:50:26.299Z Downloaded normalize-line-endings v0.3.0
5982024-11-18T23:50:26.299Z Downloaded new_debug_unreachable v1.0.6
5992024-11-18T23:50:26.301Z Downloaded crossbeam-epoch v0.9.18
6002024-11-18T23:50:26.303Z Downloaded cookie v0.18.1
6012024-11-18T23:50:26.308Z Downloaded rustc_version v0.1.7
6022024-11-18T23:50:26.311Z Downloaded mime_guess v2.0.5
6032024-11-18T23:50:26.311Z Downloaded ed25519 v2.2.3
6042024-11-18T23:50:26.311Z Downloaded jobserver v0.1.32
6052024-11-18T23:50:26.314Z Downloaded enum-as-inner v0.5.1
6062024-11-18T23:50:26.316Z Downloaded bytes v1.8.0
6072024-11-18T23:50:26.319Z Downloaded litemap v0.7.3
6082024-11-18T23:50:26.322Z Downloaded which v4.4.2
6092024-11-18T23:50:26.324Z Downloaded tokio-macros v2.4.0
6102024-11-18T23:50:26.324Z Downloaded hkdf v0.12.4
6112024-11-18T23:50:26.328Z Downloaded hash32 v0.3.1
6122024-11-18T23:50:26.330Z Downloaded ipnet v2.10.1
6132024-11-18T23:50:26.331Z Downloaded parse-size v1.1.0
6142024-11-18T23:50:26.333Z Downloaded icu_normalizer v1.5.0
6152024-11-18T23:50:26.335Z Downloaded strum v0.26.3
6162024-11-18T23:50:26.338Z Downloaded fallible-iterator v0.2.0
6172024-11-18T23:50:26.341Z Downloaded chacha20poly1305 v0.10.1
6182024-11-18T23:50:26.343Z Downloaded phf v0.11.2
6192024-11-18T23:50:26.343Z Downloaded data-encoding v2.6.0
6202024-11-18T23:50:26.343Z Downloaded derive_builder v0.20.2
6212024-11-18T23:50:26.348Z Downloaded futures-task v0.3.31
6222024-11-18T23:50:26.351Z Downloaded zone_cfg_derive v0.3.0
6232024-11-18T23:50:26.351Z Downloaded crc-any v2.5.0
6242024-11-18T23:50:26.354Z Downloaded compact_str v0.8.0
6252024-11-18T23:50:26.357Z Downloaded predicates-tree v1.0.11
6262024-11-18T23:50:26.363Z Downloaded pem v3.0.4
6272024-11-18T23:50:26.365Z Downloaded bumpalo v3.16.0
6282024-11-18T23:50:26.365Z Downloaded predicates-core v1.0.8
6292024-11-18T23:50:26.365Z Downloaded aes-gcm v0.10.3
6302024-11-18T23:50:26.369Z Downloaded serde-hex v0.1.0
6312024-11-18T23:50:26.373Z Downloaded num-conv v0.1.0
6322024-11-18T23:50:26.373Z Downloaded time-macros v0.2.18
6332024-11-18T23:50:26.375Z Downloaded shlex v1.3.0
6342024-11-18T23:50:26.378Z Downloaded radium v0.7.0
6352024-11-18T23:50:26.378Z Downloaded smf v0.2.3
6362024-11-18T23:50:26.381Z Downloaded shell-words v1.1.0
6372024-11-18T23:50:26.383Z Downloaded rtoolbox v0.0.2
6382024-11-18T23:50:26.383Z Downloaded derive_builder_core v0.20.2
6392024-11-18T23:50:26.385Z Downloaded oso-derive v0.27.3
6402024-11-18T23:50:26.385Z Downloaded strum_macros v0.24.3
6412024-11-18T23:50:26.388Z Downloaded thread_local v1.1.8
6422024-11-18T23:50:26.391Z Downloaded pin-project-lite v0.2.14
6432024-11-18T23:50:26.396Z Downloaded peg-runtime v0.8.3
6442024-11-18T23:50:26.399Z Downloaded crypto-bigint v0.5.5
6452024-11-18T23:50:26.404Z Downloaded ena v0.14.3
6462024-11-18T23:50:26.406Z Downloaded embedded-io v0.6.1
6472024-11-18T23:50:26.409Z Downloaded filetime v0.2.25
6482024-11-18T23:50:26.412Z Downloaded ff v0.13.0
6492024-11-18T23:50:26.412Z Downloaded sha1 v0.10.6
6502024-11-18T23:50:26.415Z Downloaded fd-lock v4.0.2
6512024-11-18T23:50:26.418Z Downloaded group v0.13.0
6522024-11-18T23:50:26.420Z Downloaded glob v0.3.1
6532024-11-18T23:50:26.420Z Downloaded native-tls v0.2.12
6542024-11-18T23:50:26.423Z Downloaded smallvec v1.13.2
6552024-11-18T23:50:26.425Z Downloaded pretty-hex v0.2.1
6562024-11-18T23:50:26.428Z Downloaded xattr v1.3.1
6572024-11-18T23:50:26.431Z Downloaded utf16_iter v1.0.5
6582024-11-18T23:50:26.431Z Downloaded untrusted v0.7.1
6592024-11-18T23:50:26.431Z Downloaded termios v0.3.3
6602024-11-18T23:50:26.433Z Downloaded unicode-bidi v0.3.17
6612024-11-18T23:50:26.446Z Downloaded yoke-derive v0.7.4
6622024-11-18T23:50:26.449Z Downloaded take_mut v0.2.2
6632024-11-18T23:50:26.449Z Downloaded sync-ptr v0.1.1
6642024-11-18T23:50:26.452Z Downloaded scheduled-thread-pool v0.2.7
6652024-11-18T23:50:26.452Z Downloaded rustc_version v0.4.1
6662024-11-18T23:50:26.455Z Downloaded float-ord v0.3.2
6672024-11-18T23:50:26.455Z Downloaded zerofrom v0.1.4
6682024-11-18T23:50:26.457Z Downloaded futures-core v0.3.31
6692024-11-18T23:50:26.457Z Downloaded olpc-cjson v0.1.4
6702024-11-18T23:50:26.460Z Downloaded fixedbitset v0.4.2
6712024-11-18T23:50:26.460Z Downloaded newline-converter v0.3.0
6722024-11-18T23:50:26.464Z Downloaded sqlformat v0.2.6
6732024-11-18T23:50:26.467Z Downloaded downcast v0.11.0
6742024-11-18T23:50:26.467Z Downloaded prettyplease v0.2.25
6752024-11-18T23:50:26.470Z Downloaded phf_shared v0.11.2
6762024-11-18T23:50:26.470Z Downloaded owo-colors v4.1.0
6772024-11-18T23:50:26.472Z Downloaded spki v0.7.3
6782024-11-18T23:50:26.475Z Downloaded predicates v3.1.2
6792024-11-18T23:50:26.477Z Downloaded untrusted v0.9.0
6802024-11-18T23:50:26.481Z Downloaded futures-io v0.3.31
6812024-11-18T23:50:26.484Z Downloaded tokio-tungstenite v0.24.0
6822024-11-18T23:50:26.484Z Downloaded crossbeam-channel v0.5.13
6832024-11-18T23:50:26.489Z Downloaded ref-cast v1.0.23
6842024-11-18T23:50:26.491Z Downloaded rustfmt-wrapper v0.2.1
6852024-11-18T23:50:26.494Z Downloaded either v1.13.0
6862024-11-18T23:50:26.497Z Downloaded ed25519-dalek v2.1.1
6872024-11-18T23:50:26.500Z Downloaded dyn-clone v1.0.17
6882024-11-18T23:50:26.502Z Downloaded ghash v0.5.1
6892024-11-18T23:50:26.502Z Downloaded float-cmp v0.9.0
6902024-11-18T23:50:26.506Z Downloaded des v0.8.1
6912024-11-18T23:50:26.509Z Downloaded der_derive v0.7.3
6922024-11-18T23:50:26.509Z Downloaded nanorand v0.7.0
6932024-11-18T23:50:26.511Z Downloaded tabwriter v1.4.0
6942024-11-18T23:50:26.514Z Downloaded spin v0.9.8
6952024-11-18T23:50:26.516Z Downloaded http v1.1.0
6962024-11-18T23:50:26.520Z Downloaded signal-hook-mio v0.2.4
6972024-11-18T23:50:26.522Z Downloaded waitgroup v0.1.2
6982024-11-18T23:50:26.522Z Downloaded serde_with_macros v3.11.0
6992024-11-18T23:50:26.524Z Downloaded rustls-pki-types v1.9.0
7002024-11-18T23:50:26.528Z Downloaded tungstenite v0.24.0
7012024-11-18T23:50:26.531Z Downloaded foreign-types v0.3.2
7022024-11-18T23:50:26.537Z Downloaded tracing-attributes v0.1.27
7032024-11-18T23:50:26.539Z Downloaded diesel-dtrace v0.3.0
7042024-11-18T23:50:26.539Z Downloaded peg-macros v0.8.4
7052024-11-18T23:50:26.540Z Downloaded wyz v0.5.1
7062024-11-18T23:50:26.546Z Downloaded ron v0.8.1
7072024-11-18T23:50:26.549Z Downloaded pkg-config v0.3.31
7082024-11-18T23:50:26.553Z Downloaded rustc-hash v1.1.0
7092024-11-18T23:50:26.553Z Downloaded ecdsa v0.16.9
7102024-11-18T23:50:26.555Z Downloaded toml v0.7.8
7112024-11-18T23:50:26.558Z Downloaded polyval v0.6.2
7122024-11-18T23:50:26.560Z Downloaded vsss-rs v3.3.4
7132024-11-18T23:50:26.563Z Downloaded slog-scope v4.4.0
7142024-11-18T23:50:26.567Z Downloaded tap v1.0.1
7152024-11-18T23:50:26.567Z Downloaded packed_struct v0.10.1
7162024-11-18T23:50:26.570Z Downloaded subtle v2.6.1
7172024-11-18T23:50:26.570Z Downloaded half v2.4.1
7182024-11-18T23:50:26.572Z Downloaded ssh-cipher v0.2.0
7192024-11-18T23:50:26.574Z Downloaded same-file v1.0.6
7202024-11-18T23:50:26.574Z Downloaded multimap v0.10.0
7212024-11-18T23:50:26.578Z Downloaded wait-timeout v0.2.0
7222024-11-18T23:50:26.582Z Downloaded dropshot_endpoint v0.13.0
7232024-11-18T23:50:26.584Z Downloaded defmt-macros v0.3.9
7242024-11-18T23:50:26.586Z Downloaded fallible-streaming-iterator v0.1.9
7252024-11-18T23:50:26.587Z Downloaded defmt v0.3.8
7262024-11-18T23:50:26.590Z Downloaded nu-ansi-term v0.50.1
7272024-11-18T23:50:26.592Z Downloaded zerocopy v0.6.6
7282024-11-18T23:50:26.595Z Downloaded try-lock v0.2.5
7292024-11-18T23:50:26.598Z Downloaded num v0.4.3
7302024-11-18T23:50:26.600Z Downloaded dhcproto-macros v0.1.0
7312024-11-18T23:50:26.600Z Downloaded rand v0.8.5
7322024-11-18T23:50:26.603Z Downloaded openssl-macros v0.1.1
7332024-11-18T23:50:26.606Z Downloaded schemars_derive v0.8.21
7342024-11-18T23:50:26.609Z Downloaded rpassword v7.3.1
7352024-11-18T23:50:26.609Z Downloaded opaque-debug v0.3.1
7362024-11-18T23:50:26.609Z Downloaded proc-macro-crate v1.3.1
7372024-11-18T23:50:26.611Z Downloaded pkcs5 v0.7.1
7382024-11-18T23:50:26.614Z Downloaded rfc6979 v0.4.0
7392024-11-18T23:50:26.617Z Downloaded num-complex v0.4.6
7402024-11-18T23:50:26.620Z Downloaded hashbrown v0.12.3
7412024-11-18T23:50:26.624Z Downloaded precomputed-hash v0.1.1
7422024-11-18T23:50:26.628Z Downloaded vergen v8.3.2
7432024-11-18T23:50:26.630Z Downloaded num-iter v0.1.45
7442024-11-18T23:50:26.630Z Downloaded num-integer v0.1.46
7452024-11-18T23:50:26.633Z Downloaded signal-hook-tokio v0.3.1
7462024-11-18T23:50:26.633Z Downloaded serde-big-array v0.5.1
7472024-11-18T23:50:26.637Z Downloaded universal-hash v0.5.1
7482024-11-18T23:50:26.637Z Downloaded signal-hook v0.3.17
7492024-11-18T23:50:26.639Z Downloaded tracing-core v0.1.32
7502024-11-18T23:50:26.642Z Downloaded structmeta-derive v0.3.0
7512024-11-18T23:50:26.644Z Downloaded quinn v0.11.5
7522024-11-18T23:50:26.647Z Downloaded fragile v2.0.0
7532024-11-18T23:50:26.650Z Downloaded enum-as-inner v0.6.1
7542024-11-18T23:50:26.659Z Downloaded zone_cfg_derive v0.1.2
7552024-11-18T23:50:26.659Z Downloaded vte v0.11.1
7562024-11-18T23:50:26.659Z Downloaded itertools v0.10.5
7572024-11-18T23:50:26.662Z Downloaded sqlparser_derive v0.2.2
7582024-11-18T23:50:26.664Z Downloaded flume v0.11.1
7592024-11-18T23:50:26.667Z Downloaded funty v2.0.0
7602024-11-18T23:50:26.670Z Downloaded term v0.7.0
7612024-11-18T23:50:26.673Z Downloaded slog-term v2.9.1
7622024-11-18T23:50:26.676Z Downloaded tokio-postgres v0.7.12
7632024-11-18T23:50:26.681Z Downloaded tinyvec_macros v0.1.1
7642024-11-18T23:50:26.683Z Downloaded strum_macros v0.26.4
7652024-11-18T23:50:26.686Z Downloaded tls_codec_derive v0.4.1
7662024-11-18T23:50:26.690Z Downloaded mockall v0.13.0
7672024-11-18T23:50:26.694Z Downloaded num-rational v0.4.2
7682024-11-18T23:50:26.694Z Downloaded structmeta-derive v0.2.0
7692024-11-18T23:50:26.694Z Downloaded darling_macro v0.20.10
7702024-11-18T23:50:26.696Z Downloaded newtype_derive v0.1.6
7712024-11-18T23:50:26.696Z Downloaded postcard v1.0.10
7722024-11-18T23:50:26.699Z Downloaded toml_edit v0.19.15
7732024-11-18T23:50:26.715Z Downloaded diesel_table_macro_syntax v0.2.0
7742024-11-18T23:50:26.718Z Downloaded aws-lc-rs v1.10.0
7752024-11-18T23:50:26.725Z Downloaded embedded-io v0.4.0
7762024-11-18T23:50:26.728Z Downloaded rustc-hash v2.0.0
7772024-11-18T23:50:26.731Z Downloaded tar v0.4.43
7782024-11-18T23:50:26.735Z Downloaded expectorate v1.1.0
7792024-11-18T23:50:26.740Z Downloaded subprocess v0.2.9
7802024-11-18T23:50:26.740Z Downloaded salty v0.3.0
7812024-11-18T23:50:26.745Z Downloaded signature v2.2.0
7822024-11-18T23:50:26.747Z Downloaded tiny-keccak v2.0.2
7832024-11-18T23:50:26.750Z Downloaded russh-cryptovec v0.7.3
7842024-11-18T23:50:26.752Z Downloaded phf_shared v0.10.0
7852024-11-18T23:50:26.752Z Downloaded write16 v1.0.0
7862024-11-18T23:50:26.754Z Downloaded tokio-native-tls v0.3.1
7872024-11-18T23:50:26.754Z Downloaded semver v0.1.20
7882024-11-18T23:50:26.757Z Downloaded secrecy v0.8.0
7892024-11-18T23:50:26.759Z Downloaded phf_codegen v0.11.2
7902024-11-18T23:50:26.759Z Downloaded whoami v1.5.2
7912024-11-18T23:50:26.763Z Downloaded typify v0.2.0
7922024-11-18T23:50:26.768Z Downloaded debug-ignore v1.0.5
7932024-11-18T23:50:26.768Z Downloaded serde_yaml v0.9.34+deprecated
7942024-11-18T23:50:26.770Z Downloaded foreign-types-shared v0.3.1
7952024-11-18T23:50:26.773Z Downloaded foreign-types-shared v0.1.1
7962024-11-18T23:50:26.773Z Downloaded simd-adler32 v0.3.7
7972024-11-18T23:50:26.775Z Downloaded progenitor-macro v0.8.0
7982024-11-18T23:50:26.775Z Downloaded phf_generator v0.11.2
7992024-11-18T23:50:26.778Z Downloaded endian-type v0.1.2
8002024-11-18T23:50:26.778Z Downloaded path-slash v0.1.5
8012024-11-18T23:50:26.781Z Downloaded futures-macro v0.3.31
8022024-11-18T23:50:26.781Z Downloaded paste v1.0.15
8032024-11-18T23:50:26.784Z Downloaded password-hash v0.5.0
8042024-11-18T23:50:26.786Z Downloaded hyper v1.5.0
8052024-11-18T23:50:26.792Z Downloaded tokio-tungstenite v0.23.1
8062024-11-18T23:50:26.795Z Downloaded tls_codec v0.4.1
8072024-11-18T23:50:26.797Z Downloaded tinystr v0.7.6
8082024-11-18T23:50:26.800Z Downloaded spin v0.5.2
8092024-11-18T23:50:26.802Z Downloaded rand_xorshift v0.3.0
8102024-11-18T23:50:26.802Z Downloaded percent-encoding v2.3.1
8112024-11-18T23:50:26.803Z Downloaded structmeta v0.3.0
8122024-11-18T23:50:26.805Z Downloaded slab v0.4.9
8132024-11-18T23:50:26.808Z Downloaded pbkdf2 v0.12.2
8142024-11-18T23:50:26.808Z Downloaded parking_lot_core v0.8.6
8152024-11-18T23:50:26.810Z Downloaded unsafe-libyaml v0.2.11
8162024-11-18T23:50:26.813Z Downloaded pbkdf2 v0.11.0
8172024-11-18T23:50:26.815Z Downloaded gethostname v0.5.0
8182024-11-18T23:50:26.818Z Downloaded futures-sink v0.3.31
8192024-11-18T23:50:26.820Z Downloaded writeable v0.5.5
8202024-11-18T23:50:26.820Z Downloaded mio v1.0.2
8212024-11-18T23:50:26.827Z Downloaded hashbrown v0.13.2
8222024-11-18T23:50:26.831Z Downloaded ppv-lite86 v0.2.20
8232024-11-18T23:50:26.834Z Downloaded progenitor-impl v0.8.0
8242024-11-18T23:50:26.837Z Downloaded unicode-segmentation v1.12.0
8252024-11-18T23:50:26.841Z Downloaded primeorder v0.13.6
8262024-11-18T23:50:26.841Z Downloaded powerfmt v0.2.0
8272024-11-18T23:50:26.843Z Downloaded futures-channel v0.3.31
8282024-11-18T23:50:26.846Z Downloaded itertools v0.13.0
8292024-11-18T23:50:26.851Z Downloaded sigpipe v0.1.3
8302024-11-18T23:50:26.855Z Downloaded want v0.3.1
8312024-11-18T23:50:26.855Z Downloaded difflib v0.4.0
8322024-11-18T23:50:26.858Z Downloaded stable_deref_trait v1.2.0
8332024-11-18T23:50:26.858Z Downloaded slog-stdlog v4.1.1
8342024-11-18T23:50:26.858Z Downloaded siphasher v0.3.11
8352024-11-18T23:50:26.861Z Downloaded num-bigint v0.4.6
8362024-11-18T23:50:26.864Z Downloaded env_filter v0.1.2
8372024-11-18T23:50:26.868Z Downloaded rand_chacha v0.3.1
8382024-11-18T23:50:26.870Z Downloaded progenitor v0.8.0
8392024-11-18T23:50:26.870Z Downloaded form_urlencoded v1.2.1
8402024-11-18T23:50:26.870Z Downloaded snafu-derive v0.8.5
8412024-11-18T23:50:26.875Z Downloaded pem-rfc7468 v0.7.0
8422024-11-18T23:50:26.875Z Downloaded nibble_vec v0.1.0
8432024-11-18T23:50:26.878Z Downloaded elliptic-curve v0.13.8
8442024-11-18T23:50:26.881Z Downloaded peg v0.8.4
8452024-11-18T23:50:26.884Z Downloaded rusty-fork v0.3.0
8462024-11-18T23:50:26.887Z Downloaded unicode-truncate v1.1.0
8472024-11-18T23:50:26.887Z Downloaded password-hash v0.4.2
8482024-11-18T23:50:26.890Z Downloaded tokio-rustls v0.26.0
8492024-11-18T23:50:26.892Z Downloaded newtype-uuid v1.1.3
8502024-11-18T23:50:26.892Z Downloaded hashlink v0.9.1
8512024-11-18T23:50:26.895Z Downloaded structmeta v0.2.0
8522024-11-18T23:50:26.895Z Downloaded static_assertions v1.1.0
8532024-11-18T23:50:26.897Z Downloaded pkcs8 v0.10.2
8542024-11-18T23:50:26.901Z Downloaded unicode-xid v0.2.6
8552024-11-18T23:50:26.904Z Downloaded tokio-rustls v0.25.0
8562024-11-18T23:50:26.904Z Downloaded miniz_oxide v0.8.0
8572024-11-18T23:50:26.906Z Downloaded postgres-types v0.2.8
8582024-11-18T23:50:26.909Z Downloaded rustls-pemfile v2.2.0
8592024-11-18T23:50:26.911Z Downloaded getrandom v0.2.15
8602024-11-18T23:50:26.914Z Downloaded walkdir v2.5.0
8612024-11-18T23:50:26.917Z Downloaded zeroize v1.8.1
8622024-11-18T23:50:26.920Z Downloaded bindgen v0.69.5
8632024-11-18T23:50:26.925Z Downloaded parking_lot_core v0.9.10
8642024-11-18T23:50:26.928Z Downloaded tungstenite v0.21.0
8652024-11-18T23:50:26.931Z Downloaded salsa20 v0.10.2
8662024-11-18T23:50:26.933Z Downloaded futures v0.3.31
8672024-11-18T23:50:26.937Z Downloaded tokio-stream v0.1.16
8682024-11-18T23:50:26.942Z Downloaded multer v3.1.0
8692024-11-18T23:50:26.945Z Downloaded russh-keys v0.45.0
8702024-11-18T23:50:26.949Z Downloaded der v0.7.9
8712024-11-18T23:50:26.952Z Downloaded p521 v0.13.3
8722024-11-18T23:50:26.957Z Downloaded oso v0.27.3
8732024-11-18T23:50:26.961Z Downloaded openssl-sys v0.9.104
8742024-11-18T23:50:26.965Z Downloaded env_logger v0.10.2
8752024-11-18T23:50:26.969Z Downloaded tokio-util v0.7.12
8762024-11-18T23:50:26.976Z Downloaded diff v0.1.13
8772024-11-18T23:50:26.979Z Downloaded futures-util v0.3.31
8782024-11-18T23:50:26.992Z Downloaded headers v0.4.0
8792024-11-18T23:50:26.999Z Downloaded reedline v0.35.0
8802024-11-18T23:50:27.005Z Downloaded samael v0.0.17
8812024-11-18T23:50:27.011Z Downloaded time v0.3.36
8822024-11-18T23:50:27.020Z Downloaded rayon-core v1.12.1
8832024-11-18T23:50:27.023Z Downloaded mockall_derive v0.13.0
8842024-11-18T23:50:27.026Z Downloaded rusqlite v0.32.1
8852024-11-18T23:50:27.032Z Downloaded steno v0.4.1
8862024-11-18T23:50:27.037Z Downloaded unicode_categories v0.1.1
8872024-11-18T23:50:27.039Z Downloaded diesel_derives v2.2.3
8882024-11-18T23:50:27.043Z Downloaded rustls-webpki v0.101.7
8892024-11-18T23:50:27.061Z Downloaded parse-zoneinfo v0.3.1
8902024-11-18T23:50:27.064Z Downloaded lalrpop v0.19.12
8912024-11-18T23:50:27.072Z Downloaded num-bigint-dig v0.8.4
8922024-11-18T23:50:27.079Z Downloaded rustyline v14.0.0
8932024-11-18T23:50:27.084Z Downloaded portable-atomic v1.9.0
8942024-11-18T23:50:27.092Z Downloaded git2 v0.19.0
8952024-11-18T23:50:27.100Z Downloaded zerovec v0.10.4
8962024-11-18T23:50:27.106Z Downloaded serde_with v3.11.0
8972024-11-18T23:50:27.116Z Downloaded sqlparser v0.45.0
8982024-11-18T23:50:27.122Z Downloaded curve25519-dalek v4.1.3
8992024-11-18T23:50:27.131Z Downloaded quinn-proto v0.11.8
9002024-11-18T23:50:27.139Z Downloaded smoltcp v0.9.1
9012024-11-18T23:50:27.153Z Downloaded idna v0.5.0
9022024-11-18T23:50:27.159Z Downloaded reqwest v0.12.9
9032024-11-18T23:50:27.166Z Downloaded hashbrown v0.14.5
9042024-11-18T23:50:27.172Z Downloaded idna v0.4.0
9052024-11-18T23:50:27.179Z Downloaded idna v0.3.0
9062024-11-18T23:50:27.186Z Downloaded winnow v0.5.40
9072024-11-18T23:50:27.195Z Downloaded petname v2.0.2
9082024-11-18T23:50:27.200Z Downloaded p384 v0.13.0
9092024-11-18T23:50:27.208Z Downloaded radix_trie v0.2.1
9102024-11-18T23:50:27.213Z Downloaded regex v1.11.1
9112024-11-18T23:50:27.228Z Downloaded proptest v1.5.0
9122024-11-18T23:50:27.237Z Downloaded polar-core v0.27.3
9132024-11-18T23:50:27.248Z Downloaded regress v0.9.1
9142024-11-18T23:50:27.255Z Downloaded openssl v0.10.68
9152024-11-18T23:50:27.265Z Downloaded regex-syntax v0.8.5
9162024-11-18T23:50:27.274Z Downloaded vcpkg v0.2.15
9172024-11-18T23:50:27.311Z Downloaded dropshot v0.12.0
9182024-11-18T23:50:27.330Z Downloaded regex-syntax v0.6.29
9192024-11-18T23:50:27.340Z Downloaded object v0.36.5
9202024-11-18T23:50:27.349Z Downloaded rustls v0.21.12
9212024-11-18T23:50:27.362Z Downloaded regress v0.10.1
9222024-11-18T23:50:27.371Z Downloaded dropshot v0.13.0
9232024-11-18T23:50:27.392Z Downloaded unicode-width v0.2.0
9242024-11-18T23:50:27.397Z Downloaded gimli v0.31.1
9252024-11-18T23:50:27.406Z Downloaded openapiv3 v2.0.0
9262024-11-18T23:50:27.418Z Downloaded nix v0.29.0
9272024-11-18T23:50:27.431Z Downloaded nix v0.28.0
9282024-11-18T23:50:27.442Z Downloaded rustls v0.22.4
9292024-11-18T23:50:27.455Z Downloaded sled v0.34.7
9302024-11-18T23:50:27.467Z Downloaded typify-impl v0.2.0
9312024-11-18T23:50:27.481Z Downloaded nix v0.27.1
9322024-11-18T23:50:27.492Z Downloaded ratatui v0.28.1
9332024-11-18T23:50:27.511Z Downloaded zerocopy-derive v0.6.6
9342024-11-18T23:50:27.520Z Downloaded bzip2-sys v0.1.11+1.0.8
9352024-11-18T23:50:27.533Z Downloaded diesel v2.2.4
9362024-11-18T23:50:27.551Z Downloaded trust-dns-proto v0.22.0
9372024-11-18T23:50:27.563Z Downloaded smoltcp v0.11.0
9382024-11-18T23:50:27.575Z Downloaded object v0.30.4
9392024-11-18T23:50:27.585Z Downloaded bstr v1.10.0
9402024-11-18T23:50:27.596Z Downloaded regex-automata v0.4.8
9412024-11-18T23:50:27.613Z Downloaded lzma-sys v0.1.20
9422024-11-18T23:50:27.640Z Downloaded chrono-tz v0.10.0
9432024-11-18T23:50:27.648Z Downloaded rustls v0.23.14
9442024-11-18T23:50:27.659Z Downloaded idna v0.2.3
9452024-11-18T23:50:27.666Z Downloaded rustls-webpki v0.102.8
9462024-11-18T23:50:27.683Z Downloaded libz-sys v1.1.20
9472024-11-18T23:50:27.703Z Downloaded petgraph v0.6.5
9482024-11-18T23:50:27.720Z Downloaded webpki-roots v0.26.6
9492024-11-18T23:50:27.723Z Downloaded icu_properties_data v1.5.0
9502024-11-18T23:50:27.734Z Downloaded ssh-key v0.6.6
9512024-11-18T23:50:27.740Z Downloaded sha3 v0.10.8
9522024-11-18T23:50:27.745Z Downloaded tokio v1.40.0
9532024-11-18T23:50:27.781Z Downloaded csv v1.3.0
9542024-11-18T23:50:27.801Z Downloaded quick-xml v0.33.0
9552024-11-18T23:50:27.806Z Downloaded rayon v1.10.0
9562024-11-18T23:50:27.815Z Downloaded similar v2.6.0
9572024-11-18T23:50:27.819Z Downloaded dhcproto v0.12.0
9582024-11-18T23:50:27.822Z Downloaded flate2 v1.0.34
9592024-11-18T23:50:27.827Z Downloaded h2 v0.4.6
9602024-11-18T23:50:27.834Z Downloaded socket2 v0.5.7
9612024-11-18T23:50:27.837Z Downloaded zerofrom-derive v0.1.4
9622024-11-18T23:50:27.839Z Downloaded zip v0.6.6
9632024-11-18T23:50:27.841Z Downloaded hickory-proto v0.24.1
9642024-11-18T23:50:27.857Z Downloaded chrono v0.4.38
9652024-11-18T23:50:27.864Z Downloaded bitvec v1.0.1
9662024-11-18T23:50:27.878Z Downloaded uuid v1.11.0
9672024-11-18T23:50:27.881Z Downloaded displaydoc v0.2.5
9682024-11-18T23:50:27.883Z Downloaded tokio-rustls v0.24.1
9692024-11-18T23:50:27.885Z Downloaded tinyvec v1.8.0
9702024-11-18T23:50:27.888Z Downloaded darling_core v0.20.10
9712024-11-18T23:50:27.893Z Downloaded publicsuffix v2.2.3
9722024-11-18T23:50:27.896Z Downloaded uzers v0.12.1
9732024-11-18T23:50:27.898Z Downloaded tungstenite v0.23.0
9742024-11-18T23:50:27.901Z Downloaded zip v2.1.3
9752024-11-18T23:50:27.906Z Downloaded rand_seeder v0.3.0
9762024-11-18T23:50:27.909Z Downloaded rand_core v0.6.4
9772024-11-18T23:50:27.909Z Downloaded zone v0.3.0
9782024-11-18T23:50:27.912Z Downloaded x509-cert v0.2.5
9792024-11-18T23:50:27.915Z Downloaded typed-path v0.9.3
9802024-11-18T23:50:27.921Z Downloaded serde_derive_internals v0.29.1
9812024-11-18T23:50:27.924Z Downloaded parking_lot v0.11.2
9822024-11-18T23:50:27.926Z Downloaded tracing v0.1.40
9832024-11-18T23:50:27.929Z Downloaded rcgen v0.12.1
9842024-11-18T23:50:27.933Z Downloaded fatfs v0.3.6
9852024-11-18T23:50:27.936Z Downloaded p256 v0.13.2
9862024-11-18T23:50:27.939Z Downloaded ron v0.7.1
9872024-11-18T23:50:27.944Z Downloaded unicode-normalization v0.1.24
9882024-11-18T23:50:27.948Z Downloaded tough v0.19.0
9892024-11-18T23:50:27.958Z Downloaded itertools v0.12.1
9902024-11-18T23:50:27.983Z Downloaded idna v1.0.3
9912024-11-18T23:50:27.983Z Downloaded encoding_rs v0.8.34
9922024-11-18T23:50:28.000Z Downloaded blake3 v1.5.4
9932024-11-18T23:50:28.009Z Downloaded dunce v1.0.5
9942024-11-18T23:50:28.012Z Downloaded dsl_auto_type v0.1.2
9952024-11-18T23:50:28.012Z Downloaded zeroize_derive v1.4.2
9962024-11-18T23:50:28.014Z Downloaded fs_extra v1.3.0
9972024-11-18T23:50:28.017Z Downloaded rsa v0.9.6
9982024-11-18T23:50:28.022Z Downloaded parking_lot v0.12.3
9992024-11-18T23:50:28.025Z Downloaded omicron-zone-package v0.11.1
10002024-11-18T23:50:28.029Z Downloaded url v2.5.3
10012024-11-18T23:50:28.034Z Downloaded nom v7.1.3
10022024-11-18T23:50:28.040Z Downloaded pin-project v1.1.6
10032024-11-18T23:50:28.054Z Downloaded utf8_iter v1.0.4
10042024-11-18T23:50:28.057Z Downloaded tui-tree-widget v0.22.0
10052024-11-18T23:50:28.059Z Downloaded termcolor v1.4.1
10062024-11-18T23:50:28.059Z Downloaded libxml v0.3.3
10072024-11-18T23:50:28.066Z Downloaded libm v0.2.8
10082024-11-18T23:50:28.073Z Downloaded dirs-sys-next v0.1.2
10092024-11-18T23:50:28.075Z Downloaded dirs-next v2.0.0
10102024-11-18T23:50:28.075Z Downloaded smallvec v0.6.14
10112024-11-18T23:50:28.078Z Downloaded minimal-lexical v0.2.1
10122024-11-18T23:50:28.081Z Downloaded poly1305 v0.8.0
10132024-11-18T23:50:28.083Z Downloaded serde_urlencoded v0.7.1
10142024-11-18T23:50:28.085Z Downloaded env_logger v0.11.5
10152024-11-18T23:50:28.088Z Downloaded postgres-protocol v0.6.7
10162024-11-18T23:50:28.092Z Downloaded num-derive v0.4.2
10172024-11-18T23:50:28.092Z Downloaded unicode-properties v0.1.3
10182024-11-18T23:50:28.094Z Downloaded libgit2-sys v0.17.0+1.8.1
10192024-11-18T23:50:28.146Z Downloaded openssl-probe v0.1.5
10202024-11-18T23:50:28.148Z Downloaded mirai-annotations v1.12.0
10212024-11-18T23:50:28.148Z Downloaded russh v0.45.0
10222024-11-18T23:50:28.153Z Downloaded snafu v0.8.5
10232024-11-18T23:50:28.159Z Downloaded qorb v0.2.0
10242024-11-18T23:50:28.164Z Downloaded foldhash v0.1.3
10252024-11-18T23:50:28.168Z Downloaded flagset v0.4.6
10262024-11-18T23:50:28.168Z Downloaded defmt-parser v0.3.4
10272024-11-18T23:50:28.168Z Downloaded sct v0.7.1
10282024-11-18T23:50:28.170Z Downloaded rustc-demangle v0.1.24
10292024-11-18T23:50:28.173Z Downloaded schemars v0.8.21
10302024-11-18T23:50:28.183Z Downloaded crossterm v0.28.1
10312024-11-18T23:50:28.189Z Downloaded supports-color v3.0.1
10322024-11-18T23:50:28.191Z Downloaded derive_more v0.99.18
10332024-11-18T23:50:28.196Z Downloaded zopfli v0.8.1
10342024-11-18T23:50:28.198Z Downloaded slog-json v2.6.1
10352024-11-18T23:50:28.201Z Downloaded sec1 v0.7.3
10362024-11-18T23:50:28.201Z Downloaded futures-executor v0.3.31
10372024-11-18T23:50:28.204Z Downloaded icu_collections v1.5.0
10382024-11-18T23:50:28.207Z Downloaded strum_macros v0.25.3
10392024-11-18T23:50:28.210Z Downloaded test-strategy v0.3.1
10402024-11-18T23:50:28.212Z Downloaded num-traits v0.2.19
10412024-11-18T23:50:28.215Z Downloaded aho-corasick v1.1.3
10422024-11-18T23:50:28.222Z Downloaded globset v0.4.15
10432024-11-18T23:50:28.224Z Downloaded pkcs1 v0.7.5
10442024-11-18T23:50:28.226Z Downloaded memmap2 v0.9.5
10452024-11-18T23:50:28.229Z Downloaded utf-8 v0.7.6
10462024-11-18T23:50:28.229Z Downloaded dropshot_endpoint v0.12.0
10472024-11-18T23:50:28.231Z Downloaded const_format v0.2.33
10482024-11-18T23:50:28.236Z Downloaded display-error-chain v0.2.2
10492024-11-18T23:50:28.238Z Downloaded zerovec-derive v0.10.3
10502024-11-18T23:50:28.239Z Downloaded twox-hash v1.6.3
10512024-11-18T23:50:28.242Z Downloaded rustversion v1.0.17
10522024-11-18T23:50:28.245Z Downloaded fallible-iterator v0.3.0
10532024-11-18T23:50:28.245Z Downloaded derive-where v1.2.7
10542024-11-18T23:50:28.248Z Downloaded thiserror-no-std v2.0.2
10552024-11-18T23:50:28.250Z Downloaded thiserror-impl-no-std v2.0.2
10562024-11-18T23:50:28.254Z Downloaded pin-project-internal v1.1.6
10572024-11-18T23:50:28.258Z Downloaded r2d2 v0.8.10
10582024-11-18T23:50:28.258Z Downloaded yoke v0.7.4
10592024-11-18T23:50:28.258Z Downloaded value-bag v1.9.0
10602024-11-18T23:50:28.262Z Downloaded tokio-tungstenite v0.21.0
10612024-11-18T23:50:28.262Z Downloaded psl-types v2.0.11
10622024-11-18T23:50:28.264Z Downloaded pin-utils v0.1.0
10632024-11-18T23:50:28.264Z Downloaded synstructure v0.13.1
10642024-11-18T23:50:28.265Z Downloaded indexmap v1.9.3
10652024-11-18T23:50:28.267Z Downloaded resolv-conf v0.7.0
10662024-11-18T23:50:28.270Z Downloaded quinn-udp v0.5.5
10672024-11-18T23:50:28.272Z Downloaded cc v1.1.30
10682024-11-18T23:50:28.274Z Downloaded crossbeam-utils v0.8.20
10692024-11-18T23:50:28.279Z Downloaded yasna v0.5.2
10702024-11-18T23:50:28.281Z Downloaded slog v2.7.0
10712024-11-18T23:50:28.283Z Downloaded indicatif v0.17.9
10722024-11-18T23:50:28.286Z Downloaded parse-display-derive v0.10.0
10732024-11-18T23:50:28.288Z Downloaded parse-display v0.10.0
10742024-11-18T23:50:28.288Z Downloaded packed_struct_codegen v0.10.1
10752024-11-18T23:50:28.290Z Downloaded num_enum_derive v0.5.11
10762024-11-18T23:50:28.292Z Downloaded num_enum v0.5.11
10772024-11-18T23:50:28.295Z Downloaded icu_locid_transform_data v1.5.0
10782024-11-18T23:50:28.297Z Downloaded icu_locid_transform v1.5.0
10792024-11-18T23:50:28.299Z Downloaded hash32 v0.2.1
10802024-11-18T23:50:28.302Z Downloaded zone v0.1.8
10812024-11-18T23:50:28.302Z Downloaded signal-hook-registry v1.4.2
10822024-11-18T23:50:28.304Z Downloaded base64 v0.22.1
10832024-11-18T23:50:28.307Z Downloaded lazy_static v1.5.0
10842024-11-18T23:50:28.309Z Downloaded const-oid v0.9.6
10852024-11-18T23:50:28.313Z Downloaded clang-sys v1.8.1
10862024-11-18T23:50:28.315Z Downloaded quick-error v1.2.3
10872024-11-18T23:50:28.315Z Downloaded xz2 v0.1.7
10882024-11-18T23:50:28.317Z Downloaded icu_locid v1.5.0
10892024-11-18T23:50:28.321Z Downloaded unarray v0.1.4
10902024-11-18T23:50:28.323Z Downloaded typify-macro v0.2.0
10912024-11-18T23:50:28.323Z Downloaded slog-bunyan v2.5.0
10922024-11-18T23:50:28.326Z Downloaded lock_api v0.4.12
10932024-11-18T23:50:28.328Z Downloaded libloading v0.8.5
10942024-11-18T23:50:28.330Z Downloaded base64 v0.21.7
10952024-11-18T23:50:28.336Z Downloaded linked-hash-map v0.5.6
10962024-11-18T23:50:28.338Z Downloaded lazycell v1.3.0
10972024-11-18T23:50:28.338Z Downloaded lalrpop-util v0.19.12
10982024-11-18T23:50:28.338Z Downloaded kstat-rs v0.2.4
10992024-11-18T23:50:28.338Z Downloaded crc32fast v1.4.2
11002024-11-18T23:50:28.341Z Downloaded cookie_store v0.21.0
11012024-11-18T23:50:28.341Z Downloaded string_cache v0.8.7
11022024-11-18T23:50:28.343Z Downloaded slog-async v2.8.0
11032024-11-18T23:50:28.346Z Downloaded cobs v0.2.3
11042024-11-18T23:50:28.346Z Downloaded console v0.15.8
11052024-11-18T23:50:28.348Z Downloaded serde_plain v1.0.2
11062024-11-18T23:50:28.351Z Downloaded managed v0.8.0
11072024-11-18T23:50:28.351Z Downloaded iana-time-zone v0.1.61
11082024-11-18T23:50:28.353Z Downloaded scrypt v0.11.0
11092024-11-18T23:50:28.356Z Downloaded scopeguard v1.2.0
11102024-11-18T23:50:28.356Z Downloaded lru-cache v0.1.2
11112024-11-18T23:50:28.358Z Downloaded base64 v0.13.1
11122024-11-18T23:50:28.360Z Downloaded keccak v0.1.5
11132024-11-18T23:50:28.360Z Downloaded internet-checksum v0.2.1
11142024-11-18T23:50:28.362Z Downloaded bzip2 v0.4.4
11152024-11-18T23:50:28.365Z Downloaded cassowary v0.3.0
11162024-11-18T23:50:28.365Z Downloaded cexpr v0.6.0
11172024-11-18T23:50:28.367Z Downloaded cancel-safe-futures v0.1.5
11182024-11-18T23:50:28.371Z Downloaded cmake v0.1.51
11192024-11-18T23:50:28.374Z Downloaded cstr-argument v0.1.2
11202024-11-18T23:50:28.374Z Downloaded crc-catalog v2.4.0
11212024-11-18T23:50:28.374Z Downloaded convert_case v0.4.0
11222024-11-18T23:50:28.374Z Downloaded curve25519-dalek-derive v0.1.1
11232024-11-18T23:50:28.376Z Downloaded chrono-tz-build v0.4.0
11242024-11-18T23:50:28.376Z Downloaded indoc v1.0.9
11252024-11-18T23:50:28.379Z Downloaded idna_adapter v1.2.0
11262024-11-18T23:50:28.381Z Downloaded hyper-tls v0.6.0
11272024-11-18T23:50:28.381Z Downloaded bb8 v0.8.5
11282024-11-18T23:50:28.384Z Downloaded arc-swap v1.7.1
11292024-11-18T23:50:28.388Z Downloaded array-init v0.0.4
11302024-11-18T23:50:28.392Z Downloaded adler2 v2.0.0
11312024-11-18T23:50:28.487Z Downloaded ring v0.17.8
11322024-11-18T23:50:28.595Z Downloaded ring v0.16.20
11332024-11-18T23:50:28.678Z Downloaded libsqlite3-sys v0.30.1
11342024-11-18T23:50:28.891Z Downloaded aws-lc-sys v0.22.0
11352024-11-18T23:50:29.205Z Compiling serde v1.0.215
11362024-11-18T23:50:29.208Z Compiling lock_api v0.4.12
11372024-11-18T23:50:29.208Z Compiling scopeguard v1.2.0
11382024-11-18T23:50:29.208Z Compiling value-bag v1.9.0
11392024-11-18T23:50:29.208Z Compiling typenum v1.17.0
11402024-11-18T23:50:29.208Z Compiling generic-array v0.14.7
11412024-11-18T23:50:29.414Z Compiling syn v2.0.87
11422024-11-18T23:50:29.431Z Compiling getrandom v0.2.15
11432024-11-18T23:50:29.587Z Compiling subtle v2.6.1
11442024-11-18T23:50:29.670Z Compiling rand_core v0.6.4
11452024-11-18T23:50:29.902Z Compiling log v0.4.22
11462024-11-18T23:50:29.934Z Compiling shlex v1.3.0
11472024-11-18T23:50:29.955Z Compiling jobserver v0.1.32
11482024-11-18T23:50:30.028Z Compiling const-oid v0.9.6
11492024-11-18T23:50:30.212Z Compiling smallvec v1.13.2
11502024-11-18T23:50:30.357Z Compiling cc v1.1.30
11512024-11-18T23:50:30.375Z Compiling spin v0.9.8
11522024-11-18T23:50:30.630Z Compiling pin-project-lite v0.2.14
11532024-11-18T23:50:30.753Z Compiling rustix v0.38.37
11542024-11-18T23:50:30.756Z Compiling parking_lot_core v0.9.10
11552024-11-18T23:50:30.792Z Compiling futures-core v0.3.31
11562024-11-18T23:50:30.903Z Compiling signal-hook-registry v1.4.2
11572024-11-18T23:50:31.050Z Compiling mio v1.0.2
11582024-11-18T23:50:31.688Z Compiling parking_lot v0.12.3
11592024-11-18T23:50:31.722Z Compiling aho-corasick v1.1.3
11602024-11-18T23:50:31.872Z Compiling either v1.13.0
11612024-11-18T23:50:31.957Z Compiling regex-syntax v0.8.5
11622024-11-18T23:50:32.052Z Compiling cpufeatures v0.2.14
11632024-11-18T23:50:32.154Z Compiling lazy_static v1.5.0
11642024-11-18T23:50:32.217Z Compiling futures-sink v0.3.31
11652024-11-18T23:50:32.280Z Compiling stable_deref_trait v1.2.0
11662024-11-18T23:50:32.308Z Compiling glob v0.3.1
11672024-11-18T23:50:32.371Z Compiling socket2 v0.5.7
11682024-11-18T23:50:32.395Z Compiling slab v0.4.9
11692024-11-18T23:50:32.585Z Compiling prettyplease v0.2.25
11702024-11-18T23:50:32.831Z Compiling minimal-lexical v0.2.1
11712024-11-18T23:50:33.283Z Compiling libloading v0.8.5
11722024-11-18T23:50:33.377Z Compiling clang-sys v1.8.1
11732024-11-18T23:50:33.377Z Compiling nom v7.1.3
11742024-11-18T23:50:33.418Z Compiling serde_json v1.0.132
11752024-11-18T23:50:33.712Z Compiling home v0.5.9
11762024-11-18T23:50:33.732Z Compiling bindgen v0.69.5
11772024-11-18T23:50:34.060Z Compiling futures-channel v0.3.31
11782024-11-18T23:50:34.535Z Compiling itertools v0.12.1
11792024-11-18T23:50:34.598Z Compiling lazycell v1.3.0
11802024-11-18T23:50:34.618Z Compiling pin-utils v0.1.0
11812024-11-18T23:50:34.713Z Compiling futures-task v0.3.31
11822024-11-18T23:50:34.776Z Compiling allocator-api2 v0.2.18
11832024-11-18T23:50:35.029Z Compiling futures-io v0.3.31
11842024-11-18T23:50:35.334Z Compiling foldhash v0.1.3
11852024-11-18T23:50:35.588Z Compiling rustc-hash v1.1.0
11862024-11-18T23:50:35.655Z Compiling hashbrown v0.15.0
11872024-11-18T23:50:35.745Z Compiling regex-automata v0.4.8
11882024-11-18T23:50:37.028Z Compiling synstructure v0.13.1
11892024-11-18T23:50:37.481Z Compiling cexpr v0.6.0
11902024-11-18T23:50:37.651Z Compiling cmake v0.1.51
11912024-11-18T23:50:38.719Z Compiling libm v0.2.8
11922024-11-18T23:50:38.739Z Compiling tinyvec_macros v0.1.1
11932024-11-18T23:50:38.826Z Compiling dunce v1.0.5
11942024-11-18T23:50:38.895Z Compiling fs_extra v1.3.0
11952024-11-18T23:50:38.950Z Compiling pkg-config v0.3.31
11962024-11-18T23:50:39.080Z Compiling tinyvec v1.8.0
11972024-11-18T23:50:39.319Z Compiling num-traits v0.2.19
11982024-11-18T23:50:39.819Z Compiling ring v0.17.8
11992024-11-18T23:50:40.310Z Compiling base64ct v1.6.0
12002024-11-18T23:50:40.484Z Compiling unicode-bidi v0.3.17
12012024-11-18T23:50:40.604Z Compiling unicode-normalization v0.1.24
12022024-11-18T23:50:40.877Z Compiling writeable v0.5.5
12032024-11-18T23:50:40.896Z Compiling paste v1.0.15
12042024-11-18T23:50:40.931Z Compiling litemap v0.7.3
12052024-11-18T23:50:41.329Z Compiling regex v1.11.1
12062024-11-18T23:50:41.471Z Compiling pem-rfc7468 v0.7.0
12072024-11-18T23:50:41.892Z Compiling flagset v0.4.6
12082024-11-18T23:50:42.094Z Compiling aws-lc-rs v1.10.0
12092024-11-18T23:50:42.178Z Compiling httparse v1.9.5
12102024-11-18T23:50:42.523Z Compiling tracing-core v0.1.32
12112024-11-18T23:50:42.927Z Compiling icu_locid_transform_data v1.5.0
12122024-11-18T23:50:43.038Z Compiling crossbeam-utils v0.8.20
12132024-11-18T23:50:43.561Z Compiling percent-encoding v2.3.1
12142024-11-18T23:50:43.644Z Compiling rustls-pki-types v1.9.0
12152024-11-18T23:50:43.856Z Compiling mirai-annotations v1.12.0
12162024-11-18T23:50:43.920Z Compiling untrusted v0.9.0
12172024-11-18T23:50:44.056Z Compiling time-core v0.1.2
12182024-11-18T23:50:44.078Z Compiling serde_derive v1.0.215
12192024-11-18T23:50:44.097Z Compiling zeroize_derive v1.4.2
12202024-11-18T23:50:44.225Z Compiling zerocopy-derive v0.7.35
12212024-11-18T23:50:44.405Z Compiling tokio-macros v2.4.0
12222024-11-18T23:50:44.738Z Compiling zerofrom-derive v0.1.4
12232024-11-18T23:50:45.656Z Compiling zeroize v1.8.1
12242024-11-18T23:50:46.032Z Compiling thiserror-impl v1.0.69
12252024-11-18T23:50:46.121Z Compiling yoke-derive v0.7.4
12262024-11-18T23:50:46.480Z Compiling zerocopy v0.7.35
12272024-11-18T23:50:46.996Z Compiling zerovec-derive v0.10.3
12282024-11-18T23:50:47.390Z Compiling crypto-common v0.1.6
12292024-11-18T23:50:47.635Z Compiling block-buffer v0.10.4
12302024-11-18T23:50:47.909Z Compiling digest v0.10.7
12312024-11-18T23:50:48.190Z Compiling futures-macro v0.3.31
12322024-11-18T23:50:48.465Z Compiling hmac v0.12.1
12332024-11-18T23:50:48.682Z Compiling block-padding v0.3.3
12342024-11-18T23:50:48.708Z Compiling displaydoc v0.2.5
12352024-11-18T23:50:48.773Z Compiling zerofrom v0.1.4
12362024-11-18T23:50:48.929Z Compiling inout v0.1.3
12372024-11-18T23:50:49.003Z Compiling sha2 v0.10.8
12382024-11-18T23:50:49.196Z Compiling cipher v0.4.4
12392024-11-18T23:50:49.260Z Compiling yoke v0.7.4
12402024-11-18T23:50:49.417Z Compiling thiserror v1.0.69
12412024-11-18T23:50:49.564Z Compiling ppv-lite86 v0.2.20
12422024-11-18T23:50:49.647Z Compiling icu_provider_macros v1.5.0
12432024-11-18T23:50:49.687Z Compiling der_derive v0.7.3
12442024-11-18T23:50:49.810Z Compiling zerovec v0.10.4
12452024-11-18T23:50:50.207Z Compiling futures-util v0.3.31
12462024-11-18T23:50:50.373Z Compiling rand_chacha v0.3.1
12472024-11-18T23:50:50.418Z Compiling tracing-attributes v0.1.27
12482024-11-18T23:50:50.825Z Compiling rand v0.8.5
12492024-11-18T23:50:52.046Z Compiling tinystr v0.7.6
12502024-11-18T23:50:52.225Z Compiling der v0.7.9
12512024-11-18T23:50:52.502Z Compiling icu_locid v1.5.0
12522024-11-18T23:50:52.523Z Compiling icu_collections v1.5.0
12532024-11-18T23:50:52.660Z Compiling salsa20 v0.10.2
12542024-11-18T23:50:52.890Z Compiling pest v2.7.14
12552024-11-18T23:50:53.093Z Compiling pbkdf2 v0.12.2
12562024-11-18T23:50:53.257Z Compiling untrusted v0.7.1
12572024-11-18T23:50:53.442Z Compiling icu_properties_data v1.5.0
12582024-11-18T23:50:53.720Z Compiling vcpkg v0.2.15
12592024-11-18T23:50:54.130Z Compiling icu_provider v1.5.0
12602024-11-18T23:50:54.271Z Compiling tracing v0.1.40
12612024-11-18T23:50:54.811Z Compiling icu_locid_transform v1.5.0
12622024-11-18T23:50:55.041Z Compiling spki v0.7.3
12632024-11-18T23:50:55.213Z Compiling powerfmt v0.2.0
12642024-11-18T23:50:55.431Z Compiling num-conv v0.1.0
12652024-11-18T23:50:55.572Z Compiling deranged v0.3.11
12662024-11-18T23:50:55.623Z Compiling pest_meta v2.7.14
12672024-11-18T23:50:55.713Z Compiling time-macros v0.2.18
12682024-11-18T23:50:55.848Z Compiling openssl-sys v0.9.104
12692024-11-18T23:50:55.987Z Compiling icu_properties v1.5.1
12702024-11-18T23:50:56.382Z Compiling scrypt v0.11.0
12712024-11-18T23:50:56.947Z Compiling cbc v0.1.2
12722024-11-18T23:50:56.973Z Compiling aes v0.8.4
12732024-11-18T23:50:57.461Z Compiling scroll_derive v0.12.0
12742024-11-18T23:50:58.637Z Compiling bitflags v2.6.0
12752024-11-18T23:50:58.783Z Compiling bytes v1.8.0
12762024-11-18T23:50:59.059Z Compiling indexmap v2.6.0
12772024-11-18T23:50:59.865Z Compiling tokio v1.40.0
12782024-11-18T23:51:00.095Z Compiling http v1.1.0
12792024-11-18T23:51:00.554Z Compiling semver v1.0.23
12802024-11-18T23:51:00.704Z Compiling write16 v1.0.0
12812024-11-18T23:51:00.844Z Compiling atomic-waker v1.1.2
12822024-11-18T23:51:00.927Z Compiling icu_normalizer_data v1.5.0
12832024-11-18T23:51:00.987Z Compiling utf16_iter v1.0.5
12842024-11-18T23:51:01.028Z Compiling rustc_version v0.4.1
12852024-11-18T23:51:01.046Z Compiling num_threads v0.1.7
12862024-11-18T23:51:01.172Z Compiling utf8_iter v1.0.4
12872024-11-18T23:51:01.193Z Compiling time v0.3.36
12882024-11-18T23:51:01.309Z Compiling scroll v0.12.0
12892024-11-18T23:51:01.407Z Compiling icu_normalizer v1.5.0
12902024-11-18T23:51:01.789Z Compiling http-body v1.0.1
12912024-11-18T23:51:01.866Z Compiling pkcs5 v0.7.1
12922024-11-18T23:51:02.118Z Compiling pest_generator v2.7.14
12932024-11-18T23:51:02.300Z Compiling form_urlencoded v1.2.1
12942024-11-18T23:51:02.526Z Compiling try-lock v0.2.5
12952024-11-18T23:51:02.631Z Compiling slog v2.7.0
12962024-11-18T23:51:02.679Z Compiling want v0.3.1
12972024-11-18T23:51:02.976Z Compiling which v4.4.2
12982024-11-18T23:51:03.091Z Compiling goblin v0.8.2
12992024-11-18T23:51:03.250Z Compiling pkcs8 v0.10.2
13002024-11-18T23:51:03.657Z Compiling idna_adapter v1.2.0
13012024-11-18T23:51:03.888Z Compiling httpdate v1.0.3
13022024-11-18T23:51:03.959Z Compiling idna v1.0.3
13032024-11-18T23:51:04.179Z Compiling pest_derive v2.7.14
13042024-11-18T23:51:04.366Z Compiling serde_tokenstream v0.2.2
13052024-11-18T23:51:04.971Z Compiling dtrace-parser v0.2.0
13062024-11-18T23:51:04.991Z Compiling toml_datetime v0.6.8
13072024-11-18T23:51:05.196Z Compiling uuid v1.11.0
13082024-11-18T23:51:05.540Z Compiling serde_spanned v0.6.8
13092024-11-18T23:51:05.766Z Compiling rustversion v1.0.17
13102024-11-18T23:51:05.864Z Compiling openssl v0.10.68
13112024-11-18T23:51:06.284Z Compiling foreign-types-shared v0.1.1
13122024-11-18T23:51:06.401Z Compiling tower-service v0.3.3
13132024-11-18T23:51:06.485Z Compiling adler2 v2.0.0
13142024-11-18T23:51:06.533Z Compiling iana-time-zone v0.1.61
13152024-11-18T23:51:06.560Z Compiling match_cfg v0.1.0
13162024-11-18T23:51:06.579Z Compiling base64 v0.22.1
13172024-11-18T23:51:06.651Z Compiling hostname v0.3.1
13182024-11-18T23:51:06.691Z Compiling chrono v0.4.38
13192024-11-18T23:51:06.909Z Compiling miniz_oxide v0.8.0
13202024-11-18T23:51:07.050Z Compiling foreign-types v0.3.2
13212024-11-18T23:51:07.146Z Compiling url v2.5.3
13222024-11-18T23:51:07.327Z Compiling openssl-macros v0.1.1
13232024-11-18T23:51:08.098Z Compiling async-trait v0.1.83
13242024-11-18T23:51:08.455Z Compiling tokio-util v0.7.12
13252024-11-18T23:51:08.580Z Compiling dirs-sys-next v0.1.2
13262024-11-18T23:51:09.224Z Compiling dof v0.3.0
13272024-11-18T23:51:09.245Z Compiling native-tls v0.2.12
13282024-11-18T23:51:09.563Z Compiling h2 v0.4.6
13292024-11-18T23:51:09.879Z Compiling siphasher v0.3.11
13302024-11-18T23:51:10.266Z Compiling usdt-impl v0.5.0
13312024-11-18T23:51:10.429Z Compiling rustls v0.23.14
13322024-11-18T23:51:10.689Z Compiling syn v1.0.109
13332024-11-18T23:51:10.869Z Compiling data-encoding v2.6.0
13342024-11-18T23:51:11.291Z Compiling rustls v0.22.4
13352024-11-18T23:51:11.500Z Compiling dirs-next v2.0.0
13362024-11-18T23:51:11.846Z Compiling http-body-util v0.1.2
13372024-11-18T23:51:12.399Z Compiling heapless v0.7.17
13382024-11-18T23:51:12.843Z Compiling crossbeam-epoch v0.9.18
13392024-11-18T23:51:13.166Z Compiling sha1 v0.10.6
13402024-11-18T23:51:13.277Z Compiling signature v2.2.0
13412024-11-18T23:51:13.411Z Compiling bzip2-sys v0.1.11+1.0.8
13422024-11-18T23:51:13.582Z Compiling serde_derive_internals v0.29.1
13432024-11-18T23:51:13.619Z Compiling thread_local v1.1.8
13442024-11-18T23:51:13.639Z Compiling encoding_rs v0.8.34
13452024-11-18T23:51:13.912Z Compiling multer v3.1.0
13462024-11-18T23:51:14.165Z Compiling cookie v0.18.1
13472024-11-18T23:51:14.192Z Compiling rayon-core v1.12.1
13482024-11-18T23:51:14.462Z Compiling unicode-properties v0.1.3
13492024-11-18T23:51:14.477Z Compiling gimli v0.31.1
13502024-11-18T23:51:15.041Z Compiling signal-hook v0.3.17
13512024-11-18T23:51:15.204Z Compiling slog-async v2.8.0
13522024-11-18T23:51:15.609Z Compiling schemars v0.8.21
13532024-11-18T23:51:15.722Z Compiling mime v0.3.17
13542024-11-18T23:51:15.904Z Compiling ipnet v2.10.1
13552024-11-18T23:51:16.268Z Compiling openssl-probe v0.1.5
13562024-11-18T23:51:16.403Z Compiling hyper v1.5.0
13572024-11-18T23:51:16.628Z Compiling schemars_derive v0.8.21
13582024-11-18T23:51:17.308Z Compiling stringprep v0.1.5
13592024-11-18T23:51:18.787Z Compiling toml_edit v0.22.22
13602024-11-18T23:51:18.915Z Compiling hyper-util v0.1.10
13612024-11-18T23:51:19.709Z Compiling addr2line v0.24.2
13622024-11-18T23:51:20.097Z Compiling usdt-macro v0.5.0
13632024-11-18T23:51:20.390Z Compiling usdt-attr-macro v0.5.0
13642024-11-18T23:51:20.482Z Compiling crossbeam-deque v0.8.5
13652024-11-18T23:51:20.689Z Compiling term v0.7.0
13662024-11-18T23:51:21.427Z Compiling slog-json v2.6.1
13672024-11-18T23:51:21.546Z Compiling serde_urlencoded v0.7.1
13682024-11-18T23:51:21.832Z Compiling curve25519-dalek v4.1.3
13692024-11-18T23:51:21.859Z Compiling crossbeam-channel v0.5.13
13702024-11-18T23:51:21.921Z Compiling futures-executor v0.3.31
13712024-11-18T23:51:22.051Z Compiling enum-as-inner v0.6.1
13722024-11-18T23:51:22.233Z Compiling md-5 v0.10.6
13732024-11-18T23:51:22.414Z Compiling rustls-pemfile v2.2.0
13742024-11-18T23:51:22.494Z Compiling async-stream-impl v0.3.6
13752024-11-18T23:51:22.506Z Compiling num-integer v0.1.46
13762024-11-18T23:51:22.732Z Compiling idna v0.4.0
13772024-11-18T23:51:22.926Z Compiling idna v0.3.0
13782024-11-18T23:51:23.104Z Compiling hash32 v0.2.1
13792024-11-18T23:51:23.297Z Compiling ff v0.13.0
13802024-11-18T23:51:23.519Z Compiling is-terminal v0.4.13
13812024-11-18T23:51:23.539Z Compiling dropshot v0.12.0
13822024-11-18T23:51:23.647Z Compiling object v0.36.5
13832024-11-18T23:51:23.818Z Compiling linked-hash-map v0.5.6
13842024-11-18T23:51:23.907Z Compiling dyn-clone v1.0.17
13852024-11-18T23:51:24.147Z Compiling quick-error v1.2.3
13862024-11-18T23:51:24.205Z Compiling base16ct v0.2.0
13872024-11-18T23:51:24.304Z Compiling portable-atomic v1.9.0
13882024-11-18T23:51:24.481Z Compiling utf-8 v0.7.6
13892024-11-18T23:51:24.532Z Compiling fallible-iterator v0.2.0
13902024-11-18T23:51:24.700Z Compiling anyhow v1.0.93
13912024-11-18T23:51:24.814Z Compiling smoltcp v0.9.1
13922024-11-18T23:51:25.228Z Compiling num-bigint-dig v0.8.4
13932024-11-18T23:51:25.337Z Compiling rustc-demangle v0.1.24
13942024-11-18T23:51:25.350Z Compiling take_mut v0.2.2
13952024-11-18T23:51:25.514Z Compiling psl-types v2.0.11
13962024-11-18T23:51:25.696Z Compiling publicsuffix v2.2.3
13972024-11-18T23:51:25.978Z Compiling postgres-protocol v0.6.7
13982024-11-18T23:51:26.026Z Compiling tungstenite v0.24.0
13992024-11-18T23:51:26.285Z Compiling sec1 v0.7.3
14002024-11-18T23:51:26.803Z Compiling resolv-conf v0.7.0
14012024-11-18T23:51:26.876Z Compiling lru-cache v0.1.2
14022024-11-18T23:51:27.072Z Compiling async-stream v0.3.6
14032024-11-18T23:51:27.386Z Compiling hickory-proto v0.24.1
14042024-11-18T23:51:27.406Z Compiling slog-term v2.9.1
14052024-11-18T23:51:27.608Z Compiling usdt v0.5.0
14062024-11-18T23:51:28.168Z Compiling group v0.13.0
14072024-11-18T23:51:28.501Z Compiling num-iter v0.1.45
14082024-11-18T23:51:28.721Z Compiling futures v0.3.31
14092024-11-18T23:51:28.805Z Compiling toml v0.8.19
14102024-11-18T23:51:28.845Z Compiling slog-bunyan v2.5.0
14112024-11-18T23:51:30.676Z Compiling tokio-native-tls v0.3.1
14122024-11-18T23:51:30.913Z Compiling backtrace v0.3.74
14132024-11-18T23:51:31.011Z Compiling camino v1.1.9
14142024-11-18T23:51:31.716Z Compiling phf_shared v0.11.2
14152024-11-18T23:51:31.769Z Compiling dropshot_endpoint v0.12.0
14162024-11-18T23:51:31.946Z Compiling terminal_size v0.4.0
14172024-11-18T23:51:32.018Z Compiling openapiv3 v2.0.0
14182024-11-18T23:51:32.098Z Compiling waitgroup v0.1.2
14192024-11-18T23:51:32.159Z Compiling serde_path_to_error v0.1.16
14202024-11-18T23:51:32.329Z Compiling hkdf v0.12.4
14212024-11-18T23:51:32.592Z Compiling crypto-bigint v0.5.5
14222024-11-18T23:51:33.061Z Compiling webpki-roots v0.26.6
14232024-11-18T23:51:33.289Z Compiling zerocopy-derive v0.6.6
14242024-11-18T23:51:34.620Z Compiling curve25519-dalek-derive v0.1.1
14252024-11-18T23:51:35.086Z Compiling hubpack_derive v0.1.1
14262024-11-18T23:51:35.582Z Compiling idna v0.5.0
14272024-11-18T23:51:35.991Z Compiling hostname v0.4.0
14282024-11-18T23:51:36.158Z Compiling ahash v0.8.11
14292024-11-18T23:51:36.273Z Compiling fs-err v2.11.0
14302024-11-18T23:51:36.425Z Compiling crc32fast v1.4.2
14312024-11-18T23:51:36.491Z Compiling managed v0.8.0
14322024-11-18T23:51:36.526Z Compiling bitflags v1.3.2
14332024-11-18T23:51:36.562Z Compiling winnow v0.5.40
14342024-11-18T23:51:36.632Z Compiling debug-ignore v1.0.5
14352024-11-18T23:51:36.762Z Compiling flate2 v1.0.34
14362024-11-18T23:51:36.787Z Compiling console v0.15.8
14372024-11-18T23:51:37.209Z Compiling clap_builder v4.5.21
14382024-11-18T23:51:37.699Z Compiling strum_macros v0.25.3
14392024-11-18T23:51:37.905Z Compiling cookie_store v0.21.0
14402024-11-18T23:51:38.630Z Compiling hubpack v0.1.2
14412024-11-18T23:51:39.092Z Compiling elliptic-curve v0.13.8
14422024-11-18T23:51:39.122Z Compiling zerocopy v0.6.6
14432024-11-18T23:51:39.584Z Compiling hickory-resolver v0.24.1
14442024-11-18T23:51:39.949Z Compiling phf v0.11.2
14452024-11-18T23:51:40.248Z Compiling toml_edit v0.19.15
14462024-11-18T23:51:40.425Z Compiling signal-hook-mio v0.2.4
14472024-11-18T23:51:40.587Z Compiling hyper-tls v0.6.0
14482024-11-18T23:51:40.921Z Compiling rayon v1.10.0
14492024-11-18T23:51:41.015Z Compiling bzip2 v0.4.4
14502024-11-18T23:51:41.918Z Compiling tokio-tungstenite v0.24.0
14512024-11-18T23:51:42.469Z Compiling postgres-types v0.2.8
14522024-11-18T23:51:45.439Z Compiling ed25519 v2.2.3
14532024-11-18T23:51:45.850Z Compiling phf_shared v0.10.0
14542024-11-18T23:51:46.256Z Compiling tokio-stream v0.1.16
14552024-11-18T23:51:46.379Z Compiling pkcs1 v0.7.5
14562024-11-18T23:51:46.532Z Compiling serde-big-array v0.5.1
14572024-11-18T23:51:46.631Z Compiling clap_derive v4.5.18
14582024-11-18T23:51:46.777Z Compiling rfc6979 v0.4.0
14592024-11-18T23:51:46.970Z Compiling serde_repr v0.1.19
14602024-11-18T23:51:47.304Z Compiling derive-where v1.2.7
14612024-11-18T23:51:47.340Z Compiling float-cmp v0.9.0
14622024-11-18T23:51:47.371Z Compiling bstr v1.10.0
14632024-11-18T23:51:47.581Z Compiling sync_wrapper v1.0.1
14642024-11-18T23:51:47.745Z Compiling precomputed-hash v0.1.1
14652024-11-18T23:51:47.862Z Compiling fixedbitset v0.4.2
14662024-11-18T23:51:48.212Z Compiling difflib v0.4.0
14672024-11-18T23:51:48.312Z Compiling static_assertions v1.1.0
14682024-11-18T23:51:48.336Z Compiling unicode-segmentation v1.12.0
14692024-11-18T23:51:48.422Z Compiling new_debug_unreachable v1.0.6
14702024-11-18T23:51:48.523Z Compiling normalize-line-endings v0.3.0
14712024-11-18T23:51:48.652Z Compiling unicode-width v0.2.0
14722024-11-18T23:51:49.176Z Compiling number_prefix v0.4.0
14732024-11-18T23:51:49.197Z Compiling predicates-core v1.0.8
14742024-11-18T23:51:49.226Z Compiling whoami v1.5.2
14752024-11-18T23:51:49.406Z Compiling bit-vec v0.6.3
14762024-11-18T23:51:49.558Z Compiling tokio-postgres v0.7.12
14772024-11-18T23:51:49.825Z Compiling bit-set v0.5.3
14782024-11-18T23:51:49.879Z Compiling predicates v3.1.2
14792024-11-18T23:51:49.881Z Compiling indicatif v0.17.9
14802024-11-18T23:51:50.103Z Compiling similar v2.6.0
14812024-11-18T23:51:50.862Z Compiling string_cache v0.8.7
14822024-11-18T23:51:51.311Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14832024-11-18T23:51:51.645Z Compiling petgraph v0.6.5
14842024-11-18T23:51:51.710Z Compiling clap v4.5.21
14852024-11-18T23:51:51.835Z Compiling ecdsa v0.16.9
14862024-11-18T23:51:52.153Z Compiling rsa v0.9.6
14872024-11-18T23:51:52.530Z Compiling ed25519-dalek v2.1.1
14882024-11-18T23:51:52.643Z Compiling toml v0.7.8
14892024-11-18T23:51:53.852Z Compiling zip v0.6.6
14902024-11-18T23:51:54.502Z Compiling crossterm v0.28.1
14912024-11-18T23:51:55.799Z Compiling hex v0.4.3
14922024-11-18T23:51:55.846Z Compiling x509-cert v0.2.5
14932024-11-18T23:51:55.977Z Compiling itertools v0.10.5
14942024-11-18T23:51:56.420Z Compiling peg-runtime v0.8.3
14952024-11-18T23:51:56.422Z Compiling lalrpop-util v0.19.12
14962024-11-18T23:51:56.783Z Compiling unicode-xid v0.2.6
14972024-11-18T23:51:56.977Z Compiling strum_macros v0.26.4
14982024-11-18T23:51:57.086Z Compiling xattr v1.3.1
14992024-11-18T23:51:57.354Z Compiling filetime v0.2.25
15002024-11-18T23:51:57.676Z Compiling tar v0.4.43
15012024-11-18T23:52:01.960Z Compiling strum v0.26.3
15022024-11-18T23:52:04.686Z Compiling aws-lc-sys v0.22.0
15032024-11-18T23:52:32.837Z Compiling rustls-webpki v0.102.8
15042024-11-18T23:52:36.184Z Compiling tokio-rustls v0.25.0
15052024-11-18T23:52:37.817Z Compiling tokio-rustls v0.26.0
15062024-11-18T23:52:38.138Z Compiling hyper-rustls v0.27.3
15072024-11-18T23:52:38.571Z Compiling reqwest v0.12.9
15082024-11-18T23:52:39.670Z Compiling qorb v0.2.0
15092024-11-18T23:52:44.486Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15102024-11-18T23:52:44.719Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15112024-11-18T23:52:50.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
15122024-11-18T23:52:50.642Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15132024-11-18T23:52:50.693ZNov 18 23:52:50.309 INFO Starting download, target: Clickhouse
15142024-11-18T23:52:50.693ZNov 18 23:52:50.309 INFO Starting download, target: Console
15152024-11-18T23:52:50.693ZNov 18 23:52:50.309 INFO Starting download, target: Cockroach
15162024-11-18T23:52:50.693ZNov 18 23:52:50.309 INFO Starting download, target: DendriteOpenapi
15172024-11-18T23:52:50.696ZNov 18 23:52:50.309 INFO Starting download, target: DendriteStub
15182024-11-18T23:52:50.696ZNov 18 23:52:50.309 INFO Starting download, target: MaghemiteMgd
15192024-11-18T23:52:50.696ZNov 18 23:52:50.309 INFO Starting download, target: TransceiverControl
15202024-11-18T23:52:50.696ZNov 18 23:52:50.310 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15212024-11-18T23:52:50.696ZNov 18 23:52:50.310 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi
15222024-11-18T23:52:50.696ZNov 18 23:52:50.310 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15232024-11-18T23:52:50.696ZNov 18 23:52:50.310 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15242024-11-18T23:52:50.696ZNov 18 23:52:50.310 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15252024-11-18T23:52:50.696ZNov 18 23:52:50.310 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15262024-11-18T23:52:50.696ZNov 18 23:52:50.310 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15272024-11-18T23:52:50.953ZNov 18 23:52:50.540 INFO Download complete, target: DendriteOpenapi
15282024-11-18T23:52:51.016ZNov 18 23:52:50.599 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15292024-11-18T23:52:51.293ZNov 18 23:52:50.878 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15302024-11-18T23:52:51.605ZNov 18 23:52:51.216 INFO Download complete, target: Console
15312024-11-18T23:52:51.637ZNov 18 23:52:51.237 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15322024-11-18T23:52:51.658ZNov 18 23:52:51.271 INFO Download complete, target: TransceiverControl
15332024-11-18T23:52:51.711ZNov 18 23:52:51.324 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15342024-11-18T23:52:52.100ZNov 18 23:52:51.716 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15352024-11-18T23:52:52.101ZNov 18 23:52:51.716 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15362024-11-18T23:52:52.662ZNov 18 23:52:52.278 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15372024-11-18T23:52:54.423ZNov 18 23:52:54.039 INFO Download complete, target: DendriteStub
15382024-11-18T23:52:54.627ZNov 18 23:52:54.243 INFO Download complete, target: MaghemiteMgd
15392024-11-18T23:52:59.585ZNov 18 23:52:59.200 INFO Checking that binary works, target: Cockroach
15402024-11-18T23:52:59.742ZNov 18 23:52:59.357 INFO Download complete, target: Cockroach
15412024-11-18T23:53:04.891ZNov 18 23:53:04.505 INFO Checking that binary works, target: Clickhouse
15422024-11-18T23:53:05.472ZNov 18 23:53:05.088 INFO Download complete, target: Clickhouse
15432024-11-18T23:53:05.480ZAll prerequisites installed successfully
15442024-11-18T23:53:05.482Z
15452024-11-18T23:53:05.482Zreal 4:46.838146107
15462024-11-18T23:53:05.482Zuser 16:21.830374292
15472024-11-18T23:53:05.482Zsys 3:14.752534399
15482024-11-18T23:53:05.483Ztrap 0.534885387
15492024-11-18T23:53:05.483Ztflt 1.593260842
15502024-11-18T23:53:05.483Zdflt 2.873110320
15512024-11-18T23:53:05.483Zkflt 0.022582241
15522024-11-18T23:53:05.483Zlock 30:17.484774022
15532024-11-18T23:53:05.483Zslp 1:01:03.296219406
15542024-11-18T23:53:05.483Zlat 57.098985657
15552024-11-18T23:53:05.483Zstop 2:21.604055389
15562024-11-18T23:53:05.483Z+ ptime -m cargo xtask download softnpu
15572024-11-18T23:53:06.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
15582024-11-18T23:53:06.043Z Running `target/debug/xtask download softnpu`
15592024-11-18T23:53:06.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
15602024-11-18T23:53:06.910Z Running `target/debug/xtask-downloader softnpu`
15612024-11-18T23:53:06.946ZNov 18 23:53:06.561 INFO Starting download, target: Softnpu
15622024-11-18T23:53:06.950ZNov 18 23:53:06.562 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15632024-11-18T23:53:07.732ZNov 18 23:53:07.347 INFO Download complete, target: Softnpu
15642024-11-18T23:53:07.736Z
15652024-11-18T23:53:07.738Zreal 2.248263439
15662024-11-18T23:53:07.738Zuser 1.279852679
15672024-11-18T23:53:07.738Zsys 0.529454657
15682024-11-18T23:53:07.738Ztrap 0.000597314
15692024-11-18T23:53:07.738Ztflt 0.000032047
15702024-11-18T23:53:07.738Zdflt 0.000001649
15712024-11-18T23:53:07.738Zkflt 0.000000000
15722024-11-18T23:53:07.738Zlock 8.081495643
15732024-11-18T23:53:07.738Zslp 0.596650412
15742024-11-18T23:53:07.739Zlat 0.068655874
15752024-11-18T23:53:07.739Zstop 0.000166873
15762024-11-18T23:53:07.739Z+ export CARGO_INCREMENTAL=0
15772024-11-18T23:53:07.739Z+ CARGO_INCREMENTAL=0
15782024-11-18T23:53:07.739Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15792024-11-18T23:53:08.675Z Compiling proc-macro2 v1.0.89
15802024-11-18T23:53:08.675Z Compiling unicode-ident v1.0.13
15812024-11-18T23:53:08.675Z Compiling libc v0.2.162
15822024-11-18T23:53:08.675Z Compiling serde v1.0.215
15832024-11-18T23:53:08.678Z Compiling autocfg v1.4.0
15842024-11-18T23:53:08.678Z Compiling version_check v0.9.5
15852024-11-18T23:53:08.678Z Compiling cfg-if v1.0.0
15862024-11-18T23:53:08.895Z Compiling memchr v2.7.4
15872024-11-18T23:53:08.947Z Compiling shlex v1.3.0
15882024-11-18T23:53:08.947Z Compiling typenum v1.17.0
15892024-11-18T23:53:09.347Z Compiling value-bag v1.9.0
15902024-11-18T23:53:09.394Z Compiling scopeguard v1.2.0
15912024-11-18T23:53:09.564Z Compiling generic-array v0.14.7
15922024-11-18T23:53:09.661Z Compiling lock_api v0.4.12
15932024-11-18T23:53:09.827Z Compiling log v0.4.22
15942024-11-18T23:53:09.888Z Compiling parking_lot_core v0.9.10
15952024-11-18T23:53:10.288Z Compiling once_cell v1.20.2
15962024-11-18T23:53:10.314Z Compiling serde_json v1.0.132
15972024-11-18T23:53:10.557Z Compiling quote v1.0.37
15982024-11-18T23:53:10.627Z Compiling rustix v0.38.37
15992024-11-18T23:53:10.659Z Compiling libm v0.2.8
16002024-11-18T23:53:10.729Z Compiling jobserver v0.1.32
16012024-11-18T23:53:10.921Z Compiling getrandom v0.2.15
16022024-11-18T23:53:10.997Z Compiling syn v2.0.87
16032024-11-18T23:53:11.201Z Compiling cc v1.1.30
16042024-11-18T23:53:11.262Z Compiling thiserror v1.0.69
16052024-11-18T23:53:11.279Z Compiling num-traits v0.2.19
16062024-11-18T23:53:11.458Z Compiling itoa v1.0.11
16072024-11-18T23:53:11.474Z Compiling spin v0.9.8
16082024-11-18T23:53:11.492Z Compiling aho-corasick v1.1.3
16092024-11-18T23:53:11.553Z Compiling regex-syntax v0.8.5
16102024-11-18T23:53:11.742Z Compiling slab v0.4.9
16112024-11-18T23:53:12.041Z Compiling byteorder v1.5.0
16122024-11-18T23:53:12.210Z Compiling errno v0.3.9
16132024-11-18T23:53:12.498Z Compiling rand_core v0.6.4
16142024-11-18T23:53:12.502Z Compiling either v1.13.0
16152024-11-18T23:53:12.534Z Compiling lazy_static v1.5.0
16162024-11-18T23:53:12.960Z Compiling glob v0.3.1
16172024-11-18T23:53:13.331Z Compiling prettyplease v0.2.25
16182024-11-18T23:53:13.754Z Compiling clang-sys v1.8.1
16192024-11-18T23:53:13.841Z Compiling minimal-lexical v0.2.1
16202024-11-18T23:53:13.942Z Compiling libloading v0.8.5
16212024-11-18T23:53:14.313Z Compiling nom v7.1.3
16222024-11-18T23:53:14.334Z Compiling home v0.5.9
16232024-11-18T23:53:14.425Z Compiling subtle v2.6.1
16242024-11-18T23:53:14.626Z Compiling allocator-api2 v0.2.18
16252024-11-18T23:53:14.717Z Compiling bindgen v0.69.5
16262024-11-18T23:53:15.062Z Compiling itertools v0.12.1
16272024-11-18T23:53:15.115Z Compiling regex-automata v0.4.8
16282024-11-18T23:53:15.409Z Compiling semver v1.0.23
16292024-11-18T23:53:15.861Z Compiling smallvec v1.13.2
16302024-11-18T23:53:15.895Z Compiling rustc-hash v1.1.0
16312024-11-18T23:53:16.056Z Compiling lazycell v1.3.0
16322024-11-18T23:53:16.226Z Compiling cmake v0.1.51
16332024-11-18T23:53:16.529Z Compiling dunce v1.0.5
16342024-11-18T23:53:16.666Z Compiling fs_extra v1.3.0
16352024-11-18T23:53:17.792Z Compiling cexpr v0.6.0
16362024-11-18T23:53:17.795Z Compiling pkg-config v0.3.31
16372024-11-18T23:53:17.894Z Compiling ring v0.17.8
16382024-11-18T23:53:18.264Z Compiling ryu v1.0.18
16392024-11-18T23:53:18.480Z Compiling pin-project-lite v0.2.14
16402024-11-18T23:53:18.547Z Compiling synstructure v0.13.1
16412024-11-18T23:53:18.882Z Compiling paste v1.0.15
16422024-11-18T23:53:18.973Z Compiling const-oid v0.9.6
16432024-11-18T23:53:19.478Z Compiling aws-lc-rs v1.10.0
16442024-11-18T23:53:19.665Z Compiling httparse v1.9.5
16452024-11-18T23:53:19.876Z Compiling foldhash v0.1.3
16462024-11-18T23:53:19.962Z Compiling equivalent v1.0.1
16472024-11-18T23:53:20.081Z Compiling hashbrown v0.15.0
16482024-11-18T23:53:20.340Z Compiling schemars v0.8.21
16492024-11-18T23:53:20.689Z Compiling regex v1.11.1
16502024-11-18T23:53:20.828Z Compiling heck v0.5.0
16512024-11-18T23:53:21.299Z Compiling serde_derive_internals v0.29.1
16522024-11-18T23:53:21.474Z Compiling signal-hook-registry v1.4.2
16532024-11-18T23:53:21.759Z Compiling parking_lot v0.12.3
16542024-11-18T23:53:21.776Z Compiling mio v1.0.2
16552024-11-18T23:53:23.535Z Compiling crossbeam-utils v0.8.20
16562024-11-18T23:53:23.654Z Compiling stable_deref_trait v1.2.0
16572024-11-18T23:53:23.773Z Compiling socket2 v0.5.7
16582024-11-18T23:53:23.830Z Compiling time-core v0.1.2
16592024-11-18T23:53:24.051Z Compiling num-conv v0.1.0
16602024-11-18T23:53:24.214Z Compiling serde_derive v1.0.215
16612024-11-18T23:53:24.343Z Compiling zeroize_derive v1.4.2
16622024-11-18T23:53:24.382Z Compiling zerocopy-derive v0.7.35
16632024-11-18T23:53:25.080Z Compiling thiserror-impl v1.0.69
16642024-11-18T23:53:25.342Z Compiling tokio-macros v2.4.0
16652024-11-18T23:53:25.712Z Compiling zerofrom-derive v0.1.4
16662024-11-18T23:53:25.799Z Compiling zeroize v1.8.1
16672024-11-18T23:53:26.135Z Compiling yoke-derive v0.7.4
16682024-11-18T23:53:26.345Z Compiling futures-macro v0.3.31
16692024-11-18T23:53:26.516Z Compiling zerovec-derive v0.10.3
16702024-11-18T23:53:26.821Z Compiling zerocopy v0.7.35
16712024-11-18T23:53:27.737Z Compiling displaydoc v0.2.5
16722024-11-18T23:53:28.241Z Compiling crypto-common v0.1.6
16732024-11-18T23:53:28.428Z Compiling tracing-attributes v0.1.27
16742024-11-18T23:53:28.500Z Compiling icu_provider_macros v1.5.0
16752024-11-18T23:53:28.723Z Compiling block-buffer v0.10.4
16762024-11-18T23:53:28.944Z Compiling digest v0.10.7
16772024-11-18T23:53:29.203Z Compiling schemars_derive v0.8.21
16782024-11-18T23:53:29.236Z Compiling der_derive v0.7.3
16792024-11-18T23:53:29.363Z Compiling futures-core v0.3.31
16802024-11-18T23:53:29.535Z Compiling time-macros v0.2.18
16812024-11-18T23:53:29.946Z Compiling fnv v1.0.7
16822024-11-18T23:53:29.964Z Compiling vcpkg v0.2.15
16832024-11-18T23:53:31.647Z Compiling openssl-sys v0.9.104
16842024-11-18T23:53:32.460Z Compiling cpufeatures v0.2.14
16852024-11-18T23:53:32.564Z Compiling futures-sink v0.3.31
16862024-11-18T23:53:32.625Z Compiling slog v2.7.0
16872024-11-18T23:53:32.762Z Compiling ahash v0.8.11
16882024-11-18T23:53:32.880Z Compiling syn v1.0.109
16892024-11-18T23:53:33.255Z Compiling zerofrom v0.1.4
16902024-11-18T23:53:33.485Z Compiling scroll_derive v0.12.0
16912024-11-18T23:53:33.582Z Compiling iana-time-zone v0.1.61
16922024-11-18T23:53:33.621Z Compiling ucd-trie v0.1.7
16932024-11-18T23:53:33.700Z Compiling yoke v0.7.4
16942024-11-18T23:53:33.995Z Compiling pest v2.7.14
16952024-11-18T23:53:34.098Z Compiling futures-channel v0.3.31
16962024-11-18T23:53:34.502Z Compiling hmac v0.12.1
16972024-11-18T23:53:34.753Z Compiling pin-utils v0.1.0
16982024-11-18T23:53:34.850Z Compiling openssl v0.10.68
16992024-11-18T23:53:34.928Z Compiling futures-io v0.3.31
17002024-11-18T23:53:34.965Z Compiling futures-task v0.3.31
17012024-11-18T23:53:35.254Z Compiling futures-util v0.3.31
17022024-11-18T23:53:35.636Z Compiling zerovec v0.10.4
17032024-11-18T23:53:35.995Z Compiling block-padding v0.3.3
17042024-11-18T23:53:36.234Z Compiling tinyvec_macros v0.1.1
17052024-11-18T23:53:36.691Z Compiling pest_meta v2.7.14
17062024-11-18T23:53:37.110Z Compiling tinyvec v1.8.0
17072024-11-18T23:53:37.644Z Compiling bitflags v2.6.0
17082024-11-18T23:53:37.676Z Compiling bytes v1.8.0
17092024-11-18T23:53:39.372Z Compiling indexmap v2.6.0
17102024-11-18T23:53:40.885Z Compiling tokio v1.40.0
17112024-11-18T23:53:40.904Z Compiling serde_tokenstream v0.2.2
17122024-11-18T23:53:41.476Z Compiling http v1.1.0
17132024-11-18T23:53:41.789Z Compiling uuid v1.11.0
17142024-11-18T23:53:42.392Z Compiling which v4.4.2
17152024-11-18T23:53:43.061Z Compiling rustc_version v0.4.1
17162024-11-18T23:53:43.284Z Compiling chrono v0.4.38
17172024-11-18T23:53:45.502Z Compiling pest_generator v2.7.14
17182024-11-18T23:53:46.881Z Compiling toml_datetime v0.6.8
17192024-11-18T23:53:47.280Z Compiling serde_spanned v0.6.8
17202024-11-18T23:53:47.336Z Compiling inout v0.1.3
17212024-11-18T23:53:47.594Z Compiling openssl-macros v0.1.1
17222024-11-18T23:53:48.310Z Compiling native-tls v0.2.12
17232024-11-18T23:53:48.656Z Compiling rustls v0.23.14
17242024-11-18T23:53:49.695Z Compiling cipher v0.4.4
17252024-11-18T23:53:49.827Z Compiling pest_derive v2.7.14
17262024-11-18T23:53:50.159Z Compiling unicode-normalization v0.1.24
17272024-11-18T23:53:50.482Z Compiling tinystr v0.7.6
17282024-11-18T23:53:50.583Z Compiling sha2 v0.10.8
17292024-11-18T23:53:50.787Z Compiling tracing-core v0.1.32
17302024-11-18T23:53:50.951Z Compiling usdt-impl v0.5.0
17312024-11-18T23:53:51.290Z Compiling dyn-clone v1.0.17
17322024-11-18T23:53:51.311Z Compiling unicode-bidi v0.3.17
17332024-11-18T23:53:51.399Z Compiling litemap v0.7.3
17342024-11-18T23:53:51.509Z Compiling base64ct v1.6.0
17352024-11-18T23:53:51.759Z Compiling writeable v0.5.5
17362024-11-18T23:53:51.811Z Compiling tracing v0.1.40
17372024-11-18T23:53:52.062Z Compiling pem-rfc7468 v0.7.0
17382024-11-18T23:53:52.271Z Compiling icu_locid v1.5.0
17392024-11-18T23:53:53.014Z Compiling scroll v0.12.0
17402024-11-18T23:53:53.212Z Compiling ppv-lite86 v0.2.20
17412024-11-18T23:53:53.597Z Compiling async-trait v0.1.83
17422024-11-18T23:53:54.119Z Compiling cookie v0.18.1
17432024-11-18T23:53:54.403Z Compiling camino v1.1.9
17442024-11-18T23:53:54.946Z Compiling plain v0.2.3
17452024-11-18T23:53:55.291Z Compiling flagset v0.4.6
17462024-11-18T23:53:55.337Z Compiling anyhow v1.0.93
17472024-11-18T23:53:55.888Z Compiling der v0.7.9
17482024-11-18T23:53:56.488Z Compiling aws-lc-sys v0.22.0
17492024-11-18T23:53:58.828Z Compiling goblin v0.8.2
17502024-11-18T23:54:01.522Z Compiling rand_chacha v0.3.1
17512024-11-18T23:54:02.462Z Compiling icu_provider v1.5.0
17522024-11-18T23:54:03.460Z Compiling rustls-pki-types v1.9.0
17532024-11-18T23:54:03.484Z Compiling rayon-core v1.12.1
17542024-11-18T23:54:03.750Z Compiling percent-encoding v2.3.1
17552024-11-18T23:54:04.222Z Compiling icu_locid_transform_data v1.5.0
17562024-11-18T23:54:04.322Z Compiling rustls v0.22.4
17572024-11-18T23:54:04.566Z Compiling pretty-hex v0.4.1
17582024-11-18T23:54:04.930Z Compiling untrusted v0.7.1
17592024-11-18T23:54:05.074Z Compiling dof v0.3.0
17602024-11-18T23:54:05.118Z Compiling icu_locid_transform v1.5.0
17612024-11-18T23:54:06.707Z Compiling rand v0.8.5
17622024-11-18T23:54:06.727Z Compiling spki v0.7.3
17632024-11-18T23:54:07.233Z Compiling dtrace-parser v0.2.0
17642024-11-18T23:54:07.394Z Compiling salsa20 v0.10.2
17652024-11-18T23:54:07.526Z Compiling tokio-util v0.7.12
17662024-11-18T23:54:07.971Z Compiling icu_collections v1.5.0
17672024-11-18T23:54:08.345Z Compiling pbkdf2 v0.12.2
17682024-11-18T23:54:09.016Z Compiling thread-id v4.2.2
17692024-11-18T23:54:09.034Z Compiling icu_properties_data v1.5.0
17702024-11-18T23:54:09.132Z Compiling untrusted v0.9.0
17712024-11-18T23:54:09.171Z Compiling winnow v0.5.40
17722024-11-18T23:54:09.317Z Compiling mirai-annotations v1.12.0
17732024-11-18T23:54:09.424Z Compiling powerfmt v0.2.0
17742024-11-18T23:54:09.820Z Compiling deranged v0.3.11
17752024-11-18T23:54:11.872Z Compiling icu_properties v1.5.1
17762024-11-18T23:54:13.055Z Compiling toml_edit v0.19.15
17772024-11-18T23:54:13.521Z Compiling scrypt v0.11.0
17782024-11-18T23:54:14.030Z Compiling aes v0.8.4
17792024-11-18T23:54:14.225Z Compiling cbc v0.1.2
17802024-11-18T23:54:15.255Z Compiling multer v3.1.0
17812024-11-18T23:54:15.543Z Compiling utf16_iter v1.0.5
17822024-11-18T23:54:15.748Z Compiling slog-async v2.8.0
17832024-11-18T23:54:16.206Z Compiling write16 v1.0.0
17842024-11-18T23:54:16.544Z Compiling utf8_iter v1.0.4
17852024-11-18T23:54:16.616Z Compiling num_threads v0.1.7
17862024-11-18T23:54:16.743Z Compiling rustversion v1.0.17
17872024-11-18T23:54:16.827Z Compiling icu_normalizer_data v1.5.0
17882024-11-18T23:54:16.940Z Compiling atomic-waker v1.1.2
17892024-11-18T23:54:17.170Z Compiling icu_normalizer v1.5.0
17902024-11-18T23:54:17.188Z Compiling time v0.3.36
17912024-11-18T23:54:17.412Z Compiling pkcs5 v0.7.1
17922024-11-18T23:54:19.037Z Compiling form_urlencoded v1.2.1
17932024-11-18T23:54:19.813Z Compiling http-body v1.0.1
17942024-11-18T23:54:19.829Z Compiling heapless v0.7.17
17952024-11-18T23:54:20.423Z Compiling bzip2-sys v0.1.11+1.0.8
17962024-11-18T23:54:21.218Z Compiling try-lock v0.2.5
17972024-11-18T23:54:21.707Z Compiling signal-hook v0.3.17
17982024-11-18T23:54:21.990Z Compiling want v0.3.1
17992024-11-18T23:54:23.601Z Compiling idna_adapter v1.2.0
18002024-11-18T23:54:23.718Z Compiling pkcs8 v0.10.2
18012024-11-18T23:54:24.392Z Compiling h2 v0.4.6
18022024-11-18T23:54:25.041Z Compiling usdt-attr-macro v0.5.0
18032024-11-18T23:54:26.558Z Compiling usdt-macro v0.5.0
18042024-11-18T23:54:26.928Z Compiling async-stream-impl v0.3.6
18052024-11-18T23:54:26.965Z Compiling httpdate v1.0.3
18062024-11-18T23:54:27.369Z Compiling strsim v0.11.1
18072024-11-18T23:54:27.851Z Compiling adler2 v2.0.0
18082024-11-18T23:54:28.149Z Compiling miniz_oxide v0.8.0
18092024-11-18T23:54:29.608Z Compiling idna v1.0.3
18102024-11-18T23:54:31.314Z Compiling curve25519-dalek v4.1.3
18112024-11-18T23:54:31.378Z Compiling openapiv3 v2.0.0
18122024-11-18T23:54:31.709Z Compiling hyper v1.5.0
18132024-11-18T23:54:34.547Z Compiling enum-as-inner v0.6.1
18142024-11-18T23:54:35.570Z Compiling dropshot v0.12.0
18152024-11-18T23:54:35.572Z Compiling tower-service v0.3.3
18162024-11-18T23:54:35.706Z Compiling base64 v0.22.1
18172024-11-18T23:54:35.834Z Compiling portable-atomic v1.9.0
18182024-11-18T23:54:35.876Z Compiling num-bigint-dig v0.8.4
18192024-11-18T23:54:35.924Z Compiling foreign-types-shared v0.1.1
18202024-11-18T23:54:36.040Z Compiling match_cfg v0.1.0
18212024-11-18T23:54:36.163Z Compiling smoltcp v0.9.1
18222024-11-18T23:54:36.380Z Compiling hostname v0.3.1
18232024-11-18T23:54:36.597Z Compiling foreign-types v0.3.2
18242024-11-18T23:54:36.689Z Compiling hyper-util v0.1.10
18252024-11-18T23:54:40.084Z Compiling url v2.5.3
18262024-11-18T23:54:43.218Z Compiling dirs-sys-next v0.1.2
18272024-11-18T23:54:43.717Z Compiling heck v0.4.1
18282024-11-18T23:54:43.913Z Compiling data-encoding v2.6.0
18292024-11-18T23:54:44.125Z Compiling gimli v0.31.1
18302024-11-18T23:54:44.147Z Compiling siphasher v0.3.11
18312024-11-18T23:54:44.762Z Compiling dirs-next v2.0.0
18322024-11-18T23:54:45.854Z Compiling http-body-util v0.1.2
18332024-11-18T23:54:47.274Z Compiling crossbeam-epoch v0.9.18
18342024-11-18T23:54:48.010Z Compiling hubpack_derive v0.1.1
18352024-11-18T23:54:48.837Z Compiling dropshot_endpoint v0.12.0
18362024-11-18T23:54:49.389Z Compiling addr2line v0.24.2
18372024-11-18T23:54:50.380Z Compiling sha1 v0.10.6
18382024-11-18T23:54:50.791Z Compiling signature v2.2.0
18392024-11-18T23:54:51.011Z Compiling zerocopy-derive v0.6.6
18402024-11-18T23:54:51.029Z Compiling curve25519-dalek-derive v0.1.1
18412024-11-18T23:54:52.412Z Compiling object v0.36.5
18422024-11-18T23:54:52.827Z Compiling thread_local v1.1.8
18432024-11-18T23:54:52.895Z Compiling fs-err v2.11.0
18442024-11-18T23:54:53.102Z Compiling encoding_rs v0.8.34
18452024-11-18T23:54:53.258Z Compiling winnow v0.6.20
18462024-11-18T23:54:56.688Z Compiling unicode-properties v0.1.3
18472024-11-18T23:54:57.094Z Compiling openssl-probe v0.1.5
18482024-11-18T23:54:57.114Z Compiling rustc-demangle v0.1.24
18492024-11-18T23:54:57.403Z Compiling mime v0.3.17
18502024-11-18T23:54:59.049Z Compiling utf8parse v0.2.2
18512024-11-18T23:54:59.218Z Compiling ipnet v2.10.1
18522024-11-18T23:55:01.658Z Compiling anstyle v1.0.10
18532024-11-18T23:55:02.115Z Compiling backtrace v0.3.74
18542024-11-18T23:55:04.443Z Compiling anstyle-parse v0.2.5
18552024-11-18T23:55:05.050Z Compiling stringprep v0.1.5
18562024-11-18T23:55:05.337Z Compiling toml_edit v0.22.22
18572024-11-18T23:55:10.747Z Compiling rustls-webpki v0.102.8
18582024-11-18T23:55:12.659Z Compiling crossbeam-deque v0.8.5
18592024-11-18T23:55:13.028Z Compiling term v0.7.0
18602024-11-18T23:55:14.287Z Compiling slog-json v2.6.1
18612024-11-18T23:55:16.449Z Compiling serde_urlencoded v0.7.1
18622024-11-18T23:55:17.179Z Compiling crossbeam-channel v0.5.13
18632024-11-18T23:55:17.381Z Compiling rustls-pemfile v2.2.0
18642024-11-18T23:55:18.201Z Compiling hashbrown v0.14.5
18652024-11-18T23:55:18.740Z Compiling idna v0.4.0
18662024-11-18T23:55:19.584Z Compiling idna v0.3.0
18672024-11-18T23:55:20.164Z Compiling futures-executor v0.3.31
18682024-11-18T23:55:20.668Z Compiling num-integer v0.1.46
18692024-11-18T23:55:21.081Z Compiling md-5 v0.10.6
18702024-11-18T23:55:21.261Z Compiling ff v0.13.0
18712024-11-18T23:55:21.319Z Compiling hash32 v0.2.1
18722024-11-18T23:55:21.408Z Compiling is-terminal v0.4.13
18732024-11-18T23:55:21.487Z Compiling memmap v0.7.0
18742024-11-18T23:55:21.697Z Compiling colorchoice v1.0.2
18752024-11-18T23:55:21.808Z Compiling linked-hash-map v0.5.6
18762024-11-18T23:55:21.866Z Compiling fallible-iterator v0.2.0
18772024-11-18T23:55:22.201Z Compiling base16ct v0.2.0
18782024-11-18T23:55:22.474Z Compiling anstyle-query v1.1.1
18792024-11-18T23:55:22.632Z Compiling psl-types v2.0.11
18802024-11-18T23:55:22.825Z Compiling quick-error v1.2.3
18812024-11-18T23:55:22.978Z Compiling utf-8 v0.7.6
18822024-11-18T23:55:23.958Z Compiling is_terminal_polyfill v1.70.1
18832024-11-18T23:55:24.095Z Compiling take_mut v0.2.2
18842024-11-18T23:55:25.292Z Compiling anstream v0.6.15
18852024-11-18T23:55:26.103Z Compiling tungstenite v0.24.0
18862024-11-18T23:55:26.299Z Compiling resolv-conf v0.7.0
18872024-11-18T23:55:26.988Z Compiling publicsuffix v2.2.3
18882024-11-18T23:55:27.088Z Compiling postgres-protocol v0.6.7
18892024-11-18T23:55:27.247Z Compiling sec1 v0.7.3
18902024-11-18T23:55:27.827Z Compiling lru-cache v0.1.2
18912024-11-18T23:55:28.033Z Compiling usdt v0.5.0
18922024-11-18T23:55:28.257Z Compiling slog-term v2.9.1
18932024-11-18T23:55:28.487Z Compiling group v0.13.0
18942024-11-18T23:55:28.793Z Compiling num-iter v0.1.45
18952024-11-18T23:55:28.812Z Compiling futures v0.3.31
18962024-11-18T23:55:28.934Z Compiling hickory-proto v0.24.1
18972024-11-18T23:55:29.229Z Compiling regress v0.10.1
18982024-11-18T23:55:29.311Z Compiling tokio-rustls v0.26.0
18992024-11-18T23:55:32.161Z Compiling tokio-rustls v0.25.0
19002024-11-18T23:55:32.602Z Compiling slog-bunyan v2.5.0
19012024-11-18T23:55:32.800Z Compiling toml v0.8.19
19022024-11-18T23:55:33.091Z Compiling tokio-native-tls v0.3.1
19032024-11-18T23:55:33.385Z Compiling phf_shared v0.11.2
19042024-11-18T23:55:33.780Z Compiling strum_macros v0.25.3
19052024-11-18T23:55:34.297Z Compiling async-stream v0.3.6
19062024-11-18T23:55:34.318Z Compiling waitgroup v0.1.2
19072024-11-18T23:55:34.524Z Compiling webpki-roots v0.26.6
19082024-11-18T23:55:35.187Z Compiling idna v0.5.0
19092024-11-18T23:55:35.237Z Compiling terminal_size v0.4.0
19102024-11-18T23:55:35.455Z Compiling serde_path_to_error v0.1.16
19112024-11-18T23:55:36.394Z Compiling hkdf v0.12.4
19122024-11-18T23:55:36.657Z Compiling crypto-bigint v0.5.5
19132024-11-18T23:55:36.774Z Compiling serde_repr v0.1.19
19142024-11-18T23:55:36.969Z Compiling derive-where v1.2.7
19152024-11-18T23:55:37.319Z Compiling clap_derive v4.5.18
19162024-11-18T23:55:37.854Z Compiling hostname v0.4.0
19172024-11-18T23:55:38.086Z Compiling crc32fast v1.4.2
19182024-11-18T23:55:38.105Z Compiling clap_lex v0.7.2
19192024-11-18T23:55:38.399Z Compiling debug-ignore v1.0.5
19202024-11-18T23:55:38.669Z Compiling bitflags v1.3.2
19212024-11-18T23:55:38.780Z Compiling unicode-width v0.1.14
19222024-11-18T23:55:38.915Z Compiling managed v0.8.0
19232024-11-18T23:55:39.628Z Compiling elliptic-curve v0.13.8
19242024-11-18T23:55:40.050Z Compiling console v0.15.8
19252024-11-18T23:55:41.736Z Compiling clap_builder v4.5.21
19262024-11-18T23:55:41.761Z Compiling flate2 v1.0.34
19272024-11-18T23:55:42.707Z Compiling cookie_store v0.21.0
19282024-11-18T23:55:44.958Z Compiling hyper-rustls v0.27.3
19292024-11-18T23:55:45.429Z Compiling hickory-resolver v0.24.1
19302024-11-18T23:55:49.503Z Compiling phf v0.11.2
19312024-11-18T23:55:49.711Z Compiling hyper-tls v0.6.0
19322024-11-18T23:55:49.826Z Compiling typify-impl v0.2.0
19332024-11-18T23:55:50.101Z Compiling signal-hook-mio v0.2.4
19342024-11-18T23:55:50.266Z Compiling bzip2 v0.4.4
19352024-11-18T23:55:50.362Z Compiling rayon v1.10.0
19362024-11-18T23:55:50.421Z Compiling postgres-types v0.2.8
19372024-11-18T23:55:50.664Z Compiling tokio-tungstenite v0.24.0
19382024-11-18T23:55:51.019Z Compiling zerocopy v0.6.6
19392024-11-18T23:55:51.167Z Compiling ed25519 v2.2.3
19402024-11-18T23:55:51.200Z Compiling hubpack v0.1.2
19412024-11-18T23:55:51.617Z Compiling phf_shared v0.10.0
19422024-11-18T23:55:51.794Z Compiling pkcs1 v0.7.5
19432024-11-18T23:55:51.911Z Compiling tokio-stream v0.1.16
19442024-11-18T23:55:52.757Z Compiling serde-big-array v0.5.1
19452024-11-18T23:55:52.872Z Compiling rfc6979 v0.4.0
19462024-11-18T23:55:52.978Z Compiling float-cmp v0.9.0
19472024-11-18T23:55:53.070Z Compiling sync_wrapper v1.0.1
19482024-11-18T23:55:53.196Z Compiling bstr v1.10.0
19492024-11-18T23:55:54.288Z Compiling bit-vec v0.6.3
19502024-11-18T23:55:54.717Z Compiling number_prefix v0.4.0
19512024-11-18T23:55:54.805Z Compiling static_assertions v1.1.0
19522024-11-18T23:55:54.908Z Compiling normalize-line-endings v0.3.0
19532024-11-18T23:55:54.951Z Compiling whoami v1.5.2
19542024-11-18T23:55:55.042Z Compiling unicode-segmentation v1.12.0
19552024-11-18T23:55:55.279Z Compiling new_debug_unreachable v1.0.6
19562024-11-18T23:55:55.379Z Compiling fixedbitset v0.4.2
19572024-11-18T23:55:55.805Z Compiling difflib v0.4.0
19582024-11-18T23:55:56.064Z Compiling precomputed-hash v0.1.1
19592024-11-18T23:55:56.168Z Compiling unicode-width v0.2.0
19602024-11-18T23:55:56.412Z Compiling predicates-core v1.0.8
19612024-11-18T23:55:56.694Z Compiling indicatif v0.17.9
19622024-11-18T23:55:56.714Z Compiling predicates v3.1.2
19632024-11-18T23:55:57.081Z Compiling string_cache v0.8.7
19642024-11-18T23:55:58.184Z Compiling similar v2.6.0
19652024-11-18T23:55:58.567Z Compiling petgraph v0.6.5
19662024-11-18T23:55:58.836Z Compiling tokio-postgres v0.7.12
19672024-11-18T23:55:58.876Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19682024-11-18T23:56:00.192Z Compiling bit-set v0.5.3
19692024-11-18T23:56:00.746Z Compiling reqwest v0.12.9
19702024-11-18T23:56:01.786Z Compiling typify-macro v0.2.0
19712024-11-18T23:56:02.621Z Compiling ecdsa v0.16.9
19722024-11-18T23:56:03.499Z Compiling qorb v0.2.0
19732024-11-18T23:56:04.260Z Compiling rsa v0.9.6
19742024-11-18T23:56:05.001Z Compiling ed25519-dalek v2.1.1
19752024-11-18T23:56:05.611Z Compiling zip v0.6.6
19762024-11-18T23:56:05.902Z Compiling crossterm v0.28.1
19772024-11-18T23:56:05.921Z Compiling clap v4.5.21
19782024-11-18T23:56:06.876Z Compiling toml v0.7.8
19792024-11-18T23:56:08.351Z Compiling x509-cert v0.2.5
19802024-11-18T23:56:09.052Z Compiling hex v0.4.3
19812024-11-18T23:56:09.582Z Compiling itertools v0.10.5
19822024-11-18T23:56:10.160Z Compiling lalrpop-util v0.19.12
19832024-11-18T23:56:10.515Z Compiling unicode-xid v0.2.6
19842024-11-18T23:56:10.656Z Compiling peg-runtime v0.8.3
19852024-11-18T23:56:12.726Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19862024-11-18T23:56:16.814Z Compiling proc-macro-crate v1.3.1
19872024-11-18T23:56:17.009Z Compiling ipnetwork v0.20.0
19882024-11-18T23:56:18.600Z Compiling heapless v0.8.0
19892024-11-18T23:56:21.269Z Compiling num_enum_derive v0.5.11
19902024-11-18T23:56:30.372Z Compiling hash32 v0.3.1
19912024-11-18T23:56:31.407Z Compiling ident_case v1.0.1
19922024-11-18T23:56:31.598Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19932024-11-18T23:56:31.939Z Compiling smoltcp v0.11.0
19942024-11-18T23:56:35.832Z Compiling darling_core v0.20.10
19952024-11-18T23:56:38.891Z Compiling num_enum v0.5.11
19962024-11-18T23:56:39.609Z Compiling typify v0.2.0
19972024-11-18T23:56:41.008Z Compiling proc-macro-error-attr v1.0.4
19982024-11-18T23:56:42.087Z Compiling unsafe-libyaml v0.2.11
19992024-11-18T23:56:42.127Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20002024-11-18T23:56:42.417Z Compiling cobs v0.2.3
20012024-11-18T23:56:42.860Z Compiling postcard v1.0.10
20022024-11-18T23:56:43.183Z Compiling darling_macro v0.20.10
20032024-11-18T23:56:43.565Z Compiling serde_yaml v0.9.34+deprecated
20042024-11-18T23:56:58.494Z Compiling progenitor-impl v0.8.0
20052024-11-18T23:57:11.590Z Compiling strum_macros v0.26.4
20062024-11-18T23:57:12.240Z Compiling structmeta-derive v0.3.0
20072024-11-18T23:57:12.283Z Compiling foreign-types-macros v0.2.3
20082024-11-18T23:57:12.802Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20092024-11-18T23:57:12.887Z Compiling proc-macro-error v1.0.4
20102024-11-18T23:57:13.238Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20112024-11-18T23:57:13.819Z Compiling foreign-types-shared v0.3.1
20122024-11-18T23:57:14.889Z Compiling newtype-uuid v1.1.3
20132024-11-18T23:57:15.262Z Compiling structmeta v0.3.0
20142024-11-18T23:57:16.029Z Compiling strum v0.26.3
20152024-11-18T23:57:18.914Z Compiling foreign-types v0.5.0
20162024-11-18T23:57:20.776Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20172024-11-18T23:57:23.991Z Compiling progenitor-macro v0.8.0
20182024-11-18T23:57:27.854Z Compiling darling v0.20.10
20192024-11-18T23:57:28.366Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20202024-11-18T23:57:29.071Z Compiling progenitor-client v0.8.0
20212024-11-18T23:57:30.038Z Compiling tabwriter v1.4.0
20222024-11-18T23:57:32.004Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20232024-11-18T23:57:32.793Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20242024-11-18T23:57:33.588Z Compiling cstr-argument v0.1.2
20252024-11-18T23:57:33.637Z Compiling dropshot v0.13.0
20262024-11-18T23:57:34.361Z Compiling fastrand v2.1.1
20272024-11-18T23:57:35.142Z Compiling crucible-workspace-hack v0.1.0
20282024-11-18T23:57:35.164Z Compiling pretty-hex v0.2.1
20292024-11-18T23:57:35.371Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20302024-11-18T23:57:35.453Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20312024-11-18T23:57:35.823Z Compiling tempfile v3.13.0
20322024-11-18T23:57:35.950Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20332024-11-18T23:57:36.427Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20342024-11-18T23:57:36.699Z Compiling progenitor v0.8.0
20352024-11-18T23:57:36.737Z Compiling serde_with_macros v3.11.0
20362024-11-18T23:57:36.968Z Compiling parse-display-derive v0.10.0
20372024-11-18T23:57:37.517Z Compiling colored v2.1.0
20382024-11-18T23:57:37.814Z Compiling dropshot_endpoint v0.13.0
20392024-11-18T23:57:38.762Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20402024-11-18T23:57:39.309Z Compiling instant v0.1.13
20412024-11-18T23:57:39.328Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20422024-11-18T23:57:39.485Z Compiling backoff v0.4.0
20432024-11-18T23:57:39.508Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20442024-11-18T23:57:39.722Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20452024-11-18T23:57:39.724Z Compiling serde_with v3.11.0
20462024-11-18T23:57:40.865Z Compiling parse-display v0.10.0
20472024-11-18T23:57:42.048Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20482024-11-18T23:57:42.644Z Compiling zone_cfg_derive v0.3.0
20492024-11-18T23:57:42.705Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20502024-11-18T23:57:42.804Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20512024-11-18T23:57:43.519Z Compiling camino-tempfile v1.1.1
20522024-11-18T23:57:44.119Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20532024-11-18T23:57:44.138Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20542024-11-18T23:57:44.280Z Compiling regress v0.9.1
20552024-11-18T23:57:44.328Z Compiling macaddr v1.0.1
20562024-11-18T23:57:44.628Z Compiling num-derive v0.4.2
20572024-11-18T23:57:44.976Z Compiling sigpipe v0.1.3
20582024-11-18T23:57:45.120Z Compiling libefi-sys v0.1.0
20592024-11-18T23:57:45.429Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20602024-11-18T23:57:45.801Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20612024-11-18T23:57:46.917Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20622024-11-18T23:57:48.437Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20632024-11-18T23:57:48.998Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20642024-11-18T23:57:49.561Z Compiling zone v0.3.0
20652024-11-18T23:57:49.580Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20662024-11-18T23:57:52.918Z Compiling smf v0.2.3
20672024-11-18T23:57:52.920Z Compiling bitfield-struct v0.6.2
20682024-11-18T23:57:53.532Z Compiling ring v0.16.20
20692024-11-18T23:57:53.790Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20702024-11-18T23:57:54.198Z Compiling blake3 v1.5.4
20712024-11-18T23:57:54.294Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20722024-11-18T23:57:55.437Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20732024-11-18T23:57:55.465Z Compiling xattr v1.3.1
20742024-11-18T23:57:55.671Z Compiling memmap2 v0.9.5
20752024-11-18T23:57:55.788Z Compiling filetime v0.2.25
20762024-11-18T23:57:56.141Z Compiling arrayvec v0.7.6
20772024-11-18T23:57:56.264Z Compiling spin v0.5.2
20782024-11-18T23:57:56.535Z Compiling same-file v1.0.6
20792024-11-18T23:57:56.601Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20802024-11-18T23:57:56.632Z Compiling constant_time_eq v0.3.1
20812024-11-18T23:57:56.733Z Compiling arrayref v0.3.9
20822024-11-18T23:57:56.807Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20832024-11-18T23:57:56.825Z Compiling walkdir v2.5.0
20842024-11-18T23:57:58.298Z Compiling tar v0.4.43
20852024-11-18T23:57:59.488Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20862024-11-18T23:57:59.639Z Compiling gethostname v0.5.0
20872024-11-18T23:57:59.853Z Compiling cargo-platform v0.1.8
20882024-11-18T23:57:59.914Z Compiling topological-sort v0.2.2
20892024-11-18T23:58:00.199Z Compiling cargo_metadata v0.18.1
20902024-11-18T23:58:04.825Z Compiling omicron-zone-package v0.11.1
20912024-11-18T23:58:05.865Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20922024-11-18T23:58:06.859Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20932024-11-18T23:58:14.799Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20942024-11-18T23:58:29.751Z Finished `release` profile [optimized] target(s) in 5m 21s
20952024-11-18T23:58:29.911Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
20962024-11-18T23:58:29.959ZLogging to: /work/oxidecomputer/omicron/out/LOG
20972024-11-18T23:58:29.963ZCreated new build target 'test' and set it as active
20982024-11-18T23:58:29.963Z
20992024-11-18T23:58:29.963Zreal 5:22.204964899
21002024-11-18T23:58:29.963Zuser 36:18.924134150
21012024-11-18T23:58:29.963Zsys 4:48.881972968
21022024-11-18T23:58:29.963Ztrap 1.060781238
21032024-11-18T23:58:29.963Ztflt 2.958976268
21042024-11-18T23:58:29.964Zdflt 0.734914008
21052024-11-18T23:58:29.964Zkflt 0.006586459
21062024-11-18T23:58:29.964Zlock 1:16:29.509728549
21072024-11-18T23:58:29.964Zslp 2:31:51.345192703
21082024-11-18T23:58:29.964Zlat 2:30.903028278
21092024-11-18T23:58:29.964Zstop 4:26.913241150
21102024-11-18T23:58:29.966Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21112024-11-18T23:58:30.930Z Finished `release` profile [optimized] target(s) in 0.91s
21122024-11-18T23:58:30.987Z Running `target/release/omicron-package -t test package`
21132024-11-18T23:58:31.030ZLogging to: /work/oxidecomputer/omicron/out/LOG
21142024-11-18T23:58:32.156Z Compiling convert_case v0.4.0
21152024-11-18T23:58:32.156Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21162024-11-18T23:58:32.158Z Compiling itertools v0.13.0
21172024-11-18T23:58:32.159Z Compiling password-hash v0.5.0
21182024-11-18T23:58:32.160Z Compiling blake2 v0.10.6
21192024-11-18T23:58:32.160Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21202024-11-18T23:58:32.160Z Compiling newline-converter v0.3.0
21212024-11-18T23:58:32.304Z Compiling owo-colors v4.1.0
21222024-11-18T23:58:32.482Z Compiling cancel-safe-futures v0.1.5
21232024-11-18T23:58:32.533Z Compiling expectorate v1.1.0
21242024-11-18T23:58:32.714Z Compiling libsw v3.3.1
21252024-11-18T23:58:33.041Z Compiling argon2 v0.5.3
21262024-11-18T23:58:33.079Z Compiling swrite v0.1.0
21272024-11-18T23:58:33.095Z Compiling derive_more v0.99.18
21282024-11-18T23:58:33.215Z Compiling indent_write v2.2.0
21292024-11-18T23:58:33.455Z Compiling linear-map v1.2.0
21302024-11-18T23:58:33.515Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21312024-11-18T23:58:33.545Z Compiling progenitor-client v0.8.0
21322024-11-18T23:58:33.883Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21332024-11-18T23:58:34.031Z Compiling base64 v0.21.7
21342024-11-18T23:58:34.444Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21352024-11-18T23:58:34.529Z Compiling progenitor v0.8.0
21362024-11-18T23:58:34.801Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21372024-11-18T23:58:35.105Z Compiling atomicwrites v0.4.4
21382024-11-18T23:58:35.433Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21392024-11-18T23:58:35.454Z Compiling num-rational v0.4.2
21402024-11-18T23:58:35.626Z Compiling num-complex v0.4.6
21412024-11-18T23:58:35.890Z Compiling float-ord v0.3.2
21422024-11-18T23:58:36.070Z Compiling semver v0.1.20
21432024-11-18T23:58:36.636Z Compiling rustc_version v0.1.7
21442024-11-18T23:58:36.972Z Compiling num v0.4.3
21452024-11-18T23:58:37.062Z Compiling newtype_derive v0.1.6
21462024-11-18T23:58:37.097Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21472024-11-18T23:58:37.456Z Compiling highway v1.2.0
21482024-11-18T23:58:37.946Z Compiling humantime v2.1.0
21492024-11-18T23:58:38.943Z Compiling steno v0.4.1
21502024-11-18T23:58:39.193Z Compiling newtype-uuid v1.1.3
21512024-11-18T23:58:39.541Z Compiling dropshot v0.13.0
21522024-11-18T23:58:39.618Z Compiling tungstenite v0.21.0
21532024-11-18T23:58:39.726Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21542024-11-18T23:58:42.240Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21552024-11-18T23:58:42.825Z Compiling ipnetwork v0.20.0
21562024-11-18T23:58:42.845Z Compiling slog-dtrace v0.3.0
21572024-11-18T23:58:43.149Z Compiling instant v0.1.13
21582024-11-18T23:58:43.314Z Compiling backoff v0.4.0
21592024-11-18T23:58:43.597Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21602024-11-18T23:58:43.801Z Compiling tokio-tungstenite v0.21.0
21612024-11-18T23:58:44.292Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21622024-11-18T23:58:44.696Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21632024-11-18T23:58:45.053Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21642024-11-18T23:58:49.077Z Compiling parse-display v0.10.0
21652024-11-18T23:58:49.643Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21662024-11-18T23:58:49.826Z Compiling strum v0.26.3
21672024-11-18T23:58:50.016Z Compiling serde_with v3.11.0
21682024-11-18T23:58:52.818Z Compiling regress v0.9.1
21692024-11-18T23:58:52.896Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21702024-11-18T23:58:54.130Z Compiling macaddr v1.0.1
21712024-11-18T23:58:54.811Z Compiling prettyplease v0.2.25
21722024-11-18T23:58:54.906Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21732024-11-18T23:58:56.049Z Compiling arc-swap v1.7.1
21742024-11-18T23:58:56.744Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21752024-11-18T23:58:57.583Z Compiling display-error-chain v0.2.2
21762024-11-18T23:58:57.603Z Compiling slog-scope v4.4.0
21772024-11-18T23:58:57.804Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21782024-11-18T23:58:58.421Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21792024-11-18T23:58:59.406Z Compiling half v2.4.1
21802024-11-18T23:59:00.131Z Compiling ciborium-io v0.2.2
21812024-11-18T23:59:00.282Z Compiling ciborium-ll v0.2.2
21822024-11-18T23:59:00.480Z Compiling slog-stdlog v4.1.1
21832024-11-18T23:59:00.834Z Compiling slog-envlogger v2.2.0
21842024-11-18T23:59:01.311Z Compiling ciborium v0.2.2
21852024-11-18T23:59:01.790Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21862024-11-18T23:59:03.542Z Compiling same-file v1.0.6
21872024-11-18T23:59:03.609Z Compiling fastrand v2.1.1
21882024-11-18T23:59:03.797Z Compiling walkdir v2.5.0
21892024-11-18T23:59:04.131Z Compiling tempfile v3.13.0
21902024-11-18T23:59:04.520Z Compiling blake3 v1.5.4
21912024-11-18T23:59:04.922Z Compiling ring v0.16.20
21922024-11-18T23:59:05.183Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21932024-11-18T23:59:07.642Z Compiling xattr v1.3.1
21942024-11-18T23:59:07.714Z Compiling memmap2 v0.9.5
21952024-11-18T23:59:07.913Z Compiling filetime v0.2.25
21962024-11-18T23:59:08.141Z Compiling constant_time_eq v0.3.1
21972024-11-18T23:59:08.217Z Compiling arrayvec v0.7.6
21982024-11-18T23:59:08.299Z Compiling spin v0.5.2
21992024-11-18T23:59:08.560Z Compiling arrayref v0.3.9
22002024-11-18T23:59:08.646Z Compiling keccak v0.1.5
22012024-11-18T23:59:09.824Z Compiling sha3 v0.10.8
22022024-11-18T23:59:12.531Z Compiling tar v0.4.43
22032024-11-18T23:59:12.832Z Compiling camino-tempfile v1.1.1
22042024-11-18T23:59:13.285Z Compiling toolchain_find v0.4.0
22052024-11-18T23:59:13.962Z Compiling nibble_vec v0.1.0
22062024-11-18T23:59:14.214Z Compiling radium v0.7.0
22072024-11-18T23:59:14.580Z Compiling crunchy v0.2.2
22082024-11-18T23:59:14.636Z Compiling topological-sort v0.2.2
22092024-11-18T23:59:14.874Z Compiling maplit v1.0.2
22102024-11-18T23:59:15.010Z Compiling endian-type v0.1.2
22112024-11-18T23:59:15.061Z Compiling omicron-zone-package v0.11.1
22122024-11-18T23:59:15.262Z Compiling radix_trie v0.2.1
22132024-11-18T23:59:15.342Z Compiling rustfmt-wrapper v0.2.1
22142024-11-18T23:59:15.925Z Compiling pem v3.0.4
22152024-11-18T23:59:16.215Z Compiling maybe-uninit v2.0.0
22162024-11-18T23:59:16.693Z Compiling tiny-keccak v2.0.2
22172024-11-18T23:59:16.827Z Compiling tap v1.0.1
22182024-11-18T23:59:17.020Z Compiling wyz v0.5.1
22192024-11-18T23:59:17.395Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22202024-11-18T23:59:17.475Z Compiling dsl_auto_type v0.1.2
22212024-11-18T23:59:17.520Z Compiling scheduled-thread-pool v0.2.7
22222024-11-18T23:59:17.666Z Compiling secrecy v0.8.0
22232024-11-18T23:59:17.949Z Compiling diesel_table_macro_syntax v0.2.0
22242024-11-18T23:59:18.010Z Compiling packed_struct v0.10.1
22252024-11-18T23:59:18.365Z Compiling crc-catalog v2.4.0
22262024-11-18T23:59:18.412Z Compiling funty v2.0.0
22272024-11-18T23:59:18.520Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22282024-11-18T23:59:18.743Z Compiling crc v3.2.1
22292024-11-18T23:59:18.832Z Compiling diesel_derives v2.2.3
22302024-11-18T23:59:18.914Z Compiling r2d2 v0.8.10
22312024-11-18T23:59:19.793Z Compiling bitvec v1.0.1
22322024-11-18T23:59:20.320Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22332024-11-18T23:59:20.755Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22342024-11-18T23:59:20.807Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22352024-11-18T23:59:22.146Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22362024-11-18T23:59:22.668Z Compiling ascii-canvas v3.0.0
22372024-11-18T23:59:23.146Z Compiling universal-hash v0.5.1
22382024-11-18T23:59:23.376Z Compiling packed_struct_codegen v0.10.1
22392024-11-18T23:59:24.369Z Compiling thiserror-impl-no-std v2.0.2
22402024-11-18T23:59:25.854Z Compiling lzma-sys v0.1.20
22412024-11-18T23:59:26.554Z Compiling ena v0.14.3
22422024-11-18T23:59:26.991Z Compiling indexmap v1.9.3
22432024-11-18T23:59:27.040Z Compiling regex-syntax v0.6.29
22442024-11-18T23:59:27.307Z Compiling diff v0.1.13
22452024-11-18T23:59:27.877Z Compiling opaque-debug v0.3.1
22462024-11-18T23:59:28.002Z Compiling nodrop v0.1.14
22472024-11-18T23:59:28.167Z Compiling array-init v0.0.4
22482024-11-18T23:59:29.455Z Compiling poly1305 v0.8.0
22492024-11-18T23:59:30.419Z Compiling diesel v2.2.4
22502024-11-18T23:59:31.037Z Compiling lalrpop v0.19.12
22512024-11-18T23:59:32.314Z Compiling thiserror-no-std v2.0.2
22522024-11-18T23:59:36.860Z Compiling smallvec v0.6.14
22532024-11-18T23:59:37.734Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22542024-11-18T23:59:37.937Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22552024-11-18T23:59:38.226Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22562024-11-18T23:59:38.463Z Compiling chacha20 v0.9.1
22572024-11-18T23:59:38.833Z Compiling heck v0.3.3
22582024-11-18T23:59:38.905Z Compiling const_format_proc_macros v0.2.33
22592024-11-18T23:59:39.212Z Compiling aead v0.5.2
22602024-11-18T23:59:39.566Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22612024-11-18T23:59:39.871Z Compiling bitfield v0.14.0
22622024-11-18T23:59:40.185Z Compiling termcolor v1.4.1
22632024-11-18T23:59:40.772Z Compiling ref-cast v1.0.23
22642024-11-18T23:59:41.220Z Compiling hashbrown v0.12.3
22652024-11-18T23:59:41.372Z Compiling const_format v0.2.33
22662024-11-18T23:59:42.655Z Compiling env_logger v0.10.2
22672024-11-18T23:59:43.673Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22682024-11-18T23:59:45.841Z Compiling chacha20poly1305 v0.10.1
22692024-11-18T23:59:46.084Z Compiling zone_cfg_derive v0.1.2
22702024-11-18T23:59:47.235Z Compiling serde-hex v0.1.0
22712024-11-18T23:59:47.705Z Compiling vsss-rs v3.3.4
22722024-11-18T23:59:52.216Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22732024-11-18T23:59:52.470Z Compiling ron v0.8.1
22742024-11-18T23:59:52.573Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22752024-11-18T23:59:52.890Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22762024-11-18T23:59:53.486Z Compiling derive_builder_core v0.20.2
22772024-11-18T23:59:55.737Z Compiling hashbrown v0.13.2
22782024-11-18T23:59:56.410Z Compiling polar-core v0.27.3
22792024-11-18T23:59:57.170Z Compiling headers-core v0.3.0
22802024-11-18T23:59:57.347Z Compiling fxhash v0.2.1
22812024-11-18T23:59:57.592Z Compiling libxml v0.3.3
22822024-11-18T23:59:57.662Z Compiling ref-cast-impl v1.0.23
22832024-11-18T23:59:57.958Z Compiling base64 v0.13.1
22842024-11-18T23:59:58.361Z Compiling crc-any v2.5.0
22852024-11-18T23:59:58.683Z Compiling ron v0.7.1
22862024-11-18T23:59:58.951Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22872024-11-19T00:00:03.939Z Compiling headers v0.4.0
22882024-11-19T00:00:06.558Z Compiling object v0.30.4
22892024-11-19T00:00:07.627Z Compiling derive_builder_macro v0.20.2
22902024-11-19T00:00:08.428Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22912024-11-19T00:00:09.922Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22922024-11-19T00:00:10.680Z Compiling xz2 v0.1.7
22932024-11-19T00:00:11.294Z Compiling zone v0.1.8
22942024-11-19T00:00:13.646Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22952024-11-19T00:00:14.640Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22962024-11-19T00:00:16.645Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22972024-11-19T00:00:16.868Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22982024-11-19T00:00:16.949Z Compiling yasna v0.5.2
22992024-11-19T00:00:17.236Z Compiling phf_generator v0.11.2
23002024-11-19T00:00:17.438Z Compiling strum_macros v0.24.3
23012024-11-19T00:00:19.116Z Compiling kstat-rs v0.2.4
23022024-11-19T00:00:20.089Z Compiling samael v0.0.17
23032024-11-19T00:00:20.350Z Compiling async-recursion v1.1.1
23042024-11-19T00:00:20.737Z Compiling unicase v2.7.0
23052024-11-19T00:00:21.064Z Compiling indoc v1.0.9
23062024-11-19T00:00:21.608Z Compiling path-slash v0.1.5
23072024-11-19T00:00:21.816Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23082024-11-19T00:00:21.841Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23092024-11-19T00:00:22.087Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23102024-11-19T00:00:22.767Z Compiling rcgen v0.12.1
23112024-11-19T00:00:25.593Z Compiling phf_codegen v0.11.2
23122024-11-19T00:00:26.228Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23132024-11-19T00:00:33.025Z Compiling derive_builder v0.20.2
23142024-11-19T00:00:33.227Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23152024-11-19T00:00:37.565Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23162024-11-19T00:00:37.865Z Compiling oso-derive v0.27.3
23172024-11-19T00:00:37.898Z Compiling impl-trait-for-tuples v0.2.2
23182024-11-19T00:00:38.831Z Compiling libz-sys v1.1.20
23192024-11-19T00:00:39.499Z Compiling parse-zoneinfo v0.3.1
23202024-11-19T00:00:41.120Z Compiling quick-xml v0.33.0
23212024-11-19T00:00:41.880Z Compiling subprocess v0.2.9
23222024-11-19T00:00:42.198Z Compiling diesel-dtrace v0.3.0
23232024-11-19T00:00:42.504Z Compiling parking_lot_core v0.8.6
23242024-11-19T00:00:42.938Z Compiling cfg_aliases v0.1.1
23252024-11-19T00:00:43.059Z Compiling nix v0.28.0
23262024-11-19T00:00:43.857Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23272024-11-19T00:00:44.723Z Compiling oso v0.27.3
23282024-11-19T00:00:46.625Z Compiling chrono-tz-build v0.4.0
23292024-11-19T00:00:47.929Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23302024-11-19T00:00:49.510Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23312024-11-19T00:00:51.661Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23322024-11-19T00:00:54.836Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23332024-11-19T00:00:54.900Z Compiling bb8 v0.8.5
23342024-11-19T00:00:55.128Z Compiling vte_generate_state_changes v0.1.2
23352024-11-19T00:00:55.501Z Compiling buf-list v1.0.3
23362024-11-19T00:00:55.745Z Compiling vte v0.11.1
23372024-11-19T00:00:56.160Z Compiling async-bb8-diesel v0.2.1
23382024-11-19T00:00:57.053Z Compiling chrono-tz v0.10.0
23392024-11-19T00:00:57.976Z Compiling fd-lock v4.0.2
23402024-11-19T00:00:58.211Z Compiling libgit2-sys v0.17.0+1.8.1
23412024-11-19T00:00:58.559Z Compiling pin-project-internal v1.1.6
23422024-11-19T00:00:58.990Z Compiling atty v0.2.14
23432024-11-19T00:00:59.154Z Compiling salty v0.3.0
23442024-11-19T00:00:59.564Z Compiling bytecount v0.6.8
23452024-11-19T00:00:59.881Z Compiling papergrid v0.11.0
23462024-11-19T00:01:01.404Z Compiling pin-project v1.1.6
23472024-11-19T00:01:02.020Z Compiling parking_lot v0.11.2
23482024-11-19T00:01:11.008Z Compiling strip-ansi-escapes v0.2.0
23492024-11-19T00:01:12.674Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23502024-11-19T00:01:12.991Z Compiling tabled_derive v0.7.0
23512024-11-19T00:01:15.112Z Compiling peg-macros v0.8.4
23522024-11-19T00:01:17.356Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23532024-11-19T00:01:18.201Z Compiling snafu-derive v0.8.5
23542024-11-19T00:01:18.336Z Compiling sqlparser_derive v0.2.2
23552024-11-19T00:01:19.303Z Compiling simd-adler32 v0.3.7
23562024-11-19T00:01:20.423Z Compiling home v0.5.9
23572024-11-19T00:01:20.739Z Compiling unicode_categories v0.1.1
23582024-11-19T00:01:21.118Z Compiling bumpalo v3.16.0
23592024-11-19T00:01:21.694Z Compiling zip v2.1.3
23602024-11-19T00:01:22.014Z Compiling nu-ansi-term v0.50.1
23612024-11-19T00:01:22.847Z Compiling lockfree-object-pool v0.1.6
23622024-11-19T00:01:23.169Z Compiling zopfli v0.8.1
23632024-11-19T00:01:23.187Z Compiling snafu v0.8.5
23642024-11-19T00:01:24.487Z Compiling reedline v0.35.0
23652024-11-19T00:01:26.896Z Compiling sqlformat v0.2.6
23662024-11-19T00:01:27.361Z Compiling rustyline v14.0.0
23672024-11-19T00:01:32.968Z Compiling sqlparser v0.45.0
23682024-11-19T00:01:36.225Z Compiling peg v0.8.4
23692024-11-19T00:01:36.346Z Compiling tabled v0.15.0
23702024-11-19T00:01:38.175Z Compiling mime_guess v2.0.5
23712024-11-19T00:01:39.204Z Compiling sled v0.34.7
23722024-11-19T00:01:41.972Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23732024-11-19T00:01:44.139Z Compiling hickory-client v0.24.1
23742024-11-19T00:01:47.225Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23752024-11-19T00:01:49.158Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23762024-11-19T00:01:49.421Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23772024-11-19T00:01:51.757Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23782024-11-19T00:01:56.785Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23792024-11-19T00:01:57.856Z Compiling globset v0.4.15
23802024-11-19T00:01:58.353Z Compiling hickory-server v0.24.1
23812024-11-19T00:02:00.355Z Compiling primeorder v0.13.6
23822024-11-19T00:02:05.511Z Compiling olpc-cjson v0.1.4
23832024-11-19T00:02:05.883Z Compiling vergen v8.3.2
23842024-11-19T00:02:06.191Z Compiling bcs v0.1.6
23852024-11-19T00:02:07.088Z Compiling env_filter v0.1.2
23862024-11-19T00:02:08.639Z Compiling serde_plain v1.0.2
23872024-11-19T00:02:09.228Z Compiling cargo-platform v0.1.8
23882024-11-19T00:02:09.751Z Compiling nanorand v0.7.0
23892024-11-19T00:02:10.094Z Compiling memoffset v0.9.1
23902024-11-19T00:02:10.397Z Compiling typed-path v0.9.3
23912024-11-19T00:02:10.497Z Compiling flume v0.11.1
23922024-11-19T00:02:10.594Z Compiling cargo_metadata v0.18.1
23932024-11-19T00:02:11.270Z Compiling env_logger v0.11.5
23942024-11-19T00:02:13.480Z Compiling tough v0.19.0
23952024-11-19T00:02:13.883Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23962024-11-19T00:02:18.098Z Compiling p384 v0.13.0
23972024-11-19T00:02:23.997Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23982024-11-19T00:02:24.198Z Compiling git2 v0.19.0
23992024-11-19T00:02:33.417Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24002024-11-19T00:02:34.323Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24012024-11-19T00:02:37.254Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24022024-11-19T00:02:39.417Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24032024-11-19T00:02:41.043Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24042024-11-19T00:02:43.547Z Compiling rand_seeder v0.3.0
24052024-11-19T00:02:43.725Z Compiling libsqlite3-sys v0.30.1
24062024-11-19T00:02:43.952Z Compiling rustls v0.21.12
24072024-11-19T00:02:44.216Z Compiling cfg_aliases v0.2.1
24082024-11-19T00:02:44.237Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24092024-11-19T00:02:44.345Z Compiling parse-size v1.1.0
24102024-11-19T00:02:44.579Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24112024-11-19T00:02:44.664Z Compiling nix v0.29.0
24122024-11-19T00:02:44.919Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24132024-11-19T00:02:45.520Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24142024-11-19T00:02:47.033Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24152024-11-19T00:02:47.808Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24162024-11-19T00:02:47.900Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24172024-11-19T00:02:48.196Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24182024-11-19T00:02:48.625Z Compiling rustls-webpki v0.101.7
24192024-11-19T00:02:51.257Z Compiling sct v0.7.1
24202024-11-19T00:02:51.725Z Compiling castaway v0.2.3
24212024-11-19T00:02:51.925Z Compiling csv-core v0.1.11
24222024-11-19T00:02:52.465Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24232024-11-19T00:02:52.510Z Compiling glob v0.3.1
24242024-11-19T00:02:52.776Z Compiling http-range v0.1.5
24252024-11-19T00:02:52.894Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24262024-11-19T00:02:53.342Z Compiling hyper-staticfile v0.10.1
24272024-11-19T00:02:54.539Z Compiling csv v1.3.0
24282024-11-19T00:02:56.317Z Compiling compact_str v0.8.0
24292024-11-19T00:02:57.325Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24302024-11-19T00:02:58.998Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24312024-11-19T00:02:59.960Z Compiling nix v0.27.1
24322024-11-19T00:03:00.295Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24332024-11-19T00:03:03.745Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24342024-11-19T00:03:07.437Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24352024-11-19T00:03:12.927Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24362024-11-19T00:03:14.105Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24372024-11-19T00:03:17.421Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24382024-11-19T00:03:17.758Z Compiling unicode-truncate v1.1.0
24392024-11-19T00:03:18.052Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24402024-11-19T00:03:18.355Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24412024-11-19T00:03:18.657Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24422024-11-19T00:03:20.394Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24432024-11-19T00:03:21.583Z Compiling hashlink v0.9.1
24442024-11-19T00:03:22.241Z Compiling tungstenite v0.23.0
24452024-11-19T00:03:22.399Z Compiling lru v0.12.5
24462024-11-19T00:03:22.781Z Compiling instability v0.3.2
24472024-11-19T00:03:23.320Z Compiling fallible-streaming-iterator v0.1.9
24482024-11-19T00:03:23.592Z Compiling cassowary v0.3.0
24492024-11-19T00:03:23.777Z Compiling fallible-iterator v0.3.0
24502024-11-19T00:03:24.621Z Compiling rusqlite v0.32.1
24512024-11-19T00:03:25.881Z Compiling ratatui v0.28.1
24522024-11-19T00:03:27.159Z Compiling tokio-tungstenite v0.23.1
24532024-11-19T00:03:27.786Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24542024-11-19T00:03:30.212Z Compiling tokio-rustls v0.24.1
24552024-11-19T00:03:36.579Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24562024-11-19T00:03:44.085Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24572024-11-19T00:03:44.819Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24582024-11-19T00:03:45.247Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24592024-11-19T00:03:46.602Z Compiling rustls-pemfile v1.0.4
24602024-11-19T00:03:47.400Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24612024-11-19T00:03:47.718Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24622024-11-19T00:03:48.469Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24632024-11-19T00:03:48.653Z Compiling signal-hook-tokio v0.3.1
24642024-11-19T00:03:48.887Z Compiling twox-hash v1.6.3
24652024-11-19T00:03:49.593Z Compiling unicode-linebreak v0.1.5
24662024-11-19T00:03:49.867Z Compiling is_ci v1.2.0
24672024-11-19T00:03:50.157Z Compiling smawk v0.3.2
24682024-11-19T00:03:50.182Z Compiling supports-color v3.0.1
24692024-11-19T00:03:50.421Z Compiling textwrap v0.16.1
24702024-11-19T00:03:52.830Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24712024-11-19T00:03:58.415Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24722024-11-19T00:04:02.736Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24732024-11-19T00:04:11.372Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24742024-11-19T00:04:12.234Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24752024-11-19T00:04:12.990Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24762024-11-19T00:04:13.610Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24772024-11-19T00:04:16.120Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24782024-11-19T00:04:23.218Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24792024-11-19T00:04:23.529Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24802024-11-19T00:04:25.481Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24812024-11-19T00:04:30.116Z Compiling fatfs v0.3.6
24822024-11-19T00:04:32.417Z Compiling rtoolbox v0.0.2
24832024-11-19T00:04:32.864Z Compiling assert_matches v1.5.0
24842024-11-19T00:04:32.867Z Compiling rpassword v7.3.1
24852024-11-19T00:04:33.336Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24862024-11-19T00:04:34.560Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24872024-11-19T00:04:47.842Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24882024-11-19T00:04:54.902Z Compiling tui-tree-widget v0.22.0
24892024-11-19T00:04:55.379Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24902024-11-19T00:04:56.799Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24912024-11-19T00:05:00.417Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24922024-11-19T00:05:00.750Z Compiling uzers v0.12.1
24932024-11-19T00:05:03.819Z Compiling shell-words v1.1.0
24942024-11-19T00:05:04.288Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24952024-11-19T00:05:09.954Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24962024-11-19T00:05:12.010Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24972024-11-19T00:05:35.756Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
24982024-11-19T00:05:43.884Z Compiling multimap v0.10.0
24992024-11-19T00:07:42.079Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25002024-11-19T00:07:51.811Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25012024-11-19T00:14:27.764Z Finished `release` profile [optimized] target(s) in 15m 56s
25022024-11-19T00:15:28.724Z
25032024-11-19T00:15:28.724Zreal 16:58.699824442
25042024-11-19T00:15:28.724Zuser 1:56:55.126656350
25052024-11-19T00:15:28.724Zsys 5:53.940320249
25062024-11-19T00:15:28.724Ztrap 2.787477452
25072024-11-19T00:15:28.724Ztflt 3.012495952
25082024-11-19T00:15:28.724Zdflt 4.462701169
25092024-11-19T00:15:28.727Zkflt 0.076503382
25102024-11-19T00:15:28.727Zlock 7:09:53.471989292
25112024-11-19T00:15:28.727Zslp 6:11:31.603374648
25122024-11-19T00:15:28.727Zlat 2:58.205180438
25132024-11-19T00:15:28.727Zstop 2:39.212540353
25142024-11-19T00:15:28.727Z+ mapfile -t packages
25152024-11-19T00:15:28.727Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25162024-11-19T00:15:29.713Z Finished `release` profile [optimized] target(s) in 0.93s
25172024-11-19T00:15:29.770Z Running `target/release/omicron-package -t test list-outputs`
25182024-11-19T00:15:29.817ZLogging to: /work/oxidecomputer/omicron/out/LOG
25192024-11-19T00:15:29.820Z+ ptime -m cargo build --locked --release -p xtask
25202024-11-19T00:15:30.367Z Compiling serde v1.0.215
25212024-11-19T00:15:30.370Z Compiling serde_json v1.0.132
25222024-11-19T00:15:30.370Z Compiling libc v0.2.162
25232024-11-19T00:15:30.370Z Compiling rustix v0.38.37
25242024-11-19T00:15:30.458Z Compiling syn v2.0.87
25252024-11-19T00:15:30.468Z Compiling bitflags v2.6.0
25262024-11-19T00:15:30.871Z Compiling usdt-impl v0.5.0
25272024-11-19T00:15:30.927Z Compiling syn v1.0.109
25282024-11-19T00:15:30.963Z Compiling log v0.4.22
25292024-11-19T00:15:30.997Z Compiling hashbrown v0.15.0
25302024-11-19T00:15:31.048Z Compiling fs-err v2.11.0
25312024-11-19T00:15:31.362Z Compiling once_cell v1.20.2
25322024-11-19T00:15:31.450Z Compiling anyhow v1.0.93
25332024-11-19T00:15:31.999Z Compiling thread-id v4.2.2
25342024-11-19T00:15:32.333Z Compiling indexmap v2.6.0
25352024-11-19T00:15:33.389Z Compiling terminal_size v0.4.0
25362024-11-19T00:15:33.389Z Compiling tempfile v3.13.0
25372024-11-19T00:15:33.617Z Compiling clap_builder v4.5.21
25382024-11-19T00:15:34.306Z Compiling proc-macro-error v1.0.4
25392024-11-19T00:15:35.660Z Compiling tabled_derive v0.7.0
25402024-11-19T00:15:36.903Z Compiling tabled v0.15.0
25412024-11-19T00:15:38.744Z Compiling serde_derive v1.0.215
25422024-11-19T00:15:39.043Z Compiling thiserror-impl v1.0.69
25432024-11-19T00:15:39.718Z Compiling zerocopy-derive v0.7.35
25442024-11-19T00:15:39.966Z Compiling scroll_derive v0.12.0
25452024-11-19T00:15:40.108Z Compiling clap_derive v4.5.18
25462024-11-19T00:15:41.437Z Compiling scroll v0.12.0
25472024-11-19T00:15:41.720Z Compiling zerocopy v0.7.35
25482024-11-19T00:15:41.950Z Compiling thiserror v1.0.69
25492024-11-19T00:15:42.102Z Compiling pest v2.7.14
25502024-11-19T00:15:43.305Z Compiling goblin v0.8.2
25512024-11-19T00:15:44.736Z Compiling pest_meta v2.7.14
25522024-11-19T00:15:46.150Z Compiling pest_generator v2.7.14
25532024-11-19T00:15:47.919Z Compiling clap v4.5.21
25542024-11-19T00:15:48.968Z Compiling pest_derive v2.7.14
25552024-11-19T00:15:49.714Z Compiling dtrace-parser v0.2.0
25562024-11-19T00:15:53.441Z Compiling serde_tokenstream v0.2.2
25572024-11-19T00:15:54.045Z Compiling serde_spanned v0.6.8
25582024-11-19T00:15:54.318Z Compiling toml_datetime v0.6.8
25592024-11-19T00:15:55.043Z Compiling dof v0.3.0
25602024-11-19T00:15:57.553Z Compiling toml_edit v0.22.22
25612024-11-19T00:15:58.417Z Compiling camino v1.1.9
25622024-11-19T00:15:59.035Z Compiling usdt-attr-macro v0.5.0
25632024-11-19T00:15:59.786Z Compiling usdt-macro v0.5.0
25642024-11-19T00:16:00.923Z Compiling semver v1.0.23
25652024-11-19T00:16:01.054Z Compiling toml v0.8.19
25662024-11-19T00:16:02.359Z Compiling cargo-platform v0.1.8
25672024-11-19T00:16:02.727Z Compiling cargo_metadata v0.18.1
25682024-11-19T00:16:03.007Z Compiling cargo_toml v0.20.5
25692024-11-19T00:16:03.431Z Compiling usdt v0.5.0
25702024-11-19T00:16:04.234Z Compiling camino-tempfile v1.1.1
25712024-11-19T00:16:04.403Z Compiling macaddr v1.0.1
25722024-11-19T00:16:14.666Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25732024-11-19T00:16:25.938Z Finished `release` profile [optimized] target(s) in 56.06s
25742024-11-19T00:16:26.042Z
25752024-11-19T00:16:26.044Zreal 56.193463558
25762024-11-19T00:16:26.044Zuser 5:43.948784419
25772024-11-19T00:16:26.044Zsys 31.431563537
25782024-11-19T00:16:26.044Ztrap 0.150604773
25792024-11-19T00:16:26.044Ztflt 0.210229993
25802024-11-19T00:16:26.044Zdflt 0.539378121
25812024-11-19T00:16:26.044Zkflt 0.000014289
25822024-11-19T00:16:26.044Zlock 10:34.281001203
25832024-11-19T00:16:26.045Zslp 15:36.354100569
25842024-11-19T00:16:26.045Zlat 13.426648769
25852024-11-19T00:16:26.045Zstop 17.058349602
25862024-11-19T00:16:26.045Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25872024-11-19T00:16:26.045Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25882024-11-19T00:16:26.045Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
25892024-11-19T00:16:26.045Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
25902024-11-19T00:16:26.045Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
25912024-11-19T00:16:26.910Z Compiling hashbrown v0.14.5
25922024-11-19T00:16:27.037Z Compiling unsafe-libyaml v0.2.11
25932024-11-19T00:16:27.049Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25942024-11-19T00:16:27.049Z Compiling progenitor-client v0.8.0
25952024-11-19T00:16:27.052Z Compiling ident_case v1.0.1
25962024-11-19T00:16:27.052Z Compiling ipnetwork v0.20.0
25972024-11-19T00:16:27.052Z Compiling instant v0.1.13
25982024-11-19T00:16:27.052Z Compiling structmeta-derive v0.3.0
25992024-11-19T00:16:27.194Z Compiling darling_core v0.20.10
26002024-11-19T00:16:27.213Z Compiling newtype-uuid v1.1.3
26012024-11-19T00:16:27.465Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26022024-11-19T00:16:27.525Z Compiling dropshot v0.13.0
26032024-11-19T00:16:27.880Z Compiling dropshot_endpoint v0.13.0
26042024-11-19T00:16:27.920Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26052024-11-19T00:16:28.024Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26062024-11-19T00:16:28.270Z Compiling regress v0.10.1
26072024-11-19T00:16:28.343Z Compiling serde_yaml v0.9.34+deprecated
26082024-11-19T00:16:28.377Z Compiling regress v0.9.1
26092024-11-19T00:16:28.677Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26102024-11-19T00:16:28.856Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26112024-11-19T00:16:28.950Z Compiling backoff v0.4.0
26122024-11-19T00:16:29.306Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26132024-11-19T00:16:29.486Z Compiling macaddr v1.0.1
26142024-11-19T00:16:29.656Z Compiling tempfile v3.13.0
26152024-11-19T00:16:29.978Z Compiling proc-macro-crate v1.3.1
26162024-11-19T00:16:30.122Z Compiling structmeta v0.3.0
26172024-11-19T00:16:30.545Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26182024-11-19T00:16:30.596Z Compiling parse-display-derive v0.10.0
26192024-11-19T00:16:30.995Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26202024-11-19T00:16:31.098Z Compiling num_enum_derive v0.5.11
26212024-11-19T00:16:31.312Z Compiling foreign-types-macros v0.2.3
26222024-11-19T00:16:32.619Z Compiling typify-impl v0.2.0
26232024-11-19T00:16:32.640Z Compiling heapless v0.8.0
26242024-11-19T00:16:33.227Z Compiling foreign-types-shared v0.3.1
26252024-11-19T00:16:33.364Z Compiling foreign-types v0.5.0
26262024-11-19T00:16:33.483Z Compiling proc-macro-error v1.0.4
26272024-11-19T00:16:33.686Z Compiling num_enum v0.5.11
26282024-11-19T00:16:33.741Z Compiling camino-tempfile v1.1.1
26292024-11-19T00:16:33.780Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26302024-11-19T00:16:33.854Z Compiling hash32 v0.3.1
26312024-11-19T00:16:34.105Z Compiling cstr-argument v0.1.2
26322024-11-19T00:16:34.214Z Compiling crucible-workspace-hack v0.1.0
26332024-11-19T00:16:34.234Z Compiling smoltcp v0.11.0
26342024-11-19T00:16:34.304Z Compiling darling_macro v0.20.10
26352024-11-19T00:16:34.346Z Compiling pretty-hex v0.2.1
26362024-11-19T00:16:34.510Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26372024-11-19T00:16:34.548Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26382024-11-19T00:16:34.635Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26392024-11-19T00:16:34.875Z Compiling tabwriter v1.4.0
26402024-11-19T00:16:34.971Z Compiling colored v2.1.0
26412024-11-19T00:16:35.135Z Compiling cobs v0.2.3
26422024-11-19T00:16:35.239Z Compiling darling v0.20.10
26432024-11-19T00:16:35.259Z Compiling parse-display v0.10.0
26442024-11-19T00:16:35.369Z Compiling serde_with_macros v3.11.0
26452024-11-19T00:16:35.422Z Compiling postcard v1.0.10
26462024-11-19T00:16:35.557Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26472024-11-19T00:16:35.790Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26482024-11-19T00:16:35.973Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26492024-11-19T00:16:36.020Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26502024-11-19T00:16:36.039Z Compiling smf v0.2.3
26512024-11-19T00:16:36.124Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26522024-11-19T00:16:36.480Z Compiling zone_cfg_derive v0.3.0
26532024-11-19T00:16:36.911Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26542024-11-19T00:16:37.416Z Compiling num-derive v0.4.2
26552024-11-19T00:16:37.452Z Compiling sigpipe v0.1.3
26562024-11-19T00:16:37.589Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26572024-11-19T00:16:37.912Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26582024-11-19T00:16:38.000Z Compiling zone v0.3.0
26592024-11-19T00:16:38.317Z Compiling serde_with v3.11.0
26602024-11-19T00:16:39.056Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26612024-11-19T00:16:39.525Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26622024-11-19T00:16:39.681Z Compiling universal-hash v0.5.1
26632024-11-19T00:16:39.835Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26642024-11-19T00:16:39.904Z Compiling opaque-debug v0.3.1
26652024-11-19T00:16:40.013Z Compiling num-rational v0.4.2
26662024-11-19T00:16:40.593Z Compiling password-hash v0.5.0
26672024-11-19T00:16:40.796Z Compiling num-complex v0.4.6
26682024-11-19T00:16:41.251Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26692024-11-19T00:16:41.651Z Compiling blake2 v0.10.6
26702024-11-19T00:16:41.688Z Compiling aead v0.5.2
26712024-11-19T00:16:41.873Z Compiling convert_case v0.4.0
26722024-11-19T00:16:41.907Z Compiling keccak v0.1.5
26732024-11-19T00:16:42.052Z Compiling num v0.4.3
26742024-11-19T00:16:42.175Z Compiling argon2 v0.5.3
26752024-11-19T00:16:42.323Z Compiling sha3 v0.10.8
26762024-11-19T00:16:42.745Z Compiling poly1305 v0.8.0
26772024-11-19T00:16:42.903Z Compiling derive_more v0.99.18
26782024-11-19T00:16:42.929Z Compiling tungstenite v0.21.0
26792024-11-19T00:16:43.020Z Compiling chacha20 v0.9.1
26802024-11-19T00:16:43.368Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26812024-11-19T00:16:43.486Z Compiling float-ord v0.3.2
26822024-11-19T00:16:43.514Z Compiling base64 v0.21.7
26832024-11-19T00:16:43.664Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26842024-11-19T00:16:44.117Z Compiling tokio-tungstenite v0.21.0
26852024-11-19T00:16:44.319Z Compiling semver v0.1.20
26862024-11-19T00:16:44.477Z Compiling same-file v1.0.6
26872024-11-19T00:16:44.767Z Compiling rustc_version v0.1.7
26882024-11-19T00:16:44.802Z Compiling walkdir v2.5.0
26892024-11-19T00:16:44.899Z Compiling newline-converter v0.3.0
26902024-11-19T00:16:44.994Z Compiling primeorder v0.13.6
26912024-11-19T00:16:45.018Z Compiling secrecy v0.8.0
26922024-11-19T00:16:45.081Z Compiling cancel-safe-futures v0.1.5
26932024-11-19T00:16:45.227Z Compiling owo-colors v4.1.0
26942024-11-19T00:16:45.307Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26952024-11-19T00:16:45.328Z Compiling newtype_derive v0.1.6
26962024-11-19T00:16:45.469Z Compiling expectorate v1.1.0
26972024-11-19T00:16:45.511Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26982024-11-19T00:16:45.557Z Compiling thiserror-impl-no-std v2.0.2
26992024-11-19T00:16:45.588Z Compiling ring v0.16.20
27002024-11-19T00:16:45.625Z Compiling blake3 v1.5.4
27012024-11-19T00:16:45.675Z Compiling unicase v2.7.0
27022024-11-19T00:16:45.865Z Compiling half v2.4.1
27032024-11-19T00:16:45.995Z Compiling ciborium-io v0.2.2
27042024-11-19T00:16:46.141Z Compiling arc-swap v1.7.1
27052024-11-19T00:16:46.434Z Compiling ciborium-ll v0.2.2
27062024-11-19T00:16:46.464Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27072024-11-19T00:16:46.751Z Compiling slog-scope v4.4.0
27082024-11-19T00:16:46.969Z Compiling polyval v0.6.2
27092024-11-19T00:16:47.302Z Compiling atomicwrites v0.4.4
27102024-11-19T00:16:47.444Z Compiling libsw v3.3.1
27112024-11-19T00:16:47.476Z Compiling memmap2 v0.9.5
27122024-11-19T00:16:47.678Z Compiling arrayref v0.3.9
27132024-11-19T00:16:47.776Z Compiling arrayvec v0.7.6
27142024-11-19T00:16:47.798Z Compiling libefi-sys v0.1.0
27152024-11-19T00:16:47.934Z Compiling spin v0.5.2
27162024-11-19T00:16:48.091Z Compiling indent_write v2.2.0
27172024-11-19T00:16:48.165Z Compiling salty v0.3.0
27182024-11-19T00:16:48.214Z Compiling linear-map v1.2.0
27192024-11-19T00:16:48.306Z Compiling parking_lot_core v0.8.6
27202024-11-19T00:16:48.589Z Compiling constant_time_eq v0.3.1
27212024-11-19T00:16:48.669Z Compiling ghash v0.5.1
27222024-11-19T00:16:48.779Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27232024-11-19T00:16:48.862Z Compiling thiserror-no-std v2.0.2
27242024-11-19T00:16:48.865Z Compiling slog-stdlog v4.1.1
27252024-11-19T00:16:48.989Z Compiling vsss-rs v3.3.4
27262024-11-19T00:16:49.271Z Compiling ciborium v0.2.2
27272024-11-19T00:16:50.012Z Compiling p384 v0.13.0
27282024-11-19T00:16:50.095Z Compiling toolchain_find v0.4.0
27292024-11-19T00:16:50.818Z Compiling chacha20poly1305 v0.10.1
27302024-11-19T00:16:51.075Z Compiling lzma-sys v0.1.20
27312024-11-19T00:16:51.078Z Compiling ctr v0.9.2
27322024-11-19T00:16:51.078Z Compiling itertools v0.13.0
27332024-11-19T00:16:51.285Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27342024-11-19T00:16:51.334Z Compiling typify-macro v0.2.0
27352024-11-19T00:16:51.586Z Compiling bitfield-struct v0.6.2
27362024-11-19T00:16:51.673Z Compiling slog-dtrace v0.3.0
27372024-11-19T00:16:51.692Z Compiling highway v1.2.0
27382024-11-19T00:16:51.972Z Compiling topological-sort v0.2.2
27392024-11-19T00:16:52.207Z Compiling omicron-zone-package v0.11.1
27402024-11-19T00:16:52.745Z Compiling aes-gcm v0.10.3
27412024-11-19T00:16:52.773Z Compiling rustfmt-wrapper v0.2.1
27422024-11-19T00:16:53.033Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27432024-11-19T00:16:53.054Z Compiling mime_guess v2.0.5
27442024-11-19T00:16:53.147Z Compiling steno v0.4.1
27452024-11-19T00:16:53.377Z Compiling slog-envlogger v2.2.0
27462024-11-19T00:16:54.248Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27472024-11-19T00:16:54.268Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27482024-11-19T00:16:54.330Z Compiling heck v0.3.3
27492024-11-19T00:16:54.375Z Compiling ssh-encoding v0.2.0
27502024-11-19T00:16:54.772Z Compiling blowfish v0.9.1
27512024-11-19T00:16:54.916Z Compiling nibble_vec v0.1.0
27522024-11-19T00:16:54.918Z Compiling env_filter v0.1.2
27532024-11-19T00:16:55.126Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27542024-11-19T00:16:55.216Z Compiling humantime v2.1.0
27552024-11-19T00:16:55.237Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27562024-11-19T00:16:55.258Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27572024-11-19T00:16:55.419Z Compiling endian-type v0.1.2
27582024-11-19T00:16:55.549Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27592024-11-19T00:16:55.603Z Compiling env_logger v0.11.5
27602024-11-19T00:16:55.668Z Compiling typify v0.2.0
27612024-11-19T00:16:55.703Z Compiling radix_trie v0.2.1
27622024-11-19T00:16:55.729Z Compiling bcrypt-pbkdf v0.10.0
27632024-11-19T00:16:55.754Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27642024-11-19T00:16:55.843Z Compiling progenitor-impl v0.8.0
27652024-11-19T00:16:56.392Z Compiling zone_cfg_derive v0.1.2
27662024-11-19T00:16:56.412Z Compiling ssh-cipher v0.2.0
27672024-11-19T00:16:56.649Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27682024-11-19T00:16:56.772Z Compiling parking_lot v0.11.2
27692024-11-19T00:16:57.145Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27702024-11-19T00:16:57.577Z Compiling password-hash v0.4.2
27712024-11-19T00:16:57.673Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
27722024-11-19T00:16:57.723Z Compiling gethostname v0.5.0
27732024-11-19T00:16:57.913Z Compiling fxhash v0.2.1
27742024-11-19T00:16:57.958Z Compiling base64 v0.13.1
27752024-11-19T00:16:58.091Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27762024-11-19T00:16:58.125Z Compiling matches v0.1.10
27772024-11-19T00:16:58.231Z Compiling idna v0.2.3
27782024-11-19T00:16:58.326Z Compiling sled v0.34.7
27792024-11-19T00:16:58.409Z Compiling ron v0.7.1
27802024-11-19T00:16:58.465Z Compiling pbkdf2 v0.11.0
27812024-11-19T00:16:58.606Z Compiling zone v0.1.8
27822024-11-19T00:16:58.643Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27832024-11-19T00:16:58.807Z Compiling xz2 v0.1.7
27842024-11-19T00:16:59.319Z Compiling ssh-key v0.6.6
27852024-11-19T00:16:59.923Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27862024-11-19T00:17:00.237Z Compiling hickory-client v0.24.1
27872024-11-19T00:17:00.873Z Compiling p256 v0.13.2
27882024-11-19T00:17:00.975Z Compiling p521 v0.13.3
27892024-11-19T00:17:01.103Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27902024-11-19T00:17:01.741Z Compiling hickory-server v0.24.1
27912024-11-19T00:17:01.785Z Compiling enum-as-inner v0.5.1
27922024-11-19T00:17:02.284Z Compiling pem v3.0.4
27932024-11-19T00:17:02.820Z Compiling yasna v0.5.2
27942024-11-19T00:17:03.111Z Compiling headers-core v0.3.0
27952024-11-19T00:17:03.290Z Compiling kstat-rs v0.2.4
27962024-11-19T00:17:03.441Z Compiling nanorand v0.7.0
27972024-11-19T00:17:03.964Z Compiling russh-cryptovec v0.7.3
27982024-11-19T00:17:04.028Z Compiling atty v0.2.14
27992024-11-19T00:17:04.171Z Compiling http-range v0.1.5
28002024-11-19T00:17:04.191Z Compiling md5 v0.7.0
28012024-11-19T00:17:04.212Z Compiling progenitor-macro v0.8.0
28022024-11-19T00:17:04.290Z Compiling rcgen v0.12.1
28032024-11-19T00:17:04.529Z Compiling russh-keys v0.45.0
28042024-11-19T00:17:04.551Z Compiling hyper-staticfile v0.10.1
28052024-11-19T00:17:04.713Z Compiling flume v0.11.1
28062024-11-19T00:17:05.139Z Compiling headers v0.4.0
28072024-11-19T00:17:05.469Z Compiling trust-dns-proto v0.22.0
28082024-11-19T00:17:05.730Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28092024-11-19T00:17:06.858Z Compiling num-bigint v0.4.6
28102024-11-19T00:17:07.217Z Compiling des v0.8.1
28112024-11-19T00:17:07.580Z Compiling subprocess v0.2.9
28122024-11-19T00:17:08.853Z Compiling dhcproto-macros v0.1.0
28132024-11-19T00:17:08.905Z Compiling hex-literal v0.4.1
28142024-11-19T00:17:09.076Z Compiling display-error-chain v0.2.2
28152024-11-19T00:17:09.299Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28162024-11-19T00:17:09.583Z Compiling internet-checksum v0.2.1
28172024-11-19T00:17:09.878Z Compiling russh v0.45.0
28182024-11-19T00:17:10.038Z Compiling dhcproto v0.12.0
28192024-11-19T00:17:15.256Z Compiling progenitor v0.8.0
28202024-11-19T00:17:15.389Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28212024-11-19T00:17:15.392Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28222024-11-19T00:17:15.392Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28232024-11-19T00:17:15.392Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28242024-11-19T00:17:15.392Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28252024-11-19T00:17:15.392Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28262024-11-19T00:17:15.392Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28272024-11-19T00:17:15.478Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28282024-11-19T00:17:16.263Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28292024-11-19T00:17:16.845Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28302024-11-19T00:17:21.475Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28312024-11-19T00:17:21.732Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28322024-11-19T00:17:31.239Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28332024-11-19T00:17:31.239Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28342024-11-19T00:17:31.248Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28352024-11-19T00:17:31.248Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28362024-11-19T00:17:32.124Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28372024-11-19T00:17:34.450Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28382024-11-19T00:17:35.492Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28392024-11-19T00:17:35.530Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28402024-11-19T00:17:36.234Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28412024-11-19T00:17:39.326Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28422024-11-19T00:17:39.807Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28432024-11-19T00:17:40.081Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28442024-11-19T00:17:40.991Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28452024-11-19T00:17:41.162Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28462024-11-19T00:17:41.988Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28472024-11-19T00:17:42.497Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28482024-11-19T00:17:42.795Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28492024-11-19T00:17:43.932Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28502024-11-19T00:17:44.115Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28512024-11-19T00:17:46.835Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28522024-11-19T00:17:47.149Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28532024-11-19T00:17:47.646Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28542024-11-19T00:17:49.000Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28552024-11-19T00:17:49.739Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28562024-11-19T00:17:53.456Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28572024-11-19T00:17:54.753Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28582024-11-19T00:17:55.351Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592024-11-19T00:17:56.340Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28602024-11-19T00:17:58.958Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28612024-11-19T00:18:07.931Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28622024-11-19T00:18:09.160Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28632024-11-19T00:18:27.095Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28642024-11-19T00:18:58.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s
28652024-11-19T00:18:58.603Z
28662024-11-19T00:18:58.606Zreal 2:32.510919601
28672024-11-19T00:18:58.606Zuser 11:56.427710529
28682024-11-19T00:18:58.606Zsys 2:34.093886463
28692024-11-19T00:18:58.606Ztrap 0.309543890
28702024-11-19T00:18:58.606Ztflt 0.789525710
28712024-11-19T00:18:58.606Zdflt 2.039513899
28722024-11-19T00:18:58.606Zkflt 0.000016697
28732024-11-19T00:18:58.606Zlock 24:37.914086305
28742024-11-19T00:18:58.606Zslp 42:38.893863882
28752024-11-19T00:18:58.606Zlat 35.888622820
28762024-11-19T00:18:58.606Zstop 1:24.359112622
28772024-11-19T00:18:58.606Z+ mkdir tests
28782024-11-19T00:18:58.609Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28792024-11-19T00:18:58.609Z+ xargs -I '{}' -t cp '{}' tests/
28802024-11-19T00:18:58.651Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-246df57fa2cbf807 tests/
28812024-11-19T00:18:58.679Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f25fc174fad7a7b4 tests/
28822024-11-19T00:18:58.705Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-47185152e52e4d85 tests/
28832024-11-19T00:18:58.732Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-113dd4db321a5b88 tests/
28842024-11-19T00:18:58.964Z+ 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/*)
28852024-11-19T00:18:58.966Z+ 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
28862024-11-19T00:20:07.479ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
28872024-11-19T00:20:07.479Za .github/buildomat/ci-env.sh 1K
28882024-11-19T00:20:07.479Za out/target/test 1K
28892024-11-19T00:20:07.479Za out/npuzone/npuzone 23144K
28902024-11-19T00:20:07.479Za package-manifest.toml 32K
28912024-11-19T00:20:07.479Za smf/sled-agent/non-gimlet/config.toml 4K
28922024-11-19T00:20:07.479Za target/release/omicron-package 36277K
28932024-11-19T00:20:07.479Za target/release/xtask 11750K
28942024-11-19T00:20:07.479Za target/debug/bootstrap 209780K
28952024-11-19T00:20:07.479Za tests/bootstrap-246df57fa2cbf807 24246K
28962024-11-19T00:20:07.479Za tests/commtest-47185152e52e4d85 25022K
28972024-11-19T00:20:07.479Za tests/dhcp_server-f25fc174fad7a7b4 24246K
28982024-11-19T00:20:07.479Za tests/end_to_end_tests-113dd4db321a5b88 227884K
28992024-11-19T00:20:07.479Za out/clickhouse.tar.gz 250294K
29002024-11-19T00:20:07.479Za out/clickhouse_keeper.tar.gz 250282K
29012024-11-19T00:20:07.479Za out/clickhouse_server.tar.gz 250282K
29022024-11-19T00:20:07.479Za out/cockroachdb.tar.gz 134541K
29032024-11-19T00:20:07.480Za out/crucible-dtrace.tar 83K
29042024-11-19T00:20:07.480Za out/crucible-pantry-zone.tar.gz 28152K
29052024-11-19T00:20:07.480Za out/crucible-zone.tar.gz 36366K
29062024-11-19T00:20:07.480Za out/external-dns.tar.gz 35246K
29072024-11-19T00:20:07.480Za out/internal-dns.tar.gz 35245K
29082024-11-19T00:20:07.480Za out/mg-ddm-gz.tar 62661K
29092024-11-19T00:20:07.480Za out/nexus.tar.gz 100626K
29102024-11-19T00:20:07.480Za out/ntp.tar.gz 10341K
29112024-11-19T00:20:07.480Za out/omicron-gateway-softnpu.tar.gz 23852K
29122024-11-19T00:20:07.480Za out/omicron-sled-agent.tar 112750K
29132024-11-19T00:20:07.480Za out/overlay.tar.gz 3K
29142024-11-19T00:20:07.480Za out/oximeter.tar.gz 51617K
29152024-11-19T00:20:07.480Za out/oxlog.tar 3088K
29162024-11-19T00:20:07.480Za out/probe.tar.gz 2764K
29172024-11-19T00:20:07.480Za out/propolis-server.tar.gz 66584K
29182024-11-19T00:20:07.480Za out/pumpkind-gz.tar 26665K
29192024-11-19T00:20:07.480Za out/switch-softnpu.tar.gz 237178K
29202024-11-19T00:20:07.483Z
29212024-11-19T00:20:07.483Zreal 1:08.509101637
29222024-11-19T00:20:07.483Zuser 1:05.461767170
29232024-11-19T00:20:07.483Zsys 4.356162542
29242024-11-19T00:20:07.483Ztrap 0.016542703
29252024-11-19T00:20:07.483Ztflt 0.000000000
29262024-11-19T00:20:07.483Zdflt 0.000000000
29272024-11-19T00:20:07.483Zkflt 0.000000000
29282024-11-19T00:20:07.483Zlock 0.000000000
29292024-11-19T00:20:07.483Zslp 1:05.243744968
29302024-11-19T00:20:07.483Zlat 1.934162307
29312024-11-19T00:20:07.483Zstop 0.000618952
29322024-11-19T00:20:07.484Zprocess exited: duration 1908901 ms, exit code 0
 
29332024-11-19T00:20:07.498Zfound 1 output files
29342024-11-19T00:20:07.499Zuploading: /work/package.tar.gz (1769452785 bytes)
29352024-11-19T00:20:33.997Zuploaded: /work/package.tar.gz