01M0H27GJRDYNQGGY023ZE7B42: test

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [
        "oxidecomputer/p4",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01M0H27XQD1N8HZ2RF9B52M556

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-21T02:27:01.145Zjob assigned to worker 01M0H280Q81T0C1B6S94SWER3M [factory aws, i-0272a16b65dd166d6] (queued for 43 s)
 
22026-08-21T02:27:07.565Zstarting task 0: "setup"
32026-08-21T02:27:07.571Z++ uname -s
42026-08-21T02:27:07.575Z+ kern=SunOS
52026-08-21T02:27:07.575Z+ build_user=build
62026-08-21T02:27:07.575Z+ build_uid=12345
72026-08-21T02:27:07.575Z+ work_dir=/work
82026-08-21T02:27:07.575Z+ input_dir=/input
92026-08-21T02:27:07.575Z+ [[ 0 == 12345 ]]
102026-08-21T02:27:07.575Z+ case "$kern" in
112026-08-21T02:27:07.575Z+ groupadd -g 12345 build
122026-08-21T02:27:07.576Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-21T02:27:09.580Z+ zfs create -o mountpoint=/work rpool/work
142026-08-21T02:27:09.654Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-21T02:27:09.657Z+ home_fs=zfs
162026-08-21T02:27:09.657Z+ [[ zfs == autofs ]]
172026-08-21T02:27:09.657Z+ mkdir -p /home/build
182026-08-21T02:27:09.657Z+ chown build:build /home/build /work
192026-08-21T02:27:11.658Z+ chmod 0700 /home/build /work
202026-08-21T02:27:11.663Zprocess exited: duration 4093 ms, exit code 0
 
212026-08-21T02:27:11.675Zstarting task 1: "rust-toolchain"
222026-08-21T02:27:11.681Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-08-21T02:27:11.681Z * rust toolchain channel = "1.90.0"
242026-08-21T02:27:11.681Z * rust toolchain profile = "default"
252026-08-21T02:27:11.681Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-21T02:27:11.681Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-21T02:27:11.681Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-21T02:27:11.681Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-21T02:27:11.681Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-21T02:27:11.786Zinfo: downloading installer
312026-08-21T02:27:13.110Zwarn: It looks like you have an existing rustup settings file at:
322026-08-21T02:27:13.110Zwarn: /home/build/.rustup/settings.toml
332026-08-21T02:27:13.110Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-21T02:27:13.110Zwarn: instead of the one inferred from the default host triple.
352026-08-21T02:27:13.123Zinfo: profile set to default
362026-08-21T02:27:13.123Zinfo: default host triple is x86_64-unknown-illumos
372026-08-21T02:27:13.126Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-21T02:27:13.273Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-21T02:27:13.276Zinfo: downloading 6 components
402026-08-21T02:27:28.346Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-08-21T02:27:28.346Z
422026-08-21T02:27:28.376Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-21T02:27:28.376Z
442026-08-21T02:27:28.376Z
452026-08-21T02:27:28.376ZRust is installed now. Great!
462026-08-21T02:27:28.376Z
472026-08-21T02:27:28.376ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-21T02:27:28.376Zenvironment variable. This has not been done automatically.
492026-08-21T02:27:28.377Z
502026-08-21T02:27:28.377ZTo configure your current shell, you need to source
512026-08-21T02:27:28.377Zthe corresponding env file under $HOME/.cargo.
522026-08-21T02:27:28.377Z
532026-08-21T02:27:28.377ZThis is usually done by running one of the following (note the leading DOT):
542026-08-21T02:27:28.377Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-21T02:27:28.377Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-21T02:27:28.377Zsource "~/.cargo/env.nu" # For nushell
572026-08-21T02:27:28.377Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-21T02:27:28.377Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-21T02:27:28.377Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-21T02:27:28.381Zwarn: no default linker (`cc`) was found in your PATH
612026-08-21T02:27:28.381Zwarn: many Rust crates require a system C toolchain to build
622026-08-21T02:27:28.456Z+ rustup --version
632026-08-21T02:27:28.463Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-21T02:27:28.463Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-21T02:27:28.479Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-21T02:27:28.483Z+ cargo --version
672026-08-21T02:27:28.494Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-21T02:27:28.497Z+ rustc --version
692026-08-21T02:27:28.516Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-21T02:27:28.520Zprocess exited: duration 16845 ms, exit code 0
 
712026-08-21T02:27:28.525Zstarting task 2: "authentication"
722026-08-21T02:27:28.541Zprocess exited: duration 16 ms, exit code 0
 
732026-08-21T02:27:28.547Zstarting task 3: "clone repository"
742026-08-21T02:27:28.550Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-21T02:27:28.553Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-21T02:27:28.584ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-21T02:27:29.388Z+ cd /work/oxidecomputer/dendrite
782026-08-21T02:27:29.388Z+ git fetch origin 3e0ef67860f7930f8da5fe1d8a3282820598aa2d
792026-08-21T02:27:29.670ZFrom https://github.com/oxidecomputer/dendrite
802026-08-21T02:27:29.670Z * branch 3e0ef67860f7930f8da5fe1d8a3282820598aa2d -> FETCH_HEAD
812026-08-21T02:27:29.675Z+ [[ -n cory/tx-eq-updates3 ]]
822026-08-21T02:27:29.678Z++ git branch --show-current
832026-08-21T02:27:29.678Z+ current=main
842026-08-21T02:27:29.678Z+ [[ main != cory/tx-eq-updates3 ]]
852026-08-21T02:27:29.678Z+ git branch -f cory/tx-eq-updates3 3e0ef67860f7930f8da5fe1d8a3282820598aa2d
862026-08-21T02:27:29.681Z+ git checkout -f cory/tx-eq-updates3
872026-08-21T02:27:29.699ZSwitched to branch 'cory/tx-eq-updates3'
882026-08-21T02:27:29.703Z+ git reset --hard 3e0ef67860f7930f8da5fe1d8a3282820598aa2d
892026-08-21T02:27:29.717ZHEAD is now at 3e0ef67 Tx eq settings
902026-08-21T02:27:29.720Zprocess exited: duration 1171 ms, exit code 0
 
912026-08-21T02:27:29.726Zstarting task 4: "build"
922026-08-21T02:27:29.729Z+ source .github/buildomat/common.sh
932026-08-21T02:27:29.732Z++ TOFINO_STAGES=20
942026-08-21T02:27:29.732Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-08-21T02:27:29.732Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-08-21T02:27:29.733Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-08-21T02:27:29.733Z+++ uname -s
982026-08-21T02:27:29.733Z++ '[' SunOS == SunOS ']'
992026-08-21T02:27:29.733Z++ SERIES=illumos
1002026-08-21T02:27:29.736Z+++ uname -s
1012026-08-21T02:27:29.736Z++ '[' SunOS == SunOS ']'
1022026-08-21T02:27:29.736Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-08-21T02:27:29.737Z++ rustup show active-toolchain
1042026-08-21T02:27:29.739Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-21T02:27:29.739Z+ source .github/buildomat/illumos.sh
1062026-08-21T02:27:29.739Z++ banner 'sde setup'
1072026-08-21T02:27:29.742Z
1082026-08-21T02:27:29.742Z #### ##### ###### #### ###### ##### # # #####
1092026-08-21T02:27:29.742Z # # # # # # # # # # #
1102026-08-21T02:27:29.742Z #### # # ##### #### ##### # # # # #
1112026-08-21T02:27:29.742Z # # # # # # # # # #####
1122026-08-21T02:27:29.742Z # # # # # # # # # # # #
1132026-08-21T02:27:29.742Z #### ##### ###### #### ###### # #### #
1142026-08-21T02:27:29.742Z
1152026-08-21T02:27:29.742Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-21T02:27:29.742Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-21T02:27:29.742Z++ export PKG=tofino_sde.p5p
1182026-08-21T02:27:29.742Z++ PKG=tofino_sde.p5p
1192026-08-21T02:27:29.742Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-08-21T02:27:29.746Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-21T02:27:29.747Z Dload Upload Total Spent Left Speed
1222026-08-21T02:27:30.757Z 0 0 0 0 0 0 0 0 0 98 76.03M 98 74.63M 0 0 74.69M 0 00:01 00:01 74.71M 100 76.03M 100 76.03M 0 0 75.22M 0 00:01 00:01 74.71M 100 76.03M 100 76.03M 0 0 75.22M 0 00:01 00:01 74.71M 100 76.03M 100 76.03M 0 0 75.21M 0 00:01 00:01 74.71M
1232026-08-21T02:27:30.761Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-21T02:27:30.807Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-08-21T02:27:30.810Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-08-21T02:27:30.810Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-21T02:27:34.719Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-21T02:27:35.062Z Startup: Caching catalogs ... Done
1292026-08-21T02:27:35.114Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-21T02:27:37.298ZPlanning: Solver setup ... Done
1312026-08-21T02:27:37.363ZPlanning: Running solver ... Done
1322026-08-21T02:27:37.407ZPlanning: Finding local manifests ... Done
1332026-08-21T02:27:37.410ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-21T02:27:37.413ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-21T02:27:37.427ZPlanning: Package planning ... Done
1362026-08-21T02:27:37.430ZPlanning: Merging actions ... Done
1372026-08-21T02:27:37.520ZPlanning: Checking for conflicting actions ... Done
1382026-08-21T02:27:37.523ZPlanning: Consolidating action changes ... Done
1392026-08-21T02:27:38.368ZPlanning: Evaluating mediators ... Done
1402026-08-21T02:27:38.371ZPlanning: Planning completed in 3.25 seconds
1412026-08-21T02:27:38.375Z Packages to install: 1
1422026-08-21T02:27:38.375Z Create boot environment: No
1432026-08-21T02:27:38.378ZCreate backup boot environment: No
1442026-08-21T02:27:38.401Z
1452026-08-21T02:27:38.401ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-21T02:27:38.538ZDownload: Completed 75.30 MB in 0.14 seconds (552M/s)
1472026-08-21T02:27:38.748Z Actions: 1/293 actions (Installing new actions)
1482026-08-21T02:27:39.711Z Actions: Completed 293 actions in 0.96 seconds.
1492026-08-21T02:27:39.714ZFinalize: Updating package state database ... Done
1502026-08-21T02:27:39.755ZFinalize: Updating package cache ... Done
1512026-08-21T02:27:39.845ZFinalize: Updating image state ... Done
1522026-08-21T02:27:42.294ZFinalize: Creating fast lookup database ... Done
1532026-08-21T02:27:42.371ZFinalize: Reading search index ... Done
1542026-08-21T02:27:42.373ZFinalize: Updating search index ... Done
1552026-08-21T02:27:42.580ZFinalize: Updating package cache ... Done
1562026-08-21T02:27:42.731Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-21T02:27:42.732Z++ SDE=/opt/oxide/tofino_sde
1582026-08-21T02:27:42.732Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-21T02:27:42.732Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-21T02:27:42.735Z++ banner packages
1612026-08-21T02:27:42.735Z
1622026-08-21T02:27:42.735Z ##### ## #### # # ## #### ###### ####
1632026-08-21T02:27:42.735Z # # # # # # # # # # # # # #
1642026-08-21T02:27:42.735Z # # # # # #### # # # ##### ####
1652026-08-21T02:27:42.735Z ##### ###### # # # ###### # ### # #
1662026-08-21T02:27:42.735Z # # # # # # # # # # # # # #
1672026-08-21T02:27:42.735Z # # # #### # # # # #### ###### ####
1682026-08-21T02:27:42.735Z
1692026-08-21T02:27:42.735Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-21T02:27:43.009Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-21T02:27:43.013Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-21T02:27:44.955ZPlanning: Solver setup ... Done
1732026-08-21T02:27:45.017ZPlanning: Running solver ... Done
1742026-08-21T02:27:45.060ZPlanning: Consolidating action changes ... Done
1752026-08-21T02:27:45.063ZPlanning: Evaluating mediators ... Done
1762026-08-21T02:27:45.063ZPlanning: Planning completed in 2.05 seconds
1772026-08-21T02:27:45.078ZNo updates necessary for this image.
1782026-08-21T02:27:45.209Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-21T02:27:45.423ZPlanning: Evaluating mediator changes ... Done
1802026-08-21T02:27:45.536ZPlanning: Checking for conflicting actions ... Done
1812026-08-21T02:27:45.545ZPlanning: Consolidating action changes ... Done
1822026-08-21T02:27:45.704ZPlanning: Evaluating mediators ... Done
1832026-08-21T02:27:45.707ZPlanning: Planning completed in 0.28 seconds
1842026-08-21T02:27:45.728Z Mediators to change: 2
1852026-08-21T02:27:45.728Z Create boot environment: No
1862026-08-21T02:27:45.731ZCreate backup boot environment: No
1872026-08-21T02:27:45.767ZFinalize: Updating package state database ... Done
1882026-08-21T02:27:45.767ZFinalize: Updating package cache ... Done
1892026-08-21T02:27:45.815ZFinalize: Updating image state ... Done
1902026-08-21T02:27:47.846ZFinalize: Creating fast lookup database ... Done
1912026-08-21T02:27:47.931ZFinalize: Reading search index ... Done
1922026-08-21T02:27:47.935ZFinalize: Updating search index ... Done
1932026-08-21T02:27:47.971ZFinalize: Updating package cache ... Done
1942026-08-21T02:27:48.049Z++ cargo --version
1952026-08-21T02:27:48.057Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-08-21T02:27:48.060Z++ rustc --version
1972026-08-21T02:27:48.080Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-08-21T02:27:48.082Z+ banner copyrights
1992026-08-21T02:27:48.086Z
2002026-08-21T02:27:48.086Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-21T02:27:48.086Z # # # # # # # # # # # # # # # # #
2022026-08-21T02:27:48.086Z # # # # # # # # # # ###### # ####
2032026-08-21T02:27:48.086Z # # # ##### # ##### # # ### # # # #
2042026-08-21T02:27:48.086Z # # # # # # # # # # # # # # # #
2052026-08-21T02:27:48.086Z #### #### # # # # # #### # # # ####
2062026-08-21T02:27:48.086Z
2072026-08-21T02:27:48.086Z+ ./tools/check_copyrights.sh
2082026-08-21T02:27:48.375Zcommon/src/illumos.rs: Copyright with wrong year
2092026-08-21T02:27:49.288Zdpd/p4/headers.p4: Copyright with wrong year
2102026-08-21T02:27:49.704Zdpd/src/transceivers/stub_impl.rs: Copyright with wrong year
2112026-08-21T02:27:49.763Zpacket/src/eth.rs: Copyright with wrong year
2122026-08-21T02:27:49.856Zpcap/build.rs: Copyright with wrong year
2132026-08-21T02:27:50.030Ztfportd/src/linklocal.rs: Copyright with wrong year
2142026-08-21T02:27:50.266Z+ banner clippy
2152026-08-21T02:27:50.269Z
2162026-08-21T02:27:50.269Z #### # # ##### ##### # #
2172026-08-21T02:27:50.269Z # # # # # # # # # #
2182026-08-21T02:27:50.269Z # # # # # # # #
2192026-08-21T02:27:50.269Z # # # ##### ##### #
2202026-08-21T02:27:50.269Z # # # # # # #
2212026-08-21T02:27:50.270Z #### ###### # # # #
2222026-08-21T02:27:50.270Z
2232026-08-21T02:27:50.270Z+ for feat in tofino_stub tofino_asic softnpu chaos
2242026-08-21T02:27:50.270Z+ cargo clippy --features tofino_stub -- --deny warnings
2252026-08-21T02:27:50.410Z Updating git repository `https://github.com/oxidecomputer/omicron`
2262026-08-21T02:28:00.049Z Updating crates.io index
2272026-08-21T02:28:00.083Z Updating git repository `https://github.com/illumos/smf-rs`
2282026-08-21T02:28:00.623Z Updating git repository `https://github.com/oxidecomputer/propolis`
2292026-08-21T02:28:01.411Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2302026-08-21T02:28:01.753Z Updating git repository `https://github.com/oxidecomputer/tofino`
2312026-08-21T02:28:02.073Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2322026-08-21T02:28:03.284Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2332026-08-21T02:28:03.734Z Updating git repository `https://github.com/oxidecomputer/ispf`
2342026-08-21T02:28:04.031Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2352026-08-21T02:28:04.407Z Updating git repository `https://github.com/oxidecomputer/lldp`
2362026-08-21T02:28:04.916Z Updating git repository `https://github.com/oxidecomputer/lldp`
2372026-08-21T02:28:05.387Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2382026-08-21T02:28:06.780Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2392026-08-21T02:28:07.196Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-08-21T02:28:07.547Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2412026-08-21T02:28:07.870Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2422026-08-21T02:28:08.610Z Updating git repository `https://github.com/oxidecomputer/p4`
2432026-08-21T02:28:09.405Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2442026-08-21T02:28:09.957Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-08-21T02:28:10.548Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-08-21T02:28:11.006Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-08-21T02:28:11.305Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-08-21T02:28:12.316Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2492026-08-21T02:28:12.842Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-21T02:28:13.428Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-21T02:28:14.797Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-21T02:28:15.452Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-21T02:28:15.751Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-08-21T02:28:16.169Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-08-21T02:28:17.844Z Downloading crates ...
2562026-08-21T02:28:17.914Z Downloaded aead v0.5.2
2572026-08-21T02:28:17.920Z Downloaded cargo_metadata v0.18.1
2582026-08-21T02:28:17.923Z Downloaded base64ct v1.8.0
2592026-08-21T02:28:17.926Z Downloaded crucible-workspace-hack v0.1.0
2602026-08-21T02:28:17.929Z Downloaded const-oid v0.10.2
2612026-08-21T02:28:17.933Z Downloaded daft-derive v0.1.5
2622026-08-21T02:28:17.937Z Downloaded async-stream v0.3.6
2632026-08-21T02:28:17.940Z Downloaded arrayref v0.3.9
2642026-08-21T02:28:17.944Z Downloaded cpufeatures v0.2.17
2652026-08-21T02:28:17.947Z Downloaded equivalent v1.0.2
2662026-08-21T02:28:17.950Z Downloaded enum-as-inner v0.6.1
2672026-08-21T02:28:17.953Z Downloaded embedded-io v0.4.0
2682026-08-21T02:28:17.956Z Downloaded dunce v1.0.5
2692026-08-21T02:28:17.956Z Downloaded hex v0.4.3
2702026-08-21T02:28:17.959Z Downloaded dropshot-api-manager-types v0.7.2
2712026-08-21T02:28:17.962Z Downloaded futures-macro v0.3.32
2722026-08-21T02:28:17.965Z Downloaded dyn-clone v1.0.20
2732026-08-21T02:28:17.965Z Downloaded futures-io v0.3.32
2742026-08-21T02:28:17.968Z Downloaded hubpack v0.1.2
2752026-08-21T02:28:17.971Z Downloaded errno v0.3.14
2762026-08-21T02:28:17.972Z Downloaded async-stream-impl v0.3.6
2772026-08-21T02:28:17.975Z Downloaded gethostname v0.5.0
2782026-08-21T02:28:17.975Z Downloaded either v1.15.0
2792026-08-21T02:28:17.979Z Downloaded hash32 v0.3.1
2802026-08-21T02:28:17.980Z Downloaded generic-array v0.14.7
2812026-08-21T02:28:17.982Z Downloaded fastrand v2.3.0
2822026-08-21T02:28:17.982Z Downloaded defmt v0.3.100
2832026-08-21T02:28:17.987Z Downloaded adler2 v2.0.1
2842026-08-21T02:28:17.990Z Downloaded bit-set v0.8.0
2852026-08-21T02:28:17.990Z Downloaded cfg-if v1.0.4
2862026-08-21T02:28:17.994Z Downloaded heck v0.4.1
2872026-08-21T02:28:17.997Z Downloaded form_urlencoded v1.2.2
2882026-08-21T02:28:17.997Z Downloaded colorchoice v1.0.4
2892026-08-21T02:28:18.002Z Downloaded futures-executor v0.3.32
2902026-08-21T02:28:18.003Z Downloaded compression-core v0.4.32
2912026-08-21T02:28:18.007Z Downloaded ciborium-ll v0.2.2
2922026-08-21T02:28:18.007Z Downloaded cstr-argument v0.1.2
2932026-08-21T02:28:18.008Z Downloaded heck v0.5.0
2942026-08-21T02:28:18.011Z Downloaded dtrace-parser v0.3.0
2952026-08-21T02:28:18.011Z Downloaded float-ord v0.3.2
2962026-08-21T02:28:18.014Z Downloaded crypto-common v0.2.2
2972026-08-21T02:28:18.014Z Downloaded deranged v0.5.3
2982026-08-21T02:28:18.017Z Downloaded derive-ex v0.1.8
2992026-08-21T02:28:18.017Z Downloaded defmt v1.0.1
3002026-08-21T02:28:18.020Z Downloaded dtrace-parser v0.2.0
3012026-08-21T02:28:18.023Z Downloaded crypto-common v0.1.6
3022026-08-21T02:28:18.026Z Downloaded base16ct v0.2.0
3032026-08-21T02:28:18.026Z Downloaded hubpack_derive v0.1.1
3042026-08-21T02:28:18.030Z Downloaded fs-err v3.1.2
3052026-08-21T02:28:18.030Z Downloaded constant_time_eq v0.3.1
3062026-08-21T02:28:18.033Z Downloaded hostname v0.4.2
3072026-08-21T02:28:18.036Z Downloaded foreign-types v0.5.0
3082026-08-21T02:28:18.036Z Downloaded http-body v1.0.1
3092026-08-21T02:28:18.039Z Downloaded const_format_proc_macros v0.2.34
3102026-08-21T02:28:18.042Z Downloaded foreign-types-shared v0.3.1
3112026-08-21T02:28:18.042Z Downloaded cargo-platform v0.1.9
3122026-08-21T02:28:18.045Z Downloaded dof v0.3.0
3132026-08-21T02:28:18.045Z Downloaded allocator-api2 v0.2.21
3142026-08-21T02:28:18.048Z Downloaded ident_case v1.0.1
3152026-08-21T02:28:18.052Z Downloaded git-stub-vcs v0.1.0
3162026-08-21T02:28:18.052Z Downloaded fixedbitset v0.5.7
3172026-08-21T02:28:18.055Z Downloaded defmt-macros v1.0.1
3182026-08-21T02:28:18.058Z Downloaded cpufeatures v0.3.0
3192026-08-21T02:28:18.058Z Downloaded futures-core v0.3.32
3202026-08-21T02:28:18.061Z Downloaded hyper-tls v0.6.0
3212026-08-21T02:28:18.064Z Downloaded foreign-types-shared v0.1.1
3222026-08-21T02:28:18.064Z Downloaded fnv v1.0.7
3232026-08-21T02:28:18.067Z Downloaded fixedbitset v0.4.2
3242026-08-21T02:28:18.067Z Downloaded is_terminal_polyfill v1.70.1
3252026-08-21T02:28:18.070Z Downloaded inout v0.1.4
3262026-08-21T02:28:18.070Z Downloaded glob v0.3.3
3272026-08-21T02:28:18.073Z Downloaded foreign-types-macros v0.2.3
3282026-08-21T02:28:18.073Z Downloaded bytecount v0.6.9
3292026-08-21T02:28:18.077Z Downloaded indent_write v2.2.0
3302026-08-21T02:28:18.077Z Downloaded hostname v0.3.1
3312026-08-21T02:28:18.081Z Downloaded instant v0.1.13
3322026-08-21T02:28:18.084Z Downloaded cipher v0.4.4
3332026-08-21T02:28:18.084Z Downloaded is_ci v1.2.0
3342026-08-21T02:28:18.084Z Downloaded internet-checksum v0.2.1
3352026-08-21T02:28:18.087Z Downloaded digest v0.10.7
3362026-08-21T02:28:18.090Z Downloaded humantime v2.3.0
3372026-08-21T02:28:18.090Z Downloaded futures v0.3.32
3382026-08-21T02:28:18.093Z Downloaded getrandom v0.3.3
3392026-08-21T02:28:18.096Z Downloaded http-body-util v0.1.3
3402026-08-21T02:28:18.099Z Downloaded blake2 v0.10.6
3412026-08-21T02:28:18.102Z Downloaded lazy_static v1.5.0
3422026-08-21T02:28:18.105Z Downloaded keccak v0.1.6
3432026-08-21T02:28:18.105Z Downloaded itoa v1.0.15
3442026-08-21T02:28:18.108Z Downloaded kstat-rs v0.2.4
3452026-08-21T02:28:18.111Z Downloaded macaddr v1.0.1
3462026-08-21T02:28:18.111Z Downloaded getrandom v0.2.16
3472026-08-21T02:28:18.114Z Downloaded daft v0.1.5
3482026-08-21T02:28:18.117Z Downloaded getrandom v0.4.2
3492026-08-21T02:28:18.120Z Downloaded dropshot_endpoint v0.17.1
3502026-08-21T02:28:18.124Z Downloaded mime v0.3.17
3512026-08-21T02:28:18.127Z Downloaded match_cfg v0.1.0
3522026-08-21T02:28:18.127Z Downloaded newtype-uuid-macros v0.1.0
3532026-08-21T02:28:18.130Z Downloaded managed v0.8.0
3542026-08-21T02:28:18.130Z Downloaded num-iter v0.1.45
3552026-08-21T02:28:18.133Z Downloaded ipnetwork v0.21.1
3562026-08-21T02:28:18.133Z Downloaded cookie v0.18.1
3572026-08-21T02:28:18.136Z Downloaded memoffset v0.9.1
3582026-08-21T02:28:18.139Z Downloaded libscf-sys v1.2.0
3592026-08-21T02:28:18.139Z Downloaded anstream v1.0.0
3602026-08-21T02:28:18.142Z Downloaded crossbeam-utils v0.8.21
3612026-08-21T02:28:18.145Z Downloaded async-trait v0.1.89
3622026-08-21T02:28:18.148Z Downloaded num-derive v0.4.2
3632026-08-21T02:28:18.148Z Downloaded iana-time-zone v0.1.64
3642026-08-21T02:28:18.151Z Downloaded httparse v1.10.1
3652026-08-21T02:28:18.154Z Downloaded newline-converter v0.3.0
3662026-08-21T02:28:18.154Z Downloaded jobserver v0.1.34
3672026-08-21T02:28:18.157Z Downloaded foldhash v0.1.5
3682026-08-21T02:28:18.162Z Downloaded displaydoc v0.2.5
3692026-08-21T02:28:18.163Z Downloaded libloading v0.8.9
3702026-08-21T02:28:18.165Z Downloaded clap_derive v4.6.1
3712026-08-21T02:28:18.165Z Downloaded futures-channel v0.3.32
3722026-08-21T02:28:18.168Z Downloaded opaque-debug v0.3.1
3732026-08-21T02:28:18.168Z Downloaded openssl-macros v0.1.1
3742026-08-21T02:28:18.171Z Downloaded num_enum_derive v0.5.11
3752026-08-21T02:28:18.171Z Downloaded omicron-workspace-hack v0.1.0
3762026-08-21T02:28:18.171Z Downloaded lock_api v0.4.14
3772026-08-21T02:28:18.175Z Downloaded hyper-rustls v0.27.7
3782026-08-21T02:28:18.178Z Downloaded linear-map v1.2.0
3792026-08-21T02:28:18.178Z Downloaded ciborium v0.2.2
3802026-08-21T02:28:18.181Z Downloaded hybrid-array v0.4.12
3812026-08-21T02:28:18.184Z Downloaded newtype-uuid v1.3.2
3822026-08-21T02:28:18.184Z Downloaded openssl-probe v0.1.6
3832026-08-21T02:28:18.187Z Downloaded parse-display v0.10.0
3842026-08-21T02:28:18.187Z Downloaded num_threads v0.1.7
3852026-08-21T02:28:18.187Z Downloaded newtype_derive v0.1.6
3862026-08-21T02:28:18.190Z Downloaded half v2.7.1
3872026-08-21T02:28:18.193Z Downloaded memmap v0.7.0
3882026-08-21T02:28:18.193Z Downloaded hmac v0.12.1
3892026-08-21T02:28:18.197Z Downloaded multer v3.1.0
3902026-08-21T02:28:18.202Z Downloaded num_enum v0.5.11
3912026-08-21T02:28:18.205Z Downloaded percent-encoding v2.3.2
3922026-08-21T02:28:18.205Z Downloaded crc32fast v1.5.0
3932026-08-21T02:28:18.205Z Downloaded powerfmt v0.2.0
3942026-08-21T02:28:18.205Z Downloaded phf_shared v0.12.1
3952026-08-21T02:28:18.208Z Downloaded ingot-macros v0.1.1
3962026-08-21T02:28:18.208Z Downloaded console v0.15.11
3972026-08-21T02:28:18.211Z Downloaded clang-sys v1.8.1
3982026-08-21T02:28:18.214Z Downloaded icu_provider v2.0.0
3992026-08-21T02:28:18.217Z Downloaded icu_normalizer v2.0.0
4002026-08-21T02:28:18.220Z Downloaded proc-macro-error-attr v1.0.4
4012026-08-21T02:28:18.221Z Downloaded proc-macro-error-attr2 v2.0.0
4022026-08-21T02:28:18.223Z Downloaded litemap v0.8.0
4032026-08-21T02:28:18.226Z Downloaded potential_utf v0.1.3
4042026-08-21T02:28:18.226Z Downloaded progenitor-macro v0.11.1
4052026-08-21T02:28:18.229Z Downloaded progenitor-macro v0.14.0
4062026-08-21T02:28:18.229Z Downloaded pretty-hex v0.4.1
4072026-08-21T02:28:18.233Z Downloaded progenitor-client v0.10.0
4082026-08-21T02:28:18.233Z Downloaded rand_chacha v0.3.1
4092026-08-21T02:28:18.236Z Downloaded progenitor-client v0.11.1
4102026-08-21T02:28:18.236Z Downloaded proc-macro-crate v1.3.1
4112026-08-21T02:28:18.236Z Downloaded oxide-tokio-rt v0.1.2
4122026-08-21T02:28:18.240Z Downloaded plain v0.2.3
4132026-08-21T02:28:18.240Z Downloaded libsw v3.5.0
4142026-08-21T02:28:18.243Z Downloaded num_enum_derive v0.7.5
4152026-08-21T02:28:18.243Z Downloaded quick-error v1.2.3
4162026-08-21T02:28:18.246Z Downloaded parse-display-derive v0.10.0
4172026-08-21T02:28:18.246Z Downloaded indexmap v1.9.3
4182026-08-21T02:28:18.250Z Downloaded pem v3.0.5
4192026-08-21T02:28:18.253Z Downloaded ref-cast-impl v1.0.25
4202026-08-21T02:28:18.253Z Downloaded ref-cast v1.0.25
4212026-08-21T02:28:18.253Z Downloaded rand_xorshift v0.4.0
4222026-08-21T02:28:18.256Z Downloaded progenitor-client v0.14.0
4232026-08-21T02:28:18.256Z Downloaded flate2 v1.1.2
4242026-08-21T02:28:18.259Z Downloaded memmap2 v0.9.8
4252026-08-21T02:28:18.262Z Downloaded pkg-config v0.3.32
4262026-08-21T02:28:18.262Z Downloaded pest_generator v2.8.2
4272026-08-21T02:28:18.265Z Downloaded progenitor-macro v0.10.0
4282026-08-21T02:28:18.265Z Downloaded native-tls v0.2.14
4292026-08-21T02:28:18.268Z Downloaded darling_core v0.21.3
4302026-08-21T02:28:18.271Z Downloaded pin-project-internal v1.1.10
4312026-08-21T02:28:18.274Z Downloaded owo-colors v4.3.0
4322026-08-21T02:28:18.274Z Downloaded oxnet v0.1.6
4332026-08-21T02:28:18.277Z Downloaded chacha20poly1305 v0.10.1
4342026-08-21T02:28:18.277Z Downloaded icu_locale_core v2.0.0
4352026-08-21T02:28:18.281Z Downloaded same-file v1.0.6
4362026-08-21T02:28:18.284Z Downloaded rustc-hash v2.1.1
4372026-08-21T02:28:18.284Z Downloaded rustc_version v0.4.1
4382026-08-21T02:28:18.287Z Downloaded rustc_version v0.1.7
4392026-08-21T02:28:18.287Z Downloaded num_enum v0.7.5
4402026-08-21T02:28:18.290Z Downloaded proc-macro-error2 v2.0.1
4412026-08-21T02:28:18.293Z Downloaded scroll_derive v0.12.1
4422026-08-21T02:28:18.293Z Downloaded scroll_derive v0.13.1
4432026-08-21T02:28:18.296Z Downloaded scopeguard v1.2.0
4442026-08-21T02:28:18.296Z Downloaded progenitor v0.10.0
4452026-08-21T02:28:18.299Z Downloaded omicron-zone-package v0.12.2
4462026-08-21T02:28:18.301Z Downloaded progenitor v0.11.1
4472026-08-21T02:28:18.301Z Downloaded search_path v0.1.4
4482026-08-21T02:28:18.304Z Downloaded rand_chacha v0.9.0
4492026-08-21T02:28:18.304Z Downloaded secrecy v0.10.3
4502026-08-21T02:28:18.307Z Downloaded progenitor v0.14.0
4512026-08-21T02:28:18.307Z Downloaded paste v1.0.15
4522026-08-21T02:28:18.310Z Downloaded parking_lot v0.12.5
4532026-08-21T02:28:18.310Z Downloaded pin-project-lite v0.2.16
4542026-08-21T02:28:18.313Z Downloaded serde-big-array v0.5.1
4552026-08-21T02:28:18.316Z Downloaded parking_lot_core v0.9.12
4562026-08-21T02:28:18.320Z Downloaded rand_core v0.6.4
4572026-08-21T02:28:18.320Z Downloaded serde_spanned v0.6.9
4582026-08-21T02:28:18.320Z Downloaded serde_repr v0.1.20
4592026-08-21T02:28:18.323Z Downloaded sha1 v0.10.6
4602026-08-21T02:28:18.323Z Downloaded serde_plain v1.0.2
4612026-08-21T02:28:18.326Z Downloaded resolv-conf v0.7.5
4622026-08-21T02:28:18.326Z Downloaded postcard v1.1.3
4632026-08-21T02:28:18.329Z Downloaded semver v0.1.20
4642026-08-21T02:28:18.329Z Downloaded rand_core v0.9.3
4652026-08-21T02:28:18.332Z Downloaded pest_derive v2.8.2
4662026-08-21T02:28:18.332Z Downloaded jiff-static v0.2.15
4672026-08-21T02:28:18.335Z Downloaded crypto-bigint v0.5.5
4682026-08-21T02:28:18.338Z Downloaded async-compression v0.4.33
4692026-08-21T02:28:18.343Z Downloaded sha1 v0.11.0
4702026-08-21T02:28:18.346Z Downloaded serde_urlencoded v0.7.1
4712026-08-21T02:28:18.347Z Downloaded crossbeam-channel v0.5.15
4722026-08-21T02:28:18.349Z Downloaded rusty-fork v0.3.0
4732026-08-21T02:28:18.349Z Downloaded rustls-pemfile v2.2.0
4742026-08-21T02:28:18.352Z Downloaded schemars_derive v0.8.22
4752026-08-21T02:28:18.352Z Downloaded siphasher v1.0.1
4762026-08-21T02:28:18.355Z Downloaded sigpipe v0.1.3
4772026-08-21T02:28:18.355Z Downloaded signal-hook-tokio v0.4.0
4782026-08-21T02:28:18.355Z Downloaded log v0.4.29
4792026-08-21T02:28:18.358Z Downloaded poly1305 v0.8.0
4802026-08-21T02:28:18.361Z Downloaded ppv-lite86 v0.2.21
4812026-08-21T02:28:18.361Z Downloaded scroll v0.13.0
4822026-08-21T02:28:18.365Z Downloaded quote v1.0.45
4832026-08-21T02:28:18.365Z Downloaded icu_normalizer_data v2.0.0
4842026-08-21T02:28:18.368Z Downloaded quinn-udp v0.5.14
4852026-08-21T02:28:18.368Z Downloaded scroll v0.12.0
4862026-08-21T02:28:18.371Z Downloaded pest_meta v2.8.2
4872026-08-21T02:28:18.371Z Downloaded const_format v0.2.34
4882026-08-21T02:28:18.374Z Downloaded num-traits v0.2.19
4892026-08-21T02:28:18.377Z Downloaded smawk v0.3.2
4902026-08-21T02:28:18.377Z Downloaded icu_properties v2.0.1
4912026-08-21T02:28:18.380Z Downloaded serde_derive_internals v0.29.1
4922026-08-21T02:28:18.380Z Downloaded expectorate v1.2.0
4932026-08-21T02:28:18.383Z Downloaded stable_deref_trait v1.2.0
4942026-08-21T02:28:18.383Z Downloaded cc v1.2.64
4952026-08-21T02:28:18.389Z Downloaded papergrid v0.18.0
4962026-08-21T02:28:18.391Z Downloaded icu_collections v2.0.0
4972026-08-21T02:28:18.392Z Downloaded password-hash v0.5.0
4982026-08-21T02:28:18.394Z Downloaded hickory-resolver v0.25.2
4992026-08-21T02:28:18.397Z Downloaded heapless v0.8.0
5002026-08-21T02:28:18.397Z Downloaded shlex v2.0.1
5012026-08-21T02:28:18.400Z Downloaded miniz_oxide v0.8.9
5022026-08-21T02:28:18.403Z Downloaded strum v0.28.0
5032026-08-21T02:28:18.403Z Downloaded structmeta v0.3.0
5042026-08-21T02:28:18.403Z Downloaded strum v0.27.2
5052026-08-21T02:28:18.407Z Downloaded structmeta-derive v0.3.0
5062026-08-21T02:28:18.407Z Downloaded rustversion v1.0.22
5072026-08-21T02:28:18.408Z Downloaded sync_wrapper v1.0.2
5082026-08-21T02:28:18.411Z Downloaded tagptr v0.2.0
5092026-08-21T02:28:18.411Z Downloaded swrite v0.1.0
5102026-08-21T02:28:18.411Z Downloaded strsim v0.11.1
5112026-08-21T02:28:18.411Z Downloaded hickory-resolver v0.24.4
5122026-08-21T02:28:18.414Z Downloaded sha2 v0.10.9
5132026-08-21T02:28:18.417Z Downloaded terminal_size v0.4.3
5142026-08-21T02:28:18.417Z Downloaded serde_spanned v1.1.1
5152026-08-21T02:28:18.417Z Downloaded supports-color v3.0.2
5162026-08-21T02:28:18.420Z Downloaded subtle v2.6.1
5172026-08-21T02:28:18.420Z Downloaded memchr v2.7.5
5182026-08-21T02:28:18.423Z Downloaded papergrid v0.11.0
5192026-08-21T02:28:18.426Z Downloaded take_mut v0.2.2
5202026-08-21T02:28:18.429Z Downloaded slog-bunyan v2.5.0
5212026-08-21T02:28:18.429Z Downloaded slog-async v2.8.0
5222026-08-21T02:28:18.429Z Downloaded tabled_derive v0.7.0
5232026-08-21T02:28:18.432Z Downloaded testing_table v0.3.0
5242026-08-21T02:28:18.432Z Downloaded termtree v0.5.1
5252026-08-21T02:28:18.432Z Downloaded smf v0.2.3
5262026-08-21T02:28:18.435Z Downloaded thiserror-impl-no-std v2.0.2
5272026-08-21T02:28:18.435Z Downloaded slab v0.4.11
5282026-08-21T02:28:18.435Z Downloaded slog-term v2.9.2
5292026-08-21T02:28:18.438Z Downloaded openssl-sys v0.9.117
5302026-08-21T02:28:18.440Z Downloaded slog-json v2.6.1
5312026-08-21T02:28:18.444Z Downloaded slog-dtrace v0.3.0
5322026-08-21T02:28:18.444Z Downloaded progenitor-impl v0.14.0
5332026-08-21T02:28:18.448Z Downloaded http v1.4.2
5342026-08-21T02:28:18.448Z Downloaded thread-id v5.0.0
5352026-08-21T02:28:18.448Z Downloaded thread-id v4.2.2
5362026-08-21T02:28:18.452Z Downloaded progenitor-impl v0.10.0
5372026-08-21T02:28:18.452Z Downloaded tinyvec_macros v0.1.1
5382026-08-21T02:28:18.452Z Downloaded static_assertions v1.1.0
5392026-08-21T02:28:18.452Z Downloaded minimal-lexical v0.2.1
5402026-08-21T02:28:18.455Z Downloaded tokio-macros v2.7.0
5412026-08-21T02:28:18.455Z Downloaded time-core v0.1.8
5422026-08-21T02:28:18.458Z Downloaded indexmap v2.14.0
5432026-08-21T02:28:18.461Z Downloaded rustls-pki-types v1.12.0
5442026-08-21T02:28:18.464Z Downloaded curl v0.4.50
5452026-08-21T02:28:18.467Z Downloaded prettyplease v0.2.37
5462026-08-21T02:28:18.467Z Downloaded hashbrown v0.12.3
5472026-08-21T02:28:18.470Z Downloaded strum_macros v0.28.0
5482026-08-21T02:28:18.473Z Downloaded strum v0.26.3
5492026-08-21T02:28:18.473Z Downloaded strum_macros v0.26.4
5502026-08-21T02:28:18.476Z Downloaded toml_datetime v0.6.11
5512026-08-21T02:28:18.476Z Downloaded schemars v0.8.22
5522026-08-21T02:28:18.482Z Downloaded topological-sort v0.2.2
5532026-08-21T02:28:18.486Z Downloaded tabwriter v1.4.1
5542026-08-21T02:28:18.486Z Downloaded signal-hook-registry v1.4.6
5552026-08-21T02:28:18.489Z Downloaded proc-macro2 v1.0.106
5562026-08-21T02:28:18.489Z Downloaded hyper-util v0.1.20
5572026-08-21T02:28:18.492Z Downloaded toml_write v0.1.2
5582026-08-21T02:28:18.492Z Downloaded signal-hook v0.4.4
5592026-08-21T02:28:18.492Z Downloaded tower-layer v0.3.3
5602026-08-21T02:28:18.495Z Downloaded thiserror v1.0.69
5612026-08-21T02:28:18.495Z Downloaded thiserror v2.0.18
5622026-08-21T02:28:18.499Z Downloaded tower-service v0.3.3
5632026-08-21T02:28:18.502Z Downloaded spin v0.9.8
5642026-08-21T02:28:18.502Z Downloaded thiserror-no-std v2.0.2
5652026-08-21T02:28:18.505Z Downloaded thiserror-impl v1.0.69
5662026-08-21T02:28:18.506Z Downloaded snafu-derive v0.8.9
5672026-08-21T02:28:18.510Z Downloaded smallvec v1.15.1
5682026-08-21T02:28:18.510Z Downloaded progenitor-impl v0.11.1
5692026-08-21T02:28:18.510Z Downloaded hashbrown v0.16.1
5702026-08-21T02:28:18.513Z Downloaded rayon-core v1.13.0
5712026-08-21T02:28:18.517Z Downloaded tokio-dtrace v0.1.1
5722026-08-21T02:28:18.517Z Downloaded unicode-linebreak v0.1.5
5732026-08-21T02:28:18.517Z Downloaded try-lock v0.2.5
5742026-08-21T02:28:18.517Z Downloaded tinystr v0.8.1
5752026-08-21T02:28:18.521Z Downloaded time-macros v0.2.27
5762026-08-21T02:28:18.521Z Downloaded thread_local v1.1.9
5772026-08-21T02:28:18.521Z Downloaded untrusted v0.9.0
5782026-08-21T02:28:18.523Z Downloaded serde_derive v1.0.228
5792026-08-21T02:28:18.524Z Downloaded strum_macros v0.27.2
5802026-08-21T02:28:18.526Z Downloaded semver v1.0.28
5812026-08-21T02:28:18.527Z Downloaded serde_with_macros v3.14.1
5822026-08-21T02:28:18.529Z Downloaded shlex v1.3.0
5832026-08-21T02:28:18.529Z Downloaded unarray v0.1.4
5842026-08-21T02:28:18.529Z Downloaded ryu v1.0.20
5852026-08-21T02:28:18.532Z Downloaded serde_tokenstream v0.2.3
5862026-08-21T02:28:18.532Z Downloaded serde_path_to_error v0.1.20
5872026-08-21T02:28:18.536Z Downloaded universal-hash v0.5.1
5882026-08-21T02:28:18.536Z Downloaded usdt-attr-macro v0.6.0
5892026-08-21T02:28:18.536Z Downloaded untrusted v0.7.1
5902026-08-21T02:28:18.536Z Downloaded usdt-macro v0.5.0
5912026-08-21T02:28:18.539Z Downloaded usdt-attr-macro v0.5.0
5922026-08-21T02:28:18.539Z Downloaded unicode-xid v0.2.6
5932026-08-21T02:28:18.539Z Downloaded serde_core v1.0.228
5942026-08-21T02:28:18.541Z Downloaded tokio-native-tls v0.3.1
5952026-08-21T02:28:18.542Z Downloaded usdt v0.5.0
5962026-08-21T02:28:18.542Z Downloaded synstructure v0.13.2
5972026-08-21T02:28:18.544Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5982026-08-21T02:28:18.544Z Downloaded usdt v0.6.0
5992026-08-21T02:28:18.545Z Downloaded pin-project v1.1.10
6002026-08-21T02:28:18.550Z Downloaded waitgroup v0.1.2
6012026-08-21T02:28:18.553Z Downloaded wait-timeout v0.2.1
6022026-08-21T02:28:18.554Z Downloaded version_check v0.9.5
6032026-08-21T02:28:18.554Z Downloaded utf8parse v0.2.2
6042026-08-21T02:28:18.557Z Downloaded utf8_iter v1.0.4
6052026-08-21T02:28:18.557Z Downloaded typify-macro v0.4.3
6062026-08-21T02:28:18.558Z Downloaded toml_writer v1.1.1+spec-1.1.0
6072026-08-21T02:28:18.558Z Downloaded rand v0.8.5
6082026-08-21T02:28:18.561Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6092026-08-21T02:28:18.561Z Downloaded similar v2.7.0
6102026-08-21T02:28:18.564Z Downloaded want v0.3.1
6112026-08-21T02:28:18.564Z Downloaded socket2 v0.6.4
6122026-08-21T02:28:18.567Z Downloaded slog v2.8.2
6132026-08-21T02:28:18.567Z Downloaded dropshot-api-manager v0.7.2
6142026-08-21T02:28:18.571Z Downloaded hashbrown v0.15.5
6152026-08-21T02:28:18.573Z Downloaded socket2 v0.5.10
6162026-08-21T02:28:18.573Z Downloaded h2 v0.4.14
6172026-08-21T02:28:18.578Z Downloaded thiserror-impl v2.0.18
6182026-08-21T02:28:18.581Z Downloaded yoke-derive v0.8.0
6192026-08-21T02:28:18.581Z Downloaded usdt-macro v0.6.0
6202026-08-21T02:28:18.581Z Downloaded xattr v1.6.1
6212026-08-21T02:28:18.581Z Downloaded nom v7.1.3
6222026-08-21T02:28:18.584Z Downloaded tokio-stream v0.1.17
6232026-08-21T02:28:18.587Z Downloaded term v1.2.0
6242026-08-21T02:28:18.590Z Downloaded rustls-webpki v0.103.6
6252026-08-21T02:28:18.590Z Downloaded idna v1.1.0
6262026-08-21T02:28:18.594Z Downloaded typify-macro v0.6.2
6272026-08-21T02:28:18.594Z Downloaded tokio-rustls v0.25.0
6282026-08-21T02:28:18.594Z Downloaded tempfile v3.27.0
6292026-08-21T02:28:18.597Z Downloaded futures-util v0.3.32
6302026-08-21T02:28:18.601Z Downloaded zone v0.3.1
6312026-08-21T02:28:18.604Z Downloaded usdt-impl v0.5.0
6322026-08-21T02:28:18.604Z Downloaded usdt-impl v0.6.0
6332026-08-21T02:28:18.604Z Downloaded serde_yaml v0.9.34+deprecated
6342026-08-21T02:28:18.607Z Downloaded phf v0.12.1
6352026-08-21T02:28:18.607Z Downloaded proc-macro-error v1.0.4
6362026-08-21T02:28:18.610Z Downloaded zerofrom v0.1.6
6372026-08-21T02:28:18.610Z Downloaded once_cell v1.21.3
6382026-08-21T02:28:18.613Z Downloaded scuffle v0.1.0
6392026-08-21T02:28:18.613Z Downloaded serde v1.0.228
6402026-08-21T02:28:18.616Z Downloaded tokio-rustls v0.26.4
6412026-08-21T02:28:18.616Z Downloaded tracing-attributes v0.1.30
6422026-08-21T02:28:18.619Z Downloaded test-strategy v0.4.3
6432026-08-21T02:28:18.622Z Downloaded zerofrom-derive v0.1.6
6442026-08-21T02:28:18.624Z Downloaded vsss-rs v3.3.4
6452026-08-21T02:28:18.624Z Downloaded mio v1.2.1
6462026-08-21T02:28:18.627Z Downloaded quinn v0.11.9
6472026-08-21T02:28:18.627Z Downloaded textwrap v0.16.2
6482026-08-21T02:28:18.630Z Downloaded zone_cfg_derive v0.3.1
6492026-08-21T02:28:18.630Z Downloaded schemars v0.9.0
6502026-08-21T02:28:18.634Z Downloaded yoke v0.8.0
6512026-08-21T02:28:18.637Z Downloaded walkdir v2.5.0
6522026-08-21T02:28:18.638Z Downloaded zeroize v1.8.1
6532026-08-21T02:28:18.638Z Downloaded hkdf v0.12.4
6542026-08-21T02:28:18.641Z Downloaded ucd-trie v0.1.7
6552026-08-21T02:28:18.641Z Downloaded toml v0.8.23
6562026-08-21T02:28:18.641Z Downloaded writeable v0.6.1
6572026-08-21T02:28:18.644Z Downloaded toml v1.1.2+spec-1.1.0
6582026-08-21T02:28:18.647Z Downloaded toml v0.7.8
6592026-08-21T02:28:18.647Z Downloaded tinyvec v1.10.0
6602026-08-21T02:28:18.650Z Downloaded qorb v0.4.1
6612026-08-21T02:28:18.650Z Downloaded zeroize_derive v1.4.3
6622026-08-21T02:28:18.653Z Downloaded zerovec-derive v0.11.1
6632026-08-21T02:28:18.653Z Downloaded toml_parser v1.1.2+spec-1.1.0
6642026-08-21T02:28:18.653Z Downloaded schemars v1.2.0
6652026-08-21T02:28:18.660Z Downloaded zmij v1.0.17
6662026-08-21T02:28:18.663Z Downloaded tar v0.4.45
6672026-08-21T02:28:18.663Z Downloaded snafu v0.8.9
6682026-08-21T02:28:18.666Z Downloaded whoami v1.6.1
6692026-08-21T02:28:18.669Z Downloaded tracing-core v0.1.34
6702026-08-21T02:28:18.669Z Downloaded steno v0.4.1
6712026-08-21T02:28:18.672Z Downloaded typify v0.6.2
6722026-08-21T02:28:18.675Z Downloaded toml v0.9.12+spec-1.1.0
6732026-08-21T02:28:18.677Z Downloaded goblin v0.8.2
6742026-08-21T02:28:18.680Z Downloaded itertools v0.12.1
6752026-08-21T02:28:18.683Z Downloaded pest v2.8.2
6762026-08-21T02:28:18.686Z Downloaded rand v0.9.3
6772026-08-21T02:28:18.686Z Downloaded iddqd v0.3.18
6782026-08-21T02:28:18.691Z Downloaded toml_edit v0.22.27
6792026-08-21T02:28:18.694Z Downloaded itertools v0.15.0
6802026-08-21T02:28:18.697Z Downloaded itertools v0.14.0
6812026-08-21T02:28:18.700Z Downloaded vergen v8.3.2
6822026-08-21T02:28:18.703Z Downloaded uuid v1.23.3
6832026-08-21T02:28:18.703Z Downloaded icu_properties_data v2.0.1
6842026-08-21T02:28:18.707Z Downloaded clap_builder v4.6.0
6852026-08-21T02:28:18.711Z Downloaded zerocopy-derive v0.7.35
6862026-08-21T02:28:18.714Z Downloaded blake3 v1.8.2
6872026-08-21T02:28:18.717Z Downloaded typify v0.4.3
6882026-08-21T02:28:18.720Z Downloaded hashbrown v0.17.1
6892026-08-21T02:28:18.723Z Downloaded num-rational v0.4.2
6902026-08-21T02:28:18.726Z Downloaded num-integer v0.1.46
6912026-08-21T02:28:18.726Z Downloaded num-complex v0.4.6
6922026-08-21T02:28:18.726Z Downloaded num v0.4.3
6932026-08-21T02:28:18.726Z Downloaded bytes v1.12.0
6942026-08-21T02:28:18.729Z Downloaded dropshot_endpoint v0.16.7
6952026-08-21T02:28:18.732Z Downloaded aho-corasick v1.1.3
6962026-08-21T02:28:18.735Z Downloaded unsafe-libyaml v0.2.11
6972026-08-21T02:28:18.735Z Downloaded unicode-ident v1.0.24
6982026-08-21T02:28:18.738Z Downloaded libm v0.2.15
6992026-08-21T02:28:18.741Z Downloaded tracing v0.1.41
7002026-08-21T02:28:18.744Z Downloaded iri-string v0.7.8
7012026-08-21T02:28:18.747Z Downloaded hyper v1.10.1
7022026-08-21T02:28:18.751Z Downloaded git2 v0.19.0
7032026-08-21T02:28:18.756Z Downloaded olpc-cjson v0.1.4
7042026-08-21T02:28:18.760Z Downloaded num-conv v0.2.1
7052026-08-21T02:28:18.760Z Downloaded libsw-core v0.3.2
7062026-08-21T02:28:18.760Z Downloaded iddqd v0.4.5
7072026-08-21T02:28:18.763Z Downloaded zerotrie v0.2.2
7082026-08-21T02:28:18.766Z Downloaded url v2.5.7
7092026-08-21T02:28:18.766Z Downloaded base64 v0.22.1
7102026-08-21T02:28:18.769Z Downloaded toml_edit v0.19.15
7112026-08-21T02:28:18.783Z Downloaded unicode-segmentation v1.12.0
7122026-08-21T02:28:18.786Z Downloaded aws-lc-rs v1.16.2
7132026-08-21T02:28:18.789Z Downloaded typenum v1.20.1
7142026-08-21T02:28:18.792Z Downloaded reqwest v0.13.2
7152026-08-21T02:28:18.795Z Downloaded colored v3.1.1
7162026-08-21T02:28:18.798Z Downloaded darling v0.21.3
7172026-08-21T02:28:18.801Z Downloaded tower v0.5.2
7182026-08-21T02:28:18.804Z Downloaded crossbeam-epoch v0.9.18
7192026-08-21T02:28:18.807Z Downloaded regex v1.12.4
7202026-08-21T02:28:18.809Z Downloaded rayon v1.11.0
7212026-08-21T02:28:18.812Z Downloaded typed-path v0.9.3
7222026-08-21T02:28:18.815Z Downloaded bindgen v0.72.1
7232026-08-21T02:28:18.819Z Downloaded zerocopy-derive v0.8.27
7242026-08-21T02:28:18.822Z Downloaded serde_json v1.0.150
7252026-08-21T02:28:18.826Z Downloaded tokio-util v0.7.16
7262026-08-21T02:28:18.829Z Downloaded compression-codecs v0.4.32
7272026-08-21T02:28:18.832Z Downloaded camino-tempfile v1.4.1
7282026-08-21T02:28:18.832Z Downloaded bitflags v1.3.2
7292026-08-21T02:28:18.836Z Downloaded cancel-safe-futures v0.1.5
7302026-08-21T02:28:18.836Z Downloaded reqwest v0.12.23
7312026-08-21T02:28:18.839Z Downloaded anstyle-parse v1.0.0
7322026-08-21T02:28:18.842Z Downloaded ipnet v2.11.0
7332026-08-21T02:28:18.842Z Downloaded portable-atomic v1.11.1
7342026-08-21T02:28:18.845Z Downloaded ingot v0.1.1
7352026-08-21T02:28:18.845Z Downloaded highway v1.3.0
7362026-08-21T02:28:18.849Z Downloaded ingot-types v0.1.2
7372026-08-21T02:28:18.849Z Downloaded lru-slab v0.1.2
7382026-08-21T02:28:18.849Z Downloaded unicode-normalization v0.1.24
7392026-08-21T02:28:18.849Z Downloaded chrono v0.4.45
7402026-08-21T02:28:18.853Z Downloaded lru-cache v0.1.2
7412026-08-21T02:28:18.857Z Downloaded tough v0.20.0
7422026-08-21T02:28:18.860Z Downloaded linked-hash-map v0.5.6
7432026-08-21T02:28:18.860Z Downloaded derive_more v0.99.20
7442026-08-21T02:28:18.863Z Downloaded tower-http v0.6.8
7452026-08-21T02:28:18.866Z Downloaded proptest v1.8.0
7462026-08-21T02:28:18.870Z Downloaded goblin v0.10.1
7472026-08-21T02:28:18.904Z Downloaded rustls-webpki v0.102.8
7482026-08-21T02:28:18.904Z Downloaded serde_with v3.14.1
7492026-08-21T02:28:18.904Z Downloaded derive-where v1.6.0
7502026-08-21T02:28:18.904Z Downloaded zerovec v0.11.4
7512026-08-21T02:28:18.904Z Downloaded chacha20 v0.9.1
7522026-08-21T02:28:18.904Z Downloaded byteorder v1.5.0
7532026-08-21T02:28:18.904Z Downloaded is-terminal v0.4.16
7542026-08-21T02:28:18.904Z Downloaded group v0.13.0
7552026-08-21T02:28:18.904Z Downloaded critical-section v1.2.0
7562026-08-21T02:28:18.904Z Downloaded filetime v0.2.26
7572026-08-21T02:28:18.904Z Downloaded bitflags v2.11.1
7582026-08-21T02:28:18.907Z Downloaded fs_extra v1.3.0
7592026-08-21T02:28:18.907Z Downloaded foldhash v0.2.0
7602026-08-21T02:28:18.908Z Downloaded find-msvc-tools v0.1.9
7612026-08-21T02:28:18.908Z Downloaded ff v0.13.1
7622026-08-21T02:28:18.908Z Downloaded cmake v0.1.54
7632026-08-21T02:28:18.908Z Downloaded bcs v0.1.6
7642026-08-21T02:28:18.908Z Downloaded tabled v0.15.0
7652026-08-21T02:28:18.914Z Downloaded drift v0.2.0
7662026-08-21T02:28:18.920Z Downloaded zerocopy v0.7.35
7672026-08-21T02:28:18.928Z Downloaded quinn-proto v0.11.14
7682026-08-21T02:28:18.931Z Downloaded curve25519-dalek v4.1.3
7692026-08-21T02:28:18.936Z Downloaded winnow v0.7.14
7702026-08-21T02:28:18.941Z Downloaded winnow v0.5.40
7712026-08-21T02:28:18.945Z Downloaded tabled v0.21.0
7722026-08-21T02:28:18.954Z Downloaded moka v0.12.11
7732026-08-21T02:28:18.959Z Downloaded csv-core v0.1.12
7742026-08-21T02:28:18.962Z Downloaded crossbeam-deque v0.8.6
7752026-08-21T02:28:18.962Z Downloaded autocfg v1.5.0
7762026-08-21T02:28:18.962Z Downloaded backoff v0.4.0
7772026-08-21T02:28:18.965Z Downloaded idna_adapter v1.2.1
7782026-08-21T02:28:18.965Z Downloaded arrayvec v0.7.6
7792026-08-21T02:28:18.965Z Downloaded httpdate v1.0.3
7802026-08-21T02:28:18.965Z Downloaded crc8 v0.1.1
7812026-08-21T02:28:18.968Z Downloaded curve25519-dalek-derive v0.1.1
7822026-08-21T02:28:18.968Z Downloaded ciborium-io v0.2.2
7832026-08-21T02:28:18.968Z Downloaded cfg_aliases v0.2.1
7842026-08-21T02:28:18.969Z Downloaded globset v0.4.16
7852026-08-21T02:28:18.969Z Downloaded futures-task v0.3.32
7862026-08-21T02:28:18.972Z Downloaded camino v1.2.3
7872026-08-21T02:28:18.972Z Downloaded argon2 v0.5.3
7882026-08-21T02:28:18.972Z Downloaded anyhow v1.0.102
7892026-08-21T02:28:18.975Z Downloaded bit-vec v0.8.0
7902026-08-21T02:28:18.975Z Downloaded cexpr v0.6.0
7912026-08-21T02:28:18.975Z Downloaded elliptic-curve v0.13.8
7922026-08-21T02:28:18.979Z Downloaded openssl v0.10.81
7932026-08-21T02:28:18.983Z Downloaded winnow v1.0.3
7942026-08-21T02:28:18.986Z Downloaded syn v1.0.109
7952026-08-21T02:28:18.992Z Downloaded dropshot v0.17.1
7962026-08-21T02:28:19.003Z Downloaded time v0.3.47
7972026-08-21T02:28:19.009Z Downloaded hickory-proto v0.24.4
7982026-08-21T02:28:19.017Z Downloaded webpki-roots v1.0.2
7992026-08-21T02:28:19.022Z Downloaded nix v0.31.3
8002026-08-21T02:28:19.026Z Downloaded rustls v0.22.4
8012026-08-21T02:28:19.031Z Downloaded syn v2.0.118
8022026-08-21T02:28:19.038Z Downloaded bstr v1.12.0
8032026-08-21T02:28:19.043Z Downloaded zerocopy v0.8.27
8042026-08-21T02:28:19.054Z Downloaded rustix v0.38.44
8052026-08-21T02:28:19.067Z Downloaded smoltcp v0.11.0
8062026-08-21T02:28:19.074Z Downloaded regress v0.11.1
8072026-08-21T02:28:19.079Z Downloaded rustls v0.23.40
8082026-08-21T02:28:19.084Z Downloaded hickory-proto v0.25.2
8092026-08-21T02:28:19.093Z Downloaded regress v0.10.5
8102026-08-21T02:28:19.098Z Downloaded regex-syntax v0.8.11
8112026-08-21T02:28:19.103Z Downloaded openapiv3 v2.2.0
8122026-08-21T02:28:19.109Z Downloaded rustix v1.1.4
8132026-08-21T02:28:19.123Z Downloaded unicode-width v0.2.1
8142026-08-21T02:28:19.126Z Downloaded unicode-width v0.1.14
8152026-08-21T02:28:19.129Z Downloaded typify-impl v0.6.2
8162026-08-21T02:28:19.138Z Downloaded nix v0.30.1
8172026-08-21T02:28:19.144Z Downloaded vcpkg v0.2.15
8182026-08-21T02:28:19.165Z Downloaded dropshot v0.16.7
8192026-08-21T02:28:19.177Z Downloaded darling_macro v0.21.3
8202026-08-21T02:28:19.180Z Downloaded clap_lex v1.1.0
8212026-08-21T02:28:19.180Z Downloaded block-buffer v0.10.4
8222026-08-21T02:28:19.180Z Downloaded async-recursion v1.1.1
8232026-08-21T02:28:19.183Z Downloaded foreign-types v0.3.2
8242026-08-21T02:28:19.183Z Downloaded futures-sink v0.3.32
8252026-08-21T02:28:19.183Z Downloaded digest v0.11.3
8262026-08-21T02:28:19.183Z Downloaded defmt-parser v1.0.0
8272026-08-21T02:28:19.185Z Downloaded data-encoding v2.9.0
8282026-08-21T02:28:19.188Z Downloaded anstyle v1.0.14
8292026-08-21T02:28:19.188Z Downloaded convert_case v0.4.0
8302026-08-21T02:28:19.188Z Downloaded dof v0.4.0
8312026-08-21T02:28:19.188Z Downloaded typify-impl v0.4.3
8322026-08-21T02:28:19.194Z Downloaded erased-serde v0.3.31
8332026-08-21T02:28:19.197Z Downloaded cobs v0.3.0
8342026-08-21T02:28:19.197Z Downloaded anstyle-query v1.1.4
8352026-08-21T02:28:19.197Z Downloaded git-stub v1.0.0
8362026-08-21T02:28:19.199Z Downloaded embedded-io v0.6.1
8372026-08-21T02:28:19.200Z Downloaded atomic-waker v1.1.2
8382026-08-21T02:28:19.200Z Downloaded debug-ignore v1.0.5
8392026-08-21T02:28:19.200Z Downloaded clap v4.6.1
8402026-08-21T02:28:19.203Z Downloaded regex-automata v0.4.13
8412026-08-21T02:28:19.212Z Downloaded atomicwrites v0.4.4
8422026-08-21T02:28:19.215Z Downloaded block-buffer v0.12.0
8432026-08-21T02:28:19.220Z Downloaded csv v1.4.0
8442026-08-21T02:28:19.232Z Downloaded libc v0.2.186
8452026-08-21T02:28:19.259Z Downloaded jiff v0.2.15
8462026-08-21T02:28:19.268Z Downloaded tokio v1.52.3
8472026-08-21T02:28:19.292Z Downloaded petgraph v0.6.5
8482026-08-21T02:28:19.319Z Downloaded chrono-tz v0.10.4
8492026-08-21T02:28:19.338Z Downloaded encoding_rs v0.8.35
8502026-08-21T02:28:19.350Z Downloaded libz-sys v1.1.22
8512026-08-21T02:28:19.362Z Downloaded petgraph v0.8.2
8522026-08-21T02:28:19.382Z Downloaded sha3 v0.10.8
8532026-08-21T02:28:19.388Z Downloaded libgit2-sys v0.17.0+1.8.1
8542026-08-21T02:28:19.500Z Downloaded curl-sys v0.4.89+curl-8.20.0
8552026-08-21T02:28:19.532Z Downloaded ring v0.17.14
8562026-08-21T02:28:20.018Z Downloaded aws-lc-sys v0.39.1
8572026-08-21T02:28:20.341Z Compiling proc-macro2 v1.0.106
8582026-08-21T02:28:20.341Z Compiling quote v1.0.45
8592026-08-21T02:28:20.341Z Compiling unicode-ident v1.0.24
8602026-08-21T02:28:20.344Z Compiling serde_core v1.0.228
8612026-08-21T02:28:20.344Z Compiling serde v1.0.228
8622026-08-21T02:28:20.344Z Compiling libc v0.2.186
8632026-08-21T02:28:20.344Z Checking cfg-if v1.0.4
8642026-08-21T02:28:20.620Z Compiling zmij v1.0.17
8652026-08-21T02:28:20.649Z Compiling autocfg v1.5.0
8662026-08-21T02:28:20.918Z Compiling memchr v2.7.5
8672026-08-21T02:28:20.941Z Compiling libm v0.2.15
8682026-08-21T02:28:21.271Z Compiling getrandom v0.4.2
8692026-08-21T02:28:21.378Z Compiling jobserver v0.1.34
8702026-08-21T02:28:21.401Z Compiling shlex v2.0.1
8712026-08-21T02:28:21.415Z Compiling find-msvc-tools v0.1.9
8722026-08-21T02:28:21.475Z Compiling version_check v0.9.5
8732026-08-21T02:28:21.546Z Compiling thiserror v2.0.18
8742026-08-21T02:28:21.656Z Compiling cc v1.2.64
8752026-08-21T02:28:21.697Z Checking smallvec v1.15.1
8762026-08-21T02:28:21.747Z Compiling syn v2.0.118
8772026-08-21T02:28:21.766Z Checking itoa v1.0.15
8782026-08-21T02:28:21.827Z Compiling icu_normalizer_data v2.0.0
8792026-08-21T02:28:21.895Z Compiling icu_properties_data v2.0.1
8802026-08-21T02:28:21.996Z Compiling parking_lot_core v0.9.12
8812026-08-21T02:28:22.058Z Checking stable_deref_trait v1.2.0
8822026-08-21T02:28:22.076Z Compiling serde_json v1.0.150
8832026-08-21T02:28:22.318Z Compiling heck v0.5.0
8842026-08-21T02:28:22.328Z Checking litemap v0.8.0
8852026-08-21T02:28:22.385Z Checking writeable v0.6.1
8862026-08-21T02:28:22.512Z Compiling num-traits v0.2.19
8872026-08-21T02:28:22.515Z Checking percent-encoding v2.3.2
8882026-08-21T02:28:22.698Z Checking form_urlencoded v1.2.2
8892026-08-21T02:28:22.819Z Checking utf8_iter v1.0.4
8902026-08-21T02:28:22.872Z Compiling zerocopy v0.8.27
8912026-08-21T02:28:22.887Z Checking pin-project-lite v0.2.16
8922026-08-21T02:28:22.899Z Compiling log v0.4.29
8932026-08-21T02:28:22.935Z Compiling equivalent v1.0.2
8942026-08-21T02:28:23.097Z Compiling semver v1.0.28
8952026-08-21T02:28:23.100Z Checking iana-time-zone v0.1.64
8962026-08-21T02:28:23.123Z Compiling rustversion v1.0.22
8972026-08-21T02:28:23.134Z Checking getrandom v0.2.16
8982026-08-21T02:28:23.210Z Checking socket2 v0.6.4
8992026-08-21T02:28:23.272Z Checking uuid v1.23.3
9002026-08-21T02:28:23.384Z Checking scopeguard v1.2.0
9012026-08-21T02:28:23.489Z Checking lock_api v0.4.14
9022026-08-21T02:28:23.588Z Checking bitflags v2.11.1
9032026-08-21T02:28:23.605Z Checking signal-hook-registry v1.4.6
9042026-08-21T02:28:23.634Z Checking mio v1.2.1
9052026-08-21T02:28:23.686Z Checking parking_lot v0.12.5
9062026-08-21T02:28:23.753Z Compiling schemars v0.8.22
9072026-08-21T02:28:23.815Z Checking dyn-clone v1.0.20
9082026-08-21T02:28:23.869Z Compiling portable-atomic v1.11.1
9092026-08-21T02:28:23.911Z Checking futures-core v0.3.32
9102026-08-21T02:28:24.012Z Compiling ring v0.17.14
9112026-08-21T02:28:24.034Z Checking critical-section v1.2.0
9122026-08-21T02:28:24.068Z Compiling hashbrown v0.17.1
9132026-08-21T02:28:24.080Z Compiling httparse v1.10.1
9142026-08-21T02:28:24.199Z Checking futures-sink v0.3.32
9152026-08-21T02:28:24.315Z Compiling regex-syntax v0.8.11
9162026-08-21T02:28:24.486Z Checking subtle v2.6.1
9172026-08-21T02:28:24.640Z Compiling synstructure v0.13.2
9182026-08-21T02:28:24.643Z Compiling serde_derive_internals v0.29.1
9192026-08-21T02:28:24.853Z Checking once_cell v1.21.3
9202026-08-21T02:28:24.958Z Compiling indexmap v2.14.0
9212026-08-21T02:28:25.031Z Checking slab v0.4.11
9222026-08-21T02:28:25.191Z Compiling aho-corasick v1.1.3
9232026-08-21T02:28:25.282Z Compiling rustix v1.1.4
9242026-08-21T02:28:25.406Z Compiling thiserror v1.0.69
9252026-08-21T02:28:25.428Z Checking rand_core v0.6.4
9262026-08-21T02:28:25.594Z Checking typenum v1.20.1
9272026-08-21T02:28:25.853Z Checking futures-channel v0.3.32
9282026-08-21T02:28:25.888Z Compiling ucd-trie v0.1.7
9292026-08-21T02:28:25.923Z Compiling serde_derive v1.0.228
9302026-08-21T02:28:26.049Z Compiling zerofrom-derive v0.1.6
9312026-08-21T02:28:26.077Z Compiling yoke-derive v0.8.0
9322026-08-21T02:28:26.114Z Compiling zerovec-derive v0.11.1
9332026-08-21T02:28:26.364Z Compiling displaydoc v0.2.5
9342026-08-21T02:28:26.451Z Compiling thiserror-impl v2.0.18
9352026-08-21T02:28:26.662Z Compiling schemars_derive v0.8.22
9362026-08-21T02:28:27.098Z Compiling tokio-macros v2.7.0
9372026-08-21T02:28:27.112Z Compiling zerocopy-derive v0.8.27
9382026-08-21T02:28:27.210Z Compiling futures-macro v0.3.32
9392026-08-21T02:28:27.251Z Checking zerofrom v0.1.6
9402026-08-21T02:28:27.370Z Checking yoke v0.8.0
9412026-08-21T02:28:27.547Z Checking zerovec v0.11.4
9422026-08-21T02:28:27.665Z Checking zerotrie v0.2.2
9432026-08-21T02:28:27.899Z Compiling zeroize_derive v1.4.3
9442026-08-21T02:28:27.913Z Compiling regex-automata v0.4.13
9452026-08-21T02:28:27.929Z Compiling thiserror-impl v1.0.69
9462026-08-21T02:28:28.284Z Checking tinystr v0.8.1
9472026-08-21T02:28:28.321Z Checking potential_utf v0.1.3
9482026-08-21T02:28:28.452Z Checking icu_collections v2.0.0
9492026-08-21T02:28:28.465Z Checking icu_locale_core v2.0.0
9502026-08-21T02:28:28.663Z Checking zeroize v1.8.1
9512026-08-21T02:28:28.741Z Compiling pest v2.8.2
9522026-08-21T02:28:28.814Z Checking futures-task v0.3.32
9532026-08-21T02:28:28.922Z Checking icu_provider v2.0.0
9542026-08-21T02:28:28.955Z Checking futures-io v0.3.32
9552026-08-21T02:28:28.990Z Checking bytes v1.12.0
9562026-08-21T02:28:29.061Z Checking chrono v0.4.45
9572026-08-21T02:28:29.108Z Compiling serde_tokenstream v0.2.3
9582026-08-21T02:28:29.162Z Checking icu_properties v2.0.1
9592026-08-21T02:28:29.389Z Checking icu_normalizer v2.0.0
9602026-08-21T02:28:29.418Z Checking tokio v1.52.3
9612026-08-21T02:28:29.706Z Compiling regex v1.12.4
9622026-08-21T02:28:29.923Z Compiling pest_meta v2.8.2
9632026-08-21T02:28:29.937Z Checking futures-util v0.3.32
9642026-08-21T02:28:29.968Z Compiling pkg-config v0.3.32
9652026-08-21T02:28:29.981Z Checking idna_adapter v1.2.1
9662026-08-21T02:28:30.101Z Compiling anyhow v1.0.102
9672026-08-21T02:28:30.104Z Checking idna v1.1.0
9682026-08-21T02:28:30.356Z Checking url v2.5.7
9692026-08-21T02:28:30.405Z Compiling tracing-attributes v0.1.30
9702026-08-21T02:28:30.499Z Compiling pest_generator v2.8.2
9712026-08-21T02:28:30.933Z Checking tracing-core v0.1.34
9722026-08-21T02:28:31.128Z Compiling generic-array v0.14.7
9732026-08-21T02:28:31.227Z Compiling vcpkg v0.2.15
9742026-08-21T02:28:31.239Z Compiling pest_derive v2.8.2
9752026-08-21T02:28:31.350Z Compiling foldhash v0.2.0
9762026-08-21T02:28:31.396Z Compiling fnv v1.0.7
9772026-08-21T02:28:31.497Z Compiling allocator-api2 v0.2.21
9782026-08-21T02:28:31.593Z Checking tracing v0.1.41
9792026-08-21T02:28:31.724Z Checking http v1.4.2
9802026-08-21T02:28:31.769Z Compiling hashbrown v0.16.1
9812026-08-21T02:28:31.785Z Compiling getrandom v0.3.3
9822026-08-21T02:28:31.812Z Compiling byteorder v1.5.0
9832026-08-21T02:28:32.120Z Compiling camino v1.2.3
9842026-08-21T02:28:32.133Z Checking crypto-common v0.1.6
9852026-08-21T02:28:32.252Z Checking errno v0.3.14
9862026-08-21T02:28:32.266Z Checking ipnet v2.11.0
9872026-08-21T02:28:32.323Z Compiling time-core v0.1.8
9882026-08-21T02:28:32.370Z Checking base64 v0.22.1
9892026-08-21T02:28:32.468Z Compiling num-conv v0.2.1
9902026-08-21T02:28:32.481Z Compiling scroll_derive v0.13.1
9912026-08-21T02:28:32.493Z Compiling paste v1.0.15
9922026-08-21T02:28:32.543Z Checking tokio-util v0.7.16
9932026-08-21T02:28:32.597Z Checking http-body v1.0.1
9942026-08-21T02:28:32.610Z Checking rustls-pki-types v1.12.0
9952026-08-21T02:28:32.622Z Compiling time-macros v0.2.27
9962026-08-21T02:28:32.816Z Checking atomic-waker v1.1.2
9972026-08-21T02:28:33.047Z Checking tower-service v0.3.3
9982026-08-21T02:28:33.132Z Checking untrusted v0.9.0
9992026-08-21T02:28:33.145Z Checking try-lock v0.2.5
10002026-08-21T02:28:33.241Z Checking tower-layer v0.3.3
10012026-08-21T02:28:33.321Z Checking want v0.3.1
10022026-08-21T02:28:33.392Z Checking h2 v0.4.14
10032026-08-21T02:28:33.418Z Checking httpdate v1.0.3
10042026-08-21T02:28:33.443Z Checking ryu v1.0.20
10052026-08-21T02:28:33.524Z Compiling openssl-sys v0.9.117
10062026-08-21T02:28:33.576Z Compiling async-trait v0.1.89
10072026-08-21T02:28:33.609Z Compiling cmake v0.1.54
10082026-08-21T02:28:33.651Z Checking socket2 v0.5.10
10092026-08-21T02:28:33.790Z Checking pretty-hex v0.4.1
10102026-08-21T02:28:33.886Z Compiling dunce v1.0.5
10112026-08-21T02:28:33.909Z Compiling crossbeam-utils v0.8.21
10122026-08-21T02:28:33.943Z Compiling fs_extra v1.3.0
10132026-08-21T02:28:33.983Z Compiling strsim v0.11.1
10142026-08-21T02:28:34.162Z Compiling scroll v0.13.0
10152026-08-21T02:28:34.203Z Compiling aws-lc-sys v0.39.1
10162026-08-21T02:28:34.230Z Compiling regress v0.10.5
10172026-08-21T02:28:34.246Z Checking block-buffer v0.10.4
10182026-08-21T02:28:34.272Z Checking ppv-lite86 v0.2.21
10192026-08-21T02:28:34.381Z Compiling slog v2.8.2
10202026-08-21T02:28:34.393Z Compiling usdt-impl v0.6.0
10212026-08-21T02:28:34.535Z Compiling plain v0.2.3
10222026-08-21T02:28:34.561Z Checking digest v0.10.7
10232026-08-21T02:28:34.628Z Compiling goblin v0.10.1
10242026-08-21T02:28:34.642Z Checking http-body-util v0.1.3
10252026-08-21T02:28:34.670Z Checking ipnetwork v0.21.1
10262026-08-21T02:28:34.748Z Checking erased-serde v0.3.31
10272026-08-21T02:28:34.879Z Compiling omicron-workspace-hack v0.1.0
10282026-08-21T02:28:34.906Z Compiling ident_case v1.0.1
10292026-08-21T02:28:35.148Z Compiling darling_core v0.21.3
10302026-08-21T02:28:35.164Z Checking serde_urlencoded v0.7.1
10312026-08-21T02:28:35.212Z Compiling dtrace-parser v0.3.0
10322026-08-21T02:28:35.265Z Checking hyper v1.10.1
10332026-08-21T02:28:35.353Z Compiling openapiv3 v2.2.0
10342026-08-21T02:28:35.367Z Compiling daft-derive v0.1.5
10352026-08-21T02:28:35.803Z Compiling typify-impl v0.4.3
10362026-08-21T02:28:36.060Z Compiling thread-id v5.0.0
10372026-08-21T02:28:36.140Z Checking hyper-util v0.1.20
10382026-08-21T02:28:36.720Z Compiling aws-lc-rs v1.16.2
10392026-08-21T02:28:37.194Z Compiling darling_macro v0.21.3
10402026-08-21T02:28:37.211Z Checking encoding_rs v0.8.35
10412026-08-21T02:28:37.317Z Compiling dof v0.4.0
10422026-08-21T02:28:37.423Z Checking mime v0.3.17
10432026-08-21T02:28:37.596Z Checking cpufeatures v0.2.17
10442026-08-21T02:28:37.667Z Checking untrusted v0.7.1
10452026-08-21T02:28:37.717Z Compiling darling v0.21.3
10462026-08-21T02:28:37.967Z Compiling slog-async v2.8.0
10472026-08-21T02:28:38.106Z Checking rand_core v0.9.3
10482026-08-21T02:28:38.163Z Checking oxnet v0.1.6
10492026-08-21T02:28:38.276Z Compiling structmeta-derive v0.3.0
10502026-08-21T02:28:38.292Z Compiling usdt-attr-macro v0.6.0
10512026-08-21T02:28:38.310Z Compiling usdt-macro v0.6.0
10522026-08-21T02:28:38.417Z Compiling multer v3.1.0
10532026-08-21T02:28:38.549Z Compiling rustls v0.22.4
10542026-08-21T02:28:38.636Z Compiling unsafe-libyaml v0.2.11
10552026-08-21T02:28:38.639Z Compiling rustls v0.23.40
10562026-08-21T02:28:39.061Z Compiling async-stream-impl v0.3.6
10572026-08-21T02:28:39.087Z Checking sync_wrapper v1.0.2
10582026-08-21T02:28:39.171Z Compiling typify-macro v0.4.3
10592026-08-21T02:28:39.185Z Compiling serde_yaml v0.9.34+deprecated
10602026-08-21T02:28:39.292Z Compiling structmeta v0.3.0
10612026-08-21T02:28:39.487Z Compiling openssl v0.10.81
10622026-08-21T02:28:39.510Z Checking fastrand v2.3.0
10632026-08-21T02:28:39.660Z Checking hex v0.4.3
10642026-08-21T02:28:39.684Z Checking foreign-types-shared v0.1.1
10652026-08-21T02:28:39.762Z Checking foreign-types v0.3.2
10662026-08-21T02:28:39.786Z Checking tempfile v3.27.0
10672026-08-21T02:28:39.837Z Checking tower v0.5.2
10682026-08-21T02:28:39.870Z Checking rand_chacha v0.9.0
10692026-08-21T02:28:39.970Z Checking futures-executor v0.3.32
10702026-08-21T02:28:40.051Z Compiling strum_macros v0.26.4
10712026-08-21T02:28:40.092Z Compiling openssl-macros v0.1.1
10722026-08-21T02:28:40.111Z Compiling native-tls v0.2.14
10732026-08-21T02:28:40.208Z Checking openssl-probe v0.1.6
10742026-08-21T02:28:40.312Z Checking powerfmt v0.2.0
10752026-08-21T02:28:40.348Z Checking iri-string v0.7.8
10762026-08-21T02:28:40.413Z Checking futures v0.3.32
10772026-08-21T02:28:40.457Z Checking deranged v0.5.3
10782026-08-21T02:28:40.489Z Checking rand v0.9.3
10792026-08-21T02:28:40.625Z Compiling typify v0.4.3
10802026-08-21T02:28:40.713Z Compiling newtype-uuid-macros v0.1.0
10812026-08-21T02:28:40.921Z Checking num_threads v0.1.7
10822026-08-21T02:28:41.009Z Compiling ref-cast v1.0.25
10832026-08-21T02:28:41.327Z Checking tower-http v0.6.8
10842026-08-21T02:28:41.396Z Compiling ref-cast-impl v1.0.25
10852026-08-21T02:28:41.441Z Checking time v0.3.47
10862026-08-21T02:28:41.479Z Compiling dropshot v0.16.7
10872026-08-21T02:28:41.586Z Checking memmap2 v0.9.8
10882026-08-21T02:28:41.612Z Checking unicode-width v0.2.1
10892026-08-21T02:28:41.749Z Compiling derive-ex v0.1.8
10902026-08-21T02:28:41.852Z Checking crossbeam-channel v0.5.15
10912026-08-21T02:28:41.965Z Checking webpki-roots v1.0.2
10922026-08-21T02:28:42.002Z Compiling dropshot_endpoint v0.16.7
10932026-08-21T02:28:42.080Z Compiling strum_macros v0.27.2
10942026-08-21T02:28:42.159Z Checking winnow v0.7.14
10952026-08-21T02:28:42.516Z Compiling progenitor-impl v0.11.1
10962026-08-21T02:28:42.752Z Checking tokio-native-tls v0.3.1
10972026-08-21T02:28:42.905Z Checking hyper-tls v0.6.0
10982026-08-21T02:28:43.298Z Compiling test-strategy v0.4.3
10992026-08-21T02:28:43.376Z Checking newtype-uuid v1.3.2
11002026-08-21T02:28:43.521Z Checking thread_local v1.1.9
11012026-08-21T02:28:43.559Z Checking winnow v1.0.3
11022026-08-21T02:28:43.632Z Checking daft v0.1.5
11032026-08-21T02:28:43.680Z Compiling serde_with_macros v3.14.1
11042026-08-21T02:28:43.843Z Checking toml_parser v1.1.2+spec-1.1.0
11052026-08-21T02:28:43.861Z Checking serde_spanned v1.1.1
11062026-08-21T02:28:43.874Z Checking is-terminal v0.4.16
11072026-08-21T02:28:43.963Z Checking term v1.2.0
11082026-08-21T02:28:43.991Z Checking toml_writer v1.1.1+spec-1.1.0
11092026-08-21T02:28:44.166Z Checking debug-ignore v1.0.5
11102026-08-21T02:28:44.169Z Checking match_cfg v0.1.0
11112026-08-21T02:28:44.193Z Checking either v1.15.0
11122026-08-21T02:28:44.246Z Checking take_mut v0.2.2
11132026-08-21T02:28:44.264Z Checking hostname v0.3.1
11142026-08-21T02:28:44.365Z Checking slog-term v2.9.2
11152026-08-21T02:28:44.378Z Checking slog-json v2.6.1
11162026-08-21T02:28:44.535Z Compiling syn v1.0.109
11172026-08-21T02:28:44.615Z Checking spin v0.9.8
11182026-08-21T02:28:44.618Z Checking slog-bunyan v2.5.0
11192026-08-21T02:28:44.642Z Compiling progenitor-macro v0.11.1
11202026-08-21T02:28:44.702Z Checking usdt v0.6.0
11212026-08-21T02:28:44.738Z Checking async-stream v0.3.6
11222026-08-21T02:28:44.757Z Compiling parse-display-derive v0.10.0
11232026-08-21T02:28:44.853Z Checking rustls-webpki v0.102.8
11242026-08-21T02:28:44.883Z Checking waitgroup v0.1.2
11252026-08-21T02:28:44.922Z Checking rustls-pemfile v2.2.0
11262026-08-21T02:28:44.936Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11272026-08-21T02:28:44.977Z Checking serde_path_to_error v0.1.20
11282026-08-21T02:28:45.055Z Checking hostname v0.4.2
11292026-08-21T02:28:45.152Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11302026-08-21T02:28:45.239Z Checking strum v0.26.3
11312026-08-21T02:28:45.348Z Checking rand_chacha v0.3.1
11322026-08-21T02:28:45.363Z Checking macaddr v1.0.1
11332026-08-21T02:28:45.458Z Checking toml_datetime v0.7.5+spec-1.1.0
11342026-08-21T02:28:45.534Z Checking wait-timeout v0.2.1
11352026-08-21T02:28:45.537Z Checking bit-vec v0.8.0
11362026-08-21T02:28:45.649Z Checking quick-error v1.2.3
11372026-08-21T02:28:45.665Z Checking lazy_static v1.5.0
11382026-08-21T02:28:45.723Z Checking bit-set v0.8.0
11392026-08-21T02:28:45.749Z Checking rusty-fork v0.3.0
11402026-08-21T02:28:45.763Z Checking toml v0.9.12+spec-1.1.0
11412026-08-21T02:28:45.866Z Checking rand v0.8.5
11422026-08-21T02:28:45.911Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11432026-08-21T02:28:46.251Z Checking rand_xorshift v0.4.0
11442026-08-21T02:28:46.319Z Checking sha1 v0.10.6
11452026-08-21T02:28:46.367Z Checking unarray v0.1.4
11462026-08-21T02:28:46.464Z Checking proptest v1.8.0
11472026-08-21T02:28:46.478Z Checking strum v0.27.2
11482026-08-21T02:28:46.583Z Checking tabwriter v1.4.1
11492026-08-21T02:28:46.619Z Checking tokio-rustls v0.25.0
11502026-08-21T02:28:46.646Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11512026-08-21T02:28:46.723Z Checking colored v3.1.1
11522026-08-21T02:28:46.780Z Checking serde_with v3.14.1
11532026-08-21T02:28:47.216Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11542026-08-21T02:28:47.439Z Checking instant v0.1.13
11552026-08-21T02:28:47.526Z Checking rustc-hash v2.1.1
11562026-08-21T02:28:47.852Z Checking iddqd v0.3.18
11572026-08-21T02:28:47.935Z Checking backoff v0.4.0
11582026-08-21T02:28:48.069Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11592026-08-21T02:28:48.138Z Checking parse-display v0.10.0
11602026-08-21T02:28:48.141Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11612026-08-21T02:28:48.258Z Checking itertools v0.14.0
11622026-08-21T02:28:48.281Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11632026-08-21T02:28:48.671Z Compiling toml_datetime v0.6.11
11642026-08-21T02:28:48.689Z Compiling clap_derive v4.6.1
11652026-08-21T02:28:48.744Z Checking utf8parse v0.2.2
11662026-08-21T02:28:48.849Z Checking anstyle-parse v1.0.0
11672026-08-21T02:28:48.998Z Checking terminal_size v0.4.3
11682026-08-21T02:28:49.211Z Checking anstyle v1.0.14
11692026-08-21T02:28:49.264Z Checking colorchoice v1.0.4
11702026-08-21T02:28:49.283Z Checking anstyle-query v1.1.4
11712026-08-21T02:28:49.285Z Checking is_terminal_polyfill v1.70.1
11722026-08-21T02:28:49.387Z Checking anstream v1.0.0
11732026-08-21T02:28:49.643Z Checking clap_lex v1.1.0
11742026-08-21T02:28:49.828Z Checking clap_builder v4.6.0
11752026-08-21T02:28:51.038Z Checking clap v4.6.1
11762026-08-21T02:28:52.220Z Compiling num-derive v0.4.2
11772026-08-21T02:28:52.581Z Compiling rustls-webpki v0.103.6
11782026-08-21T02:28:53.166Z Compiling prettyplease v0.2.37
11792026-08-21T02:28:54.757Z Checking crossbeam-epoch v0.9.18
11802026-08-21T02:28:54.788Z Compiling winnow v0.5.40
11812026-08-21T02:28:54.970Z Compiling cfg_aliases v0.2.1
11822026-08-21T02:28:55.590Z Checking serde_spanned v0.6.9
11832026-08-21T02:28:55.713Z Compiling memoffset v0.9.1
11842026-08-21T02:28:56.018Z Compiling tokio-rustls v0.26.4
11852026-08-21T02:28:56.130Z Compiling toml_edit v0.19.15
11862026-08-21T02:28:56.263Z Compiling rayon-core v1.13.0
11872026-08-21T02:28:57.335Z Compiling proc-macro-crate v1.3.1
11882026-08-21T02:28:57.373Z Compiling zerocopy-derive v0.7.35
11892026-08-21T02:28:57.784Z Compiling crc32fast v1.5.0
11902026-08-21T02:28:58.179Z Compiling hyper-rustls v0.27.7
11912026-08-21T02:28:58.444Z Compiling reqwest v0.12.23
11922026-08-21T02:28:58.746Z Checking crossbeam-deque v0.8.6
11932026-08-21T02:28:59.248Z Checking adler2 v2.0.1
11942026-08-21T02:28:59.454Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11952026-08-21T02:28:59.684Z Compiling progenitor-client v0.11.1
11962026-08-21T02:28:59.927Z Compiling progenitor v0.11.1
11972026-08-21T02:29:00.160Z Checking miniz_oxide v0.8.9
11982026-08-21T02:29:01.130Z Compiling num-integer v0.1.46
11992026-08-21T02:29:01.230Z Compiling proc-macro-error-attr v1.0.4
12002026-08-21T02:29:01.377Z Compiling heapless v0.8.0
12012026-08-21T02:29:01.450Z Compiling heck v0.4.1
12022026-08-21T02:29:01.721Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12032026-08-21T02:29:01.772Z Checking flate2 v1.1.2
12042026-08-21T02:29:01.824Z Compiling progenitor-client v0.10.0
12052026-08-21T02:29:02.204Z Compiling ingot-macros v0.1.1
12062026-08-21T02:29:02.730Z Checking hash32 v0.3.1
12072026-08-21T02:29:02.851Z Checking hybrid-array v0.4.12
12082026-08-21T02:29:02.864Z Compiling proc-macro-error v1.0.4
12092026-08-21T02:29:03.064Z Checking toml_write v0.1.2
12102026-08-21T02:29:03.317Z Compiling smoltcp v0.11.0
12112026-08-21T02:29:03.345Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12122026-08-21T02:29:03.582Z Checking toml_edit v0.22.27
12132026-08-21T02:29:03.834Z Checking num-iter v0.1.45
12142026-08-21T02:29:03.944Z Checking num-rational v0.4.2
12152026-08-21T02:29:04.188Z Compiling zerocopy v0.7.35
12162026-08-21T02:29:04.213Z Compiling num_enum_derive v0.7.5
12172026-08-21T02:29:04.657Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12182026-08-21T02:29:04.712Z Compiling hubpack_derive v0.1.1
12192026-08-21T02:29:04.831Z Checking ingot-types v0.1.2
12202026-08-21T02:29:04.917Z Checking cobs v0.3.0
12212026-08-21T02:29:04.951Z Compiling foreign-types-macros v0.2.3
12222026-08-21T02:29:05.109Z Compiling scroll_derive v0.12.1
12232026-08-21T02:29:05.167Z Compiling num-complex v0.4.6
12242026-08-21T02:29:05.212Z Compiling usdt-impl v0.5.0
12252026-08-21T02:29:05.232Z Checking foreign-types-shared v0.3.1
12262026-08-21T02:29:05.456Z Checking managed v0.8.0
12272026-08-21T02:29:05.507Z Compiling crucible-workspace-hack v0.1.0
12282026-08-21T02:29:06.153Z Checking bitflags v1.3.2
12292026-08-21T02:29:06.153Z Checking foreign-types v0.5.0
12302026-08-21T02:29:06.153Z Checking num v0.4.3
12312026-08-21T02:29:06.153Z Checking scroll v0.12.0
12322026-08-21T02:29:06.153Z Checking num_enum v0.7.5
12332026-08-21T02:29:06.153Z Checking hubpack v0.1.2
12342026-08-21T02:29:06.153Z Checking ingot v0.1.1
12352026-08-21T02:29:06.153Z Checking postcard v1.1.3
12362026-08-21T02:29:06.153Z Checking toml v0.8.23
12372026-08-21T02:29:06.220Z Compiling dof v0.3.0
12382026-08-21T02:29:06.562Z Checking crypto-common v0.2.2
12392026-08-21T02:29:06.670Z Checking block-buffer v0.12.0
12402026-08-21T02:29:06.812Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12412026-08-21T02:29:06.899Z Compiling dtrace-parser v0.2.0
12422026-08-21T02:29:07.095Z Checking camino-tempfile v1.4.1
12432026-08-21T02:29:07.183Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12442026-08-21T02:29:07.248Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12452026-08-21T02:29:07.280Z Checking cstr-argument v0.1.2
12462026-08-21T02:29:07.387Z Compiling thread-id v4.2.2
12472026-08-21T02:29:07.401Z Checking float-ord v0.3.2
12482026-08-21T02:29:07.473Z Checking compression-core v0.4.32
12492026-08-21T02:29:07.476Z Checking const-oid v0.10.2
12502026-08-21T02:29:07.511Z Checking static_assertions v1.1.0
12512026-08-21T02:29:07.585Z Compiling minimal-lexical v0.2.1
12522026-08-21T02:29:07.598Z Checking compression-codecs v0.4.32
12532026-08-21T02:29:07.641Z Checking digest v0.11.3
12542026-08-21T02:29:07.754Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12552026-08-21T02:29:07.786Z Compiling nom v7.1.3
12562026-08-21T02:29:07.818Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12572026-08-21T02:29:07.872Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12582026-08-21T02:29:08.034Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12592026-08-21T02:29:08.174Z Checking goblin v0.8.2
12602026-08-21T02:29:08.209Z Checking rayon v1.11.0
12612026-08-21T02:29:08.553Z Compiling num_enum_derive v0.5.11
12622026-08-21T02:29:08.611Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12632026-08-21T02:29:08.745Z Compiling rustc_version v0.4.1
12642026-08-21T02:29:09.021Z Checking toml_datetime v1.1.1+spec-1.1.0
12652026-08-21T02:29:09.110Z Compiling dropshot v0.17.1
12662026-08-21T02:29:09.220Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12672026-08-21T02:29:09.334Z Checking cpufeatures v0.3.0
12682026-08-21T02:29:09.429Z Compiling rustix v0.38.44
12692026-08-21T02:29:09.429Z Compiling convert_case v0.4.0
12702026-08-21T02:29:09.434Z Checking tinyvec_macros v0.1.1
12712026-08-21T02:29:09.506Z Checking tinyvec v1.10.0
12722026-08-21T02:29:09.529Z Checking num_enum v0.5.11
12732026-08-21T02:29:09.622Z Checking sha1 v0.11.0
12742026-08-21T02:29:09.710Z Compiling derive_more v0.99.20
12752026-08-21T02:29:09.771Z Checking toml v1.1.2+spec-1.1.0
12762026-08-21T02:29:09.797Z Checking async-compression v0.4.33
12772026-08-21T02:29:09.809Z Compiling nix v0.30.1
12782026-08-21T02:29:10.063Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12792026-08-21T02:29:10.184Z Checking libscf-sys v1.2.0
12802026-08-21T02:29:10.326Z Compiling libz-sys v1.1.22
12812026-08-21T02:29:10.378Z Compiling dropshot_endpoint v0.17.1
12822026-08-21T02:29:10.516Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12832026-08-21T02:29:10.540Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12842026-08-21T02:29:10.641Z Checking bytecount v0.6.9
12852026-08-21T02:29:10.798Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12862026-08-21T02:29:11.026Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12872026-08-21T02:29:11.473Z Compiling usdt-attr-macro v0.5.0
12882026-08-21T02:29:11.656Z Compiling usdt-macro v0.5.0
12892026-08-21T02:29:11.736Z Compiling zone_cfg_derive v0.3.1
12902026-08-21T02:29:11.891Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12912026-08-21T02:29:11.894Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12922026-08-21T02:29:11.949Z Checking itertools v0.12.1
12932026-08-21T02:29:12.057Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12942026-08-21T02:29:12.187Z Checking sigpipe v0.1.3
12952026-08-21T02:29:12.266Z Checking memmap v0.7.0
12962026-08-21T02:29:12.309Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12972026-08-21T02:29:12.380Z Checking jiff v0.2.15
12982026-08-21T02:29:12.399Z Checking glob v0.3.3
12992026-08-21T02:29:12.449Z Checking usdt v0.5.0
13002026-08-21T02:29:12.546Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13012026-08-21T02:29:12.574Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13022026-08-21T02:29:12.749Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
13032026-08-21T02:29:12.764Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13042026-08-21T02:29:12.766Z Checking smf v0.2.3
13052026-08-21T02:29:12.925Z Checking zone v0.3.1
13062026-08-21T02:29:12.978Z Checking secrecy v0.10.3
13072026-08-21T02:29:13.004Z Checking bstr v1.12.0
13082026-08-21T02:29:13.044Z Checking whoami v1.6.1
13092026-08-21T02:29:13.210Z Compiling curve25519-dalek v4.1.3
13102026-08-21T02:29:13.235Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13112026-08-21T02:29:13.266Z Checking hmac v0.12.1
13122026-08-21T02:29:13.334Z Checking inout v0.1.4
13132026-08-21T02:29:13.393Z Compiling enum-as-inner v0.6.1
13142026-08-21T02:29:13.422Z Compiling clang-sys v1.8.1
13152026-08-21T02:29:13.459Z Checking ff v0.13.1
13162026-08-21T02:29:13.480Z Compiling semver v0.1.20
13172026-08-21T02:29:13.580Z Checking data-encoding v2.9.0
13182026-08-21T02:29:13.594Z Checking group v0.13.0
13192026-08-21T02:29:13.697Z Compiling rustc_version v0.1.7
13202026-08-21T02:29:13.798Z Checking cipher v0.4.4
13212026-08-21T02:29:13.811Z Checking hkdf v0.12.4
13222026-08-21T02:29:13.839Z Checking atomicwrites v0.4.4
13232026-08-21T02:29:13.893Z Compiling thiserror-impl-no-std v2.0.2
13242026-08-21T02:29:13.923Z Compiling regress v0.11.1
13252026-08-21T02:29:13.936Z Checking universal-hash v0.5.1
13262026-08-21T02:29:13.997Z Checking crypto-bigint v0.5.5
13272026-08-21T02:29:14.002Z Checking half v2.7.1
13282026-08-21T02:29:14.052Z Compiling curve25519-dalek-derive v0.1.1
13292026-08-21T02:29:14.226Z Checking opaque-debug v0.3.1
13302026-08-21T02:29:14.298Z Checking ciborium-io v0.2.2
13312026-08-21T02:29:14.388Z Checking indent_write v2.2.0
13322026-08-21T02:29:14.517Z Checking base64ct v1.8.0
13332026-08-21T02:29:14.698Z Checking base16ct v0.2.0
13342026-08-21T02:29:14.747Z Checking password-hash v0.5.0
13352026-08-21T02:29:14.816Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13362026-08-21T02:29:14.935Z Checking thiserror-no-std v2.0.2
13372026-08-21T02:29:14.950Z Checking elliptic-curve v0.13.8
13382026-08-21T02:29:14.968Z Checking ciborium-ll v0.2.2
13392026-08-21T02:29:14.981Z Checking poly1305 v0.8.0
13402026-08-21T02:29:15.016Z Checking chacha20 v0.9.1
13412026-08-21T02:29:15.132Z Compiling newtype_derive v0.1.6
13422026-08-21T02:29:15.183Z Checking similar v2.7.0
13432026-08-21T02:29:15.197Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13442026-08-21T02:29:15.200Z Compiling nix v0.31.3
13452026-08-21T02:29:15.351Z Checking blake2 v0.10.6
13462026-08-21T02:29:15.454Z Compiling typify-impl v0.6.2
13472026-08-21T02:29:15.491Z Checking aead v0.5.2
13482026-08-21T02:29:15.506Z Compiling libloading v0.8.9
13492026-08-21T02:29:15.560Z Checking linked-hash-map v0.5.6
13502026-08-21T02:29:15.574Z Compiling owo-colors v4.3.0
13512026-08-21T02:29:15.621Z Checking keccak v0.1.6
13522026-08-21T02:29:15.695Z Compiling bindgen v0.72.1
13532026-08-21T02:29:15.725Z Checking resolv-conf v0.7.5
13542026-08-21T02:29:15.773Z Checking sha3 v0.10.8
13552026-08-21T02:29:15.905Z Checking lru-cache v0.1.2
13562026-08-21T02:29:15.959Z Checking chacha20poly1305 v0.10.1
13572026-08-21T02:29:16.010Z Checking argon2 v0.5.3
13582026-08-21T02:29:16.023Z Checking vsss-rs v3.3.4
13592026-08-21T02:29:16.140Z Checking ciborium v0.2.2
13602026-08-21T02:29:16.301Z Checking hickory-proto v0.24.4
13612026-08-21T02:29:16.492Z Checking tokio-dtrace v0.1.1
13622026-08-21T02:29:16.528Z Checking papergrid v0.18.0
13632026-08-21T02:29:16.663Z Compiling cexpr v0.6.0
13642026-08-21T02:29:16.860Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13652026-08-21T02:29:17.083Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13662026-08-21T02:29:17.221Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13672026-08-21T02:29:17.256Z Checking serde-big-array v0.5.1
13682026-08-21T02:29:17.387Z Compiling derive-where v1.6.0
13692026-08-21T02:29:17.447Z Compiling serde_repr v0.1.20
13702026-08-21T02:29:17.821Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13712026-08-21T02:29:17.836Z Checking same-file v1.0.6
13722026-08-21T02:29:17.958Z Compiling shlex v1.3.0
13732026-08-21T02:29:18.048Z Checking siphasher v1.0.1
13742026-08-21T02:29:18.061Z Checking unicode-segmentation v1.12.0
13752026-08-21T02:29:18.127Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13762026-08-21T02:29:18.210Z Checking phf_shared v0.12.1
13772026-08-21T02:29:18.346Z Checking walkdir v2.5.0
13782026-08-21T02:29:18.386Z Checking newline-converter v0.3.0
13792026-08-21T02:29:18.489Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13802026-08-21T02:29:18.509Z Checking hickory-resolver v0.24.4
13812026-08-21T02:29:18.646Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13822026-08-21T02:29:18.839Z Checking tabled v0.21.0
13832026-08-21T02:29:18.886Z Compiling typify-macro v0.6.2
13842026-08-21T02:29:19.176Z Checking oxide-tokio-rt v0.1.2
13852026-08-21T02:29:19.320Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13862026-08-21T02:29:19.887Z Checking itertools v0.15.0
13872026-08-21T02:29:19.993Z Checking console v0.15.11
13882026-08-21T02:29:20.086Z Compiling progenitor-impl v0.10.0
13892026-08-21T02:29:20.144Z Checking tokio-stream v0.1.17
13902026-08-21T02:29:20.265Z Compiling pin-project-internal v1.1.10
13912026-08-21T02:29:20.338Z Compiling slog-dtrace v0.3.0
13922026-08-21T02:29:20.386Z Checking csv-core v0.1.12
13932026-08-21T02:29:20.501Z Compiling unicode-xid v0.2.6
13942026-08-21T02:29:20.559Z Checking foldhash v0.1.5
13952026-08-21T02:29:20.572Z Checking swrite v0.1.0
13962026-08-21T02:29:20.619Z Compiling cancel-safe-futures v0.1.5
13972026-08-21T02:29:20.661Z Checking smawk v0.3.2
13982026-08-21T02:29:20.693Z Compiling chrono-tz v0.10.4
13992026-08-21T02:29:20.788Z Checking unicode-width v0.1.14
14002026-08-21T02:29:20.858Z Checking unicode-linebreak v0.1.5
14012026-08-21T02:29:20.943Z Checking hashbrown v0.15.5
14022026-08-21T02:29:21.030Z Compiling const_format_proc_macros v0.2.34
14032026-08-21T02:29:21.066Z Checking textwrap v0.16.2
14042026-08-21T02:29:21.275Z Checking csv v1.4.0
14052026-08-21T02:29:21.327Z Checking pin-project v1.1.10
14062026-08-21T02:29:21.511Z Checking qorb v0.4.1
14072026-08-21T02:29:21.517Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14082026-08-21T02:29:21.633Z Checking expectorate v1.2.0
14092026-08-21T02:29:21.729Z Checking phf v0.12.1
14102026-08-21T02:29:21.757Z Checking unicode-normalization v0.1.24
14112026-08-21T02:29:21.791Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14122026-08-21T02:29:21.869Z Compiling snafu-derive v0.8.9
14132026-08-21T02:29:22.125Z Compiling progenitor-macro v0.10.0
14142026-08-21T02:29:22.767Z Checking libsw-core v0.3.2
14152026-08-21T02:29:22.889Z Compiling libgit2-sys v0.17.0+1.8.1
14162026-08-21T02:29:22.913Z Compiling async-recursion v1.1.1
14172026-08-21T02:29:23.049Z Compiling cookie v0.18.1
14182026-08-21T02:29:23.329Z Checking fixedbitset v0.5.7
14192026-08-21T02:29:23.505Z Checking fixedbitset v0.4.2
14202026-08-21T02:29:23.531Z Compiling moka v0.12.11
14212026-08-21T02:29:23.630Z Checking highway v1.3.0
14222026-08-21T02:29:23.658Z Checking petgraph v0.6.5
14232026-08-21T02:29:23.767Z Checking snafu v0.8.9
14242026-08-21T02:29:23.908Z Checking petgraph v0.8.2
14252026-08-21T02:29:24.239Z Checking libsw v3.5.0
14262026-08-21T02:29:24.386Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14272026-08-21T02:29:24.569Z Checking olpc-cjson v0.1.4
14282026-08-21T02:29:24.819Z Checking const_format v0.2.34
14292026-08-21T02:29:24.894Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14302026-08-21T02:29:25.035Z Checking papergrid v0.11.0
14312026-08-21T02:29:25.160Z Compiling typify v0.6.2
14322026-08-21T02:29:28.023Z Checking globset v0.4.16
14332026-08-21T02:29:28.052Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14342026-08-21T02:29:28.053Z Checking gethostname v0.5.0
14352026-08-21T02:29:28.053Z Compiling tabled_derive v0.7.0
14362026-08-21T02:29:28.053Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-08-21T02:29:28.053Z Checking reqwest v0.13.2
14382026-08-21T02:29:28.053Z Checking bcs v0.1.6
14392026-08-21T02:29:28.053Z Checking pem v3.0.5
14402026-08-21T02:29:28.053Z Checking serde_plain v1.0.2
14412026-08-21T02:29:28.053Z Checking termtree v0.5.1
14422026-08-21T02:29:28.053Z Checking typed-path v0.9.3
14432026-08-21T02:29:28.053Z Checking tagptr v0.2.0
14442026-08-21T02:29:28.053Z Compiling signal-hook v0.4.4
14452026-08-21T02:29:28.053Z Checking progenitor v0.10.0
14462026-08-21T02:29:28.053Z Checking humantime v2.3.0
14472026-08-21T02:29:28.053Z Checking crc8 v0.1.1
14482026-08-21T02:29:28.053Z Checking linear-map v1.2.0
14492026-08-21T02:29:28.053Z Checking tabled v0.15.0
14502026-08-21T02:29:28.053Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-08-21T02:29:28.053Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14522026-08-21T02:29:28.053Z Checking tough v0.20.0
14532026-08-21T02:29:28.053Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14542026-08-21T02:29:28.053Z Compiling progenitor-impl v0.14.0
14552026-08-21T02:29:28.065Z Checking steno v0.4.1
14562026-08-21T02:29:28.065Z Checking hickory-proto v0.25.2
14572026-08-21T02:29:29.435Z Compiling curl-sys v0.4.89+curl-8.20.0
14582026-08-21T02:29:29.453Z Compiling cargo-platform v0.1.9
14592026-08-21T02:29:29.453Z Compiling vergen v8.3.2
14602026-08-21T02:29:29.453Z Compiling fs-err v3.1.2
14612026-08-21T02:29:29.453Z Compiling cargo_metadata v0.18.1
14622026-08-21T02:29:29.453Z Checking progenitor-client v0.14.0
14632026-08-21T02:29:29.453Z Checking dropshot-api-manager-types v0.7.2
14642026-08-21T02:29:29.453Z Compiling progenitor-macro v0.14.0
14652026-08-21T02:29:29.453Z Checking sha2 v0.10.9
14662026-08-21T02:29:29.453Z Compiling blake3 v1.8.2
14672026-08-21T02:29:29.669Z Checking hickory-resolver v0.25.2
14682026-08-21T02:29:30.340Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14692026-08-21T02:29:30.346Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14702026-08-21T02:29:30.346Z Checking git-stub v1.0.0
14712026-08-21T02:29:30.346Z Compiling strum_macros v0.28.0
14722026-08-21T02:29:30.480Z Checking filetime v0.2.26
14732026-08-21T02:29:30.596Z Checking is_ci v1.2.0
14742026-08-21T02:29:30.696Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14752026-08-21T02:29:30.916Z Checking constant_time_eq v0.3.1
14762026-08-21T02:29:31.009Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14772026-08-21T02:29:31.485Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-08-21T02:29:31.719Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-08-21T02:29:33.024Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-08-21T02:29:33.028Z Checking arrayref v0.3.9
14812026-08-21T02:29:33.028Z Checking arrayvec v0.7.6
14822026-08-21T02:29:33.028Z Compiling curl v0.4.50
14832026-08-21T02:29:33.028Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-08-21T02:29:33.028Z Checking xattr v1.6.1
14852026-08-21T02:29:33.028Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-08-21T02:29:33.028Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-08-21T02:29:33.028Z Checking tar v0.4.45
14882026-08-21T02:29:33.028Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14892026-08-21T02:29:33.170Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-08-21T02:29:33.264Z Checking strum v0.28.0
14912026-08-21T02:29:33.323Z Checking toml v0.7.8
14922026-08-21T02:29:33.422Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14932026-08-21T02:29:33.442Z Checking progenitor v0.14.0
14942026-08-21T02:29:33.469Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14952026-08-21T02:29:33.473Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-08-21T02:29:33.644Z Checking supports-color v3.0.2
14972026-08-21T02:29:33.767Z Checking git-stub-vcs v0.1.0
14982026-08-21T02:29:34.238Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-08-21T02:29:34.259Z Checking drift v0.2.0
15002026-08-21T02:29:34.276Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15012026-08-21T02:29:34.471Z Checking kstat-rs v0.2.4
15022026-08-21T02:29:34.485Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15032026-08-21T02:29:34.559Z Checking topological-sort v0.2.2
15042026-08-21T02:29:34.581Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15052026-08-21T02:29:34.652Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15062026-08-21T02:29:34.688Z Checking omicron-zone-package v0.12.2
15072026-08-21T02:29:34.870Z Checking dropshot-api-manager v0.7.2
15082026-08-21T02:29:35.825Z Checking signal-hook-tokio v0.4.0
15092026-08-21T02:29:35.852Z Checking scuffle v0.1.0
15102026-08-21T02:29:35.948Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15112026-08-21T02:29:36.224Z Checking iddqd v0.4.5
15122026-08-21T02:29:36.368Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15132026-08-21T02:29:36.558Z Checking internet-checksum v0.2.1
15142026-08-21T02:29:36.668Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15152026-08-21T02:29:36.683Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15162026-08-21T02:29:36.721Z Checking search_path v0.1.4
15172026-08-21T02:29:36.854Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15182026-08-21T02:29:36.888Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
15192026-08-21T02:29:37.567Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15202026-08-21T02:29:37.651Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15212026-08-21T02:29:37.751Zerror: couldn't read file /work/oxidecomputer/dendrite/dpd-client/../openapi/dpd/dpd-latest.json: No such file or directory (os error 2)
15222026-08-21T02:29:37.751Z --> dpd-client/src/lib.rs:33:12
15232026-08-21T02:29:37.751Z |
15242026-08-21T02:29:37.751Z33 | spec = "../openapi/dpd/dpd-latest.json",
15252026-08-21T02:29:37.751Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15262026-08-21T02:29:37.751Z
15272026-08-21T02:29:37.761Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15282026-08-21T02:29:37.801Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
15292026-08-21T02:29:37.801Z --> dpd-client/src/lib.rs:70:13
15302026-08-21T02:29:37.801Z |
15312026-08-21T02:29:37.801Z70 | types::LinkState::Up => write!(f, "Up"),
15322026-08-21T02:29:37.801Z | ^^^^^ use of unresolved module or unlinked crate `types`
15332026-08-21T02:29:37.801Z |
15342026-08-21T02:29:37.801Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
15352026-08-21T02:29:37.801Z
15362026-08-21T02:29:37.804Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
15372026-08-21T02:29:37.804Z --> dpd-client/src/lib.rs:71:13
15382026-08-21T02:29:37.804Z |
15392026-08-21T02:29:37.804Z71 | types::LinkState::Down => write!(f, "Down"),
15402026-08-21T02:29:37.804Z | ^^^^^ use of unresolved module or unlinked crate `types`
15412026-08-21T02:29:37.804Z |
15422026-08-21T02:29:37.804Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
15432026-08-21T02:29:37.805Z
15442026-08-21T02:29:37.809Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
15452026-08-21T02:29:37.809Z --> dpd-client/src/lib.rs:72:13
15462026-08-21T02:29:37.809Z |
15472026-08-21T02:29:37.809Z72 | types::LinkState::ConfigError(_) => write!(f, "ConfigError"),
15482026-08-21T02:29:37.809Z | ^^^^^ use of unresolved module or unlinked crate `types`
15492026-08-21T02:29:37.809Z |
15502026-08-21T02:29:37.809Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
15512026-08-21T02:29:37.809Z
15522026-08-21T02:29:37.809Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
15532026-08-21T02:29:37.809Z --> dpd-client/src/lib.rs:73:13
15542026-08-21T02:29:37.809Z |
15552026-08-21T02:29:37.809Z73 | types::LinkState::Faulted(_) => write!(f, "Faulted"),
15562026-08-21T02:29:37.809Z | ^^^^^ use of unresolved module or unlinked crate `types`
15572026-08-21T02:29:37.810Z |
15582026-08-21T02:29:37.810Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
15592026-08-21T02:29:37.810Z
15602026-08-21T02:29:37.813Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
15612026-08-21T02:29:37.813Z --> dpd-client/src/lib.rs:74:13
15622026-08-21T02:29:37.813Z |
15632026-08-21T02:29:37.813Z74 | types::LinkState::Unknown => write!(f, "Unknown"),
15642026-08-21T02:29:37.813Z | ^^^^^ use of unresolved module or unlinked crate `types`
15652026-08-21T02:29:37.813Z |
15662026-08-21T02:29:37.813Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
15672026-08-21T02:29:37.813Z
15682026-08-21T02:29:37.862Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15692026-08-21T02:29:37.955Zerror[E0412]: cannot find type `Client` in this scope
15702026-08-21T02:29:37.955Z --> dpd-client/src/lib.rs:55:6
15712026-08-21T02:29:37.955Z |
15722026-08-21T02:29:37.955Z55 | impl Client {
15732026-08-21T02:29:37.955Z | ^^^^^^ not found in this scope
15742026-08-21T02:29:37.955Z |
15752026-08-21T02:29:37.956Zhelp: consider importing this struct
15762026-08-21T02:29:37.956Z |
15772026-08-21T02:29:37.956Z 9 + use reqwest::Client;
15782026-08-21T02:29:37.956Z |
15792026-08-21T02:29:37.956Z
15802026-08-21T02:29:37.956Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
15812026-08-21T02:29:37.956Z --> dpd-client/src/lib.rs:113:13
15822026-08-21T02:29:37.956Z |
15832026-08-21T02:29:37.956Z113 | types::PortSpeed::Speed0G => ports::PortSpeed::Speed0G,
15842026-08-21T02:29:37.956Z | ^^^^^ use of unresolved module or unlinked crate `types`
15852026-08-21T02:29:37.956Z |
15862026-08-21T02:29:37.956Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
15872026-08-21T02:29:37.956Zhelp: consider importing one of these enums
15882026-08-21T02:29:37.956Z |
15892026-08-21T02:29:37.956Z 9 + use crate::ports::PortSpeed;
15902026-08-21T02:29:37.956Z |
15912026-08-21T02:29:37.956Z 9 + use common::ports::PortSpeed;
15922026-08-21T02:29:37.956Z |
15932026-08-21T02:29:37.956Zhelp: if you import `PortSpeed`, refer to it directly
15942026-08-21T02:29:37.956Z |
15952026-08-21T02:29:37.956Z113 - types::PortSpeed::Speed0G => ports::PortSpeed::Speed0G,
15962026-08-21T02:29:37.956Z113 + PortSpeed::Speed0G => ports::PortSpeed::Speed0G,
15972026-08-21T02:29:37.956Z |
15982026-08-21T02:29:37.956Z
15992026-08-21T02:29:37.956Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
16002026-08-21T02:29:37.956Z --> dpd-client/src/lib.rs:114:13
16012026-08-21T02:29:37.956Z |
16022026-08-21T02:29:37.957Z114 | types::PortSpeed::Speed1G => ports::PortSpeed::Speed1G,
16032026-08-21T02:29:37.957Z | ^^^^^ use of unresolved module or unlinked crate `types`
16042026-08-21T02:29:37.957Z |
16052026-08-21T02:29:37.957Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
16062026-08-21T02:29:37.957Zhelp: consider importing one of these enums
16072026-08-21T02:29:37.957Z |
16082026-08-21T02:29:37.957Z 9 + use crate::ports::PortSpeed;
16092026-08-21T02:29:37.957Z |
16102026-08-21T02:29:37.957Z 9 + use common::ports::PortSpeed;
16112026-08-21T02:29:37.957Z |
16122026-08-21T02:29:37.957Zhelp: if you import `PortSpeed`, refer to it directly
16132026-08-21T02:29:37.957Z |
16142026-08-21T02:29:37.957Z114 - types::PortSpeed::Speed1G => ports::PortSpeed::Speed1G,
16152026-08-21T02:29:37.957Z114 + PortSpeed::Speed1G => ports::PortSpeed::Speed1G,
16162026-08-21T02:29:37.957Z |
16172026-08-21T02:29:37.957Z
16182026-08-21T02:29:37.957Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
16192026-08-21T02:29:37.957Z --> dpd-client/src/lib.rs:115:13
16202026-08-21T02:29:37.957Z |
16212026-08-21T02:29:37.957Z115 | types::PortSpeed::Speed10G => ports::PortSpeed::Speed10G,
16222026-08-21T02:29:37.957Z | ^^^^^ use of unresolved module or unlinked crate `types`
16232026-08-21T02:29:37.957Z |
16242026-08-21T02:29:37.957Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
16252026-08-21T02:29:37.957Zhelp: consider importing one of these enums
16262026-08-21T02:29:37.957Z |
16272026-08-21T02:29:37.957Z 9 + use crate::ports::PortSpeed;
16282026-08-21T02:29:37.957Z |
16292026-08-21T02:29:37.957Z 9 + use common::ports::PortSpeed;
16302026-08-21T02:29:37.958Z |
16312026-08-21T02:29:37.958Zhelp: if you import `PortSpeed`, refer to it directly
16322026-08-21T02:29:37.958Z |
16332026-08-21T02:29:37.958Z115 - types::PortSpeed::Speed10G => ports::PortSpeed::Speed10G,
16342026-08-21T02:29:37.958Z115 + PortSpeed::Speed10G => ports::PortSpeed::Speed10G,
16352026-08-21T02:29:37.958Z |
16362026-08-21T02:29:37.958Z
16372026-08-21T02:29:37.958Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
16382026-08-21T02:29:37.958Z --> dpd-client/src/lib.rs:116:13
16392026-08-21T02:29:37.958Z |
16402026-08-21T02:29:37.958Z116 | types::PortSpeed::Speed25G => ports::PortSpeed::Speed25G,
16412026-08-21T02:29:37.958Z | ^^^^^ use of unresolved module or unlinked crate `types`
16422026-08-21T02:29:37.958Z |
16432026-08-21T02:29:37.958Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
16442026-08-21T02:29:37.958Zhelp: consider importing one of these enums
16452026-08-21T02:29:37.958Z |
16462026-08-21T02:29:37.958Z 9 + use crate::ports::PortSpeed;
16472026-08-21T02:29:37.958Z |
16482026-08-21T02:29:37.958Z 9 + use common::ports::PortSpeed;
16492026-08-21T02:29:37.958Z |
16502026-08-21T02:29:37.958Zhelp: if you import `PortSpeed`, refer to it directly
16512026-08-21T02:29:37.958Z |
16522026-08-21T02:29:37.958Z116 - types::PortSpeed::Speed25G => ports::PortSpeed::Speed25G,
16532026-08-21T02:29:37.958Z116 + PortSpeed::Speed25G => ports::PortSpeed::Speed25G,
16542026-08-21T02:29:37.958Z |
16552026-08-21T02:29:37.958Z
16562026-08-21T02:29:37.959Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
16572026-08-21T02:29:37.959Z --> dpd-client/src/lib.rs:117:13
16582026-08-21T02:29:37.959Z |
16592026-08-21T02:29:37.959Z117 | types::PortSpeed::Speed40G => ports::PortSpeed::Speed40G,
16602026-08-21T02:29:37.959Z | ^^^^^ use of unresolved module or unlinked crate `types`
16612026-08-21T02:29:37.959Z |
16622026-08-21T02:29:37.959Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
16632026-08-21T02:29:37.959Zhelp: consider importing one of these enums
16642026-08-21T02:29:37.959Z |
16652026-08-21T02:29:37.959Z 9 + use crate::ports::PortSpeed;
16662026-08-21T02:29:37.959Z |
16672026-08-21T02:29:37.959Z 9 + use common::ports::PortSpeed;
16682026-08-21T02:29:37.959Z |
16692026-08-21T02:29:37.963Zhelp: if you import `PortSpeed`, refer to it directly
16702026-08-21T02:29:37.963Z |
16712026-08-21T02:29:37.963Z117 - types::PortSpeed::Speed40G => ports::PortSpeed::Speed40G,
16722026-08-21T02:29:37.963Z117 + PortSpeed::Speed40G => ports::PortSpeed::Speed40G,
16732026-08-21T02:29:37.963Z |
16742026-08-21T02:29:37.963Z
16752026-08-21T02:29:37.963Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
16762026-08-21T02:29:37.963Z --> dpd-client/src/lib.rs:118:13
16772026-08-21T02:29:37.964Z |
16782026-08-21T02:29:37.964Z118 | types::PortSpeed::Speed50G => ports::PortSpeed::Speed50G,
16792026-08-21T02:29:37.964Z | ^^^^^ use of unresolved module or unlinked crate `types`
16802026-08-21T02:29:37.964Z |
16812026-08-21T02:29:37.964Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
16822026-08-21T02:29:37.964Zhelp: consider importing one of these enums
16832026-08-21T02:29:37.964Z |
16842026-08-21T02:29:37.964Z 9 + use crate::ports::PortSpeed;
16852026-08-21T02:29:37.964Z |
16862026-08-21T02:29:37.964Z 9 + use common::ports::PortSpeed;
16872026-08-21T02:29:37.964Z |
16882026-08-21T02:29:37.964Zhelp: if you import `PortSpeed`, refer to it directly
16892026-08-21T02:29:37.964Z |
16902026-08-21T02:29:37.964Z118 - types::PortSpeed::Speed50G => ports::PortSpeed::Speed50G,
16912026-08-21T02:29:37.964Z118 + PortSpeed::Speed50G => ports::PortSpeed::Speed50G,
16922026-08-21T02:29:37.964Z |
16932026-08-21T02:29:37.964Z
16942026-08-21T02:29:37.964Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
16952026-08-21T02:29:37.964Z --> dpd-client/src/lib.rs:119:13
16962026-08-21T02:29:37.964Z |
16972026-08-21T02:29:37.964Z119 | types::PortSpeed::Speed100G => ports::PortSpeed::Speed100G,
16982026-08-21T02:29:37.964Z | ^^^^^ use of unresolved module or unlinked crate `types`
16992026-08-21T02:29:37.964Z |
17002026-08-21T02:29:37.964Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
17012026-08-21T02:29:37.964Zhelp: consider importing one of these enums
17022026-08-21T02:29:37.964Z |
17032026-08-21T02:29:37.964Z 9 + use crate::ports::PortSpeed;
17042026-08-21T02:29:37.964Z |
17052026-08-21T02:29:37.965Z 9 + use common::ports::PortSpeed;
17062026-08-21T02:29:37.965Z |
17072026-08-21T02:29:37.965Zhelp: if you import `PortSpeed`, refer to it directly
17082026-08-21T02:29:37.965Z |
17092026-08-21T02:29:37.965Z119 - types::PortSpeed::Speed100G => ports::PortSpeed::Speed100G,
17102026-08-21T02:29:37.965Z119 + PortSpeed::Speed100G => ports::PortSpeed::Speed100G,
17112026-08-21T02:29:37.965Z |
17122026-08-21T02:29:37.965Z
17132026-08-21T02:29:37.965Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
17142026-08-21T02:29:37.965Z --> dpd-client/src/lib.rs:120:13
17152026-08-21T02:29:37.965Z |
17162026-08-21T02:29:37.965Z120 | types::PortSpeed::Speed200G => ports::PortSpeed::Speed200G,
17172026-08-21T02:29:37.965Z | ^^^^^ use of unresolved module or unlinked crate `types`
17182026-08-21T02:29:37.965Z |
17192026-08-21T02:29:37.965Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
17202026-08-21T02:29:37.965Zhelp: consider importing one of these enums
17212026-08-21T02:29:37.965Z |
17222026-08-21T02:29:37.965Z 9 + use crate::ports::PortSpeed;
17232026-08-21T02:29:37.965Z |
17242026-08-21T02:29:37.965Z 9 + use common::ports::PortSpeed;
17252026-08-21T02:29:37.965Z |
17262026-08-21T02:29:37.965Zhelp: if you import `PortSpeed`, refer to it directly
17272026-08-21T02:29:37.965Z |
17282026-08-21T02:29:37.965Z120 - types::PortSpeed::Speed200G => ports::PortSpeed::Speed200G,
17292026-08-21T02:29:37.965Z120 + PortSpeed::Speed200G => ports::PortSpeed::Speed200G,
17302026-08-21T02:29:37.965Z |
17312026-08-21T02:29:37.965Z
17322026-08-21T02:29:37.965Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
17332026-08-21T02:29:37.966Z --> dpd-client/src/lib.rs:121:13
17342026-08-21T02:29:37.966Z |
17352026-08-21T02:29:37.966Z121 | types::PortSpeed::Speed400G => ports::PortSpeed::Speed400G,
17362026-08-21T02:29:37.966Z | ^^^^^ use of unresolved module or unlinked crate `types`
17372026-08-21T02:29:37.966Z |
17382026-08-21T02:29:37.966Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
17392026-08-21T02:29:37.966Zhelp: consider importing one of these enums
17402026-08-21T02:29:37.966Z |
17412026-08-21T02:29:37.966Z 9 + use crate::ports::PortSpeed;
17422026-08-21T02:29:37.966Z |
17432026-08-21T02:29:37.966Z 9 + use common::ports::PortSpeed;
17442026-08-21T02:29:37.966Z |
17452026-08-21T02:29:37.966Zhelp: if you import `PortSpeed`, refer to it directly
17462026-08-21T02:29:37.966Z |
17472026-08-21T02:29:37.966Z121 - types::PortSpeed::Speed400G => ports::PortSpeed::Speed400G,
17482026-08-21T02:29:37.966Z121 + PortSpeed::Speed400G => ports::PortSpeed::Speed400G,
17492026-08-21T02:29:37.966Z |
17502026-08-21T02:29:37.966Z
17512026-08-21T02:29:37.966Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
17522026-08-21T02:29:37.966Z --> dpd-client/src/lib.rs:129:42
17532026-08-21T02:29:37.966Z |
17542026-08-21T02:29:37.966Z129 | ports::PortSpeed::Speed0G => types::PortSpeed::Speed0G,
17552026-08-21T02:29:37.966Z | ^^^^^ use of unresolved module or unlinked crate `types`
17562026-08-21T02:29:37.966Z |
17572026-08-21T02:29:37.966Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
17582026-08-21T02:29:37.966Zhelp: consider importing one of these enums
17592026-08-21T02:29:37.966Z |
17602026-08-21T02:29:37.966Z 9 + use crate::ports::PortSpeed;
17612026-08-21T02:29:37.966Z |
17622026-08-21T02:29:37.967Z 9 + use common::ports::PortSpeed;
17632026-08-21T02:29:37.967Z |
17642026-08-21T02:29:37.967Zhelp: if you import `PortSpeed`, refer to it directly
17652026-08-21T02:29:37.967Z |
17662026-08-21T02:29:37.967Z129 - ports::PortSpeed::Speed0G => types::PortSpeed::Speed0G,
17672026-08-21T02:29:37.967Z129 + ports::PortSpeed::Speed0G => PortSpeed::Speed0G,
17682026-08-21T02:29:37.967Z |
17692026-08-21T02:29:37.972Z
17702026-08-21T02:29:37.972Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
17712026-08-21T02:29:37.972Z --> dpd-client/src/lib.rs:130:42
17722026-08-21T02:29:37.972Z |
17732026-08-21T02:29:37.972Z130 | ports::PortSpeed::Speed1G => types::PortSpeed::Speed1G,
17742026-08-21T02:29:37.972Z | ^^^^^ use of unresolved module or unlinked crate `types`
17752026-08-21T02:29:37.973Z |
17762026-08-21T02:29:37.973Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
17772026-08-21T02:29:37.973Zhelp: consider importing one of these enums
17782026-08-21T02:29:37.973Z |
17792026-08-21T02:29:37.973Z 9 + use crate::ports::PortSpeed;
17802026-08-21T02:29:37.973Z |
17812026-08-21T02:29:37.973Z 9 + use common::ports::PortSpeed;
17822026-08-21T02:29:37.973Z |
17832026-08-21T02:29:37.973Zhelp: if you import `PortSpeed`, refer to it directly
17842026-08-21T02:29:37.973Z |
17852026-08-21T02:29:37.973Z130 - ports::PortSpeed::Speed1G => types::PortSpeed::Speed1G,
17862026-08-21T02:29:37.973Z130 + ports::PortSpeed::Speed1G => PortSpeed::Speed1G,
17872026-08-21T02:29:37.973Z |
17882026-08-21T02:29:37.973Z
17892026-08-21T02:29:37.973Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
17902026-08-21T02:29:37.973Z --> dpd-client/src/lib.rs:131:43
17912026-08-21T02:29:37.973Z |
17922026-08-21T02:29:37.973Z131 | ports::PortSpeed::Speed10G => types::PortSpeed::Speed10G,
17932026-08-21T02:29:37.973Z | ^^^^^ use of unresolved module or unlinked crate `types`
17942026-08-21T02:29:37.973Z |
17952026-08-21T02:29:37.973Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
17962026-08-21T02:29:37.973Zhelp: consider importing one of these enums
17972026-08-21T02:29:37.973Z |
17982026-08-21T02:29:37.973Z 9 + use crate::ports::PortSpeed;
17992026-08-21T02:29:37.973Z |
18002026-08-21T02:29:37.973Z 9 + use common::ports::PortSpeed;
18012026-08-21T02:29:37.973Z |
18022026-08-21T02:29:37.974Zhelp: if you import `PortSpeed`, refer to it directly
18032026-08-21T02:29:37.974Z |
18042026-08-21T02:29:37.974Z131 - ports::PortSpeed::Speed10G => types::PortSpeed::Speed10G,
18052026-08-21T02:29:37.974Z131 + ports::PortSpeed::Speed10G => PortSpeed::Speed10G,
18062026-08-21T02:29:37.974Z |
18072026-08-21T02:29:37.974Z
18082026-08-21T02:29:37.974Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
18092026-08-21T02:29:37.974Z --> dpd-client/src/lib.rs:132:43
18102026-08-21T02:29:37.974Z |
18112026-08-21T02:29:37.974Z132 | ports::PortSpeed::Speed25G => types::PortSpeed::Speed25G,
18122026-08-21T02:29:37.974Z | ^^^^^ use of unresolved module or unlinked crate `types`
18132026-08-21T02:29:37.974Z |
18142026-08-21T02:29:37.974Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
18152026-08-21T02:29:37.974Zhelp: consider importing one of these enums
18162026-08-21T02:29:37.974Z |
18172026-08-21T02:29:37.974Z 9 + use crate::ports::PortSpeed;
18182026-08-21T02:29:37.974Z |
18192026-08-21T02:29:37.974Z 9 + use common::ports::PortSpeed;
18202026-08-21T02:29:37.974Z |
18212026-08-21T02:29:37.974Zhelp: if you import `PortSpeed`, refer to it directly
18222026-08-21T02:29:37.974Z |
18232026-08-21T02:29:37.974Z132 - ports::PortSpeed::Speed25G => types::PortSpeed::Speed25G,
18242026-08-21T02:29:37.974Z132 + ports::PortSpeed::Speed25G => PortSpeed::Speed25G,
18252026-08-21T02:29:37.974Z |
18262026-08-21T02:29:37.974Z
18272026-08-21T02:29:37.974Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
18282026-08-21T02:29:37.974Z --> dpd-client/src/lib.rs:133:43
18292026-08-21T02:29:37.974Z |
18302026-08-21T02:29:37.975Z133 | ports::PortSpeed::Speed40G => types::PortSpeed::Speed40G,
18312026-08-21T02:29:37.975Z | ^^^^^ use of unresolved module or unlinked crate `types`
18322026-08-21T02:29:37.975Z |
18332026-08-21T02:29:37.975Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
18342026-08-21T02:29:37.975Zhelp: consider importing one of these enums
18352026-08-21T02:29:37.975Z |
18362026-08-21T02:29:37.975Z 9 + use crate::ports::PortSpeed;
18372026-08-21T02:29:37.975Z |
18382026-08-21T02:29:37.975Z 9 + use common::ports::PortSpeed;
18392026-08-21T02:29:37.975Z |
18402026-08-21T02:29:37.975Zhelp: if you import `PortSpeed`, refer to it directly
18412026-08-21T02:29:37.975Z |
18422026-08-21T02:29:37.975Z133 - ports::PortSpeed::Speed40G => types::PortSpeed::Speed40G,
18432026-08-21T02:29:37.975Z133 + ports::PortSpeed::Speed40G => PortSpeed::Speed40G,
18442026-08-21T02:29:37.975Z |
18452026-08-21T02:29:37.975Z
18462026-08-21T02:29:37.975Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
18472026-08-21T02:29:37.975Z --> dpd-client/src/lib.rs:134:43
18482026-08-21T02:29:37.975Z |
18492026-08-21T02:29:37.975Z134 | ports::PortSpeed::Speed50G => types::PortSpeed::Speed50G,
18502026-08-21T02:29:37.975Z | ^^^^^ use of unresolved module or unlinked crate `types`
18512026-08-21T02:29:37.975Z |
18522026-08-21T02:29:37.975Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
18532026-08-21T02:29:37.975Zhelp: consider importing one of these enums
18542026-08-21T02:29:37.975Z |
18552026-08-21T02:29:37.975Z 9 + use crate::ports::PortSpeed;
18562026-08-21T02:29:37.975Z |
18572026-08-21T02:29:37.975Z 9 + use common::ports::PortSpeed;
18582026-08-21T02:29:37.976Z |
18592026-08-21T02:29:37.976Zhelp: if you import `PortSpeed`, refer to it directly
18602026-08-21T02:29:37.976Z |
18612026-08-21T02:29:37.976Z134 - ports::PortSpeed::Speed50G => types::PortSpeed::Speed50G,
18622026-08-21T02:29:37.976Z134 + ports::PortSpeed::Speed50G => PortSpeed::Speed50G,
18632026-08-21T02:29:37.976Z |
18642026-08-21T02:29:37.976Z
18652026-08-21T02:29:37.976Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
18662026-08-21T02:29:37.976Z --> dpd-client/src/lib.rs:135:44
18672026-08-21T02:29:37.976Z |
18682026-08-21T02:29:37.976Z135 | ports::PortSpeed::Speed100G => types::PortSpeed::Speed100G,
18692026-08-21T02:29:37.980Z | ^^^^^ use of unresolved module or unlinked crate `types`
18702026-08-21T02:29:37.980Z |
18712026-08-21T02:29:37.980Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
18722026-08-21T02:29:37.980Zhelp: consider importing one of these enums
18732026-08-21T02:29:37.980Z |
18742026-08-21T02:29:37.980Z 9 + use crate::ports::PortSpeed;
18752026-08-21T02:29:37.980Z |
18762026-08-21T02:29:37.980Z 9 + use common::ports::PortSpeed;
18772026-08-21T02:29:37.980Z |
18782026-08-21T02:29:37.980Zhelp: if you import `PortSpeed`, refer to it directly
18792026-08-21T02:29:37.980Z |
18802026-08-21T02:29:37.980Z135 - ports::PortSpeed::Speed100G => types::PortSpeed::Speed100G,
18812026-08-21T02:29:37.980Z135 + ports::PortSpeed::Speed100G => PortSpeed::Speed100G,
18822026-08-21T02:29:37.980Z |
18832026-08-21T02:29:37.980Z
18842026-08-21T02:29:37.980Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
18852026-08-21T02:29:37.980Z --> dpd-client/src/lib.rs:136:44
18862026-08-21T02:29:37.980Z |
18872026-08-21T02:29:37.980Z136 | ports::PortSpeed::Speed200G => types::PortSpeed::Speed200G,
18882026-08-21T02:29:37.980Z | ^^^^^ use of unresolved module or unlinked crate `types`
18892026-08-21T02:29:37.980Z |
18902026-08-21T02:29:37.980Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
18912026-08-21T02:29:37.981Zhelp: consider importing one of these enums
18922026-08-21T02:29:37.981Z |
18932026-08-21T02:29:37.981Z 9 + use crate::ports::PortSpeed;
18942026-08-21T02:29:37.981Z |
18952026-08-21T02:29:37.981Z 9 + use common::ports::PortSpeed;
18962026-08-21T02:29:37.981Z |
18972026-08-21T02:29:37.981Zhelp: if you import `PortSpeed`, refer to it directly
18982026-08-21T02:29:37.981Z |
18992026-08-21T02:29:37.981Z136 - ports::PortSpeed::Speed200G => types::PortSpeed::Speed200G,
19002026-08-21T02:29:37.981Z136 + ports::PortSpeed::Speed200G => PortSpeed::Speed200G,
19012026-08-21T02:29:37.981Z |
19022026-08-21T02:29:37.981Z
19032026-08-21T02:29:37.981Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
19042026-08-21T02:29:37.981Z --> dpd-client/src/lib.rs:137:44
19052026-08-21T02:29:37.981Z |
19062026-08-21T02:29:37.981Z137 | ports::PortSpeed::Speed400G => types::PortSpeed::Speed400G,
19072026-08-21T02:29:37.981Z | ^^^^^ use of unresolved module or unlinked crate `types`
19082026-08-21T02:29:37.981Z |
19092026-08-21T02:29:37.981Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
19102026-08-21T02:29:37.981Zhelp: consider importing one of these enums
19112026-08-21T02:29:37.981Z |
19122026-08-21T02:29:37.981Z 9 + use crate::ports::PortSpeed;
19132026-08-21T02:29:37.981Z |
19142026-08-21T02:29:37.981Z 9 + use common::ports::PortSpeed;
19152026-08-21T02:29:37.981Z |
19162026-08-21T02:29:37.981Zhelp: if you import `PortSpeed`, refer to it directly
19172026-08-21T02:29:37.981Z |
19182026-08-21T02:29:37.981Z137 - ports::PortSpeed::Speed400G => types::PortSpeed::Speed400G,
19192026-08-21T02:29:37.982Z137 + ports::PortSpeed::Speed400G => PortSpeed::Speed400G,
19202026-08-21T02:29:37.982Z |
19212026-08-21T02:29:37.982Z
19222026-08-21T02:29:37.982Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
19232026-08-21T02:29:37.982Z --> dpd-client/src/lib.rs:145:13
19242026-08-21T02:29:37.982Z |
19252026-08-21T02:29:37.982Z145 | types::PortSpeed::Speed0G => "0G",
19262026-08-21T02:29:37.982Z | ^^^^^ use of unresolved module or unlinked crate `types`
19272026-08-21T02:29:37.982Z |
19282026-08-21T02:29:37.982Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
19292026-08-21T02:29:37.982Zhelp: consider importing one of these enums
19302026-08-21T02:29:37.982Z |
19312026-08-21T02:29:37.982Z 9 + use crate::ports::PortSpeed;
19322026-08-21T02:29:37.982Z |
19332026-08-21T02:29:37.982Z 9 + use common::ports::PortSpeed;
19342026-08-21T02:29:37.982Z |
19352026-08-21T02:29:37.982Zhelp: if you import `PortSpeed`, refer to it directly
19362026-08-21T02:29:37.982Z |
19372026-08-21T02:29:37.982Z145 - types::PortSpeed::Speed0G => "0G",
19382026-08-21T02:29:37.982Z145 + PortSpeed::Speed0G => "0G",
19392026-08-21T02:29:37.982Z |
19402026-08-21T02:29:37.982Z
19412026-08-21T02:29:37.982Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
19422026-08-21T02:29:37.982Z --> dpd-client/src/lib.rs:146:13
19432026-08-21T02:29:37.982Z |
19442026-08-21T02:29:37.982Z146 | types::PortSpeed::Speed1G => "1G",
19452026-08-21T02:29:37.982Z | ^^^^^ use of unresolved module or unlinked crate `types`
19462026-08-21T02:29:37.983Z |
19472026-08-21T02:29:37.983Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
19482026-08-21T02:29:37.983Zhelp: consider importing one of these enums
19492026-08-21T02:29:37.983Z |
19502026-08-21T02:29:37.983Z 9 + use crate::ports::PortSpeed;
19512026-08-21T02:29:37.983Z |
19522026-08-21T02:29:37.983Z 9 + use common::ports::PortSpeed;
19532026-08-21T02:29:37.983Z |
19542026-08-21T02:29:37.983Zhelp: if you import `PortSpeed`, refer to it directly
19552026-08-21T02:29:37.983Z |
19562026-08-21T02:29:37.983Z146 - types::PortSpeed::Speed1G => "1G",
19572026-08-21T02:29:37.983Z146 + PortSpeed::Speed1G => "1G",
19582026-08-21T02:29:37.983Z |
19592026-08-21T02:29:37.983Z
19602026-08-21T02:29:37.983Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
19612026-08-21T02:29:37.983Z --> dpd-client/src/lib.rs:147:13
19622026-08-21T02:29:37.983Z |
19632026-08-21T02:29:37.983Z147 | types::PortSpeed::Speed10G => "10G",
19642026-08-21T02:29:37.983Z | ^^^^^ use of unresolved module or unlinked crate `types`
19652026-08-21T02:29:37.983Z |
19662026-08-21T02:29:37.983Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
19672026-08-21T02:29:37.983Zhelp: consider importing one of these enums
19682026-08-21T02:29:37.983Z |
19692026-08-21T02:29:37.987Z 9 + use crate::ports::PortSpeed;
19702026-08-21T02:29:37.987Z |
19712026-08-21T02:29:37.987Z 9 + use common::ports::PortSpeed;
19722026-08-21T02:29:37.987Z |
19732026-08-21T02:29:37.987Zhelp: if you import `PortSpeed`, refer to it directly
19742026-08-21T02:29:37.987Z |
19752026-08-21T02:29:37.987Z147 - types::PortSpeed::Speed10G => "10G",
19762026-08-21T02:29:37.987Z147 + PortSpeed::Speed10G => "10G",
19772026-08-21T02:29:37.987Z |
19782026-08-21T02:29:37.987Z
19792026-08-21T02:29:37.987Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
19802026-08-21T02:29:37.987Z --> dpd-client/src/lib.rs:148:13
19812026-08-21T02:29:37.988Z |
19822026-08-21T02:29:37.988Z148 | types::PortSpeed::Speed25G => "25",
19832026-08-21T02:29:37.988Z | ^^^^^ use of unresolved module or unlinked crate `types`
19842026-08-21T02:29:37.988Z |
19852026-08-21T02:29:37.988Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
19862026-08-21T02:29:37.988Zhelp: consider importing one of these enums
19872026-08-21T02:29:37.988Z |
19882026-08-21T02:29:37.988Z 9 + use crate::ports::PortSpeed;
19892026-08-21T02:29:37.988Z |
19902026-08-21T02:29:37.988Z 9 + use common::ports::PortSpeed;
19912026-08-21T02:29:37.988Z |
19922026-08-21T02:29:37.988Zhelp: if you import `PortSpeed`, refer to it directly
19932026-08-21T02:29:37.988Z |
19942026-08-21T02:29:37.988Z148 - types::PortSpeed::Speed25G => "25",
19952026-08-21T02:29:37.988Z148 + PortSpeed::Speed25G => "25",
19962026-08-21T02:29:37.988Z |
19972026-08-21T02:29:37.988Z
19982026-08-21T02:29:37.988Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
19992026-08-21T02:29:37.988Z --> dpd-client/src/lib.rs:149:13
20002026-08-21T02:29:37.988Z |
20012026-08-21T02:29:37.988Z149 | types::PortSpeed::Speed40G => "40G",
20022026-08-21T02:29:37.988Z | ^^^^^ use of unresolved module or unlinked crate `types`
20032026-08-21T02:29:37.988Z |
20042026-08-21T02:29:37.988Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
20052026-08-21T02:29:37.988Zhelp: consider importing one of these enums
20062026-08-21T02:29:37.988Z |
20072026-08-21T02:29:37.988Z 9 + use crate::ports::PortSpeed;
20082026-08-21T02:29:37.989Z |
20092026-08-21T02:29:37.989Z 9 + use common::ports::PortSpeed;
20102026-08-21T02:29:37.989Z |
20112026-08-21T02:29:37.989Zhelp: if you import `PortSpeed`, refer to it directly
20122026-08-21T02:29:37.989Z |
20132026-08-21T02:29:37.989Z149 - types::PortSpeed::Speed40G => "40G",
20142026-08-21T02:29:37.989Z149 + PortSpeed::Speed40G => "40G",
20152026-08-21T02:29:37.989Z |
20162026-08-21T02:29:37.989Z
20172026-08-21T02:29:37.989Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
20182026-08-21T02:29:37.989Z --> dpd-client/src/lib.rs:150:13
20192026-08-21T02:29:37.989Z |
20202026-08-21T02:29:37.989Z150 | types::PortSpeed::Speed50G => "50G",
20212026-08-21T02:29:37.989Z | ^^^^^ use of unresolved module or unlinked crate `types`
20222026-08-21T02:29:37.989Z |
20232026-08-21T02:29:37.989Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
20242026-08-21T02:29:37.989Zhelp: consider importing one of these enums
20252026-08-21T02:29:37.989Z |
20262026-08-21T02:29:37.989Z 9 + use crate::ports::PortSpeed;
20272026-08-21T02:29:37.989Z |
20282026-08-21T02:29:37.989Z 9 + use common::ports::PortSpeed;
20292026-08-21T02:29:37.989Z |
20302026-08-21T02:29:37.989Zhelp: if you import `PortSpeed`, refer to it directly
20312026-08-21T02:29:37.989Z |
20322026-08-21T02:29:37.989Z150 - types::PortSpeed::Speed50G => "50G",
20332026-08-21T02:29:37.989Z150 + PortSpeed::Speed50G => "50G",
20342026-08-21T02:29:37.989Z |
20352026-08-21T02:29:37.989Z
20362026-08-21T02:29:37.990Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
20372026-08-21T02:29:37.990Z --> dpd-client/src/lib.rs:151:13
20382026-08-21T02:29:37.990Z |
20392026-08-21T02:29:37.990Z151 | types::PortSpeed::Speed100G => "100G",
20402026-08-21T02:29:37.990Z | ^^^^^ use of unresolved module or unlinked crate `types`
20412026-08-21T02:29:37.990Z |
20422026-08-21T02:29:37.990Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
20432026-08-21T02:29:37.990Zhelp: consider importing one of these enums
20442026-08-21T02:29:37.990Z |
20452026-08-21T02:29:37.990Z 9 + use crate::ports::PortSpeed;
20462026-08-21T02:29:37.990Z |
20472026-08-21T02:29:37.990Z 9 + use common::ports::PortSpeed;
20482026-08-21T02:29:37.990Z |
20492026-08-21T02:29:37.990Zhelp: if you import `PortSpeed`, refer to it directly
20502026-08-21T02:29:37.990Z |
20512026-08-21T02:29:37.990Z151 - types::PortSpeed::Speed100G => "100G",
20522026-08-21T02:29:37.990Z151 + PortSpeed::Speed100G => "100G",
20532026-08-21T02:29:37.990Z |
20542026-08-21T02:29:37.990Z
20552026-08-21T02:29:37.990Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
20562026-08-21T02:29:37.990Z --> dpd-client/src/lib.rs:152:13
20572026-08-21T02:29:37.990Z |
20582026-08-21T02:29:37.990Z152 | types::PortSpeed::Speed200G => "200G",
20592026-08-21T02:29:37.990Z | ^^^^^ use of unresolved module or unlinked crate `types`
20602026-08-21T02:29:37.990Z |
20612026-08-21T02:29:37.990Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
20622026-08-21T02:29:37.990Zhelp: consider importing one of these enums
20632026-08-21T02:29:37.990Z |
20642026-08-21T02:29:37.990Z 9 + use crate::ports::PortSpeed;
20652026-08-21T02:29:37.991Z |
20662026-08-21T02:29:37.991Z 9 + use common::ports::PortSpeed;
20672026-08-21T02:29:37.991Z |
20682026-08-21T02:29:37.991Zhelp: if you import `PortSpeed`, refer to it directly
20692026-08-21T02:29:37.995Z |
20702026-08-21T02:29:37.995Z152 - types::PortSpeed::Speed200G => "200G",
20712026-08-21T02:29:37.995Z152 + PortSpeed::Speed200G => "200G",
20722026-08-21T02:29:37.995Z |
20732026-08-21T02:29:37.995Z
20742026-08-21T02:29:37.995Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
20752026-08-21T02:29:37.995Z --> dpd-client/src/lib.rs:153:13
20762026-08-21T02:29:37.995Z |
20772026-08-21T02:29:37.995Z153 | types::PortSpeed::Speed400G => "400G",
20782026-08-21T02:29:37.995Z | ^^^^^ use of unresolved module or unlinked crate `types`
20792026-08-21T02:29:37.995Z |
20802026-08-21T02:29:37.995Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
20812026-08-21T02:29:37.995Zhelp: consider importing one of these enums
20822026-08-21T02:29:37.995Z |
20832026-08-21T02:29:37.995Z 9 + use crate::ports::PortSpeed;
20842026-08-21T02:29:37.995Z |
20852026-08-21T02:29:37.995Z 9 + use common::ports::PortSpeed;
20862026-08-21T02:29:37.995Z |
20872026-08-21T02:29:37.995Zhelp: if you import `PortSpeed`, refer to it directly
20882026-08-21T02:29:37.995Z |
20892026-08-21T02:29:37.995Z153 - types::PortSpeed::Speed400G => "400G",
20902026-08-21T02:29:37.995Z153 + PortSpeed::Speed400G => "400G",
20912026-08-21T02:29:37.996Z |
20922026-08-21T02:29:37.996Z
20932026-08-21T02:29:37.996Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
20942026-08-21T02:29:37.996Z --> dpd-client/src/lib.rs:160:13
20952026-08-21T02:29:37.996Z |
20962026-08-21T02:29:37.996Z160 | types::PortFec::None => ports::PortFec::None,
20972026-08-21T02:29:37.996Z | ^^^^^ use of unresolved module or unlinked crate `types`
20982026-08-21T02:29:37.996Z |
20992026-08-21T02:29:37.996Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
21002026-08-21T02:29:37.996Zhelp: consider importing one of these enums
21012026-08-21T02:29:37.996Z |
21022026-08-21T02:29:37.996Z 9 + use crate::ports::PortFec;
21032026-08-21T02:29:37.996Z |
21042026-08-21T02:29:37.996Z 9 + use common::ports::PortFec;
21052026-08-21T02:29:37.996Z |
21062026-08-21T02:29:37.996Zhelp: if you import `PortFec`, refer to it directly
21072026-08-21T02:29:37.996Z |
21082026-08-21T02:29:37.996Z160 - types::PortFec::None => ports::PortFec::None,
21092026-08-21T02:29:37.996Z160 + PortFec::None => ports::PortFec::None,
21102026-08-21T02:29:37.996Z |
21112026-08-21T02:29:37.996Z
21122026-08-21T02:29:37.996Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
21132026-08-21T02:29:37.996Z --> dpd-client/src/lib.rs:161:13
21142026-08-21T02:29:37.996Z |
21152026-08-21T02:29:37.996Z161 | types::PortFec::Firecode => ports::PortFec::Firecode,
21162026-08-21T02:29:37.996Z | ^^^^^ use of unresolved module or unlinked crate `types`
21172026-08-21T02:29:37.996Z |
21182026-08-21T02:29:37.996Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
21192026-08-21T02:29:37.997Zhelp: consider importing one of these enums
21202026-08-21T02:29:37.997Z |
21212026-08-21T02:29:37.997Z 9 + use crate::ports::PortFec;
21222026-08-21T02:29:37.997Z |
21232026-08-21T02:29:37.997Z 9 + use common::ports::PortFec;
21242026-08-21T02:29:37.997Z |
21252026-08-21T02:29:37.997Zhelp: if you import `PortFec`, refer to it directly
21262026-08-21T02:29:37.997Z |
21272026-08-21T02:29:37.997Z161 - types::PortFec::Firecode => ports::PortFec::Firecode,
21282026-08-21T02:29:37.997Z161 + PortFec::Firecode => ports::PortFec::Firecode,
21292026-08-21T02:29:37.997Z |
21302026-08-21T02:29:37.997Z
21312026-08-21T02:29:37.997Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
21322026-08-21T02:29:37.997Z --> dpd-client/src/lib.rs:162:13
21332026-08-21T02:29:37.997Z |
21342026-08-21T02:29:37.997Z162 | types::PortFec::Rs => ports::PortFec::RS,
21352026-08-21T02:29:37.997Z | ^^^^^ use of unresolved module or unlinked crate `types`
21362026-08-21T02:29:37.997Z |
21372026-08-21T02:29:37.997Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
21382026-08-21T02:29:37.997Zhelp: consider importing one of these enums
21392026-08-21T02:29:37.997Z |
21402026-08-21T02:29:37.997Z 9 + use crate::ports::PortFec;
21412026-08-21T02:29:37.997Z |
21422026-08-21T02:29:37.997Z 9 + use common::ports::PortFec;
21432026-08-21T02:29:37.997Z |
21442026-08-21T02:29:37.997Zhelp: if you import `PortFec`, refer to it directly
21452026-08-21T02:29:37.997Z |
21462026-08-21T02:29:37.997Z162 - types::PortFec::Rs => ports::PortFec::RS,
21472026-08-21T02:29:37.997Z162 + PortFec::Rs => ports::PortFec::RS,
21482026-08-21T02:29:37.998Z |
21492026-08-21T02:29:37.998Z
21502026-08-21T02:29:37.998Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
21512026-08-21T02:29:37.998Z --> dpd-client/src/lib.rs:170:37
21522026-08-21T02:29:37.998Z |
21532026-08-21T02:29:37.998Z170 | ports::PortFec::None => types::PortFec::None,
21542026-08-21T02:29:37.998Z | ^^^^^ use of unresolved module or unlinked crate `types`
21552026-08-21T02:29:37.998Z |
21562026-08-21T02:29:37.998Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
21572026-08-21T02:29:37.998Zhelp: consider importing one of these enums
21582026-08-21T02:29:37.998Z |
21592026-08-21T02:29:37.998Z 9 + use crate::ports::PortFec;
21602026-08-21T02:29:37.998Z |
21612026-08-21T02:29:37.998Z 9 + use common::ports::PortFec;
21622026-08-21T02:29:37.998Z |
21632026-08-21T02:29:37.998Zhelp: if you import `PortFec`, refer to it directly
21642026-08-21T02:29:37.998Z |
21652026-08-21T02:29:37.998Z170 - ports::PortFec::None => types::PortFec::None,
21662026-08-21T02:29:37.998Z170 + ports::PortFec::None => PortFec::None,
21672026-08-21T02:29:37.998Z |
21682026-08-21T02:29:37.998Z
21692026-08-21T02:29:38.004Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
21702026-08-21T02:29:38.004Z --> dpd-client/src/lib.rs:171:41
21712026-08-21T02:29:38.004Z |
21722026-08-21T02:29:38.004Z171 | ports::PortFec::Firecode => types::PortFec::Firecode,
21732026-08-21T02:29:38.004Z | ^^^^^ use of unresolved module or unlinked crate `types`
21742026-08-21T02:29:38.004Z |
21752026-08-21T02:29:38.004Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
21762026-08-21T02:29:38.004Zhelp: consider importing one of these enums
21772026-08-21T02:29:38.004Z |
21782026-08-21T02:29:38.004Z 9 + use crate::ports::PortFec;
21792026-08-21T02:29:38.004Z |
21802026-08-21T02:29:38.004Z 9 + use common::ports::PortFec;
21812026-08-21T02:29:38.004Z |
21822026-08-21T02:29:38.004Zhelp: if you import `PortFec`, refer to it directly
21832026-08-21T02:29:38.004Z |
21842026-08-21T02:29:38.004Z171 - ports::PortFec::Firecode => types::PortFec::Firecode,
21852026-08-21T02:29:38.004Z171 + ports::PortFec::Firecode => PortFec::Firecode,
21862026-08-21T02:29:38.004Z |
21872026-08-21T02:29:38.004Z
21882026-08-21T02:29:38.004Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
21892026-08-21T02:29:38.004Z --> dpd-client/src/lib.rs:172:35
21902026-08-21T02:29:38.005Z |
21912026-08-21T02:29:38.005Z172 | ports::PortFec::RS => types::PortFec::Rs,
21922026-08-21T02:29:38.005Z | ^^^^^ use of unresolved module or unlinked crate `types`
21932026-08-21T02:29:38.005Z |
21942026-08-21T02:29:38.005Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
21952026-08-21T02:29:38.005Zhelp: consider importing one of these enums
21962026-08-21T02:29:38.005Z |
21972026-08-21T02:29:38.005Z 9 + use crate::ports::PortFec;
21982026-08-21T02:29:38.005Z |
21992026-08-21T02:29:38.005Z 9 + use common::ports::PortFec;
22002026-08-21T02:29:38.005Z |
22012026-08-21T02:29:38.005Zhelp: if you import `PortFec`, refer to it directly
22022026-08-21T02:29:38.005Z |
22032026-08-21T02:29:38.005Z172 - ports::PortFec::RS => types::PortFec::Rs,
22042026-08-21T02:29:38.005Z172 + ports::PortFec::RS => PortFec::Rs,
22052026-08-21T02:29:38.005Z |
22062026-08-21T02:29:38.005Z
22072026-08-21T02:29:38.005Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
22082026-08-21T02:29:38.005Z --> dpd-client/src/lib.rs:180:13
22092026-08-21T02:29:38.005Z |
22102026-08-21T02:29:38.005Z180 | types::PortMedia::Copper => ports::PortMedia::Copper,
22112026-08-21T02:29:38.005Z | ^^^^^ use of unresolved module or unlinked crate `types`
22122026-08-21T02:29:38.005Z |
22132026-08-21T02:29:38.005Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
22142026-08-21T02:29:38.005Zhelp: consider importing one of these enums
22152026-08-21T02:29:38.005Z |
22162026-08-21T02:29:38.005Z 9 + use crate::ports::PortMedia;
22172026-08-21T02:29:38.006Z |
22182026-08-21T02:29:38.006Z 9 + use common::ports::PortMedia;
22192026-08-21T02:29:38.006Z |
22202026-08-21T02:29:38.006Zhelp: if you import `PortMedia`, refer to it directly
22212026-08-21T02:29:38.006Z |
22222026-08-21T02:29:38.006Z180 - types::PortMedia::Copper => ports::PortMedia::Copper,
22232026-08-21T02:29:38.006Z180 + PortMedia::Copper => ports::PortMedia::Copper,
22242026-08-21T02:29:38.006Z |
22252026-08-21T02:29:38.006Z
22262026-08-21T02:29:38.006Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
22272026-08-21T02:29:38.006Z --> dpd-client/src/lib.rs:181:13
22282026-08-21T02:29:38.006Z |
22292026-08-21T02:29:38.006Z181 | types::PortMedia::Optical => ports::PortMedia::Optical,
22302026-08-21T02:29:38.006Z | ^^^^^ use of unresolved module or unlinked crate `types`
22312026-08-21T02:29:38.006Z |
22322026-08-21T02:29:38.006Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
22332026-08-21T02:29:38.006Zhelp: consider importing one of these enums
22342026-08-21T02:29:38.006Z |
22352026-08-21T02:29:38.006Z 9 + use crate::ports::PortMedia;
22362026-08-21T02:29:38.006Z |
22372026-08-21T02:29:38.006Z 9 + use common::ports::PortMedia;
22382026-08-21T02:29:38.006Z |
22392026-08-21T02:29:38.006Zhelp: if you import `PortMedia`, refer to it directly
22402026-08-21T02:29:38.006Z |
22412026-08-21T02:29:38.006Z181 - types::PortMedia::Optical => ports::PortMedia::Optical,
22422026-08-21T02:29:38.006Z181 + PortMedia::Optical => ports::PortMedia::Optical,
22432026-08-21T02:29:38.006Z |
22442026-08-21T02:29:38.006Z
22452026-08-21T02:29:38.007Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
22462026-08-21T02:29:38.007Z --> dpd-client/src/lib.rs:182:13
22472026-08-21T02:29:38.007Z |
22482026-08-21T02:29:38.007Z182 | types::PortMedia::Cpu => ports::PortMedia::CPU,
22492026-08-21T02:29:38.007Z | ^^^^^ use of unresolved module or unlinked crate `types`
22502026-08-21T02:29:38.007Z |
22512026-08-21T02:29:38.007Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
22522026-08-21T02:29:38.007Zhelp: consider importing one of these enums
22532026-08-21T02:29:38.007Z |
22542026-08-21T02:29:38.007Z 9 + use crate::ports::PortMedia;
22552026-08-21T02:29:38.007Z |
22562026-08-21T02:29:38.007Z 9 + use common::ports::PortMedia;
22572026-08-21T02:29:38.007Z |
22582026-08-21T02:29:38.007Zhelp: if you import `PortMedia`, refer to it directly
22592026-08-21T02:29:38.007Z |
22602026-08-21T02:29:38.007Z182 - types::PortMedia::Cpu => ports::PortMedia::CPU,
22612026-08-21T02:29:38.007Z182 + PortMedia::Cpu => ports::PortMedia::CPU,
22622026-08-21T02:29:38.007Z |
22632026-08-21T02:29:38.007Z
22642026-08-21T02:29:38.007Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
22652026-08-21T02:29:38.007Z --> dpd-client/src/lib.rs:183:13
22662026-08-21T02:29:38.007Z |
22672026-08-21T02:29:38.007Z183 | types::PortMedia::None => ports::PortMedia::None,
22682026-08-21T02:29:38.007Z | ^^^^^ use of unresolved module or unlinked crate `types`
22692026-08-21T02:29:38.011Z |
22702026-08-21T02:29:38.011Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
22712026-08-21T02:29:38.011Zhelp: consider importing one of these enums
22722026-08-21T02:29:38.011Z |
22732026-08-21T02:29:38.011Z 9 + use crate::ports::PortMedia;
22742026-08-21T02:29:38.011Z |
22752026-08-21T02:29:38.011Z 9 + use common::ports::PortMedia;
22762026-08-21T02:29:38.011Z |
22772026-08-21T02:29:38.011Zhelp: if you import `PortMedia`, refer to it directly
22782026-08-21T02:29:38.011Z |
22792026-08-21T02:29:38.012Z183 - types::PortMedia::None => ports::PortMedia::None,
22802026-08-21T02:29:38.012Z183 + PortMedia::None => ports::PortMedia::None,
22812026-08-21T02:29:38.012Z |
22822026-08-21T02:29:38.012Z
22832026-08-21T02:29:38.012Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
22842026-08-21T02:29:38.012Z --> dpd-client/src/lib.rs:184:13
22852026-08-21T02:29:38.012Z |
22862026-08-21T02:29:38.012Z184 | types::PortMedia::Unknown => ports::PortMedia::Unknown,
22872026-08-21T02:29:38.012Z | ^^^^^ use of unresolved module or unlinked crate `types`
22882026-08-21T02:29:38.012Z |
22892026-08-21T02:29:38.012Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
22902026-08-21T02:29:38.012Zhelp: consider importing one of these enums
22912026-08-21T02:29:38.012Z |
22922026-08-21T02:29:38.012Z 9 + use crate::ports::PortMedia;
22932026-08-21T02:29:38.012Z |
22942026-08-21T02:29:38.012Z 9 + use common::ports::PortMedia;
22952026-08-21T02:29:38.012Z |
22962026-08-21T02:29:38.012Zhelp: if you import `PortMedia`, refer to it directly
22972026-08-21T02:29:38.012Z |
22982026-08-21T02:29:38.012Z184 - types::PortMedia::Unknown => ports::PortMedia::Unknown,
22992026-08-21T02:29:38.012Z184 + PortMedia::Unknown => ports::PortMedia::Unknown,
23002026-08-21T02:29:38.012Z |
23012026-08-21T02:29:38.012Z
23022026-08-21T02:29:38.012Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
23032026-08-21T02:29:38.012Z --> dpd-client/src/lib.rs:192:13
23042026-08-21T02:29:38.012Z |
23052026-08-21T02:29:38.012Z192 | types::PortPrbsMode::Mode31 => ports::PortPrbsMode::Mode31,
23062026-08-21T02:29:38.012Z | ^^^^^ use of unresolved module or unlinked crate `types`
23072026-08-21T02:29:38.013Z |
23082026-08-21T02:29:38.013Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
23092026-08-21T02:29:38.013Zhelp: consider importing one of these enums
23102026-08-21T02:29:38.013Z |
23112026-08-21T02:29:38.013Z 9 + use crate::ports::PortPrbsMode;
23122026-08-21T02:29:38.013Z |
23132026-08-21T02:29:38.013Z 9 + use common::ports::PortPrbsMode;
23142026-08-21T02:29:38.013Z |
23152026-08-21T02:29:38.013Zhelp: if you import `PortPrbsMode`, refer to it directly
23162026-08-21T02:29:38.013Z |
23172026-08-21T02:29:38.013Z192 - types::PortPrbsMode::Mode31 => ports::PortPrbsMode::Mode31,
23182026-08-21T02:29:38.013Z192 + PortPrbsMode::Mode31 => ports::PortPrbsMode::Mode31,
23192026-08-21T02:29:38.013Z |
23202026-08-21T02:29:38.013Z
23212026-08-21T02:29:38.013Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
23222026-08-21T02:29:38.013Z --> dpd-client/src/lib.rs:193:13
23232026-08-21T02:29:38.013Z |
23242026-08-21T02:29:38.013Z193 | types::PortPrbsMode::Mode15 => ports::PortPrbsMode::Mode15,
23252026-08-21T02:29:38.013Z | ^^^^^ use of unresolved module or unlinked crate `types`
23262026-08-21T02:29:38.013Z |
23272026-08-21T02:29:38.013Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
23282026-08-21T02:29:38.013Zhelp: consider importing one of these enums
23292026-08-21T02:29:38.013Z |
23302026-08-21T02:29:38.013Z 9 + use crate::ports::PortPrbsMode;
23312026-08-21T02:29:38.013Z |
23322026-08-21T02:29:38.013Z 9 + use common::ports::PortPrbsMode;
23332026-08-21T02:29:38.013Z |
23342026-08-21T02:29:38.013Zhelp: if you import `PortPrbsMode`, refer to it directly
23352026-08-21T02:29:38.013Z |
23362026-08-21T02:29:38.014Z193 - types::PortPrbsMode::Mode15 => ports::PortPrbsMode::Mode15,
23372026-08-21T02:29:38.014Z193 + PortPrbsMode::Mode15 => ports::PortPrbsMode::Mode15,
23382026-08-21T02:29:38.014Z |
23392026-08-21T02:29:38.014Z
23402026-08-21T02:29:38.014Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
23412026-08-21T02:29:38.014Z --> dpd-client/src/lib.rs:194:13
23422026-08-21T02:29:38.014Z |
23432026-08-21T02:29:38.014Z194 | types::PortPrbsMode::Mode13 => ports::PortPrbsMode::Mode13,
23442026-08-21T02:29:38.014Z | ^^^^^ use of unresolved module or unlinked crate `types`
23452026-08-21T02:29:38.014Z |
23462026-08-21T02:29:38.014Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
23472026-08-21T02:29:38.014Zhelp: consider importing one of these enums
23482026-08-21T02:29:38.014Z |
23492026-08-21T02:29:38.014Z 9 + use crate::ports::PortPrbsMode;
23502026-08-21T02:29:38.014Z |
23512026-08-21T02:29:38.014Z 9 + use common::ports::PortPrbsMode;
23522026-08-21T02:29:38.014Z |
23532026-08-21T02:29:38.014Zhelp: if you import `PortPrbsMode`, refer to it directly
23542026-08-21T02:29:38.014Z |
23552026-08-21T02:29:38.014Z194 - types::PortPrbsMode::Mode13 => ports::PortPrbsMode::Mode13,
23562026-08-21T02:29:38.014Z194 + PortPrbsMode::Mode13 => ports::PortPrbsMode::Mode13,
23572026-08-21T02:29:38.014Z |
23582026-08-21T02:29:38.014Z
23592026-08-21T02:29:38.014Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
23602026-08-21T02:29:38.014Z --> dpd-client/src/lib.rs:195:13
23612026-08-21T02:29:38.014Z |
23622026-08-21T02:29:38.014Z195 | types::PortPrbsMode::Mode9 => ports::PortPrbsMode::Mode9,
23632026-08-21T02:29:38.014Z | ^^^^^ use of unresolved module or unlinked crate `types`
23642026-08-21T02:29:38.015Z |
23652026-08-21T02:29:38.015Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
23662026-08-21T02:29:38.015Zhelp: consider importing one of these enums
23672026-08-21T02:29:38.015Z |
23682026-08-21T02:29:38.015Z 9 + use crate::ports::PortPrbsMode;
23692026-08-21T02:29:38.018Z |
23702026-08-21T02:29:38.018Z 9 + use common::ports::PortPrbsMode;
23712026-08-21T02:29:38.018Z |
23722026-08-21T02:29:38.019Zhelp: if you import `PortPrbsMode`, refer to it directly
23732026-08-21T02:29:38.019Z |
23742026-08-21T02:29:38.019Z195 - types::PortPrbsMode::Mode9 => ports::PortPrbsMode::Mode9,
23752026-08-21T02:29:38.019Z195 + PortPrbsMode::Mode9 => ports::PortPrbsMode::Mode9,
23762026-08-21T02:29:38.019Z |
23772026-08-21T02:29:38.019Z
23782026-08-21T02:29:38.019Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
23792026-08-21T02:29:38.019Z --> dpd-client/src/lib.rs:196:13
23802026-08-21T02:29:38.019Z |
23812026-08-21T02:29:38.019Z196 | types::PortPrbsMode::Mission => ports::PortPrbsMode::Mission,
23822026-08-21T02:29:38.019Z | ^^^^^ use of unresolved module or unlinked crate `types`
23832026-08-21T02:29:38.019Z |
23842026-08-21T02:29:38.019Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
23852026-08-21T02:29:38.019Zhelp: consider importing one of these enums
23862026-08-21T02:29:38.019Z |
23872026-08-21T02:29:38.019Z 9 + use crate::ports::PortPrbsMode;
23882026-08-21T02:29:38.019Z |
23892026-08-21T02:29:38.019Z 9 + use common::ports::PortPrbsMode;
23902026-08-21T02:29:38.019Z |
23912026-08-21T02:29:38.019Zhelp: if you import `PortPrbsMode`, refer to it directly
23922026-08-21T02:29:38.019Z |
23932026-08-21T02:29:38.019Z196 - types::PortPrbsMode::Mission => ports::PortPrbsMode::Mission,
23942026-08-21T02:29:38.019Z196 + PortPrbsMode::Mission => ports::PortPrbsMode::Mission,
23952026-08-21T02:29:38.019Z |
23962026-08-21T02:29:38.019Z
23972026-08-21T02:29:38.019Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
23982026-08-21T02:29:38.019Z --> dpd-client/src/lib.rs:204:44
23992026-08-21T02:29:38.020Z |
24002026-08-21T02:29:38.020Z204 | ports::PortPrbsMode::Mode31 => types::PortPrbsMode::Mode31,
24012026-08-21T02:29:38.020Z | ^^^^^ use of unresolved module or unlinked crate `types`
24022026-08-21T02:29:38.020Z |
24032026-08-21T02:29:38.020Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
24042026-08-21T02:29:38.020Zhelp: consider importing one of these enums
24052026-08-21T02:29:38.020Z |
24062026-08-21T02:29:38.020Z 9 + use crate::ports::PortPrbsMode;
24072026-08-21T02:29:38.020Z |
24082026-08-21T02:29:38.020Z 9 + use common::ports::PortPrbsMode;
24092026-08-21T02:29:38.020Z |
24102026-08-21T02:29:38.020Zhelp: if you import `PortPrbsMode`, refer to it directly
24112026-08-21T02:29:38.020Z |
24122026-08-21T02:29:38.020Z204 - ports::PortPrbsMode::Mode31 => types::PortPrbsMode::Mode31,
24132026-08-21T02:29:38.020Z204 + ports::PortPrbsMode::Mode31 => PortPrbsMode::Mode31,
24142026-08-21T02:29:38.020Z |
24152026-08-21T02:29:38.020Z
24162026-08-21T02:29:38.020Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
24172026-08-21T02:29:38.020Z --> dpd-client/src/lib.rs:205:44
24182026-08-21T02:29:38.020Z |
24192026-08-21T02:29:38.020Z205 | ports::PortPrbsMode::Mode15 => types::PortPrbsMode::Mode15,
24202026-08-21T02:29:38.020Z | ^^^^^ use of unresolved module or unlinked crate `types`
24212026-08-21T02:29:38.020Z |
24222026-08-21T02:29:38.020Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
24232026-08-21T02:29:38.020Zhelp: consider importing one of these enums
24242026-08-21T02:29:38.020Z |
24252026-08-21T02:29:38.020Z 9 + use crate::ports::PortPrbsMode;
24262026-08-21T02:29:38.020Z |
24272026-08-21T02:29:38.020Z 9 + use common::ports::PortPrbsMode;
24282026-08-21T02:29:38.021Z |
24292026-08-21T02:29:38.021Zhelp: if you import `PortPrbsMode`, refer to it directly
24302026-08-21T02:29:38.021Z |
24312026-08-21T02:29:38.021Z205 - ports::PortPrbsMode::Mode15 => types::PortPrbsMode::Mode15,
24322026-08-21T02:29:38.021Z205 + ports::PortPrbsMode::Mode15 => PortPrbsMode::Mode15,
24332026-08-21T02:29:38.021Z |
24342026-08-21T02:29:38.021Z
24352026-08-21T02:29:38.021Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
24362026-08-21T02:29:38.021Z --> dpd-client/src/lib.rs:206:44
24372026-08-21T02:29:38.021Z |
24382026-08-21T02:29:38.021Z206 | ports::PortPrbsMode::Mode13 => types::PortPrbsMode::Mode13,
24392026-08-21T02:29:38.021Z | ^^^^^ use of unresolved module or unlinked crate `types`
24402026-08-21T02:29:38.021Z |
24412026-08-21T02:29:38.021Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
24422026-08-21T02:29:38.021Zhelp: consider importing one of these enums
24432026-08-21T02:29:38.021Z |
24442026-08-21T02:29:38.021Z 9 + use crate::ports::PortPrbsMode;
24452026-08-21T02:29:38.021Z |
24462026-08-21T02:29:38.021Z 9 + use common::ports::PortPrbsMode;
24472026-08-21T02:29:38.021Z |
24482026-08-21T02:29:38.021Zhelp: if you import `PortPrbsMode`, refer to it directly
24492026-08-21T02:29:38.021Z |
24502026-08-21T02:29:38.021Z206 - ports::PortPrbsMode::Mode13 => types::PortPrbsMode::Mode13,
24512026-08-21T02:29:38.021Z206 + ports::PortPrbsMode::Mode13 => PortPrbsMode::Mode13,
24522026-08-21T02:29:38.021Z |
24532026-08-21T02:29:38.021Z
24542026-08-21T02:29:38.021Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
24552026-08-21T02:29:38.021Z --> dpd-client/src/lib.rs:207:43
24562026-08-21T02:29:38.022Z |
24572026-08-21T02:29:38.022Z207 | ports::PortPrbsMode::Mode9 => types::PortPrbsMode::Mode9,
24582026-08-21T02:29:38.022Z | ^^^^^ use of unresolved module or unlinked crate `types`
24592026-08-21T02:29:38.022Z |
24602026-08-21T02:29:38.022Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
24612026-08-21T02:29:38.022Zhelp: consider importing one of these enums
24622026-08-21T02:29:38.022Z |
24632026-08-21T02:29:38.022Z 9 + use crate::ports::PortPrbsMode;
24642026-08-21T02:29:38.022Z |
24652026-08-21T02:29:38.022Z 9 + use common::ports::PortPrbsMode;
24662026-08-21T02:29:38.022Z |
24672026-08-21T02:29:38.022Zhelp: if you import `PortPrbsMode`, refer to it directly
24682026-08-21T02:29:38.022Z |
24692026-08-21T02:29:38.026Z207 - ports::PortPrbsMode::Mode9 => types::PortPrbsMode::Mode9,
24702026-08-21T02:29:38.026Z207 + ports::PortPrbsMode::Mode9 => PortPrbsMode::Mode9,
24712026-08-21T02:29:38.026Z |
24722026-08-21T02:29:38.026Z
24732026-08-21T02:29:38.026Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
24742026-08-21T02:29:38.026Z --> dpd-client/src/lib.rs:208:45
24752026-08-21T02:29:38.026Z |
24762026-08-21T02:29:38.026Z208 | ports::PortPrbsMode::Mission => types::PortPrbsMode::Mission,
24772026-08-21T02:29:38.026Z | ^^^^^ use of unresolved module or unlinked crate `types`
24782026-08-21T02:29:38.026Z |
24792026-08-21T02:29:38.026Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
24802026-08-21T02:29:38.026Zhelp: consider importing one of these enums
24812026-08-21T02:29:38.026Z |
24822026-08-21T02:29:38.026Z 9 + use crate::ports::PortPrbsMode;
24832026-08-21T02:29:38.026Z |
24842026-08-21T02:29:38.026Z 9 + use common::ports::PortPrbsMode;
24852026-08-21T02:29:38.026Z |
24862026-08-21T02:29:38.027Zhelp: if you import `PortPrbsMode`, refer to it directly
24872026-08-21T02:29:38.027Z |
24882026-08-21T02:29:38.027Z208 - ports::PortPrbsMode::Mission => types::PortPrbsMode::Mission,
24892026-08-21T02:29:38.027Z208 + ports::PortPrbsMode::Mission => PortPrbsMode::Mission,
24902026-08-21T02:29:38.027Z |
24912026-08-21T02:29:38.027Z
24922026-08-21T02:29:38.027Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
24932026-08-21T02:29:38.027Z --> dpd-client/src/lib.rs:344:13
24942026-08-21T02:29:38.027Z |
24952026-08-21T02:29:38.027Z344 | types::ReceiverPower::Average(x) => f64::from(*x),
24962026-08-21T02:29:38.027Z | ^^^^^ use of unresolved module or unlinked crate `types`
24972026-08-21T02:29:38.027Z |
24982026-08-21T02:29:38.027Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
24992026-08-21T02:29:38.027Zhelp: consider importing this enum
25002026-08-21T02:29:38.027Z |
25012026-08-21T02:29:38.027Z 9 + use transceiver_controller::ReceiverPower;
25022026-08-21T02:29:38.027Z |
25032026-08-21T02:29:38.027Zhelp: if you import `ReceiverPower`, refer to it directly
25042026-08-21T02:29:38.027Z |
25052026-08-21T02:29:38.027Z344 - types::ReceiverPower::Average(x) => f64::from(*x),
25062026-08-21T02:29:38.027Z344 + ReceiverPower::Average(x) => f64::from(*x),
25072026-08-21T02:29:38.027Z |
25082026-08-21T02:29:38.027Z
25092026-08-21T02:29:38.027Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
25102026-08-21T02:29:38.027Z --> dpd-client/src/lib.rs:345:13
25112026-08-21T02:29:38.027Z |
25122026-08-21T02:29:38.027Z345 | types::ReceiverPower::PeakToPeak(x) => f64::from(*x),
25132026-08-21T02:29:38.027Z | ^^^^^ use of unresolved module or unlinked crate `types`
25142026-08-21T02:29:38.027Z |
25152026-08-21T02:29:38.028Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
25162026-08-21T02:29:38.028Zhelp: consider importing this enum
25172026-08-21T02:29:38.028Z |
25182026-08-21T02:29:38.028Z 9 + use transceiver_controller::ReceiverPower;
25192026-08-21T02:29:38.028Z |
25202026-08-21T02:29:38.028Zhelp: if you import `ReceiverPower`, refer to it directly
25212026-08-21T02:29:38.028Z |
25222026-08-21T02:29:38.028Z345 - types::ReceiverPower::PeakToPeak(x) => f64::from(*x),
25232026-08-21T02:29:38.028Z345 + ReceiverPower::PeakToPeak(x) => f64::from(*x),
25242026-08-21T02:29:38.028Z |
25252026-08-21T02:29:38.028Z
25262026-08-21T02:29:38.028Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
25272026-08-21T02:29:38.028Z --> dpd-client/src/lib.rs:387:13
25282026-08-21T02:29:38.028Z |
25292026-08-21T02:29:38.028Z387 | types::MediaInterfaceId::Mmf(inner) => write!(f, "{inner} (MMF)"),
25302026-08-21T02:29:38.028Z | ^^^^^ use of unresolved module or unlinked crate `types`
25312026-08-21T02:29:38.028Z |
25322026-08-21T02:29:38.028Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
25332026-08-21T02:29:38.028Zhelp: consider importing this enum
25342026-08-21T02:29:38.028Z |
25352026-08-21T02:29:38.028Z 9 + use transceiver_controller::MediaInterfaceId;
25362026-08-21T02:29:38.028Z |
25372026-08-21T02:29:38.028Zhelp: if you import `MediaInterfaceId`, refer to it directly
25382026-08-21T02:29:38.028Z |
25392026-08-21T02:29:38.028Z387 - types::MediaInterfaceId::Mmf(inner) => write!(f, "{inner} (MMF)"),
25402026-08-21T02:29:38.028Z387 + MediaInterfaceId::Mmf(inner) => write!(f, "{inner} (MMF)"),
25412026-08-21T02:29:38.028Z |
25422026-08-21T02:29:38.028Z
25432026-08-21T02:29:38.029Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
25442026-08-21T02:29:38.029Z --> dpd-client/src/lib.rs:388:13
25452026-08-21T02:29:38.029Z |
25462026-08-21T02:29:38.029Z388 | types::MediaInterfaceId::Smf(inner) => write!(f, "{inner} (SMF)"),
25472026-08-21T02:29:38.029Z | ^^^^^ use of unresolved module or unlinked crate `types`
25482026-08-21T02:29:38.029Z |
25492026-08-21T02:29:38.029Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
25502026-08-21T02:29:38.029Zhelp: consider importing this enum
25512026-08-21T02:29:38.029Z |
25522026-08-21T02:29:38.029Z 9 + use transceiver_controller::MediaInterfaceId;
25532026-08-21T02:29:38.029Z |
25542026-08-21T02:29:38.029Zhelp: if you import `MediaInterfaceId`, refer to it directly
25552026-08-21T02:29:38.029Z |
25562026-08-21T02:29:38.029Z388 - types::MediaInterfaceId::Smf(inner) => write!(f, "{inner} (SMF)"),
25572026-08-21T02:29:38.029Z388 + MediaInterfaceId::Smf(inner) => write!(f, "{inner} (SMF)"),
25582026-08-21T02:29:38.029Z |
25592026-08-21T02:29:38.029Z
25602026-08-21T02:29:38.029Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
25612026-08-21T02:29:38.029Z --> dpd-client/src/lib.rs:389:13
25622026-08-21T02:29:38.029Z |
25632026-08-21T02:29:38.029Z389 | types::MediaInterfaceId::PassiveCopper(inner) => {
25642026-08-21T02:29:38.029Z | ^^^^^ use of unresolved module or unlinked crate `types`
25652026-08-21T02:29:38.029Z |
25662026-08-21T02:29:38.029Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
25672026-08-21T02:29:38.029Zhelp: consider importing this enum
25682026-08-21T02:29:38.029Z |
25692026-08-21T02:29:38.033Z 9 + use transceiver_controller::MediaInterfaceId;
25702026-08-21T02:29:38.033Z |
25712026-08-21T02:29:38.033Zhelp: if you import `MediaInterfaceId`, refer to it directly
25722026-08-21T02:29:38.033Z |
25732026-08-21T02:29:38.033Z389 - types::MediaInterfaceId::PassiveCopper(inner) => {
25742026-08-21T02:29:38.033Z389 + MediaInterfaceId::PassiveCopper(inner) => {
25752026-08-21T02:29:38.033Z |
25762026-08-21T02:29:38.033Z
25772026-08-21T02:29:38.033Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
25782026-08-21T02:29:38.033Z --> dpd-client/src/lib.rs:392:13
25792026-08-21T02:29:38.033Z |
25802026-08-21T02:29:38.033Z392 | types::MediaInterfaceId::ActiveCable(inner) => {
25812026-08-21T02:29:38.033Z | ^^^^^ use of unresolved module or unlinked crate `types`
25822026-08-21T02:29:38.033Z |
25832026-08-21T02:29:38.033Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
25842026-08-21T02:29:38.034Zhelp: consider importing this enum
25852026-08-21T02:29:38.034Z |
25862026-08-21T02:29:38.034Z 9 + use transceiver_controller::MediaInterfaceId;
25872026-08-21T02:29:38.034Z |
25882026-08-21T02:29:38.034Zhelp: if you import `MediaInterfaceId`, refer to it directly
25892026-08-21T02:29:38.034Z |
25902026-08-21T02:29:38.034Z392 - types::MediaInterfaceId::ActiveCable(inner) => {
25912026-08-21T02:29:38.034Z392 + MediaInterfaceId::ActiveCable(inner) => {
25922026-08-21T02:29:38.034Z |
25932026-08-21T02:29:38.034Z
25942026-08-21T02:29:38.034Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
25952026-08-21T02:29:38.034Z --> dpd-client/src/lib.rs:395:13
25962026-08-21T02:29:38.034Z |
25972026-08-21T02:29:38.034Z395 | types::MediaInterfaceId::BaseT(inner) => {
25982026-08-21T02:29:38.034Z | ^^^^^ use of unresolved module or unlinked crate `types`
25992026-08-21T02:29:38.034Z |
26002026-08-21T02:29:38.034Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
26012026-08-21T02:29:38.034Zhelp: consider importing this enum
26022026-08-21T02:29:38.034Z |
26032026-08-21T02:29:38.034Z 9 + use transceiver_controller::MediaInterfaceId;
26042026-08-21T02:29:38.034Z |
26052026-08-21T02:29:38.034Zhelp: if you import `MediaInterfaceId`, refer to it directly
26062026-08-21T02:29:38.034Z |
26072026-08-21T02:29:38.034Z395 - types::MediaInterfaceId::BaseT(inner) => {
26082026-08-21T02:29:38.034Z395 + MediaInterfaceId::BaseT(inner) => {
26092026-08-21T02:29:38.034Z |
26102026-08-21T02:29:38.034Z
26112026-08-21T02:29:38.059Zerror[E0206]: the trait `Copy` cannot be implemented for this type
26122026-08-21T02:29:38.059Z --> dpd-client/src/lib.rs:99:15
26132026-08-21T02:29:38.059Z |
26142026-08-21T02:29:38.059Z99 | impl Copy for types::LinkId {}
26152026-08-21T02:29:38.059Z | ^^^^^^^^^^^^^ type is not a structure or enumeration
26162026-08-21T02:29:38.059Z
26172026-08-21T02:29:38.063Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
26182026-08-21T02:29:38.084Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
26192026-08-21T02:29:38.084Z --> dpd-client/src/lib.rs:302:9
26202026-08-21T02:29:38.084Z |
26212026-08-21T02:29:38.084Z302 | types::Vni(t.as_u32())
26222026-08-21T02:29:38.084Z | ^^^^^ use of unresolved module or unlinked crate `types`
26232026-08-21T02:29:38.084Z |
26242026-08-21T02:29:38.084Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
26252026-08-21T02:29:38.084Z
26262026-08-21T02:29:38.254Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
26272026-08-21T02:29:38.254Z --> dpd-client/src/lib.rs:57:49
26282026-08-21T02:29:38.254Z |
26292026-08-21T02:29:38.254Z57 | pub fn ipv4_entry(&self, addr: Ipv4Addr) -> types::Ipv4Entry {
26302026-08-21T02:29:38.254Z | ^^^^^ use of unresolved module or unlinked crate `types`
26312026-08-21T02:29:38.254Z |
26322026-08-21T02:29:38.254Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
26332026-08-21T02:29:38.254Z
26342026-08-21T02:29:38.254Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
26352026-08-21T02:29:38.254Z --> dpd-client/src/lib.rs:58:9
26362026-08-21T02:29:38.255Z |
26372026-08-21T02:29:38.255Z58 | types::Ipv4Entry { tag: self.inner().tag.clone(), addr }
26382026-08-21T02:29:38.255Z | ^^^^^ use of unresolved module or unlinked crate `types`
26392026-08-21T02:29:38.255Z |
26402026-08-21T02:29:38.255Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
26412026-08-21T02:29:38.255Z
26422026-08-21T02:29:38.255Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
26432026-08-21T02:29:38.255Z --> dpd-client/src/lib.rs:62:49
26442026-08-21T02:29:38.255Z |
26452026-08-21T02:29:38.255Z62 | pub fn ipv6_entry(&self, addr: Ipv6Addr) -> types::Ipv6Entry {
26462026-08-21T02:29:38.255Z | ^^^^^ use of unresolved module or unlinked crate `types`
26472026-08-21T02:29:38.255Z |
26482026-08-21T02:29:38.255Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
26492026-08-21T02:29:38.255Z
26502026-08-21T02:29:38.255Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
26512026-08-21T02:29:38.255Z --> dpd-client/src/lib.rs:63:9
26522026-08-21T02:29:38.255Z |
26532026-08-21T02:29:38.255Z63 | types::Ipv6Entry { tag: self.inner().tag.clone(), addr }
26542026-08-21T02:29:38.255Z | ^^^^^ use of unresolved module or unlinked crate `types`
26552026-08-21T02:29:38.255Z |
26562026-08-21T02:29:38.255Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
26572026-08-21T02:29:38.259Z
26582026-08-21T02:29:38.259Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
26592026-08-21T02:29:38.259Z --> dpd-client/src/lib.rs:67:28
26602026-08-21T02:29:38.259Z |
26612026-08-21T02:29:38.259Z67 | impl std::fmt::Display for types::LinkState {
26622026-08-21T02:29:38.259Z | ^^^^^ use of unresolved module or unlinked crate `types`
26632026-08-21T02:29:38.259Z |
26642026-08-21T02:29:38.259Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
26652026-08-21T02:29:38.259Z
26662026-08-21T02:29:38.259Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
26672026-08-21T02:29:38.259Z --> dpd-client/src/lib.rs:79:23
26682026-08-21T02:29:38.259Z |
26692026-08-21T02:29:38.259Z79 | impl fmt::Display for types::Link {
26702026-08-21T02:29:38.260Z | ^^^^^ use of unresolved module or unlinked crate `types`
26712026-08-21T02:29:38.260Z |
26722026-08-21T02:29:38.260Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
26732026-08-21T02:29:38.260Z
26742026-08-21T02:29:38.260Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
26752026-08-21T02:29:38.260Z --> dpd-client/src/lib.rs:85:21
26762026-08-21T02:29:38.260Z |
26772026-08-21T02:29:38.260Z85 | impl PartialOrd for types::LinkId {
26782026-08-21T02:29:38.260Z | ^^^^^ use of unresolved module or unlinked crate `types`
26792026-08-21T02:29:38.260Z |
26802026-08-21T02:29:38.260Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
26812026-08-21T02:29:38.260Z
26822026-08-21T02:29:38.260Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
26832026-08-21T02:29:38.260Z --> dpd-client/src/lib.rs:91:14
26842026-08-21T02:29:38.260Z |
26852026-08-21T02:29:38.260Z91 | impl Ord for types::LinkId {
26862026-08-21T02:29:38.260Z | ^^^^^ use of unresolved module or unlinked crate `types`
26872026-08-21T02:29:38.260Z |
26882026-08-21T02:29:38.260Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
26892026-08-21T02:29:38.260Z
26902026-08-21T02:29:38.260Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
26912026-08-21T02:29:38.260Z --> dpd-client/src/lib.rs:97:13
26922026-08-21T02:29:38.260Z |
26932026-08-21T02:29:38.260Z97 | impl Eq for types::LinkId {}
26942026-08-21T02:29:38.260Z | ^^^^^ use of unresolved module or unlinked crate `types`
26952026-08-21T02:29:38.260Z |
26962026-08-21T02:29:38.260Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
26972026-08-21T02:29:38.260Z
26982026-08-21T02:29:38.260Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
26992026-08-21T02:29:38.261Z --> dpd-client/src/lib.rs:99:15
27002026-08-21T02:29:38.261Z |
27012026-08-21T02:29:38.261Z99 | impl Copy for types::LinkId {}
27022026-08-21T02:29:38.261Z | ^^^^^ use of unresolved module or unlinked crate `types`
27032026-08-21T02:29:38.261Z |
27042026-08-21T02:29:38.261Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
27052026-08-21T02:29:38.261Z
27062026-08-21T02:29:38.261Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
27072026-08-21T02:29:38.261Z --> dpd-client/src/lib.rs:101:15
27082026-08-21T02:29:38.261Z |
27092026-08-21T02:29:38.261Z101 | impl Hash for types::LinkId {
27102026-08-21T02:29:38.261Z | ^^^^^ use of unresolved module or unlinked crate `types`
27112026-08-21T02:29:38.261Z |
27122026-08-21T02:29:38.261Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
27132026-08-21T02:29:38.261Z
27142026-08-21T02:29:38.261Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
27152026-08-21T02:29:38.261Z --> dpd-client/src/lib.rs:110:11
27162026-08-21T02:29:38.261Z |
27172026-08-21T02:29:38.261Z110 | impl From<types::PortSpeed> for ports::PortSpeed {
27182026-08-21T02:29:38.261Z | ^^^^^ use of unresolved module or unlinked crate `types`
27192026-08-21T02:29:38.261Z |
27202026-08-21T02:29:38.261Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
27212026-08-21T02:29:38.261Z
27222026-08-21T02:29:38.261Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
27232026-08-21T02:29:38.261Z --> dpd-client/src/lib.rs:111:16
27242026-08-21T02:29:38.261Z |
27252026-08-21T02:29:38.261Z111 | fn from(s: types::PortSpeed) -> Self {
27262026-08-21T02:29:38.261Z | ^^^^^ use of unresolved module or unlinked crate `types`
27272026-08-21T02:29:38.262Z |
27282026-08-21T02:29:38.262Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
27292026-08-21T02:29:38.262Z
27302026-08-21T02:29:38.262Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
27312026-08-21T02:29:38.262Z --> dpd-client/src/lib.rs:126:33
27322026-08-21T02:29:38.262Z |
27332026-08-21T02:29:38.262Z126 | impl From<ports::PortSpeed> for types::PortSpeed {
27342026-08-21T02:29:38.262Z | ^^^^^ use of unresolved module or unlinked crate `types`
27352026-08-21T02:29:38.262Z |
27362026-08-21T02:29:38.262Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
27372026-08-21T02:29:38.262Z
27382026-08-21T02:29:38.262Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
27392026-08-21T02:29:38.262Z --> dpd-client/src/lib.rs:142:6
27402026-08-21T02:29:38.262Z |
27412026-08-21T02:29:38.262Z142 | impl types::PortSpeed {
27422026-08-21T02:29:38.262Z | ^^^^^ use of unresolved module or unlinked crate `types`
27432026-08-21T02:29:38.262Z |
27442026-08-21T02:29:38.262Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
27452026-08-21T02:29:38.262Z
27462026-08-21T02:29:38.262Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
27472026-08-21T02:29:38.262Z --> dpd-client/src/lib.rs:157:11
27482026-08-21T02:29:38.262Z |
27492026-08-21T02:29:38.262Z157 | impl From<types::PortFec> for ports::PortFec {
27502026-08-21T02:29:38.262Z | ^^^^^ use of unresolved module or unlinked crate `types`
27512026-08-21T02:29:38.262Z |
27522026-08-21T02:29:38.262Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
27532026-08-21T02:29:38.262Z
27542026-08-21T02:29:38.262Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
27552026-08-21T02:29:38.263Z --> dpd-client/src/lib.rs:158:16
27562026-08-21T02:29:38.263Z |
27572026-08-21T02:29:38.266Z158 | fn from(f: types::PortFec) -> Self {
27582026-08-21T02:29:38.267Z | ^^^^^ use of unresolved module or unlinked crate `types`
27592026-08-21T02:29:38.267Z |
27602026-08-21T02:29:38.267Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
27612026-08-21T02:29:38.267Z
27622026-08-21T02:29:38.267Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
27632026-08-21T02:29:38.267Z --> dpd-client/src/lib.rs:167:31
27642026-08-21T02:29:38.267Z |
27652026-08-21T02:29:38.267Z167 | impl From<ports::PortFec> for types::PortFec {
27662026-08-21T02:29:38.267Z | ^^^^^ use of unresolved module or unlinked crate `types`
27672026-08-21T02:29:38.267Z |
27682026-08-21T02:29:38.267Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
27692026-08-21T02:29:38.267Z
27702026-08-21T02:29:38.267Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
27712026-08-21T02:29:38.267Z --> dpd-client/src/lib.rs:177:11
27722026-08-21T02:29:38.267Z |
27732026-08-21T02:29:38.267Z177 | impl From<types::PortMedia> for ports::PortMedia {
27742026-08-21T02:29:38.267Z | ^^^^^ use of unresolved module or unlinked crate `types`
27752026-08-21T02:29:38.267Z |
27762026-08-21T02:29:38.267Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
27772026-08-21T02:29:38.267Z
27782026-08-21T02:29:38.267Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
27792026-08-21T02:29:38.267Z --> dpd-client/src/lib.rs:178:16
27802026-08-21T02:29:38.267Z |
27812026-08-21T02:29:38.267Z178 | fn from(m: types::PortMedia) -> Self {
27822026-08-21T02:29:38.267Z | ^^^^^ use of unresolved module or unlinked crate `types`
27832026-08-21T02:29:38.267Z |
27842026-08-21T02:29:38.267Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
27852026-08-21T02:29:38.268Z
27862026-08-21T02:29:38.268Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
27872026-08-21T02:29:38.268Z --> dpd-client/src/lib.rs:189:11
27882026-08-21T02:29:38.268Z |
27892026-08-21T02:29:38.268Z189 | impl From<types::PortPrbsMode> for ports::PortPrbsMode {
27902026-08-21T02:29:38.268Z | ^^^^^ use of unresolved module or unlinked crate `types`
27912026-08-21T02:29:38.268Z |
27922026-08-21T02:29:38.268Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
27932026-08-21T02:29:38.268Z
27942026-08-21T02:29:38.268Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
27952026-08-21T02:29:38.268Z --> dpd-client/src/lib.rs:190:16
27962026-08-21T02:29:38.268Z |
27972026-08-21T02:29:38.268Z190 | fn from(p: types::PortPrbsMode) -> Self {
27982026-08-21T02:29:38.268Z | ^^^^^ use of unresolved module or unlinked crate `types`
27992026-08-21T02:29:38.268Z |
28002026-08-21T02:29:38.268Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
28012026-08-21T02:29:38.268Z
28022026-08-21T02:29:38.268Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
28032026-08-21T02:29:38.268Z --> dpd-client/src/lib.rs:201:36
28042026-08-21T02:29:38.268Z |
28052026-08-21T02:29:38.268Z201 | impl From<ports::PortPrbsMode> for types::PortPrbsMode {
28062026-08-21T02:29:38.268Z | ^^^^^ use of unresolved module or unlinked crate `types`
28072026-08-21T02:29:38.268Z |
28082026-08-21T02:29:38.268Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
28092026-08-21T02:29:38.268Z
28102026-08-21T02:29:38.268Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
28112026-08-21T02:29:38.268Z --> dpd-client/src/lib.rs:213:23
28122026-08-21T02:29:38.268Z |
28132026-08-21T02:29:38.268Z213 | impl fmt::Display for types::MacAddr {
28142026-08-21T02:29:38.269Z | ^^^^^ use of unresolved module or unlinked crate `types`
28152026-08-21T02:29:38.269Z |
28162026-08-21T02:29:38.269Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
28172026-08-21T02:29:38.269Z
28182026-08-21T02:29:38.269Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
28192026-08-21T02:29:38.269Z --> dpd-client/src/lib.rs:223:11
28202026-08-21T02:29:38.269Z |
28212026-08-21T02:29:38.269Z223 | impl From<types::MacAddr> for network::MacAddr {
28222026-08-21T02:29:38.269Z | ^^^^^ use of unresolved module or unlinked crate `types`
28232026-08-21T02:29:38.269Z |
28242026-08-21T02:29:38.269Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
28252026-08-21T02:29:38.269Z
28262026-08-21T02:29:38.269Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
28272026-08-21T02:29:38.269Z --> dpd-client/src/lib.rs:224:16
28282026-08-21T02:29:38.269Z |
28292026-08-21T02:29:38.269Z224 | fn from(m: types::MacAddr) -> network::MacAddr {
28302026-08-21T02:29:38.269Z | ^^^^^ use of unresolved module or unlinked crate `types`
28312026-08-21T02:29:38.269Z |
28322026-08-21T02:29:38.269Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
28332026-08-21T02:29:38.269Z
28342026-08-21T02:29:38.269Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
28352026-08-21T02:29:38.269Z --> dpd-client/src/lib.rs:229:33
28362026-08-21T02:29:38.269Z |
28372026-08-21T02:29:38.269Z229 | impl From<network::MacAddr> for types::MacAddr {
28382026-08-21T02:29:38.269Z | ^^^^^ use of unresolved module or unlinked crate `types`
28392026-08-21T02:29:38.269Z |
28402026-08-21T02:29:38.269Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
28412026-08-21T02:29:38.269Z
28422026-08-21T02:29:38.269Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
28432026-08-21T02:29:38.270Z --> dpd-client/src/lib.rs:230:37
28442026-08-21T02:29:38.270Z |
28452026-08-21T02:29:38.270Z230 | fn from(m: network::MacAddr) -> types::MacAddr {
28462026-08-21T02:29:38.270Z | ^^^^^ use of unresolved module or unlinked crate `types`
28472026-08-21T02:29:38.270Z |
28482026-08-21T02:29:38.270Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
28492026-08-21T02:29:38.270Z
28502026-08-21T02:29:38.270Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
28512026-08-21T02:29:38.270Z --> dpd-client/src/lib.rs:231:9
28522026-08-21T02:29:38.270Z |
28532026-08-21T02:29:38.270Z231 | types::MacAddr { a: m.into() }
28542026-08-21T02:29:38.270Z | ^^^^^ use of unresolved module or unlinked crate `types`
28552026-08-21T02:29:38.270Z |
28562026-08-21T02:29:38.270Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
28572026-08-21T02:29:38.274Z
28582026-08-21T02:29:38.274Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
28592026-08-21T02:29:38.274Z --> dpd-client/src/lib.rs:235:11
28602026-08-21T02:29:38.275Z |
28612026-08-21T02:29:38.275Z235 | impl From<types::Ipv6Entry> for ports::Ipv6Entry {
28622026-08-21T02:29:38.275Z | ^^^^^ use of unresolved module or unlinked crate `types`
28632026-08-21T02:29:38.275Z |
28642026-08-21T02:29:38.275Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
28652026-08-21T02:29:38.275Z
28662026-08-21T02:29:38.275Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
28672026-08-21T02:29:38.275Z --> dpd-client/src/lib.rs:236:16
28682026-08-21T02:29:38.275Z |
28692026-08-21T02:29:38.275Z236 | fn from(e: types::Ipv6Entry) -> Self {
28702026-08-21T02:29:38.275Z | ^^^^^ use of unresolved module or unlinked crate `types`
28712026-08-21T02:29:38.275Z |
28722026-08-21T02:29:38.275Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
28732026-08-21T02:29:38.275Z
28742026-08-21T02:29:38.275Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
28752026-08-21T02:29:38.275Z --> dpd-client/src/lib.rs:241:11
28762026-08-21T02:29:38.275Z |
28772026-08-21T02:29:38.275Z241 | impl From<types::Ipv4Entry> for ports::Ipv4Entry {
28782026-08-21T02:29:38.275Z | ^^^^^ use of unresolved module or unlinked crate `types`
28792026-08-21T02:29:38.275Z |
28802026-08-21T02:29:38.275Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
28812026-08-21T02:29:38.275Z
28822026-08-21T02:29:38.275Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
28832026-08-21T02:29:38.275Z --> dpd-client/src/lib.rs:242:16
28842026-08-21T02:29:38.275Z |
28852026-08-21T02:29:38.275Z242 | fn from(e: types::Ipv4Entry) -> Self {
28862026-08-21T02:29:38.275Z | ^^^^^ use of unresolved module or unlinked crate `types`
28872026-08-21T02:29:38.275Z |
28882026-08-21T02:29:38.276Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
28892026-08-21T02:29:38.276Z
28902026-08-21T02:29:38.276Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
28912026-08-21T02:29:38.276Z --> dpd-client/src/lib.rs:247:11
28922026-08-21T02:29:38.276Z |
28932026-08-21T02:29:38.276Z247 | impl From<types::RMonCounters> for counters::RMonCounters {
28942026-08-21T02:29:38.276Z | ^^^^^ use of unresolved module or unlinked crate `types`
28952026-08-21T02:29:38.276Z |
28962026-08-21T02:29:38.276Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
28972026-08-21T02:29:38.276Z
28982026-08-21T02:29:38.276Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
28992026-08-21T02:29:38.276Z --> dpd-client/src/lib.rs:248:16
29002026-08-21T02:29:38.276Z |
29012026-08-21T02:29:38.276Z248 | fn from(c: types::RMonCounters) -> Self {
29022026-08-21T02:29:38.276Z | ^^^^^ use of unresolved module or unlinked crate `types`
29032026-08-21T02:29:38.276Z |
29042026-08-21T02:29:38.276Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
29052026-08-21T02:29:38.276Z
29062026-08-21T02:29:38.276Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
29072026-08-21T02:29:38.276Z --> dpd-client/src/lib.rs:269:39
29082026-08-21T02:29:38.276Z |
29092026-08-21T02:29:38.276Z269 | impl From<counters::RMonCounters> for types::RMonCounters {
29102026-08-21T02:29:38.276Z | ^^^^^ use of unresolved module or unlinked crate `types`
29112026-08-21T02:29:38.276Z |
29122026-08-21T02:29:38.276Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
29132026-08-21T02:29:38.276Z
29142026-08-21T02:29:38.276Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
29152026-08-21T02:29:38.276Z --> dpd-client/src/lib.rs:291:14
29162026-08-21T02:29:38.277Z |
29172026-08-21T02:29:38.277Z291 | impl TryFrom<types::Vni> for network::Vni {
29182026-08-21T02:29:38.277Z | ^^^^^ use of unresolved module or unlinked crate `types`
29192026-08-21T02:29:38.277Z |
29202026-08-21T02:29:38.277Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
29212026-08-21T02:29:38.277Z
29222026-08-21T02:29:38.277Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
29232026-08-21T02:29:38.277Z --> dpd-client/src/lib.rs:294:20
29242026-08-21T02:29:38.277Z |
29252026-08-21T02:29:38.277Z294 | fn try_from(t: types::Vni) -> Result<network::Vni, String> {
29262026-08-21T02:29:38.277Z | ^^^^^ use of unresolved module or unlinked crate `types`
29272026-08-21T02:29:38.277Z |
29282026-08-21T02:29:38.277Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
29292026-08-21T02:29:38.277Z
29302026-08-21T02:29:38.277Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
29312026-08-21T02:29:38.277Z --> dpd-client/src/lib.rs:300:29
29322026-08-21T02:29:38.277Z |
29332026-08-21T02:29:38.277Z300 | impl From<network::Vni> for types::Vni {
29342026-08-21T02:29:38.277Z | ^^^^^ use of unresolved module or unlinked crate `types`
29352026-08-21T02:29:38.277Z |
29362026-08-21T02:29:38.277Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
29372026-08-21T02:29:38.277Z
29382026-08-21T02:29:38.277Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
29392026-08-21T02:29:38.277Z --> dpd-client/src/lib.rs:301:33
29402026-08-21T02:29:38.277Z |
29412026-08-21T02:29:38.277Z301 | fn from(t: network::Vni) -> types::Vni {
29422026-08-21T02:29:38.277Z | ^^^^^ use of unresolved module or unlinked crate `types`
29432026-08-21T02:29:38.277Z |
29442026-08-21T02:29:38.277Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
29452026-08-21T02:29:38.278Z
29462026-08-21T02:29:38.278Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
29472026-08-21T02:29:38.278Z --> dpd-client/src/lib.rs:384:23
29482026-08-21T02:29:38.278Z |
29492026-08-21T02:29:38.278Z384 | impl fmt::Display for types::MediaInterfaceId {
29502026-08-21T02:29:38.278Z | ^^^^^ use of unresolved module or unlinked crate `types`
29512026-08-21T02:29:38.278Z |
29522026-08-21T02:29:38.278Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
29532026-08-21T02:29:38.278Z
29542026-08-21T02:29:38.278Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
29552026-08-21T02:29:38.278Z --> dpd-client/src/lib.rs:306:14
29562026-08-21T02:29:38.278Z |
29572026-08-21T02:29:38.282Z306 | impl TryFrom<types::InstanceTarget> for network::InstanceTarget {
29582026-08-21T02:29:38.282Z | ^^^^^ use of unresolved module or unlinked crate `types`
29592026-08-21T02:29:38.282Z |
29602026-08-21T02:29:38.282Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
29612026-08-21T02:29:38.282Z
29622026-08-21T02:29:38.282Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
29632026-08-21T02:29:38.282Z --> dpd-client/src/lib.rs:310:12
29642026-08-21T02:29:38.282Z |
29652026-08-21T02:29:38.282Z310 | t: types::InstanceTarget,
29662026-08-21T02:29:38.282Z | ^^^^^ use of unresolved module or unlinked crate `types`
29672026-08-21T02:29:38.282Z |
29682026-08-21T02:29:38.282Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
29692026-08-21T02:29:38.282Z
29702026-08-21T02:29:38.282Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
29712026-08-21T02:29:38.282Z --> dpd-client/src/lib.rs:320:14
29722026-08-21T02:29:38.282Z |
29732026-08-21T02:29:38.282Z320 | impl TryFrom<types::NatTarget> for network::NatTarget {
29742026-08-21T02:29:38.282Z | ^^^^^ use of unresolved module or unlinked crate `types`
29752026-08-21T02:29:38.282Z |
29762026-08-21T02:29:38.282Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
29772026-08-21T02:29:38.282Z
29782026-08-21T02:29:38.283Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
29792026-08-21T02:29:38.283Z --> dpd-client/src/lib.rs:324:12
29802026-08-21T02:29:38.283Z |
29812026-08-21T02:29:38.283Z324 | t: types::NatTarget,
29822026-08-21T02:29:38.283Z | ^^^^^ use of unresolved module or unlinked crate `types`
29832026-08-21T02:29:38.283Z |
29842026-08-21T02:29:38.283Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
29852026-08-21T02:29:38.283Z
29862026-08-21T02:29:38.283Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
29872026-08-21T02:29:38.283Z --> dpd-client/src/lib.rs:339:6
29882026-08-21T02:29:38.283Z |
29892026-08-21T02:29:38.283Z339 | impl types::ReceiverPower {
29902026-08-21T02:29:38.283Z | ^^^^^ use of unresolved module or unlinked crate `types`
29912026-08-21T02:29:38.283Z |
29922026-08-21T02:29:38.283Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
29932026-08-21T02:29:38.283Z
29942026-08-21T02:29:38.283Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
29952026-08-21T02:29:38.283Z --> dpd-client/src/lib.rs:350:23
29962026-08-21T02:29:38.283Z |
29972026-08-21T02:29:38.283Z350 | impl fmt::Display for types::TfportData {
29982026-08-21T02:29:38.283Z | ^^^^^ use of unresolved module or unlinked crate `types`
29992026-08-21T02:29:38.283Z |
30002026-08-21T02:29:38.283Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
30012026-08-21T02:29:38.283Z
30022026-08-21T02:29:38.283Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
30032026-08-21T02:29:38.283Z --> dpd-client/src/lib.rs:356:6
30042026-08-21T02:29:38.283Z |
30052026-08-21T02:29:38.283Z356 | impl types::SwitchIdentifiers {
30062026-08-21T02:29:38.284Z | ^^^^^ use of unresolved module or unlinked crate `types`
30072026-08-21T02:29:38.284Z |
30082026-08-21T02:29:38.284Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
30092026-08-21T02:29:38.284Z
30102026-08-21T02:29:38.284Zerror[E0433]: failed to resolve: use of unresolved module or unlinked crate `types`
30112026-08-21T02:29:38.284Z --> dpd-client/src/lib.rs:375:23
30122026-08-21T02:29:38.284Z |
30132026-08-21T02:29:38.284Z375 | impl fmt::Display for types::SffComplianceCode {
30142026-08-21T02:29:38.284Z | ^^^^^ use of unresolved module or unlinked crate `types`
30152026-08-21T02:29:38.284Z |
30162026-08-21T02:29:38.284Z = help: if you wanted to use a crate named `types`, use `cargo add types` to add it to your `Cargo.toml`
30172026-08-21T02:29:38.284Z
30182026-08-21T02:29:38.284ZSome errors have detailed explanations: E0206, E0412, E0433.
30192026-08-21T02:29:38.284ZFor more information about an error, try `rustc --explain E0206`.
30202026-08-21T02:29:38.305Zerror: could not compile `dpd-client` (lib) due to 113 previous errors
30212026-08-21T02:29:38.308Zwarning: build failed, waiting for other jobs to finish...
30222026-08-21T02:29:40.157Zprocess exited: duration 130430 ms, exit code 101
 
30232026-08-21T02:29:40.163Zfound 0 output files