01JDB29933SGDHJ2F1PW519JRG: 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: 01JDB29S8F5GH7MBPYPKFJGNB8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-22T23:12:36.917Zjob assigned to worker 01JDB2A1ND8SXY9S51PTFJH7QD [factory aws, i-036264d75c6639647] (queued for 1 m 18 s)
 
22024-11-22T23:12:45.655Zstarting task 0: "setup"
32024-11-22T23:12:45.665Z++ uname -s
42024-11-22T23:12:45.667Z+ kern=SunOS
52024-11-22T23:12:45.667Z+ case "$kern" in
62024-11-22T23:12:45.667Z+ groupadd -g 12345 build
72024-11-22T23:12:45.670Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-22T23:12:47.675Z+ zfs create -o mountpoint=/work rpool/work
92024-11-22T23:12:47.777Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-22T23:12:47.780Z+ home_fs=zfs
112024-11-22T23:12:47.780Z+ [[ zfs == autofs ]]
122024-11-22T23:12:47.780Z+ mkdir -p /home/build
132024-11-22T23:12:47.782Z+ chown build:build /home/build /work
142024-11-22T23:12:49.783Z+ chmod 0700 /home/build /work
152024-11-22T23:12:49.786Zprocess exited: duration 4131 ms, exit code 0
 
162024-11-22T23:12:49.791Zstarting task 1: "rust-toolchain"
172024-11-22T23:12:49.796Z+ printf ' * toolchain channel = "%s"
182024-11-22T23:12:49.796Z' 1.81.0
192024-11-22T23:12:49.796Z * toolchain channel = "1.81.0"
202024-11-22T23:12:49.796Z+ printf ' * toolchain profile = "%s"
212024-11-22T23:12:49.796Z' default
222024-11-22T23:12:49.796Z * toolchain profile = "default"
232024-11-22T23:12:49.798Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-22T23:12:49.798Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-22T23:12:49.917Zinfo: downloading installer
262024-11-22T23:12:51.382Zinfo: profile set to 'default'
272024-11-22T23:12:51.382Zinfo: default host triple is x86_64-unknown-illumos
282024-11-22T23:12:51.385Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-22T23:12:51.522Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-22T23:12:51.522Zinfo: downloading component 'cargo'
312024-11-22T23:12:52.243Zinfo: downloading component 'clippy'
322024-11-22T23:12:52.514Zinfo: downloading component 'rust-docs'
332024-11-22T23:12:53.514Zinfo: downloading component 'rust-std'
342024-11-22T23:12:55.058Zinfo: downloading component 'rustc'
352024-11-22T23:13:00.613Zinfo: downloading component 'rustfmt'
362024-11-22T23:13:00.823Zinfo: installing component 'cargo'
372024-11-22T23:13:01.613Zinfo: installing component 'clippy'
382024-11-22T23:13:01.960Zinfo: installing component 'rust-docs'
392024-11-22T23:13:03.571Zinfo: installing component 'rust-std'
402024-11-22T23:13:05.225Zinfo: installing component 'rustc'
412024-11-22T23:13:10.652Zinfo: installing component 'rustfmt'
422024-11-22T23:13:11.025Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-22T23:13:11.025Z
442024-11-22T23:13:11.395Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-22T23:13:11.395Z
462024-11-22T23:13:11.399Z
472024-11-22T23:13:11.399ZRust is installed now. Great!
482024-11-22T23:13:11.399Z
492024-11-22T23:13:11.399ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-22T23:13:11.399Zenvironment variable. This has not been done automatically.
512024-11-22T23:13:11.399Z
522024-11-22T23:13:11.399ZTo configure your current shell, you need to source
532024-11-22T23:13:11.399Zthe corresponding env file under $HOME/.cargo.
542024-11-22T23:13:11.399Z
552024-11-22T23:13:11.399ZThis is usually done by running one of the following (note the leading DOT):
562024-11-22T23:13:11.399Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-22T23:13:11.399Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-22T23:13:11.467Z+ rustc --version
592024-11-22T23:13:11.528Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-22T23:13:11.532Zprocess exited: duration 21737 ms, exit code 0
 
612024-11-22T23:13:11.537Zstarting task 2: "authentication"
622024-11-22T23:13:11.557Zprocess exited: duration 19 ms, exit code 0
 
632024-11-22T23:13:11.561Zstarting task 3: "clone repository"
642024-11-22T23:13:11.568Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-22T23:13:11.572Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-22T23:13:13.080ZCloning into '/work/oxidecomputer/omicron'...
672024-11-22T23:13:20.025Z+ cd /work/oxidecomputer/omicron
682024-11-22T23:13:20.028Z+ git fetch origin 20b4c6c48f7b1cb7935133979f44b23829b79f30
692024-11-22T23:13:20.331ZFrom https://github.com/oxidecomputer/omicron
702024-11-22T23:13:20.331Z * branch 20b4c6c48f7b1cb7935133979f44b23829b79f30 -> FETCH_HEAD
712024-11-22T23:13:20.342Z+ [[ -n oxql-query-planner ]]
722024-11-22T23:13:20.347Z++ git branch --show-current
732024-11-22T23:13:20.347Z+ current=main
742024-11-22T23:13:20.347Z+ [[ main != oxql-query-planner ]]
752024-11-22T23:13:20.347Z+ git branch -f oxql-query-planner 20b4c6c48f7b1cb7935133979f44b23829b79f30
762024-11-22T23:13:20.351Z+ git checkout -f oxql-query-planner
772024-11-22T23:13:20.525ZSwitched to branch 'oxql-query-planner'
782024-11-22T23:13:20.528Z+ git reset --hard 20b4c6c48f7b1cb7935133979f44b23829b79f30
792024-11-22T23:13:20.696ZHEAD is now at 20b4c6c48 Add a query planner for OxQL
802024-11-22T23:13:20.699Zprocess exited: duration 9134 ms, exit code 0
 
