01JDR3VZQ9K1FGW60R8YHHP33H: 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: 01JDR3XESZ51RDYQG6S384148P

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-28T00:50:42.455Zjob assigned to worker 01JDR3XFM21SCQC84BATMVFMEQ [factory aws, i-008a0fc848bc66e3d] (queued for 1 m 2 s)
 
22024-11-28T00:50:51.104Zstarting task 0: "setup"
32024-11-28T00:50:51.114Z++ uname -s
42024-11-28T00:50:51.117Z+ kern=SunOS
52024-11-28T00:50:51.117Z+ case "$kern" in
62024-11-28T00:50:51.117Z+ groupadd -g 12345 build
72024-11-28T00:50:51.119Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-28T00:50:53.124Z+ zfs create -o mountpoint=/work rpool/work
92024-11-28T00:50:53.231Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-28T00:50:53.233Z+ home_fs=zfs
112024-11-28T00:50:53.233Z+ [[ zfs == autofs ]]
122024-11-28T00:50:53.234Z+ mkdir -p /home/build
132024-11-28T00:50:53.234Z+ chown build:build /home/build /work
142024-11-28T00:50:55.236Z+ chmod 0700 /home/build /work
152024-11-28T00:50:55.241Zprocess exited: duration 4133 ms, exit code 0
 
162024-11-28T00:50:55.246Zstarting task 1: "rust-toolchain"
172024-11-28T00:50:55.251Z+ printf ' * toolchain channel = "%s"
182024-11-28T00:50:55.251Z' 1.81.0
192024-11-28T00:50:55.251Z+ printf ' * toolchain profile = "%s"
202024-11-28T00:50:55.251Z' default
212024-11-28T00:50:55.251Z * toolchain channel = "1.81.0"
222024-11-28T00:50:55.251Z * toolchain profile = "default"
232024-11-28T00:50:55.253Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-28T00:50:55.253Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-28T00:50:55.372Zinfo: downloading installer
262024-11-28T00:50:56.882Zinfo: profile set to 'default'
272024-11-28T00:50:56.882Zinfo: default host triple is x86_64-unknown-illumos
282024-11-28T00:50:56.886Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-28T00:50:57.035Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-28T00:50:57.035Zinfo: downloading component 'cargo'
312024-11-28T00:50:57.895Zinfo: downloading component 'clippy'
322024-11-28T00:50:58.219Zinfo: downloading component 'rust-docs'
332024-11-28T00:50:59.414Zinfo: downloading component 'rust-std'
342024-11-28T00:51:01.270Zinfo: downloading component 'rustc'
352024-11-28T00:51:07.932Zinfo: downloading component 'rustfmt'
362024-11-28T00:51:08.182Zinfo: installing component 'cargo'
372024-11-28T00:51:08.982Zinfo: installing component 'clippy'
382024-11-28T00:51:09.340Zinfo: installing component 'rust-docs'
392024-11-28T00:51:10.953Zinfo: installing component 'rust-std'
402024-11-28T00:51:12.654Zinfo: installing component 'rustc'
412024-11-28T00:51:18.195Zinfo: installing component 'rustfmt'
422024-11-28T00:51:18.521Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-28T00:51:18.521Z
442024-11-28T00:51:18.893Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-28T00:51:18.893Z
462024-11-28T00:51:18.895Z
472024-11-28T00:51:18.895ZRust is installed now. Great!
482024-11-28T00:51:18.896Z
492024-11-28T00:51:18.896ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-28T00:51:18.896Zenvironment variable. This has not been done automatically.
512024-11-28T00:51:18.896Z
522024-11-28T00:51:18.896ZTo configure your current shell, you need to source
532024-11-28T00:51:18.896Zthe corresponding env file under $HOME/.cargo.
542024-11-28T00:51:18.896Z
552024-11-28T00:51:18.896ZThis is usually done by running one of the following (note the leading DOT):
562024-11-28T00:51:18.896Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-28T00:51:18.896Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-28T00:51:18.970Z+ rustc --version
592024-11-28T00:51:19.038Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-28T00:51:19.041Zprocess exited: duration 23791 ms, exit code 0
 
612024-11-28T00:51:19.046Zstarting task 2: "authentication"
622024-11-28T00:51:19.069Zprocess exited: duration 20 ms, exit code 0
 
632024-11-28T00:51:19.075Zstarting task 3: "clone repository"
642024-11-28T00:51:19.081Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-28T00:51:19.084Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-28T00:51:19.703ZCloning into '/work/oxidecomputer/omicron'...
672024-11-28T00:51:26.549Z+ cd /work/oxidecomputer/omicron
682024-11-28T00:51:26.549Z+ git fetch origin 2b42d0e9eba874261cfe04e8dada79942d9b9633
692024-11-28T00:51:26.881ZFrom https://github.com/oxidecomputer/omicron
702024-11-28T00:51:26.881Z * branch 2b42d0e9eba874261cfe04e8dada79942d9b9633 -> FETCH_HEAD
712024-11-28T00:51:26.890Z+ [[ -n nexus-support-bundles-api ]]
722024-11-28T00:51:26.893Z++ git branch --show-current
732024-11-28T00:51:26.897Z+ current=main
742024-11-28T00:51:26.897Z+ [[ main != nexus-support-bundles-api ]]
752024-11-28T00:51:26.897Z+ git branch -f nexus-support-bundles-api 2b42d0e9eba874261cfe04e8dada79942d9b9633
762024-11-28T00:51:26.901Z+ git checkout -f nexus-support-bundles-api
772024-11-28T00:51:27.069ZSwitched to branch 'nexus-support-bundles-api'
782024-11-28T00:51:27.073Z+ git reset --hard 2b42d0e9eba874261cfe04e8dada79942d9b9633
792024-11-28T00:51:27.095ZHEAD is now at 2b42d0e9e API updates pulled from 7187 as I built it
802024-11-28T00:51:27.099Zprocess exited: duration 8017 ms, exit code 0
 
