|
|
|
| 1 | 2026-06-17T09:02:51.208Z | job assigned to worker 01KVAD22XRKF4FS51ATM66FVCN [factory aws, i-08d155c8ce835c471] (queued for 41 s) |
| |
| 2 | 2026-06-17T09:02:58.052Z | starting task 0: "setup" |
| 3 | 2026-06-17T09:02:58.057Z | ++ uname -s |
| 4 | 2026-06-17T09:02:58.060Z | + kern=SunOS |
| 5 | 2026-06-17T09:02:58.060Z | + build_user=build |
| 6 | 2026-06-17T09:02:58.060Z | + build_uid=12345 |
| 7 | 2026-06-17T09:02:58.060Z | + work_dir=/work |
| 8 | 2026-06-17T09:02:58.060Z | + input_dir=/input |
| 9 | 2026-06-17T09:02:58.060Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-17T09:02:58.060Z | + case "$kern" in |
| 11 | 2026-06-17T09:02:58.060Z | + groupadd -g 12345 build |
| 12 | 2026-06-17T09:02:58.072Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-17T09:03:00.080Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-17T09:03:00.145Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-17T09:03:00.149Z | + home_fs=zfs |
| 16 | 2026-06-17T09:03:00.149Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-17T09:03:00.149Z | + mkdir -p /home/build |
| 18 | 2026-06-17T09:03:00.149Z | + chown build:build /home/build /work |
| 19 | 2026-06-17T09:03:02.150Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-17T09:03:02.153Z | process exited: duration 4099 ms, exit code 0 |
| |
| 21 | 2026-06-17T09:03:02.159Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-17T09:03:02.162Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-06-17T09:03:02.162Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-17T09:03:02.162Z | * rust toolchain channel = "1.90.0" |
| 25 | 2026-06-17T09:03:02.162Z | * rust toolchain profile = "default" |
| 26 | 2026-06-17T09:03:02.162Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-17T09:03:02.163Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-17T09:03:02.165Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-17T09:03:02.165Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-06-17T09:03:02.266Z | info: downloading installer |
| 31 | 2026-06-17T09:03:03.867Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-17T09:03:03.867Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-17T09:03:03.867Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-17T09:03:03.867Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-17T09:03:03.879Z | info: profile set to default |
| 36 | 2026-06-17T09:03:03.879Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-17T09:03:03.883Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-06-17T09:03:04.050Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-06-17T09:03:04.053Z | info: downloading 6 components |
| 40 | 2026-06-17T09:03:19.767Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-06-17T09:03:19.767Z | |
| 42 | 2026-06-17T09:03:19.796Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-06-17T09:03:19.796Z | |
| 44 | 2026-06-17T09:03:19.799Z | |
| 45 | 2026-06-17T09:03:19.799Z | Rust is installed now. Great! |
| 46 | 2026-06-17T09:03:19.799Z | |
| 47 | 2026-06-17T09:03:19.800Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-17T09:03:19.800Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-17T09:03:19.800Z | |
| 50 | 2026-06-17T09:03:19.800Z | To configure your current shell, you need to source |
| 51 | 2026-06-17T09:03:19.800Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-17T09:03:19.800Z | |
| 53 | 2026-06-17T09:03:19.800Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-17T09:03:19.800Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-17T09:03:19.800Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-17T09:03:19.800Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-17T09:03:19.800Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-17T09:03:19.800Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-17T09:03:19.800Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-17T09:03:19.800Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-17T09:03:19.800Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-17T09:03:19.876Z | + rustup --version |
| 63 | 2026-06-17T09:03:19.885Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-17T09:03:19.888Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-17T09:03:19.907Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-06-17T09:03:19.910Z | + cargo --version |
| 67 | 2026-06-17T09:03:19.923Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-06-17T09:03:19.925Z | + rustc --version |
| 69 | 2026-06-17T09:03:19.945Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-06-17T09:03:19.948Z | process exited: duration 17788 ms, exit code 0 |
| |
| 71 | 2026-06-17T09:03:19.954Z | starting task 2: "authentication" |
| 72 | 2026-06-17T09:03:19.970Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-17T09:03:19.976Z | starting task 3: "clone repository" |
| 74 | 2026-06-17T09:03:19.979Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-06-17T09:03:19.982Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-06-17T09:03:20.011Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-06-17T09:03:20.556Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-06-17T09:03:20.556Z | + git fetch origin d186900551c19d5cb685118fd69dec96b312588b |
| 79 | 2026-06-17T09:03:20.778Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-06-17T09:03:20.778Z | * branch d186900551c19d5cb685118fd69dec96b312588b -> FETCH_HEAD |
| 81 | 2026-06-17T09:03:20.783Z | + [[ -n renovate/vergen-10.x ]] |
| 82 | 2026-06-17T09:03:20.788Z | ++ git branch --show-current |
| 83 | 2026-06-17T09:03:20.788Z | + current=main |
| 84 | 2026-06-17T09:03:20.788Z | + [[ main != renovate/vergen-10.x ]] |
| 85 | 2026-06-17T09:03:20.788Z | + git branch -f renovate/vergen-10.x d186900551c19d5cb685118fd69dec96b312588b |
| 86 | 2026-06-17T09:03:20.791Z | + git checkout -f renovate/vergen-10.x |
| 87 | 2026-06-17T09:03:20.807Z | Switched to branch 'renovate/vergen-10.x' |
| 88 | 2026-06-17T09:03:20.810Z | + git reset --hard d186900551c19d5cb685118fd69dec96b312588b |
| 89 | 2026-06-17T09:03:20.825Z | HEAD is now at d186900 Update Rust crate vergen to v10 |
| 90 | 2026-06-17T09:03:20.828Z | process exited: duration 849 ms, exit code 0 |
| |
| 91 | 2026-06-17T09:03:20.834Z | starting task 4: "build" |
| 92 | 2026-06-17T09:03:20.837Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-17T09:03:20.840Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-06-17T09:03:20.840Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-06-17T09:03:20.840Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-06-17T09:03:20.840Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-06-17T09:03:20.840Z | +++ uname -s |
| 98 | 2026-06-17T09:03:20.840Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-06-17T09:03:20.840Z | ++ SERIES=illumos |
| 100 | 2026-06-17T09:03:20.840Z | +++ uname -s |
| 101 | 2026-06-17T09:03:20.843Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-06-17T09:03:20.843Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-06-17T09:03:20.843Z | ++ rustup show active-toolchain |
| 104 | 2026-06-17T09:03:20.847Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-06-17T09:03:20.847Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-06-17T09:03:20.847Z | ++ banner 'sde setup' |
| 107 | 2026-06-17T09:03:20.858Z | |
| 108 | 2026-06-17T09:03:20.858Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-06-17T09:03:20.859Z | # # # # # # # # # # # |
| 110 | 2026-06-17T09:03:20.859Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-06-17T09:03:20.859Z | # # # # # # # # # ##### |
| 112 | 2026-06-17T09:03:20.859Z | # # # # # # # # # # # # |
| 113 | 2026-06-17T09:03:20.859Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-06-17T09:03:20.859Z | |
| 115 | 2026-06-17T09:03:20.859Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-06-17T09:03:20.859Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-06-17T09:03:20.859Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-06-17T09:03:20.859Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-06-17T09:03:20.859Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-06-17T09:03:20.859Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-06-17T09:03:20.859Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-06-17T09:03:24.388Z |
0 0 0 0 0 0 0 0 0
68 76.03M 68 52.26M 0 0 48.81M 0 00:01 00:01 48.82M
97 76.03M 97 74.20M 0 0 30.93M 0 00:02 00:02 30.94M
97 76.03M 97 74.20M 0 0 21.83M 0 00:03 00:03 21.83M
100 76.03M 100 76.03M 0 0 21.52M 0 00:03 00:03 21.83M
100 76.03M 100 76.03M 0 0 21.51M 0 00:03 00:03 21.83M
100 76.03M 100 76.03M 0 0 21.51M 0 00:03 00:03 21.83M |
| 123 | 2026-06-17T09:03:24.394Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-06-17T09:03:24.441Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-06-17T09:03:24.444Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-06-17T09:03:24.444Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-06-17T09:03:25.570Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-17T09:03:25.664Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-17T09:03:25.703Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-06-17T09:03:26.153Z | Planning: Solver setup ... Done |
| 131 | 2026-06-17T09:03:26.178Z | Planning: Running solver ... Done |
| 132 | 2026-06-17T09:03:26.187Z | Planning: Finding local manifests ... Done |
| 133 | 2026-06-17T09:03:26.189Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-06-17T09:03:26.196Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-06-17T09:03:26.207Z | Planning: Package planning ... Done |
| 136 | 2026-06-17T09:03:26.210Z | Planning: Merging actions ... Done |
| 137 | 2026-06-17T09:03:26.311Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-06-17T09:03:26.313Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-06-17T09:03:27.079Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-06-17T09:03:27.082Z | Planning: Planning completed in 1.37 seconds |
| 141 | 2026-06-17T09:03:27.086Z | Packages to install: 1 |
| 142 | 2026-06-17T09:03:27.086Z | Create boot environment: No |
| 143 | 2026-06-17T09:03:27.089Z | Create backup boot environment: No |
| 144 | 2026-06-17T09:03:27.110Z | |
| 145 | 2026-06-17T09:03:27.110Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-06-17T09:03:27.244Z | Download: Completed 75.30 MB in 0.13 seconds (561M/s) |
| 147 | 2026-06-17T09:03:27.415Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-06-17T09:03:28.375Z | Actions: Completed 293 actions in 0.96 seconds. |
| 149 | 2026-06-17T09:03:28.377Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-17T09:03:28.420Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-17T09:03:28.445Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-17T09:03:30.903Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-17T09:03:30.979Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-17T09:03:30.982Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-17T09:03:31.200Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-17T09:03:31.302Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-06-17T09:03:31.302Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-06-17T09:03:31.302Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-06-17T09:03:31.302Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-06-17T09:03:31.302Z | ++ banner packages |
| 161 | 2026-06-17T09:03:31.305Z | |
| 162 | 2026-06-17T09:03:31.305Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-06-17T09:03:31.305Z | # # # # # # # # # # # # # # |
| 164 | 2026-06-17T09:03:31.305Z | # # # # # #### # # # ##### #### |
| 165 | 2026-06-17T09:03:31.305Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-06-17T09:03:31.305Z | # # # # # # # # # # # # # # |
| 167 | 2026-06-17T09:03:31.305Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-06-17T09:03:31.305Z | |
| 169 | 2026-06-17T09:03:31.305Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-06-17T09:03:31.560Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-06-17T09:03:31.563Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-06-17T09:03:31.913Z | Planning: Solver setup ... Done |
| 173 | 2026-06-17T09:03:31.939Z | Planning: Running solver ... Done |
| 174 | 2026-06-17T09:03:31.946Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-06-17T09:03:31.951Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-06-17T09:03:31.951Z | Planning: Planning completed in 0.39 seconds |
| 177 | 2026-06-17T09:03:31.964Z | No updates necessary for this image. |
| 178 | 2026-06-17T09:03:32.028Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-06-17T09:03:32.240Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-06-17T09:03:32.350Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-06-17T09:03:32.353Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-06-17T09:03:32.518Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-06-17T09:03:32.521Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-06-17T09:03:32.542Z | Mediators to change: 2 |
| 185 | 2026-06-17T09:03:32.542Z | Create boot environment: No |
| 186 | 2026-06-17T09:03:32.542Z | Create backup boot environment: No |
| 187 | 2026-06-17T09:03:32.583Z | Finalize: Updating package state database ... Done |
| 188 | 2026-06-17T09:03:32.583Z | Finalize: Updating package cache ... Done |
| 189 | 2026-06-17T09:03:32.596Z | Finalize: Updating image state ... Done |
| 190 | 2026-06-17T09:03:34.646Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-06-17T09:03:34.716Z | Finalize: Reading search index ... Done |
| 192 | 2026-06-17T09:03:34.719Z | Finalize: Updating search index ... Done |
| 193 | 2026-06-17T09:03:34.816Z | Finalize: Updating package cache ... Done |
| 194 | 2026-06-17T09:03:34.893Z | ++ cargo --version |
| 195 | 2026-06-17T09:03:34.903Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-06-17T09:03:34.905Z | ++ rustc --version |
| 197 | 2026-06-17T09:03:34.926Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-06-17T09:03:34.929Z | + pfexec mkdir -p /out |
| 199 | 2026-06-17T09:03:34.931Z | + pfexec chown 12345 /out |
| 200 | 2026-06-17T09:03:34.934Z | + banner 'P4 Codegen' |
| 201 | 2026-06-17T09:03:34.934Z | ###### # ##### |
| 202 | 2026-06-17T09:03:34.934Z | # # # # # # #### ##### ###### #### ###### # # |
| 203 | 2026-06-17T09:03:34.935Z | # # # # # # # # # # # # # ## # |
| 204 | 2026-06-17T09:03:34.935Z | ###### # # # # # # # ##### # ##### # # # |
| 205 | 2026-06-17T09:03:34.935Z | # ####### # # # # # # # ### # # # # |
| 206 | 2026-06-17T09:03:34.935Z | # # # # # # # # # # # # # ## |
| 207 | 2026-06-17T09:03:34.935Z | # # ##### #### ##### ###### #### ###### # # |
| 208 | 2026-06-17T09:03:34.935Z | |
| 209 | 2026-06-17T09:03:34.935Z | + PATH=/opt/gcc-14/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 210 | 2026-06-17T09:03:34.935Z | + cargo xtask codegen --stages 20 |
| 211 | 2026-06-17T09:03:35.034Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 212 | 2026-06-17T09:03:44.879Z | Updating crates.io index |
| 213 | 2026-06-17T09:03:44.917Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 214 | 2026-06-17T09:03:45.212Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 215 | 2026-06-17T09:03:45.996Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 216 | 2026-06-17T09:03:46.296Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 217 | 2026-06-17T09:03:46.548Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 218 | 2026-06-17T09:03:47.850Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 219 | 2026-06-17T09:03:48.336Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 220 | 2026-06-17T09:03:48.588Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 221 | 2026-06-17T09:03:48.899Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 222 | 2026-06-17T09:03:49.344Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 223 | 2026-06-17T09:03:49.599Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 224 | 2026-06-17T09:03:49.919Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 225 | 2026-06-17T09:03:50.369Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 226 | 2026-06-17T09:03:50.796Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 227 | 2026-06-17T09:03:51.182Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-06-17T09:03:51.775Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 229 | 2026-06-17T09:03:52.080Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 230 | 2026-06-17T09:03:52.427Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 231 | 2026-06-17T09:03:52.884Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 232 | 2026-06-17T09:03:53.289Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 233 | 2026-06-17T09:03:53.562Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 234 | 2026-06-17T09:03:53.907Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-06-17T09:03:54.542Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 236 | 2026-06-17T09:03:55.023Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 237 | 2026-06-17T09:03:56.317Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 238 | 2026-06-17T09:03:57.020Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 239 | 2026-06-17T09:03:57.277Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 240 | 2026-06-17T09:03:57.608Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 241 | 2026-06-17T09:03:59.495Z | error: failed to select a version for `vergen`. |
| 242 | 2026-06-17T09:03:59.495Z | ... required by package `dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)` |
| 243 | 2026-06-17T09:03:59.495Z | versions that meet the requirements `^10.0` are: 10.0.0 |
| 244 | 2026-06-17T09:03:59.495Z | |
| 245 | 2026-06-17T09:03:59.495Z | package `dpd` depends on `vergen` with feature `git` but `vergen` does not have that feature. |
| 246 | 2026-06-17T09:03:59.495Z | package `vergen` does have feature `si` |
| 247 | 2026-06-17T09:03:59.495Z | |
| 248 | 2026-06-17T09:03:59.495Z | |
| 249 | 2026-06-17T09:03:59.495Z | failed to select a version for `vergen` which could resolve this conflict |
| 250 | 2026-06-17T09:03:59.526Z | process exited: duration 38692 ms, exit code 101 |
| |
| 251 | 2026-06-17T09:03:59.534Z | found 0 output files |