|
|
|
| 1 | 2026-06-19T06:13:56.029Z | job assigned to worker 01KVF8663SWJHZ0279YYSJ3FFZ [factory aws, i-0b9300aadd2f6f5e6] (queued for 49 s) |
| |
| 2 | 2026-06-19T06:14:02.646Z | starting task 0: "setup" |
| 3 | 2026-06-19T06:14:02.650Z | ++ uname -s |
| 4 | 2026-06-19T06:14:02.653Z | + kern=SunOS |
| 5 | 2026-06-19T06:14:02.653Z | + build_user=build |
| 6 | 2026-06-19T06:14:02.653Z | + build_uid=12345 |
| 7 | 2026-06-19T06:14:02.653Z | + work_dir=/work |
| 8 | 2026-06-19T06:14:02.653Z | + input_dir=/input |
| 9 | 2026-06-19T06:14:02.653Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-19T06:14:02.653Z | + case "$kern" in |
| 11 | 2026-06-19T06:14:02.653Z | + groupadd -g 12345 build |
| 12 | 2026-06-19T06:14:02.656Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-19T06:14:04.658Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-19T06:14:04.742Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-19T06:14:04.746Z | + home_fs=zfs |
| 16 | 2026-06-19T06:14:04.746Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-19T06:14:04.746Z | + mkdir -p /home/build |
| 18 | 2026-06-19T06:14:04.746Z | + chown build:build /home/build /work |
| 19 | 2026-06-19T06:14:06.746Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-19T06:14:06.749Z | process exited: duration 4101 ms, exit code 0 |
| |
| 21 | 2026-06-19T06:14:06.755Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-19T06:14:06.758Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-19T06:14:06.758Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-19T06:14:06.759Z | * rust toolchain channel = "stable" |
| 25 | 2026-06-19T06:14:06.759Z | * rust toolchain profile = "default" |
| 26 | 2026-06-19T06:14:06.762Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-19T06:14:06.762Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-19T06:14:06.762Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-19T06:14:06.762Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-19T06:14:06.880Z | info: downloading installer |
| 31 | 2026-06-19T06:14:08.214Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-06-19T06:14:08.214Z | warn: /opt/ooce/bin |
| 33 | 2026-06-19T06:14:08.214Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-06-19T06:14:08.214Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-06-19T06:14:08.214Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-06-19T06:14:08.214Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-06-19T06:14:08.214Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-06-19T06:14:08.214Z | error: cannot install while Rust is installed |
| 39 | 2026-06-19T06:14:08.214Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-06-19T06:14:08.214Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-06-19T06:14:08.214Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-06-19T06:14:08.214Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-06-19T06:14:08.214Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-06-19T06:14:08.228Z | info: profile set to default |
| 45 | 2026-06-19T06:14:08.228Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-06-19T06:14:08.231Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-06-19T06:14:08.382Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 48 | 2026-06-19T06:14:08.386Z | info: downloading 6 components |
| 49 | 2026-06-19T06:14:25.179Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-06-19T06:14:25.179Z | |
| 51 | 2026-06-19T06:14:25.207Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 52 | 2026-06-19T06:14:25.207Z | |
| 53 | 2026-06-19T06:14:25.207Z | |
| 54 | 2026-06-19T06:14:25.207Z | Rust is installed now. Great! |
| 55 | 2026-06-19T06:14:25.207Z | |
| 56 | 2026-06-19T06:14:25.207Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-06-19T06:14:25.207Z | environment variable. This has not been done automatically. |
| 58 | 2026-06-19T06:14:25.207Z | |
| 59 | 2026-06-19T06:14:25.207Z | To configure your current shell, you need to source |
| 60 | 2026-06-19T06:14:25.207Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-06-19T06:14:25.207Z | |
| 62 | 2026-06-19T06:14:25.207Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-06-19T06:14:25.207Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-06-19T06:14:25.208Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-06-19T06:14:25.208Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-06-19T06:14:25.208Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-06-19T06:14:25.208Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-06-19T06:14:25.208Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-06-19T06:14:25.211Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-06-19T06:14:25.211Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-06-19T06:14:25.297Z | + rustup --version |
| 72 | 2026-06-19T06:14:25.305Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-06-19T06:14:25.308Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-06-19T06:14:25.326Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 75 | 2026-06-19T06:14:25.329Z | + cargo --version |
| 76 | 2026-06-19T06:14:25.342Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 77 | 2026-06-19T06:14:25.345Z | + rustc --version |
| 78 | 2026-06-19T06:14:25.363Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 79 | 2026-06-19T06:14:25.366Z | process exited: duration 18606 ms, exit code 0 |
| |
| 80 | 2026-06-19T06:14:25.372Z | starting task 2: "authentication" |
| 81 | 2026-06-19T06:14:25.388Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-06-19T06:14:25.394Z | starting task 3: "clone repository" |
| 83 | 2026-06-19T06:14:25.398Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-06-19T06:14:25.401Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-06-19T06:14:25.432Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-06-19T06:14:26.950Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-06-19T06:14:26.950Z | + git fetch origin bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 |
| 88 | 2026-06-19T06:14:27.330Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-06-19T06:14:27.330Z | * branch bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 -> FETCH_HEAD |
| 90 | 2026-06-19T06:14:27.337Z | + [[ -n renovate/dpd-client-digest ]] |
| 91 | 2026-06-19T06:14:27.340Z | ++ git branch --show-current |
| 92 | 2026-06-19T06:14:27.340Z | + current=main |
| 93 | 2026-06-19T06:14:27.340Z | + [[ main != renovate/dpd-client-digest ]] |
| 94 | 2026-06-19T06:14:27.340Z | + git branch -f renovate/dpd-client-digest bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 |
| 95 | 2026-06-19T06:14:27.343Z | + git checkout -f renovate/dpd-client-digest |
| 96 | 2026-06-19T06:14:27.360Z | Switched to branch 'renovate/dpd-client-digest' |
| 97 | 2026-06-19T06:14:27.363Z | + git reset --hard bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 |
| 98 | 2026-06-19T06:14:27.366Z | HEAD is now at bf5dae4 Update dpd-client digest to 52dac9e |
| 99 | 2026-06-19T06:14:27.366Z | process exited: duration 1970 ms, exit code 0 |
| |
| 100 | 2026-06-19T06:14:27.372Z | starting task 4: "build" |
| 101 | 2026-06-19T06:14:27.375Z | + pfexec pkg install clang-15 |
| 102 | 2026-06-19T06:14:35.821Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 103 | 2026-06-19T06:14:43.472Z | Startup: Caching catalogs ... Done |
| 104 | 2026-06-19T06:14:50.674Z | Planning: Solver setup ... Done |
| 105 | 2026-06-19T06:14:50.715Z | Planning: Running solver ... Done |
| 106 | 2026-06-19T06:14:50.856Z | Planning: Finding local manifests ... Done |
| 107 | 2026-06-19T06:14:50.868Z | Planning: Fetching manifests: 0/2 0% complete |
| 108 | 2026-06-19T06:14:50.951Z | Planning: Fetching manifests: 2/2 100% complete |
| 109 | 2026-06-19T06:14:50.980Z | Planning: Package planning ... Done |
| 110 | 2026-06-19T06:14:51.006Z | Planning: Merging actions ... Done |
| 111 | 2026-06-19T06:14:51.114Z | Planning: Checking for conflicting actions ... Done |
| 112 | 2026-06-19T06:14:51.121Z | Planning: Consolidating action changes ... Done |
| 113 | 2026-06-19T06:14:51.890Z | Planning: Evaluating mediators ... Done |
| 114 | 2026-06-19T06:14:51.895Z | Planning: Planning completed in 8.26 seconds |
| 115 | 2026-06-19T06:14:51.906Z | Packages to install: 2 |
| 116 | 2026-06-19T06:14:51.909Z | Mediators to change: 2 |
| 117 | 2026-06-19T06:14:51.909Z | Services to change: 1 |
| 118 | 2026-06-19T06:14:51.909Z | Create boot environment: No |
| 119 | 2026-06-19T06:14:51.909Z | Create backup boot environment: No |
| 120 | 2026-06-19T06:14:51.948Z | |
| 121 | 2026-06-19T06:14:51.948Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 122 | 2026-06-19T06:14:56.955Z | Download: 1583/3076 items 103.5/211.3MB 48% complete (21.2M/s) |
| 123 | 2026-06-19T06:15:02.737Z | Download: 2009/3076 items 117.9/211.3MB 55% complete (15.5M/s) |
| 124 | 2026-06-19T06:15:07.753Z | Download: 2940/3076 items 176.2/211.3MB 83% complete (5.8M/s) |
| 125 | 2026-06-19T06:15:12.924Z | Download: 3034/3076 items 201.4/211.3MB 95% complete (8.6M/s) |
| 126 | 2026-06-19T06:15:19.072Z | Download: 3066/3076 items 208.9/211.3MB 98% complete (8.9M/s) |
| 127 | 2026-06-19T06:15:19.123Z | Download: Completed 211.31 MB in 27.17 seconds (7.8M/s) |
| 128 | 2026-06-19T06:15:19.238Z | Actions: 1/3418 actions (Installing new actions) |
| 129 | 2026-06-19T06:15:22.360Z | Actions: Completed 3418 actions in 3.12 seconds. |
| 130 | 2026-06-19T06:15:22.994Z | Done |
| 131 | 2026-06-19T06:15:22.994Z | Done |
| 132 | 2026-06-19T06:15:23.733Z | Done |
| 133 | 2026-06-19T06:15:27.137Z | Done |
| 134 | 2026-06-19T06:15:27.205Z | Done |
| 135 | 2026-06-19T06:15:27.209Z | Done |
| 136 | 2026-06-19T06:15:27.458Z | Done |
| 137 | 2026-06-19T06:15:28.130Z | + cargo --version |
| 138 | 2026-06-19T06:15:28.137Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 139 | 2026-06-19T06:15:28.351Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 140 | 2026-06-19T06:15:28.354Z | info: downloading 6 components |
| 141 | 2026-06-19T06:15:45.458Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 142 | 2026-06-19T06:15:45.461Z | + rustc --version |
| 143 | 2026-06-19T06:15:45.490Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 144 | 2026-06-19T06:15:45.494Z | + banner check |
| 145 | 2026-06-19T06:15:45.497Z | |
| 146 | 2026-06-19T06:15:45.497Z | #### # # ###### #### # # |
| 147 | 2026-06-19T06:15:45.497Z | # # # # # # # # # |
| 148 | 2026-06-19T06:15:45.497Z | # ###### ##### # #### |
| 149 | 2026-06-19T06:15:45.497Z | # # # # # # # |
| 150 | 2026-06-19T06:15:45.497Z | # # # # # # # # # |
| 151 | 2026-06-19T06:15:45.497Z | #### # # ###### #### # # |
| 152 | 2026-06-19T06:15:45.497Z | |
| 153 | 2026-06-19T06:15:45.497Z | + cargo fmt -- --check |
| 154 | 2026-06-19T06:15:45.888Z | + cargo clippy --all-targets -- --deny warnings |
| 155 | 2026-06-19T06:15:46.001Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 156 | 2026-06-19T06:15:46.717Z | From https://github.com/oxidecomputer/falcon |
| 157 | 2026-06-19T06:15:46.717Z | * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3 |
| 158 | 2026-06-19T06:15:46.793Z | Updating crates.io index |
| 159 | 2026-06-19T06:15:46.796Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 160 | 2026-06-19T06:15:47.184Z | From https://github.com/oxidecomputer/dendrite |
| 161 | 2026-06-19T06:15:47.184Z | * [new ref] 52dac9efe05c989162b22a5636b4a7a0d276f0e9 -> refs/commit/52dac9efe05c989162b22a5636b4a7a0d276f0e9 |
| 162 | 2026-06-19T06:15:47.252Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 163 | 2026-06-19T06:15:47.540Z | From https://github.com/oxidecomputer/ispf |
| 164 | 2026-06-19T06:15:47.540Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 165 | 2026-06-19T06:15:47.760Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 166 | 2026-06-19T06:15:48.106Z | From https://github.com/oxidecomputer/netadm-sys |
| 167 | 2026-06-19T06:15:48.106Z | * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9 |
| 168 | 2026-06-19T06:15:48.114Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 169 | 2026-06-19T06:15:54.273Z | From https://github.com/oxidecomputer/omicron |
| 170 | 2026-06-19T06:15:54.273Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 171 | 2026-06-19T06:15:54.693Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 172 | 2026-06-19T06:15:55.322Z | From https://github.com/oxidecomputer/opte |
| 173 | 2026-06-19T06:15:55.322Z | * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 |
| 174 | 2026-06-19T06:15:55.353Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 175 | 2026-06-19T06:15:55.599Z | From https://github.com/illumos/smf-rs |
| 176 | 2026-06-19T06:15:55.599Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 177 | 2026-06-19T06:15:56.113Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 178 | 2026-06-19T06:15:56.419Z | From https://github.com/oxidecomputer/network-interface |
| 179 | 2026-06-19T06:15:56.419Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 180 | 2026-06-19T06:15:56.590Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 181 | 2026-06-19T06:15:56.864Z | From https://github.com/oxidecomputer/zone |
| 182 | 2026-06-19T06:15:56.864Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 183 | 2026-06-19T06:15:56.889Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 184 | 2026-06-19T06:15:57.516Z | From https://github.com/oxidecomputer/propolis |
| 185 | 2026-06-19T06:15:57.516Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 186 | 2026-06-19T06:15:57.684Z | Updating crates.io index |
| 187 | 2026-06-19T06:15:57.687Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 188 | 2026-06-19T06:15:58.181Z | From https://github.com/oxidecomputer/transceiver-control |
| 189 | 2026-06-19T06:15:58.181Z | * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac |
| 190 | 2026-06-19T06:15:58.224Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 191 | 2026-06-19T06:15:58.490Z | From https://github.com/oxidecomputer/dlpi-sys |
| 192 | 2026-06-19T06:15:58.490Z | * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664 |
| 193 | 2026-06-19T06:15:58.505Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 194 | 2026-06-19T06:15:58.780Z | From https://github.com/jmesmon/rust-libzfs |
| 195 | 2026-06-19T06:15:58.781Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 196 | 2026-06-19T06:15:58.787Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 197 | 2026-06-19T06:15:59.044Z | From https://github.com/oxidecomputer/rusty-doors |
| 198 | 2026-06-19T06:15:59.044Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 199 | 2026-06-19T06:15:59.050Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 200 | 2026-06-19T06:15:59.365Z | From https://github.com/oxidecomputer/lldp |
| 201 | 2026-06-19T06:15:59.365Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 202 | 2026-06-19T06:15:59.596Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 203 | 2026-06-19T06:15:59.854Z | From https://github.com/oxidecomputer/slog-error-chain |
| 204 | 2026-06-19T06:15:59.854Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 205 | 2026-06-19T06:16:00.083Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 206 | 2026-06-19T06:16:00.366Z | From https://github.com/oxidecomputer/tufaceous |
| 207 | 2026-06-19T06:16:00.366Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 208 | 2026-06-19T06:16:00.392Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 209 | 2026-06-19T06:16:00.840Z | From https://github.com/oxidecomputer/management-gateway-service |
| 210 | 2026-06-19T06:16:00.840Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 211 | 2026-06-19T06:16:01.289Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 212 | 2026-06-19T06:16:02.414Z | From https://github.com/oxidecomputer/crucible |
| 213 | 2026-06-19T06:16:02.415Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 214 | 2026-06-19T06:16:03.237Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 215 | 2026-06-19T06:16:03.488Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 216 | 2026-06-19T06:16:03.488Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 217 | 2026-06-19T06:16:03.572Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 218 | 2026-06-19T06:16:03.988Z | From https://github.com/oxidecomputer/propolis |
| 219 | 2026-06-19T06:16:03.988Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 220 | 2026-06-19T06:16:04.312Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 221 | 2026-06-19T06:16:05.139Z | From https://github.com/oxidecomputer/crucible |
| 222 | 2026-06-19T06:16:05.139Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 223 | 2026-06-19T06:16:05.247Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 224 | 2026-06-19T06:16:05.582Z | From https://github.com/oxidecomputer/tofino |
| 225 | 2026-06-19T06:16:05.582Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 226 | 2026-06-19T06:16:05.780Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 227 | 2026-06-19T06:16:06.410Z | From https://github.com/oxidecomputer/maghemite |
| 228 | 2026-06-19T06:16:06.410Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 229 | 2026-06-19T06:16:06.457Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 230 | 2026-06-19T06:16:06.742Z | From https://github.com/oxidecomputer/clickward |
| 231 | 2026-06-19T06:16:06.742Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 232 | 2026-06-19T06:16:07.066Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 233 | 2026-06-19T06:16:07.337Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 234 | 2026-06-19T06:16:07.337Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 235 | 2026-06-19T06:16:07.693Z | error: failed to select a version for `http`. |
| 236 | 2026-06-19T06:16:07.693Z | ... required by package `dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=52dac9efe05c989162b22a5636b4a7a0d276f0e9#52dac9ef)` |
| 237 | 2026-06-19T06:16:07.693Z | ... which satisfies git dependency `dpd-client` of package `ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)` |
| 238 | 2026-06-19T06:16:07.693Z | versions that meet the requirements `^1.4.2` are: 1.4.2 |
| 239 | 2026-06-19T06:16:07.693Z | |
| 240 | 2026-06-19T06:16:07.693Z | all possible versions conflict with previously selected packages. |
| 241 | 2026-06-19T06:16:07.693Z | |
| 242 | 2026-06-19T06:16:07.693Z | previously selected package `http v1.4.1` |
| 243 | 2026-06-19T06:16:07.693Z | ... which satisfies dependency `http = "^1.4.0"` (locked to 1.4.1) of package `mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)` |
| 244 | 2026-06-19T06:16:07.693Z | |
| 245 | 2026-06-19T06:16:07.693Z | failed to select a version for `http` which could resolve this conflict |
| 246 | 2026-06-19T06:16:07.720Z | process exited: duration 100332 ms, exit code 101 |
| |
| 247 | 2026-06-19T06:16:07.727Z | found 0 output files |