812024-11-22T23:13:20.704Zstarting task 4: "build"
822024-11-22T23:13:20.710Z+ source .github/buildomat/ci-env.sh
832024-11-22T23:13:20.710Z++ export CARGO_TERM_COLOR=always
842024-11-22T23:13:20.713Z++ CARGO_TERM_COLOR=always
852024-11-22T23:13:20.714Z+ cargo --version
862024-11-22T23:13:20.769Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-22T23:13:20.773Z+ rustc --version
882024-11-22T23:13:20.829Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-22T23:13:20.831Z+ WORK=/work
902024-11-22T23:13:20.831Z+ pfexec mkdir -p /work
912024-11-22T23:13:20.835Z+ pfexec chown build /work
922024-11-22T23:13:20.837Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-22T23:13:36.218Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-22T23:13:39.981Z Startup: Caching catalogs ... Done
952024-11-22T23:13:48.865ZPlanning: Solver setup ... Done (8.125s)
962024-11-22T23:13:48.975ZPlanning: Running solver ... Done (0.111s)
972024-11-22T23:13:49.547ZPlanning: Finding local manifests ... Done (0.078s)
982024-11-22T23:13:49.550ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-22T23:13:49.550ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-22T23:13:49.578ZPlanning: Package planning ... Done (0.201s)
1012024-11-22T23:13:49.633ZPlanning: Merging actions ... Done (0.055s)
1022024-11-22T23:13:50.179ZPlanning: Checking for conflicting actions ... Done (0.546s)
1032024-11-22T23:13:54.654ZPlanning: Consolidating action changes ... Done (4.474s)
1042024-11-22T23:13:55.041ZPlanning: Evaluating mediators ... Done (0.387s)
1052024-11-22T23:13:55.174ZPlanning: Planning completed in 15.10 seconds
1062024-11-22T23:13:55.186Z Packages to install: 4
1072024-11-22T23:13:55.189Z Packages to update: 1
1082024-11-22T23:13:55.189Z Mediators to change: 2
1092024-11-22T23:13:55.189Z Services to change: 1
1102024-11-22T23:13:55.189Z Estimated space available: 155.64 GB
1112024-11-22T23:13:55.189ZEstimated space to be consumed: 1.60 GB
1122024-11-22T23:13:55.189Z Create boot environment: No
1132024-11-22T23:13:55.189ZCreate backup boot environment: Yes
1142024-11-22T23:13:55.189Z Rebuild boot archive: No
1152024-11-22T23:13:55.189Z
1162024-11-22T23:13:55.189ZChanged mediators:
1172024-11-22T23:13:55.189Z mediator clang:
1182024-11-22T23:13:55.189Z version: None -> 15 (system default)
1192024-11-22T23:13:55.189Z
1202024-11-22T23:13:55.189Z mediator llvm:
1212024-11-22T23:13:55.189Z version: 14 (system default) -> 15 (system default)
1222024-11-22T23:13:55.189Z
1232024-11-22T23:13:55.189ZChanged packages:
1242024-11-22T23:13:55.189Zhelios-dev
1252024-11-22T23:13:55.189Z developer/build-essential
1262024-11-22T23:13:55.189Z None -> 11-2.0
1272024-11-22T23:13:55.189Z library/libxmlsec1
1282024-11-22T23:13:55.189Z None -> 1.2.35-2.0
1292024-11-22T23:13:55.189Z ooce/developer/clang-15
1302024-11-22T23:13:55.190Z None -> 15.0.7-2.0
1312024-11-22T23:13:55.190Z ooce/developer/llvm-15
1322024-11-22T23:13:55.190Z None -> 15.0.7-2.0
1332024-11-22T23:13:55.190Z package/pkg
1342024-11-22T23:13:55.190Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-22T23:13:55.190Z
1362024-11-22T23:13:55.190ZServices:
1372024-11-22T23:13:55.190Z restart_fmri:
1382024-11-22T23:13:55.190Z svc:/system/update-man-index:default
1392024-11-22T23:13:55.190Z
1402024-11-22T23:13:55.190ZEditable files to change:
1412024-11-22T23:13:55.190Z Update:
1422024-11-22T23:13:55.190Z usr/share/lib/pkg/web/config.shtml
1432024-11-22T23:13:55.388Z
1442024-11-22T23:13:55.388ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-22T23:14:00.391ZDownload: 1384/4281 items 105.9/220.6MB 47% complete (21.4M/s)
1462024-11-22T23:14:05.404ZDownload: 3199/4281 items 160.1/220.6MB 72% complete (16.0M/s)
1472024-11-22T23:14:10.399ZDownload: Completed 220.60 MB in 15.01 seconds (14.7M/s)
1482024-11-22T23:14:12.808Z Actions: 1/5063 actions (Removing old actions)
1492024-11-22T23:14:12.825Z Actions: 194/5063 actions (Installing new actions)
1502024-11-22T23:14:17.876Z Actions: 4127/5063 actions (Installing new actions)
1512024-11-22T23:14:17.924Z Actions: 4226/5063 actions (Updating modified actions)
1522024-11-22T23:14:18.260Z Actions: Completed 5063 actions in 5.45 seconds.
1532024-11-22T23:14:18.635Z Done (0.368s)
1542024-11-22T23:14:18.638Z Done (0.000s)
1552024-11-22T23:14:19.161Z Done (0.523s)
1562024-11-22T23:14:24.674Z Done (5.297s)
1572024-11-22T23:14:24.942Z Done (0.201s)
1582024-11-22T23:14:24.944Z Done (0.000s)
1592024-11-22T23:14:25.149Z Done (0.000s)
1602024-11-22T23:14:25.804ZPlanning: Evaluating mediator changes ... Done
1612024-11-22T23:14:25.967ZPlanning: Checking for conflicting actions ... Done
1622024-11-22T23:14:25.969ZPlanning: Consolidating action changes ... Done
1632024-11-22T23:14:26.229ZPlanning: Evaluating mediators ... Done
1642024-11-22T23:14:26.231ZPlanning: Planning completed in 0.43 seconds
1652024-11-22T23:14:26.268Z Mediators to change: 2
1662024-11-22T23:14:26.270Z Create boot environment: No
1672024-11-22T23:14:26.271ZCreate backup boot environment: No
1682024-11-22T23:14:26.347Z Done
1692024-11-22T23:14:26.347Z Done
1702024-11-22T23:14:26.722Z Done
1712024-11-22T23:14:30.251Z Done
1722024-11-22T23:14:30.342Z Done
1732024-11-22T23:14:30.346Z Done
1742024-11-22T23:14:30.462Z Done
1752024-11-22T23:14:31.058ZPlanning: Evaluating mediator changes ... Done
1762024-11-22T23:14:31.061ZPlanning: Merging actions ... Done
1772024-11-22T23:14:31.249ZPlanning: Checking for conflicting actions ... Done
1782024-11-22T23:14:31.251ZPlanning: Consolidating action changes ... Done
1792024-11-22T23:14:31.509ZPlanning: Evaluating mediators ... Done
1802024-11-22T23:14:31.562ZPlanning: Planning completed in 0.74 seconds
1812024-11-22T23:14:31.601Z Packages to change: 1
1822024-11-22T23:14:31.604Z Mediators to change: 1
1832024-11-22T23:14:31.604Z Services to change: 1
1842024-11-22T23:14:31.604Z Create boot environment: No
1852024-11-22T23:14:31.604ZCreate backup boot environment: Yes
1862024-11-22T23:14:33.797Z Actions: 1/6 actions (Updating modified actions)
1872024-11-22T23:14:33.834Z Actions: Completed 6 actions in 0.04 seconds.
1882024-11-22T23:14:33.837Z Done
1892024-11-22T23:14:33.837Z Done
1902024-11-22T23:14:33.944Z Done
1912024-11-22T23:14:37.505Z Done
1922024-11-22T23:14:37.599Z Done
1932024-11-22T23:14:37.601Z Done
1942024-11-22T23:14:37.729Z Done
1952024-11-22T23:14:38.158ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962024-11-22T23:14:38.158Zclang system 15 system
1972024-11-22T23:14:38.158Zcsh system system illumos
1982024-11-22T23:14:38.158Zctags system system illumos
1992024-11-22T23:14:38.158Zgcc vendor 12 vendor
2002024-11-22T23:14:38.158Zgcc system 10 system
2012024-11-22T23:14:38.158Zgcc system 7 system
2022024-11-22T23:14:38.158Zgo system 1.20 system
2032024-11-22T23:14:38.158Zgo system 1.19 system
2042024-11-22T23:14:38.158Zllvm system 15 system
2052024-11-22T23:14:38.158Zllvm system 14 system
2062024-11-22T23:14:38.158Zmariadb system 10.6 system
2072024-11-22T23:14:38.158Zmta vendor vendor dma
2082024-11-22T23:14:38.158Zopenjdk system 17 system
2092024-11-22T23:14:38.158Zopenjdk system 11 system
2102024-11-22T23:14:38.158Zopenjdk system 1.8 system
2112024-11-22T23:14:38.158Zopenssl vendor 3 vendor
2122024-11-22T23:14:38.159Zperl system 5.36 system
2132024-11-22T23:14:38.159Zpostgresql system 15 system
2142024-11-22T23:14:38.159Zpostgresql system 13 system
2152024-11-22T23:14:38.159Zpython vendor 3 vendor
2162024-11-22T23:14:38.159Zpython system 2 system
2172024-11-22T23:14:38.159Zpython3 system 3.11 system
2182024-11-22T23:14:38.159Zruby system 3.0 system
2192024-11-22T23:14:38.159Zwords vendor vendor american-english
2202024-11-22T23:14:38.159Zwords system system australian-english
2212024-11-22T23:14:38.159Zwords system system british-english
2222024-11-22T23:14:38.159Zwords system system canadian-english
2232024-11-22T23:14:38.159Zwords system system french
2242024-11-22T23:14:38.159Zwords system system italian
2252024-11-22T23:14:38.159Zwords system system ngerman
2262024-11-22T23:14:38.159Zwords system system ogerman
2272024-11-22T23:14:38.159Zwords system system spanish
2282024-11-22T23:14:38.488ZPUBLISHER TYPE STATUS P LOCATION
2292024-11-22T23:14:38.488Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2302024-11-22T23:14:41.053ZFMRI IFO
2312024-11-22T23:14:41.053Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2322024-11-22T23:14:41.053Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2332024-11-22T23:14:41.053Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2342024-11-22T23:14:41.053Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2352024-11-22T23:14:41.053Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2362024-11-22T23:14:41.053Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2372024-11-22T23:14:41.053Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2382024-11-22T23:14:41.053Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2392024-11-22T23:14:41.053Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2402024-11-22T23:14:41.053Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2412024-11-22T23:14:41.055Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2422024-11-22T23:14:41.055Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2432024-11-22T23:14:41.055Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2442024-11-22T23:14:41.055Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2452024-11-22T23:14:41.055Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2462024-11-22T23:14:41.784Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472024-11-22T23:14:42.125Z Updating crates.io index
2482024-11-22T23:14:42.128Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492024-11-22T23:14:42.981Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2502024-11-22T23:14:43.222Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2512024-11-22T23:14:43.564Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2522024-11-22T23:14:43.830Z Updating git repository `https://github.com/oxidecomputer/propolis`
2532024-11-22T23:14:44.685Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542024-11-22T23:14:47.184Z Updating git repository `https://github.com/oxidecomputer/opte`
2552024-11-22T23:14:48.256Z Updating git repository `https://github.com/oxidecomputer/falcon`
2562024-11-22T23:14:49.045Z Updating git repository `https://github.com/oxidecomputer/clickward`
2572024-11-22T23:14:49.307Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582024-11-22T23:14:49.628Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2592024-11-22T23:14:50.187Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2602024-11-22T23:14:50.484Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612024-11-22T23:14:50.862Z Updating git repository `https://github.com/oxidecomputer/tofino`
2622024-11-22T23:14:51.132Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2632024-11-22T23:14:51.405Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2642024-11-22T23:14:51.672Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2652024-11-22T23:14:51.957Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662024-11-22T23:14:52.239Z Updating git repository `https://github.com/oxidecomputer/ispf`
2672024-11-22T23:14:52.567Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2682024-11-22T23:14:52.855Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2692024-11-22T23:14:53.403Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2702024-11-22T23:14:53.713Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712024-11-22T23:14:54.381Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722024-11-22T23:14:54.759Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732024-11-22T23:14:55.172Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2742024-11-22T23:14:55.493Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2752024-11-22T23:14:55.785Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2762024-11-22T23:14:56.053Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2772024-11-22T23:14:57.400Z Downloading crates ...
2782024-11-22T23:14:57.450Z Downloaded anstyle-query v1.1.1
2792024-11-22T23:14:57.456Z Downloaded colorchoice v1.0.2
2802024-11-22T23:14:57.458Z Downloaded cfg-if v1.0.0
2812024-11-22T23:14:57.461Z Downloaded byteorder v1.5.0
2822024-11-22T23:14:57.470Z Downloaded swrite v0.1.0
2832024-11-22T23:14:57.474Z Downloaded usdt-macro v0.5.0
2842024-11-22T23:14:57.476Z Downloaded dtrace-parser v0.2.0
2852024-11-22T23:14:57.479Z Downloaded cargo-platform v0.1.8
2862024-11-22T23:14:57.479Z Downloaded serde_spanned v0.6.8
2872024-11-22T23:14:57.479Z Downloaded scroll v0.12.0
2882024-11-22T23:14:57.482Z Downloaded fnv v1.0.7
2892024-11-22T23:14:57.482Z Downloaded unicode-linebreak v0.1.5
2902024-11-22T23:14:57.485Z Downloaded thiserror-impl v1.0.69
2912024-11-22T23:14:57.485Z Downloaded usdt v0.5.0
2922024-11-22T23:14:57.485Z Downloaded itoa v1.0.11
2932024-11-22T23:14:57.487Z Downloaded quote v1.0.37
2942024-11-22T23:14:57.492Z Downloaded ucd-trie v0.1.7
2952024-11-22T23:14:57.495Z Downloaded pest_derive v2.7.14
2962024-11-22T23:14:57.497Z Downloaded papergrid v0.11.0
2972024-11-22T23:14:57.505Z Downloaded indexmap v2.6.0
2982024-11-22T23:14:57.507Z Downloaded autocfg v1.4.0
2992024-11-22T23:14:57.507Z Downloaded anyhow v1.0.93
3002024-11-22T23:14:57.510Z Downloaded anstyle v1.0.10
3012024-11-22T23:14:57.513Z Downloaded anstream v0.6.15
3022024-11-22T23:14:57.515Z Downloaded cpufeatures v0.2.14
3032024-11-22T23:14:57.517Z Downloaded cargo_metadata v0.18.1
3042024-11-22T23:14:57.517Z Downloaded camino v1.1.9
3052024-11-22T23:14:57.519Z Downloaded digest v0.10.7
3062024-11-22T23:14:57.522Z Downloaded clap_derive v4.5.18
3072024-11-22T23:14:57.525Z Downloaded cargo_toml v0.20.5
3082024-11-22T23:14:57.525Z Downloaded bitflags v2.6.0
3092024-11-22T23:14:57.528Z Downloaded clap v4.5.21
3102024-11-22T23:14:57.536Z Downloaded proc-macro-error-attr v1.0.4
3112024-11-22T23:14:57.539Z Downloaded is_terminal_polyfill v1.70.1
3122024-11-22T23:14:57.539Z Downloaded log v0.4.22
3132024-11-22T23:14:57.541Z Downloaded equivalent v1.0.1
3142024-11-22T23:14:57.544Z Downloaded camino-tempfile v1.1.1
3152024-11-22T23:14:57.544Z Downloaded bytecount v0.6.8
3162024-11-22T23:14:57.546Z Downloaded crypto-common v0.1.6
3172024-11-22T23:14:57.546Z Downloaded generic-array v0.14.7
3182024-11-22T23:14:57.549Z Downloaded fastrand v2.1.1
3192024-11-22T23:14:57.549Z Downloaded clap_lex v0.7.2
3202024-11-22T23:14:57.551Z Downloaded block-buffer v0.10.4
3212024-11-22T23:14:57.551Z Downloaded anstyle-parse v0.2.5
3222024-11-22T23:14:57.553Z Downloaded clap_builder v4.5.21
3232024-11-22T23:14:57.559Z Downloaded toml_datetime v0.6.8
3242024-11-22T23:14:57.562Z Downloaded serde_tokenstream v0.2.2
3252024-11-22T23:14:57.562Z Downloaded heck v0.4.1
3262024-11-22T23:14:57.565Z Downloaded macaddr v1.0.1
3272024-11-22T23:14:57.567Z Downloaded scroll_derive v0.12.0
3282024-11-22T23:14:57.567Z Downloaded pretty-hex v0.4.1
3292024-11-22T23:14:57.567Z Downloaded heck v0.5.0
3302024-11-22T23:14:57.571Z Downloaded dof v0.3.0
3312024-11-22T23:14:57.574Z Downloaded usdt-attr-macro v0.5.0
3322024-11-22T23:14:57.578Z Downloaded sha2 v0.10.8
3332024-11-22T23:14:57.581Z Downloaded errno v0.3.9
3342024-11-22T23:14:57.583Z Downloaded plain v0.2.3
3352024-11-22T23:14:57.583Z Downloaded memmap v0.7.0
3362024-11-22T23:14:57.586Z Downloaded semver v1.0.23
3372024-11-22T23:14:57.590Z Downloaded smawk v0.3.2
3382024-11-22T23:14:57.592Z Downloaded pest_generator v2.7.14
3392024-11-22T23:14:57.594Z Downloaded proc-macro-error v1.0.4
3402024-11-22T23:14:57.598Z Downloaded thread-id v4.2.2
3412024-11-22T23:14:57.601Z Downloaded tabled_derive v0.7.0
3422024-11-22T23:14:57.603Z Downloaded terminal_size v0.4.0
3432024-11-22T23:14:57.606Z Downloaded strsim v0.11.1
3442024-11-22T23:14:57.613Z Downloaded once_cell v1.20.2
3452024-11-22T23:14:57.616Z Downloaded version_check v0.9.5
3462024-11-22T23:14:57.622Z Downloaded usdt-impl v0.5.0
3472024-11-22T23:14:57.624Z Downloaded tempfile v3.13.0
3482024-11-22T23:14:57.626Z Downloaded thiserror v1.0.69
3492024-11-22T23:14:57.630Z Downloaded utf8parse v0.2.2
3502024-11-22T23:14:57.633Z Downloaded fs-err v2.11.0
3512024-11-22T23:14:57.639Z Downloaded typenum v1.17.0
3522024-11-22T23:14:57.643Z Downloaded zerocopy-derive v0.7.35
3532024-11-22T23:14:57.648Z Downloaded pest_meta v2.7.14
3542024-11-22T23:14:57.650Z Downloaded proc-macro2 v1.0.89
3552024-11-22T23:14:57.653Z Downloaded unicode-ident v1.0.13
3562024-11-22T23:14:57.656Z Downloaded toml v0.8.19
3572024-11-22T23:14:57.660Z Downloaded serde v1.0.215
3582024-11-22T23:14:57.663Z Downloaded ryu v1.0.18
3592024-11-22T23:14:57.668Z Downloaded serde_derive v1.0.215
3602024-11-22T23:14:57.673Z Downloaded textwrap v0.16.1
3612024-11-22T23:14:57.677Z Downloaded memchr v2.7.4
3622024-11-22T23:14:57.703Z Downloaded toml_edit v0.22.22
3632024-11-22T23:14:57.744Z Downloaded pest v2.7.14
3642024-11-22T23:14:57.752Z Downloaded zerocopy v0.7.35
3652024-11-22T23:14:57.767Z Downloaded serde_json v1.0.132
3662024-11-22T23:14:57.774Z Downloaded winnow v0.6.20
3672024-11-22T23:14:57.783Z Downloaded tabled v0.15.0
3682024-11-22T23:14:57.798Z Downloaded goblin v0.8.2
3692024-11-22T23:14:57.804Z Downloaded hashbrown v0.15.0
3702024-11-22T23:14:57.818Z Downloaded syn v1.0.109
3712024-11-22T23:14:57.828Z Downloaded unicode-width v0.1.14
3722024-11-22T23:14:57.833Z Downloaded rustix v0.38.37
3732024-11-22T23:14:57.855Z Downloaded syn v2.0.87
3742024-11-22T23:14:57.884Z Downloaded libc v0.2.162
3752024-11-22T23:14:58.195Z Compiling proc-macro2 v1.0.89
3762024-11-22T23:14:58.196Z Compiling unicode-ident v1.0.13
3772024-11-22T23:14:58.198Z Compiling serde v1.0.215
3782024-11-22T23:14:58.198Z Compiling version_check v0.9.5
3792024-11-22T23:14:58.198Z Compiling memchr v2.7.4
3802024-11-22T23:14:58.198Z Compiling thiserror v1.0.69
3812024-11-22T23:14:58.231Z Compiling libc v0.2.162
3822024-11-22T23:14:58.233Z Compiling ucd-trie v0.1.7
3832024-11-22T23:14:58.470Z Compiling itoa v1.0.11
3842024-11-22T23:14:58.696Z Compiling ryu v1.0.18
3852024-11-22T23:14:59.000Z Compiling once_cell v1.20.2
3862024-11-22T23:14:59.018Z Compiling byteorder v1.5.0
3872024-11-22T23:14:59.322Z Compiling serde_json v1.0.132
3882024-11-22T23:14:59.348Z Compiling rustix v0.38.37
3892024-11-22T23:14:59.689Z Compiling bitflags v2.6.0
3902024-11-22T23:14:59.752Z Compiling usdt-impl v0.5.0
3912024-11-22T23:14:59.806Z Compiling proc-macro-error-attr v1.0.4
3922024-11-22T23:15:00.069Z Compiling syn v1.0.109
3932024-11-22T23:15:00.140Z Compiling proc-macro-error v1.0.4
3942024-11-22T23:15:00.165Z Compiling hashbrown v0.15.0
3952024-11-22T23:15:00.188Z Compiling plain v0.2.3
3962024-11-22T23:15:00.237Z Compiling utf8parse v0.2.2
3972024-11-22T23:15:00.358Z Compiling log v0.4.22
3982024-11-22T23:15:00.409Z Compiling equivalent v1.0.1
3992024-11-22T23:15:00.409Z Compiling camino v1.1.9
4002024-11-22T23:15:00.639Z Compiling quote v1.0.37
4012024-11-22T23:15:00.736Z Compiling anstyle-parse v0.2.5
4022024-11-22T23:15:01.084Z Compiling syn v2.0.87
4032024-11-22T23:15:01.109Z Compiling errno v0.3.9
4042024-11-22T23:15:01.112Z Compiling thread-id v4.2.2
4052024-11-22T23:15:01.247Z Compiling autocfg v1.4.0
4062024-11-22T23:15:01.332Z Compiling indexmap v2.6.0
4072024-11-22T23:15:01.336Z Compiling colorchoice v1.0.2
4082024-11-22T23:15:01.360Z Compiling winnow v0.6.20
4092024-11-22T23:15:01.516Z Compiling anstyle v1.0.10
4102024-11-22T23:15:01.964Z Compiling semver v1.0.23
4112024-11-22T23:15:02.439Z Compiling unicode-width v0.1.14
4122024-11-22T23:15:02.498Z Compiling pretty-hex v0.4.1
4132024-11-22T23:15:02.586Z Compiling anstyle-query v1.1.1
4142024-11-22T23:15:02.723Z Compiling is_terminal_polyfill v1.70.1
4152024-11-22T23:15:02.793Z Compiling fs-err v2.11.0
4162024-11-22T23:15:02.871Z Compiling anstream v0.6.15
4172024-11-22T23:15:03.028Z Compiling strsim v0.11.1
4182024-11-22T23:15:03.074Z Compiling anyhow v1.0.93
4192024-11-22T23:15:03.125Z Compiling clap_lex v0.7.2
4202024-11-22T23:15:03.663Z Compiling terminal_size v0.4.0
4212024-11-22T23:15:03.687Z Compiling cfg-if v1.0.0
4222024-11-22T23:15:03.754Z Compiling fastrand v2.1.1
4232024-11-22T23:15:03.863Z Compiling heck v0.5.0
4242024-11-22T23:15:04.194Z Compiling fnv v1.0.7
4252024-11-22T23:15:04.220Z Compiling bytecount v0.6.8
4262024-11-22T23:15:04.306Z Compiling heck v0.4.1
4272024-11-22T23:15:04.337Z Compiling tempfile v3.13.0
4282024-11-22T23:15:04.390Z Compiling papergrid v0.11.0
4292024-11-22T23:15:04.426Z Compiling clap_builder v4.5.21
4302024-11-22T23:15:04.935Z Compiling memmap v0.7.0
4312024-11-22T23:15:05.039Z Compiling unicode-linebreak v0.1.5
4322024-11-22T23:15:05.217Z Compiling smawk v0.3.2
4332024-11-22T23:15:05.427Z Compiling swrite v0.1.0
4342024-11-22T23:15:05.536Z Compiling textwrap v0.16.1
4352024-11-22T23:15:06.714Z Compiling tabled_derive v0.7.0
4362024-11-22T23:15:08.239Z Compiling tabled v0.15.0
4372024-11-22T23:15:09.904Z Compiling serde_derive v1.0.215
4382024-11-22T23:15:09.908Z Compiling thiserror-impl v1.0.69
4392024-11-22T23:15:09.908Z Compiling zerocopy-derive v0.7.35
4402024-11-22T23:15:09.908Z Compiling scroll_derive v0.12.0
4412024-11-22T23:15:09.954Z Compiling clap_derive v4.5.18
4422024-11-22T23:15:11.231Z Compiling scroll v0.12.0
4432024-11-22T23:15:11.709Z Compiling goblin v0.8.2
4442024-11-22T23:15:11.876Z Compiling zerocopy v0.7.35
4452024-11-22T23:15:13.799Z Compiling clap v4.5.21
4462024-11-22T23:15:15.008Z Compiling pest v2.7.14
4472024-11-22T23:15:16.626Z Compiling pest_meta v2.7.14
4482024-11-22T23:15:17.812Z Compiling pest_generator v2.7.14
4492024-11-22T23:15:19.329Z Compiling pest_derive v2.7.14
4502024-11-22T23:15:19.477Z Compiling serde_spanned v0.6.8
4512024-11-22T23:15:19.477Z Compiling toml_datetime v0.6.8
4522024-11-22T23:15:19.866Z Compiling serde_tokenstream v0.2.2
4532024-11-22T23:15:19.990Z Compiling dtrace-parser v0.2.0
4542024-11-22T23:15:20.041Z Compiling toml_edit v0.22.22
4552024-11-22T23:15:20.179Z Compiling cargo-platform v0.1.8
4562024-11-22T23:15:20.211Z Compiling macaddr v1.0.1
4572024-11-22T23:15:20.468Z Compiling camino-tempfile v1.1.1
4582024-11-22T23:15:21.271Z Compiling dof v0.3.0
4592024-11-22T23:15:21.271Z Compiling cargo_metadata v0.18.1
4602024-11-22T23:15:23.035Z Compiling toml v0.8.19
4612024-11-22T23:15:23.158Z Compiling usdt-attr-macro v0.5.0
4622024-11-22T23:15:23.158Z Compiling usdt-macro v0.5.0
4632024-11-22T23:15:23.909Z Compiling cargo_toml v0.20.5
4642024-11-22T23:15:24.535Z Compiling usdt v0.5.0
4652024-11-22T23:15:27.377Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662024-11-22T23:15:31.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.95s
4672024-11-22T23:15:31.774Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4682024-11-22T23:15:32.304Z Downloading crates ...
4692024-11-22T23:15:32.453Z Downloaded async-recursion v1.1.1
4702024-11-22T23:15:32.457Z Downloaded cassowary v0.3.0
4712024-11-22T23:15:32.460Z Downloaded bitfield v0.14.0
4722024-11-22T23:15:32.463Z Downloaded aead v0.5.2
4732024-11-22T23:15:32.463Z Downloaded adler2 v2.0.0
4742024-11-22T23:15:32.465Z Downloaded assert_matches v1.5.0
4752024-11-22T23:15:32.468Z Downloaded arrayvec v0.7.6
4762024-11-22T23:15:32.470Z Downloaded array-init v0.0.4
4772024-11-22T23:15:32.473Z Downloaded ahash v0.8.11
4782024-11-22T23:15:32.476Z Downloaded icu_properties v1.5.1
4792024-11-22T23:15:32.480Z Downloaded managed v0.8.0
4802024-11-22T23:15:32.483Z Downloaded allocator-api2 v0.2.18
4812024-11-22T23:15:32.488Z Downloaded aes-gcm v0.10.3
4822024-11-22T23:15:32.491Z Downloaded lock_api v0.4.12
4832024-11-22T23:15:32.491Z Downloaded ascii-canvas v3.0.0
4842024-11-22T23:15:32.493Z Downloaded async-bb8-diesel v0.2.1
4852024-11-22T23:15:32.495Z Downloaded argon2 v0.5.3
4862024-11-22T23:15:32.497Z Downloaded arc-swap v1.7.1
4872024-11-22T23:15:32.500Z Downloaded addr2line v0.24.2
4882024-11-22T23:15:32.504Z Downloaded aes v0.8.4
4892024-11-22T23:15:32.508Z Downloaded blake3 v1.5.4
4902024-11-22T23:15:32.515Z Downloaded aho-corasick v1.1.3
4912024-11-22T23:15:32.521Z Downloaded base64 v0.13.1
4922024-11-22T23:15:32.524Z Downloaded async-trait v0.1.83
4932024-11-22T23:15:32.528Z Downloaded base64 v0.22.1
4942024-11-22T23:15:32.533Z Downloaded async-stream-impl v0.3.6
4952024-11-22T23:15:32.535Z Downloaded base64ct v1.6.0
4962024-11-22T23:15:32.538Z Downloaded atty v0.2.14
4972024-11-22T23:15:32.538Z Downloaded base16ct v0.2.0
4982024-11-22T23:15:32.540Z Downloaded atomicwrites v0.4.4
4992024-11-22T23:15:32.540Z Downloaded bcrypt-pbkdf v0.10.0
5002024-11-22T23:15:32.543Z Downloaded bitflags v1.3.2
5012024-11-22T23:15:32.545Z Downloaded bit-set v0.5.3
5022024-11-22T23:15:32.548Z Downloaded atomic-waker v1.1.2
5032024-11-22T23:15:32.548Z Downloaded bcs v0.1.6
5042024-11-22T23:15:32.550Z Downloaded heck v0.3.3
5052024-11-22T23:15:32.554Z Downloaded http-body-util v0.1.2
5062024-11-22T23:15:32.556Z Downloaded bitfield-struct v0.6.2
5072024-11-22T23:15:32.556Z Downloaded cfg_aliases v0.1.1
5082024-11-22T23:15:32.556Z Downloaded cfg_aliases v0.2.1
5092024-11-22T23:15:32.559Z Downloaded inout v0.1.3
5102024-11-22T23:15:32.559Z Downloaded blowfish v0.9.1
5112024-11-22T23:15:32.561Z Downloaded async-stream v0.3.6
5122024-11-22T23:15:32.563Z Downloaded buf-list v1.0.3
5132024-11-22T23:15:32.566Z Downloaded cbc v0.1.2
5142024-11-22T23:15:32.568Z Downloaded block-padding v0.3.3
5152024-11-22T23:15:32.570Z Downloaded cexpr v0.6.0
5162024-11-22T23:15:32.574Z Downloaded bzip2 v0.4.4
5172024-11-22T23:15:32.574Z Downloaded bb8 v0.8.5
5182024-11-22T23:15:32.576Z Downloaded bit-vec v0.6.3
5192024-11-22T23:15:32.578Z Downloaded indexmap v1.9.3
5202024-11-22T23:15:32.581Z Downloaded httparse v1.9.5
5212024-11-22T23:15:32.584Z Downloaded cstr-argument v0.1.2
5222024-11-22T23:15:32.587Z Downloaded crunchy v0.2.2
5232024-11-22T23:15:32.587Z Downloaded ident_case v1.0.1
5242024-11-22T23:15:32.589Z Downloaded crucible-workspace-hack v0.1.0
5252024-11-22T23:15:32.589Z Downloaded icu_locid_transform_data v1.5.0
5262024-11-22T23:15:32.591Z Downloaded convert_case v0.4.0
5272024-11-22T23:15:32.593Z Downloaded ciborium-io v0.2.2
5282024-11-22T23:15:32.593Z Downloaded backoff v0.4.0
5292024-11-22T23:15:32.596Z Downloaded internet-checksum v0.2.1
5302024-11-22T23:15:32.599Z Downloaded humantime v2.1.0
5312024-11-22T23:15:32.602Z Downloaded curve25519-dalek-derive v0.1.1
5322024-11-22T23:15:32.602Z Downloaded chrono-tz-build v0.4.0
5332024-11-22T23:15:32.605Z Downloaded indent_write v2.2.0
5342024-11-22T23:15:32.605Z Downloaded hubpack v0.1.2
5352024-11-22T23:15:32.605Z Downloaded progenitor-client v0.8.0
5362024-11-22T23:15:32.607Z Downloaded cipher v0.4.4
5372024-11-22T23:15:32.610Z Downloaded crossbeam-deque v0.8.5
5382024-11-22T23:15:32.612Z Downloaded castaway v0.2.3
5392024-11-22T23:15:32.612Z Downloaded chacha20 v0.9.1
5402024-11-22T23:15:32.615Z Downloaded highway v1.2.0
5412024-11-22T23:15:32.617Z Downloaded crc-catalog v2.4.0
5422024-11-22T23:15:32.620Z Downloaded constant_time_eq v0.3.1
5432024-11-22T23:15:32.622Z Downloaded const_format_proc_macros v0.2.33
5442024-11-22T23:15:32.624Z Downloaded ref-cast v1.0.23
5452024-11-22T23:15:32.627Z Downloaded headers-core v0.3.0
5462024-11-22T23:15:32.630Z Downloaded hubpack_derive v0.1.1
5472024-11-22T23:15:32.630Z Downloaded ctr v0.9.2
5482024-11-22T23:15:32.633Z Downloaded hostname v0.4.0
5492024-11-22T23:15:32.636Z Downloaded darling v0.20.10
5502024-11-22T23:15:32.642Z Downloaded matches v0.1.10
5512024-11-22T23:15:32.644Z Downloaded serde-big-array v0.5.1
5522024-11-22T23:15:32.646Z Downloaded sqlparser_derive v0.2.2
5532024-11-22T23:15:32.649Z Downloaded signal-hook-tokio v0.3.1
5542024-11-22T23:15:32.651Z Downloaded tinyvec_macros v0.1.1
5552024-11-22T23:15:32.654Z Downloaded idna_adapter v1.2.0
5562024-11-22T23:15:32.656Z Downloaded cancel-safe-futures v0.1.5
5572024-11-22T23:15:32.661Z Downloaded is_ci v1.2.0
5582024-11-22T23:15:32.665Z Downloaded crc32fast v1.4.2
5592024-11-22T23:15:32.667Z Downloaded rpassword v7.3.1
5602024-11-22T23:15:32.667Z Downloaded try-lock v0.2.5
5612024-11-22T23:15:32.670Z Downloaded md5 v0.7.0
5622024-11-22T23:15:32.672Z Downloaded take_mut v0.2.2
5632024-11-22T23:15:32.672Z Downloaded ref-cast-impl v1.0.23
5642024-11-22T23:15:32.672Z Downloaded csv-core v0.1.11
5652024-11-22T23:15:32.674Z Downloaded waitgroup v0.1.2
5662024-11-22T23:15:32.677Z Downloaded hyper-tls v0.6.0
5672024-11-22T23:15:32.679Z Downloaded lazy_static v1.5.0
5682024-11-22T23:15:32.682Z Downloaded hex-literal v0.4.1
5692024-11-22T23:15:32.682Z Downloaded semver v0.1.20
5702024-11-22T23:15:32.685Z Downloaded secrecy v0.8.0
5712024-11-22T23:15:32.685Z Downloaded sec1 v0.7.3
5722024-11-22T23:15:32.688Z Downloaded icu_normalizer_data v1.5.0
5732024-11-22T23:15:32.690Z Downloaded same-file v1.0.6
5742024-11-22T23:15:32.693Z Downloaded backtrace v0.3.74
5752024-11-22T23:15:32.697Z Downloaded tower-service v0.3.3
5762024-11-22T23:15:32.699Z Downloaded md-5 v0.10.6
5772024-11-22T23:15:32.702Z Downloaded rusty-fork v0.3.0
5782024-11-22T23:15:32.704Z Downloaded lalrpop-util v0.19.12
5792024-11-22T23:15:32.704Z Downloaded slog-stdlog v4.1.1
5802024-11-22T23:15:32.706Z Downloaded tap v1.0.1
5812024-11-22T23:15:32.709Z Downloaded supports-color v3.0.1
5822024-11-22T23:15:32.709Z Downloaded ssh-encoding v0.2.0
5832024-11-22T23:15:32.712Z Downloaded indoc v1.0.9
5842024-11-22T23:15:32.714Z Downloaded cookie_store v0.21.0
5852024-11-22T23:15:32.716Z Downloaded kstat-rs v0.2.4
5862024-11-22T23:15:32.719Z Downloaded icu_locid_transform v1.5.0
5872024-11-22T23:15:32.721Z Downloaded const-oid v0.9.6
5882024-11-22T23:15:32.724Z Downloaded lru-cache v0.1.2
5892024-11-22T23:15:32.724Z Downloaded opaque-debug v0.3.1
5902024-11-22T23:15:32.727Z Downloaded match_cfg v0.1.0
5912024-11-22T23:15:32.727Z Downloaded ssh-cipher v0.2.0
5922024-11-22T23:15:32.729Z Downloaded wait-timeout v0.2.0
5932024-11-22T23:15:32.729Z Downloaded utf16_iter v1.0.5
5942024-11-22T23:15:32.731Z Downloaded maplit v1.0.2
5952024-11-22T23:15:32.732Z Downloaded libefi-sys v0.1.0
5962024-11-22T23:15:32.735Z Downloaded normalize-line-endings v0.3.0
5972024-11-22T23:15:32.735Z Downloaded crossbeam-utils v0.8.20
5982024-11-22T23:15:32.737Z Downloaded heapless v0.7.17
5992024-11-22T23:15:32.742Z Downloaded mime v0.3.17
6002024-11-22T23:15:32.745Z Downloaded memoffset v0.9.1
6012024-11-22T23:15:32.745Z Downloaded maybe-uninit v2.0.0
6022024-11-22T23:15:32.747Z Downloaded lockfree-object-pool v0.1.6
6032024-11-22T23:15:32.750Z Downloaded predicates-core v1.0.8
6042024-11-22T23:15:32.752Z Downloaded icu_locid v1.5.0
6052024-11-22T23:15:32.756Z Downloaded gethostname v0.5.0
6062024-11-22T23:15:32.758Z Downloaded slog-term v2.9.1
6072024-11-22T23:15:32.760Z Downloaded rtoolbox v0.0.2
6082024-11-22T23:15:32.763Z Downloaded hash32 v0.3.1
6092024-11-22T23:15:32.763Z Downloaded heapless v0.8.0
6102024-11-22T23:15:32.767Z Downloaded tokio-stream v0.1.16
6112024-11-22T23:15:32.771Z Downloaded difflib v0.4.0
6122024-11-22T23:15:32.773Z Downloaded zerovec-derive v0.10.3
6132024-11-22T23:15:32.776Z Downloaded yasna v0.5.2
6142024-11-22T23:15:32.778Z Downloaded linked-hash-map v0.5.6
6152024-11-22T23:15:32.778Z Downloaded ipnet v2.10.1
6162024-11-22T23:15:32.780Z Downloaded xz2 v0.1.7
6172024-11-22T23:15:32.783Z Downloaded ed25519 v2.2.3
6182024-11-22T23:15:32.786Z Downloaded percent-encoding v2.3.1
6192024-11-22T23:15:32.789Z Downloaded derive_builder v0.20.2
6202024-11-22T23:15:32.792Z Downloaded libloading v0.8.5
6212024-11-22T23:15:32.795Z Downloaded linear-map v1.2.0
6222024-11-22T23:15:32.797Z Downloaded keccak v0.1.5
6232024-11-22T23:15:32.799Z Downloaded bumpalo v3.16.0
6242024-11-22T23:15:32.802Z Downloaded quinn-udp v0.5.5
6252024-11-22T23:15:32.804Z Downloaded mime_guess v2.0.5
6262024-11-22T23:15:32.807Z Downloaded num_enum v0.5.11
6272024-11-22T23:15:32.811Z Downloaded zerofrom v0.1.4
6282024-11-22T23:15:32.813Z Downloaded socket2 v0.5.7
6292024-11-22T23:15:32.816Z Downloaded getrandom v0.2.15
6302024-11-22T23:15:32.818Z Downloaded rustls-pemfile v1.0.4
6312024-11-22T23:15:32.820Z Downloaded peg v0.8.4
6322024-11-22T23:15:32.825Z Downloaded derive_builder_macro v0.20.2
6332024-11-22T23:15:32.828Z Downloaded zone_cfg_derive v0.3.0
6342024-11-22T23:15:32.828Z Downloaded polyval v0.6.2
6352024-11-22T23:15:32.830Z Downloaded foreign-types-shared v0.3.1
6362024-11-22T23:15:32.833Z Downloaded fragile v2.0.0
6372024-11-22T23:15:32.833Z Downloaded defmt v0.3.8
6382024-11-22T23:15:32.848Z Downloaded oso-derive v0.27.3
6392024-11-22T23:15:32.851Z Downloaded structmeta-derive v0.2.0
6402024-11-22T23:15:32.851Z Downloaded structmeta v0.3.0
6412024-11-22T23:15:32.851Z Downloaded structmeta v0.2.0
6422024-11-22T23:15:32.854Z Downloaded strip-ansi-escapes v0.2.0
6432024-11-22T23:15:32.854Z Downloaded stringprep v0.1.5
6442024-11-22T23:15:32.857Z Downloaded tinystr v0.7.6
6452024-11-22T23:15:32.859Z Downloaded tui-tree-widget v0.22.0
6462024-11-22T23:15:32.861Z Downloaded smallvec v0.6.14
6472024-11-22T23:15:32.861Z Downloaded serde_urlencoded v0.7.1
6482024-11-22T23:15:32.863Z Downloaded futures-channel v0.3.31
6492024-11-22T23:15:32.866Z Downloaded unicode-xid v0.2.6
6502024-11-22T23:15:32.869Z Downloaded nodrop v0.1.14
6512024-11-22T23:15:32.869Z Downloaded parking_lot_core v0.9.10
6522024-11-22T23:15:32.871Z Downloaded universal-hash v0.5.1
6532024-11-22T23:15:32.874Z Downloaded nu-ansi-term v0.50.1
6542024-11-22T23:15:32.876Z Downloaded tokio-native-tls v0.3.1
6552024-11-22T23:15:32.879Z Downloaded dsl_auto_type v0.1.2
6562024-11-22T23:15:32.881Z Downloaded topological-sort v0.2.2
6572024-11-22T23:15:32.881Z Downloaded hickory-proto v0.24.1
6582024-11-22T23:15:32.898Z Downloaded time-core v0.1.2
6592024-11-22T23:15:32.901Z Downloaded russh-cryptovec v0.7.3
6602024-11-22T23:15:32.902Z Downloaded mockall v0.13.0
6612024-11-22T23:15:32.904Z Downloaded funty v2.0.0
6622024-11-22T23:15:32.904Z Downloaded dirs-next v2.0.0
6632024-11-22T23:15:32.904Z Downloaded serde_repr v0.1.19
6642024-11-22T23:15:32.907Z Downloaded parking_lot_core v0.8.6
6652024-11-22T23:15:32.909Z Downloaded snafu-derive v0.8.5
6662024-11-22T23:15:32.911Z Downloaded serde_with_macros v3.11.0
6672024-11-22T23:15:32.914Z Downloaded toml v0.7.8
6682024-11-22T23:15:32.916Z Downloaded progenitor v0.8.0
6692024-11-22T23:15:32.919Z Downloaded proc-macro-crate v1.3.1
6702024-11-22T23:15:32.922Z Downloaded packed_struct v0.10.1
6712024-11-22T23:15:32.922Z Downloaded cc v1.1.30
6722024-11-22T23:15:32.925Z Downloaded rand v0.8.5
6732024-11-22T23:15:32.929Z Downloaded filetime v0.2.25
6742024-11-22T23:15:32.931Z Downloaded dhcproto-macros v0.1.0
6752024-11-22T23:15:32.944Z Downloaded futures-executor v0.3.31
6762024-11-22T23:15:32.944Z Downloaded indicatif v0.17.9
6772024-11-22T23:15:32.946Z Downloaded nibble_vec v0.1.0
6782024-11-22T23:15:32.946Z Downloaded hashlink v0.9.1
6792024-11-22T23:15:32.946Z Downloaded unicode-truncate v1.1.0
6802024-11-22T23:15:32.946Z Downloaded serde_plain v1.0.2
6812024-11-22T23:15:32.946Z Downloaded r2d2 v0.8.10
6822024-11-22T23:15:32.946Z Downloaded packed_struct_codegen v0.10.1
6832024-11-22T23:15:32.949Z Downloaded rand_xorshift v0.3.0
6842024-11-22T23:15:32.949Z Downloaded progenitor-macro v0.8.0
6852024-11-22T23:15:32.952Z Downloaded thiserror-impl-no-std v2.0.2
6862024-11-22T23:15:32.952Z Downloaded crossbeam-channel v0.5.13
6872024-11-22T23:15:32.956Z Downloaded path-slash v0.1.5
6882024-11-22T23:15:32.958Z Downloaded float-ord v0.3.2
6892024-11-22T23:15:32.960Z Downloaded thread_local v1.1.8
6902024-11-22T23:15:32.963Z Downloaded fs_extra v1.3.0
6912024-11-22T23:15:32.965Z Downloaded peg-runtime v0.8.3
6922024-11-22T23:15:32.965Z Downloaded static_assertions v1.1.0
6932024-11-22T23:15:32.967Z Downloaded parse-size v1.1.0
6942024-11-22T23:15:32.969Z Downloaded scopeguard v1.2.0
6952024-11-22T23:15:32.969Z Downloaded schemars_derive v0.8.21
6962024-11-22T23:15:32.972Z Downloaded scheduled-thread-pool v0.2.7
6972024-11-22T23:15:32.974Z Downloaded tiny-keccak v2.0.2
6982024-11-22T23:15:32.976Z Downloaded hickory-server v0.24.1
6992024-11-22T23:15:32.982Z Downloaded zeroize v1.8.1
7002024-11-22T23:15:32.985Z Downloaded env_logger v0.11.5
7012024-11-22T23:15:32.987Z Downloaded zerofrom-derive v0.1.4
7022024-11-22T23:15:32.987Z Downloaded utf-8 v0.7.6
7032024-11-22T23:15:32.992Z Downloaded owo-colors v4.1.0
7042024-11-22T23:15:32.995Z Downloaded tracing-attributes v0.1.27
7052024-11-22T23:15:32.995Z Downloaded diesel-dtrace v0.3.0
7062024-11-22T23:15:33.003Z Downloaded nanorand v0.7.0
7072024-11-22T23:15:33.006Z Downloaded ff v0.13.0
7082024-11-22T23:15:33.006Z Downloaded xattr v1.3.1
7092024-11-22T23:15:33.006Z Downloaded native-tls v0.2.12
7102024-11-22T23:15:33.006Z Downloaded num v0.4.3
7112024-11-22T23:15:33.006Z Downloaded dropshot_endpoint v0.13.0
7122024-11-22T23:15:33.009Z Downloaded termtree v0.4.1
7132024-11-22T23:15:33.012Z Downloaded rsa v0.9.6
7142024-11-22T23:15:33.017Z Downloaded dropshot_endpoint v0.12.0
7152024-11-22T23:15:33.020Z Downloaded paste v1.0.15
7162024-11-22T23:15:33.023Z Downloaded parse-display v0.10.0
7172024-11-22T23:15:33.025Z Downloaded dyn-clone v1.0.17
7182024-11-22T23:15:33.029Z Downloaded pbkdf2 v0.11.0
7192024-11-22T23:15:33.032Z Downloaded hickory-resolver v0.24.1
7202024-11-22T23:15:33.035Z Downloaded signal-hook-registry v1.4.2
7212024-11-22T23:15:33.037Z Downloaded float-cmp v0.9.0
7222024-11-22T23:15:33.040Z Downloaded signal-hook-mio v0.2.4
7232024-11-22T23:15:33.040Z Downloaded sha1 v0.10.6
7242024-11-22T23:15:33.043Z Downloaded synstructure v0.13.1
7252024-11-22T23:15:33.043Z Downloaded oso v0.27.3
7262024-11-22T23:15:33.046Z Downloaded pem v3.0.4
7272024-11-22T23:15:33.049Z Downloaded debug-ignore v1.0.5
7282024-11-22T23:15:33.053Z Downloaded strum_macros v0.26.4
7292024-11-22T23:15:33.056Z Downloaded schemars v0.8.21
7302024-11-22T23:15:33.066Z Downloaded sigpipe v0.1.3
7312024-11-22T23:15:33.070Z Downloaded openssl-probe v0.1.5
7322024-11-22T23:15:33.070Z Downloaded unicase v2.7.0
7332024-11-22T23:15:33.072Z Downloaded slog-scope v4.4.0
7342024-11-22T23:15:33.072Z Downloaded value-bag v1.9.0
7352024-11-22T23:15:33.075Z Downloaded foreign-types v0.3.2
7362024-11-22T23:15:33.079Z Downloaded futures v0.3.31
7372024-11-22T23:15:33.082Z Downloaded foldhash v0.1.3
7382024-11-22T23:15:33.084Z Downloaded fallible-iterator v0.3.0
7392024-11-22T23:15:33.087Z Downloaded strum v0.26.3
7402024-11-22T23:15:33.087Z Downloaded env_filter v0.1.2
7412024-11-22T23:15:33.091Z Downloaded typed-path v0.9.3
7422024-11-22T23:15:33.094Z Downloaded downcast v0.11.0
7432024-11-22T23:15:33.096Z Downloaded mirai-annotations v1.12.0
7442024-11-22T23:15:33.098Z Downloaded hash32 v0.2.1
7452024-11-22T23:15:33.100Z Downloaded rustls-pemfile v2.2.0
7462024-11-22T23:15:33.100Z Downloaded peg-macros v0.8.4
7472024-11-22T23:15:33.103Z Downloaded num_threads v0.1.7
7482024-11-22T23:15:33.105Z Downloaded p256 v0.13.2
7492024-11-22T23:15:33.107Z Downloaded tokio-rustls v0.25.0
7502024-11-22T23:15:33.110Z Downloaded password-hash v0.4.2
7512024-11-22T23:15:33.113Z Downloaded rustc-hash v2.0.0
7522024-11-22T23:15:33.115Z Downloaded predicates-tree v1.0.11
7532024-11-22T23:15:33.115Z Downloaded displaydoc v0.2.5
7542024-11-22T23:15:33.119Z Downloaded num-complex v0.4.6
7552024-11-22T23:15:33.121Z Downloaded rustc_version v0.1.7
7562024-11-22T23:15:33.123Z Downloaded rustc-hash v1.1.0
7572024-11-22T23:15:33.123Z Downloaded ssh-key v0.6.6
7582024-11-22T23:15:33.130Z Downloaded zerocopy-derive v0.8.10
7592024-11-22T23:15:33.137Z Downloaded quick-error v1.2.3
7602024-11-22T23:15:33.140Z Downloaded pin-utils v0.1.0
7612024-11-22T23:15:33.140Z Downloaded hyper v1.5.0
7622024-11-22T23:15:33.147Z Downloaded subtle v2.6.1
7632024-11-22T23:15:33.150Z Downloaded structmeta-derive v0.3.0
7642024-11-22T23:15:33.152Z Downloaded fxhash v0.2.1
7652024-11-22T23:15:33.152Z Downloaded glob v0.3.1
7662024-11-22T23:15:33.154Z Downloaded tokio-tungstenite v0.21.0
7672024-11-22T23:15:33.156Z Downloaded tokio-rustls v0.26.0
7682024-11-22T23:15:33.159Z Downloaded password-hash v0.5.0
7692024-11-22T23:15:33.161Z Downloaded uuid v1.11.0
7702024-11-22T23:15:33.164Z Downloaded endian-type v0.1.2
7712024-11-22T23:15:33.164Z Downloaded publicsuffix v2.2.3
7722024-11-22T23:15:33.166Z Downloaded number_prefix v0.4.0
7732024-11-22T23:15:33.169Z Downloaded num-conv v0.1.0
7742024-11-22T23:15:33.169Z Downloaded newtype_derive v0.1.6
7752024-11-22T23:15:33.171Z Downloaded newline-converter v0.3.0
7762024-11-22T23:15:33.174Z Downloaded toolchain_find v0.4.0
7772024-11-22T23:15:33.174Z Downloaded ena v0.14.3
7782024-11-22T23:15:33.177Z Downloaded num_enum_derive v0.5.11
7792024-11-22T23:15:33.177Z Downloaded embedded-io v0.4.0
7802024-11-22T23:15:33.179Z Downloaded rand_chacha v0.3.1
7812024-11-22T23:15:33.181Z Downloaded tokio-rustls v0.24.1
7822024-11-22T23:15:33.183Z Downloaded rustc-demangle v0.1.24
7832024-11-22T23:15:33.185Z Downloaded samael v0.0.17
7842024-11-22T23:15:33.190Z Downloaded itertools v0.10.5
7852024-11-22T23:15:33.196Z Downloaded openssl-macros v0.1.1
7862024-11-22T23:15:33.199Z Downloaded tokio-macros v2.4.0
7872024-11-22T23:15:33.199Z Downloaded shlex v1.3.0
7882024-11-22T23:15:33.201Z Downloaded pem-rfc7468 v0.7.0
7892024-11-22T23:15:33.204Z Downloaded simd-adler32 v0.3.7
7902024-11-22T23:15:33.206Z Downloaded signature v2.2.0
7912024-11-22T23:15:33.206Z Downloaded tracing-core v0.1.32
7922024-11-22T23:15:33.209Z Downloaded foreign-types-shared v0.1.1
7932024-11-22T23:15:33.212Z Downloaded libxml v0.3.3
7942024-11-22T23:15:33.217Z Downloaded foreign-types v0.5.0
7952024-11-22T23:15:33.219Z Downloaded enum-as-inner v0.6.1
7962024-11-22T23:15:33.221Z Downloaded tokio-postgres v0.7.12
7972024-11-22T23:15:33.224Z Downloaded new_debug_unreachable v1.0.6
7982024-11-22T23:15:33.227Z Downloaded diesel_table_macro_syntax v0.2.0
7992024-11-22T23:15:33.229Z Downloaded defmt-parser v0.3.4
8002024-11-22T23:15:33.229Z Downloaded phf_shared v0.10.0
8012024-11-22T23:15:33.229Z Downloaded data-encoding v2.6.0
8022024-11-22T23:15:33.232Z Downloaded spin v0.5.2
8032024-11-22T23:15:33.236Z Downloaded pin-project-internal v1.1.6
8042024-11-22T23:15:33.236Z Downloaded whoami v1.5.2
8052024-11-22T23:15:33.239Z Downloaded dirs-sys-next v0.1.2
8062024-11-22T23:15:33.239Z Downloaded num-iter v0.1.45
8072024-11-22T23:15:33.239Z Downloaded unicode-bidi v0.3.17
8082024-11-22T23:15:33.242Z Downloaded num-integer v0.1.46
8092024-11-22T23:15:33.245Z Downloaded num-derive v0.4.2
8102024-11-22T23:15:33.245Z Downloaded vergen v8.3.2
8112024-11-22T23:15:33.248Z Downloaded typify v0.2.0
8122024-11-22T23:15:33.251Z Downloaded flume v0.11.1
8132024-11-22T23:15:33.255Z Downloaded phf_generator v0.11.2
8142024-11-22T23:15:33.257Z Downloaded primeorder v0.13.6
8152024-11-22T23:15:33.261Z Downloaded pkcs1 v0.7.5
8162024-11-22T23:15:33.261Z Downloaded phf_codegen v0.11.2
8172024-11-22T23:15:33.265Z Downloaded scrypt v0.11.0
8182024-11-22T23:15:33.265Z Downloaded rustc_version v0.4.1
8192024-11-22T23:15:33.268Z Downloaded termios v0.3.3
8202024-11-22T23:15:33.268Z Downloaded rustversion v1.0.17
8212024-11-22T23:15:33.270Z Downloaded slab v0.4.9
8222024-11-22T23:15:33.273Z Downloaded shell-words v1.1.0
8232024-11-22T23:15:33.273Z Downloaded tokio-tungstenite v0.24.0
8242024-11-22T23:15:33.275Z Downloaded enum-as-inner v0.5.1
8252024-11-22T23:15:33.278Z Downloaded foreign-types-macros v0.2.3
8262024-11-22T23:15:33.278Z Downloaded bitvec v1.0.1
8272024-11-22T23:15:33.294Z Downloaded darling_macro v0.20.10
8282024-11-22T23:15:33.298Z Downloaded futures-sink v0.3.31
8292024-11-22T23:15:33.298Z Downloaded zone_cfg_derive v0.1.2
8302024-11-22T23:15:33.298Z Downloaded want v0.3.1
8312024-11-22T23:15:33.298Z Downloaded pretty-hex v0.2.1
8322024-11-22T23:15:33.301Z Downloaded precomputed-hash v0.1.1
8332024-11-22T23:15:33.301Z Downloaded radium v0.7.0
8342024-11-22T23:15:33.301Z Downloaded rand_core v0.6.4
8352024-11-22T23:15:33.301Z Downloaded spin v0.9.8
8362024-11-22T23:15:33.304Z Downloaded spki v0.7.3
8372024-11-22T23:15:33.307Z Downloaded rayon v1.10.0
8382024-11-22T23:15:33.315Z Downloaded tls_codec_derive v0.4.1
8392024-11-22T23:15:33.317Z Downloaded sync_wrapper v1.0.1
8402024-11-22T23:15:33.319Z Downloaded sync-ptr v0.1.1
8412024-11-22T23:15:33.319Z Downloaded ghash v0.5.1
8422024-11-22T23:15:33.321Z Downloaded multer v3.1.0
8432024-11-22T23:15:33.324Z Downloaded yoke-derive v0.7.4
8442024-11-22T23:15:33.324Z Downloaded salsa20 v0.10.2
8452024-11-22T23:15:33.329Z Downloaded futures-task v0.3.31
8462024-11-22T23:15:33.329Z Downloaded tokio-tungstenite v0.23.1
8472024-11-22T23:15:33.331Z Downloaded tls_codec v0.4.1
8482024-11-22T23:15:33.331Z Downloaded tabwriter v1.4.0
8492024-11-22T23:15:33.334Z Downloaded vsss-rs v3.3.4
8502024-11-22T23:15:33.336Z Downloaded mockall_derive v0.13.0
8512024-11-22T23:15:33.338Z Downloaded idna v1.0.3
8522024-11-22T23:15:33.341Z Downloaded powerfmt v0.2.0
8532024-11-22T23:15:33.344Z Downloaded walkdir v2.5.0
8542024-11-22T23:15:33.346Z Downloaded unarray v0.1.4
8552024-11-22T23:15:33.346Z Downloaded typify-macro v0.2.0
8562024-11-22T23:15:33.349Z Downloaded similar v2.6.0
8572024-11-22T23:15:33.351Z Downloaded itertools v0.12.1
8582024-11-22T23:15:33.359Z Downloaded stable_deref_trait v1.2.0
8592024-11-22T23:15:33.361Z Downloaded zone v0.1.8
8602024-11-22T23:15:33.361Z Downloaded thiserror-no-std v2.0.2
8612024-11-22T23:15:33.365Z Downloaded test-strategy v0.3.1
8622024-11-22T23:15:33.368Z Downloaded psl-types v2.0.11
8632024-11-22T23:15:33.371Z Downloaded signal-hook v0.3.17
8642024-11-22T23:15:33.373Z Downloaded which v4.4.2
8652024-11-22T23:15:33.375Z Downloaded termcolor v1.4.1
8662024-11-22T23:15:33.378Z Downloaded sqlformat v0.2.6
8672024-11-22T23:15:33.378Z Downloaded diff v0.1.13
8682024-11-22T23:15:33.380Z Downloaded serde-hex v0.1.0
8692024-11-22T23:15:33.383Z Downloaded bindgen v0.69.5
8702024-11-22T23:15:33.390Z Downloaded pkg-config v0.3.31
8712024-11-22T23:15:33.392Z Downloaded slog v2.7.0
8722024-11-22T23:15:33.394Z Downloaded qorb v0.2.0
8732024-11-22T23:15:33.398Z Downloaded rustls-pki-types v1.9.0
8742024-11-22T23:15:33.402Z Downloaded rfc6979 v0.4.0
8752024-11-22T23:15:33.404Z Downloaded postgres-types v0.2.8
8762024-11-22T23:15:33.406Z Downloaded serde_path_to_error v0.1.16
8772024-11-22T23:15:33.408Z Downloaded tungstenite v0.23.0
8782024-11-22T23:15:33.411Z Downloaded quinn v0.11.5
8792024-11-22T23:15:33.414Z Downloaded serde_with v3.11.0
8802024-11-22T23:15:33.423Z Downloaded resolv-conf v0.7.0
8812024-11-22T23:15:33.426Z Downloaded zone v0.3.0
8822024-11-22T23:15:33.428Z Downloaded chrono v0.4.38
8832024-11-22T23:15:33.434Z Downloaded futures-macro v0.3.31
8842024-11-22T23:15:33.436Z Downloaded futures-io v0.3.31
8852024-11-22T23:15:33.438Z Downloaded rustyline v14.0.0
8862024-11-22T23:15:33.442Z Downloaded num-traits v0.2.19
8872024-11-22T23:15:33.444Z Downloaded derive_more v0.99.18
8882024-11-22T23:15:33.449Z Downloaded des v0.8.1
8892024-11-22T23:15:33.452Z Downloaded rand_seeder v0.3.0
8902024-11-22T23:15:33.455Z Downloaded pkcs5 v0.7.1
8912024-11-22T23:15:33.457Z Downloaded flate2 v1.0.34
8922024-11-22T23:15:33.462Z Downloaded term v0.7.0
8932024-11-22T23:15:33.466Z Downloaded mio v1.0.2
8942024-11-22T23:15:33.471Z Downloaded p521 v0.13.3
8952024-11-22T23:15:33.476Z Downloaded sct v0.7.1
8962024-11-22T23:15:33.479Z Downloaded zerocopy v0.6.6
8972024-11-22T23:15:33.482Z Downloaded pkcs8 v0.10.2
8982024-11-22T23:15:33.485Z Downloaded globset v0.4.15
8992024-11-22T23:15:33.487Z Downloaded unicode-normalization v0.1.24
9002024-11-22T23:15:33.490Z Downloaded tar v0.4.42
9012024-11-22T23:15:33.493Z Downloaded num-bigint-dig v0.8.4
9022024-11-22T23:15:33.498Z Downloaded diesel_derives v2.2.3
9032024-11-22T23:15:33.502Z Downloaded half v2.4.1
9042024-11-22T23:15:33.505Z Downloaded dhcproto v0.12.0
9052024-11-22T23:15:33.508Z Downloaded rcgen v0.12.1
9062024-11-22T23:15:33.512Z Downloaded der v0.7.9
9072024-11-22T23:15:33.517Z Downloaded salty v0.3.0
9082024-11-22T23:15:33.524Z Downloaded serde_derive_internals v0.29.1
9092024-11-22T23:15:33.526Z Downloaded ppv-lite86 v0.2.20
9102024-11-22T23:15:33.529Z Downloaded tokio-util v0.7.12
9112024-11-22T23:15:33.534Z Downloaded darling_core v0.20.10
9122024-11-22T23:15:33.539Z Downloaded quinn-proto v0.11.8
9132024-11-22T23:15:33.546Z Downloaded tough v0.19.0
9142024-11-22T23:15:33.554Z Downloaded steno v0.4.1
9152024-11-22T23:15:33.559Z Downloaded itertools v0.13.0
9162024-11-22T23:15:33.566Z Downloaded unicode-segmentation v1.12.0
9172024-11-22T23:15:33.570Z Downloaded sqlparser v0.45.0
9182024-11-22T23:15:33.577Z Downloaded zip v2.1.3
9192024-11-22T23:15:33.580Z Downloaded curve25519-dalek v4.1.3
9202024-11-22T23:15:33.589Z Downloaded group v0.13.0
9212024-11-22T23:15:33.592Z Downloaded icu_properties_data v1.5.0
9222024-11-22T23:15:33.602Z Downloaded toml_edit v0.19.15
9232024-11-22T23:15:33.619Z Downloaded x509-cert v0.2.5
9242024-11-22T23:15:33.625Z Downloaded winnow v0.5.40
9252024-11-22T23:15:33.635Z Downloaded p384 v0.13.0
9262024-11-22T23:15:33.641Z Downloaded lalrpop v0.19.12
9272024-11-22T23:15:33.652Z Downloaded idna v0.3.0
9282024-11-22T23:15:33.659Z Downloaded der_derive v0.7.3
9292024-11-22T23:15:33.662Z Downloaded pin-project-lite v0.2.14
9302024-11-22T23:15:33.666Z Downloaded rusqlite v0.32.1
9312024-11-22T23:15:33.673Z Downloaded unicode-width v0.2.0
9322024-11-22T23:15:33.679Z Downloaded futures-util v0.3.31
9332024-11-22T23:15:33.692Z Downloaded portable-atomic v1.9.0
9342024-11-22T23:15:33.699Z Downloaded trust-dns-proto v0.22.0
9352024-11-22T23:15:33.712Z Downloaded reedline v0.35.0
9362024-11-22T23:15:33.719Z Downloaded idna v0.5.0
9372024-11-22T23:15:33.726Z Downloaded rustls-webpki v0.101.7
9382024-11-22T23:15:33.740Z Downloaded h2 v0.4.6
9392024-11-22T23:15:33.747Z Downloaded petname v2.0.2
9402024-11-22T23:15:33.752Z Downloaded chrono-tz v0.10.0
9412024-11-22T23:15:33.760Z Downloaded reqwest v0.12.9
9422024-11-22T23:15:33.768Z Downloaded rustls v0.23.14
9432024-11-22T23:15:33.781Z Downloaded git2 v0.19.0
9442024-11-22T23:15:33.790Z Downloaded object v0.30.4
9452024-11-22T23:15:33.799Z Downloaded openssl v0.10.66
9462024-11-22T23:15:33.809Z Downloaded diesel v2.2.4
9472024-11-22T23:15:33.829Z Downloaded gimli v0.31.1
9482024-11-22T23:15:33.837Z Downloaded rustls-webpki v0.102.8
9492024-11-22T23:15:33.855Z Downloaded proptest v1.5.0
9502024-11-22T23:15:33.864Z Downloaded smoltcp v0.11.0
9512024-11-22T23:15:33.878Z Downloaded dropshot v0.12.0
9522024-11-22T23:15:33.897Z Downloaded smoltcp v0.9.1
9532024-11-22T23:15:33.908Z Downloaded webpki-roots v0.26.6
9542024-11-22T23:15:33.912Z Downloaded nix v0.29.0
9552024-11-22T23:15:33.924Z Downloaded regex-syntax v0.8.5
9562024-11-22T23:15:33.933Z Downloaded rustls v0.22.4
9572024-11-22T23:15:33.946Z Downloaded sled v0.34.7
9582024-11-22T23:15:33.956Z Downloaded bzip2-sys v0.1.11+1.0.8
9592024-11-22T23:15:33.969Z Downloaded polar-core v0.27.3
9602024-11-22T23:15:33.977Z Downloaded regress v0.10.1
9612024-11-22T23:15:33.986Z Downloaded object v0.36.5
9622024-11-22T23:15:33.997Z Downloaded regex-automata v0.4.8
9632024-11-22T23:15:34.015Z Downloaded zerocopy v0.8.10
9642024-11-22T23:15:34.038Z Downloaded regress v0.9.1
9652024-11-22T23:15:34.047Z Downloaded nix v0.28.0
9662024-11-22T23:15:34.058Z Downloaded nix v0.27.1
9672024-11-22T23:15:34.069Z Downloaded openapiv3 v2.0.0
9682024-11-22T23:15:34.081Z Downloaded rustls v0.21.12
9692024-11-22T23:15:34.093Z Downloaded radix_trie v0.2.1
9702024-11-22T23:15:34.098Z Downloaded typify-impl v0.2.0
9712024-11-22T23:15:34.113Z Downloaded vcpkg v0.2.15
9722024-11-22T23:15:34.152Z Downloaded ratatui v0.28.1
9732024-11-22T23:15:34.170Z Downloaded regex v1.11.1
9742024-11-22T23:15:34.183Z Downloaded zerocopy-derive v0.6.6
9752024-11-22T23:15:34.193Z Downloaded quick-xml v0.33.0
9762024-11-22T23:15:34.200Z Downloaded dropshot v0.13.0
9772024-11-22T23:15:34.220Z Downloaded csv v1.3.0
9782024-11-22T23:15:34.241Z Downloaded petgraph v0.6.5
9792024-11-22T23:15:34.257Z Downloaded bstr v1.10.0
9802024-11-22T23:15:34.268Z Downloaded regex-syntax v0.6.29
9812024-11-22T23:15:34.274Z Downloaded idna v0.2.3
9822024-11-22T23:15:34.281Z Downloaded idna v0.4.0
9832024-11-22T23:15:34.288Z Downloaded sha3 v0.10.8
9842024-11-22T23:15:34.292Z Downloaded lzma-sys v0.1.20
9852024-11-22T23:15:34.321Z Downloaded hkdf v0.12.4
9862024-11-22T23:15:34.324Z Downloaded libz-sys v1.1.20
9872024-11-22T23:15:34.344Z Downloaded multimap v0.10.0
9882024-11-22T23:15:34.347Z Downloaded url v2.5.3
9892024-11-22T23:15:34.354Z Downloaded tungstenite v0.24.0
9902024-11-22T23:15:34.354Z Downloaded russh-keys v0.45.0
9912024-11-22T23:15:34.357Z Downloaded parse-zoneinfo v0.3.1
9922024-11-22T23:15:34.357Z Downloaded num-bigint v0.4.6
9932024-11-22T23:15:34.361Z Downloaded pin-project v1.1.6
9942024-11-22T23:15:34.372Z Downloaded vte v0.11.1
9952024-11-22T23:15:34.374Z Downloaded tokio v1.40.0
9962024-11-22T23:15:34.411Z Downloaded libm v0.2.8
9972024-11-22T23:15:34.418Z Downloaded headers v0.4.0
9982024-11-22T23:15:34.424Z Downloaded miniz_oxide v0.8.0
9992024-11-22T23:15:34.427Z Downloaded expectorate v1.1.0
10002024-11-22T23:15:34.429Z Downloaded snafu v0.8.5
10012024-11-22T23:15:34.433Z Downloaded tracing v0.1.40
10022024-11-22T23:15:34.437Z Downloaded russh v0.45.0
10032024-11-22T23:15:34.442Z Downloaded ecdsa v0.16.9
10042024-11-22T23:15:34.445Z Downloaded derive_builder_core v0.20.2
10052024-11-22T23:15:34.447Z Downloaded hashbrown v0.14.5
10062024-11-22T23:15:34.452Z Downloaded zeroize_derive v1.4.2
10072024-11-22T23:15:34.454Z Downloaded openssl-sys v0.9.103
10082024-11-22T23:15:34.458Z Downloaded num-rational v0.4.2
10092024-11-22T23:15:34.460Z Downloaded nom v7.1.3
10102024-11-22T23:15:34.464Z Downloaded ron v0.8.1
10112024-11-22T23:15:34.470Z Downloaded newtype-uuid v1.1.3
10122024-11-22T23:15:34.472Z Downloaded phf_shared v0.11.2
10132024-11-22T23:15:34.472Z Downloaded embedded-io v0.6.1
10142024-11-22T23:15:34.475Z Downloaded wyz v0.5.1
10152024-11-22T23:15:34.475Z Downloaded unsafe-libyaml v0.2.11
10162024-11-22T23:15:34.477Z Downloaded writeable v0.5.5
10172024-11-22T23:15:34.480Z Downloaded string_cache v0.8.7
10182024-11-22T23:15:34.482Z Downloaded slog-async v2.8.0
10192024-11-22T23:15:34.482Z Downloaded zerovec v0.10.4
10202024-11-22T23:15:34.488Z Downloaded aws-lc-rs v1.10.0
10212024-11-22T23:15:34.496Z Downloaded time v0.3.36
10222024-11-22T23:15:34.503Z Downloaded http v1.1.0
10232024-11-22T23:15:34.507Z Downloaded hashbrown v0.13.2
10242024-11-22T23:15:34.511Z Downloaded hashbrown v0.12.3
10252024-11-22T23:15:34.515Z Downloaded ed25519-dalek v2.1.1
10262024-11-22T23:15:34.518Z Downloaded subprocess v0.2.9
10272024-11-22T23:15:34.520Z Downloaded zopfli v0.8.1
10282024-11-22T23:15:34.523Z Downloaded display-error-chain v0.2.2
10292024-11-22T23:15:34.525Z Downloaded fatfs v0.3.6
10302024-11-22T23:15:34.528Z Downloaded tungstenite v0.21.0
10312024-11-22T23:15:34.530Z Downloaded write16 v1.0.0
10322024-11-22T23:15:34.532Z Downloaded untrusted v0.9.0
10332024-11-22T23:15:34.532Z Downloaded termtree v0.5.1
10342024-11-22T23:15:34.534Z Downloaded minimal-lexical v0.2.1
10352024-11-22T23:15:34.537Z Downloaded smallvec v1.13.2
10362024-11-22T23:15:34.540Z Downloaded crossterm v0.28.1
10372024-11-22T23:15:34.546Z Downloaded encoding_rs v0.8.34
10382024-11-22T23:15:34.567Z Downloaded uzers v0.12.1
10392024-11-22T23:15:34.569Z Downloaded env_logger v0.10.2
10402024-11-22T23:15:34.571Z Downloaded slog-json v2.6.1
10412024-11-22T23:15:34.574Z Downloaded slog-envlogger v2.2.0
10422024-11-22T23:15:34.577Z Downloaded slog-dtrace v0.3.0
10432024-11-22T23:15:34.577Z Downloaded ron v0.7.1
10442024-11-22T23:15:34.580Z Downloaded serde_yaml v0.9.34+deprecated
10452024-11-22T23:15:34.584Z Downloaded unicode_categories v0.1.1
10462024-11-22T23:15:34.586Z Downloaded pbkdf2 v0.12.2
10472024-11-22T23:15:34.588Z Downloaded dunce v1.0.5
10482024-11-22T23:15:34.588Z Downloaded parse-display-derive v0.10.0
10492024-11-22T23:15:34.591Z Downloaded postgres-protocol v0.6.7
10502024-11-22T23:15:34.591Z Downloaded postcard v1.0.10
10512024-11-22T23:15:34.593Z Downloaded parking_lot v0.11.2
10522024-11-22T23:15:34.595Z Downloaded defmt-macros v0.3.9
10532024-11-22T23:15:34.597Z Downloaded fd-lock v4.0.2
10542024-11-22T23:15:34.600Z Downloaded time-macros v0.2.18
10552024-11-22T23:15:34.602Z Downloaded fallible-iterator v0.2.0
10562024-11-22T23:15:34.604Z Downloaded rayon-core v1.12.1
10572024-11-22T23:15:34.607Z Downloaded elliptic-curve v0.13.8
10582024-11-22T23:15:34.610Z Downloaded zip v0.6.6
10592024-11-22T23:15:34.614Z Downloaded yoke v0.7.4
10602024-11-22T23:15:34.616Z Downloaded strum_macros v0.25.3
10612024-11-22T23:15:34.619Z Downloaded strum_macros v0.24.3
10622024-11-22T23:15:34.621Z Downloaded smf v0.2.3
10632024-11-22T23:15:34.621Z Downloaded omicron-zone-package v0.11.1
10642024-11-22T23:15:34.623Z Downloaded libgit2-sys v0.17.0+1.8.1
10652024-11-22T23:15:34.681Z Downloaded untrusted v0.7.1
10662024-11-22T23:15:34.684Z Downloaded parking_lot v0.12.3
10672024-11-22T23:15:34.687Z Downloaded predicates v3.1.2
10682024-11-22T23:15:34.689Z Downloaded poly1305 v0.8.0
10692024-11-22T23:15:34.691Z Downloaded derive-where v1.2.7
10702024-11-22T23:15:34.693Z Downloaded crypto-bigint v0.5.5
10712024-11-22T23:15:34.700Z Downloaded unicode-properties v0.1.3
10722024-11-22T23:15:34.702Z Downloaded icu_normalizer v1.5.0
10732024-11-22T23:15:34.705Z Downloaded phf v0.11.2
10742024-11-22T23:15:34.707Z Downloaded tinyvec v1.8.0
10752024-11-22T23:15:34.710Z Downloaded prettyplease v0.2.25
10762024-11-22T23:15:34.712Z Downloaded const_format v0.2.33
10772024-11-22T23:15:34.716Z Downloaded chacha20poly1305 v0.10.1
10782024-11-22T23:15:34.719Z Downloaded memmap2 v0.9.5
10792024-11-22T23:15:34.721Z Downloaded hyper-util v0.1.10
10802024-11-22T23:15:34.725Z Downloaded rustfmt-wrapper v0.2.1
10812024-11-22T23:15:34.727Z Downloaded icu_collections v1.5.0
10822024-11-22T23:15:34.732Z Downloaded lazycell v1.3.0
10832024-11-22T23:15:34.734Z Downloaded compact_str v0.8.0
10842024-11-22T23:15:34.737Z Downloaded jobserver v0.1.32
10852024-11-22T23:15:34.739Z Downloaded icu_provider v1.5.0
10862024-11-22T23:15:34.742Z Downloaded olpc-cjson v0.1.4
10872024-11-22T23:15:34.744Z Downloaded fallible-streaming-iterator v0.1.9
10882024-11-22T23:15:34.744Z Downloaded either v1.13.0
10892024-11-22T23:15:34.747Z Downloaded bytes v1.8.0
10902024-11-22T23:15:34.751Z Downloaded crc-any v2.5.0
10912024-11-22T23:15:34.754Z Downloaded progenitor-impl v0.8.0
10922024-11-22T23:15:34.754Z Downloaded litemap v0.7.3
10932024-11-22T23:15:34.756Z Downloaded hickory-client v0.24.1
10942024-11-22T23:15:34.759Z Downloaded hyper-staticfile v0.10.1
10952024-11-22T23:15:34.762Z Downloaded futures-core v0.3.31
10962024-11-22T23:15:34.762Z Downloaded form_urlencoded v1.2.1
10972024-11-22T23:15:34.762Z Downloaded flagset v0.4.6
10982024-11-22T23:15:34.764Z Downloaded fixedbitset v0.4.2
10992024-11-22T23:15:34.764Z Downloaded siphasher v0.3.11
11002024-11-22T23:15:34.767Z Downloaded iana-time-zone v0.1.61
11012024-11-22T23:15:34.770Z Downloaded hyper-rustls v0.27.3
11022024-11-22T23:15:34.772Z Downloaded base64 v0.21.7
11032024-11-22T23:15:34.774Z Downloaded impl-trait-for-tuples v0.2.2
11042024-11-22T23:15:34.777Z Downloaded deranged v0.3.11
11052024-11-22T23:15:34.777Z Downloaded lru v0.12.5
11062024-11-22T23:15:34.780Z Downloaded crossbeam-epoch v0.9.18
11072024-11-22T23:15:34.784Z Downloaded cookie v0.18.1
11082024-11-22T23:15:34.787Z Downloaded clang-sys v1.8.1
11092024-11-22T23:15:34.787Z Downloaded is-terminal v0.4.13
11102024-11-22T23:15:34.787Z Downloaded ipnetwork v0.20.0
11112024-11-22T23:15:34.789Z Downloaded twox-hash v1.6.3
11122024-11-22T23:15:34.791Z Downloaded libsw v3.3.1
11132024-11-22T23:15:34.793Z Downloaded httpdate v1.0.3
11142024-11-22T23:15:34.793Z Downloaded slog-bunyan v2.5.0
11152024-11-22T23:15:34.796Z Downloaded blake2 v0.10.6
11162024-11-22T23:15:34.798Z Downloaded vte_generate_state_changes v0.1.2
11172024-11-22T23:15:34.798Z Downloaded utf8_iter v1.0.4
11182024-11-22T23:15:34.798Z Downloaded instability v0.3.2
11192024-11-22T23:15:34.800Z Downloaded home v0.5.9
11202024-11-22T23:15:34.800Z Downloaded console v0.15.8
11212024-11-22T23:15:34.803Z Downloaded cmake v0.1.51
11222024-11-22T23:15:34.806Z Downloaded icu_provider_macros v1.5.0
11232024-11-22T23:15:34.806Z Downloaded instant v0.1.13
11242024-11-22T23:15:34.808Z Downloaded http-body v1.0.1
11252024-11-22T23:15:34.808Z Downloaded ciborium v0.2.2
11262024-11-22T23:15:34.811Z Downloaded hmac v0.12.1
11272024-11-22T23:15:34.814Z Downloaded hex v0.4.3
11282024-11-22T23:15:34.814Z Downloaded crc v3.2.1
11292024-11-22T23:15:34.817Z Downloaded cobs v0.2.3
11302024-11-22T23:15:34.819Z Downloaded ciborium-ll v0.2.2
11312024-11-22T23:15:34.819Z Downloaded http-range v0.1.5
11322024-11-22T23:15:34.819Z Downloaded colored v2.1.0
11332024-11-22T23:15:34.822Z Downloaded hostname v0.3.1
11342024-11-22T23:15:34.824Z Downloaded arrayref v0.3.9
11352024-11-22T23:15:34.975Z Downloaded libsqlite3-sys v0.30.1
11362024-11-22T23:15:35.137Z Downloaded ring v0.17.8
11372024-11-22T23:15:35.296Z Downloaded ring v0.16.20
11382024-11-22T23:15:35.526Z Downloaded aws-lc-sys v0.22.0
11392024-11-22T23:15:35.829Z Compiling serde v1.0.215
11402024-11-22T23:15:35.833Z Compiling lock_api v0.4.12
11412024-11-22T23:15:35.833Z Compiling scopeguard v1.2.0
11422024-11-22T23:15:35.833Z Compiling value-bag v1.9.0
11432024-11-22T23:15:35.833Z Compiling typenum v1.17.0
11442024-11-22T23:15:35.990Z Compiling generic-array v0.14.7
11452024-11-22T23:15:36.028Z Compiling syn v2.0.87
11462024-11-22T23:15:36.031Z Compiling getrandom v0.2.15
11472024-11-22T23:15:36.119Z Compiling shlex v1.3.0
11482024-11-22T23:15:36.333Z Compiling rand_core v0.6.4
11492024-11-22T23:15:36.427Z Compiling log v0.4.22
11502024-11-22T23:15:36.531Z Compiling subtle v2.6.1
11512024-11-22T23:15:36.555Z Compiling jobserver v0.1.32
11522024-11-22T23:15:36.577Z Compiling smallvec v1.13.2
11532024-11-22T23:15:36.851Z Compiling const-oid v0.9.6
11542024-11-22T23:15:36.872Z Compiling spin v0.9.8
11552024-11-22T23:15:36.890Z Compiling cc v1.1.30
11562024-11-22T23:15:37.094Z Compiling pin-project-lite v0.2.14
11572024-11-22T23:15:37.100Z Compiling rustix v0.38.37
11582024-11-22T23:15:37.267Z Compiling parking_lot_core v0.9.10
11592024-11-22T23:15:37.305Z Compiling futures-core v0.3.31
11602024-11-22T23:15:37.484Z Compiling signal-hook-registry v1.4.2
11612024-11-22T23:15:37.546Z Compiling mio v1.0.2
11622024-11-22T23:15:38.074Z Compiling aho-corasick v1.1.3
11632024-11-22T23:15:38.473Z Compiling parking_lot v0.12.3
11642024-11-22T23:15:38.561Z Compiling cpufeatures v0.2.14
11652024-11-22T23:15:38.670Z Compiling regex-syntax v0.8.5
11662024-11-22T23:15:38.815Z Compiling either v1.13.0
11672024-11-22T23:15:38.957Z Compiling lazy_static v1.5.0
11682024-11-22T23:15:38.978Z Compiling glob v0.3.1
11692024-11-22T23:15:39.081Z Compiling futures-sink v0.3.31
11702024-11-22T23:15:39.245Z Compiling stable_deref_trait v1.2.0
11712024-11-22T23:15:39.266Z Compiling socket2 v0.5.7
11722024-11-22T23:15:39.351Z Compiling slab v0.4.9
11732024-11-22T23:15:39.458Z Compiling prettyplease v0.2.25
11742024-11-22T23:15:39.794Z Compiling minimal-lexical v0.2.1
11752024-11-22T23:15:40.003Z Compiling clang-sys v1.8.1
11762024-11-22T23:15:40.125Z Compiling libloading v0.8.5
11772024-11-22T23:15:40.286Z Compiling nom v7.1.3
11782024-11-22T23:15:40.337Z Compiling serde_json v1.0.132
11792024-11-22T23:15:40.552Z Compiling home v0.5.9
11802024-11-22T23:15:40.649Z Compiling bindgen v0.69.5
11812024-11-22T23:15:40.851Z Compiling futures-channel v0.3.31
11822024-11-22T23:15:41.272Z Compiling itertools v0.12.1
11832024-11-22T23:15:41.381Z Compiling futures-task v0.3.31
11842024-11-22T23:15:41.438Z Compiling lazycell v1.3.0
11852024-11-22T23:15:41.610Z Compiling pin-utils v0.1.0
11862024-11-22T23:15:41.689Z Compiling allocator-api2 v0.2.18
11872024-11-22T23:15:41.709Z Compiling foldhash v0.1.3
11882024-11-22T23:15:42.034Z Compiling rustc-hash v1.1.0
11892024-11-22T23:15:42.188Z Compiling futures-io v0.3.31
11902024-11-22T23:15:42.503Z Compiling regex-automata v0.4.8
11912024-11-22T23:15:42.522Z Compiling hashbrown v0.15.0
11922024-11-22T23:15:43.799Z Compiling synstructure v0.13.1
11932024-11-22T23:15:43.953Z Compiling cexpr v0.6.0
11942024-11-22T23:15:44.434Z Compiling cmake v0.1.51
11952024-11-22T23:15:45.462Z Compiling tinyvec_macros v0.1.1
11962024-11-22T23:15:45.484Z Compiling libm v0.2.8
11972024-11-22T23:15:45.516Z Compiling fs_extra v1.3.0
11982024-11-22T23:15:45.562Z Compiling dunce v1.0.5
11992024-11-22T23:15:45.692Z Compiling pkg-config v0.3.31
12002024-11-22T23:15:45.717Z Compiling tinyvec v1.8.0
12012024-11-22T23:15:45.845Z Compiling num-traits v0.2.19
12022024-11-22T23:15:46.357Z Compiling ring v0.17.8
12032024-11-22T23:15:47.025Z Compiling litemap v0.7.3
12042024-11-22T23:15:47.183Z Compiling unicode-normalization v0.1.24
12052024-11-22T23:15:47.203Z Compiling base64ct v1.6.0
12062024-11-22T23:15:47.410Z Compiling writeable v0.5.5
12072024-11-22T23:15:47.501Z Compiling paste v1.0.15
12082024-11-22T23:15:47.518Z Compiling unicode-bidi v0.3.17
12092024-11-22T23:15:47.821Z Compiling pem-rfc7468 v0.7.0
12102024-11-22T23:15:47.991Z Compiling regex v1.11.1
12112024-11-22T23:15:48.542Z Compiling flagset v0.4.6
12122024-11-22T23:15:48.716Z Compiling aws-lc-rs v1.10.0
12132024-11-22T23:15:48.950Z Compiling httparse v1.9.5
12142024-11-22T23:15:49.130Z Compiling tracing-core v0.1.32
12152024-11-22T23:15:49.720Z Compiling icu_locid_transform_data v1.5.0
12162024-11-22T23:15:49.800Z Compiling rustls-pki-types v1.9.0
12172024-11-22T23:15:50.142Z Compiling crossbeam-utils v0.8.20
12182024-11-22T23:15:50.220Z Compiling percent-encoding v2.3.1
12192024-11-22T23:15:50.557Z Compiling num-conv v0.1.0
12202024-11-22T23:15:50.665Z Compiling serde_derive v1.0.215
12212024-11-22T23:15:50.708Z Compiling zeroize_derive v1.4.2
12222024-11-22T23:15:50.804Z Compiling zerocopy-derive v0.7.35
12232024-11-22T23:15:50.826Z Compiling tokio-macros v2.4.0
12242024-11-22T23:15:51.116Z Compiling zerofrom-derive v0.1.4
12252024-11-22T23:15:52.210Z Compiling zeroize v1.8.1
12262024-11-22T23:15:52.417Z Compiling thiserror-impl v1.0.69
12272024-11-22T23:15:52.599Z Compiling yoke-derive v0.7.4
12282024-11-22T23:15:53.097Z Compiling zerocopy v0.7.35
12292024-11-22T23:15:54.072Z Compiling crypto-common v0.1.6
12302024-11-22T23:15:54.306Z Compiling block-buffer v0.10.4
12312024-11-22T23:15:54.573Z Compiling digest v0.10.7
12322024-11-22T23:15:54.667Z Compiling zerovec-derive v0.10.3
12332024-11-22T23:15:55.043Z Compiling hmac v0.12.1
12342024-11-22T23:15:55.079Z Compiling zerofrom v0.1.4
12352024-11-22T23:15:55.113Z Compiling futures-macro v0.3.31
12362024-11-22T23:15:55.276Z Compiling block-padding v0.3.3
12372024-11-22T23:15:55.371Z Compiling displaydoc v0.2.5
12382024-11-22T23:15:55.497Z Compiling inout v0.1.3
12392024-11-22T23:15:55.625Z Compiling yoke v0.7.4
12402024-11-22T23:15:55.755Z Compiling cipher v0.4.4
12412024-11-22T23:15:55.798Z Compiling thiserror v1.0.69
12422024-11-22T23:15:55.936Z Compiling sha2 v0.10.8
12432024-11-22T23:15:55.984Z Compiling ppv-lite86 v0.2.20
12442024-11-22T23:15:56.278Z Compiling der_derive v0.7.3
12452024-11-22T23:15:56.762Z Compiling icu_provider_macros v1.5.0
12462024-11-22T23:15:56.971Z Compiling rand_chacha v0.3.1
12472024-11-22T23:15:57.014Z Compiling futures-util v0.3.31
12482024-11-22T23:15:57.339Z Compiling zerovec v0.10.4
12492024-11-22T23:15:57.924Z Compiling tracing-attributes v0.1.27
12502024-11-22T23:15:58.145Z Compiling rand v0.8.5
12512024-11-22T23:15:58.673Z Compiling der v0.7.9
12522024-11-22T23:15:59.276Z Compiling tinystr v0.7.6
12532024-11-22T23:15:59.421Z Compiling icu_collections v1.5.0
12542024-11-22T23:15:59.555Z Compiling salsa20 v0.10.2
12552024-11-22T23:15:59.717Z Compiling icu_locid v1.5.0
12562024-11-22T23:15:59.777Z Compiling pest v2.7.14
12572024-11-22T23:16:00.273Z Compiling pbkdf2 v0.12.2
12582024-11-22T23:16:00.472Z Compiling vcpkg v0.2.15
12592024-11-22T23:16:00.910Z Compiling icu_provider v1.5.0
12602024-11-22T23:16:01.765Z Compiling tracing v0.1.40
12612024-11-22T23:16:01.921Z Compiling icu_locid_transform v1.5.0
12622024-11-22T23:16:02.035Z Compiling spki v0.7.3
12632024-11-22T23:16:02.093Z Compiling time-core v0.1.2
12642024-11-22T23:16:02.274Z Compiling icu_properties_data v1.5.0
12652024-11-22T23:16:02.277Z Compiling untrusted v0.7.1
12662024-11-22T23:16:02.400Z Compiling untrusted v0.9.0
12672024-11-22T23:16:02.457Z Compiling powerfmt v0.2.0
12682024-11-22T23:16:02.545Z Compiling mirai-annotations v1.12.0
12692024-11-22T23:16:02.725Z Compiling openssl-sys v0.9.103
12702024-11-22T23:16:02.768Z Compiling deranged v0.3.11
12712024-11-22T23:16:02.812Z Compiling pest_meta v2.7.14
12722024-11-22T23:16:02.884Z Compiling time-macros v0.2.18
12732024-11-22T23:16:03.334Z Compiling icu_properties v1.5.1
12742024-11-22T23:16:04.657Z Compiling bitflags v2.6.0
12752024-11-22T23:16:04.737Z Compiling bytes v1.8.0
12762024-11-22T23:16:05.116Z Compiling indexmap v2.6.0
12772024-11-22T23:16:06.067Z Compiling tokio v1.40.0
12782024-11-22T23:16:06.178Z Compiling http v1.1.0
12792024-11-22T23:16:06.336Z Compiling semver v1.0.23
12802024-11-22T23:16:06.561Z Compiling scrypt v0.11.0
12812024-11-22T23:16:07.110Z Compiling rustc_version v0.4.1
12822024-11-22T23:16:07.161Z Compiling aes v0.8.4
12832024-11-22T23:16:07.904Z Compiling cbc v0.1.2
12842024-11-22T23:16:07.925Z Compiling scroll_derive v0.12.0
12852024-11-22T23:16:08.008Z Compiling icu_normalizer_data v1.5.0
12862024-11-22T23:16:08.115Z Compiling utf8_iter v1.0.4
12872024-11-22T23:16:08.149Z Compiling atomic-waker v1.1.2
12882024-11-22T23:16:08.238Z Compiling utf16_iter v1.0.5
12892024-11-22T23:16:08.329Z Compiling num_threads v0.1.7
12902024-11-22T23:16:08.356Z Compiling write16 v1.0.0
12912024-11-22T23:16:08.423Z Compiling time v0.3.36
12922024-11-22T23:16:08.454Z Compiling pkcs5 v0.7.1
12932024-11-22T23:16:08.483Z Compiling icu_normalizer v1.5.0
12942024-11-22T23:16:08.676Z Compiling http-body v1.0.1
12952024-11-22T23:16:08.916Z Compiling pest_generator v2.7.14
12962024-11-22T23:16:09.427Z Compiling which v4.4.2
12972024-11-22T23:16:09.675Z Compiling scroll v0.12.0
12982024-11-22T23:16:10.243Z Compiling form_urlencoded v1.2.1
12992024-11-22T23:16:10.264Z Compiling try-lock v0.2.5
13002024-11-22T23:16:10.416Z Compiling slog v2.7.0
13012024-11-22T23:16:10.464Z Compiling want v0.3.1
13022024-11-22T23:16:10.487Z Compiling goblin v0.8.2
13032024-11-22T23:16:10.542Z Compiling idna_adapter v1.2.0
13042024-11-22T23:16:10.744Z Compiling pkcs8 v0.10.2
13052024-11-22T23:16:10.767Z Compiling httpdate v1.0.3
13062024-11-22T23:16:10.898Z Compiling pest_derive v2.7.14
13072024-11-22T23:16:11.210Z Compiling idna v1.0.3
13082024-11-22T23:16:11.439Z Compiling toml_datetime v0.6.8
13092024-11-22T23:16:11.688Z Compiling dtrace-parser v0.2.0
13102024-11-22T23:16:11.851Z Compiling serde_spanned v0.6.8
13112024-11-22T23:16:11.969Z Compiling serde_tokenstream v0.2.2
13122024-11-22T23:16:12.096Z Compiling uuid v1.11.0
13132024-11-22T23:16:12.595Z Compiling iana-time-zone v0.1.61
13142024-11-22T23:16:13.024Z Compiling foreign-types-shared v0.1.1
13152024-11-22T23:16:13.096Z Compiling adler2 v2.0.0
13162024-11-22T23:16:13.139Z Compiling tower-service v0.3.3
13172024-11-22T23:16:13.267Z Compiling match_cfg v0.1.0
13182024-11-22T23:16:13.306Z Compiling openssl v0.10.66
13192024-11-22T23:16:13.367Z Compiling rustversion v1.0.17
13202024-11-22T23:16:13.569Z Compiling base64 v0.22.1
13212024-11-22T23:16:13.703Z Compiling hostname v0.3.1
13222024-11-22T23:16:13.752Z Compiling miniz_oxide v0.8.0
13232024-11-22T23:16:13.879Z Compiling foreign-types v0.3.2
13242024-11-22T23:16:13.948Z Compiling chrono v0.4.38
13252024-11-22T23:16:13.977Z Compiling url v2.5.3
13262024-11-22T23:16:14.305Z Compiling openssl-macros v0.1.1
13272024-11-22T23:16:15.072Z Compiling tokio-util v0.7.12
13282024-11-22T23:16:15.291Z Compiling async-trait v0.1.83
13292024-11-22T23:16:15.500Z Compiling dirs-sys-next v0.1.2
13302024-11-22T23:16:15.998Z Compiling siphasher v0.3.11
13312024-11-22T23:16:16.168Z Compiling h2 v0.4.6
13322024-11-22T23:16:16.356Z Compiling dof v0.3.0
13332024-11-22T23:16:16.489Z Compiling data-encoding v2.6.0
13342024-11-22T23:16:17.725Z Compiling usdt-impl v0.5.0
13352024-11-22T23:16:18.094Z Compiling syn v1.0.109
13362024-11-22T23:16:18.613Z Compiling rustls v0.22.4
13372024-11-22T23:16:18.730Z Compiling native-tls v0.2.12
13382024-11-22T23:16:18.862Z Compiling rustls v0.23.14
13392024-11-22T23:16:18.980Z Compiling dirs-next v2.0.0
13402024-11-22T23:16:19.176Z Compiling http-body-util v0.1.2
13412024-11-22T23:16:19.316Z Compiling heapless v0.7.17
13422024-11-22T23:16:19.727Z Compiling crossbeam-epoch v0.9.18
13432024-11-22T23:16:19.754Z Compiling signature v2.2.0
13442024-11-22T23:16:20.054Z Compiling sha1 v0.10.6
13452024-11-22T23:16:20.486Z Compiling bzip2-sys v0.1.11+1.0.8
13462024-11-22T23:16:20.515Z Compiling serde_derive_internals v0.29.1
13472024-11-22T23:16:20.538Z Compiling thread_local v1.1.8
13482024-11-22T23:16:20.898Z Compiling multer v3.1.0
13492024-11-22T23:16:20.984Z Compiling cookie v0.18.1
13502024-11-22T23:16:21.098Z Compiling encoding_rs v0.8.34
13512024-11-22T23:16:21.177Z Compiling mime v0.3.17
13522024-11-22T23:16:21.262Z Compiling openssl-probe v0.1.5
13532024-11-22T23:16:21.590Z Compiling gimli v0.31.1
13542024-11-22T23:16:21.641Z Compiling unicode-properties v0.1.3
13552024-11-22T23:16:21.787Z Compiling slog-async v2.8.0
13562024-11-22T23:16:22.046Z Compiling signal-hook v0.3.17
13572024-11-22T23:16:22.301Z Compiling rayon-core v1.12.1
13582024-11-22T23:16:22.344Z Compiling ipnet v2.10.1
13592024-11-22T23:16:22.559Z Compiling schemars v0.8.21
13602024-11-22T23:16:23.076Z Compiling hyper v1.5.0
13612024-11-22T23:16:23.342Z Compiling schemars_derive v0.8.21
13622024-11-22T23:16:23.685Z Compiling stringprep v0.1.5
13632024-11-22T23:16:24.968Z Compiling toml_edit v0.22.22
13642024-11-22T23:16:25.492Z Compiling hyper-util v0.1.10
13652024-11-22T23:16:26.698Z Compiling addr2line v0.24.2
13662024-11-22T23:16:27.261Z Compiling usdt-macro v0.5.0
13672024-11-22T23:16:27.384Z Compiling usdt-attr-macro v0.5.0
13682024-11-22T23:16:27.387Z Compiling crossbeam-deque v0.8.5
13692024-11-22T23:16:27.736Z Compiling term v0.7.0
13702024-11-22T23:16:28.603Z Compiling slog-json v2.6.1
13712024-11-22T23:16:28.638Z Compiling serde_urlencoded v0.7.1
13722024-11-22T23:16:28.723Z Compiling curve25519-dalek v4.1.3
13732024-11-22T23:16:28.968Z Compiling crossbeam-channel v0.5.13
13742024-11-22T23:16:29.038Z Compiling futures-executor v0.3.31
13752024-11-22T23:16:29.183Z Compiling enum-as-inner v0.6.1
13762024-11-22T23:16:29.229Z Compiling md-5 v0.10.6
13772024-11-22T23:16:29.347Z Compiling async-stream-impl v0.3.6
13782024-11-22T23:16:29.491Z Compiling rustls-pemfile v2.2.0
13792024-11-22T23:16:29.605Z Compiling num-integer v0.1.46
13802024-11-22T23:16:29.826Z Compiling idna v0.3.0
13812024-11-22T23:16:30.083Z Compiling idna v0.4.0
13822024-11-22T23:16:30.314Z Compiling hash32 v0.2.1
13832024-11-22T23:16:30.399Z Compiling ff v0.13.0
13842024-11-22T23:16:30.635Z Compiling is-terminal v0.4.13
13852024-11-22T23:16:30.672Z Compiling dropshot v0.12.0
13862024-11-22T23:16:31.694Z Compiling object v0.36.5
13872024-11-22T23:16:31.694Z Compiling psl-types v2.0.11
13882024-11-22T23:16:31.695Z Compiling utf-8 v0.7.6
13892024-11-22T23:16:31.695Z Compiling linked-hash-map v0.5.6
13902024-11-22T23:16:31.695Z Compiling fallible-iterator v0.2.0
13912024-11-22T23:16:31.695Z Compiling quick-error v1.2.3
13922024-11-22T23:16:31.695Z Compiling rustc-demangle v0.1.24
13932024-11-22T23:16:31.695Z Compiling anyhow v1.0.93
13942024-11-22T23:16:31.780Z Compiling portable-atomic v1.9.0
13952024-11-22T23:16:31.976Z Compiling base16ct v0.2.0
13962024-11-22T23:16:32.115Z Compiling num-bigint-dig v0.8.4
13972024-11-22T23:16:32.303Z Compiling dyn-clone v1.0.17
13982024-11-22T23:16:32.403Z Compiling take_mut v0.2.2
13992024-11-22T23:16:32.469Z Compiling smoltcp v0.9.1
14002024-11-22T23:16:32.996Z Compiling sec1 v0.7.3
14012024-11-22T23:16:33.255Z Compiling postgres-protocol v0.6.7
14022024-11-22T23:16:33.572Z Compiling resolv-conf v0.7.0
14032024-11-22T23:16:33.610Z Compiling lru-cache v0.1.2
14042024-11-22T23:16:33.726Z Compiling tungstenite v0.24.0
14052024-11-22T23:16:33.889Z Compiling hickory-proto v0.24.1
14062024-11-22T23:16:34.352Z Compiling publicsuffix v2.2.3
14072024-11-22T23:16:34.591Z Compiling slog-term v2.9.1
14082024-11-22T23:16:34.614Z Compiling async-stream v0.3.6
14092024-11-22T23:16:34.939Z Compiling usdt v0.5.0
14102024-11-22T23:16:35.472Z Compiling group v0.13.0
14112024-11-22T23:16:35.879Z Compiling num-iter v0.1.45
14122024-11-22T23:16:36.102Z Compiling futures v0.3.31
14132024-11-22T23:16:36.190Z Compiling slog-bunyan v2.5.0
14142024-11-22T23:16:36.365Z Compiling toml v0.8.19
14152024-11-22T23:16:36.433Z Compiling tokio-native-tls v0.3.1
14162024-11-22T23:16:38.079Z Compiling backtrace v0.3.74
14172024-11-22T23:16:38.168Z Compiling camino v1.1.9
14182024-11-22T23:16:38.232Z Compiling phf_shared v0.11.2
14192024-11-22T23:16:38.630Z Compiling dropshot_endpoint v0.12.0
14202024-11-22T23:16:38.782Z Compiling terminal_size v0.4.0
14212024-11-22T23:16:38.852Z Compiling waitgroup v0.1.2
14222024-11-22T23:16:38.993Z Compiling openapiv3 v2.0.0
14232024-11-22T23:16:39.071Z Compiling serde_path_to_error v0.1.16
14242024-11-22T23:16:39.135Z Compiling hkdf v0.12.4
14252024-11-22T23:16:39.403Z Compiling crypto-bigint v0.5.5
14262024-11-22T23:16:39.930Z Compiling curve25519-dalek-derive v0.1.1
14272024-11-22T23:16:41.566Z Compiling zerocopy-derive v0.6.6
14282024-11-22T23:16:41.828Z Compiling webpki-roots v0.26.6
14292024-11-22T23:16:41.846Z Compiling hubpack_derive v0.1.1
14302024-11-22T23:16:42.038Z Compiling idna v0.5.0
14312024-11-22T23:16:42.721Z Compiling hostname v0.4.0
14322024-11-22T23:16:42.981Z Compiling ahash v0.8.11
14332024-11-22T23:16:43.295Z Compiling crc32fast v1.4.2
14342024-11-22T23:16:43.320Z Compiling fs-err v2.11.0
14352024-11-22T23:16:43.422Z Compiling bitflags v1.3.2
14362024-11-22T23:16:43.531Z Compiling managed v0.8.0
14372024-11-22T23:16:43.591Z Compiling debug-ignore v1.0.5
14382024-11-22T23:16:43.626Z Compiling winnow v0.5.40
14392024-11-22T23:16:43.698Z Compiling strum_macros v0.25.3
14402024-11-22T23:16:43.793Z Compiling zerocopy v0.6.6
14412024-11-22T23:16:43.893Z Compiling clap_builder v4.5.21
14422024-11-22T23:16:44.366Z Compiling console v0.15.8
14432024-11-22T23:16:44.584Z Compiling flate2 v1.0.34
14442024-11-22T23:16:45.607Z Compiling cookie_store v0.21.0
14452024-11-22T23:16:45.647Z Compiling hubpack v0.1.2
14462024-11-22T23:16:46.010Z Compiling elliptic-curve v0.13.8
14472024-11-22T23:16:46.099Z Compiling hickory-resolver v0.24.1
14482024-11-22T23:16:47.234Z Compiling toml_edit v0.19.15
14492024-11-22T23:16:47.497Z Compiling phf v0.11.2
14502024-11-22T23:16:47.758Z Compiling signal-hook-mio v0.2.4
14512024-11-22T23:16:47.820Z Compiling rayon v1.10.0
14522024-11-22T23:16:47.928Z Compiling hyper-tls v0.6.0
14532024-11-22T23:16:47.955Z Compiling bzip2 v0.4.4
14542024-11-22T23:16:48.362Z Compiling tokio-tungstenite v0.24.0
14552024-11-22T23:16:48.924Z Compiling postgres-types v0.2.8
14562024-11-22T23:16:51.863Z Compiling ed25519 v2.2.3
14572024-11-22T23:16:52.666Z Compiling phf_shared v0.10.0
14582024-11-22T23:16:52.865Z Compiling tokio-stream v0.1.16
14592024-11-22T23:16:53.097Z Compiling pkcs1 v0.7.5
14602024-11-22T23:16:53.450Z Compiling serde-big-array v0.5.1
14612024-11-22T23:16:53.693Z Compiling clap_derive v4.5.18
14622024-11-22T23:16:53.776Z Compiling rfc6979 v0.4.0
14632024-11-22T23:16:53.974Z Compiling derive-where v1.2.7
14642024-11-22T23:16:53.977Z Compiling serde_repr v0.1.19
14652024-11-22T23:16:54.115Z Compiling float-cmp v0.9.0
14662024-11-22T23:16:54.223Z Compiling bstr v1.10.0
14672024-11-22T23:16:54.343Z Compiling sync_wrapper v1.0.1
14682024-11-22T23:16:54.503Z Compiling new_debug_unreachable v1.0.6
14692024-11-22T23:16:54.607Z Compiling precomputed-hash v0.1.1
14702024-11-22T23:16:54.740Z Compiling static_assertions v1.1.0
14712024-11-22T23:16:54.851Z Compiling predicates-core v1.0.8
14722024-11-22T23:16:55.174Z Compiling normalize-line-endings v0.3.0
14732024-11-22T23:16:55.231Z Compiling fixedbitset v0.4.2
14742024-11-22T23:16:55.290Z Compiling number_prefix v0.4.0
14752024-11-22T23:16:55.311Z Compiling unicode-segmentation v1.12.0
14762024-11-22T23:16:55.530Z Compiling bit-vec v0.6.3
14772024-11-22T23:16:55.693Z Compiling difflib v0.4.0
14782024-11-22T23:16:55.965Z Compiling whoami v1.5.2
14792024-11-22T23:16:56.015Z Compiling unicode-width v0.2.0
14802024-11-22T23:16:56.197Z Compiling predicates v3.1.2
14812024-11-22T23:16:56.555Z Compiling indicatif v0.17.9
14822024-11-22T23:16:56.597Z Compiling tokio-postgres v0.7.12
14832024-11-22T23:16:57.351Z Compiling similar v2.6.0
14842024-11-22T23:16:57.588Z Compiling bit-set v0.5.3
14852024-11-22T23:16:57.919Z Compiling petgraph v0.6.5
14862024-11-22T23:16:58.008Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14872024-11-22T23:16:58.806Z Compiling clap v4.5.21
14882024-11-22T23:16:58.854Z Compiling string_cache v0.8.7
14892024-11-22T23:16:58.940Z Compiling ecdsa v0.16.9
14902024-11-22T23:16:59.347Z Compiling rsa v0.9.6
14912024-11-22T23:16:59.783Z Compiling ed25519-dalek v2.1.1
14922024-11-22T23:16:59.862Z Compiling toml v0.7.8
14932024-11-22T23:17:01.118Z Compiling zip v0.6.6
14942024-11-22T23:17:01.637Z Compiling crossterm v0.28.1
14952024-11-22T23:17:02.562Z Compiling hex v0.4.3
14962024-11-22T23:17:02.783Z Compiling x509-cert v0.2.5
14972024-11-22T23:17:02.804Z Compiling itertools v0.10.5
14982024-11-22T23:17:03.174Z Compiling peg-runtime v0.8.3
14992024-11-22T23:17:03.219Z Compiling lalrpop-util v0.19.12
15002024-11-22T23:17:03.572Z Compiling unicode-xid v0.2.6
15012024-11-22T23:17:03.766Z Compiling strum_macros v0.26.4
15022024-11-22T23:17:03.850Z Compiling xattr v1.3.1
15032024-11-22T23:17:04.131Z Compiling filetime v0.2.25
15042024-11-22T23:17:04.464Z Compiling tar v0.4.42
15052024-11-22T23:17:08.446Z Compiling strum v0.26.3
15062024-11-22T23:17:11.573Z Compiling aws-lc-sys v0.22.0
15072024-11-22T23:17:43.074Z Compiling rustls-webpki v0.102.8
15082024-11-22T23:17:46.373Z Compiling tokio-rustls v0.25.0
15092024-11-22T23:17:48.193Z Compiling tokio-rustls v0.26.0
15102024-11-22T23:17:48.494Z Compiling hyper-rustls v0.27.3
15112024-11-22T23:17:48.783Z Compiling reqwest v0.12.9
15122024-11-22T23:17:49.886Z Compiling qorb v0.2.0
15132024-11-22T23:17:54.723Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15142024-11-22T23:17:54.954Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15152024-11-22T23:18:00.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
15162024-11-22T23:18:00.874Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15172024-11-22T23:18:00.926ZNov 22 23:18:00.091 INFO Starting download, target: Cockroach
15182024-11-22T23:18:00.926ZNov 22 23:18:00.092 INFO Starting download, target: DendriteOpenapi
15192024-11-22T23:18:00.926ZNov 22 23:18:00.092 INFO Starting download, target: Console
15202024-11-22T23:18:00.928ZNov 22 23:18:00.092 INFO Starting download, target: Clickhouse
15212024-11-22T23:18:00.928ZNov 22 23:18:00.092 INFO Starting download, target: DendriteStub
15222024-11-22T23:18:00.928ZNov 22 23:18:00.092 INFO Starting download, target: MaghemiteMgd
15232024-11-22T23:18:00.928ZNov 22 23:18:00.092 INFO Starting download, target: TransceiverControl
15242024-11-22T23:18:00.928ZNov 22 23:18:00.092 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi
15252024-11-22T23:18:00.928ZNov 22 23:18:00.092 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15262024-11-22T23:18:00.929ZNov 22 23:18:00.092 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15272024-11-22T23:18:00.929ZNov 22 23:18:00.092 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15282024-11-22T23:18:00.929ZNov 22 23:18:00.092 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15292024-11-22T23:18:00.929ZNov 22 23:18:00.093 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15302024-11-22T23:18:00.929ZNov 22 23:18:00.093 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15312024-11-22T23:18:01.066ZNov 22 23:18:00.232 INFO Download complete, target: DendriteOpenapi
15322024-11-22T23:18:01.275ZNov 22 23:18:00.439 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15332024-11-22T23:18:01.713ZNov 22 23:18:00.877 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15342024-11-22T23:18:01.895ZNov 22 23:18:01.059 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15352024-11-22T23:18:01.939ZNov 22 23:18:01.101 INFO Download complete, target: TransceiverControl
15362024-11-22T23:18:02.035ZNov 22 23:18:01.197 INFO Download complete, target: Console
15372024-11-22T23:18:02.507ZNov 22 23:18:01.673 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15382024-11-22T23:18:02.631ZNov 22 23:18:01.797 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15392024-11-22T23:18:02.631ZNov 22 23:18:01.797 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15402024-11-22T23:18:02.852ZNov 22 23:18:02.017 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15412024-11-22T23:18:04.709ZNov 22 23:18:03.874 INFO Download complete, target: DendriteStub
15422024-11-22T23:18:05.313ZNov 22 23:18:04.478 INFO Download complete, target: MaghemiteMgd
15432024-11-22T23:18:09.856ZNov 22 23:18:09.021 INFO Checking that binary works, target: Cockroach
15442024-11-22T23:18:10.088ZNov 22 23:18:09.252 INFO Download complete, target: Cockroach
15452024-11-22T23:18:14.818ZNov 22 23:18:13.981 INFO Checking that binary works, target: Clickhouse
15462024-11-22T23:18:15.228ZNov 22 23:18:14.392 INFO Download complete, target: Clickhouse
15472024-11-22T23:18:15.235ZAll prerequisites installed successfully
15482024-11-22T23:18:15.237Z
15492024-11-22T23:18:15.237Zreal 4:54.355925301
15502024-11-22T23:18:15.237Zuser 16:17.730505939
15512024-11-22T23:18:15.237Zsys 3:12.932471490
15522024-11-22T23:18:15.237Ztrap 0.547750056
15532024-11-22T23:18:15.237Ztflt 5.137398819
15542024-11-22T23:18:15.237Zdflt 4.896000419
15552024-11-22T23:18:15.237Zkflt 0.169759461
15562024-11-22T23:18:15.237Zlock 29:39.454081856
15572024-11-22T23:18:15.237Zslp 1:01:41.083270228
15582024-11-22T23:18:15.237Zlat 54.822557405
15592024-11-22T23:18:15.237Zstop 2:15.941009049
15602024-11-22T23:18:15.237Z+ ptime -m cargo xtask download softnpu
15612024-11-22T23:18:15.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15622024-11-22T23:18:15.787Z Running `target/debug/xtask download softnpu`
15632024-11-22T23:18:16.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
15642024-11-22T23:18:16.661Z Running `target/debug/xtask-downloader softnpu`
15652024-11-22T23:18:16.700ZNov 22 23:18:15.863 INFO Starting download, target: Softnpu
15662024-11-22T23:18:16.702ZNov 22 23:18:15.864 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15672024-11-22T23:18:17.599ZNov 22 23:18:16.762 INFO Download complete, target: Softnpu
15682024-11-22T23:18:17.602Z
15692024-11-22T23:18:17.607Zreal 2.360690177
15702024-11-22T23:18:17.607Zuser 1.256774667
15712024-11-22T23:18:17.607Zsys 0.532481731
15722024-11-22T23:18:17.607Ztrap 0.000563818
15732024-11-22T23:18:17.607Ztflt 0.000009998
15742024-11-22T23:18:17.607Zdflt 0.000013027
15752024-11-22T23:18:17.607Zkflt 0.000000000
15762024-11-22T23:18:17.607Zlock 9.445660637
15772024-11-22T23:18:17.607Zslp 0.757408757
15782024-11-22T23:18:17.607Zlat 0.065467035
15792024-11-22T23:18:17.607Zstop 0.000153752
15802024-11-22T23:18:17.607Z+ export CARGO_INCREMENTAL=0
15812024-11-22T23:18:17.607Z+ CARGO_INCREMENTAL=0
15822024-11-22T23:18:17.607Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15832024-11-22T23:18:18.554Z Compiling proc-macro2 v1.0.89
15842024-11-22T23:18:18.554Z Compiling unicode-ident v1.0.13
15852024-11-22T23:18:18.557Z Compiling libc v0.2.162
15862024-11-22T23:18:18.557Z Compiling serde v1.0.215
15872024-11-22T23:18:18.557Z Compiling autocfg v1.4.0
15882024-11-22T23:18:18.557Z Compiling version_check v0.9.5
15892024-11-22T23:18:18.557Z Compiling cfg-if v1.0.0
15902024-11-22T23:18:18.825Z Compiling memchr v2.7.4
15912024-11-22T23:18:18.827Z Compiling shlex v1.3.0
15922024-11-22T23:18:18.869Z Compiling typenum v1.17.0
15932024-11-22T23:18:19.173Z Compiling value-bag v1.9.0
15942024-11-22T23:18:19.315Z Compiling generic-array v0.14.7
15952024-11-22T23:18:19.332Z Compiling scopeguard v1.2.0
15962024-11-22T23:18:19.663Z Compiling lock_api v0.4.12
15972024-11-22T23:18:19.740Z Compiling log v0.4.22
15982024-11-22T23:18:19.758Z Compiling parking_lot_core v0.9.10
15992024-11-22T23:18:20.185Z Compiling once_cell v1.20.2
16002024-11-22T23:18:20.297Z Compiling serde_json v1.0.132
16012024-11-22T23:18:20.568Z Compiling quote v1.0.37
16022024-11-22T23:18:20.597Z Compiling rustix v0.38.37
16032024-11-22T23:18:20.614Z Compiling libm v0.2.8
16042024-11-22T23:18:20.614Z Compiling thiserror v1.0.69
16052024-11-22T23:18:20.897Z Compiling jobserver v0.1.32
16062024-11-22T23:18:20.928Z Compiling syn v2.0.87
16072024-11-22T23:18:21.065Z Compiling getrandom v0.2.15
16082024-11-22T23:18:21.176Z Compiling aho-corasick v1.1.3
16092024-11-22T23:18:21.199Z Compiling regex-syntax v0.8.5
16102024-11-22T23:18:21.377Z Compiling cc v1.1.30
16112024-11-22T23:18:21.408Z Compiling num-traits v0.2.19
16122024-11-22T23:18:21.423Z Compiling either v1.13.0
16132024-11-22T23:18:21.675Z Compiling itoa v1.0.11
16142024-11-22T23:18:21.694Z Compiling spin v0.9.8
16152024-11-22T23:18:21.897Z Compiling slab v0.4.9
16162024-11-22T23:18:22.197Z Compiling byteorder v1.5.0
16172024-11-22T23:18:22.328Z Compiling errno v0.3.9
16182024-11-22T23:18:22.547Z Compiling rand_core v0.6.4
16192024-11-22T23:18:22.649Z Compiling lazy_static v1.5.0
16202024-11-22T23:18:22.906Z Compiling glob v0.3.1
16212024-11-22T23:18:23.330Z Compiling prettyplease v0.2.25
16222024-11-22T23:18:23.693Z Compiling clang-sys v1.8.1
16232024-11-22T23:18:23.798Z Compiling minimal-lexical v0.2.1
16242024-11-22T23:18:23.817Z Compiling libloading v0.8.5
16252024-11-22T23:18:24.197Z Compiling nom v7.1.3
16262024-11-22T23:18:24.267Z Compiling home v0.5.9
16272024-11-22T23:18:24.362Z Compiling bindgen v0.69.5
16282024-11-22T23:18:24.478Z Compiling subtle v2.6.1
16292024-11-22T23:18:24.755Z Compiling regex-automata v0.4.8
16302024-11-22T23:18:24.781Z Compiling allocator-api2 v0.2.18
16312024-11-22T23:18:25.149Z Compiling itertools v0.12.1
16322024-11-22T23:18:25.470Z Compiling smallvec v1.13.2
16332024-11-22T23:18:25.554Z Compiling semver v1.0.23
16342024-11-22T23:18:25.980Z Compiling lazycell v1.3.0
16352024-11-22T23:18:26.001Z Compiling rustc-hash v1.1.0
16362024-11-22T23:18:26.150Z Compiling cmake v0.1.51
16372024-11-22T23:18:26.352Z Compiling fs_extra v1.3.0
16382024-11-22T23:18:26.917Z Compiling dunce v1.0.5
16392024-11-22T23:18:27.419Z Compiling pkg-config v0.3.31
16402024-11-22T23:18:27.532Z Compiling cexpr v0.6.0
16412024-11-22T23:18:27.817Z Compiling ring v0.17.8
16422024-11-22T23:18:28.270Z Compiling ryu v1.0.18
16432024-11-22T23:18:28.394Z Compiling pin-project-lite v0.2.14
16442024-11-22T23:18:28.529Z Compiling synstructure v0.13.1
16452024-11-22T23:18:28.807Z Compiling fnv v1.0.7
16462024-11-22T23:18:28.945Z Compiling paste v1.0.15
16472024-11-22T23:18:28.972Z Compiling const-oid v0.9.6
16482024-11-22T23:18:29.171Z Compiling foldhash v0.1.3
16492024-11-22T23:18:29.426Z Compiling aws-lc-rs v1.10.0
16502024-11-22T23:18:29.444Z Compiling httparse v1.9.5
16512024-11-22T23:18:29.857Z Compiling equivalent v1.0.1
16522024-11-22T23:18:29.980Z Compiling hashbrown v0.15.0
16532024-11-22T23:18:30.716Z Compiling regex v1.11.1
16542024-11-22T23:18:30.889Z Compiling heck v0.5.0
16552024-11-22T23:18:30.918Z Compiling schemars v0.8.21
16562024-11-22T23:18:31.271Z Compiling serde_derive_internals v0.29.1
16572024-11-22T23:18:31.342Z Compiling signal-hook-registry v1.4.2
16582024-11-22T23:18:31.413Z Compiling mio v1.0.2
16592024-11-22T23:18:31.695Z Compiling parking_lot v0.12.3
16602024-11-22T23:18:33.241Z Compiling stable_deref_trait v1.2.0
16612024-11-22T23:18:33.355Z Compiling crossbeam-utils v0.8.20
16622024-11-22T23:18:33.557Z Compiling socket2 v0.5.7
16632024-11-22T23:18:33.680Z Compiling futures-core v0.3.31
16642024-11-22T23:18:33.870Z Compiling time-core v0.1.2
16652024-11-22T23:18:34.048Z Compiling num-conv v0.1.0
16662024-11-22T23:18:34.106Z Compiling serde_derive v1.0.215
16672024-11-22T23:18:34.294Z Compiling zeroize_derive v1.4.2
16682024-11-22T23:18:34.351Z Compiling zerocopy-derive v0.7.35
16692024-11-22T23:18:35.180Z Compiling thiserror-impl v1.0.69
16702024-11-22T23:18:35.265Z Compiling tokio-macros v2.4.0
16712024-11-22T23:18:35.549Z Compiling zerofrom-derive v0.1.4
16722024-11-22T23:18:35.699Z Compiling yoke-derive v0.7.4
16732024-11-22T23:18:35.743Z Compiling zeroize v1.8.1
16742024-11-22T23:18:36.359Z Compiling futures-macro v0.3.31
16752024-11-22T23:18:36.551Z Compiling zerovec-derive v0.10.3
16762024-11-22T23:18:36.691Z Compiling zerocopy v0.7.35
16772024-11-22T23:18:37.710Z Compiling displaydoc v0.2.5
16782024-11-22T23:18:38.285Z Compiling crypto-common v0.1.6
16792024-11-22T23:18:38.305Z Compiling tracing-attributes v0.1.27
16802024-11-22T23:18:38.321Z Compiling icu_provider_macros v1.5.0
16812024-11-22T23:18:38.490Z Compiling block-buffer v0.10.4
16822024-11-22T23:18:38.739Z Compiling digest v0.10.7
16832024-11-22T23:18:38.931Z Compiling schemars_derive v0.8.21
16842024-11-22T23:18:39.140Z Compiling der_derive v0.7.3
16852024-11-22T23:18:39.164Z Compiling time-macros v0.2.18
16862024-11-22T23:18:39.694Z Compiling vcpkg v0.2.15
16872024-11-22T23:18:41.343Z Compiling openssl-sys v0.9.103
16882024-11-22T23:18:42.272Z Compiling cpufeatures v0.2.14
16892024-11-22T23:18:42.389Z Compiling futures-sink v0.3.31
16902024-11-22T23:18:42.549Z Compiling slog v2.7.0
16912024-11-22T23:18:42.569Z Compiling ahash v0.8.11
16922024-11-22T23:18:42.646Z Compiling syn v1.0.109
16932024-11-22T23:18:43.022Z Compiling zerofrom v0.1.4
16942024-11-22T23:18:43.244Z Compiling scroll_derive v0.12.0
16952024-11-22T23:18:43.470Z Compiling iana-time-zone v0.1.61
16962024-11-22T23:18:43.503Z Compiling ucd-trie v0.1.7
16972024-11-22T23:18:43.784Z Compiling pest v2.7.14
16982024-11-22T23:18:43.990Z Compiling yoke v0.7.4
16992024-11-22T23:18:44.192Z Compiling futures-channel v0.3.31
17002024-11-22T23:18:44.552Z Compiling hmac v0.12.1
17012024-11-22T23:18:44.760Z Compiling futures-task v0.3.31
17022024-11-22T23:18:44.779Z Compiling openssl v0.10.66
17032024-11-22T23:18:44.934Z Compiling futures-io v0.3.31
17042024-11-22T23:18:45.182Z Compiling pin-utils v0.1.0
17052024-11-22T23:18:45.295Z Compiling futures-util v0.3.31
17062024-11-22T23:18:45.386Z Compiling zerovec v0.10.4
17072024-11-22T23:18:45.774Z Compiling block-padding v0.3.3
17082024-11-22T23:18:46.356Z Compiling pest_meta v2.7.14
17092024-11-22T23:18:46.719Z Compiling tinyvec_macros v0.1.1
17102024-11-22T23:18:46.956Z Compiling tinyvec v1.8.0
17112024-11-22T23:18:47.468Z Compiling bitflags v2.6.0
17122024-11-22T23:18:47.632Z Compiling bytes v1.8.0
17132024-11-22T23:18:49.286Z Compiling indexmap v2.6.0
17142024-11-22T23:18:50.366Z Compiling tokio v1.40.0
17152024-11-22T23:18:51.330Z Compiling serde_tokenstream v0.2.2
17162024-11-22T23:18:51.892Z Compiling which v4.4.2
17172024-11-22T23:18:52.003Z Compiling http v1.1.0
17182024-11-22T23:18:52.432Z Compiling uuid v1.11.0
17192024-11-22T23:18:52.943Z Compiling rustc_version v0.4.1
17202024-11-22T23:18:53.579Z Compiling chrono v0.4.38
17212024-11-22T23:18:55.618Z Compiling pest_generator v2.7.14
17222024-11-22T23:18:56.067Z Compiling toml_datetime v0.6.8
17232024-11-22T23:18:56.241Z Compiling serde_spanned v0.6.8
17242024-11-22T23:18:56.528Z Compiling inout v0.1.3
17252024-11-22T23:18:57.336Z Compiling openssl-macros v0.1.1
17262024-11-22T23:18:58.045Z Compiling native-tls v0.2.12
17272024-11-22T23:18:58.485Z Compiling rustls v0.23.14
17282024-11-22T23:18:58.757Z Compiling strsim v0.11.1
17292024-11-22T23:18:59.665Z Compiling pest_derive v2.7.14
17302024-11-22T23:18:59.777Z Compiling cipher v0.4.4
17312024-11-22T23:18:59.904Z Compiling unicode-normalization v0.1.24
17322024-11-22T23:19:00.292Z Compiling tinystr v0.7.6
17332024-11-22T23:19:00.457Z Compiling sha2 v0.10.8
17342024-11-22T23:19:00.770Z Compiling tracing-core v0.1.32
17352024-11-22T23:19:00.943Z Compiling usdt-impl v0.5.0
17362024-11-22T23:19:01.223Z Compiling base64ct v1.6.0
17372024-11-22T23:19:01.259Z Compiling unicode-bidi v0.3.17
17382024-11-22T23:19:01.277Z Compiling dyn-clone v1.0.17
17392024-11-22T23:19:01.506Z Compiling litemap v0.7.3
17402024-11-22T23:19:01.790Z Compiling writeable v0.5.5
17412024-11-22T23:19:01.841Z Compiling pem-rfc7468 v0.7.0
17422024-11-22T23:19:01.897Z Compiling tracing v0.1.40
17432024-11-22T23:19:02.310Z Compiling icu_locid v1.5.0
17442024-11-22T23:19:03.023Z Compiling scroll v0.12.0
17452024-11-22T23:19:03.282Z Compiling ppv-lite86 v0.2.20
17462024-11-22T23:19:03.592Z Compiling async-trait v0.1.83
17472024-11-22T23:19:04.169Z Compiling cookie v0.18.1
17482024-11-22T23:19:04.412Z Compiling camino v1.1.9
17492024-11-22T23:19:05.672Z Compiling aws-lc-sys v0.22.0
17502024-11-22T23:19:05.853Z Compiling anyhow v1.0.93
17512024-11-22T23:19:06.002Z Compiling flagset v0.4.6
17522024-11-22T23:19:06.226Z Compiling plain v0.2.3
17532024-11-22T23:19:06.387Z Compiling goblin v0.8.2
17542024-11-22T23:19:06.410Z Compiling der v0.7.9
17552024-11-22T23:19:12.369Z Compiling rand_chacha v0.3.1
17562024-11-22T23:19:12.530Z Compiling icu_provider v1.5.0
17572024-11-22T23:19:13.891Z Compiling icu_locid_transform_data v1.5.0
17582024-11-22T23:19:13.997Z Compiling rustls-pki-types v1.9.0
17592024-11-22T23:19:14.781Z Compiling pretty-hex v0.4.1
17602024-11-22T23:19:14.997Z Compiling percent-encoding v2.3.1
17612024-11-22T23:19:15.045Z Compiling rayon-core v1.12.1
17622024-11-22T23:19:15.078Z Compiling rustls v0.22.4
17632024-11-22T23:19:15.340Z Compiling untrusted v0.7.1
17642024-11-22T23:19:15.447Z Compiling dof v0.3.0
17652024-11-22T23:19:15.664Z Compiling icu_locid_transform v1.5.0
17662024-11-22T23:19:16.251Z Compiling rand v0.8.5
17672024-11-22T23:19:16.557Z Compiling spki v0.7.3
17682024-11-22T23:19:17.015Z Compiling dtrace-parser v0.2.0
17692024-11-22T23:19:17.045Z Compiling salsa20 v0.10.2
17702024-11-22T23:19:17.084Z Compiling tokio-util v0.7.12
17712024-11-22T23:19:17.858Z Compiling icu_collections v1.5.0
17722024-11-22T23:19:17.875Z Compiling pbkdf2 v0.12.2
17732024-11-22T23:19:18.549Z Compiling thread-id v4.2.2
17742024-11-22T23:19:18.594Z Compiling mirai-annotations v1.12.0
17752024-11-22T23:19:18.663Z Compiling untrusted v0.9.0
17762024-11-22T23:19:18.790Z Compiling powerfmt v0.2.0
17772024-11-22T23:19:18.958Z Compiling icu_properties_data v1.5.0
17782024-11-22T23:19:19.125Z Compiling winnow v0.5.40
17792024-11-22T23:19:19.224Z Compiling icu_properties v1.5.1
17802024-11-22T23:19:19.265Z Compiling deranged v0.3.11
17812024-11-22T23:19:23.044Z Compiling toml_edit v0.19.15
17822024-11-22T23:19:24.718Z Compiling scrypt v0.11.0
17832024-11-22T23:19:24.946Z Compiling cbc v0.1.2
17842024-11-22T23:19:24.948Z Compiling aes v0.8.4
17852024-11-22T23:19:25.181Z Compiling multer v3.1.0
17862024-11-22T23:19:25.478Z Compiling slog-async v2.8.0
17872024-11-22T23:19:25.495Z Compiling icu_normalizer_data v1.5.0
17882024-11-22T23:19:25.602Z Compiling num_threads v0.1.7
17892024-11-22T23:19:25.735Z Compiling atomic-waker v1.1.2
17902024-11-22T23:19:25.939Z Compiling utf16_iter v1.0.5
17912024-11-22T23:19:26.136Z Compiling rustversion v1.0.17
17922024-11-22T23:19:26.265Z Compiling utf8_iter v1.0.4
17932024-11-22T23:19:26.412Z Compiling write16 v1.0.0
17942024-11-22T23:19:26.553Z Compiling icu_normalizer v1.5.0
17952024-11-22T23:19:26.712Z Compiling time v0.3.36
17962024-11-22T23:19:27.657Z Compiling pkcs5 v0.7.1
17972024-11-22T23:19:28.754Z Compiling form_urlencoded v1.2.1
17982024-11-22T23:19:29.573Z Compiling http-body v1.0.1
17992024-11-22T23:19:29.880Z Compiling heapless v0.7.17
18002024-11-22T23:19:30.422Z Compiling bzip2-sys v0.1.11+1.0.8
18012024-11-22T23:19:31.079Z Compiling signal-hook v0.3.17
18022024-11-22T23:19:31.510Z Compiling try-lock v0.2.5
18032024-11-22T23:19:31.796Z Compiling want v0.3.1
18042024-11-22T23:19:33.240Z Compiling pkcs8 v0.10.2
18052024-11-22T23:19:33.598Z Compiling idna_adapter v1.2.0
18062024-11-22T23:19:33.891Z Compiling h2 v0.4.6
18072024-11-22T23:19:35.039Z Compiling usdt-attr-macro v0.5.0
18082024-11-22T23:19:36.479Z Compiling usdt-macro v0.5.0
18092024-11-22T23:19:36.937Z Compiling async-stream-impl v0.3.6
18102024-11-22T23:19:36.960Z Compiling httpdate v1.0.3
18112024-11-22T23:19:37.822Z Compiling adler2 v2.0.0
18122024-11-22T23:19:38.140Z Compiling miniz_oxide v0.8.0
18132024-11-22T23:19:38.914Z Compiling idna v1.0.3
18142024-11-22T23:19:40.614Z Compiling hyper v1.5.0
18152024-11-22T23:19:41.272Z Compiling curve25519-dalek v4.1.3
18162024-11-22T23:19:41.538Z Compiling openapiv3 v2.0.0
18172024-11-22T23:19:41.729Z Compiling enum-as-inner v0.6.1
18182024-11-22T23:19:43.870Z Compiling dropshot v0.12.0
18192024-11-22T23:19:44.172Z Compiling num-bigint-dig v0.8.4
18202024-11-22T23:19:44.346Z Compiling tower-service v0.3.3
18212024-11-22T23:19:44.444Z Compiling base64 v0.22.1
18222024-11-22T23:19:44.482Z Compiling portable-atomic v1.9.0
18232024-11-22T23:19:45.370Z Compiling foreign-types-shared v0.1.1
18242024-11-22T23:19:45.481Z Compiling smoltcp v0.9.1
18252024-11-22T23:19:45.676Z Compiling match_cfg v0.1.0
18262024-11-22T23:19:45.797Z Compiling hostname v0.3.1
18272024-11-22T23:19:45.917Z Compiling hyper-util v0.1.10
18282024-11-22T23:19:46.077Z Compiling foreign-types v0.3.2
18292024-11-22T23:19:51.866Z Compiling url v2.5.3
18302024-11-22T23:19:54.075Z Compiling dirs-sys-next v0.1.2
18312024-11-22T23:19:54.094Z Compiling heck v0.4.1
18322024-11-22T23:19:54.142Z Compiling data-encoding v2.6.0
18332024-11-22T23:19:54.349Z Compiling gimli v0.31.1
18342024-11-22T23:19:54.493Z Compiling siphasher v0.3.11
18352024-11-22T23:19:54.535Z Compiling ident_case v1.0.1
18362024-11-22T23:19:54.722Z Compiling darling_core v0.20.10
18372024-11-22T23:19:54.854Z Compiling dirs-next v2.0.0
18382024-11-22T23:19:57.373Z Compiling http-body-util v0.1.2
18392024-11-22T23:20:00.898Z Compiling addr2line v0.24.2
18402024-11-22T23:20:01.192Z Compiling crossbeam-epoch v0.9.18
18412024-11-22T23:20:01.241Z Compiling hubpack_derive v0.1.1
18422024-11-22T23:20:01.373Z Compiling dropshot_endpoint v0.12.0
18432024-11-22T23:20:01.832Z Compiling sha1 v0.10.6
18442024-11-22T23:20:01.897Z Compiling signature v2.2.0
18452024-11-22T23:20:02.078Z Compiling curve25519-dalek-derive v0.1.1
18462024-11-22T23:20:02.125Z Compiling zerocopy-derive v0.6.6
18472024-11-22T23:20:02.935Z Compiling object v0.36.5
18482024-11-22T23:20:03.423Z Compiling thread_local v1.1.8
18492024-11-22T23:20:03.908Z Compiling fs-err v2.11.0
18502024-11-22T23:20:04.020Z Compiling encoding_rs v0.8.34
18512024-11-22T23:20:05.313Z Compiling unicode-properties v0.1.3
18522024-11-22T23:20:05.698Z Compiling rustc-demangle v0.1.24
18532024-11-22T23:20:07.632Z Compiling mime v0.3.17
18542024-11-22T23:20:07.986Z Compiling ipnet v2.10.1
18552024-11-22T23:20:08.749Z Compiling winnow v0.6.20
18562024-11-22T23:20:09.018Z Compiling openssl-probe v0.1.5
18572024-11-22T23:20:09.324Z Compiling utf8parse v0.2.2
18582024-11-22T23:20:12.465Z Compiling anstyle v1.0.10
18592024-11-22T23:20:13.443Z Compiling toml_edit v0.22.22
18602024-11-22T23:20:14.723Z Compiling backtrace v0.3.74
18612024-11-22T23:20:15.215Z Compiling anstyle-parse v0.2.5
18622024-11-22T23:20:16.285Z Compiling stringprep v0.1.5
18632024-11-22T23:20:19.447Z Compiling rustls-webpki v0.102.8
18642024-11-22T23:20:21.341Z Compiling crossbeam-deque v0.8.5
18652024-11-22T23:20:24.855Z Compiling darling_macro v0.20.10
18662024-11-22T23:20:25.706Z Compiling term v0.7.0
18672024-11-22T23:20:27.005Z Compiling slog-json v2.6.1
18682024-11-22T23:20:28.565Z Compiling serde_urlencoded v0.7.1
18692024-11-22T23:20:29.202Z Compiling crossbeam-channel v0.5.13
18702024-11-22T23:20:29.245Z Compiling rustls-pemfile v2.2.0
18712024-11-22T23:20:29.604Z Compiling hashbrown v0.14.5
18722024-11-22T23:20:30.401Z Compiling idna v0.4.0
18732024-11-22T23:20:30.440Z Compiling idna v0.3.0
18742024-11-22T23:20:30.936Z Compiling futures-executor v0.3.31
18752024-11-22T23:20:31.829Z Compiling num-integer v0.1.46
18762024-11-22T23:20:31.884Z Compiling md-5 v0.10.6
18772024-11-22T23:20:32.124Z Compiling ff v0.13.0
18782024-11-22T23:20:32.347Z Compiling hash32 v0.2.1
18792024-11-22T23:20:32.365Z Compiling memmap v0.7.0
18802024-11-22T23:20:32.522Z Compiling is-terminal v0.4.13
18812024-11-22T23:20:32.691Z Compiling take_mut v0.2.2
18822024-11-22T23:20:32.715Z Compiling base16ct v0.2.0
18832024-11-22T23:20:32.859Z Compiling anstyle-query v1.1.1
18842024-11-22T23:20:33.010Z Compiling fallible-iterator v0.2.0
18852024-11-22T23:20:33.734Z Compiling psl-types v2.0.11
18862024-11-22T23:20:33.944Z Compiling utf-8 v0.7.6
18872024-11-22T23:20:34.231Z Compiling colorchoice v1.0.2
18882024-11-22T23:20:34.401Z Compiling linked-hash-map v0.5.6
18892024-11-22T23:20:34.459Z Compiling is_terminal_polyfill v1.70.1
18902024-11-22T23:20:34.776Z Compiling quick-error v1.2.3
18912024-11-22T23:20:34.956Z Compiling resolv-conf v0.7.0
18922024-11-22T23:20:35.466Z Compiling lru-cache v0.1.2
18932024-11-22T23:20:35.615Z Compiling anstream v0.6.15
18942024-11-22T23:20:36.104Z Compiling tungstenite v0.24.0
18952024-11-22T23:20:36.289Z Compiling publicsuffix v2.2.3
18962024-11-22T23:20:36.548Z Compiling postgres-protocol v0.6.7
18972024-11-22T23:20:36.742Z Compiling sec1 v0.7.3
18982024-11-22T23:20:37.765Z Compiling slog-term v2.9.1
18992024-11-22T23:20:38.388Z Compiling usdt v0.5.0
19002024-11-22T23:20:38.859Z Compiling num-iter v0.1.45
19012024-11-22T23:20:38.884Z Compiling group v0.13.0
19022024-11-22T23:20:39.063Z Compiling hickory-proto v0.24.1
19032024-11-22T23:20:39.175Z Compiling futures v0.3.31
19042024-11-22T23:20:39.231Z Compiling regress v0.10.1
19052024-11-22T23:20:43.295Z Compiling tokio-rustls v0.26.0
19062024-11-22T23:20:43.484Z Compiling slog-bunyan v2.5.0
19072024-11-22T23:20:43.608Z Compiling darling v0.20.10
19082024-11-22T23:20:43.691Z Compiling tokio-rustls v0.25.0
19092024-11-22T23:20:43.746Z Compiling toml v0.8.19
19102024-11-22T23:20:43.819Z Compiling tokio-native-tls v0.3.1
19112024-11-22T23:20:43.838Z Compiling phf_shared v0.11.2
19122024-11-22T23:20:44.096Z Compiling strum_macros v0.25.3
19132024-11-22T23:20:44.290Z Compiling async-stream v0.3.6
19142024-11-22T23:20:44.356Z Compiling waitgroup v0.1.2
19152024-11-22T23:20:44.560Z Compiling webpki-roots v0.26.6
19162024-11-22T23:20:45.099Z Compiling idna v0.5.0
19172024-11-22T23:20:45.234Z Compiling terminal_size v0.4.0
19182024-11-22T23:20:45.453Z Compiling serde_path_to_error v0.1.16
19192024-11-22T23:20:46.115Z Compiling hkdf v0.12.4
19202024-11-22T23:20:46.493Z Compiling crypto-bigint v0.5.5
19212024-11-22T23:20:46.518Z Compiling derive-where v1.2.7
19222024-11-22T23:20:46.965Z Compiling serde_repr v0.1.19
19232024-11-22T23:20:47.704Z Compiling clap_derive v4.5.18
19242024-11-22T23:20:48.045Z Compiling hostname v0.4.0
19252024-11-22T23:20:48.171Z Compiling crc32fast v1.4.2
19262024-11-22T23:20:48.247Z Compiling bitflags v1.3.2
19272024-11-22T23:20:48.466Z Compiling managed v0.8.0
19282024-11-22T23:20:48.485Z Compiling unicode-width v0.1.14
19292024-11-22T23:20:48.744Z Compiling clap_lex v0.7.2
19302024-11-22T23:20:49.182Z Compiling debug-ignore v1.0.5
19312024-11-22T23:20:50.449Z Compiling elliptic-curve v0.13.8
19322024-11-22T23:20:52.186Z Compiling clap_builder v4.5.21
19332024-11-22T23:20:53.215Z Compiling console v0.15.8
19342024-11-22T23:20:53.543Z Compiling flate2 v1.0.34
19352024-11-22T23:20:53.623Z Compiling cookie_store v0.21.0
19362024-11-22T23:20:55.878Z Compiling hyper-rustls v0.27.3
19372024-11-22T23:20:56.451Z Compiling hickory-resolver v0.24.1
19382024-11-22T23:20:59.281Z Compiling phf v0.11.2
19392024-11-22T23:20:59.605Z Compiling hyper-tls v0.6.0
19402024-11-22T23:21:00.016Z Compiling signal-hook-mio v0.2.4
19412024-11-22T23:21:00.176Z Compiling bzip2 v0.4.4
19422024-11-22T23:21:00.194Z Compiling typify-impl v0.2.0
19432024-11-22T23:21:00.217Z Compiling rayon v1.10.0
19442024-11-22T23:21:00.550Z Compiling postgres-types v0.2.8
19452024-11-22T23:21:01.212Z Compiling tokio-tungstenite v0.24.0
19462024-11-22T23:21:01.885Z Compiling zerocopy v0.6.6
19472024-11-22T23:21:01.904Z Compiling hubpack v0.1.2
19482024-11-22T23:21:01.921Z Compiling ed25519 v2.2.3
19492024-11-22T23:21:02.013Z Compiling phf_shared v0.10.0
19502024-11-22T23:21:02.355Z Compiling pkcs1 v0.7.5
19512024-11-22T23:21:02.408Z Compiling tokio-stream v0.1.16
19522024-11-22T23:21:03.400Z Compiling serde-big-array v0.5.1
19532024-11-22T23:21:03.441Z Compiling rfc6979 v0.4.0
19542024-11-22T23:21:03.632Z Compiling float-cmp v0.9.0
19552024-11-22T23:21:03.633Z Compiling sync_wrapper v1.0.1
19562024-11-22T23:21:03.836Z Compiling bstr v1.10.0
19572024-11-22T23:21:05.121Z Compiling precomputed-hash v0.1.1
19582024-11-22T23:21:05.448Z Compiling unicode-segmentation v1.12.0
19592024-11-22T23:21:05.483Z Compiling bit-vec v0.6.3
19602024-11-22T23:21:05.827Z Compiling number_prefix v0.4.0
19612024-11-22T23:21:05.928Z Compiling static_assertions v1.1.0
19622024-11-22T23:21:06.038Z Compiling whoami v1.5.2
19632024-11-22T23:21:06.069Z Compiling difflib v0.4.0
19642024-11-22T23:21:06.291Z Compiling fixedbitset v0.4.2
19652024-11-22T23:21:06.621Z Compiling normalize-line-endings v0.3.0
19662024-11-22T23:21:06.716Z Compiling new_debug_unreachable v1.0.6
19672024-11-22T23:21:06.803Z Compiling unicode-width v0.2.0
19682024-11-22T23:21:06.824Z Compiling predicates-core v1.0.8
19692024-11-22T23:21:07.131Z Compiling predicates v3.1.2
19702024-11-22T23:21:07.316Z Compiling indicatif v0.17.9
19712024-11-22T23:21:07.335Z Compiling string_cache v0.8.7
19722024-11-22T23:21:07.758Z Compiling petgraph v0.6.5
19732024-11-22T23:21:08.651Z Compiling tokio-postgres v0.7.12
19742024-11-22T23:21:09.227Z Compiling similar v2.6.0
19752024-11-22T23:21:09.255Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19762024-11-22T23:21:11.264Z Compiling bit-set v0.5.3
19772024-11-22T23:21:12.093Z Compiling reqwest v0.12.9
19782024-11-22T23:21:12.136Z Compiling typify-macro v0.2.0
19792024-11-22T23:21:13.042Z Compiling ecdsa v0.16.9
19802024-11-22T23:21:13.763Z Compiling qorb v0.2.0
19812024-11-22T23:21:13.998Z Compiling rsa v0.9.6
19822024-11-22T23:21:14.281Z Compiling ed25519-dalek v2.1.1
19832024-11-22T23:21:15.581Z Compiling zip v0.6.6
19842024-11-22T23:21:15.859Z Compiling crossterm v0.28.1
19852024-11-22T23:21:15.965Z Compiling clap v4.5.21
19862024-11-22T23:21:17.014Z Compiling toml v0.7.8
19872024-11-22T23:21:18.459Z Compiling x509-cert v0.2.5
19882024-11-22T23:21:18.950Z Compiling hex v0.4.3
19892024-11-22T23:21:19.583Z Compiling itertools v0.10.5
19902024-11-22T23:21:20.027Z Compiling peg-runtime v0.8.3
19912024-11-22T23:21:20.620Z Compiling lalrpop-util v0.19.12
19922024-11-22T23:21:20.963Z Compiling unicode-xid v0.2.6
19932024-11-22T23:21:21.032Z Compiling zerocopy v0.8.10
19942024-11-22T23:21:22.879Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19952024-11-22T23:21:26.579Z Compiling proc-macro-crate v1.3.1
19962024-11-22T23:21:26.890Z Compiling ipnetwork v0.20.0
19972024-11-22T23:21:27.405Z Compiling macaddr v1.0.1
19982024-11-22T23:21:27.996Z Compiling zerocopy-derive v0.8.10
19992024-11-22T23:21:28.052Z Compiling itertools v0.13.0
20002024-11-22T23:21:30.673Z Compiling heapless v0.8.0
20012024-11-22T23:21:31.399Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20022024-11-22T23:21:36.134Z Compiling num_enum_derive v0.5.11
20032024-11-22T23:21:44.281Z Compiling hash32 v0.3.1
20042024-11-22T23:21:45.063Z Compiling smoltcp v0.11.0
20052024-11-22T23:21:45.808Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20062024-11-22T23:21:50.778Z Compiling num_enum v0.5.11
20072024-11-22T23:21:50.981Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20082024-11-22T23:21:51.655Z Compiling typify v0.2.0
20092024-11-22T23:21:52.379Z Compiling proc-macro-error-attr v1.0.4
20102024-11-22T23:21:52.683Z Compiling cobs v0.2.3
20112024-11-22T23:21:52.859Z Compiling unsafe-libyaml v0.2.11
20122024-11-22T23:21:53.863Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20132024-11-22T23:21:54.188Z Compiling serde_yaml v0.9.34+deprecated
20142024-11-22T23:21:54.720Z Compiling postcard v1.0.10
20152024-11-22T23:22:13.051Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20162024-11-22T23:22:13.853Z Compiling progenitor-impl v0.8.0
20172024-11-22T23:22:23.581Z Compiling strum_macros v0.26.4
20182024-11-22T23:22:24.123Z Compiling structmeta-derive v0.3.0
20192024-11-22T23:22:24.155Z Compiling foreign-types-macros v0.2.3
20202024-11-22T23:22:24.565Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20212024-11-22T23:22:24.662Z Compiling proc-macro-error v1.0.4
20222024-11-22T23:22:25.015Z Compiling foreign-types-shared v0.3.1
20232024-11-22T23:22:25.103Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20242024-11-22T23:22:25.812Z Compiling newtype-uuid v1.1.3
20252024-11-22T23:22:26.655Z Compiling structmeta v0.3.0
20262024-11-22T23:22:28.084Z Compiling strum v0.26.3
20272024-11-22T23:22:31.504Z Compiling foreign-types v0.5.0
20282024-11-22T23:22:31.641Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20292024-11-22T23:22:35.047Z Compiling progenitor-macro v0.8.0
20302024-11-22T23:22:39.200Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20312024-11-22T23:22:40.240Z Compiling progenitor-client v0.8.0
20322024-11-22T23:22:42.577Z Compiling tabwriter v1.4.0
20332024-11-22T23:22:43.334Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20342024-11-22T23:22:44.112Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20352024-11-22T23:22:44.947Z Compiling cstr-argument v0.1.2
20362024-11-22T23:22:45.063Z Compiling dropshot v0.13.0
20372024-11-22T23:22:45.165Z Compiling crucible-workspace-hack v0.1.0
20382024-11-22T23:22:45.373Z Compiling fastrand v2.1.1
20392024-11-22T23:22:45.455Z Compiling pretty-hex v0.2.1
20402024-11-22T23:22:45.681Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20412024-11-22T23:22:46.084Z Compiling tempfile v3.13.0
20422024-11-22T23:22:46.455Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20432024-11-22T23:22:46.606Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20442024-11-22T23:22:47.100Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20452024-11-22T23:22:47.643Z Compiling progenitor v0.8.0
20462024-11-22T23:22:47.708Z Compiling parse-display-derive v0.10.0
20472024-11-22T23:22:47.830Z Compiling colored v2.1.0
20482024-11-22T23:22:47.924Z Compiling serde_with_macros v3.11.0
20492024-11-22T23:22:48.005Z Compiling dropshot_endpoint v0.13.0
20502024-11-22T23:22:49.068Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20512024-11-22T23:22:49.817Z Compiling instant v0.1.13
20522024-11-22T23:22:50.022Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20532024-11-22T23:22:50.433Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20542024-11-22T23:22:50.496Z Compiling serde_with v3.11.0
20552024-11-22T23:22:50.936Z Compiling backoff v0.4.0
20562024-11-22T23:22:51.320Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20572024-11-22T23:22:51.517Z Compiling parse-display v0.10.0
20582024-11-22T23:22:53.416Z Compiling zone_cfg_derive v0.3.0
20592024-11-22T23:22:53.449Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20602024-11-22T23:22:53.874Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20612024-11-22T23:22:54.444Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20622024-11-22T23:22:54.799Z Compiling camino-tempfile v1.1.1
20632024-11-22T23:22:54.901Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
20642024-11-22T23:22:55.193Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20652024-11-22T23:22:55.392Z Compiling regress v0.9.1
20662024-11-22T23:22:55.411Z Compiling num-derive v0.4.2
20672024-11-22T23:22:55.580Z Compiling sigpipe v0.1.3
20682024-11-22T23:22:55.716Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20692024-11-22T23:22:55.999Z Compiling libefi-sys v0.1.0
20702024-11-22T23:22:56.357Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20712024-11-22T23:22:57.559Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20722024-11-22T23:22:59.125Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
20732024-11-22T23:22:59.589Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20742024-11-22T23:22:59.667Z Compiling zone v0.3.0
20752024-11-22T23:23:01.192Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20762024-11-22T23:23:02.959Z Compiling smf v0.2.3
20772024-11-22T23:23:03.860Z Compiling bitfield-struct v0.6.2
20782024-11-22T23:23:05.159Z Compiling ring v0.16.20
20792024-11-22T23:23:05.264Z Compiling blake3 v1.5.4
20802024-11-22T23:23:05.448Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20812024-11-22T23:23:05.629Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20822024-11-22T23:23:06.347Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20832024-11-22T23:23:06.429Z Compiling xattr v1.3.1
20842024-11-22T23:23:06.552Z Compiling memmap2 v0.9.5
20852024-11-22T23:23:06.743Z Compiling filetime v0.2.25
20862024-11-22T23:23:07.081Z Compiling spin v0.5.2
20872024-11-22T23:23:07.117Z Compiling same-file v1.0.6
20882024-11-22T23:23:07.352Z Compiling arrayref v0.3.9
20892024-11-22T23:23:07.411Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20902024-11-22T23:23:07.468Z Compiling constant_time_eq v0.3.1
20912024-11-22T23:23:07.486Z Compiling arrayvec v0.7.6
20922024-11-22T23:23:07.537Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20932024-11-22T23:23:07.654Z Compiling walkdir v2.5.0
20942024-11-22T23:23:09.093Z Compiling tar v0.4.42
20952024-11-22T23:23:10.429Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20962024-11-22T23:23:10.632Z Compiling gethostname v0.5.0
20972024-11-22T23:23:10.834Z Compiling cargo-platform v0.1.8
20982024-11-22T23:23:10.852Z Compiling topological-sort v0.2.2
20992024-11-22T23:23:11.678Z Compiling cargo_metadata v0.18.1
21002024-11-22T23:23:15.447Z Compiling omicron-zone-package v0.11.1
21012024-11-22T23:23:17.215Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21022024-11-22T23:23:18.072Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21032024-11-22T23:23:25.574Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21042024-11-22T23:23:40.856Z Finished `release` profile [optimized] target(s) in 5m 23s
21052024-11-22T23:23:41.023Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21062024-11-22T23:23:41.070ZLogging to: /work/oxidecomputer/omicron/out/LOG
21072024-11-22T23:23:41.072ZCreated new build target 'test' and set it as active
21082024-11-22T23:23:41.072Z
21092024-11-22T23:23:41.072Zreal 5:23.422752337
21102024-11-22T23:23:41.072Zuser 36:26.955052377
21112024-11-22T23:23:41.073Zsys 4:50.881267710
21122024-11-22T23:23:41.073Ztrap 1.053577231
21132024-11-22T23:23:41.073Ztflt 2.662574599
21142024-11-22T23:23:41.073Zdflt 0.972770061
21152024-11-22T23:23:41.073Zkflt 0.000133874
21162024-11-22T23:23:41.074Zlock 1:16:41.825467862
21172024-11-22T23:23:41.074Zslp 2:32:26.940488748
21182024-11-22T23:23:41.074Zlat 2:32.227550554
21192024-11-22T23:23:41.074Zstop 4:31.988253507
21202024-11-22T23:23:41.074Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21212024-11-22T23:23:42.034Z Finished `release` profile [optimized] target(s) in 0.91s
21222024-11-22T23:23:42.092Z Running `target/release/omicron-package -t test package`
21232024-11-22T23:23:42.137ZLogging to: /work/oxidecomputer/omicron/out/LOG
21242024-11-22T23:23:43.295Z Compiling convert_case v0.4.0
21252024-11-22T23:23:43.298Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21262024-11-22T23:23:43.298Z Compiling itertools v0.13.0
21272024-11-22T23:23:43.298Z Compiling newline-converter v0.3.0
21282024-11-22T23:23:43.298Z Compiling password-hash v0.5.0
21292024-11-22T23:23:43.431Z Compiling progenitor-client v0.8.0
21302024-11-22T23:23:43.434Z Compiling blake2 v0.10.6
21312024-11-22T23:23:43.434Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21322024-11-22T23:23:43.650Z Compiling expectorate v1.1.0
21332024-11-22T23:23:43.687Z Compiling owo-colors v4.1.0
21342024-11-22T23:23:43.847Z Compiling cancel-safe-futures v0.1.5
21352024-11-22T23:23:43.977Z Compiling progenitor v0.8.0
21362024-11-22T23:23:43.997Z Compiling argon2 v0.5.3
21372024-11-22T23:23:44.136Z Compiling derive_more v0.99.18
21382024-11-22T23:23:44.225Z Compiling num-rational v0.4.2
21392024-11-22T23:23:44.249Z Compiling num-complex v0.4.6
21402024-11-22T23:23:44.785Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21412024-11-22T23:23:45.367Z Compiling num v0.4.3
21422024-11-22T23:23:45.520Z Compiling atomicwrites v0.4.4
21432024-11-22T23:23:45.639Z Compiling libsw v3.3.1
21442024-11-22T23:23:45.985Z Compiling float-ord v0.3.2
21452024-11-22T23:23:46.045Z Compiling swrite v0.1.0
21462024-11-22T23:23:46.149Z Compiling linear-map v1.2.0
21472024-11-22T23:23:46.174Z Compiling indent_write v2.2.0
21482024-11-22T23:23:46.177Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21492024-11-22T23:23:46.397Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21502024-11-22T23:23:46.416Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21512024-11-22T23:23:46.563Z Compiling base64 v0.21.7
21522024-11-22T23:23:46.657Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21532024-11-22T23:23:47.143Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21542024-11-22T23:23:47.422Z Compiling highway v1.2.0
21552024-11-22T23:23:47.665Z Compiling semver v0.1.20
21562024-11-22T23:23:48.224Z Compiling rustc_version v0.1.7
21572024-11-22T23:23:48.644Z Compiling newtype_derive v0.1.6
21582024-11-22T23:23:48.812Z Compiling newtype-uuid v1.1.3
21592024-11-22T23:23:49.024Z Compiling dropshot v0.13.0
21602024-11-22T23:23:49.099Z Compiling ipnetwork v0.20.0
21612024-11-22T23:23:49.168Z Compiling instant v0.1.13
21622024-11-22T23:23:49.334Z Compiling humantime v2.1.0
21632024-11-22T23:23:49.912Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21642024-11-22T23:23:50.191Z Compiling backoff v0.4.0
21652024-11-22T23:23:50.541Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21662024-11-22T23:23:50.543Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21672024-11-22T23:23:54.113Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21682024-11-22T23:23:54.606Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21692024-11-22T23:23:54.963Z Compiling parse-display v0.10.0
21702024-11-22T23:23:55.537Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21712024-11-22T23:23:55.731Z Compiling strum v0.26.3
21722024-11-22T23:23:55.752Z Compiling serde_with v3.11.0
21732024-11-22T23:23:55.923Z Compiling regress v0.9.1
21742024-11-22T23:23:58.791Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21752024-11-22T23:24:00.181Z Compiling macaddr v1.0.1
21762024-11-22T23:24:00.562Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21772024-11-22T23:24:00.613Z Compiling steno v0.4.1
21782024-11-22T23:24:01.052Z Compiling prettyplease v0.2.25
21792024-11-22T23:24:01.084Z Compiling slog-dtrace v0.3.0
21802024-11-22T23:24:01.475Z Compiling tungstenite v0.21.0
21812024-11-22T23:24:02.435Z Compiling display-error-chain v0.2.2
21822024-11-22T23:24:02.671Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21832024-11-22T23:24:04.205Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21842024-11-22T23:24:05.564Z Compiling tokio-tungstenite v0.21.0
21852024-11-22T23:24:06.631Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21862024-11-22T23:24:07.685Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21872024-11-22T23:24:07.818Z Compiling arc-swap v1.7.1
21882024-11-22T23:24:08.500Z Compiling slog-scope v4.4.0
21892024-11-22T23:24:09.329Z Compiling half v2.4.1
21902024-11-22T23:24:10.043Z Compiling ciborium-io v0.2.2
21912024-11-22T23:24:10.197Z Compiling ciborium-ll v0.2.2
21922024-11-22T23:24:10.723Z Compiling slog-stdlog v4.1.1
21932024-11-22T23:24:10.907Z Compiling slog-envlogger v2.2.0
21942024-11-22T23:24:11.534Z Compiling ciborium v0.2.2
21952024-11-22T23:24:13.659Z Compiling nibble_vec v0.1.0
21962024-11-22T23:24:13.905Z Compiling endian-type v0.1.2
21972024-11-22T23:24:14.162Z Compiling radix_trie v0.2.1
21982024-11-22T23:24:15.122Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21992024-11-22T23:24:17.552Z Compiling fastrand v2.1.1
22002024-11-22T23:24:19.123Z Compiling same-file v1.0.6
22012024-11-22T23:24:19.373Z Compiling walkdir v2.5.0
22022024-11-22T23:24:20.079Z Compiling tempfile v3.13.0
22032024-11-22T23:24:20.968Z Compiling ring v0.16.20
22042024-11-22T23:24:20.971Z Compiling blake3 v1.5.4
22052024-11-22T23:24:21.122Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22062024-11-22T23:24:21.558Z Compiling xattr v1.3.1
22072024-11-22T23:24:21.673Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22082024-11-22T23:24:21.838Z Compiling memmap2 v0.9.5
22092024-11-22T23:24:22.109Z Compiling filetime v0.2.25
22102024-11-22T23:24:22.280Z Compiling arrayref v0.3.9
22112024-11-22T23:24:22.395Z Compiling arrayvec v0.7.6
22122024-11-22T23:24:22.398Z Compiling constant_time_eq v0.3.1
22132024-11-22T23:24:22.570Z Compiling keccak v0.1.5
22142024-11-22T23:24:22.820Z Compiling spin v0.5.2
22152024-11-22T23:24:23.076Z Compiling sha3 v0.10.8
22162024-11-22T23:24:23.896Z Compiling tar v0.4.42
22172024-11-22T23:24:24.018Z Compiling camino-tempfile v1.1.1
22182024-11-22T23:24:24.477Z Compiling toolchain_find v0.4.0
22192024-11-22T23:24:24.683Z Compiling const_format_proc_macros v0.2.33
22202024-11-22T23:24:25.067Z Compiling topological-sort v0.2.2
22212024-11-22T23:24:25.307Z Compiling radium v0.7.0
22222024-11-22T23:24:25.394Z Compiling crunchy v0.2.2
22232024-11-22T23:24:25.716Z Compiling maplit v1.0.2
22242024-11-22T23:24:25.890Z Compiling omicron-zone-package v0.11.1
22252024-11-22T23:24:25.911Z Compiling rustfmt-wrapper v0.2.1
22262024-11-22T23:24:25.914Z Compiling pem v3.0.4
22272024-11-22T23:24:26.471Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22282024-11-22T23:24:26.491Z Compiling tap v1.0.1
22292024-11-22T23:24:26.546Z Compiling const_format v0.2.33
22302024-11-22T23:24:26.567Z Compiling maybe-uninit v2.0.0
22312024-11-22T23:24:26.690Z Compiling tiny-keccak v2.0.2
22322024-11-22T23:24:26.952Z Compiling wyz v0.5.1
22332024-11-22T23:24:27.126Z Compiling dsl_auto_type v0.1.2
22342024-11-22T23:24:27.295Z Compiling phf_generator v0.11.2
22352024-11-22T23:24:27.434Z Compiling scheduled-thread-pool v0.2.7
22362024-11-22T23:24:27.480Z Compiling secrecy v0.8.0
22372024-11-22T23:24:27.625Z Compiling async-recursion v1.1.1
22382024-11-22T23:24:27.762Z Compiling diesel_table_macro_syntax v0.2.0
22392024-11-22T23:24:27.782Z Compiling crc-catalog v2.4.0
22402024-11-22T23:24:27.953Z Compiling funty v2.0.0
22412024-11-22T23:24:28.169Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22422024-11-22T23:24:28.483Z Compiling packed_struct v0.10.1
22432024-11-22T23:24:28.522Z Compiling diesel_derives v2.2.3
22442024-11-22T23:24:28.638Z Compiling crc v3.2.1
22452024-11-22T23:24:28.941Z Compiling r2d2 v0.8.10
22462024-11-22T23:24:29.082Z Compiling bitvec v1.0.1
22472024-11-22T23:24:30.424Z Compiling phf_codegen v0.11.2
22482024-11-22T23:24:30.426Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22492024-11-22T23:24:30.426Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
22502024-11-22T23:24:30.638Z Compiling ascii-canvas v3.0.0
22512024-11-22T23:24:30.974Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22522024-11-22T23:24:31.115Z Compiling universal-hash v0.5.1
22532024-11-22T23:24:31.346Z Compiling packed_struct_codegen v0.10.1
22542024-11-22T23:24:33.783Z Compiling thiserror-impl-no-std v2.0.2
22552024-11-22T23:24:33.849Z Compiling parse-zoneinfo v0.3.1
22562024-11-22T23:24:35.459Z Compiling lzma-sys v0.1.20
22572024-11-22T23:24:36.151Z Compiling ena v0.14.3
22582024-11-22T23:24:36.431Z Compiling indexmap v1.9.3
22592024-11-22T23:24:36.577Z Compiling nodrop v0.1.14
22602024-11-22T23:24:36.726Z Compiling regex-syntax v0.6.29
22612024-11-22T23:24:36.749Z Compiling opaque-debug v0.3.1
22622024-11-22T23:24:36.863Z Compiling diff v0.1.13
22632024-11-22T23:24:37.371Z Compiling cfg_aliases v0.1.1
22642024-11-22T23:24:37.490Z Compiling nix v0.28.0
22652024-11-22T23:24:38.193Z Compiling poly1305 v0.8.0
22662024-11-22T23:24:39.758Z Compiling array-init v0.0.4
22672024-11-22T23:24:39.840Z Compiling diesel v2.2.4
22682024-11-22T23:24:41.033Z Compiling lalrpop v0.19.12
22692024-11-22T23:24:41.952Z Compiling thiserror-no-std v2.0.2
22702024-11-22T23:24:42.143Z Compiling chrono-tz-build v0.4.0
22712024-11-22T23:24:47.246Z Compiling smallvec v0.6.14
22722024-11-22T23:24:47.773Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22732024-11-22T23:24:47.876Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22742024-11-22T23:24:48.177Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22752024-11-22T23:24:48.408Z Compiling chacha20 v0.9.1
22762024-11-22T23:24:48.857Z Compiling heck v0.3.3
22772024-11-22T23:24:48.876Z Compiling aead v0.5.2
22782024-11-22T23:24:49.250Z Compiling vte_generate_state_changes v0.1.2
22792024-11-22T23:24:49.282Z Compiling ref-cast v1.0.23
22802024-11-22T23:24:49.779Z Compiling hashbrown v0.12.3
22812024-11-22T23:24:49.870Z Compiling termcolor v1.4.1
22822024-11-22T23:24:50.972Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22832024-11-22T23:24:51.198Z Compiling bitfield v0.14.0
22842024-11-22T23:24:51.527Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22852024-11-22T23:24:52.385Z Compiling env_logger v0.10.2
22862024-11-22T23:24:55.495Z Compiling vte v0.11.1
22872024-11-22T23:24:57.037Z Compiling zone_cfg_derive v0.1.2
22882024-11-22T23:24:58.432Z Compiling chacha20poly1305 v0.10.1
22892024-11-22T23:24:58.716Z Compiling serde-hex v0.1.0
22902024-11-22T23:25:03.639Z Compiling chrono-tz v0.10.0
22912024-11-22T23:25:03.974Z Compiling vsss-rs v3.3.4
22922024-11-22T23:25:04.308Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22932024-11-22T23:25:04.651Z Compiling ron v0.8.1
22942024-11-22T23:25:07.032Z Compiling polar-core v0.27.3
22952024-11-22T23:25:08.256Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22962024-11-22T23:25:08.351Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22972024-11-22T23:25:08.555Z Compiling derive_builder_core v0.20.2
22982024-11-22T23:25:08.927Z Compiling hashbrown v0.13.2
22992024-11-22T23:25:10.344Z Compiling fd-lock v4.0.2
23002024-11-22T23:25:10.434Z Compiling headers-core v0.3.0
23012024-11-22T23:25:10.587Z Compiling fxhash v0.2.1
23022024-11-22T23:25:10.623Z Compiling libxml v0.3.3
23032024-11-22T23:25:10.745Z Compiling ref-cast-impl v1.0.23
23042024-11-22T23:25:10.817Z Compiling bytecount v0.6.8
23052024-11-22T23:25:10.967Z Compiling base64 v0.13.1
23062024-11-22T23:25:11.114Z Compiling crc-any v2.5.0
23072024-11-22T23:25:11.701Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23082024-11-22T23:25:12.043Z Compiling ron v0.7.1
23092024-11-22T23:25:12.119Z Compiling papergrid v0.11.0
23102024-11-22T23:25:17.105Z Compiling derive_builder_macro v0.20.2
23112024-11-22T23:25:17.296Z Compiling headers v0.4.0
23122024-11-22T23:25:17.919Z Compiling object v0.30.4
23132024-11-22T23:25:20.971Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23142024-11-22T23:25:25.159Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23152024-11-22T23:25:26.764Z Compiling xz2 v0.1.7
23162024-11-22T23:25:27.389Z Compiling zone v0.1.8
23172024-11-22T23:25:27.522Z Compiling strip-ansi-escapes v0.2.0
23182024-11-22T23:25:30.648Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23192024-11-22T23:25:30.674Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23202024-11-22T23:25:31.515Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23212024-11-22T23:25:31.806Z Compiling tabled_derive v0.7.0
23222024-11-22T23:25:32.068Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23232024-11-22T23:25:33.166Z Compiling yasna v0.5.2
23242024-11-22T23:25:33.525Z Compiling peg-macros v0.8.4
23252024-11-22T23:25:33.882Z Compiling strum_macros v0.24.3
23262024-11-22T23:25:33.962Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23272024-11-22T23:25:34.983Z Compiling kstat-rs v0.2.4
23282024-11-22T23:25:35.959Z Compiling samael v0.0.17
23292024-11-22T23:25:36.522Z Compiling sqlparser_derive v0.2.2
23302024-11-22T23:25:36.830Z Compiling unicase v2.7.0
23312024-11-22T23:25:36.890Z Compiling home v0.5.9
23322024-11-22T23:25:37.121Z Compiling nu-ansi-term v0.50.1
23332024-11-22T23:25:37.164Z Compiling path-slash v0.1.5
23342024-11-22T23:25:37.213Z Compiling unicode_categories v0.1.1
23352024-11-22T23:25:37.398Z Compiling indoc v1.0.9
23362024-11-22T23:25:37.496Z Compiling sqlparser v0.45.0
23372024-11-22T23:25:37.585Z Compiling reedline v0.35.0
23382024-11-22T23:25:37.760Z Compiling sqlformat v0.2.6
23392024-11-22T23:25:38.334Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23402024-11-22T23:25:40.461Z Compiling rustyline v14.0.0
23412024-11-22T23:25:41.385Z Compiling peg v0.8.4
23422024-11-22T23:25:41.515Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23432024-11-22T23:25:48.760Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23442024-11-22T23:25:48.938Z Compiling rcgen v0.12.1
23452024-11-22T23:25:53.094Z Compiling tabled v0.15.0
23462024-11-22T23:25:59.069Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23472024-11-22T23:26:02.115Z Compiling derive_builder v0.20.2
23482024-11-22T23:26:07.359Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23492024-11-22T23:26:08.497Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23502024-11-22T23:26:12.955Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23512024-11-22T23:26:13.266Z Compiling bcs v0.1.6
23522024-11-22T23:26:13.392Z Compiling impl-trait-for-tuples v0.2.2
23532024-11-22T23:26:14.143Z Compiling oso-derive v0.27.3
23542024-11-22T23:26:15.118Z Compiling libz-sys v1.1.20
23552024-11-22T23:26:15.777Z Compiling quick-xml v0.33.0
23562024-11-22T23:26:19.323Z Compiling subprocess v0.2.9
23572024-11-22T23:26:20.353Z Compiling diesel-dtrace v0.3.0
23582024-11-22T23:26:20.672Z Compiling parking_lot_core v0.8.6
23592024-11-22T23:26:21.106Z Compiling termtree v0.5.1
23602024-11-22T23:26:24.104Z Compiling oso v0.27.3
23612024-11-22T23:26:41.163Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23622024-11-22T23:26:49.003Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23632024-11-22T23:26:50.616Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23642024-11-22T23:26:55.574Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23652024-11-22T23:26:56.028Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23662024-11-22T23:26:56.341Z Compiling bb8 v0.8.5
23672024-11-22T23:26:56.976Z Compiling buf-list v1.0.3
23682024-11-22T23:26:57.632Z Compiling async-bb8-diesel v0.2.1
23692024-11-22T23:26:59.072Z Compiling libgit2-sys v0.17.0+1.8.1
23702024-11-22T23:26:59.620Z Compiling pin-project-internal v1.1.6
23712024-11-22T23:26:59.857Z Compiling atty v0.2.14
23722024-11-22T23:27:00.048Z Compiling salty v0.3.0
23732024-11-22T23:27:00.523Z Compiling parking_lot v0.11.2
23742024-11-22T23:27:02.388Z Compiling pin-project v1.1.6
23752024-11-22T23:27:03.016Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23762024-11-22T23:27:03.312Z Compiling snafu-derive v0.8.5
23772024-11-22T23:27:03.417Z Compiling lockfree-object-pool v0.1.6
23782024-11-22T23:27:03.729Z Compiling bumpalo v3.16.0
23792024-11-22T23:27:04.250Z Compiling simd-adler32 v0.3.7
23802024-11-22T23:27:05.454Z Compiling zip v2.1.3
23812024-11-22T23:27:05.808Z Compiling zopfli v0.8.1
23822024-11-22T23:27:07.720Z Compiling mime_guess v2.0.5
23832024-11-22T23:27:07.951Z Compiling snafu v0.8.5
23842024-11-22T23:27:07.953Z Compiling sled v0.34.7
23852024-11-22T23:27:09.441Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23862024-11-22T23:27:09.949Z Compiling hickory-client v0.24.1
23872024-11-22T23:27:10.754Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23882024-11-22T23:27:11.669Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23892024-11-22T23:27:11.932Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23902024-11-22T23:27:14.995Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23912024-11-22T23:27:16.486Z Compiling globset v0.4.15
23922024-11-22T23:27:16.649Z Compiling hickory-server v0.24.1
23932024-11-22T23:27:20.153Z Compiling primeorder v0.13.6
23942024-11-22T23:27:20.755Z Compiling olpc-cjson v0.1.4
23952024-11-22T23:27:21.083Z Compiling vergen v8.3.2
23962024-11-22T23:27:21.397Z Compiling env_filter v0.1.2
23972024-11-22T23:27:24.585Z Compiling cargo-platform v0.1.8
23982024-11-22T23:27:25.095Z Compiling serde_plain v1.0.2
23992024-11-22T23:27:25.645Z Compiling nanorand v0.7.0
24002024-11-22T23:27:26.352Z Compiling memoffset v0.9.1
24012024-11-22T23:27:26.690Z Compiling typed-path v0.9.3
24022024-11-22T23:27:31.710Z Compiling tough v0.19.0
24032024-11-22T23:27:33.827Z Compiling flume v0.11.1
24042024-11-22T23:27:34.600Z Compiling cargo_metadata v0.18.1
24052024-11-22T23:27:37.801Z Compiling env_logger v0.11.5
24062024-11-22T23:27:39.213Z Compiling p384 v0.13.0
24072024-11-22T23:27:41.721Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24082024-11-22T23:27:44.950Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24092024-11-22T23:27:50.354Z Compiling git2 v0.19.0
24102024-11-22T23:27:51.205Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24112024-11-22T23:27:55.418Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24122024-11-22T23:27:59.610Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24132024-11-22T23:28:00.524Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24142024-11-22T23:28:01.354Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24152024-11-22T23:28:02.604Z Compiling rand_seeder v0.3.0
24162024-11-22T23:28:03.023Z Compiling libsqlite3-sys v0.30.1
24172024-11-22T23:28:03.545Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24182024-11-22T23:28:03.864Z Compiling rustls v0.21.12
24192024-11-22T23:28:04.061Z Compiling cfg_aliases v0.2.1
24202024-11-22T23:28:04.166Z Compiling parse-size v1.1.0
24212024-11-22T23:28:04.186Z Compiling nix v0.29.0
24222024-11-22T23:28:04.517Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24232024-11-22T23:28:05.098Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24242024-11-22T23:28:05.342Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24252024-11-22T23:28:06.080Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24262024-11-22T23:28:06.891Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24272024-11-22T23:28:07.410Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24282024-11-22T23:28:07.463Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
24292024-11-22T23:28:07.671Z Compiling sct v0.7.1
24302024-11-22T23:28:07.714Z Compiling rustls-webpki v0.101.7
24312024-11-22T23:28:08.146Z Compiling castaway v0.2.3
24322024-11-22T23:28:08.350Z Compiling csv-core v0.1.11
24332024-11-22T23:28:09.016Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24342024-11-22T23:28:09.208Z Compiling glob v0.3.1
24352024-11-22T23:28:09.326Z Compiling http-range v0.1.5
24362024-11-22T23:28:09.907Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24372024-11-22T23:28:11.134Z Compiling hyper-staticfile v0.10.1
24382024-11-22T23:28:11.335Z Compiling csv v1.3.0
24392024-11-22T23:28:11.761Z Compiling compact_str v0.8.0
24402024-11-22T23:28:13.433Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24412024-11-22T23:28:14.177Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24422024-11-22T23:28:14.380Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24432024-11-22T23:28:15.439Z Compiling nix v0.27.1
24442024-11-22T23:28:18.437Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24452024-11-22T23:28:21.591Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24462024-11-22T23:28:22.895Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24472024-11-22T23:28:28.013Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24482024-11-22T23:28:28.854Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24492024-11-22T23:28:29.195Z Compiling unicode-truncate v1.1.0
24502024-11-22T23:28:29.500Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24512024-11-22T23:28:29.803Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24522024-11-22T23:28:30.130Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24532024-11-22T23:28:35.344Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24542024-11-22T23:28:35.496Z Compiling hashlink v0.9.1
24552024-11-22T23:28:36.343Z Compiling tungstenite v0.23.0
24562024-11-22T23:28:36.976Z Compiling lru v0.12.5
24572024-11-22T23:28:37.328Z Compiling instability v0.3.2
24582024-11-22T23:28:37.358Z Compiling fallible-streaming-iterator v0.1.9
24592024-11-22T23:28:37.383Z Compiling cassowary v0.3.0
24602024-11-22T23:28:37.643Z Compiling fallible-iterator v0.3.0
24612024-11-22T23:28:38.184Z Compiling tokio-tungstenite v0.23.1
24622024-11-22T23:28:38.340Z Compiling ratatui v0.28.1
24632024-11-22T23:28:38.476Z Compiling rusqlite v0.32.1
24642024-11-22T23:28:38.881Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24652024-11-22T23:28:42.007Z Compiling tokio-rustls v0.24.1
24662024-11-22T23:28:43.678Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24672024-11-22T23:28:47.853Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24682024-11-22T23:28:48.113Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24692024-11-22T23:28:49.621Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24702024-11-22T23:28:57.317Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24712024-11-22T23:28:58.305Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24722024-11-22T23:28:59.973Z Compiling rustls-pemfile v1.0.4
24732024-11-22T23:29:00.383Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24742024-11-22T23:29:00.698Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24752024-11-22T23:29:00.803Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24762024-11-22T23:29:00.991Z Compiling signal-hook-tokio v0.3.1
24772024-11-22T23:29:01.222Z Compiling twox-hash v1.6.3
24782024-11-22T23:29:02.236Z Compiling smawk v0.3.2
24792024-11-22T23:29:02.516Z Compiling is_ci v1.2.0
24802024-11-22T23:29:02.831Z Compiling unicode-linebreak v0.1.5
24812024-11-22T23:29:03.076Z Compiling supports-color v3.0.1
24822024-11-22T23:29:03.374Z Compiling textwrap v0.16.1
24832024-11-22T23:29:05.748Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24842024-11-22T23:29:06.961Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24852024-11-22T23:29:11.311Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24862024-11-22T23:29:17.430Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24872024-11-22T23:29:22.542Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24882024-11-22T23:29:27.018Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24892024-11-22T23:29:27.313Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24902024-11-22T23:29:27.959Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24912024-11-22T23:29:40.192Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24922024-11-22T23:29:40.496Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24932024-11-22T23:29:43.449Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24942024-11-22T23:29:47.094Z Compiling fatfs v0.3.6
24952024-11-22T23:29:47.129Z Compiling rtoolbox v0.0.2
24962024-11-22T23:29:47.551Z Compiling assert_matches v1.5.0
24972024-11-22T23:29:47.673Z Compiling rpassword v7.3.1
24982024-11-22T23:29:48.135Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24992024-11-22T23:29:52.577Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25002024-11-22T23:29:58.475Z Compiling tui-tree-widget v0.22.0
25012024-11-22T23:29:58.962Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25022024-11-22T23:29:59.528Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25032024-11-22T23:30:05.853Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25042024-11-22T23:30:06.165Z Compiling uzers v0.12.1
25052024-11-22T23:30:09.269Z Compiling shell-words v1.1.0
25062024-11-22T23:30:09.719Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25072024-11-22T23:30:12.835Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25082024-11-22T23:30:14.990Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25092024-11-22T23:30:47.774Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25102024-11-22T23:30:48.811Z Compiling multimap v0.10.0
25112024-11-22T23:33:09.041Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25122024-11-22T23:33:09.630Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25132024-11-22T23:39:49.423Z Finished `release` profile [optimized] target(s) in 16m 07s
25142024-11-22T23:40:54.295Z
25152024-11-22T23:40:54.295Zreal 17:13.073824321
25162024-11-22T23:40:54.295Zuser 1:55:58.943532738
25172024-11-22T23:40:54.295Zsys 5:52.872344434
25182024-11-22T23:40:54.295Ztrap 2.738326411
25192024-11-22T23:40:54.300Ztflt 2.978978470
25202024-11-22T23:40:54.300Zdflt 5.590142211
25212024-11-22T23:40:54.300Zkflt 0.003322074
25222024-11-22T23:40:54.300Zlock 7:16:11.227998543
25232024-11-22T23:40:54.300Zslp 6:09:06.012743983
25242024-11-22T23:40:54.300Zlat 2:54.266135922
25252024-11-22T23:40:54.300Zstop 2:35.396826815
25262024-11-22T23:40:54.300Z+ mapfile -t packages
25272024-11-22T23:40:54.300Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25282024-11-22T23:40:55.335Z Finished `release` profile [optimized] target(s) in 0.99s
25292024-11-22T23:40:55.404Z Running `target/release/omicron-package -t test list-outputs`
25302024-11-22T23:40:55.454ZLogging to: /work/oxidecomputer/omicron/out/LOG
25312024-11-22T23:40:55.457Z+ ptime -m cargo build --locked --release -p xtask
25322024-11-22T23:40:56.030Z Compiling serde v1.0.215
25332024-11-22T23:40:56.033Z Compiling rustix v0.38.37
25342024-11-22T23:40:56.033Z Compiling serde_json v1.0.132
25352024-11-22T23:40:56.033Z Compiling libc v0.2.162
25362024-11-22T23:40:56.132Z Compiling syn v2.0.87
25372024-11-22T23:40:56.142Z Compiling bitflags v2.6.0
25382024-11-22T23:40:56.502Z Compiling usdt-impl v0.5.0
25392024-11-22T23:40:56.541Z Compiling syn v1.0.109
25402024-11-22T23:40:56.617Z Compiling log v0.4.22
25412024-11-22T23:40:56.633Z Compiling hashbrown v0.15.0
25422024-11-22T23:40:56.680Z Compiling fs-err v2.11.0
25432024-11-22T23:40:56.986Z Compiling once_cell v1.20.2
25442024-11-22T23:40:57.071Z Compiling anyhow v1.0.93
25452024-11-22T23:40:57.589Z Compiling thread-id v4.2.2
25462024-11-22T23:40:57.899Z Compiling indexmap v2.6.0
25472024-11-22T23:40:59.076Z Compiling terminal_size v0.4.0
25482024-11-22T23:40:59.076Z Compiling tempfile v3.13.0
25492024-11-22T23:40:59.321Z Compiling clap_builder v4.5.21
25502024-11-22T23:40:59.876Z Compiling proc-macro-error v1.0.4
25512024-11-22T23:41:01.299Z Compiling tabled_derive v0.7.0
25522024-11-22T23:41:02.550Z Compiling tabled v0.15.0
25532024-11-22T23:41:04.584Z Compiling serde_derive v1.0.215
25542024-11-22T23:41:04.665Z Compiling thiserror-impl v1.0.69
25552024-11-22T23:41:05.220Z Compiling zerocopy-derive v0.7.35
25562024-11-22T23:41:05.779Z Compiling scroll_derive v0.12.0
25572024-11-22T23:41:07.201Z Compiling scroll v0.12.0
25582024-11-22T23:41:07.233Z Compiling zerocopy v0.7.35
25592024-11-22T23:41:07.591Z Compiling thiserror v1.0.69
25602024-11-22T23:41:07.750Z Compiling pest v2.7.14
25612024-11-22T23:41:08.751Z Compiling goblin v0.8.2
25622024-11-22T23:41:10.803Z Compiling pest_meta v2.7.14
25632024-11-22T23:41:12.741Z Compiling pest_generator v2.7.14
25642024-11-22T23:41:14.616Z Compiling clap_derive v4.5.18
25652024-11-22T23:41:15.038Z Compiling pest_derive v2.7.14
25662024-11-22T23:41:15.794Z Compiling dtrace-parser v0.2.0
25672024-11-22T23:41:19.215Z Compiling toml_datetime v0.6.8
25682024-11-22T23:41:20.114Z Compiling serde_tokenstream v0.2.2
25692024-11-22T23:41:20.700Z Compiling serde_spanned v0.6.8
25702024-11-22T23:41:20.975Z Compiling toml_edit v0.22.22
25712024-11-22T23:41:22.554Z Compiling dof v0.3.0
25722024-11-22T23:41:24.942Z Compiling camino v1.1.9
25732024-11-22T23:41:25.270Z Compiling usdt-macro v0.5.0
25742024-11-22T23:41:26.289Z Compiling usdt-attr-macro v0.5.0
25752024-11-22T23:41:27.357Z Compiling toml v0.8.19
25762024-11-22T23:41:27.619Z Compiling cargo-platform v0.1.8
25772024-11-22T23:41:28.206Z Compiling semver v1.0.23
25782024-11-22T23:41:28.311Z Compiling cargo_toml v0.20.5
25792024-11-22T23:41:28.692Z Compiling cargo_metadata v0.18.1
25802024-11-22T23:41:29.691Z Compiling usdt v0.5.0
25812024-11-22T23:41:31.153Z Compiling camino-tempfile v1.1.1
25822024-11-22T23:41:31.463Z Compiling clap v4.5.21
25832024-11-22T23:41:31.600Z Compiling macaddr v1.0.1
25842024-11-22T23:41:40.489Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25852024-11-22T23:41:51.538Z Finished `release` profile [optimized] target(s) in 56.02s
25862024-11-22T23:41:51.649Z
25872024-11-22T23:41:51.652Zreal 56.158583778
25882024-11-22T23:41:51.652Zuser 5:42.444444751
25892024-11-22T23:41:51.652Zsys 30.876780594
25902024-11-22T23:41:51.652Ztrap 0.145480789
25912024-11-22T23:41:51.652Ztflt 0.301419580
25922024-11-22T23:41:51.652Zdflt 0.537784168
25932024-11-22T23:41:51.652Zkflt 0.010076109
25942024-11-22T23:41:51.652Zlock 10:18.062840439
25952024-11-22T23:41:51.652Zslp 15:13.899729374
25962024-11-22T23:41:51.652Zlat 13.929674796
25972024-11-22T23:41:51.652Zstop 16.760143455
25982024-11-22T23:41:51.652Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25992024-11-22T23:41:51.652Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26002024-11-22T23:41:51.652Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26012024-11-22T23:41:51.652Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26022024-11-22T23:41:51.652Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26032024-11-22T23:41:52.529Z Compiling hashbrown v0.14.5
26042024-11-22T23:41:52.659Z Compiling ident_case v1.0.1
26052024-11-22T23:41:52.670Z Compiling unsafe-libyaml v0.2.11
26062024-11-22T23:41:52.679Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26072024-11-22T23:41:52.679Z Compiling progenitor-client v0.8.0
26082024-11-22T23:41:52.682Z Compiling ipnetwork v0.20.0
26092024-11-22T23:41:52.682Z Compiling macaddr v1.0.1
26102024-11-22T23:41:52.682Z Compiling instant v0.1.13
26112024-11-22T23:41:52.802Z Compiling darling_core v0.20.10
26122024-11-22T23:41:52.854Z Compiling structmeta-derive v0.3.0
26132024-11-22T23:41:53.106Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26142024-11-22T23:41:53.177Z Compiling newtype-uuid v1.1.3
26152024-11-22T23:41:53.197Z Compiling dropshot v0.13.0
26162024-11-22T23:41:53.565Z Compiling dropshot_endpoint v0.13.0
26172024-11-22T23:41:53.676Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26182024-11-22T23:41:53.832Z Compiling regress v0.10.1
26192024-11-22T23:41:53.855Z Compiling regress v0.9.1
26202024-11-22T23:41:53.930Z Compiling serde_yaml v0.9.34+deprecated
26212024-11-22T23:41:54.473Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26222024-11-22T23:41:54.560Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26232024-11-22T23:41:54.653Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26242024-11-22T23:41:54.943Z Compiling backoff v0.4.0
26252024-11-22T23:41:55.344Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26262024-11-22T23:41:55.418Z Compiling tempfile v3.13.0
26272024-11-22T23:41:55.512Z Compiling proc-macro-crate v1.3.1
26282024-11-22T23:41:55.882Z Compiling structmeta v0.3.0
26292024-11-22T23:41:56.335Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26302024-11-22T23:41:56.356Z Compiling parse-display-derive v0.10.0
26312024-11-22T23:41:56.620Z Compiling num_enum_derive v0.5.11
26322024-11-22T23:41:56.710Z Compiling itertools v0.13.0
26332024-11-22T23:41:58.112Z Compiling typify-impl v0.2.0
26342024-11-22T23:41:58.930Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26352024-11-22T23:41:59.004Z Compiling zerocopy v0.8.10
26362024-11-22T23:41:59.298Z Compiling num_enum v0.5.11
26372024-11-22T23:41:59.338Z Compiling foreign-types-macros v0.2.3
26382024-11-22T23:41:59.478Z Compiling zerocopy-derive v0.8.10
26392024-11-22T23:41:59.875Z Compiling darling_macro v0.20.10
26402024-11-22T23:42:00.034Z Compiling foreign-types-shared v0.3.1
26412024-11-22T23:42:00.054Z Compiling heapless v0.8.0
26422024-11-22T23:42:00.170Z Compiling proc-macro-error v1.0.4
26432024-11-22T23:42:00.644Z Compiling foreign-types v0.5.0
26442024-11-22T23:42:00.802Z Compiling darling v0.20.10
26452024-11-22T23:42:00.896Z Compiling camino-tempfile v1.1.1
26462024-11-22T23:42:00.926Z Compiling serde_with_macros v3.11.0
26472024-11-22T23:42:00.948Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26482024-11-22T23:42:01.018Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26492024-11-22T23:42:01.039Z Compiling parse-display v0.10.0
26502024-11-22T23:42:01.355Z Compiling hash32 v0.3.1
26512024-11-22T23:42:01.613Z Compiling cstr-argument v0.1.2
26522024-11-22T23:42:01.747Z Compiling pretty-hex v0.2.1
26532024-11-22T23:42:01.864Z Compiling smoltcp v0.11.0
26542024-11-22T23:42:01.887Z Compiling crucible-workspace-hack v0.1.0
26552024-11-22T23:42:01.952Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26562024-11-22T23:42:02.188Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26572024-11-22T23:42:02.325Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26582024-11-22T23:42:02.628Z Compiling tabwriter v1.4.0
26592024-11-22T23:42:02.937Z Compiling colored v2.1.0
26602024-11-22T23:42:03.149Z Compiling cobs v0.2.3
26612024-11-22T23:42:03.467Z Compiling postcard v1.0.10
26622024-11-22T23:42:03.764Z Compiling serde_with v3.11.0
26632024-11-22T23:42:03.848Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26642024-11-22T23:42:04.185Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26652024-11-22T23:42:04.300Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26662024-11-22T23:42:04.375Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26672024-11-22T23:42:04.696Z Compiling smf v0.2.3
26682024-11-22T23:42:05.239Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26692024-11-22T23:42:06.166Z Compiling zone_cfg_derive v0.3.0
26702024-11-22T23:42:06.215Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
26712024-11-22T23:42:06.690Z Compiling num-derive v0.4.2
26722024-11-22T23:42:07.699Z Compiling sigpipe v0.1.3
26732024-11-22T23:42:07.819Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26742024-11-22T23:42:07.839Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26752024-11-22T23:42:07.937Z Compiling zone v0.3.0
26762024-11-22T23:42:08.146Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
26772024-11-22T23:42:08.325Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26782024-11-22T23:42:08.618Z Compiling universal-hash v0.5.1
26792024-11-22T23:42:08.620Z Compiling opaque-debug v0.3.1
26802024-11-22T23:42:08.739Z Compiling num-rational v0.4.2
26812024-11-22T23:42:08.819Z Compiling password-hash v0.5.0
26822024-11-22T23:42:08.984Z Compiling blake2 v0.10.6
26832024-11-22T23:42:09.047Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26842024-11-22T23:42:09.190Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26852024-11-22T23:42:09.569Z Compiling num-complex v0.4.6
26862024-11-22T23:42:09.852Z Compiling aead v0.5.2
26872024-11-22T23:42:09.920Z Compiling convert_case v0.4.0
26882024-11-22T23:42:10.027Z Compiling keccak v0.1.5
26892024-11-22T23:42:10.255Z Compiling argon2 v0.5.3
26902024-11-22T23:42:10.400Z Compiling sha3 v0.10.8
26912024-11-22T23:42:10.591Z Compiling num v0.4.3
26922024-11-22T23:42:10.611Z Compiling poly1305 v0.8.0
26932024-11-22T23:42:10.712Z Compiling tungstenite v0.21.0
26942024-11-22T23:42:10.963Z Compiling derive_more v0.99.18
26952024-11-22T23:42:11.038Z Compiling chacha20 v0.9.1
26962024-11-22T23:42:11.441Z Compiling base64 v0.21.7
26972024-11-22T23:42:11.524Z Compiling float-ord v0.3.2
26982024-11-22T23:42:11.706Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26992024-11-22T23:42:11.972Z Compiling tokio-tungstenite v0.21.0
27002024-11-22T23:42:12.232Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27012024-11-22T23:42:12.325Z Compiling same-file v1.0.6
27022024-11-22T23:42:12.596Z Compiling semver v0.1.20
27032024-11-22T23:42:12.635Z Compiling walkdir v2.5.0
27042024-11-22T23:42:12.651Z Compiling newline-converter v0.3.0
27052024-11-22T23:42:12.833Z Compiling primeorder v0.13.6
27062024-11-22T23:42:12.953Z Compiling rustc_version v0.1.7
27072024-11-22T23:42:13.303Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27082024-11-22T23:42:13.324Z Compiling secrecy v0.8.0
27092024-11-22T23:42:13.348Z Compiling cancel-safe-futures v0.1.5
27102024-11-22T23:42:13.440Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27112024-11-22T23:42:13.461Z Compiling owo-colors v4.1.0
27122024-11-22T23:42:13.602Z Compiling newtype_derive v0.1.6
27132024-11-22T23:42:13.728Z Compiling expectorate v1.1.0
27142024-11-22T23:42:13.747Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27152024-11-22T23:42:13.797Z Compiling thiserror-impl-no-std v2.0.2
27162024-11-22T23:42:13.898Z Compiling blake3 v1.5.4
27172024-11-22T23:42:13.919Z Compiling ring v0.16.20
27182024-11-22T23:42:14.060Z Compiling half v2.4.1
27192024-11-22T23:42:14.301Z Compiling unicase v2.7.0
27202024-11-22T23:42:14.612Z Compiling arc-swap v1.7.1
27212024-11-22T23:42:14.633Z Compiling ciborium-io v0.2.2
27222024-11-22T23:42:14.774Z Compiling ciborium-ll v0.2.2
27232024-11-22T23:42:15.181Z Compiling slog-scope v4.4.0
27242024-11-22T23:42:15.253Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27252024-11-22T23:42:15.534Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27262024-11-22T23:42:15.826Z Compiling polyval v0.6.2
27272024-11-22T23:42:16.282Z Compiling atomicwrites v0.4.4
27282024-11-22T23:42:16.350Z Compiling libsw v3.3.1
27292024-11-22T23:42:16.642Z Compiling memmap2 v0.9.5
27302024-11-22T23:42:16.662Z Compiling typify-macro v0.2.0
27312024-11-22T23:42:16.681Z Compiling spin v0.5.2
27322024-11-22T23:42:16.704Z Compiling libefi-sys v0.1.0
27332024-11-22T23:42:16.920Z Compiling salty v0.3.0
27342024-11-22T23:42:16.985Z Compiling constant_time_eq v0.3.1
27352024-11-22T23:42:17.063Z Compiling thiserror-no-std v2.0.2
27362024-11-22T23:42:17.113Z Compiling arrayvec v0.7.6
27372024-11-22T23:42:17.181Z Compiling indent_write v2.2.0
27382024-11-22T23:42:17.201Z Compiling parking_lot_core v0.8.6
27392024-11-22T23:42:17.348Z Compiling linear-map v1.2.0
27402024-11-22T23:42:17.391Z Compiling arrayref v0.3.9
27412024-11-22T23:42:17.557Z Compiling vsss-rs v3.3.4
27422024-11-22T23:42:17.709Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27432024-11-22T23:42:17.772Z Compiling ghash v0.5.1
27442024-11-22T23:42:18.093Z Compiling slog-stdlog v4.1.1
27452024-11-22T23:42:18.362Z Compiling ciborium v0.2.2
27462024-11-22T23:42:18.692Z Compiling p384 v0.13.0
27472024-11-22T23:42:18.792Z Compiling toolchain_find v0.4.0
27482024-11-22T23:42:18.823Z Compiling chacha20poly1305 v0.10.1
27492024-11-22T23:42:19.063Z Compiling lzma-sys v0.1.20
27502024-11-22T23:42:19.660Z Compiling ctr v0.9.2
27512024-11-22T23:42:19.901Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27522024-11-22T23:42:19.919Z Compiling bitfield-struct v0.6.2
27532024-11-22T23:42:19.978Z Compiling slog-dtrace v0.3.0
27542024-11-22T23:42:20.271Z Compiling topological-sort v0.2.2
27552024-11-22T23:42:20.276Z Compiling highway v1.2.0
27562024-11-22T23:42:20.497Z Compiling omicron-zone-package v0.11.1
27572024-11-22T23:42:20.563Z Compiling aes-gcm v0.10.3
27582024-11-22T23:42:20.877Z Compiling rustfmt-wrapper v0.2.1
27592024-11-22T23:42:20.913Z Compiling typify v0.2.0
27602024-11-22T23:42:21.065Z Compiling progenitor-impl v0.8.0
27612024-11-22T23:42:21.103Z Compiling mime_guess v2.0.5
27622024-11-22T23:42:21.326Z Compiling slog-envlogger v2.2.0
27632024-11-22T23:42:21.387Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27642024-11-22T23:42:21.465Z Compiling steno v0.4.1
27652024-11-22T23:42:22.159Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27662024-11-22T23:42:22.180Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27672024-11-22T23:42:22.393Z Compiling heck v0.3.3
27682024-11-22T23:42:22.697Z Compiling ssh-encoding v0.2.0
27692024-11-22T23:42:22.836Z Compiling blowfish v0.9.1
27702024-11-22T23:42:22.870Z Compiling nibble_vec v0.1.0
27712024-11-22T23:42:23.074Z Compiling env_filter v0.1.2
27722024-11-22T23:42:23.120Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27732024-11-22T23:42:23.240Z Compiling endian-type v0.1.2
27742024-11-22T23:42:23.290Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27752024-11-22T23:42:23.307Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27762024-11-22T23:42:23.411Z Compiling humantime v2.1.0
27772024-11-22T23:42:23.431Z Compiling radix_trie v0.2.1
27782024-11-22T23:42:23.509Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27792024-11-22T23:42:23.635Z Compiling env_logger v0.11.5
27802024-11-22T23:42:23.795Z Compiling bcrypt-pbkdf v0.10.0
27812024-11-22T23:42:23.931Z Compiling ssh-cipher v0.2.0
27822024-11-22T23:42:24.169Z Compiling zone_cfg_derive v0.1.2
27832024-11-22T23:42:24.416Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27842024-11-22T23:42:24.563Z Compiling parking_lot v0.11.2
27852024-11-22T23:42:25.062Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27862024-11-22T23:42:25.505Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27872024-11-22T23:42:25.578Z Compiling password-hash v0.4.2
27882024-11-22T23:42:25.683Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
27892024-11-22T23:42:25.704Z Compiling gethostname v0.5.0
27902024-11-22T23:42:25.941Z Compiling fxhash v0.2.1
27912024-11-22T23:42:25.961Z Compiling base64 v0.13.1
27922024-11-22T23:42:26.106Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27932024-11-22T23:42:26.164Z Compiling matches v0.1.10
27942024-11-22T23:42:26.282Z Compiling idna v0.2.3
27952024-11-22T23:42:26.328Z Compiling sled v0.34.7
27962024-11-22T23:42:26.440Z Compiling ron v0.7.1
27972024-11-22T23:42:26.486Z Compiling pbkdf2 v0.11.0
27982024-11-22T23:42:26.602Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27992024-11-22T23:42:26.850Z Compiling zone v0.1.8
28002024-11-22T23:42:26.870Z Compiling xz2 v0.1.7
28012024-11-22T23:42:27.300Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28022024-11-22T23:42:27.979Z Compiling ssh-key v0.6.6
28032024-11-22T23:42:28.395Z Compiling hickory-client v0.24.1
28042024-11-22T23:42:28.820Z Compiling p521 v0.13.3
28052024-11-22T23:42:28.903Z Compiling p256 v0.13.2
28062024-11-22T23:42:29.063Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
28072024-11-22T23:42:29.363Z Compiling progenitor-macro v0.8.0
28082024-11-22T23:42:29.801Z Compiling hickory-server v0.24.1
28092024-11-22T23:42:29.936Z Compiling enum-as-inner v0.5.1
28102024-11-22T23:42:30.291Z Compiling pem v3.0.4
28112024-11-22T23:42:31.001Z Compiling yasna v0.5.2
28122024-11-22T23:42:31.145Z Compiling headers-core v0.3.0
28132024-11-22T23:42:31.242Z Compiling kstat-rs v0.2.4
28142024-11-22T23:42:31.321Z Compiling nanorand v0.7.0
28152024-11-22T23:42:31.904Z Compiling atty v0.2.14
28162024-11-22T23:42:31.927Z Compiling russh-cryptovec v0.7.3
28172024-11-22T23:42:32.060Z Compiling http-range v0.1.5
28182024-11-22T23:42:32.247Z Compiling md5 v0.7.0
28192024-11-22T23:42:32.428Z Compiling hyper-staticfile v0.10.1
28202024-11-22T23:42:32.682Z Compiling russh-keys v0.45.0
28212024-11-22T23:42:32.727Z Compiling rcgen v0.12.1
28222024-11-22T23:42:32.767Z Compiling flume v0.11.1
28232024-11-22T23:42:32.804Z Compiling headers v0.4.0
28242024-11-22T23:42:33.528Z Compiling trust-dns-proto v0.22.0
28252024-11-22T23:42:33.589Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28262024-11-22T23:42:34.825Z Compiling num-bigint v0.4.6
28272024-11-22T23:42:35.268Z Compiling des v0.8.1
28282024-11-22T23:42:35.637Z Compiling subprocess v0.2.9
28292024-11-22T23:42:36.983Z Compiling hex-literal v0.4.1
28302024-11-22T23:42:37.042Z Compiling dhcproto-macros v0.1.0
28312024-11-22T23:42:37.147Z Compiling display-error-chain v0.2.2
28322024-11-22T23:42:37.358Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28332024-11-22T23:42:37.622Z Compiling internet-checksum v0.2.1
28342024-11-22T23:42:37.899Z Compiling russh v0.45.0
28352024-11-22T23:42:38.132Z Compiling dhcproto v0.12.0
28362024-11-22T23:42:41.852Z Compiling progenitor v0.8.0
28372024-11-22T23:42:41.985Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28382024-11-22T23:42:41.987Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28392024-11-22T23:42:41.987Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28402024-11-22T23:42:41.987Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28412024-11-22T23:42:41.987Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28422024-11-22T23:42:41.987Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28432024-11-22T23:42:42.076Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28442024-11-22T23:42:43.476Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28452024-11-22T23:42:43.750Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28462024-11-22T23:42:44.326Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28472024-11-22T23:42:48.466Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28482024-11-22T23:42:48.535Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28492024-11-22T23:42:58.272Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28502024-11-22T23:42:58.272Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28512024-11-22T23:42:58.274Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28522024-11-22T23:42:58.274Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28532024-11-22T23:42:59.214Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28542024-11-22T23:43:01.482Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28552024-11-22T23:43:02.678Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28562024-11-22T23:43:03.043Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28572024-11-22T23:43:03.111Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28582024-11-22T23:43:03.793Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28592024-11-22T23:43:06.417Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28602024-11-22T23:43:07.176Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28612024-11-22T23:43:07.212Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28622024-11-22T23:43:07.782Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28632024-11-22T23:43:08.242Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28642024-11-22T23:43:08.930Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28652024-11-22T23:43:09.464Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28662024-11-22T23:43:09.914Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28672024-11-22T23:43:11.083Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28682024-11-22T23:43:13.901Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28692024-11-22T23:43:13.922Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28702024-11-22T23:43:13.939Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28712024-11-22T23:43:14.362Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28722024-11-22T23:43:16.833Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28732024-11-22T23:43:19.616Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28742024-11-22T23:43:21.270Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28752024-11-22T23:43:21.291Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28762024-11-22T23:43:21.741Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28772024-11-22T23:43:25.930Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28782024-11-22T23:43:34.959Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28792024-11-22T23:43:36.260Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28802024-11-22T23:43:54.035Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28812024-11-22T23:44:25.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
28822024-11-22T23:44:25.953Z
28832024-11-22T23:44:25.957Zreal 2:34.240940864
28842024-11-22T23:44:25.957Zuser 12:10.961567339
28852024-11-22T23:44:25.957Zsys 2:35.111915934
28862024-11-22T23:44:25.957Ztrap 0.318315767
28872024-11-22T23:44:25.957Ztflt 0.747568338
28882024-11-22T23:44:25.957Zdflt 1.886445275
28892024-11-22T23:44:25.958Zkflt 0.000267451
28902024-11-22T23:44:25.958Zlock 25:01.411408772
28912024-11-22T23:44:25.958Zslp 43:38.779088600
28922024-11-22T23:44:25.958Zlat 35.735261223
28932024-11-22T23:44:25.958Zstop 1:26.319373289
28942024-11-22T23:44:25.958Z+ mkdir tests
28952024-11-22T23:44:25.961Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28962024-11-22T23:44:25.961Z+ xargs -I '{}' -t cp '{}' tests/
28972024-11-22T23:44:26.980Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-901a0af671086ead tests/
28982024-11-22T23:44:27.006Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-84053b7b03f68646 tests/
28992024-11-22T23:44:27.031Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-34664e4175f1cac6 tests/
29002024-11-22T23:44:27.056Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8b9cd7607b17e8ff tests/
29012024-11-22T23:44:27.280Z+ 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/*)
29022024-11-22T23:44:27.283Z+ 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-84053b7b03f68646 tests/commtest-34664e4175f1cac6 tests/dhcp_server-901a0af671086ead tests/end_to_end_tests-8b9cd7607b17e8ff 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
29032024-11-22T23:45:38.404ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29042024-11-22T23:45:38.404Za .github/buildomat/ci-env.sh 1K
29052024-11-22T23:45:38.404Za out/target/test 1K
29062024-11-22T23:45:38.404Za out/npuzone/npuzone 23144K
29072024-11-22T23:45:38.404Za package-manifest.toml 32K
29082024-11-22T23:45:38.404Za smf/sled-agent/non-gimlet/config.toml 4K
29092024-11-22T23:45:38.404Za target/release/omicron-package 36350K
29102024-11-22T23:45:38.404Za target/release/xtask 11750K
29112024-11-22T23:45:38.404Za target/debug/bootstrap 210015K
29122024-11-22T23:45:38.404Za tests/bootstrap-84053b7b03f68646 24246K
29132024-11-22T23:45:38.404Za tests/commtest-34664e4175f1cac6 25022K
29142024-11-22T23:45:38.404Za tests/dhcp_server-901a0af671086ead 24246K
29152024-11-22T23:45:38.404Za tests/end_to_end_tests-8b9cd7607b17e8ff 228115K
29162024-11-22T23:45:38.404Za out/clickhouse.tar.gz 285983K
29172024-11-22T23:45:38.405Za out/clickhouse_keeper.tar.gz 285961K
29182024-11-22T23:45:38.405Za out/clickhouse_server.tar.gz 285964K
29192024-11-22T23:45:38.405Za out/cockroachdb.tar.gz 134563K
29202024-11-22T23:45:38.405Za out/crucible-dtrace.tar 85K
29212024-11-22T23:45:38.405Za out/crucible-pantry-zone.tar.gz 28185K
29222024-11-22T23:45:38.405Za out/crucible-zone.tar.gz 36397K
29232024-11-22T23:45:38.405Za out/external-dns.tar.gz 35283K
29242024-11-22T23:45:38.405Za out/internal-dns.tar.gz 35282K
29252024-11-22T23:45:38.405Za out/mg-ddm-gz.tar 63075K
29262024-11-22T23:45:38.405Za out/nexus.tar.gz 100491K
29272024-11-22T23:45:38.405Za out/ntp.tar.gz 10358K
29282024-11-22T23:45:38.405Za out/omicron-gateway-softnpu.tar.gz 23878K
29292024-11-22T23:45:38.405Za out/omicron-sled-agent.tar 112918K
29302024-11-22T23:45:38.405Za out/overlay.tar.gz 3K
29312024-11-22T23:45:38.405Za out/oximeter.tar.gz 51404K
29322024-11-22T23:45:38.405Za out/oxlog.tar 3088K
29332024-11-22T23:45:38.405Za out/probe.tar.gz 2764K
29342024-11-22T23:45:38.405Za out/propolis-server.tar.gz 66596K
29352024-11-22T23:45:38.405Za out/pumpkind-gz.tar 26665K
29362024-11-22T23:45:38.405Za out/switch-softnpu.tar.gz 237445K
29372024-11-22T23:45:38.408Z
29382024-11-22T23:45:38.408Zreal 1:11.112797174
29392024-11-22T23:45:38.408Zuser 1:08.124414737
29402024-11-22T23:45:38.408Zsys 4.191534933
29412024-11-22T23:45:38.408Ztrap 0.016140692
29422024-11-22T23:45:38.408Ztflt 0.000000000
29432024-11-22T23:45:38.408Zdflt 0.000000000
29442024-11-22T23:45:38.408Zkflt 0.000000000
29452024-11-22T23:45:38.409Zlock 0.000000000
29462024-11-22T23:45:38.409Zslp 1:08.113841360
29472024-11-22T23:45:38.409Zlat 1.773882192
29482024-11-22T23:45:38.409Zstop 0.000209107
29492024-11-22T23:45:38.409Zprocess exited: duration 1937445 ms, exit code 0
 
29502024-11-22T23:45:38.427Zfound 1 output files
29512024-11-22T23:45:38.427Zuploading: /work/package.tar.gz (1878672157 bytes)
29522024-11-22T23:46:36.059Zuploaded: /work/package.tar.gz