|
|
|
| 1 | 2026-06-17T09:02:57.224Z | job assigned to worker 01KVAD27Y8HFW55JGS8R4BYC21 [factory aws, i-0e2caea747da1f6fd] (queued for 45 s) |
| |
| 2 | 2026-06-17T09:03:03.970Z | starting task 0: "setup" |
| 3 | 2026-06-17T09:03:03.975Z | ++ uname -s |
| 4 | 2026-06-17T09:03:03.978Z | + kern=SunOS |
| 5 | 2026-06-17T09:03:03.978Z | + build_user=build |
| 6 | 2026-06-17T09:03:03.978Z | + build_uid=12345 |
| 7 | 2026-06-17T09:03:03.978Z | + work_dir=/work |
| 8 | 2026-06-17T09:03:03.978Z | + input_dir=/input |
| 9 | 2026-06-17T09:03:03.979Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-17T09:03:03.979Z | + case "$kern" in |
| 11 | 2026-06-17T09:03:03.979Z | + groupadd -g 12345 build |
| 12 | 2026-06-17T09:03:04.007Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-17T09:03:06.046Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-17T09:03:06.129Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-17T09:03:06.180Z | + home_fs=zfs |
| 16 | 2026-06-17T09:03:06.180Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-17T09:03:06.180Z | + mkdir -p /home/build |
| 18 | 2026-06-17T09:03:06.180Z | + chown build:build /home/build /work |
| 19 | 2026-06-17T09:03:08.098Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-17T09:03:08.101Z | process exited: duration 4132 ms, exit code 0 |
| |
| 21 | 2026-06-17T09:03:08.107Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-17T09:03:08.111Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-06-17T09:03:08.111Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-17T09:03:08.111Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-17T09:03:08.111Z | * rust toolchain channel = "1.90.0" |
| 26 | 2026-06-17T09:03:08.111Z | * rust toolchain profile = "default" |
| 27 | 2026-06-17T09:03:08.111Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-17T09:03:08.114Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-17T09:03:08.114Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-06-17T09:03:08.217Z | info: downloading installer |
| 31 | 2026-06-17T09:03:09.644Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-17T09:03:09.644Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-17T09:03:09.644Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-17T09:03:09.644Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-17T09:03:09.656Z | info: profile set to default |
| 36 | 2026-06-17T09:03:09.656Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-17T09:03:09.659Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-06-17T09:03:09.825Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-06-17T09:03:09.828Z | info: downloading 6 components |
| 40 | 2026-06-17T09:03:24.223Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-06-17T09:03:24.223Z | |
| 42 | 2026-06-17T09:03:24.262Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-06-17T09:03:24.262Z | |
| 44 | 2026-06-17T09:03:24.262Z | |
| 45 | 2026-06-17T09:03:24.262Z | Rust is installed now. Great! |
| 46 | 2026-06-17T09:03:24.262Z | |
| 47 | 2026-06-17T09:03:24.262Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-17T09:03:24.262Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-17T09:03:24.262Z | |
| 50 | 2026-06-17T09:03:24.262Z | To configure your current shell, you need to source |
| 51 | 2026-06-17T09:03:24.262Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-17T09:03:24.262Z | |
| 53 | 2026-06-17T09:03:24.262Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-17T09:03:24.265Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-17T09:03:24.265Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-17T09:03:24.265Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-17T09:03:24.265Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-17T09:03:24.265Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-17T09:03:24.266Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-17T09:03:24.266Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-17T09:03:24.266Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-17T09:03:24.343Z | + rustup --version |
| 63 | 2026-06-17T09:03:24.352Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-17T09:03:24.357Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-17T09:03:24.377Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-06-17T09:03:24.381Z | + cargo --version |
| 67 | 2026-06-17T09:03:24.390Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-06-17T09:03:24.393Z | + rustc --version |
| 69 | 2026-06-17T09:03:24.414Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-06-17T09:03:24.419Z | process exited: duration 16307 ms, exit code 0 |
| |
| 71 | 2026-06-17T09:03:24.425Z | starting task 2: "authentication" |
| 72 | 2026-06-17T09:03:24.442Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-17T09:03:24.448Z | starting task 3: "clone repository" |
| 74 | 2026-06-17T09:03:24.452Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-06-17T09:03:24.455Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-06-17T09:03:24.490Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-06-17T09:03:24.990Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-06-17T09:03:24.990Z | + git fetch origin d186900551c19d5cb685118fd69dec96b312588b |
| 79 | 2026-06-17T09:03:25.228Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-06-17T09:03:25.228Z | * branch d186900551c19d5cb685118fd69dec96b312588b -> FETCH_HEAD |
| 81 | 2026-06-17T09:03:25.233Z | + [[ -n renovate/vergen-10.x ]] |
| 82 | 2026-06-17T09:03:25.236Z | ++ git branch --show-current |
| 83 | 2026-06-17T09:03:25.239Z | + current=main |
| 84 | 2026-06-17T09:03:25.239Z | + [[ main != renovate/vergen-10.x ]] |
| 85 | 2026-06-17T09:03:25.239Z | + git branch -f renovate/vergen-10.x d186900551c19d5cb685118fd69dec96b312588b |
| 86 | 2026-06-17T09:03:25.242Z | + git checkout -f renovate/vergen-10.x |
| 87 | 2026-06-17T09:03:25.257Z | Switched to branch 'renovate/vergen-10.x' |
| 88 | 2026-06-17T09:03:25.260Z | + git reset --hard d186900551c19d5cb685118fd69dec96b312588b |
| 89 | 2026-06-17T09:03:25.275Z | HEAD is now at d186900 Update Rust crate vergen to v10 |
| 90 | 2026-06-17T09:03:25.278Z | process exited: duration 827 ms, exit code 0 |
| |
| 91 | 2026-06-17T09:03:25.284Z | starting task 4: "build" |
| 92 | 2026-06-17T09:03:25.288Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-17T09:03:25.290Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-06-17T09:03:25.291Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-06-17T09:03:25.291Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-06-17T09:03:25.291Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-06-17T09:03:25.291Z | +++ uname -s |
| 98 | 2026-06-17T09:03:25.291Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-06-17T09:03:25.291Z | ++ SERIES=illumos |
| 100 | 2026-06-17T09:03:25.291Z | +++ uname -s |
| 101 | 2026-06-17T09:03:25.293Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-06-17T09:03:25.294Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-06-17T09:03:25.294Z | ++ rustup show active-toolchain |
| 104 | 2026-06-17T09:03:25.296Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-06-17T09:03:25.299Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-06-17T09:03:25.299Z | ++ banner 'sde setup' |
| 107 | 2026-06-17T09:03:25.299Z | |
| 108 | 2026-06-17T09:03:25.299Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-06-17T09:03:25.299Z | # # # # # # # # # # # |
| 110 | 2026-06-17T09:03:25.299Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-06-17T09:03:25.299Z | # # # # # # # # # ##### |
| 112 | 2026-06-17T09:03:25.299Z | # # # # # # # # # # # # |
| 113 | 2026-06-17T09:03:25.299Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-06-17T09:03:25.299Z | |
| 115 | 2026-06-17T09:03:25.299Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-06-17T09:03:25.300Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-06-17T09:03:25.300Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-06-17T09:03:25.300Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-06-17T09:03:25.300Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-06-17T09:03:25.306Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-06-17T09:03:25.306Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-06-17T09:03:26.273Z |
0 0 0 0 0 0 0 0 0
100 76.03M 100 76.03M 0 0 78.55M 0 0
100 76.03M 100 76.03M 0 0 78.54M 0 0
100 76.03M 100 76.03M 0 0 78.54M 0 0 |
| 123 | 2026-06-17T09:03:26.279Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-06-17T09:03:26.324Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-06-17T09:03:26.326Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-06-17T09:03:26.326Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-06-17T09:03:27.296Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-17T09:03:27.388Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-17T09:03:27.430Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-06-17T09:03:27.911Z | Planning: Solver setup ... Done |
| 131 | 2026-06-17T09:03:27.936Z | Planning: Running solver ... Done |
| 132 | 2026-06-17T09:03:27.945Z | Planning: Finding local manifests ... Done |
| 133 | 2026-06-17T09:03:27.948Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-06-17T09:03:27.952Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-06-17T09:03:27.966Z | Planning: Package planning ... Done |
| 136 | 2026-06-17T09:03:27.969Z | Planning: Merging actions ... Done |
| 137 | 2026-06-17T09:03:28.068Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-06-17T09:03:28.071Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-06-17T09:03:28.837Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-06-17T09:03:28.840Z | Planning: Planning completed in 1.40 seconds |
| 141 | 2026-06-17T09:03:28.844Z | Packages to install: 1 |
| 142 | 2026-06-17T09:03:28.847Z | Create boot environment: No |
| 143 | 2026-06-17T09:03:28.847Z | Create backup boot environment: No |
| 144 | 2026-06-17T09:03:28.870Z | |
| 145 | 2026-06-17T09:03:28.870Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-06-17T09:03:29.002Z | Download: Completed 75.30 MB in 0.13 seconds (569M/s) |
| 147 | 2026-06-17T09:03:29.235Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-06-17T09:03:30.192Z | Actions: Completed 293 actions in 0.96 seconds. |
| 149 | 2026-06-17T09:03:30.195Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-17T09:03:30.237Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-17T09:03:30.263Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-17T09:03:32.740Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-17T09:03:32.811Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-17T09:03:32.814Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-17T09:03:33.067Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-17T09:03:33.169Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-06-17T09:03:33.169Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-06-17T09:03:33.172Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-06-17T09:03:33.172Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-06-17T09:03:33.172Z | ++ banner packages |
| 161 | 2026-06-17T09:03:33.172Z | |
| 162 | 2026-06-17T09:03:33.172Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-06-17T09:03:33.172Z | # # # # # # # # # # # # # # |
| 164 | 2026-06-17T09:03:33.173Z | # # # # # #### # # # ##### #### |
| 165 | 2026-06-17T09:03:33.173Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-06-17T09:03:33.173Z | # # # # # # # # # # # # # # |
| 167 | 2026-06-17T09:03:33.173Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-06-17T09:03:33.173Z | |
| 169 | 2026-06-17T09:03:33.173Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-06-17T09:03:33.433Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-06-17T09:03:33.436Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-06-17T09:03:33.786Z | Planning: Solver setup ... Done |
| 173 | 2026-06-17T09:03:33.809Z | Planning: Running solver ... Done |
| 174 | 2026-06-17T09:03:33.815Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-06-17T09:03:33.815Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-06-17T09:03:33.818Z | Planning: Planning completed in 0.38 seconds |
| 177 | 2026-06-17T09:03:33.832Z | No updates necessary for this image. |
| 178 | 2026-06-17T09:03:33.894Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-06-17T09:03:34.108Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-06-17T09:03:34.222Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-06-17T09:03:34.225Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-06-17T09:03:34.389Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-06-17T09:03:34.392Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-06-17T09:03:34.413Z | Mediators to change: 2 |
| 185 | 2026-06-17T09:03:34.413Z | Create boot environment: No |
| 186 | 2026-06-17T09:03:34.413Z | Create backup boot environment: No |
| 187 | 2026-06-17T09:03:34.455Z | Finalize: Updating package state database ... Done |
| 188 | 2026-06-17T09:03:34.456Z | Finalize: Updating package cache ... Done |
| 189 | 2026-06-17T09:03:34.468Z | Finalize: Updating image state ... Done |
| 190 | 2026-06-17T09:03:36.501Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-06-17T09:03:36.578Z | Finalize: Reading search index ... Done |
| 192 | 2026-06-17T09:03:36.581Z | Finalize: Updating search index ... Done |
| 193 | 2026-06-17T09:03:36.648Z | Finalize: Updating package cache ... Done |
| 194 | 2026-06-17T09:03:36.724Z | ++ cargo --version |
| 195 | 2026-06-17T09:03:36.733Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-06-17T09:03:36.737Z | ++ rustc --version |
| 197 | 2026-06-17T09:03:36.757Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-06-17T09:03:36.760Z | + banner copyrights |
| 199 | 2026-06-17T09:03:36.763Z | |
| 200 | 2026-06-17T09:03:36.763Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-06-17T09:03:36.763Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-06-17T09:03:36.763Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-06-17T09:03:36.763Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-06-17T09:03:36.763Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-06-17T09:03:36.763Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-06-17T09:03:36.763Z | |
| 207 | 2026-06-17T09:03:36.763Z | + ./tools/check_copyrights.sh |
| 208 | 2026-06-17T09:03:37.052Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-06-17T09:03:37.833Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-06-17T09:03:38.293Z | packet/src/eth.rs: Copyright with wrong year |
| 211 | 2026-06-17T09:03:38.385Z | pcap/build.rs: Copyright with wrong year |
| 212 | 2026-06-17T09:03:38.556Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 213 | 2026-06-17T09:03:38.786Z | + banner clippy |
| 214 | 2026-06-17T09:03:38.789Z | |
| 215 | 2026-06-17T09:03:38.789Z | #### # # ##### ##### # # |
| 216 | 2026-06-17T09:03:38.789Z | # # # # # # # # # # |
| 217 | 2026-06-17T09:03:38.789Z | # # # # # # # # |
| 218 | 2026-06-17T09:03:38.789Z | # # # ##### ##### # |
| 219 | 2026-06-17T09:03:38.789Z | # # # # # # # |
| 220 | 2026-06-17T09:03:38.789Z | #### ###### # # # # |
| 221 | 2026-06-17T09:03:38.789Z | |
| 222 | 2026-06-17T09:03:38.789Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 223 | 2026-06-17T09:03:38.789Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 224 | 2026-06-17T09:03:38.932Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 225 | 2026-06-17T09:03:48.718Z | Updating crates.io index |
| 226 | 2026-06-17T09:03:48.756Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 227 | 2026-06-17T09:03:49.018Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-06-17T09:03:49.670Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 229 | 2026-06-17T09:03:49.945Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-06-17T09:03:50.170Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 231 | 2026-06-17T09:03:50.627Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 232 | 2026-06-17T09:03:51.540Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 233 | 2026-06-17T09:03:51.977Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 234 | 2026-06-17T09:03:52.289Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 235 | 2026-06-17T09:03:52.600Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 236 | 2026-06-17T09:03:52.960Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 237 | 2026-06-17T09:03:53.285Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 238 | 2026-06-17T09:03:53.746Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-06-17T09:03:54.277Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 240 | 2026-06-17T09:03:54.665Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 241 | 2026-06-17T09:03:55.247Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-06-17T09:03:55.607Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-06-17T09:03:55.970Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 244 | 2026-06-17T09:03:56.441Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 245 | 2026-06-17T09:03:56.939Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 246 | 2026-06-17T09:03:57.236Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 247 | 2026-06-17T09:03:57.631Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 248 | 2026-06-17T09:03:58.423Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-06-17T09:03:58.881Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 250 | 2026-06-17T09:04:00.188Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 251 | 2026-06-17T09:04:00.807Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 252 | 2026-06-17T09:04:01.043Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-06-17T09:04:01.597Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-06-17T09:04:03.650Z | error: failed to select a version for `vergen`. |
| 255 | 2026-06-17T09:04:03.650Z | ... required by package `dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)` |
| 256 | 2026-06-17T09:04:03.650Z | versions that meet the requirements `^10.0` are: 10.0.0 |
| 257 | 2026-06-17T09:04:03.650Z | |
| 258 | 2026-06-17T09:04:03.650Z | package `dpd` depends on `vergen` with feature `git` but `vergen` does not have that feature. |
| 259 | 2026-06-17T09:04:03.650Z | package `vergen` does have feature `si` |
| 260 | 2026-06-17T09:04:03.650Z | |
| 261 | 2026-06-17T09:04:03.650Z | |
| 262 | 2026-06-17T09:04:03.650Z | failed to select a version for `vergen` which could resolve this conflict |
| 263 | 2026-06-17T09:04:03.688Z | process exited: duration 38403 ms, exit code 101 |
| |
| 264 | 2026-06-17T09:04:03.694Z | found 0 output files |