812024-11-28T00:51:27.107Zstarting task 4: "build"
822024-11-28T00:51:27.112Z+ source .github/buildomat/ci-env.sh
832024-11-28T00:51:27.115Z++ export CARGO_TERM_COLOR=always
842024-11-28T00:51:27.115Z++ CARGO_TERM_COLOR=always
852024-11-28T00:51:27.115Z+ cargo --version
862024-11-28T00:51:27.168Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-28T00:51:27.171Z+ rustc --version
882024-11-28T00:51:27.233Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-28T00:51:27.237Z+ WORK=/work
902024-11-28T00:51:27.237Z+ pfexec mkdir -p /work
912024-11-28T00:51:27.240Z+ pfexec chown build /work
922024-11-28T00:51:27.244Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-28T00:51:39.266Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-28T00:51:43.037Z Startup: Caching catalogs ... Done
952024-11-28T00:51:52.255ZPlanning: Solver setup ... Done (8.354s)
962024-11-28T00:51:52.393ZPlanning: Running solver ... Done (0.119s)
972024-11-28T00:51:52.599ZPlanning: Finding local manifests ... Done (0.116s)
982024-11-28T00:51:53.833ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-28T00:51:58.851ZPlanning: Fetching manifests: 4/5 80% complete
1002024-11-28T00:52:00.098ZPlanning: Fetching manifests: 5/5 100% complete
1012024-11-28T00:52:00.284ZPlanning: Package planning ... Done (0.186s)
1022024-11-28T00:52:00.503ZPlanning: Merging actions ... Done (0.218s)
1032024-11-28T00:52:01.055ZPlanning: Checking for conflicting actions ... Done (0.552s)
1042024-11-28T00:52:05.417ZPlanning: Consolidating action changes ... Done (4.361s)
1052024-11-28T00:52:05.794ZPlanning: Evaluating mediators ... Done (0.377s)
1062024-11-28T00:52:05.873ZPlanning: Planning completed in 22.74 seconds
1072024-11-28T00:52:05.894Z Packages to install: 4
1082024-11-28T00:52:05.894Z Packages to update: 1
1092024-11-28T00:52:05.896Z Mediators to change: 2
1102024-11-28T00:52:05.896Z Services to change: 1
1112024-11-28T00:52:05.896Z Estimated space available: 155.64 GB
1122024-11-28T00:52:05.896ZEstimated space to be consumed: 1.60 GB
1132024-11-28T00:52:05.897Z Create boot environment: No
1142024-11-28T00:52:05.897ZCreate backup boot environment: Yes
1152024-11-28T00:52:05.897Z Rebuild boot archive: No
1162024-11-28T00:52:05.897Z
1172024-11-28T00:52:05.897ZChanged mediators:
1182024-11-28T00:52:05.897Z mediator clang:
1192024-11-28T00:52:05.897Z version: None -> 15 (system default)
1202024-11-28T00:52:05.897Z
1212024-11-28T00:52:05.897Z mediator llvm:
1222024-11-28T00:52:05.897Z version: 14 (system default) -> 15 (system default)
1232024-11-28T00:52:05.897Z
1242024-11-28T00:52:05.897ZChanged packages:
1252024-11-28T00:52:05.897Zhelios-dev
1262024-11-28T00:52:05.897Z developer/build-essential
1272024-11-28T00:52:05.897Z None -> 11-2.0
1282024-11-28T00:52:05.897Z library/libxmlsec1
1292024-11-28T00:52:05.897Z None -> 1.2.35-2.0
1302024-11-28T00:52:05.897Z ooce/developer/clang-15
1312024-11-28T00:52:05.897Z None -> 15.0.7-2.0
1322024-11-28T00:52:05.897Z ooce/developer/llvm-15
1332024-11-28T00:52:05.897Z None -> 15.0.7-2.0
1342024-11-28T00:52:05.897Z package/pkg
1352024-11-28T00:52:05.897Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1362024-11-28T00:52:05.897Z
1372024-11-28T00:52:05.897ZServices:
1382024-11-28T00:52:05.897Z restart_fmri:
1392024-11-28T00:52:05.897Z svc:/system/update-man-index:default
1402024-11-28T00:52:05.897Z
1412024-11-28T00:52:05.897ZEditable files to change:
1422024-11-28T00:52:05.897Z Update:
1432024-11-28T00:52:05.897Z usr/share/lib/pkg/web/config.shtml
1442024-11-28T00:52:06.150Z
1452024-11-28T00:52:06.150ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1462024-11-28T00:52:11.252ZDownload: 197/4281 items 1.2/220.6MB 0% complete (181k/s)
1472024-11-28T00:52:19.631ZDownload: 212/4281 items 1.3/220.6MB 0% complete (195k/s)
1482024-11-28T00:52:24.644ZDownload: 540/4281 items 17.5/220.6MB 7% complete (3.1M/s)
1492024-11-28T00:52:29.655ZDownload: 922/4281 items 18.9/220.6MB 8% complete (1.8M/s)
1502024-11-28T00:52:34.702ZDownload: 1128/4281 items 65.3/220.6MB 29% complete (4.7M/s)
1512024-11-28T00:52:40.354ZDownload: 1191/4281 items 83.3/220.6MB 37% complete (6.4M/s)
1522024-11-28T00:52:47.212ZDownload: 1195/4281 items 83.5/220.6MB 37% complete (6.3M/s)
1532024-11-28T00:52:54.220ZDownload: 1197/4281 items 83.5/220.6MB 37% complete
1542024-11-28T00:52:59.234ZDownload: 1355/4281 items 115.9/220.6MB 52% complete (7.0M/s)
1552024-11-28T00:53:04.244ZDownload: 1606/4281 items 117.1/220.6MB 53% complete (3.6M/s)
1562024-11-28T00:53:09.369ZDownload: 1923/4281 items 118.6/220.6MB 53% complete (291k/s)
1572024-11-28T00:53:14.401ZDownload: 2212/4281 items 119.2/220.6MB 54% complete (229k/s)
1582024-11-28T00:53:19.504ZDownload: 2221/4281 items 119.2/220.6MB 54% complete (211k/s)
1592024-11-28T00:53:33.100ZDownload: 2223/4281 items 119.2/220.6MB 54% complete
1602024-11-28T00:53:38.184ZDownload: 2250/4281 items 119.4/220.6MB 54% complete (12.7k/s)
1612024-11-28T00:53:43.139ZDownload: 2545/4281 items 120.4/220.6MB 54% complete (132k/s)
1622024-11-28T00:53:48.141ZDownload: 2861/4281 items 121.1/220.6MB 54% complete (187k/s)
1632024-11-28T00:53:53.142ZDownload: 3156/4281 items 168.5/220.6MB 76% complete (4.7M/s)
1642024-11-28T00:53:59.174ZDownload: 3246/4281 items 202.9/220.6MB 91% complete (8.1M/s)
1652024-11-28T00:54:14.154ZDownload: 3247/4281 items 203.0/220.6MB 92% complete
1662024-11-28T00:54:19.251ZDownload: 3275/4281 items 210.1/220.6MB 95% complete (1.3M/s)
1672024-11-28T00:54:24.701ZDownload: 3280/4281 items 210.2/220.6MB 95% complete (1.3M/s)
1682024-11-28T00:54:31.162ZDownload: 3289/4281 items 212.3/220.6MB 96% complete (1.3M/s)
1692024-11-28T00:54:37.670ZDownload: 4206/4281 items 220.6/220.6MB 99% complete (1.6M/s)
1702024-11-28T00:54:45.475ZDownload: 4208/4281 items 220.6/220.6MB 99% complete (1.5M/s)
1712024-11-28T00:54:45.583ZDownload: Completed 220.60 MB in 159.41 seconds (1.4M/s)
1722024-11-28T00:54:47.486Z Actions: 1/5063 actions (Removing old actions)
1732024-11-28T00:54:47.503Z Actions: 194/5063 actions (Installing new actions)
1742024-11-28T00:54:52.529Z Actions: 4133/5063 actions (Installing new actions)
1752024-11-28T00:54:52.621Z Actions: 4226/5063 actions (Updating modified actions)
1762024-11-28T00:54:53.003Z Actions: Completed 5063 actions in 5.48 seconds.
1772024-11-28T00:54:53.365Z Done (0.391s)
1782024-11-28T00:54:53.368Z Done (0.000s)
1792024-11-28T00:54:53.906Z Done (0.541s)
1802024-11-28T00:54:59.217Z Done (5.089s)
1812024-11-28T00:54:59.429Z Done (0.142s)
1822024-11-28T00:54:59.431Z Done (0.000s)
1832024-11-28T00:54:59.619Z Done (0.000s)
1842024-11-28T00:55:00.295ZPlanning: Evaluating mediator changes ... Done
1852024-11-28T00:55:00.458ZPlanning: Checking for conflicting actions ... Done
1862024-11-28T00:55:00.461ZPlanning: Consolidating action changes ... Done
1872024-11-28T00:55:00.729ZPlanning: Evaluating mediators ... Done
1882024-11-28T00:55:00.732ZPlanning: Planning completed in 0.44 seconds
1892024-11-28T00:55:00.767Z Mediators to change: 2
1902024-11-28T00:55:00.767Z Create boot environment: No
1912024-11-28T00:55:00.770ZCreate backup boot environment: No
1922024-11-28T00:55:00.846Z Done
1932024-11-28T00:55:00.846Z Done
1942024-11-28T00:55:01.206Z Done
1952024-11-28T00:55:04.843Z Done
1962024-11-28T00:55:04.934Z Done
1972024-11-28T00:55:04.936Z Done
1982024-11-28T00:55:05.042Z Done
1992024-11-28T00:55:05.645ZPlanning: Evaluating mediator changes ... Done
2002024-11-28T00:55:05.647ZPlanning: Merging actions ... Done
2012024-11-28T00:55:05.833ZPlanning: Checking for conflicting actions ... Done
2022024-11-28T00:55:05.837ZPlanning: Consolidating action changes ... Done
2032024-11-28T00:55:06.095ZPlanning: Evaluating mediators ... Done
2042024-11-28T00:55:06.150ZPlanning: Planning completed in 0.74 seconds
2052024-11-28T00:55:06.188Z Packages to change: 1
2062024-11-28T00:55:06.190Z Mediators to change: 1
2072024-11-28T00:55:06.190Z Services to change: 1
2082024-11-28T00:55:06.190Z Create boot environment: No
2092024-11-28T00:55:06.190ZCreate backup boot environment: Yes
2102024-11-28T00:55:08.408Z Actions: 1/6 actions (Updating modified actions)
2112024-11-28T00:55:08.457Z Actions: Completed 6 actions in 0.05 seconds.
2122024-11-28T00:55:08.460Z Done
2132024-11-28T00:55:08.460Z Done
2142024-11-28T00:55:08.568Z Done
2152024-11-28T00:55:12.201Z Done
2162024-11-28T00:55:12.294Z Done
2172024-11-28T00:55:12.296Z Done
2182024-11-28T00:55:12.421Z Done
2192024-11-28T00:55:12.848ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202024-11-28T00:55:12.848Zclang system 15 system
2212024-11-28T00:55:12.848Zcsh system system illumos
2222024-11-28T00:55:12.848Zctags system system illumos
2232024-11-28T00:55:12.848Zgcc vendor 12 vendor
2242024-11-28T00:55:12.848Zgcc system 10 system
2252024-11-28T00:55:12.848Zgcc system 7 system
2262024-11-28T00:55:12.848Zgo system 1.20 system
2272024-11-28T00:55:12.848Zgo system 1.19 system
2282024-11-28T00:55:12.848Zllvm system 15 system
2292024-11-28T00:55:12.848Zllvm system 14 system
2302024-11-28T00:55:12.848Zmariadb system 10.6 system
2312024-11-28T00:55:12.848Zmta vendor vendor dma
2322024-11-28T00:55:12.848Zopenjdk system 17 system
2332024-11-28T00:55:12.848Zopenjdk system 11 system
2342024-11-28T00:55:12.848Zopenjdk system 1.8 system
2352024-11-28T00:55:12.848Zopenssl vendor 3 vendor
2362024-11-28T00:55:12.848Zperl system 5.36 system
2372024-11-28T00:55:12.848Zpostgresql system 15 system
2382024-11-28T00:55:12.848Zpostgresql system 13 system
2392024-11-28T00:55:12.848Zpython vendor 3 vendor
2402024-11-28T00:55:12.849Zpython system 2 system
2412024-11-28T00:55:12.849Zpython3 system 3.11 system
2422024-11-28T00:55:12.849Zruby system 3.0 system
2432024-11-28T00:55:12.849Zwords vendor vendor american-english
2442024-11-28T00:55:12.849Zwords system system australian-english
2452024-11-28T00:55:12.849Zwords system system british-english
2462024-11-28T00:55:12.849Zwords system system canadian-english
2472024-11-28T00:55:12.849Zwords system system french
2482024-11-28T00:55:12.849Zwords system system italian
2492024-11-28T00:55:12.849Zwords system system ngerman
2502024-11-28T00:55:12.849Zwords system system ogerman
2512024-11-28T00:55:12.849Zwords system system spanish
2522024-11-28T00:55:13.171ZPUBLISHER TYPE STATUS P LOCATION
2532024-11-28T00:55:13.171Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2542024-11-28T00:55:15.770ZFMRI IFO
2552024-11-28T00:55:15.770Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2562024-11-28T00:55:15.770Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2572024-11-28T00:55:15.770Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2582024-11-28T00:55:15.770Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2592024-11-28T00:55:15.770Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2602024-11-28T00:55:15.770Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612024-11-28T00:55:15.770Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2622024-11-28T00:55:15.770Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2632024-11-28T00:55:15.770Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2642024-11-28T00:55:15.770Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2652024-11-28T00:55:15.770Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-11-28T00:55:15.770Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672024-11-28T00:55:15.770Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2682024-11-28T00:55:15.770Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692024-11-28T00:55:15.770Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702024-11-28T00:55:16.514Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2712024-11-28T00:55:16.743Z Updating crates.io index
2722024-11-28T00:55:16.745Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-11-28T00:55:17.287Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-11-28T00:55:17.519Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752024-11-28T00:55:17.727Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2762024-11-28T00:55:17.980Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772024-11-28T00:55:18.873Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782024-11-28T00:55:21.316Z Updating git repository `https://github.com/oxidecomputer/opte`
2792024-11-28T00:55:22.415Z Updating git repository `https://github.com/oxidecomputer/falcon`
2802024-11-28T00:55:23.167Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812024-11-28T00:55:23.415Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822024-11-28T00:55:23.679Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832024-11-28T00:55:24.307Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2842024-11-28T00:55:24.565Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852024-11-28T00:55:24.885Z Updating git repository `https://github.com/oxidecomputer/tofino`
2862024-11-28T00:55:25.116Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2872024-11-28T00:55:25.343Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2882024-11-28T00:55:25.525Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2892024-11-28T00:55:25.754Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2902024-11-28T00:55:26.009Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912024-11-28T00:55:26.299Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2922024-11-28T00:55:26.609Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932024-11-28T00:55:27.075Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942024-11-28T00:55:27.365Z Updating git repository `https://github.com/oxidecomputer/crucible`
2952024-11-28T00:55:28.046Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962024-11-28T00:55:28.401Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2972024-11-28T00:55:28.794Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2982024-11-28T00:55:29.074Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2992024-11-28T00:55:29.298Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3002024-11-28T00:55:29.523Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3012024-11-28T00:55:30.908Z Downloading crates ...
3022024-11-28T00:55:31.044Z Downloaded anstream v0.6.15
3032024-11-28T00:55:31.049Z Downloaded anstyle v1.0.10
3042024-11-28T00:55:31.053Z Downloaded cargo_toml v0.20.5
3052024-11-28T00:55:31.055Z Downloaded autocfg v1.4.0
3062024-11-28T00:55:31.060Z Downloaded camino-tempfile v1.1.1
3072024-11-28T00:55:31.063Z Downloaded cargo_metadata v0.18.1
3082024-11-28T00:55:31.065Z Downloaded block-buffer v0.10.4
3092024-11-28T00:55:31.069Z Downloaded byteorder v1.5.0
3102024-11-28T00:55:31.072Z Downloaded bitflags v2.6.0
3112024-11-28T00:55:31.075Z Downloaded cargo-platform v0.1.8
3122024-11-28T00:55:31.077Z Downloaded camino v1.1.9
3132024-11-28T00:55:31.080Z Downloaded cfg-if v1.0.0
3142024-11-28T00:55:31.080Z Downloaded anstyle-parse v0.2.5
3152024-11-28T00:55:31.082Z Downloaded clap v4.5.21
3162024-11-28T00:55:31.089Z Downloaded cpufeatures v0.2.14
3172024-11-28T00:55:31.091Z Downloaded clap_derive v4.5.18
3182024-11-28T00:55:31.094Z Downloaded fastrand v2.1.1
3192024-11-28T00:55:31.096Z Downloaded clap_lex v0.7.2
3202024-11-28T00:55:31.096Z Downloaded dof v0.3.0
3212024-11-28T00:55:31.096Z Downloaded crypto-common v0.1.6
3222024-11-28T00:55:31.096Z Downloaded digest v0.10.7
3232024-11-28T00:55:31.099Z Downloaded bytecount v0.6.8
3242024-11-28T00:55:31.102Z Downloaded anyhow v1.0.93
3252024-11-28T00:55:31.105Z Downloaded equivalent v1.0.1
3262024-11-28T00:55:31.105Z Downloaded anstyle-query v1.1.1
3272024-11-28T00:55:31.108Z Downloaded dtrace-parser v0.2.0
3282024-11-28T00:55:31.113Z Downloaded generic-array v0.14.7
3292024-11-28T00:55:31.113Z Downloaded pest_generator v2.7.14
3302024-11-28T00:55:31.113Z Downloaded itoa v1.0.11
3312024-11-28T00:55:31.115Z Downloaded fs-err v2.11.0
3322024-11-28T00:55:31.115Z Downloaded fnv v1.0.7
3332024-11-28T00:55:31.115Z Downloaded clap_builder v4.5.21
3342024-11-28T00:55:31.121Z Downloaded colorchoice v1.0.2
3352024-11-28T00:55:31.123Z Downloaded hashbrown v0.15.0
3362024-11-28T00:55:31.127Z Downloaded scroll_derive v0.12.0
3372024-11-28T00:55:31.134Z Downloaded pretty-hex v0.4.1
3382024-11-28T00:55:31.151Z Downloaded swrite v0.1.0
3392024-11-28T00:55:31.156Z Downloaded usdt-macro v0.5.0
3402024-11-28T00:55:31.156Z Downloaded usdt-attr-macro v0.5.0
3412024-11-28T00:55:31.161Z Downloaded macaddr v1.0.1
3422024-11-28T00:55:31.165Z Downloaded proc-macro-error-attr v1.0.4
3432024-11-28T00:55:31.165Z Downloaded is_terminal_polyfill v1.70.1
3442024-11-28T00:55:31.165Z Downloaded heck v0.4.1
3452024-11-28T00:55:31.165Z Downloaded heck v0.5.0
3462024-11-28T00:55:31.167Z Downloaded errno v0.3.9
3472024-11-28T00:55:31.170Z Downloaded plain v0.2.3
3482024-11-28T00:55:31.174Z Downloaded serde_spanned v0.6.8
3492024-11-28T00:55:31.177Z Downloaded scroll v0.12.0
3502024-11-28T00:55:31.180Z Downloaded smawk v0.3.2
3512024-11-28T00:55:31.186Z Downloaded strsim v0.11.1
3522024-11-28T00:55:31.188Z Downloaded memchr v2.7.4
3532024-11-28T00:55:31.191Z Downloaded usdt v0.5.0
3542024-11-28T00:55:31.194Z Downloaded unicode-linebreak v0.1.5
3552024-11-28T00:55:31.194Z Downloaded thread-id v4.2.2
3562024-11-28T00:55:31.196Z Downloaded thiserror-impl v1.0.69
3572024-11-28T00:55:31.196Z Downloaded terminal_size v0.4.0
3582024-11-28T00:55:31.199Z Downloaded version_check v0.9.5
3592024-11-28T00:55:31.199Z Downloaded toml_datetime v0.6.8
3602024-11-28T00:55:31.199Z Downloaded utf8parse v0.2.2
3612024-11-28T00:55:31.201Z Downloaded tabled_derive v0.7.0
3622024-11-28T00:55:31.201Z Downloaded serde_tokenstream v0.2.2
3632024-11-28T00:55:31.203Z Downloaded memmap v0.7.0
3642024-11-28T00:55:31.206Z Downloaded semver v1.0.23
3652024-11-28T00:55:31.208Z Downloaded proc-macro-error v1.0.4
3662024-11-28T00:55:31.211Z Downloaded pest_derive v2.7.14
3672024-11-28T00:55:31.214Z Downloaded sha2 v0.10.8
3682024-11-28T00:55:31.217Z Downloaded tempfile v3.13.0
3692024-11-28T00:55:31.219Z Downloaded quote v1.0.37
3702024-11-28T00:55:31.222Z Downloaded log v0.4.22
3712024-11-28T00:55:31.224Z Downloaded thiserror v1.0.69
3722024-11-28T00:55:31.230Z Downloaded once_cell v1.20.2
3732024-11-28T00:55:31.236Z Downloaded zerocopy-derive v0.7.35
3742024-11-28T00:55:31.240Z Downloaded ryu v1.0.18
3752024-11-28T00:55:31.243Z Downloaded papergrid v0.11.0
3762024-11-28T00:55:31.247Z Downloaded unicode-ident v1.0.13
3772024-11-28T00:55:31.249Z Downloaded typenum v1.17.0
3782024-11-28T00:55:31.252Z Downloaded toml v0.8.19
3792024-11-28T00:55:31.257Z Downloaded textwrap v0.16.1
3802024-11-28T00:55:31.259Z Downloaded ucd-trie v0.1.7
3812024-11-28T00:55:31.259Z Downloaded proc-macro2 v1.0.89
3822024-11-28T00:55:31.261Z Downloaded pest_meta v2.7.14
3832024-11-28T00:55:31.264Z Downloaded usdt-impl v0.5.0
3842024-11-28T00:55:31.266Z Downloaded serde_derive v1.0.215
3852024-11-28T00:55:31.268Z Downloaded indexmap v2.6.0
3862024-11-28T00:55:31.289Z Downloaded serde v1.0.215
3872024-11-28T00:55:31.300Z Downloaded toml_edit v0.22.22
3882024-11-28T00:55:31.338Z Downloaded pest v2.7.14
3892024-11-28T00:55:31.346Z Downloaded zerocopy v0.7.35
3902024-11-28T00:55:31.361Z Downloaded winnow v0.6.20
3912024-11-28T00:55:31.369Z Downloaded serde_json v1.0.132
3922024-11-28T00:55:31.376Z Downloaded goblin v0.8.2
3932024-11-28T00:55:31.381Z Downloaded tabled v0.15.0
3942024-11-28T00:55:31.396Z Downloaded syn v1.0.109
3952024-11-28T00:55:31.405Z Downloaded syn v2.0.87
3962024-11-28T00:55:31.415Z Downloaded unicode-width v0.1.14
3972024-11-28T00:55:31.420Z Downloaded rustix v0.38.37
3982024-11-28T00:55:31.455Z Downloaded libc v0.2.162
3992024-11-28T00:55:31.765Z Compiling proc-macro2 v1.0.89
4002024-11-28T00:55:31.765Z Compiling unicode-ident v1.0.13
4012024-11-28T00:55:31.765Z Compiling version_check v0.9.5
4022024-11-28T00:55:31.768Z Compiling serde v1.0.215
4032024-11-28T00:55:31.768Z Compiling thiserror v1.0.69
4042024-11-28T00:55:31.768Z Compiling memchr v2.7.4
4052024-11-28T00:55:31.768Z Compiling libc v0.2.162
4062024-11-28T00:55:31.801Z Compiling ucd-trie v0.1.7
4072024-11-28T00:55:32.011Z Compiling itoa v1.0.11
4082024-11-28T00:55:32.249Z Compiling ryu v1.0.18
4092024-11-28T00:55:32.448Z Compiling once_cell v1.20.2
4102024-11-28T00:55:32.608Z Compiling byteorder v1.5.0
4112024-11-28T00:55:33.005Z Compiling serde_json v1.0.132
4122024-11-28T00:55:33.159Z Compiling rustix v0.38.37
4132024-11-28T00:55:33.336Z Compiling bitflags v2.6.0
4142024-11-28T00:55:33.371Z Compiling proc-macro-error-attr v1.0.4
4152024-11-28T00:55:33.430Z Compiling usdt-impl v0.5.0
4162024-11-28T00:55:33.551Z Compiling syn v1.0.109
4172024-11-28T00:55:33.716Z Compiling proc-macro-error v1.0.4
4182024-11-28T00:55:33.769Z Compiling camino v1.1.9
4192024-11-28T00:55:33.882Z Compiling utf8parse v0.2.2
4202024-11-28T00:55:33.992Z Compiling hashbrown v0.15.0
4212024-11-28T00:55:34.049Z Compiling equivalent v1.0.1
4222024-11-28T00:55:34.074Z Compiling log v0.4.22
4232024-11-28T00:55:34.162Z Compiling quote v1.0.37
4242024-11-28T00:55:34.257Z Compiling plain v0.2.3
4252024-11-28T00:55:34.366Z Compiling thread-id v4.2.2
4262024-11-28T00:55:34.424Z Compiling errno v0.3.9
4272024-11-28T00:55:34.457Z Compiling anstyle-parse v0.2.5
4282024-11-28T00:55:34.620Z Compiling syn v2.0.87
4292024-11-28T00:55:34.813Z Compiling pretty-hex v0.4.1
4302024-11-28T00:55:34.844Z Compiling colorchoice v1.0.2
4312024-11-28T00:55:34.882Z Compiling is_terminal_polyfill v1.70.1
4322024-11-28T00:55:35.019Z Compiling autocfg v1.4.0
4332024-11-28T00:55:35.040Z Compiling anstyle-query v1.1.1
4342024-11-28T00:55:35.042Z Compiling anstyle v1.0.10
4352024-11-28T00:55:35.189Z Compiling indexmap v2.6.0
4362024-11-28T00:55:35.213Z Compiling semver v1.0.23
4372024-11-28T00:55:35.536Z Compiling unicode-width v0.1.14
4382024-11-28T00:55:35.752Z Compiling winnow v0.6.20
4392024-11-28T00:55:36.125Z Compiling fs-err v2.11.0
4402024-11-28T00:55:36.151Z Compiling anstream v0.6.15
4412024-11-28T00:55:36.417Z Compiling bytecount v0.6.8
4422024-11-28T00:55:36.450Z Compiling strsim v0.11.1
4432024-11-28T00:55:36.493Z Compiling cfg-if v1.0.0
4442024-11-28T00:55:36.597Z Compiling heck v0.4.1
4452024-11-28T00:55:36.653Z Compiling anyhow v1.0.93
4462024-11-28T00:55:36.949Z Compiling terminal_size v0.4.0
4472024-11-28T00:55:37.113Z Compiling fnv v1.0.7
4482024-11-28T00:55:37.157Z Compiling heck v0.5.0
4492024-11-28T00:55:37.283Z Compiling fastrand v2.1.1
4502024-11-28T00:55:37.420Z Compiling clap_lex v0.7.2
4512024-11-28T00:55:37.743Z Compiling clap_builder v4.5.21
4522024-11-28T00:55:37.875Z Compiling tempfile v3.13.0
4532024-11-28T00:55:37.902Z Compiling papergrid v0.11.0
4542024-11-28T00:55:38.085Z Compiling memmap v0.7.0
4552024-11-28T00:55:38.437Z Compiling unicode-linebreak v0.1.5
4562024-11-28T00:55:38.471Z Compiling smawk v0.3.2
4572024-11-28T00:55:38.940Z Compiling textwrap v0.16.1
4582024-11-28T00:55:39.324Z Compiling swrite v0.1.0
4592024-11-28T00:55:40.408Z Compiling tabled_derive v0.7.0
4602024-11-28T00:55:41.872Z Compiling tabled v0.15.0
4612024-11-28T00:55:43.692Z Compiling serde_derive v1.0.215
4622024-11-28T00:55:43.692Z Compiling thiserror-impl v1.0.69
4632024-11-28T00:55:43.692Z Compiling zerocopy-derive v0.7.35
4642024-11-28T00:55:43.695Z Compiling scroll_derive v0.12.0
4652024-11-28T00:55:43.695Z Compiling clap_derive v4.5.18
4662024-11-28T00:55:44.745Z Compiling scroll v0.12.0
4672024-11-28T00:55:45.254Z Compiling goblin v0.8.2
4682024-11-28T00:55:45.397Z Compiling zerocopy v0.7.35
4692024-11-28T00:55:46.463Z Compiling pest v2.7.14
4702024-11-28T00:55:47.490Z Compiling clap v4.5.21
4712024-11-28T00:55:48.636Z Compiling pest_meta v2.7.14
4722024-11-28T00:55:49.505Z Compiling pest_generator v2.7.14
4732024-11-28T00:55:51.566Z Compiling pest_derive v2.7.14
4742024-11-28T00:55:52.230Z Compiling dtrace-parser v0.2.0
4752024-11-28T00:55:53.791Z Compiling serde_tokenstream v0.2.2
4762024-11-28T00:55:53.811Z Compiling toml_datetime v0.6.8
4772024-11-28T00:55:53.832Z Compiling serde_spanned v0.6.8
4782024-11-28T00:55:54.179Z Compiling toml_edit v0.22.22
4792024-11-28T00:55:54.200Z Compiling cargo-platform v0.1.8
4802024-11-28T00:55:54.325Z Compiling macaddr v1.0.1
4812024-11-28T00:55:54.482Z Compiling camino-tempfile v1.1.1
4822024-11-28T00:55:55.343Z Compiling dof v0.3.0
4832024-11-28T00:55:55.379Z Compiling cargo_metadata v0.18.1
4842024-11-28T00:55:56.918Z Compiling toml v0.8.19
4852024-11-28T00:55:57.080Z Compiling usdt-macro v0.5.0
4862024-11-28T00:55:57.084Z Compiling usdt-attr-macro v0.5.0
4872024-11-28T00:55:57.795Z Compiling cargo_toml v0.20.5
4882024-11-28T00:55:58.519Z Compiling usdt v0.5.0
4892024-11-28T00:56:01.415Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902024-11-28T00:56:05.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.29s
4912024-11-28T00:56:05.846Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4922024-11-28T00:56:06.379Z Downloading crates ...
4932024-11-28T00:56:06.521Z Downloaded http-range v0.1.5
4942024-11-28T00:56:06.531Z Downloaded iana-time-zone v0.1.61
4952024-11-28T00:56:06.536Z Downloaded hex-literal v0.4.1
4962024-11-28T00:56:06.539Z Downloaded heapless v0.8.0
4972024-11-28T00:56:06.544Z Downloaded lazy_static v1.5.0
4982024-11-28T00:56:06.548Z Downloaded icu_provider_macros v1.5.0
4992024-11-28T00:56:06.548Z Downloaded instability v0.3.2
5002024-11-28T00:56:06.555Z Downloaded addr2line v0.24.2
5012024-11-28T00:56:06.559Z Downloaded maplit v1.0.2
5022024-11-28T00:56:06.559Z Downloaded lru v0.12.5
5032024-11-28T00:56:06.562Z Downloaded maybe-uninit v2.0.0
5042024-11-28T00:56:06.562Z Downloaded indoc v1.0.9
5052024-11-28T00:56:06.566Z Downloaded linear-map v1.2.0
5062024-11-28T00:56:06.566Z Downloaded idna v1.0.3
5072024-11-28T00:56:06.569Z Downloaded darling v0.20.10
5082024-11-28T00:56:06.580Z Downloaded arc-swap v1.7.1
5092024-11-28T00:56:06.583Z Downloaded arrayvec v0.7.6
5102024-11-28T00:56:06.588Z Downloaded argon2 v0.5.3
5112024-11-28T00:56:06.592Z Downloaded assert_matches v1.5.0
5122024-11-28T00:56:06.594Z Downloaded atty v0.2.14
5132024-11-28T00:56:06.594Z Downloaded atomicwrites v0.4.4
5142024-11-28T00:56:06.598Z Downloaded async-stream-impl v0.3.6
5152024-11-28T00:56:06.602Z Downloaded progenitor-impl v0.8.0
5162024-11-28T00:56:06.605Z Downloaded array-init v0.0.4
5172024-11-28T00:56:06.605Z Downloaded ascii-canvas v3.0.0
5182024-11-28T00:56:06.609Z Downloaded bb8 v0.8.5
5192024-11-28T00:56:06.611Z Downloaded atomic-waker v1.1.2
5202024-11-28T00:56:06.618Z Downloaded async-bb8-diesel v0.2.1
5212024-11-28T00:56:06.621Z Downloaded base64ct v1.6.0
5222024-11-28T00:56:06.624Z Downloaded async-recursion v1.1.1
5232024-11-28T00:56:06.628Z Downloaded backoff v0.4.0
5242024-11-28T00:56:06.632Z Downloaded rustversion v1.0.17
5252024-11-28T00:56:06.635Z Downloaded allocator-api2 v0.2.18
5262024-11-28T00:56:06.637Z Downloaded heck v0.3.3
5272024-11-28T00:56:06.637Z Downloaded headers-core v0.3.0
5282024-11-28T00:56:06.639Z Downloaded ciborium-io v0.2.2
5292024-11-28T00:56:06.640Z Downloaded bcrypt-pbkdf v0.10.0
5302024-11-28T00:56:06.644Z Downloaded bitflags v1.3.2
5312024-11-28T00:56:06.648Z Downloaded heapless v0.7.17
5322024-11-28T00:56:06.653Z Downloaded cfg_aliases v0.2.1
5332024-11-28T00:56:06.656Z Downloaded ahash v0.8.11
5342024-11-28T00:56:06.656Z Downloaded async-stream v0.3.6
5352024-11-28T00:56:06.658Z Downloaded arrayref v0.3.9
5362024-11-28T00:56:06.664Z Downloaded http-body v1.0.1
5372024-11-28T00:56:06.668Z Downloaded crunchy v0.2.2
5382024-11-28T00:56:06.669Z Downloaded crucible-workspace-hack v0.1.0
5392024-11-28T00:56:06.669Z Downloaded cfg_aliases v0.1.1
5402024-11-28T00:56:06.673Z Downloaded cstr-argument v0.1.2
5412024-11-28T00:56:06.680Z Downloaded base16ct v0.2.0
5422024-11-28T00:56:06.683Z Downloaded bit-vec v0.6.3
5432024-11-28T00:56:06.683Z Downloaded home v0.5.9
5442024-11-28T00:56:06.683Z Downloaded buf-list v1.0.3
5452024-11-28T00:56:06.685Z Downloaded bitfield-struct v0.6.2
5462024-11-28T00:56:06.687Z Downloaded async-trait v0.1.83
5472024-11-28T00:56:06.690Z Downloaded hubpack v0.1.2
5482024-11-28T00:56:06.693Z Downloaded hex v0.4.3
5492024-11-28T00:56:06.697Z Downloaded bcs v0.1.6
5502024-11-28T00:56:06.703Z Downloaded adler2 v2.0.0
5512024-11-28T00:56:06.703Z Downloaded instant v0.1.13
5522024-11-28T00:56:06.708Z Downloaded ident_case v1.0.1
5532024-11-28T00:56:06.709Z Downloaded blowfish v0.9.1
5542024-11-28T00:56:06.709Z Downloaded hubpack_derive v0.1.1
5552024-11-28T00:56:06.709Z Downloaded convert_case v0.4.0
5562024-11-28T00:56:06.709Z Downloaded colored v2.1.0
5572024-11-28T00:56:06.711Z Downloaded cipher v0.4.4
5582024-11-28T00:56:06.711Z Downloaded ciborium-ll v0.2.2
5592024-11-28T00:56:06.711Z Downloaded httpdate v1.0.3
5602024-11-28T00:56:06.711Z Downloaded http-body-util v0.1.2
5612024-11-28T00:56:06.713Z Downloaded hostname v0.4.0
5622024-11-28T00:56:06.715Z Downloaded sigpipe v0.1.3
5632024-11-28T00:56:06.716Z Downloaded highway v1.2.0
5642024-11-28T00:56:06.718Z Downloaded hyper-tls v0.6.0
5652024-11-28T00:56:06.720Z Downloaded hostname v0.3.1
5662024-11-28T00:56:06.722Z Downloaded crc v3.2.1
5672024-11-28T00:56:06.725Z Downloaded crc-catalog v2.4.0
5682024-11-28T00:56:06.725Z Downloaded constant_time_eq v0.3.1
5692024-11-28T00:56:06.728Z Downloaded curve25519-dalek-derive v0.1.1
5702024-11-28T00:56:06.731Z Downloaded ctr v0.9.2
5712024-11-28T00:56:06.731Z Downloaded chrono-tz-build v0.4.0
5722024-11-28T00:56:06.734Z Downloaded chacha20 v0.9.1
5732024-11-28T00:56:06.735Z Downloaded hyper-rustls v0.27.3
5742024-11-28T00:56:06.737Z Downloaded const_format_proc_macros v0.2.33
5752024-11-28T00:56:06.739Z Downloaded cobs v0.2.3
5762024-11-28T00:56:06.739Z Downloaded cmake v0.1.51
5772024-11-28T00:56:06.742Z Downloaded matches v0.1.10
5782024-11-28T00:56:06.744Z Downloaded md5 v0.7.0
5792024-11-28T00:56:06.744Z Downloaded managed v0.8.0
5802024-11-28T00:56:06.746Z Downloaded sync-ptr v0.1.1
5812024-11-28T00:56:06.746Z Downloaded bitfield v0.14.0
5822024-11-28T00:56:06.748Z Downloaded lru-cache v0.1.2
5832024-11-28T00:56:06.748Z Downloaded md-5 v0.10.6
5842024-11-28T00:56:06.750Z Downloaded match_cfg v0.1.0
5852024-11-28T00:56:06.753Z Downloaded rustc_version v0.1.7
5862024-11-28T00:56:06.753Z Downloaded serde_path_to_error v0.1.16
5872024-11-28T00:56:06.757Z Downloaded semver v0.1.20
5882024-11-28T00:56:06.757Z Downloaded scopeguard v1.2.0
5892024-11-28T00:56:06.759Z Downloaded linked-hash-map v0.5.6
5902024-11-28T00:56:06.759Z Downloaded tower-service v0.3.3
5912024-11-28T00:56:06.759Z Downloaded is-terminal v0.4.13
5922024-11-28T00:56:06.761Z Downloaded is_ci v1.2.0
5932024-11-28T00:56:06.764Z Downloaded cbc v0.1.2
5942024-11-28T00:56:06.764Z Downloaded hyper-staticfile v0.10.1
5952024-11-28T00:56:06.766Z Downloaded bzip2 v0.4.4
5962024-11-28T00:56:06.768Z Downloaded internet-checksum v0.2.1
5972024-11-28T00:56:06.772Z Downloaded lalrpop-util v0.19.12
5982024-11-28T00:56:06.773Z Downloaded kstat-rs v0.2.4
5992024-11-28T00:56:06.778Z Downloaded ipnetwork v0.20.0
6002024-11-28T00:56:06.778Z Downloaded inout v0.1.3
6012024-11-28T00:56:06.778Z Downloaded cancel-safe-futures v0.1.5
6022024-11-28T00:56:06.783Z Downloaded tap v1.0.1
6032024-11-28T00:56:06.783Z Downloaded hickory-client v0.24.1
6042024-11-28T00:56:06.785Z Downloaded impl-trait-for-tuples v0.2.2
6052024-11-28T00:56:06.785Z Downloaded keccak v0.1.5
6062024-11-28T00:56:06.787Z Downloaded lockfree-object-pool v0.1.6
6072024-11-28T00:56:06.790Z Downloaded string_cache v0.8.7
6082024-11-28T00:56:06.792Z Downloaded memoffset v0.9.1
6092024-11-28T00:56:06.793Z Downloaded spki v0.7.3
6102024-11-28T00:56:06.795Z Downloaded mime v0.3.17
6112024-11-28T00:56:06.798Z Downloaded crc32fast v1.4.2
6122024-11-28T00:56:06.798Z Downloaded csv-core v0.1.11
6132024-11-28T00:56:06.801Z Downloaded strum_macros v0.25.3
6142024-11-28T00:56:06.803Z Downloaded httparse v1.9.5
6152024-11-28T00:56:06.807Z Downloaded derive_builder_macro v0.20.2
6162024-11-28T00:56:06.807Z Downloaded hickory-resolver v0.24.1
6172024-11-28T00:56:06.810Z Downloaded structmeta-derive v0.2.0
6182024-11-28T00:56:06.812Z Downloaded quinn-udp v0.5.5
6192024-11-28T00:56:06.814Z Downloaded rustc-hash v2.0.0
6202024-11-28T00:56:06.817Z Downloaded rfc6979 v0.4.0
6212024-11-28T00:56:06.817Z Downloaded tokio-native-tls v0.3.1
6222024-11-28T00:56:06.819Z Downloaded tokio-macros v2.4.0
6232024-11-28T00:56:06.827Z Downloaded ref-cast-impl v1.0.23
6242024-11-28T00:56:06.827Z Downloaded slog-envlogger v2.2.0
6252024-11-28T00:56:06.830Z Downloaded icu_locid_transform v1.5.0
6262024-11-28T00:56:06.830Z Downloaded twox-hash v1.6.3
6272024-11-28T00:56:06.830Z Downloaded tinystr v0.7.6
6282024-11-28T00:56:06.830Z Downloaded serde_with_macros v3.11.0
6292024-11-28T00:56:06.833Z Downloaded crc-any v2.5.0
6302024-11-28T00:56:06.835Z Downloaded newtype_derive v0.1.6
6312024-11-28T00:56:06.835Z Downloaded newline-converter v0.3.0
6322024-11-28T00:56:06.839Z Downloaded universal-hash v0.5.1
6332024-11-28T00:56:06.839Z Downloaded litemap v0.7.3
6342024-11-28T00:56:06.842Z Downloaded icu_locid_transform_data v1.5.0
6352024-11-28T00:56:06.846Z Downloaded num_threads v0.1.7
6362024-11-28T00:56:06.846Z Downloaded typify-macro v0.2.0
6372024-11-28T00:56:06.853Z Downloaded base64 v0.22.1
6382024-11-28T00:56:06.856Z Downloaded mime_guess v2.0.5
6392024-11-28T00:56:06.856Z Downloaded utf-8 v0.7.6
6402024-11-28T00:56:06.856Z Downloaded slog-term v2.9.1
6412024-11-28T00:56:06.856Z Downloaded cookie v0.18.1
6422024-11-28T00:56:06.858Z Downloaded unarray v0.1.4
6432024-11-28T00:56:06.863Z Downloaded crossbeam-utils v0.8.20
6442024-11-28T00:56:06.863Z Downloaded psl-types v2.0.11
6452024-11-28T00:56:06.863Z Downloaded either v1.13.0
6462024-11-28T00:56:06.866Z Downloaded futures-executor v0.3.31
6472024-11-28T00:56:06.869Z Downloaded ff v0.13.0
6482024-11-28T00:56:06.869Z Downloaded crossbeam-epoch v0.9.18
6492024-11-28T00:56:06.871Z Downloaded zerovec-derive v0.10.3
6502024-11-28T00:56:06.875Z Downloaded progenitor-macro v0.8.0
6512024-11-28T00:56:06.875Z Downloaded zeroize_derive v1.4.2
6522024-11-28T00:56:06.877Z Downloaded clang-sys v1.8.1
6532024-11-28T00:56:06.883Z Downloaded fallible-streaming-iterator v0.1.9
6542024-11-28T00:56:06.883Z Downloaded fallible-iterator v0.2.0
6552024-11-28T00:56:06.883Z Downloaded icu_locid v1.5.0
6562024-11-28T00:56:06.892Z Downloaded mockall v0.13.0
6572024-11-28T00:56:06.898Z Downloaded hash32 v0.2.1
6582024-11-28T00:56:06.898Z Downloaded indexmap v1.9.3
6592024-11-28T00:56:06.898Z Downloaded icu_normalizer_data v1.5.0
6602024-11-28T00:56:06.898Z Downloaded nibble_vec v0.1.0
6612024-11-28T00:56:06.900Z Downloaded bytes v1.8.0
6622024-11-28T00:56:06.900Z Downloaded tinyvec_macros v0.1.1
6632024-11-28T00:56:06.903Z Downloaded icu_provider v1.5.0
6642024-11-28T00:56:06.905Z Downloaded num_enum_derive v0.5.11
6652024-11-28T00:56:06.905Z Downloaded sqlformat v0.2.6
6662024-11-28T00:56:06.917Z Downloaded darling_macro v0.20.10
6672024-11-28T00:56:06.920Z Downloaded hickory-server v0.24.1
6682024-11-28T00:56:06.925Z Downloaded take_mut v0.2.2
6692024-11-28T00:56:06.927Z Downloaded powerfmt v0.2.0
6702024-11-28T00:56:06.927Z Downloaded rand_seeder v0.3.0
6712024-11-28T00:56:06.929Z Downloaded vte_generate_state_changes v0.1.2
6722024-11-28T00:56:06.932Z Downloaded foreign-types-shared v0.3.1
6732024-11-28T00:56:06.932Z Downloaded foreign-types-shared v0.1.1
6742024-11-28T00:56:06.932Z Downloaded derive_builder_core v0.20.2
6752024-11-28T00:56:06.934Z Downloaded chacha20poly1305 v0.10.1
6762024-11-28T00:56:06.936Z Downloaded prettyplease v0.2.25
6772024-11-28T00:56:06.939Z Downloaded diesel_table_macro_syntax v0.2.0
6782024-11-28T00:56:06.942Z Downloaded rustfmt-wrapper v0.2.1
6792024-11-28T00:56:06.942Z Downloaded der_derive v0.7.3
6802024-11-28T00:56:06.945Z Downloaded icu_properties v1.5.1
6812024-11-28T00:56:06.948Z Downloaded stable_deref_trait v1.2.0
6822024-11-28T00:56:06.948Z Downloaded slog-async v2.8.0
6832024-11-28T00:56:06.952Z Downloaded slab v0.4.9
6842024-11-28T00:56:06.954Z Downloaded siphasher v0.3.11
6852024-11-28T00:56:06.954Z Downloaded ssh-encoding v0.2.0
6862024-11-28T00:56:06.957Z Downloaded hash32 v0.3.1
6872024-11-28T00:56:06.957Z Downloaded openssl-macros v0.1.1
6882024-11-28T00:56:06.960Z Downloaded aes v0.8.4
6892024-11-28T00:56:06.963Z Downloaded normalize-line-endings v0.3.0
6902024-11-28T00:56:06.963Z Downloaded termcolor v1.4.1
6912024-11-28T00:56:06.965Z Downloaded openssl-probe v0.1.5
6922024-11-28T00:56:06.965Z Downloaded parking_lot_core v0.9.10
6932024-11-28T00:56:06.968Z Downloaded parking_lot_core v0.8.6
6942024-11-28T00:56:06.971Z Downloaded tls_codec_derive v0.4.1
6952024-11-28T00:56:06.973Z Downloaded parking_lot v0.11.2
6962024-11-28T00:56:06.976Z Downloaded snafu v0.8.5
6972024-11-28T00:56:06.980Z Downloaded peg-runtime v0.8.3
6982024-11-28T00:56:06.982Z Downloaded http v1.1.0
6992024-11-28T00:56:06.985Z Downloaded tls_codec v0.4.1
7002024-11-28T00:56:06.988Z Downloaded signal-hook-tokio v0.3.1
7012024-11-28T00:56:06.990Z Downloaded rpassword v7.3.1
7022024-11-28T00:56:06.990Z Downloaded postgres-protocol v0.6.7
7032024-11-28T00:56:06.993Z Downloaded derive_more v0.99.18
7042024-11-28T00:56:06.997Z Downloaded derive-where v1.2.7
7052024-11-28T00:56:07.001Z Downloaded fragile v2.0.0
7062024-11-28T00:56:07.004Z Downloaded form_urlencoded v1.2.1
7072024-11-28T00:56:07.004Z Downloaded ena v0.14.3
7082024-11-28T00:56:07.006Z Downloaded debug-ignore v1.0.5
7092024-11-28T00:56:07.009Z Downloaded fatfs v0.3.6
7102024-11-28T00:56:07.012Z Downloaded cc v1.1.30
7112024-11-28T00:56:07.014Z Downloaded num-iter v0.1.45
7122024-11-28T00:56:07.018Z Downloaded termtree v0.4.1
7132024-11-28T00:56:07.022Z Downloaded scheduled-thread-pool v0.2.7
7142024-11-28T00:56:07.022Z Downloaded tar v0.4.42
7152024-11-28T00:56:07.024Z Downloaded backtrace v0.3.74
7162024-11-28T00:56:07.027Z Downloaded oso-derive v0.27.3
7172024-11-28T00:56:07.030Z Downloaded parking_lot v0.12.3
7182024-11-28T00:56:07.033Z Downloaded crossbeam-channel v0.5.13
7192024-11-28T00:56:07.036Z Downloaded zone_cfg_derive v0.3.0
7202024-11-28T00:56:07.036Z Downloaded zone_cfg_derive v0.1.2
7212024-11-28T00:56:07.038Z Downloaded term v0.7.0
7222024-11-28T00:56:07.041Z Downloaded oso v0.27.3
7232024-11-28T00:56:07.043Z Downloaded const_format v0.2.33
7242024-11-28T00:56:07.048Z Downloaded foreign-types v0.5.0
7252024-11-28T00:56:07.053Z Downloaded phf_generator v0.11.2
7262024-11-28T00:56:07.056Z Downloaded tracing-attributes v0.1.27
7272024-11-28T00:56:07.056Z Downloaded pem v3.0.4
7282024-11-28T00:56:07.056Z Downloaded icu_collections v1.5.0
7292024-11-28T00:56:07.062Z Downloaded strum_macros v0.24.3
7302024-11-28T00:56:07.065Z Downloaded serde_plain v1.0.2
7312024-11-28T00:56:07.065Z Downloaded rand v0.8.5
7322024-11-28T00:56:07.070Z Downloaded phf_shared v0.10.0
7332024-11-28T00:56:07.072Z Downloaded path-slash v0.1.5
7342024-11-28T00:56:07.072Z Downloaded smf v0.2.3
7352024-11-28T00:56:07.073Z Downloaded smallvec v0.6.14
7362024-11-28T00:56:07.076Z Downloaded strum v0.26.3
7372024-11-28T00:56:07.078Z Downloaded tui-tree-widget v0.22.0
7382024-11-28T00:56:07.078Z Downloaded termios v0.3.3
7392024-11-28T00:56:07.083Z Downloaded thiserror-impl-no-std v2.0.2
7402024-11-28T00:56:07.083Z Downloaded slog-stdlog v4.1.1
7412024-11-28T00:56:07.086Z Downloaded slog-scope v4.4.0
7422024-11-28T00:56:07.086Z Downloaded serde_repr v0.1.19
7432024-11-28T00:56:07.089Z Downloaded sqlparser_derive v0.2.2
7442024-11-28T00:56:07.089Z Downloaded aes-gcm v0.10.3
7452024-11-28T00:56:07.092Z Downloaded wyz v0.5.1
7462024-11-28T00:56:07.092Z Downloaded untrusted v0.7.1
7472024-11-28T00:56:07.095Z Downloaded simd-adler32 v0.3.7
7482024-11-28T00:56:07.095Z Downloaded openssl-sys v0.9.103
7492024-11-28T00:56:07.101Z Downloaded crypto-bigint v0.5.5
7502024-11-28T00:56:07.107Z Downloaded gethostname v0.5.0
7512024-11-28T00:56:07.109Z Downloaded filetime v0.2.25
7522024-11-28T00:56:07.112Z Downloaded enum-as-inner v0.6.1
7532024-11-28T00:56:07.112Z Downloaded zone v0.3.0
7542024-11-28T00:56:07.116Z Downloaded zone v0.1.8
7552024-11-28T00:56:07.116Z Downloaded pem-rfc7468 v0.7.0
7562024-11-28T00:56:07.119Z Downloaded num-rational v0.4.2
7572024-11-28T00:56:07.119Z Downloaded foreign-types v0.3.2
7582024-11-28T00:56:07.119Z Downloaded nu-ansi-term v0.50.1
7592024-11-28T00:56:07.122Z Downloaded number_prefix v0.4.0
7602024-11-28T00:56:07.122Z Downloaded paste v1.0.15
7612024-11-28T00:56:07.125Z Downloaded postcard v1.0.10
7622024-11-28T00:56:07.129Z Downloaded foreign-types-macros v0.2.3
7632024-11-28T00:56:07.132Z Downloaded zerofrom v0.1.4
7642024-11-28T00:56:07.132Z Downloaded mockall_derive v0.13.0
7652024-11-28T00:56:07.134Z Downloaded float-ord v0.3.2
7662024-11-28T00:56:07.134Z Downloaded parse-display-derive v0.10.0
7672024-11-28T00:56:07.137Z Downloaded smallvec v1.13.2
7682024-11-28T00:56:07.137Z Downloaded vte v0.11.1
7692024-11-28T00:56:07.140Z Downloaded tabwriter v1.4.0
7702024-11-28T00:56:07.143Z Downloaded peg v0.8.4
7712024-11-28T00:56:07.145Z Downloaded multer v3.1.0
7722024-11-28T00:56:07.148Z Downloaded slog v2.7.0
7732024-11-28T00:56:07.152Z Downloaded signature v2.2.0
7742024-11-28T00:56:07.154Z Downloaded secrecy v0.8.0
7752024-11-28T00:56:07.156Z Downloaded sec1 v0.7.3
7762024-11-28T00:56:07.159Z Downloaded walkdir v2.5.0
7772024-11-28T00:56:07.163Z Downloaded pretty-hex v0.2.1
7782024-11-28T00:56:07.165Z Downloaded defmt-macros v0.3.9
7792024-11-28T00:56:07.168Z Downloaded tiny-keccak v2.0.2
7802024-11-28T00:56:07.171Z Downloaded defmt-parser v0.3.4
7812024-11-28T00:56:07.173Z Downloaded getrandom v0.2.15
7822024-11-28T00:56:07.176Z Downloaded defmt v0.3.8
7832024-11-28T00:56:07.180Z Downloaded time-macros v0.2.18
7842024-11-28T00:56:07.183Z Downloaded publicsuffix v2.2.3
7852024-11-28T00:56:07.186Z Downloaded waitgroup v0.1.2
7862024-11-28T00:56:07.189Z Downloaded num_enum v0.5.11
7872024-11-28T00:56:07.192Z Downloaded env_filter v0.1.2
7882024-11-28T00:56:07.195Z Downloaded zeroize v1.8.1
7892024-11-28T00:56:07.198Z Downloaded zerofrom-derive v0.1.4
7902024-11-28T00:56:07.198Z Downloaded float-cmp v0.9.0
7912024-11-28T00:56:07.201Z Downloaded tracing-core v0.1.32
7922024-11-28T00:56:07.204Z Downloaded subprocess v0.2.9
7932024-11-28T00:56:07.206Z Downloaded num v0.4.3
7942024-11-28T00:56:07.206Z Downloaded globset v0.4.15
7952024-11-28T00:56:07.209Z Downloaded peg-macros v0.8.4
7962024-11-28T00:56:07.212Z Downloaded ed25519-dalek v2.1.1
7972024-11-28T00:56:07.214Z Downloaded new_debug_unreachable v1.0.6
7982024-11-28T00:56:07.215Z Downloaded unicode-properties v0.1.3
7992024-11-28T00:56:07.218Z Downloaded test-strategy v0.3.1
8002024-11-28T00:56:07.221Z Downloaded progenitor-client v0.8.0
8012024-11-28T00:56:07.221Z Downloaded phf_shared v0.11.2
8022024-11-28T00:56:07.223Z Downloaded itertools v0.10.5
8032024-11-28T00:56:07.229Z Downloaded rustc-hash v1.1.0
8042024-11-28T00:56:07.231Z Downloaded aho-corasick v1.1.3
8052024-11-28T00:56:07.236Z Downloaded typify v0.2.0
8062024-11-28T00:56:07.239Z Downloaded difflib v0.4.0
8072024-11-28T00:56:07.241Z Downloaded zopfli v0.8.1
8082024-11-28T00:56:07.243Z Downloaded minimal-lexical v0.2.1
8092024-11-28T00:56:07.247Z Downloaded utf16_iter v1.0.5
8102024-11-28T00:56:07.250Z Downloaded unicode-truncate v1.1.0
8112024-11-28T00:56:07.252Z Downloaded ssh-cipher v0.2.0
8122024-11-28T00:56:07.252Z Downloaded ron v0.8.1
8132024-11-28T00:56:07.258Z Downloaded want v0.3.1
8142024-11-28T00:56:07.261Z Downloaded static_assertions v1.1.0
8152024-11-28T00:56:07.261Z Downloaded glob v0.3.1
8162024-11-28T00:56:07.263Z Downloaded unicode_categories v0.1.1
8172024-11-28T00:56:07.266Z Downloaded num-traits v0.2.19
8182024-11-28T00:56:07.268Z Downloaded libxml v0.3.3
8192024-11-28T00:56:07.273Z Downloaded precomputed-hash v0.1.1
8202024-11-28T00:56:07.276Z Downloaded embedded-io v0.4.0
8212024-11-28T00:56:07.276Z Downloaded multimap v0.10.0
8222024-11-28T00:56:07.282Z Downloaded futures-macro v0.3.31
8232024-11-28T00:56:07.282Z Downloaded rayon-core v1.12.1
8242024-11-28T00:56:07.284Z Downloaded rtoolbox v0.0.2
8252024-11-28T00:56:07.284Z Downloaded rustls-pki-types v1.9.0
8262024-11-28T00:56:07.287Z Downloaded tungstenite v0.21.0
8272024-11-28T00:56:07.292Z Downloaded rustc-demangle v0.1.24
8282024-11-28T00:56:07.297Z Downloaded aws-lc-rs v1.10.0
8292024-11-28T00:56:07.302Z Downloaded downcast v0.11.0
8302024-11-28T00:56:07.304Z Downloaded toolchain_find v0.4.0
8312024-11-28T00:56:07.308Z Downloaded structmeta-derive v0.3.0
8322024-11-28T00:56:07.309Z Downloaded parse-size v1.1.0
8332024-11-28T00:56:07.309Z Downloaded futures-sink v0.3.31
8342024-11-28T00:56:07.312Z Downloaded zerovec v0.10.4
8352024-11-28T00:56:07.315Z Downloaded display-error-chain v0.2.2
8362024-11-28T00:56:07.317Z Downloaded dirs-sys-next v0.1.2
8372024-11-28T00:56:07.321Z Downloaded headers v0.4.0
8382024-11-28T00:56:07.324Z Downloaded dirs-next v2.0.0
8392024-11-28T00:56:07.330Z Downloaded zip v2.1.3
8402024-11-28T00:56:07.332Z Downloaded spin v0.5.2
8412024-11-28T00:56:07.332Z Downloaded zerocopy v0.6.6
8422024-11-28T00:56:07.337Z Downloaded fxhash v0.2.1
8432024-11-28T00:56:07.345Z Downloaded slog-dtrace v0.3.0
8442024-11-28T00:56:07.348Z Downloaded salsa20 v0.10.2
8452024-11-28T00:56:07.352Z Downloaded rusty-fork v0.3.0
8462024-11-28T00:56:07.354Z Downloaded predicates-core v1.0.8
8472024-11-28T00:56:07.356Z Downloaded predicates v3.1.2
8482024-11-28T00:56:07.360Z Downloaded try-lock v0.2.5
8492024-11-28T00:56:07.363Z Downloaded tungstenite v0.24.0
8502024-11-28T00:56:07.367Z Downloaded nanorand v0.7.0
8512024-11-28T00:56:07.370Z Downloaded endian-type v0.1.2
8522024-11-28T00:56:07.373Z Downloaded untrusted v0.9.0
8532024-11-28T00:56:07.377Z Downloaded structmeta v0.3.0
8542024-11-28T00:56:07.377Z Downloaded russh-keys v0.45.0
8552024-11-28T00:56:07.380Z Downloaded resolv-conf v0.7.0
8562024-11-28T00:56:07.383Z Downloaded sync_wrapper v1.0.1
8572024-11-28T00:56:07.387Z Downloaded spin v0.9.8
8582024-11-28T00:56:07.387Z Downloaded snafu-derive v0.8.5
8592024-11-28T00:56:07.390Z Downloaded parse-display v0.10.0
8602024-11-28T00:56:07.390Z Downloaded packed_struct v0.10.1
8612024-11-28T00:56:07.393Z Downloaded futures-io v0.3.31
8622024-11-28T00:56:07.393Z Downloaded socket2 v0.5.7
8632024-11-28T00:56:07.396Z Downloaded schemars_derive v0.8.21
8642024-11-28T00:56:07.400Z Downloaded packed_struct_codegen v0.10.1
8652024-11-28T00:56:07.400Z Downloaded des v0.8.1
8662024-11-28T00:56:07.403Z Downloaded unsafe-libyaml v0.2.11
8672024-11-28T00:56:07.405Z Downloaded ron v0.7.1
8682024-11-28T00:56:07.409Z Downloaded blake3 v1.5.4
8692024-11-28T00:56:07.418Z Downloaded which v4.4.2
8702024-11-28T00:56:07.421Z Downloaded ref-cast v1.0.23
8712024-11-28T00:56:07.424Z Downloaded dsl_auto_type v0.1.2
8722024-11-28T00:56:07.426Z Downloaded unicode-xid v0.2.6
8732024-11-28T00:56:07.426Z Downloaded vergen v8.3.2
8742024-11-28T00:56:07.430Z Downloaded ssh-key v0.6.6
8752024-11-28T00:56:07.437Z Downloaded subtle v2.6.1
8762024-11-28T00:56:07.440Z Downloaded toml v0.7.8
8772024-11-28T00:56:07.445Z Downloaded hkdf v0.12.4
8782024-11-28T00:56:07.448Z Downloaded strum_macros v0.26.4
8792024-11-28T00:56:07.449Z Downloaded tokio-tungstenite v0.23.1
8802024-11-28T00:56:07.451Z Downloaded slog-bunyan v2.5.0
8812024-11-28T00:56:07.454Z Downloaded enum-as-inner v0.5.1
8822024-11-28T00:56:07.454Z Downloaded tokio-rustls v0.24.1
8832024-11-28T00:56:07.457Z Downloaded dhcproto-macros v0.1.0
8842024-11-28T00:56:07.457Z Downloaded yoke-derive v0.7.4
8852024-11-28T00:56:07.461Z Downloaded serde_urlencoded v0.7.1
8862024-11-28T00:56:07.461Z Downloaded write16 v1.0.0
8872024-11-28T00:56:07.464Z Downloaded serde-hex v0.1.0
8882024-11-28T00:56:07.464Z Downloaded x509-cert v0.2.5
8892024-11-28T00:56:07.468Z Downloaded thiserror-no-std v2.0.2
8902024-11-28T00:56:07.474Z Downloaded supports-color v3.0.1
8912024-11-28T00:56:07.480Z Downloaded quick-error v1.2.3
8922024-11-28T00:56:07.480Z Downloaded num-conv v0.1.0
8932024-11-28T00:56:07.480Z Downloaded dyn-clone v1.0.17
8942024-11-28T00:56:07.480Z Downloaded dunce v1.0.5
8952024-11-28T00:56:07.489Z Downloaded tokio-rustls v0.26.0
8962024-11-28T00:56:07.489Z Downloaded tokio-rustls v0.25.0
8972024-11-28T00:56:07.496Z Downloaded rsa v0.9.6
8982024-11-28T00:56:07.496Z Downloaded structmeta v0.2.0
8992024-11-28T00:56:07.496Z Downloaded funty v2.0.0
9002024-11-28T00:56:07.496Z Downloaded opaque-debug v0.3.1
9012024-11-28T00:56:07.496Z Downloaded num-integer v0.1.46
9022024-11-28T00:56:07.499Z Downloaded foldhash v0.1.3
9032024-11-28T00:56:07.499Z Downloaded hyper v1.5.0
9042024-11-28T00:56:07.502Z Downloaded pin-project-lite v0.2.14
9052024-11-28T00:56:07.506Z Downloaded serde-big-array v0.5.1
9062024-11-28T00:56:07.508Z Downloaded pin-project v1.1.6
9072024-11-28T00:56:07.520Z Downloaded predicates-tree v1.0.11
9082024-11-28T00:56:07.523Z Downloaded num-derive v0.4.2
9092024-11-28T00:56:07.526Z Downloaded stringprep v0.1.5
9102024-11-28T00:56:07.526Z Downloaded diesel-dtrace v0.3.0
9112024-11-28T00:56:07.528Z Downloaded olpc-cjson v0.1.4
9122024-11-28T00:56:07.528Z Downloaded unicase v2.7.0
9132024-11-28T00:56:07.531Z Downloaded topological-sort v0.2.2
9142024-11-28T00:56:07.531Z Downloaded futures v0.3.31
9152024-11-28T00:56:07.536Z Downloaded strip-ansi-escapes v0.2.0
9162024-11-28T00:56:07.538Z Downloaded ecdsa v0.16.9
9172024-11-28T00:56:07.541Z Downloaded shlex v1.3.0
9182024-11-28T00:56:07.541Z Downloaded unicode-normalization v0.1.24
9192024-11-28T00:56:07.544Z Downloaded progenitor v0.8.0
9202024-11-28T00:56:07.547Z Downloaded polyval v0.6.2
9212024-11-28T00:56:07.549Z Downloaded hashbrown v0.13.2
9222024-11-28T00:56:07.552Z Downloaded rand_core v0.6.4
9232024-11-28T00:56:07.555Z Downloaded futures-task v0.3.31
9242024-11-28T00:56:07.555Z Downloaded pkcs1 v0.7.5
9252024-11-28T00:56:07.559Z Downloaded env_logger v0.10.2
9262024-11-28T00:56:07.562Z Downloaded tokio-tungstenite v0.21.0
9272024-11-28T00:56:07.564Z Downloaded poly1305 v0.8.0
9282024-11-28T00:56:07.567Z Downloaded pkcs8 v0.10.2
9292024-11-28T00:56:07.569Z Downloaded num-bigint v0.4.6
9302024-11-28T00:56:07.573Z Downloaded miniz_oxide v0.8.0
9312024-11-28T00:56:07.576Z Downloaded typed-path v0.9.3
9322024-11-28T00:56:07.582Z Downloaded signal-hook-mio v0.2.4
9332024-11-28T00:56:07.584Z Downloaded slog-json v2.6.1
9342024-11-28T00:56:07.586Z Downloaded parse-zoneinfo v0.3.1
9352024-11-28T00:56:07.589Z Downloaded pin-utils v0.1.0
9362024-11-28T00:56:07.589Z Downloaded rusqlite v0.32.1
9372024-11-28T00:56:07.596Z Downloaded schemars v0.8.21
9382024-11-28T00:56:07.608Z Downloaded num-complex v0.4.6
9392024-11-28T00:56:07.612Z Downloaded owo-colors v4.1.0
9402024-11-28T00:56:07.615Z Downloaded futures-channel v0.3.31
9412024-11-28T00:56:07.617Z Downloaded salty v0.3.0
9422024-11-28T00:56:07.622Z Downloaded expectorate v1.1.0
9432024-11-28T00:56:07.626Z Downloaded steno v0.4.1
9442024-11-28T00:56:07.629Z Downloaded serde_yaml v0.9.34+deprecated
9452024-11-28T00:56:07.634Z Downloaded num-bigint-dig v0.8.4
9462024-11-28T00:56:07.640Z Downloaded elliptic-curve v0.13.8
9472024-11-28T00:56:07.642Z Downloaded rand_xorshift v0.3.0
9482024-11-28T00:56:07.645Z Downloaded samael v0.0.17
9492024-11-28T00:56:07.650Z Downloaded p256 v0.13.2
9502024-11-28T00:56:07.653Z Downloaded omicron-zone-package v0.11.1
9512024-11-28T00:56:07.660Z Downloaded diesel_derives v2.2.3
9522024-11-28T00:56:07.663Z Downloaded bitvec v1.0.1
9532024-11-28T00:56:07.677Z Downloaded unicode-bidi v0.3.17
9542024-11-28T00:56:07.679Z Downloaded pkcs5 v0.7.1
9552024-11-28T00:56:07.683Z Downloaded hashbrown v0.14.5
9562024-11-28T00:56:07.689Z Downloaded tinyvec v1.8.0
9572024-11-28T00:56:07.691Z Downloaded url v2.5.3
9582024-11-28T00:56:07.694Z Downloaded mio v1.0.2
9592024-11-28T00:56:07.700Z Downloaded similar v2.6.0
9602024-11-28T00:56:07.706Z Downloaded qorb v0.2.0
9612024-11-28T00:56:07.711Z Downloaded icu_properties_data v1.5.0
9622024-11-28T00:56:07.720Z Downloaded dhcproto v0.12.0
9632024-11-28T00:56:07.724Z Downloaded tokio-postgres v0.7.12
9642024-11-28T00:56:07.730Z Downloaded tokio-util v0.7.12
9652024-11-28T00:56:07.736Z Downloaded bindgen v0.69.5
9662024-11-28T00:56:07.744Z Downloaded rustyline v14.0.0
9672024-11-28T00:56:07.750Z Downloaded russh v0.45.0
9682024-11-28T00:56:07.756Z Downloaded portable-atomic v1.9.0
9692024-11-28T00:56:07.765Z Downloaded unicode-segmentation v1.12.0
9702024-11-28T00:56:07.767Z Downloaded quinn v0.11.5
9712024-11-28T00:56:07.770Z Downloaded idna v0.4.0
9722024-11-28T00:56:07.778Z Downloaded tough v0.19.0
9732024-11-28T00:56:07.785Z Downloaded rustls-webpki v0.101.7
9742024-11-28T00:56:07.802Z Downloaded zerocopy v0.8.10
9752024-11-28T00:56:07.826Z Downloaded quinn-proto v0.11.8
9762024-11-28T00:56:07.832Z Downloaded petname v2.0.2
9772024-11-28T00:56:07.838Z Downloaded sqlparser v0.45.0
9782024-11-28T00:56:07.844Z Downloaded idna v0.5.0
9792024-11-28T00:56:07.851Z Downloaded idna v0.3.0
9802024-11-28T00:56:07.857Z Downloaded quick-xml v0.33.0
9812024-11-28T00:56:07.863Z Downloaded p384 v0.13.0
9822024-11-28T00:56:07.870Z Downloaded webpki-roots v0.26.6
9832024-11-28T00:56:07.873Z Downloaded rustls v0.21.12
9842024-11-28T00:56:07.885Z Downloaded futures-util v0.3.31
9852024-11-28T00:56:07.898Z Downloaded git2 v0.19.0
9862024-11-28T00:56:07.906Z Downloaded time v0.3.36
9872024-11-28T00:56:07.913Z Downloaded rustls v0.22.4
9882024-11-28T00:56:07.929Z Downloaded serde_with v3.11.0
9892024-11-28T00:56:07.937Z Downloaded gimli v0.31.1
9902024-11-28T00:56:07.945Z Downloaded h2 v0.4.6
9912024-11-28T00:56:07.952Z Downloaded curve25519-dalek v4.1.3
9922024-11-28T00:56:07.961Z Downloaded reqwest v0.12.9
9932024-11-28T00:56:07.972Z Downloaded rayon v1.10.0
9942024-11-28T00:56:07.980Z Downloaded winnow v0.5.40
9952024-11-28T00:56:07.989Z Downloaded object v0.30.4
9962024-11-28T00:56:08.000Z Downloaded radix_trie v0.2.1
9972024-11-28T00:56:08.005Z Downloaded nix v0.29.0
9982024-11-28T00:56:08.018Z Downloaded nix v0.28.0
9992024-11-28T00:56:08.031Z Downloaded vcpkg v0.2.15
10002024-11-28T00:56:08.072Z Downloaded smoltcp v0.9.1
10012024-11-28T00:56:08.083Z Downloaded regex v1.11.1
10022024-11-28T00:56:08.097Z Downloaded dropshot v0.12.0
10032024-11-28T00:56:08.121Z Downloaded unicode-width v0.2.0
10042024-11-28T00:56:08.127Z Downloaded regex-syntax v0.6.29
10052024-11-28T00:56:08.134Z Downloaded polar-core v0.27.3
10062024-11-28T00:56:08.145Z Downloaded chrono-tz v0.10.0
10072024-11-28T00:56:08.154Z Downloaded regex-syntax v0.8.5
10082024-11-28T00:56:08.164Z Downloaded typify-impl v0.2.0
10092024-11-28T00:56:08.180Z Downloaded openapiv3 v2.0.0
10102024-11-28T00:56:08.194Z Downloaded object v0.36.5
10112024-11-28T00:56:08.207Z Downloaded smoltcp v0.11.0
10122024-11-28T00:56:08.221Z Downloaded sled v0.34.7
10132024-11-28T00:56:08.232Z Downloaded diesel v2.2.4
10142024-11-28T00:56:08.252Z Downloaded bstr v1.10.0
10152024-11-28T00:56:08.263Z Downloaded regress v0.10.1
10162024-11-28T00:56:08.272Z Downloaded regex-automata v0.4.8
10172024-11-28T00:56:08.291Z Downloaded openssl v0.10.66
10182024-11-28T00:56:08.301Z Downloaded regress v0.9.1
10192024-11-28T00:56:08.310Z Downloaded bzip2-sys v0.1.11+1.0.8
10202024-11-28T00:56:08.323Z Downloaded rustls-webpki v0.102.8
10212024-11-28T00:56:08.342Z Downloaded zerocopy-derive v0.6.6
10222024-11-28T00:56:08.352Z Downloaded nix v0.27.1
10232024-11-28T00:56:08.363Z Downloaded trust-dns-proto v0.22.0
10242024-11-28T00:56:08.375Z Downloaded lzma-sys v0.1.20
10252024-11-28T00:56:08.405Z Downloaded ratatui v0.28.1
10262024-11-28T00:56:08.425Z Downloaded tokio v1.40.0
10272024-11-28T00:56:08.462Z Downloaded petgraph v0.6.5
10282024-11-28T00:56:08.480Z Downloaded libz-sys v1.1.20
10292024-11-28T00:56:08.501Z Downloaded dropshot v0.13.0
10302024-11-28T00:56:08.521Z Downloaded proptest v1.5.0
10312024-11-28T00:56:08.530Z Downloaded rustls v0.23.14
10322024-11-28T00:56:08.542Z Downloaded p521 v0.13.3
10332024-11-28T00:56:08.546Z Downloaded hickory-proto v0.24.1
10342024-11-28T00:56:08.562Z Downloaded idna v0.2.3
10352024-11-28T00:56:08.568Z Downloaded flate2 v1.0.34
10362024-11-28T00:56:08.576Z Downloaded sha3 v0.10.8
10372024-11-28T00:56:08.578Z Downloaded chrono v0.4.38
10382024-11-28T00:56:08.586Z Downloaded csv v1.3.0
10392024-11-28T00:56:08.606Z Downloaded nom v7.1.3
10402024-11-28T00:56:08.612Z Downloaded lalrpop v0.19.12
10412024-11-28T00:56:08.622Z Downloaded hashbrown v0.12.3
10422024-11-28T00:56:08.626Z Downloaded tokio-stream v0.1.16
10432024-11-28T00:56:08.630Z Downloaded dropshot_endpoint v0.13.0
10442024-11-28T00:56:08.633Z Downloaded der v0.7.9
10452024-11-28T00:56:08.638Z Downloaded tungstenite v0.23.0
10462024-11-28T00:56:08.642Z Downloaded toml_edit v0.19.15
10472024-11-28T00:56:08.657Z Downloaded pin-project-internal v1.1.6
10482024-11-28T00:56:08.660Z Downloaded fs_extra v1.3.0
10492024-11-28T00:56:08.662Z Downloaded uuid v1.11.0
10502024-11-28T00:56:08.665Z Downloaded flume v0.11.1
10512024-11-28T00:56:08.668Z Downloaded xattr v1.3.1
10522024-11-28T00:56:08.670Z Downloaded sct v0.7.1
10532024-11-28T00:56:08.673Z Downloaded displaydoc v0.2.5
10542024-11-28T00:56:08.675Z Downloaded zerocopy-derive v0.8.10
10552024-11-28T00:56:08.682Z Downloaded reedline v0.35.0
10562024-11-28T00:56:08.689Z Downloaded itertools v0.13.0
10572024-11-28T00:56:08.696Z Downloaded nodrop v0.1.14
10582024-11-28T00:56:08.698Z Downloaded group v0.13.0
10592024-11-28T00:56:08.702Z Downloaded rustls-pemfile v2.2.0
10602024-11-28T00:56:08.702Z Downloaded native-tls v0.2.12
10612024-11-28T00:56:08.704Z Downloaded env_logger v0.11.5
10622024-11-28T00:56:08.706Z Downloaded vsss-rs v3.3.4
10632024-11-28T00:56:08.709Z Downloaded rcgen v0.12.1
10642024-11-28T00:56:08.711Z Downloaded pkg-config v0.3.31
10652024-11-28T00:56:08.713Z Downloaded password-hash v0.5.0
10662024-11-28T00:56:08.715Z Downloaded password-hash v0.4.2
10672024-11-28T00:56:08.715Z Downloaded darling_core v0.20.10
10682024-11-28T00:56:08.720Z Downloaded tracing v0.1.40
10692024-11-28T00:56:08.732Z Downloaded crossterm v0.28.1
10702024-11-28T00:56:08.734Z Downloaded sha1 v0.10.6
10712024-11-28T00:56:08.734Z Downloaded primeorder v0.13.6
10722024-11-28T00:56:08.734Z Downloaded whoami v1.5.2
10732024-11-28T00:56:08.737Z Downloaded libm v0.2.8
10742024-11-28T00:56:08.743Z Downloaded itertools v0.12.1
10752024-11-28T00:56:08.750Z Downloaded russh-cryptovec v0.7.3
10762024-11-28T00:56:08.753Z Downloaded signal-hook-registry v1.4.2
10772024-11-28T00:56:08.753Z Downloaded mirai-annotations v1.12.0
10782024-11-28T00:56:08.753Z Downloaded proc-macro-crate v1.3.1
10792024-11-28T00:56:08.755Z Downloaded ghash v0.5.1
10802024-11-28T00:56:08.755Z Downloaded pbkdf2 v0.11.0
10812024-11-28T00:56:08.757Z Downloaded synstructure v0.13.1
10822024-11-28T00:56:08.759Z Downloaded time-core v0.1.2
10832024-11-28T00:56:08.760Z Downloaded zip v0.6.6
10842024-11-28T00:56:08.763Z Downloaded indicatif v0.17.9
10852024-11-28T00:56:08.767Z Downloaded dropshot_endpoint v0.12.0
10862024-11-28T00:56:08.771Z Downloaded diff v0.1.13
10872024-11-28T00:56:08.773Z Downloaded radium v0.7.0
10882024-11-28T00:56:08.777Z Downloaded r2d2 v0.8.10
10892024-11-28T00:56:08.777Z Downloaded pbkdf2 v0.12.2
10902024-11-28T00:56:08.777Z Downloaded half v2.4.1
10912024-11-28T00:56:08.781Z Downloaded same-file v1.0.6
10922024-11-28T00:56:08.783Z Downloaded rustls-pemfile v1.0.4
10932024-11-28T00:56:08.783Z Downloaded encoding_rs v0.8.34
10942024-11-28T00:56:08.803Z Downloaded rustc_version v0.4.1
10952024-11-28T00:56:08.806Z Downloaded ppv-lite86 v0.2.20
10962024-11-28T00:56:08.806Z Downloaded yoke v0.7.4
10972024-11-28T00:56:08.809Z Downloaded yasna v0.5.2
10982024-11-28T00:56:08.811Z Downloaded derive_builder v0.20.2
10992024-11-28T00:56:08.814Z Downloaded flagset v0.4.6
11002024-11-28T00:56:08.816Z Downloaded fixedbitset v0.4.2
11012024-11-28T00:56:08.819Z Downloaded data-encoding v2.6.0
11022024-11-28T00:56:08.819Z Downloaded bumpalo v3.16.0
11032024-11-28T00:56:08.821Z Downloaded embedded-io v0.6.1
11042024-11-28T00:56:08.823Z Downloaded wait-timeout v0.2.0
11052024-11-28T00:56:08.823Z Downloaded utf8_iter v1.0.4
11062024-11-28T00:56:08.825Z Downloaded serde_derive_internals v0.29.1
11072024-11-28T00:56:08.825Z Downloaded postgres-types v0.2.8
11082024-11-28T00:56:08.828Z Downloaded newtype-uuid v1.1.3
11092024-11-28T00:56:08.830Z Downloaded hashlink v0.9.1
11102024-11-28T00:56:08.833Z Downloaded icu_normalizer v1.5.0
11112024-11-28T00:56:08.835Z Downloaded shell-words v1.1.0
11122024-11-28T00:56:08.835Z Downloaded scrypt v0.11.0
11132024-11-28T00:56:08.838Z Downloaded signal-hook v0.3.17
11142024-11-28T00:56:08.840Z Downloaded phf_codegen v0.11.2
11152024-11-28T00:56:08.840Z Downloaded phf v0.11.2
11162024-11-28T00:56:08.842Z Downloaded percent-encoding v2.3.1
11172024-11-28T00:56:08.842Z Downloaded xz2 v0.1.7
11182024-11-28T00:56:08.844Z Downloaded value-bag v1.9.0
11192024-11-28T00:56:08.846Z Downloaded uzers v0.12.1
11202024-11-28T00:56:08.848Z Downloaded hyper-util v0.1.10
11212024-11-28T00:56:08.852Z Downloaded compact_str v0.8.0
11222024-11-28T00:56:08.856Z Downloaded futures-core v0.3.31
11232024-11-28T00:56:08.858Z Downloaded fd-lock v4.0.2
11242024-11-28T00:56:08.860Z Downloaded fallible-iterator v0.3.0
11252024-11-28T00:56:08.860Z Downloaded tokio-tungstenite v0.24.0
11262024-11-28T00:56:08.863Z Downloaded ed25519 v2.2.3
11272024-11-28T00:56:08.865Z Downloaded deranged v0.3.11
11282024-11-28T00:56:08.867Z Downloaded thread_local v1.1.8
11292024-11-28T00:56:08.867Z Downloaded memmap2 v0.9.5
11302024-11-28T00:56:08.869Z Downloaded writeable v0.5.5
11312024-11-28T00:56:08.872Z Downloaded lock_api v0.4.12
11322024-11-28T00:56:08.874Z Downloaded libloading v0.8.5
11332024-11-28T00:56:08.874Z Downloaded libefi-sys v0.1.0
11342024-11-28T00:56:08.878Z Downloaded base64 v0.21.7
11352024-11-28T00:56:08.880Z Downloaded base64 v0.13.1
11362024-11-28T00:56:08.883Z Downloaded ipnet v2.10.1
11372024-11-28T00:56:08.886Z Downloaded libgit2-sys v0.17.0+1.8.1
11382024-11-28T00:56:08.942Z Downloaded blake2 v0.10.6
11392024-11-28T00:56:08.945Z Downloaded const-oid v0.9.6
11402024-11-28T00:56:08.947Z Downloaded ciborium v0.2.2
11412024-11-28T00:56:08.950Z Downloaded rand_chacha v0.3.1
11422024-11-28T00:56:08.953Z Downloaded libsw v3.3.1
11432024-11-28T00:56:08.958Z Downloaded jobserver v0.1.32
11442024-11-28T00:56:08.958Z Downloaded console v0.15.8
11452024-11-28T00:56:08.960Z Downloaded lazycell v1.3.0
11462024-11-28T00:56:08.960Z Downloaded indent_write v2.2.0
11472024-11-28T00:56:08.960Z Downloaded idna_adapter v1.2.0
11482024-11-28T00:56:08.963Z Downloaded humantime v2.1.0
11492024-11-28T00:56:08.963Z Downloaded cookie_store v0.21.0
11502024-11-28T00:56:08.965Z Downloaded hmac v0.12.1
11512024-11-28T00:56:08.967Z Downloaded crossbeam-deque v0.8.5
11522024-11-28T00:56:08.967Z Downloaded cexpr v0.6.0
11532024-11-28T00:56:08.971Z Downloaded castaway v0.2.3
11542024-11-28T00:56:08.971Z Downloaded bit-set v0.5.3
11552024-11-28T00:56:08.971Z Downloaded block-padding v0.3.3
11562024-11-28T00:56:08.973Z Downloaded cassowary v0.3.0
11572024-11-28T00:56:08.974Z Downloaded aead v0.5.2
11582024-11-28T00:56:09.343Z Downloaded aws-lc-sys v0.22.0
11592024-11-28T00:56:09.594Z Downloaded libsqlite3-sys v0.30.1
11602024-11-28T00:56:09.681Z Downloaded ring v0.17.8
11612024-11-28T00:56:09.779Z Downloaded ring v0.16.20
11622024-11-28T00:56:09.956Z Compiling serde v1.0.215
11632024-11-28T00:56:09.959Z Compiling lock_api v0.4.12
11642024-11-28T00:56:09.959Z Compiling scopeguard v1.2.0
11652024-11-28T00:56:09.959Z Compiling value-bag v1.9.0
11662024-11-28T00:56:09.959Z Compiling typenum v1.17.0
11672024-11-28T00:56:09.959Z Compiling generic-array v0.14.7
11682024-11-28T00:56:10.158Z Compiling syn v2.0.87
11692024-11-28T00:56:10.160Z Compiling getrandom v0.2.15
11702024-11-28T00:56:10.232Z Compiling shlex v1.3.0
11712024-11-28T00:56:10.490Z Compiling rand_core v0.6.4
11722024-11-28T00:56:10.567Z Compiling log v0.4.22
11732024-11-28T00:56:10.650Z Compiling subtle v2.6.1
11742024-11-28T00:56:10.679Z Compiling jobserver v0.1.32
11752024-11-28T00:56:10.697Z Compiling const-oid v0.9.6
11762024-11-28T00:56:10.998Z Compiling smallvec v1.13.2
11772024-11-28T00:56:11.018Z Compiling spin v0.9.8
11782024-11-28T00:56:11.018Z Compiling pin-project-lite v0.2.14
11792024-11-28T00:56:11.199Z Compiling cc v1.1.30
11802024-11-28T00:56:11.409Z Compiling rustix v0.38.37
11812024-11-28T00:56:11.428Z Compiling parking_lot_core v0.9.10
11822024-11-28T00:56:11.428Z Compiling futures-core v0.3.31
11832024-11-28T00:56:11.594Z Compiling signal-hook-registry v1.4.2
11842024-11-28T00:56:11.682Z Compiling mio v1.0.2
11852024-11-28T00:56:12.293Z Compiling parking_lot v0.12.3
11862024-11-28T00:56:12.463Z Compiling aho-corasick v1.1.3
11872024-11-28T00:56:12.649Z Compiling regex-syntax v0.8.5
11882024-11-28T00:56:12.796Z Compiling either v1.13.0
11892024-11-28T00:56:12.932Z Compiling cpufeatures v0.2.14
11902024-11-28T00:56:13.022Z Compiling lazy_static v1.5.0
11912024-11-28T00:56:13.047Z Compiling futures-sink v0.3.31
11922024-11-28T00:56:13.138Z Compiling stable_deref_trait v1.2.0
11932024-11-28T00:56:13.186Z Compiling glob v0.3.1
11942024-11-28T00:56:13.207Z Compiling socket2 v0.5.7
11952024-11-28T00:56:13.248Z Compiling slab v0.4.9
11962024-11-28T00:56:13.360Z Compiling prettyplease v0.2.25
11972024-11-28T00:56:13.688Z Compiling minimal-lexical v0.2.1
11982024-11-28T00:56:13.994Z Compiling libloading v0.8.5
11992024-11-28T00:56:14.224Z Compiling nom v7.1.3
12002024-11-28T00:56:14.247Z Compiling clang-sys v1.8.1
12012024-11-28T00:56:14.250Z Compiling home v0.5.9
12022024-11-28T00:56:14.427Z Compiling serde_json v1.0.132
12032024-11-28T00:56:14.538Z Compiling bindgen v0.69.5
12042024-11-28T00:56:14.780Z Compiling itertools v0.12.1
12052024-11-28T00:56:15.333Z Compiling futures-channel v0.3.31
12062024-11-28T00:56:15.777Z Compiling pin-utils v0.1.0
12072024-11-28T00:56:15.878Z Compiling allocator-api2 v0.2.18
12082024-11-28T00:56:15.900Z Compiling lazycell v1.3.0
12092024-11-28T00:56:16.075Z Compiling futures-task v0.3.31
12102024-11-28T00:56:16.385Z Compiling foldhash v0.1.3
12112024-11-28T00:56:16.689Z Compiling regex-automata v0.4.8
12122024-11-28T00:56:16.709Z Compiling futures-io v0.3.31
12132024-11-28T00:56:17.022Z Compiling rustc-hash v1.1.0
12142024-11-28T00:56:17.171Z Compiling hashbrown v0.15.0
12152024-11-28T00:56:18.134Z Compiling synstructure v0.13.1
12162024-11-28T00:56:18.295Z Compiling cexpr v0.6.0
12172024-11-28T00:56:18.520Z Compiling cmake v0.1.51
12182024-11-28T00:56:19.552Z Compiling pkg-config v0.3.31
12192024-11-28T00:56:19.708Z Compiling tinyvec_macros v0.1.1
12202024-11-28T00:56:19.799Z Compiling libm v0.2.8
12212024-11-28T00:56:19.826Z Compiling fs_extra v1.3.0
12222024-11-28T00:56:20.105Z Compiling dunce v1.0.5
12232024-11-28T00:56:20.162Z Compiling tinyvec v1.8.0
12242024-11-28T00:56:20.237Z Compiling num-traits v0.2.19
12252024-11-28T00:56:20.738Z Compiling ring v0.17.8
12262024-11-28T00:56:21.124Z Compiling litemap v0.7.3
12272024-11-28T00:56:21.379Z Compiling unicode-bidi v0.3.17
12282024-11-28T00:56:21.515Z Compiling base64ct v1.6.0
12292024-11-28T00:56:21.675Z Compiling unicode-normalization v0.1.24
12302024-11-28T00:56:21.781Z Compiling paste v1.0.15
12312024-11-28T00:56:21.861Z Compiling writeable v0.5.5
12322024-11-28T00:56:22.095Z Compiling pem-rfc7468 v0.7.0
12332024-11-28T00:56:22.297Z Compiling regex v1.11.1
12342024-11-28T00:56:22.822Z Compiling httparse v1.9.5
12352024-11-28T00:56:22.825Z Compiling flagset v0.4.6
12362024-11-28T00:56:23.030Z Compiling aws-lc-rs v1.10.0
12372024-11-28T00:56:23.438Z Compiling tracing-core v0.1.32
12382024-11-28T00:56:23.629Z Compiling percent-encoding v2.3.1
12392024-11-28T00:56:23.965Z Compiling crossbeam-utils v0.8.20
12402024-11-28T00:56:24.484Z Compiling rustls-pki-types v1.9.0
12412024-11-28T00:56:24.575Z Compiling icu_locid_transform_data v1.5.0
12422024-11-28T00:56:24.674Z Compiling powerfmt v0.2.0
12432024-11-28T00:56:24.783Z Compiling vcpkg v0.2.15
12442024-11-28T00:56:24.972Z Compiling serde_derive v1.0.215
12452024-11-28T00:56:25.020Z Compiling zeroize_derive v1.4.2
12462024-11-28T00:56:25.311Z Compiling zerocopy-derive v0.7.35
12472024-11-28T00:56:25.560Z Compiling tokio-macros v2.4.0
12482024-11-28T00:56:26.609Z Compiling zeroize v1.8.1
12492024-11-28T00:56:26.975Z Compiling zerofrom-derive v0.1.4
12502024-11-28T00:56:27.164Z Compiling thiserror-impl v1.0.69
12512024-11-28T00:56:27.197Z Compiling yoke-derive v0.7.4
12522024-11-28T00:56:27.587Z Compiling zerocopy v0.7.35
12532024-11-28T00:56:28.308Z Compiling crypto-common v0.1.6
12542024-11-28T00:56:28.519Z Compiling block-buffer v0.10.4
12552024-11-28T00:56:28.792Z Compiling digest v0.10.7
12562024-11-28T00:56:29.164Z Compiling futures-macro v0.3.31
12572024-11-28T00:56:29.288Z Compiling hmac v0.12.1
12582024-11-28T00:56:29.482Z Compiling zerovec-derive v0.10.3
12592024-11-28T00:56:29.528Z Compiling block-padding v0.3.3
12602024-11-28T00:56:29.749Z Compiling displaydoc v0.2.5
12612024-11-28T00:56:30.288Z Compiling inout v0.1.3
12622024-11-28T00:56:30.454Z Compiling thiserror v1.0.69
12632024-11-28T00:56:30.552Z Compiling cipher v0.4.4
12642024-11-28T00:56:30.585Z Compiling sha2 v0.10.8
12652024-11-28T00:56:31.031Z Compiling zerofrom v0.1.4
12662024-11-28T00:56:31.062Z Compiling ppv-lite86 v0.2.20
12672024-11-28T00:56:31.086Z Compiling futures-util v0.3.31
12682024-11-28T00:56:31.250Z Compiling yoke v0.7.4
12692024-11-28T00:56:31.439Z Compiling icu_provider_macros v1.5.0
12702024-11-28T00:56:31.621Z Compiling der_derive v0.7.3
12712024-11-28T00:56:31.891Z Compiling rand_chacha v0.3.1
12722024-11-28T00:56:32.055Z Compiling zerovec v0.10.4
12732024-11-28T00:56:32.155Z Compiling tracing-attributes v0.1.27
12742024-11-28T00:56:32.605Z Compiling rand v0.8.5
12752024-11-28T00:56:34.079Z Compiling tinystr v0.7.6
12762024-11-28T00:56:34.181Z Compiling der v0.7.9
12772024-11-28T00:56:34.258Z Compiling icu_collections v1.5.0
12782024-11-28T00:56:34.375Z Compiling salsa20 v0.10.2
12792024-11-28T00:56:34.523Z Compiling icu_locid v1.5.0
12802024-11-28T00:56:34.619Z Compiling pest v2.7.14
12812024-11-28T00:56:34.841Z Compiling pbkdf2 v0.12.2
12822024-11-28T00:56:35.014Z Compiling icu_properties_data v1.5.0
12832024-11-28T00:56:35.289Z Compiling untrusted v0.7.1
12842024-11-28T00:56:35.502Z Compiling mirai-annotations v1.12.0
12852024-11-28T00:56:35.662Z Compiling time-core v0.1.2
12862024-11-28T00:56:35.725Z Compiling icu_provider v1.5.0
12872024-11-28T00:56:35.829Z Compiling num-conv v0.1.0
12882024-11-28T00:56:36.097Z Compiling tracing v0.1.40
12892024-11-28T00:56:36.125Z Compiling untrusted v0.9.0
12902024-11-28T00:56:36.303Z Compiling spki v0.7.3
12912024-11-28T00:56:36.615Z Compiling icu_locid_transform v1.5.0
12922024-11-28T00:56:36.814Z Compiling time-macros v0.2.18
12932024-11-28T00:56:36.983Z Compiling scrypt v0.11.0
12942024-11-28T00:56:37.349Z Compiling pest_meta v2.7.14
12952024-11-28T00:56:37.519Z Compiling aes v0.8.4
12962024-11-28T00:56:37.583Z Compiling cbc v0.1.2
12972024-11-28T00:56:37.688Z Compiling openssl-sys v0.9.103
12982024-11-28T00:56:37.835Z Compiling icu_properties v1.5.1
12992024-11-28T00:56:38.807Z Compiling scroll_derive v0.12.0
13002024-11-28T00:56:39.372Z Compiling bitflags v2.6.0
13012024-11-28T00:56:39.463Z Compiling bytes v1.8.0
13022024-11-28T00:56:40.289Z Compiling indexmap v2.6.0
13032024-11-28T00:56:40.363Z Compiling tokio v1.40.0
13042024-11-28T00:56:40.464Z Compiling http v1.1.0
13052024-11-28T00:56:40.773Z Compiling semver v1.0.23
13062024-11-28T00:56:41.554Z Compiling rustc_version v0.4.1
13072024-11-28T00:56:41.755Z Compiling deranged v0.3.11
13082024-11-28T00:56:42.556Z Compiling utf8_iter v1.0.4
13092024-11-28T00:56:42.756Z Compiling num_threads v0.1.7
13102024-11-28T00:56:42.811Z Compiling atomic-waker v1.1.2
13112024-11-28T00:56:42.887Z Compiling icu_normalizer_data v1.5.0
13122024-11-28T00:56:43.007Z Compiling write16 v1.0.0
13132024-11-28T00:56:43.027Z Compiling utf16_iter v1.0.5
13142024-11-28T00:56:43.063Z Compiling http-body v1.0.1
13152024-11-28T00:56:43.132Z Compiling scroll v0.12.0
13162024-11-28T00:56:43.231Z Compiling icu_normalizer v1.5.0
13172024-11-28T00:56:43.478Z Compiling pest_generator v2.7.14
13182024-11-28T00:56:43.536Z Compiling pkcs5 v0.7.1
13192024-11-28T00:56:43.637Z Compiling form_urlencoded v1.2.1
13202024-11-28T00:56:43.679Z Compiling time v0.3.36
13212024-11-28T00:56:43.763Z Compiling try-lock v0.2.5
13222024-11-28T00:56:43.915Z Compiling which v4.4.2
13232024-11-28T00:56:43.956Z Compiling slog v2.7.0
13242024-11-28T00:56:44.596Z Compiling pkcs8 v0.10.2
13252024-11-28T00:56:44.789Z Compiling idna_adapter v1.2.0
13262024-11-28T00:56:45.019Z Compiling want v0.3.1
13272024-11-28T00:56:45.283Z Compiling goblin v0.8.2
13282024-11-28T00:56:45.307Z Compiling httpdate v1.0.3
13292024-11-28T00:56:45.311Z Compiling idna v1.0.3
13302024-11-28T00:56:45.501Z Compiling pest_derive v2.7.14
13312024-11-28T00:56:45.777Z Compiling serde_spanned v0.6.8
13322024-11-28T00:56:46.024Z Compiling uuid v1.11.0
13332024-11-28T00:56:46.178Z Compiling toml_datetime v0.6.8
13342024-11-28T00:56:46.304Z Compiling dtrace-parser v0.2.0
13352024-11-28T00:56:46.693Z Compiling serde_tokenstream v0.2.2
13362024-11-28T00:56:47.130Z Compiling match_cfg v0.1.0
13372024-11-28T00:56:47.232Z Compiling adler2 v2.0.0
13382024-11-28T00:56:47.334Z Compiling rustversion v1.0.17
13392024-11-28T00:56:47.458Z Compiling tower-service v0.3.3
13402024-11-28T00:56:47.482Z Compiling foreign-types-shared v0.1.1
13412024-11-28T00:56:47.593Z Compiling base64 v0.22.1
13422024-11-28T00:56:47.612Z Compiling iana-time-zone v0.1.61
13432024-11-28T00:56:48.074Z Compiling openssl v0.10.66
13442024-11-28T00:56:48.170Z Compiling chrono v0.4.38
13452024-11-28T00:56:48.361Z Compiling foreign-types v0.3.2
13462024-11-28T00:56:48.462Z Compiling miniz_oxide v0.8.0
13472024-11-28T00:56:48.518Z Compiling hostname v0.3.1
13482024-11-28T00:56:48.535Z Compiling url v2.5.3
13492024-11-28T00:56:48.939Z Compiling tokio-util v0.7.12
13502024-11-28T00:56:50.013Z Compiling h2 v0.4.6
13512024-11-28T00:56:50.186Z Compiling openssl-macros v0.1.1
13522024-11-28T00:56:50.405Z Compiling async-trait v0.1.83
13532024-11-28T00:56:50.566Z Compiling dirs-sys-next v0.1.2
13542024-11-28T00:56:50.956Z Compiling data-encoding v2.6.0
13552024-11-28T00:56:51.223Z Compiling dof v0.3.0
13562024-11-28T00:56:51.964Z Compiling usdt-impl v0.5.0
13572024-11-28T00:56:53.210Z Compiling syn v1.0.109
13582024-11-28T00:56:53.384Z Compiling rustls v0.22.4
13592024-11-28T00:56:53.464Z Compiling siphasher v0.3.11
13602024-11-28T00:56:53.620Z Compiling native-tls v0.2.12
13612024-11-28T00:56:53.640Z Compiling rustls v0.23.14
13622024-11-28T00:56:53.917Z Compiling dirs-next v2.0.0
13632024-11-28T00:56:53.981Z Compiling http-body-util v0.1.2
13642024-11-28T00:56:54.116Z Compiling crossbeam-epoch v0.9.18
13652024-11-28T00:56:54.538Z Compiling heapless v0.7.17
13662024-11-28T00:56:54.906Z Compiling signature v2.2.0
13672024-11-28T00:56:54.967Z Compiling sha1 v0.10.6
13682024-11-28T00:56:55.206Z Compiling bzip2-sys v0.1.11+1.0.8
13692024-11-28T00:56:55.329Z Compiling serde_derive_internals v0.29.1
13702024-11-28T00:56:55.391Z Compiling thread_local v1.1.8
13712024-11-28T00:56:55.691Z Compiling cookie v0.18.1
13722024-11-28T00:56:55.694Z Compiling multer v3.1.0
13732024-11-28T00:56:55.946Z Compiling encoding_rs v0.8.34
13742024-11-28T00:56:55.976Z Compiling signal-hook v0.3.17
13752024-11-28T00:56:55.999Z Compiling ipnet v2.10.1
13762024-11-28T00:56:56.237Z Compiling rayon-core v1.12.1
13772024-11-28T00:56:56.298Z Compiling gimli v0.31.1
13782024-11-28T00:56:56.495Z Compiling slog-async v2.8.0
13792024-11-28T00:56:56.991Z Compiling hyper v1.5.0
13802024-11-28T00:56:57.213Z Compiling mime v0.3.17
13812024-11-28T00:56:57.852Z Compiling unicode-properties v0.1.3
13822024-11-28T00:56:58.088Z Compiling openssl-probe v0.1.5
13832024-11-28T00:56:58.263Z Compiling schemars v0.8.21
13842024-11-28T00:56:58.468Z Compiling toml_edit v0.22.22
13852024-11-28T00:56:58.630Z Compiling stringprep v0.1.5
13862024-11-28T00:56:59.924Z Compiling hyper-util v0.1.10
13872024-11-28T00:57:00.763Z Compiling addr2line v0.24.2
13882024-11-28T00:57:01.105Z Compiling schemars_derive v0.8.21
13892024-11-28T00:57:01.503Z Compiling usdt-macro v0.5.0
13902024-11-28T00:57:01.537Z Compiling usdt-attr-macro v0.5.0
13912024-11-28T00:57:02.791Z Compiling crossbeam-deque v0.8.5
13922024-11-28T00:57:02.992Z Compiling term v0.7.0
13932024-11-28T00:57:03.112Z Compiling slog-json v2.6.1
13942024-11-28T00:57:03.142Z Compiling serde_urlencoded v0.7.1
13952024-11-28T00:57:03.203Z Compiling crossbeam-channel v0.5.13
13962024-11-28T00:57:03.513Z Compiling curve25519-dalek v4.1.3
13972024-11-28T00:57:03.665Z Compiling futures-executor v0.3.31
13982024-11-28T00:57:04.123Z Compiling md-5 v0.10.6
13992024-11-28T00:57:04.254Z Compiling rustls-pemfile v2.2.0
14002024-11-28T00:57:04.289Z Compiling enum-as-inner v0.6.1
14012024-11-28T00:57:04.370Z Compiling async-stream-impl v0.3.6
14022024-11-28T00:57:04.387Z Compiling num-integer v0.1.46
14032024-11-28T00:57:04.466Z Compiling idna v0.3.0
14042024-11-28T00:57:04.609Z Compiling idna v0.4.0
14052024-11-28T00:57:05.188Z Compiling hash32 v0.2.1
14062024-11-28T00:57:05.329Z Compiling ff v0.13.0
14072024-11-28T00:57:05.554Z Compiling is-terminal v0.4.13
14082024-11-28T00:57:05.576Z Compiling object v0.36.5
14092024-11-28T00:57:05.686Z Compiling dropshot v0.12.0
14102024-11-28T00:57:05.738Z Compiling quick-error v1.2.3
14112024-11-28T00:57:05.888Z Compiling linked-hash-map v0.5.6
14122024-11-28T00:57:05.965Z Compiling psl-types v2.0.11
14132024-11-28T00:57:06.148Z Compiling fallible-iterator v0.2.0
14142024-11-28T00:57:06.170Z Compiling smoltcp v0.9.1
14152024-11-28T00:57:06.222Z Compiling dyn-clone v1.0.17
14162024-11-28T00:57:06.255Z Compiling utf-8 v0.7.6
14172024-11-28T00:57:06.448Z Compiling num-bigint-dig v0.8.4
14182024-11-28T00:57:06.567Z Compiling base16ct v0.2.0
14192024-11-28T00:57:06.736Z Compiling anyhow v1.0.93
14202024-11-28T00:57:06.856Z Compiling take_mut v0.2.2
14212024-11-28T00:57:06.888Z Compiling rustc-demangle v0.1.24
14222024-11-28T00:57:06.906Z Compiling portable-atomic v1.9.0
14232024-11-28T00:57:06.954Z Compiling postgres-protocol v0.6.7
14242024-11-28T00:57:07.782Z Compiling sec1 v0.7.3
14252024-11-28T00:57:07.916Z Compiling tungstenite v0.24.0
14262024-11-28T00:57:08.238Z Compiling lru-cache v0.1.2
14272024-11-28T00:57:08.381Z Compiling publicsuffix v2.2.3
14282024-11-28T00:57:08.426Z Compiling resolv-conf v0.7.0
14292024-11-28T00:57:08.479Z Compiling async-stream v0.3.6
14302024-11-28T00:57:08.634Z Compiling slog-term v2.9.1
14312024-11-28T00:57:08.781Z Compiling usdt v0.5.0
14322024-11-28T00:57:09.224Z Compiling group v0.13.0
14332024-11-28T00:57:09.570Z Compiling hickory-proto v0.24.1
14342024-11-28T00:57:09.934Z Compiling num-iter v0.1.45
14352024-11-28T00:57:10.244Z Compiling futures v0.3.31
14362024-11-28T00:57:10.327Z Compiling slog-bunyan v2.5.0
14372024-11-28T00:57:10.510Z Compiling toml v0.8.19
14382024-11-28T00:57:11.984Z Compiling camino v1.1.9
14392024-11-28T00:57:12.307Z Compiling tokio-native-tls v0.3.1
14402024-11-28T00:57:12.610Z Compiling phf_shared v0.11.2
14412024-11-28T00:57:12.785Z Compiling dropshot_endpoint v0.12.0
14422024-11-28T00:57:12.991Z Compiling terminal_size v0.4.0
14432024-11-28T00:57:12.994Z Compiling waitgroup v0.1.2
14442024-11-28T00:57:13.211Z Compiling backtrace v0.3.74
14452024-11-28T00:57:13.233Z Compiling openapiv3 v2.0.0
14462024-11-28T00:57:13.305Z Compiling serde_path_to_error v0.1.16
14472024-11-28T00:57:13.799Z Compiling hkdf v0.12.4
14482024-11-28T00:57:14.060Z Compiling crypto-bigint v0.5.5
14492024-11-28T00:57:14.162Z Compiling webpki-roots v0.26.6
14502024-11-28T00:57:14.376Z Compiling curve25519-dalek-derive v0.1.1
14512024-11-28T00:57:15.945Z Compiling zerocopy-derive v0.6.6
14522024-11-28T00:57:16.962Z Compiling idna v0.5.0
14532024-11-28T00:57:17.490Z Compiling hubpack_derive v0.1.1
14542024-11-28T00:57:17.597Z Compiling hostname v0.4.0
14552024-11-28T00:57:17.676Z Compiling fs-err v2.11.0
14562024-11-28T00:57:17.854Z Compiling ahash v0.8.11
14572024-11-28T00:57:17.963Z Compiling crc32fast v1.4.2
14582024-11-28T00:57:18.191Z Compiling debug-ignore v1.0.5
14592024-11-28T00:57:18.249Z Compiling managed v0.8.0
14602024-11-28T00:57:18.303Z Compiling winnow v0.5.40
14612024-11-28T00:57:18.346Z Compiling bitflags v1.3.2
14622024-11-28T00:57:18.366Z Compiling hubpack v0.1.2
14632024-11-28T00:57:18.451Z Compiling console v0.15.8
14642024-11-28T00:57:18.641Z Compiling strum_macros v0.25.3
14652024-11-28T00:57:18.834Z Compiling clap_builder v4.5.21
14662024-11-28T00:57:20.077Z Compiling zerocopy v0.6.6
14672024-11-28T00:57:20.199Z Compiling flate2 v1.0.34
14682024-11-28T00:57:20.473Z Compiling cookie_store v0.21.0
14692024-11-28T00:57:20.850Z Compiling elliptic-curve v0.13.8
14702024-11-28T00:57:21.164Z Compiling hickory-resolver v0.24.1
14712024-11-28T00:57:21.686Z Compiling toml_edit v0.19.15
14722024-11-28T00:57:22.110Z Compiling phf v0.11.2
14732024-11-28T00:57:22.443Z Compiling signal-hook-mio v0.2.4
14742024-11-28T00:57:22.617Z Compiling hyper-tls v0.6.0
14752024-11-28T00:57:22.859Z Compiling rayon v1.10.0
14762024-11-28T00:57:23.037Z Compiling bzip2 v0.4.4
14772024-11-28T00:57:23.454Z Compiling tokio-tungstenite v0.24.0
14782024-11-28T00:57:25.358Z Compiling postgres-types v0.2.8
14792024-11-28T00:57:26.887Z Compiling ed25519 v2.2.3
14802024-11-28T00:57:27.803Z Compiling phf_shared v0.10.0
14812024-11-28T00:57:28.092Z Compiling tokio-stream v0.1.16
14822024-11-28T00:57:28.223Z Compiling pkcs1 v0.7.5
14832024-11-28T00:57:28.635Z Compiling serde-big-array v0.5.1
14842024-11-28T00:57:28.790Z Compiling rfc6979 v0.4.0
14852024-11-28T00:57:28.867Z Compiling derive-where v1.2.7
14862024-11-28T00:57:28.975Z Compiling serde_repr v0.1.19
14872024-11-28T00:57:29.164Z Compiling clap_derive v4.5.18
14882024-11-28T00:57:29.194Z Compiling float-cmp v0.9.0
14892024-11-28T00:57:29.235Z Compiling bstr v1.10.0
14902024-11-28T00:57:29.419Z Compiling sync_wrapper v1.0.1
14912024-11-28T00:57:29.573Z Compiling normalize-line-endings v0.3.0
14922024-11-28T00:57:29.710Z Compiling new_debug_unreachable v1.0.6
14932024-11-28T00:57:29.808Z Compiling predicates-core v1.0.8
14942024-11-28T00:57:29.838Z Compiling static_assertions v1.1.0
14952024-11-28T00:57:29.949Z Compiling unicode-width v0.2.0
14962024-11-28T00:57:30.173Z Compiling difflib v0.4.0
14972024-11-28T00:57:30.190Z Compiling number_prefix v0.4.0
14982024-11-28T00:57:30.422Z Compiling precomputed-hash v0.1.1
14992024-11-28T00:57:30.452Z Compiling whoami v1.5.2
15002024-11-28T00:57:30.545Z Compiling fixedbitset v0.4.2
15012024-11-28T00:57:31.020Z Compiling unicode-segmentation v1.12.0
15022024-11-28T00:57:31.087Z Compiling bit-vec v0.6.3
15032024-11-28T00:57:31.107Z Compiling petgraph v0.6.5
15042024-11-28T00:57:31.542Z Compiling bit-set v0.5.3
15052024-11-28T00:57:31.811Z Compiling similar v2.6.0
15062024-11-28T00:57:31.850Z Compiling tokio-postgres v0.7.12
15072024-11-28T00:57:31.911Z Compiling predicates v3.1.2
15082024-11-28T00:57:32.523Z Compiling string_cache v0.8.7
15092024-11-28T00:57:33.019Z Compiling indicatif v0.17.9
15102024-11-28T00:57:33.771Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15112024-11-28T00:57:34.313Z Compiling ecdsa v0.16.9
15122024-11-28T00:57:34.347Z Compiling clap v4.5.21
15132024-11-28T00:57:34.477Z Compiling rsa v0.9.6
15142024-11-28T00:57:35.196Z Compiling ed25519-dalek v2.1.1
15152024-11-28T00:57:35.321Z Compiling toml v0.7.8
15162024-11-28T00:57:35.370Z Compiling zip v0.6.6
15172024-11-28T00:57:36.533Z Compiling crossterm v0.28.1
15182024-11-28T00:57:37.681Z Compiling hex v0.4.3
15192024-11-28T00:57:37.708Z Compiling x509-cert v0.2.5
15202024-11-28T00:57:37.735Z Compiling itertools v0.10.5
15212024-11-28T00:57:37.759Z Compiling unicode-xid v0.2.6
15222024-11-28T00:57:37.969Z Compiling peg-runtime v0.8.3
15232024-11-28T00:57:38.317Z Compiling lalrpop-util v0.19.12
15242024-11-28T00:57:38.665Z Compiling strum_macros v0.26.4
15252024-11-28T00:57:38.682Z Compiling xattr v1.3.1
15262024-11-28T00:57:38.948Z Compiling filetime v0.2.25
15272024-11-28T00:57:39.255Z Compiling tar v0.4.42
15282024-11-28T00:57:43.796Z Compiling strum v0.26.3
15292024-11-28T00:57:46.625Z Compiling aws-lc-sys v0.22.0
15302024-11-28T00:58:18.080Z Compiling rustls-webpki v0.102.8
15312024-11-28T00:58:21.431Z Compiling tokio-rustls v0.25.0
15322024-11-28T00:58:23.078Z Compiling tokio-rustls v0.26.0
15332024-11-28T00:58:23.603Z Compiling hyper-rustls v0.27.3
15342024-11-28T00:58:23.982Z Compiling reqwest v0.12.9
15352024-11-28T00:58:25.619Z Compiling qorb v0.2.0
15362024-11-28T00:58:29.785Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15372024-11-28T00:58:30.017Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15382024-11-28T00:58:35.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
15392024-11-28T00:58:36.064Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15402024-11-28T00:58:36.114ZNov 28 00:58:35.469 INFO Starting download, target: DendriteOpenapi
15412024-11-28T00:58:36.114ZNov 28 00:58:35.469 INFO Starting download, target: Console
15422024-11-28T00:58:36.114ZNov 28 00:58:35.469 INFO Starting download, target: Clickhouse
15432024-11-28T00:58:36.115ZNov 28 00:58:35.469 INFO Starting download, target: Cockroach
15442024-11-28T00:58:36.123ZNov 28 00:58:35.469 INFO Starting download, target: DendriteStub
15452024-11-28T00:58:36.123ZNov 28 00:58:35.469 INFO Starting download, target: MaghemiteMgd
15462024-11-28T00:58:36.124ZNov 28 00:58:35.469 INFO Starting download, target: TransceiverControl
15472024-11-28T00:58:36.124ZNov 28 00:58:35.470 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15482024-11-28T00:58:36.124ZNov 28 00:58:35.470 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15492024-11-28T00:58:36.124ZNov 28 00:58:35.470 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15502024-11-28T00:58:36.124ZNov 28 00:58:35.470 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15512024-11-28T00:58:36.124ZNov 28 00:58:35.470 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15522024-11-28T00:58:36.124ZNov 28 00:58:35.470 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15532024-11-28T00:58:36.124ZNov 28 00:58:35.470 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15542024-11-28T00:58:36.626ZNov 28 00:58:35.871 INFO Download complete, target: DendriteOpenapi
15552024-11-28T00:58:36.766ZNov 28 00:58:35.979 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15562024-11-28T00:58:36.883ZNov 28 00:58:36.051 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15572024-11-28T00:58:37.088ZNov 28 00:58:36.387 INFO Download complete, target: Console
15582024-11-28T00:58:37.227ZNov 28 00:58:36.574 INFO Download complete, target: TransceiverControl
15592024-11-28T00:58:37.716ZNov 28 00:58:37.061 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15602024-11-28T00:58:37.864ZNov 28 00:58:37.216 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15612024-11-28T00:58:38.025ZNov 28 00:58:37.381 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15622024-11-28T00:58:38.499ZNov 28 00:58:37.857 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15632024-11-28T00:58:38.499ZNov 28 00:58:37.857 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15642024-11-28T00:58:40.455ZNov 28 00:58:39.811 INFO Download complete, target: DendriteStub
15652024-11-28T00:58:40.757ZNov 28 00:58:40.114 INFO Download complete, target: MaghemiteMgd
15662024-11-28T00:58:45.733ZNov 28 00:58:45.090 INFO Checking that binary works, target: Cockroach
15672024-11-28T00:58:45.957ZNov 28 00:58:45.314 INFO Download complete, target: Cockroach
15682024-11-28T00:58:50.108ZNov 28 00:58:49.464 INFO Checking that binary works, target: Clickhouse
15692024-11-28T00:58:50.481ZNov 28 00:58:49.837 INFO Download complete, target: Clickhouse
15702024-11-28T00:58:50.487ZAll prerequisites installed successfully
15712024-11-28T00:58:50.490Z
15722024-11-28T00:58:50.490Zreal 7:23.173083270
15732024-11-28T00:58:50.490Zuser 16:30.745413310
15742024-11-28T00:58:50.490Zsys 3:14.495856634
15752024-11-28T00:58:50.490Ztrap 0.555768165
15762024-11-28T00:58:50.490Ztflt 4.722918087
15772024-11-28T00:58:50.490Zdflt 4.510673712
15782024-11-28T00:58:50.490Zkflt 0.194752264
15792024-11-28T00:58:50.490Zlock 29:22.325981843
15802024-11-28T00:58:50.490Zslp 1:07:11.006749241
15812024-11-28T00:58:50.490Zlat 54.886167899
15822024-11-28T00:58:50.490Zstop 2:18.587233574
15832024-11-28T00:58:50.490Z+ ptime -m cargo xtask download softnpu
15842024-11-28T00:58:51.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15852024-11-28T00:58:51.068Z Running `target/debug/xtask download softnpu`
15862024-11-28T00:58:51.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
15872024-11-28T00:58:51.967Z Running `target/debug/xtask-downloader softnpu`
15882024-11-28T00:58:52.004ZNov 28 00:58:51.360 INFO Starting download, target: Softnpu
15892024-11-28T00:58:52.007ZNov 28 00:58:51.361 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15902024-11-28T00:58:52.471ZNov 28 00:58:51.827 INFO Download complete, target: Softnpu
15912024-11-28T00:58:52.474Z
15922024-11-28T00:58:52.477Zreal 1.980091015
15932024-11-28T00:58:52.477Zuser 1.294085063
15942024-11-28T00:58:52.477Zsys 0.547658069
15952024-11-28T00:58:52.477Ztrap 0.001233106
15962024-11-28T00:58:52.477Ztflt 0.000055940
15972024-11-28T00:58:52.477Zdflt 0.000045293
15982024-11-28T00:58:52.477Zkflt 0.000000000
15992024-11-28T00:58:52.477Zlock 4.794878114
16002024-11-28T00:58:52.477Zslp 0.311428734
16012024-11-28T00:58:52.477Zlat 0.069239390
16022024-11-28T00:58:52.477Zstop 0.000154277
16032024-11-28T00:58:52.478Z+ export CARGO_INCREMENTAL=0
16042024-11-28T00:58:52.478Z+ CARGO_INCREMENTAL=0
16052024-11-28T00:58:52.478Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
16062024-11-28T00:58:53.435Z Compiling proc-macro2 v1.0.89
16072024-11-28T00:58:53.435Z Compiling unicode-ident v1.0.13
16082024-11-28T00:58:53.437Z Compiling libc v0.2.162
16092024-11-28T00:58:53.437Z Compiling serde v1.0.215
16102024-11-28T00:58:53.437Z Compiling autocfg v1.4.0
16112024-11-28T00:58:53.437Z Compiling version_check v0.9.5
16122024-11-28T00:58:53.437Z Compiling cfg-if v1.0.0
16132024-11-28T00:58:53.707Z Compiling memchr v2.7.4
16142024-11-28T00:58:53.707Z Compiling typenum v1.17.0
16152024-11-28T00:58:53.742Z Compiling shlex v1.3.0
16162024-11-28T00:58:54.095Z Compiling value-bag v1.9.0
16172024-11-28T00:58:54.291Z Compiling generic-array v0.14.7
16182024-11-28T00:58:54.513Z Compiling lock_api v0.4.12
16192024-11-28T00:58:54.552Z Compiling log v0.4.22
16202024-11-28T00:58:54.569Z Compiling scopeguard v1.2.0
16212024-11-28T00:58:54.724Z Compiling parking_lot_core v0.9.10
16222024-11-28T00:58:55.135Z Compiling serde_json v1.0.132
16232024-11-28T00:58:55.155Z Compiling once_cell v1.20.2
16242024-11-28T00:58:55.401Z Compiling quote v1.0.37
16252024-11-28T00:58:55.420Z Compiling rustix v0.38.37
16262024-11-28T00:58:55.439Z Compiling libm v0.2.8
16272024-11-28T00:58:55.524Z Compiling jobserver v0.1.32
16282024-11-28T00:58:55.766Z Compiling getrandom v0.2.15
16292024-11-28T00:58:55.870Z Compiling syn v2.0.87
16302024-11-28T00:58:56.061Z Compiling cc v1.1.30
16312024-11-28T00:58:56.081Z Compiling thiserror v1.0.69
16322024-11-28T00:58:56.083Z Compiling aho-corasick v1.1.3
16332024-11-28T00:58:56.144Z Compiling regex-syntax v0.8.5
16342024-11-28T00:58:56.248Z Compiling num-traits v0.2.19
16352024-11-28T00:58:56.331Z Compiling either v1.13.0
16362024-11-28T00:58:56.528Z Compiling itoa v1.0.11
16372024-11-28T00:58:56.589Z Compiling spin v0.9.8
16382024-11-28T00:58:56.770Z Compiling slab v0.4.9
16392024-11-28T00:58:57.072Z Compiling byteorder v1.5.0
16402024-11-28T00:58:57.283Z Compiling errno v0.3.9
16412024-11-28T00:58:57.513Z Compiling rand_core v0.6.4
16422024-11-28T00:58:57.544Z Compiling lazy_static v1.5.0
16432024-11-28T00:58:57.687Z Compiling glob v0.3.1
16442024-11-28T00:58:58.323Z Compiling prettyplease v0.2.25
16452024-11-28T00:58:58.466Z Compiling clang-sys v1.8.1
16462024-11-28T00:58:58.886Z Compiling minimal-lexical v0.2.1
16472024-11-28T00:58:58.969Z Compiling libloading v0.8.5
16482024-11-28T00:58:59.144Z Compiling subtle v2.6.1
16492024-11-28T00:58:59.326Z Compiling nom v7.1.3
16502024-11-28T00:58:59.464Z Compiling bindgen v0.69.5
16512024-11-28T00:58:59.485Z Compiling allocator-api2 v0.2.18
16522024-11-28T00:58:59.655Z Compiling regex-automata v0.4.8
16532024-11-28T00:58:59.861Z Compiling home v0.5.9
16542024-11-28T00:59:00.117Z Compiling itertools v0.12.1
16552024-11-28T00:59:00.258Z Compiling semver v1.0.23
16562024-11-28T00:59:00.466Z Compiling smallvec v1.13.2
16572024-11-28T00:59:00.711Z Compiling rustc-hash v1.1.0
16582024-11-28T00:59:00.868Z Compiling lazycell v1.3.0
16592024-11-28T00:59:00.962Z Compiling cmake v0.1.51
16602024-11-28T00:59:01.234Z Compiling fs_extra v1.3.0
16612024-11-28T00:59:01.789Z Compiling dunce v1.0.5
16622024-11-28T00:59:02.311Z Compiling pkg-config v0.3.31
16632024-11-28T00:59:02.396Z Compiling ring v0.17.8
16642024-11-28T00:59:03.020Z Compiling cexpr v0.6.0
16652024-11-28T00:59:03.267Z Compiling ryu v1.0.18
16662024-11-28T00:59:03.305Z Compiling pin-project-lite v0.2.14
16672024-11-28T00:59:03.374Z Compiling const-oid v0.9.6
16682024-11-28T00:59:03.441Z Compiling paste v1.0.15
16692024-11-28T00:59:03.552Z Compiling fnv v1.0.7
16702024-11-28T00:59:03.695Z Compiling synstructure v0.13.1
16712024-11-28T00:59:04.119Z Compiling httparse v1.9.5
16722024-11-28T00:59:04.539Z Compiling foldhash v0.1.3
16732024-11-28T00:59:04.745Z Compiling equivalent v1.0.1
16742024-11-28T00:59:04.796Z Compiling aws-lc-rs v1.10.0
16752024-11-28T00:59:04.860Z Compiling hashbrown v0.15.0
16762024-11-28T00:59:05.097Z Compiling regex v1.11.1
16772024-11-28T00:59:05.298Z Compiling heck v0.5.0
16782024-11-28T00:59:05.737Z Compiling schemars v0.8.21
16792024-11-28T00:59:06.236Z Compiling serde_derive_internals v0.29.1
16802024-11-28T00:59:06.260Z Compiling signal-hook-registry v1.4.2
16812024-11-28T00:59:06.645Z Compiling parking_lot v0.12.3
16822024-11-28T00:59:06.648Z Compiling mio v1.0.2
16832024-11-28T00:59:08.470Z Compiling crossbeam-utils v0.8.20
16842024-11-28T00:59:08.568Z Compiling stable_deref_trait v1.2.0
16852024-11-28T00:59:08.680Z Compiling socket2 v0.5.7
16862024-11-28T00:59:08.698Z Compiling num-conv v0.1.0
16872024-11-28T00:59:08.991Z Compiling time-core v0.1.2
16882024-11-28T00:59:09.161Z Compiling futures-core v0.3.31
16892024-11-28T00:59:09.276Z Compiling serde_derive v1.0.215
16902024-11-28T00:59:09.324Z Compiling zeroize_derive v1.4.2
16912024-11-28T00:59:09.422Z Compiling zerocopy-derive v0.7.35
16922024-11-28T00:59:10.304Z Compiling thiserror-impl v1.0.69
16932024-11-28T00:59:10.392Z Compiling tokio-macros v2.4.0
16942024-11-28T00:59:10.467Z Compiling zerofrom-derive v0.1.4
16952024-11-28T00:59:10.493Z Compiling yoke-derive v0.7.4
16962024-11-28T00:59:10.800Z Compiling zeroize v1.8.1
16972024-11-28T00:59:11.410Z Compiling futures-macro v0.3.31
16982024-11-28T00:59:11.458Z Compiling zerovec-derive v0.10.3
16992024-11-28T00:59:11.853Z Compiling zerocopy v0.7.35
17002024-11-28T00:59:12.991Z Compiling displaydoc v0.2.5
17012024-11-28T00:59:13.189Z Compiling crypto-common v0.1.6
17022024-11-28T00:59:13.293Z Compiling tracing-attributes v0.1.27
17032024-11-28T00:59:13.389Z Compiling icu_provider_macros v1.5.0
17042024-11-28T00:59:13.489Z Compiling block-buffer v0.10.4
17052024-11-28T00:59:13.713Z Compiling digest v0.10.7
17062024-11-28T00:59:13.842Z Compiling schemars_derive v0.8.21
17072024-11-28T00:59:14.126Z Compiling der_derive v0.7.3
17082024-11-28T00:59:14.443Z Compiling time-macros v0.2.18
17092024-11-28T00:59:14.898Z Compiling vcpkg v0.2.15
17102024-11-28T00:59:16.539Z Compiling openssl-sys v0.9.103
17112024-11-28T00:59:17.288Z Compiling cpufeatures v0.2.14
17122024-11-28T00:59:17.395Z Compiling futures-sink v0.3.31
17132024-11-28T00:59:17.569Z Compiling slog v2.7.0
17142024-11-28T00:59:17.635Z Compiling ahash v0.8.11
17152024-11-28T00:59:17.735Z Compiling syn v1.0.109
17162024-11-28T00:59:18.128Z Compiling zerofrom v0.1.4
17172024-11-28T00:59:18.356Z Compiling scroll_derive v0.12.0
17182024-11-28T00:59:18.441Z Compiling iana-time-zone v0.1.61
17192024-11-28T00:59:18.486Z Compiling ucd-trie v0.1.7
17202024-11-28T00:59:18.948Z Compiling pest v2.7.14
17212024-11-28T00:59:18.994Z Compiling yoke v0.7.4
17222024-11-28T00:59:19.149Z Compiling futures-channel v0.3.31
17232024-11-28T00:59:19.598Z Compiling hmac v0.12.1
17242024-11-28T00:59:19.811Z Compiling futures-io v0.3.31
17252024-11-28T00:59:19.831Z Compiling pin-utils v0.1.0
17262024-11-28T00:59:19.930Z Compiling openssl v0.10.66
17272024-11-28T00:59:20.159Z Compiling futures-task v0.3.31
17282024-11-28T00:59:20.425Z Compiling futures-util v0.3.31
17292024-11-28T00:59:20.446Z Compiling zerovec v0.10.4
17302024-11-28T00:59:20.749Z Compiling block-padding v0.3.3
17312024-11-28T00:59:21.126Z Compiling tinyvec_macros v0.1.1
17322024-11-28T00:59:21.574Z Compiling pest_meta v2.7.14
17332024-11-28T00:59:21.861Z Compiling tinyvec v1.8.0
17342024-11-28T00:59:22.578Z Compiling bitflags v2.6.0
17352024-11-28T00:59:22.996Z Compiling bytes v1.8.0
17362024-11-28T00:59:24.921Z Compiling indexmap v2.6.0
17372024-11-28T00:59:25.649Z Compiling tokio v1.40.0
17382024-11-28T00:59:26.443Z Compiling serde_tokenstream v0.2.2
17392024-11-28T00:59:26.936Z Compiling which v4.4.2
17402024-11-28T00:59:26.992Z Compiling http v1.1.0
17412024-11-28T00:59:27.473Z Compiling uuid v1.11.0
17422024-11-28T00:59:28.072Z Compiling rustc_version v0.4.1
17432024-11-28T00:59:28.705Z Compiling chrono v0.4.38
17442024-11-28T00:59:30.633Z Compiling pest_generator v2.7.14
17452024-11-28T00:59:31.223Z Compiling toml_datetime v0.6.8
17462024-11-28T00:59:31.671Z Compiling serde_spanned v0.6.8
17472024-11-28T00:59:32.100Z Compiling inout v0.1.3
17482024-11-28T00:59:32.393Z Compiling openssl-macros v0.1.1
17492024-11-28T00:59:33.103Z Compiling strsim v0.11.1
17502024-11-28T00:59:33.846Z Compiling native-tls v0.2.12
17512024-11-28T00:59:34.170Z Compiling rustls v0.23.14
17522024-11-28T00:59:34.871Z Compiling pest_derive v2.7.14
17532024-11-28T00:59:35.315Z Compiling cipher v0.4.4
17542024-11-28T00:59:35.470Z Compiling unicode-normalization v0.1.24
17552024-11-28T00:59:35.692Z Compiling tinystr v0.7.6
17562024-11-28T00:59:35.806Z Compiling sha2 v0.10.8
17572024-11-28T00:59:36.174Z Compiling tracing-core v0.1.32
17582024-11-28T00:59:36.246Z Compiling usdt-impl v0.5.0
17592024-11-28T00:59:36.578Z Compiling dyn-clone v1.0.17
17602024-11-28T00:59:36.598Z Compiling unicode-bidi v0.3.17
17612024-11-28T00:59:36.617Z Compiling writeable v0.5.5
17622024-11-28T00:59:36.817Z Compiling litemap v0.7.3
17632024-11-28T00:59:37.136Z Compiling base64ct v1.6.0
17642024-11-28T00:59:37.207Z Compiling icu_locid v1.5.0
17652024-11-28T00:59:37.227Z Compiling tracing v0.1.40
17662024-11-28T00:59:37.729Z Compiling pem-rfc7468 v0.7.0
17672024-11-28T00:59:38.442Z Compiling scroll v0.12.0
17682024-11-28T00:59:38.894Z Compiling ppv-lite86 v0.2.20
17692024-11-28T00:59:39.035Z Compiling async-trait v0.1.83
17702024-11-28T00:59:39.405Z Compiling cookie v0.18.1
17712024-11-28T00:59:39.719Z Compiling flagset v0.4.6
17722024-11-28T00:59:39.922Z Compiling plain v0.2.3
17732024-11-28T00:59:41.074Z Compiling aws-lc-sys v0.22.0
17742024-11-28T00:59:41.368Z Compiling camino v1.1.9
17752024-11-28T00:59:41.429Z Compiling anyhow v1.0.93
17762024-11-28T00:59:42.720Z Compiling goblin v0.8.2
17772024-11-28T00:59:45.232Z Compiling der v0.7.9
17782024-11-28T00:59:47.813Z Compiling rand_chacha v0.3.1
17792024-11-28T00:59:48.782Z Compiling icu_provider v1.5.0
17802024-11-28T00:59:49.144Z Compiling percent-encoding v2.3.1
17812024-11-28T00:59:49.586Z Compiling untrusted v0.7.1
17822024-11-28T00:59:49.770Z Compiling rustls v0.22.4
17832024-11-28T00:59:49.797Z Compiling rustls-pki-types v1.9.0
17842024-11-28T00:59:50.274Z Compiling icu_locid_transform_data v1.5.0
17852024-11-28T00:59:50.333Z Compiling pretty-hex v0.4.1
17862024-11-28T00:59:50.373Z Compiling rayon-core v1.12.1
17872024-11-28T00:59:50.660Z Compiling dof v0.3.0
17882024-11-28T00:59:50.736Z Compiling icu_locid_transform v1.5.0
17892024-11-28T00:59:52.051Z Compiling rand v0.8.5
17902024-11-28T00:59:52.168Z Compiling spki v0.7.3
17912024-11-28T00:59:52.470Z Compiling salsa20 v0.10.2
17922024-11-28T00:59:52.539Z Compiling dtrace-parser v0.2.0
17932024-11-28T00:59:52.711Z Compiling tokio-util v0.7.12
17942024-11-28T00:59:52.942Z Compiling icu_collections v1.5.0
17952024-11-28T00:59:53.636Z Compiling pbkdf2 v0.12.2
17962024-11-28T00:59:54.227Z Compiling thread-id v4.2.2
17972024-11-28T00:59:54.263Z Compiling icu_properties_data v1.5.0
17982024-11-28T00:59:54.341Z Compiling untrusted v0.9.0
17992024-11-28T00:59:54.380Z Compiling powerfmt v0.2.0
18002024-11-28T00:59:54.640Z Compiling winnow v0.5.40
18012024-11-28T00:59:54.695Z Compiling mirai-annotations v1.12.0
18022024-11-28T00:59:54.714Z Compiling deranged v0.3.11
18032024-11-28T00:59:56.591Z Compiling icu_properties v1.5.1
18042024-11-28T00:59:58.551Z Compiling toml_edit v0.19.15
18052024-11-28T01:00:00.091Z Compiling scrypt v0.11.0
18062024-11-28T01:00:00.199Z Compiling cbc v0.1.2
18072024-11-28T01:00:00.422Z Compiling aes v0.8.4
18082024-11-28T01:00:00.581Z Compiling multer v3.1.0
18092024-11-28T01:00:00.876Z Compiling write16 v1.0.0
18102024-11-28T01:00:01.193Z Compiling num_threads v0.1.7
18112024-11-28T01:00:01.352Z Compiling utf8_iter v1.0.4
18122024-11-28T01:00:01.596Z Compiling rustversion v1.0.17
18132024-11-28T01:00:01.636Z Compiling atomic-waker v1.1.2
18142024-11-28T01:00:01.814Z Compiling utf16_iter v1.0.5
18152024-11-28T01:00:02.014Z Compiling icu_normalizer_data v1.5.0
18162024-11-28T01:00:02.128Z Compiling slog-async v2.8.0
18172024-11-28T01:00:02.169Z Compiling time v0.3.36
18182024-11-28T01:00:02.289Z Compiling icu_normalizer v1.5.0
18192024-11-28T01:00:02.566Z Compiling pkcs5 v0.7.1
18202024-11-28T01:00:04.238Z Compiling form_urlencoded v1.2.1
18212024-11-28T01:00:05.053Z Compiling http-body v1.0.1
18222024-11-28T01:00:05.298Z Compiling heapless v0.7.17
18232024-11-28T01:00:05.936Z Compiling bzip2-sys v0.1.11+1.0.8
18242024-11-28T01:00:06.613Z Compiling try-lock v0.2.5
18252024-11-28T01:00:07.151Z Compiling signal-hook v0.3.17
18262024-11-28T01:00:07.493Z Compiling want v0.3.1
18272024-11-28T01:00:08.899Z Compiling pkcs8 v0.10.2
18282024-11-28T01:00:09.221Z Compiling idna_adapter v1.2.0
18292024-11-28T01:00:09.561Z Compiling h2 v0.4.6
18302024-11-28T01:00:10.640Z Compiling usdt-attr-macro v0.5.0
18312024-11-28T01:00:12.112Z Compiling usdt-macro v0.5.0
18322024-11-28T01:00:12.637Z Compiling async-stream-impl v0.3.6
18332024-11-28T01:00:13.015Z Compiling httpdate v1.0.3
18342024-11-28T01:00:13.665Z Compiling adler2 v2.0.0
18352024-11-28T01:00:13.869Z Compiling miniz_oxide v0.8.0
18362024-11-28T01:00:14.840Z Compiling idna v1.0.3
18372024-11-28T01:00:16.556Z Compiling hyper v1.5.0
18382024-11-28T01:00:17.073Z Compiling curve25519-dalek v4.1.3
18392024-11-28T01:00:17.356Z Compiling openapiv3 v2.0.0
18402024-11-28T01:00:17.546Z Compiling enum-as-inner v0.6.1
18412024-11-28T01:00:19.680Z Compiling dropshot v0.12.0
18422024-11-28T01:00:19.969Z Compiling base64 v0.22.1
18432024-11-28T01:00:20.328Z Compiling foreign-types-shared v0.1.1
18442024-11-28T01:00:20.441Z Compiling match_cfg v0.1.0
18452024-11-28T01:00:20.542Z Compiling num-bigint-dig v0.8.4
18462024-11-28T01:00:21.042Z Compiling tower-service v0.3.3
18472024-11-28T01:00:21.236Z Compiling portable-atomic v1.9.0
18482024-11-28T01:00:21.315Z Compiling smoltcp v0.9.1
18492024-11-28T01:00:21.547Z Compiling hyper-util v0.1.10
18502024-11-28T01:00:22.104Z Compiling hostname v0.3.1
18512024-11-28T01:00:22.321Z Compiling foreign-types v0.3.2
18522024-11-28T01:00:25.210Z Compiling url v2.5.3
18532024-11-28T01:00:29.270Z Compiling dirs-sys-next v0.1.2
18542024-11-28T01:00:29.311Z Compiling gimli v0.31.1
18552024-11-28T01:00:29.782Z Compiling ident_case v1.0.1
18562024-11-28T01:00:29.959Z Compiling siphasher v0.3.11
18572024-11-28T01:00:30.020Z Compiling heck v0.4.1
18582024-11-28T01:00:30.217Z Compiling data-encoding v2.6.0
18592024-11-28T01:00:30.460Z Compiling darling_core v0.20.10
18602024-11-28T01:00:30.542Z Compiling dirs-next v2.0.0
18612024-11-28T01:00:33.471Z Compiling http-body-util v0.1.2
18622024-11-28T01:00:34.571Z Compiling addr2line v0.24.2
18632024-11-28T01:00:36.551Z Compiling crossbeam-epoch v0.9.18
18642024-11-28T01:00:36.630Z Compiling hubpack_derive v0.1.1
18652024-11-28T01:00:37.113Z Compiling dropshot_endpoint v0.12.0
18662024-11-28T01:00:37.316Z Compiling sha1 v0.10.6
18672024-11-28T01:00:37.471Z Compiling signature v2.2.0
18682024-11-28T01:00:37.697Z Compiling curve25519-dalek-derive v0.1.1
18692024-11-28T01:00:37.699Z Compiling zerocopy-derive v0.6.6
18702024-11-28T01:00:37.967Z Compiling object v0.36.5
18712024-11-28T01:00:39.185Z Compiling thread_local v1.1.8
18722024-11-28T01:00:39.598Z Compiling fs-err v2.11.0
18732024-11-28T01:00:39.658Z Compiling encoding_rs v0.8.34
18742024-11-28T01:00:41.135Z Compiling rustc-demangle v0.1.24
18752024-11-28T01:00:43.395Z Compiling unicode-properties v0.1.3
18762024-11-28T01:00:47.425Z Compiling utf8parse v0.2.2
18772024-11-28T01:00:47.575Z Compiling openssl-probe v0.1.5
18782024-11-28T01:00:47.879Z Compiling winnow v0.6.20
18792024-11-28T01:00:48.880Z Compiling mime v0.3.17
18802024-11-28T01:00:49.975Z Compiling anstyle v1.0.10
18812024-11-28T01:00:50.418Z Compiling ipnet v2.10.1
18822024-11-28T01:00:51.649Z Compiling toml_edit v0.22.22
18832024-11-28T01:00:51.824Z Compiling anstyle-parse v0.2.5
18842024-11-28T01:00:52.184Z Compiling backtrace v0.3.74
18852024-11-28T01:00:53.053Z Compiling stringprep v0.1.5
18862024-11-28T01:00:56.231Z Compiling rustls-webpki v0.102.8
18872024-11-28T01:00:56.935Z Compiling crossbeam-deque v0.8.5
18882024-11-28T01:00:59.985Z Compiling darling_macro v0.20.10
18892024-11-28T01:01:02.147Z Compiling term v0.7.0
18902024-11-28T01:01:03.193Z Compiling slog-json v2.6.1
18912024-11-28T01:01:03.619Z Compiling serde_urlencoded v0.7.1
18922024-11-28T01:01:04.813Z Compiling crossbeam-channel v0.5.13
18932024-11-28T01:01:04.850Z Compiling rustls-pemfile v2.2.0
18942024-11-28T01:01:05.678Z Compiling hashbrown v0.14.5
18952024-11-28T01:01:06.404Z Compiling idna v0.4.0
18962024-11-28T01:01:07.021Z Compiling idna v0.3.0
18972024-11-28T01:01:07.044Z Compiling futures-executor v0.3.31
18982024-11-28T01:01:07.794Z Compiling num-integer v0.1.46
18992024-11-28T01:01:08.432Z Compiling md-5 v0.10.6
19002024-11-28T01:01:08.452Z Compiling ff v0.13.0
19012024-11-28T01:01:08.518Z Compiling hash32 v0.2.1
19022024-11-28T01:01:08.675Z Compiling memmap v0.7.0
19032024-11-28T01:01:08.693Z Compiling is-terminal v0.4.13
19042024-11-28T01:01:08.882Z Compiling anstyle-query v1.1.1
19052024-11-28T01:01:09.001Z Compiling psl-types v2.0.11
19062024-11-28T01:01:09.922Z Compiling is_terminal_polyfill v1.70.1
19072024-11-28T01:01:10.054Z Compiling fallible-iterator v0.2.0
19082024-11-28T01:01:10.791Z Compiling utf-8 v0.7.6
19092024-11-28T01:01:10.817Z Compiling linked-hash-map v0.5.6
19102024-11-28T01:01:11.102Z Compiling base16ct v0.2.0
19112024-11-28T01:01:11.210Z Compiling colorchoice v1.0.2
19122024-11-28T01:01:11.377Z Compiling take_mut v0.2.2
19132024-11-28T01:01:11.398Z Compiling quick-error v1.2.3
19142024-11-28T01:01:11.553Z Compiling resolv-conf v0.7.0
19152024-11-28T01:01:12.226Z Compiling anstream v0.6.15
19162024-11-28T01:01:12.919Z Compiling sec1 v0.7.3
19172024-11-28T01:01:13.092Z Compiling lru-cache v0.1.2
19182024-11-28T01:01:13.246Z Compiling tungstenite v0.24.0
19192024-11-28T01:01:13.292Z Compiling postgres-protocol v0.6.7
19202024-11-28T01:01:13.512Z Compiling publicsuffix v2.2.3
19212024-11-28T01:01:13.781Z Compiling usdt v0.5.0
19222024-11-28T01:01:14.491Z Compiling slog-term v2.9.1
19232024-11-28T01:01:15.278Z Compiling group v0.13.0
19242024-11-28T01:01:15.479Z Compiling num-iter v0.1.45
19252024-11-28T01:01:15.542Z Compiling futures v0.3.31
19262024-11-28T01:01:15.568Z Compiling hickory-proto v0.24.1
19272024-11-28T01:01:15.656Z Compiling regress v0.10.1
19282024-11-28T01:01:19.242Z Compiling tokio-rustls v0.26.0
19292024-11-28T01:01:19.517Z Compiling slog-bunyan v2.5.0
19302024-11-28T01:01:19.713Z Compiling tokio-rustls v0.25.0
19312024-11-28T01:01:19.733Z Compiling darling v0.20.10
19322024-11-28T01:01:20.142Z Compiling toml v0.8.19
19332024-11-28T01:01:20.197Z Compiling tokio-native-tls v0.3.1
19342024-11-28T01:01:20.330Z Compiling strum_macros v0.25.3
19352024-11-28T01:01:20.479Z Compiling phf_shared v0.11.2
19362024-11-28T01:01:21.222Z Compiling async-stream v0.3.6
19372024-11-28T01:01:21.505Z Compiling waitgroup v0.1.2
19382024-11-28T01:01:21.713Z Compiling webpki-roots v0.26.6
19392024-11-28T01:01:22.126Z Compiling idna v0.5.0
19402024-11-28T01:01:22.174Z Compiling terminal_size v0.4.0
19412024-11-28T01:01:22.320Z Compiling serde_path_to_error v0.1.16
19422024-11-28T01:01:22.391Z Compiling hkdf v0.12.4
19432024-11-28T01:01:23.254Z Compiling crypto-bigint v0.5.5
19442024-11-28T01:01:23.286Z Compiling derive-where v1.2.7
19452024-11-28T01:01:23.588Z Compiling clap_derive v4.5.18
19462024-11-28T01:01:23.895Z Compiling serde_repr v0.1.19
19472024-11-28T01:01:24.614Z Compiling hostname v0.4.0
19482024-11-28T01:01:24.837Z Compiling crc32fast v1.4.2
19492024-11-28T01:01:24.963Z Compiling managed v0.8.0
19502024-11-28T01:01:25.264Z Compiling debug-ignore v1.0.5
19512024-11-28T01:01:25.411Z Compiling bitflags v1.3.2
19522024-11-28T01:01:25.762Z Compiling unicode-width v0.1.14
19532024-11-28T01:01:26.371Z Compiling clap_lex v0.7.2
19542024-11-28T01:01:26.829Z Compiling clap_builder v4.5.21
19552024-11-28T01:01:26.919Z Compiling elliptic-curve v0.13.8
19562024-11-28T01:01:27.324Z Compiling console v0.15.8
19572024-11-28T01:01:30.163Z Compiling flate2 v1.0.34
19582024-11-28T01:01:30.621Z Compiling cookie_store v0.21.0
19592024-11-28T01:01:34.180Z Compiling hyper-rustls v0.27.3
19602024-11-28T01:01:34.663Z Compiling hickory-resolver v0.24.1
19612024-11-28T01:01:35.663Z Compiling phf v0.11.2
19622024-11-28T01:01:35.981Z Compiling hyper-tls v0.6.0
19632024-11-28T01:01:36.356Z Compiling signal-hook-mio v0.2.4
19642024-11-28T01:01:36.531Z Compiling typify-impl v0.2.0
19652024-11-28T01:01:36.974Z Compiling bzip2 v0.4.4
19662024-11-28T01:01:36.993Z Compiling rayon v1.10.0
19672024-11-28T01:01:37.163Z Compiling tokio-tungstenite v0.24.0
19682024-11-28T01:01:37.362Z Compiling postgres-types v0.2.8
19692024-11-28T01:01:38.015Z Compiling zerocopy v0.6.6
19702024-11-28T01:01:38.046Z Compiling ed25519 v2.2.3
19712024-11-28T01:01:38.507Z Compiling hubpack v0.1.2
19722024-11-28T01:01:38.750Z Compiling phf_shared v0.10.0
19732024-11-28T01:01:38.955Z Compiling pkcs1 v0.7.5
19742024-11-28T01:01:39.133Z Compiling tokio-stream v0.1.16
19752024-11-28T01:01:40.178Z Compiling serde-big-array v0.5.1
19762024-11-28T01:01:40.425Z Compiling rfc6979 v0.4.0
19772024-11-28T01:01:40.576Z Compiling float-cmp v0.9.0
19782024-11-28T01:01:40.638Z Compiling sync_wrapper v1.0.1
19792024-11-28T01:01:40.804Z Compiling bstr v1.10.0
19802024-11-28T01:01:41.859Z Compiling unicode-segmentation v1.12.0
19812024-11-28T01:01:41.904Z Compiling difflib v0.4.0
19822024-11-28T01:01:42.455Z Compiling new_debug_unreachable v1.0.6
19832024-11-28T01:01:42.724Z Compiling number_prefix v0.4.0
19842024-11-28T01:01:42.799Z Compiling bit-vec v0.6.3
19852024-11-28T01:01:42.953Z Compiling fixedbitset v0.4.2
19862024-11-28T01:01:43.160Z Compiling whoami v1.5.2
19872024-11-28T01:01:43.232Z Compiling static_assertions v1.1.0
19882024-11-28T01:01:43.343Z Compiling normalize-line-endings v0.3.0
19892024-11-28T01:01:43.362Z Compiling unicode-width v0.2.0
19902024-11-28T01:01:43.471Z Compiling predicates-core v1.0.8
19912024-11-28T01:01:43.769Z Compiling precomputed-hash v0.1.1
19922024-11-28T01:01:43.875Z Compiling string_cache v0.8.7
19932024-11-28T01:01:43.896Z Compiling indicatif v0.17.9
19942024-11-28T01:01:43.927Z Compiling predicates v3.1.2
19952024-11-28T01:01:44.303Z Compiling tokio-postgres v0.7.12
19962024-11-28T01:01:44.333Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19972024-11-28T01:01:45.452Z Compiling petgraph v0.6.5
19982024-11-28T01:01:45.753Z Compiling bit-set v0.5.3
19992024-11-28T01:01:46.244Z Compiling similar v2.6.0
20002024-11-28T01:01:48.532Z Compiling typify-macro v0.2.0
20012024-11-28T01:01:49.451Z Compiling reqwest v0.12.9
20022024-11-28T01:01:49.756Z Compiling ecdsa v0.16.9
20032024-11-28T01:01:51.121Z Compiling qorb v0.2.0
20042024-11-28T01:01:52.028Z Compiling rsa v0.9.6
20052024-11-28T01:01:52.242Z Compiling ed25519-dalek v2.1.1
20062024-11-28T01:01:52.658Z Compiling zip v0.6.6
20072024-11-28T01:01:52.798Z Compiling crossterm v0.28.1
20082024-11-28T01:01:53.099Z Compiling clap v4.5.21
20092024-11-28T01:01:53.935Z Compiling toml v0.7.8
20102024-11-28T01:01:55.333Z Compiling x509-cert v0.2.5
20112024-11-28T01:01:56.134Z Compiling hex v0.4.3
20122024-11-28T01:01:56.773Z Compiling itertools v0.10.5
20132024-11-28T01:01:56.920Z Compiling lalrpop-util v0.19.12
20142024-11-28T01:01:57.287Z Compiling zerocopy v0.8.10
20152024-11-28T01:01:57.359Z Compiling unicode-xid v0.2.6
20162024-11-28T01:01:58.017Z Compiling peg-runtime v0.8.3
20172024-11-28T01:01:59.804Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20182024-11-28T01:02:03.964Z Compiling proc-macro-crate v1.3.1
20192024-11-28T01:02:04.163Z Compiling ipnetwork v0.20.0
20202024-11-28T01:02:04.833Z Compiling macaddr v1.0.1
20212024-11-28T01:02:05.411Z Compiling zerocopy-derive v0.8.10
20222024-11-28T01:02:05.478Z Compiling itertools v0.13.0
20232024-11-28T01:02:08.237Z Compiling heapless v0.8.0
20242024-11-28T01:02:08.836Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20252024-11-28T01:02:13.685Z Compiling num_enum_derive v0.5.11
20262024-11-28T01:02:21.281Z Compiling hash32 v0.3.1
20272024-11-28T01:02:21.948Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20282024-11-28T01:02:22.000Z Compiling smoltcp v0.11.0
20292024-11-28T01:02:27.355Z Compiling num_enum v0.5.11
20302024-11-28T01:02:27.544Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20312024-11-28T01:02:28.603Z Compiling typify v0.2.0
20322024-11-28T01:02:29.683Z Compiling proc-macro-error-attr v1.0.4
20332024-11-28T01:02:30.039Z Compiling unsafe-libyaml v0.2.11
20342024-11-28T01:02:30.658Z Compiling cobs v0.2.3
20352024-11-28T01:02:31.111Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20362024-11-28T01:02:31.431Z Compiling serde_yaml v0.9.34+deprecated
20372024-11-28T01:02:31.819Z Compiling postcard v1.0.10
20382024-11-28T01:02:48.435Z Compiling progenitor-impl v0.8.0
20392024-11-28T01:02:48.687Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20402024-11-28T01:03:00.298Z Compiling strum_macros v0.26.4
20412024-11-28T01:03:01.312Z Compiling structmeta-derive v0.3.0
20422024-11-28T01:03:01.528Z Compiling foreign-types-macros v0.2.3
20432024-11-28T01:03:01.771Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20442024-11-28T01:03:01.946Z Compiling proc-macro-error v1.0.4
20452024-11-28T01:03:02.075Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20462024-11-28T01:03:02.254Z Compiling foreign-types-shared v0.3.1
20472024-11-28T01:03:02.471Z Compiling newtype-uuid v1.1.3
20482024-11-28T01:03:03.891Z Compiling structmeta v0.3.0
20492024-11-28T01:03:04.670Z Compiling strum v0.26.3
20502024-11-28T01:03:08.687Z Compiling foreign-types v0.5.0
20512024-11-28T01:03:09.233Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20522024-11-28T01:03:12.733Z Compiling progenitor-macro v0.8.0
20532024-11-28T01:03:17.987Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20542024-11-28T01:03:18.033Z Compiling progenitor-client v0.8.0
20552024-11-28T01:03:19.000Z Compiling tabwriter v1.4.0
20562024-11-28T01:03:21.683Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20572024-11-28T01:03:22.482Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20582024-11-28T01:03:22.735Z Compiling cstr-argument v0.1.2
20592024-11-28T01:03:22.994Z Compiling dropshot v0.13.0
20602024-11-28T01:03:23.299Z Compiling crucible-workspace-hack v0.1.0
20612024-11-28T01:03:23.330Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20622024-11-28T01:03:23.619Z Compiling fastrand v2.1.1
20632024-11-28T01:03:24.017Z Compiling pretty-hex v0.2.1
20642024-11-28T01:03:24.293Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20652024-11-28T01:03:24.433Z Compiling tempfile v3.13.0
20662024-11-28T01:03:25.204Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20672024-11-28T01:03:25.427Z Compiling progenitor v0.8.0
20682024-11-28T01:03:25.506Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20692024-11-28T01:03:26.114Z Compiling parse-display-derive v0.10.0
20702024-11-28T01:03:26.146Z Compiling colored v2.1.0
20712024-11-28T01:03:26.232Z Compiling serde_with_macros v3.11.0
20722024-11-28T01:03:26.397Z Compiling dropshot_endpoint v0.13.0
20732024-11-28T01:03:27.383Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20742024-11-28T01:03:28.113Z Compiling instant v0.1.13
20752024-11-28T01:03:28.288Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20762024-11-28T01:03:28.678Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20772024-11-28T01:03:28.828Z Compiling serde_with v3.11.0
20782024-11-28T01:03:28.876Z Compiling backoff v0.4.0
20792024-11-28T01:03:29.252Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20802024-11-28T01:03:29.968Z Compiling parse-display v0.10.0
20812024-11-28T01:03:30.930Z Compiling zone_cfg_derive v0.3.0
20822024-11-28T01:03:31.787Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20832024-11-28T01:03:31.953Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20842024-11-28T01:03:32.271Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20852024-11-28T01:03:32.473Z Compiling camino-tempfile v1.1.1
20862024-11-28T01:03:32.656Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
20872024-11-28T01:03:33.191Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20882024-11-28T01:03:33.221Z Compiling regress v0.9.1
20892024-11-28T01:03:33.238Z Compiling num-derive v0.4.2
20902024-11-28T01:03:33.382Z Compiling sigpipe v0.1.3
20912024-11-28T01:03:33.524Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20922024-11-28T01:03:33.810Z Compiling libefi-sys v0.1.0
20932024-11-28T01:03:34.163Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20942024-11-28T01:03:35.493Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20952024-11-28T01:03:37.078Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
20962024-11-28T01:03:37.436Z Compiling zone v0.3.0
20972024-11-28T01:03:37.649Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20982024-11-28T01:03:39.114Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20992024-11-28T01:03:40.803Z Compiling smf v0.2.3
21002024-11-28T01:03:41.752Z Compiling bitfield-struct v0.6.2
21012024-11-28T01:03:41.857Z Compiling blake3 v1.5.4
21022024-11-28T01:03:42.509Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21032024-11-28T01:03:42.548Z Compiling ring v0.16.20
21042024-11-28T01:03:43.126Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21052024-11-28T01:03:43.721Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21062024-11-28T01:03:43.880Z Compiling xattr v1.3.1
21072024-11-28T01:03:43.882Z Compiling filetime v0.2.25
21082024-11-28T01:03:44.217Z Compiling memmap2 v0.9.5
21092024-11-28T01:03:44.237Z Compiling arrayvec v0.7.6
21102024-11-28T01:03:44.757Z Compiling same-file v1.0.6
21112024-11-28T01:03:44.787Z Compiling arrayref v0.3.9
21122024-11-28T01:03:44.875Z Compiling spin v0.5.2
21132024-11-28T01:03:44.909Z Compiling constant_time_eq v0.3.1
21142024-11-28T01:03:45.031Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21152024-11-28T01:03:45.155Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21162024-11-28T01:03:45.174Z Compiling walkdir v2.5.0
21172024-11-28T01:03:46.726Z Compiling tar v0.4.42
21182024-11-28T01:03:47.734Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21192024-11-28T01:03:48.054Z Compiling gethostname v0.5.0
21202024-11-28T01:03:48.155Z Compiling cargo-platform v0.1.8
21212024-11-28T01:03:48.266Z Compiling topological-sort v0.2.2
21222024-11-28T01:03:48.548Z Compiling cargo_metadata v0.18.1
21232024-11-28T01:03:51.653Z Compiling omicron-zone-package v0.11.1
21242024-11-28T01:03:57.130Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21252024-11-28T01:03:59.577Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21262024-11-28T01:04:05.608Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21272024-11-28T01:04:19.800Z Finished `release` profile [optimized] target(s) in 5m 27s
21282024-11-28T01:04:19.967Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21292024-11-28T01:04:20.016ZLogging to: /work/oxidecomputer/omicron/out/LOG
21302024-11-28T01:04:20.018ZCreated new build target 'test' and set it as active
21312024-11-28T01:04:20.018Z
21322024-11-28T01:04:20.018Zreal 5:27.485549509
21332024-11-28T01:04:20.018Zuser 36:50.386394143
21342024-11-28T01:04:20.018Zsys 4:54.817604060
21352024-11-28T01:04:20.018Ztrap 1.090118684
21362024-11-28T01:04:20.018Ztflt 2.927737982
21372024-11-28T01:04:20.018Zdflt 1.016677971
21382024-11-28T01:04:20.018Zkflt 0.010551118
21392024-11-28T01:04:20.018Zlock 1:17:08.322444207
21402024-11-28T01:04:20.018Zslp 2:33:16.780398839
21412024-11-28T01:04:20.018Zlat 2:34.135728383
21422024-11-28T01:04:20.018Zstop 4:35.070606518
21432024-11-28T01:04:20.018Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21442024-11-28T01:04:21.001Z Finished `release` profile [optimized] target(s) in 0.93s
21452024-11-28T01:04:21.063Z Running `target/release/omicron-package -t test package`
21462024-11-28T01:04:21.109ZLogging to: /work/oxidecomputer/omicron/out/LOG
21472024-11-28T01:04:22.272Z Compiling convert_case v0.4.0
21482024-11-28T01:04:22.274Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21492024-11-28T01:04:22.274Z Compiling itertools v0.13.0
21502024-11-28T01:04:22.274Z Compiling newline-converter v0.3.0
21512024-11-28T01:04:22.274Z Compiling password-hash v0.5.0
21522024-11-28T01:04:22.274Z Compiling progenitor-client v0.8.0
21532024-11-28T01:04:22.274Z Compiling blake2 v0.10.6
21542024-11-28T01:04:22.274Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21552024-11-28T01:04:22.631Z Compiling expectorate v1.1.0
21562024-11-28T01:04:22.651Z Compiling owo-colors v4.1.0
21572024-11-28T01:04:22.817Z Compiling progenitor v0.8.0
21582024-11-28T01:04:22.838Z Compiling cancel-safe-futures v0.1.5
21592024-11-28T01:04:22.962Z Compiling argon2 v0.5.3
21602024-11-28T01:04:23.096Z Compiling num-rational v0.4.2
21612024-11-28T01:04:23.187Z Compiling num-complex v0.4.6
21622024-11-28T01:04:23.232Z Compiling derive_more v0.99.18
21632024-11-28T01:04:24.089Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21642024-11-28T01:04:24.501Z Compiling num v0.4.3
21652024-11-28T01:04:24.616Z Compiling atomicwrites v0.4.4
21662024-11-28T01:04:24.634Z Compiling libsw v3.3.1
21672024-11-28T01:04:24.669Z Compiling linear-map v1.2.0
21682024-11-28T01:04:24.969Z Compiling float-ord v0.3.2
21692024-11-28T01:04:25.105Z Compiling indent_write v2.2.0
21702024-11-28T01:04:25.127Z Compiling swrite v0.1.0
21712024-11-28T01:04:25.152Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21722024-11-28T01:04:25.266Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21732024-11-28T01:04:25.345Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21742024-11-28T01:04:25.414Z Compiling base64 v0.21.7
21752024-11-28T01:04:25.455Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21762024-11-28T01:04:26.136Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21772024-11-28T01:04:26.393Z Compiling highway v1.2.0
21782024-11-28T01:04:26.574Z Compiling semver v0.1.20
21792024-11-28T01:04:27.137Z Compiling rustc_version v0.1.7
21802024-11-28T01:04:27.563Z Compiling newtype_derive v0.1.6
21812024-11-28T01:04:27.839Z Compiling newtype-uuid v1.1.3
21822024-11-28T01:04:27.959Z Compiling dropshot v0.13.0
21832024-11-28T01:04:28.039Z Compiling ipnetwork v0.20.0
21842024-11-28T01:04:28.188Z Compiling instant v0.1.13
21852024-11-28T01:04:28.355Z Compiling humantime v2.1.0
21862024-11-28T01:04:28.852Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21872024-11-28T01:04:29.224Z Compiling backoff v0.4.0
21882024-11-28T01:04:29.534Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21892024-11-28T01:04:29.577Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21902024-11-28T01:04:29.844Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21912024-11-28T01:04:33.257Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21922024-11-28T01:04:34.195Z Compiling parse-display v0.10.0
21932024-11-28T01:04:34.715Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21942024-11-28T01:04:34.776Z Compiling strum v0.26.3
21952024-11-28T01:04:34.908Z Compiling serde_with v3.11.0
21962024-11-28T01:04:34.968Z Compiling regress v0.9.1
21972024-11-28T01:04:38.508Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21982024-11-28T01:04:39.260Z Compiling macaddr v1.0.1
21992024-11-28T01:04:39.709Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22002024-11-28T01:04:39.842Z Compiling steno v0.4.1
22012024-11-28T01:04:40.451Z Compiling prettyplease v0.2.25
22022024-11-28T01:04:40.483Z Compiling slog-dtrace v0.3.0
22032024-11-28T01:04:40.908Z Compiling tungstenite v0.21.0
22042024-11-28T01:04:41.120Z Compiling display-error-chain v0.2.2
22052024-11-28T01:04:42.842Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22062024-11-28T01:04:44.741Z Compiling tokio-tungstenite v0.21.0
22072024-11-28T01:04:45.432Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22082024-11-28T01:04:45.455Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22092024-11-28T01:04:46.011Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22102024-11-28T01:04:46.520Z Compiling arc-swap v1.7.1
22112024-11-28T01:04:47.220Z Compiling slog-scope v4.4.0
22122024-11-28T01:04:48.044Z Compiling half v2.4.1
22132024-11-28T01:04:48.752Z Compiling ciborium-io v0.2.2
22142024-11-28T01:04:48.905Z Compiling ciborium-ll v0.2.2
22152024-11-28T01:04:49.432Z Compiling slog-stdlog v4.1.1
22162024-11-28T01:04:49.751Z Compiling slog-envlogger v2.2.0
22172024-11-28T01:04:50.258Z Compiling ciborium v0.2.2
22182024-11-28T01:04:52.486Z Compiling nibble_vec v0.1.0
22192024-11-28T01:04:52.741Z Compiling endian-type v0.1.2
22202024-11-28T01:04:53.002Z Compiling radix_trie v0.2.1
22212024-11-28T01:04:53.931Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22222024-11-28T01:04:59.788Z Compiling fastrand v2.1.1
22232024-11-28T01:05:00.075Z Compiling same-file v1.0.6
22242024-11-28T01:05:00.235Z Compiling tempfile v3.13.0
22252024-11-28T01:05:00.305Z Compiling walkdir v2.5.0
22262024-11-28T01:05:00.330Z Compiling ring v0.16.20
22272024-11-28T01:05:00.981Z Compiling blake3 v1.5.4
22282024-11-28T01:05:01.042Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22292024-11-28T01:05:01.642Z Compiling xattr v1.3.1
22302024-11-28T01:05:01.797Z Compiling filetime v0.2.25
22312024-11-28T01:05:01.915Z Compiling memmap2 v0.9.5
22322024-11-28T01:05:02.042Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22332024-11-28T01:05:02.092Z Compiling spin v0.5.2
22342024-11-28T01:05:02.324Z Compiling arrayref v0.3.9
22352024-11-28T01:05:02.346Z Compiling arrayvec v0.7.6
22362024-11-28T01:05:02.442Z Compiling keccak v0.1.5
22372024-11-28T01:05:02.767Z Compiling constant_time_eq v0.3.1
22382024-11-28T01:05:03.381Z Compiling sha3 v0.10.8
22392024-11-28T01:05:03.774Z Compiling tar v0.4.42
22402024-11-28T01:05:03.921Z Compiling camino-tempfile v1.1.1
22412024-11-28T01:05:04.013Z Compiling toolchain_find v0.4.0
22422024-11-28T01:05:04.239Z Compiling const_format_proc_macros v0.2.33
22432024-11-28T01:05:04.346Z Compiling crunchy v0.2.2
22442024-11-28T01:05:04.613Z Compiling topological-sort v0.2.2
22452024-11-28T01:05:04.771Z Compiling maplit v1.0.2
22462024-11-28T01:05:04.845Z Compiling radium v0.7.0
22472024-11-28T01:05:04.907Z Compiling omicron-zone-package v0.11.1
22482024-11-28T01:05:05.356Z Compiling rustfmt-wrapper v0.2.1
22492024-11-28T01:05:05.748Z Compiling pem v3.0.4
22502024-11-28T01:05:05.964Z Compiling tiny-keccak v2.0.2
22512024-11-28T01:05:06.122Z Compiling const_format v0.2.33
22522024-11-28T01:05:06.156Z Compiling tap v1.0.1
22532024-11-28T01:05:06.249Z Compiling maybe-uninit v2.0.0
22542024-11-28T01:05:06.360Z Compiling wyz v0.5.1
22552024-11-28T01:05:06.825Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22562024-11-28T01:05:06.910Z Compiling dsl_auto_type v0.1.2
22572024-11-28T01:05:07.243Z Compiling phf_generator v0.11.2
22582024-11-28T01:05:07.300Z Compiling scheduled-thread-pool v0.2.7
22592024-11-28T01:05:07.333Z Compiling secrecy v0.8.0
22602024-11-28T01:05:07.421Z Compiling async-recursion v1.1.1
22612024-11-28T01:05:07.440Z Compiling diesel_table_macro_syntax v0.2.0
22622024-11-28T01:05:07.613Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22632024-11-28T01:05:07.846Z Compiling packed_struct v0.10.1
22642024-11-28T01:05:07.925Z Compiling funty v2.0.0
22652024-11-28T01:05:08.268Z Compiling crc-catalog v2.4.0
22662024-11-28T01:05:08.316Z Compiling diesel_derives v2.2.3
22672024-11-28T01:05:08.435Z Compiling crc v3.2.1
22682024-11-28T01:05:08.513Z Compiling r2d2 v0.8.10
22692024-11-28T01:05:08.888Z Compiling phf_codegen v0.11.2
22702024-11-28T01:05:09.108Z Compiling bitvec v1.0.1
22712024-11-28T01:05:09.509Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22722024-11-28T01:05:10.137Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22732024-11-28T01:05:10.302Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
22742024-11-28T01:05:10.459Z Compiling ascii-canvas v3.0.0
22752024-11-28T01:05:10.997Z Compiling universal-hash v0.5.1
22762024-11-28T01:05:11.253Z Compiling packed_struct_codegen v0.10.1
22772024-11-28T01:05:13.647Z Compiling thiserror-impl-no-std v2.0.2
22782024-11-28T01:05:13.970Z Compiling parse-zoneinfo v0.3.1
22792024-11-28T01:05:15.613Z Compiling lzma-sys v0.1.20
22802024-11-28T01:05:16.317Z Compiling ena v0.14.3
22812024-11-28T01:05:16.361Z Compiling indexmap v1.9.3
22822024-11-28T01:05:16.691Z Compiling regex-syntax v0.6.29
22832024-11-28T01:05:16.743Z Compiling opaque-debug v0.3.1
22842024-11-28T01:05:16.861Z Compiling diff v0.1.13
22852024-11-28T01:05:17.431Z Compiling nodrop v0.1.14
22862024-11-28T01:05:17.575Z Compiling cfg_aliases v0.1.1
22872024-11-28T01:05:17.709Z Compiling nix v0.28.0
22882024-11-28T01:05:18.479Z Compiling array-init v0.0.4
22892024-11-28T01:05:19.773Z Compiling poly1305 v0.8.0
22902024-11-28T01:05:19.909Z Compiling diesel v2.2.4
22912024-11-28T01:05:21.303Z Compiling lalrpop v0.19.12
22922024-11-28T01:05:22.234Z Compiling thiserror-no-std v2.0.2
22932024-11-28T01:05:22.422Z Compiling chrono-tz-build v0.4.0
22942024-11-28T01:05:27.536Z Compiling smallvec v0.6.14
22952024-11-28T01:05:28.059Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22962024-11-28T01:05:28.499Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22972024-11-28T01:05:28.794Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22982024-11-28T01:05:29.039Z Compiling chacha20 v0.9.1
22992024-11-28T01:05:29.205Z Compiling heck v0.3.3
23002024-11-28T01:05:29.526Z Compiling aead v0.5.2
23012024-11-28T01:05:29.578Z Compiling vte_generate_state_changes v0.1.2
23022024-11-28T01:05:29.866Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23032024-11-28T01:05:30.215Z Compiling ref-cast v1.0.23
23042024-11-28T01:05:30.329Z Compiling hashbrown v0.12.3
23052024-11-28T01:05:30.698Z Compiling bitfield v0.14.0
23062024-11-28T01:05:31.072Z Compiling termcolor v1.4.1
23072024-11-28T01:05:32.145Z Compiling env_logger v0.10.2
23082024-11-28T01:05:32.866Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23092024-11-28T01:05:35.424Z Compiling vte v0.11.1
23102024-11-28T01:05:36.897Z Compiling chacha20poly1305 v0.10.1
23112024-11-28T01:05:37.140Z Compiling zone_cfg_derive v0.1.2
23122024-11-28T01:05:38.574Z Compiling serde-hex v0.1.0
23132024-11-28T01:05:43.332Z Compiling chrono-tz v0.10.0
23142024-11-28T01:05:43.977Z Compiling vsss-rs v3.3.4
23152024-11-28T01:05:44.126Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23162024-11-28T01:05:44.472Z Compiling ron v0.8.1
23172024-11-28T01:05:47.374Z Compiling polar-core v0.27.3
23182024-11-28T01:05:48.458Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23192024-11-28T01:05:48.596Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23202024-11-28T01:05:48.761Z Compiling derive_builder_core v0.20.2
23212024-11-28T01:05:49.200Z Compiling hashbrown v0.13.2
23222024-11-28T01:05:50.437Z Compiling fd-lock v4.0.2
23232024-11-28T01:05:50.607Z Compiling headers-core v0.3.0
23242024-11-28T01:05:50.696Z Compiling fxhash v0.2.1
23252024-11-28T01:05:50.799Z Compiling libxml v0.3.3
23262024-11-28T01:05:50.942Z Compiling ref-cast-impl v1.0.23
23272024-11-28T01:05:50.990Z Compiling simd-adler32 v0.3.7
23282024-11-28T01:05:51.183Z Compiling crc-any v2.5.0
23292024-11-28T01:05:52.087Z Compiling bytecount v0.6.8
23302024-11-28T01:05:52.108Z Compiling base64 v0.13.1
23312024-11-28T01:05:52.157Z Compiling lockfree-object-pool v0.1.6
23322024-11-28T01:05:52.403Z Compiling zip v2.1.3
23332024-11-28T01:05:52.471Z Compiling bumpalo v3.16.0
23342024-11-28T01:05:52.793Z Compiling ron v0.7.1
23352024-11-28T01:05:52.828Z Compiling papergrid v0.11.0
23362024-11-28T01:05:53.052Z Compiling zopfli v0.8.1
23372024-11-28T01:05:57.389Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23382024-11-28T01:05:57.526Z Compiling derive_builder_macro v0.20.2
23392024-11-28T01:05:58.116Z Compiling headers v0.4.0
23402024-11-28T01:05:58.388Z Compiling object v0.30.4
23412024-11-28T01:06:01.882Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23422024-11-28T01:06:06.291Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23432024-11-28T01:06:07.924Z Compiling xz2 v0.1.7
23442024-11-28T01:06:09.521Z Compiling zone v0.1.8
23452024-11-28T01:06:11.377Z Compiling strip-ansi-escapes v0.2.0
23462024-11-28T01:06:12.218Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23472024-11-28T01:06:12.344Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23482024-11-28T01:06:12.729Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23492024-11-28T01:06:12.960Z Compiling tabled_derive v0.7.0
23502024-11-28T01:06:13.026Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23512024-11-28T01:06:14.059Z Compiling yasna v0.5.2
23522024-11-28T01:06:15.227Z Compiling peg-macros v0.8.4
23532024-11-28T01:06:15.367Z Compiling strum_macros v0.24.3
23542024-11-28T01:06:16.539Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23552024-11-28T01:06:17.366Z Compiling kstat-rs v0.2.4
23562024-11-28T01:06:17.579Z Compiling samael v0.0.17
23572024-11-28T01:06:17.662Z Compiling sqlparser_derive v0.2.2
23582024-11-28T01:06:18.396Z Compiling unicase v2.7.0
23592024-11-28T01:06:18.614Z Compiling nu-ansi-term v0.50.1
23602024-11-28T01:06:18.664Z Compiling home v0.5.9
23612024-11-28T01:06:18.683Z Compiling path-slash v0.1.5
23622024-11-28T01:06:18.701Z Compiling unicode_categories v0.1.1
23632024-11-28T01:06:18.952Z Compiling indoc v1.0.9
23642024-11-28T01:06:19.059Z Compiling reedline v0.35.0
23652024-11-28T01:06:19.082Z Compiling sqlformat v0.2.6
23662024-11-28T01:06:19.785Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23672024-11-28T01:06:21.252Z Compiling rustyline v14.0.0
23682024-11-28T01:06:21.742Z Compiling sqlparser v0.45.0
23692024-11-28T01:06:22.952Z Compiling peg v0.8.4
23702024-11-28T01:06:23.083Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23712024-11-28T01:06:30.425Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23722024-11-28T01:06:34.061Z Compiling tabled v0.15.0
23732024-11-28T01:06:35.517Z Compiling rcgen v0.12.1
23742024-11-28T01:06:43.838Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23752024-11-28T01:06:45.663Z Compiling derive_builder v0.20.2
23762024-11-28T01:06:50.847Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23772024-11-28T01:06:54.002Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23782024-11-28T01:06:54.193Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23792024-11-28T01:06:54.490Z Compiling bcs v0.1.6
23802024-11-28T01:06:55.363Z Compiling impl-trait-for-tuples v0.2.2
23812024-11-28T01:06:55.431Z Compiling oso-derive v0.27.3
23822024-11-28T01:06:56.449Z Compiling libz-sys v1.1.20
23832024-11-28T01:06:57.129Z Compiling quick-xml v0.33.0
23842024-11-28T01:07:02.476Z Compiling subprocess v0.2.9
23852024-11-28T01:07:03.571Z Compiling diesel-dtrace v0.3.0
23862024-11-28T01:07:04.035Z Compiling parking_lot_core v0.8.6
23872024-11-28T01:07:05.101Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23882024-11-28T01:07:07.232Z Compiling oso v0.27.3
23892024-11-28T01:07:24.579Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23902024-11-28T01:07:26.206Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23912024-11-28T01:07:31.709Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23922024-11-28T01:07:34.981Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23932024-11-28T01:07:35.298Z Compiling bb8 v0.8.5
23942024-11-28T01:07:35.960Z Compiling buf-list v1.0.3
23952024-11-28T01:07:36.622Z Compiling async-bb8-diesel v0.2.1
23962024-11-28T01:07:38.232Z Compiling libgit2-sys v0.17.0+1.8.1
23972024-11-28T01:07:38.814Z Compiling pin-project-internal v1.1.6
23982024-11-28T01:07:39.033Z Compiling atty v0.2.14
23992024-11-28T01:07:39.210Z Compiling salty v0.3.0
24002024-11-28T01:07:41.555Z Compiling pin-project v1.1.6
24012024-11-28T01:07:41.719Z Compiling parking_lot v0.11.2
24022024-11-28T01:07:45.034Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24032024-11-28T01:07:46.492Z Compiling snafu-derive v0.8.5
24042024-11-28T01:07:47.446Z Compiling mime_guess v2.0.5
24052024-11-28T01:07:48.553Z Compiling sled v0.34.7
24062024-11-28T01:07:51.153Z Compiling snafu v0.8.5
24072024-11-28T01:07:51.810Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24082024-11-28T01:07:51.878Z Compiling hickory-client v0.24.1
24092024-11-28T01:07:52.389Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24102024-11-28T01:07:53.978Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24112024-11-28T01:07:54.312Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24122024-11-28T01:07:57.034Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24132024-11-28T01:07:58.225Z Compiling globset v0.4.15
24142024-11-28T01:07:58.529Z Compiling hickory-server v0.24.1
24152024-11-28T01:08:05.617Z Compiling primeorder v0.13.6
24162024-11-28T01:08:06.228Z Compiling olpc-cjson v0.1.4
24172024-11-28T01:08:06.591Z Compiling vergen v8.3.2
24182024-11-28T01:08:06.907Z Compiling env_filter v0.1.2
24192024-11-28T01:08:08.457Z Compiling serde_plain v1.0.2
24202024-11-28T01:08:09.012Z Compiling cargo-platform v0.1.8
24212024-11-28T01:08:10.003Z Compiling nanorand v0.7.0
24222024-11-28T01:08:10.673Z Compiling memoffset v0.9.1
24232024-11-28T01:08:11.018Z Compiling typed-path v0.9.3
24242024-11-28T01:08:14.448Z Compiling tough v0.19.0
24252024-11-28T01:08:18.493Z Compiling flume v0.11.1
24262024-11-28T01:08:19.324Z Compiling cargo_metadata v0.18.1
24272024-11-28T01:08:21.770Z Compiling env_logger v0.11.5
24282024-11-28T01:08:22.600Z Compiling p384 v0.13.0
24292024-11-28T01:08:23.067Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24302024-11-28T01:08:28.310Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24312024-11-28T01:08:29.751Z Compiling git2 v0.19.0
24322024-11-28T01:08:32.601Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24332024-11-28T01:08:38.947Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24342024-11-28T01:08:39.327Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24352024-11-28T01:08:40.339Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24362024-11-28T01:08:44.166Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24372024-11-28T01:08:45.749Z Compiling rand_seeder v0.3.0
24382024-11-28T01:08:46.180Z Compiling libsqlite3-sys v0.30.1
24392024-11-28T01:08:46.337Z Compiling cfg_aliases v0.2.1
24402024-11-28T01:08:46.471Z Compiling http-range v0.1.5
24412024-11-28T01:08:46.711Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24422024-11-28T01:08:46.822Z Compiling parse-size v1.1.0
24432024-11-28T01:08:46.889Z Compiling rustls v0.21.12
24442024-11-28T01:08:46.989Z Compiling nix v0.29.0
24452024-11-28T01:08:47.049Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24462024-11-28T01:08:47.068Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24472024-11-28T01:08:47.133Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24482024-11-28T01:08:47.948Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24492024-11-28T01:08:48.845Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24502024-11-28T01:08:48.972Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24512024-11-28T01:08:48.974Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
24522024-11-28T01:08:49.093Z Compiling sct v0.7.1
24532024-11-28T01:08:49.282Z Compiling rustls-webpki v0.101.7
24542024-11-28T01:08:49.563Z Compiling castaway v0.2.3
24552024-11-28T01:08:49.619Z Compiling csv-core v0.1.11
24562024-11-28T01:08:49.773Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24572024-11-28T01:08:50.112Z Compiling glob v0.3.1
24582024-11-28T01:08:50.493Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24592024-11-28T01:08:52.945Z Compiling csv v1.3.0
24602024-11-28T01:08:53.200Z Compiling compact_str v0.8.0
24612024-11-28T01:08:53.253Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24622024-11-28T01:08:55.137Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24632024-11-28T01:08:55.781Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24642024-11-28T01:08:57.029Z Compiling hyper-staticfile v0.10.1
24652024-11-28T01:08:57.629Z Compiling nix v0.27.1
24662024-11-28T01:09:00.658Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24672024-11-28T01:09:02.243Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24682024-11-28T01:09:03.501Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24692024-11-28T01:09:05.134Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24702024-11-28T01:09:08.728Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24712024-11-28T01:09:11.379Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24722024-11-28T01:09:11.743Z Compiling unicode-truncate v1.1.0
24732024-11-28T01:09:12.047Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24742024-11-28T01:09:12.362Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24752024-11-28T01:09:12.626Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24762024-11-28T01:09:12.674Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24772024-11-28T01:09:15.528Z Compiling hashlink v0.9.1
24782024-11-28T01:09:16.427Z Compiling tungstenite v0.23.0
24792024-11-28T01:09:17.657Z Compiling lru v0.12.5
24802024-11-28T01:09:18.043Z Compiling instability v0.3.2
24812024-11-28T01:09:18.130Z Compiling fallible-iterator v0.3.0
24822024-11-28T01:09:18.956Z Compiling cassowary v0.3.0
24832024-11-28T01:09:19.049Z Compiling fallible-streaming-iterator v0.1.9
24842024-11-28T01:09:19.356Z Compiling rusqlite v0.32.1
24852024-11-28T01:09:19.872Z Compiling ratatui v0.28.1
24862024-11-28T01:09:19.970Z Compiling tokio-tungstenite v0.23.1
24872024-11-28T01:09:20.626Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24882024-11-28T01:09:24.776Z Compiling tokio-rustls v0.24.1
24892024-11-28T01:09:25.198Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24902024-11-28T01:09:28.317Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24912024-11-28T01:09:32.460Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24922024-11-28T01:09:32.869Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24932024-11-28T01:09:39.295Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24942024-11-28T01:09:39.988Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24952024-11-28T01:09:41.766Z Compiling rustls-pemfile v1.0.4
24962024-11-28T01:09:42.583Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24972024-11-28T01:09:42.906Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24982024-11-28T01:09:43.531Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24992024-11-28T01:09:43.724Z Compiling signal-hook-tokio v0.3.1
25002024-11-28T01:09:43.955Z Compiling twox-hash v1.6.3
25012024-11-28T01:09:45.004Z Compiling smawk v0.3.2
25022024-11-28T01:09:45.309Z Compiling is_ci v1.2.0
25032024-11-28T01:09:45.630Z Compiling unicode-linebreak v0.1.5
25042024-11-28T01:09:46.210Z Compiling textwrap v0.16.1
25052024-11-28T01:09:46.651Z Compiling supports-color v3.0.1
25062024-11-28T01:09:49.355Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25072024-11-28T01:09:49.791Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25082024-11-28T01:09:53.514Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25092024-11-28T01:09:59.029Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25102024-11-28T01:10:07.215Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25112024-11-28T01:10:09.305Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25122024-11-28T01:10:12.063Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25132024-11-28T01:10:22.756Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25142024-11-28T01:10:23.397Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25152024-11-28T01:10:23.710Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
25162024-11-28T01:10:29.357Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25172024-11-28T01:10:30.519Z Compiling fatfs v0.3.6
25182024-11-28T01:10:31.465Z Compiling rtoolbox v0.0.2
25192024-11-28T01:10:31.907Z Compiling assert_matches v1.5.0
25202024-11-28T01:10:33.408Z Compiling rpassword v7.3.1
25212024-11-28T01:10:33.873Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25222024-11-28T01:10:38.485Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25232024-11-28T01:10:41.048Z Compiling tui-tree-widget v0.22.0
25242024-11-28T01:10:41.516Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25252024-11-28T01:10:45.548Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25262024-11-28T01:10:49.815Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25272024-11-28T01:10:50.129Z Compiling uzers v0.12.1
25282024-11-28T01:10:53.367Z Compiling shell-words v1.1.0
25292024-11-28T01:10:53.801Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25302024-11-28T01:10:58.782Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25312024-11-28T01:11:00.952Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25322024-11-28T01:11:30.788Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25332024-11-28T01:11:34.042Z Compiling multimap v0.10.0
25342024-11-28T01:13:51.254Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25352024-11-28T01:13:57.302Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25362024-11-28T01:20:35.501Z Finished `release` profile [optimized] target(s) in 16m 14s
25372024-11-28T01:21:39.534Z
25382024-11-28T01:21:39.535Zreal 17:19.334999016
25392024-11-28T01:21:39.535Zuser 1:58:52.609574994
25402024-11-28T01:21:39.535Zsys 5:59.766991093
25412024-11-28T01:21:39.535Ztrap 2.910217236
25422024-11-28T01:21:39.535Ztflt 3.487061575
25432024-11-28T01:21:39.535Zdflt 5.076910908
25442024-11-28T01:21:39.537Zkflt 0.020445001
25452024-11-28T01:21:39.537Zlock 7:17:52.807279946
25462024-11-28T01:21:39.537Zslp 6:16:27.339913534
25472024-11-28T01:21:39.537Zlat 2:56.556023185
25482024-11-28T01:21:39.537Zstop 2:36.569844292
25492024-11-28T01:21:39.537Z+ mapfile -t packages
25502024-11-28T01:21:39.537Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25512024-11-28T01:21:40.572Z Finished `release` profile [optimized] target(s) in 0.98s
25522024-11-28T01:21:40.642Z Running `target/release/omicron-package -t test list-outputs`
25532024-11-28T01:21:40.688ZLogging to: /work/oxidecomputer/omicron/out/LOG
25542024-11-28T01:21:40.691Z+ ptime -m cargo build --locked --release -p xtask
25552024-11-28T01:21:41.264Z Compiling serde v1.0.215
25562024-11-28T01:21:41.267Z Compiling rustix v0.38.37
25572024-11-28T01:21:41.267Z Compiling serde_json v1.0.132
25582024-11-28T01:21:41.267Z Compiling libc v0.2.162
25592024-11-28T01:21:41.267Z Compiling syn v2.0.87
25602024-11-28T01:21:41.366Z Compiling bitflags v2.6.0
25612024-11-28T01:21:41.701Z Compiling usdt-impl v0.5.0
25622024-11-28T01:21:41.742Z Compiling syn v1.0.109
25632024-11-28T01:21:41.856Z Compiling hashbrown v0.15.0
25642024-11-28T01:21:41.874Z Compiling log v0.4.22
25652024-11-28T01:21:41.982Z Compiling fs-err v2.11.0
25662024-11-28T01:21:42.278Z Compiling anyhow v1.0.93
25672024-11-28T01:21:42.343Z Compiling once_cell v1.20.2
25682024-11-28T01:21:42.851Z Compiling thread-id v4.2.2
25692024-11-28T01:21:43.220Z Compiling indexmap v2.6.0
25702024-11-28T01:21:44.524Z Compiling terminal_size v0.4.0
25712024-11-28T01:21:44.524Z Compiling tempfile v3.13.0
25722024-11-28T01:21:44.712Z Compiling clap_builder v4.5.21
25732024-11-28T01:21:44.911Z Compiling proc-macro-error v1.0.4
25742024-11-28T01:21:46.481Z Compiling tabled_derive v0.7.0
25752024-11-28T01:21:47.697Z Compiling tabled v0.15.0
25762024-11-28T01:21:49.809Z Compiling serde_derive v1.0.215
25772024-11-28T01:21:50.871Z Compiling thiserror-impl v1.0.69
25782024-11-28T01:21:51.219Z Compiling zerocopy-derive v0.7.35
25792024-11-28T01:21:52.546Z Compiling scroll_derive v0.12.0
25802024-11-28T01:21:53.072Z Compiling clap_derive v4.5.18
25812024-11-28T01:21:53.306Z Compiling zerocopy v0.7.35
25822024-11-28T01:21:53.781Z Compiling thiserror v1.0.69
25832024-11-28T01:21:53.967Z Compiling pest v2.7.14
25842024-11-28T01:21:54.220Z Compiling scroll v0.12.0
25852024-11-28T01:21:54.922Z Compiling goblin v0.8.2
25862024-11-28T01:21:57.012Z Compiling pest_meta v2.7.14
25872024-11-28T01:21:58.914Z Compiling pest_generator v2.7.14
25882024-11-28T01:22:01.233Z Compiling pest_derive v2.7.14
25892024-11-28T01:22:02.039Z Compiling dtrace-parser v0.2.0
25902024-11-28T01:22:04.321Z Compiling toml_datetime v0.6.8
25912024-11-28T01:22:05.085Z Compiling serde_spanned v0.6.8
25922024-11-28T01:22:05.373Z Compiling serde_tokenstream v0.2.2
25932024-11-28T01:22:06.009Z Compiling dof v0.3.0
25942024-11-28T01:22:06.954Z Compiling toml_edit v0.22.22
25952024-11-28T01:22:08.010Z Compiling camino v1.1.9
25962024-11-28T01:22:08.043Z Compiling usdt-macro v0.5.0
25972024-11-28T01:22:08.764Z Compiling usdt-attr-macro v0.5.0
25982024-11-28T01:22:09.446Z Compiling cargo-platform v0.1.8
25992024-11-28T01:22:10.172Z Compiling semver v1.0.23
26002024-11-28T01:22:10.276Z Compiling usdt v0.5.0
26012024-11-28T01:22:10.543Z Compiling toml v0.8.19
26022024-11-28T01:22:11.676Z Compiling cargo_toml v0.20.5
26032024-11-28T01:22:11.774Z Compiling cargo_metadata v0.18.1
26042024-11-28T01:22:12.209Z Compiling camino-tempfile v1.1.1
26052024-11-28T01:22:13.081Z Compiling macaddr v1.0.1
26062024-11-28T01:22:13.717Z Compiling clap v4.5.21
26072024-11-28T01:22:26.249Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26082024-11-28T01:22:37.586Z Finished `release` profile [optimized] target(s) in 56.83s
26092024-11-28T01:22:37.694Z
26102024-11-28T01:22:37.694Zreal 56.968927029
26112024-11-28T01:22:37.694Zuser 5:46.086106073
26122024-11-28T01:22:37.694Zsys 31.402492870
26132024-11-28T01:22:37.694Ztrap 0.158470043
26142024-11-28T01:22:37.694Ztflt 0.331526194
26152024-11-28T01:22:37.694Zdflt 0.523463693
26162024-11-28T01:22:37.697Zkflt 0.000123801
26172024-11-28T01:22:37.697Zlock 11:41.426957274
26182024-11-28T01:22:37.697Zslp 17:26.720778841
26192024-11-28T01:22:37.697Zlat 14.629913033
26202024-11-28T01:22:37.697Zstop 16.496562711
26212024-11-28T01:22:37.697Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26222024-11-28T01:22:37.697Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26232024-11-28T01:22:37.697Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26242024-11-28T01:22:37.697Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26252024-11-28T01:22:37.697Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26262024-11-28T01:22:38.576Z Compiling hashbrown v0.14.5
26272024-11-28T01:22:38.704Z Compiling ident_case v1.0.1
26282024-11-28T01:22:38.716Z Compiling unsafe-libyaml v0.2.11
26292024-11-28T01:22:38.718Z Compiling progenitor-client v0.8.0
26302024-11-28T01:22:38.739Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26312024-11-28T01:22:38.743Z Compiling ipnetwork v0.20.0
26322024-11-28T01:22:38.743Z Compiling macaddr v1.0.1
26332024-11-28T01:22:38.743Z Compiling instant v0.1.13
26342024-11-28T01:22:38.853Z Compiling darling_core v0.20.10
26352024-11-28T01:22:38.918Z Compiling structmeta-derive v0.3.0
26362024-11-28T01:22:39.186Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26372024-11-28T01:22:39.207Z Compiling dropshot v0.13.0
26382024-11-28T01:22:39.210Z Compiling newtype-uuid v1.1.3
26392024-11-28T01:22:39.519Z Compiling dropshot_endpoint v0.13.0
26402024-11-28T01:22:39.718Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26412024-11-28T01:22:39.925Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26422024-11-28T01:22:39.993Z Compiling regress v0.10.1
26432024-11-28T01:22:40.044Z Compiling serde_yaml v0.9.34+deprecated
26442024-11-28T01:22:40.333Z Compiling regress v0.9.1
26452024-11-28T01:22:40.548Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26462024-11-28T01:22:40.597Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26472024-11-28T01:22:40.757Z Compiling backoff v0.4.0
26482024-11-28T01:22:41.122Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26492024-11-28T01:22:41.316Z Compiling tempfile v3.13.0
26502024-11-28T01:22:41.353Z Compiling proc-macro-crate v1.3.1
26512024-11-28T01:22:42.046Z Compiling structmeta v0.3.0
26522024-11-28T01:22:42.235Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26532024-11-28T01:22:42.492Z Compiling num_enum_derive v0.5.11
26542024-11-28T01:22:42.526Z Compiling parse-display-derive v0.10.0
26552024-11-28T01:22:42.624Z Compiling itertools v0.13.0
26562024-11-28T01:22:44.258Z Compiling typify-impl v0.2.0
26572024-11-28T01:22:45.142Z Compiling num_enum v0.5.11
26582024-11-28T01:22:45.201Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26592024-11-28T01:22:45.322Z Compiling zerocopy v0.8.10
26602024-11-28T01:22:45.535Z Compiling zerocopy-derive v0.8.10
26612024-11-28T01:22:45.565Z Compiling foreign-types-macros v0.2.3
26622024-11-28T01:22:46.033Z Compiling heapless v0.8.0
26632024-11-28T01:22:46.156Z Compiling darling_macro v0.20.10
26642024-11-28T01:22:46.365Z Compiling foreign-types-shared v0.3.1
26652024-11-28T01:22:46.674Z Compiling proc-macro-error v1.0.4
26662024-11-28T01:22:46.877Z Compiling foreign-types v0.5.0
26672024-11-28T01:22:47.014Z Compiling camino-tempfile v1.1.1
26682024-11-28T01:22:47.082Z Compiling darling v0.20.10
26692024-11-28T01:22:47.126Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26702024-11-28T01:22:47.210Z Compiling serde_with_macros v3.11.0
26712024-11-28T01:22:47.267Z Compiling parse-display v0.10.0
26722024-11-28T01:22:47.372Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26732024-11-28T01:22:47.499Z Compiling hash32 v0.3.1
26742024-11-28T01:22:47.764Z Compiling cstr-argument v0.1.2
26752024-11-28T01:22:47.978Z Compiling pretty-hex v0.2.1
26762024-11-28T01:22:48.045Z Compiling crucible-workspace-hack v0.1.0
26772024-11-28T01:22:48.063Z Compiling smoltcp v0.11.0
26782024-11-28T01:22:48.163Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26792024-11-28T01:22:48.344Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26802024-11-28T01:22:48.526Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26812024-11-28T01:22:48.819Z Compiling tabwriter v1.4.0
26822024-11-28T01:22:49.165Z Compiling colored v2.1.0
26832024-11-28T01:22:49.351Z Compiling cobs v0.2.3
26842024-11-28T01:22:49.622Z Compiling postcard v1.0.10
26852024-11-28T01:22:50.055Z Compiling serde_with v3.11.0
26862024-11-28T01:22:50.108Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26872024-11-28T01:22:50.272Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26882024-11-28T01:22:50.465Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26892024-11-28T01:22:50.555Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26902024-11-28T01:22:50.890Z Compiling smf v0.2.3
26912024-11-28T01:22:51.439Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26922024-11-28T01:22:52.310Z Compiling zone_cfg_derive v0.3.0
26932024-11-28T01:22:52.362Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
26942024-11-28T01:22:52.877Z Compiling num-derive v0.4.2
26952024-11-28T01:22:53.853Z Compiling sigpipe v0.1.3
26962024-11-28T01:22:54.004Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26972024-11-28T01:22:54.128Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26982024-11-28T01:22:54.334Z Compiling zone v0.3.0
26992024-11-28T01:22:54.360Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
27002024-11-28T01:22:54.708Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27012024-11-28T01:22:54.834Z Compiling universal-hash v0.5.1
27022024-11-28T01:22:54.871Z Compiling opaque-debug v0.3.1
27032024-11-28T01:22:54.988Z Compiling num-rational v0.4.2
27042024-11-28T01:22:55.049Z Compiling password-hash v0.5.0
27052024-11-28T01:22:55.299Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27062024-11-28T01:22:55.302Z Compiling num-complex v0.4.6
27072024-11-28T01:22:55.547Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27082024-11-28T01:22:56.034Z Compiling blake2 v0.10.6
27092024-11-28T01:22:56.145Z Compiling aead v0.5.2
27102024-11-28T01:22:56.173Z Compiling keccak v0.1.5
27112024-11-28T01:22:56.308Z Compiling convert_case v0.4.0
27122024-11-28T01:22:56.526Z Compiling sha3 v0.10.8
27132024-11-28T01:22:56.528Z Compiling num v0.4.3
27142024-11-28T01:22:56.668Z Compiling argon2 v0.5.3
27152024-11-28T01:22:56.895Z Compiling poly1305 v0.8.0
27162024-11-28T01:22:57.207Z Compiling tungstenite v0.21.0
27172024-11-28T01:22:57.368Z Compiling derive_more v0.99.18
27182024-11-28T01:22:57.414Z Compiling chacha20 v0.9.1
27192024-11-28T01:22:57.590Z Compiling base64 v0.21.7
27202024-11-28T01:22:57.913Z Compiling float-ord v0.3.2
27212024-11-28T01:22:58.102Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27222024-11-28T01:22:58.355Z Compiling tokio-tungstenite v0.21.0
27232024-11-28T01:22:58.401Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27242024-11-28T01:22:58.625Z Compiling semver v0.1.20
27252024-11-28T01:22:58.866Z Compiling same-file v1.0.6
27262024-11-28T01:22:58.918Z Compiling newline-converter v0.3.0
27272024-11-28T01:22:59.106Z Compiling walkdir v2.5.0
27282024-11-28T01:22:59.194Z Compiling rustc_version v0.1.7
27292024-11-28T01:22:59.349Z Compiling primeorder v0.13.6
27302024-11-28T01:22:59.536Z Compiling secrecy v0.8.0
27312024-11-28T01:22:59.701Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27322024-11-28T01:22:59.747Z Compiling cancel-safe-futures v0.1.5
27332024-11-28T01:22:59.817Z Compiling owo-colors v4.1.0
27342024-11-28T01:22:59.873Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27352024-11-28T01:22:59.922Z Compiling newtype_derive v0.1.6
27362024-11-28T01:23:00.144Z Compiling expectorate v1.1.0
27372024-11-28T01:23:00.162Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27382024-11-28T01:23:00.165Z Compiling thiserror-impl-no-std v2.0.2
27392024-11-28T01:23:00.228Z Compiling blake3 v1.5.4
27402024-11-28T01:23:00.336Z Compiling ring v0.16.20
27412024-11-28T01:23:00.479Z Compiling unicase v2.7.0
27422024-11-28T01:23:00.790Z Compiling half v2.4.1
27432024-11-28T01:23:00.809Z Compiling arc-swap v1.7.1
27442024-11-28T01:23:00.948Z Compiling ciborium-io v0.2.2
27452024-11-28T01:23:01.388Z Compiling slog-scope v4.4.0
27462024-11-28T01:23:01.483Z Compiling ciborium-ll v0.2.2
27472024-11-28T01:23:01.768Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27482024-11-28T01:23:01.908Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27492024-11-28T01:23:02.205Z Compiling polyval v0.6.2
27502024-11-28T01:23:02.676Z Compiling atomicwrites v0.4.4
27512024-11-28T01:23:02.711Z Compiling libsw v3.3.1
27522024-11-28T01:23:03.048Z Compiling typify-macro v0.2.0
27532024-11-28T01:23:03.065Z Compiling memmap2 v0.9.5
27542024-11-28T01:23:03.068Z Compiling linear-map v1.2.0
27552024-11-28T01:23:03.205Z Compiling indent_write v2.2.0
27562024-11-28T01:23:03.452Z Compiling parking_lot_core v0.8.6
27572024-11-28T01:23:03.470Z Compiling arrayref v0.3.9
27582024-11-28T01:23:03.494Z Compiling thiserror-no-std v2.0.2
27592024-11-28T01:23:03.564Z Compiling arrayvec v0.7.6
27602024-11-28T01:23:03.582Z Compiling constant_time_eq v0.3.1
27612024-11-28T01:23:03.621Z Compiling libefi-sys v0.1.0
27622024-11-28T01:23:03.776Z Compiling salty v0.3.0
27632024-11-28T01:23:03.912Z Compiling spin v0.5.2
27642024-11-28T01:23:03.989Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27652024-11-28T01:23:04.196Z Compiling vsss-rs v3.3.4
27662024-11-28T01:23:04.247Z Compiling ghash v0.5.1
27672024-11-28T01:23:04.587Z Compiling ciborium v0.2.2
27682024-11-28T01:23:04.804Z Compiling slog-stdlog v4.1.1
27692024-11-28T01:23:05.215Z Compiling p384 v0.13.0
27702024-11-28T01:23:05.233Z Compiling toolchain_find v0.4.0
27712024-11-28T01:23:05.581Z Compiling chacha20poly1305 v0.10.1
27722024-11-28T01:23:05.846Z Compiling lzma-sys v0.1.20
27732024-11-28T01:23:05.991Z Compiling ctr v0.9.2
27742024-11-28T01:23:06.257Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27752024-11-28T01:23:06.401Z Compiling bitfield-struct v0.6.2
27762024-11-28T01:23:06.661Z Compiling slog-dtrace v0.3.0
27772024-11-28T01:23:06.695Z Compiling highway v1.2.0
27782024-11-28T01:23:06.833Z Compiling topological-sort v0.2.2
27792024-11-28T01:23:07.086Z Compiling omicron-zone-package v0.11.1
27802024-11-28T01:23:07.224Z Compiling aes-gcm v0.10.3
27812024-11-28T01:23:07.352Z Compiling typify v0.2.0
27822024-11-28T01:23:07.505Z Compiling progenitor-impl v0.8.0
27832024-11-28T01:23:07.508Z Compiling rustfmt-wrapper v0.2.1
27842024-11-28T01:23:07.543Z Compiling slog-envlogger v2.2.0
27852024-11-28T01:23:07.824Z Compiling mime_guess v2.0.5
27862024-11-28T01:23:07.859Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27872024-11-28T01:23:07.890Z Compiling steno v0.4.1
27882024-11-28T01:23:08.843Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27892024-11-28T01:23:08.956Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27902024-11-28T01:23:09.121Z Compiling heck v0.3.3
27912024-11-28T01:23:09.162Z Compiling ssh-encoding v0.2.0
27922024-11-28T01:23:09.344Z Compiling blowfish v0.9.1
27932024-11-28T01:23:09.553Z Compiling nibble_vec v0.1.0
27942024-11-28T01:23:09.572Z Compiling env_filter v0.1.2
27952024-11-28T01:23:09.726Z Compiling endian-type v0.1.2
27962024-11-28T01:23:09.787Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27972024-11-28T01:23:09.820Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27982024-11-28T01:23:09.960Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27992024-11-28T01:23:09.979Z Compiling humantime v2.1.0
28002024-11-28T01:23:10.106Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28012024-11-28T01:23:10.130Z Compiling radix_trie v0.2.1
28022024-11-28T01:23:10.298Z Compiling env_logger v0.11.5
28032024-11-28T01:23:10.317Z Compiling zone_cfg_derive v0.1.2
28042024-11-28T01:23:10.515Z Compiling bcrypt-pbkdf v0.10.0
28052024-11-28T01:23:10.855Z Compiling ssh-cipher v0.2.0
28062024-11-28T01:23:11.171Z Compiling parking_lot v0.11.2
28072024-11-28T01:23:11.215Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28082024-11-28T01:23:11.631Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28092024-11-28T01:23:11.941Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28102024-11-28T01:23:12.145Z Compiling password-hash v0.4.2
28112024-11-28T01:23:12.386Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28122024-11-28T01:23:12.532Z Compiling gethostname v0.5.0
28132024-11-28T01:23:12.596Z Compiling fxhash v0.2.1
28142024-11-28T01:23:12.616Z Compiling lockfree-object-pool v0.1.6
28152024-11-28T01:23:12.770Z Compiling zip v2.1.3
28162024-11-28T01:23:12.830Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28172024-11-28T01:23:12.913Z Compiling matches v0.1.10
28182024-11-28T01:23:13.022Z Compiling bumpalo v3.16.0
28192024-11-28T01:23:13.041Z Compiling http-range v0.1.5
28202024-11-28T01:23:13.097Z Compiling simd-adler32 v0.3.7
28212024-11-28T01:23:13.100Z Compiling base64 v0.13.1
28222024-11-28T01:23:13.197Z Compiling idna v0.2.3
28232024-11-28T01:23:13.428Z Compiling sled v0.34.7
28242024-11-28T01:23:13.521Z Compiling ron v0.7.1
28252024-11-28T01:23:13.524Z Compiling zopfli v0.8.1
28262024-11-28T01:23:13.728Z Compiling pbkdf2 v0.11.0
28272024-11-28T01:23:13.731Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28282024-11-28T01:23:14.125Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28292024-11-28T01:23:14.862Z Compiling zone v0.1.8
28302024-11-28T01:23:14.937Z Compiling xz2 v0.1.7
28312024-11-28T01:23:14.971Z Compiling ssh-key v0.6.6
28322024-11-28T01:23:15.467Z Compiling hickory-client v0.24.1
28332024-11-28T01:23:15.772Z Compiling progenitor-macro v0.8.0
28342024-11-28T01:23:16.044Z Compiling p256 v0.13.2
28352024-11-28T01:23:16.471Z Compiling p521 v0.13.3
28362024-11-28T01:23:16.593Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
28372024-11-28T01:23:16.959Z Compiling hickory-server v0.24.1
28382024-11-28T01:23:17.012Z Compiling enum-as-inner v0.5.1
28392024-11-28T01:23:17.788Z Compiling pem v3.0.4
28402024-11-28T01:23:18.093Z Compiling yasna v0.5.2
28412024-11-28T01:23:18.666Z Compiling headers-core v0.3.0
28422024-11-28T01:23:18.853Z Compiling kstat-rs v0.2.4
28432024-11-28T01:23:18.872Z Compiling nanorand v0.7.0
28442024-11-28T01:23:19.477Z Compiling russh-cryptovec v0.7.3
28452024-11-28T01:23:19.528Z Compiling atty v0.2.14
28462024-11-28T01:23:19.697Z Compiling md5 v0.7.0
28472024-11-28T01:23:19.810Z Compiling flume v0.11.1
28482024-11-28T01:23:19.864Z Compiling rcgen v0.12.1
28492024-11-28T01:23:19.957Z Compiling russh-keys v0.45.0
28502024-11-28T01:23:20.200Z Compiling headers v0.4.0
28512024-11-28T01:23:20.309Z Compiling trust-dns-proto v0.22.0
28522024-11-28T01:23:20.593Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28532024-11-28T01:23:21.852Z Compiling hyper-staticfile v0.10.1
28542024-11-28T01:23:23.045Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28552024-11-28T01:23:23.712Z Compiling num-bigint v0.4.6
28562024-11-28T01:23:24.387Z Compiling des v0.8.1
28572024-11-28T01:23:24.523Z Compiling subprocess v0.2.9
28582024-11-28T01:23:24.765Z Compiling display-error-chain v0.2.2
28592024-11-28T01:23:24.769Z Compiling hex-literal v0.4.1
28602024-11-28T01:23:24.958Z Compiling dhcproto-macros v0.1.0
28612024-11-28T01:23:24.996Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28622024-11-28T01:23:25.086Z Compiling internet-checksum v0.2.1
28632024-11-28T01:23:25.989Z Compiling dhcproto v0.12.0
28642024-11-28T01:23:26.849Z Compiling russh v0.45.0
28652024-11-28T01:23:29.141Z Compiling progenitor v0.8.0
28662024-11-28T01:23:29.276Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28672024-11-28T01:23:29.279Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28682024-11-28T01:23:29.279Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28692024-11-28T01:23:29.279Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28702024-11-28T01:23:29.279Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28712024-11-28T01:23:29.279Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28722024-11-28T01:23:29.357Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28732024-11-28T01:23:30.719Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28742024-11-28T01:23:31.094Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28752024-11-28T01:23:31.942Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28762024-11-28T01:23:34.767Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28772024-11-28T01:23:36.200Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28782024-11-28T01:23:45.858Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28792024-11-28T01:23:45.858Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28802024-11-28T01:23:45.862Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28812024-11-28T01:23:45.862Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28822024-11-28T01:23:46.822Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28832024-11-28T01:23:49.017Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28842024-11-28T01:23:50.262Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28852024-11-28T01:23:50.696Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28862024-11-28T01:23:51.379Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28872024-11-28T01:23:54.011Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28882024-11-28T01:23:54.031Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28892024-11-28T01:23:54.790Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28902024-11-28T01:23:55.051Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28912024-11-28T01:23:56.575Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28922024-11-28T01:23:56.798Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28932024-11-28T01:23:58.183Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28942024-11-28T01:23:58.627Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28952024-11-28T01:23:58.780Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28962024-11-28T01:23:59.233Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28972024-11-28T01:24:01.739Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28982024-11-28T01:24:02.249Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28992024-11-28T01:24:02.657Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29002024-11-28T01:24:05.133Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29012024-11-28T01:24:07.380Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29022024-11-28T01:24:07.683Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29032024-11-28T01:24:09.358Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29042024-11-28T01:24:10.296Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29052024-11-28T01:24:11.490Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29062024-11-28T01:24:16.515Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29072024-11-28T01:24:24.666Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29082024-11-28T01:24:26.016Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29092024-11-28T01:24:45.405Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29102024-11-28T01:25:22.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 44s
29112024-11-28T01:25:22.342Z
29122024-11-28T01:25:22.347Zreal 2:44.579754858
29132024-11-28T01:25:22.347Zuser 12:25.090167650
29142024-11-28T01:25:22.347Zsys 2:45.914180820
29152024-11-28T01:25:22.347Ztrap 0.328702344
29162024-11-28T01:25:22.347Ztflt 0.748727897
29172024-11-28T01:25:22.347Zdflt 2.151416349
29182024-11-28T01:25:22.347Zkflt 0.000042032
29192024-11-28T01:25:22.347Zlock 26:15.522384305
29202024-11-28T01:25:22.348Zslp 45:00.670214617
29212024-11-28T01:25:22.348Zlat 35.475977050
29222024-11-28T01:25:22.348Zstop 1:27.685549199
29232024-11-28T01:25:22.348Z+ mkdir tests
29242024-11-28T01:25:22.348Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29252024-11-28T01:25:22.353Z+ xargs -I '{}' -t cp '{}' tests/
29262024-11-28T01:25:22.871Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d4e53d9f3bedcb3c tests/
29272024-11-28T01:25:22.897Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-40c18115de4f3f4d tests/
29282024-11-28T01:25:22.924Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-c8af10747fd33443 tests/
29292024-11-28T01:25:22.952Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fec4822d49808226 tests/
29302024-11-28T01:25:23.183Z+ 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/*)
29312024-11-28T01:25:23.185Z+ 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-40c18115de4f3f4d tests/commtest-c8af10747fd33443 tests/dhcp_server-d4e53d9f3bedcb3c tests/end_to_end_tests-fec4822d49808226 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
29322024-11-28T01:26:34.220ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29332024-11-28T01:26:34.220Za .github/buildomat/ci-env.sh 1K
29342024-11-28T01:26:34.220Za out/target/test 1K
29352024-11-28T01:26:34.220Za out/npuzone/npuzone 23144K
29362024-11-28T01:26:34.220Za package-manifest.toml 32K
29372024-11-28T01:26:34.220Za smf/sled-agent/non-gimlet/config.toml 4K
29382024-11-28T01:26:34.220Za target/release/omicron-package 36365K
29392024-11-28T01:26:34.220Za target/release/xtask 11750K
29402024-11-28T01:26:34.220Za target/debug/bootstrap 210361K
29412024-11-28T01:26:34.221Za tests/bootstrap-40c18115de4f3f4d 24246K
29422024-11-28T01:26:34.221Za tests/commtest-c8af10747fd33443 25022K
29432024-11-28T01:26:34.221Za tests/dhcp_server-d4e53d9f3bedcb3c 24246K
29442024-11-28T01:26:34.221Za tests/end_to_end_tests-fec4822d49808226 228465K
29452024-11-28T01:26:34.221Za out/clickhouse.tar.gz 285875K
29462024-11-28T01:26:34.221Za out/clickhouse_keeper.tar.gz 285854K
29472024-11-28T01:26:34.221Za out/clickhouse_server.tar.gz 285855K
29482024-11-28T01:26:34.221Za out/cockroachdb.tar.gz 134567K
29492024-11-28T01:26:34.221Za out/crucible-dtrace.tar 85K
29502024-11-28T01:26:34.221Za out/crucible-pantry-zone.tar.gz 28188K
29512024-11-28T01:26:34.221Za out/crucible-zone.tar.gz 36402K
29522024-11-28T01:26:34.221Za out/external-dns.tar.gz 35289K
29532024-11-28T01:26:34.221Za out/internal-dns.tar.gz 35286K
29542024-11-28T01:26:34.221Za out/mg-ddm-gz.tar 63075K
29552024-11-28T01:26:34.221Za out/nexus.tar.gz 100607K
29562024-11-28T01:26:34.221Za out/ntp.tar.gz 10365K
29572024-11-28T01:26:34.221Za out/omicron-gateway-softnpu.tar.gz 23956K
29582024-11-28T01:26:34.221Za out/omicron-sled-agent.tar 113688K
29592024-11-28T01:26:34.221Za out/overlay.tar.gz 3K
29602024-11-28T01:26:34.221Za out/oximeter.tar.gz 51255K
29612024-11-28T01:26:34.221Za out/oxlog.tar 3088K
29622024-11-28T01:26:34.221Za out/probe.tar.gz 2764K
29632024-11-28T01:26:34.221Za out/propolis-server.tar.gz 66596K
29642024-11-28T01:26:34.221Za out/pumpkind-gz.tar 26665K
29652024-11-28T01:26:34.221Za out/switch-softnpu.tar.gz 237403K
29662024-11-28T01:26:34.226Z
29672024-11-28T01:26:34.226Zreal 1:11.024793874
29682024-11-28T01:26:34.226Zuser 1:08.040754454
29692024-11-28T01:26:34.226Zsys 4.219738312
29702024-11-28T01:26:34.226Ztrap 0.016352243
29712024-11-28T01:26:34.226Ztflt 0.000000000
29722024-11-28T01:26:34.226Zdflt 0.000000000
29732024-11-28T01:26:34.226Zkflt 0.000000000
29742024-11-28T01:26:34.226Zlock 0.000000000
29752024-11-28T01:26:34.226Zslp 1:07.945015169
29762024-11-28T01:26:34.226Zlat 1.823178152
29772024-11-28T01:26:34.226Zstop 0.000202579
29782024-11-28T01:26:34.226Zprocess exited: duration 2106773 ms, exit code 0
 
29792024-11-28T01:26:34.243Zfound 1 output files
29802024-11-28T01:26:34.243Zuploading: /work/package.tar.gz (1878701170 bytes)
29812024-11-28T01:27:34.345Zuploaded: /work/package.tar.gz